Re: What do fifth entry of `ls -ld /` implies ?

2010-11-08 Thread Andreas Kahari
On Mon, Nov 08, 2010 at 09:59:25PM +0800, Aaron Lewis wrote: Hi, I'm wondering what is the fifth entry of long format with ls -ld , which i've never cared much about. ls -ld /usr/bin drwxr-xr-x 2 root wheel 6656 Nov 3 02:21 /usr/bin What does 6656 implies here ?

Re: 2-3 General Question

2010-09-22 Thread Andreas Kahari
On Tue, Sep 21, 2010 at 09:51:48PM -0700, patrick keshishian wrote: On Tue, Sep 21, 2010 at 7:03 PM, LOL elvis4...@gmail.com wrote: [cut] Does openBSD has a boot manager like Grub or Boot0 for FreeBSD ? I don't think so. HTH, --patrick Grub 0.97 is in ports. See the sysutils/grub

Re: OpenBSD as a laptop OS

2010-06-18 Thread Andreas Kahari
See FAQ http://www.openbsd.org/faq/faq1.html#Desktop I've been using OpenBSD (mostly on laptops) as my primary work station for eight years. I'm a software developer, and I don't do sound or video as part of my work. Also, I don't have any use for NTFS. Andreas On Fri, Jun 18, 2010 at

OpenMP with gcc4?

2010-05-27 Thread Andreas Kahari
Hi list, With the move to gcc4, will we at some point also get OpenMP support? This seems to be broken at the moment: $ cat omp-test.c int main(void) { int i; int a[100]; #pragma omp parallel for for (i = 0; i 100; ++i) { a[i] = i*i; } return 0; } $ cc -fopenmp -o omp-test

Re: ntp log rotation

2010-01-03 Thread Andreas Kahari
the log causes subsequent log messages to be lost and killing ntpd with SIGHUP causes it to exit. I've had a look at the manpages and on the interwebs, but didn't find anything. Thanks, Lars -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: material about magicpoint

2009-07-13 Thread Andreas Kahari
to be very simple and easy to use, but I would like to see what is possible to do with it. Any recommendation ? Thanks, Paulo. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: New lynx in base

2009-06-24 Thread Andreas Kahari
wildcart certs)? :)) -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: chown

2009-06-04 Thread Andreas Kahari
/**http%3A//au.rd.yahoo.com/mail/tagline/cre ativeholidays/*http%3A//au.docs.yahoo.com/homepageset/%3Fp1=other%26p2=au%26p 3=mailtagline -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: kernel freeze randomly

2009-03-02 Thread Andreas Kahari
2009/2/25 Andreas Kahari andreas.kah...@gmail.com: 2009/2/25 Robert rob...@openbsd.pap.st: On Wed, 25 Feb 2009 13:36:16 + Andreas Kahari andreas.kah...@gmail.com wrote: Will disabling apmd solve this issue? I'm seeing freezes on my Lenovo X61s. The machine was stable for a few weeks

Re: kernel freeze randomly

2009-02-25 Thread Andreas Kahari
, but that always seems to trigger it for me. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: kernel freeze randomly

2009-02-25 Thread Andreas Kahari
2009/2/25 Robert rob...@openbsd.pap.st: On Wed, 25 Feb 2009 13:36:16 + Andreas Kahari andreas.kah...@gmail.com wrote: Will disabling apmd solve this issue? I'm seeing freezes on my Lenovo X61s. The machine was stable for a few weeks (or so) until Theo backed out that backed-out commit

Re: Firefox and Abiword don't see my printer

2009-01-29 Thread Andreas Kahari
2009/1/29 Eugene Ryazanov kat...@gmail.com: As I can see on my openSUSE installation, AbiWord requires libgnomeprint and libgnomeprint requires libgnomecups. You can try x11/gnome/libgnomecups/ and x11/gnome/libgnomeprint ports. x11/gnome/libgnomecups is marked broken... -- Andreas Kahari

Re: Firefox and Abiword don't see my printer

2009-01-28 Thread Andreas Kahari
happy to print-to-file), installing x11/gtk+2,-cups made a difference in that I now see the CUPS printers in the Firefox print dialog. I'm happy I tried your suggestion. Regards, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: looks like bug in awk

2009-01-15 Thread Andreas Kahari
in both cases the code sums the field? Are you expecting '0' since the input file contains a space in front of the number? In that case, run awk with -F '[ ]', e.g. awk -F '[ ]' '{sum+=$1} END {print sum}' input Cheers, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: awk

2009-01-15 Thread Andreas Kahari
still 1 from the prematurely exited loop, the first column is subtracted from 'n'. Regards, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: mutt 1.5.18 and set trash directive in .muttrc

2009-01-08 Thread Andreas Kahari
/muttrc This is strange, because set trash should be working without any patches or the like as far as i know. Can anyone help me to troubleshoot this? Thanks a lot, David -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: How to start Syslogd with -u and -n options

2008-12-11 Thread Andreas Kahari
-Syslogd-with--u-and--n-options-tp20956554p20956554.html Sent from the openbsd user - misc mailing list archive at Nabble.com. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Question about sudo -v

2008-12-08 Thread Andreas Kahari
timestamp_timeout. Regards, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Question about sudo -v

2008-12-08 Thread Andreas Kahari
SUBPACKAGE WRKOBJDIR, env_keep+=SSH_AUTH_SOCK EDITOR VISUAL SHARED_ONLY, passwd_timeout=0, !insults User ak may run the following commands on this host: (ALL) SETENV: ALL (ALL) NOPASSWD: /usr/local/libexec/xfsm-shutdown-helper Andreas -- Andreas Kahari Somewhere in the general

Re: Question about sudo -v

2008-12-08 Thread Andreas Kahari
2008/12/8 Alexander Hall [EMAIL PROTECTED]: Andreas Kahari wrote: Hi list, According to the manual for sudo, the -v command line switch does the following: If given the -v (validate) option, sudo will update the user's timestamp, prompting for the user's password if necessary

Re: Question about sudo -v

2008-12-08 Thread Andreas Kahari
2008/12/8 Todd C. Miller [EMAIL PROTECTED]: In message [EMAIL PROTECTED] so spake Andreas Kahari (andreas.kahari): Here you go: $ sudo -l Matching Defaults entries for ak on this host: env_keep+=DESTDIR FETCH_CMD FLAVOR FTPMODE GROUP MAKE MULTI_PACKAGES, env_keep

Re: Question about sudo -v

2008-12-08 Thread Andreas Kahari
2008/12/8 Todd C. Miller [EMAIL PROTECTED]: In message [EMAIL PROTECTED] so spake Andreas Kahari (andreas.kahari): Ah, I think I found it. It is this line in my sudoers file that does it: %users ALL=(ALL) NOPASSWD: /usr/local/libexec/xfsm-shutdown-helper What's wrong with it? I

Re: Virtual Consoles in OpenBSD/macppc

2008-11-13 Thread Andreas Kahari
seem to find any info about that in the FAQ. http://www.openbsd.org/faq/faq7.html It's not supported. Use 'screen' from packages instead. PK -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: How to reply read -s from bash (linux) in ksh (OpenBSD)

2008-11-12 Thread Andreas Kahari
, Thanks in advance! -- # /dev/hdc - OpenBSDeros.org hdc [at] openbsderos [dot] org -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: ifconfig -M on OpenBSD current.

2008-11-03 Thread Andreas Kahari
. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: clearing /tmp

2008-10-30 Thread Andreas Kahari
combining the two, either by linking or symlinking one to the other? Regards -Lars -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Doubled binary in /bin in snapshot?

2008-10-14 Thread Andreas Kahari
something or it's bug? snapshot i386 #1076 -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Patching a SSH 'Weakness'

2008-09-11 Thread Andreas Kahari
is that the padding part could mean that we are no longer compatible with the SSH protocol. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Why not update Groff?

2008-02-18 Thread Andreas Kahari
No need for any new features? Regards, Andreas On 18/02/2008, Pieter Verberne [EMAIL PROTECTED] wrote: Hi folks, Why is Groff not updated? OpenBSD 4.2 has Groff 1.15 from 1999. Some compatability issues? Pieter (offlist) -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: OpenCVS?

2008-01-20 Thread Andreas Kahari
confused by something if the cvs command in OpenBSD 4.2 is OpenCVS, why does cvs --help refer to places like cvshome.org for updates etc? -Nix Fan. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Reversing audio channels

2008-01-20 Thread Andreas Kahari
... :-) -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: timezone changes

2008-01-17 Thread Andreas Kahari
; a tragedy for feelers. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: timezone changes

2008-01-17 Thread Andreas Kahari
On 17/01/2008, Paul de Weerd [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 12:14:59PM +, Andreas Kahari wrote: | The afterboot(8) manual says to use ln -fs, e.g. | | ln -fs /usr/share/zoneinfo/Canada/Atlantic /etc/localtime | | That way, the /etc/localtime will never

Re: Limiting CPU to a process or process group?

2008-01-15 Thread Andreas Kahari
Message- From: Andreas Kahari [EMAIL PROTECTED] To: Alexander Schrijver [EMAIL PROTECTED] Cc: misc@openbsd.org Subject: Re: Limiting CPU to a process or process group? Date: Mon, 14 Jan 2008 14:27:33 + -- Andreas Kahari Somewhere in the general Cambridge area, UK

Limiting CPU to a process or process group?

2008-01-14 Thread Andreas Kahari
', but it doesn't fulfil the criteria that the machine is left otherwise idle if nothing else runs on it. I don't have a real reason for why I would want to do this, I'm mainly curious as to if it's possible. Regards, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Limiting CPU to a process or process group?

2008-01-14 Thread Andreas Kahari
On 14/01/2008, Alexander Schrijver [EMAIL PROTECTED] wrote: On Jan 14, 2008 11:52 AM, Andreas Kahari [EMAIL PROTECTED] wrote: Hi, Is there a way of limiting the amount of CPU given to a particular process or process group? For example, I would want the build of the qt4 port to use

Re: Limiting CPU to a process or process group?

2008-01-14 Thread Andreas Kahari
On 14/01/2008, Alexander Schrijver [EMAIL PROTECTED] wrote: On Jan 14, 2008 1:30 PM, Andreas Kahari [EMAIL PROTECTED] wrote: On 14/01/2008, Alexander Schrijver [EMAIL PROTECTED] wrote: On Jan 14, 2008 11:52 AM, Andreas Kahari [EMAIL PROTECTED] wrote: Hi, Is there a way

Re: Limiting CPU to a process or process group?

2008-01-14 Thread Andreas Kahari
On 14/01/2008, Alexander Schrijver [EMAIL PROTECTED] wrote: On Jan 14, 2008 2:34 PM, Andreas Kahari [EMAIL PROTECTED] wrote: On 14/01/2008, Alexander Schrijver [EMAIL PROTECTED] wrote: On Jan 14, 2008 1:30 PM, Andreas Kahari [EMAIL PROTECTED] wrote: On 14/01/2008, Alexander Schrijver

Re: GENERIC kernel compile fails at pcidevs_data.h

2007-12-11 Thread Andreas Kahari
but ourselves can free our minds Bob Marley, Redemption Song -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: cp(1) bug ?

2007-10-20 Thread Andreas Kahari
steps (1 to 4) listed here with the files as source_files. Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: cp(1) bug ?

2007-10-19 Thread Andreas Kahari
united by a delusion about it's ancestry and by common hatred of its neighbours. B;-- Dean William R. Inge -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: scp batch mode?

2007-08-16 Thread Andreas Kahari
through. Cheers, Andreas On 15/08/07, James Hartley [EMAIL PROTECTED] wrote: The manpage for scp(1) mentions the -B option for running scp in batch mode, but no further details. How can scp be run without prompting for a password? Thanks. -- Andreas Kahari Somewhere in the general

Re: Rename multiple files at once

2007-06-27 Thread Andreas Kahari
-- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: How to install packages from FreeBSD

2007-06-23 Thread Andreas Kahari
problems that way... Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Single argument for mv cp

2007-06-16 Thread Andreas Kahari
This is not actually invoking cp with only one argument. See here: $ set -x $ touch test + touch test $ cp test{,.bak} + cp test test.bak With set -x, the shell will tell us exactly what gets executed. Cheers, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Regular Expression Problem

2007-06-14 Thread Andreas Kahari
],4}$ good source to read more about it is re_format(7) Regards, Julian No need to escape the dot in []... -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Beep!

2007-04-10 Thread Andreas Kahari
nothing relevant... Thank you all, byee, Manuel Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather -- Andreas

Re: Disk Load

2007-03-22 Thread Andreas Kahari
. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: auto-login as a console ordinary user

2007-02-08 Thread Andreas Kahari
booting I would like to login automatically as a normal user (in other words, to find the prompt of the ordinary user magically). How can I achieve this result? Vittorio -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: some basic questions

2007-01-31 Thread Andreas Kahari
a copy of /etc/sudoers to edit and then performs sanity checks on it before installing it as /etc/sudoers when your done. Don't touch /etc/sudoers directly. Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: OpenBSD 3.9 (i386) and mount_udf - big problem

2007-01-30 Thread Andreas Kahari
On 29/01/07, Pedro Martelletto [EMAIL PROTECTED] wrote: Andreas, On Mon, Jan 29, 2007 at 09:45:14AM +, Andreas Kahari wrote: I had the same problem (FSD does not lie within the partition! when trying to mount a UDF DVD disc). I applied the patch below from Pedro to a current i386 system

Re: OpenBSD 3.9 (i386) and mount_udf - big problem

2007-01-30 Thread Andreas Kahari
udf_mountfs(): 0, 1 On 30/01/07, Pedro Martelletto [EMAIL PROTECTED] wrote: Andreas, On Tue, Jan 30, 2007 at 09:55:28AM +, Andreas Kahari wrote: The patch will make the machine not lock up, but it still doesn't mount the DVD disc. This time, I get no messages from the kernel in /var

Re: OpenBSD 3.9 (i386) and mount_udf - big problem

2007-01-29 Thread Andreas Kahari
-part_start = letoh32(pd-start_loc); + part_found = 1; } brelse(bp); -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: % stdout?

2006-11-09 Thread Andreas Kahari
() { char foo[] = bar=30%\n; fprintf(stdout, bar); } OpenBSD returns : bar=30 Linux returns : bar=30% How can I solve this? Thanks, -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: % stdout?

2006-11-09 Thread Andreas Kahari
I solve this? Thanks, $ cat foo.c #include stdio.h main() { char foo[] = bar=30%%\n; fprintf(stdout, foo); } $ gcc foo.c -o foo $ ./foo bar=30% -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: tar question

2006-10-31 Thread Andreas Kahari
of the transfer. Read the manual. Cheers, Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Lenovo notebooks

2006-10-26 Thread Andreas Kahari
On 26/10/06, martin g [EMAIL PROTECTED] wrote: Hello all Has anyone got experience with Lenovo notebooks running OpenBSD. If you are so kind to share your experience. http://marc.theaimsgroup.com/?l=openbsd-miscs=lenovo -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: pfctl

2006-10-13 Thread Andreas Kahari
talk to the guy. If that fails, talk to the manager. If that fails, have a really good think about your future. Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: iwi firmware

2006-09-02 Thread Andreas Kahari
.signature file and help me propagate, thanks! -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: cat -v

2006-07-28 Thread Andreas Kahari
for unbuffered output. The -e, -t, -v, -s, and -n switches are mentioned in the rationale, and the reason for not having them in the standard is that the same functionality may be found in other utilities (giving examples using sed(1) and pr(1)). http://www.unix.org/online.html Regards, Andreas -- Andreas

Re: Problem with x11/xfce4/xfce4-netload on i386, not on amd64

2006-07-20 Thread Andreas Kahari
On 19/07/06, Antoine Jacoutot [EMAIL PROTECTED] wrote: On Wed, 19 Jul 2006, Andreas Kahari wrote: Not terribly important, but I have a problem with the netload panel plugin for Xfce4. It shows the in/out rates for my interfaces (vr re) on my amd64 machine, but on my i386 Vaio laptop

Re: Problem with x11/xfce4/xfce4-netload on i386, not on amd64

2006-07-20 Thread Andreas Kahari
On 20/07/06, Adam [EMAIL PROTECTED] wrote: Andreas Kahari [EMAIL PROTECTED] wrote: I do have another i386 at home, an ancient 133MHz machine. It doesn't have an fxp card in it though and I would need to back it up and install OpenBSD on it. I thought it would be easier to find someone

Problem with x11/xfce4/xfce4-netload on i386, not on amd64

2006-07-19 Thread Andreas Kahari
for the interface, but the speeds are always zero. Does anyone have a fix, patch, or workaround for this? ... or maybe just an explanation as to why I should not be surprised? Everything is CURRENT, and this is the way it's been since I switched over to Xfce4 a year or so ago. Cheers, Andreas -- Andreas

Re: ntpdate program not working with openntpd

2006-07-15 Thread Andreas Kahari
wrong? Would it help if I send dmesg's etc.? Is there some trick to just make ntpd work properly with external queriers? I've tried to figure this one out but am out of ideas now. best regards, Bo Granlund -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Recompiling Perl 5.8.6

2006-07-15 Thread Andreas Kahari
' man perl says there's a file called @INC, but it's not true. Inc in google yields just a heap of irrelevant links. Wikipedia doesn't have a relevant article on INC or @INC either. CL -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: ntp on openbsd rulez

2006-07-15 Thread Andreas Kahari
on OpenBSD), but it's too big and in many ways made too complicated. OpenNTPd (which, of course, also runs on Linux) effectively reduces the problem of synching the clock, as you did notice. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: No Java in OpenBSD

2006-07-11 Thread Andreas Kahari
, I think kaffe already runs on OpenBSD, though there is no official port in OpenBSD itself. There is a port for kaffe in lang/kaffe. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Multiple dmesg in /var/run/dmesg.boot ?

2006-07-10 Thread Andreas Kahari
application/x-pkcs7-signature which had a name of smime.p7s] -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: Default ghostscript doesn't work in OpenBSD 3.9?

2006-07-09 Thread Andreas Kahari
/alphabet.ps It's a 1551-byte simple example postscript that comes with Ghostscript and fails for me. I am getting the message Error: /invalidfileaccess in --.outputpage-- I actually get this error for every page I attempt to display with ghostscript. And ggv doesn't work either. CL -- Andreas Kahari

Re: Open BSD commands

2006-06-29 Thread Andreas Kahari
hw.machine=amd64 $ sysctl hw.model hw.model=AMD Athlon(tm) 64 Processor 3400+ $ sysctl hw.ncpu hw.ncpu=1 $ sysctl hw.vendor hw.vendor=Gigabyte Technology Co., Ltd. $ sysctl hw.product hw.product=K8T800-8237 Andreas -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: dynamic dns update

2006-06-02 Thread Andreas Kahari
had currently running sendmail, popa3d, mrtg, mySQL on the machine. Thanks and best regards, Riwan -- Andreas Kahari Somewhere in the general Cambridge area, UK

Re: newbie questions

2006-05-22 Thread Andreas Kahari
On 22/05/06, Jason Stubbs [EMAIL PROTECTED] wrote: sonjaya wrote: [cut] i have set all router like this : - all PF is disable - in rc.conf i set = routed=-q Also, the setting in /etc/rc.conf (or in /etc/rc.conf.local) is routed_flags, not routed... Be well, Andreas -- Andreas Kahari

Re: int vs. long

2006-05-12 Thread Andreas Kahari
i infere i should always use long instead of int on my 64 machines? Thanks a lot for your time and cooperation. Best regards. -- Andreas Kahari Somewhere in the general Cambridge area, UK

Problem with uvisor0, comms/pilot-link, and LifeDrive, on i386

2006-03-17 Thread Andreas Kahari
, rev 2.00/1.00, addr 5 uvisor0: init failed, TIMEOUT -- Andreas Kahari

Re: Problem with uvisor0, comms/pilot-link, and LifeDrive, on i386

2006-03-17 Thread Andreas Kahari
On 17/03/06, Antoine Jacoutot [EMAIL PROTECTED] wrote: Selon Andreas Kahari [EMAIL PROTECTED]: First of all, when I connect the USB cable to my LifeDrive, I get the following lines in my dmesg (see last in this message for full dmesg): uvisor0 at uhub2 port 1 uvisor0: palmOne, Inc

Re: Problem with uvisor0, comms/pilot-link, and LifeDrive, on i386

2006-03-17 Thread Andreas Kahari
On 17/03/06, Antoine Jacoutot [EMAIL PROTECTED] wrote: Selon Andreas Kahari [EMAIL PROTECTED]: I really would like to sync with my OpenBSD machine as I wouldn't want to have to install Linux for something as trivial as this. Could you please describe how you go about syncing using WiFi

Re: ulimits tuning

2006-03-16 Thread Andreas Kahari
... Thanks MikeG Andreas -- Andreas Kahari

Re: Can't use some characters in xterm/console

2006-03-14 Thread Andreas Kahari
might want to ssh in remotely and change your default shell, to see if it's a problem with some config setting in your .kshrc or .bashrc, etc... Have you tried logging in as a different user? Do you still have the same problems regardless of the shell you use? -- Andreas Kahari

Re: Can't use some characters in xterm/console

2006-03-14 Thread Andreas Kahari
-- Andreas Kahari

Re: ksh93

2006-02-22 Thread Andreas Kahari
. The thing I sometimes miss (i.e. that would be useful to have from time to time) in pdksh are: 1. Floating point arithmetics 2. Structs 3. The automatic manual-generation stuff Cheers, Andreas -- Andreas Kahari

Re: Is unix domain UDP reliable?

2006-02-04 Thread Andreas Kahari
for the UNIX domain. -- Andreas Kahari

Re: Safety of a shutdown when no user could log in

2006-01-26 Thread Andreas Kahari
on on a Unix system, even when no user is logged in, maybe especially when it was just rebooted. Good luck Good luck? -- Andreas Kahari

Re: pid of last started process

2005-12-20 Thread Andreas Kahari
) in ksh? -- Andreas Kahari

Re: script

2005-12-13 Thread Andreas Kahari
files from a folder? I've read the man of rm and rmdir but seems like they can't do that. Thanks -- Ricardo Lucas -- Andreas Kahari

Re: a truly openbsd day

2005-11-01 Thread Andreas Kahari
wrapped by systrace, so I don't need to recreate and redistribute the boot disk after each new Firefox, GAIM, etc exploit. Kevin I think it would be more useful with a m0n0wall-type distribution image. So far, I haven't seen one, but I haven't looked very hard either. -- Andreas Kahari

Re: a truly openbsd day

2005-10-31 Thread Andreas Kahari
firewall at home runs FreeBSD (m0n0wall on soekris) ;-) Fork however much you want, but I think it would not be constructive. -- Andreas Kahari

Re: sh-script executing

2005-10-06 Thread Andreas Kahari
file and keep using it until done. However, does this have any kind of other implications? The behaviour that Ilya pointed out would not occur to me to be expected... -- Andreas Kahari

Re: Documentation bug in WWW FAQ???

2005-10-03 Thread Andreas Kahari
of=/mnt/openbsd.pbr bs=512 count=1 I see rwd0a in the document, not rsd0a. Andreas -- Andreas Kahari

Re: Documentation bug in WWW FAQ???

2005-10-03 Thread Andreas Kahari
On 03/10/05, Bryan [EMAIL PROTECTED] wrote: On 10/3/05, Andreas Kahari [EMAIL PROTECTED] wrote: On 03/10/05, Bryan [EMAIL PROTECTED] wrote: I recently attempted to dualboot my laptop with Windows XP. I was following the FAQ and came to the point where I issued this command: First

Catching WINCH signal during sleep...

2005-09-19 Thread Andreas Kahari
of things that could happen, which is not interesting right now). (the WINCH signal is delivered when the terminal window changes size) Any thoughts? Regards, Andreas -- Andreas Kahari

Re: Catching WINCH signal during sleep...

2005-09-19 Thread Andreas Kahari
On 19/09/05, Damien Miller [EMAIL PROTECTED] wrote: Andreas Kahari wrote: (the WINCH signal is delivered when the terminal window changes size) SIGWINCH is ignored by default, otherwise your sleep(1) would exit if you changed the size of your xterm. See signal(3) for the full list. Ok, so

Re: tcpdump/pflog - rule numbering

2005-09-06 Thread Andreas Kahari
52 Fax: +41 44 635 30 53 http://www.ini.ethz.ch -- Andreas Kahari

Re: Active Swap space

2005-09-06 Thread Andreas Kahari
] -- Andreas Kahari

Re: Floppy problems... (fdc missing in /dev)

2005-09-05 Thread Andreas Kahari
. -- Andreas Kahari

Re: Added African whois server to whois(1)

2005-08-13 Thread Andreas Kahari
On 12/08/05, Henning Brauer [EMAIL PROTECTED] wrote: * Andreas Kahari [EMAIL PROTECTED] [2005-08-12 16:56]: On 12/08/05, Henning Brauer [EMAIL PROTECTED] wrote: * Andreas Kahari [EMAIL PROTECTED] [2005-08-12 15:47]: [cut] -f Use the African Network Information Center (AfriNIC

Added African whois server to whois(1)

2005-08-12 Thread Andreas Kahari
. It contains network numbers registered on the African continent. I'm not quite sure how to make whois(1) automatically follow referrals to AfriNIC for African IPs in the way ARIN referrals to e.g. RIPE are followed... Regards, Andreas -- Andreas Kahari --- whois.c.origFri Aug 12 13:32

Re: Added African whois server to whois(1)

2005-08-12 Thread Andreas Kahari
On 12/08/05, Henning Brauer [EMAIL PROTECTED] wrote: * Andreas Kahari [EMAIL PROTECTED] [2005-08-12 15:47]: Hi, I added the African Network Information Center (AfriNIC) whois server to a new switch (-f) in the whois(1) utility. A simple diff for whois.c and whois.1 is attached

Re: Added African whois server to whois(1)

2005-08-12 Thread Andreas Kahari
? For the IP 80.248.70.99 (an IP in Togo), this just gives me the same info as from RIPE... AfriNIC gives more details. -- Andreas Kahari

Re: Shell scripting problem -- help, please!

2005-08-03 Thread Andreas Kahari
).@(block|pass).@(destIP|destPort|srcIP) -- Andreas Kahari PGP: 1024D/C2E163CB

Re: Disable IPv6 on 3.7

2005-07-25 Thread Andreas Kahari
See the archives. Here's is one example: http://marc.theaimsgroup.com/?l=openbsd-miscm=109473296323761w=2 Andreas On 25/07/05, Gordon Ross [EMAIL PROTECTED] wrote: Is it possible to disable IPv6 on OpenBSD 3.7 without building a custom kernel ? -- Andreas Kahari PGP: 1024D/C2E163CB

  1   2   >