Bad reference to zname in vm_zone struct

1999-06-30 Thread Boris Popov
unloaded via kldunload command. This will lead to trap in kernel or will produce junk in sysctl output: # kldload nfs # kldunload nfs # sysctl vm.zone Last command will produce panic. This has been reported as PR-kern/12464 -- Boris Popov http://www.butya.kz/~bp

Re: make buildworld break @ kdump

1999-10-14 Thread Boris Popov
That was caused by my commits. Probably they should be done in one transaction and you was 'lucky' enough to catch it :). Now it builds fine. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Texas Chainsaw Monday

1999-10-25 Thread Boris Popov
' - source tree was updated but not rebuiled and 'make world' even didn't happens. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mount_nfs broken

1999-11-28 Thread Boris Popov
in the Makefile, but no mounttab.c anywhere in the source tree. this file located in the src/usr.sbin/rpc.umntall/ directory. However common things should go in the library. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: loader.conf, ordering of loading of modules

1999-11-28 Thread Boris Popov
On Sun, 28 Nov 1999, Nick Hibma wrote: There are symbols in usb.ko that are needed by uhci.c . I know it is stupid, but that's the way it is, without a complete rewrite of the USB stack. You can define module dependency in the uhci module Makefile: KMODDEPS=usb -- Boris Popov http

Re: smbfs broken?

2002-10-30 Thread Boris Popov
to have knowledge of kernel and smbfs internals). -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: FreeBSD Build status

2000-04-18 Thread Boris Popov
warning/errors happens and an URL with full listing. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Recent commit changes extattr backing file format, users beware

2000-04-19 Thread Boris Popov
users. (extattrdowngrade also may have some use :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildworld broken

2000-04-24 Thread Boris Popov
and fix is just committed. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Boris Popov
-SMP case and as functions for SMP. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: SMP changes and breaking kld object module compatibility

2000-04-25 Thread Boris Popov
-body functions will be more efficient in this case. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel breakage in ng_base.c

2000-04-30 Thread Boris Popov
yet. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel breakage in ng_base.c

2000-04-30 Thread Boris Popov
On Sun, 30 Apr 2000, Jeroen Ruigrok van der Werven wrote: -On [2430 16:50], Boris Popov ([EMAIL PROTECTED]) wrote: This patch is not 100% correct. ng_base should make an attempt to load module, not KLD. There was a new module_load() function proposed to inclusion in the API

HEADS UP: loader updated to handle module metadata

2000-05-01 Thread Boris Popov
Loader was updated to handle module metadata which was introduced by recent updates in kernel linker. This is related to a new way of declaration of module dependencies. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Anyone else seeing jumpy mice?

2000-05-23 Thread Boris Popov
t" (lower than all normal interrupts, all software interrupts, and all MP-unsafe syscalls). Yes, this explains problems with sio. Untested fix: Thank you. It works and no crashes experienced yet. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTEC

Re: vmware1/linux broken

2000-06-03 Thread Boris Popov
is loaded. link-elf is just incapable of seeing symbols in the module, only in the actual kernel. The symbols looked up in the module name space only if dependency tag is present. This effectively allows us to have multiple versions of kernel interfaces to be loaded simultaneously. -- Boris

Re: SMP + APM = panic - fixed!

2000-06-06 Thread Boris Popov
. Thanks a lot, SUMITANI-san! Yes, this fixes panic and even 'halt -p' works as expected. 'zzz' command works too, but machine never come back from the suspend mode (looks like interrupt controller programmed incorrectly or something like this). -- Boris Popov http://www.butya.kz/~bp

Re: mktemp() patch

2000-06-07 Thread Boris Popov
with. Instead of using only alphabetic characters, the patch uses the following character set: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~ Symbols '=' and '+' are prohibited in some other filesystems. It is possible to avoid using them ? -- Boris Popov http

Re: mktemp() patch

2000-06-08 Thread Boris Popov
and smbfs, because any program can attempt to create temporary file on these filesystems. File with an invalid file name will be rejected, and this will cost an additional lookup operation(s). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: smbfs second mount

2000-06-18 Thread Boris Popov
server and SP number will be also useful. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: smbfs second mount

2000-06-20 Thread Boris Popov
with others NT related things. An updated version (1.2.2) can downloaded from ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: smbfs second mount

2000-06-20 Thread Boris Popov
. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /sys hierarchy

2000-07-05 Thread Boris Popov
as sys/dev, eg. one directory per interface). Comments ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /sys hierarchy

2000-07-05 Thread Boris Popov
deem that it needs to go in the kernel, then I can add sys/lib to the list. It will be shared by both smbfs and nwfs. One also can convert msdosfs to use it too. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: New version of TAP driver for FreeBSD -current

2000-07-10 Thread Boris Popov
requested for OpenBSD port. So it would be really nice to hear from one of the commiters. You might want to post request for review to the net@ list. If inclusion of if_tap driver will be considered as reasonable I can bring it in the tree. -- Boris Popov http://www.butya.kz/~bp

Re: smbfs problem

2000-07-13 Thread Boris Popov
to plain users (no devfs yet). New version (1.2.4) can be downloaded from ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: randomdev entropy gathering is really weak

2000-07-16 Thread Boris Popov
. This way it will make much less problems than it does now. -- Boris Popov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Removal of netns

2003-03-04 Thread Boris Popov
version of FreeBSD supported by NetCon was 2.2.X. Lack of support for FreeBSD 3.X encouraged me to write nwfs because it was necessary for my daily tasks. BTW, NetCon still offers their product for FreeBSD 2.2: http://www.netcon.com/download/download.htm -- Boris Popov http

Re: Junior Kernel Hacker task: improve vnode-v_tag

2001-09-04 Thread Boris Popov
list from the IS_LOCKING_VFS macro. I can produce a patch if it sounds reasonably. I'm not sure if this a right thing to do. Under SMPng each filesystem is ought to implement correct vnode locking, i.e. vop_nolock() and friends shouldn't exist. -- Boris Popov http://rbp.euro.ru

Re: KSE settling in (smbfs broken) again

2001-10-14 Thread Boris Popov
for someone closer to the code to take a look. Obviously, I'll do the job at some moment. If someone can do it before - feel free to do this. This may even include import of userland part in the /contrib hierarchy. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL

Re: smbfs support

2001-12-02 Thread Boris Popov
, special thanks to him for very good work. However, I'm still don't have enough spare time and really hope Max will import userland part of smbfs soon. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: smbfs support

2001-12-03 Thread Boris Popov
On Mon, 3 Dec 2001, Julian Elischer wrote: do these patches include the proc-thread changes needed? According to cvs logs - yes. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Patch test review: vop_stdaccess()

2000-08-16 Thread Boris Popov
operation instead of 3 'or's: if (cred-cr_uid != uid) { amode = 3; if (!groupmember(gid, cred)) amode = 3; } return (fmode amode) == amode ? 0 : EACCES; -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send

Re: kernel hash table implementation?

2000-08-25 Thread Boris Popov
On Fri, 25 Aug 2000, Archie Cobbs wrote: Is there a generic hash table implementation in the kernel somewhere? Yes, see kern/kern_subr.c for hashinit() function. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

devfs patch for review

2000-08-26 Thread Boris Popov
cosmetic changes as well. Code is still not SMP safe. -- Boris Popov http://www.butya.kz/~bp/ Index: devfs.h === RCS file: /home/ncvs/src/sys/fs/devfs/devfs.h,v retrieving revision 1.2 diff -u -r1.2 devfs.h --- devfs.h

Re: PATCH: devfs mkIII test review please.

2000-08-26 Thread Boris Popov
devfs_clone() instead. How should 3rd party KLDs implement cloning function ? For now it seems to be impossible to use a single binary for DEVFS and non-DEVFS case. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: official devfs patch for review

2000-08-26 Thread Boris Popov
# ls 0 1 2 # cd .. # ls 0 1 2 And second - directory names supplied by readdir() function contains junk characters at the end. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: New Fatal trap in Current SMP (random.dev changes ??)

2000-09-10 Thread Boris Popov
kernel). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Fsck wrappers, revisited

2000-09-22 Thread Boris Popov
-x 3 root wheel 290896 22 ÓÅÎ 15:41 fsck_ufs -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Fsck wrappers, revisited

2000-09-22 Thread Boris Popov
On Sat, 23 Dec 2000, Adrian Chadd wrote: On Fri, Sep 22, 2000, Boris Popov wrote: On Sat, 23 Dec 2000, Adrian Chadd wrote: So now is a problem which I'm sure the NetBSD people came up against. The fstypenames are names like 4.2BSD, vinum, ISO9660, etc. NetBSD fixed

Re: IPX requires 'device random'

2000-09-29 Thread Boris Popov
the exact error handy, but can generate for anyone who wants it.) A simple 'device random' to compile the support in statically rectifies the problem. Yes, 'device random' is required for now. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED

Problems with kthread_exit() and SMPng

2000-10-05 Thread Boris Popov
attachment) it is possible to load and unload KLD without any problems on UP machine except that the above messages printed. However, I'm don't know if they are correct. (btw, 4.1 doesn't have this problem). Any ideas why this happened and how to fix it ? -- Boris Popov http://www.butya.kz/~bp

RE: Problems with kthread_exit() and SMPng

2000-10-05 Thread Boris Popov
just panics in the mtx_exit_hard() while SMP machine silently reboots :( This patch is bogus I'm afraid. A contested mutex should always have a process waiting to grab it when it is released. Yes, it should be bogus. But diagnostic is rather useful :) -- Boris Popov http

'dup alloc' panic - more details needed

2000-10-10 Thread Boris Popov
. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: INVARIANTS and -current

2000-10-31 Thread Boris Popov
(INVARIANTS) +CFLAGS+= -DINVARIANTS +.endif + # Don't use any standard or source-relative include directories. # Since -nostdinc will annull any previous -I paths, we repeat all # such paths after -nostdinc. It doesn't seem to be possible to -- Boris Popov http://www.butya.kz/~bp

Re: nwfs problems

2000-11-03 Thread Boris Popov
On Fri, 3 Nov 2000, Andrey Rouskol wrote: This problem presents minimum for two weeks and but today I have connected a serial terminal and grabbed ddb output. Thank you for report. Fix just committed. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL

Re: NTFS patch ready to be committed

2000-11-15 Thread Boris Popov
is correct and matches the one in my tree. I'll commit it this evening if no one will do it before :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: CURRENT is freezing again ...

2000-11-16 Thread Boris Popov
esn't take these problems seriously (enough)... I think info about where/how it freezing would be more helpful. I've started doing development on -stable instead, it goes nowhere on -current shurg - works fine for me even with my new evil hacks :) -- Boris Popov http://www.bu

Re: Laptops and sc0/vt0 consoles

2000-11-22 Thread Boris Popov
reset, because without it machine will silently reboot. Besides that this ThinkPad works as gateway (even with PCMCIA ethernet card) without any problems. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Boris Popov
. In the near future we'll have iconv interface in the kernel which uses libiconv library written by Konstantin Chuguev. I'm really sorry for delays, but my current job leaves nearly zero spare time to me and there is a hope that January will be less busy. -- Boris Popov http://www.butya.kz

Re: HEADS-UP: await/asleep removal imminent

2001-01-17 Thread Boris Popov
releng_4s, not to mention -current and releng_3... -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NTFS issue (was: Panic w/crash dump (looks like atomic.h problem))

2001-01-19 Thread Boris Popov
. Am I on the right track here? Yes, thanks :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NTFS issue (was: Panic w/crash dump (looks like atomic.h problem))

2001-01-19 Thread Boris Popov
On Sat, 20 Jan 2001, Boris Popov wrote: On Fri, 19 Jan 2001, Rogier Mulhuijzen wrote: During normal operation on my NTFS partition I got no messages, so I took a bold step and added 'ip-i_devvp = ntmp-ntm_devvp;' just before the VREF call. You're absolutely right here. This line

Re: DEVFS newbie...

2001-01-29 Thread Boris Popov
'broken' devices, etc., but while there any - mknod needs to be supported to make transition more smooth. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Request for review testing of VFS locking patch

2002-09-20 Thread Boris Popov
that it drops into the debugger please get a back trace and then do the following: Well, haven't tested it with smbfs, but may point that patch for nwfs contains two vref()s instead of vgetref(). -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED

Re: mount: /dev/ad0s1e: File name too long

2001-03-04 Thread Boris Popov
pointed out to me before I'm happy with the change. I'm unsure if this necessary (and valid) because these things make incompatible changes in API. Lets keep at least -stable consistent :) P.S. Even minor MFC of kobj gave me a huge heap of mail... -- Boris Popov http://www.butya.kz/~bp

Re: how's vinum these days with DEVFS?

2001-03-11 Thread Boris Popov
, removing a directory(-inode) which might have a valid vnode is kind of a nasty thing to attempt. Err, "might" ? These things are well defined by VFS interface. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: occasional filesystem corruption

2001-03-11 Thread Boris Popov
ppropriate subject might give a faster response :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: random reboots...

2001-03-14 Thread Boris Popov
dependancies between options as of yet. (sorry, should put a note in the NOTES). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: random reboots...

2001-03-14 Thread Boris Popov
are listed twice in `files', conditional on each option, then `config' will do the right thing. For example: dev/pccard/card_if.moptional card dev/pccard/card_if.moptional pccard Yes, thats why I don't like this method :) -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe

Re: world (still) having trouble (after gdb.291/gdb/defs.h)

2001-04-11 Thread Boris Popov
On Wed, 11 Apr 2001, David Wolfskill wrote: In "stage 4: building everything...", it got well past that point, but blew up in usr.bin/kdump: Sorry, delta was committed to smb_dev.h. It should be ok now. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail

Re: mounting netware fs

2001-04-17 Thread Boris Popov
modification can help. Well, nwfs and smbfs can be added to the list along with nfs. However I would recommend to use 'noauto' modifier and the shell script like one in the /usr/share/examples/nwclient -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: mount_smbfs missing, SAMBA package installed, where is it?

2001-04-17 Thread Boris Popov
to the Samba package. Take a look at ports/net/smbfs. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Mandatory DEVFS (was cvs commit: src/sys/conf files options ...)

2001-05-13 Thread Boris Popov
filesystem. Having dual interface is not all that hard if you'll spend enough time on design. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: mount_mfs (Re: smbfs)

2001-05-29 Thread Boris Popov
On Fri, 25 May 2001, Brooks Davis wrote: On Fri, May 25, 2001 at 10:04:09PM +0700, Boris Popov wrote: There is no any technical problems in doing that. But I'm unsure if this should be done (code is not very small). On other hand, people expect it in the base system... Probably we

Re: Stack hogs revisited..

2001-08-15 Thread Boris Popov
On Wed, 15 Aug 2001, Julian Elischer wrote: I put up a sorted list in order of severity http://people.freebsd.org/~julian/stack-hogs This one is from LINT and is more inclusive.. Wow, very interesting reading :) -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail

Re: devfs deficiencies (was: devfs and Vinum (was: any -current vinum problems?))

2001-08-16 Thread Boris Popov
will be committed in July (of 2000) and it needs devfs. But we didn't see it even now. Well, I'm don't mind about waste of my time spent on a design of new devfs. But one can make corresponding conclusions about your timeouts ... -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail

Re: sysctl filesystem ?

2012-06-25 Thread Boris Popov
changes in the VFS subsystem. Here is the link: http://www.vertex.kz/scfs.tgz -- Boris Popov ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current

Re: boot stops after Mounting root from ufs:/dev/ad0s2a

1999-12-08 Thread Boris Popov
sk at ata1 as master ad1: 12949MB (26520480 sectors), 26310 cyls, 16 heads, 63 S/T, 512 B/S ad1: 16 secs/int, 32 depth queue, UDMA33 -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kldload: can't load ncp: Exec format error

2000-02-11 Thread Boris Popov
in the kernel configuration file. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NCP in 4.0-CURRENT ...

2000-02-11 Thread Boris Popov
0x37829BE for example) and enable IPXrouted daemon. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: [mount_nwfs] Got it!! But ...

2000-02-17 Thread Boris Popov
r, but it could just be a doc I'm missing ... I've got reports where ncplib supports more than 10K users. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Mounting Netware drive onto 4.0-CURRENT ...

2000-02-16 Thread Boris Popov
ou can use "-S admin -A admin.acadiau.ca" options and netware client will use UDP protocol. Otherwise, I'm suspect that command line should look like this: ncplogin -S admin -U marc Please note, that user "marc" should be in the bindery context. -- Boris

Re: Mounting Netware drive onto 4.0-CURRENT ...

2000-02-17 Thread Boris Popov
are not supported by current implementation. Thats why I'm told about bindery context before. If user "kerri" is in the bindery context then "-U kerri" will work. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: [mount_nwfs] Got it!! But ...

2000-02-17 Thread Boris Popov
. May be this method will be implemented in the next version of ncplib. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: null_lookup() vnode locking wierdness

2003-11-23 Thread Boris Popov
mount together with another buildword -jN on the underlying file system helps a lot to discover vnode locking problems. -- Boris Popov http://rbp.euro.ru ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: User mounts could not use character conversions (libkiconv is just for roots)

2003-12-02 Thread Boris Popov
possible conversion schemes. The better solution is to add some kind of preload ability which could be used on startup. -- Boris Popov http://rbp.euro.ru ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: smbfs in -current?

2002-03-07 Thread Boris Popov
#SMB/CIFS requester options NETSMBCRYPTO#encrypted password support for SMB cut -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: smbfs in -current?

2002-03-08 Thread Boris Popov
. Probably these lines falled of the board on initial import and later Bruce included them into 'undocumented' section. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: OT: FreeBSD-current works great!

2002-04-18 Thread Boris Popov
of that. Only by moving files, not copy or delete. Very strange. Yes, now I'm see this panic too. Something chaged after Apr 7 broke smbfs. Not sure what exactly, though. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current