| From | Subject | Date |
|---|---|---|
| Rami Sik | Re: openBSD 4.2 and LSI raid
Have a look at the following doc from Sun (section D.1.5): http://docs.sun.com/source/817-5248-20/appd.html I know what you mean. It sounded strange in the first place, but life is Rami Sik -----Original Message----- The RAID controller *should not* care about partitions at all - WTF?! | Jan 29, 6:13 pm 2008 |
| Rami Sik | Re: openBSD 4.2 and LSI raid
Yes, I first started by setting up the raid and installing openBSD on However, I advanced one step further now: If you use fdisk to assign a | Jan 29, 5:52 pm 2008 |
| NetOne - Doichin Dokov | Re: openBSD 4.2 and LSI raid
The RAID controller *should not* care about partitions at all - WTF?! | Jan 29, 5:57 pm 2008 |
| Stuart Henderson | Re: openBSD 4.2 and LSI raid
I *think* you should probably set the new disk as a hotspare. A timely reminder of the requirement to test what happens when things http://docs.sun.com/source/817-5248-20/appd.html Note that there are many different devices known as "LSI raid". | Jan 29, 6:34 pm 2008 |
| J.C. Roberts | Re: openBSD 4.2 and LSI raid
It seems the "crazy firmware" is checking the partition type read from It's moments like this when I wonder why I don't use softraid *alot* Rami, sorry I misunderstood your first post. The partition type hacking kind regards, | Jan 29, 7:08 pm 2008 |
| Matt | Can I just mount my lost swap on raid0?
Hi all, Perhaps a bit daft but: The swap partition is present as a slice within the virtual raid0 disk. Thanks! ---- additional info ---- box# raidctl -p raid0 box# cat /etc/fstab | Jan 29, 5:44 pm 2008 |
| Whyzzi | FYI: USB rum0 + wep [not equal] network (Jan 23 snapshot)
I acquired an old dell laptop a couple of weeks ago which I went ahead Then I take the laptop home where I have an older openbsd 4.2 pc | Jan 29, 4:55 pm 2008 |
| catalin visinescu | Security associations and SA_FLAG_REPLACED
Hi, I have GW1 and GW2 redundant firewalls (isakmpd+pf+carp+sasyncd) Is there a way to see which security associations are marked as "replaced" on the backup GW? On the master (let's say GW1) Basically after the old SAs soft time expired and ... | Jan 29, 2:38 pm 2008 |
| Maurice Janssen | cvs running behind?
Hi, I saw an email on the cvs list about some security fixes for 4.1-stable Am I missing something or is there a hickup somewhere? Maurice | Jan 29, 3:06 pm 2008 |
| Chris Kuethe | Re: cvs running behind?
CVS fan-out takes a while. Just keep an eye on it, and I'll try get CK -- | Jan 29, 3:26 pm 2008 |
| Christian Weisgerber | Re: rlpr for OpenBSD?
1. Enable the two-line "rp" example entry in /etc/printcap and replace -- | Jan 29, 2:59 pm 2008 |
| Comète | ACLs in CUPS with users/groups in a LDAP directory
Hi, i would like to use the ACLs in CUPS to give access to users and groups thanks Comete | Jan 29, 2:45 pm 2008 |
| n0g0013 | Re: 4.2 patchset for PR#5563/#5704
joel, thanks for the comments. was looking for help when sent the initial On 30.01-02:45, Joel Sing wrote: never fixed it; just wanted a patch against 4.2 without having to use thanks for the pointer. thanks again. that's what i needed and did. wasn't sure whether there was | Jan 29, 12:29 pm 2008 |
| Helmut Schneider | Re: Recording OpenNTPd PID at daemon startup
[root@www ~]# kill 1%'&$carrier lost -- | Jan 29, 12:34 pm 2008 |
| Helmut Schneider | Re: Recording OpenNTPd PID at daemon startup
Yes, but there might be a race condition while checking. What I would like to do is to check if a shell script is already active. And if [ $(pgrep -of "/bin/sh $0") -ne $MYPID ]; then If pgrep (with -o support) finds a process that is *older* than MYPID the afaik that construction is faster than grepping ps, pipi... | Jan 29, 12:11 pm 2008 |
| Pau Amaro-Seoane | rlpr for OpenBSD?
Hi, we got a printer in our office. Now I'd like to use it. I hate Usually I avoid all these problems with a cat MyVeryInterestingFile.ps | telnet IPaddressOfPrinterHere 9100 since most of the printers have that door open. It *works* Now, admin here is taking security a bit too seriously and it's not I was thinking of using rlpr, like rlpr -Plp -HIPaddressOfPrinterHere MyVeryInteres... | Jan 29, 11:44 am 2008 |
| Pau Amaro-Seoane | Re: rlpr for OpenBSD?
I found out the sources at http://truffula.com/rlpr/ Now, the Makefile is buggy. I had to do this to install rlpr properly on OpenBSD. I post it here make bsd-symlinks is wrong and ./bin is also wrong. The binaries go spree(p8)| sudo make bsdlinks | Jan 29, 1:35 pm 2008 |
| Douglas A. Tutty | Re: rlpr for OpenBSD?
What's wrong with base lpd with a remote printer entry in printcap? If you need to spit printer-specific data to the printer from lpr and | Jan 29, 1:20 pm 2008 |
| Edd Barrett | Zsh ctrl+a / ctrl+e
Hi there, I use zsh on my OpenBSD boxes. About a week ago ctrl+a and ctrl+e stopped working in zsh. These I have just been chatting to another user who uses zsh and he has the Has it become broken? Thanks for any input. -- Best Regards Edd | Jan 29, 10:35 am 2008 |
| Andy Hayward | Re: Zsh ctrl+a / ctrl+e
Have you changed the default environment for users? zsh uses the value of variables like EDITOR to determine which -- ach | Jan 29, 11:03 am 2008 |
| Edd Barrett | Re: Zsh ctrl+a / ctrl+e
Oh dear, Yup this is the problem. I changed EDITOR to vim a while ago. Wow, vi mode is cool. Didn't know it existed. Many thanks Thanks for that -- Best Regards Edd | Jan 29, 11:55 am 2008 |
| Pierre-Emmanuel | Re: Zsh ctrl+a / ctrl+e
Le Tue, 29 Jan 2008 14:35:22 +0000, Hi Ed, Wich version of zsh do you use ? and wich version of OpenBSD (-current, Regards, Pea | Jan 29, 11:06 am 2008 |
| Helmut Schneider | Re: Recording OpenNTPd PID at daemon startup
No. It might find a child but it will never find the parent. [root@BSDHelmut ~]# pgrep -fl httpd To stop httpd, which pid should I kill, the oldest, or the most recent? OK, 'pgrep -fl httpd | tail -1' does the trick, and pgrep is not safe enough | Jan 29, 10:19 am 2008 |
| frantisek holop | booting openbsd on eee without cd-rom
hi there, i was wondering if some of the boot sector/fdisk magicians what i need is basically advice how to handcraft a boot sector thanks in advance. -f | Jan 29, 9:59 am 2008 |
| Nick Holland | Re: booting openbsd on eee without cd-rom
see recent thread, "Install OpenBSD from USB". (short version: just do a normal install to the flash disk) Nick. | Jan 29, 10:45 am 2008 |
| Richard Daemon | Re: booting openbsd on eee without cd-rom
a generic bsd kernel ok, or needs to boot bsd.rd or similar? In other words, I can see it being able to boot bsd.rd without a problem, | Jan 29, 3:15 pm 2008 |
| Stefan Kell | Re: booting openbsd on eee without cd-rom
Hi, Might be interesting on the eee, what boot device will be selected. AFAIK the internal disk ist master on the secondary IDE-channel. But of course you have "boot -a" at the boot prompt for selecting the root device. And I want to try the same the next days :-) Regards Stefan Kell | Jan 29, 5:54 pm 2008 |
| Stuart Henderson | Jan 29, 3:50 pm 2008 | |
| frantisek holop | Re: booting openbsd on eee without cd-rom
how do i boot bsd.rd to make an install to the flash disk? -f | Jan 29, 11:05 am 2008 |
| Nick Holland | Re: booting openbsd on eee without cd-rom
see the referenced thread... Prep the install device on another machine. Other machine just needs Either that, or get me an eeepc so I can see what the existing (some people will sa... | Jan 29, 12:21 pm 2008 |
| Mark Mathias | Re: booting openbsd on eee without cd-rom
drive, a minimal install should fit, unless you have a very small drive -- | Jan 29, 11:50 am 2008 |
| Helmut Schneider | Re: Recording OpenNTPd PID at daemon startup
Not at all. I might find a child but I will never find the parent. [root@BSDHelmut ~]# pgrep -fl httpd To stop httpd, which pid should I kill, the oldest, or the most recent? OK, 'pgrep -fl httpd | tail -1' does the trick, and pgrep is not safe enough | Jan 29, 9:54 am 2008 |
| Henning Brauer | Re: Recording OpenNTPd PID at daemon startup
kill 'em all! -- | Jan 29, 11:30 am 2008 |
| Darrin Chandler | Re: Recording OpenNTPd PID at daemon startup
If you really want to find the parent you can... $ ps ax -O pgid | grep ntpd The header that gets stripped by grep: So you can see that for one process PID==PGID. Bingo. -- | Jan 29, 10:31 am 2008 |
| INFODIVIO | La sécurité professionnelle en un seul clic !
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser en [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Si vous disirez ne plus recevoir de mail de notre part, cliquez ici | Jan 29, 9:45 am 2008 |
| Helmut Schneider | Re: Recording OpenNTPd PID at daemon startup
pgrep on OpenBSD does not support '-o' (Select only the oldest). It is - -- | Jan 29, 6:37 am 2008 |
| pierre | Re: Recording OpenNTPd PID at daemon startup
On Tue, 29 Jan 2008 11:37:41 +0100 Is that what you're looking for ? | Jan 29, 7:18 am 2008 |
| Hannah Schroeter | Re: Recording OpenNTPd PID at daemon startup
Hi! I guess that's the *opposite* of what Helmut asked for. Kind regards, Hannah. | Jan 29, 8:58 am 2008 |
| J.W. Zondag | Re: 4.2 install freezes at "rd0: fixed, 3800 blocks"
Hi, Had the same problem installing 4.2 on Dell PowerEdge 1950 III, but --- | Jan 29, 5:18 am 2008 |
| Juan Miscaro | Re: 4.2 install freezes at "rd0: fixed, 3800 blocks"
[Please do not top post.] That's funny, I thought disklabel was completely broken for that /juan | Jan 29, 11:23 am 2008 |
| Chris | hotplugd(8) mount flash drive
I am trying to use hotplugd(8) to mount my USB flash drive (/dev/sd1i) #!/bin/sh DEVCLASS=$1 case $DEVCLASS in disklabel=`/sbin/disklabel $DEVNAME 2>&1 | \ | Jan 29, 4:24 am 2008 |
| Chris | Re: hotplugd(8) mount flash drive
I figured (from /var/log/messages) that the flash drive is mounted as Jan 29 19:40:44 red /bsd: sd1 detached | Jan 29, 6:01 am 2008 |
| Heinrich Rebehn | Re: hotplugd(8) mount flash drive
# -Heinrich | Jan 29, 6:35 am 2008 |
| Johan Fredin | Re: hotplugd(8) mount flash drive
Without ever having played around with hotplugd, I'd try: "JetFlash*)" | Jan 29, 6:26 am 2008 |
| frantisek holop | Re: hotplugd(8) mount flash drive
definitely. sometimes some devices have space(s) in/after their name. -f | Jan 29, 11:35 am 2008 |
| Chris | sendmail setup mail server error
I'm trying to setup a mail server. But getting an error: "m4: This is what I did so far - cd /usr/share/sendmail/cf cp openbsd-proto.mc mydomain.mc vi mydomain.mc divert(0)dnl divert(-1) I didn't change anything... | Jan 29, 1:28 am 2008 |
| knitti | Re: sendmail setup mail server error
please read about the DOMAIN macro. I don't think I does what you --knitti | Jan 29, 8:05 am 2008 |
| knitti | Re: sendmail setup mail server error
sorry, I meant to write "I don't think it does what you think it does." Too --knitti | Jan 29, 8:14 am 2008 |
| MAMMON INFO | que haces bolas
QUI HACIS BOLAS ? Csmo va boludo, yo aca en la Bristol "tashenodecabezacuchandocumbia" | Jan 29, 2:15 am 2008 |
| Richard P. Koett | PoPToP Vulnerability Question
Dear Misc: I've been asked to look into an issue on a i386 system running OpenBSD 3.7. I The machine is running poptop-1.1.4.b4p1. Someone did an audit and declared | Jan 29, 12:05 am 2008 |
| previous day | today | next day |
|---|---|---|
| None | January 29, 2008 | None |
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Linus Torvalds | Linux 2.6.25-rc4 |
| Greg KH | Linux 2.6.25.10 |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Ilpo Järvinen | Re: Strange Application bug, race in MSG_PEEK complaints (was: Bug#513695: fetchma... |
