Re: Proper way to update system + ports?

2011-12-23 Thread Thomas Jeunet
partition already mounted? + ask_yn Is the disk partition already mounted? y if [[ $resp == n ]]; then get_drive disk '$(bsort $(get_dkdevs))' \ '$(bsort $(rmel $ROOTDISK $(get_dkdevs)))' || return Regards, -- Thomas Jeunet

cwm core dump with group and java applicatio

2011-12-23 Thread Thomas Jeunet
} } - XRestackWindows(X_Dpy, winlist, gc-nhidden); + XRestackWindows(X_Dpy, winlist, gc-highstack); xfree(winlist); gc-hidden = 0; Anyone has a proper fix? Cheers, -- Thomas Jeunet

Re: Use memory as disk

2009-08-21 Thread Thomas Jeunet
On Fri, Aug 21, 2009 at 2:03 PM, obvvbooo obvvbbvvb...@googlemail.com wrote: Hi, Is there a way to use memory as a disk/partition? Such as mount it to /mnt/mem or such things. I can't find information of this in the man pages and after googled, I found rd for OpenBSD, which seems similar

Re: Logging when interfaces go down

2009-09-18 Thread Thomas Jeunet
Resources Service | T: 80587 / (01865) 280587 Oxford University Library Services | F: (01865) 242287 See ifstated : http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated -- Thomas Jeunet

GCC manpage glitch

2010-08-16 Thread Thomas Jeunet
Hello, The gcc manpage contains some weird glitches, for instance : (usually Cv'-.1v'h'-1p'+h'-1p'+v'.1v'h'-1p') I tracked it down to (usually \*(C+) in the man page's source. However, I'm not a *roff expert so I don't know where to look, so I just let you know. Regards

HP Mini 5101 acpi problem

2010-09-03 Thread Thomas Jeunet
Hello misc@, I have currently access to an HP Mini 5101 for a short period of time. I tried booting OpenBSD on this machine to see how it worked, and I had to diable ACPI in order to boot. dmesg and pcidump -vv follows, and I have acpidump output at hand. -- Thomas Jeunet

Re: (Perhaps?) dumb pf question relating to tables

2010-11-10 Thread Thomas Jeunet
On Wed, Nov 10, 2010 at 13:45, Tor Houghton t...@bogus.net wrote: Hello, May I ask whether or not per user ownership (or permission to update) a table is/will be possible? I am pondering the best mechanism for a non-root process to add/remove addresses to a table. Kind regards, Tor

Re: How to mount usb disk at boot

2011-05-02 Thread Thomas Jeunet
) Hello, your sd0 disk is discovered later in the boot process. Have a look at hotplugd(8) to mount your disk as soon as it's discovered : Regards, -- Thomas Jeunet

Re: OpenSMTPD getting closer to stable ;-)

2012-09-07 Thread Thomas Jeunet
On Fri, Sep 7, 2012 at 4:32 AM, David Walker davidianwal...@gmail.com wrote: Gilles Chehade gilles () poolp ! org We are getting closer to a stable version of OpenSMTPD Which to my mind raises the question of how OpenSMTPD is to be implemented alongside Sendmail in the base system.