This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OMG ... i deleted the kernelpipe

[:(]  
As the topic says i delted the kernelpipe (/var/log/kernelpipe) on my ASL box by mistake when cleaning the HDD.

Can anyoone tell me where to get this file from???
(And how to get it on the ASL box, cause there is no bin like ftp, wget, lynx, etc.)
  [:(]


This thread was automatically locked due to age.
  • Hi,
    as the name "kernelpipe" says this is just a pipe which is used by the syslog daemon. You need the command mkfifo(1) to create that pipe again, which is not included on the ASL. As an alternative to wget, lynx etc. you can use scp (Secure Copy) or pscp (Putty scp) on Windows to copy a file on your ASL; there are quite a few threads discussing the transfer of files to/from an ASL and which describe this process in detail.

    As an alternative you can grab your install cd, insert it in your cdrom drive, make a mount point, mount it and extract the kernelpipe from the oss_inst.dat tarball (cd /; tar xvfkp /install/oss_inst.dat var/log/kernelpipe). Then I suggest rebooting (though I think it could be handled otherwise, just to make sure).
    That should fix your problem - easy, isn't it? [:)] 
    Greets,
        andreas
  • Sounds quite easy, yes.  [:)] 
    Thanks.
    I'm not a Linux professional, but I got a another Linux box beside Astaro running Gentoo Linux and I try to learn a lil each day.  [;)]