Re: i386 with 4GB RAM: less than 2GB available on A2SAV (Intel Atom E3940)

2018-01-30 Thread Boris Samorodov
Hm, TOLUD is Top Of Lower Usable Dram. That memory is often used for GPU (minering). I'd say that you may be interested in *decreasing* it as it is effectively memory that is not used by an OS. There may be an AUTO choice to try as well. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.Fre

Re: D-Link DGE530T issue

2017-11-17 Thread Boris Samorodov
17.11.2017 15:12, Mike Black пишет: > VPD ident = 'DGD-530T Ghgabht Ethernet @dapte' So here we are (off by minus one errors): --- D (44h) should be G (45h); h (68h) -> i (69h); @ (40h) -> A (41h). --- And deltas in bytes between errors: 8, 4, 12. Yep, looks like a hardware/power problem.

Re: my build time impact of clang 5.0

2017-10-09 Thread Boris Samorodov
st/FreeBSD-etcupdate-latest.tbz2 -o /tmp/pkg/FreeBSD-etcupdate-latest.tbz2 && etcupdate -t /tmp/pkg/FreeBSD-etcupdate-latest.tbz2 --- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@f

Re: /dev/dri registration

2017-04-04 Thread Boris Samorodov
0x8209a000 ba2f netgraph.ko 191 0x820a6000 414f ng_ether.ko 201 0x820ab000 3fd4 vboxnetadp.ko 212 0x820af000 3d5dalinux.ko 221 0x820ed000 964496 nvidia.ko What is wrong in may setup? HTH -- WBR, Boris Samorodov (bsam) FreeBSD Committer

Re: A gpart(8) mystery on 10.3-RELEASE

2016-04-05 Thread Boris Samorodov
as an msdos-fat one, create /EFI/BOOT mountpoint and copy boot64x.efi file there. Here is a link from another similar thead: http://www.wonkity.com/~wblock/docs/html/disksetup.html#_booting_with_uefi > System is bootable. HTH -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.Fr

Re: Upgrade 9.1 - 9.2 Invalid format / BTX halted

2013-10-03 Thread Boris Samorodov
65 Jan 4 2013 /boot/loader.conf -r--r--r-- 1 root wheel 14766 Aug 14 2012 /boot/loader.help -r--r--r-- 1 root wheel 393 Oct 3 20:54 /boot/loader.rc - Does /var/log/messages show something interesting? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org

Re: 9.2-PRE: switch off that stupid Nakatomi Socrates

2013-09-28 Thread Boris Samorodov
. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: some issues with /usr/sbin/service

2013-02-16 Thread Boris Samorodov
of xxx_enable is no from the system's POV (i.e. the service is not strarted). From the admininstrators's POV the port was installed BUT is not used. It's up to admininstrator whether it's OK or not -- just let him remind. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power

Re: some issues with /usr/sbin/service

2013-02-16 Thread Boris Samorodov
16.02.2013 13:21, Jeremy Chadwick пишет: On Sat, Feb 16, 2013 at 12:23:33PM +0400, Boris Samorodov wrote: 16.02.2013 01:32, Jeremy Chadwick ??: Follow up -- I read Alfred's most recent mail. Lo and behold, I find this in /var/log/messages (but such did not come to my terminal): Feb

Re: 9.1 and intel graphics

2012-10-21 Thread Boris Samorodov
the command shutdown with your own rights only. Did you try this suggestion? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: 3TB disc and block alignment

2011-02-22 Thread Boris Samorodov
Hi! On Mon, 21 Feb 2011 17:55:21 +0100 Kurt Jaeger wrote: Feb 17 22:15:44 vserv1 kernel: GEOM: ufsid/4d5d8faa10b63ac1: using the primary only -- recovery suggested. Boris Samorodov wrote: It may be the case here if you to used glabel(8) to create a label for the whole

Re: 3TB disc and block alignment

2011-02-22 Thread Boris Samorodov
Hi! On Tue, 22 Feb 2011 10:23:12 +0100 Kurt Jaeger wrote: Basically, I did this: gpart create -s gpt ad7 newfs /dev/ad7 Wow! Don't do it. It may hurt. ;-) Please, pay attention to gpart(8) (i.e. read the manual carefully). One should create a specific partition and only then create a file

Re: 3TB disc and block alignment

2011-02-21 Thread Boris Samorodov
On Thu, 17 Feb 2011 21:46:43 +0100 Kurt Jaeger wrote: Hmm, wasn't the issues with 3T drives, that they internally use 4K blocks and emulate 512 and that therefore 8 block alignments are an performance issue ? The reason I'm asking: I encounter the problem of the lost secondary GPT table:

Re: 3TB disc and block alignment

2011-02-21 Thread Boris Samorodov
: ufsid/4d5d8faa10b63ac1: the secondary GPT table is corrupt or invalid. Feb 17 22:15:44 vserv1 kernel: GEOM: ufsid/4d5d8faa10b63ac1: using the primary only -- recovery suggested. Boris Samorodov wrote: It may be the case here if you to used glabel(8) to create a label for the whole

Re: BIOS limitations on size of bootable zpool?

2010-10-21 Thread Boris Samorodov
USB sticks. Works like a charm. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: kpanic on install 32GB of RAM [SEC=UNCLASSIFIED]

2010-10-20 Thread Boris Samorodov
and have them reburn it? You may create a booting USB stick and send them the image. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd

Re: zpool - low speed write

2010-08-13 Thread Boris Samorodov
Load_Cycle_Count0x0032 200 200 000Old_age Always - 91 From the above info I'd say that you may try to play with load cycles (set a bigger delay, etc.) with /dev/ad8. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer

Re: Using GTP and glabel for ZFS arrays

2010-07-22 Thread Boris Samorodov
disk00 /dev/ad0s1 -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Using GTP and glabel for ZFS arrays

2010-07-22 Thread Boris Samorodov
Charles Sprickman sp...@bway.net writes: On Thu, 22 Jul 2010, Boris Samorodov wrote: On Wed, 21 Jul 2010 23:15:41 -0400 Dan Langille wrote: On 7/21/2010 11:05 PM, Dan Langille wrote (something close to this): First, create a new GUID Partition Table partition scheme on the HDD: gpart create

Re: iscsi, zfs, RAIS = Cheap SAN...maybe

2010-05-06 Thread Boris Samorodov
Ethernet Controller (Copper) rev 5 (82541PI)' class = network subclass = ethernet cap 01[dc] = powerspec 2 supports D0 D3 current D0 cap 07[e4] = PCI-X supports 2048 burst read, 1 split transaction - -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru

Re: puc(4) timedia baudrate problem

2010-04-28 Thread Boris Samorodov
=kern/129663 -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: More zfs benchmarks

2010-02-15 Thread Boris Samorodov
]. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: one more load-cycle-count problem

2010-02-08 Thread Boris Samorodov
used wdidle3 to disable this feature at this particular disk. Finally that helped. But I don't see any changes at the disk geomentry. It's just the same as before (and other four disks as well). May be not all disks are affected by a geometry change. -- WBR, Boris Samorodov (bsam) Research Engineer

Re: immense delayed write to file system (ZFS and UFS2), performance issues

2010-01-28 Thread Boris Samorodov
that horror at five disks: - #!/bin/sh while true; do for i in `jot 5`; do sudo fdisk -p ada$i /dev/null 21 done sleep 5 done - -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power

Re: Pack of CAM improvements

2010-01-21 Thread Boris Samorodov
it is done: SATA controllers and Port Multipliers now implement automatic hot-plug and should correctly recover from timeouts and bus resets. Patch can be found here: http://people.freebsd.org/~mav/cam-ata.20100119.patch Feedback as always welcome. -- WBR, Boris Samorodov (bsam) Research

Re: Multiple serial consoles via null modem cable

2010-01-12 Thread Boris Samorodov
-usb serial converters, such as SUNIX UTS7009P (7 USB to serial adapter): http://www.sunix.com.tw/it/en/LinkCraft/UTS4009P_UTS7009P.htm -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: root partition too small

2009-12-07 Thread Boris Samorodov
at /boot/kernel[.old]: - INSTALL_NODEBUG=yes - I'm not sure where it is documented though. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: Next stable version

2009-10-28 Thread Boris Samorodov
Daniel Bond d...@danielbond.org writes: If the schedule is still accurate, looks like release building will start in about a week. AFAIC RC2 will be out really soon. But due to many fixes it should be stabilized and RC3 will take place before release is done. -- WBR, bsam

Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-09 Thread Boris Samorodov
On Sun, 9 Aug 2009 18:01:21 +0200 Harald Weis wrote: On Fri, Aug 07, 2009 at 02:52:10AM +0400, Boris Samorodov wrote: On Thu, 6 Aug 2009 23:14:01 +0200 Harald Weis wrote: Portmaster is unable to fetch install_flash_player_9.tar.gz and I Anyway it's not a portmaster... Boris, what

Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-07 Thread Boris Samorodov
On Fri, 7 Aug 2009 09:18:40 +0200 Marc Fonvieille wrote: On Fri, Aug 07, 2009 at 02:52:10AM +0400, Boris Samorodov wrote: On Thu, 6 Aug 2009 23:14:01 +0200 Harald Weis wrote: Portmaster is unable to fetch install_flash_player_9.tar.gz and I Anyway it's not a portmaster

Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-07 Thread Boris Samorodov
On Fri, 07 Aug 2009 14:00:02 +0400 Boris Samorodov wrote: I've posted a patch to freebsd-emulation@ ML. Please, give it a try: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006622.html Already committed. Please, give it a try. -- WBR, Boris Samorodov (bsam) Research

Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-06 Thread Boris Samorodov
Hello Marc, On Thu, 6 Aug 2009 23:14:01 +0200 Harald Weis wrote: Portmaster is unable to fetch install_flash_player_9.tar.gz and I Anyway it's not a portmaster... cannot find the file manually. Seems to have disappeared from earth. Something (system, ports, network or else) is broken: -

Re: status of flash9/flash10 support in RELENG_7 ?

2009-07-25 Thread Boris Samorodov
Luigi Rizzo ri...@iet.unipi.it writes: i see that for 8.x you suggest using fc10 Just FYI: it is a new default for current 8.x. -- WBR, bsam ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: status of flash9/flash10 support in RELENG_7 ?

2009-07-25 Thread Boris Samorodov
Marc Fonvieille black...@freebsd.org writes: On Sat, Jul 25, 2009 at 01:55:25PM +0200, Luigi Rizzo wrote: i see that for 8.x you suggest using fc10, which is also something i tried on RELENG_7 but had similar symptoms. Is there any known reason why HEAD and RELENG_7 should be different in

Re: failure building nanobsd with FreeBSD Stable

2009-05-11 Thread Boris Samorodov
On Mon, 11 May 2009 15:56:11 +1000 Graham Menhennitt wrote: touch: not found Please check it the system time was changed between c(v)sup - buildworld. I case yes, just redo the process. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD

Re: no USB mice detected on GA-MA74GM-S2

2009-04-17 Thread Boris Samorodov
On Thu, 16 Apr 2009 21:36:30 +0200 piotr.smy...@heron.pl wrote: On Tue, 14 Apr 2009 20:52:38 +1000, Andrew MacIntyre wrote Michal Varga wrote: 2009/4/13 piotr.smy...@heron.pl: Yes, I'm 100% positive I tried plugging mouse after the boot up had finished. Honestly I am late asking here.

Re: aclocal broken

2008-10-14 Thread Boris Samorodov
7-STABLE/i386. Didn't have time to experiment with binaries though due to ENOTIME. If someone is interested in fixing the port to build at tinderboxes and file a PR, I might commit it to the ports tree. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP

Re: Problem with dump stalling

2008-10-10 Thread Boris Samorodov
/usr/src/sys/GENERIC amd64 WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

radeon and FreeBSD freeze (was: Re: Do you need x11-drivers/xf86-video-radeonhd-devel?)

2008-09-10 Thread Boris Samorodov
(Since I use RELENG_7, the email should go to [EMAIL PROTECTED] Please trim current@ at reply.) Hello Kostik, Kostik Belousov [EMAIL PROTECTED] writes: On Wed, Sep 10, 2008 at 01:01:33PM +0400, Boris Samorodov wrote: Norikatsu Shigemura [EMAIL PROTECTED] writes: On Sat, 06 Sep 2008 20:06:50

Re: radeon and FreeBSD freeze

2008-09-10 Thread Boris Samorodov
Robert Noland [EMAIL PROTECTED] writes: On Wed, 2008-09-10 at 15:47 +0400, Boris Samorodov wrote: Kostik Belousov [EMAIL PROTECTED] writes: On Wed, Sep 10, 2008 at 01:01:33PM +0400, Boris Samorodov wrote: Norikatsu Shigemura [EMAIL PROTECTED] writes: On Sat, 06 Sep 2008 20:06:50 +0400

Re: radeon and FreeBSD freeze

2008-09-10 Thread Boris Samorodov
Michel Talon [EMAIL PROTECTED] writes: Boris Samorodov wrote: The most convenient way to freeze the OS is to finish gnome session. When gdm is reloading the whole mashine freezes at gnome greeter. The mouse cursor freezes while being a clock-buzzer. Ctrl-alt-del doesn't help, only reset does

Re: radeon and FreeBSD freeze

2008-09-10 Thread Boris Samorodov
Boris Samorodov [EMAIL PROTECTED] writes: I stand corrected. It's not a freeze but panic -- the machine reboots itself. No core though: - Sep 10 17:02:01 host savecore: reboot after panic: page fault Sep 10 17:02:01 host savecore: no dump, not enough free space on device (55888

Re: radeon and FreeBSD freeze

2008-09-10 Thread Boris Samorodov
Robert Noland [EMAIL PROTECTED] writes: On Wed, 2008-09-10 at 17:39 +0400, Boris Samorodov wrote: Don't understand why it's not enough memory: - host% swapinfo -h Device 1K-blocks UsedAvail Capacity /dev/ad8s1b 4194304 0B 4.0G 0% - It's

Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now

2008-08-29 Thread Boris Samorodov
cannot find any servers with built individual tools. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http

Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now

2008-08-29 Thread Boris Samorodov
and installed the whole world with the debug flag. When I've read an all clean message source update and world rebuild/reinstall helped. I don't have any zfs filesystems here though. But I think your problem is not related. Related for sure. ;-) WBR -- Boris Samorodov (bsam) Research Engineer, http

[solved] Re: 7-STABLE: bridge and em

2008-06-05 Thread Boris Samorodov
. Thanks for all who helped me. On Wed, 28 May 2008 02:15:18 +0400 Boris Samorodov wrote: When em0 has an inet address while bridge0 doesn't, it seems to be OK: - bs1% uname -a FreeBSD bs1.sp34.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 25 20:15:26 MSD 2008 [EMAIL PROTECTED]:/usr/obj

7-STABLE: bridge and em

2008-05-27 Thread Boris Samorodov
192.168.16.254 (192.168.16.254): 56 data bytes --- 192.168.16.254 ping statistics --- 3 packets transmitted, 0 packets received, 100.0% packet loss - Did I miss something? Thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http

Re: kqemu support: not compiled

2008-05-13 Thread Boris Samorodov
On Mon, 12 May 2008 20:56:20 -0400 bazzoola wrote: I just cant get kqemu to work on my AMD64 SMP! I setenv WITH_KQEMU I compiled the port with make -DWITH_KQEMU I edited src.conf and added WITH_KQEMU=yes I make config and checked KQEMU ALPHA support I am running #uname -a FreeBSD Aa.bsd

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-06 Thread Boris Samorodov
On Tue, 06 May 2008 15:05:07 +0200 Ingeborg Hellemo wrote: [EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. I have now tried both loading the uart4) -driver and kompiled it into the kernel, but the card is still unrecognized:

Re: 64 bits linux binary on amd64 FreeBSD

2008-04-04 Thread Boris Samorodov
linux emu on freebsd was a mail from a mailing list from 2004. if there is any news on this, where could I find ? is there ? FreeBSD currently can use only i386 linux binaries and afaic nobody is working on (interested at?) amd64 porting. WBR -- Boris Samorodov (bsam) Research Engineer, http

RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Boris Samorodov
ID: 2 cpu3 (AP): APIC ID: 3 - WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http

Re: RELENG_7_0: KVA_PAGES=375, BTX halted

2008-01-14 Thread Boris Samorodov
). */ #ifndef KVA_PAGES #ifdef PAE #define KVA_PAGES 512 #else #define KVA_PAGES 256 #endif #endif Got it. Thanks Kip! On Jan 14, 2008 1:23 PM, Boris Samorodov [EMAIL PROTECTED] wrote: can you tell me which value may be used for KVA_PAGES? If I use KVA_PAGES=360, the system boots. If I

Re: RELENG_7: GENERIC and options LOCK_PROFILING are breaking sockstat and netstat -a

2007-12-10 Thread Boris Samorodov
On Mon, 10 Dec 2007 06:22:01 -0500 Skip Ford wrote: Boris Samorodov wrote: The system updated a couple of hours ago (RELENG_7), the kernel config is GENERIC with options LOCK_PROFILING, default /etc/make.conf, i386 (I have this problem at current-amd64 as well): - bb% uname

RELENG_7: GENERIC and options LOCK_PROFILING are breaking sockstat and netstat -a

2007-12-09 Thread Boris Samorodov
262145 00 d2e12a9000 - Can somebody confirm? Is it a feature? Should I file a PR? Thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve

Re: qemu: freebsd6_mmap -1 errno 12 Cannot allocate memory

2007-12-07 Thread Boris Samorodov
of gcc-3.4 that's what I would avoid to do. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http

Re: FreeBSD-6.2, 7.0-BETA1 on X60

2007-12-03 Thread Boris Samorodov
diskless(8), /usr/share/examples/diskless/clone_root I made X60LAN switchTFTP/DHCP/NFS server and even tried X60---cross-over cableTFTP/DHCP/NFS server. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http

Re: FreeBSD-6.2, 7.0-BETA1 on X60

2007-12-03 Thread Boris Samorodov
a custom kernel (when at stage 2, diskless(8)). Without this option your diskless station should load your servers' kernel. The stage 3 always uses NFS to mount the root directory. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http

Re: amrd disk performance drop after running under high load

2007-10-18 Thread Boris Samorodov
Hi! Since nobody answered so far, here is my two cents. I'm not an expert here so it's only my imho. On Wed, 17 Oct 2007 22:52:49 +0400 Alexey Popov wrote: interrupt total rate irq6: fdc0 8 0 irq14: ata0

Re: amrd disk performance drop after running under high load

2007-10-18 Thread Boris Samorodov
On Thu, 18 Oct 2007 15:57:16 -0600 Scott Long wrote: Boris Samorodov wrote: Since nobody answered so far, here is my two cents. I'm not an expert here so it's only my imho. On Wed, 17 Oct 2007 22:52:49 +0400 Alexey Popov wrote: interrupt total rate

Re: large RAID volume partition strategy

2007-08-17 Thread Boris Samorodov
On Fri, 17 Aug 2007 17:42:55 -0400 Vivek Khera wrote: I have a shiny new big RAID array. 16x500GB SATA 300+NCQ drives connected to the host via 4Gb fibre channel. This gives me 6.5Tb of raw disk. I've come up with three possibilities on organizing this disk. My needs are really for a

Re: large RAID volume partition strategy

2007-08-17 Thread Boris Samorodov
On Sat, 18 Aug 2007 02:26:04 +0400 Boris Samorodov wrote: On Fri, 17 Aug 2007 17:42:55 -0400 Vivek Khera wrote: I have a shiny new big RAID array. 16x500GB SATA 300+NCQ drives connected to the host via 4Gb fibre channel. This gives me 6.5Tb of raw disk. I've come up with three

Re: Issues with Bootloader Vista

2007-07-24 Thread Boris Samorodov
/thread/670c189b1957e12e/f0cb67c7ad4d890f?lnk=stq=grosbein+group%3Afido7.ru.unix.bsd+NT+Drive+Serial+Numberrnum=1hl=ru# WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve

Re: 5 stable 6 stable stops with error

2007-04-13 Thread Boris Samorodov
-- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: Diskless PXEboot crashes at kernel loading.

2007-02-18 Thread Boris Samorodov
boot menu. Does someone understand the crash messages? Not that I understand those messages but some time ago I've had a similar case. It took me some hours to realise that I try to load amd64 kernel to i386 diskless station... WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru

Re: PXEboot fails at kernel (text) loading

2007-02-12 Thread Boris Samorodov
is? You may consider re-reading man diskless -- all needed info is located there. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable

Re: Filesystem corruption and bad perfomance with SRCS16 and PAE (raid 5 2TB)

2007-02-07 Thread Boris Samorodov
as a platform to create packages for 4.x -- 7.x for more than half a year now. There may be some issues as a workstation though (i.e. no drivers for nVidia cards etc.). WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http

Re: Filesystem corruption and bad perfomance with SRCS16 and PAE (raid 5 2TB)

2007-02-06 Thread Boris Samorodov
on this Xeon server? Why? Should it help? You may be interested at reading: http://www.freebsd.org/releases/6.2R/hardware-amd64.html#PROC HTH, WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve

Re: Linux-firefox

2006-11-10 Thread Boris Samorodov
show ls -l /compat/linux and ls -ld /var/db/pkg/linux*? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http

Re: a problem about linux-firefox

2006-10-22 Thread Boris Samorodov
/linux_base-* for tips on upgrading/using linux_base port. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http

Re: nfsmb survey

2006-10-16 Thread Boris Samorodov
-r pci0:1:1 0x20 $ pciconf -r pci0:1:1 0x24 $ pciconf -r pci0:1:1 0x50 $ pciconf -r pci0:1:1 0x54 # pciconf -r pci0:10:1 0x20 1c01 # pciconf -r pci0:10:1 0x24 1c41 # pciconf -r pci0:10:1 0x50 # pciconf -r pci0:10:1 WBR -- Boris Samorodov (bsam) Research Engineer, http

Re: Ethernet Switch and MIPS

2006-10-13 Thread Boris Samorodov
-Link DVX-7090. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Once more oddity on -STABLE - Linux emulation is broken someway

2006-09-28 Thread Boris Samorodov
Update 4 and Windows XP Service Pack 2 works excellent, FreeBSD is able to re-build self, etc, etc. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve

Re: xdm + pam + winbind, what am i missing?

2006-05-16 Thread Boris Samorodov
On Tue, 16 May 2006 14:22:30 +0100 (BST) Dominic Marks wrote: I must be missing something because I can't get xdm to work happily with pam_winbind. The 6.1 system is joined to a Windows domain and aware of domain users. I log on to the machine using my domain account via SSH and all is well.

Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Boris Samorodov
On Wed, 10 May 2006 13:02:41 -0400 Mike Jakubik wrote: Dmitry Morozovsky wrote: It seems WITHOUT_MODULES is more appropriate, as written in make.con example: # The list of modules to never build, applied *after* MODULES_OVERRIDE. #WITHOUT_MODULES= bktr plip Right, but why does

Re: panic: page fault on freshly installed 6.1 from cvs

2006-05-10 Thread Boris Samorodov
On Thu, 11 May 2006 01:28:29 +0200 Jakob Breivik Grimstveit wrote: Just cvsupped and built my own v6.1, and am now unable to boot system. Boot process proceeds to the USB detection phase, and locks right after with panic: page fault. Here is a transcript of what is shown on-screen before

Re: megamgr on 6.1?

2006-05-09 Thread Boris Samorodov
On Tue, 9 May 2006 10:15:31 -0400 (EDT) Brian Szymanski wrote: Oh, duh, it's been so long since I used linux binary emulation that I forgot all about brandelf... Thanks Michael! ... But now that the binary is properly branded, I get a different error: Error opening terminal: xterm. I get

Re: megamgr on 6.1?

2006-05-09 Thread Boris Samorodov
On Tue, 9 May 2006 12:37:43 -0400 (EDT) Brian Szymanski wrote: PS - mknod c 254 /compat/linux/dev/megadev0 (which is what the device is under linux) doesn't help :( I't only my imho, use it with care: # cd /dev # ln -s amr0 megadev0 On Tue, 9 May 2006 10:15:31 -0400 (EDT) Brian Szymanski

Re: FreeBSD 6.1-STABLE

2006-05-06 Thread Boris Samorodov
On Sat, 6 May 2006 11:26:53 +0200 Jack Raats wrote: Does this mean it's ready? It's ready when an official announcement occures. From /usr/src/UPDATING Updating Information for FreeBSD STABLE users This file is maintained and copyrighted by M. Warner Losh [EMAIL PROTECTED]. See end of

Re: 6.1-PRERELEASE: freezing

2006-03-29 Thread Boris Samorodov
On Mon, 27 Mar 2006 13:03:30 -0800 Sam Leffler wrote: László Károly wrote: Boris Samorodov wrote: I've had 6.0-STABLE as of jan-2006. Yesterday it was upgraded to current 6.1-PRERELEASE (tag=RELENG_6). The hardware is HP/Compaq nx6110 notebook. After upgrading mashine is freezing

Re: 6.1-PRERELEASE: freezing

2006-03-29 Thread Boris Samorodov
On Thu, 30 Mar 2006 02:27:50 +0400 Boris Samorodov wrote: On Mon, 27 Mar 2006 13:03:30 -0800 Sam Leffler wrote: László Károly wrote: Boris Samorodov wrote: I've had 6.0-STABLE as of jan-2006. Yesterday it was upgraded to current 6.1-PRERELEASE (tag=RELENG_6). The hardware is HP/Compaq

6.1-PRERELEASE: freezing

2006-03-27 Thread Boris Samorodov
Hi! I've had 6.0-STABLE as of jan-2006. Yesterday it was upgraded to current 6.1-PRERELEASE (tag=RELENG_6). The hardware is HP/Compaq nx6110 notebook. After upgrading mashine is freezing under load. After booting the OS without any actions it's OK for two hours. But after starting of make

Re: 6.1-PRERELEASE: freezing

2006-03-27 Thread Boris Samorodov
On Mon, 27 Mar 2006 22:30:04 +0400 Boris Samorodov wrote: I've had 6.0-STABLE as of jan-2006. Yesterday it was upgraded to current 6.1-PRERELEASE (tag=RELENG_6). The hardware is HP/Compaq nx6110 notebook. Kernel.GENERIC completely freezed the machine after one minute and 30 seconds while make

Re: 6.1-PRERELEASE: freezing

2006-03-27 Thread Boris Samorodov
On Mon, 27 Mar 2006 13:03:30 -0800 Sam Leffler wrote: László Károly wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Boris Samorodov wrote: I've had 6.0-STABLE as of jan-2006. Yesterday it was upgraded to current 6.1-PRERELEASE (tag=RELENG_6). The hardware is HP/Compaq nx6110

Re: gnokii on FreeBSD 6.0 and Dell PE 2850

2006-03-22 Thread Boris Samorodov
On Wed, 22 Mar 2006 09:43:13 +0100 Morten A. Middelthon wrote: Hi list, I have been using gnokii along with an old Nokia 6150 succesfully for quite some time now. Yesterday I moved the phone to a new Dell PE 2850 with FreeBSD 6.0 and installed gnokii 0.6.10 (there's a newer version out, but

Re: Ignoring firewall startup scripts

2006-02-17 Thread Boris Samorodov
On Fri, 17 Feb 2006 21:00:33 + Rick Helmus wrote: Hello all, Today I upgraded to stable 6.1. Everything went successfull, however when I booted I found out that I lost internet. Just a wild guess (you didn't mention it): did you use mergemaster? You didn't say how long was your jump, from

Re: Ignoring firewall startup scripts

2006-02-17 Thread Boris Samorodov
On Fri, 17 Feb 2006 21:39:26 + Rick Helmus wrote: Just a wild guess (you didn't mention it): did you use mergemaster? You didn't say how long was your jump, from which version did you upgrade? /usr/src/UPDATING gives us more than one way to upgrade. Which way did you follow? I did

Re: Ignoring firewall startup scripts

2006-02-17 Thread Boris Samorodov
On Fri, 17 Feb 2006 22:25:31 + Rick Helmus wrote: 2006/2/17, Boris Samorodov [EMAIL PROTECTED]: Next try. What are your kernel and /etc/make.conf settings about IPV6? If I'm not mistaken, the most significant change at current STABLE concerning ipfw is that the latter is ipv6-enabled

6-BETA3 - 6-STABLE: sys/modules/de: opt_ddb.h: No such file or directory

2005-12-24 Thread Boris Samorodov
Hi! I'm upgrading: $ uname -srm FreeBSD 6.0-BETA3 i386 to 6-STABLE. Cvsupped twice, the result is the same. Buildworld stops at: - === sys/modules/de (depend) @ - /usr/src/sys machine - /usr/src/sys/i386/include touch opt_bdg.h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f

Re: snd_ich and syntax error

2005-11-30 Thread Boris Samorodov
On Tue, 29 Nov 2005 19:55:22 -0200 JoaoBR wrote: On Tuesday 29 November 2005 19:03, Kevin Oberman wrote: To get ICH audio to work on my system, I had to include the following in my kernel: # Sound card device smbus device ichsmb device smb device

Re: snd_ich and syntax error

2005-11-29 Thread Boris Samorodov
On Tue, 29 Nov 2005 19:54:45 + Marco Calviani wrote: I use it on 6.0-Stable but the AC97 is still not working but I got no error compiling it into the kernel João Hi, i'm attaching my config file. And the error i'm having is: config: MARCO1:283: syntax error Did you look

Re: FreeBSD 6.0 Released

2005-11-04 Thread Boris Samorodov
Remove CC: to current. ;-) On Fri, 04 Nov 2005 08:40:58 -0700 Scott Long wrote: It is my great pleasure and privilege to announce the availability of FreeBSD 6.0-RELEASE. [skip] Typo at http://www.freebsd.org/releases/6.0R/announce.html: - Date: Fri, 04 Oct 2005 08:40:04 -0700 - And

Re: 6.0 and -O2 option

2005-08-31 Thread Boris Samorodov
On Tue, 30 Aug 2005 12:41:37 +0400 Boris Samorodov wrote: On Sun, 28 Aug 2005 17:09:47 +0200 Rene Ladan wrote: On Sun, Aug 28, 2005 at 04:30:19PM +0400, Boris Samorodov wrote: As for 5.x notes about -O2 (libalias, gcc) were removed at revision 1.229.2.7 of /usr/src/share/examples/etc

6.0 and -O2 option

2005-08-28 Thread Boris Samorodov
Hi! As for 5.x notes about -O2 (libalias, gcc) were removed at revision 1.229.2.7 of /usr/src/share/examples/etc/make.conf. But for 6.0-BETA3 we do have these warnings. Should they be removed as for 5.x? Is it safe to use -O2 to build/install kernel, world, ports fro 6.0? WBR -- bsam

6.0, installworld: libcom_err_p.a: No such file or directory

2005-08-15 Thread Boris Samorodov
Hi! Just a couple of hours cvsupped 6.0-CURRENT (from end of july 2005) to RELENG_6. Makeworld, kernel was fine, but at the beginning of installworld i've got: - === lib/csu/i386-elf (install) install -C -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib === lib/libcom_err

Re: 6.0, installworld: libcom_err_p.a: No such file or directory

2005-08-15 Thread Boris Samorodov
On Mon, 15 Aug 2005 16:40:39 -0400 Kris Kennaway wrote: On Tue, Aug 16, 2005 at 12:32:02AM +0400, Boris Samorodov wrote: Hi! Just a couple of hours cvsupped 6.0-CURRENT (from end of july 2005) to RELENG_6. Makeworld, kernel was fine, but at the beginning of installworld i've got

Re: 6.0, installworld: libcom_err_p.a: No such file or directory

2005-08-15 Thread Boris Samorodov
On Mon, 15 Aug 2005 16:40:39 -0400 Kris Kennaway wrote: On Tue, Aug 16, 2005 at 12:32:02AM +0400, Boris Samorodov wrote: Hi! Just a couple of hours cvsupped 6.0-CURRENT (from end of july 2005) to RELENG_6. Makeworld, kernel was fine, but at the beginning of installworld i've got

Re: kadmin (heimdal port) ignores the ldap backend

2005-06-06 Thread Boris Samorodov
On Mon, 06 Jun 2005 13:59:48 +0200 fandino wrote: Scot Hetzel wrote: I believe you have to set NO_KERBEROS in /etc/make.conf. Then rebuild install the FreeBSD sources in /usr/src. Then after the installworld, you'll need to go to the /usr/lib directory and move/remove all libs that

Re: kadmin (heimdal port) ignores the ldap backend

2005-06-04 Thread Boris Samorodov
On Fri, 3 Jun 2005 15:00:56 -0500 Scot Hetzel wrote: On 6/3/05, Boris Samorodov [EMAIL PROTECTED] wrote: I believe you have to set NO_KERBEROS in /etc/make.conf. Then rebuild install the FreeBSD sources in /usr/src. Then after the installworld, you'll need to go to the /usr/lib

[solved] NFS upgrade 5.2.1-5.4 +cd: not found

2005-06-03 Thread Boris Samorodov
On Wed, 01 Jun 2005 18:42:29 +0400 Boris Samorodov wrote: Hi! Seems to me that it's like a FAQ, but can't find an answer. Upgrade from 5.2.1 to 5.4 via NFS: On nfs server: 1. buildkernel for host On host: 1. mount_nfs /usr/src 2. mount_nfs /usr/obj 3. installkernel for host 4

Re: kadmin (heimdal port) ignores the ldap backend

2005-06-03 Thread Boris Samorodov
On Fri, 03 Jun 2005 11:41:30 +0200 fandino wrote: Boris Samorodov wrote: I removed temporally all /usr/lib/libkadm5srv* libraries and as results kadmin was forced to load /usr/local libraries, but I get the same problem :-( again kadmin doesn't use ldap and fallback to database files

  1   2   >