Search found 791 matches

by moredruid
Wed Sep 21, 2011 5:07 am
Forum: Beginners and Newbies
Topic: Root partition filling up
Replies: 13
Views: 5827

Re: Root partition filling up

Those two groups of errors are normal.
That is not true by default, any error is not normal, otherwise it would not be an error.

The point is: how deep do you want to dig (or can you dig) or do you just accept it and do some housekeeping now and then.
by moredruid
Tue Sep 20, 2011 1:49 am
Forum: Beginners and Newbies
Topic: Root partition filling up
Replies: 13
Views: 5827

Re: Root partition filling up

usually you should be able to keep your machine running for a long time (my max uptime for a linux machine at home was well over a year, at work we have systems that haven't been rebooted since they first came up 5 years ago (very customized systems, no patches etc.)). A reboot should only be needed...
by moredruid
Mon Sep 19, 2011 1:30 am
Forum: Beginners and Newbies
Topic: Root partition filling up
Replies: 13
Views: 5827

Re: Root partition filling up

you should be able to remove those core files without issue. And you should let one of the devs look at your /var/log/messages and samba log files. It seems that there are some issues with samba seeing that you have that many log files.
by moredruid
Sun Sep 18, 2011 11:26 pm
Forum: Beginners and Newbies
Topic: Root partition filling up
Replies: 13
Views: 5827

Re: Root partition filling up

run the following command as the root user to see which directories are big: du -xkh --max-depth=1 / then drill down (i.e. /var is big): du -xkh --max-depth=1 /var that should help you. Also checking if /etc/logrotate.conf has the option "compress" enabled (there should be no # in front of...
by moredruid
Wed Sep 14, 2011 1:26 am
Forum: Beginners and Newbies
Topic: Confused over hard drive formats...
Replies: 3
Views: 1787

Re: Confused over hard drive formats...

NTFS should work fine on Linux as well.
Blame Apple for not supporting the Linux ext filesystems properly.

You could take a look at vfs/xfs and such but I'm not sure about the support for that in Mac OS either.
by moredruid
Thu Sep 01, 2011 5:19 am
Forum: Installation
Topic: Installation of IBM M1015 (LSI MegaRAID 9240-8i) card
Replies: 5
Views: 3767

Re: Installation of IBM M1015 (LSI MegaRAID 9240-8i) card

during the boot screens you should see a timer (booting fedora... in X seconds) if you press a key you get to a menu where you can choose a different kernel. if you want a different kernel to be booted as default you should edit /boot/grub/menu.lst change default=0 to default=<the title of the kerne...
by moredruid
Mon Aug 15, 2011 1:29 am
Forum: Beginners and Newbies
Topic: SMART HD monitoring? [SOLVED]
Replies: 11
Views: 4653

Re: SMART HD monitoring?

smartctl -a /dev/<yourdrive>

gives you a full report

smartctl -t short /dev/<yourdrive> for a short 2 or 4 minute test, "long" for a long 30 minute test IIRC.
by moredruid
Mon Aug 08, 2011 7:28 am
Forum: General Discussion and Announcements
Topic: Whats your HDA Server uptime
Replies: 5
Views: 2960

Re: Whats your HDA Server uptime

My hda was shut down for our holiday away from home, but uptime was somewhere around a year.

At work we decomissioned a server at exactly 1000 days uptime (up to the second!).
by moredruid
Thu Jul 14, 2011 4:49 am
Forum: Networking
Topic: Network Settings keep resetting on reboot
Replies: 1
Views: 1419

Re: Network Settings keep resetting on reboot

DHCP can be turned off through the dashboard IIRC, the rest is put into the amahi database and a few config files. You'll need to modify that by hand. It's somewhere on the forum or the wiki I think.
by moredruid
Thu Jun 16, 2011 3:34 am
Forum: Beginners and Newbies
Topic: SMB speed and guest user
Replies: 10
Views: 4380

Re: SMB speed and guest user

dinkmike, most people never had a performance issue with SMB, and those that had have been given a fix which should now be standard in Amahi. Adding a disk is as easy as putting it in and running a script. Greyhole I don't know. I manage my own storage on another level so I don't need it. Amahi is p...