| From | Subject | Date |
|---|---|---|
| Stuart Henderson | Re: remove x* and games from my system
$DEITY no, look at the file list of xbase, for example. | May 27, 5:52 pm 2008 |
| Bryan Irvine | Re: remove x* and games from my system
On Tue, May 27, 2008 at 2:52 PM, Stuart Henderson <stu@spacehopper.org> *untested* but that's a little heavy and the xargs command should be plenty safe. :-) -Bryan | May 27, 7:27 pm 2008 |
| Travers Buda | Re: remove x* and games from my system
Err yeah, you're right--very bad idea. ./etc The tarballs and the lists are this way. How about just a plain -- | May 27, 6:50 pm 2008 |
| Josh Grosse | Re: remove x* and games from my system
My recommendation was plain rm, without -rf. Viz: # cd / I believe it to be safe. It will leave some directories in place, but won't In any case, for a test system as the OP has, reinstalling is probably faster | May 27, 7:06 pm 2008 |
| Stuart Henderson | Re: remove x* and games from my system
If you leave the old X libs and includes on the system, make sure they | May 27, 5:50 pm 2008 |
| Kirill S. Bychkov | Re: iwi(4) not working on 4.3
Hi. I've tried your solution. I've created new kernel with acpi disabled (my | May 27, 4:07 pm 2008 |
| macintoshzoom | pf.conf by PID ?
I want to allow out network connections only from a specific local proxy server (tor). How do I set up my pf.conf for this? Thanks. | May 27, 1:46 pm 2008 |
| Jason Crawford | Re: pf.conf by PID ?
On Tue, May 27, 2008 at 1:46 PM, macintoshzoom The easiest method for this, I think, would be the 'user' parameter, | May 27, 1:58 pm 2008 |
| macintoshzoom | Re: pf.conf by PID ? SOLVED
I will try the user pf parameter "user { -tor }". as yes, the tor server is running as _tor. Thank you "Jason Crawford" , "Chris Kuethe", "Matthew Dempsky" for your tips! --------------- | May 27, 3:11 pm 2008 |
| Matthew Dempsky | Re: pf.conf by PID ?
On Tue, May 27, 2008 at 10:46 AM, macintoshzoom Can you run the proxy as a dedicated user and then use the 'user' filter option? | May 27, 2:20 pm 2008 |
| Chris Kuethe | Re: pf.conf by PID ?
On Tue, May 27, 2008 at 10:46 AM, macintoshzoom with the exception of kernel threads and init, PIDs are random, so If tor is running with a unique userid you can filter on that. This is -- | May 27, 2:03 pm 2008 |
| Dan Liu | remove x* and games from my system
At first I install all the packages from the install43.iso except bsd.mp. | May 27, 12:42 pm 2008 |
| Travers Buda | Re: remove x* and games from my system
rm -rf `cat /usr/src/distrib/sets/lists/game/mi` Replace "YOURMACHINE" with your arch... i386.. amd64 whatev. Those are ticks, ``, below the ~ on us layouts. cd into / first. Otherwise you could do this like... cat /usr/src/di... | May 27, 1:05 pm 2008 |
| Ingo Schwarze | Re: remove x* and games from my system
Caution, bad advice ahead... Why, which problem are you trying to solve? Travers, did you test that on your own machine before posting? Unless i'm quite mistaken, that's exceptionally terrible advice: $ cd /usr/xenocara/distri... | May 27, 4:03 pm 2008 |
| Travers Buda | Re: remove x* and games from my system
Clever. =) Plus its missing a "done" in there. I _always_ test Using xargs and tar -t (as someone posted) is probably the best *snip -- | May 27, 4:24 pm 2008 |
| Aaron Stellman | Re: remove x* and games from my system
You can either go the hard way of looking up where {x*,games} sets | May 27, 1:01 pm 2008 |
| Josh Grosse | Re: remove x* and games from my system
This may be done manually. For each fileset, obtain a list of files and remove them: e.g.: # cd / and so on. | May 27, 12:58 pm 2008 |
| HSL - Lukas Ratajski | Total freeze with Intel Pro/100 dual Ethernet network card
More precisely: We use a small thin client as a firewall, which boots off the network. Originally, I planned a three-legged firewall with a DMZ, but since the system has only one PCI connector, I was forced to try a dual-port network card. Now, OpenBSD recognizes both network interfaces fine - fxp0 and fxp1. But as soon as I try to bring one interface up (no matter if link is present or not), the system completely freezes after about one second. No panic, no debugger prompt. It turns into a brick. I have... | May 27, 12:17 pm 2008 |
| Dan Liu | qemu can not boot openbsd
All the command before qemu booted. qemu-img create hd_img.img 8000M /etc/qemu-ifup tap0 echo 1 > /proc/sys/net/ipv4/ip_forward The boot command: qemu -m 300 -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 -hda | May 27, 10:32 am 2008 |
| viq | Re: qemu can not boot openbsd
Try disabling kqemu (-no-kqemu), I've had some problems when I tried to -- | May 27, 10:56 am 2008 |
| Hannah Schroeter | Re: qemu can not boot openbsd
Hi! I had problems (panic, init died or something like that, qemu itself (This is on i386/SMP, and yes, it's with the new enough port with the mp Kind regards, Hannah. | May 27, 11:59 am 2008 |
| Gregory Edigarov | How to re-build openssl with SHA1 support?
Hello Everybody, $Subject -- | May 27, 10:26 am 2008 |
| Philip Guenther | Re: How to re-build openssl with SHA1 support?
On Tue, May 27, 2008 at 8:26 AM, Gregory Edigarov Umm, the OpenSSL included with OpenBSD _does_ include SHA1 support. (So, the pedantic answer to your question is "cd /usr/src/lib/libssl && make") Philip Guenther | May 27, 11:00 am 2008 |
| Gregory Edigarov | Re: How to re-build openssl with SHA1 support?
While trying to configure for ctorrent this is what I have from configure: checking dependency style of gcc... gcc3 -- | May 27, 11:14 am 2008 |
| Jason Beaudoin | Re: How to re-build openssl with SHA1 support?
On Tue, May 27, 2008 at 11:14 AM, Gregory Edigarov check where the configure script is looking for those libs, you might ~J | May 27, 11:20 am 2008 |
| Die Gestalt | Re: How to re-build openssl with SHA1 support?
You indeed need to specify the openssl directory which is different on | May 27, 11:33 am 2008 |
| Gilles Chehade | Re: How to re-build openssl with SHA1 support?
I mistakenly deleted the original mail, SHA1_Init is in libcrypto, not libssl. poolp:gilles {292} nm /usr/lib/libcrypto.so.13.0 | grep SHA1_Init Gilles -- | May 27, 11:32 am 2008 |
| Gregory Edigarov | Re: How to re-build openssl with SHA1 support?
What I've done was just: export LDFLAGS=-lcrypto -- With best regards, | May 27, 11:29 am 2008 |
| Jonathan Thornburg | strlcat/strlcpy vs overlapping arguments
In message <http://marc.info/?l=openbsd-tech&m=121183803128128&w=1>, Should this be mentioned in the strlcpy/strlcat man page? Index: strlcpy.3 | May 27, 6:53 am 2008 |
| Ted Unangst | Re: strlcat/strlcpy vs overlapping arguments
Maybe. I think it logically follows that the same rules would apply | May 27, 12:41 pm 2008 |
| Theo de Raadt | Re: strlcat/strlcpy vs overlapping arguments
I agree with Ted. I think it is obvious, and does not need to be If you can't program, then please -- don't program. | May 27, 12:52 pm 2008 |
| Craig Findlay | Re: strlcat/strlcpy vs overlapping arguments
Hmmm, not sure if I agree with that, I no one ever tried to do things Craig | May 27, 7:09 pm 2008 |
| Pollywog | Re: strlcat/strlcpy vs overlapping arguments
I think the advice should have been not to program *professionally* until one | May 27, 7:55 pm 2008 |
| Tony Abernethy | Re: strlcat/strlcpy vs overlapping arguments
A monkey MIGHT sit down to a typewriter and write a novel. Overlapping parameters on a memory to memory copy: Any "high-level" code that depends on that kind of behavior | May 27, 7:43 pm 2008 |
| Theo de Raadt | Re: strlcat/strlcpy vs overlapping arguments
So you'll go write the next great buffer overflowing program and If you can't use strcpy and strlcpy correctly, then you should not | May 27, 7:16 pm 2008 |
| Taleon | Re: Searching for updated web server installation guide
You could take a look at: http://www.openbsd-wiki.org/index.php?title=Virtual_Domain_Hosting_Guide Greetings | May 27, 7:30 am 2008 |
| Michelle Walter | Journal des cadeaux d'entreprise : Editorial Juin 2008
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Retrouvez toutes nos nouveautis : Laissez-vous guider par notre silection de mai et n'hisitez pas ` faire Bureautique de pointe... Cli USB personnalisie Avec son design aux lignes souples, cette cli USB signe son originaliti Duo Concept... T-shirt publicitaire Avec un style urb... | May 27, 4:25 am 2008 |
| Jason McIntyre | Re: hostname.pppoe0 with AT&T/SBC debug?
observing the last point in pppoe(4), have you removed any pre-existing jmc | May 27, 2:50 am 2008 |
| Sean Hafeez | May 27, 3:27 am 2008 | |
| Sean Hafeez | SOLVED - hostname.pppoe0 with AT&T/SBC debug?
So this was an error on my part - sorta. The CPE has 3 modes. 1. PPPoE on the CPE So after reading the docs, testing with other PPPoE clients and | May 27, 4:05 am 2008 |
| Sean Hafeez | Re: hostname.pppoe0 with AT&T/SBC debug?
In my googling I found I am not the only one with the issue. Have a Its seems to be a bug. Anyone from dev want to comment? Thanks! | May 27, 3:33 am 2008 |
| Sean Hafeez | Re: hostname.pppoe0 with AT&T/SBC debug?
So a bit more, here is a tcpdump of my external rl0 interface that I 16:22:26.350554 PPPoE-Discovery | May 26, 8:15 pm 2008 |
| Jesus Sanchez | Re: rtorrent ram issue
Solved, turned to ctorrent (enchanced) which is just I was $ screen ctorrent file.torrent works really fine. Thanks Zoran. | May 27, 9:47 am 2008 |
| Aaron Martinez | Re: rdr to squid proxy with authentication
But if you really want to do this, I would suggest using authpf. You Hope this helps. Aaron | May 27, 8:10 am 2008 |
| Tomas Bodzar | Re: Third Global Congress of Women in Politics and Governanc...
WTH is with Spam filter? -----Original Message----- Dear Colleagues and Friends, The Center for Asia-Pacific Women in Politics (CAPWIP) and the United Nations | May 27, 4:42 am 2008 |
| previous day | today | next day |
|---|---|---|
| None | May 27, 2008 | None |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
