Re: sysctl filesystem ?

2012-06-25 Thread Boris Popov
use of numerous 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 "free

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

2003-12-02 Thread Boris Popov
memory by loading of all 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/listin

Re: null_lookup() vnode locking wierdness

2003-11-23 Thread Boris Popov
x27;t blow because of that. BTW, buildworld -jN on top of the null 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

Re: Removal of netns

2003-03-04 Thread Boris Popov
mentation of netipx. Last 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 -

Re: smbfs broken?

2002-10-30 Thread Boris Popov
s, please mail me (obviously one are supposed 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: Request for review & testing of VFS locking patch

2002-09-20 Thread Boris Popov
led. If you find 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 [E

Re: OT: FreeBSD-current works great!

2002-04-18 Thread Boris Popov
irst have > to reboot the win-machine to get rid 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 Unsubscri

Re: smbfs in -current?

2002-03-08 Thread Boris Popov
:-) Thank you. 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: smbfs in -current?

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

Re: ntfs and sendfile problem (corrupted data)

2001-12-31 Thread Boris Popov
ed reads. IMO, dropping support for mmap() isn't a good idea because there is a plenty of programs which didn't work if mmap() calls is not supported (and most of those programs use mmap() for read operations). -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to [

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: smbfs support

2001-12-02 Thread Boris Popov
d now committed to the tree. Again, 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 &quo

Re: KSE settling in (smbfs broken) again

2001-10-14 Thread Boris Popov
e to help with smbfs, but don't > have time right now, and it'd make a whole lot more sense 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

Re: Junior Kernel Hacker task: improve vnode->v_tag

2001-09-04 Thread Boris Popov
t; to remove pre-defined VFS 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

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

2001-08-16 Thread Boris Popov
out too quickly in my case. Of course, you're talked something about that GEOM stuff 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 co

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:

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 t

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

2001-05-13 Thread Boris Popov
times it is better to have a precreated device nodes in the ufs 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_smbfs missing, SAMBA package installed, where is it?

2001-04-17 Thread Boris Popov
esn't belong 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

Re: mounting netware fs

2001-04-17 Thread Boris Popov
hether I'm right, but I > think that my 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://w

smbfs and -current

2001-04-16 Thread Boris Popov
for smbfs.ko module. Please deinstall old version of smbfs and install new - 1.4.1. There is no technical problems in adding libsmb, mount_smbfs and smbutil commands to the base tree, but I'm unsure if port version is sufficient. -- Boris Popov http://www.butya.kz/~bp/

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: sen

Re: random reboots...

2001-03-14 Thread Boris Popov
s not often used. If the relevant > sources 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 l

Re: random reboots...

2001-03-14 Thread Boris Popov
;t have mechanism for specifying 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: occasional filesystem corruption

2001-03-11 Thread Boris Popov
SS enabled. P.S. setting more appropriate 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: how's vinum these days with DEVFS?

2001-03-11 Thread Boris Popov
disappearing. > > That was a deliberate decision, 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 Unsubscrib

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

2001-03-04 Thread Boris Popov
ew other bits I need to do that have been 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 m

Re: DEVFS newbie...

2001-01-29 Thread Boris Popov
be supported. We may talk about '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: 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. >

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

2001-01-19 Thread Boris Popov
should be presented in the code. > 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: HEADS-UP: await/asleep removal imminent

2001-01-17 Thread Boris Popov
ready too hard to maintain external kernel modules even within various 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: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Boris Popov
llection, not to the main tree. 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

Re: Laptops and sc0/vt0 consoles

2000-11-22 Thread Boris Popov
t one should specify a flag which disables keyboard 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

Re: CURRENT is freezing again ...

2000-11-16 Thread Boris Popov
t; seems those in charge doesn'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 - works fine for me even with my new

Re: NTFS patch ready to be committed

2000-11-15 Thread Boris Popov
someone commit it? Yes, patch 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: 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

Re: INVARIANTS and -current

2000-10-31 Thread Boris Popov
FLAGS+= -DKLD_MODULE +.if defined(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 --

Re: Kernel PANICS during "make release"

2000-10-20 Thread Boris Popov
h pre-SMPng kernel when booting from floppy. Since there was no time to trace this problem I'd just disabled panic() invocation and machine booted fine. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

'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: Problems with kthread_exit() and SMPng

2000-10-05 Thread Boris Popov
VARIANTS/INVARIANT_SUPPORT/DIAGNOSTIC turned on and UP machine 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

Problems with kthread_exit() and SMPng

2000-10-05 Thread Boris Popov
patch (see 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 Popo

Re: IPX requires 'device random'

2000-09-29 Thread Boris Popov
gt; not have 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 Unsubscrib

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.2

Re: Fsck wrappers, revisited

2000-09-22 Thread Boris Popov
96 22 ÓÅÎ 15:41 fsck_ffs 6334 -r-xr-xr-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: New Fatal trap in Current SMP (random.dev changes ??)

2000-09-10 Thread Boris Popov
, after trap is occured ddb works. But it is impossible to continue from ddb because after typing 'c' machine becomes frozen. The same thing occur after any other panic (this is with SMP 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: devfs

2000-08-28 Thread Boris Popov
ct devfs is mounted over readonly UFS, so when the root filesystem is updated to R/W state it pulls the proper device from devfs filesystem. -- 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: official devfs patch for review

2000-08-26 Thread Boris Popov
# cd /dev/fd # 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

Re: PATCH: devfs mkIII test & review please.

2000-08-26 Thread Boris Popov
_add() needs to be use 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 &q

devfs patch for review

2000-08-26 Thread Boris Popov
ndling of root vnode. Few 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 -

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

Re: Patch test & review: vop_stdaccess()

2000-08-16 Thread Boris Popov
se single shift 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; -- Bori

Re: randomdev entropy gathering is really weak

2000-07-16 Thread Boris Popov
y default. 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: smbfs problem

2000-07-13 Thread Boris Popov
s for the /dev/net/nsmb0 device to give access 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: New version of TAP driver for FreeBSD -current

2000-07-10 Thread Boris Popov
gt; Somebody even 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://w

Re: /sys hierarchy

2000-07-05 Thread Boris Popov
Boris has a libiconv that he needs to import > for > Netware stuff if I'm correct. If we 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. -- Bor

Re: /sys hierarchy

2000-07-05 Thread Boris Popov
may live under sys/lib directory (it should be organized 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: smbfs second mount

2000-06-20 Thread Boris Popov
d be in the base system. -- 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
ixed along 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-18 Thread Boris Popov
-v lc' and 'df' commands to me. Exact version of NT 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: mktemp() patch

2000-06-09 Thread Boris Popov
can create tempoary files anywhere, not just in TMPDIR. -- 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: mktemp() patch

2000-06-08 Thread Boris Popov
ilesystem > counts!) Count both, nwfs 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 Unsub

Re: mktemp() patch

2000-06-07 Thread Boris Popov
mly pad 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

Re: SMP + APM = panic -> fixed!

2000-06-06 Thread Boris Popov
s a patch to fix the problem. 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).

Re: vmware1/linux broken

2000-06-03 Thread Boris Popov
sions of kernel interfaces to be loaded simultaneously. -- 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: Anyone else seeing jumpy mice?

2000-05-23 Thread Boris Popov
o "lower than > the lowest" (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

Re: Anyone else seeing jumpy mice?

2000-05-22 Thread Boris Popov
. > : > I got an email from Boris Popov in regards to getting more silo > overflows after the SMP cleanup patch then before. > > One thing the patch removed was the hack that allowed certain interrupts > (tty interrupts) to run in parallel with the supervisor. >

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" in t

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

Re: kernel breakage in ng_base.c

2000-04-30 Thread Boris Popov
ommitted yet. -- 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
the method call. I think that the empty-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: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Boris Popov
ns has breakage too. They defined as macros for non-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: buildworld broken

2000-04-24 Thread Boris Popov
compile failed > *** Error code 1 I've stepped on it too 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: Recent commit changes extattr backing file format, users beware

2000-04-19 Thread Boris Popov
tasks more transparent to the end 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: FreeBSD Build status

2000-04-18 Thread Boris Popov
of those who pays for an incoming traffic I'm prefer a short letter with a list of directories where 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: [mount_nwfs] Got it!! But ...

2000-02-17 Thread Boris Popov
user can issue an "mount_nwfs /home/fred/nwmount" command and enter password at promt. 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: [mount_nwfs] Got it!! But ...

2000-02-17 Thread Boris Popov
ser environemnt, but > not multi-user, 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-17 Thread Boris Popov
ri> NDS and NDS names 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 [EM

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

2000-02-16 Thread Boris Popov
If this server is a netware 5.x one, then you 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" sh

Re: NCP in 4.0-CURRENT ...

2000-02-11 Thread Boris Popov
protocol on the appropriate ethernet interface (ifconfig ed0 ipx 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: kldload: can't load ncp: Exec format error

2000-02-11 Thread Boris Popov
ptions IPX' line 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: boot stops after "Mounting root from ufs:/dev/ad0s2a"

1999-12-08 Thread Boris Popov
, 15 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad1: ATA-4 disk 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 P

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

Re: mount_nfs broken

1999-11-28 Thread Boris Popov
ion of mounttab.c 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

Re: Texas Chainsaw Monday

1999-10-25 Thread Boris Popov
o Julian). I think that the error message that you saw, was caused by first 'installworld' - 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: Texas Chainsaw Monday

1999-10-20 Thread Boris Popov
bncp. > Can somebody please explain this to me? The fact that mount_nwfs doesn't > exist seems to indicate that compiling mount_nwfs failed. Yet if compiling > mount_nwfs failed, why didn't it stop at the compilation failure? Yep, that strange why build isn't fa

Re: make buildworld break @ kdump

1999-10-14 Thread Boris Popov
ed_vol' has non-integer type 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 "unsu

Bad reference to zname in vm_zone struct

1999-06-30 Thread Boris Popov
invalid when module 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 htt