Re: nfs lockup

2004-02-14 Thread Danny Braniss
xmlparse.o xmltok.o xmlrole.o i need help in tracking down this problem, danny > hi, > for some time now, probably since 5.2, make buildworld will hang > and strangely enough at the same point, > >18 21097 21085 0 -7 0 1572 1052 nfsfsy DLp20:00.00 ar cq

Re: pam_ldap and passwd

2003-11-24 Thread Danny Braniss
e _PWF_HESIOD: - fprintf(stderr, "Changing HESIOD password for %s\n", - pwd->pw_name); - break; default: /* XXX: Green men ought to be supported via PAM. */ errx(

Re: GEOM Gate.

2003-10-15 Thread Danny Braniss
-a > SunOS galaxy 4.1.4 18 sun4m > # man nd > No manual entry for nd. > # /history back in the days when the internet was LAN, SUN invented 'The Network is the Computer', YP for yellow pages (now NIS), and ND for Network Disk (A RPITA). but disks where expensive so it was rather

Re: ACPI problem?

2003-07-18 Thread Danny Braniss
> On Thu, 17 Jul 2003, Danny Braniss wrote: > > > Your asl seems bogus since there are a lot of unexpected values (i.e. for > > > TZ and EC port values). Since it worked in 4.8R, follow the instructions > > > for disabling ACPI. > > > > > > -Nat

rpcinfo

2003-07-17 Thread Danny Braniss
I just run rpcinfo: # rpcinfo rpcinfo: can't contact rpcbind: RPC: Port mapper failure - RPC: Success :=) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PRO

Re: ACPI problem?

2003-07-16 Thread Danny Braniss
several of this boxes and booting them diskless will be a problem. danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

ACPI problem?

2003-07-15 Thread Danny Braniss
port 0x3c0-0x3df iomem 0xa-0xb on isa0 here is just hangs, and only reset will get it going. danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

tunning 5.1

2003-07-03 Thread Danny Braniss
that 30% slower, network is over 60% slower! danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: acpi patch for dell laptop?

2003-06-21 Thread Danny Braniss
it works on a Dell Latitude C800 danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rcNG & automonter(amd)

2003-06-07 Thread Danny Braniss
ou like. what's needed is a simple way to: 1- keep the default - & 2- turn it off by request after coffee i'll see if i can come up with a solution. danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/

Re: rcNG & automonter(amd)

2003-06-07 Thread Danny Braniss
way once it managed to register with the portmapper and some other initialization danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

rcNG & automonter(amd)

2003-06-07 Thread Danny Braniss
itself after it's done with the initialization stage anyway - and if not then it probably means trouble. danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Diskless: 5.0R scripts, boot, NFS mount problems I didn't have in 4.7S

2003-02-22 Thread Danny Braniss
I have been using diskless boots for some time, and selecting different kernels is very easy, see ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot danny > > :Seems like diskless clients would have to have separate kernels with > :the "option BOOTP" while an

Re: Problem with RC3

2003-01-15 Thread Danny Braniss
> On Wed, 2003-01-15 at 09:43, Danny Braniss wrote: > > hi all, > > firstly, hats off, great stuff! > > > > so far i have 2 problems to report: > > 1- I managed to boot of the cd, but later stage of the install > >refuses to recognize the cd.

Problem with RC3

2003-01-15 Thread Danny Braniss
hi all, firstly, hats off, great stuff! so far i have 2 problems to report: 1- I managed to boot of the cd, but later stage of the install refuses to recognize the cd. 2- tried to install over the net, 'em' is not in generic danny To Unsubscribe: send mail

Re: short uid/gid

2002-10-16 Thread Danny J. Zerkel
se are > actually broken because they don't take into account our truncation bugs. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > [EMAIL PROTECTED] Network Associates Laboratories > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message To quote the POSIX standard: The ipc_perm structure shall contain the following members: uid_tuidOwner's user ID. gid_tgidOwner's group ID. uid_tcuid Creator's user ID. gid_tcgid Creator's group ID. mode_t mode Read/write permission. I don't think size is an issue. At least not within a given machine. I think OpenBSD and NetBSD have already taken the correct path. We just need to have a compatibility interface (automatic extra flag: pretty cheap; or alternate syscalls: probably a waste). Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: short uid/gid

2002-10-16 Thread Danny J. Zerkel
On Wednesday 16 October 2002 00:43, Robert Watson wrote: > On Tue, 15 Oct 2002, Danny J. Zerkel wrote: > > At least for our Linux emulation layer, supporting IPC_64 would be one > > of the pieces (probably the main one) keeping The Sims from running. > > The other thing

Re: short uid/gid

2002-10-15 Thread Danny J. Zerkel
this (IPC_64) if the scheduling fairy brings me the time. Danny [EMAIL PROTECTED] On Monday 14 October 2002 15:18, Maxim Sobolev wrote: > Linux solved the problem by introducing a new flag for {msg,shm,sem}ctl(3) > interfaces (IPC_64), which if set tells the kernel that user supplies > ne

Re: Do we still need portmap(8)?

2002-10-10 Thread Danny J. Zerkel
On Wednesday 09 October 2002 17:00, Terry Lambert wrote: > "Danny J. Zerkel" wrote: > > And a list of files to delete would have saved many emails about the > > GCC being broken when the old headers just needed to be deleted. > > No, it wouldn't. > > The

Re: Do we still need portmap(8)?

2002-10-09 Thread Danny J. Zerkel
libfoo.so.N-1) > > Warner > And a list of files to delete would have saved many emails about the GCC being broken when the old headers just needed to be deleted. Danny [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: The official "GEOM is in the tree" speech.

2002-10-05 Thread Danny Braniss
good speech!, i hope that GEOM is as good! (or maybe I should have sayed that in reverse order?) danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

panic in getnewvnode

2002-10-02 Thread Danny Braniss
there is something fishy going on :-) with latest current, the tests are run on a diskless host, and just after booting, this is what i do: newfs /dev/ad0s2a mount /dev/ad0s2a /mnt-root cd /mnt-root rsh dev -n dump 0f - /c/4| restore rf - panic: vn_finished_write:

Re: R e: VFS panic is now fixed.

2002-09-30 Thread Danny Braniss
if i can help, please let me know! all im doing is: newfs /dev/ad0s2a mount /dev/ad0s2a /mnt-root rsh dev -n dump 0f - /c/4 | restore rf - and after a short while it panics. with today's cvsup, and with this 'fix': *** vfs_subr.c 2002/09/29 08:16:40 1.1 --- v

Re: R e: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
> > On Thu, 26 Sep 2002, Danny Braniss wrote: > I am not able to reproduce this. Can you tell me how your kernel conf > differs from GENERIC as well as provide some details on how you trigered > this? > > Jeff > sure, the kernel is GENERIC, no changes. (with

R e: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
if this is of any help: panic: vn_finished_write: neg cnt Debugger("panic") Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db> trace Debugger(c04b2d1c,c05664e0,c04bcd6b,cb4607d8,1) at Debugger+0x54 panic(c04bcd6b,cb46082c,c0325417,c05298e0,0) at panic+0xab vn_finished_write(c05298e0,0

Re: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
> The VFS panic that was introduced in my recent commits has been fixed. I > accidentally commited extra stuff from my tree that was not entirely > correct. i just cvs'ed. i'm getting: panic: vn_finished_write: neg cnt danny To Unsubscribe: send mail to [EM

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Danny Braniss
ft dependency ordering, what > > describes hard dependency ordering? > > Correct, the REQUIRE line only describes the dependency ordering. To start > it you twiddle the appropriate rc.conf knob. thanks, danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Danny Braniss
in amd, # REQUIRE: rpcbind mountall ypbind nfsclient ** since i don't use yp, how can i override this? or in other words, can REQUIRE be configurable too? danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

make buildworld fails

2002-05-29 Thread Danny Braniss
cvsup'ed about 1 hour ago in /etc/make.conf MAKEOBJDIRPREFIX?=/r+d/obj and with setnev MAKEOBJDIRPREFIX /r+d/obj make buildworld ... FATAL: can't create /usr/src/gnu/lib/libstdc++/../../../contrib/gcc/cp-demangle .o: Permission denied how can i fix this? danny To Unsubsc

diskless boot, take n+2

2002-05-28 Thread Danny Braniss
populate_etc ;; esac ;; esac the stuff is available from: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot/ danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-05-15 Thread Danny Braniss
but only from one/initial host, to make it realy flexible there is one major obstacle, the stand alone io has to be modified/augmented/complicated to have more than one socket. so, 1- is there a market for this? 2- is this a bad idea? 3- any work done already? danny T

Re: 3Com 3c905C-TX

2002-05-01 Thread Danny Braniss
ior from the > "Vortex" [3c59x] card as well. > no problem with: (the ethernet is OnBoard) Dell GX-115: 3Com 3c905C-TX Fast Etherlink XL Dell GX-150: 3Com 3c905C-TX Fast Etherlink XL (PXE et.all) danny To Unsubscribe: send mail to [EMAIL PROTECTED] wit

3Com 3c905C-TX

2002-04-29 Thread Danny Braniss
10Mgb :-( it's not the cable/switch, because i can connect the same cable to another host, and it works as expected - fast. btw, the PXE is also extreamly slow - still looking for a flash upgrade. thanks, danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

diskless configuration, was ... diskless booting

2002-04-24 Thread Danny Braniss
im modifying libstand/bootp.c, and im trying to read a file via tftp/nfs, while i'm sure i'll figure it out - eventualy, can someone help me out here? thanks, danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-24 Thread Danny Braniss
> Danny, > > What do you think about doing a little more polishing and rolling a new > set of patches taking this /etc/rc.conf option into account? Your kernel > env dhcp variables are really good. I know that many do want to do what > you are doing (large scale RO /); but

Re: what if/diskless booting

2002-04-24 Thread Danny Braniss
> Note that Luigi has recently committed something similar to create the > sysctl kern.bootp_cookie (see /sys/nfs_client/bootp.c rev 1.36). > i will check that out asap. > I have also been doing the same thing for some time, but the difference in > my version is that I use four separate DHCP op

what if/diskless booting

2002-04-24 Thread Danny Braniss
c.conf i'll work now on the 'automagicaly' part :-) danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread Danny Braniss
t; > If you wanted to match the style for most of the rc* files, and avoid an > unecessary call to 'test,' you could do: > > case `hostname -s` in > '') > foo > ;; > esac > > Not a big deal, but I thought I'd mention it. :) > &g

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread Danny Braniss
orders of magnitude faster than fsck :-). > > THat is what I primarily use them for, as well. > > -- Terry true, true, it's nice to be able to fix bugs on a running system, and trying it out on a diskless/dataless! but im also deploying servers dataless, it makes upgrading them

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread Danny Braniss
successfuly) recording the changes i was doing :-( btw, i did not have to do no 'lot of local hacking' to get it working: newfs /c/2; cd /c/2; dump 0f - / | restore rf - (brute force to get most of the local environment :-) make installworld DESTDIR=/c/2 and i

Re: diskless booting

2002-04-23 Thread Danny Braniss
> On Tue, Apr 23, 2002 at 08:32:51PM +0300, Danny Braniss wrote: > > > On Tue, Apr 23, 2002 at 12:19:58PM -0400, Robert Watson wrote: > > > > diskless_root_readonly="NO" # Make it "YES" for readonly > > > > > > good. &g

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-23 Thread Danny Braniss
> either really engineer this to make diskless properly configurable, or > have the minimal number of knobs, etc. nice, but impractical, because of the chicken and egg problem, or in other words, the load/over-write of rc.conf[.local] happens a bit later ... danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-22 Thread Danny Braniss
> On Mon, Apr 22, 2002 at 10:40:44AM +0300, Danny Braniss wrote: > > Since im very interested in diskless/dataless, and i've been at it for some > > time now, i made some changes to libstand/bootp.c and /etc/rc.diskless1 > > which i wouldn't mind receiving commne

Re: FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-22 Thread Danny Braniss
nf/default/etc to it. my 'solution' is to mount union /etc/conf as the 'writable' part. 1) i don't have to copy - and hence 2) have only one copy of /etc for all my diskless. since the next part of rc.diskless1 copies files specific to the host/cluster, and there are some case

FreeBSD 5.0 Developer Preview #1 Now Available / diskless booting

2002-04-22 Thread Danny Braniss
hich i wouldn't mind receiving commnets/suggestions, and if possible incorporated. the stuff is in: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/diskless-boot/ danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

pam_rhost Re: rshd on 5.0-DP1

2002-04-12 Thread Danny Braniss
for what it's worth, i've set up a pam_rhost: ftp://ftp.cs.huji.ac.il/users/danny/pam_rhost To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: rshd on 5.0-DP1

2002-04-11 Thread Danny Braniss
i went down the same road, rlogin works fine, but rshd does not work, for anybody - including root. my guess the problem is in the PAM stuff. danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: just moved to current, mouse is jerky

2001-07-29 Thread Danny J. Zerkel
ED] > with "unsubscribe freebsd-current" in the body of the message -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: new rc.diskless{1,2} files

2001-04-02 Thread Danny Braniss
x27;s almost what i did here, but this morning couldn't remember why :-) as to using local disks, all our 'diskless' actualy have disk, im still in the design stage, since some of the have other os installed, some want to use the disk as scratch, some may need big swap ...

Re: dev/acpica/acpi.c - minor patch for cleaner poweroff

2000-12-19 Thread Danny J. Zerkel
This patch works for me on a P2B-DS, previously I had to power off by hand. Thanks! Danny On Tuesday 19 December 2000 10:36, Mitsuru IWASAKI wrote: > Hi, > > > I think you're the main maintainer of the ACPICA codebase (and yes, I > > know that parts of it is imported fr

RE: COMPAT_SVR4 broken after uipc_syscalls commit (1.77)

2000-11-22 Thread Danny J. Zerkel
Okay, this time I'll even include the entire patch... -- Danny J. Zerkel [EMAIL PROTECTED] --- svr4_stream.c.orig Thu Aug 31 18:54:05 2000 +++ svr4_stream.c Wed Nov 22 22:39:00 2000 @@ -162,7 +162,7 @@ struct uio ktruio; #endif - error = getsock(p->p_fd

COMPAT_SVR4 broken after uipc_syscalls commit (1.77)

2000-11-22 Thread Danny J. Zerkel
tually use COMPAT_SVR4 for anything, it just happened to be in my config and broke. Any way, here is a possible fix. -- Danny J. Zerkel [EMAIL PROTECTED] --- svr4_stream.c.orig Thu Aug 31 18:54:05 2000 +++ svr4_stream.c Wed Nov 22 22:39:00 2000 @@ -162,7 +162,7 @@ struct uio ktrui

No Subject

2000-09-14 Thread Danny Braniss
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

COMPAT_SVR4 broken after svr4/ move to compat/svr4

2000-09-01 Thread Danny J. Zerkel
Looks like conf/files.i386 and conf/files.pc98 need to be updated. -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: db 1.85 --> 2.x or 3.x?

2000-05-02 Thread Danny J. Zerkel
the simple patch and close the damn PR!) -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 4.0-20000204-SNAP install catching sig 11

2000-02-04 Thread Danny J. Zerkel
http://www.bitwizard.nl/sig11/ -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pmap_remove_pages panic during installworld

2000-01-30 Thread Danny J. Zerkel
Well, with all problems with buildworld and building kernels, and my limited time. I have only just gotten back to a point where I can retest the crash I was having. This time, no crash. Apparently, my milage is varying... -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to

Re: ColdFusion 4.5 RC3

2000-01-28 Thread Danny
I totally aggree. As soon as CF is ported to FreeBSD the bettter At 21:20 27/01/00 -0500, James Howard wrote: >On Thu, 27 Jan 2000, Brian Hechinger wrote: > >> yes. sorry about the confusion, i forgot to mention that. >> Allaire off-record said that they aren't happy with Linux >> and are seekin

pmap_remove_pages panic during installworld

2000-01-27 Thread Danny J. Zerkel
Dec 1999. I also don't have a crash dump (bad device name in dumpdev, now corrected). I will try to get these things, if I get a chance to try again. Things in the system: SMP on Asus P2B-DS motherboard softupdates on usb recently enabled, but no peripherals yet More information to follo

4.0 CODE FREEZE vs PR patches

2000-01-24 Thread Danny J. Zerkel
I'll get a new domain... -- Danny J. Zerkel [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Different SCSI probe behavior

1999-05-16 Thread Danny J. Zerkel
512 byte sectors: 255H 63S/T 555C) changing root device to da0s2a cd0 at bt0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.545MB/s transfers (4.545MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present -- Danny J. Zerkel "Sursum ad Absurd