Re: FreeBSD 7.1: QUOTA: kernel panics in jailed()

2009-12-07 Thread Mikolaj Golub
On Sun, 6 Dec 2009 20:18:13 +0200 Kostik Belousov wrote: > The kernel paniced because chkdq was supplied NULL credentials and > _positive_ blocks use count change. Line 276 calls chkdq with > -datablocks as the change. This could happen if you have problems > either with hardware (e.g. memory or C

dhclient starts after NETWORK

2009-12-07 Thread alexs
Wrong order in /etc/rc.d scripts ~]>rcorder /etc/rc.d/* | grep -n -e dhclient -e ntp 66:/etc/rc.d/ntpdate 112:/etc/rc.d/ntpd 139:/etc/rc.d/dhclient Then ifconfig_rl0="DHCP"? ntpdate can`t sync time. It is right to add dhclient in REQUIRE section in /etc/rc.d/NETWORKING ? -- alexs pgpa7U

Smartctl and ahci

2009-12-07 Thread Johan Hendriks
Hello all I am running FreeBSD 8_Stable, and i started to use the ahci driver, all is fine All my drives are now detected as ada[0-9] But when i run smartctl it give me the following message: Smartctl version 5.38 [amd64-portbld-freebsd8.0] Copyright (c) 2002-9 Bruce allen Home page is

kldload: can't load msdosfs_iconv: Exec format error

2009-12-07 Thread Wolfgang Riegler
Hi, I hope somebody can help me :-) I have some trouble loading the kernel modules msdosfs_iconv, cd9660_iconv und udf_iconv. The error is always "kldload: can't load msdosfs_iconv: Exec format error" Compiling the kernel with option msdosfs_iconv fails with this error: msdosfs_iconv.o(.text+

Re: Smartctl and ahci

2009-12-07 Thread b. f.
>m running FreeBSD 8_Stable, and i started to use the ahci driver, all >is fine >All my drives are now detected as ada[0-9] >But when i run smartctl it give me the following message: >Smartctl version 5.38 [amd64-portbld-freebsd8.0] Copyright (c) 2002-9 >Bruce allen ... >Smartctl: Device read Ident

panic: vm_page_alloc: cache page ... is missing from the free queue

2009-12-07 Thread Andriy Gapon
This is 8-stable, amd64. The system paniced under moderately heavy load after 3 days of continuous package building. Unfortunately no dump. panic: vm_page_alloc: cache page 0xff00cabc6180 is missing from the free queue cpuid = 1 KDB: stack backtrace: db_trace_self_wrapper() at 0x801

Re: Smartctl and ahci

2009-12-07 Thread Jeremy Chadwick
On Mon, Dec 07, 2009 at 11:06:35AM +0100, Johan Hendriks wrote: > Hello all > > I am running FreeBSD 8_Stable, and i started to use the ahci driver, all > is fine > > All my drives are now detected as ada[0-9] > > But when i run smartctl it give me the following message: > {snip} You won't be

Re: Smartctl and ahci

2009-12-07 Thread Andriy Gapon
on 07/12/2009 12:42 b. f. said the following: > There is no support in smartmontools 5.38 for the new ahci(4) driver > in FreeBSD 8.x and 9.x, or for the new ATA_CAM option that mav@ just > introduced into FreeBSD 9.x. You need to wait for smartmontools 5.39 > to be released, or build smartmontool

Re: root partition too small

2009-12-07 Thread Boris Samorodov
On Mon, 7 Dec 2009 09:18:28 +0300 al...@ulgsm.ru wrote: > Label from freebsd sysinstall in auto mode, make root partition 500mb > For update OS (kernel + kernel.old) need about 700mb > Howto rebild kernel with litsted in kldstat modules? Use at /etc/{make,src}.conf and you won't have *.symbols

Re: root partition too small

2009-12-07 Thread Rolf Nielsen
al...@ulgsm.ru wrote: Label from freebsd sysinstall in auto mode, make root partition 500mb For update OS (kernel + kernel.old) need about 700mb Howto rebild kernel with litsted in kldstat modules? In your kernel config file, use makeoptions MODULES_OVERRIDE="" E.g. makeoptions MODULES_OV

Re: root partition too small

2009-12-07 Thread nickolasbug
2009/12/7 : > Label from freebsd sysinstall in auto mode, make root partition 500mb > For update OS (kernel + kernel.old) need about 700mb > > Howto rebild kernel with litsted in kldstat modules? > > -- > alexs > You may say "make reinstallkernel" instead of "make installkernel" _

Re: Smartctl and ahci

2009-12-07 Thread Alexander Motin
Johan Hendriks wrote: > I am running FreeBSD 8_Stable, and i started to use the ahci driver, all > is fine > > All my drives are now detected as ada[0-9] > > But when i run smartctl it give me the following message: > > Do i need to set some option somewhere, or rebuild smartmontools with > so

Re: Smartctl and ahci

2009-12-07 Thread Goran Lowkrantz
Hi, Have installed 5.39-rc1 by hacking the port (remove all patches, don't use gmake) and it works just fine with ada devices. It also handles our HighPoint controllers, which I don't thing 5.38 did. /glz --On December 7, 2009 13:06:12 +0200 Andriy Gapon wrote: on 07/12/2009 12:42 b. f. s

Re: kldload: can't load msdosfs_iconv: Exec format error

2009-12-07 Thread John Baldwin
On Monday 07 December 2009 5:18:47 am Wolfgang Riegler wrote: > Hi, > > I hope somebody can help me :-) > > I have some trouble loading the kernel modules msdosfs_iconv, cd9660_iconv und udf_iconv. The error > is always "kldload: can't load msdosfs_iconv: Exec format error" Look in 'dmesg' for

Re: vmstat and iostat us/sy/id numbers wrong?

2009-12-07 Thread John Baldwin
On Saturday 05 December 2009 9:19:06 am Stefan Bethke wrote: > I'm confused about the numbers shown in the last three columns in both vmstat and iostat. They should reflect percent of CPU time spent on user processes, system threads, and the idle thread (or something like that). > > On multiple

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-07 Thread John Baldwin
On Sunday 06 December 2009 12:16:36 am Hiroki Sato wrote: > Hiroki Sato wrote > in <20091205.184250.201700943@allbsd.org>: > > hr> A summary so far is: > hr> > hr> 1) a <8MB 7.1R kernel + stock 8.0R loader > hr> 2a) a >8MB 8.0R kernel + stock 8.0R loader > hr> 2b) a >8MB 8.0R kernel +

Re: vmstat and iostat us/sy/id numbers wrong?

2009-12-07 Thread Stefan Bethke
Am 07.12.2009 um 16:10 schrieb John Baldwin: On Saturday 05 December 2009 9:19:06 am Stefan Bethke wrote: I'm confused about the numbers shown in the last three columns in both vmstat and iostat. They should reflect percent of CPU time spent on user processes, system threads, and the idle th

Re: openjdk6 browser plugin

2009-12-07 Thread Jung-uk Kim
On Saturday 05 December 2009 04:12 am, S.N.Grigoriev wrote: > 04.12.09, 14:54, "Jung-uk Kim" wrote: > > On Friday 04 December 2009 02:33 pm, S.N.Grigoriev wrote: > > > Hi list, > > > > > > I've installed openjdk6 from > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stabl > > >e

Re: openjdk6 browser plugin

2009-12-07 Thread Jung-uk Kim
On Monday 07 December 2009 12:18 pm, Jung-uk Kim wrote: > On Saturday 05 December 2009 04:12 am, S.N.Grigoriev wrote: > > 04.12.09, 14:54, "Jung-uk Kim" wrote: > > > On Friday 04 December 2009 02:33 pm, S.N.Grigoriev wrote: > > > > Hi list, > > > > > > > > I've installed openjdk6 from > > > >

Re: kldload: can't load msdosfs_iconv: Exec format error

2009-12-07 Thread Wolfgang Riegler
Thank you, 'options LIBICONV' solves my problem Wolfgang Am Montag 07 Dezember 2009 16:12:44 schrieb John Baldwin: > On Monday 07 December 2009 5:18:47 am Wolfgang Riegler wrote: > > Hi, > > > > I hope somebody can help me :-) > > > > I have some trouble loading the kernel modules msdosfs_iconv,

Your account has been randomly flagged!

2009-12-07 Thread Scotiabank
[1]Scotiabank [service_sofs_en.gif] Do not reply to this e-mail. Scotiabanks will not receive your reply. Your account has been randomly flagged in our system as a part of our routine security measures. This is a must to ensure that only you have access and use of your Scoti

Re: dhclient starts after NETWORK

2009-12-07 Thread Doug Barton
What version of FreeBSD are you using? Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.com/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mai

Re: dhclient starts after NETWORK

2009-12-07 Thread Kenyon Ralph
On 2009-12-07T12:30:32-0800, Doug Barton wrote: > What version of FreeBSD are you using? I see the same ordering as alexs on 8.0-STABLE r200190: % rcorder /etc/rc.d/* | grep -n -e dhclient -e ntp 67:/etc/rc.d/ntpdate 115:/etc/rc.d/ntpd 142:/etc/rc.d/dhclient -- Kenyon Ralph signature.asc Des

Re: dhclient starts after NETWORK

2009-12-07 Thread Brooks Davis
On Mon, Dec 07, 2009 at 12:03:39PM +0300, al...@ulgsm.ru wrote: > > Wrong order in /etc/rc.d scripts > > ~]>rcorder /etc/rc.d/* | grep -n -e dhclient -e ntp > 66:/etc/rc.d/ntpdate > 112:/etc/rc.d/ntpd > 139:/etc/rc.d/dhclient > > Then ifconfig_rl0="DHCP"? ntpdate can`t sync time. > > > It is r

Re: dhclient starts after NETWORK

2009-12-07 Thread Ronald Klop
On Mon, 07 Dec 2009 10:03:39 +0100, wrote: Wrong order in /etc/rc.d scripts ~]>rcorder /etc/rc.d/* | grep -n -e dhclient -e ntp 66:/etc/rc.d/ntpdate 112:/etc/rc.d/ntpd 139:/etc/rc.d/dhclient Then ifconfig_rl0="DHCP"? ntpdate can`t sync time. It is right to add dhclient in REQUIRE section i

Re: Smartctl and ahci

2009-12-07 Thread Emil Mikulic
On Mon, Dec 07, 2009 at 02:45:14AM -0800, Jeremy Chadwick wrote: > Someone familiar with this new infrastructure will need to reach out to > Bruce Allen and work with him to get smartctl working with the new > AHCI->CAM interface. Apparently this code is in smartmontools SVN already: http://source

Re: vge problem

2009-12-07 Thread Yoshiaki Kasahara
On Fri, 4 Dec 2009 10:43:01 -0800, Pyun YongHyeon said: >> before I replaced vge(4). I guess the system froze while initializing >> vge(4), but I'm not really sure actually. > > Yes, that's also possible. But I can't explain how the patch can > freeze the box. Another user also reported

atheros problem

2009-12-07 Thread Pete Carah
With a recent build of 8-stable (last week and again yesterday) the ath 9280 driver doesn't work; wpa_supplicant says "scanning" forever, and if one observes ifconfig it is scanning some of the 11a frequencies and no 11g ones. It also doesn't pick up a legit 11a AP at home, nor does it see *any* A

Re: Smartctl and ahci

2009-12-07 Thread Denise H. G.
"Johan Hendriks" writes: > Hello all > > I am running FreeBSD 8_Stable, and i started to use the ahci driver, all > is fine > > All my drives are now detected as ada[0-9] > > > > But when i run smartctl it give me the following message: > same here. And I did some research on Google. Some linu

Re: root partition too small

2009-12-07 Thread Denise H. G.
al...@ulgsm.ru writes: > Label from freebsd sysinstall in auto mode, make root partition 500mb > For update OS (kernel + kernel.old) need about 700mb > > Howto rebild kernel with litsted in kldstat modules? Remove all the symbol files in /boot/kernel, I think. You don't need them. Actually 500 m

Re: Smartctl and ahci

2009-12-07 Thread Xin LI
On Mon, Dec 7, 2009 at 6:56 PM, Denise H. G. wrote: > "Johan Hendriks" writes: > >> Hello all >> >> I am running FreeBSD 8_Stable, and i started to use the ahci driver, all >> is fine >> >> All my drives are now detected as ada[0-9] Newer version of smartmontools should support the new style dev

Re: root partition too small

2009-12-07 Thread Ian Smith
On Tue, 8 Dec 2009, Denise H. G. wrote: > al...@ulgsm.ru writes: > > > Label from freebsd sysinstall in auto mode, make root partition 500mb > > For update OS (kernel + kernel.old) need about 700mb > > > > Howto rebild kernel with litsted in kldstat modules? > > Remove all the symbol fil

Re: dhclient starts after NETWORK

2009-12-07 Thread alexs
* Kenyon Ralph [2009-12-07 12:37:06 -0800]: > On 2009-12-07T12:30:32-0800, Doug Barton wrote: > > What version of FreeBSD are you using? > > I see the same ordering as alexs on 8.0-STABLE r200190: Yes. Also same in 7.1,7.2 In 6.0 order is right > > % rcorder /etc/rc.d/* | grep -n -e dhclient