Hi OpenBSD friends,
Just a report, not sure if it's helpful, but @voutilad requested [1] I
send the details to the mailing list.
I have seen a few reports online[1][2], about some users not being able to
boot newer alpine linux versions (and other linux OS' in my
experience). Specifically I've s
b...@po.cwru.edu writes:
> Onboard SATA seems to require additional initialization on a Gigabyte
> B650 in OpenBSD 7.4 amd64; basic requests take minutes to complete and
> each block read takes 30 seconds. During boot, attached SSDs will block
> pending these requests;
I have the same issue. I
b...@po.cwru.edu writes:
>> Divan Santana [20240131 165546 +0200]:
>>
>> b...@po.cwru.edu writes:
>>
>> > Onboard SATA seems to require additional initialization on a Gigabyte
>> > B650 in OpenBSD 7.4 amd64; basic requests take minutes to complete
aving setup a software raid1 made this bug worse. Pity I
have to have a motherboard that is not very compatible with openbsd :(
b...@po.cwru.edu writes:
>> Divan Santana [20240131 165546 +0200]:
>>
>> b...@po.cwru.edu writes:
>>
>> > Onboard SATA seems to require a
Greetings All :)
Generally openbsd7.2 works well on Lenovo ThinkPad E14 Gen 4.
Their is two main things that aren't working.
The camera. Which is less important, because I can plug an external
usb web cam. The camera is detected, but doesn't work. I think it
was recording weirdly or in some c
>> The camera. Which is less important, because I can plug an external
>> usb web cam. The camera is detected, but doesn't work. I think it
>> was recording weirdly or in some crippled fashion.
About the camera, here is some more useful info on how it doesn't work:
I've enabled the webcam in
>> About the camera, here is some more useful info on how it doesn't work:
>
> Make sure you have sysctl kern.video.record=1
I do have a toggle to change the above. And toggle it accordingly
before attempting to use the camera. So it's not that.
All works fine with an older lenovo builtin webca
Greetings friends :)
In short MS teams works via chrome on openbsd7.2 for me except for the
camera.
(The camera with webrtc works fine for other sites, just not teams)
The screen share too works, but not the camera. It detects the camera,
but when you try switch it on, it remains black.
Firefo
Thomas Frohwein writes:
> On Wed, Jan 18, 2023 at 10:19:25PM +0200, Divan Santana wrote:
>> Greetings friends :)
>>
>> In short MS teams works via chrome on openbsd7.2 for me except for the
>> camera.
>
> I was on an MS Teams meeting a few weeks ago with camera
>> Any workaround is better then nothing, painful or not.
>
> Perhaps doing up a package of Jami for BSDs would be a cleaner/better
> option?
> I wouldn't pollute my harddrive with anything MS, quite frankly.
> For me, straightaway that would be a security issue, at the least.
>
> https://jami.net
Dave Voutila writes:
> Dave Voutila writes:
>
>> di...@santanas.co.za writes:
>>
>>> Hi OpenBSD friends,
>>>
>>> Just a report, not sure if it's helpful, but @voutilad requested [1] I
>>> send the details to the mailing list.
>>>
>>> I have seen a few reports online[1][2], about some users not b
Divan Santana writes:
> Greetings friends :)
>
> In short MS teams works via chrome on openbsd7.2 for me except for the
> camera.
>
> (The camera with webrtc works fine for other sites, just not teams)
>
> The screen share too works, but not the camera. It detects the ca
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:
/ho
Greetings All,
I have a USB audio bluetooth dongle plugged in.
azalia0 at pci0 dev 31 function 3 "Intel 600 Series HD Audio" rev 0x01: msi
audio0 at azalia0
uaudio0 at uhub5 port 1 configuration 1 interface 3 "Creative Creative BT-W5"
rev 2.00/10.00 addr 7
uaudio0: class v1, full-speed, sync, ch
Thanks to all for the suggestions!
>> How can one make "Creative Creative BT-W5" device always rsnd/1 and not
> A -workaround- is:
> Don't explicitly name an audio device in your commands.
> Use the environment variable AUDIODEVICE instead.
> You would -source- a shell script which looked at
>> How can one make "Creative Creative BT-W5" device always rsnd/1 and not
>> sometimes rsnd/2?
>
> I don't have a perfect solution for this, but being in a similar
> situation with my hardware, I've grown accustomed to keeping the
> USB audio plugged, and only plugging in the camera when I need it
Greetings :)
Hopefully someone can assist with getting the mic to work on this
orosound tilde pro headset connected over usb-c. Any suggestions is
welcome. :)
The headset works great to play audio over usb-c, however the microphone
is not working.
When I connect the headset to a Linux PC, the h
> The headset works great to play audio over usb-c, however the microphone
> is not working.
Update, when it's connected via the usb dongle (which ships with the
headset) the microphone and audio output just work. Great.
Only, it would be nice to be able to get the mic to work over usb-c too.
I
Greetings :)
NFS server (openbsd) with /data/media and files are 1000:1000 uid:gid.
NFS client (openbsd) I want to mount the above files to
/var/www/nextcloud/data as 67:67 uid:gid.
I have attempted this on NFS server:
/etc/exports:
/data/media -mapall=1000:1000 -alldirs -network=192.168.1.10
>> I would expert my NFS client uid 67 to be mapped to the remote NFS
>> server and presented as 1000 therefore permission should be granted to
>> write?
>
> Did you forget to send SIGHUP to mountd(8) to make it re-read
> exports(5)?
I did do a reload of mountd. I also rebooted.
It seems this is
>> How can one get both entries to work?
>
> By having them on different filesystems. You can't have diferent options
> on different directories exported from the same filesystem.
>
> See "BUGS" in exports(5).
Thanks Stuart for pointing that out. I did read it but I didn't really
understand it at
Stuart Henderson writes:
> On 2024-10-31, Divan Santana wrote:
>>>> How can one get both entries to work?
>>>
>>> By having them on different filesystems. You can't have diferent options
>>> on different directories exported from the s
Divan Santana writes:
>>> I would expert my NFS client uid 67 to be mapped to the remote NFS
>>> server and presented as 1000 therefore permission should be granted to
>>> write?
>>
>> Did you forget to send SIGHUP to mountd(8) to make it re-read
>>
Hi Brian,
b...@po.cwru.edu writes:
>> Divan Santana [20240131 165546 +0200]:
>>
>> b...@po.cwru.edu writes:
>>
>> > Onboard SATA seems to require additional initialization on a Gigabyte
>> > B650 in OpenBSD 7.4 amd64; basic requests take minutes to
Greetings all :)
So I got backuppc working on openbsd7.6, though it took me a while.
Anyway, below is a howto which will hopefully help someone else out
there.
The web interface and everything works following the below.
But as you can see there is a few issues.
The readme should be updated in
Greetings and happy December :)
I have a 3.5TB ffs mounted at /data which is specified in fstab.
When there is a power outage this file system corrupts (I'll install
another UPS shortly).
Is it possible to fsck_ffs a 3.5TB file system from the boot rescue
environment?
When I've tried before I'v
Greetings :)
I have a raid1 and raid5 array. The raid1 is for the OS and has no issues.
The raid5 has been offline since a kernel panic and reboot.
I see this in dmesg
root@cephas:~# dmesg |grep sd6
softraid0: trying to bring up sd6 degraded
softraid0: sd6 was not shutdown properly
softraid0:
Kirill A. Korinsky writes:
> On Tue, 10 Dec 2024 20:10:51 +0100,
> Divan Santana wrote:
>>
>> Secondly question, is it possible from the rescue environment to edit
>> the real /etc/fstab file? Because it would be handy for me in some
>> cases to do so without
Otto Moerbeek writes:
> On Tue, Dec 10, 2024 at 09:10:51PM +0200, Divan Santana wrote:
>
>> Greetings and happy December :)
>>
>> I have a 3.5TB ffs mounted at /data which is specified in fstab.
>>
>> When there is a power outage this file system corrupts
>> >> Secondly question, is it possible from the rescue environment to edit
>> >> the real /etc/fstab file? Because it would be handy for me in some
>> >> cases to do so without booting from the install image.
>> >>
>> >
>> > I just double checked bsd.rd from amd64 snapshot, and it seems that both
Peter Hessler writes:
> On 2024 Dec 10 (Tue) at 21:10:51 +0200 (+0200), Divan Santana wrote:
>
> :mount 3b3840fcdf524721.c /data
>
> you've basically guaranteed corruption of your disk. the 'c' partition
> the entire disk, including all metadata.
>
> You
> Greetings :)
>
> I have a raid1 and raid5 array. The raid1 is for the OS and has no issues.
>
> The raid5 has been offline since a kernel panic and reboot.
>
> I see this in dmesg
>
> root@cephas:~# dmesg |grep sd6
> softraid0: trying to bring up sd6 degraded
> softraid0: sd6 was not shutdown pr
Greetings :)
So I have two openbsd76 systems. A backup and primary.
This alpine vm boots on the backup but not the primary.
I have copied the vm between the two and done an md5 on both sides and
the file is identical. For some reason it boots on the backup server
but not the primary server.
H
Chris Cappuccio writes:
> Divan Santana [di...@santanas.co.za] wrote:
>> Greetings :)
>>
>> So I have two openbsd76 systems. A backup and primary.
>>
>> This alpine vm boots on the backup but not the primary.
>>
>> I have copied the vm between the
> So 3.20 works and 3.21 fails?
Correct Mike.
> If so, I can take a look.
Thanks.
> Is this dmesg below from the machine on which 3.21 fails?
Correct. The dmesg with the amd ryzen 9 7900 is the system which
doesn't boot the 3.21 alpine. Passing the noxsave kernel in the vm
resolves it tho
kongthr...@protonmail.ch writes:
> Hello,
>
> I'm trying to boot a 7.5 IMG USB installer and install to a Samsung SATA SSD.
> With the SSD plugged in, the boot process looks like this:
>
> probing: pc0 com0 mem[632K 1793M 6140M]
> disk: hd0 hd1*
>>> OpenBSD/amd64 BOOTX64 3.65
> boot> stty com0 11
Greetings :)
I have a openbsd 76 system (dmesg [1]) with bioctl raid5 setup. It
achieves performance writes of between 18-43 MB/s with a dd test[2] and
7-11 MB/s with rsync tests[3]. But the backend drives are reported to
write at 220MB/s according to it's vendor spec [4]. I would expect with
a
Mike Larkin writes:
> On Wed, Apr 16, 2025 at 04:25:49PM -, Stuart Henderson wrote:
>> On 2025-04-16, Christopher Turkel wrote:
>> > --8621ef0632e76668
>> > Content-Type: text/plain; charset="UTF-8"
>> > Content-Transfer-Encoding: quoted-printable
>> >
>> > Bluetooth is not suppo
Trying to get a bluetooth keyboard on OpenBSD working, here is the
results.
Getting bluetooth audio working has a useable workaround which many
know about already.
In summary, my attempt fails but below is the info which may be helpful to
others who attempt this.
Options to get a bluetooth keybo
39 matches
Mail list logo