On Sep 26 21:42:02, spritskills...@gmail.com wrote:
> I did the thing.
> dd'd a 5gb img to my ssd instead of my usb and I want to die.
> dd if=file.iso of=/dev/sd1c
At this point, you are supposed to tell
what your disk layout is (or was :-).
Is sd1 your boot disk? What partitions did it contain?
--- Original Message ---
On Wednesday, September 27th, 2023 at 8:42 AM, Florian Obser
wrote:
> On 2023-09-27 01:01 +02, Joel Carnat j...@carnat.net wrote:
>
> > Hi,
> >
> > Because of Apple Private Address feature, my static IP allocations based
> > on MAC address (hardware ethernet
On 2023-09-27 01:01 +02, Joel Carnat wrote:
> Hi,
>
> Because of Apple Private Address feature, my static IP allocations based
> on MAC address (hardware ethernet) doesn't work anymore. Looking at
> dhcpd.leases, some devices provide a client-hostname value ; but not
> every one.
>
> Is there a dh
>
> How could be that there is a process with PID 0 before init?
> Probably I'm missing something about OpenBSD core.
>
As for this small part of the mystery, even init starts out as a skeleton
process created early by the kernel, which then does an exec() of
/sbin/init so that whatever program li
> But yeah. You need a good backup.
> here's mine: https://holland-consulting.net/scripts/ibs/
> ksh shell script + rsync + another computer and big disk.
I personally use rdiff. Eheh, I'm interested to know if anyone has sad story
about rdiff?
Thanks,
-- Daniele Bonini
Sep 27, 2023 05:17:3
On 9/26/23 21:42, sprits killshot wrote:
I did the thing.
dd'd a 5gb img to my ssd instead of my usb and I want to die.
dd if=file.iso of=/dev/sd1c
I am using a CRYPTO RAID partition and luckily I'm smart enough not to
nuke that.
My ssd is 2TB so I believe it uses FFS2 by default. I'm hopeles
restore from backup. scan_ffs doesn't find ffs2 filesystems.
I did the thing.
dd'd a 5gb img to my ssd instead of my usb and I want to die.
dd if=file.iso of=/dev/sd1c
I am using a CRYPTO RAID partition and luckily I'm smart enough not to
nuke that.
My ssd is 2TB so I believe it uses FFS2 by default. I'm hopelessly
running scan_ffs on it in case it was s
Hi,
Because of Apple Private Address feature, my static IP allocations based
on MAC address (hardware ethernet) doesn't work anymore. Looking at
dhcpd.leases, some devices provide a client-hostname value ; but not
every one.
Is there a dhcpd.conf configuration parameter that forces DHCP clients
t
Another option would be to use a loop with sdiff(1) for side-by-side.. diffs
$ man sdiff
http://man.openbsd.org/sdiff.1
When you need something more from mg(1) or outside its intended
feature set, remember editors/emacs is in ports too.
$ pkg_locate readmes/emacs
https://openports.pl/path/editor
On 2023-09-26, Dimitrios Moustos wrote:
> I believe the problem appeared arround openbsd 7.2, or 7.1. I am not sure.
> Knowing exactly when the problem appeared might help locate the problem.
> In this case I will install some older versions and report back.
Please try -current first.
Am 26.09.23 um 18:12 schrieb Alessandro Baggi:
Il 26/09/23 17:30, Claudio Jeker ha scritto:
On Tue, Sep 26, 2023 at 05:13:46PM +0200, Andreas Kähäri wrote:
On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote:
Hi list,
running this python3 script:
#!/usr/bin/env python3
import p
Il 26/09/23 17:30, Claudio Jeker ha scritto:
On Tue, Sep 26, 2023 at 05:13:46PM +0200, Andreas Kähäri wrote:
On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote:
Hi list,
running this python3 script:
#!/usr/bin/env python3
import psutil
pids = psutil.pids()
for i in pids:
On Tue, Sep 26, 2023 at 05:13:46PM +0200, Andreas Kähäri wrote:
> On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote:
> > Hi list,
> > running this python3 script:
> >
> > #!/usr/bin/env python3
> > import psutil
> >
> > pids = psutil.pids()
> > for i in pids:
> > p = psutil.Pro
Il 26/09/23 17:13, Andreas Kähäri ha scritto:
On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote:
Hi list,
running this python3 script:
#!/usr/bin/env python3
import psutil
pids = psutil.pids()
for i in pids:
p = psutil.Process(i)
with p.oneshot():
print(str(i)
On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote:
> Hi list,
> running this python3 script:
>
> #!/usr/bin/env python3
> import psutil
>
> pids = psutil.pids()
> for i in pids:
> p = psutil.Process(i)
> with p.oneshot():
> print(str(i) + " " + p.name())
>
> The re
Alessandro Baggi writes:
> Hi list,
> running this python3 script:
>
> #!/usr/bin/env python3
> import psutil
>
> pids = psutil.pids()
> for i in pids:
> p = psutil.Process(i)
> with p.oneshot():
> print(str(i) + " " + p.name())
>
> The result start with:
>
> 0 swapper
> 1 init
Hi list,
running this python3 script:
#!/usr/bin/env python3
import psutil
pids = psutil.pids()
for i in pids:
p = psutil.Process(i)
with p.oneshot():
print(str(i) + " " + p.name())
The result start with:
0 swapper
1 init
536 smtpd
868 ksh
...
This process does not appear in p
Il 26/09/23 13:50, Dave Voutila ha scritto:
Alessandro Baggi writes:
Hi list,
I'm trying to install OpenBSD 7.3 on a VM (Linux KVM) but when it
starts to install sets I got panic and "syncing disk... 8 8 8 8 ..."
until it reboot automatically.
Can you share the panic and backtrace?
This
Hello,
The system whose dmesg is attached fails to powerdown or reboot.
I am not sure if it is a bug, a misconfiguration or a missing or incomplete
driver.
After halt -p from an installed system the system hangs after:
syncing disks... done
and in case of a reboot:
syncing disks... done
rebooti
Alessandro Baggi writes:
> Hi list,
> I'm trying to install OpenBSD 7.3 on a VM (Linux KVM) but when it
> starts to install sets I got panic and "syncing disk... 8 8 8 8 ..."
> until it reboot automatically.
Can you share the panic and backtrace?
>
> This is a simple installation, no disk enc
On 26.9.2023 09:40, Harald Dunkel wrote:
Hi folks,
would it be possible to introduce a vertical split window (Ctrl-X 3)
in mg, similar to horizontal split? I am really missing this feature.
Vertical split allows me to work with similar files (shown
side-by-side)
much more efficiently.
St
Also got a lot of these trying to install 7.3 in Virtualbox, under
Linux. Then installed in tmpfs (memory) and later moved the virtual disk
(.vdi) to the SATA disk, then it booted properly. SATA disk isnt
corrupted, must be something related to disk access / read / write
speed, while under virt
On 2023-09-25, Tobias Fiebig wrote:
> On Mon, 2023-09-25 at 18:15 +0200, Rudolf Leitgeb wrote:
>> Either this, or the TLS 1.3 code was always buggy, but now
>> it was actually used per default.
> Yes, setting up nginx with enabled tlsv1.3 on 7.2 and earlier is also
> on the todo. Similarly, disabl
Hi list,
I'm trying to install OpenBSD 7.3 on a VM (Linux KVM) but when it starts
to install sets I got panic and "syncing disk... 8 8 8 8 ..." until it
reboot automatically.
This is a simple installation, no disk encryption, default OpenBSD layout...
The VM has VNC Server as "graphic" instea
Hi folks,
would it be possible to introduce a vertical split window (Ctrl-X 3)
in mg, similar to horizontal split? I am really missing this feature.
Vertical split allows me to work with similar files (shown side-by-side)
much more efficiently.
Regards
Harri
Hi Stuart,
Am 25.09.23 um 19:08 schrieb Stuart Henderson:
That might possibly be the one fixed by 7.2 errata 008, so if you don't
already have that you at least want to syspatch.
That was my guess as well. However, the systems were patched up to 7.2
errata-016. I applied the remaining patch
27 matches
Mail list logo