Re: ATA driver problem?? (lost disk contact)

1999-12-18 Thread Martin Blapp
ctors), 29795 cyls, 16 heads, 63 S/T, 512 B/S wdc1: unit 1 (atapi): , removable, intr, iordis wfd0: medium type unknown (no disk) wfd0: buggy Zip drive, 64-block transfer limit set Martin PS: I can give you access to the machine if you like. Martin Blapp, [EMAIL PROT

Re: ATA driver problem?? (lost disk contact)

1999-12-18 Thread Martin Blapp
, PIO Anyway, so DMA on K7 boards is not supported. Is someone working on this ? Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax

proposed /etc/rc.network change ?

2000-01-11 Thread Martin Blapp
users will complain ! And here is the patch: <http://www.attic.ch/patches/mntrpc.patch>. Just look at the part in the middle '/etc/rc.network'. Thanks for discussions und suggestions ! Martin Martin Blapp, [EMAIL PROTECTED] Improware A

move portmap(8) from /usr/sbin to /sbin

2000-01-12 Thread Martin Blapp
problems. This will fix loopback and local mounts in fstab. Untill now this has not been possible because of the above reasons. Btw: Linux also has portmap(8) installed in /sbin. I'm prepared for a big fight :) Can you give me any arguments against this change ? Martin Martin Blapp, [

Re: move portmap(8) from /usr/sbin to /sbin

2000-01-12 Thread Martin Blapp
> > portmap(8) and therefore mountd(8) should be started before > > the nfs filesystems get mounted. But because portmap(8) is in > > /usr/sbin , users with a nfs mounted /usr filesystem or with > > diskless filesystems will have big problems. I mean, that if I do the change of startup-order, di

Re: move portmap(8) from /usr/sbin to /sbin

2000-01-12 Thread Martin Blapp
Hi, > should not have to run either, *even* for diskless boot. > > What's all this about loopback mounts in fstab about? What does > that have to do with diskless startup? Ok. I just rethought everything. It seems that a move is unnecessary because: - Sharity light and cfs are st

Re: move portmap(8) from /usr/sbin to /sbin

2000-01-12 Thread Martin Blapp
> I've got a loopback mount in /var/db/mounttab that looks like this: > > 946789037 localhost /null > > which is there because I run cfs (a crypto file system; see > /usr/ports/security/cfs). Part of the cfs startup script does > this: > >/usr/local/sbin/cfsd && mount -o port

network got stuck during high nfs-load

1999-07-31 Thread Martin Blapp
Hi driver gurus, Today I had heavy NFS-load on my CURRENT-SMP machine while compiling world. Suddenly all NFS-Clients stopped working. I was't able to ping the server from inside my /29 subnet, same with ping the others from the server itself. I changed cables, plugged them in and out, did so

mountpoint locking with fbsd-nfs

1999-08-01 Thread Martin Blapp
I'm a little bit astonished that's now possible to mount via nfs several times at the same mountpoint with freebsd nfs clients: normal behaviour (Linux 2.2, Solaris): -- magma:/ # mount magma:/cdrom /mnt magma:/ # mount magma:/cdrom /mnt mount: magma:/cdrom a

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Martin Blapp
On Sun, 1 Aug 1999, Matthew Dillon wrote: > Well, theoretically there is nothing wrong going on since you can mount > things on top of an NFS directory. Mount only complains about > duplicate normal partition mounts because it can't open the buffered > block device the second t

Call for objections

1999-11-14 Thread Martin Blapp
Hi everbody, I had a concept to solve some bad implemented NFS part: The client unmount notification of the NFS server. There seems to be different understanding if the programm rpc.umntall should be started at shutdown, startup or both. Can you please vote for or against these three possibility

re: rpc.umntall does not work with AIX

1999-12-02 Thread Martin Blapp
side and look at the output ? Can you test the following cases too and tell me if it works or not (please umount and mount kan:/home/ak03 again after each command) # rpc.umtall -h kan -p /home/ak03 # rpc.umtall -h kan # umount kan:/home/ak03 What entries do you have in /var/db/mounttab ? Mar

Re: rpc.umntall does not work with AIX [LONG]

1999-12-04 Thread Martin Blapp
Hi, > Well, it seems like RPCMNT_UMNTALL call always fails with RPC_SYSTEMERROR on > all systems except FreeBSD. I tested HP/UX, AIX and Solaris boxes - they all > behave identically as follows: exactly. The other systems reply is 5, which is MNT_IOERR for the authentification handle. I still d

Re: Bug with afd0 (zip-drive)

1999-04-04 Thread Martin Blapp
Hi, I have the same problems with Soren's new ATA driver: fuchur# mount_msdos -o noauto /dev/afd0s4 /zip mount_msdos: /dev/afd0s4: Invalid argument With the old driver and slice wfd0s4, this worked with msdos formatted zip-mediums. kernel konfig: -- controller ata0 device

Re: Looks broken to me...

1999-04-04 Thread Martin Blapp
Only if you make world with -j x ... without -j it's working. make buildworld -j10 > /tmp/build.out 2>&1 & breaks the same time making the cc_tools : `gencheck.c' is up to date. `c-parse.in' is up to date. `gencheck.c' is up to date. `c-parse.in' is up to date. ===> cc_int make: don't know how

Panic from today's current

1999-04-11 Thread Martin Blapp
t namei+0x291 vn_open(c7bb9eec603,1a4c7bc3e60,c029d3f0) at vn_open+0x59 open(c7bc3e60,c7bb9f84,8070aa0,10,8085680) at open+0xbb syscall(2f,2f,8085680,10,bfbfcb84) at syscall+0x182 Xint0x80_syscall() at Xint0x80_syscall+0x4c It seams to be ufs-related. Does anybody know what happened ? Martin Mart

new panic from fresh current (SMP)

1999-04-12 Thread Martin Blapp
But it's not related to that caused by the NMI, and it appears suddenly after probing soerens ATAPI drivers. hmm - SMP: AP CPU #1 Launched! does not appear ... what this ever means. the previos kernel as of yesterday had: IP Filter: initialized. Default = pass all, Logging = disabled SMP: AP CP

new panic from fresh current (SMP)

1999-04-12 Thread Martin Blapp
aeh - forgot to say ... it is reproducable - it can't boot And the kernel-gdbtrace isn't very useful :( Martin To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

RE: new panic from fresh current (SMP)

1999-04-12 Thread Martin Blapp
Hi, It seems to be fixed now with v 1.97 from /usr/src/sys/i386/i386/mp_machdep.c thanks ! To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

ed0: device timeout

1999-04-20 Thread Martin Blapp
Hi, Maybe current is not the right one to send my problem to - but I'm not subscribed on freebsd.mobile. Recently I bought a new laptop and my ed0-pccard stopped working. This happened before the newconfig stuff came in. I first thought there were some irq-related problems, but I wasn't able to

Re: LOR or panic with ips driver (was Re: cvs commit:src/sys/dev/ips ips.c ips.h ips_commands.c)

2003-11-28 Thread Martin Blapp
Hi, > After seeing this commit message, I've upgraded -CURRENT installed on > NetFinity 6000R(with ServeRAID 4H) to catch up with the recent changes. > However, LOR or panic still persists. You can panic your -CURRENT machine > by creating a log of files in a directory. You can do it with a simpl

Cdrecord broken with 5.2Beta and ATAPICAM

2003-11-29 Thread Martin Blapp
: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Key: 0x [], Segment 0 Sense Code: 0x00 Qual 0x00 (no additional sense information) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.192s tim

Re: make buildworld errors (amd/doc)

2003-09-02 Thread Martin Blapp
Hi, >make buildworld fails (cvsup from about 2 hours ago), it looks like the >amd import caused this: >/usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:45: >@include version.texi: No such file or directory Fixed 30 minutes ago. Please re-cvsup. Martin Martin Bl

Re: inetd unknown rpc/udp or rpc/tcp

2003-09-02 Thread Martin Blapp
Hi, >Sep 2 23:09:18 iso inetd[703]: unknown rpc/udp or rpc/tcp Looks like /etc/netconfig is missing or rpcbind is not running at all. Inetd has rpc support and I guess when rpc is turned all of you'll get this message. But it's harmless. Martin Martin Blapp, <[EMAIL PRO

Re: dhclient bug

2003-09-09 Thread Martin Blapp
bug report to the isc-dhcp people? > This is a FreeBSD bug, I'll fix it later today. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratte

Re: route problems in 5.1-RELEASE

2003-09-11 Thread Martin Blapp
internal NIC ? This works wonderful here. No manual interaction needed anymore. Dhclient had a bunch of fixes for this problem, the rc system had it too. All of them are fixed. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -

re: StarOffice 6 under CURRENT

2003-09-20 Thread Martin Blapp
install runs fine but when running setup.bin(via >executible staroffice6) it fails: >pid 657 (setup.bin), uid 1002: exited on signal 6 > >Any help is greatly appreciated! Sounds like linprocfs is not running anymore ? linprocfs on /usr/compat/linux/proc (linprocfs, loc Martin Martin B

Re: yppasswd fails on 5.1 box

2003-11-06 Thread Martin Blapp
ing entry (just use rpcinfo without -p) 19 1 local /var/run/ypasswdd.sock Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH P

Re: yppasswd fails on 5.1 box

2003-11-06 Thread Martin Blapp
Hi, > I'm on 5.1-RELEASE > I still need to upgrade, I have the sources via cvsup, but it will be my > first build/installworld ... 5.1R is broken. You should upgrade :) Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: Still under -current: bwrite: buffer is not busy???

2002-10-14 Thread Martin Blapp
Hi, >O"ha! >Is the attached backtrace from the bwrite or the vm_fault panic then? >If from the wrong panic, how to get the real one? kern.sync_on_panic=0 in /etc/sysctl.conf Martin Martin Blapp, <[EMAIL PROTECTED]&g

Re: where to get -current pkgs?

2002-10-17 Thread Martin Blapp
Hi, and OpenOffice packages for CURRENT will be available from http://projects.imp.ch/openoffice as you already know ;-) I really really hope that portmgr will be able to make at least a english openoffice package of FreeBSD 5.0 RELEASE. Martin Martin Blapp, <[EMAIL PROTECTED]> &

Panic with recent CURRENT (1 hour ago)

2002-12-14 Thread Martin Blapp
43090 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:872 Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93

ssh authentification broken, only public keys work

2002-12-19 Thread Martin Blapp
here are a few posts in google indicating that other have this problem too. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41

Re: ssh authentification broken, only public keys work

2002-12-20 Thread Martin Blapp
Hi, > Disable ChallengeResponseAuthentication, set it to "no" and you'll > have ssh again. > -- Thanks, I'll try it at home this evening ... Shouldn't we fix this the default config ? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

RC2 "install" report, three problems

2002-12-21 Thread Martin Blapp
pauls PR's and commit the ones that are ready. It looks like work has stalled there for a long time. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29,

Re: RC2 "install" report, three problems

2002-12-21 Thread Martin Blapp
Soeren, > 1) ATA problem > > The laptop has as SIS chipset, and uses a SIS900 ATA controller. > Disable ULTRA DMA does help. See this posting with a possible > workaround. It would be nice if at least this workaround gets > committed to 5.0R. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=30836

Re: RC2 "install" report, three problems

2002-12-21 Thread Martin Blapp
Hi, > dmesg output here? Looks like there's no interrupts for the card. [...] cbb0: at device 9.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCardbus> on cbb0 pci_cfg_intr_virgin: using routable interrupt 4 pci_cfgintr: 0:9 INTA routed to irq 4 cbb1: at device 9.0 on pci0 cardbus1: on cbb

SIS 962 chipset, problems ...

2002-12-23 Thread Martin Blapp
1039, 0) || + ata_find_dev(dev, 0x06461039, 0) || ata_find_dev(dev, 0x06501039, 0) || + ata_find_dev(dev, 0x06511039, 0) || ata_find_dev(dev, 0x07301039, 0) || ata_find_dev(dev, 0x07331039, 0) || ata_find_dev(dev, 0x07351039, 0) || Mart

Re: SIS 962 chipset, problems ...

2002-12-23 Thread Martin Blapp
Hi, > > Dec 23 15:17:03 kernel: sis0: Ethernet address: ff:ff:ff:ff:ff:ff > > Dec 23 15:17:03 kernel: sis0: MII without any PHY! > > Dec 23 15:17:03 kernel: device_probe_and_attach: sis0 attach returned 6 > > Dec 23 15:17:03 kernel: sis0: port 0x2000-0x20ff mem > > 0xec005000-0xec005fff irq

Re: SIS 962 chipset, problems ...

2002-12-23 Thread Martin Blapp
Hi Soeren, > This does not work correctly, your ATA timings are way out of wack > since botht ATA100 and ATA133 SiS chips uses different register > layouts... I know. This is just a workaround. At least my box does not hang during boot and ATA100 seems to work. No crash since then. Do you have

RE: SIS 962 chipset, problems ...

2003-01-01 Thread Martin Blapp
: Or isn't this neccessary ? http://people.freebsd.org/~mbr/patches/ifsis-mbr.diff Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln,

Firewire: fwohci0: cannot read phy

2003-01-01 Thread Martin Blapp
wohci0 firewire0: BUS reset firewire0: node_id = 0xc000ffc0, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: unrecoverable error Chipset is SiS962 with integrated USB, Firewire and NIC. Martin Martin Blapp, <[EMAIL PROTECTED]> &l

vm-related panic with 5.1RC1

2003-06-01 Thread Martin Blapp
fd8) Unfortunatly my partition was too small, so I could not get a dump. I've adjusted this now and the next time it panics I'll have one ready. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- I

vm-related panic with 5.1RC1

2003-06-01 Thread Martin Blapp
Hi all, I just got this panic during compile of openoffice Fatal trap 12 while in kernel mode fault virtual address = 0x68 fault code= supervisor read, page not present instruction pointer = 0x8:0xc0271f4d stack pointer = 0x10:0xe6e51ab0 frame pointer = 0x10:0xe6e51

Re: vm-related panic with 5.1RC1

2003-06-02 Thread Martin Blapp
Hi, > This is exactly the panic I am seeing on my dual-processor box. My > current suspicion is that it somehow relates to the same pcb_ext being > freed twice. I do not need OpenOffice to trigger the bug, on SMP > configuration it happens all the time. In the meantime the box did not panic anym

OpenOffice-devel: repeatable coredump with sun autodoc in libstd++

2003-06-03 Thread Martin Blapp
Hi all, I'm still working to get OpenOffice1.1Beta2 ready, but am now stuck with a segfault. The compile currently aborts on many places where -frtti is used, so everybody is using -fno-rtti these days. But here I get serious trouble with autodoc ... For some strange reason it didn't happen with

Re: OpenOffice-devel: repeatable coredump with sun autodoc inlibstd++

2003-06-03 Thread Martin Blapp
Hi, > -frtti is required for dynamic_cast(expr) to work. so if it is > broken, then you've got big problems. Lokks like you are definitly right: grep dynamic `find ./ -name "*.c*"` ./source/ary/cpp/c_class.cxx:ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source

Re: OpenOffice-devel: repeatable coredump with sun autodocinlibstd++

2003-06-03 Thread Martin Blapp
Hi, > I have seen this type of error and core dump with a new C++ > and old rtti header files. Make sure you are not mixing them, > since these header files definitely have to match the compiler. This is a fresh current 5.1RC1 ... Martin ___ [EMAIL P

libevent for FreeBSD ?

2003-06-10 Thread Martin Blapp
Hi, Has anybody seen this the recent NetBSD posting about libevent ? http://mail-index.netbsd.org/tech-userlevel/2003/06/08/.html What do you think about it ? Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fre

World is still broken. Please fix.

2003-06-15 Thread Martin Blapp
compiler *** Error code 1 Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Finger

HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
Small, but important message for NIS users. All users who had problems with NIS should rebuild their world. Long outstanding problems have been fixed and rpc.yppasswdd allows root again to change passwords on ypmaster without knowledge of the users password. Martin __

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
hi, > > All users who had problems with NIS should rebuild their > > world. Long outstanding problems have been fixed and > > rpc.yppasswdd allows root again to change passwords > > on ypmaster without knowledge of the users password. > Does this not create a vulnerability? > >

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
> he can change passwords on the server at will. >From the rpc.yppasswdd manpage: The FreeBSD version of rpc.yppasswdd also allows the super-user on the NIS master server to perform more sophisticated updates on the NIS passwd maps. The super-user can modify any field in any user

Re: broken world

2003-07-28 Thread Martin Blapp
I should sleep more ! > /usr/src/contrib/isc-dhcp/common/dispatch.c:47: error: syntax error > before string constant > /usr/src/contrib/isc-dhcp/common/dispatch.c:44:1: unterminated #ifndef > *** Error code 1 Sorry for the troubles I've caused. Martin ___

STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Martin Blapp
ange our infrastructure (devd, rc.d/dhclient script) to use them. If there are other ideas, I'm open to them. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 2

Re: STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Martin Blapp
Hi, > > can access dhclient (or dhcpd) on the local machine without authentification. > > You can get omshell working without auth over tcp/ip - I managed this > today when playing. But a unix domain socket would be nicer because the > dhclient server binds to INADDR_ANY by default. Cool. Do

Re: STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Martin Blapp
x27;ll think about how we can solve this differently. This really sucks ! Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826

Re: STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Martin Blapp
Hi, > Odd: > > %%% > # cat /etc/sleep_dhclient > #!/bin/sh > > omshell > /dev/null << EOF > connect > new control > open > set state = 3 > update > close > EOF > # cat /etc/wakeup_dhclient > #!/bin/sh > > omshell > /dev/null << EOF > connect > new control > open > set state = 4 > update > close >

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
client with -d -v and see what it's doing ? And can you try the same with a old dhclient and see if the behaviour is different ? It could also help to compile dhclient with -DDEBUG and see if you get more information. Martin Martin Blapp, <[EMAIL PROTECTED]

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
Hi, > > polling addition, but that should not make any difference here. > > Read the code. > > dhclient.c:send_discover() bails out if interface_active() is false BEFORE > iterating all the possible media settings. interface_active() doesn't bail out. It returns 1, which means "ok", and all shou

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
hi, > Listening on BPF/wi0/00:06:25:18:1a:37 > Sending on BPF/wi0/00:06:25:18:1a:37 > Sending on Socket/fallback > Trying medium "wepmode off ssid 'rednet' wepkey 1:- wepkey 2:- wepkey 3:- > wepkey 4:- " 1 > DHCPDISCOVER on wi0 to 255.255.255.255 port 67 interval 8 > DHCPOFFER from 207.136.3.

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
Hi, > >> Please look if you can get a 2-3 month old dhclient and I'm sure > >> you'll see the same behaviour there. > > Negative. It was working with the WI driver from 5.0 through 5.1-CURRENT > > until my make world last nite/this am. > oh, and 4.6-4.8 as well. Ok, You told me that it is work

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
Hi, > > How could dhclient see then that you were in a new network ? Do you mean > > which dhclient was running changing networks ? Or kill dhclient and > > restart it ? > reboot. I.E. I shutdown between home and office and vice versa. > > SOMETHING seriously changed here. Ahh ! I see now the

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
Hi, > dhclient.c:send_discover() bails out if interface_active() is false BEFORE > iterating all the possible media settings. Ok, problem understood now. I'm working on a fix. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Martin Blapp
een @@ -3222,6 +3227,13 @@ return (1); } } + + /* +* If dhclient.conf contains media settings, we cannot +* abort if the interface is not set to active mode. +*/ + if (ip->mediaflag) + return

Dhclient fix for systems with media settings

2003-08-05 Thread Martin Blapp
Hi all, If you used wi(4) or en(4) wavelan cards and you had problems with dhclient, you should try this patch, which treats interfaces with media settings differently. http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling-fixup.diff I'll produce a more clean patch this evening, and

Re: Dhclient fix for systems with media settings

2003-08-05 Thread Martin Blapp
Hi, > Is this going to cure the cases where using DHCP results in my network > link going dead about ~30 minutes after getting a lease? At that point > it starts spitting out timeout errors and stuff, and i have to > unplug/replug the card and re-start dhclient to get connectivity again.. Unless

Re: dhclient problem with xl0

2003-08-10 Thread Martin Blapp
Hi, > Except that you've added code to dhclient that makes poor assumptions > about the ifmedia status word. Its optional; for hardware that you can > detect media status it can be used to display the status. For other > hardware, we shouldn't have to "lie" about media status; if the hardware >

Re: dhclient problem with xl0

2003-08-10 Thread Martin Blapp
Hi, > dhclient is still relying on behavior from the kernel that isn't > guaranteed. I know. But I'd consider that as a kernel bug, not dhclient fault. Would it help the set the card into promisc. mode anyway, even if we don't have link ? > I posted a patch to if_xl.c that should correct the li

Re: Make pccard.ether working if there is already a dhclient running

2003-08-10 Thread Martin Blapp
I have now fixed the remaining issues. Comments are welcome. Martin -- Simplify the pccard dhcp handling a lot. There are now many configurations which have a NIC on board, and pccard slots. If a dhclient is running on the internal nic, the us

Re: Problem with dhclient & wi0 on resume.

2003-08-12 Thread Martin Blapp
#!/bin/sh omshell > /dev/null << EOF connect new control open set state = 4 update close Please tell me if you have success with these. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG,

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Argl, of course the patch was wrong. Ok, this should work now ... --- contrib/isc-dhcp/client/dhclient.c.orig Thu Aug 7 16:58:46 2003 +++ contrib/isc-dhcp/client/dhclient.c Sat Aug 9 21:47:14 2003 @@ -3288,19 +3288,24 @@ return (HAVELINK);

Several panics during unload of netgraph related klds

2003-08-14 Thread Martin Blapp
dumps, something in savecore seems broken since yesterday. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 6

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
ink. -*/ - return (NOLINK); + /* +* We really have no link. +*/ + return (NOLINK); + } + + return (HAVELINK); #else /* ifdef __FreeBSD__ */ /* @@ -3310,6 +3312,7 @@ return (HAVELINK); #endif /* Other OSs */

Re: Problem with dhclient & wi0 on resume.

2003-08-14 Thread Martin Blapp
Hi, Can you please try the attached patch ? There was one mayor typo ... - for _if in _active_list ; do + for _if in ${_active_list} ; do I also found two other bugs. And there is still one if we get 2 pccards at the same time configured with dhcp. But I think this setting is used very rarly.

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Hi, > xl0: Polling interface state > xl0: client state of 2 > xl0: link = 0 > xl0: No Link on interface Erm. What does 'ifconfig xl0' show you ? For dhclient it looks like you have no link. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Have you done a "ifconfig xl0 0.0.0.0 up" before ? > xl0: No Link on interface I think I'll have to support this, if the interface is not initialized. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Problem with dhclient & wi0 on resume.

2003-08-14 Thread Martin Blapp
Hi, > Unfortunately this system hasn't worked for me. As it is I have a script Have you tested it and included theses commands in rc.resume and rc.suspend ? > which lives in rc.d which starts up dhclient with the appropriate > wireless options. Unfortunately after each suspend and resume this i

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Hi, > Here is the output of dhclient -v -d xl0 I I checked. Dhclient still initializes the interface and brings it up itself. So there is only one possibility: You don't have a working link. Maybe it helps if you add a interface define in /etc/dhclient.conf wit the possible media. Martin _

Re: an driver / Cisco Aironet 340 stopped working

2003-08-19 Thread Martin Blapp
n you run dhclient in verbose mode and in foreground (-d -v) and maybe compile if with -DDEBUG ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133

Re: an driver / Cisco Aironet 340 stopped working

2003-08-19 Thread Martin Blapp
Hi, > DHCPREQUEST on em0 to 255.255.255.255 port 67 > DHCPACK from 212.226.167.254 > bound to 212.226.167.247 -- renewal in 228123 seconds. So the first time it works ? You get an IP here ... > an0: Found Link on interface > DHCPDISCOVER on an0 to 255.255.255.255 port 67 interval 6 > DHCPDISCOV

Re: an driver / Cisco Aironet 340 stopped working

2003-08-19 Thread Martin Blapp
Hi, > Did you look Cisco's dump where Windows DHCPDISCOVER appears as > 0100.4096.3856.e7 but FreeBSD is 0040.9638.56e7? That's strange indeed. But 0040.9638.56e7 looks correct to me. Can you tell me why the server does not send anything back ? Why does it happen to be 01 before the mac if you

Re: an driver / Cisco Aironet 340 stopped working

2003-08-20 Thread Martin Blapp
Hi, > Now I tested this at work with ISC DHCPD V3.0.1rc9 and it works just > fine. with the freebsd dhclient, or a unmodified V3.0.1rc9 one ? > For some reason Cisco dhcp server doesn't like FreeBSD anymore > if connect comes from an0 driver :-) Can you test the V3.0.1rc9 one at home too ? >

Davicom DM910X, DM90XX card owners, please help testing

2003-08-25 Thread Martin Blapp
rd. Because if this, FreeBSD R4.5 - R4.8 had broken Davicom cards. It will be fixed in FreeBSD 4.9R. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 41

Re: Linux emulation scripting fix to be committed to 5.x and 4.xwednesday

2000-04-24 Thread Martin Blapp
Hi Matt, I really like to see your fix committed to STABLE. It fixes also the bad designed Staroffice 5.2 installation for some part (/usr/sbin/test). Thank you for your work ! Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution

PANIC in tcp_syncache.c sonewconn() line 562

2003-01-13 Thread Martin Blapp
35 #19 0xc0237cf3 in fork_exit (callout=0xc0238c20 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:873 562 so = sonewconn(lso, SS_ISCONNECTED); Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-13 Thread Martin Blapp
Hi all, > Two days before RELEASE, I have a nice announcement ... > > Newest CURRENT ... Easy to reproduce: Ah yes, it seems that the bug is present in STABLE too ... This was 4.7 RELEASE. Here you can just use the drac port from /usr/ports/mail/drac which does the right thing. Martin To Unsu

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-13 Thread Martin Blapp
Hi Thomas, > The solution should be to reject the listen() with EINVAL (which seems > to be that standard-mandated error for connected sockets); patch > attached. Cool, thank you for the proposed solution. I suspected something like this; rpcgen does generate quite broken code sometimes, and nob

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-14 Thread Martin Blapp
Hi Thomas, > s = splnet(); > + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) { > + splx(s); > + return (EINVAL); > + } > error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td); > if (error) { > splx(s); > Can you commit th

Re: OpenOffice swriter working on -CURRENT

2003-01-20 Thread Martin Blapp
don't have procfs running ? The old packages still needs procfs, and crash without it. The new version (also the one in cvs doesn't need it. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproW

Re: if_sis.c 1.61 breaks support for SiS630 chipset

2003-01-20 Thread Martin Blapp
Hi, > Version 1.61 of if_sis.c breaks support for SiS630, or at least the > one on my laptop. This has been noted before, in It seems that older SiS900 card don't work with this revision. Newer cards tough, seem only to work with the "bitbang" code. Can you post me a "pciconf -lv" I need the re

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Martin Blapp
Hi, > So, problem may be in mountd. I tested with reverting the commit at > 2003/01/15, and it works fine. There seem to be definitly a problem around. Can you exactly tell me how you can reproduce it ? I tried it too and amd still works. I use on both servers a recent CURRENT and one has amd

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Martin Blapp
Hi, > I don't know the problem is in amd or mountd. I fear other programs > are broken with this commit... Mounting nfs volumes manually works, as other services work fine. I also tested other rpc-service and they seem to be fine. So we have to find out why mountd replies twice. With the commi

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Martin Blapp
Hi, > In my environment, server is 5.0-RELEASE and client is HEAD as of Jan > 20th. Both have nfsd, rpc.lockd, rpc.statd and nfs client. Just tried to reproduce it again. I'm not able to reproduce it :-( Can you try to cvsup on both boxes and then manually rebuild libc, mountd, rpcbind, nfsd.

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Martin Blapp
Hi, > s->c MOUNT V1 EXPORT Reply (duplicate) I suspect timeouts or packet loss cause this together with the new nonblock code change. I just tried V2 (mountd -2) and amd with -2 option. The bug does not appear. If possible I'd like to reproduce packet loss with dummynet, has anyone the necessa

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-27 Thread Martin Blapp
Hi all, We can end this tread. The bug has been found and fixed in HEAD. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ACPI and suspend problems ...

2003-01-28 Thread Martin Blapp
l: pcm0: ac97 codec failed to reset extended mode (1, got 0) Jan 28 16:28:13 kernel: pcm0: CODEC semaphore timeout Jan 28 16:28:13 kernel: pcm0: ac97 codec reports dac not ready Jan 28 16:28:13 kernel: pcm0: CODEC semaphore timeout Jan 28 16:29:35 kernel: pcm0: Unhandled interrupt, gs_

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-28 Thread Martin Blapp
Hi, > Can this please be committed to or at least prepared as a patch for > RELENG_5_0? I myself consider fixing automount access to 5.0-RELEASE nfs Feel free to add this patch: http://people.freebsd.org/~mbr/patches/committed/patch-rpc_oldreply.diff > servers a critical bugfix, but should RE'

Re: NFS over TCP doesn't umount

2003-01-31 Thread Martin Blapp
can change this, but have to kill one existing mountflag because they are all used currently. I propose to remove "MNT_EXKERB", since all the kerberos nfs stuff has been removed. Have a look at mount.h yourself. If this is generally ok'd, I'll make a patch and commit it.

Re: trouble with ogle performance after going to 5.0-R

2003-02-01 Thread Martin Blapp
Hi, hw.ata.atapi_dma=1 ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP F

  1   2   3   4   >