Re: mmap errors related to using encfs

2019-04-13 Thread Michael van Elst
mayur...@acm.org (Mayuresh) writes: >Env var, something like, PERFUSE_BUFSIZE=131072 solves above error. >(Larger than that doesn't work. May be some sysctl setting would make it >work.) Yes. You need to increase kern.sbmax. -- -- Michael van Elst

Re: scsibus(4) limits

2019-04-10 Thread Michael van Elst
the value for >FC-AL targets, and not hardcode it to 8. FC-AL (and iSCSI) could use 255 LUNs. iSCSI code limits it to 16, probably because the scsipi layer has some inefficient parts that iterate over the whole LUN space. -- -- Michael van Elst Interne

Re: ccd vs LVM

2019-04-07 Thread Michael van Elst
me-name. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: ccd vs LVM

2019-04-07 Thread Michael van Elst
having slightly less CPU overhead. LVM provides much more flexibility as you can carve multiple logical volumes out of your disk system. A ccd configuration is pretty static. -- -- Michael van Elst Internet: mlel...@serpens.de "

Re: preparing netbsd boot straps from gnu/linux

2019-03-27 Thread Michael van Elst
is is mostly harmless. 2. fsck_ext2fs cannot handle wedges, it tries to get a disklabel to use the partition data. For a wedge it fails just like did when running the disklabel command and then exits. -- -- Michael van Elst Interne

Re: preparing netbsd boot straps from gnu/linux

2019-03-18 Thread Michael van Elst
s because the fictitious disklabel doesn't hold all necessary parameters for foreign filesystems (and for FFS it's guesswork). -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: preparing netbsd boot straps from gnu/linux

2019-03-18 Thread Michael van Elst
rblock. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Userconf & DRM driver (Was Re: Panic: no console device)

2019-03-07 Thread Michael van Elst
On Thu, Mar 07, 2019 at 02:53:58PM -0500, Bob Bernstein wrote: > Hi Michael. I have taken the liberty of ressurecting this post in > order to get a tad more help with its suggestion. I hope I haven't > violated any list etiquette in the process. > > On Mon, Feb 25, 2019 at 1

Re: Panic: no console device

2019-02-28 Thread Michael van Elst
On Thu, Feb 28, 2019 at 08:36:07AM -0500, Bob Bernstein wrote: > On Thu, 28 Feb 2019, Michael van Elst wrote: > > > load the MBR of a drive (hit F1.. or 'a'.. for the serial console) > > F1 set the internal CD drive of the machine spinning for what seemed an > etern

Re: Panic: no console device

2019-02-28 Thread Michael van Elst
ndows partition you need to give it a menu entry with fdisk -u. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD 8: Install on an LVM partition

2019-02-25 Thread Michael van Elst
(8) use: > > ioctl(gpt->fd, DIOCGMEDIASIZE, >mediasz) Saying this... DIOCGPARTINFO returns the full 64bit media size for the raw partition. So that problem should be gone since netbsd-8. Greetings, -- Michael van Elst Internet: mlel...@serpens.de

Re: Panic: no console device

2019-02-25 Thread Michael van Elst
art in userconf mode where, assuming the keyboard works, you can disable the DRM driver for your graphics card. When you quit userconf mode, it will then fall back to use the plain VGA driver. Or when possible, use the serial console. -- -- Michael van Elst

Re: NetBSD 8: Install on an LVM partition

2019-02-25 Thread Michael van Elst
cially treat the raw partition differently, maybe it just should. This can also be a problem if a fictious disklabel partition aliases a wedge. In that case you need to tell LVM to filter out the unwanted devices. Greetings, -- Michael van Elst Internet: mlel..

Re: NetBSD 8: Install on an LVM partition

2019-02-24 Thread Michael van Elst
id target as this is based on the Linux RAID driver and I didn't feel like importing a new RAID driver. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD 8: Install on an LVM partition

2019-02-24 Thread Michael van Elst
s, I have found it to be problematic. I'm working on it. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD 8: Install on an LVM partition

2019-02-24 Thread Michael van Elst
a subset. We still lack a mirror target, so LVM raid or even just moving LVs online is not yet supported. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Fun with SSD and GPT wedges

2019-02-13 Thread Michael van Elst
can always disable this for special cases. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Fun with SSD and GPT wedges

2019-02-13 Thread Michael van Elst
arious problems. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Fun with SSD and GPT wedges

2019-02-13 Thread Michael van Elst
That's what is already happening. > And when destroying a GPT label, it should >first remove each partition, and thus remove each wedge. Looks like gpt isn't running dkctl after destroying the GPT, probably neither after creation or recovery. -- -- Michael van E

Re: Fun with SSD and GPT wedges

2019-02-12 Thread Michael van Elst
nd you can run 'dkctl makewedges' when everything is complete. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Fun with SSD and GPT wedges

2019-02-11 Thread Michael van Elst
that's what using a name is (it's not running the dkctl command but calling the same system function called by dkctl). Greetings, -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Ethernet auto-select and concurrent 10, 100 and 1000 connections

2019-02-02 Thread Michael van Elst
rences in speed between sender and receiver are usually handled by higher level protocols (e.g. TCP) or by lower level protocols (802.3x) when device and switch support it. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Clock Unsynchronized

2019-02-01 Thread Michael van Elst
' warning. TIME_OOPLeap second in progress. TIME_WAIT Leap second has occurred. TIME_ERROR Clock not synchronized. There are many reasons to lose synchronisation, a hardware error is only one possibility. -- -- Michael van Elst

Re: Raspberry Pi as bridge

2019-01-22 Thread Michael van Elst
annot use a different MAC address in infrastructure mode because the MAC address is used to identify it to the access point. You need to emulate multiple clients, which technically is possible with some WiFi interfaces, but to my knowledge we don't support that. -- -- Mi

Re: choosing a lightweight database

2019-01-16 Thread Michael van Elst
er database engines have a similar tablespace concept. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Confusion on GPT wedges

2019-01-09 Thread Michael van Elst
s, but then you get other naming rules. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Booting NetBSD 8 install image on PC Engines apu2d4 via serial console goes blank

2018-12-30 Thread Michael van Elst
rectly to the screen. You have to tell the kernel to use the serial port. When the menu appears you can "drop to the boot prompt" and enter commands, e.g.: consdev com0 to select COM1 (DOS starts counting from 1) and then boot to start NetBSD. Hope this helps, -- --

Re: Issue mounting USB mass-storage drive

2018-12-29 Thread Michael van Elst
ing multi-segment DMA is ehci and that's USB2. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Issue mounting USB mass-storage drive

2018-12-28 Thread Michael van Elst
On Fri, Dec 28, 2018 at 09:19:39AM -0500, Brad Spencer wrote: > mlel...@serpens.de (Michael van Elst) writes: > > It should only happen after some larger uptime when kernel memory > > might be too fragmented. > > I see this with a USB CDROM drive on a Xen DOM0 with no US

Re: Issue mounting USB mass-storage drive

2018-12-28 Thread Michael van Elst
ght be too fragmented. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Lenovo t480 install

2018-12-19 Thread Michael Jensen
I can't seem to get Intel DRM driver to work, or the wmi (hot keys). I can live without the SD-card reader, but I need the grafx driver. Any suggestions in getting it working, would switching to current help? SIO (PNP0C02) at acpi0 not configured PDRC (PNP0C02) at acpi0 not configured

Re: is powerd supposed to work any more?

2018-12-18 Thread Michael van Elst
vent handler for PowerButton unless ACPI declares the machine as 'Reduced Hardware' or some other error prevents ACPI initialization to complete. 'Reduced Hardware' is a flag in the FADT (Fixed ACPI Description Table). -- -- Michael van Elst Internet: mlel..

Re: Poor raidframe reconstruct performance on 8-stable

2018-11-23 Thread Michael van Elst
aid and copy the data manually. The reconstruction that still starts when you configure the raid will then just read both disks at normal speeds. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Testing memory performance

2018-11-20 Thread Michael van Elst
uld reuse the pool allocator code on that level, it wouldn't be sufficient. But yes, the methods used by the pool allocator need to be applied here too. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential

Re: Testing memory performance

2018-11-20 Thread Michael van Elst
On Tue, Nov 20, 2018 at 10:50:13AM -0500, Greg Troxel wrote: > > Michael van Elst writes: > > There is a global lock for the page freelist. > > I wonder if using a pool-type structure would be feasible. That might > fix almost all of the slowness. You need a per-

Re: Testing memory performance

2018-11-19 Thread Michael van Elst
e page freelist. -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: apm command netbsd 8

2018-11-16 Thread Michael Jensen
On Fri, 16 Nov 2018, m...@netbsd.org wrote: Date: Fri, 16 Nov 2018 05:02:05 + From: m...@netbsd.org To: Michael Jensen Cc: netbsd-users@NetBSD.org Subject: Re: apm command netbsd 8 On Sat, Nov 10, 2018 at 07:22:04AM -0600, Michael Jensen wrote: Has the old apm command been removed

Re: nfs error diskless

2018-11-13 Thread Michael van Elst
lled by the variable 'flushroutes', an entry flushroutes=NO in /etc/rc.conf should help. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: nfs error diskless

2018-11-13 Thread Michael van Elst
s in rc.conf and the corresponding files in /etc. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: nfs error diskless

2018-11-13 Thread Michael van Elst
u elaborate on the network configuration of VM2 ? -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Interfacing webcam with NetBSD

2018-11-12 Thread Michael van Elst
device? He first has to disable the uvideo driver that claims the device but can't handle it. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Interfacing webcam with NetBSD

2018-11-11 Thread Michael van Elst
On Sun, Nov 11, 2018 at 07:35:59PM +0530, Mayuresh wrote: > On Sun, Nov 11, 2018 at 12:46:19PM -0000, Michael van Elst wrote: > > Try mpv av://v4l2:/dev/video1 > > > > Depending on your system you may also want the option "-vo xv" (needs XVideo > > support)

Re: Interfacing webcam with NetBSD

2018-11-11 Thread Michael van Elst
ay also want the option "-vo xv" (needs XVideo support) or just "-vo x11". -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

apm command netbsd 8

2018-11-10 Thread Michael Jensen
Has the old apm command been removed in NetBSD 8? If not what do I need to get it back. Also the apm api is needed for asbatt in pkgsrc can this be made to work with newer versions? []-[]-[] SDF Public Access UNIX System |[]-[]-[] http://sdf.org

Re: Areca RAID controllers on non-amd64

2018-11-02 Thread Michael van Elst
sd0 first. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Slow USB3 drive (Intel amd64)

2018-10-30 Thread Michael van Elst
073741824 bytes transferred in 393.919 secs (2725793 bytes/sec) # dd if=/dev/rsd0d of=/dev/null bs=1m count=1k 1024+0 records in 1024+0 records out 1073741824 bytes transferred in 11.927 secs (90026144 bytes/sec) -- -- Michael van Elst Internet: mle

Re: Support for Supermicro X10DRL-C

2018-10-30 Thread Michael van Elst
t from Oct22 Would be 2 x 20 cores or 2 x 40 threads, but funny that it isn't recognized. But I don't see any ACPI reference in that dmesg. Do you boot with ACPI disabled? -- -- Michael van Elst Internet: mlel...@serpens.de "

Re: netbsd-8 build distribution error

2018-10-22 Thread Michael Cheponis
Hi, it's great this is fixed. But, I do wonder: How is even possible to have something called "NetBSD mumble STABLE ..." not compile? Because, you know, not compiling is kinda Not Stable. It would seem to me some automatic check isn't working -- the one that guarantees buildability? On Sun,

Re: fsck "NO WRITE"

2018-10-17 Thread Michael van Elst
not have write access to the device. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Simple way to securely access remote machine that's behind a NAT?

2018-09-29 Thread Michael van Elst
;via NAT, such as GRE? Or am I mistaken? NAT sessions are usually only created dynamically for outgoing traffic and since GRE has no session boundaries it's likely to be timed out then. But a static NAT rule should be fine. But then, some NAT routers will just drop GRE. -- --

Re: Simple way to securely access remote machine that's behind a NAT?

2018-09-29 Thread Michael Cheponis
Thanks everybody for help. I really liked the .onion setup idea, but I ended up using openvpn. The documentation is very good, and the relevant page for me was: https://openvpn.net/index.php/open-source/documentation/miscellaneous/78-static-key-mini-howto.html What is fantastic about openvpn is

Re: BSD disklabel partition letters in NetBSD

2018-09-27 Thread Michael van Elst
ible. On x86 hardware you do need an MBR just for being able to boot an OS, and I'm not even talk about UEFI, just about plain old BIOS. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: BSD disklabel partition letters in NetBSD

2018-09-25 Thread Michael van Elst
action that can be used for arbitrary partitioning schemes, GPT is the most popular. But I use it for everything, including disks that uses the BSD disklabel (you need a custom kernel for that). Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Simple way to securely access remote machine that's behind a NAT?

2018-09-25 Thread Michael Cheponis
Hi, I have a (linux raspberry pi) that's remotely located and NATted in such a way that I cannot control that part of the infrastructure, although do have complete control of the machine otherwise (e.g. access to root). What I'd like to do is access it from my local NetBSD system (which does

Re: BSD disklabel partition letters in NetBSD

2018-09-24 Thread Michael van Elst
size of the disklabel structure that has to fit into a standard block of 512 bytes. If you don't use disklabel but the wedge system, you get a device per partitition, so there is no inherent limit. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Sizing hardware drive capabilities (in the absence of probed devices)

2018-09-16 Thread Michael van Elst
wire down scsibus to a specific controller. I.e. adding another controller or replacing it with a different model makes your kernel config void. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Sizing hardware drive capabilities (in the absence of probed devices)

2018-09-16 Thread Michael van Elst
lane where there is nothing >besides OCD to force the slots to appear in a particular order) There is no information about that and your SAS controller might even hide the details. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Sizing hardware drive capabilities (in the absence of probed devices)

2018-09-16 Thread Michael van Elst
any given time)? Disk shelfs are irrelevant, controllers, channels, target and lun ids are. The scsi and ata manpages give some examples about possible kernel configurations to wire down disks. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: disk geometry (i386/amd64)

2018-09-14 Thread Michael van Elst
to make your own tool to issue the proper commands with SCIOCCOMMAND. It's possible that the smartmontools in pkgsrc help. Devices attached to RAID controllers or something behind USB adapters can be more of a problem. Passing through low-level commands is usually not implemented. -- --

Re: disk geometry (i386/amd64)

2018-09-09 Thread Michael van Elst
On Sun, Sep 09, 2018 at 05:49:15PM -0700, Don NetBSD wrote: > On 9/9/2018 1:52 PM, Michael van Elst wrote: > > On Sun, Sep 09, 2018 at 12:08:14PM -0700, Don NetBSD wrote: > > > Said another way, are these "in-kernel" values (which no longer reflect > > > the ph

Re: disk geometry (i386/amd64)

2018-09-09 Thread Michael van Elst
ne you want special connectors that connect ground first and disconnect ground last. Normal SATA won't have that but eSATA and also special backplanes have that. For two, a SATA controller with hotplug can detect when a disk is unplugged and plugged similar to USB and sign

Re: disk geometry (i386/amd64)

2018-09-09 Thread Michael van Elst
s an autoconfig feature in the drivers to 'rescan' which can be triggered with 'drvctl -r'. ATA needs an additional parameter, i.e. 'drvctl -r -a ata_hl atabus1' will try to attach drives on 'atabus1'. For hotplug you would first detach the old drive with 'drvctl -d' and then rescan. -- --

Re: Installing and Using NetBSD on 6 TB Drive

2018-08-27 Thread Michael van Elst
ll enough to hold the root partition (or maybe the complete NetBSD system). -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD disk I/O

2018-08-14 Thread Michael van Elst
e executed as slow read-modify-write cycles. The effect is also somewhat true for reading but usually hidden by the read cache. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD disk I/O

2018-08-13 Thread Michael van Elst
s caused >by some incompatibility between some HGST drives and the >D945 chipset. Please check wether these drives have write caching enabled with something like: dkctl wd0 getcache. -- -- Michael van Elst Internet: mlel...@serpens.de &quo

Re: NetBSD block vs raw disk I/O

2018-08-11 Thread Michael van Elst
g regular files is quite slow compared to Linux VMs on >the same hardware. I've never been able to figure out the reasons for >it, maybe Linux has better integration with VirtualBox and better >optimisations. It probably has. -- -- Michael van Elst Inte

Re: NetBSD block vs raw disk I/O

2018-08-10 Thread Michael van Elst
r benchmarks :) -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Possible donation of Itanium servers

2018-08-06 Thread Osipov, Michael
the netbsd-ia64 mailing list because it seems to be dead. Best regards, Michael Osipov

Re: Extremely poor disk performance on ProLiant DL360 G5 RAID

2018-07-23 Thread Michael van Elst
significantly faster than RAID-5 in this case. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Extremely poor disk performance on ProLiant DL360 G5 RAID

2018-07-20 Thread Michael van Elst
t (BBU). -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: booting from gpt/raid?

2018-07-07 Thread Michael Parson
. I browsed iomega.com and got a domain-parking site (Iomega is no longer there). Iomega got aquired by EMC in 2008. -- Michael Parson Pflugerville, TX KF5LGQ

Re: Disable kernel messages on the console

2018-06-27 Thread Michael Parson
your newsyslog.conf to have it rotated periodically. -- Michael Parson Pflugerville, TX KF5LGQ

Re: emulation for 32 bit big endian?

2018-05-24 Thread Michael
copy files to its virtual disk. Probably sparc - we've been talking to qemu people about emulating semi-accelerated graphics hardware and working around a few kinks in running NetBSD on it a few years ago, I'd expect things to work. have fun Michael

Re: samba and Windows 10

2018-05-20 Thread Michael van Elst
the manpages are silent on this). They implement SMB1 (aka CIFS) only. SMB2 isn't really an update to it but a new protocol and SMB3 is an update to SMB2. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: samba and Windows 10

2018-05-17 Thread Michael van Elst
4 does handle SMB2. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: edgerouter lite

2018-05-09 Thread Michael van Elst
all rules and NAT on a single Core. The Erlite hardware itself could do much better by offloading packet filtering and forwarding, but that would require some very custom network code. -- -- Michael van Elst Internet: mlel...@s

Re: Arduino connect to NetBSD box woes

2018-05-04 Thread Michael van Elst
uhub0 where the arduino is attached) with: drvctl -r -a usbdevif uhub0 -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: cloning RAIDframe config

2018-05-03 Thread Michael van Elst
e so that raidframe isn't confused if you happen to swap the disks back... -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: 8.0_RC1 sd0: error 22 on connecting usb stick

2018-05-01 Thread Michael van Elst
63 15158209 1 MBR part 169 (active) Apparently you used fdisk to write an MBR, this also erased the broken GPT. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: 8.0_RC1 sd0: error 22 on connecting usb stick

2018-05-01 Thread Michael van Elst
lying device except to the raw partition. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: 8.0_RC1 sd0: error 22 on connecting usb stick

2018-05-01 Thread Michael van Elst
p, name clash, etc..). This might be just garbage, and then you should erase the GPT. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD-8.0_BETA build and LVM

2018-04-30 Thread Michael van Elst
te only in userland. lvcreate needs kernel support, apparently that is missing. Can you explain what 'in the shell of the install image' means? It sounds like 'booted install CD and exited from sysinst to shell' but I'm not sure. Also, what install image did you try? -- --

Re: NetBSD MBR boot / Error no operating system

2018-04-21 Thread Michael van Elst
the BIOS. So that is something else now. >Does anyone know if this chip is supported/likely to be supported? netbsd-7.0.2, netbsd-7.1.1 or netbsd-8rc1 should support it. -- -- Michael van Elst Internet: mlel...@serpens.de &qu

Re: How does NetBSD handle fsync() that incurs I/O errors?

2018-03-31 Thread Michael van Elst
worse, if the write error includes metadata then the filesystem may panic if it tries to read and interpret the data. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: How does NetBSD handle fsync() that incurs I/O errors?

2018-03-30 Thread Michael van Elst
;b_cflags, BC_NOCACHE) || bp->b_error != 0) SET(bp->b_cflags, BC_INVAL); After an error the data is thrown away. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: CPU Microcode update - cpuctl

2018-03-25 Thread Michael van Elst
at? There is a pkgsrc package: sysutils/intel-microcode-netbsd. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: NetBSD on Linode kvm problems

2018-03-03 Thread Michael Parson
On Thu, 15 Feb 2018, Michael Parson wrote: On Sun, 11 Feb 2018, Michael Parson wrote: In any case, I've been up for nearly 48 hours with it being set to 'piixpm0' and haven't seen it slip or stall out yet. *fingers crossed* Just over 5 days of uptime and some time today it started to slip

Re: NetBSD on Linode kvm problems

2018-02-15 Thread Michael Parson
On Sun, 11 Feb 2018, Michael Parson wrote: In any case, I've been up for nearly 48 hours with it being set to 'piixpm0' and haven't seen it slip or stall out yet. *fingers crossed* Just over 5 days of uptime and some time today it started to slip behind. I'm now running

Re: NetBSD on Linode kvm problems

2018-02-11 Thread Michael Parson
On Fri, 9 Feb 2018, Michael Parson wrote: On Sat, 10 Feb 2018, Michael van Elst wrote: mpar...@bl.org (Michael Parson) writes: Ran this a couple of minutes ago: $ sudo sysctl -w kern.timecounter.hardware=clockinterrupt kern.timecounter.hardware: hpet0 -> clockinterrupt And my cl

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael Parson
On Sat, 10 Feb 2018, Michael van Elst wrote: mpar...@bl.org (Michael Parson) writes: Ran this a couple of minutes ago: $ sudo sysctl -w kern.timecounter.hardware=clockinterrupt kern.timecounter.hardware: hpet0 -> clockinterrupt And my clock is already 4 minutes off :-/ Means y

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael van Elst
mpar...@bl.org (Michael Parson) writes: >Ran this a couple of minutes ago: >$ sudo sysctl -w kern.timecounter.hardware=clockinterrupt >kern.timecounter.hardware: hpet0 -> clockinterrupt >And my clock is already 4 minutes off :-/ Means your timer interrupt is way off, that causes

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael Parson
Just got back from a reboot and saw this message... :) On Fri, 9 Feb 2018, atomicules wrote: On 09-Feb-2018 16:57:59, Michael Parson wrote: Ran this a couple of minutes ago: $ sudo sysctl -w kern.timecounter.hardware=clockinterrupt kern.timecounter.hardware: hpet0 -> clockinterrupt And

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael Parson
On Fri, 9 Feb 2018, atomicules wrote: Also, forgot to send this to the list earlier: --- Hi Michael, just to say that I've seen the same: https://twitter.com/atomicules/status/955750901381259264 https://twitter.com/atomicules/status/956466949168476160 I tried para-virtualised

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael Parson
On Fri, 9 Feb 2018, Michael van Elst wrote: mpar...@bl.org (Michael Parson) writes: I then noticed that my clock was way off. After about a week of running, the clock was 4 days(!) behind, even with ntpd running. ntpd won't correct a clock that appears to drift too fast. This I knew. I'm

Re: NetBSD on Linode kvm problems

2018-02-09 Thread Michael van Elst
mpar...@bl.org (Michael Parson) writes: >I then noticed that my clock was way off. After about a week of >running, the clock was 4 days(!) behind, even with ntpd running. ntpd won't correct a clock that appears to drift too fast. Can you check what timecounter is used and switch to a dif

NetBSD on Linode kvm problems

2018-02-09 Thread Michael Parson
nel options I can tweak to make it work better. Does anyone have any suggestions for things I should look at/fiddle with? Thanks. -- Michael Parson Pflugerville, TX KF5LGQ

Re: Doing the impossible, or porting NetBSD to the X5000

2018-01-17 Thread Michael
ort. With hardware being available that would be a completely different story. Leaves one question - how well is the hardware documented? have fun Michael

Re: POSIX semaphore/shared memory management/monitoring tools

2018-01-01 Thread Michael van Elst
unlink(). -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Resizing raidframe

2017-12-31 Thread Michael van Elst
dctl -I' and force a reconstruction with 'raidctl -R'. N.B. nowadays it shouldn't be necessary anymore to have RAID partitions smaller than the disk, so resizing becomes a bit theoretical. -- -- Michael van Elst Internet: mlel...@serpens.de &quo

Re: vt100

2017-12-30 Thread Michael van Elst
offer a more precise or complete VT100 emulation. -- -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

<    1   2   3   4   5   6   7   >