Re: limit dhclient to one server only?

2013-08-16 Thread Andreas Gustafsson
Patrick Welche wrote: So how is it a known DHCP server? IPSEC on bootps/bootpc ports? In theory, it could use the DHCP Authentiction protocol (RFC 3118), but AFAIK, neither ISC DHCPD nor dhcpcd implements that. -- Andreas Gustafsson, g...@gson.org

Re: Booting arguments for NetBSD under qemu

2014-04-21 Thread Andreas Gustafsson
versions of NetBSD to run under today's qemu, and for future versions of qemu to be able to run today's version of NetBSD. -- Andreas Gustafsson, g...@gson.org

Re: viaide1: channel 0: reset failed for drive 0

2014-12-21 Thread Andreas Gustafsson
Greg Troxel wrote: It's very likely there is either a bug in the NetBSD driver, or something odd about the controller you have which other systems cope with and NetBSD doesn't (which isn't all that different...). This could be the same bug as PR 48214. -- Andreas Gustafsson, g...@gson.org

Re: py-usb problems

2015-02-18 Thread Andreas Gustafsson
by running usbdevs. -- Andreas Gustafsson, g...@gson.org

Re: SCP file transfer speed

2015-03-19 Thread Andreas Gustafsson
reproduce this? I am seeing 4 MB/s on a gigabit Ethernet when compression is enabled in the ssh configuration. With compression disabled, I get 16 MB/s. -- Andreas Gustafsson, g...@gson.org

Re: Bind ending up in Parked state. (pkg)

2015-03-11 Thread Andreas Gustafsson
. -- Andreas Gustafsson, g...@gson.org

Re: Networking proves elusive with Qemu

2015-08-24 Thread Andreas Gustafsson
-NetBSD-amd-7.0_RC3.iso nbsd.img Anybody know what's lacking there? Qemu's default NATed external Internet access uses a SLIRP-based user-mode networking stack that doesn't support ICMP, so ping is not expected to work. Try connecting to a TCP based service like http or ssh. -- Andreas

Re: NetBSD 7.0 i386 panic during boot

2015-10-17 Thread Andreas Gustafsson
2+0x8 The discussion that ensued branched out in lots of different directions, but as far as I can see, none of them actually offered a diagnosis of the original problem reported. To me, this looks very much like the same problem as PR 50060, which was recently fixed in -current by riastradh@. A pu

Re: NetBSD 7.0 i386 panic during boot

2015-10-12 Thread Andreas Gustafsson
NDONENTER="bt"' in the INSTALL and GENERIC kernels. -- Andreas Gustafsson, g...@gson.org

Re: NetBSD 7.0 i386 panic during boot

2015-10-12 Thread Andreas Gustafsson
Paul Goyette wrote: > Of course you'd still need to manually transcribe the console display, > or take a pic for screen capture. Of course. I think we should encourage the latter option; it's less work for the user, less error prone, and likely to contain more information. -- Andreas Gust

Re: NetBSD 7.0 amd64 boot failure on KVM

2016-01-01 Thread Andreas Gustafsson
d with the fix from PR 48277, which should already be in 7.0. And if it weren't, you would be getting a panic, not a hang. I'm afraid I don't know what KVM version this is hosted on - whatever Edis GmbH are using in their Hafnarfjordur VPS servers. The CPU ID is "QEMU Virtual CPU version 1.1.2, id 0x623". -- Andreas Gustafsson, g...@gson.org

Re: Beating a dead horse

2015-11-25 Thread Andreas Gustafsson
64 for the smallest devices, or with having 3 branches. I would just like an 80 GB SSD, for example, to get get aligned to 1 MB per Intel's recommendation. -- Andreas Gustafsson, g...@gson.org

Re: Beating a dead horse

2015-11-25 Thread Andreas Gustafsson
e with 4K sector disks, but also with SSDs, USB sticks, and SD cards, all of which are being deployed in sizes smaller than 128 GB even today. My vote is for a threshold of 1 G. This means that worst case, we could end up wasting as much as 0.1% of the capacity on alignment (the horror!). --

Re: /netbsd: wd0a: error reading fsbn?

2016-01-08 Thread Andreas Gustafsson
no online positiveReported uncorrect 568 On my own systems, I follow the example of https://www.backblaze.com/blog/hard-drive-smart-stats/ and replace any drive where this value is greater than 0. -- Andreas Gustafsson, g...@gson.org

Re: ath0: cannot map register space

2016-02-14 Thread Andreas Gustafsson
Martin Husemann wrote: > Maybe options PCI_ADDR_FIXUP in the kernel config could fix it. Make that PCI_ADDR_FIXUP and PCI_BUS_FIXUP. PCI_ADDR_FIXUP does nothing unless PCI_BUS_FIXUP is also enabled, or at least this was the case the last time I checked. -- Andreas Gustafsson, g...@gson.org

Debugging Firefox

2016-03-30 Thread Andreas Gustafsson
0x7f7eb118 in ?? () #13 0x in ?? () Any hints? -- Andreas Gustafsson, g...@gson.org

Re: Debugging Firefox

2016-03-31 Thread Andreas Gustafsson
firefox/work/build/dist/bin $ ./run-mozilla.sh -g > > ./firefox I have also tried building with "CFLAGS -g" and "INSTALL_UNSTRIPPED=yes" and debugging the installed binary. Either way, I'm getting the same behavior. -- Andreas Gustafsson, g...@gson.org

Re: Debugging Firefox

2016-03-31 Thread Andreas Gustafsson
Alexander Nasonov wrote: > I don't know if it will help but try building without -pie (--disable-pie). I just tried it, by adding "CONFIGURE_ARGS+= --disable-pie" to the package Makefile. It didn't help. -- Andreas Gustafsson, g...@gson.org

Re: kernel load failure

2016-09-14 Thread Andreas Gustafsson
982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 7.99.37 (INSTALL) #0: Tue Sep 13 22:04:14 EEST 2016 -- Andreas Gustafsson, g...@gson.org

Re: rump kernel

2016-10-02 Thread Andreas Gustafsson
up? (Aimed at those of us who > have merely heard of rump kernels, but haven't actually used them before). NetBSD already comes with some NPF tests based on rump. To run them: cd /usr/tests/net/npf/ atf-run | atf-report For the source, see src/tests/net/npf/ and src/usr.sbin/npf/npftes

Re: Debugging CUPS binaries

2016-10-24 Thread Andreas Gustafsson
ne 50. > (gdb) r > Starting program: /usr/pkg/bin/lpstat > Error in re-setting breakpoint 1: Cannot access memory at address 0x384e0 > Error in re-setting breakpoint 1: Cannot access memory at address 0x384e0 > What´s wrong here? http://gnats.netbsd.org/48250 -- Andreas Gustafsson, g...@gson.org

Re: Debugging CUPS binaries

2016-10-24 Thread Andreas Gustafsson
Stephan wrote: > > http://gnats.netbsd.org/48250 > > Is that fix included in 7.0.1? I just tried running Martin's test case from the PR on a 7.0.1 system, and the bug is still there, so I think the answer is "no". -- Andreas Gustafsson, g...@gson.org

Re: Serial console setup

2016-12-23 Thread Andreas Gustafsson
om0). I always use crossover cables that ensure CD is asserted by wiring both DSR and CD to the DTR pin of the other end, but if yours doesn't, I would have thought the "local" keyword in /etc/ttys would take care of that. Or maybe you need to use "softcar" instead? -- Andreas Gustafsson, g...@gson.org

Re: emulation for 32 bit big endian?

2018-05-24 Thread Andreas Gustafsson
tall qemu and anita from pkgsrc, and run anita interact http://ftp.netbsd.org/pub/NetBSD/NetBSD-7.1.2/iso/NetBSD-7.1.2-sparc.iso -- Andreas Gustafsson, g...@gson.org

Re: booting from gpt/raid?

2018-07-05 Thread Andreas Gustafsson
MLH wrote: > Boot Options are: > Hard Drive, CDROM, USB-FDD, USB-ZIP, USB-CDROM, USB-HDD, Legacy LAN A USB memory stick emulates a hard drive, so USB-HDD should work. -- Andreas Gustafsson, g...@gson.org

Re: qemu-system-riscv64 error, Could not allocate dynamic translator buffer

2019-01-22 Thread Andreas Gustafsson
qemu package fixed so that thsi happens automatically. -- Andreas Gustafsson, g...@gson.org

Re: SPARCstation support?

2018-09-17 Thread Andreas Gustafsson
Malcolm Herbert wrote: > It seems[1] that there is a MAME port of some of the earlier > SPARCstations running SunOS 4.1.1 ... which got me thinking: at what > point did NetBSD get support for this platform? http://wiki.netbsd.org/ports/sparc/ says October 2, 1993. -- Andreas Gust

Re: how do I automate an install of a NetBSD QEMU guest on a linux host?

2019-02-20 Thread Andreas Gustafsson
Manuel Bouyer wrote: > anita is pure python, so it should run on linux too It does. And you don't need pkgsrc, either, just grab http://www.gson.org/netbsd/anita/download/anita-1.47.tar.gz or get it from github (https://github.com/gson1703/anita). -- Andreas Gustafsson, g...@gson.org

Re: syslogd exits with fatal error [Was Re: newsyslog does not find...]

2019-03-13 Thread Andreas Gustafsson
Mayuresh wrote: > > newsyslog: /var/run/syslogd.pid: No such file or directory [...] > localhost syslogd[293]: Fatal error, exiting FWIW; I'm also seeing these errors, on a server running NetBSD/amd64 7.2. -- Andreas Gustafsson, g...@gson.org

WiFi adapter recommendations

2019-03-21 Thread Andreas Gustafsson
Hi all, Can anyone recommend a WiFi adapter that meets the following criteria? - Works reliably for you with WPA2 in NetBSD 8.0 or -current - Connects to USB or CardBus - Is currently being sold (anywhere - retail, eBay...) -- Andreas Gustafsson, g...@gson.org

Re: Web + email hosting recommendations

2019-05-09 Thread Andreas Gustafsson
x virtualization technology) and Keyboard-Video-Mouse (which you may need to access to configure a dedicated server). -- Andreas Gustafsson, g...@gson.org

Re: Attaching gdb session to a service launched from rc.d

2019-07-14 Thread Andreas Gustafsson
Germain wrote: > I have a service that runs three threads. > > When I attach a debugger session to it, I see two of them being a > `identical'. It's a bug, and it now has a PR: http://gnats.netbsd.org/54375 -- Andreas Gustafsson, g...@gson.org

makefs

2019-09-12 Thread Andreas Gustafsson
Why does this fail? Bug or feature? $ mkdir dir $ makefs img dir Calculated size of `img': 32768 bytes, 2 inodes Extent size set to 8192 Filesystem size 32 < minimum size of 40 $ -- Andreas Gustafsson, g...@gson.org

Re: Letsencrypt certificates

2019-10-22 Thread Andreas Gustafsson
cation using > nsupdate(1). FWIW, certbot from pkgsrc works for me (py27-certbot-0.27.0 on NetBSD 7.2). -- Andreas Gustafsson, g...@gson.org

Re: green lines hell

2020-02-26 Thread Andreas Gustafsson
onsole installs failing because sysinst output is corrupted or lost when kernel messages are printed. -- Andreas Gustafsson, g...@gson.org

Re: Cannot interact with boot menu through (virtual) serial console.

2020-03-04 Thread Andreas Gustafsson
Ottavio Caruso wrote: > I can see all the boot messages and I can log in through the serial > console, but I can't select any options at the boot menu. There is a qemu bug report for this: https://bugs.launchpad.net/bugs/1743191 -- Andreas Gustafsson, g...@gson.org

Re: HP ProLiant server running NetBSD 9 setup suggestions?

2020-05-20 Thread Andreas Gustafsson
et, > but I know those fans can move a lot of air if they have to. Beware that installing an unsupported disk will make the fans run at full blast. The list at this URL is useful for selecting drives that don't have this problem: http://dascomputerconsultants.com/HPCompaqServerDrives.htm -- Andreas Gustafsson, g...@gson.org

Re: Tunneling in NetBSD

2020-11-16 Thread Andreas Gustafsson
Greg Troxel wrote: > My suggestion is openvpn. [...] > You do need to set up certificates Not if you use the static key encryption mode. -- Andreas Gustafsson, g...@gson.org

Re: libusb-1.0, does it even work?

2022-01-23 Thread Andreas Gustafsson
oes not exist and there is no point in trying to open its other endpoints. -- Andreas Gustafsson, g...@gson.org

Re: gphoto2 and/or libusb1 issues?

2022-01-23 Thread Andreas Gustafsson
l/libusb, which is libusb0, not libusb1. I will get back to you once I have sorted out my confusion as to which versions are affected. -- Andreas Gustafsson, g...@gson.org

Re: gphoto2 and/or libusb1 issues?

2022-01-23 Thread Andreas Gustafsson
ake further attempts. I know of one issue with the pkgsrc libusb1 that could potentially be the cause. Could you try rebuilding the libusb1 package with this patch? https://gson.org/netbsd/bugs/libusb1/20220123.patch Also, please file a PR and include the dmesg or at least the parts related t

Re: debug1: mac 0x0, -1 -1 error

2023-09-06 Thread Andreas Gustafsson
this was from an ssh -v connection, which apparently is logging > more than on any other system I have used ssh -v on; normally it just logs > the authentication exchange. I guess I’ll have to see why that is different, > but at least I have an idea of where to start. https://gnats.netbsd.org/52898 -- Andreas Gustafsson, g...@gson.org

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-09 Thread Andreas Gustafsson
l times when booting NetBSD in qemu directly from a physical disk. The bug is not actually specific to physical disks - it affects any disk of size >= 128 GiB, but in practice it tends to hit physical disks because they are more likely to be of that size. -- Andreas Gustafsson, g...@gson.org