Re: The Care and Feeding of OpenBSD

2005-08-16 Thread Hannah Schroeter
Hello! On Tue, Aug 16, 2005 at 11:36:42AM -0400, Timothy Donahue wrote: [...] As a general rule, if the update is in a library or in the /usr/src/sys folder then I build and install a new kernel then do a `make build`. If the change is in an application, then I skip the kernel. IIRC the

Re: A question to lib/libc/gen/daemon.c

2005-08-21 Thread Hannah Schroeter
Hello! On Sun, Aug 21, 2005 at 09:54:06AM +0200, Alexander Farber wrote: if (!noclose (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { (void)dup2(fd, 0); (void)dup2(fd, 1); (void)dup2(fd, 2); if (fd 2)

Re: 3.8 beta requests

2005-08-24 Thread Hannah Schroeter
Hello! On Wed, Aug 24, 2005 at 02:28:25PM +0300, Genadijus Paleckis wrote: [...] Is that means that 3.8 might be unstable ? Maybe all who wants/needs stable systems need to run 3.7 ? well, from base system side I gues it will be minimal problems, but what about ports ? because almost everyone

Re: 3.8 beta requests

2005-08-24 Thread Hannah Schroeter
Hello! On Wed, Aug 24, 2005 at 08:02:54AM -0500, Dave Feustel wrote: On Wednesday 24 August 2005 07:04, Hannah Schroeter wrote: I *am* a bit sad about the fact that there're no running Lisp implementations for OpenBSD Does (X)emacs work? Yes, but I meant (and neglected to say explicitly

Re: proper way to format/use floppies (i386)

2005-08-24 Thread Hannah Schroeter
Hello! On Wed, Aug 24, 2005 at 07:57:55AM -0700, Spruell, Darren-Perot wrote: [...] Is there any reason to use FFS on a floppy? Won't FAT (-12, or whatever) work fine? Could you just mformat it and be along? Of course there is. Just take a look at the boot floppies, for example. Or think of the

Re: 3.8 beta requests

2005-08-24 Thread Hannah Schroeter
Hello! On Wed, Aug 24, 2005 at 12:57:27PM -0500, Andrew Dyer wrote: It was very frustrating to try and make things better and get ignored. I can share some frustration. About a year ago, I made a port for erlang (the current port just doesn't work at all, and it's ancient anyway, so *anything*

Re: complex.h under OpenBSD

2005-09-03 Thread Hannah Schroeter
Hello! On Sat, Sep 03, 2005 at 09:30:51AM +0200, Ramiro Aceves wrote: [...] Thank you very much to all for your responses. I seems that It is a good time to learn the C++ thing. Some time ago with no too much free time, I tried it with no luck. I found object oriented programming very strange.

Re: MP3 Daemon

2005-09-12 Thread Hannah Schroeter
Hello! On Mon, Sep 12, 2005 at 09:39:19PM +1000, Steve Murdoch wrote: Hi all, I have used mpg321 and mp3blaster to continuously loop a randomised playlist. The machine does nothing else so the cpu utilisation of mp3blaster doesnt matter. Does any one know of anything that is designed to work

Re: Url checker

2005-10-03 Thread Hannah Schroeter
Hello! On Mon, Oct 03, 2005 at 12:24:41PM -0400, Dave Anderson wrote: ** Reply to message from [EMAIL PROTECTED] on Mon, 3 Oct 2005 11:08:31 +0200 Anyone knows a good URL checker that runs on OpenBSD? My boss wants me to monitor web site traffic and present a report with all visits to all

Re: permissions on automatically created symlinks

2005-10-07 Thread Hannah Schroeter
Hello! On Fri, Oct 07, 2005 at 11:50:42AM +0200, Isak Lyberth wrote: I have added a symlink that i need newly created users to automatically get, when they are created, into /etc/skel when i add new users this symlink is created just fine, but the owner of it is root:wheel i need it to be a

Re: making packages out of the portstree

2005-10-12 Thread Hannah Schroeter
Hello! On Wed, Oct 12, 2005 at 05:04:56PM +0200, Marc Peters wrote: hi all, i wanted to install a package on an box, which i built out of the portstree via make package. everything goes fine and the package is available in /usr/ports/packages/i386/cdrom/ and ../ftp/. i copied the .tgz to the

Re: Opera Confusion

2005-10-18 Thread Hannah Schroeter
Hello! On Tue, Oct 18, 2005 at 09:44:41AM -0400, Roy Morris wrote: Does the port (not pkg) of Opera contain flash? I was checking through the mail list, one guy says it works great and another says you can't include it on Openbsd. I saw something about a port FLAVOR but didn't see it in the

Re: tar(1) problem with long file names.

2005-10-22 Thread Hannah Schroeter
Hello! On Fri, Oct 21, 2005 at 02:07:16PM -0500, eric wrote: It seems that tar(1) is only able to archive filenames of 100 characters or less. However, ufs can handle (I've been testing using touch(1)) filenames up to 255 characters. I tried to modify the following in src/bin/pax/tar.h It's an

Re: tar(1) problem with long file names.

2005-10-22 Thread Hannah Schroeter
Hello! On Sat, Oct 22, 2005 at 01:43:03PM +, Christian Weisgerber wrote: Hannah Schroeter [EMAIL PROTECTED] wrote: Use a more apt data format in your use case. Ehm correcting myself: According to pax(1), 100 is the limit for pathnames in the old tar format, while the limit for ustar

Re: tar(1) problem with long file names.

2005-10-22 Thread Hannah Schroeter
Hello! On Sat, Oct 22, 2005 at 01:46:10PM +, Christian Weisgerber wrote: Jay Fenlason [EMAIL PROTECTED] wrote: GNU tar uses a variety of ugly hacks to get around the 100 (original tar) or 255 (ustar) character limit in file and path names. Unfortunatly, only gnu tar can correctly extract

Re: Limiting Shell Access Damage (was Guruness)

2005-10-24 Thread Hannah Schroeter
Hello! On Thu, Oct 20, 2005 at 11:01:55PM +0200, Jesper Louis Andersen wrote: [... what looks like good advice ...] A typical attack vector, however, for 1000+ account sites is a compromised account. You can assume at least 5 per 1000 accounts are compromised or have easily guessable

Re: OpenOffice.org 2.0 works on OpenBSD

2005-10-24 Thread Hannah Schroeter
Hello! On Mon, Oct 24, 2005 at 09:31:11AM -0400, Roy Morris wrote: Sure, I think the ones I found were A. unless you want to see this error over and over do a touch /etc/mnttab You could also touch /emul/linux/etc/mnttab to not pollute the native OpenBSD filesystem namespace. [...] Kind

Re: coredump

2005-10-24 Thread Hannah Schroeter
Hello! On Mon, Oct 24, 2005 at 03:38:40PM +0200, Gabucino wrote: What could prevent a (threading) program to dump core on OpenBSD/i386 3.5 ? ulimit -c is unlimited. I can catch the segfault in gdb, but that's not the question. Core files are written into the current working directory, so perhaps

Re: Migrating to a new HD

2005-10-26 Thread Hannah Schroeter
Hello! On Wed, Oct 26, 2005 at 12:42:04PM +0200, Han Boetes wrote: I just wrote this article about migrating to a new HD after the old one got too flakey. [...] I like a dump | restore combo, because dump is quite fast. I.e. partition the new disk similar to the old one (sizes may vary as long

Re: backup utilities: boxbackup?

2005-10-27 Thread Hannah Schroeter
Hello! On Thu, Oct 27, 2005 at 09:46:25AM -0500, [EMAIL PROTECTED] wrote: i'm currently using bzip2-ed dumps to backup my machines and i wonder if there is a better way to do it. by better i mean more secure and more automated than adding cron jobs. i am interested in encrypted backups, as i

Re: strcpy to strlcpy warnings

2005-10-27 Thread Hannah Schroeter
Hello! On Thu, Oct 27, 2005 at 10:46:04AM -0700, John N. Brahy wrote: [...] strcat(mailbox, MAILSPOOLHOME); = strlcat(mailbox, MAILSPOOLHOME, sizeof(mailbox)); Should I look out for anything special or is it safe to do this everywhere I see strcat or strcpy? Works only if mailbox is directly

Re: spamd extension

2005-10-28 Thread Hannah Schroeter
Hello! On Wed, Oct 26, 2005 at 09:12:34AM -0400, Frank Bax wrote: spamd only delays the *first* message between the two parties. After that there is no delay - as long as sender continues to use the same SMTP server. And there's no mailout pool with shared queue involved, and if the envelope

dhclient woes

2005-10-30 Thread Hannah Schroeter
Hello! This is on an OpenBSD 3.7-release, freshly upgraded (in fact, reinstalled and merged etc and so on). If I include an alias directive in /etc/dhclient.conf, dhclient exits after having acquired a lease, the syslog messages are like this: Oct 31 02:48:27 mamba dhclient[29778]: bound to

Re: dhclient woes

2005-10-30 Thread Hannah Schroeter
Hello! On Mon, Oct 31, 2005 at 02:55:47AM +0100, Hannah Schroeter wrote: [...] Oct 31 02:48:27 mamba dhclient[29778]: bound to 82.212.35.55 -- renewal in 1800 seconds. Oct 31 02:48:27 mamba dhclient[23056]: connection closed Oct 31 02:48:27 mamba dhclient[23056]: exiting. When running

Re: OT: 10 things i hate most on unix

2005-11-07 Thread Hannah Schroeter
Hello! On Sun, Nov 06, 2005 at 12:40:12AM -0200, Gustavo Rios wrote: Hey folks, sorry, but i found this on the web. May someone tell if it is serious, i myself could not believe it. http://www.informit.com/articles/article.asp?p=424451seqNum=1 I don't agree with most things, but a few

Re: Telnet daemon retired in 3.8 ?

2005-11-08 Thread Hannah Schroeter
Hello! On Tue, Nov 08, 2005 at 09:33:19PM +0100, Alexander Farber wrote: 1 arg. for telnetd: MUDs :-) For MUDs you need a telnet client, but no telnet server unless I'm wrong. The telnet client (telnet w/o 'd') is still shipped with OpenBSD. Kind regards, Hannah.

Re: That whole Linux stealing our code thing

2007-09-02 Thread Hannah Schroeter
Hello! On Sat, Sep 01, 2007 at 12:54:38AM -0400, David H. Lynch Jr. wrote: [...] BSD Licensed code has found its way into proprietary products, with no availability of source - Which is exactly one characteristic of BSD vs. GPL, that BSD doesn't require you to distribute source should you

Re: That whole Linux stealing our code thing

2007-09-02 Thread Hannah Schroeter
Hello! On Sat, Sep 01, 2007 at 02:25:49PM -0600, Theo de Raadt wrote: [...] Bullshit. The license retains ANY RIGHTS which are in Copyright law, a body of law that PRECEDES the decleration. That body of law is pulled in the MOMENT a Copyright (c) YYMM author decleration is made. In some

Re: That whole Linux stealing our code thing

2007-09-02 Thread Hannah Schroeter
Hello! On Sun, Sep 02, 2007 at 02:13:07PM +0530, Siju George wrote: On 9/2/07, Todd T. Fries [EMAIL PROTECTED] wrote: Uh, why do we need to defer to courts and seek legal funds and feed the sharks er lawyers just to comprehend what the two words without modification? As I explained to a

Re: That whole Linux stealing our code thing

2007-09-02 Thread Hannah Schroeter
Hello! On Sat, Sep 01, 2007 at 10:59:17PM +0100, Rui Miguel Silva Seabra wrote: On Sat, Sep 01, 2007 at 11:39:28AM -0600, Theo de Raadt wrote: In the case of the later 3 files, their copyright notice says: at your choice you may distribute under the terms of the BSD license or under

Re: That whole Linux stealing our code thing

2007-09-02 Thread Hannah Schroeter
Hello! On Sun, Sep 02, 2007 at 03:25:13PM +0300, Ihar Hrachyshka wrote: You may, of course, license your own contributions (that are significant enough to be copyrightable themselves) under only one license. So what license will the derived work (consisted of dual-licensed base code and

Re: filesystems?

2007-09-04 Thread Hannah Schroeter
Hi! On Mon, Sep 03, 2007 at 10:48:27PM -0400, stan wrote: On Mon, Sep 03, 2007 at 07:22:47PM -0400, Douglas A. Tutty wrote: On Tue, Sep 04, 2007 at 12:23:34AM +0200, Tonnerre LOMBARD wrote: On Mon, Sep 03, 2007 at 05:10:57PM +0200, Eric Elena wrote: I think fat32 is a good choice: you have

Re: Show your appreciation and get your 4.2 DVD

2007-09-07 Thread Hannah Schroeter
Hi! On Thu, Sep 06, 2007 at 10:49:33PM -0600, Theo de Raadt wrote: There's a wireframe puffy sticker with the audio cd? Gotta buy one now :P You've been missing out. What surprised me about the audio cd is that my non-geeky friends like it. OK, that didn't surprise me. It shocked me. Why?

Re: Looking for something similar to screen-command

2007-09-12 Thread Hannah Schroeter
Hi! On Wed, Sep 12, 2007 at 01:50:00PM +0200, Jon Sjvstedt wrote: Hello all! I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to start file sharing on a console, logout, login later and reattach to the console of the BitTorrent-4.2.2 session. AFAIK this is done in most

Re: Wasting our Freedom

2007-09-16 Thread Hannah Schroeter
Hi! On Sun, Sep 16, 2007 at 09:59:09PM +0200, Adrian Bunk wrote: On Sun, Sep 16, 2007 at 11:48:47AM -0700, Can E. Acar wrote: ... First, these developers got questionable advice from senior Linux kernel developers, and SLFC (which is closely related to FSF) in the process. The most

Re: Wasting our Freedom

2007-09-17 Thread Hannah Schroeter
Hi! On Sun, Sep 16, 2007 at 05:11:05PM -0400, Daniel Hazelton wrote: On Sunday 16 September 2007 16:39:26 Hannah Schroeter wrote: On Sun, Sep 16, 2007 at 09:59:09PM +0200, Adrian Bunk wrote: On Sun, Sep 16, 2007 at 11:48:47AM -0700, Can E. Acar wrote: ... First, these developers got

Re: Wasting our Freedom

2007-09-17 Thread Hannah Schroeter
Hi! On Sun, Sep 16, 2007 at 11:13:51PM +0200, Adrian Bunk wrote: On Sun, Sep 16, 2007 at 10:39:26PM +0200, Hannah Schroeter wrote: On Sun, Sep 16, 2007 at 09:59:09PM +0200, Adrian Bunk wrote: On Sun, Sep 16, 2007 at 11:48:47AM -0700, Can E. Acar wrote: ... First, these developers got

Re: Wasting our Freedom

2007-09-17 Thread Hannah Schroeter
Hello! On Sun, Sep 16, 2007 at 05:12:08PM -0400, Theodore Tso wrote: [...] What is going on whenever someone changes a code is that they make a derivative work. Only if the additions/changes are significant enough to be copyrightable on their own. Whether or not you can even make a derivative

Re: Shutdown script (derived from Simple startup daemon's on boot question?)

2007-09-19 Thread Hannah Schroeter
Hi! On Wed, Sep 19, 2007 at 02:48:54PM +0300, Tomas wrote: Watching the thread about startup script I thought of a question about shutdown script. Is it necessary to shutdown certain services when machine goes down? Like for example mysql, dovecot, clamav, amavis or openvpn. I've never saw

Re: SMTP flood + spamdb

2007-09-26 Thread Hannah Schroeter
Hi! On Wed, Sep 26, 2007 at 02:03:03PM -0700, Rob wrote: [...] While watching the connection logs, I've noticed that a large majority of spammers get the first spamd response (250 Hello, spam sender. Pleased to be wasting your time.) and immediately disconnect. This suggests to me that rather

Re: To whom can I direct email for artwork use permission pls?

2007-10-01 Thread Hannah Schroeter
Hi! On Mon, Oct 01, 2007 at 10:50:05AM -0400, Nick Guenther wrote: [...] To explain this more fully with the party line: the project supports itself via donations and selling CDs of releases. If you create DVDs to distribute you are hurting the project by discouraging the sale of CDs. You could

Re: OpenBSD sticker considered cool by a layman

2007-10-02 Thread Hannah Schroeter
Hello! On Mon, Oct 01, 2007 at 10:29:30PM -0500, Todd Alan Smith wrote: On 10/1/07, Anton Karpov [EMAIL PROTECTED] wrote: i have nothing to hide ;) http://papers.ssrn.com/sol3/papers.cfm?abstract_id=998565 Cool link... Information about an article about privacy, and for downloading it you need

Re: g++ 3.3.2 problem

2005-05-04 Thread Hannah Schroeter
Hello! On Wed, May 04, 2005 at 12:17:51PM -0500, Dave Feustel wrote: /home/daf/Chuck/Testh}pkg_info -a | grep 3.3.2 g++-3.3.2 GNU compiler collection: C++ compiler gcc-3.3.2 GNU compiler collection: core C compiler libstdc++-3.3.2 GNU compiler collection: C++ compiler

Re: compiler is used in OpenBSD's kernel compiling process

2005-05-05 Thread Hannah Schroeter
Hello! On Thu, May 05, 2005 at 09:11:16AM -0300, Joco Salvatti wrote: I'd like to know which compiler is used in OpenBSD's kernel compiling process. Thanks. Just look what's happening when you compile a kernel. You'll see calls to as (the assembler, which is gas 2.15 at least on current,

Re: Rant: how stupid does java look

2005-05-07 Thread Hannah Schroeter
Hello! On Fri, May 06, 2005 at 11:03:04PM -0700, Ben Goren wrote: On 2005 May 6, at 5:55 PM, Henry Lenzi wrote: But for the BSDs, maybe Mono would be a fresh, unhindered start. Erm...for Linux, maybe. Not for us. http://www.mono-project.com/FAQ:_Licensing All we could use are the class

Re: quick malloc guard patch

2005-05-25 Thread Hannah Schroeter
Hello! On Wed, May 25, 2005 at 03:17:59PM +0200, Janne Johansson wrote: [...] This would make all 4/8-byte mallocs take up one page(4k) each if I understand this correctly. That's fine for debugging, but probably too expensive for normal usage. I tend to agree. While most applications will

Re: safe way to reduce partition

2005-05-31 Thread Hannah Schroeter
Hello! On Tue, May 31, 2005 at 06:05:39PM +0200, mess-mate wrote: Hi list, anyone known a safe way to reduce my /usr partition and moving my /var ? Here my slice : Filesystem 512-blocks UsedAvail Capacity Mounted on /dev/wd0a 301532 2327765368081%/ /dev/wd0d

Re: safe way to reduce partition

2005-06-06 Thread Hannah Schroeter
Hello! On Tue, May 31, 2005 at 08:31:55PM +0200, mess-mate wrote: Hannah Schroeter [EMAIL PROTECTED] wrote: | On Tue, May 31, 2005 at 06:05:39PM +0200, mess-mate wrote: | Hi list, | anyone known a safe way to reduce my /usr partition and moving my | /var ? | Here my slice : | Filesystem 512

Re: relationship passwd file - homedir(s)

2005-06-08 Thread Hannah Schroeter
Hello! On Wed, Jun 08, 2005 at 07:31:29PM +0800, Uwe Dippel wrote: [...] What I'd want, is to check the passwd file and delete all home dirs that have no user account any longer. Then, I'd also create home dirs for all users in the passwd without home dir yet. Since this is a migration of 100

Re: i don't *mean* to be stupid. it just happens. need a refresher...

2005-06-08 Thread Hannah Schroeter
Hello! On Wed, Jun 08, 2005 at 08:19:58AM -0400, Rick Barter wrote: I've obviously spent too much time away from the console lately. I am looking for a package and can't, for the life of me, remember how to find them. I know there is a search key option to a command, but I can't remember

Re: my may/june trip to canada

2005-06-17 Thread Hannah Schroeter
Hello! On Thu, Jun 16, 2005 at 08:57:31PM +0200, Henning Brauer wrote: [...] I have been flying to Montreal on May 7th, basically just after my return from RIPE-50 at Stockholm. Matt (msf) picked me up downtown, and Ryan arrived a few hours later, bringing Fernando Gont with him. We stayed at

Re: [3.7-stable] Kernel build fails.

2005-06-21 Thread Hannah Schroeter
Hello! On Tue, Jun 21, 2005 at 07:41:30AM -0500, Rene Rivera wrote: After switching back to OpenBSD, from Linux, and installing a fresh new install I can't compile the kernel to get the latests patches. (And I need to to enable raidframe support) If fails with this: Are you sure that your

Re: [3.7-stable] Kernel build fails.

2005-06-21 Thread Hannah Schroeter
Hello! On Tue, Jun 21, 2005 at 08:04:43AM -0500, Rene Rivera wrote: ---build-kernel.sh--- #!/bin/sh #CONF=/conf/RED5OF5 CONF=GENERIC CONFNAME=`basename ${CONF}` set -e cd /usr cvs -d [EMAIL PROTECTED]:/cvs -z3 co -P -rOPENBSD_3_7 src rm -rf /usr/src/sys/arch/i386/compile/${CONFNAME} cd

Greylisting causes mail failure

2005-06-22 Thread Hannah Schroeter
Hello! I'm trying to deliver a mail (a bug report) from source IP 212.227.35.69 and seem to not get it through. Some time earlier I had the same problem, and even after many retries (i.e. after more time than the greylisting timeout should be) it didn't get through. What's wrong? Is that IP

Update (was Re: Greylisting causes mail failure)

2005-06-22 Thread Hannah Schroeter
Hello! On Wed, Jun 22, 2005 at 05:56:45PM +0200, Hannah Schroeter wrote: Hello! I'm trying to deliver a mail (a bug report) from source IP 212.227.35.69 and seem to not get it through. Some time earlier I had the same problem, and even after many retries (i.e. after more time than

Re: Honesty needed...

2005-07-02 Thread Hannah Schroeter
Hello! On Sat, Jul 02, 2005 at 11:04:34AM +0800, Jeffrey Lim wrote: how about the mail store then? I suppose there'll have to be some coordinated (and thread-friendly) back-end mail store in place for these front-end mail servers (*i'm assuming simplistic load-balancing here - at the tcp level,

Re: Deja-vu?

2005-07-07 Thread Hannah Schroeter
Hello! On Wed, Jul 06, 2005 at 12:09:20PM -0600, Jon Coller wrote: Is anyone else seeing a ton of old messages being resent to the list? Yeah, seems to be over though. Every last one is identical to the previous on, but had an additional group of received headers: Received: from

Re: Silly patch to allow alt + f[1-4] to switch consoles.

2005-07-12 Thread Hannah Schroeter
Hello! On Tue, Jul 12, 2005 at 04:33:37AM -0500, Edd Barrett wrote: [...] While we are on the subject of keyboards, why is it that shift-3 in uk keymap sends a hash-enter instead of a pound sign. Don't add empty lines between every line of your text. Then, check whether that is the same if you

Re: links vs firefox vs ..

2005-07-13 Thread Hannah Schroeter
Hello! On Wed, Jul 13, 2005 at 02:18:20AM -0700, Vladislav Belogrudov wrote: [...] I agree, almost each banking site has it (Citi, Deutsche Bank,...) Postbank (Germany) works with lynx, pure https and forms. Though they depend on the browser identification, with other browsers they require

Re: www.undeadly.org cannot be found :(

2005-07-15 Thread Hannah Schroeter
Hello! On Fri, Jul 15, 2005 at 12:31:22AM -0700, Vladislav Belogrudov wrote: ... Works for me. Perhaps you're experiencing DNS problems on your side or nearby (if you're using DNS forwarders to resolve the hostname). Kind regards, Hannah.

Re: Where to get a good seed for srandom()

2005-07-19 Thread Hannah Schroeter
Hello! On Mon, Jul 18, 2005 at 11:02:54AM -0700, Jack Bates wrote: [...] 4) Do not use the % (modulo) operator to select a card. The residues from % introduce small amounts of bias, and this is a disqualifying factor for regulated gaming. Does that point still hold, assuming I use a modulus

Re: sniffer

2005-07-19 Thread Hannah Schroeter
Hello! On Tue, Jul 19, 2005 at 05:20:43PM +0300, [EMAIL PROTECTED] wrote: I need to sniff a network segment and I need to sniff both headers and data. Because tcpdump captures only headers its unsuitable for the task. No. Read the manpage, look for the option -s. [...] Kind regards, Hannah.

Re: suggested /etc/skel/ modifications

2005-07-28 Thread Hannah Schroeter
Hello! On Thu, Jul 28, 2005 at 06:50:19PM +0200, [EMAIL PROTECTED] wrote: Quoting Moritz Grimm [EMAIL PROTECTED]: Ever heart of a multiuser system where one user shouldn't be able to acces the files of another user? Not all users are thinking about this issue and many forget to change the

Re: segfaults in OpenBSD 3.7

2005-07-28 Thread Hannah Schroeter
Hello! On Thu, Jul 28, 2005 at 11:17:59PM +0530, Sharad Birmiwal wrote: hi all i'm new to OpenBSD. i've worked on linux but wanted to try OpenBSD for a test firewall and file server that i have to build. i'm using a Pentium-1 (133 Mhz) box with 16 MB ram. i downloaded the iso file and all the

Re: segfaults in OpenBSD 3.7

2005-07-28 Thread Hannah Schroeter
Hello! On Thu, Jul 28, 2005 at 02:03:49PM -0400, Jason Crawford wrote: There is a note somewhere on the OpenBSD website about installing on machines with little ram. Basically, you need to drop to a shell, manually enable swap, then go back to the installation process you were at, and then have

Re: segfaults in OpenBSD 3.7

2005-07-29 Thread Hannah Schroeter
Hello! On Thu, Jul 28, 2005 at 07:44:54PM -0400, Nick Holland wrote: [...] Thanks for your explanation. They relate to much more current stuff I guess. [...] However, I was able to install a simple bridge box on a 4MB box through some level of hacking (of course not supported here for

Re: Is the CDDL free Enough to get ZFS into OpenBSD?

2005-11-18 Thread Hannah Schroeter
Hello! On Fri, Nov 18, 2005 at 01:14:37PM +0100, Stefan Held wrote: this is a serious question. This really is not a try for trolling or something, can someone clue me up? No, as far as I can see not. Of course one could try to build it as LKM and to distribute it separately or as port. For

Re: Norton Antivirus reports virus in all vim packages.

2005-11-22 Thread Hannah Schroeter
Hello! On Tue, Nov 22, 2005 at 09:22:33AM +0100, Willy Skjfveland wrote: Norton Antivirus reports virus in all vim packages. The compressed file bin/vim within E:\pub\Openbsd\3.8\packages.f\i386\vim-6.3.85p0-no_x11.tar is infected with the Download.Trojan virus. Some part of the binary is

Re: HOTO Write bad documentation

2005-11-27 Thread Hannah Schroeter
Hello! On Sun, Nov 27, 2005 at 03:04:11PM +0100, Sime Ramov wrote: On 14:55 Sun 27 Nov, frantisek holop wrote: your page is unreadable at 800x600 :) I know, it's personal site (well, just splash at this moment), and I decided for 1024x768. Deciding for *any* resolution is *bad* design.

Re: moving /usr/src or even /usr

2005-12-13 Thread Hannah Schroeter
Hello! On Tue, Dec 13, 2005 at 06:28:37AM -0600, Julesg wrote: Any hints... Is it realistic to attempt this? I intend to tar up the current /usr, then untar in in where I'd like my new /usr partition to be, then hand edit the fstab If you want to move the contents of a whole partition

Re: OT : Subject lines and threads

2005-12-13 Thread Hannah Schroeter
Hello! On Tue, Dec 13, 2005 at 03:57:02PM +, Sam Hart wrote: On 13 Dec 2005, at 15:52, Simon Dassow wrote: Please only do so if it makes sense. fair enough, if the actual subject changes it makes sense Modern email clients provide a threaded message view this is what I was referring to

Re: dd performance

2005-12-15 Thread Hannah Schroeter
Hello! On Thu, Dec 15, 2005 at 11:20:13AM -0500, Jason Crawford wrote: I think the very first thing you should change is use the raw device in OpenBSD (/dev/rsd0c) and that should speed things up a bit. You're right. And high enough block size (though 1024k should be okay). I.e. dd if=/dev/zero

Re: stuck on upgrading from 3.7 to 3.8 - Exception handling flag day

2005-12-17 Thread Hannah Schroeter
Hello! On Fri, Dec 16, 2005 at 03:46:21PM -0700, Theo de Raadt wrote: [...] What do you suggest? Because the only other alternative is to DELETE the upgrade faq. Please don't. There're people who use the upgrade FAQ as it's intended (i.e. one may try it out, but one is on one's own, if things

Re: DadOS - sys shutdown with XDM

2006-01-03 Thread Hannah Schroeter
Hello! On Tue, Jan 03, 2006 at 03:24:22AM -0800, J.C. Roberts wrote: My dad (68 years old) has finally succeeded in destroying/infecteding his MS-Windows NT4 box, in spite of my best efforts to secure the darn thing (e.g. No MSIE, No Microsoft Networking, stripped of just about everything MS-ish

Re: DadOS - sys shutdown with XDM

2006-01-03 Thread Hannah Schroeter
Hello! On Tue, Jan 03, 2006 at 11:15:46AM -0800, patrick ~ wrote: The first thing I did was add a flag file to my dad's home directory and made sure he cant modify or delete it. # touch /home/dad/.xshutdown # chown root:wheel /home/dad/.xshutdown # chmod 400 /home/dad/.xshutdown

Re: Moving to a bigger HD, is dump still the best way - dump problem

2006-01-09 Thread Hannah Schroeter
Hello! On Mon, Jan 09, 2006 at 01:40:19AM -0500, Bill wrote: [...] Now here is what I did then... # cd /mnt/newr # ../oldr/sbin/dump 0af - /mnt/oldr | restore rf - (the old drive is also openbsd 3.8) This worked like a charm for the root fs Then I tried the var and I got a slew of errors

Re: Moving to a bigger HD, is dump still the best way

2006-01-09 Thread Hannah Schroeter
Hi! On Mon, Jan 09, 2006 at 05:22:47PM +0059, Han Boetes wrote: I recently had to migrate my HD for another reason, and I wrote it all down: http://www.xs4all.nl/~hanb/documents/hd-migration I think async + softdep as mount option doesn't make sense. And I still think the dump/restore combo

Re: openbsd newbie question - lfs, ffs, and cf cards

2006-01-18 Thread Hannah Schroeter
Hello! On Wed, Jan 18, 2006 at 08:48:59AM -0500, Nick Bender wrote: Wrt LFS .. is it production ready? no, it's a disaster. Kind of off topic, but has any work been done towards implementing McKusick's snapshot and background fsck techniques in ffs? Different project focuses it seems.

Re: uuencode

2006-01-24 Thread Hannah Schroeter
Hello! On Tue, Jan 24, 2006 at 12:33:16PM +, Antoine Jacoutot wrote: Hi... I'm playing with uuencode under 3.8/i386 and amd64/current but I can't seem to make it work. I'm trying with a simple text file (I tried binary files too): $ uuencode test.txt begin 644 test.txt - and it never ends.

Re: uuencode

2006-01-24 Thread Hannah Schroeter
Hello! On Tue, Jan 24, 2006 at 01:56:13PM +0100, Han Boetes wrote: Antoine Jacoutot wrote: $ uuencode test.txt begin 644 test.txt - and it never ends. It waits for input from stdin; ie: cat infile | uuencode Hereby you get granted the useless use of cat award. # Han Kind regards, Hannah.

Re: uuencode

2006-01-24 Thread Hannah Schroeter
Hello! On Tue, Jan 24, 2006 at 02:27:00PM +0100, Han Boetes wrote: cat infile | uuencode Hereby you get granted the useless use of cat award. Really? It does have a didactic use in this case. To make Antoine understand about programs that expect input from stdin. ``grep foo'' also waits

Re: uuencode

2006-01-24 Thread Hannah Schroeter
Hello! On Tue, Jan 24, 2006 at 01:36:40PM +, Antoine Jacoutot wrote: Selon Han Boetes [EMAIL PROTECTED]: It waits for input from stdin; ie: cat infile | uuencode No, I already tried this too and it is not working. $ cat test.txt | uuencode usage: uuencode [-m] [-o outfile] [infile]

Re: view available inodes on partition

2006-01-25 Thread Hannah Schroeter
Hello! On Wed, Jan 25, 2006 at 03:04:05PM -0500, Matthew Closson wrote: Is there a way to view how many inodes are still available on a partition. I'm decompressing a ton of small files onto a 60Gb onto my /dev/wd1a. And I'm not really concerned about running out of space, but possibly out of

Re: Why /bin/[

2006-02-07 Thread Hannah Schroeter
Hello! On Mon, Feb 06, 2006 at 09:00:59PM -0800, [EMAIL PROTECTED] wrote: Why is there a file called [ in the /bin directory of my generic 3.8 build? 144 -r-xr-xr-x 2 root bin 72128 Sep 10 15:18 [ There's been enough explanation. Just another thing: [ (AKA test) is a shell builtin in

Re: The Apache Question

2006-02-07 Thread Hannah Schroeter
Hello! On Tue, Feb 07, 2006 at 03:59:22PM -0500, Steven Day wrote: Well as far as I know, Apache 1.3 is an openBSD modified version and not the 1.3 apache releases but the licensing on apache 2.0 is the reason I see OpenBSD not packaging it. http://apache.org/licenses/LICENSE-2.0 Also search

Re: openbsd's future plans?

2006-02-07 Thread Hannah Schroeter
Hello! On Tue, Feb 07, 2006 at 02:01:38PM -0800, Ted Unangst wrote: [...] i think we should rewrite the kernel in java since it has good support for threads. ;-) How about erlang (once we've got a working port)? Erlang's threads (called processes) are much more lightweight, and OpenBSD is, as

Re: openbsd's future plans?

2006-02-08 Thread Hannah Schroeter
Hello! On Tue, Feb 07, 2006 at 10:33:19PM +, Miod Vallat wrote: i think we should rewrite the kernel in java since it has good support for threads. Remember we opted for C++ during c2k2 (or was it c2k3), but not until ddb has proper name demangling code. *rolls eyes* Yuck. Miod Kind

Re: Current source code build error?

2006-02-08 Thread Hannah Schroeter
Hello! On Wed, Feb 08, 2006 at 08:28:07PM +0800, Dasn Clainst wrote: hi, have you guys met this problem? I use the recent code from CVS. Thanks. $ config -s /sys -b. GENERIC $ make depend [snip] ... [...] /sys/sys/systm.h:170: warning: conflicting types for built-in function `vsnprintf' [...]

IPSEC setup problem

2007-04-27 Thread Hannah Schroeter
Hello! I've tried to setup an IPSEC client connection. However, I see that it doesn't work because the X509 certificate I've been given by my CA has no subjAltName extension. And I'm not sure whether I'll be able to get them to add one for me. So, is there any reason why one can't bring

Re: OpenBSD 4.1 Torrents

2007-05-02 Thread Hannah Schroeter
Hello! On Tue, May 01, 2007 at 02:33:50PM -0700, andrew fresh wrote: Probably everyone knows already, but I just wanted to get the word out that there are OpenBSD 4.1 torrents now on the torrent site: http://openbsd.somedomain.net/index.php?version=4.1 So far they are mostly just the files off

cvsync broken?

2007-05-10 Thread Hannah Schroeter
Hello! Just trying to cvsync my stuff. And it wants to remove quite much: Remove src/usr.sbin/altq/tbrconfig/Makefile,v in Attic Remove src/usr.sbin/altq/tbrconfig/tbrconfig.8,v in Attic Remove src/usr.sbin/altq/tbrconfig/tbrconfig.c,v in Attic Remove src/usr.sbin/amd/Makefile,v Remove

Re: cvsync broken?

2007-05-10 Thread Hannah Schroeter
Hello! On Thu, May 10, 2007 at 09:40:58PM +0200, Timo Schoeler wrote: hostname cvsync.de.openbsd.org I see anoncvs problems on exactly this machine and the SPLINE mirror in germany... Not really a good failure mode, just deleting everything. :-( timo Kind regards, Hannah.

Re: Linux Compat Query

2007-05-29 Thread Hannah Schroeter
Hello! On Tue, May 29, 2007 at 12:10:46AM +0100, Edd Barrett wrote: On 29/05/07, Ted Unangst [EMAIL PROTECTED] wrote: On 5/28/07, Edd Barrett [EMAIL PROTECTED] wrote: The program was built like so: g++ -static -m32 -Wall bsdtest.cpp wouldn't it be a lot easier to copy bsdtest.cpp to the

Re: Linux Compat Query

2007-05-29 Thread Hannah Schroeter
Hello! On Tue, May 29, 2007 at 03:49:07PM +0100, Edd Barrett wrote: On 29/05/07, Hannah Schroeter [EMAIL PROTECTED] wrote: $ cd /usr/ports/ $ make search key=xerc Port: xerces-2.4.0p3 Path: textproc/xerces Info: xml parser for Java Maint: Kevin Lo [EMAIL PROTECTED] Index: textproc L-deps

Re: find -exec {} help

2007-06-04 Thread Hannah Schroeter
Hello! On Mon, Jun 04, 2007 at 02:01:12PM +0200, Marc Espie wrote: [...] Don't use for loops with find results, they do not scale well. Also, beware of spaces in file. For this kind of thing, I generally use 'while read' find . -type f -name \*.htm -print|while read f; do sed s/old/new $f

Re: find -exec {} help

2007-06-04 Thread Hannah Schroeter
Hello! On Mon, Jun 04, 2007 at 03:26:28PM +0200, Martin Schrvder wrote: 2007/6/4, Marc Espie [EMAIL PROTECTED]: Don't use for loops with find results, they do not scale well. Also, beware of spaces in file. For this kind of thing, I generally use 'while read' Use xargs(1) For that case, it

Re: cvsync broken?

2007-06-04 Thread Hannah Schroeter
Hi! On Thu, May 10, 2007 at 01:46:10PM -0700, Ted Unangst wrote: On 5/10/07, Hannah Schroeter [EMAIL PROTECTED] wrote: On Thu, May 10, 2007 at 09:40:58PM +0200, Timo Schoeler wrote: hostname cvsync.de.openbsd.org I see anoncvs problems on exactly this machine and the SPLINE mirror

Re: IPSEC setup problem

2007-06-04 Thread Hannah Schroeter
Hi! Somewhat old: On Fri, Apr 27, 2007 at 06:08:13PM +0200, Rafa?? Brodewicz wrote: Hannah Schroeter pisze: I've tried to setup an IPSEC client connection. However, I see that it doesn't work because the X509 certificate I've been given by my CA has no subjAltName extension. And I'm not sure

Re: find -exec {} help

2007-06-04 Thread Hannah Schroeter
Hello! On Mon, Jun 04, 2007 at 06:27:41PM +0200, Almir Karic wrote: A completely safe solution would be writing a small script: #! /bin/sh exec sed s/old/new/ $1 $1.new and using find . -type f -name \*.htm -exec /path/to/script {} \; or find . -type f -name \*.htm -print0 | xargs -0 -L 1 -r

Re: find -exec {} help

2007-06-04 Thread Hannah Schroeter
Hi! On Mon, Jun 04, 2007 at 06:54:20PM +0200, Tom Van Looy wrote: I think this is also correct: find . -name '*.htm' -exec cp '{}' '{}'.new \; \ -exec sed -i s/old/new/ '{}'.new \; I don't see any -i option documented in the sed manpage. Kind regards, Hannah.

  1   2   3   >