Re: error creating ca cert for iked

2017-03-27 Thread Andrei-Marius Radu
Hi Markus, I've sent a diff to bugs@ yesterday which fixes this issue for me. Cheers, Andrei. On Mon, Mar 27, 2017, at 20:43, Markus Rosjat wrote: > hi there, > > maybe I did it wrong but I got the following error: > > $ doas ikectl ca ikectl.ca create > Generating RSA private key, 2048 bit long

Re: Per cpu utilization & KERN_CPTIME2 support in sysctl(8)

2015-10-28 Thread Andrei-Marius Radu
Thank you both for your comments. An updated patch, in the first one I missed handling the -n flag :( # ./sysctl kern.cp_time kern.cp_time=23725,0,189448,89073,27969981 # ./sysctl kern.cp_time2 kern.cp_time2.0=30675,0,204640,342526,27687398 kern.cp_time2.1=13907,0,119539,2129,28140911 kern.cp_tim

Re: Per cpu utilization & KERN_CPTIME2 support in sysctl(8)

2015-10-28 Thread Andrei-Marius Radu
Hi Michael, On Wed, Oct 28, 2015, at 03:32 PM, Michael McConville wrote: > > For what it's worth, I was porting htop recently and I think I remember > it being painful to work without KERN_CPTIME2. I'd have to look back > (and look at this diff), though. top(1) and symon (and probably others) al

Per cpu utilization & KERN_CPTIME2 support in sysctl(8)

2015-10-28 Thread Andrei-Marius Radu
Hello, I wanted to make per cpu utilization graphs (using some perl scripts) so I ended up making this small patch (against -current) for sysctl(8) to add support for KERN_CPTIME2. The per cpu utilization graphs problem can be solved in other ways, for example I found this old symon thread: marc.

Re: FreeBSD-9.1 freezes on sun ultra-30

2013-02-21 Thread Marius Strobl
On Wed, Feb 20, 2013 at 09:20:05AM -0500, Richard Thornton wrote: > On 2/20/2013 6:30 AM, Marius Strobl wrote: > > On Mon, Feb 18, 2013 at 12:36:36PM +0100, Magnus Lindholm wrote: > >> Hi, > >> > >> I've installed FreeBSD-8.3 on my sun ultra-30, the 9.1

Re: Mosh? seems dangerous!

2012-04-11 Thread Marius ROMAN
satire. Right? >> I mean, "local-echo mode"? What is this? 1975? > > It's part of Nicholas Marriott's April Fools joke, 1975 meets "meb 3.0" home page. It's actually just tmux with some extensions. > No, it' s not tmux, it's a a joke with "extensions" or without. -- Marius

Re: eSATA Hotplug

2011-09-14 Thread Marius
t could be done via (slow) USB. Thanks Marius

BSD at FOSDEM 2011 - Call for speakers

2010-11-16 Thread Marius NĂ¼nnerich
deadline for submissions is 20th December 2010. The proposals will be considered by committee. If your proposal has been accepted, you will be informed by email within one week of the submission deadline. Best regards, Marius

Re: undeadly article

2010-08-17 Thread Marius ROMAN
On Tue, Aug 17, 2010 at 6:30 PM, Paul Irofti wrote: > jcr, please forgive my fellow romanian as us gypsies don't get to travel > much and don't know the mysteries of these flying birds and their inner > workings. > > Am zis !

Re: where to order now ?

2009-04-02 Thread Marius
Sorry, I actually wanted to mail to misc@ Marius wrote: Theo de Raadt wrote: i) print other things they were not granted the rights to do and then keep the profits Is there another way to buy those cool wireframe-puffy stickers, than from kd85? I need something to cover my 

4.4 snapshot still not booting with empty sata dvd drive - panics in ahci - amd64

2009-02-11 Thread Marius
I write this partly as a reply to my message from May 18, 2008: > 4.3, snapshot panic while booting after ahci when no cd in drive (amd64) To cut it short: The kernel panics on boot if the drive is empty or open. I can boot if there is a blank cd or dvd in the drive. Some nonempty discs also caus

Re: esd + mpd

2008-09-30 Thread Marius Hooge
have neither ~/.libao nor /etc/libao.conf, but it shouldn't matter. Thank you for all the help so far, I had given up on esd. -Nick I was pretty lost at first, too. You can still try running everything as yourself, as a last resort. I wish installation of sound mixers would be a bit more straight forward, like replacing or redirecting /dev/audio, but I'm afraid we're out of luck with that.. - Marius

Re: esd + mpd

2008-09-30 Thread Marius Hooge
;ESD" } I installed the mplayer-esd port. ~/.mplayer/config: ao=esd If this works you can try running esd and mpd under their own users. hth - Marius

Re: Can't start Apache... MaxCPUPerChild is invalid??

2008-09-03 Thread Marius ROMAN
#x27;s > SEGV? > > SIGSEGV (SEGV) means segmentation violation (see signal(3)) Run memtest on that system. -- Marius

Re: wi(4) device timeouts on macppc and zaurus 4.4-beta

2008-07-04 Thread marius
FWIW, rolling back if_wi.c back to revision 1.138 and building a new kernel did not change anything. Marius On Thu, Jul 3, 2008 at 9:03 PM, marius <[EMAIL PROTECTED]> wrote: > Hi, > > Both my G3 ibook and Zaurus SL-C3200 are getting device timeouts using > wi(4) (built-in

wi(4) device timeouts on macppc and zaurus 4.4-beta

2008-07-03 Thread marius
pected). I don't have anywhere else but the Zaurus to test the CF card. ibook dmesg is below. Won't be able to send one for the Zaurus until tomorrow (but FWIW it's running the latest snapshot). Thanks, Marius [ using 407152 bytes of bsd ELF symbol table ] console out [ATY,Fall_A]

4.3, snapshot panic while booting after ahci when no cd in drive (amd64)

2008-05-18 Thread Marius Hooge
Hi, I just discovered this weird behaviour. It looks like I've always booted this machine with any kind of cd/dvd in the sata attached dvd-rw drive. Without a cd the kernel panics right after the ahci message. Well, the workaround is obvious. I tried it on 4.3 amd64 and the snapshot from May 2 (wh

Re: [OT] postgresql client with libpqxx from ports - linking problem

2008-03-26 Thread Marius Hooge
mcb, inc. wrote: You did not use '-l' correctly then. You have not specified a library to link against hence the unresolved reference. Get the -l correct and you will be on your way. Exactly. Well, I just figured out, that I have to use -lpqxx instead of -llibpqxx.a Duh... Thank you anyway and

[OT] postgresql client with libpqxx from ports - linking problem

2008-03-25 Thread Marius Hooge
I think this is kind of offtopic, but google couldn't help and I don't know where else I could ask. I'd like to write a postgresql client in c++ with libpqxx from the ports and can't get it to link. (If I recall correctly, the libpqxx port is only used by koffice.) I'm a little bit unexperienc

Re: Improving disk reliability

2008-01-03 Thread Marius Hooge
ate rather "quickly" depending on their quality and the storage humidity. Unlike a USB/Firewire harddisk inside your fire-, water-, emp-proof safe/vault. ;-) But make shure to set some kind of reminder to update your backup. Doug. Marius.

Re: Port compile and package install problem for vim and bash

2007-11-28 Thread Marius ROMAN
is libiconv-1.9.2p3 > found libspec iconv.4.0 in package libiconv-1.9.2p3 > Can't install vim-7.1.33-no_x11: can't resolve gettext-0.14.6p0 > > > Thank you all. > > -- > Claudiu Pruna <[EMAIL PROTECTED]> > > Do you have xbase42.tgz installed ? http://www.openbsd.org/faq/faq1.html#WhatsNew Marius

Re: Question on interface enumeration

2007-09-21 Thread Marius ROMAN
Something like iftab on debian. On 9/21/07, Gregory Edigarov <[EMAIL PROTECTED]> wrote: > The best thing however would be to have the ability to set the name of > an intreface based on it's mac address, perhaps somebody is working on > it/having it on the todo list? > > -- > With best regards, >

Re: 1440x900 resolution problem

2007-09-21 Thread Marius ROMAN
Identifier "Screen0" Device "Card0" Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050_60.00" EndSubSection EndSection Marius On 9

Re: 1440x900 resolution problem

2007-09-18 Thread Marius ROMAN
onitor" section. On the screen section : SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900_75.00" EndSubSection Thanks again, Marius On 9/18/07, Darrin Chandler <[EMAIL PROTECTED]> wro

1440x900 resolution problem

2007-09-18 Thread Marius ROMAN
Hi misc, I can't get the 1440x900 resolution on my Samsung 940BW flat panel screen to work. I searched the lists but found nothing that could help me. Xorg.0.log says something like this : (II) ATI(0): Not using mode "1440x900" (no mode of this name) Using gtf (gtf 1440 900 60) I have added : Mo

Re: openbsd 4.1 and keep state

2007-06-28 Thread Marius ROMAN
r.html#stateopts http://www.undeadly.org/cgi?action=article&sid=20070424020008 Marius -- [EMAIL PROTECTED], joy2share.com, vrajamarii.net, ispot.ro}

Re: OBSD 4.1 drops to ddb with cdd0: error 22 on component 0 (and 1 (mirror))

2007-06-27 Thread Marius Hooge
x27;t want to build a new kernel. But I'll give it a shot. Thank you. ~BAS Marius

Re: OBSD 4.1 drops to ddb with cdd0: error 22 on component 0 (and 1 (mirror))

2007-06-27 Thread Marius Hooge
turn causes the CCD/kernel to panic. Marius Maxim Belooussov wrote: Hi Marius, My OpenBSD 4.1 Generic i386 box "occasionally" freezes completely, without any warning. Sorry for a dumb question, but is your swap located on raid? If yes, could system have a problem trying to mirror it?

Re: OBSD 4.1 drops to ddb with cdd0: error 22 on component 0 (and 1 (mirror))

2007-06-16 Thread Marius Hooge
Have you considered PSU or other hardware failure? Of course I did.. I just replaced the PSU with a spare one i got lying around. - It didn't work out. (Can a PSU even cause such errors?) I dunno, but I think replacing every single component one at a time is the last way I _should_ go? I'll do

Re: OBSD 4.1 drops to ddb with cdd0: error 22 on component 0 (and 1 (mirror))

2007-06-16 Thread Marius Hooge
Can at least someone tell me, why I get no replies? (Is it because I mentioned rtorrent or because I didn't buy the cd-set from the last release? Or should I start with a troll next time? - I don't get it. I read every manual I could find regarding that issue and used Google for hours without fin

OBSD 4.1 drops to ddb with cdd0: error 22 on component 0 (and 1 (mirror))

2007-06-14 Thread Marius Hooge
s below 40 degrees C. Could a fdisk-misconfiguration cause this kind of errors? Disk failure? Thanks in advance for anything that could help! Marius Here's the dmesg: (I know it has dublicate lines, but I rather leave it as it is, instead of cutting out something important..) x10: irq 10, address

Re: Building 4.1-stable

2007-05-02 Thread Marius ROMAN
On 5/2/07, Steven Surdock <[EMAIL PROTECTED]> wrote: I noticed that after building 4.1-stable my kernel does not say "-stable". To make sure I grabbed the right source I tried again -- removing /usr/src and doing 'cvs checkout -P -rOPENBSD_4_1 src' from rt.fm. Errata appear to be applied but af

Re: wireless on OpenBSD : ath(4) or ral(4) ?

2007-04-04 Thread Marius ROMAN
ral(4) because it's better supported. On 4/4/07, Nick ! <[EMAIL PROTECTED]> wrote: On 4/4/07, Vincent GROSS <[EMAIL PROTECTED]> wrote: > > 1) what is the R.E. level of ath(4) ? fully understood, mainly understood ? > > 2) Is Atheros still reluctant to disclose documentation for its chips ? > >

Re: panic on fresh snap (was: [ppc] Daily digest, Issue 573 (1 messages))

2007-03-31 Thread marius
Hi Pedro, The March 30th snapshot appears to have fixed this on alpha/amd64/i386/macppc. Thanks, Marius On 3/31/07, Pedro Martelletto <[EMAIL PROTECTED]> wrote: See [EMAIL PROTECTED] -p.

Re: panic on fresh snap (was: [ppc] Daily digest, Issue 573 (1 messages))

2007-03-30 Thread marius
dirty buffer' when running 'cvs up' in /usr/ports. Below are my trace and ps outputs (copied by hand) as well as the dmesg. Please cc me, as I'm not subscribed to misc@ and only get the daily digest of [EMAIL PROTECTED] Thanks, Marius ddb> trace Debugger() at Debugger+0x5 pan

Re: Microsoft gets the Most Secure Operating Systems award

2007-03-23 Thread Marius ROMAN
On 3/23/07, Darren Spruell <[EMAIL PROTECTED]> wrote: On 3/23/07, chefren <[EMAIL PROTECTED]> wrote: > p.s. Maybe I was too harsh against Karel? Survey says: No. DS I agree :) Marius

Re: Contradictory statement on vulnerability

2007-03-16 Thread Marius ROMAN
You need to read the FAQ : http://cvs.openbsd.org/faq/faq10.html#Patches http://cvs.openbsd.org/faq/upgrade40.html Read the ENTIRE FAQ, because it's there for a GOOD reason. Marius On 3/16/07, Karel Kulhavy <[EMAIL PROTECTED]> wrote: On Fri, Mar 16, 2007 at 09:54:47AM +0100, Vi

Re: squid and OBSD 4

2007-03-02 Thread Marius ROMAN
What about your squid.conf ? what values do you have (if any) for : cache_mem minimum_object_size maximum_object_size maximum_object_size_in_memory Check the squid manual for these (and other) options. Marius On 3/2/07, Cristiano Deana <[EMAIL PROTECTED]> wrote: Hi, i have a openbsd

Re: Daylight savings time paranoia

2007-03-01 Thread Marius ROMAN
http://www.blahonga.org/~art/diffs/ Marius On 3/2/07, Nick ! <[EMAIL PROTECTED]> wrote: On 3/1/07, Karl O. Pinc <[EMAIL PROTECTED]> wrote: > Hi, > > I've applied patch 009_timezone.patch to update > the tzfiles for the US DST change. (OpenBSD 4.0) > > Are

low sound quality (OpenBSD 4.0)

2007-02-27 Thread Marius Hooge
with mixerctl inputs.dac, but I couldn't get it any better. My sound device is: ac97: codec id 0x414c4720 (Avance Logic ALC650) ac97: codec features 20 bit DAC, 18 bit ADC, Realtek 3D audio0 at auvia0 See my full dmesg, mixerctl -a and audioctl -a below. Thanks in advance for any hints Mariu

Re: OT? Is this bad news?

2007-02-14 Thread Marius ROMAN
Programming documentation is restricted also because the hardware is full of bugs and like Theo said there is no errata for a lot of hardware. On 2/14/07, Rod Dorman <[EMAIL PROTECTED]> wrote: On Wednesday, February 14, 2007, 10:42:43, Nick ! wrote: > ... > Also, please educate me: couldn't a

Re: Aironet MPI-350 Wireless

2007-01-29 Thread Marius ROMAN
You can read here : http://vendorwatch.org/index.php?title=Blob "Blobs are vendor-compiled binary drivers without any source code. Hardware makers like them because they obscure the details of how to make their hardware work. They hide bugs and workarounds for bugs. Newer versions of blobs can we

Re: ifconfig commands for trunk0 to hostname.trunk0

2007-01-09 Thread Marius ROMAN
Please read : http://openbsd.org/faq/faq6.html and trunk(4) before asking more questions. Marius -- GPG KeyID: 601CB35E GPG Fingerprint: 17C7 BB76 DF3C 0E54 472E 6154 8AC9 FC1B 601C B35E On 1/9/07, John Brahy <[EMAIL PROTECTED]> wrote: On 1/9/07, John Brahy <[EMAIL PROTECTED]>

No sound + no network with MP kernel

2006-12-29 Thread Marius
Hi, I installed 4.0 from the official CDs on my "new" notebook and now I have two problems.. (dmesg below) The NIC fxp0 times out with the GENERIC.MP kernel, but works fine with the GENERIC kernel (using dhcp). Plus the azalia soundcard has "No audio function groups", neither with the MP nor with

Re: Happy Birthday OpenBSD!

2006-10-23 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Bruno Carnazzi > Sent: 18 October 2006 05:03 PM > To: misc > Subject: Re: Happy Birthday OpenBSD! > > Theo president ! :) > Since Theo is Canadian, shouldn't it be "Theo PM!" ?

Re: Oldest Server you run

2006-10-12 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Falk Husemann > Sent: 12 October 2006 08:55 PM > To: misc@openbsd.org > Subject: Oldest Server you run > > Hello List! > We're trying to put an old server to good use again and would like to > know what

Re: Simple Networking Newbie questions

2006-10-12 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Girish Venkatachalam [mailto:[EMAIL PROTECTED] > Sent: 12 October 2006 01:16 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: Simple Networking Newbie questions > > On Thu, Oct 12, 2006 at 12:49:58PM +0

Re: Simple Networking Newbie questions

2006-10-12 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Girish Venkatachalam > Sent: 12 October 2006 11:57 AM > To: misc@openbsd.org > Subject: Simple Networking Newbie questions > > Friends, > > I am a newbie to certain real world networking concepts

Re: Version 4.0 release

2006-10-10 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > ropers > Sent: 10 October 2006 12:22 AM > To: Greg Thomas > Cc: OpenBSD > Subject: Re: Version 4.0 release > > > Would you like some cheese? > > > > Greg > > Venezuelan Beaver Cheese? The Cat's eaten

Re: Self Restraint (Was: Re: GPL = BSD + DRM [Was: Re: Intel's Open Source Policy Doesn't Make Sense])

2006-10-09 Thread Marius Van Deventer - Umzimkulu
e. Jou woorde skep beelde van OpenBSD onder 'n GPL lisensie, en dit word hewig teengestaan hier. Die ander lede baklei slegs vir iets waaring hulle glo, die basis van die werk wat hulle doen. Wees geduldig en dink oor wat jy se. Marius.

Re: DVD to distribute OpenBSD Packages (Re: about signing OpenBSD packages)

2006-09-01 Thread Marius Van Deventer - Umzimkulu
Sep 01, 2006 at 03:54:46PM +0200, Marius Van Deventer - Umzimkulu > wrote: > | At least it could be a choice. Pay a little more and get a cd set on DVD > | instead of cd. I'm sure it would be no problem to set up a local ftp > | server for those sparc boxes either. > > That&

Re: DVD to distribute OpenBSD Packages (Re: about signing OpenBSD packages)

2006-09-01 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joachim Schipper > Sent: 01 September 2006 03:12 PM > To: misc@openbsd.org > Subject: Re: DVD to distribute OpenBSD Packages (Re: about signing OpenBSD > packages) > > On Fri, Sep 01, 2006 at 09:50:34AM

Reading material on trunk0

2006-06-29 Thread Marius Van Deventer - Umzimkulu
to the knowledge I have already gained from the man pages? Google has made me none the wiser Also let me know if I need to add any info to this post, dmesg, info on network structure etc. Thanks Marius Van Deventer Computer Technician Bytes Technology Group : Systems Integration Tel : +27 39 682

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Stuart Henderson [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 04:17 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: entering custom AT commands into ppp.conf > > > hmmm. Was right the first time wit

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Stuart Henderson [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 12:19 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: entering custom AT commands into ppp.conf > > > > >By asking this questo

entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
here HAS to be a way to include these in ppp.conf. All my attempts have failed. I'm sorry for the newbie-like question. Please direct answers to the list and flames to my private address :-) Cheers Marius Van Deventer Computer Technician Bytes Technology Group : Systems Integration Te

Re: Sendmail configurations

2006-05-15 Thread Marius Van Deventer - Umzimkulu
OK the first thing I would check is rc.conf, to see which sendmail config file you are loading. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of SkyBlueshoes > Sent: 16 May 2006 08:15 AM > To: misc@openbsd.org > Subject: Sendmail configurations > >

OpenBSD resellers

2006-03-23 Thread Marius Van Deventer - Umzimkulu
Hi all. Are there any OpenBSD resellers in Africa? If not, how must interest would there be if someone were to start one? How many of you would order your Disc from an African reseller? Any other African users here? Marius Van Deventer Computer Technician Bytes Technology Group - Systems

Re: Reminder about the X Aperture

2006-03-14 Thread Marius Van Deventer - Umzimkulu
Maybe the team should consider this for the OpenBSD 4.0 artwork. Maybe with a tagline like "The Admin who could not read" or "Annie get your Glasses". OR, (in light of so many users who expect list members to hold their hands) it could say something about the value of man pages. I'm sure any new

Re: OpenBSD 3.8 ports quality?

2006-03-14 Thread Marius Van Deventer - Umzimkulu
Roberto Pereyra wrote: > > I have better luck using pkgsrc (www.pkgsrc.org) than OpenBSD ports. > > There are more easy to upgrade. > As someone once said USER: "Your software does not suit my needs, I am going elsewhere." DEVELOPER: "Promise?" [demime 1.01d removed an attachment of ty

Re: trouble with lists

2006-03-13 Thread Marius Van Deventer - Umzimkulu
Never mind all. As I sent this away, everyting suddenly came right. Who knows? Cheers > -Original Message- > From: Marius Van Deventer - Umzimkulu > Sent: 14 March 2006 08:07 AM > To: misc@openbsd.org > Subject: trouble with lists > > > Anyone else having

trouble with lists

2006-03-13 Thread Marius Van Deventer - Umzimkulu
Anyone else having trouble reading lists or opening www.openbsd.org? For some reason i cannot even open the web page no matter what pc i try, from home or work. If anyone has an idea please email me privately since i cannot see the list. Thanks Marius Van Deventer Computer Technician

test

2006-03-13 Thread Marius Van Deventer - Umzimkulu
test. ignore. [demime 1.01d removed an attachment of type application/x-pkcs7-signature which had a name of smime.p7s]

Re: Broadcom BCM4401 not configured

2006-02-25 Thread marius
Hi Brandan, Check http://www.openbsd.org/i386.html The boot floppies do not include support for the Broadcom BCM4401. Either use the .iso, or buy the CD. I've got that network card in my Acer laptop and it works great. //mts -- "Playing safe is only playing." Fortune Cookie from Simon

Re: openbsd's future plans?

2006-02-07 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: STeve Andre' [mailto:[EMAIL PROTECTED] > Sent: 08 February 2006 01:40 AM > To: Diana Eichert > Cc: misc@openbsd.org > Subject: Re: openbsd's future plans? > > > On Wednesday 08 February 2006 04:20, Diana Eichert wrote: > > On Tue, 7 Feb 2006, Miod Vallat wrot

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Marius Van Deventer - Umzimkulu > Sent: 14 December 2005 04:39 PM > To: 'Stuart Henderson'; misc@openbsd.org > Subject: RE: Connecting Nokia (and other) phones to a pc > > > > > > -Original Message

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Stuart Henderson [mailto:[EMAIL PROTECTED] > Sent: 14 December 2005 04:16 PM > To: Marius Van Deventer - Umzimkulu; misc@openbsd.org > Subject: Re: Connecting Nokia (and other) phones to a pc > > > --On 14 December 2005 15:30 +0

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
Thanks everyone for trying to help. I think that I will simply have to wait until the right driver becomes available one day. Either that or use a different phone and try again. Thanks again. > -Original Message- > From: Marius Van Deventer - Umzimkulu > Sent: 14 December 2005

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Joachim Schipper [mailto:[EMAIL PROTECTED] > Sent: 14 December 2005 02:30 PM > To: misc@openbsd.org > Subject: Re: Connecting Nokia (and other) phones to a pc > > > On Wed, Dec 14, 2005 at 02:07:13PM +0200, Marius Van Deventer >

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Jonathan Gray [mailto:[EMAIL PROTECTED] > Sent: 14 December 2005 02:14 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: Connecting Nokia (and other) phones to a pc > > > On Wed, Dec 14, 2005 at 0

Re: Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
Just after I sent this mail, I did another search. Guess what I found? Anyways guys, disregard my question for now. Thanks. > -Original Message- > From: Marius Van Deventer - Umzimkulu > Sent: 14 December 2005 01:54 PM > To: misc@openbsd.org > Subject: Connecting N

Connecting Nokia (and other) phones to a pc

2005-12-14 Thread Marius Van Deventer - Umzimkulu
ity, but I would really like to get the gprs modem thingy working. Anyone have any idea of where I could do some further reading on the subject? Thanks Marius Van Deventer [demime 1.01d removed an attachment of type application/x-pkcs7-signature which had a name of smime.p7s]

Re: OpenBSD mirrors

2005-10-25 Thread Marius Van Deventer - Umzimkulu
5 October 2005 04:02 PM > To: Marius Van Deventer - Umzimkulu > Subject: Re: OpenBSD mirrors > > > --On 25 October 2005 15:48 +0200, Marius Van Deventer - > Umzimkulu wrote: > > > Maybe I'm making a mistake somewhere (I hope so actually). > > > >

Re: OpenBSD mirrors

2005-10-25 Thread Marius Van Deventer - Umzimkulu
ROTECTED] > Sent: 25 October 2005 03:47 PM > To: Marius Van Deventer - Umzimkulu; misc@openbsd.org > Subject: Re: OpenBSD mirrors > > > --On 25 October 2005 15:29 +0200, Marius Van Deventer - > Umzimkulu wrote: > > > They (for some reason) only allow access to &quo

OpenBSD mirrors

2005-10-25 Thread Marius Van Deventer - Umzimkulu
chments as long as they are < 10Mb per mail. Thanks. Marius. [demime 1.01d removed an attachment of type application/x-pkcs7-signature which had a name of smime.p7s]

Re: OpenBSD's 10th birthday

2005-10-18 Thread Marius Van Deventer - Umzimkulu
Happy Birthday From South Africa! > -Original Message- > From: Theo de Raadt [mailto:[EMAIL PROTECTED] > Sent: 18 October 2005 11:00 AM > To: [EMAIL PROTECTED] > Subject: OpenBSD's 10th birthday > > > Now it is really OpenBSD's 10th birthday ;) [demime 1.01d removed an attachment of ty

Re: OpenBSD's 10th birthday

2005-10-18 Thread Marius Van Deventer - Umzimkulu
Looks like I sent to the wrong list. Lets try this again... Happy Birthday from South Africa. Thanks for the best computing experience I've ever had! > -Original Message- > From: Theo de Raadt [mailto:[EMAIL PROTECTED] > Sent: 18 October 2005 11:00 AM > To: [EMAIL PROTECTED] > Subject: O

Re: Text Editor

2005-09-12 Thread Marius Van Deventer - Umzimkulu
If you mean a word processor, then you have KOffice and AbiWord to choose from. You should probably be most comfortable with those. -Original Message- From: Joco Salvatti [mailto:[EMAIL PROTECTED] Sent: Mon 9/12/2005 3:49 PM To: Misc OpenBSD Cc: Subject:Text Editor

Re: Welcome to our Newsletter

2005-08-26 Thread Marius Van Deventer - Umzimkulu
What is this? Is someone trying to spam the list? > -Original Message- > From: Webmaster-list [mailto:[EMAIL PROTECTED] > Sent: 26 August 2005 02:47 PM > To: misc@openbsd.org > Subject: Welcome to our Newsletter > > > Welcome to our Newsletter > > Please keep this email for later

Re: Could not read network Connection list

2005-08-22 Thread Marius Van Deventer - Umzimkulu
ct will be to go through pf.conf with a fine tooth comb until I find the error. Thanks to all who replied. Cheers. > -Original Message- > From: Marius Van Deventer - Umzimkulu > Sent: 22 August 2005 12:12 PM > To: misc@openbsd.org > Subject: Could not read network Conne

Could not read network Connection list

2005-08-22 Thread Marius Van Deventer - Umzimkulu
and i do not know what other info to add. If there is anything anyone needs to see, i will supply. Thanks. Marius Van Deventer IT Support technician Bytes Technology Group : Systems Integration Tel : (+27) (39) 682-4202 Fax : (+27) (39) 682-4126 Cell : (+27) 82-321-6491 Email : [EMAIL

Re: back and neck pain

2005-08-19 Thread Marius Van Deventer - Umzimkulu
Percussive Maintenance :-) > -Original Message- > From: Richard Welty [mailto:[EMAIL PROTECTED] > Sent: 19 August 2005 01:46 PM > To: [EMAIL PROTECTED]; misc@openbsd.org > Subject: Re: back and neck pain > > > [EMAIL PROTECTED] writes: > > A friend told me about you- i have a' spondie'-

Re: back and neck pain

2005-08-19 Thread Marius Van Deventer - Umzimkulu
man vertibrae (5) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 August 2005 01:25 AM > To: misc@openbsd.org > Subject: back and neck pain > > > A friend told me about you- i have a' spondie'-l4-l5, that > surgey helped a > little, and 10 mos. lat

Re: Kernel PPPoE is dieing...

2005-08-15 Thread Marius Van Deventer - Umzimkulu
If it always dies after a set number of days, maybe you can issue a command from cron to either restart the connection or reboot the pc automatically? > -Original Message- > From: Felipe Mesquita [mailto:[EMAIL PROTECTED] > Sent: 15 August 2005 02:19 PM > To: [EMAIL PROTECTED] > Cc: misc@

Re: Major Surprise with xdm on 3.7

2005-08-12 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Dave Feustel [mailto:[EMAIL PROTECTED] > Sent: 11 August 2005 07:26 PM > To: Henning Brauer > Cc: misc@openbsd.org > Subject: Re: Major Surprise with xdm on 3.7 > > > > But I ran KDE by manually starting it for a long time. > What is the point of a graphica

Re: Writes to samba server very, very slow

2005-07-19 Thread Marius Van Deventer - Umzimkulu
Or you could disable apm0 and see if that helps. > -Original Message- > From: David Gwynne [mailto:[EMAIL PROTECTED] > Sent: 19 July 2005 01:57 PM > To: Gary Clemans-Gibbon > Cc: misc@openbsd.org > Subject: Re: Writes to samba server very, very slow > > > From: "Gary Clemans-Gibbon" <[E

Re: Mirroring data over network with failover?

2005-07-15 Thread Marius Van Deventer - Umzimkulu
I'm guessing rsync. However your users might still lose a few minutes worth of work. Also, I'm guessing that the users will at least have to log in afresh after machine 1 fails. Are you trying to guard against data loss or just downtime? > -Original Message- > From: Dexter Fillmore [mai

Re: inetd and netstat with parameters

2005-06-24 Thread Marius Van Deventer - Umzimkulu
I am not sure I understand correctly, are you trying to set up netcat (nc)? > -Original Message- > From: Karl-Heinz Wild [mailto:[EMAIL PROTECTED] > Sent: 24 June 2005 12:58 PM > To: misc@openbsd.org > Subject: inetd and netstat with parameters > > > I try the following > > /etc/ser

OBSD user groups in South Africa?

2005-06-17 Thread Marius Van Deventer - Umzimkulu
Hi all. I googled but found nothing, so now I'm hoping you good folks can help me. Does anyone know of an OpenBSD (or General BSD) users group in South Africa? Thanks. Marius.

Re: OpenBSD in commercial firewalls?

2005-06-15 Thread Marius Van Deventer - Umzimkulu
Well, the microsoft XP firewall log file is pf.log. > -Original Message- > From: Bob DeBolt [mailto:[EMAIL PROTECTED] > Sent: 14 June 2005 08:12 PM > To: misc@openbsd.org > Subject: Re: OpenBSD in commercial firewalls? > > > Funny you should bring this up today > > I just received

Re: heal the world, and misc@ [strictly coffeetime reading]

2005-06-10 Thread Marius Van Deventer - Umzimkulu
Hear hear. > -Original Message- > From: -f [mailto:[EMAIL PROTECTED] > Sent: 10 June 2005 02:50 PM > To: OpenBSD > Subject: heal the world, and misc@ [strictly coffeetime reading] > > > dear list, > > a nice cup of coffee in front of me, and as a big fan of > robert x., let me reflect

Re: PPPoE Download Performance Woes

2005-06-07 Thread Marius Van Deventer - Umzimkulu
You could test fot the idle loop issue by temporarily disabling apm0 on boot. I believe (correct me if I'm wrong0 that apm0 is the source of the idle loop problem? > -Original Message- > From: Melameth, Daniel D. [mailto:[EMAIL PROTECTED] > Sent: 07 June 2005 02:10 PM > To: OpenBSD Misc >

Re: Informations about the directories in /usr/src.

2005-05-31 Thread Marius Van Deventer - Umzimkulu
You are in luck. To find the document you seek, go to the prompt and type 'man hier'. Cheers > -Original Message- > From: Joco Salvatti [mailto:[EMAIL PROTECTED] > Sent: 31 May 2005 03:41 PM > To: Misc OpenBSD > Subject: Informations about the directories in /usr/src. > > > Hi all, >

Re: Beefier alternative to soekris 4801 for openbsd router?

2005-05-11 Thread Marius Van Deventer - Umzimkulu
Well a Rilo card is basically a small computer. Even has a Mac (motorola) processor and runs embedded linux > -Original Message- > From: Diana Eichert [mailto:[EMAIL PROTECTED] > Sent: 11 May 2005 02:35 PM > To: misc@openbsd.org > Subject: Re: Beefier alternative to soekris 4801 for o