LOR (vm_kern.c:328, vm_map.c:2176) (current-nov-17)

2003-11-18 Thread Eugene
g_bde_start2 g_bde_start1 g_bde start g_io_schedule_down g_down_priority fork_exit fork_trampoline uname -a FreeBSD security-ag.ath.cx 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Nov 17 15:20:03 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ SECURITY-AG i386 hth, Eugene

sio1: 1 more silo overflow (total 1)

2001-11-15 Thread Kaltashkin Eugene
shkin Eugene ZHECKA-RIPN Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Wed Nov 7 23:37:45 MSK 2001 [EMAIL PROTECTED]:/usr/sr

NCP Broken ?

2001-12-07 Thread Kaltashkin Eugene
.c:582: warning: passing arg 4 of `lockmgr' from incompatible pointer type ../../../netncp/ncp_conn.c:591: warning: passing arg 4 of `lockmgr' from incompatible pointer type ../../../netncp/ncp_conn.c: In function `ncp_sysctl_connstat': ../../../netncp/ncp_conn.c:636: structure h

Re: NCP Broken ?

2001-12-10 Thread Kaltashkin Eugene
On Fri, 7 Dec 2001 10:55:03 -0800 (PST) Julian Elischer <[EMAIL PROTECTED]> wrote: JE: yes ncp and nwfs are broken in -current Hm, and when this be work ? -- Best Regards Kaltashkin Eugene ZHECKA-RIPN To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curr

nos-tun & multihomed machines

2001-03-16 Thread Eugene Polovnikov
hi! Please, review the following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=25847 Same patch is in the attach. -- -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/CC/IT d-@ s: a- C++ UBSC$ P++>+++@ L- E--- W+ N++ o? K? w>-- O- M- V- PS@ PE@ Y+ PGP>+ t 5 X R tv- b+++() DI-- D+(++)

broken sshd or libssl ?

2001-04-16 Thread Kaltashkin Eugene
: Wait SSH2_MSG_KEX_DH_GEX_REQUEST. /etc/ssh/primes: No such file or directory WARNING: /etc/ssh/primes does not exist, using old prime fatal: DH_generate_key debug1: Calling cleanup 0x805ec78(0x0) -- Best Regards Kaltashkin Eugene ZHECKA-RIPN To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: HEADS UP: I386_CPU

2001-01-18 Thread Eugene Polovnikov
how about to have in a distribution two version of GENERIC kernel (and modules of course) and let sysinstall choose right set ? In article <[EMAIL PROTECTED]> you wrote: > On Tuesday, 16 January 2001 at 9:28:43 -0500, Will Andrews wrote: >> On Tue, Jan 16, 2001 at 09:16:14AM -0500, Kenneth Wa

Re: A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Eugene Dzhurinsky
Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 2.351940 secs (0 bytes/sec) dd if=/dev/zero of=/dev/ad4 seek=222342559 bs=512 count=1 dd: /dev/ad4: Operation not permitted Should I do it in single mode? -- Eugene N Dzhurinsky pgpMrducrommM.pgp Description: PGP signature

Re: A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Eugene Dzhurinsky
e contents of them if possible, leave it running as long as you > care for. > > If you interrupt it, the /tmp/_.wl file will contain a list of areas > not yet successfully read/written. Well, I just want to force IDE drive to remap things :) -- Eugene N Dzhurinsky pgp0a7Gsgnv97.pgp Description: PGP signature

Re: A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Eugene Dzhurinsky
On Mon, Mar 08, 2010 at 12:52:43PM +0200, Eugene Dzhurinsky wrote: > dd if=/dev/ad4 of=/dev/null skip=222342559 bs=512 count=1 > dd: /dev/ad4: Input/output error > 0+0 records in > 0+0 records out > 0 bytes transferred in 2.351940 secs (0 bytes/sec) > > dd if=/dev/zero of=/d

Re: A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Eugene Dzhurinsky
ock to force IDE controller do it's service stuff about remapping seems did the trick. And I was able to not calculate LBA but use it as block offset, which seemed to be correct way :) -- Eugene N Dzhurinsky pgpRqAzvt8cSz.pgp Description: PGP signature

Re: wpa_supplicant, Atheros AR9285 and FreeBSD 8.0 issue -> wpa_supplicant hangs

2010-03-27 Thread Eugene Dzhurinsky
erstand and fix this issue - please let me know :) P.S. Many thanks to Rui Paulo for porting AR9285 driver! -- Eugene N Dzhurinsky pgpq586K7g3WF.pgp Description: PGP signature

Re: wpa_supplicant, Atheros AR9285 and FreeBSD 8.0 issue -> wpa_supplicant hangs

2010-03-27 Thread Eugene Dzhurinsky
On Sat, Mar 27, 2010 at 02:20:15PM +0200, Eugene Dzhurinsky wrote: > On Wed, Mar 24, 2010 at 10:26:39PM +0200, Eugeny N Dzhurinsky wrote: > > I realized that it fails after group rekeying completes. If is set rekeying to > occur in 30 minutes on AP host - for 30 minutes I am not getti

Re: wpa_supplicant, Atheros AR9285 and FreeBSD 8.0 issue -> wpa_supplicant hangs

2010-03-28 Thread Eugene Dzhurinsky
ified config things didn't change, so I submitted PR: kern/145123 -- Eugene N Dzhurinsky pgpaUKaQskyzZ.pgp Description: PGP signature

Re: wpa_supplicant, Atheros AR9285 and FreeBSD 8.0 issue -> wpa_supplicant hangs

2010-03-29 Thread Eugene Dzhurinsky
On Sun, Mar 28, 2010 at 10:46:10PM +0300, Eugene Dzhurinsky wrote: > Okay, with simplified config things didn't change, so I submitted > PR: kern/145123 Sometimes I'm felling like being an idiot. I just realized that I had configured both laptops to use same IP address, which was

Re: Painfully slow compilation (read: "make buildworld buildkernel") on not-so-weak system

2018-12-08 Thread Eugene Grosbein
08.12.2018 18:13, Lev Serebryakov wrote: > I'm completely lost. Is it problem of software? Hardware? If it is > hardware problem what should I blame? Try using different kern.timecounter.hardware and/or kern.eventtimer.timer but first try kern.eventtimer.periodic=1 instead of default 0. If some

Re: FCP-101: obsolete driver removal planned for 2019-05-18

2019-05-11 Thread Eugene Grosbein
11.05.2019 21:32, Julian H. Stacey wrote: >> I've posted a review to remove obsolete 10 and 10/100 Ethernet drivers >> as previous approved in FCP-101. >> The following drivers are slated for >> removal from FreeBSD-HEAD (to be FreeBSD-13): >> >> ae, bm, cs, de, ed, ep, ex, fe, pcn, sf, sn, tl, tx

Re: FCP-101: obsolete driver removal planned for 2019-05-18

2019-05-11 Thread Eugene Grosbein
11.05.2019 22:59, Julian H. Stacey wrote: >> 11.05.2019 21:32, Julian H. Stacey wrote: >> I've posted a review to remove obsolete 10 and 10/100 Ethernet drivers as previous approved in FCP-101. The following drivers are slated for removal from FreeBSD-HEAD (to be FreeBSD-13): >

Re: FCP-101: obsolete driver removal planned for 2019-05-18

2019-05-12 Thread Eugene Grosbein
12.05.2019 8:21, Warner Losh wrote: > >> I've posted a review to remove obsolete 10 and 10/100 Ethernet drivers > >> as previous approved in FCP-101. > >> The following drivers are slated for > >> removal from FreeBSD-HEAD (to be FreeBSD-13): > >> ae, bm, cs, de, ed, ep, ex, fe

Re: nanoBSD boot problem (on USB stick or as a HD)

2015-09-17 Thread Eugene Grosbein
On 15.09.2015 16:31, Stefano Garzarella wrote: > Hi all, > I created a nanoBSD image for my gsoc project (ptnetmap on bhyve). > > I would like to boot this image on USB stick or in the hypervisor as a HD. > I have some problem because if I set NANO_DRIVE="da0" (for USB boot) > in the nanoBSD confi

Re: How to know the address ranges of kernel stacks, for user processes and kernel threads?

2017-08-31 Thread Eugene Grosbein
On 29.01.2015 07:54, Yue Chen wrote: > It seems that each kernel stack has two pages (IA-32) to use. Does x86_64 > still have two pages or more? One can change number of kernel stack pages for i386 and amd64 platforms by means of /boot/loader.conf without need to rebuild a kernel using kern.kstac

replacement of ataidle for freebsd 9

2011-10-22 Thread Eugene Dzhurinsky
/usr/obj/usr/src/sys/GENERIC amd64 Thanks! -- Eugene N Dzhurinsky pgpXWhgKl3KiZ.pgp Description: PGP signature

Re: replacement of ataidle for freebsd 9

2011-10-22 Thread Eugene Dzhurinsky
abase [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is:Sat Oct 22 18:20:22 2011 EEST SMART support is: Available - device has SMART capability. SMART support is: Enabled -- Eugene N Dzhurinsky pgpFw5hq6gcCH.pgp Description: PGP signature

Re: replacement of ataidle for freebsd 9

2011-10-23 Thread Eugene Dzhurinsky
On Sat, Oct 22, 2011 at 09:59:45PM +0100, Bruce Cran wrote: > On 22/10/2011 16:21, Eugene Dzhurinsky wrote: > >> ataidle -P 0 /dev/ada0 > > ataidle: error opening /dev/ada0 > > Thanks for reporting the breakage, I'll see if I can get it fixed in > time for 9.0.

Re: need help using ng_patch to modify src/dst packets or alternative way

2017-12-17 Thread Eugene Grosbein
17.12.2017 17:59, Sami Halabi wrote: > Hi Eugene, > I'm looking for a solution for IP traffic. in linux iptables its possible but > I couldn't find freebsd way yet. > bkuncr soulution works for tcp only. Then, you need to realize that for every packet, you need to chan

D15247: add rcorder(8) support to /etc/rc.resume

2018-05-03 Thread Eugene Grosbein
Hi! While dealing with https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227866 I've found we have no easy way to insert custom "hooks" after ACPI resume procedure other than devd(8). And running devd itself may be undesirable for several reasons. Manual editing of /etc/rc.resume is not desirable

Re: TCP Connection hang - MSS again

2021-04-05 Thread Eugene Grosbein
05.04.2021 16:44, Rozhuk Ivan wrote: > Is any other other options to work around this? Yes. Each entry in the routing table has "mtu" attribute limiting TCP MSS, too. You should use default route with -mtu 1500 attribute. For example, in /etc/rc.conf: defaultroute="X.X.X.X -mtu 1500" _

Re: TCP Connection hang - MSS again

2021-04-06 Thread Eugene Grosbein
05.04.2021 19:44, Rozhuk Ivan wrote: >>> As I understand, in some cases remote host does not reply with MSS >>> option, and host behind router continue use mss 8960, that dropped >>> by router. >> If the peer does not provide an MSS option, your local FreeBSD based >> host should use an MSS of n

Re: TCP Connection hang - MSS again

2021-04-06 Thread Eugene Grosbein
06.04.2021 19:54, Rodney W. Grimes wrote: >> 05.04.2021 19:44, Rozhuk Ivan wrote: >> > As I understand, in some cases remote host does not reply with MSS > option, and host behind router continue use mss 8960, that dropped > by router. If the peer does not provide an MSS option,

Re: IPv6 testing...willing to help

2000-01-08 Thread Eugene M. Kim
27;s off the computer. :-) Thank you, Eugene -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Status of DEVFS?

2000-01-08 Thread Eugene M. Kim
well...'-sort of thing so it is not supported by many drivers, or is some serious effort on track to round the sharp edges and make it usable? TIA, Eugene -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your music unpopular? Make it popular; make music which people like, or make people who li

Re: IPv6 testing...willing to help

2000-01-08 Thread Eugene M. Kim
t time I tried IPsec tunneling using KAME, so I can't set it up quickly (at least it seems that spdadd command of setkey(8) has been extended a lot). If there's anything else I can do, I'd be glad to. Thanks, Eugene -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your mu

Re: config tool breaks

2000-01-11 Thread Eugene M. Kim
Recently there has been a change in config directory layout (all *.i386 files has been moved from /sys/i386/conf to /sys/conf), so you have to rebuild /usr/sbin/config first. HTH, Eugene PS. The Handbook is, once again, your friend :-). On Tue, 11 Jan 2000, Forrest Aldrich wrote: | Is this a

Re: Installing to a differnet root?

2000-01-22 Thread Eugene M. Kim
The following should do it: cd /usr/src make installworld DESTDIR=/remotefs cd /usr/src/etc make distrib-dirs distribution DESTDIR=/remotefs Regards, Eugene On Sat, 22 Jan 2000, Rod Taylor wrote: | I've briefly read various documents, and haven't discovered a way to | install

Pre-3.3 to 4.0 w/ IPsec

2000-02-05 Thread Eugene M. Kim
; make depend all install) and cvsup again before they can compile a kernel with IPsec. Regards, Eugene PS. Could this be a candidate for UPDATING? -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your music unpopular? Make it popular; make music which people like, or make people who like

Re: Pre-3.3 to 4.0 w/ IPsec

2000-02-07 Thread Eugene M. Kim
On Sun, 6 Feb 2000, John Polstra wrote: | In article <[EMAIL PROTECTED]>, | Eugene M. Kim <[EMAIL PROTECTED]> wrote: | > Just wanted to share the knowledge of this little devil. | > | > For those who want to upgrade via cvsup their pre-3.3 system to test | > IPsec: du

Re: ftp 10.10

2000-02-07 Thread Eugene M. Kim
it shouldn't. I'd rather leave this to the current trend (of which I don't have the vaguest idea). Regards, Eugene On Mon, 7 Feb 2000, Yoshinobu Inoue wrote: | > marc> With ping it is still functioning. I cannot find what changed this. | > marc> cvs messages for Changes

Re: any ideas on Vortex?

2000-02-09 Thread Eugene M. Kim
If my memory serves me correctly, the support for Vortex chipset family has been suspended due to lack of programming information. I hope the situation will get better when Aureal releases the technical documentation (which they promised to do on their website -- linux.aureal.com). Eugene -- Eug

Re: problems with voxware/snd0 kernel compilations..

2000-02-10 Thread Eugene M. Kim
e the onboard MPU401 interface. HTH, Eugene On Thu, 10 Feb 2000, f.johan.beisser wrote: | | i'm attempting to build a kernel with the "old style" voxware drivers for | the CS423x (crystal sound, or css0 in the kernel config) and i get this | wonderful error torwards the end of th

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Eugene M. Kim
devices to show up there. Thank you, Eugene -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

RE: howto for 3.4-STABLE -> 4.0-CURRENT?

2000-02-10 Thread Eugene M. Kim
| - reboot -- Eugene M. Kim <[EMAIL PROTECTED]> "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: first impressions after upgrading from 3.4-RELASE to 4.0-20000209-CURRENT

2000-02-10 Thread Eugene M. Kim
On Fri, 11 Feb 2000, Matthew N. Dodd wrote: | On Thu, 10 Feb 2000, Eugene M. Kim wrote: | > It would be nice to state this at startup of userconfig then, since | > many users (including most of my friends) expect all their devices to | > show up there. | | Thats not what userconf

Re: IPv6: can a link-site (or global) address be configured inrc.conf?

2000-03-06 Thread Eugene M. Kim
the 6BONE website, and it seems to me that I somehow have to `qualify' in order to get one. (And the fact that I just need <10 addresses makes me feel guilty; AFAIK the minimum allocation unit is 2^64-address block :-p.) Thank you in advance, Eugene On Mon, 6 Mar 2000, Bill Fenner wrote: | B

Re: problem with the ata driver

1999-08-23 Thread Eugene M. Kim
perhaps these LG CD-ROM drives are using some nonstandard or obsolete convention that the new ata driver doesn't understand. Unfortunately, I couldn't test the drive with the old wdc driver because it even didn't detect my drive (being the only IDE/ATAPI device, master on the primar

Re: breakage in this morning's build

1999-08-29 Thread Eugene M. Kim
supported by device *** Error code 1 Stop in /pubfs/1/root/world/src/bin/rm. *** Error code 1 Cheers, Eugene On Mon, 30 Aug 1999, Mike Muir wrote: | Pascal Hofstee wrote: | | > I am suffering from the exact same problem here as well ... (tried about 4 | > times now ... without success) | | M

Re: Top, vmstat, systat, etc. Broken

2000-04-03 Thread Eugene M. Kim
d do a `sh MAKEDEV std' to alleviate this problem. I don't have the vaguest idea how this happened, though. Hope this helped, Eugene On Mon, 3 Apr 2000, Thomas Dean wrote: | To build the kernel, I | | # cd sys/i386/conf | # config -r | # cd ../../compile/ | # make depend | # make -

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread Eugene M. Kim
It looks like a race condition. -@mkdir -p openssl is a good workaround I guess, although it could be fine if we had a flag to mkdir(1) that makes it just succeed when there's already a directory of the same name. Just my 2 wons (1 KRW ~= .0084 USD as of this writing :-p), Eugene On Fr

Re: Small fix for compile error with internat crypto code

2000-05-12 Thread Eugene M. Kim
On Fri, 12 May 2000, David O'Brien wrote: | On Fri, May 12, 2000 at 06:34:08AM -0700, Eugene M. Kim wrote: | > I guess, although it could be fine if we had a flag to mkdir(1) that | > makes it just succeed when there's already a directory of the same name. | | Yes, that is

Perl build breakage

2001-11-29 Thread Eugene M. Kim
Hello, I am getting the following error in the make depend stage; could anyone shed a light? (The host system is 5-current as of around May 1.) Thanks, Eugene snip snip ===> libperl ===> miniperl ===> perl Extracting

Re: Perl build breakage

2001-12-01 Thread Eugene M. Kim
Well, I *did* read UPDATING, and I saw the perl breakage notice. But it seems not to be relevant to me, as my source code is current (I mean, up to date); I cvsupped it just before starting make world. Only my host system is built around May 1. Thanks, Eugene On Sat, Dec 01, 2001 at 05:18

Re: Perl build breakage

2001-12-01 Thread Eugene M. Kim
alled system and the link to the fix; Warner?). Thanks, Eugene On Sat, Dec 01, 2001 at 01:14:44PM -0800, Eugene M. Kim wrote: > Well, I *did* read UPDATING, and I saw the perl breakage notice. But it > seems not to be relevant to me, as my source code is current (I mean, up > to date); I cv

Re: Perl build breakage

2001-12-03 Thread Eugene M. Kim
asked the list, and you know that the typical response of the list to this type of inquiry has been `Welcome to Yesterday.' If UPDATING does not properly save people like me, what will? So, Warner, could you update the relevant entry in UPDATING? Thanks, Eugene On Sat, Dec 01, 2001 at 1

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
topped > > Waiting (max 60 seconds) for system process `syncer' to stop...stopped > > > > syncing disks... 7 7 > > can you hit and get into the debugger? My box shows the same symptom, and yes I can enter DDB. How may I help? Eugene To Unsubscribe: send mail to [

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
Attached is the requested DDB log (I guessed pid 7 `syncer' is the process doing the sync; if this is wrong let me know). Eugene PS. I used the serial console, so don't feel sorry to ask. =) On Fri, Feb 08, 2002 at 02:41:30PM -0800, Julian Elischer wrote: > > > >

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
t's init (pid 1) calling reboot()... The attached log also has its trace JFYI. One more bit of info: as you see from the pcpu output, mine is not an SMP but an UP box. Thanks, Eugene show locks exclusive (sleep mutex) Giant (0xc02e60c0) locked @ /usr/src/sys/kern/kern_intr.c:532 db>

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
It's an UP kernel running on an UP box. Eugene On Fri, Feb 08, 2002 at 04:53:28PM -0800, Julian Elischer wrote: > > > yes but is it a SMP or UP kernel? (SMP kernel can run on some UP h/w) > > thanks! > > > On Fri, 8 Feb 2002, Eugene M. Kim wrote: > > &

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
I'm not particularly good at reading the lock-related output, but it doesn't have other lines than the one that says about the Giant lock, so it seems there isn't any other locks being held by anyone. Eugene On Fri, Feb 08, 2002 at 04:55:42PM -0800, Julian Elischer wrote: > &

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-08 Thread Eugene M. Kim
about a day old. > do you have your own config? how does GENERIC behave? I do have my own config; you can get it at: http://home.the-7.net/~ab/PL-DAAL (config file itself) http://home.the-7.net/~ab/PL-DAAL.hints (... and device hints) I haven't tried GENERIC yet. Eugene

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread Eugene M. Kim
--2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attached is the requested DDB log (I guessed pid 7 `syncer' is the process doing the sync; if this is wrong let me know). Eugene PS. I used the serial console, so don't feel sorry to ask. =) O

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread Eugene M. Kim
It's an UP kernel running on an UP box. Eugene On Fri, Feb 08, 2002 at 04:53:28PM -0800, Julian Elischer wrote: > > > yes but is it a SMP or UP kernel? (SMP kernel can run on some UP h/w) > > thanks! > > > On Fri, 8 Feb 2002, Eugene M. Kim wrote: > > &

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread Eugene M. Kim
I'm not particularly good at reading the lock-related output, but it doesn't have other lines than the one that says about the Giant lock, so it seems there isn't any other locks being held by anyone. Eugene On Fri, Feb 08, 2002 at 04:55:42PM -0800, Julian Elischer wrote: > &

Re: Hang on flushing buffers w/today's -CURRENT, SMP system

2002-02-11 Thread Eugene M. Kim
. Before I had used `shutdown -r', which probably SIGINT'ed the init process so it's init (pid 1) calling reboot()... The attached log also has its trace JFYI. One more bit of info: as you see from the pcpu output, mine is not an SMP but an UP box. Thanks, Eugene --BOKacYhQ+x31

Cross-platform make world/release?

2001-05-16 Thread Eugene M. Kim
Greetings, Short question: is FreeBSD capable of cross-platform make world and release (e.g. build of Alpha world/release on x86 and vice versa)? TIA, Eugene To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Request for change: Disabling filename globbing by ftpd(8)

2001-07-08 Thread Eugene M. Kim
pg', which fails because the server performs brace expansion on the name and tries to send `A3.jpg'. Any comments and suggestions are welcomed. Thank you. Best Regards, Eugene diff -urN ftpd/ftpcmd.y ftpd.new/ftpcmd.y --- ftpd/ftpcmd.y Wed Apr 18 03:03:52 2001 +++ ft

kern/29530

2001-08-23 Thread Eugene M. Kim
Could anybody examine and commit the patch in the PR kern/29530? It fixes the support for KingByte USB Pen Drive by adding a quirk entry to src/sys/cam/scsi/scsi_da.c. It would be even better if this were MFC'ed before 4.4 comes out. Thank you in advance! Eugene To Unsubscribe: send ma

Re: I've just had a massive file system crash

2003-01-27 Thread Eugene M. Kim
appears, but normally you'd give > it a few seconds longer. With shutdown -p, it's immediate, modulo > delay. Just a random idea: If that poses an issue, how about this patch? Eugene --- src/sys/kern_shutdown.c Sun Jan 26 14:24:56 2003 +++ src/sys/kern_shutdown.c.new Sun

Re: dump -L and privilege

2003-01-31 Thread Eugene M. Kim
2 KRW (1 USD ~= 1250 KRW) :D, Eugene On Thu, Jan 30, 2003 at 05:15:01PM -0600, Jacques A. Vidrine wrote: > On Wed, Jan 29, 2003 at 06:17:31PM -0800, Kirk McKusick wrote: > > Alternative 1 `usermount' > > The first would be > > to change the default for vfs.usermount

Re: Forward: HEADS UP! Default value of ip6_v6only changed

2003-11-01 Thread Eugene M. Kim
nother test knob into GNU autoconf. Sad.) It's not like IETF RFC's are particularly hard to amend, either, at least compared to other standarization bodies. IETF and its folks are *very* open and flexible IMHO. Eugene ___

Re: xscreensaver bug?

2003-11-13 Thread Eugene M. Kim
ing' root? :o Although I can see the merit of this `feature', I think sysadmins should stay away from using it in general. `su -m thatuser -c "killall xscreensaver"' seems to be far safer. Eugene ___ [EMAIL PROTECTED] mail

Re: xscreensaver bug?

2003-11-14 Thread Eugene M. Kim
Terry Lambert wrote: "Eugene M. Kim" wrote: Terry Lambert wrote: I'm new in FreeBSD. I found that after I lock screen with xscreensaver, I can unlock it with the root's password as well as my normal user's password. I don't think it is a good thing. Is it a bug? I

5.1-CURRENT 23.06.2003: the floppy has ceased to work

2003-06-25 Thread Eugene V. Bontseff
Hi, After updating system on June, 23 floppy the disk drive does not work. At loading messages are given out: >fdc0: cmd 3 failed at out byte 1 of 3 How to me to resolve this problem? Full dmesg it is applied. Eugene V. Boontseff Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1

Re: 5.1-CURRENT 23.06.2003: the floppy has ceased to work

2003-06-26 Thread Eugene V. Bontseff
Andy Fawcett wrote: On Wednesday 25 June 2003 17:18, Eugene V. Bontseff wrote: After updating system on June, 23 floppy the disk drive does not work. For what it's worth, I get the same with 5.1-RELEASE: [EMAIL PROTECTED] mp3]$ uname -a FreeBSD vimes.int.athame.co.uk 5.1-RELEASE FreeBS

LIBCOMPATDIR semantics mismatch

2002-04-17 Thread Eugene M. Kim
that fixes this by unifying the semantics of LIBCOMPATDIR. Thanks, Eugene --- src/lib/compat/Makefile.inc Sat Nov 10 02:08:09 2001 +++ src/lib/compat/Makefile.inc.new Wed Apr 17 14:27:40 2002 @@ -1,6 +1,6 @@ # $FreeBSD: src/lib/compat/Makefile.inc,v 1.8 2001/09/22 08:11:24 ru Exp $ -LI

Re: LIBCOMPATDIR semantics mismatch

2002-04-18 Thread Eugene M. Kim
Coolio, thanks for letting me in the know. Cheers, Eugene On Thu, Apr 18, 2002 at 04:26:20PM +0300, Ruslan Ermilov wrote: > Already fixed this earlier this morning (local time). > And just removed the gratuitous LIBCOMPATDIR assignments. > > Cheers, > -- &

Re: The future of ZFS in FreeBSD

2018-12-20 Thread Eugene M. Zheganin
NFSv4 ACLs because there is no such thing in ZoL ? Eugene. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [RFC/RFT] projects/ipsec

2016-12-14 Thread Eugene M. Zheganin
other with. And when I say "fully opertational with Juniper" I mean it: no tricky or hackish configuration directives are required oin the Juniper side, everything is like it's a Juniper or Cisco on the other side. So I'm pretty sure this will work with Cisco too (didn'

altq and head

2017-04-08 Thread Eugene M. Zheganin
the simple answer. Thanks. Eugene. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Call for bge(4) testers

2012-09-17 Thread Eugene M. Zheganin
ern/122252 <http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/122252> ). I can also say that enabling ASF on RELENG_8 still leads to locking and hangups. Does this CFT mean that this situation may be improved with the new bge(4) version, on 9.x ? Eugene. ___

10.x and mpd5

2013-03-17 Thread Eugene M. Zheganin
Hi. After an upgrade from 9-STABLE I have a problem with mpd5. It can go to an endless loop while accepting a new pptp connection with a probability of like 50%. It looks in its log like I show below. The loop starts and ends with "LCP: LayerUp". This is really an endless loop, because neithe

panic: no init

2013-07-14 Thread Eugene M. Zheganin
ight now I'm running r251990 kernel on a newer world. How can I get rid of this panic and run newer kernel ? Thanks. Eugene. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: r248583 Kernel panic: negative refcount 0xfffffe0031b59168

2013-07-15 Thread Eugene M. Zheganin
e_flags |= UF_EXCLOSE; > Thanks for tracking it down before I had time to get to it! > The change looks good. > Guys, if this is working, why it's not commited to HEAD ? I'm still hitting this bug on r251990 and later ones. Thanks. Eugene. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: r248583 Kernel panic: negative refcount 0xfffffe0031b59168

2013-07-15 Thread Eugene M. Zheganin
Hi. On 15.07.2013 15:16, Eugene M. Zheganin wrote: > > Guys, if this is working, why it's not commited to HEAD ? I'm still > hitting this bug on r251990 and later ones. > I'm terribly sorry, I should read the revisi

mountroot error 5

2013-08-02 Thread Eugene M. Zheganin
27;t seem to change anything (still same error). I've also installed today's CURRENT (from the same obj/src tree) to an USB stick and when booting from it (on this troubled machine) it claims there's no zfs pools at all. I think these events may be connected. Thanks. Eugene. _