newfs fails to build small file systems.

2001-10-16 Thread Harti Brandt
on default values for the number of tracks (1) and the number of sectors per track (4096). This gives a value of one cylinder and mkfs later on complains about needing at least 2 cylinders per cylinder group. Strange enough newfs still handles 1.44MByte floppies. Somewhat puzzled, harti -- harti

Re: newfs fails to build small file systems.

2001-10-16 Thread Harti Brandt
On Tue, 16 Oct 2001, Ceri wrote: COn Tue, Oct 16, 2001 at 02:47:50PM +0200, Harti Brandt said: C C since version 1.41 of newfs.c newfs fails to build 2MByte md-based C file systems. We use these file systems in our diskless pc's. C CIs this in anyway related to bin/30959 ? Looks rather

Problem with 'ps' in todays -current

2001-09-21 Thread Harti Brandt
' by hand as root stops the machine sometimes for: ps -el ps axc truss doesn't show anything (obviously the system stops too fast), DDB doesn't help. No idea how to track this down... harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL

mount_nfs problem...

2001-09-19 Thread Harti Brandt
-- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: vfsload appearse broken after new changes

2001-09-11 Thread Harti Brandt
). harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

amd broken

2001-09-06 Thread Harti Brandt
/obj/... the Makefile is executed in the object directory, so that the path is wrong. The 'else' part of the above fails to generate the HOST_OS_VERSION, and this makes the build to fail. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Harti Brandt
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: KY Would try the following patch for /sys/isa/psm.c IN ADDITION TO KY my previous patch? KY KY (This is a test patch. It's not a final fix.) KY KYpanic: nexus_setup_intr: NULL irq resource! KY KYOk, this is one last test patch. Please remove ALL my

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Harti Brandt
with an index (3rd argument) of 12. And that looks like the IRQ, so probably there is something really wrong. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Harti Brandt
On Tue, 4 Sep 2001, Ilmar S. Habibulin wrote: ISH ISH ISHOn Tue, 4 Sep 2001, Harti Brandt wrote: ISH ISH ISHpanic message was bad ivar read request ISH it fails in acpi_read_ivar with an index (3rd argument) of 12. And that ISH looks like the IRQ, so probably there is something really wrong

Re: my psm0 doesn't work with new acpi :( (fwd)

2001-09-04 Thread Harti Brandt
hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhub2: ALCOR Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2 uhub2: 4 ports with 4 removable, self powered -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private

-current broken in pcic_pci.c

2001-08-27 Thread Harti Brandt
-csc_intr == pcic_iw_pci || sc-func_intr == pcic_iw_pci) --- if (sc-csc_route == pcic_iw_pci || sc-func_route == pcic_iw_pci) harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Problem with pxeboot and binutils-2.11

2001-08-09 Thread Harti Brandt
/krepel -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Missing '()' in aac.c

2001-08-07 Thread Harti Brandt
retrieving revision 1.20 diff -r1.20 aac.c 1302c1302 aac_sync_fib: datasize to large); --- (aac_sync_fib: datasize to large)); -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Harti Brandt
On Fri, 20 Jul 2001, Yoshihiro Koya wrote: YKI CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. YKThen Xwrapper always exits on signal 11, and I cannot use X11 now. You need to recompile all ports using pam. See /usr/src/UPDATING. harti -- harti brandt, http://www.fokus.gmd.de

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Harti Brandt
2/dev/null | grep libpam to get a list of binaries which depend on libpam. I'm not sure how to find out which shared libraries depend on libpam, ldd shared-object.so does not work. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private

Re: use md device in /etc/rc.diskless{1,2}

2001-03-26 Thread Harti Brandt
has a very WLlimited number of writes. Well, the idea is to have a config knob, where you can tell to mdconfig whether it should use 'swap' or 'malloc'. This should, of course, default to malloc. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Harti Brandt
it during input of the user name/password. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

RPC update break ypbind

2001-03-20 Thread Harti Brandt
char *cu_outbuf; u_int cu_recvsz; + struct pollfd cu_pollfd; char cu_inbuf[1]; }; A better fix would probably put the definition into a private header file and include this in yp_ping. harti -- harti brandt, http://www.fo

sys/ata.h still breaks world

2001-03-16 Thread Harti Brandt
. -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 3dfx -current compile error

2001-02-19 Thread Harti Brandt
EC EC EC EC EC EC -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Current buildworld broken

2001-02-09 Thread Harti Brandt
On Fri, 9 Feb 2001, Jeroen Ruigrok van der Werven wrote: JRvdW-On [20010207 11:00], Harti Brandt ([EMAIL PROTECTED]) wrote: JRvdW JRvdWWith a freshly CVSuped current I get: JRvdW ... JRvdW JRvdWYou are probably caught in between commits. JRvdW JRvdWAlways cvsup after such problems, after you

Current buildworld broken

2001-02-07 Thread Harti Brandt
of the multiaddr list. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: weird cvs update problem

2001-01-08 Thread Harti Brandt
file name works most of the time, but can be really slow when you have a large tree. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

ATM broken in -current

2000-12-06 Thread Harti Brandt
/unisig_msg.c netatm/uni/unisig_print.c netatm/uni/unisig_proto.c netatm/uni/unisig_sigmgr_state.c Regards, harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send

Re: binutils commit breaks kernel builds?

2000-11-20 Thread Harti Brandt
On Wed, 15 Nov 2000, David O'Brien wrote: On Wed, Nov 15, 2000 at 04:15:55PM +0100, Harti Brandt wrote: with fresh sources from today 6:00 MET kernel builds fail. The victim is I'm done with the upgrade - you may have easily CVSuped during the upgrade process. Can you wait an hour or so

Re: Re[2]: if_tap and linprocfs modules are broken in -current

2000-11-15 Thread Harti Brandt
n too. Are you sure, that you don't have a stale linprocfs or if_tap in /modules or elsewhere? lminor was removed from if_tap two month ago as I already said. Go into you build directory and do a 'nm if_tap.ko | grep minor' - no lminor should be there. If it is, you have a stale source file.

binutils commit breaks kernel builds?

2000-11-15 Thread Harti Brandt
. This seem to indicate, that the 'size' built from the updated source via 'make buildworld' is broken. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send

Re: if_tap and linprocfs modules are brokern in -current

2000-11-14 Thread Harti Brandt
rt. How-To-Repeat: kldload if_tap kldstat linprocfs No problems here with source from today 6.00 MET. if_tap was fixed on 09/19. NB: there is a commit request pending for if_tap. It is currently unusable with devfs. Would be REALLY nice if a committer could look at the patch. harti --

Current kernel fails to compile

2000-11-10 Thread Harti Brandt
*** Error code 1 Stop in /usr/src/sys/modules/aac. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/BEAGLE. 502 [root] (beagle) sys/compile/BEAGLE # exit exit Script done on Fri Nov 10 13:42:17 2000 -- harti brandt, http://www.fokus.gmd.de/research/cc

hea and hfa drivers do not compile...

2000-10-30 Thread Harti Brandt
-- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: hea and hfa drivers do not compile...

2000-10-30 Thread Harti Brandt
everything compiles fine. harti -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. -- harti brandt, http

Re: Problem in fetch

2000-10-27 Thread Harti Brandt
in sbwait, the time not increasing. Any idea? The same here. It blocks in utimes(2) when trying to set the times on the fetched file. No clue. Annoying. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL

Re: endian.h problem with gnats port

2000-10-27 Thread Harti Brandt
-pr.c In file included from /usr/include/sys/wait.h:93, from queue-pr.c:23: sys/wait.h now needs sys/types.h. That's documented. Many ports break also. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED

Bug in ip_fw.c?

2000-10-26 Thread Harti Brandt
, if the packet is too short to contain a UDP header. ip_fw insists on having an UDP header (around line 1002) and drops the packet as a bogus fragment, if it is too short for a header. I think, this is wrong. Because I'm not too firm with the firewall code, I have no fix. Regards, harti -- harti brandt

<    1   2