OPENVAS on OpneBSD [was Re: PCI Compliant Vulnerability Scanner]

2008-10-04 Thread Simon Slaytor
Dorian B|ttner wrote: Looking for openvas? http://www.derkeiler.com/Mailing-Lists/securityfocus/pen-test/2005-11/0067.html I've been looking at OpenVAS has anyone got it working under OpenBSD?

Re: Weird pkg_info behavior?

2008-10-04 Thread Slim Joe
On 2008/10/4, Marc Espie [EMAIL PROTECTED] wrote: pkg_info will only download the beginning of the package, since it only needs the packing information, and we're very careful to store it at the beginning. Now, a lot of FTP servers tend to not like abort in the middle of transfer,

Re: weird wscons behavior

2008-10-04 Thread Jesus Sanchez
Jesus Sanchez escribis: Hi, using OpenBSD 4.3 up to date patched. I think people should know about this. lets say you're logged on ttyC0 as root, you sends the command: #sleep 5 wsconscfg -dF 1 this cmd waits 5 seconds and then destroys ttyC1 wscons. if you change to ttyC1 (Ctrl+Alt+F2) in

WPA2 problems with iwi(4) and bwi(4)

2008-10-04 Thread Joe Gidi
I'm experiencing some serious difficulties getting WPA2 working with my system. Situation is as follows: Problem occurs with snapshots of October 1 and October 4. Have not tested with 4.3 because WPA support for iwi(4) is only in -current. Client is a ThinkPad T42 (dmesg below) with both iwi(4)

cp error message Invalid character in program

2008-10-04 Thread Jack Woehr
I'm experiencing something with 4.3 I never experienced before, or maybe I just wasn't paying attention. In the following example, I'm trying to copy a file (wrongly) in a directory I don't own and which is write-protected: cp factor.rex factor.rex.bak cp: factor.rex.bak: Invalid

Re: Weird pkg_info behavior?

2008-10-04 Thread Philip Guenther
[In the context of pkg_info only downloading the first part of a package to get the info] On Sat, Oct 4, 2008 at 5:09 AM, Slim Joe [EMAIL PROTECTED] wrote: ... Also I think it would be nice if the packages are dumped not into the present directory but in the $PKG_CACHE that I have set. pkg_add

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
On Sat, Oct 4, 2008 at 12:36 PM, Jack Woehr [EMAIL PROTECTED] wrote: In the following example, I'm trying to copy a file (wrongly) in a directory I don't own and which is write-protected: cp factor.rex factor.rex.bak cp: factor.rex.bak: Invalid character in program Invalid character in

Re: cp error message Invalid character in program

2008-10-04 Thread Jack Woehr
Philip Guenther wrote: Hmm, I don't see that error message in the stock /bin/cp or /bin/rm. Are you running your own version of them or have shell script wrappers for them or something? What's the output of which cp rm? Is it maybe builtin to ksh? Besides, the error message is probably

Re: cp error message Invalid character in program

2008-10-04 Thread Paul de Weerd
On Sat, Oct 04, 2008 at 02:39:16PM -0600, Jack Woehr wrote: Philip Guenther wrote: Hmm, I don't see that error message in the stock /bin/cp or /bin/rm. Are you running your own version of them or have shell script wrappers for them or something? What's the output of which cp rm? Is it

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
On Sat, Oct 4, 2008 at 1:39 PM, Jack Woehr [EMAIL PROTECTED] wrote: Is it maybe builtin to ksh? ksh doesn't have builtins for cp or rm. Besides, the error message is probably from a runtime lib, right? Perhaps, but /bin/rm and /bin/cp are staticly linked, so the message would appear in the

Re: cp error message Invalid character in program

2008-10-04 Thread Jack Woehr
Paul de Weerd wrote: Also compare the md5 sum of your /bin/rm with the sum from a clean install of 4.3 (assuming this is a -RELEASE version you're running). It's 4.3 release but I did rebuild from freshly checked out source. Both the release and the checkout came from ftp3.usa.openbsd.org

Re: cp error message Invalid character in program

2008-10-04 Thread Jack Woehr
Philip Guenther wrote: Perhaps, but /bin/rm and /bin/cp are staticly linked, so the message would appear in the binary in some form. strings /bin /rm doesn't show that string. Anway: $ echo $SHELL /bin/ksh $ which rm /bin/rm $ ls -l ccreply.rex -rwxr-xr-x 1 root wheel

CONFIDENTIAL.

2008-10-04 Thread Philip Kabore
Invitationnbsp;: CONFIDENTIAL.. Par votre htte Philip Kabore: Date: samedi 4 octobre 2008 Heure: 19h 00 - 20h 00 (GMT+00:00) Viendrez-vous ? Ripondre ` cette invitation, `:

Re: weird wscons behavior

2008-10-04 Thread Philip Guenther
On Sat, Oct 4, 2008 at 10:05 AM, Jesus Sanchez [EMAIL PROTECTED] wrote: ... lets say you're logged on ttyC0 as root, you sends the command: #sleep 5 wsconscfg -dF 1 this cmd waits 5 seconds and then destroys ttyC1 wscons. if you change to ttyC1 (Ctrl+Alt+F2) in the 5 seconds and waits

Re: cp error message Invalid character in program

2008-10-04 Thread Philip Guenther
On Sat, Oct 4, 2008 at 2:09 PM, Jack Woehr [EMAIL PROTECTED] wrote: It's 4.3 release but I did rebuild from freshly checked out source. Oh well, then the md5s wouldn't be expected to match. What's the output of ktrace rm ccreply.rex kdump | egrep -A1 -B2 'execv|errno' Philip Guenther

Re: cp error message Invalid character in program

2008-10-04 Thread Stuart Henderson
On 2008-10-04, Jack Woehr [EMAIL PROTECTED] wrote: Philip Guenther wrote: Hmm, I don't see that error message in the stock /bin/cp or /bin/rm. Are you running your own version of them or have shell script wrappers for them or something? What's the output of which cp rm? Is it maybe

Re: cp error message Invalid character in program

2008-10-04 Thread Jack Woehr
Philip Guenther wrote: What's the output of ktrace rm ccreply.rex kdump | egrep -A1 -B2 'execv|errno' You answered it. Look here: 16524 rm CALL open(0xcfbd1e60,0,0) 16524 rm NAMI /opt/ooRexx/bin/rexx.cat Hmm ... $ set | grep NLSPATH NLSPATH=/opt/ooRexx/bin/rexx.cat:

Re: weird wscons behavior

2008-10-04 Thread Jesus Sanchez
Philip Guenther escribis: On Sat, Oct 4, 2008 at 2:45 PM, Jesus Sanchez [EMAIL PROTECTED] wrote: ... I have not sent any bug report to the OpenBSD bug database because I'm not 100% this is a unknown problem. If you following the Bug Tracking link on the OpenBSD homepage at

pkg_add interrupted by network dis connection, how to resume installation ?

2008-10-04 Thread elflord woods
hello all i was installing a package through pkg_add during the installing of one of the depencies the network conection got lost so i cancled the installation when the connection comes back again i re pkg_add package but get an error conflict with partial pacakage i used pkg_info to see if

Re: pkg_add interrupted by network dis connection, how to resume installation ?

2008-10-04 Thread Bryan Irvine
pkg_add -r -F conflicts package -B On 10/4/08, elflord woods [EMAIL PROTECTED] wrote: hello all i was installing a package through pkg_add during the installing of one of the depencies the network conection got lost so i cancled the installation when the connection comes back again i re

Re: pkg_add interrupted by network dis connection, how to resume installation ?

2008-10-04 Thread Jesus Sanchez
elflord woods escribis: hello all i was installing a package through pkg_add during the installing of one of the depencies the network conection got lost so i cancled the installation when the connection comes back again i re pkg_add package but get an error conflict with partial pacakage i

how to bring up wifi card automatically when boot

2008-10-04 Thread elflord woods
hi all for the moment i use sudo dhclient ipw0 to manually bring the wifi card how can i do this automatically each time i boot the machine ? i have no idea how to edit the start-up scripts thanks

Re: how to bring up wifi card automatically when boot

2008-10-04 Thread Jesus Sanchez
elflord woods escribis: hi all for the moment i use sudo dhclient ipw0 to manually bring the wifi card how can i do this automatically each time i boot the machine ? i have no idea how to edit the start-up scripts thanks the faq solves your problem. Read it before posting.

Re: how to bring up wifi card automatically when boot

2008-10-04 Thread Maxime DERCHE
http://www.openbsd.org/faq/faq6.html#DHCP hostname.if(5) On Sat, 4 Oct 2008 18:39:06 -0600 elflord woods [EMAIL PROTECTED] wrote: hi all for the moment i use sudo dhclient ipw0 to manually bring the wifi card how can i do this automatically each time i boot the machine ?

Re: how to bring up wifi card automatically when boot

2008-10-04 Thread Juan Miscaro
2008/10/4 elflord woods [EMAIL PROTECTED]: hi all for the moment i use sudo dhclient ipw0 to manually bring the wifi card how can i do this automatically each time i boot the machine ? i have no idea how to edit the start-up scripts $ man hostname.if ~juan

Exciting News at XS International, Inc.

2008-10-04 Thread Todd Bone, XSi
To view this mail in a browser, copy http://sdm3.rm04.net/servlet/MailView?ms=MjIwNzg2NQS2r=MTQ0NjI0Mzk1NTIS1j=N Tg2NDc3MzES1mt=1rt=0 into your browser. www.xsinternational.com Dear Customers, Vendors, Family amp; Friends, The employees of XS International, Inc. (XSi) are excited to announce

Re: pkg_add interrupted by network dis connection, how to resume installation ?

2008-10-04 Thread Girish Venkatachalam
On 01:43:16 Oct 05, Jesus Sanchez wrote: go to /var/db/pkg as root, do: # ls partial* the output are the partial packages you have to delete with pkg_delete This is what I do since my pkg_add sometimes fails due to an unannounced power outage or a network outage. (I have fixed both now)