Re: gcc -O broken in CURRENT

2002-03-14 Thread Martin Blapp
Hi, This is a case of exception context register getting clobbered in shared library function call. GCC does not reload it when needed and this ultimately leads to semi-random word in program memory decremented by the __cp_pop_exception function. The bug is only triggered under very

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
Hi, Here are my test news. The -O bug doesn't happen with gcc295 from ports ! I tried all these FLAGS, but noone of them was creating the problems we see with -O : Optimization Options -fcaller-saves -fcse-follow-jumps -fcse-skip-blocks -fdelayed-branch -felide-constructors

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
STABLE is broken too, but in a different manner. I just added -O and then this happened. [algo] :testing inplace_merge #1() (weak) ... eh_test in free(): warning: junk pointer, too high to make sense eh_test in free(): warning: junk pointer, too high to make sense eh_test in free(): warning:

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
I removed now #undef DEFAULT_VTABLE_THUNKS and set again #define DWARF2_UNWIND_INFO 1 in the port. The -O tests still succeeded. All cpp* files are the same in the port and our system compilers. And ideas and pointers which subsystems I could test for this breakage ? Martin To Unsubscribe:

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
We are using a set of patches that were part of gcc 2.95.3_test3. Do you have a sample program in which exceptions are still broken on FreeBSD 4.5? cd /usr/ports/devel/stlport make install cd work/STL*/test/eh add -O to gcc-freebsd.mk gmake -f gcc-freebsd.mk clean gmake -f gcc-freebsd.mk

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
Hi Kris, Did you pursue my suggestion of comparing recent patches in the port and in the source tree? Easy to say, hard to do. STABLE is broken as current is, and it seems that 4.4 and 4.3 are also broken for the STLport test. This is a very difficult thing to do for someone that does not

Re: gcc -O broken in CURRENT

2002-03-13 Thread Martin Blapp
Kris, fixes things, or at least identify a list of possible changes which others can test. How can I compile gcc without doing a make world ? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: gcc -O broken in CURRENT

2002-03-11 Thread Martin Blapp
build has survived the segfaulting part now in saxparser. Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP

gcc -O broken in CURRENT

2002-03-04 Thread Martin Blapp
assignment operator (weak) ... 1 try successful EH test : Done Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP

Re: libc_r patches and some questions

2002-02-26 Thread Martin Blapp
Hi Alfred, if (errno != 0) { if (dp == NULL) The above patch should be committed. Can you please commit it and I'll close PR misc/30631 after it has been MFC'd, ok ? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of

FreeBSD unfinished NIS+ implementation in Linux ?

2002-02-17 Thread Martin Blapp
and make a NIS+ client available. But only if it's not GPL'd. Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP

Re: FreeBSD unfinished NIS+ implementation in Linux ?

2002-02-17 Thread Martin Blapp
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone

Re: FW: Re: windbindd

2002-02-13 Thread Martin Blapp
is the have a working nssldap.so and a nsswinbind.so at the end. Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP

panic: don't do that

2002-01-08 Thread Martin Blapp
: repeat make_dev(ad0s1) panic: don't do that Debugger(panic) Is this really a Driver mistake ? Or am I mistaken ? I guess we should do a # chflags nodump /dev during the install on CURRENT. Why has been /dev dumped anyway ? Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: panic: don't do that

2002-01-08 Thread Martin Blapp
Hi, during the install on CURRENT. Why has been /dev dumped anyway ? I bet you have old /dev entries as a fallback left which got backed up. I guess no. This was a fresh CURRENT installation from November 2001. What do you see on a unmounted /dev? devfs cannot be unmounted as I know.

netstat -f inet broken ?

2001-12-24 Thread Martin Blapp
and 4.4 RELEASE. So it got broken trough a MFC between 4.4 and 4.5. I think this is important for security reasons ! Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- Improware AG, UNIX solution and service provider

Solved: netstat -f inet broken ?

2001-12-24 Thread Martin Blapp
Works fine. Hi, I guess the world is not 100% up to date. I seems that I just got this after running a cvsup 2 hours later after the initial one. Shit happens. Thanks for the answer and sorry. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

Can we use this ? Linux Interrupt Latency benchmark

2001-12-24 Thread Martin Blapp
Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C

nsswitch with nss daemon and proxy

2001-12-23 Thread Martin Blapp
in Samba2.2.2 is working in Linux and Solaris only at the moment. :-(( If I can help you somewhere with your work, just tell me. Martin Martin Blapp, [EMAIL PROTECTED] | [EMAIL PROTECTED] -- Improware AG, UNIX solution and service

Re: Still panic() with userland binary on CURRENT

2001-11-24 Thread Martin Blapp
Hi DES, - realitexpire, td); + realitexpire, td-td_proc); Fixes the panic 100%. Thanks a lot ! Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Still panic() with userland binary on CURRENT

2001-11-23 Thread Martin Blapp
,cdc4dd48) at fork_exit+0x58 fork_t Martin Martin Blapp, [EMAIL PROTECTED] -- Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint

winbindd support for samba

2001-10-26 Thread Martin Blapp
modify with patches the winbindd to support FreeBSD too. Suggestions ? PS: IMHO this is a real issue and we should look how we can soon have a working winbindd on BSD. Martin Blapp, [EMAIL PROTECTED] -- Improware AG, UNIX solution

Re: Multiple NFS server problems with Solaris 8 clients

2001-10-14 Thread Martin Blapp
this problem. Thomas Moestl [EMAIL PROTECTED] is still working on some issues of the patch. Please contact him if you like to know more. Here is the URL for the patch: http://home.teleport.ch/freebsd/userland/nfsd-loop.diff Martin Martin Blapp, [EMAIL PROTECTED

HELP needed for a outstanding commits

2001-10-05 Thread Martin Blapp
In late april I made some patches for tirpc, to fix outstanding issues with unix domain sockets. Since then, I'm trying to get these patches comitted. But all interested people have either no time or no interest. There exists also several PR's: bin/29171 [PATCH] keyserv and rpc.yppasswd

Re: Staroffice6.0 Linux beta with FreeBSD

2001-10-04 Thread Martin Blapp
Hi Marcel, What if you try it with linux_base-7? I've now more results. - The port works with old and new linux_base port, I it get started the right way. - Starting an install without -net does segfault suddenly. - Starting a user-install does segfault after registering the scripts. -

Staroffice6.0 Linux beta with FreeBSD

2001-10-03 Thread Martin Blapp
today with a old linux base installed. Martin Blapp, [EMAIL PROTECTED] -- Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E

Re: NFS export to netgroup with duplicate hosts

2001-04-12 Thread Martin Blapp
file-system mount point. If we manage it, mountd should soon be able to allow different mount flags for each path you export in /etc/exports. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29

Re: NFS export to netgroup with duplicate hosts

2001-04-12 Thread Martin Blapp
If we manage it, mountd should soon be able to allow different mount flags for each path you export in /etc/exports. I'm sorry. But now after some investigations and talks with Robert Watson it seems to be clear that this is not possible due the way nfs works. It would be easy to fix mountd,

Re: NFS export to netgroup with duplicate hosts

2001-04-12 Thread Martin Blapp
The reason is that the file handles passed to nfsd could then be trivially faked to gain rw access on a ro-exported subdirectory. For example, if you export /usr read-only and /usr/local read-write, you can then construct an NFS request using /usr/local's mount point but

Kernel panic: resource_list_alloc: resource entry is busy

2001-03-24 Thread Martin Blapp
I see the same here with a GENERIC kernel. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread Martin Blapp
This should made cfs working again, please test the patch. http://home.teleport.ch/freebsd/mount_nfs.c.diff Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln

Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread Martin Blapp
Hi, /etc/mount -o port=3049,intr localhost:/null /crypt What machine are you doing this on?? FreeBSD has no /etc/mount? Correct. I've used the sbin/mount of course, this is just a cut'n'paste of the documentation. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Martin Blapp
Hmm, can you try to stop/start cfsd again ? Is mountd also still running ? Martin PS: I've a little diff available to fix compile warnings and to use tirpc code instead of old rpc code in cfs: http://home.teleport.ch/freebsd/cfs.diff Can you try this out ? Martin Martin Blapp, [EMAIL

Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Martin Blapp
BTW, my kernel is about week old while userland utilities very recent. Could it plays role? I.e. does new RPC require new kernel too? No. RPC-changes I've done are all in userland. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

tirpc and keyserv

2001-03-22 Thread Martin Blapp
Ok, I still really really disapointed about FreeBSD and the ways people are communicating together. But let's targeting keyserv ... For a local unix transport, (at the moment), you cannot just use svc_create(), that is neither implemented by sun not NetBSD. I fixed keyserv here and I'm

Re: *** HEADSUP keyserv might be broken ***

2001-03-22 Thread Martin Blapp
. Portmapper did hide 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: +41 61 826 93 01

Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
/rpcbind.sock Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

[FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
, soft-updates) /dev/da0s2e on /var (ufs, local, soft-updates) procfs on /proc (procfs, local) linprocfs on /usr/compat/linux/proc (linprocfs, local) localhost:/null on /crypt (nfs) Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
localhost:/null /crypt # mount [...] localhost:/null on /crypt (nfs) # umount -v /crypt # localhost:/null: unmount from /crypt Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
Without nfsd it doesn't work, right. Yes, this seems to be the problem. I'll go into source of cfs now and fix the problem. Or maybe a mount_nfs problem ? Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
Hmm, look at this: # mount /crypt mount_nfs: rpcbind on server: RPC: Program not registered rpcbind debug output: PMAP_GETPORT req for (13, 2, udp) from 127.0.0.1.3.18 :port = 0 nfs is prgramm 13 For some strange reason there is a request for nfs. Martin To Unsubscribe: send mail

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
Hi, I see, seems that (port==2049? nc : NULL) has changed in some way. I'll fix that. PS: let's change to private discussion and not cc current anymore. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
r *nettype nc) is NULL in our case, svc_reg does not register cfs within rpcbind. If you compile with -DCFS_PORT=2049, cfs works as normal. I'm only thinking what is the right thing to do ... Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNI

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
Breaking nfs from working on user defined ports is a step backwards and should be fixed. Lots of people run nfsd and cfsd at the same time. No, you understand me wrong, the way this is done is bogus. If you set -DCFS_PORT=3049 like it is done at the moment and use nc instead of NULL it

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
; tp-xp_rtaddr.len = 0; tp-xp_rtaddr.maxlen = tres-addr.maxlen; tp-xp_netid = strdup(nc-nc_netid); tp-xp_tp = strdup(nc-nc_device); Then we can use it again. Fix is on the way, just have pation. Martin Martin Blapp, [EMAIL PROTECTED

Re: [FIX] Re: CFS - Portmap

2001-03-22 Thread Martin Blapp
I'll go to bed now. It's not cfsd which does this. My update of mount_nfs (and syncing source with NetBSD) broke this. I'll change mount_nfs so this works again. There is no need for mount_nfs to register nfs within rpcbind if port=0. Sorry that this last so long to detect. Martin Martin

*HEADSUP* /etc/netconfig

2001-03-21 Thread Martin Blapp
: Unknown host This should also go into the UPDATING section. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

MD5 mergemaster

2001-03-18 Thread Martin Blapp
in the /etc files. I think there may be some things to change, but it works for me at the moment. Fixes are welcome. Maybe it's also a good thing to add a flag for these checks, so you can turn off and on the new behaviour. Martin Martin Blapp, [EMAIL PROTECTED

Re: MD5 mergemaster

2001-03-18 Thread Martin Blapp
to properly have the echo "" s, but that sucks a lot. I'll not do some database access in a shell script. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzer

Re: Proposal to mergemaster

2001-03-14 Thread Martin Blapp
to add these checksums also in sysinstall when extracting the first time you install, nothing has to be done with commit scripts and also the first time you run mergemaster, you can run it a lot more faster than now. Martin Martin Blapp, [EMAIL PROTECTED

Re: Proposal to mergemaster

2001-03-14 Thread Martin Blapp
would certainly be easier to grasp the meaning of. :) Yes, I mean when we extract and install all /etc files, is it possible to add then then md5 checksum to all installed config files into the cvs header ? (With grep -v "$FreeBSD:" of course). Martin Martin Blapp, [EMAIL

Proposal to mergemaster

2001-03-13 Thread Martin Blapp
it dosn't get to big ?) The database could also be very useful for later usage in the ports- tree (handle make update) Other ideas are welcome Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstras

Re: Proposal to mergemaster

2001-03-13 Thread Martin Blapp
Hi, If you didn't change a file and it was at 1.45 then if the new one is at 1.55 you should just install it. Since you didn't touch it at 1.45 you will probably not want to touch it at 1.55 either. yes, of course. but I don't see your point. Am I missing something ? How can you see it

Re: linux_connect patch

2001-03-01 Thread Martin Blapp
Hi Jonathan, I tested yout patch with CURRENT and STABLE, and it does fix the Staroffice Network-Problem too. I tested: Linux SO5.2 Linux Netscape 4.7 Linux linux-jdk1.3.0, green threads (digichat) and everythings works. So please commit this, and it should also go into STABLE before 4.3 is

[PATCH] for linux_connect (ugly)

2001-02-27 Thread Martin Blapp
+ return (EISCONN); } return (error); Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

Re: some proposals about nfsd(8)

2001-02-26 Thread Martin Blapp
What argument are you passing to rpcinfo? That info was from tirpc (rpcbind) and a modified nfsd(8) which was originally ported from NetBSD and adapted to our nfsd(8): http://home.teleport.ch/freebsd/newnfsd.c It seems our way doing the registration was wrong (but only for doing bindhost

Re: XFree 4.0 broken by libc changes ?

2001-02-25 Thread Martin Blapp
Daniel, I don't know, what port builds libGL.so.1? Something has to link in the threads library... Yep, XFree86 libs should be linked against -lc_r, I got this working with this. It's still broken in FreeBSD ports, all GL dependent programms are broken for CURRENT at the moment. I've

Re: XFree 4.0 broken by libc changes ?

2001-02-25 Thread Martin Blapp
Hi, konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol "_flockfile" /usr/local/bin/dcopidl2cpp --c++-suffix cc --no-stub konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol "_flockfile Sorry, fixed this with recompling qt. Martin

some proposals about nfsd(8)

2001-02-25 Thread Martin Blapp
and useless. Kill nfsd and restart does the same, and the binding is done the right way. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05

Re: some proposals about nfsd(8)

2001-02-25 Thread Martin Blapp
Hi Matt, thank you for you mail. nfsd sits in the kernel most of the time. It needs to ignore SIGTERM in order to stay alive as long as possible during a shutdown, otherwise loopback mounts will not be able to unmount. ok, added a comment about this. nfsd -r is used

TI-RPC and NFS6 status (100% done)

2001-02-20 Thread Martin Blapp
ing NetBSD rpc.lockd(8) implementation, wich uses TI-RPC and works fine for server side locking, client side locking is not implemented yet. Im doing some patch splits now, so all necessary parts will hopefully be commited by Alfred Perlstein in the next few days. Martin Martin Blapp, [EMAIL

Re: TI-RPC and NFS6 status (100% done)

2001-02-20 Thread Martin Blapp
the patch to include the changes. http://home.teleport.ch/freebsd/rpc.diff_02202001-1.tgz Thanks to everybody who sent me email about bugs or just comments. Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider

New GCC changes broken

2001-02-17 Thread Martin Blapp
Do people test their changes ? warning: passing arg 1 of `unshare_all_rtl' from incompatible pointer type ... /usr/current/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc.295/toplev .c:3828: too few arguments to function `unshare_all_rtl' *** Error code 1 Martin Martin Blapp, [EMAIL

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
rebuilding gcc, I cannot compile and .S files. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
-o read.o ld: unrecognized option `-x' Sigh ... Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

(solved) New GCC changes broken

2001-02-17 Thread Martin Blapp
Ok, I replaced all bintools in /usr/bin/* and /usr/libexec/elf/* . Everything works now and I successfully built world just now. That was a scary day to compile. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
Everything works now, thanks ! Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

Fix for mountpath lenght

2001-02-15 Thread Martin Blapp
)) MNAMELEN) + return (ENAMETOOLONG); NDINIT(nd, LOOKUP, FOLLOW | LOCKLEAF, UIO_USERSPACE, SCARG(uap, path), p); if ((error = namei(nd)) != 0) Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service

TI-RPC status (99% done)

2001-02-08 Thread Martin Blapp
you spend on the patch. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61

/usr/src/UPDATING

2001-02-08 Thread Martin Blapp
a Kernel without devfs. Possible Text: Remove "option devfs" from your KERNEL-CONFIG if you are using vinum and you upgrade from STABLE. Else you cannot mount your vinum-volumes. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNI

Re: (KAME-snap 3974) Re: TI-RPC, IPv6 and NFS (was: Re: strongrecommendationre: NFS)

2001-02-06 Thread Martin Blapp
mergemaster (installing etc/defaults/rc.conf and etc/netconfig) Then the system is ready. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax

Re: TI-RPC, IPv6 and NFS (was: Re: strong recommendation re: NFS)

2001-02-04 Thread Martin Blapp
the necessary directories and remove some files to prevent appling files two times. You find the TI-RPC patch on: http:/www.attic.ch/patches/rpc.diff_04022001.sh.tgz Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider

Re: TI-RPC, IPv6 and NFS (was: Re: strong recommendation re: NFS)

2001-02-04 Thread Martin Blapp
Argl, the correct URL is of course: http://www.attic.ch:80/patches/rpc.diff_04022001.sh.tgz Cheers: Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone

TI-RPC, IPv6 and NFS (was: Re: strong recommendation re: NFS)

2001-01-25 Thread Martin Blapp
Hi, Alfred Perlstein and I have ported TI-RPC to FreeBSD Current. You can find the latest snapshot here: http://www.attic.ch/rpc.diff_01114001.tgz Patches and bugfixes are welcome. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX

Re: TI-RPC, IPv6 and NFS (was: Re: strong recommendation re: NFS)

2001-01-25 Thread Martin Blapp
Hi, I'll place a new version tomorrow on the server. be patient untill then. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax

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

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, diskless

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

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=3049,intr

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 AG, UNIX solution

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

1999-12-18 Thread Martin Blapp
to the machine if you like. Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

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

1999-12-18 Thread Martin Blapp
ATA-4 disk at ata1 as master ad2: 14664MB (30033360 sectors), 29795 cyls, 16 heads, 63 S/T, 512 B/S ad2: 16 secs/int, 32 depth queue, PIO Anyway, so DMA on K7 boards is not supported. Is someone working on this ? Martin Martin Blapp, [EMAIL PROTECTED

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 do

re: rpc.umntall does not work with AIX

1999-12-02 Thread Martin Blapp
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 ? Martin Blapp, [EMAIL

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

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

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

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: new panic from fresh current (SMP)

1999-04-13 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

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

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

Panic from today's current

1999-04-11 Thread Martin Blapp
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 Martin Blapp, mbl

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 21 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 to

<    1   2   3