httpd redirect

2019-11-15 Thread Thomas
Hi, I need to do this redirect with httpd: from: http://my.old.site/#info to: https://my.new.site/products/product.html Has anyone an idea to achieve this? I have tried several variations using the "location match" statement, but without success. Thanks a lot, Thomas

Re: httpd redirect

2019-11-16 Thread Thomas
Ted, I feel so stupid nowof course this is impossible...thanks for the answer! All the best, Thomas On 16.11.19 07:39, Ted Unangst wrote: > Thomas wrote: >> Hi, >> >> I need to do this redirect with httpd: >> >> from: >> http://my.old.site/#info

httpd redirect based on query parameters

2019-11-18 Thread Thomas
edirect to: "http://newcompany.website/contact"; I think the problem is that everything after the "?" is not taking into account by the httpd redirect logic (because by definition it's not part of the path?). But is there a way to achieve this with httpd? Thanks a lot, Thomas

trunk(4) behaviour

2021-04-25 Thread Thomas
again. Is this the intended behavior of the trunk interface? I was expecting that as soon as the interface on the master switch is available again, the traffic immediately goes to the master interface again. Thanks a lot, Thomas

Use of fw_update to bootstrap OBSD

2023-10-08 Thread Thomas
, and that, at least for me, fw_update does not download signed SHA256.sig, would it not be possible to download unintended files? Thanks in advance, Thomas

Issue with pf route-to and routing tables

2024-04-15 Thread Thomas
wg0 through vio0 and src IP is rewritten to VM public IP. I'm thinking of more complex rules to split traffic from wg0 between wg1 and vio0 based on the ports and using route-to vio0 seemed the easiest way to do so. Thanks in advance, Thomas

Re: Issue with pf route-to and routing tables

2024-04-16 Thread Thomas
On Mon, 15 Apr 2024, at 21:33, Thomas wrote: > Hi all, > > I'm greatly enjoying OpenBSD and have it on most of my devices as I try > to set up my "perfect lab". I would like some feedback / thoughts about > one behaviour which I don't quite get. > > I

Re: VAX donation request for package builds

2014-01-13 Thread Thomas
I'm not willing to part with any of my Vaxstations since I'm actively using them, but I'm willing to donate one of my VAX 4000 model 300s that are sitting in my basement right now. They have DSSI disks but I think one of them has a SCSI card that I'll also part with. They are the size of a small

Re: VAX donation request for package builds

2014-01-13 Thread Thomas
Actually, I just spoke to one of my co-workers... he is an OpenBSD guy and he knows Theo and the location of the build hardware, so I've lined up someone to move it to its location, I've just got to wipe VAX/VMS from it and install the recent build of OpenBSD. ------ Tho

Re: VAX donation request for package builds

2014-01-13 Thread Thomas
OK... sorry The only other machine that I could offer is a Vaxstation 3100 m30, but it doesn't even run VMS very well and probably would not be a very good build machine. On Mon, Jan 13, 2014 at 1:20 PM, Theo de Raadt wrote: > Thanks for the offer, but I really cannot house a 4000/300. Quite >

Re: OPENBSD FUNDING SOLUTION -- COME AND PARTICIPATE

2014-01-20 Thread Thomas
Geesh I'm just going to go to Theo's house and hand him a pile of money. Then, I'm going to unsubscribe from the "misc" mailing list for a month while this quiets down On Mon, Jan 20, 2014 at 5:43 AM, Jens A. Griepentrog < griep...@wias-berlin.de> wrote: > I regularly donate to the projec

no serial access anymore after upgrade

2022-02-22 Thread Thomas
showing up after that. After boot I'm now not able to access the server via serial console at all anymore. Has anyone made the same experience after upgrading? Thanks and have a nice day, Thomas /etc/boot.conf stty com0 set tty com0 dmesg: OpenBSD 7.0 (GENERIC.MP) #5: Mon Jan 31 09:09:0

Re: no serial access anymore after upgrade

2022-02-22 Thread Thomas
Unfortunalty I don't have a dmesg from prior versions :/ When the machine is booting the serial console shows the output. So it seems to work in general. But after booting is finished...nothing. Thomas On 22.02.22 15:04, deich...@placebonol.com wrote: Do you have dmesg output pri

Re: no serial access anymore after upgrade

2022-02-22 Thread Thomas
yes, I think you are right. /etc/ttys shows this line: tty00 "/usr/libexec/getty std.9600" unknown off I for sure messed it up manually with sysmerge... Thanks a lot, Nick! Thomas On 22.02.22 17:25, Nick Holland wrote: On 2/22/22 8:21 AM, Thomas wrote: Hello, I have

openvpn client with tap device

2008-02-19 Thread thomas
Hi misc, I have the parameters below, in openvpn config. OpenBSD is the client, the server is already working with non OpenBSD clients. dev tun0 dev-type tap When I start openvpn, the system creates the interface tun0, ifconfig shows it like a real interface not a point to point, like I saw with

Re: Howto remove sendmail?

2007-02-15 Thread thomas
nd :) same question asked 2 weeks ago. thomas

Re: ssh hangs from Ubunty Feisty 7.04 to OpenBSD

2007-04-24 Thread thomas
I have the same problem with the new debian 4.0. Default sshd_config/ssh_config. I am not able to ssh into openbsd-3.9. authlog on openbsd-server: ... sshd[21822]: fatal: Timeout before authentication ... Joaquin Herrero schrieb: Hi, it seems that the new Ubuntu Feisty 7.04 has some broken thin

HP 24x6 Autoloader: "CHIOMOVE: Device Busy"

2008-08-23 Thread thomas
hout restoring any files) I can move the tape back to the slot. Do you have any ideas what may cause this 'Device busy' messages? Best Regrads Thomas dmesg: OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: In

Re: HP 24x6 Autoloader: "CHIOMOVE: Device Busy"

2008-08-25 Thread thomas
Hi, Am 23.08.2008 um 11:53 schrieb thomas: Hi, I recently installed a HP DDS3 Autoloader 24x6 on a x86 with 4.3. Loading of tapes works without problems, but unloading the tape after writing to it causes a 'Device busy' message: # /bin/chio move slot 0 drive 0 # /sbin/dump -

Re: OpenBSD 3.9 on an old mac g4

2006-10-13 Thread thomas
t; > > > Thanks > : Mike Cody Hello Mike i ran into the same problem with an old g4 (agp-graphics/400MHz) and solved it by using the 'g' command followed by [d] ("set disk geometry based on what disk thinks") then i 'r'calculated the free space. see disklabel(8) thomas

Re: Applying patch ?

2006-10-29 Thread thomas
build and install sendmail: cd gnu/usr.sbin/sendmail make obj make depend make make install see http://openbsd.org/faq/faq10.html#Patches it4s all in the faq... greetings thomas

audio problems

2006-11-04 Thread thomas
n you give me a hint? thanks thomas stripped down dmesg "Intel 82801CA/CAM AC97" rev 0x01 at pci0 dev 31 function 5 not configured auich0 at pci0 dev 31 function 5 "Intel 82801CA/CAM AC97" rev 0x01: irq 9, ICH3 AC97 ac97: codec id 0x41445348 (Analog Devices AD1881A) ac97:

Re: Asus EEEPC 900

2011-11-25 Thread thomas
Am 25.11.11 17:15, schrieb Stuart Henderson: On 2011-11-25, Henrik Engmark wrote: I was wondering if anyone out there is using the eee pc 900 to run OpenBSD. I used an early 700 for many years as a firewall without problems, but that one died on me. Now when I try and replace it with my 900,

Bootloader location for encrypted root (softraid)

2024-10-09 Thread Thomas
learning a few things along the way. Thanks in advance, Thomas

Failed re-install with bsd.rd and full disk encryption

2024-10-09 Thread Thomas
d0a showed: disklabel: DIOCWDINFO: Device busy when trying to write. I have given up (and I think that's my last question of the series) and asked for the VM to be reimaged but I wonder where that went wrong in trying to re-install with bsd.rd. Greetings, Thomas

Re: newsyslog trimming hourly despite two hours config file

2024-10-07 Thread Thomas
On Sun, 6 Oct 2024, at 20:05, Otto Moerbeek wrote: > On Sun, Oct 06, 2024 at 05:18:18PM +0200, Otto Moerbeek wrote: > >> On Sun, Oct 06, 2024 at 04:35:52PM +0200, Thomas wrote: >> >> > Hello everyone, >> > >> > I may have run into a corner case wit

Re: Failed re-install with bsd.rd and full disk encryption

2024-10-10 Thread Thomas
>> I have attempted to upgrade from 7.5 to 7.6 on a VPS with encryption. As /usr >> was too small (< 1G left), I chose to re-install and re-partition. I >> downloaded >> bsd.rd, checked it, etc. and rebooted it. >> >> Following the install steps, I was not offered the choice to encrypt, only to >

newsyslog trimming hourly despite two hours config file

2024-10-06 Thread Thomas
g else I think that I can work around this (and check the theory...) setting up another cron job to touch /var/log/pflog1 every hour so that the mtime of the archive cannot be exactly 5400 seconds later. 59 * * * * /usr/bin/touch /var/log/pflog1 Greetings, Thomas

Fwd: smtpd under different rtable + /root/.forward

2024-10-23 Thread Thomas
gives: sendmail: command failed: 451 Temporary failure: . Is that a security thing? Thanks a lot in advance, Thomas

Re: smtpd under different rtable + /root/.forward

2024-10-24 Thread Thomas
aller, the recovery console is kind enough to show the IP, subnet, and gateway at the bottom to set up vio0. Thomas digitalocean-obsd-bootstrap Description: Binary data

dhcpleased wrong DHO_DHCP_CLIENT_IDENTIFIER

2025-05-07 Thread Thomas
ointer as to what would prevent dhcpleased from acquiring the lease? Could it be due to the uprade? I've had this setup working well for the last 12+ months without any changes. Well ISP modem changed but that was well over a month ago. Many thanks in advance, Thomas

Re: dhcpleased wrong DHO_DHCP_CLIENT_IDENTIFIER

2025-05-07 Thread Thomas
On Wed, 7 May 2025, at 13:15, Nick Owens wrote: > On Wed, May 7, 2025 at 2:30 AM Thomas wrote: > >> Hello everyone, >> >> For some reasons dhcpleased has stopped functioning yesterday, without any >> changes on my setup. The error message is: "wrong >>

Re: dhcpleased wrong DHO_DHCP_CLIENT_IDENTIFIER

2025-05-08 Thread Thomas
g_warnx("wrong " > "DHO_DHCP_CLIENT_IDENTIFIER"); > - return; > } > } > p += dho_len; > Thanks a lot, this seems to do the trick. I've reverted from static configuration to DHCP. I'll confirm in a few days if that holds. but I've just ran dhcpleased in the foreground for a fair few times now without issues. Best, Thomas

FTP during install not working

2017-07-07 Thread Thomas Smith
I'm trying to install OpenBSD 6.1. Selecting the sets location always initially fails with the following: Location of sets? (disk http or 'done') [http] HTTP proxy URL? (e.g. 'http://proxy:8080', or 'none') [none] (Unable to get list from ftp.openbsd.org, but that is OK) HTTP Server? (hostname or

Re: FTP during install not working

2017-07-07 Thread Thomas Smith
To add one more thing to this... After the install is completes, I get the following error trying to install a package (any package): $ doas pkg_add zsh http://ftp.usa.openbsd.org/pub/OpenBSD/6.1/6.1/packages/amd64/: no such dir Can't find zsh $ cat /etc/installurl http://ftp.usa.openbsd.org/pub/O

Re: FTP during install not working

2017-07-07 Thread Thomas Smith
> Is the clock on this system correct? OpenBSD 6.1+"s installer uses https > (at least for architectures which can fit it on the install media) but > doesn"t handle the case where you have an incorrect clock very well > (normally the installer tries to fetch the mirror list over https, which > fail

Dynamic IPv6

2017-07-07 Thread Thomas Smith
My ISP (Cox) supports IPv6 and I have this working on a MikroTik router--it pulls an address and prefix, creates a default route, creates an address pool for internal client, etc. I've been working to configure a similar setup in OpenBSD 6.1 and I've been unable to even get the outside interface

Re: Recommendation on OpenBSD host

2017-07-26 Thread Thomas Smith
Linode works pretty well for me; I understand that some have EC2 working as well, but I’ve not taken the time to try that. There area a couple of different ways, as well, with Linode to create base images and speed new server deployments. I personally store my base images off-line and copy up when

IPv6 autoconf

2017-07-27 Thread Thomas Smith
Hi, My ISP (Cox) supports IPv6 and I have this working on a MikroTik router--it pulls an address and prefix, creates a default route, creates an address pool for internal clients, etc. I've been working to configure a similar setup in OpenBSD 6.1 but I've been unable to even get the outside inter

Re: IPv6 autoconf

2017-07-27 Thread Thomas Smith
On July 27, 2017 at 6:35:23 PM, jungle boogie (jungleboog...@gmail.com(mailto:jungleboog...@gmail.com)) wrote: > On 07/27/2017 05:41 PM, Thomas Smith wrote: > > Hi, > > > > > > Can anyone advise on this please? > > > > What do you see when you do: &g

Re: IPv6 autoconf

2017-07-28 Thread Thomas Smith
On July 28, 2017 at 3:37:18 PM, Hamza Sheikh (fehr...@codeghar.com) wrote: I went through the process of creating an OpenBSD-based gateway for my home network (IPv4 and IPv6). Learned a lot and documented my setup in a blog post[0]. Maybe it can help troubleshoot your IPv6 setup. Pay special atten

Re: Install UEFI with softraid: How do I create the UEFI boot partition in the installer? And sth quirky in /install .

2017-08-20 Thread Thomas Bohl
> The standard way to install crypto is to go with the "(S)hell" option at boot. > > In the MBR days it would be "fdisk -i sd0", now should be with the GPT option > on so "fdisk -ig sd0". > > Doing this, importantly, no "EFI Sys" partition is created. # dd if=/dev/zero of=/dev/sd0c bs=1m count=

Re: Buying new laptop, looking for feedback

2018-05-15 Thread Thomas Frohwein
Hi, The specs on my Dell Latitude E5570 should similar to what you're looking at with the T470s. I'm very happy with running OpenBSD on it. The only limitations that I've noticed are: - I can't adjust screen brightness in OpenBSD. - The dedicated AMD R7 M370 doesn't work, but things run fine with

attach chroot-jail to switchd(8) ?

2018-05-23 Thread Thomas Huber
Hi all, I´m just tinkering a little bit and try to mimic some "containerization" on OpenBSD with chroot. Is it somehow possible to attach a chrooted envirionment to swtichd(8) ? Thanks Thomas

Re: attach chroot-jail to switchd(8) ?

2018-05-24 Thread Thomas Huber
uot;orchestrate" this parts. Thomas On 24 May 2018 at 00:35, Reyk Floeter wrote: > > switchd is already privsep‘ed with a chroot jail. > > But I don’t quite understand what you mean. > > > Am 23.05.2018 um 10:35 schrieb Thomas Huber : > > > > Hi all, >

Re: attach chroot-jail to switchd(8) ?

2018-05-24 Thread Thomas Huber
Hi Ken, sure, thats the way to go for docker, kubernetes and [add buzzword here]. The _why_ is more about tinkering and getting deeper into the rabbit-hole. Thomas On 24 May 2018 at 12:51, Ken M wrote: > > I want to ask the question of why? And why this way? I think if you want docker

Re: attach chroot-jail to switchd(8) ?

2018-05-25 Thread Thomas Huber
rdomain is interessting, wasn´t aware of that. thanks for this input Claudio. On 24 May 2018 at 19:58, trondd wrote: > On Thu, May 24, 2018 1:28 pm, Claudio Jeker wrote: > > On Thu, May 24, 2018 at 09:22:32AM -0400, trondd wrote: > >> On Wed, May 23, 2018 4:35 am, Thomas Hube

Re: Limit CPU usage of a process?

2018-05-27 Thread Thomas Huber
ksh(1) has ulimit comand to limit process in certain way. just search for ulimit on the ksh man-page. On 27 May 2018 at 18:28, Luke A. Call wrote: > I had that problem but turning off javascript (as someone else said), > turning off images most of the time, and bookmarking the tab group then > c

Re: Autocompletion with pass in ksh

2018-05-27 Thread Thomas L.
u can get autocompletion for pass (mostly) with IFS=' ' set -A complete_pass init ls find show grep insert edit generate rm mv cp git help version $(cd ~/.password-store; find * -name '*.gpg' | sed -ne 's/^\(.*\)\.gpg$/\1/p') IFS=' ' Kind regards Thomas

Re: node: Cannot allocate memory

2018-06-06 Thread Thomas Frohwein
I can't reproduce this on -current amd64, neither with a snapshot from last week, nor after updating today. thfr@e5570:~$ node -v v8.11.1 thfr@e5570:~$ node > console.log('test log'); test log undefined > .exit thfr@e5570:~$ > node -v > bash: /usr/local/bin/node: Cannot allocate memory I run ksh

Re: Different sound sources interfere with each other

2018-06-16 Thread Thomas Frohwein
> > The first problem is: when I listen to music (cmus) and browse in the > > internet (Firefox) cmus sometimes stops playing for a second. > > This happens when I click a link on a page or receive some notification > > from the web page (which may play some short sound) > > I am having the same

Re: firefox crashes when password field is focused

2018-06-20 Thread Thomas Frohwein
> Whenever I click on a password field on a website firefox crashes. > This is on current w/ newest firefox and is reproducible on every > password field on every site I tried (although usernames work fine) > and is reproducible with all combinations of settings including > default. It has persiste

Re: Poor browser performance in OpenBSD

2018-06-20 Thread Thomas Frohwein
On Wed, Jun 20, 2018 at 11:36:37AM +0300, wrote: > cat /var/log/Xorg.0.log > > [17.555] (--) checkDevMem: using aperture driver /dev/xf86 > [17.603] (--) Using wscons driver on /dev/ttyC4 > [17.639] > X.Org X Server 1.19.6 When I tried different settings with Intel integ

Re: New laptop recommendations

2018-06-20 Thread Thomas Frohwein
No AMD laptop recommendations in this day and age? Also buying used or refurbished laptops on eBay is a security risk from the outset - ask yourself how well you would be at spotting if someone had tampered e.g. with the webcam or the firmware? With new hardware, you have at least a reasonable expe

Re: New laptop recommendations

2018-06-21 Thread Thomas Levine
I spoke with Todd Weaver at LibrePlanet about running OpenBSD on Purism. I suggested that the company install a bunch of operating systems and post dmesg, but I don't think they have done that yet. If I remember correctly, he also said he would be happy to provide a refurbished laptop to a develop

Owner and group of a newly created file

2018-07-01 Thread Thomas Levine
I was just reading about the effect of Set-user-Id and Set-group-Id bits on file creation, as they seem like they would be useful for me. Unfortunately, most of the documentation I have managed to find is related to GNU systems, and this could easily be different in OpenBSD. https://www.gnu.org/sof

pf - NAT not working after systemboot

2018-07-26 Thread Thomas Huber
Hi misc, my current pf setup works fine but I face the problem, that NAT does not work directly after system boot. Only when a do a # pfctl -f /etc/pf.conf after the booting things a working correctly. Note: I don´t make any changes to pf.conf. Anybody any idea? General Setup: Hardware: PCengi

Re: pf - NAT not working after systemboot

2018-07-26 Thread Thomas Huber
Hi Solene, thanks, thats something I had also in mind. But how can I address this ? The system should come up by itself without any manual interaction. --mirac On Thu, 26 Jul 2018 at 12:07, Solene Rapenne wrote: > > Thomas Huber wrote: > > Hi misc, > > > > my current

Encryption of two disks on the same host

2018-08-05 Thread Thomas Levine
I want to use full disk encryption on all of the disks of a host (two hosts). They can have the same password. How should I do this? 1. A method that I know will work is to make separate CRYPTO discipline softraid devices for each disk, install on one of them; and configure and mount the other

Re: lsof alternative for listing open files?

2018-08-09 Thread Thomas Bohl
Hello, > I am aware of fuser and fstat but these seem to only give me inodes. You can use # find /foo -inum 123 to search for the corresponding file.

Re: netstat - process names

2018-08-26 Thread Thomas Bohl
Hi, > I'm looking for a way to see which processes are listening > on incoming tcp/udp connections. fstat | grep internet > Second, how can I verify what process is listening on ports > 5022,8806 and 21164? fstat | grep -e ":5022" -e ":8806" -e "21164"

Re: Resize keydisk (softraid) partition...

2018-09-07 Thread Thomas Bohl
Hi, > Now i would like to shrink it somehow, what’s the best and safest way to do > it… ? Like the FAQ says, make a backup of the key with # dd bs=8192 skip=1 if=/dev/rsd1a of=backup-keydisk.img Verify that backup-keydisk.img start with the string "marcCRAM". Reformat sd1 or whatever to your l

Re: Running your own mail server

2018-09-09 Thread Thomas Bohl
> But the second (far more important) point I want to make is please *THINK > TWICE* if "running your own mail server" is something you are planning to do > on your home internet connection. For all intents and purposes, sending emails from a private internet connection directly to the receiving

Re: Running your own mail server

2018-09-09 Thread Thomas Bohl
Am 09.09.2018 um 15:36 schrieb flipchan: > Randomly jumping into this thread , does anyone have a quick and easy way to > do auto matical responses to certain aliases in opensmtpd? > Not with OpenSMTPD, but with Dovecot's Sieve https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples#Vacation_auto

Re: ddb(4) and usb keyboards

2018-10-14 Thread Thomas Frohwein
On Sun, Oct 14, 2018 at 12:53:53AM -0500, Colton Lewis wrote: [...] > I wish to use the kernel debugger, but triggering it from the system > console causes the computer to stop responding to all keyboard input > and my only way out is a hard reset. I have tried every USB hub on my > system with the

vmm(4) on apu2c4

2018-10-29 Thread Thomas Huber
Hi misc, is vmm(4) working on the PC-Engines APU2 with -release 6.4 ? I thought I've read something like that a view months ago but can not find any further information about which CPU-Feature is needed and how it is named at the AMD. This are the CPU-Specs for the APU2: "AMD Embedded G series GX

Uptime in seconds

2020-03-19 Thread Thomas Bohl
Hello, for a shell script I needed the uptime in seconds. I came up with the following. I'm just wondering, is there an one-liner that does the same thing? # Inspired by https://unix.stackexchange.com/a/270454 uptime=`ps -o etime= -p 1` uptd=`echo $uptime | grep '-' | awk -F "-" '{print $1}'`

Re: Uptime in seconds

2020-03-19 Thread Thomas Bohl
$ echo $(( $(date +%s) - $(sysctl -n kern.boottime) )) 221493 Cool! Thank you

Re: OpenBSD smtpd to GoDaddy

2020-04-26 Thread Thomas Bohl
Am 26.04.2020 um 19:15 schrieb Philip Munts: I'm trying to send email from OpenBSD 6.6 via GoDaddy's smtp.secureserver.net.  Unfortunately my GoDaddy SMTP username is "p...@munts.net" which doesn't seem to be a legal username for OpenBSD's smtpd.  I've tried every escaping mechanism for the @ c

Re: Strange behavior when I try to use lladdr

2020-05-22 Thread Thomas L.
ify the task of configuring OpenBSD on remote hosts. I solved this by having a task - name: install python3 raw: pkg_add python3 at the beginning (raw doesn't need python on the target maschine). Kind regards, Thomas

Re: Mounting encrypted drive on boot

2020-06-03 Thread Thomas Frohwein
On Wed, Jun 03, 2020 at 12:27:00AM +0100, Chris Narkiewicz wrote: [...] > My setup consist of OpenBSD 6.7 with full drive encryption using > softraid, configured as described in FAQ: > > /dev/sd0a - encrypted volume > /dev/sd1 - decrypted > > I have additional need to mount an encrypted /var vol

It's been awhile

2020-06-10 Thread Greg Thomas
Hey all, Wow, it looks like I haven't run OpenBSD since 2006 according to the misc archives. I guess I got too busy with my shit corporate job which I quit in 2014 to roast coffee full time. And then I guess I got too busy to move on from my comfort zone as my old OpenBSD laptops died. But with

Re: OpenBSD in the news...from a long time ago

2020-06-13 Thread Greg Thomas
Oh, that is rad. The music is waaay to loud though. And, damn, there's some serious vintage stuff, especially the t-shirt, in that video. On Sat, Jun 13, 2020 at 12:40 AM jungle boogie wrote: > Hi, > > Here's an old news clip about OpenBSD many folks haven't seen or have > forgotten about.

Re: Openbsdstore.com - offline or powered off?

2020-06-27 Thread Thomas Bohl
Am 27.06.2020 um 13:32 schrieb Ruslanas Gžibovskis: ok, cause I found it on openbsd.org/tshirt or shth like that. is there a way, how to get openbsd tshirts, or just get it on aliexpress with images of openbsd? I don't know why https://www.openbsdstore.com/ is offline at the moment, but it is

Re: Openbsdstore.com - offline or powered off?

2020-06-27 Thread Greg Thomas
I just got my wireframe Puffy yesterday! On Sat, Jun 27, 2020 at 7:27 AM Ruslanas Gžibovskis wrote: > thank you > > On Sat, 27 Jun 2020, 16:50 Thomas Bohl, > wrote: > > > Am 27.06.2020 um 13:32 schrieb Ruslanas Gžibovskis: > > > ok, cause I found it on openbs

Dual boot problem

2020-06-27 Thread Greg Thomas
Hey folks, I'm trying to avoid buggin y'all, but I'm down to my last two tasks, setting up dual boot with Windows 10 and setting up OpenVPN. I'm currently trying to troubleshoot "Loading ERR M" while using Windows BCD. I can boot no problem when selecting my boot drive while starting up my T

Re: Dual boot problem

2020-06-28 Thread Greg Thomas
On Sun, Jun 28, 2020 at 9:25 AM Nick Holland wrote: > > from your dmesg: > sd0 at scsibus1 targ 0 lun 0: > naa.5000c500b98a130c > sd0: 953869MB, 512 bytes/sector, 1953525168 sectors, thin > sd1 at scsibus1 targ 1 lun 0: > naa.500a07510369b769 > sd1: 488386MB, 512 bytes/sector, 1000215216 sector

Re: Dual boot problem

2020-06-28 Thread Greg Thomas
On Sun, Jun 28, 2020 at 12:34 PM Clay Daniels wrote: > > I too need a Windows install, but I have moved it to my older 2014 machine > and kept my self-built toy for BSD. I think I need to buy me another SSD to > run NetBSD too. ;-) > Yeah, I'm super fortunate to have found this pretty much unuse

Re: Dual boot problem

2020-06-29 Thread Greg Thomas
On Sun, Jun 28, 2020 at 1:13 PM Greg Thomas wrote: > On Sun, Jun 28, 2020 at 9:25 AM Nick Holland > wrote: > >> >> from your dmesg: >> sd0 at scsibus1 targ 0 lun 0: >> naa.5000c500b98a130c >> sd0: 953869MB, 512 bytes/sector, 1953525168 sectors, thin &

Re: It's been awhile

2020-07-04 Thread Greg Thomas
Will mail you one. > > Casual discussions sometimes still occur on the advocacy@ mailing list. > but few folks subscribe any more. It should be revived. > > Austin > > > On Wed, 10 Jun 2020, Greg Thomas wrote: > > > Hey all, > > > > Wow, it looks like I hav

Re: ls -R bug?

2020-07-04 Thread Greg Thomas
Man, it goes to show you that with complex systems it's still worth reporting potential bugs even with heavily used utilities. On Sat, Jul 4, 2020 at 2:23 PM Brian Brombacher wrote: > > > On Jul 4, 2020, at 3:10 PM, Brian Brombacher > wrote: > > > > Hmm... > > > > /bin/ls, a utility that has e

Re: how to mount phone?

2020-07-13 Thread Greg Thomas
Have you set your USB preferences on your phone? To File transfer? My Android defaults to charging only. On Mon, Jul 13, 2020 at 2:57 PM Justin Muir wrote: > Hi, > > Just wishing to mount my phone to access photos. > > Here's the output from dmesg: > > ugen0 at uhub0 port 3 "Alcatel U50? Alcat

Re: how to mount phone?

2020-07-14 Thread Greg Thomas
Well, damn, I'm sorry, I guess I got myself confused. I could have sworn I used my phone to transfer a file when I couldn't find a thumbdrive but I only get cd0 with some drivers and an adb script. umass0 at uhub3 port 2 configuration 1 interface 1 "OnePlus OnePlus" rev 2.10/4.09 addr 6 umass0: u

Re: ThinkPad T14 AMD

2020-08-23 Thread Thomas Frohwein
On Mon, Aug 24, 2020 at 12:41:21AM +, s...@skolma.com wrote: [...] > I require Citrix and ms teams so unfortunately I’m running Linux on it . I don't know about MS Teams, but I also use Citrix for work and do that with Citrix Workspace chromium plugin: https://chrome.google.com/webstore/detai

Re: FAQ file sets missing cmdbox

2020-08-25 Thread Greg Thomas
I'm getting pretty old and struggle with stuff like this more and more these days but I don't see what is "very difficult to follow" about the current layout, and I'm not sure what's weird about it either? On Mon, Aug 24, 2020 at 10:09 PM Jungle Boogie wrote: > Hi, > > I don't think it's intend

Re: FAQ file sets missing cmdbox

2020-08-25 Thread Greg Thomas
Interesting. I used my phone a bunch to check the FAQ when I got back to OpenBSD a couple of months ago, and I'm checking on my phone now (Android/Chrome), and it still looks fine. On Tue, Aug 25, 2020 at 1:04 AM Zé Loff wrote: > > On Tue, Aug 25, 2020 at 12:04:57AM -0700, Greg T

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

2020-08-26 Thread Greg Thomas
"... he had to set up an entirely new mail client which didn’t mangle his email message to HTML-ise... That’s a barrier to entry that’s pretty high..." Wow. Life's rough. On Wed, Aug 26, 2020 at 2:31 AM Frank Beuth wrote: > "Linux kernel development which is driven by plain-text email > discu

Re: Can I boot without GPU ("headless")?

2020-08-28 Thread Greg Thomas
This is old and things may have changed since then, but for the simple PC without a graphics card that I used for a wireless AP running off of compact flash this is all I did: https://www.cyberciti.biz/faq/openbsd-connect-serial-console/ On Fri, Aug 28, 2020 at 12:29 PM Henry W. Peterson < henr

Re: Can I boot without GPU ("headless")?

2020-08-29 Thread Greg Thomas
On Sat, Aug 29, 2020 at 10:48 AM Henry W. Peterson < henrywillpeter...@outlook.com> wrote: > > To Ian Darwin : > > But the password has already been entered, that is previous the boot > prompt. > > When I type "set tty com0", would that immediately switch console? I > thought it established the co

Re: Can I boot without GPU ("headless")?

2020-08-30 Thread Greg Thomas
set timeout 5? On Sun, Aug 30, 2020 at 2:50 AM Henry W. Peterson < henrywillpeter...@outlook.com> wrote: > To Greg Thomas : > > Ok, one final question: Is there a way to make the boot process wait 5 > seconds for commands in the vga+keyboard phase but when "set tty com0&

Re: How to split install.wim

2020-09-02 Thread Greg Thomas
I believe NTFS is read only on *BSD. On Tue, Sep 1, 2020 at 11:44 PM Peter Nicolai Mathias Hansteen < pe...@bsdly.net> wrote: > > > > 2. sep. 2020 kl. 07:33 skrev Predrag Punosevac : > > > > Hi All, > > > > I am using my desktop > > > > predrag@oko$ uname -a > > OpenBSD oko.int.bagdala2.net 6.7 G

Troubleshooting rsync

2020-09-04 Thread Greg Thomas
Hey all, I'm trying to use WSL on Windows 10 to backup to my OpenBSD server running 6.7 release. It looks like Debian on WSL is using rsync version 3.1.2. I tried both the rsync package and openrsync on OpenBSD with the same results.Basically rsync never exits and when I use four Vs for verbo

Re: Troubleshooting rsync

2020-09-06 Thread Greg Thomas
ript it looks like everything transfers. I wait until I see " client_run waiting on", hit ctrl C, and the script moves on. On Sat, Sep 5, 2020 at 8:55 PM Predrag Punosevac wrote: > Greg Thomas wrote: > > > Hey all, I'm trying to use WSL on Windows 10 to backup to my

Re: Troubleshooting rsync

2020-09-10 Thread Greg Thomas
Just to add to the archives I set up another Window 10 laptop, set up WSL but this time used OpenSUSE and rsync works fine. On Sun, Sep 6, 2020 at 5:32 AM Todd C. Miller wrote: > On Fri, 04 Sep 2020 22:57:03 -0700, Greg Thomas wrote: > > > Hey all, I'm trying to use WSL on Win

Re: USB Camera

2020-09-17 Thread Thomas Frohwein
On Thu, Sep 17, 2020 at 03:46:25PM +0200, Jan Stary wrote: > Can people please recommend an USB camera > that is known to work well with OpenBSD? I have a Logitech C310 USB webcam that works well for my purposes. It's 720p. Note I haven't used the mic, as I have a separate USB mic. > Are they gen

Re: home printer

2020-09-17 Thread Greg Thomas
I've always been happy with the cheap Brother laser printers with ethernet, even with just their version of Postscript. But I believe they still sell Postscript printers, too. On Thu, Sep 17, 2020 at 10:07 AM Ingo Schwarze wrote: > Hi Carson, > > Carson Chittom wrote on Thu, Sep 17, 2020 at 09:

Re: Intl I350 Network Card Not Found

2020-09-17 Thread Greg Thomas
On Thu, Sep 17, 2020 at 11:43 AM Brandon Woodford wrote: > Hello, > > I've been trying to fix an issue with my Intel I350-T4 PCI Network card > not being reported to the OpenBSD 6.7 system during boot. Looking through > dmesg, I was not able to find any reference to the card or the em interface

Re: gpt/uefi

2020-09-18 Thread Thomas Frohwein
On Fri, Sep 18, 2020 at 03:15:21AM -0300, Gustavo Rios wrote: > Hi folks! > > I would like to install on my notebook 3 operating systems: OpenBSD, > Linux and Windows 10. > > Do you know any tutorial on how the create the partitions using GPT > before i install any of the 3 OSes ? I would like to

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-27 Thread Greg Thomas
"Have sysupgrade just do the right thing. For example, there could be a _sysupgrade user in the systems /etc/passwd, whose $HOME would indicate the preferred location for sets" Holy fucking overkill. On Sun, Sep 27, 2020 at 2:29 PM Why 42? The lists account. wrote: > > On Sun, Sep 27,

Re: du man page

2020-10-21 Thread Greg Thomas
had is rad. On Wed, Oct 21, 2020 at 10:09 AM Ingo Schwarze wrote: > Hi, > > a...@sdf.org wrote on Wed, Oct 21, 2020 at 11:44:01AM +: > > > In du(1) it reads: > > > > [...] > > EXAMPLES > > Display a summary of files and folders in the current directory, > > sorted by size: > > > >

  1   2   3   4   5   6   7   8   9   10   >