softraid disk read error

2022-10-18 Thread serge
I have raid1 volume (one of two on PC) with 2 disks. # disklabel sd5 # /dev/rsd5c: type: SCSI disk: SCSI disk label: SR RAID 1 duid: 7a03a84165b3d165 flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 243201 total sectors: 3907028640 boundstart: 0 bo

"No O/S" after drive replacement with / on raid1

2021-01-31 Thread Serge
Hello. I use 2 disks in mirror with root partition on softraid. Say they are sd0a and sd1a and SR is sd2. For example sd0 fails. I shutdown system, replace failed drive, boot from good one, copy layout, rebuild array, all disks online and system is up and running. Then sd1 fails. I shutdown syst

Re: How to find all package files

2008-01-07 Thread Serge Basterot
there a better way to do this? Yes sure : $ cd /usr/ports $ make search key=xfce And when you find a package "make search name=" There are others options you could use, man 7 ports is your friend -- Serge

root fs mount problem with bsd.mp + acpi + ahc on i386

2007-11-24 Thread Serge Basterot
e to mount root file system from SCSI drive (drive connected to an adpatec scsi card, ahc(4)). You can find dmesg from bsd, bsd.mp + ddb output and bsd.mp + noacpi here : http://www.wo-do.com/openbsd_dmesg/ Thanks in advance for your help, -- Serge

Re: removing a list of users

2007-11-15 Thread Serge Basterot
On Thu, Nov 15, 2007 at 11:47:09AM -0500, Piet Slaghekke wrote: > Hello everyone, Hello, > How can I remove a list of users in OpenBSD. Something like that, or with the "-r" option : while read uid; do userdel $uid; done < userlist.txt -- Serge

Re: Zurich OpenBSD

2007-07-18 Thread Serge Basterot
; > > Just say "Humpaa" to everyone wearing an OpenBSD-Shirt or other signs of > lovely Puffy. I think many people will say "humppa" very soon near Berlin at Finowfurt in august with strange t-shirts... :) -- Serge

Re: sshd.config and AllowUsers

2007-03-26 Thread Serge Basterot
Hello, On Mon, Mar 26, 2007 at 01:33:17PM -0400, Jerome Santos wrote: [...] > I want to add something like this: > > AllowUsers user1, user2, user3 AllowUsers is a list of "user name patterns, separated by _spaces_". Also take a look at the AllowGroups parameter. -- Serge