Re: Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread FreeBSD Noob
On Mon, 25 Sep 2006 15:48:08 -0700, "Kevin Oberman" <[EMAIL PROTECTED]> wrote: >Unfortunately, I have already deleted the bounce message. I may get >another when I send this. Don't worry, I tried sending a test message from a gmail account and it bounced too. I've changed the mailbox in my addre

Re: probs on 6.2-prerelease

2006-09-25 Thread Danny Braniss
[...] > > >>Hey all, > >> > >>I don't know if this is pre 6.2 specific but I changed my /etc/tty for > >>device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > >>login via regular KVM console, just don't get a login. > >>The more alarming thing was that while it appeared everyth

Re: Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread FreeBSD Noob
On Mon, 25 Sep 2006 23:09:26 +0100, Bartosz Fabianowski <[EMAIL PROTECTED]> wrote: >Your MINIMUM_PPS file contains the entire kernel configuration and >unless you want to tweak additional options (compiler flags and >optimization settings for example), there is no need to modify make.conf. That'

RE: Patch: sym(4) "VTOBUS FAILED" panics on amd64, amd64/89550

2006-09-25 Thread Jan Mikkelsen
Attached is a simpler patch, after some feedback from Stefan over general niceness. It removes the amd64 special case by splitting the target member (an array of struct sym_tcb) of sym_hcb out into a separately allocated structure. This way there is never a need to allocate anything bigger than a

Is there any good reason for get*by*_r()?

2006-09-25 Thread Mark Andrews
get*by*_r() are deprecated on most platforms and there use is highly non-portable, lots of different API's. Why are we adding compatability for deprecated functions? Mark -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 47

Re: Problems with auditd -- resolved

2006-09-25 Thread Robert Watson
On Sat, 23 Sep 2006, Robert Watson wrote: Right now the id(1) command in -STABLE doesn't print audit properties of the process, but I've attached a patch that causes it to do so when "id -a" is run. If you could apply this patch and run "id -a" as root, that would be helpful. I've merged t

Re: probs on 6.2-prerelease

2006-09-25 Thread Michael Vince
Danny Braniss wrote: Hey all, I don't know if this is pre 6.2 specific but I changed my /etc/tty for device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't login via regular KVM console, just don't get a login. The more alarming thing was that while it appeared everything was

bge driver problem for BCM5754 on 6.2 stable

2006-09-25 Thread Yi-Hua Edward Yang
Hi, I install FreeBSD 6.1 on a new Dell Precision 390, which has an on-board BCM5754 GbE NIC that was not recognized. A quick look into the CVS shows that its support is added at if_bge.c rev. 1.91.2.15, later than what is found in 6.1. So I performed cvsup, rebuilt world and kernel with if_bge

SMBus regression (Re: cvs commit: src/sys/dev/bktr bktr_i2c.c bktr_i2c.h src/sys/dev/ichsmb ichsmb.c...

2006-09-25 Thread Dmitry Pryanishnikov
Hello! On Fri, 22 Sep 2006, John Baldwin wrote: jhb 2006-09-22 19:19:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bktr bktr_i2c.c bktr_i2c.h sys/dev/ichsmb ichsmb.c sys/dev/iicbus iicsmb.c sys/dev/smbussmb.c

Re: Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread Bartosz Fabianowski
I was just fightened by all this make.conf stuff! If everything is in my kernel file in /usr/src/sys/i386/conf/MINIMUM_PPS, can I just ignore make.conf? Your MINIMUM_PPS file contains the entire kernel configuration and unless you want to tweak additional options (compiler flags and optimizat

Re: Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread FreeBSD Noob
On Mon, 25 Sep 2006 11:34:42 -0700, "Kevin Oberman" <[EMAIL PROTECTED]> wrote: Thanks Kevin, >1. Your mail address bounced my attempt at a private reply. Sorry, I don't uderstand why - it is a timelimited address that should work! but it's a facility I don't use that often I did have a look

Re: Strange spaces in ls -kls output, and dd(1) trouble

2006-09-25 Thread Sean C. Farley
On Thu, 21 Sep 2006, Oliver Fromme wrote: Oh by the way, "dd conv=sparse" doesn't seem to work for me; it doesn't create a sparse file: $ dd if=/dev/zero of=test bs=512 count=1000 conv=sparse 1000+0 records in 1000+0 records out 512000 bytes transferred in 0.070895 secs (7221952 bytes/sec) $

Re: ffs snapshot lockup

2006-09-25 Thread Jeremy Chadwick
This problem sounds awfully like what I reported in a recent PR. Now I'm starting to have my doubts as to whether or not my hardware was indeed at fault... http://www.freebsd.org/cgi/query-pr.cgi?pr=103435 -- | Jeremy Chadwick jdc at parodius.com | | Parodius Netw

Re: Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread Kevin Oberman
> From: FreeBSD Noob <[EMAIL PROTECTED]> > Date: Mon, 25 Sep 2006 18:52:45 +0100 > Sender: [EMAIL PROTECTED] > > Hi, > > As a total newbie, I am pushing my (lack of) knowledge to the limit as > a way of learning more about FreeBSD... > > I had v6.1 release installed and a custom kernel. After th

Re: ffs snapshot lockup

2006-09-25 Thread Vivek Khera
On Sep 22, 2006, at 4:36 PM, Kris Kennaway wrote: Start by enabling INVARIANTS, INVARIANT_SUPPORT, DEBUG_LOCKS and DEBUG_VFS_LOCKS, then run 'show lockedvnods' and 'alltrace' in DDB (spammy, need that serial console), or at least trace the running processes (show allpcpu) and those listed in lo

Upgrading to 6.2 stable - failed to compile kernel

2006-09-25 Thread FreeBSD Noob
Hi, As a total newbie, I am pushing my (lack of) knowledge to the limit as a way of learning more about FreeBSD... I had v6.1 release installed and a custom kernel. After the binary upgrade to v6.2, I tried to recreate the PPS kernel from updated sources, but got: | ../../../dev/mii/ip1000phy.c |

Re: chpass(1) patch for changing only crypted passwords

2006-09-25 Thread Dmitry Morozovsky
On Mon, 25 Sep 2006, Dag-Erling Sm?rgrav wrote: DS> Dmitry Morozovsky <[EMAIL PROTECTED]> writes: DS> > chpass is a bit broken since chpass.c:1.23 - it uses pw_equal which DS> > does not check crypted password field; so, you can not change _only_ DS> > crypt pass with chpass. Attached patch fixes

reporting unimplemented functions in linuxolator?

2006-09-25 Thread Torfinn Ingolfsen
Hello, When I use the NX client (net/linux-nx-client), I get lots of lines in /var/log/messages: Sep 23 21:01:54 kg-work kernel: linux: pid 19544 (nxproxy): ioctl fd=5, cmd=0x5411 ('T',17) is not imp lemented Sep 23 21:02:25 kg-work last message repeated 4468 times The NX client work fine, I ju

Mystery symbols made up by C++ at _low_ optimization levels

2006-09-25 Thread Mikhail Teterin
Could someone with knowledge of compilers, please, look at the PR 103610? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103610 One of the source files, when compiled (with -O0 or -O1), grows a symbol, that is not referenced anywhere else... Depending on the optimizations, the symbol

Re: winbindd won't start

2006-09-25 Thread C. Scott
- Guy Helmer <[EMAIL PROTECTED]> wrote: > C. Scott wrote: > > Last night I upgraded Samba on my FBSD 6.1 machine. Samba was > working fine before the upgrade. Since the upgrade, I can not get > winbindd to run. It writes this to the winbindd log before dying: > > > > [2006/09/24 11:17:30, 1] n

Re: winbindd won't start

2006-09-25 Thread C. Scott
- Guy Helmer <[EMAIL PROTECTED]> wrote: > C. Scott wrote: > > Last night I upgraded Samba on my FBSD 6.1 machine. Samba was > working fine before the upgrade. Since the upgrade, I can not get > winbindd to run. It writes this to the winbindd log before dying: > > > > [2006/09/24 11:17:30, 1] n

Re: winbindd won't start

2006-09-25 Thread C. Scott
I can successfully "kinit [EMAIL PROTECTED]" and klist shows the ticket. My krb5.conf: [libdefaults] default_realm = YOUR.KERBEROS.REALM [realms] YOUR.KERBEROS.REALM = { kdc = your.kerberos.server } [domain_realms] .kerberos.server = YOUR.KERBEROS.REALM

Re: probs on 6.2-prerelease

2006-09-25 Thread Jeremy Chadwick
On Mon, Sep 25, 2006 at 04:54:36PM +0300, Danny Braniss wrote: > > I don't know if this is pre 6.2 specific but I changed my /etc/tty for > > device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > > login via regular KVM console, just don't get a login. > > The more alarming thin

Re: probs on 6.2-prerelease

2006-09-25 Thread Greg Byshenk
On Mon, Sep 25, 2006 at 09:08:26AM -0400, Michael Proto wrote: > Michael Vince wrote: > > I don't know if this is pre 6.2 specific but I changed my /etc/tty for > > device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > > login via regular KVM console, just don't get a login. > >

Re: probs on 6.2-prerelease

2006-09-25 Thread Danny Braniss
> Hey all, > > I don't know if this is pre 6.2 specific but I changed my /etc/tty for > device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > login via regular KVM console, just don't get a login. > The more alarming thing was that while it appeared everything was > booting up

Re: winbindd won't start

2006-09-25 Thread Guy Helmer
C. Scott wrote: Last night I upgraded Samba on my FBSD 6.1 machine. Samba was working fine before the upgrade. Since the upgrade, I can not get winbindd to run. It writes this to the winbindd log before dying: [2006/09/24 11:17:30, 1] nsswitch/winbindd.c:main(953) winbindd version 3.0.23c st

Re: probs on 6.2-prerelease

2006-09-25 Thread Michael Proto
Michael Vince wrote: > Hey all, > > I don't know if this is pre 6.2 specific but I changed my /etc/tty for > device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > login via regular KVM console, just don't get a login. > The more alarming thing was that while it appeared everythin

Re: Direct Rendering Manager problems

2006-09-25 Thread David Wolfskill
On Mon, Sep 25, 2006 at 12:42:44PM +0400, Andrew Kolchoogin wrote: > Dear colleagues, > > I've recently discovered some oddity with DRM on FreeBSD. > > Maybe it's a FAQ, but it seems to me that both on-demand kernel > module loading and loading them in /boot/loader.conf is broken on rece

Re: winbindd won't start

2006-09-25 Thread Dominic Marks
[2006/09/24 11:30:15, 0] libsmb/cliconnect.c:cli_session_setup_spnego(776) Kinit failed: Cannot contact any KDC for requested realm Failed to join domain! As far as I know, nothing has changed. Does anyone have any suggestions? Is your /etc/krb5.conf intact and correct? Do you have a valid

Automounter flags for pcfs?

2006-09-25 Thread Ivan Voras
The goal is to have a USB flash drive mounted via automounter in a way that it auto-umounts after a while so I don't crash the system by pluggin it out wile mounted. My amd.map looks like this: /defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}; * opts:=rw,grpid

Re: chpass(1) patch for changing only crypted passwords

2006-09-25 Thread Dag-Erling Smørgrav
Dmitry Morozovsky <[EMAIL PROTECTED]> writes: > chpass is a bit broken since chpass.c:1.23 - it uses pw_equal which > does not check crypted password field; so, you can not change _only_ > crypt pass with chpass. Attached patch fixes this. Looks fine to me, feel free to commit. DES -- Dag-Erling

Re: Total crash in gdb!.. something is broken!.. Was: Re: FreeBSD with a Gigabyte GA-K8NSC?

2006-09-25 Thread Matthew Seaman
Alban Hertroys wrote: > Besides that, it is probably not a very good idea to mirror your swap. I > am certain it is bad for performance, if it'd gain you reliability is > beyond my knowledge. This has been discussed before, you probably want > to check the archives. On the contrary, it is a very

Re: Total crash in gdb!.. something is broken!.. Was: Re: FreeBSD with a Gigabyte GA-K8NSC?

2006-09-25 Thread Johan Ström
fOn Sep 25, 2006, at 09:55 , Alban Hertroys wrote: On Sep 25, 2006, at 8:36, Johan Ström wrote: What exactly does kernel dumps on /dev/mirror/gm0s1b mean? Not that it saves any kernel dumps at least.. But otoh I have no clue why it It means exactly that. IIRC kernel dumps are created

Direct Rendering Manager problems

2006-09-25 Thread Andrew Kolchoogin
Dear colleagues, I've recently discovered some oddity with DRM on FreeBSD. Maybe it's a FAQ, but it seems to me that both on-demand kernel module loading and loading them in /boot/loader.conf is broken on recent RELENG_6. I've an ATI Radeon Mobility 9700 and self-built RELENG_6.

Re: Total crash in gdb!.. something is broken!.. Was: Re: FreeBSD with a Gigabyte GA-K8NSC?

2006-09-25 Thread Johan Ström
On Sep 25, 2006, at 08:45 , Jiawei Ye wrote: On 9/25/06, Johan Ström <[EMAIL PROTECTED]> wrote: Fcking great.. Waking up and noting that the box has rebooted it self during the night... Yay!!... No kernel dumps, nothing in message log.. Nada... (this was on the "first" box, that is the one fir

Re: Total crash in gdb!.. something is broken!.. Was: Re: FreeBSD with a Gigabyte GA-K8NSC?

2006-09-25 Thread Alban Hertroys
On Sep 25, 2006, at 8:36, Johan Ström wrote: What exactly does kernel dumps on /dev/mirror/gm0s1b mean? Not that it saves any kernel dumps at least.. But otoh I have no clue why it It means exactly that. IIRC kernel dumps are created in swap space and on the next boot are moved to ${dump

chpass(1) patch for changing only crypted passwords

2006-09-25 Thread Dmitry Morozovsky
Dear colleagues, chpass is a bit broken since chpass.c:1.23 - it uses pw_equal which does not check crypted password field; so, you can not change _only_ crypt pass with chpass. Attached patch fixes this. Any thoughts/objections? Sincerely, D.Marck [DM5020,