Re: Blank screen after boot with Radeon HD 5450

2017-05-30 Thread andrew
On Tue, May 30, 2017 at 12:22:09PM -0400, Maximilian Pichler wrote: As mentioned, I booted another OS from a USB stick and it runs at 2560x1440@60MHz. Doesn't this make it unlikely that the issue is with the monitor or cable? Also, the connection is via DisplayPort, even the most basic version of

Lenovo T440s

2017-08-02 Thread andrew
First of all, big thanks to Theo for his strong leadership and to all the past and present devs !!! Have a great week ahead !!! --- Just a little FWIW from a Lenovo T440s ... --- dmesg | sort | uniq -c 1 3834:intel_uncore_check_errors] *ERROR* Unclaimed register before interrupt 30 error

regarding the default path for pkg_add in -current

2017-09-27 Thread andrew
Hello Folks !! Regarding GENERIC.MP #115 I have a feeling you are about to roll into 6.2, however I just want to bring the following to your attention in case it matters. I just did a clean install of -current using the bsd.rd dated 2017-09-27. Within the install sequence of questions, the d

Re: Unpriviliged wkhtmltopdf binary invocation fails with core dump

2018-04-23 Thread Andrew
On 04/23/18 15:50, Bogdan Kulbida wrote: Hi Everyone, I'm trying to use wkhtmltopdf to generate PDF from my HTML files. I was googling like crazy but did no find any valuable information so far. When I run (as root) # /usr/local/bin/wkhtmltopdf http://google.com /tmp/out.pdf It does generate p

Re: xconsole keeps dieing

2018-07-17 Thread Andrew
On 07/17/18 17:53, Edgar Pettijohn III wrote: For some reason xconsole has decided to start seg faulting regularly. I can't remember how to build X with debugging symbols. Could anyone give me a quick rundown so I can provide more information. Thanks, Edgar OpenBSD 6.3 (GENERIC.MP) #4: Sun

Re: Downloadable CIDR network calculator

2018-09-11 Thread Andrew
On 09/11/18 12:32, Steve Litt wrote: On Tue, 11 Sep 2018 15:28:09 + (UTC) Stuart Henderson wrote: On 2018-09-11, Steve Litt wrote: > I've created a downloadable CIDR (Classless Inter-Domain Routing) > network calculator, whose sole dependency is Python3. It runs in any > terminal or termi

pfctl tables and a mangled ip address

2018-09-13 Thread Andrew
I just discovered something unexpected using pfctl and tables. I'm far from a networking guy and apparantly I can't type either. Try this on a patched 6.3 amd64. $> uname -mrsv OpenBSD 6.3 GENERIC.MP#10 amd64 The following are a couple CIDRs for amazon. $> pfctl -t sample -T add 176.0.0.0/8 1

pfctl tables: adding a CIDR typo to a new table

2018-10-05 Thread Andrew
I just came upon this while stumbling across my numeric keypad. (If case you are wondering, the "*" key is next to the "/" key ...) --- recent snapshot: $> uname -vrsm OpenBSD 6.4 GENERIC#329 amd64 $> doas pfctl -t sample -T add 74.125.0.0*16 1 table created. 1/1 addresses added. $> doas pf

Re: pfctl tables: adding a CIDR typo to a new table

2018-10-05 Thread Andrew
On 10/06/18 00:28, Klemens Nanni wrote: On Fri, Oct 05, 2018 at 04:02:12PM -0600, Andrew wrote: recent snapshot: $> uname -vrsm OpenBSD 6.4 GENERIC#329 amd64 What's the timestamp? Please provide more detailed information next time. $> doas pfctl -t sample -T add 74.125.0.0

Printer Epson WF-4630 with CUPS

2018-11-04 Thread andrew
e CUPS test page from the web interface leaves the printer idle. The job now shows up in "$ lpstat" and can also be cancelled with "$ cancel $job_id". Please, if anyone knows which documentation I should look at to get at the root of this problem or if anyone here has experience with setting up a driver for their own printer on OpenBSD, contact me. Greetings Andrew Easton

Re: X won't start with latest snapshot as user (Solution provided)

2018-11-10 Thread Andrew
On 11/10/18 19:29, Chris Bennett wrote: On Sat, Nov 10, 2018 at 11:36:17PM +0100, Solene wrote: This is normal. Look at 26th October https://www.openbsd.org/faq/current.html The suid was removed to prevent bad things to happen. Use xenodm instead of startx. I have switched to using xenodm.

pfctl: cidr typo bug

2018-11-11 Thread Andrew
I stumbled upon this because the "/" and the "*" keys are adjacent to each other on a numeric keypad. Note: This is a (GENERIC) kernel and I have hyper-threading disabled on this laptop, if that matters ??? Just your basic upgrade to -current ... - download today's SHA256.sig, bsd.rd, install

Re: pfctl: cidr typo bug

2018-11-11 Thread Andrew
On 11/11/18 19:23, Klemens Nanni wrote: On Sun, Nov 11, 2018 at 12:01:33PM -0600, Andrew wrote: ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 1 table created. 1/1 addresses added. I fail to reproduce this with recent snapshots on both amd64 and sparc64: # pfctl -t cidr_typo -T add

Re: pfctl: cidr typo bug

2018-11-11 Thread Andrew
On 11/11/18 19:23, Klemens Nanni wrote: On Sun, Nov 11, 2018 at 12:01:33PM -0600, Andrew wrote: ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 1 table created. 1/1 addresses added. I fail to reproduce this with recent snapshots on both amd64 and sparc64: # pfctl -t cidr_typo -T add

Re: pfctl: cidr typo bug

2018-11-13 Thread Andrew
On 11/13/18 11:08, Stuart Henderson wrote: On 2018-11-11, Andrew wrote: ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 1 table created. 1/1 addresses added. This would normally fail right here. ~: doas pfctl -t cidr_typo -T show 127.0.0.1 I think your name resolver may be giving out

Re: pfctl: cidr typo bug

2018-11-13 Thread Andrew
On 11/13/18 16:28, Stuart Henderson wrote: On 2018/11/13 10:15, Andrew wrote: On 11/13/18 11:08, Stuart Henderson wrote: > On 2018-11-11, Andrew wrote: > > ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 > > 1 table created. > > 1/1 addresses added. > > This wou

Re: startx fail on Lenovo G50-80 amd64

2015-11-28 Thread Andrew
On 11/28/15, Doug Hogan wrote: > On Fri, Nov 27, 2015 at 09:47:23AM +, freeu...@ruggedinbox.com wrote: >> I installed OpenBSD 5.8 on USB flash memory. It's fine:) >> Then Lenovo G50-80 could booting. but, startx fail and xdm was fail. > > I would focus on startx. > >> 1.background is blank(bla

current snap fails on gigabyte brix at uhub0

2016-01-16 Thread Andrew
FYI -- the current snapshot fails on a Gigabyte Brix. The boot process blows up at:uhub0 -- uhub0: device problem, disabling port 1 uhub0: device problem, disabling port 2 ehci_sync_hc: tsleep() = 35 ehci_sync_hc: tsleep() = 35 ehci_sync_hc: tsleep() = 35 ehci_sync_hc: tsleep() = 35 ehci_sync_hc:

Re: current snap fails on gigabyte brix at uhub0

2016-01-17 Thread Andrew
> I had the same problem with a Gigabyte GA-970A-UD3 based computer, but the > latest snapshot (#1846: Sun Jan 17 02:34:54 MST 2016) fixed it for me. > > Kind regards, > > > Martijn Rijkeboer Just downloaded GENERIC.MP #1847 amd and it boots seamlessly to a login prompt. As always, thanks to Theo

how to mount a *dmg in -current

2016-02-12 Thread Andrew
sh> file tws-stable-standalone-macosx-x64.dmg tws-stable-standalone-macosx-x64.dmg: Macintosh HFS Extended version 4 data last mounted by: '10.0', created: Tue Feb 2 16:12:22 2016, last modified: Tue Feb 2 22:12:22 20to 16, last backup: Tue Feb 2 22:12:22 2016, last checked: Tue Feb 2 22:12:22

Re: how to mount a *dmg in -current

2016-02-12 Thread Andrew
Thank you Jiri !! This works: sh> pkg_add p7zip sh> 7z e *dmg On 2/12/16, Jiri B wrote: > On Fri, Feb 12, 2016 at 12:43:18PM -0600, Andrew wrote: >> sh> file tws-stable-standalone-macosx-x64.dmg >> >> tws-stable-standalone-macosx-x64.dmg: Macintosh HFS Extended

pkg.conf edit on -current #1870

2016-02-15 Thread Andrew
GENERIC.MP #1870 amd64 FWIW: Last night did a clean (re) installl using the toronto.edu mirror. boot> boot hd0a:/bsd.rd Puffy loaded up fine -- but no packages. I edited my /etc/pkg.conf from: ... toronto.edu/pub/OpenBSD/%c/packages/%a/ to: toronto.edu/pub/OpenBSD/snapshots/packages/

Re: OpenBSD and virtual machines

2018-01-09 Thread Andrew
Virtual machines are pretty much necessary, because no matter what distribution of what OS you run, there are always those one or two apps you can't get from the package manager and can't compile, so you need to use a VM. The first six months I used Void Linux I ran LyX on a Ubuntu VM to compile m

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-11 Thread Andrew
On 01/11/18 14:45, Andreas Thulin wrote: Hi! Again, an ignorant question (as usual): How might I do something similar to # dd if=/dev/one of=/dev/sd0 bs=1M as a complement to the usual and well-described # dd if=/dev/zero of=/dev/sd0 bs=1M followed by Personally, given your premise of "pa

cpu_ucode

2018-01-13 Thread Andrew
I want to take a moment to thank Theo -- for, uhhh, being Theo ;-) I've seen some good projects fail from a lack of strong leadership. In contrast, OpenBSD pushes forward because of his good judgement, combined with the hard work of all the past and present devs. Even a regular fella like me has s

Re: Black screen when starting Xorg with new laptop.

2018-02-22 Thread Andrew
On 02/22/18 09:27, George Ramirez wrote: with intel 620 UHD graphics. At first, the console shows with underscan, then the resolution changes to the native one, and finally it goes black. It's a frustrating problem because there are no errors and it seemingly doesn't work. I bet X is actually

signify [file ... ]

2018-03-10 Thread Andrew
Hi Ted !!! Today I downloaded a fresh SHA256.sig and bsd.rd and successfully verified them both with signify(1). -- signify -C [-q] -p pubkey -x sigfile [file ...] Just wondering if signify(1) is intended to exit 0 ONLY if the [file ...] is within the shell's pwd ?? By chance, I noticed that

notes from before and after a BIOS upgrade

2018-03-14 Thread Andrew
First, and as always, I want to express my appreciation to Theo and to all the past and present devs. The world is not full of bunny rabbits and wildflowers ... --- I have a refurb Lenovo T420 off ebay with a very old BIOS from 2011. Nice refurb, eh ?? Here are some before and after notes base

Mail from the command line

2023-02-16 Thread Andrew
ll of phoney tips which rarely work. I hope that this is the right place for asking such questions. Cheers, Andrew

Re: Mail from the command line

2023-02-16 Thread Andrew
Thanks Crystal for your reply and encouragement, I'll explore all your suggestions and references when I have enough time. Cheers, Andrew Le jeu. 16 févr. 2023 à 12:58, Crystal Kolipe a écrit : > On Thu, Feb 16, 2023 at 12:27:37PM +0100, Andrew wrote: > > *Do you know any re

BSD Podcast

2013-09-06 Thread Andrew
There's a new BSD podcast that's just started. First episode was really good, thought I'd share with the list. Interviews, tutorials, news, lots of fun stuff. http://www.bsdnow.tv/about Our very own phessler@ is the first guest.

Re: Default OpenBSD browser

2015-07-28 Thread Andrew
On 7/28/15, Craig Skinner wrote: > On 2015-07-28 Tue 15:30 PM |, Mohammad BadieZadegan wrote: >> What is the best and lightest browser that usefull with fvwm? > > Dillo is generally good, with Firefox for heavy sites. > > Depends on where _you_ surf. I'm just an obsd end-user, but it would be wr

Re: securing web browser

2015-08-14 Thread Andrew
On 8/14/15, Frank White wrote: > Hi, anyone has some advices to make more secure a browser like firefox ? > chroot + systrace ? This previoius thread is one solution. Plus read a subsequent thread on pdf viewers. http://marc.info/?l=openbsd-misc&m=142676615612510&w=2

current snapshot works on a Gigabyte Brix

2015-09-02 Thread Andrew
Last time I tried (many months ago) ended in a kernel panic. Big thanks to Puffy/ Theo/ devs for liberating this box from it's old kernel !! Much happiness :-) --- OpenBSD 5.8-current (RAMDISK_CD) #1211: Wed Sep 2 08:50:46 MDT 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/R

generic.mp #2018 amd64 install and packages.

2016-05-09 Thread Andrew
Hi misc@, Just a user experience for your consideration. I picked up a new bsd.rd from snapshots in toronto. Checked the sha256 and signify to make sure it's good. Moved it to / and rebooted with: boot> hd0a:/bsd.rd selected Install with standard options. clean download from the mirror followed

Re: Fifteen questions

2016-06-11 Thread Andrew
> Does OpenBSD come up with any in-house software to encrypt a file? Or do > I have to use gnupg? Yes -- libressl may do what you want. Read man openssl(1) and skim down to the section entitled "ENC" and the subsequent sections including examples. It's well written.

Carp+pfsync

2006-01-24 Thread Andrew
virtual interface. Is this error? Openbsd-3.8 stable. Hardware: fujitsu-siemens RX200 -- Best regards, Andrew mailto:[EMAIL PROTECTED]

Re: Problems installing on Dell R830

2017-04-27 Thread Andrew Daugherity
system boots fine. Now I'm more confused... I don't know what to make of the extra 256MB, but it's possible your system's crossing the 512GB boundary may be the issue. -Andrew

Re: list all system users, eg. _x11

2017-05-09 Thread andrew fabbro
:0:Charlie &:/root:/bin/ksh > > daemon:*:1:1:The devil himself:/root:/sbin/nologin > > operator:*:2:5:System &:/operator:/sbin/nologin > > bin:*:3:7:Binaries Commands and Source:/:/sbin/nologin > > > > You can parse that with awk and do stuff. Read about passwd(5) to > > understand the format. A login shell of /sbin/nologin means > > it isn't interactive. That might get you started? > > > > --STeve Andre' > > > > > > !DSPAM:590e28ea17913841584367! > > > > -- andrew fabbro and...@fabbro.org

Re: Pinebook (if anyones up for it)

2017-05-13 Thread Andrew Gwozdziewycz
My understanding is that there is some support for the Pine64 platform, though it requires access to the pins to get a serial console. I haven't opened mine up yet, but I assume it's a Pine64, on a different footprint PCB. Though... I have no idea about any other IO pins... > On May 13, 2017, a

Re: Domain redirections to Openbsd.org?

2017-05-18 Thread andrew fabbro
alexander.uk/ ? > I don't think that's a redirect. It looks like the owner of that site simply ripped the OpenBSD main page and placed it on his site. At least he was thorough - images are served from his site and not via hotlink. As to normal thing...I'd say not. -- andrew fabbro and...@fabbro.org

Libressl issue verifying self-signed certs with tls-auth and Openvpn

2017-06-20 Thread Andrew Lemin
Hi Misc, Has anyone else come across any issues recently with Openvpn, Libressl and TLS on OpenBSD 6.1? I am using an .ovpn file with TLS auth static key and cert inline within the file, to connect to VPN service. Running openvpn binary from command line without any special params, just .ovpn fil

Re: Libressl issue verifying self-signed certs with tls-auth and Openvpn

2017-06-20 Thread Andrew Lemin
t; Sent from a teeny tiny keyboard, so please excuse typos > > On 20 Jun 2017, at 20:23, Andrew Lemin wrote: > > Hi Misc, > > Has anyone else come across any issues recently with Openvpn, Libressl and > TLS on OpenBSD 6.1? > > I am using an .ovpn file with TLS auth static key

Re: Getting Dell RAID status via SNMP

2017-07-28 Thread Andrew Daugherity
1 Online 500107862016 0:1.0 noencl 'unknown serial' Not sure about the 'unknown serial', but otherwise looks correct. Nice work! Sorry I don't have a card with cache (e.g. H730) to test on,

6.1 fails to boot on a 486

2017-08-31 Thread Andrew Daugherity
I recently dug out of the closet my old IBM PS/2E, which had served as my firewall box from 2000ish-06, and was in fact the very first machine I ever installed OpenBSD on, to see if it still worked properly. It did (after changing the CMOS battery), but booted into OpenBSD 4.1... yeah, just a *bit

Re: 6.1 fails to boot on a 486

2017-09-01 Thread Andrew Daugherity
On Fri, Sep 1, 2017 at 1:57 AM, Mike Larkin wrote: > On Fri, Sep 01, 2017 at 01:04:40AM -0500, Andrew Daugherity wrote: > > > > boot> hd0a:/bsd.61 > > cannot open hd0a:/etc/random.seed: No such file or directory > > booting hd0a:/bsd.61: 7678420+2057220+1

Re: amd64 OpenBSD 6.2 doesn't see hard disks when controller in RAID mode

2017-10-12 Thread Andrew Daugherity
On Wed, Oct 11, 2017 at 11:01 AM, Stuart Henderson wrote: > What is not good is when you do have a RAID array, the controller is > in RAID mode, but OpenBSD doesn't understand the metadata, so it corrupts > data on the disk. > > This is a difficult area. We don't want to corrupt data, but then som

Re: vmm issues - vioblk_notifyq: unsupported command 0x8

2017-10-12 Thread Andrew Daugherity
text mode under Xen). This was my first time trying out vmm and it was very straightforward, once I figured out what were dumb mistakes on my part. vmm is already very capable and it is steadily improving! -Andrew [1] https://doc.opensuse.org/documentation/leap/startup/single-html/book.opensuse.startup/index.html#id2504

Re: vmm issues - vioblk_notifyq: unsupported command 0x8

2017-10-13 Thread Andrew Daugherity
hus the installer uses the real disk device, but since vmm doesn't implement that call, instead of marking the disk as not having an ID, invalid disk IDs somehow get used. -Andrew

Re: spontaneous reboot during upgrade using bsd.rd on VIA C3.

2017-10-17 Thread Andrew Daugherity
ng off. * Suspend and hibernate do not work. * Reported temperatures via hw.sensors are about 10-15C lower than reality. I'll submit a proper bug report for the reboot & suspend stuff once I do more testing (e.g. acpi disabled, BIOS settings for S1 vs. S3 suspend, etc.). -Andrew [1] https://marc.

Re: CVE-2018-8897

2018-05-11 Thread andrew fabbro
> > > > > Was this caught in an audit? > > > > > > I am just curious about causality that kept OpenBSD in the clear of > > > this one > > > that made such headlines yesterday. > > > > > > We didn't chase the fad of using every Intel cpu feature. > > This goes into the achive! Thank you for the slice of sanity in an > insane word. > > /jl > > -- andrew fabbro and...@fabbro.org

Re: user directory and wheel group

2018-06-18 Thread andrew fabbro
On Fri, Jun 15, 2018 at 2:42 PM, Stuart Henderson wrote: > One thing to be aware of is the not-very-well-known restriction that one > user can be in a maximum of 16 groups. If memory serves, this limitation derives from an nfs limitation. -- andrew fabbro and...@fabbro.org

Re: "Missing operating system" after i386 dual boot install

2018-08-06 Thread Andrew Daugherity
ly, since NTLDR works with the PBR): there is a problem with the PBR, or with the BIOS's ability to boot from it. Using the NT loader menu may end up being a better solution for you, but this should sort out the direct-boot case. -Andrew

PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-09-11 Thread Andrew Lemin
Hi list, I use an OpenVPN based internet access service (like NordVPN, AirVPN etc). The issue with these public VPN services, is the VPN servers are always congested. The most I’ll get is maybe 10Mbits through one server. Local connection is a few hundred mbps.. So I had the idea of running mu

Re: pledge & unveil

2018-10-23 Thread andrew fabbro
> > is there a paper on the web that explains work and relationship > from pledge and unveil for dummies? > > Best wishes, > Heinz > > -- andrew fabbro and...@fabbro.org

Cannot mount install.fs disk image to create custom auto_install.conf based USB flash drive

2018-11-11 Thread Andrew Lemin
Hi list, I really need some help mounting an install.fs disk image, and hope someone can help :) I have been trying and failing to create an auto-installing USB flash drive for OpenBSD. All of the below steps are being performed using an existing OpenBSD VM 1) Create /auto_install.conf file https

Intel Celeron SoC support

2018-11-14 Thread Andrew Lemin
Hi, I am running an ASRock J4105B-ITX board and wanting to run OpenBSD on this. https://www.asrock.com/MB/Intel/J4105B-ITX/index.asp#BIOS It boots up, and at the 'boot>' prompt I can use the keyboard find. However after it boots up, the keyboard stops working, and no disks are found by the insta

Re: OpenBSD VPS hoster with unlimited/limited nonfiltered traffic

2020-04-20 Thread andrew fabbro
) VPSes. I'm partial to lowendtalk.com, but there's also talk.lowendspirit.com and hostballs.com. I can't recommend WebHostingTalk.com any more as it's mostly turned into an advertising/sig spamming forum. -- andrew fabbro and...@fabbro.org

USB 3.0 flash drive not functional

2020-05-12 Thread Andrew Klaus
I recently tried using a USB Flash Drive (64GB Capacity) under OpenBSD 6.7 on both amd64 and arm64. It's detected as a umass0 device, but won't display the disksize/sector line in dmesg and is not available for me to use as a drive. This drive does work on other operating systems, so I know the dri

Re: USB 3.0 flash drive not functional

2020-05-12 Thread Andrew Klaus
, and is bypassed: 222: if (error == 0) { 223: printf("%s: %lluMB, %u bytes/sector, %llu sectors", ... This explains why I'm not seeing seeing the "bytes/sector" output. On Tue, May 12, 2020 at 10:15 PM Andrew Klaus wrote: > > I recently tried using a USB Flash

Re: Article OpenBSD: Not Free Not Fuctional and Definetly Not Secure and BSD, the truth blog

2020-05-28 Thread andrew fabbro
a sex scandal, I would have hoped for something more colorful. Ho hum. Is the author telling the truth? Or just yet another anti-BSD thing? > The author isn't even lying well, much less telling the truth. -- andrew fabbro and...@fabbro.org

Re: Microsoft's war on plain text email in open source

2020-08-26 Thread andrew fabbro
e odds their OpenBSD patch is going to be accepted... -- andrew fabbro and...@fabbro.org

Approved way to update installed ports after system upgrade?

2020-10-20 Thread Andrew Robertson
What's the standard way to upgrade installed ports after a system upgrade? I've been trying to figure out how to do this properly, and it doesn't seem to have any mention in the FAQ. Thanks in advance.

Re: What is you motivational to use OpenBSD

2019-09-01 Thread andrew fabbro
On Wed, Aug 28, 2019 at 7:45 AM Mohamed salah wrote: > I wanna put something in discussion, what's your motivational to use > OPENBSD The vastly superior mascot and soundtrack. -- andrew fabbro and...@fabbro.org

Re: OpenBSD on AWS - pciide/wd issue

2019-09-04 Thread Andrew Daugherity
at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (70bae60fe9b7d0df.a) swap on sd0b dump on sd0b fd0 at fdc0 drive 0: density unknown fd1 at fdc0 drive 1: density unknown -Andrew

Re: BACK TO BASICS

2019-10-12 Thread andrew fabbro
e Unix landscape was fragmented long, long before Linux or the three modern BSDs even existed. -- andrew fabbro and...@fabbro.org

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread Andrew Lemin
Hi gents, Sorry for the slow reply, and thank you for all your responses! :D Raf, you are correct. It seems that the ftp client is performing an http(s) downloads. To me this seems unusual (was expecting 'curl' or 'wget' etc to avoid code duplication) and confusing? What do you think? Stuart, th

cron output direct to mbox without smtpd?

2019-11-24 Thread Andrew Kanaber
e the popen arguments but that seems like more trouble than it's worth in the long run. Is there some other way to do this? Is there a reason I've missed that this is actually just a bad idea? Thanks for your help, -- Andrew Kanaber

Re: Third server now locked up after reboot due to no keyboard attached

2019-12-16 Thread Andrew Daugherity
ompt. Note that this is not yet implemented in the UEFI bootloader: https://github.com/openbsd/src/blob/43e343f8aa17502e68dbb74fa3dd463280c74fe5/sys/arch/amd64/stand/efi64/efiboot.c#L514-L519 (Compare pc_getshifts() in .../libsa/bioscons.c, which calls BIOS interrupts. Anyone know the UEFI equivalent?) -Andrew

Re: dhcpd and unbound on a small LAN

2020-01-06 Thread Andrew Daugherity
t does matter is words within the pkg_scripts setting, which orders those relative to each other. > Make sure your resolv.conf points to unbound so that your system can > resolve the local dns names. If your uplink interface interface is configured as DHCP, this will need to be set in dhclient.conf, e.g. "supersede domain-name-servers 127.0.0.1". -Andrew

Re: Userland PCI drivers possible in OpenBSD?

2020-01-12 Thread Andrew Tipton
roper kernel driver for it so that it can actually be used on a normal system and by non-root users. Normal systems run at securelevel=1 (or 2) for good reason, and ideally are also running with machdep.allowaperture=0. (I shall now don my flameproof suit.) Cheers -Andrew

pkg_info(1) man page possible error

2020-01-24 Thread Andrew Easton
kes a string as an argument. What other information can I provide to clarify where the problem lies? (It may be the man page, pkg_info, "layer 8" or a combination of these three factors.) # uname -a OpenBSD 6.6 GENERIC#4 amd64 Thank you for your time, Andrew Easton

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-31 Thread Andrew Easton
nderstanding, e.g. the operating system has to be aware of the MMU. I am concretely speaking of amd64 territory here.) https://man.openbsd.org/process : did not turn up anything https://man.openbsd.org/pledge : where is further information on what a process is? https://man.openbsd.org/unveil : where is further information on what a process is? Best Regards, Andrew

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-06 Thread Andrew Daugherity
perhaps that serial port is remotely accessible, e.g. with IPMI serial-over-LAN or Intel vPro remote access? -Andrew

Re: Advices for a new laptop

2015-10-29 Thread Andrew Gwozdziewycz
The X220 is older, so you can probably find it via ebay or other sources for way less than your budget. On Thu, Oct 29, 2015 at 8:33 AM, Domovoy wrote: > Thinkpads are over my budget (i find them starting with the E550 at 758€ > on my usual reseller). > > What about the B50-80 (80LT003C): i3,

Re: installation of Perl on OpenBSD 5.8 with perlbrew fails due crypt.h

2015-11-02 Thread Andrew Fresh
gain if needed. That would be helpful, along with specific versions of perl you are trying to install. l8rZ, -- andrew - http://afresh1.com Full-time system administration is a delicate balance between proactiveness and laziness. -- jhorwitz from use.perl.org

Re: installation of Perl on OpenBSD 5.8 with perlbrew fails due crypt.h

2015-11-03 Thread Andrew Fresh
On Tue, Nov 03, 2015 at 02:03:34PM -0200, Alceu Rodrigues de Freitas Junior wrote: > Hello Andrew, > > Em 02-11-2015 23:52, Andrew Fresh escreveu: > >Yes, we don't support many of the algorithms that the tests attempt to > >use. I should probably push this patch upstre

Re: Unix::Pledge perl module

2015-11-19 Thread Andrew Fresh
definitely room in the ecosystem for more than one tool, especially if other operating systems adopt pledge. l8rZ, -- andrew - http://afresh1.com I wish life had an UNDO function.

Re: problem mounting ext4 filesystem

2016-01-08 Thread Andrew Daugherity
penBSD, but not for your particular FS -- yours contains the bit 0x80 (INCOMPAT_64BIT, not even listed in OpenBSD, let alone in EXT4F_RO_INCOMPAT_SUPP). If you want to share the FS read/write between OpenBSD and Linux, it's probably easier to create it as ext2 rather than tracking down which ext4 features to disable. -Andrew

Re: Can I accelerate my magnet HDD using a SSD in any way?? E.g. softraid patch/ARC, dedicated hardware e.g. Intel RCS25ZB040LX="Nytro MegaRAID", anything

2016-02-01 Thread andrew fabbro
OTOH, you can get 4TB SATA drives for $250. The OP was just pointing out that SSD-acceleted (aka SSD-cached) SATA/SAS is very common in Win/Lin/OSX and was wondering what the status is on OpenBSD. -- andrew fabbro and...@fabbro.org

Re: Community-driven OpenBSD tutorials wiki?

2018-01-04 Thread andrew fabbro
out of date very fast. Ultimately, this is like the thread recently on using something other than CVS. The onus is on the proposer to demonstrate value. -- andrew fabbro and...@fabbro.org

OpenBGPD not parsing cluster-id

2018-01-25 Thread Andrew Thrift
e. I have also tried "clusterid" with no success. On reading through parse.c it does not have cluster-id or clusterid specified as keywords. Is cluster-id supported by OpenBGPD or am I configuring it incorrectly ? Regards, Andrew

Re: OpenBGPD not parsing cluster-id

2018-01-25 Thread Andrew Thrift
Thanks Tom and Tony, That is the solution. It is so obvious now :D On Fri, Jan 26, 2018 at 7:10 PM, Tom Smyth wrote: > Hi Andrew > > Try replacing > > route-reflector > cluster-id 202.49.106.0 > > With > route-reflector 202.49.106.0 > > > On 26 Jan

OpenBGPD dropping neighbor on VPNv4 NLRI withdraw

2018-01-31 Thread Andrew Thrift
esync.btg.co.nz/index.php/s/rvc8mc9RCpTR1Lg Is there anything we can do to stop OpenBGPD from dropping the session? Running per-VRF label's is default on all Juniper platforms, and is common on Cisco as well. Regards, Andrew

Re: i386 "panic: pci_make_tag: bad request" after acpi sleep states

2021-01-11 Thread Andrew Daugherity
you could boot another OS from both hdd and PXE, maybe compare ACPI dumps to see if the BIOS changes something? Another workaround would be to 'boot -c' and disable acpi0, but that of course doesn't help fix the bug. -Andrew

How to unlock a serial port

2021-01-14 Thread Andrew Grillet
running various live services. I cannot find evidence of a lock file in /dev/spool/lock. Is there a way out of this predicament? Andrew

pkg_info(1) manpage issue

2021-01-24 Thread Andrew Easton
specific operation of browsing uninstalled packages and showing a summary line? === Affected Man-Page File === /usr.sbin/pkg_add/pkg_info.1 in commit 0b249e2164be2385bc6a5e82814435649b2b06e0 Date: Sun Jan 24 10:21:43 2021 + Kind regards, Andrew Easton

boot_config(8) man page issue; and possibly openbsd.org/report.html

2021-01-24 Thread Andrew Easton
se my suggestions above are overly pedantic, I sincerely apologize. === Affected Man Page File === /share/man/man8/boot_config.8 in commit 0b249e2164be2385bc6a5e82814435649b2b06e0 Date: Sun Jan 24 10:21:43 2021 + Thank you very much for your time. Kind regards, Andrew Easton

Re: native wireguard + nat

2021-03-04 Thread Andrew Klaus
Please provide your whole pf.conf file and ifconfig output. It's difficult to help with only a small subset of the configuration. There are PF macros referenced, but they weren't included either. On Thu, Mar 4, 2021 at 10:53 AM Riccardo Giuntoli wrote: > root@ganesha:/etc# cat pf.conf | grep w

Release schedule/general product engineering

2021-04-22 Thread Andrew Grillet
of a general drift away from Intel and towards Arm by both server and workstation users]. There is also the possibility that people who have been hit by malware might want a more secure solution. regards Andrew

Re: Sparc64 LDOM not working past OpenBSD 6.5

2021-05-11 Thread Andrew Grillet
. This system is available and currently could be used for testing, although not on the public internet, and only during office hours in Europe/London timezone - machine must be shut down out of office hours. Andrew . On Wed, 12 May 2021 at 03:22, Ax0n wrote: > > I have a SunFire T2000

altroot weekly.local

2021-06-22 Thread Andrew Robertson
Is there any problem with putting ROOTBACKUP=1 in my weekly.local instead of daily.local? I'm backing up to an SD card and it's maybe not fast enough to back up in 24 hours, plus weekly backup would be fine. Many thanks.

Re: C style in OpenBSD

2021-07-01 Thread andrew fabbro
e code > easier to read for anyone familiar with that style. Part of that > means using common idioms that are immediately recognizable by > someone familiar with the style. This reduces the amount of time > is takes someone to understand the code. -- andrew fabbro and...@fabbro.org

Re: X11 SIGSEGV on VirtualBox

2021-07-08 Thread Andrew Daugherity
supports that but I don't remember. Another option is efifb/wsfb, which of course requires configuring the VM for UEFI mode and reinstalling. Both probably have lower performance though. -Andrew [1] https://github.com/openbsd/xenocara

Intel E823-L Ethernet interfaces not detected

2023-08-19 Thread Andrew Lester
at all. Although, I am willing to help any way I can. If somebody would like the use of the system, happy to lend it out, etc. Cheers, Andrew Full dmesg follows: OpenBSD 7.3 (GENERIC.MP) #1125: Sat Mar 25 10:36:29 MDT 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC

Re: Intel E823-L Ethernet interfaces not detected

2023-08-20 Thread Andrew Lester
e into the future, if somebody at the project is thinking "Gee, wish I had an Intel E800 platform to evaluate" - reach out to me and I'd be happy to lend mine, and cover costs too. :) Thanks to you and all other contributors for the stellar software! -Andrew

PF queue bandwidth limited to 32bit value

2023-09-11 Thread Andrew Lemin
Hi all, Hope this finds you well. I have discovered that PF's queueing is still limited to 32bit bandwidth values. I don't know if this is a regression or not. I am sure one of the objectives of the ALTQ rewrite into the new queuing system we have in OpenBSD today, was to allow bandwidth values l

Re: PF queue bandwidth limited to 32bit value

2023-09-12 Thread Andrew Lemin
Hi Stuart. On Wed, Sep 13, 2023 at 12:25 AM Stuart Henderson wrote: > On 2023-09-12, Andrew Lemin wrote: > > Hi all, > > Hope this finds you well. > > > > I have discovered that PF's queueing is still limited to 32bit bandwidth > > values. > > >

Re: PF queue bandwidth limited to 32bit value

2023-09-12 Thread Andrew Lemin
On Wed, Sep 13, 2023 at 3:43 AM Andrew Lemin wrote: > Hi Stuart. > > On Wed, Sep 13, 2023 at 12:25 AM Stuart Henderson < > stu.li...@spacehopper.org> wrote: > >> On 2023-09-12, Andrew Lemin wrote: >> > Hi all, >> > Hope this finds you well. >

Re: PF queue bandwidth limited to 32bit value

2023-09-14 Thread Andrew Lemin
On Wed, Sep 13, 2023 at 8:22 PM Stuart Henderson wrote: > On 2023-09-12, Andrew Lemin wrote: > > A, thats clever! Having bandwidth queues up to 34,352M would > definitely > > provide runway for the next decade :) > > > > Do you think your idea is worth ci

  1   2   3   4   5   6   >