server drop network connections

2011-02-28 Thread Lep Names
Hello. I have so strange trouble: every week my server drop all network connections - ssh,ping etc. But it continue working. tech support can access it over kvm. after reboot everything works fine for a week. it seems to me that it's trouble in mbufs. FreeBSD 8.1-RELEASE-p2 sysctl.con

Re: server drop network connections

2011-02-28 Thread Michael Powell
Lep Names wrote: > Hello. I have so strange trouble: every week my server drop all > network > connections - ssh,ping etc. But it continue working. tech support can > access it over kvm. > after reboot everything works fine for a week. it seems to me that it's > trouble in mbufs. > > Fre

Re: pam ssh authentication via ldap

2011-02-28 Thread krad
On 28 February 2011 01:06, Tim Dunphy wrote: > Hello Krad and thank you for your reply! > > > Well it seems that I am still unable to login to this machine using an > LDAP account. I have tried applying the configurations you have > provided and the result doesn't seem to have changed just yet. >

Re: Problem upgrading from 8.1->8.2, ZFS as root filesystem

2011-02-28 Thread krad
On 27 February 2011 21:29, Scott Ballantyne wrote: > On Sun, Feb 27, 2011 at 4:04 PM, Adam Vande More wrote: > >> On Sun, Feb 27, 2011 at 2:36 PM, Scott Ballantyne wrote: >> >>> >>> ===>sys/boot/i386/zfsloader (install) >>> >>> cp zfsloader.sym zfsloader.bin >>> cp:No such file or directory >>> **

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread c0re
2011/1/6 Matthew Seaman : > On 06/01/2011 11:26, c0re wrote: >> # df -h >> Filesystem     Size    Used   Avail Capacity  Mounted on >> /dev/ad0s1a    496M    466M   -9.8M   102%    / >> >> So it's full. >> >> But by du it's not appeared to be full >> >> >> # du -hxd 1 / >> 2.0K    /.snap >> 512B  

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Feb 28 05:31:46 2011 > Date: Mon, 28 Feb 2011 14:24:30 +0300 > From: c0re > To: Matthew Seaman > Cc: FreeBSD > Subject: Re: / file system is full, but du does not show that it's full > > 2011/1/6 Matthew Seaman : > > On 06/01/2011 11:26, c0re wrote

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Chris Rees
On 28 Feb 2011 12:12, "Robert Bonomi" wrote: > > > From owner-freebsd-questi...@freebsd.org Mon Feb 28 05:31:46 2011 > > Date: Mon, 28 Feb 2011 14:24:30 +0300 > > From: c0re > > To: Matthew Seaman > > Cc: FreeBSD > > Subject: Re: / file system is full, but du does not show that it's full > > >

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Damien Fleuriot
On 2/28/11 12:24 PM, c0re wrote: > 2011/1/6 Matthew Seaman : >> On 06/01/2011 11:26, c0re wrote: >>> # df -h >>> Filesystem SizeUsed Avail Capacity Mounted on >>> /dev/ad0s1a496M466M -9.8M 102%/ >>> >>> So it's full. >>> >>> But by du it's not appeared to be full >>> >>

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Chris Rees
On 28 February 2011 12:26, Chris Rees wrote: >> > >> > # mount /dev/da0s1a /mnt/root/ >> > mount: /dev/da0s1a : Operation not permitted >> > >> > So only single user mode or live cd could solve it. >> >> *NOT* true.  Stopping any daemons that were using "/var/spooll", and then >> umount(1)-ing it

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Damien Fleuriot
On 2/28/11 1:27 PM, Chris Rees wrote: > On 28 February 2011 12:26, Chris Rees wrote: # mount /dev/da0s1a /mnt/root/ mount: /dev/da0s1a : Operation not permitted So only single user mode or live cd could solve it. >>> >>> *NOT* true. Stopping any daemons that were using "/

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Chris Rees
On 28 February 2011 12:29, Damien Fleuriot wrote: > On 2/28/11 1:27 PM, Chris Rees wrote: >> On 28 February 2011 12:26, Chris Rees wrote: > > # mount /dev/da0s1a /mnt/root/ > mount: /dev/da0s1a : Operation not permitted > > So only single user mode or live cd could solve it. >

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Polytropon
On Mon, 28 Feb 2011 13:29:59 +0100, Damien Fleuriot wrote: > Slice a (as in: da0s1a) is very likely his / > > /var is usually slice f Terminology: Slices are with numbers, partitions are with letters. :-) E. g. da0s1 is the FreeBSD slice, its partition a = da0s1a is /, while /var corresponds to

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Arthur Chance
On 02/28/11 12:47, Polytropon wrote: On Mon, 28 Feb 2011 13:29:59 +0100, Damien Fleuriot wrote: Slice a (as in: da0s1a) is very likely his / /var is usually slice f Terminology: Slices are with numbers, partitions are with letters. :-) E. g. da0s1 is the FreeBSD slice, its partition a = da0

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread c0re
2011/2/28 Robert Bonomi : >> From owner-freebsd-questi...@freebsd.org  Mon Feb 28 05:31:46 2011 >> Date: Mon, 28 Feb 2011 14:24:30 +0300 >> From: c0re >> To: Matthew Seaman >> Cc: FreeBSD >> Subject: Re: / file system is full, but du does not show that it's full >> >> 2011/1/6 Matthew Seaman : >

using gpart(8) to slice a disk

2011-02-28 Thread Matthias Apitz
Hello, Last weekend I've installed 9-CURRENT on a laptop by booting a (prepared) system from an USB key and slicing the disk with: # gpart create -s mbr ad4 # Init the disk with an MBR # gpart add -t freebsd ad4# Create a BSD container # gpart create -

Re: using gpart(8) to slice a disk

2011-02-28 Thread Bruce Cran
On Mon, 28 Feb 2011 14:52:44 +0100 Matthias Apitz wrote: > I've read the man page of gpart(8) but do not see clearly what I did > wrong with the above sequence and esp. what would have set the missing > boot flag? gpart set -a active -i 1 ad4 -- Bruce Cran _

Re: freebsd-update housekeeping?

2011-02-28 Thread Jason Helfman
On Mon, Feb 28, 2011 at 03:25:47AM +1100, andrew clarke thus spake: On Fri 2011-02-25 17:26:52 UTC+, Neil Long (n...@cymru.com) wrote: Just noticed how large /var/db/freebsd-update has grown on a box I just upgraded from 7.3 to 7.4 (but I can't recall when I started using it). Is there a r

optical driver with ahci bios mode but ata(4) driver

2011-02-28 Thread David Demelier
Hello, My bios can be set to use IDE emulation or ahci mode, I prefere the ahci mode because it's a bit faster. It's probably stupid to stay with ata(4) driver with the ahci mode, isn't it? But with ahci(4) driver you can't burn with burncd(8) and cdrecord just fail and break an blank cd for