| From | Subject | Date |
|---|---|---|
| Tobias Weingartner | Re: possible bug in CDROM recognition?
Having a slave on an IDE channel without a master is undefined behaviour. -Toby. | Jan 2, 6:09 pm 2008 |
| Alexey Vatchenko | Re: possible bug in CDROM recognition?
dmesg will shed some light on this. -- | Jan 2, 5:53 pm 2008 |
| Russell Gadd | possible bug in CDROM recognition?
I am a complete novice regarding OpenBSD. However... I was going to ask for assistance as my new install of OBSD wouldn't Windows98 and Debian Linux had no problem recognising the... | Jan 2, 5:36 pm 2008 |
| Nicolas Letellier | Updated ports/packages in -stable/-release
Hello misc@, I have a question : If I want the last packages/ports, I use a -current system, with If I want a *very* stable system (in production for example), I use | Jan 2, 5:50 pm 2008 |
| Ingo Schwarze | Re: Updated ports/packages in -stable/-release
Hi Nicolas, please also read the FAQ on www.openbsd.org. No, mostly wrong. There are some exceptions where upstream development versions - lack of any stable upstream distribution | Jan 2, 7:54 pm 2008 |
| Nick Holland | Re: Updated ports/packages in -stable/-release
That may be what you do, but you are generally wrong if that is your goal. The goal is that the BEST version of OpenBSD is -current. The people who usually experience trouble with -current often can't *The name -stable refers to the API and functionality, not to the | Jan 2, 7:51 pm 2008 |
| Martin Schröder | Re: Updated ports/packages in -stable/-release
Search the archives. Basically you are not paying the team enough. Best | Jan 2, 7:26 pm 2008 |
| Alexey Vatchenko | CDMA modem control utility
Hi! Recently i started project ``CDMA modem control utility''. Currently it The program can do the following: The code is BSD licensed, so you can use and reuse it :) Thanks! -- | Jan 2, 5:05 pm 2008 |
| Nick Golder | Using PF to QoS on tun interface
I inherited a system that is attempting (poorly) to QoS traffic going Since the traffic that I want to QoS doesn't really have an egress Here is a quick map on the traffic: rl0 <--> tun0 <--> OpenVPN <--> rl1 ... | Jan 2, 2:17 pm 2008 |
| johan beisser | Re: Using PF to QoS on tun interface
Treat the tun interface as a "normal" one. I recently had the same Could you explain this again? I've been doing foolish interface setup for a while now. My own [internet] <--> [external interface] <--> [tun0] <--> [openvpn] <--> | Jan 2, 3:30 pm 2008 |
| viq | Cluebat and other hints required - how to figure out what ha...
I have a serial console set up on that box, and can make it drop to Thanks in advance for any pointers. | Jan 2, 8:16 am 2008 |
| Markus Hennecke | lm(4) sensor device at 0xa10
[Empty message]
| Jan 2, 8:06 am 2008 |
| Seth Brundle | Able to access data on HD on platforms with different endian...
Hello list & happy new year, due to some problems with a x86 machine I got here I have the problem of As I need to access it ASAP, I thought of connecting it to my G4 Power Mac, | Jan 2, 7:34 am 2008 |
| Marco Peereboom | Re: Able to access data on HD on platforms with different en...
Don't mix endianess on filesystems. It won't work. | Jan 2, 10:56 am 2008 |
| Seth Brundle | Re: Able to access data on HD on platforms with different en...
Thanks. Surely saved some time for me. | Jan 2, 11:31 am 2008 |
| Chris | [OT] sendmail on dynamic IP
I got a test box at home I'm trying to setup sendmail in. I bought a I understand that having a dynamic IP and not having a reverse DNS | Jan 2, 6:22 am 2008 |
| Stuart Henderson | Re: [OT] sendmail on dynamic IP
$ host -t txt gmail.com if you're sending from your gmail.com address through it, you'll | Jan 2, 6:35 am 2008 |
| Chris | gnash: can't load library
I upgraded from 4.1 to 4.2 with X and upgraded gnash. Now when I go to /usr/local/bin/gnash: can't load library 'libavcodec.so.8.0' Starting process: /usr/local/bin/gnash -v -x 8427142 -j 100 -k 100 -u | Jan 2, 4:24 am 2008 |
| Markus Lude | Re: gnash: can't load library
Did you upgrade your other packages as well or only gnash? How did you Update all the packages if not done yet. Regards, | Jan 2, 8:27 am 2008 |
| Unix Fan | Re: fvwm in base and repository with security issues?
Fluxbox is MIT licenced, it's dependencies are Imlib2, which is BSD licenced.. everything else is included in Xorg and is (AFAIK..) under a similar licence. -Nix Fan. (Fvwm, IMHO is ugly..) | Jan 2, 2:46 am 2008 |
| Douglas A. Tutty | Re: fvwm in base and repository with security issues?
I also forgot that Enlightenment seems to be under a suitable licence, Doug. | Jan 2, 10:19 am 2008 |
| Marco Peereboom | Re: fvwm in base and repository with security issues?
Can we please stop this discussion? Nothing is going to change in base X. All the other things you guys are Base is fine, leave it alone. | Jan 2, 1:59 pm 2008 |
| Marc Balmer | Re: fvwm in base and repository with security issues?
* Douglas A. Tutty wrote: enlightnment is development code that does not run stable. It is not - Marc Balmer | Jan 2, 2:13 pm 2008 |
| Marco Peereboom | Re: fvwm in base and repository with security issues?
Fluxbox is fugly, fvwm is awesome. this discussion is very useful! | Jan 2, 10:47 am 2008 |
| Marco S Hyman | Re: fvwm in base and repository with security issues?
Marco Peereboom writes: cwm (with the changes I've made :-) is looking nicer and nicer! I hope // marc | Jan 2, 4:30 pm 2008 |
| STeve Andre' | A clue about php5, please?
So I have spent some large portion of today puzzling over getting Php5 installs just fine, and in fact running the test.php code in However I can't use imbedded php like ... | Jan 2, 1:20 am 2008 |
| Antti Harri | Re: A clue about php5, please?
-- | Jan 2, 1:28 am 2008 |
| Richard Toohey | Re: A clue about php5, please?
Longer explanation ... This one has stung me a number of times - seems short tags are no http://en.wikipedia.org/wiki/PHP You can get short tags to work if you change your php.ini ... See short_open_tag entry right near the top of this page: http://nz.php.net/manual/en/ini.core.php ... but you are *really* better off getting in the habit of using Unfortun... | Jan 2, 3:42 am 2008 |
| the chefmaster | Link exchange with your site http://www.kittypee.com
Dear Webmaster, My name is the chefmaster, and I run the web site www.LinuxCooking.com: I recently found your site http://www.kittypee.com and am very interested http://linuxcooking.com/resources/links_uncategorized.html As you know, reciprocal linking benefits both of us by raising our search | Jan 1, 9:21 pm 2008 |
| Michael Bibby | Problem while chroot python and modules in apache
Hi, all. I use OpenBSD 4.2 -release and the default chrooted apache. I copied all files python needed, and it works. but the modules ---- | Jan 1, 10:59 pm 2008 |
| Joerg Zinke | Re: Problem while chroot python and modules in apache
On Wed, 02 Jan 2008 10:59:27 +0800 did you copied openldap libs/files too? regards, joerg | Jan 2, 7:09 pm 2008 |
| Brian | k9copy
Anyone in the process of porting over k9copy from the freebsd ports tree? Thanks, Brian ____________________________________________________________________________________ | Jan 1, 9:43 pm 2008 |
| Jacob Meuser | Re: k9copy
hmm, requires libhal and vamps. vamps only requantizes the mpeg plus, requantizing isn't that great. rip the program streams and | Jan 1, 11:33 pm 2008 |
| Paul Greidanus | Re: [Fwd: Open-Hardware]
[Empty message]
| Jan 2, 12:03 am 2008 |
| marina | Re: [Fwd: Open-Hardware]
Most of us on this list are happy to see software and hardware that Might i most respectfully suggest that this is not the best venue to Dr Stallman i now see the dogged determination that has made you effective, --- Marina Brown | Jan 1, 10:37 pm 2008 |
| Hannah Schroeter | Re: delete deleted data
Hi! Thermite should do the work too. Hot enough to bring the material out of And nice special fx. *g* Grinding leaves small pieces of still magnetized material where a Of course you could try combining a grinding and a demagnetizing | Jan 1, 11:17 pm 2008 |
| Siju George | Re: Real men don't attack straw men
MINOR CONFUSION? With all the spin you are doing with your own words it is quite clear that 1) You don't know the facts OR 2) You are a compulsive liar OR 3) You have an agenda. You are going through all these verbal gymnastics just because your While you still continue to confuse the masses who do not know the | Jan 2, 4:05 am 2008 |
| Richard Stallman | Re: Real men don't attack straw men
Richard, you are too stupid to go and learn FACTS before you open I am sure the readers can judge for themselves whether I am stupid. In addition, I thought that OpenSolaris was just a kernel, but it | Jan 2, 5:54 am 2008 |
| Theo de Raadt | Re: Real men don't attack straw men
Twice you called free things non-free, and once you called a non-free Your memory was incorrect? I bet you make such a mistake again in a Huh? OpenSolaris is just a kernel, and this helps you how? The Someone like you is not allowed to spread mistruths like this in ... | Jan 2, 2:02 pm 2008 |
| Douglas A. Tutty | Re: fvwm in base and repository with security issues?
To satisfy my own curiosity, looking at Since I didn't look at the software itself, I don't know if any require Just thought I'd FYI. I'm not making an argument either/any way. Doug. | Jan 2, 12:29 am 2008 |
| Lars Noodén | Re: router/firewall PF
There's also this one: IPv6 will be required in a number of governments starting this year. -Lars | Jan 2, 11:16 am 2008 |
| Vijay Sankar | Re: openldap with dbv4 crash
I hate to waste developer and port maintainer time, so apologize in advance I am puzzled about why I don't seem to have any problems with OpenLDAP kern.version=OpenBSD 4.2-current (GENERIC.MP) #0: Thu Dec 27 13:53:57 CST 2007 with db-4.6.21 Berkeley DB package, revision 4 | Jan 2, 1:13 pm 2008 |
| Daniel | Re: openldap with dbv4 crash
On Wed, 2 Jan 2008 11:13:26 -0600 ./configure \ Basically no backends were compiled in except bdb,hdb,monitor,relay and Daniel | Jan 2, 2:39 pm 2008 |
| Liviu Daia | Re: openldap with dbv4 crash
[...] (1) Historically, upgrading existing OpenLDAP databases to new formats (2) The 2.4 branch is still unstable; historically, previous branches (3) Historically, none of the new brances have been backward compatible; Regards, Liviu Daia -- | Jan 2, 5:28 am 2008 |
| Daniel A. Ramaley | Re: diff of the official FAQ
Exactly. About once a year i go back and reread the entire FAQ. Each I think knowing how to find information is more useful than having | Jan 2, 11:57 am 2008 |
| Richard Toohey | Re: Help with Seagate STT3401A tape drive
[cut] Can anyone help? I've had an offlist reply that makes it seem that I'll take the tape drive out of this box and try it on another Thanks. | Jan 2, 3:47 am 2008 |
| Nenhum_de_Nos | Re: Perpetually Current
I have quite the same problem. my OBSD routers are usually old PII | Jan 2, 12:42 pm 2008 |
| Ingo Schwarze | Re: Perpetually Current
Hi Matheus, Saying "this kind of upgrade", you refer to the official upgrade The official upgrade process is completely trivial on any imaginable | Jan 2, 3:57 pm 2008 |
| Douglas A. Tutty | Re: Perpetually Current
There has to be a way without CD. Can't you put the 4.2 rd kernel on Doug. | Jan 2, 1:40 pm 2008 |
| Darrin Chandler | Re: Perpetually Current
Or yaifo, which is essentially bsd.rd + sshd. Handy as hell if some form -- | Jan 2, 2:14 pm 2008 |
| previous day | today | next day |
|---|---|---|
| None | January 2, 2008 | None |
