userdel -p option - FAQ/man page issue?

2011-09-15 Thread Richard Toohey
Hi, guys. I wanted to disable a user account under OpenBSD 4.9, and Google led me here: http://www.openbsd.org/faq/faq10.html#AddDelUser Removing users To remove users with the user(8) hierarchy of commands, you will use userdel(8). This is a very simple, yet usable command. To remove the user

Per la tua protezione, e necessario verificare questo messaggio

2011-09-15 Thread Visa Italia
Gentile Cliente, Abbiamo rilevato attivita irregolari sul tuo Verified by Visa / MasterSecure Code Internet banking sul conto 07/09/2011. Per la tua protezione, e necessario verificare questo attivita prima di poter continuare a utilizzare il conto. Si prega di scaricare il documento all

Re: userdel -p option - FAQ/man page issue?

2011-09-15 Thread Tomas Bodzar
On Thu, Sep 15, 2011 at 11:28 AM, Richard Toohey wrote: > Hi, guys. > > I wanted to disable a user account under OpenBSD 4.9, and Google led me here: > > http://www.openbsd.org/faq/faq10.html#AddDelUser > > Removing users > > To remove users with the user(8) hierarchy of commands, you will use > u

Re: userdel -p option - FAQ/man page issue?

2011-09-15 Thread Tomas Bodzar
On Thu, Sep 15, 2011 at 11:57 AM, Tomas Bodzar wrote: > On Thu, Sep 15, 2011 at 11:28 AM, Richard Toohey > wrote: >> Hi, guys. >> >> I wanted to disable a user account under OpenBSD 4.9, and Google led me here: >> >> http://www.openbsd.org/faq/faq10.html#AddDelUser >> >> Removing users >> >> To r

Re: userdel -p option - FAQ/man page issue?

2011-09-15 Thread William Boshuck
On Thu, Sep 15, 2011 at 12:05:55PM +0200, Tomas Bodzar wrote: > On Thu, Sep 15, 2011 at 11:57 AM, Tomas Bodzar > wrote: > > On Thu, Sep 15, 2011 at 11:28 AM, Richard Toohey > > wrote: > >> That last sentence - sounds exactly like what I need - so I try it: > >> > >> # userdel -p testuser > >> usa

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Thorsten Glaser
Abel Abraham Camarillo Ojeda verlet.org> writes: > Some of our shell scripts that work with dates and do something like: > > month=`date +%m` > something && month=$((month-1)) month=10#$(date +%m) bye, //mirabilos

No binary packages in snapshots lately

2011-09-15 Thread Alexis Fouilhe
Hi list ! There seem to be no binary packages in snapshots since at least the beginning of the week. I was primarily interested in amd64 but I checked several other architectures and they seem to be in the same situation. The file index.txt seems to be updated daily, though. I have not had much t

Re: No binary packages in snapshots lately

2011-09-15 Thread haris
On Thu, Sep 15, 2011 at 02:06:05PM +0200, Alexis Fouilhe wrote: > Hi list ! > > There seem to be no binary packages in snapshots since at least the beginning > of > the week. I was primarily interested in amd64 but I checked several other > architectures and they seem to be in the same situation.

bgpd q

2011-09-15 Thread Gregory Edigarov
Hello, If I want to use bgpd only for the routing decision process, with actual forwarding on hardware based router how can it be accomplished? any point will be appreciated. -- With best regards, Gregory Edigarov

Re: Extra sectors when burning a CD with cdio?

2011-09-15 Thread TimH
On Thu, 15 Sep 2011 07:54:02 +0200 Jan Stary wrote: > What's msoimage.iso? A place in my example where I forgot to edit it to image.iso. It is not some command line mistake that solves the dilemma; sorry for the typo. --TimH

PF and label for traffic Accounting

2011-09-15 Thread Mathieu BLANC
Hello, I try to do some traffic accounting with my OpenBSD 4.9. The goal : know how much traffic a web server sent behind the firewall. Here is an example : ClientA <-> FW OpenBSD <> WebServerA (192.168.1.10) I tried to do this in my very simple pf.conf (not in production :] ) pass ma

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Henning Brauer
* Thorsten Glaser [2011-09-15 14:15]: > Abel Abraham Camarillo Ojeda verlet.org> writes: > > > Some of our shell scripts that work with dates and do something like: > > > > month=`date +%m` > > something && month=$((month-1)) > > month=10#$(date +%m) awesome. trying to be clever is always so

GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
Hi All, After installing GCC 4.2.4, I still have version 4.2.1. I've learned a little about pkg_add, so I went hunting for the README. $ find / -name gcc 2>/dev/null /usr/local/lib/gcc /usr/local/libexec/gcc /usr/local/include/boost/mpl/aux_/preprocessed/gcc /usr/bin/gcc $ find /usr/local/lib/gc

Re: GCC 4.2.4?

2011-09-15 Thread Amit Kulkarni
> Hi All, > > After installing GCC 4.2.4, I still have version 4.2.1. I've learned a > little about pkg_add, so I went hunting for the README. > > $ find / -name gcc 2>/dev/null > /usr/local/lib/gcc > /usr/local/libexec/gcc > /usr/local/include/boost/mpl/aux_/preprocessed/gcc > /usr/bin/gcc > > $ f

Re: GCC 4.2.4?

2011-09-15 Thread Nicholas Marriott
Ports gcc4 is called egcc so it doesn't conflict with base gcc4 which'll stay as 4.2.1 On Thu, Sep 15, 2011 at 02:40:46PM -0400, Jeffrey Walton wrote: > Hi All, > > After installing GCC 4.2.4, I still have version 4.2.1. I've learned a > little about pkg_add, so I went hunting for the README. >

Re: GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
On Thu, Sep 15, 2011 at 3:01 PM, LeviaComm Networks wrote: > On 15-Sep-11 11:40, Jeffrey Walton wrote: >> >> Hi All, >> >> After installing GCC 4.2.4, I still have version 4.2.1. I've learned a >> little about pkg_add, so I went hunting for the README. >> >> $ find / -name gcc 2>/dev/null >> /usr/

Re: GCC 4.2.4?

2011-09-15 Thread LeviaComm Networks
On 15-Sep-11 11:40, Jeffrey Walton wrote: Hi All, After installing GCC 4.2.4, I still have version 4.2.1. I've learned a little about pkg_add, so I went hunting for the README. $ find / -name gcc 2>/dev/null /usr/local/lib/gcc /usr/local/libexec/gcc /usr/local/include/boost/mpl/aux_/preprocesse

Re: userdel -p option - FAQ/man page issue?

2011-09-15 Thread richardtoohey
Quoting William Boshuck : > On Thu, Sep 15, 2011 at 12:05:55PM +0200, Tomas Bodzar wrote: > > On Thu, Sep 15, 2011 at 11:57 AM, Tomas Bodzar > > > wrote: > > > On Thu, Sep 15, 2011 at 11:28 AM, Richard Toohey > > > wrote: > > >> That last sentence - sounds exactly like what I need - so I try > i

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 12:06:14PM +, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda verlet.org> writes: > > > Some of our shell scripts that work with dates and do something like: > > > > month=`date +%m` > > something && month=$((month-1)) > > month=10#$(date +%m) Is that a mkshis

Re: GCC 4.2.4?

2011-09-15 Thread Marc Espie
On Thu, Sep 15, 2011 at 03:17:36PM -0400, Jeffrey Walton wrote: > I'm interested in seeing if (1) patches have been applied to fix my > template error problem > (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21656); and (2) the > compiler/linker is using hardened settings (I know 4.2.1 is not > harde

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: > On Thu, Sep 15, 2011 at 12:06:14PM +, Thorsten Glaser wrote: >> Abel Abraham Camarillo Ojeda verlet.org> writes: >> >> > Some of our shell scripts that work with dates and do something like: >> > >> > month=`date +%m` >> > something && m

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 04:24:37PM -0500, Abel Abraham Camarillo Ojeda wrote: > Yep, I did that in some scripts, just > don't know how portable it is... I haven't come across a single ksh that doesn't support that. Even the old ksh88 on AIX 4.3.3 at my university has it.

Re: GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
On Thu, Sep 15, 2011 at 5:23 PM, Marc Espie wrote: > On Thu, Sep 15, 2011 at 03:17:36PM -0400, Jeffrey Walton wrote: >> I'm interested in seeing if (1) patches have been applied to fix my >> template error problem >> (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21656); and (2) the >> compiler/link

Re: GCC 4.2.4?

2011-09-15 Thread J Sisson
On Thu, Sep 15, 2011 at 4:59 PM, Jeffrey Walton wrote: > I sometimes wonder about the whole free software, free beer thing. Its > kind of like trying to figure out how US politicians claim to balance > a budget, yet the US is trillions in debt. > > Here's a hint: Someone is *lying*.

Re: GCC 4.2.4?

2011-09-15 Thread Theo de Raadt
>From owner-misc+m115...@openbsd.org Thu Sep 15 16:03:31 2011 >DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; >h=mime-version:reply-to:in-reply-to:references:date:message-id >:subject:from:to:content-type; >bh=kY1gasrwKPDiR1SMIn3cjJDmW1LWRP2RblMzlI6oeEY=; >b=qE/NPro

Re: GCC 4.2.4?

2011-09-15 Thread Theo de Raadt
>I sometimes wonder about the whole free software, free beer thing. Its >kind of like trying to figure out how US politicians claim to balance >a budget, yet the US is trillions in debt. http://en.wikipedia.org/wiki/Ben_Tre It became necessary to encumber the software to free it.

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 4:58 PM, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda dixit: > >>On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: > month=10#$(date +%m) >>> >>> Is that a mkshism? > > No, that's proper Korn shell. > >>> The easiest solution here is: >>> >>> typeset -Z2

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Thorsten Glaser
Abel Abraham Camarillo Ojeda dixit: >I meant portable among other shells, or bourne shell... They donbt have $((b&)) either, sob& bye, //mirabilos -- Yay for having to rewrite other people's Bash scripts because bash suddenly stopped supporting the bash extensions they make use of -- To

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 09:58:13PM +, Thorsten Glaser wrote: > >> typeset -Z2 month > > That can break as soon as month is made an integer someplace down. And that's very likely to happen ... > Padding is meant for output, not input. You don't know if $month is input or output. > tg@stink

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Thorsten Glaser
Abel Abraham Camarillo Ojeda dixit: >On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: >>> month=10#$(date +%m) >> >> Is that a mkshism? No, that's proper Korn shell. >> The easiest solution here is: >> >> typeset -Z2 month That can break as soon as month is made an integer someplace down

Re: question about documentation

2011-09-15 Thread Ralph W Siegler
Kevin Chadwick yahoo.co.uk> writes: > > On Thu, 01 Sep 2011 17:13:22 -0400 > > > priviledge is wrong in any version of English. > > And what's right about privilege exactly, actually I wouldn't care for > the answer anyway, sounds came before words and there are many > complexities, before ver

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 5:46 PM, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda dixit: > >>I meant portable among other shells, or bourne shell... > > They donbt have $((b&)) either, sob& > > bye, > //mirabilos > -- > Yay for having to rewrite other people's Bash scripts because bash > sud

Re: GCC 4.2.4?

2011-09-15 Thread Tomas Bodzar
On Thu, Sep 15, 2011 at 11:59 PM, Jeffrey Walton wrote: > On Thu, Sep 15, 2011 at 5:23 PM, Marc Espie wrote: >> On Thu, Sep 15, 2011 at 03:17:36PM -0400, Jeffrey Walton wrote: >>> I'm interested in seeing if (1) patches have been applied to fix my >>> template error problem >>> (http://gcc.gnu.or

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Alexander Hall
On 09/15/11 23:24, Abel Abraham Camarillo Ojeda wrote: On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: On Thu, Sep 15, 2011 at 12:06:14PM +, Thorsten Glaser wrote: Abel Abraham Camarillo Ojeda verlet.org> writes: Some of our shell scripts that work with dates and do something lik