aac driver

2018-02-14 Thread Dima Veselov
etBSD. Of course I will help with testing also. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: redirect console to com0

2018-04-26 Thread Dima Veselov
cfg file > > You also want to enable the console entry in /etc/ttys and disable all ttyE* > entries. Do not forget to set BIOS redirection to "BIOS only" or "off after POST" mode. This should be used to prevent redirection when OS starts, because OS use native serial

Re: redirect console to com0

2018-04-26 Thread Dima Veselov
at boot prompt or in the /boot.cfg file > > > > > > You also want to enable the console entry in /etc/ttys and disable all > > > ttyE* > > > entries. > > > > Do not forget to set BIOS redirection to "BIOS only" or "off after >

Re: redirect console to com0

2018-04-27 Thread Dima Veselov
; > > > > > -- > > > Steve Blinkhorn > > > > > > You wrote: > > > > > > > > On Thu, Apr 26, 2018 at 03:15:55PM +0200, Martin Husemann wrote: > > > > > On Thu, Apr 26, 2018 at 03:12:39PM +0200, Manuel Bouyer wrote: > >

ld0 attach uvm_fault

2018-06-02 Thread Dima Veselov
raid_attach+0x76 config_attach_pseudo() at netbsd:config_attach_pseudo+0x52 ata_raid_finalize() at netbsd:ata_raid_finalize+0x45 config_finalize() at netbsd:config_finalize+0x8a main() at netbsd:main+0x421 -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: ld0 attach uvm_fault

2018-06-03 Thread Dima Veselov
o knows this code > will help you. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Postgresql 9.5 on 7.0_STABLE vs 7.1_STABLE

2018-06-18 Thread Dima Veselov
ported I booted old kernel back and it work as it should. I can't explain that, besides: 1. I definitely have lot of 7.1_STABLE boxes with PostgreSQL 9.5 or 10 working well. 2. PostgreSQL have no special tweaks about memory, so this is not related to shm parameters. -- Sincerely yours, Dima

tun(4) in npf.conf

2018-10-08 Thread Dima Veselov
this router to tun0 NPF statistics increased at this parameters: +1 to Network buffers: non-contiguous cases +1 to Network buffers: contig alloc failures +2 to duplicate state race Yesterday this setup was working on ipfilter (don't take it as an attempt to prove IPF is better :) -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Interrupt storm

2018-10-24 Thread Dima Veselov
it always take up to 100% of one core. I think this is kind of a driver problem, but how can I identify which hardware cause that load? Thanks in advance. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Interrupt storm

2018-10-25 Thread Dima Veselov
Everything down those 3 take 0%. 015 root 96 RUN/3 86.5H 73.00% 73.00% sysmon[system] 088 root 221 raidio/2 1:01 2.64% 2.64% raidio3 [system] 6799 7 named 85 kqueue/0 4:50 1.12% 1.12% - named -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Interrupt storm

2018-10-25 Thread Dima Veselov
--- > SAITOH Masanobu (msai...@execsw.org > msai...@netbsd.org) -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Interrupt storm

2018-10-25 Thread Dima Veselov
; t /a fe825ddb84a0 trace: pid 0 lid 15 at 0x8000abb3af90 sleepq_block() at sleepq_block+0x97 cv_wait() at cv_wait+0x9e sysmon_task_queue_thread() at sysmon_task_queue_thread+0x9a -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Interrupt storm

2018-10-26 Thread Dima Veselov
intrctl list > > > >ioapic0 pin 9 24142055852*0 0 0 acpi SCI > > This looks relevant: > https://gnats.netbsd.org/47016 Yes, it does. So what I have to do now - reopen bug or upload new one or maybe send this to maintainer? -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

nfs error diskless

2018-11-13 Thread Dima Veselov
#x27;t work with no ifconfig file either). Adding "set -x" to /etc/rc.d/network did not helped. How may I debug this issue or maybe someone have won this battle already? Thanks in advance. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: nfs error diskless

2018-11-13 Thread Dima Veselov
ps in network_start()... I added set -x in network_start and network_start_hostname() and got very strange output: ddb.onpanic: 1 -> 0 + echo 'Starting network.' + command echo 'Starting network.' Starting network. + 'network_start_hostname' + set -x nfs send error

Re: nfs error diskless

2018-11-13 Thread Dima Veselov
up when I disabled network script typing exit as the first line in /etc/rc.d/network. However this should not work this way because I beleive DHCP lease obtained by kernel will be not renewed without dhcpcd and VM will die in a day. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: nfs error diskless

2018-11-13 Thread Dima Veselov
.20.24.26 nfs_boot: my_mask=255.255.255.0 nfs_boot: gateway=172.20.24.254 root on 172.20.27.4:/export/nfsroot/ospf1 So the setup is very simple and if I start VM2 without /etc/rc.d/network - it boots up and seem to work good. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: nfs error diskless

2018-11-14 Thread Dima Veselov
s. Actually this is all what VM2 have about network. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: nfs error diskless

2018-11-14 Thread Dima Veselov
On Tue, Nov 13, 2018 at 10:03:49PM -, Michael van Elst wrote: > kab...@lich.phys.spbu.ru (Dima Veselov) writes: > > >ddb.onpanic: 1 -> 0 > >+ echo 'Starting network.' > >+ command echo 'Starting network.' > >Starting network. > >+ &#

Re: npf forwarding <-

2018-11-19 Thread Dima Veselov
to "static" and have no idea why it works, maybe npf architector can tell us. As for previous note about stateful - recently I got same problem. It seems NAT will never work if inside->outside connection is stateful. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: npf forwarding <-

2018-11-20 Thread Dima Veselov
e problem. > > It seems NAT will never work if inside->outside connection is stateful. > > According to http://rmind.github.io/npf/nat.html > >It should be >remembered that dynamic NAT, as a concept, relies on stateful >filtering, therefore it is performing i

rc.d problem

2019-01-18 Thread Dima Veselov
: sleep seconds usage: sleep seconds Starting php_fpm. Looks like kind a silly problem, but I can't find where it happen. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: rc.d problem

2019-01-18 Thread Dima Veselov
On Fri, Jan 18, 2019 at 12:13:52PM +0100, Martin Husemann wrote: > On Fri, Jan 18, 2019 at 02:00:54PM +0300, Dima Veselov wrote: > > Greetings! > > > > After some 8.0-STABLE upgrades all my NetBSD boxes have problem > > with rc.d scripts. They are definitely working,

Re: rc.d problem

2019-01-18 Thread Dima Veselov
;' _env='' + '[' -n '' ']' + '[' -n php_fpm -a stop '!=' rcvar ']' + checkyesno php_fpm + local var + checkyesnox php_fpm + eval '_value=$php_fpm' + _value=YES + return 0 + var=0 + '[' 0 = 0 -o 0 = 1 ']' + return 0 + eval 'rc_pid=$(check_pidfile' /var/run/php-fpm.pid /usr/pkg/sbin/php-fpm ')' + check_pidfile /var/run/php-fpm.pid /usr/pkg/sbin/php-fpm + _pidfile=/var/run/php-fpm.pid + _procname=/usr/pkg/sbin/php-fpm + _interpreter='' + '[' -z /var/run/php-fpm.pid -o -z /usr/pkg/sbin/php-fpm ']' + '[' '!' -f /var/run/php-fpm.pid ']' + read _pid _junk /dev/null + _nlist=12705 + '[' -z 12705 ']' + '[' 12705 '!=' 12705 ']' + sleep 0.05 usage: sleep seconds + true + _nlist='' + for _j=12705 + kill -0 12705 2>/dev/null + _nlist=12705 + '[' -z 12705 ']' + '[' 12705 '!=' 12705 ']' + sleep 0.05 usage: sleep seconds + true + _nlist='' + for _j=12705 + kill -0 12705 2>/dev/null + _nlist=12705 + '[' -z 12705 ']' + '[' 12705 '!=' 12705 ']' + sleep 0.05 usage: sleep seconds + true + _nlist='' + for _j=12705 + kill -0 12705 2>/dev/null + _nlist=12705 + '[' -z 12705 ']' + '[' 12705 '!=' 12705 ']' + sleep 0.05 usage: sleep seconds + true + _nlist='' + for _j=12705 + kill -0 12705 2>/dev/null + _nlist=12705 + '[' -z 12705 ']' + '[' 12705 '!=' 12705 ']' + sleep 0.05 usage: sleep seconds + true + _nlist='' + for _j=12705 + kill -0 12705 2>/dev/null + '[' -z '' ']' + break + '[' -n '' ']' + eval + return 0 -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: rc.d problem

2019-01-18 Thread Dima Veselov
uild/tools/ make [root@almaz sleep]$ ./sleep 0.05 usage: sleep seconds -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: rc.d problem

2019-01-18 Thread Dima Veselov
ep" say? Perhaps you've another sleep in an unexpected > location. /bin/sleep only. I've checked /usr/src version which still do not recognize numbers with floating point. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: rc.d problem

2019-01-18 Thread Dima Veselov
On Fri, Jan 18, 2019 at 01:23:12PM +0100, Martin Husemann wrote: > On Fri, Jan 18, 2019 at 03:17:57PM +0300, Dima Veselov wrote: > > > The rc scripts use "sleep 0.05" but not all versions of sleep > > > support non-integral values. > > > > I never repl

Re: rc.d problem

2019-01-18 Thread Dima Veselov
On Fri, Jan 18, 2019 at 03:42:39PM +0300, Dima Veselov wrote: > On Fri, Jan 18, 2019 at 01:23:12PM +0100, Martin Husemann wrote: > > On Fri, Jan 18, 2019 at 03:17:57PM +0300, Dima Veselov wrote: > > > > The rc scripts use "sleep 0.05" but not all versions of sle

Re: rc.d problem

2019-01-18 Thread Dima Veselov
On Fri, Jan 18, 2019 at 03:50:27PM +0300, Dima Veselov wrote: > > > > > The rc scripts use "sleep 0.05" but not all versions of sleep > > > > > support non-integral values. > > So there is something wrong with src. I have downloaded sleep.c from

Re: rc.d problem

2019-01-18 Thread Dima Veselov
On Fri, Jan 18, 2019 at 02:16:31PM +0100, Martin Husemann wrote: > On Fri, Jan 18, 2019 at 04:07:06PM +0300, Dima Veselov wrote: > > I have completely no idea why 8.0-STABLE can't take non-integer value. > Is there a locale issu involved? Ahh, magician, how did you got thi

Re: rc.d problem

2019-01-20 Thread Dima Veselov
ng the standard delimiter "." instead of scripts thinking about that. Otherwise any script can work unpredictable. Never met (and checked some systems) other behaviour than taking "." in russian locale. Also, NetBSD work fine with 'top -s 0.5' and fail with 0,5, &

NetBSD mppe module

2019-02-04 Thread Dima Veselov
Greetings, I searched a lot, but not found an answer about current status of mppe module for PPTP tunnels. It was available as lkm, but package support was dropped at 6.x. Is there any way to have pptp client to old Microsoft VPN servers? -- Sincerely yours, Dima Veselov Physics R&a

npf and GRE

2019-02-07 Thread Dima Veselov
we had to add extra map to NAT non-tcp/udp traffic (even for icmp), does npf allow that? Thanks in advance. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

ccd vs LVM

2019-04-07 Thread Dima Veselov
Greetings, Preparing to use disk array on recent NetBSD-stable I have to concatenate several 2Tb slices into one large disk. If anyone knows - what is the best practice in performance and fault-tolerance - ccd or LVM? -- SY

Re: ccd vs LVM

2019-04-07 Thread Dima Veselov
I treat fault-tolerance meaning something like cases of losing configuration or disk renumbering which always happen with FC interfaces. Is ccd configuration is built every time from disks like RAIDframe and what will happen on renumbering? Does NetBSD support wedge-over-ccd? I use name-mounting

scsibus(4) limits

2019-04-08 Thread Dima Veselov
Greetings, I am still trying to use disk array on NetBSD. It seems that NetBSD is not capable to find devices with LUN number higher than 7. Is that scsibus limitation or driver limitation or /dev limitation? isp0 at pci2 dev 0 function 0: QLogic FC-AL and 4Gbps Fabric PCI-E HBA isp0: interrupti

Re: scsibus(4) limits

2019-04-08 Thread Dima Veselov
08.04.2019 16:57, Julian Coleman writes: I am still trying to use disk array on NetBSD. It seems that NetBSD is not capable to find devices with LUN number higher than 7. Is that scsibus limitation or driver limitation or /dev limitation? isp0 at pci2 dev 0 function 0: QLogic FC-AL and 4Gbps Fabr

semaphores options

2019-04-08 Thread Dima Veselov
Greetings! Sorry for posting so many questions recently, but my production server failed to start PostgreSQL after system upgrade (8-STABLE). This was caused by semaphores, which I like to set in kernel options, which now are not working. Better say some are working, some are not. I solved the p

Re: How to use bioctl with mpt?

2019-05-31 Thread Dima Veselov
I have no deep knowledge of NetBSD code, but I use lot of servers in production with LSI 1064 and 1068. I think mpt driver lack real support for RAID management on these chips, Unknown async events are proving that. I may be wrong but I have no cases where RAID was managed through bio and mpt. 31

Re: GPT BIOS boot

2019-05-31 Thread Dima Veselov
31.05.2019 18:39, U'll Be King of the Stars пишет: Well, you could, but I doubt that would work - it isn't wise to lie to the system... But it works with drives that really have 4K sectors. Sorry, I do not get it: how can I know if the disk has 4k sectors, andd if it does, how can I rework th

npf auto-interface

2019-06-14 Thread Dima Veselov
Greetings, I have a box running vlans, net/quagga and openvpn with npf on NetBSD 8. This setup cause several problems: 1. Not all interfaces have addresses set up when npf is starting. 2. Not all interfaces exists when npf is starting, and it may happen they will not be created soon. This setup

current transaction too big to flush

2019-06-17 Thread Dima Veselov
Hello, Maybe I need to create PR, but here might be a person already met the situation of kernel panic on big file operation. When I try to delete several files (from 1 to 8 Gb at once) from net/transmission interface I get kernel panic like this: panic: wapbl_flush: current transaction too big

Re: current transaction too big to flush

2019-06-18 Thread Dima Veselov
bytes) journal log flags: quotasdisabled tunefs: no changes made On 18.06.2019 9:36, Jaromír Doleček wrote: Which version of NetBSD is this? Can you also post tunefs -N output for the filesystem? Jaromir Le mar. 18 juin 2019 à 02:24, Dima Veselov a écrit : Hello, Maybe I

Re: current transaction too big to flush

2019-06-23 Thread Dima Veselov
of log space? 18.06.2019 11:14, Dima Veselov пишет: dk0 is 3Tb and I believe it is happening on this device. [root@ssd ~]$ tunefs -N /dev/dk0 tunefs: tuning /dev/rdk0 tunefs: current settings of /dev/rdk0     maximum contiguous block count 2     maximum blocks per file in a cylinder

Re: current transaction too big to flush

2019-06-24 Thread Dima Veselov
Hi, this maybe caused by nature of the file. All these files were created with torrents, which may made them very defragmented. 24.06.2019 13:05, David Brownlee wrote: the problem is still there and I even have a single file which can not be deleted via standard rm command causing kernel panic.

Re: current transaction too big to flush

2019-06-30 Thread Dima Veselov
Hello, 24.06.2019 18:27, Jaromír Doleček пишет: When I was last working on WAPBL, I was specifically testing this scenario (deleting big files), and never had problems. Fragmentation shouldn't really be the problem - FFS by default allocates block in the same cylinder group for same file. Unles

Re: Interrupt storm

2019-07-23 Thread Dima Veselov
Hello, Christos, I see there is no comments on filed port-amd64/53687 assuming the task is not that easy. Is there any glue to fix that temporary? 27.10.2018 3:47, Christos Zoulas пишет: In article <20181026144218.GB4594@laura>, Dima Veselov wrote: On Thu, Oct 25, 2018 at 07:51:36PM

named limits

2019-07-24 Thread Dima Veselov
Greetings, My named is complaining about stack size, so I tried to raise ulimit. I found that usual construction in /etc/rc.conf.d/named start_precmd="set_limits" set_limits() { ulimit -s 131072 } will not work, because it overwrite existing start_precmd from /etc/rc.d/named What is the ri

Re: GPT boot, again

2019-07-25 Thread Dima Veselov
I understand NetBSD EFI bootstrap does not support multiboot, so I should use BIOS boot. I installed /boot, ran installboot and gpt biosboot. Here is fdisk output for the disk: What flags installboot was used with? Partition table: 0: GPT Protective MBR (sysid 238) start 1, size 42949672

Re: GPT boot, again

2019-07-25 Thread Dima Veselov
I installed /boot, ran installboot and gpt biosboot. Here is fdisk output for the disk: What flags installboot was used with? installboot -o console=com0,speed=115200 /dev/rdk2 /usr/mdec/bootxx_ffsv2 Did you installed MBR ever? I always do that separately. Here is the result: # dkctl wd2

Re: GPT boot, again

2019-07-25 Thread Dima Veselov
They both point to 1 sector or 64 block. Also, you must have booting partition end lined up too, so it never can be bigger than 2Gb. I mean 2Tb, but this statement is anyway wrong. However - I have all booting wedges less than MBR partition, but never succeeded if boot wedge was bigger than

daily vs named

2019-09-17 Thread Dima Veselov
Greetings, its not a great issue, but I wish to know if there is a clue to daily(5) not complaining about relocated named(8). I always move named(8) to /var/chroot as it is supposed in rc.conf for security. After that daily(5) always complain: Checking special files and directories. etc/namedb

npf dynamic interface nat

2019-09-27 Thread Dima Veselov
Greetings, I know npf has dynamic interface handling and this is great, but construction like map tun0 dynamic $acl_local -> inet4(tun0) is not working in NetBSD-8-STABLE if tun0 do not exist, because inet4(tun0) return nothing. More than that - npf will refuse to load if server will be occasio

isp(4) rescan

2019-10-10 Thread Dima Veselov
Greetings, is there any possible way to rescan scsibus(4) on isp(4) after adding new devices? scsictl scsibus0 scan all all does nothing and scsictl scsibus0 reset is not implemented in the driver. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: isp(4) rescan

2019-10-10 Thread Dima Veselov
10.10.2019 12:46, Manuel Bouyer пишет: On Thu, Oct 10, 2019 at 12:36:17PM +0300, Dima Veselov wrote: >> is there any possible way to rescan scsibus(4) on isp(4) after adding new devices? Unfortunably, no (AFAIK) Would this be able if isp(4) will have reset feature implemented? -

Re: isp(4) rescan

2019-10-10 Thread Dima Veselov
eset would mean for a fiber adapter anyway) I used to reset HBA buses to get them scanned in Linux before. I believe bus reset is what makes HBA to "forget" devices and therefore ask about them again. By the way - is there any HBA type which is fully supported in NetBSD? -- Dima

dovecot nss_ldap getgrnam issue

2019-10-10 Thread Dima Veselov
y. It start working when I add dovecot and dovenull groups into /etc/groups. What this function (getgrnam) do and why it may fail on nss other than "files"? I checked if I can get groups information from dovecot user: su -m dovecot getent group dovecot It works. -- Dima Vese

Re: isp(4) rescan

2019-10-10 Thread Dima Veselov
10.10.2019 16:47, Manuel Bouyer пишет: On Thu, Oct 10, 2019 at 04:26:25PM +0300, Dima Veselov wrote: I used to reset HBA buses to get them scanned in Linux before. I believe bus reset is what makes HBA to "forget" devices and therefore ask about them again. By the way - is there an

reboot on kernel load

2019-10-11 Thread Dima Veselov
update BIOS. This is serial console. I tried to disable ACPI - it does not help. How this can be debugged? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Letsencrypt certificates

2019-10-22 Thread Dima Veselov
site there is a long list of *nix-style OSs on which success has been reported, but not NetBSD. I use it on lot of NetBSD servers (7 and 8) for long in production. I even told them, but they do not add NetBSD in supported platform. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

ucarp(8) vs carp(4)

2019-11-09 Thread Dima Veselov
experience about what technology is better for production use? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

NetBSD on CF card

2019-11-12 Thread Dima Veselov
Greetings, I have a task to run small i386 server which can fit on CF-card. I am afraid that CF card should not be used as main hard disk and will wear out soon. Is there any way to have NetBSD copied to memory disk at start? -- Dima Veselov Physics R&D Establishment of Saint-Peters

Re: Window Managers / Desktops

2019-11-13 Thread Dima Veselov
the box. Using icewmtray, feh and urxvt along with icewm can make your desktop look fresh and original. If icewm will look outdated to you - you can try modern and light fluxbox. However me personally prefer icewm for better tray support. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Window Managers / Desktops

2019-11-13 Thread Dima Veselov
n for package management, because pkgsrc can be very time-consuming on a slow computer. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Window Managers / Desktops

2019-11-13 Thread Dima Veselov
guess I need to make the libICE first, then iceauth? You do not need any of that. Use /usr/pkgsrc/wm/icewm instead. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Help with asterisk module needed

2019-11-17 Thread Dima Veselov
IBDIRS.kannel= /usr/pkg/lib/kannel Any possible values of those do nothing: gwlib/gwlib.h is not found gwlib/gwlib.h is located in /usr/pkg/include/kannel on installed package and in pkgsrc workdir. Can anyone point me out? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Help with asterisk module needed

2019-11-17 Thread Dima Veselov
to download optional patch and patch it before applying. 3. It does not work in localpatches because of different base (running in asterisk source tree while localpatches need to run outside of it). What is the best strategy to make it automatically applying? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: semaphores options

2019-04-22 Thread Dima Veselov
quite easy to survive. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Ignoring devices

2020-01-07 Thread Dima Veselov
so if there is no way to ignore device - is there a way to stop daily(5) from accessing unused devices? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Ignoring devices

2020-01-10 Thread Dima Veselov
08.01.2020 10:44, Martin Husemann пишет: On Wed, Jan 08, 2020 at 01:56:41AM +0300, Dima Veselov wrote: are not accessible to the box. According to standard FC behaviour HBA have all devices enumerated on the bus, but can not read them. Can you show example dmesg output for such a device

Avoid wedges from certain devices

2020-02-29 Thread Dima Veselov
s are found on wd0 which is blocked at the moment of finding root. Is there a way not to search wedges on certain device(s)? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Avoid wedges from certain devices

2020-03-01 Thread Dima Veselov
ation (raidframe label) just protects it from such an issue. atabus currently does: - attach wd drives - if controller can do RAID: try to attach ataraid Is there any way to walkaround this? Maybe having special kernel built, which will ignore certain devices? -- Dima Veselov Physic

Re: Avoid wedges from certain devices

2020-03-01 Thread Dima Veselov
manual intervention required [ 5.335171] autoconfiguration error: ld0: wedge named '153d7f95-c49a-4dda-940a-ff3440b1ce4f' already exists, manual intervention required [ 5.344010] autoconfiguration error: ld0: wedge named '52896b2b-9bdc-4351-a623-3af1facc479d' already exists, manual intervention required -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Avoid wedges from certain devices

2020-03-02 Thread Dima Veselov
has no configurations! I suggest it happens because dk is not set as a device in kernel config. How one can implicit root definition to dk device? Or I just have to remove root search function from wd driver as well? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Avoid wedges from certain devices

2020-03-02 Thread Dima Veselov
-wedge" Yes, it works! Once again you saved my production! Thank you. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

NetBSD 9.0 vs 8.0 network slow

2020-03-02 Thread Dima Veselov
ny of the above. Thanks in advance. -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

UEFI timeout

2020-03-03 Thread Dima Veselov
is junk in buffer Is there anything I missed? -- Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: UEFI timeout

2020-03-03 Thread Dima Veselov
03.03.2020 13:17, Dima Veselov пишет: I have new -9 box which seem to ignore timeout parameters in UEFI bootloader. It show menu, but always start system immediately like having timeout=0. Yes, it is a junk in serial buffer because if I hit ESC before boot menu it stops on 10 seconds. Is there

Re: NetBSD 9.0 vs 8.0 network slow

2020-04-07 Thread Dima Veselov
pic msix1 type edge pin 0 level 6 to cpu0 slot 17 idt entry 99 all other information is letter for letter. In a case of missing something I've placed all output here: http://kab00m.ru/temp/almaz.tgz -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: NetBSD 9.0 vs 8.0 network slow

2020-04-13 Thread Dima Veselov
interface. 07.04.2020 17:05, Dima Veselov пишет: Another possible issue is a switch from single interrupt to multiple msi (and bugs in that area). If you check your -8 and -9 dmesg you should see details printed about interrupts routed to the bge interfaces (not sure if you need to boot -v for that

Once again about 3TB

2014-07-13 Thread Dima Veselov
Hello! Several times I was trying to settle 3TB on recent stable version. Now it works and I just wanted to drop something helpful for people not to waste time. Now I have production system working on two different 3Tb drives, handled by NetBSD RAIDframe. Few advices/notes: 1. Despite of some m

ahcisata poor performance

2014-07-13 Thread Dima Veselov
Hello! Can someone tell - is there a way to inspect poor hard drive performance? Two computers - windows and linux, SMB and NFS connected to NetBSD host. Writing over SMB (GE interface) freeze linux NFS client (writing few bytes can take 2 seconds). I believe thats hard drive problem because io

Re: Once again about 3TB

2014-07-16 Thread Dima Veselov
On Mon, Jul 14, 2014 at 10:18:36AM +0200, Martin Husemann wrote: > > So I assume gpt make it and dkctl label it and it finally rises. > > Understood, new partition don't rise because kernel isn't sure partition > > would be really used. > > Yes, and you can also do "temporary" wedges at runtime (

Re: ahcisata poor performance

2014-07-16 Thread Dima Veselov
On Mon, Jul 14, 2014 at 12:37:09PM +0200, Manuel Bouyer wrote: > On Mon, Jul 14, 2014 at 02:38:14AM +0400, Dima Veselov wrote: > > Hello! > > > > Can someone tell - is there a way to inspect poor hard drive performance? > > > > Two computers - windows and linux

Re: ahcisata poor performance

2014-07-26 Thread Dima Veselov
:38:14AM +0400, Dima Veselov wrote: > > Hello! > > > > Can someone tell - is there a way to inspect poor hard drive performance? > > > > Two computers - windows and linux, SMB and NFS connected to NetBSD host. > > > > Writing over SMB (GE interface) freeze

Re: ahcisata poor performance

2014-07-26 Thread Dima Veselov
more drives making one more raid device and copying data between them. On Sat, Jul 26, 2014 at 10:14:53AM +0100, Patrick Welche wrote: > On Sat, Jul 26, 2014 at 01:05:05PM +0400, Dima Veselov wrote: > > Sorry, I have lost your last message, but wish to know something about > > 4k-al

Re: ahcisata poor performance

2014-07-26 Thread Dima Veselov
: > On Sat, Jul 26, 2014 at 01:05:05PM +0400, Dima Veselov wrote: > > Sorry, I have lost your last message, but wish to know something about > > 4k-alignment. What should be aligned to what? > > I suspect it is something like: > > # gpt show wd0 >star

UTF-8 locale support

2014-08-14 Thread Dima Veselov
Hello! My servers keep many files in cyrillic naming. Serving big user loads it is hard to keep files in old encodings with outside world is already living in UTF-8. Storing files not in UTF-8 cause some problems with Samba and fatal problems with Linux & NFS, which don't have conversions at all.

Need advice about Asterisk on NetBSD

2014-09-08 Thread Dima Veselov
Hello, I am stuck and can't make a decision. I have two Sun v240 boxes and wish to use them somehow. My idea was to install NetBSD on both and run asterisk, making them a failover corporate PBX. Trying to use NetBSD-6.1-STABLE at the moment of 6.1.3 and Asterisk 11.5 failed for following reasons:

Re: Sun Fire X4140

2014-11-18 Thread Dima Veselov
Hello! > I was very, very impressed to see an oldish (mid-2013) NetBSD 6 install > on this machine (I didn't have a more recent CD to hand), with hardware > RAID, network adapters and video all working. I have bunch of this servers and yes, NetBSD support it almost fully. You seem to be lucky g

NPF and multiple group entrance

2016-02-21 Thread Dima Veselov
Hello! I migrate from ipfilter to npf due to ipf issues in 7.0, but have a question: Is there a possibility to make two entrance for one group? for example if I have: $ext_if = {inet4(vlan112), inet4(vlan113)}; group "external" on $ext_if { } the result will be: # npfctl show group "

Re: NPF and multiple group entrance

2016-02-22 Thread Dima Veselov
On Sun, Feb 21, 2016 at 11:42:32PM +, Christos Zoulas wrote: > >I migrate from ipfilter to npf due to ipf issues in 7.0, but have > >a question: > > > >Is there a possibility to make two entrance for one group? > > > >for example if I have: > > > >$ext_if = {inet4(vlan112), inet4(vlan113)}; >

Re: Which ARM SBC would work well with NetBSD?

2023-03-05 Thread Dima Veselov
pbian. For a new requirement I can either use one of the RPI models or look for others like orange pi, nano pi, banana pi and so on - more out of curiosity. Feedback on any of the low cost SBC devices that you may be using successfully with NetBSD will be of great help. Please do share. --

NetBSD/pmax asc(4) SCSI error

2023-10-25 Thread Dima Veselov
): asc0: timed out [ecb 0x89f2cfa8 (flags 0x41, d left 24, stat 0)], AGAIN -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

CD-ROM block size

2024-07-08 Thread Dima Veselov
. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: CD-ROM block size

2024-07-09 Thread Dima Veselov
useful: Thank you for the answer. I guess real question was then - how one can find that drive is able tp emulate 512-byte access? Is it possible to question SCSI or test it somehow in the running system? -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: NetBSD-9 GPT on disks smaller than 2TB

2020-04-21 Thread Dima Veselov
c drives for VMs so drives on FC bus are renumbered literally always. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: Asterisk video conferences using NetBSD?

2020-04-24 Thread Dima Veselov
re4Quad (released in 2010) and I never noticed any significant load. > Also which version of asterisk is advisable? I am on NetBSD-8 (still!). We are on 16.7.0 on NetBSD-8 and its working like a charm. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: UEFI serial console including boot menu?

2020-04-26 Thread Dima Veselov
structed. -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

Re: pkgin error

2020-05-15 Thread Dima Veselov
ave enough disk space in the directry pkin is trying to cache > > the downloads? That is, what does > > > > df /var/db/cache/ > > > > say? > > > > -is > > -- Sincerely yours, Dima Veselov Physics R&D Establishment of Saint-Petersburg University

  1   2   >