Re: geom_label, fstab without device names & swap partition?

2011-01-14 Thread Eugene Grosbein
On 13.01.2011 02:11, Mark Saad wrote: Use glabel(8) to label the device: # glabel label swap ada0s1b >>> >>> On a side note there is not a simple way to glabel mounted filesystem >> >> True, but for a swap partition, it's easy to disable swap, label the >> partition, and re-enable s

Re: i386/153947: Make buildworld fails in hastd/token.c

2011-01-15 Thread Eugene Grosbein
This also breaks source upgrade path from RELENG_7. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: kern/138341: [nanobsd] [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module

2011-01-15 Thread Eugene Grosbein
'make MODULES_WITH_WORLD=yes buildworld' is still broken for 8.2-PRERELEASE. Here is a patch for RELENG_8 sources updated today: --- sys/modules/cryptodev/Makefile.orig 2010-08-23 12:13:44.0 +0700 +++ sys/modules/cryptodev/Makefile 2010-08-23 12:13:52.0 +0700 @@ -3,6 +3,6 @@

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Eugene Grosbein
or code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > # $ Someone have to fix hastd's Makefile and change WARNS level there. This problem breaks source upgrade. Eugene Grosbein

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:31, Larry Rosenman wrote: >> Someone have to fix hastd's Makefile and change WARNS level there. >> This problem breaks source upgrade. >> >> Eugene Grosbein > > Is anyone working on it? I'm trying to get a source upgrade from 8.0 to 8.2

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:34, Lystopad Aleksandr wrote: > There are solution from Vsevolod Lobko: > > : just do: > : > : cd /usr/src/usr.bin/lex > : make obj > : make > : make install > : > : and buildworld works properly > > in http://www.freebsd.org/cgi/query-pr.cgi?pr=153947 > >

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:18, Olivier Certner wrote: >> I make buildworld without problems after that yesturday. > > Same here. Perhaps someone could add a small entry about that in > UPDATING? It > seems that this problem is likely to be reported over and over without such a > notice. IMO the p

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:47, Olivier Certner wrote: >> That's not a solution for 7->8 upgrade as new lex won't run under 7.x >> kernel. > > I can confirm that compiling and installing 'lex' in advance produces a > working 'lex' on 7.x. > > My current understanding is that the procedure ment

Re: 8-STABLE/amd64 semi-regular crash with "kernel trap 12 with interrupts disabled" in "process 12 (swi4: clock)"

2011-01-18 Thread Eugene Grosbein
f "savecore" are attached > (bzipped). You have not mentioned what tasks does it perform. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x

2011-01-18 Thread Eugene Grosbein
On 18.12.2010 15:16, Eugene Grosbein wrote: > On 18.12.2010 11:41, Doug Barton wrote: > >> I am particularly interested in feedback from users with significant DNS >> usage that are still using 9.4, especially if you're using the version >> in the base. I would appre

Re: 8-STABLE/amd64 semi-regular crash with "kernel trap 12 with interrupts disabled" in "process 12 (swi4: clock)"

2011-01-19 Thread Eugene Grosbein
"savecore" are attached > (bzipped). There is known instability in em(4) driver in 8.2-RELEASE, it may panic due to some lack of NULL pointer checks. You should update to RELENG_8 containting fix and retest. Eugene Grosbein ___ freeb

Re: 8-STABLE/amd64 semi-regular crash with "kernel trap 12 with interrupts disabled" in "process 12 (swi4: clock)"

2011-01-19 Thread Eugene Grosbein
/www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/e1000/if_em.c#rev1.65 I run my servers with this commit backported manually as it has not been MFC'd yet. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Living on gmirror: need to reincarnate /etc/rc.early

2011-01-24 Thread Eugene Grosbein
ort making it better and safer and it should support gmirror's mechanics for crashdumps out-of-the-box. Comments? Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, s

Re: em0: Watchdog timeout -- resetting

2011-02-01 Thread Eugene Grosbein
errupt throttling) if your box does not have lots of dynamic interfaces like when using mpd. In /etc/sysctl.conf: net.isr.direct=0 net.isr.direct_force=0 Eugene Grosbein. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: em0: Watchdog timeout -- resetting

2011-02-01 Thread Eugene Grosbein
ffic. If you bother about outgoing traffic only, it won't help. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

System does not boot without console

2011-02-15 Thread Eugene Grosbein
dualport gigabit ethernet network adapter and want to have common NanoBSD image for boxes like this and other boxes having IPMI card and want to have hint.uart.2.flags="0x10" in /boot/loader.conf Eugene Grosbein ___ freebsd-stable@freebsd.

Re: GELI speed

2011-03-28 Thread Eugene Grosbein
r reads but for general operations like directory lookups, many short reads etc. it can decrease number of decrypt requests. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Filesystem strangeness

2011-04-05 Thread Eugene Grosbein
1142862 -3143488157647713044 3364544879817% >/usr > gk-hwkrt-new# > > The last reboot did not do any fsck, smartctl does not complain. > So, what can I do to fix this ? Go to single user mode, unmount /usr and run "fsck -y /usr" Eugene Grosbein _

Builworld is broken for RELENG_8 when CPUTYPE?=core2

2011-07-05 Thread Eugene Grosbein
) for -march= switch make-roken.c:1: error: bad value (core2) for -mtune= switch *** Error code 1 1 error *** Error code 2 *** Error code 1 1 error *** Error code 2 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Please take a look. Eugene Grosbein

running newsyslog fiveminly

2011-07-31 Thread Eugene Grosbein
nated with a non-zero status (1) It seems, newsyslog still wants to process my file at 00:05 despite @T time specification. Is it broken? Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-s

Re: running newsyslog fiveminly

2011-07-31 Thread Eugene Grosbein
31.07.2011 23:57, Freddie Cash пишет: > Simplest solution is to have two separate config files for newsyslog My question is about possibly broken newsyslog, not how about "real task", it is described for clarification only. Eugene Grosbein __

Re: running newsyslog fiveminly

2011-07-31 Thread Eugene Grosbein
etailed debug logs that grow quickly. These logs can easily overflow /var partition in case of network problems (storms etc.) so newsyslog have to check them often. And I have another router that has an HDD to keep daily log and I'd like to have their crontabs unified. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: running newsyslog fiveminly

2011-07-31 Thread Eugene Grosbein
01.08.2011 09:39, Jason Hellenthal пишет: > > What line of the newsyslog.conf file is your line inserted and can you > move that to a higher line number. FIFO I don't get why position of line in newsyslog.conf can have any meaning. E

Re: 32GB limit per swap device?

2011-08-10 Thread Eugene Grosbein
ore does not find anything. You should read gmirror(8) manual page about "Doing kernel dumps to gmirror providers". Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To un

Re: 8-stable panics in igb(8)

2011-08-25 Thread Eugene Grosbein
symbols: options KDB options KDB_TRACE options KDB_UNATTENDED options DDB options DDB_NUMSYM and "options KDB_UNATTENDED" if you wish. For next crash, of course :-) Eugene Grosbein ___ freebsd-stable@freebsd.o

Unfixable UFS2 corruption

2011-08-31 Thread Eugene Grosbein
Hi! Long story short: my /usr/local UFS2 filesystem somehow got corrupted and "fsck -y" in single user mode does not fix it. Explanation: # ls -al /usr/local/obj/usr/local/src/secure/lib/libssh ls: : No such file or directory total 8 drwxr-xr-x 2 root wheel 4608 Aug 30 01:28 . drwxr-xr-x 3 r

Re: Unfixable UFS2 corruption

2011-08-31 Thread Eugene Grosbein
31.08.2011 21:35, Eugene Grosbein пишет: > # ls -al /usr/local/obj/usr/local/src/secure/lib/libssh > ls: : No such file or directory > total 8 > drwxr-xr-x 2 root wheel 4608 Aug 30 01:28 . > drwxr-xr-x 3 root wheel 512 Aug 30 01:28 .. > > # rm -rf /usr/local/obj/usr

Re: Unfixable UFS2 corruption

2011-08-31 Thread Eugene Grosbein
;d_type; if (dp->d_reclen < size || idesc->id_filesize < size || - namlen > MAXNAMLEN || + namlen == 0 || namlen > MAXNAMLEN || type > 15) goto bad; for (cp = dp->d_name, size

Re: Unfixable UFS2 corruption

2011-08-31 Thread Eugene Grosbein
31.08.2011 23:13, Eugene Grosbein пишет: > 31.08.2011 23:02, Adam Vande More пишет: > >> Long story short: my /usr/local UFS2 filesystem somehow got corrupted >> and "fsck -y" in single user mode does not fix it. >> >> Not sure if this helps or

Re: Unfixable UFS2 corruption

2011-08-31 Thread Eugene Grosbein
31.08.2011 23:34, Adrian Chadd пишет: > Have you created a PR for this? http://www.freebsd.org/cgi/query-pr.cgi?pr=160339 Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: stop scheduler on panic patches updated

2011-09-05 Thread Eugene Grosbein
SB devices. > Thanks, I'm going to try it just now because my dummynet panics are back with start of new school year :-) Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To uns

Re: running newsyslog fiveminly

2011-09-07 Thread Eugene Grosbein
01.08.2011 00:31, Jeremy Chadwick пишет: > On Sun, Jul 31, 2011 at 11:51:40PM +0700, Eugene Grosbein wrote: >> Hi! >> >> Suppose, there is a machine which writes two kinds of log files through >> syslogd: >> quickly-growing that need to be rotated based on the

Re: running newsyslog fiveminly

2011-09-07 Thread Eugene Grosbein
t with one cron job and one newsyslog.conf but as it seems impossible, I will use two cron jobs :-) Local (compressed) logs residing on the MFS give me convinience to manage and debug a server within one ssh session without need to consult with remote syslog archives. In general, I do have enough MF

gmirror+gjournal often makes inconsistens file systems

2011-09-08 Thread Eugene Grosbein
Hi! For long time I experience same UFS2 filesystem problems with several 8.2 systems running on gmirror+gjournal+async. In case of unclean shutdown, kernel panic or power failure gjournal makes fsck skip its checks and that's why I use it. But quite often my /var partition (and sometimes other

Re: gmirror+gjournal often makes inconsistens file systems

2011-09-09 Thread Eugene Grosbein
any times. > And it seems, that your first create big journal, and splice/partition/newfs > it for several FSes. Yes, I did. Shoud not this kind of partitioning work too? Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://li

Re: gmirror+gjournal often makes inconsistens file systems

2011-09-09 Thread Eugene Grosbein
Dear Pawel Jakub, 09.09.2011 12:17, Eugene Grosbein writes: > Hi! > > For long time I experience same UFS2 filesystem problems with several 8.2 > systems > running on gmirror+gjournal+async. In case of unclean shutdown, kernel panic > or power failure > gjournal makes fsc

busdma MFC broke ipfw fwd for RELENG_6

2011-09-15 Thread Eugene Grosbein
work. But I need policy based routing and rollback of mentioned MFC has revived my setup again. The guilty commit was found with simple "time dichotomy" (csup/build kernel/reboot/test/again etc.) Just for archives. Eugene Grosbein P.S. Most of my production routers are still 6.4

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-15 Thread Eugene Grosbein
16.09.2011 00:14, John Baldwin пишет: > On Thursday, September 15, 2011 12:44:32 pm Eugene Grosbein wrote: >> Hi! >> >> I understand that it is "a bit" late for RELENG_6 reports as 6.4-RELEASE was >> out in 2008 >> but the breakage had happened due to M

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-15 Thread Eugene Grosbein
; - (flags & BUS_DMA_ALLOCNOW) != 0) { + (flags & 0) != 0) { struct bounce_zone *bz; /* Must bounce */ I'm going to lose control on this remote box if I apply wrong patch for re(4). Eugene Grosbein __

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-15 Thread Eugene Grosbein
16.09.2011 02:19, YongHyeon PYUN пишет: > On Fri, Sep 16, 2011 at 02:02:37AM +0700, Eugene Grosbein wrote: >> 16.09.2011 01:15, YongHyeon PYUN пишет: >> >>> I remember re(4) in 6.x also have a couple of bus_dma(9) bugs. How >>> about applying the following revisi

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-17 Thread Eugene Grosbein
17.09.2011 02:13, YongHyeon PYUN пишет: > On Fri, Sep 16, 2011 at 11:45:25AM +0700, Eugene Grosbein wrote: >> 16.09.2011 02:19, YongHyeon PYUN пишет: >>> On Fri, Sep 16, 2011 at 02:02:37AM +0700, Eugene Grosbein wrote: >>>> 16.09.2011 01:15, YongHyeon PYUN пишет: >

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-17 Thread Eugene Grosbein
18.09.2011 03:05, YongHyeon PYUN пишет: >>> I have back-ported re(4)/rl(4) for latest 6.x. >>> http://people.freebsd.org/~yongari/re/6.x/README.txt >>> Just compile tested and not sure whether it fixes the issue. >> >> I confirm that the problem disappears using this driver with clean RELENG_6 >>

Re: busdma MFC broke ipfw fwd for RELENG_6

2011-09-17 Thread Eugene Grosbein
18.09.2011 03:22, YongHyeon PYUN пишет: >>> Glad to hear that. Unfortunately I have no plan or time to merge >>> all changes made in re(4)/rl(4) to stable/6 so you may have to >>> stick to this unofficial driver. As you already know, I overhauled >>> these drivers long time ago and there were too

Re: Realtek integrated nic problem

2011-09-24 Thread Eugene Grosbein
d run > it ? > > thanks, > > matheus > Your card is supported with re(4) driver in 8.2-RELEASE and later versions. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To uns

FreeBSD IPMI driver problem

2011-09-25 Thread Eugene Grosbein
Failed to reset watchdog ipmi0: KCS: Command mismatch ipmi0: KCS error: 01 It seems, the driver lost ability to contact IPMI watchdog timer and that was the reason of reboot. What can be done to avoid such resets in the future? Eugene Grosbein ___ freebsd-sta

Re: backup for /var/db/ports

2011-10-16 Thread Eugene Grosbein
sy to > recreate, and not particularly dynamic. How do you recreate them without backup after N years passed? :-) Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe,

Re: FYI: 9.0-RELEASE announced...

2012-01-13 Thread Eugene Grosbein
. I've tried the image with VirtualBox, virtual machine starts and hangs hard at "Checksum verification" stage. Is it my local problem or Bittorrent's image is wrong? Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http:

Re: FYI: 9.0-RELEASE announced...

2012-01-13 Thread Eugene Grosbein
14.01.2012 01:05, Eugene Grosbein пишет: > 13.01.2012 06:54, Ken Smith пишет: > >> If you downloaded the amd64 and/or i386 DVD images before now you >> might want to check the checksums with the ones posted in the >> release announcement. The fix to make sysinstall(8) h

bsdinstall and swap partition

2012-01-13 Thread Eugene Grosbein
stall uses 'a' partition for first one despite of its type. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: FYI: 9.0-RELEASE announced...

2012-01-13 Thread Eugene Grosbein
>> It seems, FreeBSD 9.0-RELEASE can install as VirtualBox-4.0.10 Guest >> using SAS-emulated disk controller only. In IDE or SATA mode it hangs. > > FWIW, 9.0-RELEASE i386 installed fine on Virtualbox 4.1.8 hosted on a > MacBook Pro: FreeBSD Ports collection has 4.0.14 o

Re: Floppy disks don't work with FreeBSD 9.0

2012-03-17 Thread Eugene Grosbein
th > running FreeBSD 9. The hardware isn't suspect because these same two PC's > were able to format and dupe images when running FreeBSD 7. You need to supply more details. dmesg lines concerning fdc at least. Eugene Grosbein ___

Re: RELENG_8 kernel as of Apr 14 does not boot

2012-04-15 Thread Eugene Grosbein
ts disabled > > This is stripped down kernel with everything possible loaded from modules. > Any ideas? Did not see any warnings in UPDATING... Try to add 'device mem' to your kernel configuration. Eugene Grosbein ___ f

Re: RELENG_8 kernel as of Apr 14 does not boot

2012-04-16 Thread Eugene Grosbein
ill try to have it compiled-in, but would still prefer it fixed, or in > case it cannot be fixed and mem.ko cannot be loaded separately from now on, > appropriate entry in UPDATING. It seems John Baldwin brought dependency of acpi.ko on device mem 4 days ago

Re: RELENG_8 kernel as of Apr 14 does not boot

2012-04-17 Thread Eugene Grosbein
> On Monday, April 16, 2012 3:59:09 am Eugene Grosbein wrote: >>>>> Just update my 8.x kernel sources last weekend, and newly built kernel did >>>>> not boot for me: >>>>> >>>>> link_elf: symbol mem_range_softc undefined >>>&g

Re: Restricting users from certain privileges

2012-04-28 Thread Eugene Grosbein
my > original post. Please do study sudo real power :-) It can give selective privileges per-command, an d it can also allow one to run some command with some arguments only and not with others. Or, without any arguments only - as you tune its

Unkillable /sbin/ipfw process

2012-05-01 Thread Eugene Grosbein
pfw process. See also http://www.freebsd.org/cgi/query-pr.cgi?pr=65961 Eugene Grosbein. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: i386 binaries on amd64: ldconfig problems

2012-05-31 Thread Eugene Grosbein
ne other to rebuild of all such 32bit bit binaries to make them work for transition period? Should libmap32.conf help? It seems it does not. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: i386 binaries on amd64: ldconfig problems

2012-05-31 Thread Eugene Grosbein
31.05.2012 18:22, Oliver Fromme пишет: > Eugene Grosbein wrote: > > 31.05.2012 16:58, Konstantin Belousov writes: > > > The library search order is LD_{32}_LIBRARY_PATH, then DT_RPATH from > > > the binary, then hints, then /lib:/usr/lib. So if rpath of the binary >

Re: su problem

2012-06-09 Thread Eugene Grosbein
h keyboard attached - no need to type anything, though. The system should detect it and assingn /dev/ttyv0 as /dev/console instead of /dev/ttyd0. And "su" won't lock. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lis

Re: su problem

2012-06-10 Thread Eugene Grosbein
t; the system was loaded with keyboard and disconnected later if i understand > the logs... > > New ideas are appreciated, and thanks in advance, > Sami I still believe your problem concerns serial console: su writes to it, indirectly - it notes root login through syslogd that

Re: su problem

2012-06-10 Thread Eugene Grosbein
11.06.2012 00:28, Sami Halabi пишет: > But how do I solve the problem? First you know for sure if it's true. Please show output of "grep console /etc/syslog.conf" and "kenv | grep console". ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd

Re: su problem

2012-06-10 Thread Eugene Grosbein
11.06.2012 01:21, Sami Halabi пишет: > Hi, > > %grep console /etc/syslog.conf > *.err;kern.warning;auth.notice;mail.crit/dev/console > # uncomment this to log all writes to /dev/console to /var/log/console.log > #console.info

Re: su problem

2012-06-10 Thread Eugene Grosbein
10.06.2012 18:57, Sami Halabi пишет: > Well,in8.1 & 8.2it worked fine for me, in 8.3 i got this problem. Have you asked someone to power cycle the box? The problem may go away if it was caused by unusual actions at boot... Eugene G

Re: FreeBSD 8.3-STABLE #0 r237184 if_tun auto-up upon create.

2012-06-18 Thread Eugene Grosbein
> tun0: flags=8010 metric 0 mtu 1500 > > > Why would the device enter a UP/DOWN state if there is no addressing > information being fed to it ? and especially with a directive of "down" > ? That's because the word "up" is automatically added by system

Re: Seeking 6.4 make source for ports

2012-06-20 Thread Eugene Grosbein
. There is no one reason to do that. They all will work just as usual. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [CFT] Need Testers for: sysutils/bsdconfig

2012-06-22 Thread Eugene Grosbein
ed DNS server through two-step procedure - first try to edit, then clear the address. It should be more obvious at first. That's enough for this time :-) Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [CFT] Need Testers for: sysutils/bsdconfig

2012-06-22 Thread Eugene Grosbein
do. >> 8. In DNS Nameserver Configuration, it's not clear that one, in fact, >> can remove unneeded DNS server through two-step procedure - first try to >> edit, >> then clear the address. It should be more obvious at first. >&g

Re: [CFT] Need Testers for: sysutils/bsdconfig

2012-06-22 Thread Eugene Grosbein
22.06.2012 15:39, Devin Teske wrote: 5. Same for vlan16. For vlan9 is shows right 'IEEE 802.1Q VLAN network interface'. It should work same way for vlan1-vlan4095 interfaces at least. >>> >>> I'd like to know if the sysctl MIB's for describing network interfaces is >>> reliab

Re: NAT issue in 8.1

2010-08-10 Thread Eugene Grosbein
all manually fixes > the issue. ipdivert.ko is loaded, hence re-loading firewall rules helps. > > The machine was upgraded from 8.0 using unmodified cvs sources using > buildkernel, buildworld, installworld, installkernel mergemaster. > > Any help appreciated. Just load ipd

Re: /sbin/reboot

2010-12-10 Thread Eugene Grosbein
itiate the > same shutdown sequence reboot(8) uses, it wouldn't seems to be a security > based decision. In short, one should use reboot/halt from single user mode to avoid calling shutdown command sequences for non-running services. For multi-user one

Re: how to access the SOL (Serial over Lan) port in FreeBSD ?

2010-12-14 Thread Eugene Grosbein
e successfully got getty login prompt, logged in, run Midnight Commander (TERM=xterm) without a problem. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x

2010-12-18 Thread Eugene Grosbein
.11-STABLE for long time (and even one bind95/4.11-STABLE) and six 6.11-STABLE servers with stock bind93 ;-) Never had a problem with them. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-st

Re: How to debug a double fault? (Re: Could MSGBUF_SIZE be made a loader tunable?)

2010-12-21 Thread Eugene Grosbein
a start, but it has led to: > How do I go about debugging a "Fatal double fault"? You also may checkup the code to not abuse stack. Kernel threads have not much of free stack space and allocating increasing length arrays in stack will lead to double fault. Eugene Grosbein

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
group/muc.lists.freebsd.stable/browse_thread/thread/538039f40b469e2a I've just updated my 7.0-STABLE to latest sources, applied your patch using "cd /usr/src; patch -p6 < ~/btx_hang.patch", it has applied cleanly. Then I've rebuilt and reinstalled kern

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
ot blocks using either fdisk -B or > bsdlabel -B (or both). As Subject: says, I'm talking about /boot/loader and its command prompt. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
angs almost always while trying to type something in its loader prompt after a character or two entered. This machine is my home desktop and I can do any debugging needed, just ask. I can also use serial console, if needed. Eugene Grosbein ___ freebsd-stable@

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
o establish serial console and retest with RELENG_7 sources. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with /boot/loader [A new patch]

2008-08-10 Thread Eugene Grosbein
probably be good to narrow down > what breaks the loader for you. For example, does it work ok over serial and > only break on vidconsole? I've established serial console, switched back to 7.0-STABLE sources plus your patch and found that while vidconsole hangs, serial console is

Re: Problem with /boot/loader [A new patch]

2008-08-11 Thread Eugene Grosbein
well, the btx.S part) if you had a > 7.0-RELEASE sys/boot/i386/btx. I've applied patch first, then replaced sys/boot/i386/btx with 7.0-RELEASE version. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Problem with /boot/loader [A new patch]

2008-08-11 Thread Eugene Grosbein
but not another machine with it, but I'll try to find one. I'll contact you again when I'll find it. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: lagg(4) and failover

2008-08-12 Thread Eugene Grosbein
"becomes unavailable"? Is it just the physical link which > needs to become unavailable to trigger a failover? Yes. It seems you need lacp protocol described later in the manual. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing

Re: Process size.

2008-08-14 Thread Eugene Grosbein
will be able to eat all available system memory (was > killed). Try to eslablish 'vmemoryuse' limit also. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Upcoming Releases Schedule...

2008-08-23 Thread Eugene Grosbein
.freebsd.org/~bmah/relnotes/7-STABLE/relnotes.html Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Long delays for USB realbtx boot

2008-09-11 Thread Eugene Grosbein
SUS Vintage AH-1 1m 7s > > Any ideas why this long delay is occuring? For me, it helps to include these knobs to Nano config file: CONF_WORLD=' BOOT_MBR_FLAGS=0x0

Re: Long delays for USB realbtx boot

2008-09-11 Thread Eugene Grosbein
Bruce M Simpson wrote: > > Eugene Grosbein wrote: > > For me, it helps to include these knobs to Nano config file: > > > > CONF_WORLD=' > > BOOT_MBR_FLAGS=0x0 > > BOOT_BOOT1_FLAGS=0x0 > > ... > > ' > > > > I added this to the

Re: Long delays for USB realbtx boot

2008-09-12 Thread Eugene Grosbein
he USB booting delay. I also always use boot0 for my NanoBSDs as I need safe way for remote upgrades, so have two code slices. And I always use these knobs: NANO_BOOTLOADER="boot/boot0" NANO_BOOT0CFG="-o packet -s 1 -m 3 -t 36&

RELENG_7: buildworld failed with MODULES_WITH_WORLD=

2008-09-23 Thread Eugene Grosbein
ded from /usr/local/src/sys/modules/nfslockd/../../nlm/nlm_prot_impl.c:56: @/nfsclient/nfs.h:40:21: error: opt_nfs.h: No such file or directory mkdep: compile failed *** Error code 1 Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http:

Re: RELENG_7: buildworld failed with MODULES_WITH_WORLD=

2008-09-23 Thread Eugene Grosbein
On Wed, Sep 24, 2008 at 01:27:18AM +0800, Eugene Grosbein wrote: > I've just tried to build NanoBSD from 7.0-STABLE sources > with MODULES_WITH_WORLD knob enabled and it failed. > Note that NanoBSD uses make -j3 by default and I have dualcore system. > > ===> sys/m

Re: RELENG_7: buildworld failed with MODULES_WITH_WORLD=

2008-09-23 Thread Eugene Grosbein
On Wed, Sep 24, 2008 at 01:27:18AM +0800, Eugene Grosbein wrote: > I've just tried to build NanoBSD from 7.0-STABLE sources > with MODULES_WITH_WORLD knob enabled and it failed. > Note that NanoBSD uses make -j3 by default and I have dualcore system. > > ===> sys/m

Re: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY

2008-09-29 Thread Eugene Grosbein
possible. For serious errors, check runs again trying its best to clean /var and continue. Later background fsck skips clean (possibly fixed already) filesystems. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/

Re: du and df don't agree

2008-11-10 Thread Eugene Grosbein
tmp to see an answer. Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: find -L . -type l -delete

2008-11-13 Thread Eugene Grosbein
all symlinks!!! Yes. > FreeBSD 7.1-PRERELEASE amd64 This is pretty old and known problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/90687 Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: find -L . -type l -delete

2008-11-13 Thread Eugene Grosbein
> Wow, that's pretty tough. > But now I will have to re-tune myself to xargs. Care to submit a followup to the PR with a note that it's still the problem for 7.1? Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.fre

Re: ipfw2.c,v 1.76.2.17

2008-12-02 Thread Eugene Grosbein
ation > of this "optional 32-bit unsigned value". > > For example security/bruteblock stores unix timestamps here > and AFAICS there is no possibility to come back to the previous > output format (other than reverting this revision). That was

New snd_hda import and very low mixer volume

2009-01-09 Thread Eugene Grosbein
fault unit is 0: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at cad 2 nid 1 on hdac0 [MPSAFE] (1p:2v/1r:1v channels duplex default) pcm1: at cad 2 nid 1 on hdac0 [MPSAFE] (1p:1v/0r:0v channels) Eugene Grosbein

sysctl lock in RELENG_6

2009-02-08 Thread Eugene Grosbein
shdump if there is an interest of it. I've digged commit logs a bit and found this change MFC'd to RELENG_7 but not RELENG_6: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/kern_sysctl.c#rev1.177.6.2 It seems RELENG_6 needs this too, doesn't it? I'm goi

Re: sysctl lock in RELENG_6

2009-02-09 Thread Eugene Grosbein
mage and ran it. It has not locked yet. Btw, root filesystem here is UFS2 without softupdates mounted read-only but /etc and /var are md(4) (devfs is mounted too). Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: sysctl lock in RELENG_6

2009-02-18 Thread Eugene Grosbein
> Try RELENG_6 without my patch to see whether it is needed at all. It locked again today running recent 6.4-STABLE without your patch. There is a difference - it took more than a week to lock, 6.3-STABLE did this very often. Now I'll run it with yo

Re: HEADS UP: major CAM ATA MFC

2009-11-17 Thread Eugene Grosbein
Alexander Motin wrote: > Feedbacks are welcome as always. Today's RELENG_8 build is broken (my /usr/src is symlink to /usr/local/src): # make -j3 MODULES_WITH_WORLD=yes buildworld [skip] ===> sys/modules/ahci (all) cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE

Re: HEADS UP: major CAM ATA MFC

2009-11-17 Thread Eugene Grosbein
Jeremy Chadwick wrote: > I didn't have this problem. System has AHCI in use, and the kernel is > built to make use of modular atacore. Specifically: [skip] > I'd recommend you re-csup with a different mirror and see if there are > any changes. I'll try. By the way, have you used MODULES_WITH_W

  1   2   3   4   5   6   >