Re: My PC is crashing

2024-05-10 Thread Daniel Hejduk
Hello again, I tried memtest and it passed :D But after some trying to debug it I found something the sudden shutdown corrupts disk. One particular file "/share/relink/kernel/GENERIC.MP/gap.o" was always corrupted. So it happens when kernel is relinking. How you told me I tried using i386 but

Re: Fwd: RTL8192EU wifi issue

2024-05-10 Thread Chris Petrik
Hello, Posting and re posting isn't going to get you help any quicker if no one has that card there won't be any interest and wifi is badly supported on any BSD. This looks more of a PR issue rather a ML issue Chris Sent from Proton Mail Android Original Message On 5/10/24

Fwd: RTL8192EU wifi issue

2024-05-10 Thread Mizsei Zoltán
Crossposting on misc aswell 2024. máj. 7. 14:50:33 Mizsei Zoltán : Hi, I have a so called "Tenda 300Mbps Mini Wireless N Adapter" (this is not the terribly small one). It reports itself as: urtwn0 at uhub0 port 2 configuration 1 interface 0 "Realtek 802.11n NIC" rev 2.10/2.00 addr 2 urtwn0:

Re: PHP 8.2.18 problem

2024-05-10 Thread Stuart Henderson
On 2024/05/10 14:29, Dan wrote: > > In php.ini a session.save_handler = memcache ^ ... > Looking at phpinfo() I see: > > memcached ^ > Session support: yes Looks like a typo.

Re: unable to startx/xinit on additional virtual terminal

2024-05-10 Thread Stuart Henderson
On 2024-05-10, Sandeep Gupta wrote: > I should be able to launch an additional x11 session given one is already > running by default. that's not supported -- Please keep replies on the mailing list.

match rules and relayd rdr

2024-05-10 Thread Kapetanakis Giannis
Hi, I want to convert a pf rule to rdr-to via relayd (add load balancer in the mix to multiple servers). My hesitation is how to pass the extra tcp options I pass in the rule. I believe this should be done via match rules, but I'm not sure if the pass rule should be on the pf or the relayd

unable to startx/xinit on additional virtual terminal

2024-05-10 Thread Sandeep Gupta
I am running OpenBSD on a laptop with X windows starting on f5 vtty via Xenodm login manager. I am unable to start another session of X from a different vtty. xinit or startx fails with Fatal server error: - no console drivers found Supported drivers: wscons I should be able to launch an

Re: gstreamer1 update

2024-05-10 Thread Robert Palm
Quoting Stuart Henderson : On 2024-05-10, Robert Palm wrote: pkg_check is now clean. gstreamer still complaining. Updates are currently broken for gstreamer1-plugins-good, it will need a fix in the port + new set of packages. If you don't want to wait, pkg_delete gstreamer1-plugins-good,

Re: gstreamer1 update

2024-05-10 Thread Stuart Henderson
On 2024-05-10, Robert Palm wrote: > pkg_check is now clean. gstreamer still complaining. Updates are currently broken for gstreamer1-plugins-good, it will need a fix in the port + new set of packages. If you don't want to wait, pkg_delete gstreamer1-plugins-good, let it remove any packages

Re: gstreamer1 update

2024-05-10 Thread Ampie Niemand
On Fri, May 10, 2024 at 08:21:57AM +0200, Robert Palm wrote: Hi, any suggestions how to fix this ? tron$ pkg_check Packing-list sanity: ok Direct dependencies: ok Reverse dependencies: ok Files from packages: ok --- consolekit2-1.2.6p4 ---

Re: My PC is crashing

2024-05-10 Thread Stuart Henderson
On 2024-05-10, Peter N. M. Hansteen wrote: > On Fri, May 10, 2024 at 08:48:56AM +0200, Anders Andersson wrote: >> Missing from the FAQ is IMO step 0: Run memtest over night to rule out >> hard to debug hardware problems. It won't catch everything of course, >> but it usually finds RAM issues

Re: gstreamer1 update

2024-05-10 Thread Robert Palm
I would first run "pkg_info -mz > ~/packages.txt" to bookmark the packages I currently have on my system. Then I would delete all orphaned packages by doing "pkg_delete -a". Do another "pkg_check" and if good, do a "pkg_add -uiv". Then if I lose one of my critical packages I needed, I can

Re: My PC is crashing

2024-05-10 Thread Peter N. M. Hansteen
On Fri, May 10, 2024 at 08:48:56AM +0200, Anders Andersson wrote: > Missing from the FAQ is IMO step 0: Run memtest over night to rule out > hard to debug hardware problems. It won't catch everything of course, > but it usually finds RAM issues which is its main job. That is a very valid point.

Re: My PC is crashing

2024-05-10 Thread Anders Andersson
On Fri, May 10, 2024 at 8:14 AM Peter N. M. Hansteen wrote: > > Hi Daniel, > > On Fri, May 10, 2024 at 07:57:31AM +0200, Daniel Hejduk wrote: > > Hello, > > I installed OBSD on my IdeaPad. > > Install went fine I installed offline using .iso file. > > But after rebooting it works for ~30 seconds

Re: Favorite configuration and system replication tools?

2024-05-10 Thread Walter Alejandro Iglesias
On Fri May 10 08:16:32 2024 "Robert B. Carleton" wrote: > I'm going to try using pax(1) in copy mode (-rw) as an alternative to > rsync and cpio when it's local filesystems. I hadn't considered that > until recently. This is my dirty solution to add pax a "delete on target" functionality. I

gstreamer1 update

2024-05-10 Thread Robert Palm
Hi, any suggestions how to fix this ? tron$ pkg_check Packing-list sanity: ok Direct dependencies: ok Reverse dependencies: ok Files from packages: ok --- consolekit2-1.2.6p4 --- /usr/local/share/polkit-1/rules.d/10-openbsd-consolekit.rules should exist ---

Re: My PC is crashing

2024-05-10 Thread Peter N. M. Hansteen
Hi Daniel, On Fri, May 10, 2024 at 07:57:31AM +0200, Daniel Hejduk wrote: > Hello, > I installed OBSD on my IdeaPad. > Install went fine I installed offline using .iso file. > But after rebooting it works for ~30 seconds and after that it shutdowns, > without any errors kernel panics nothing. >

My PC is crashing

2024-05-09 Thread Daniel Hejduk
Hello, I installed OBSD on my IdeaPad. Install went fine I installed offline using .iso file. But after rebooting it works for ~30 seconds and after that it shutdowns, without any errors kernel panics nothing. How can I debug it? I will send you more info if I found something. Best regards,

Re: How to use the tun0 interface (VPN)?

2024-05-09 Thread W.D.T Chathurange
Hi, I think this is because all your traffic is just routing through your current default gateway which is your router. Try adding a route to the vpn server to route through your physical router. Then change your default gateway to the vpn interface. doas route add (doas route add xx.xx.xx.xx

Re: How to use the tun0 interface (VPN)?

2024-05-09 Thread James Colderwood
If you want to route all traffic over the VPN. You need to configure your default gateway to correctly. On 2024-05-09 14:16, Sadeep Madurange wrote: Hello, I am trying to use the openvpn client. I have a .ovpn file I got from my vpn provider. I installed the openvpn package and ran the

openarena crash 7.5

2024-05-09 Thread Divan Santana
Greetings :) Is openarena suppose to work from ports? Or perhaps it's my laptop that's not compatible with it? (apologies sent this to wrong mailing list earlier) ds@swift ~ $ /usr/local/bin/openarena-client ioq3+oa 1.36 openbsd-amd64 Mar 15 2024 - FS_Startup - Current search path:

Re: How to use the tun0 interface (VPN)?

2024-05-09 Thread deich...@placebonol.com
Can you explain what you are trying to accomplish with a VPN? On May 9, 2024 7:16:38 AM MDT, Sadeep Madurange wrote: >Hello, > >I am trying to use the openvpn client. I have a .ovpn file I got from my >vpn provider. I installed the openvpn package and ran the openvpn client >using the following

How to use the tun0 interface (VPN)?

2024-05-09 Thread Sadeep Madurange
Hello, I am trying to use the openvpn client. I have a .ovpn file I got from my vpn provider. I installed the openvpn package and ran the openvpn client using the following command: $ doas openvpn --config client.ovpn --auth-user-pass auth.txt Above command appears to succeed. ifconfig shows:

How to use the tun0 interface (VPN)?

2024-05-09 Thread Sadeep Madurange
Hello, I am trying to use the openvpn client. I have a .ovpn file I got from my vpn provider. I installed the openvpn package and ran the openvpn client using the following command: $ doas openvpn --config client.ovpn --auth-user-pass auth.txt Above command appears to succeed. ifconfig shows:

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-09 Thread James Johnson
Thanks a lot to you all for these recommendations.

Re: AES-256 ist sicher wie AES-128 im brute force

2024-05-09 Thread Peter J. Philipp
On Mon, May 06, 2024 at 10:51:05PM +0200, Peter J. Philipp wrote: > The title says "AES-256 is as safe as AES-128" for a translation. Just an update: with this method the key can be recovered with a complexity of 2^96, working on a complexity of 2^64 now. Please help if you have fast equipment,

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-08 Thread Страхиња Радић
Дана 24/05/08 02:37PM, Karsten Pedersen написа: > [...] The C program can be as simple as compiling "Hello World" to exhibit the > issue. Takes about 15 seconds to compile "Hello World". [...] On a Lenovo IdeaPad 3-15IGL05 81WQ[1] laptop: $ time sh -c "printf '#include \\nint main() {

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-08 Thread Benjamin Raskin
> Is it possible to have a sample network diagram or at least a better > description of how you setup your network? Sure. My router is connected to two other routers via mgre0 to 2 other routers (routes should be sent to those 2 routers). The router which is sending routes has 4 NICs sit on a

Re: Favorite configuration and system replication tools?

2024-05-08 Thread Raymond, David
Rsync. I also have a root directory in /home to keep local stuff. This is the same for about 20 machines running obsd and is also distributed by rsync. Since it is in home, it survives upgrades. Various shell scripts in /home/root/etc are used to manage the system. On Wed, May 8, 2024, 11:08

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-08 Thread Willy Manga
Hi, On 06/05/2024 18:14, Benjamin Raskin wrote: Hello, all; I've been having some issues getting bgpd to announce IPv6 routes, apologies for the dumb question in advance. I've setup rad(8) and bgpd(8) on an OpenBSD machine. bgpd(8) is sending routes over to some neighbors (routes such as

Re: Favorite configuration and system replication tools?

2024-05-08 Thread Jan Stary
On May 07 22:15:27, olp...@yahoo.ca wrote: > I was wondering which programs you use for replicating/copying/syncing > environments/configs on your openbsd systems with between your desktops (home > or work) and laptops? git > Do you also maintain installeded/removed packages in some standard

Re: Favorite configuration and system replication tools?

2024-05-08 Thread Fernando Milovich
duplicity On 2024-05-07 9:09 p.m., Matthew Ernisse wrote: On Wed, May 08, 2024 at 12:25:43AM +0100, Jo MacMahon said: I'm interested if anybody has solutions using just the base system I've had a set of functions in my .profile for about 15 years that keeps large parts of my home directory

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-08 Thread Karsten Pedersen
> What exactly is "good" with OpenBSD? I summarize the issues in my last email > So again, what is "slow"? The machine running OpenBSD. Compared to similar ThinkCenters I have (m73 Tiny and m92 Tiny). Also a Raspberry Pi 3 (running OpenBSD at lowest freq). It seems not to be the SSD disk

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Nick Holland
On 5/7/24 19:25, Jo MacMahon wrote: I'm interested if anybody has solutions using just the base system - I would want something like etckeeper or git that was a true version control system, rather than dump(8)/restore(8) which are backup systems. I'm idly considering learning CVS for it, and

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Matthew Ernisse
On Wed, May 08, 2024 at 12:25:43AM +0100, Jo MacMahon said: I'm interested if anybody has solutions using just the base system I've had a set of functions in my .profile for about 15 years that keeps large parts of my home directory available and in sync across Linux, macOS and OpenBSD

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Jo MacMahon
I'm interested if anybody has solutions using just the base system - I would want something like etckeeper or git that was a true version control system, rather than dump(8)/restore(8) which are backup systems. I'm idly considering learning CVS for it, and I suppose if I'm going to become a

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Mario Theodoridis
On 07.05.2024 16:08, Martin Kjær Jørgensen wrote: Hello, I was wondering which programs you use for replicating/copying/syncing environments/configs on your openbsd systems with between your desktops (home or work) and laptops? Example programs for this could be syncthing, stow, chezmoi,

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Robert B. Carleton
Stefan Moran writes: > dump(8) and restore(8) also worth mentioning; I'm particularly fond of > restore(8)'s interactive mode that lets you cherrypick what you want to > import. I agree. My backups are mostly dump(8) and rsync(1). Out of habit, I've used cpio(1) in copy mode (-p) for copying

Re: Favorite configuration and system replication tools?

2024-05-07 Thread olp_76
rdist On Wednesday, May 8, 2024 at 12:25:13 a.m. GMT+9, Martin Kjær Jørgensen wrote: Hello, I was wondering which programs you use for replicating/copying/syncing environments/configs on your openbsd systems with between your desktops (home or work) and laptops? Example programs

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Ian Darwin
On 5/7/24 1:09 PM, Страхиња Радић wrote: Дана 24/05/07 04:08PM, Martin Kjær Jørgensen написа: I was wondering which programs you use for replicating/copying/syncing environments/configs on your openbsd systems with between your desktops (home or work) and laptops? git(1), rsync(1). git push

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Stefan Moran
dump(8) and restore(8) also worth mentioning; I'm particularly fond of restore(8)'s interactive mode that lets you cherrypick what you want to import.

Re: ATB.com

2024-05-07 Thread Страхиња Радић
Дана 24/05/07 04:45PM, Riccardo Mottola написа: > I too... even if I don't like where Firefox is going with their UI and rustc > choices... I feel it is still better than Chromium, where the long arm of > data-sucking of Google is so strong. Some links to check out:

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Страхиња Радић
Дана 24/05/07 04:08PM, Martin Kjær Jørgensen написа: > I was wondering which programs you use for > replicating/copying/syncing environments/configs on your openbsd > systems with between your desktops (home or work) and laptops? git(1), rsync(1).

Re: ATB.com

2024-05-07 Thread Riccardo Mottola
Hi Austin, I feel your pain. The world things Chrome, or at least Blink, is the only Browser. It is the new IE!!! Austin Hook wrote: In the past 6 months is has gotten more and more difficult to sign-on to with Firefox and OpenBSD, as they have tried to make their sites more and more bullet

Favorite configuration and system replication tools?

2024-05-07 Thread Martin Kjær Jørgensen
Hello, I was wondering which programs you use for replicating/copying/syncing environments/configs on your openbsd systems with between your desktops (home or work) and laptops? Example programs for this could be syncthing, stow, chezmoi, etc. Do you also maintain installeded/removed packages

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-07 Thread Johannes Thyssen Tishman
2024-05-07T09:54:23Z "Karsten Pedersen" : > > Second-hand Lenovo M710q tiny with a wifi-card could also work: > > https://dmesgd.nycbug.org/index.cgi?do=view=5296 > > A quick note that the slightly older M625q (with an AMD processor) isn't > quite so good with OpenBSD. > It runs overly slow and I

7.5/amd64 acpitz problem with syspatch75-001

2024-05-07 Thread infoomatic
Hi, I just updated my 7.5/amd64 system with syspatch75-001_xserver. Unfortunately now when booting shortly after "starting network" I receive the error: "acpitz0: critical temperature exceeded 60C, shutting down". Disabling acpitz* at the boot-config helps, or, also reverting the syspatch is a

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-07 Thread Mihai Popescu
> A quick note that the slightly older M625q (with an AMD processor) isn't > quite so good with OpenBSD. What exactly is "good" with OpenBSD? > It runs overly slow and I have yet had time to figure out why. So again, what is "slow"? > Interestingly, even on apm -H it takes longer to compile a

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-07 Thread Karsten Pedersen
> Second-hand Lenovo M710q tiny with a wifi-card could also work: > https://dmesgd.nycbug.org/index.cgi?do=view=5296 A quick note that the slightly older M625q (with an AMD processor) isn't quite so good with OpenBSD. It runs overly slow and I have yet had time to figure out why. Interestingly,

Re: pfstat is having a bad time

2024-05-07 Thread Christer Solskogen
On Mon, May 6, 2024 at 11:06 AM Stuart Henderson wrote: > I've bumped REVISION in the port so pkg_add -u should pick it up after > the next set of packages are built, but if you rorce a reinstall of > pfstat from current packages, that should do the trick too. > That worked. Thanks! -- chs

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-07 Thread Mizsei Zoltán
Second-hand Lenovo M710q tiny with a wifi-card could also work: https://dmesgd.nycbug.org/index.cgi?do=view=5296 Jan Stary írta 2024. máj.. 7, K-n 08:47 órakor: > On May 06 21:03:17, mytraddr...@gmail.com wrote: >> Hi all, >> >> can anyone please advise on what computer I can purchase with the

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-07 Thread Jan Stary
On May 06 21:03:17, mytraddr...@gmail.com wrote: > Hi all, > > can anyone please advise on what computer I can purchase with the following > requirements: > > - fully supports OpenBSD > - no noise > - good quality wifi > - small form factor preferably > - processor does not need to be fast (no

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-06 Thread Martin
On Mon, May 06, 2024 at 09:03:17PM +0100, James Johnson wrote: > Hi all, > > can anyone please advise on what computer I can purchase with the following \ > requirements: > - fully supports OpenBSD > - no noise > - good quality wifi > - small form factor preferably > - processor does not need to

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
Sorry wrong address in my previous email I meant to show this entry in my routing table 2620:ba:6000:3:58d2:48ff:fee6:270a 56:af:97:0f:66:6e UHL0 12 - 4 vport0 On Mon, May 6, 2024 at 2:03 PM Benjamin Raskin wrote: > > As mentioned in my previous

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-06 Thread Zé Loff
On Mon, May 06, 2024 at 09:03:17PM +0100, James Johnson wrote: > Hi all, > > can anyone please advise on what computer I can purchase with the following > requirements: > > - fully supports OpenBSD > - no noise > - good quality wifi > - small form factor preferably > - processor does not need

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-06 Thread Jo MacMahon
I recently switched my RockPro64 over to OpenBSD and so far everything works nicely with it. I had trouble getting it to boot at first, but it was my fault for not fully reading the installation instructions[1], and assuming that I could simply `dd` the provided miniroot75.img to an SD card and

Re: Hardware recommendation for small form factor, noiseless, server

2024-05-06 Thread Implausibility
For various values of 'fully supports', I have multiple odroid HC4 units, and they all run very well. I've booted them with OpenBSD to play with it, but inevitably switched back to Linux. No built-in WiFi, but it has a single USB socket that you could plug in a WiFi/Bluetooth dongle. -JD. >

AES-256 ist sicher wie AES-128 im brute force

2024-05-06 Thread Peter J. Philipp
The title says "AES-256 is as safe as AES-128" for a translation. Hi, Dear everyone who I contacted and haven't contacted so far. I have run a test program against a practiced attack against AES-256. While trying to restore the key with just 1 guessed t0 value (I have almost given up) But in

Hardware recommendation for small form factor, noiseless, server

2024-05-06 Thread James Johnson
Hi all, can anyone please advise on what computer I can purchase with the following requirements: - fully supports OpenBSD - no noise - good quality wifi - small form factor preferably - processor does not need to be fast (no highly intensive compute load) - low RAM need - needs 1 TB of hard

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
vport0 is a member of veb0, along with em0, em1, em2, and em3, with rad(8) running on vport0 announcing 2620:ba:6000:3:: vport0 only has a link-local address. The premise of not having a dedicated route for 2620:ba:6000:3::/64 is that multiple routers in various locations can advertise a prefix

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Claudio Jeker
On Mon, May 06, 2024 at 02:36:07PM -0400, Benjamin Raskin wrote: > Hello, Claudio; > > Sorry about the mistake, I meant to paste the route entry for > 2620:ba:6000:3:58d2:48ff:fee6:270a > and instead pasted the link local address. I looked at your route output and it makes little sense. How is

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
Hello, Claudio; Sorry about the mistake, I meant to paste the route entry for 2620:ba:6000:3:58d2:48ff:fee6:270a and instead pasted the link local address. Here is the output of the two commands prod-router-wat-01$ bgpctl show fib 2620:ba:6000:3:58d2:48ff:fee6:270a flags: B = BGP, C =

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Claudio Jeker
On Mon, May 06, 2024 at 02:03:52PM -0400, Benjamin Raskin wrote: > As mentioned in my previous email, I'm looking to advertise global > addresses such as 2620:ba:6000:3:58d2:48ff:fee6:270a, but then > I took a look at my routing table and noticed that gateway/nexthop > for this global address is a

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
As mentioned in my previous email, I'm looking to advertise global addresses such as 2620:ba:6000:3:58d2:48ff:fee6:270a, but then I took a look at my routing table and noticed that gateway/nexthop for this global address is a MAC address fe80::58d2:48ff:fee6:270a%vport0

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
Hello, Peter; The addresses I'm trying to announce are global i.e. 2620:ba:6000:3:58d2:48ff:fee6:270a , however bgpd(8) doesn't want to announce them for some reason. When I check my routing table they appear however, when taking a look at bgpctl they are not announced. Ben Raskin On Mon, May

Re: bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Peter Hessler
On 2024 May 06 (Mon) at 10:14:21 -0400 (-0400), Benjamin Raskin wrote: :Hello, all; : :I've been having some issues getting bgpd to announce IPv6 routes, ... : :bgpd(8) is configued to advertise all connected and static routes, :however bgpd(8) only advertises routes that are connected to the

bgpd(8) not announcing IPv6 addresses from local network

2024-05-06 Thread Benjamin Raskin
Hello, all; I've been having some issues getting bgpd to announce IPv6 routes, apologies for the dumb question in advance. I've setup rad(8) and bgpd(8) on an OpenBSD machine. bgpd(8) is sending routes over to some neighbors (routes such as fd80::fce1:baff:fea6:bf3a) while rad(8) is sending

unwind. entry is marked as invalid

2024-05-06 Thread Maksim Rodin
Hello, I often have to deal with unwind refusing to serve dns queries. When it happens I see an entry like this in the daemon log: "May 6 13:15:22 main unwind[42415]: validation failure : key for validation mangolassi.it. is marked as invalid because of a previous no DNSSEC records" Reading

Re: webssh does not install

2024-05-06 Thread Stuart Henderson
On 2024-05-06, Eyüp Hakan Duran wrote: > --9fb6bb0617c0773e > Content-Type: text/plain; charset="UTF-8" > > Hi all, > > I am trying to install webssh, which is a python package, on OpenBSD 7.5. > My goal is to provide a tool for my email server users a means to change > their

Re: pfstat is having a bad time

2024-05-06 Thread Stuart Henderson
On 2024-05-05, Christer Solskogen wrote: > Running pfstat -q gives: > ioctl: DIOCGETSTATUS: Permission denied > pf_query: query_counters() failed > > This is on a newly updated system (current) > OpenBSD tugs.antarctica.no 7.5 GENERIC.MP#50 amd64 > > Packages are also all up to date. The kernel

Re: webssh does not install

2024-05-06 Thread Kirill A . Korinsky
On Mon, 06 May 2024 04:14:16 +0100, Eyüp Hakan Duran wrote: > >--- stderr >thread 'main' panicked at cryptography-cffi/build.rs:61:49: >unable to find openssl include path Try to run it with env OPENSSL_DIR="/usr" OPENSSL_STATIC=0 -- wbr, Kirill

Re: ATB.com

2024-05-05 Thread Brett Mahar
Hi Austin, You can try checking how your DNS is set up. If you are not using your ISP, the website may think you are in a faraway location and redirect you wrongly. I had this issue with ANZ (Australian bank) a while back. Check your DNS browser settings on firefox and chromium too. If they

webssh does not install

2024-05-05 Thread Eyüp Hakan Duran
Hi all, I am trying to install webssh, which is a python package, on OpenBSD 7.5. My goal is to provide a tool for my email server users a means to change their passwords. Some of them access their emails from Windows machines, and they are not very comfortable using ssh, etc. I thought this

Re: Desktop performance

2024-05-05 Thread Kirill A . Korinsky
On Sun, 05 May 2024 21:52:11 +0200, Bodie wrote: > > openfiles is very questionable, did you measure with fstat(1) how many of > them do you have when you run Firefox or Chrome or did you have any errors > in logs regarding exhausting that limit? > I run my desktop with default settings (512)

Re: ATB.com

2024-05-05 Thread Kirill A . Korinsky
On Sun, 05 May 2024 20:49:32 +0200, Austin Hook wrote: > > In the past 6 months is has gotten more and more difficult to sign-on > to with Firefox and OpenBSD, as they have tried to make their sites more > and more bullet proof. > Yeah, an industry to figth bots is qutie popular these days

Re: ATB.com

2024-05-05 Thread Stephen Wiley
In the past when I've had trouble with online banking I just refused to use it and went in person. I still do this for checks as there's no way to cash them online without a smartphone. Thankfully my local credit union, FSB and Etrade work fine in Firefox for everything else. --Stephen On Sun,

Re: pfstat is having a bad time

2024-05-05 Thread Nick Owens
On Sun, May 5, 2024, 13:05 Christer Solskogen wrote: > Running pfstat -q gives: > ioctl: DIOCGETSTATUS: Permission denied > pf_query: query_counters() failed > > This is on a newly updated system (current) > OpenBSD tugs.antarctica.no 7.5 GENERIC.MP#50 amd64 > > Packages are also all up to date.

Re: ATB.com

2024-05-05 Thread Chris Petrik
Hello, Try changing the version to say windows using a extension I've seen a few banking sites that will fail to load if it's not a supported OS or browser they use or recommend luckily navy fed hasn't done anything like that. Chris Sent from Proton Mail Android Original Message

pfstat is having a bad time

2024-05-05 Thread Christer Solskogen
Running pfstat -q gives: ioctl: DIOCGETSTATUS: Permission denied pf_query: query_counters() failed This is on a newly updated system (current) OpenBSD tugs.antarctica.no 7.5 GENERIC.MP#50 amd64 Packages are also all up to date. -- chs

Re: Desktop performance

2024-05-05 Thread Bodie
On 4.5.2024 21:20, Manfred Koch wrote: Hi, There is no problems with performance, only tested the settings, nevertheless I will undo the changes to the default . I appreciate your recommendations. By the way the website https://www.nechtan.io/articles/openbsd_minimalist_desktop.html comes

ATB.com

2024-05-05 Thread Austin Hook
{I'm currently still using release version of 7.4} {This may be of interest mainly to residents of Alberta, Canada} ATB.COM -- (i.e. Alberta Treasury Branch) is a provincially owned bank in Alberta, Canada. In general it is nicer, and friendlier to use than most big commercial banks. Not so,

Re: OpenBSD/hppa 7.5: install kernel boots from cdrom, but not from disk on 715/50?

2024-05-05 Thread Alexander Bochmann
...on 2024-05-05 20:32:55, Alexander Bochmann wrote: > but when trying to reboot from disk, the kernel hangs > after "power0 at mainbus0: not available" 7.4 looks the same, by the way. Alex.

PC Sensors TEMPer sensor oddity...

2024-05-05 Thread Mike
Running OpenBSD 7.5 on AMD64. Full dmesg is at the end of this message. This sensor used to work well with OpenBSD 7.4. Since I moved to 7.5, the following issue is reproducible... The sensor is plugged into the USB port, and the PC (in this case, laptop) is powered up. After the boot is

OpenBSD/hppa 7.5: install kernel boots from cdrom, but not from disk on 715/50?

2024-05-05 Thread Alexander Bochmann
Hi, I tried to install OpenBSD on an HP apollo 715/50 today: The install kernel boots from CD and installs the system, but when trying to reboot from disk, the kernel hangs after "power0 at mainbus0: not available" (right before the cpu0 line). Any idea what could be wrong here? I verified

Re: Desktop performance

2024-05-05 Thread Manfred Koch
Hello list, thank you for all your replies to this subject. Manfred On 5/5/24 03:29, Chris Petrik wrote: Hello, The best docs I've seen are the ones in OpenBSD they praise to provide very nice docs, Linux by fare sucks in this regard the issue is most people who provide howtos are just

Re: Power consumption of Pinebook Pro running OpenBSD

2024-05-04 Thread Brett Mahar
>The lack of hardware accelerated video >*anything* on the PBP (unless this has changed in the last couple of releases) >will murder your battery life and make >videos rather stuttery. > Thanks Daniel, Based on your info I will do the opposite of what I had planned, and install OpenBSD on my

Re: Power consumption of Pinebook Pro running OpenBSD

2024-05-04 Thread Daniel Wilkins
On Sat, May 04, 2024 at 05:56:10PM +1000, Brett Mahar wrote: > Hi misc, > > I am getting a Pinebook Pro soon and just wondering how many hours the > battery tends to last from a full charge with OpenBSD? I ran openbsd on my PBP for a while. To answer your question: a lot less than Linux. The

Re: obsd wifi

2024-05-04 Thread Chris Petrik
Hello, You need to pre search for devices before you buy or you will run into this. A device driver needs the code and the fw sometimes it's not the code but the fw luckily OpenBSD has fw_uodate which does an awesome job. But if you want to use any BSD you need to either do a approps for

Re: Desktop performance

2024-05-04 Thread Chris Petrik
Hello, The best docs I've seen are the ones in OpenBSD they praise to provide very nice docs, Linux by fare sucks in this regard the issue is most people who provide howtos are just kids who try to setup a web server and document how they did it, as well as you get 45 people replying the same

Re: Desktop performance

2024-05-04 Thread Kirill A . Korinsky
On Sat, 04 May 2024 22:32:46 +0200, Chris Bennett wrote: > > My luck with web searches is about zero. Even swapping to different > search engines just gives me crap that's too old or ridiculously wrong. > I have a strong feeling that LLM models adds too much "new" text that makes the OpenBSD

Re: Desktop performance

2024-05-04 Thread Chris Bennett
On Sat, May 04, 2024 at 06:19:54PM +0200, Peter N. M. Hansteen wrote: > Hm. Back in the day I did some conference tutorials on "transition to the most > recent OpenBSD release", with some desktop/laptop oriented tweaks I had found > useful myself. Some of those tweaks may still apply, but some are

Re: Desktop performance

2024-05-04 Thread Manfred Koch
Hi, There is no problems with performance, only tested the settings, nevertheless I will undo the changes to the default . I appreciate your recommendations. By the way the website https://www.nechtan.io/articles/openbsd_minimalist_desktop.html comes with the desktop suggestion. By then and

Re: obsd wifi

2024-05-04 Thread Peter N. M. Hansteen
On Sat, May 04, 2024 at 03:01:54PM -0300, Gustavo Rios wrote: > I have just installed OpenBSD in my brand new notebook. It is a dell > notebook that came with just a wifi NIC. How do i discover the name o my > wifi nic ? ifconfig with no arguments should list all network interfaces the kernel has

Re: obsd wifi

2024-05-04 Thread Kirill A . Korinsky
On Sat, 04 May 2024 21:39:18 +0200, Manuel Solis wrote: > > You could check your interfaces with "ifconfig", then you could see which > interface you have, the most common are iwm0, iwn0, or something like that, > Here the catch: they need a firmware and system needs an internet to get one. --

Re: obsd wifi

2024-05-04 Thread Manuel Solis
Hello Gustavo, You could check your interfaces with "ifconfig", then you could see which interface you have, the most common are iwm0, iwn0, or something like that, Then you could save your SSIDs info at /etc/hostname.interface, ex: /etc/hostname.iwm0 nwid LAN1 wpakey PASSWORD dhcp For

Re: obsd wifi

2024-05-04 Thread Kenneth Gober
On Sat, May 4, 2024 at 2:05 PM Gustavo Rios wrote: > I have just installed OpenBSD in my brand new notebook. It is a dell > notebook that came with just a wifi NIC. How do i discover the name o my > wifi nic ? > If your nic is supported, it will appear in the list of configured network

Re: obsd wifi

2024-05-04 Thread Chris Narkiewicz
On Sat, May 04, 2024 at 03:40:18PM -0300, Gustavo Rios wrote: > how to install via pkg_add if i have no network connection ? dmesg and ifconfig should give you a name of the wifi chipset already. To install required packages and firmware, buy a USB adapter. They are $5 and work out of the box. I

Re: obsd wifi

2024-05-04 Thread deich...@placebonol.com
ummm, did you try ifconfig? On May 4, 2024 12:01:54 PM MDT, Gustavo Rios wrote: >Hi folks! > >I have just installed OpenBSD in my brand new notebook. It is a dell >notebook that came with just a wifi NIC. How do i discover the name o my >wifi nic ? > >Thanks a lot. > >-- >The lion and the tiger

Re: obsd wifi

2024-05-04 Thread Gustavo Rios
how to install via pkg_add if i have no network connection ? Em sáb., 4 de mai. de 2024 às 15:25, Mikhail Pchelin escreveu: > On Sat, May 04, 2024 at 03:01:54PM -0300, Gustavo Rios wrote: > > Hi folks! > > > > I have just installed OpenBSD in my brand new notebook. It is a dell > > notebook

obsd wifi

2024-05-04 Thread Gustavo Rios
Hi folks! I have just installed OpenBSD in my brand new notebook. It is a dell notebook that came with just a wifi NIC. How do i discover the name o my wifi nic ? Thanks a lot. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

  1   2   3   4   5   6   7   8   9   10   >