Re: [gentoo-user] /dev/.udev - safe to remove ?
Hi, No, you should allow this dir: set ALLOWHIDDENDIR=/dev/.udev in /etc/rkhunter.conf Regards, Bert On Thu, Apr 22, 2010 at 12:35:30PM +0200, Helmut Jarausch wrote: > Hi > > rkhunter showed a warning because there is a > /dev/.udev > directory on my machine. qfile didn't find any 'owner'. > Is it safe to remove that directory? > > Many thanks for a hint, > Helmut. > > -- > Helmut Jarausch > > Lehrstuhl fuer Numerische Mathematik > RWTH - Aachen University > D 52056 Aachen, Germany >
Re: [gentoo-user] emerge --update - why doesn't it update my kde packages
On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: > Hi, > the following situation puzzles me a lot. > > My 'standard' way of updating is > emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system > @world > > but it didn't update anything. > > Still, eix confirmed there were quite a lot of kde packages which have > newer versions, and indeed, > emerge -auv1 -j4 --keep-going $(qlist -IC kde-base/) > upgraded 24 packages. > > Where does this discrepancy come from? Do you have --with-bdep set in /etc/make.conf? > > Many thanks for a hint, > Helmut. > > -- > Helmut Jarausch > > Lehrstuhl fuer Numerische Mathematik > RWTH - Aachen University > D 52056 Aachen, Germany >
Re: [gentoo-user] emerge --update - why doesn't it update my kde packages
On Tue, May 04, 2010 at 12:09:25PM +0200, Helmut Jarausch wrote: > On 4 May, Bert Swart wrote: > > On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: > >> Hi, > >> the following situation puzzles me a lot. > >> > >> My 'standard' way of updating is > >> emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system > >> @world > >> > >> but it didn't update anything. > >> > >> Still, eix confirmed there were quite a lot of kde packages which have > >> newer versions, and indeed, > >> emerge -auv1 -j4 --keep-going $(qlist -IC kde-base/) > >> upgraded 24 packages. > >> > >> Where does this discrepancy come from? > > Do you have --with-bdep set in /etc/make.conf? > > No. Are you saying that > emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree > --with-bdeps y @system @world > would have updated my kde packages, as well? Probably. Sometimes, not all packages are included as dependency if they are not strictly required. If you do want them to be upgraded, add --with-bdeps to EMERGE_DEFAULT_OPTS in /etc/make.conf. Or, like you did, upgrade them manually... See also http://www.gentoo.org/proj/en/portage/doc/faq.xml > > Thanks, > Helmut. > > > > > -- > Helmut Jarausch > > Lehrstuhl fuer Numerische Mathematik > RWTH - Aachen University > D 52056 Aachen, Germany >
Re: [gentoo-user] howto increase INODE
On Wed, May 26, 2010 at 01:38:46PM +0700, kitti jaisong wrote: > Hi All, > > I just install sparc machine. i found error "failed: No space left on device > (28)" when i check inode by df -i command > livecd ~ # df -i > FilesystemInodes IUsed IFree IUse% Mounted on > tmpfs 1294124684 1247284% / > /dev/hda 0 0 0- /mnt/cdrom > /dev/loop0 14486 14486 0 100% /mnt/livecd > udev 1294121399 1280132% /dev > tmpfs 129412 81 1293311% /mnt/livecd/lib/firmware > tmpfs 129412 1 1294111% /mnt/livecd/usr/portage > /dev/sda1 327682407 303618% /mnt/gentoo > /dev/sda4 131072 131072 0 100% /mnt/gentoo/usr > /dev/sda5 1310723007 1280653% /mnt/gentoo/var > /dev/sda61896832 12 18968201% /mnt/gentoo/home > > > livecd ~ # df -h > FilesystemSize Used Avail Use% Mounted on > tmpfs1012M 36M 976M 4% / > /dev/hda 58M 58M 0 100% /mnt/cdrom > /dev/loop0 49M 49M 0 100% /mnt/livecd > udev 10M 384K 9.7M 4% /dev > tmpfs1012M 4.0M 1008M 1% /mnt/livecd/lib/firmware > tmpfs1012M 0 1012M 0% /mnt/livecd/usr/portage > /dev/sda1 504M 55M 424M 12% /mnt/gentoo > /dev/sda4 2.0G 952M 963M 50% /mnt/gentoo/usr > /dev/sda5 2.0G 83M 1.8G 5% /mnt/gentoo/var > /dev/sda6 29G 173M 27G 1% /mnt/gentoo/home > > How to increase or solve this problem Only things I can think of: 1. delete some files (probably not possible on usr partition) ; 2. backup your partition, and rerun mkfs.ext2 or mkfs.ext3 and use the -i option (see man page) Some advice is given in the handbook on creating partitions to install gentoo. http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#book_part1_chap4 Regards, Bert > > Best Regards, > > ti > > - Original Message - > From: > To: "Gentoo" > Sent: Wednesday, May 26, 2010 10:15 AM > Subject: [gentoo-user] Harddisk trouble ... or not yet? > > > > > > Hi, > > > > currently I set up a freshly new gentoo system "from scratch" > > on another harddisk. > > > > For that purpose I have two WDC WD10EARS-00Y5B1 (pasted from > > hdparm -i) harddisk (1TB, advanced format 4096 kb sectors). > > One harddisk is currently holding the gento system, the other > > one is intended as a bare plain copy of the other one (a backup > > while setting up the system). > > > > With an old KNOPPIX dvd I tried to copy the first hd onto > > the other one with > > > >dd if=/dev/sda of=/dev/sdb bs=8192 > > > > which gave me a LOT of I/O errors after a short time. > > > > Still hopeing, that my hardware (motherboard/chipset/bios) and > > the hd are ok I am trying to figure out, what the reason was > > for that... > > > > My motherboard is an Asus AV8. > > > > > > > > From what kernel version the new advanced format > > of the hd is fully supported ? > > > > Are there other reasons -- beside defective hardware -- for > > the failing dd and how can I fix them ? > > > > > > > > > > Thank you very much in advance for any help! > > best regards > > mcc > > > > > > > > > > -- > > Please don't send me any Word- or Powerpoint-Attachments > > unless it's absolutely neccessary. - Send simply Text. > > See http://www.gnu.org/philosophy/no-word-attachments.html > > In a world without fences and walls nobody needs gates and windows. > > > > > >