Henry Nelson | 24 Apr 2006 03:53
Picon

Re: raid-0 setup question

On Sun, Apr 23, 2006 at 03:47:29PM -0500, john mcloskey wrote:
> Will someone please point me in the right direction to read about how to
> accomplish this?

It may not answer your specific question, but I found the following to be
a good starting point:

    http://www.cs.usask.ca/staff/oster/raid.html

--

-- 
henry nelson
  WWW_HOME=http://yuba.kcn.ne.jp/~home/

Hubert Feyrer | 25 Apr 2006 01:07
Picon
Picon

Re: why doesn't NetBSD ship with md5sum or sha1sum?

In article <20060423175215.GA14026 <at> moray.salmi.ch> you wrote:
> >       md5 *.tgz >MD5
> >       md5 -c MD5
> 
> Thanks a lot! IMHO this is a very useful addition.

You're welcome! FWIW, I've hacked it a bit more so that the checksum file 
is now optional, and stdin is used when no file is given. Also, for input 
formats where the hash algorithm can be determined from, it's used 
according to that. 

For cksum(1) -o[12] and sum(1) those tools/options still need to be 
specified, just like when -n ("normal"?!) is used. I think those should be 
nuked from orbit / merged in consistently.

 - Hubert

Henry S | 25 Apr 2006 18:05
Picon

wireless access point scanning in netbsd

Hi,

I'm using 3.99.16 with ral driver kernel. How should I go about scanning for
access point ? 

I tried installing kismet but ./configure says it only supports pcap source.
Someone on irc pointed out wiconfig and wpa_supplicant so I tried "wiconfig ral0
-D", but it couldn't find any APs. I am still figuring out how wpa_supplicant
works. Any other pointers ? 

Could I also use tcpdump -y IEEE... to scan for access points ? 

Thank you
Henry

Henry Nelson | 25 Apr 2006 22:53
Picon

" <at> " erases line, "#" erases previous character, serial console

I *thought* I had a serial console working fine on i386, but at the
login prompt, " <at> " acts like ^u and "#" acts like Backspace.  Once
logged in, the keyboard acts normally -- it's only at the login
prompt and password input.

Ideas?  This one has me totally stumped.

--

-- 
henry nelson
  WWW_HOME=http://yuba.kcn.ne.jp/~home/

Christos Zoulas | 25 Apr 2006 23:19

Re: " <at> " erases line, "#" erases previous character, serial console

In article <20060425205316.GA11023 <at> yuba.kcn.ne.jp>,
Henry Nelson  <netb <at> yuba.kcn.ne.jp> wrote:
>I *thought* I had a serial console working fine on i386, but at the
>login prompt, " <at> " acts like ^u and "#" acts like Backspace.  Once
>logged in, the keyboard acts normally -- it's only at the login
>prompt and password input.
>
>Ideas?  This one has me totally stumped.

man gettytab?

christos

Jonathan A. Kollasch | 26 Apr 2006 00:27
Gravatar

Re: wireless access point scanning in netbsd

On Tue, Apr 25, 2006 at 04:05:55PM +0000, Henry S wrote:
> Hi,
> 
> I'm using 3.99.16 with ral driver kernel. How should I go about scanning for
> access point ? 

My ral0 on 3.99.18 i386 box this worked.

ifconfig ral0 up
sleep 3
wiconfig ral0 -d
wlanctl ral0

> I tried installing kismet but ./configure says it only supports pcap source.

Yeah, it takes much effort to get it to work currently.

> Someone on irc pointed out wiconfig and wpa_supplicant so I tried
> "wiconfig ral0 -D", but it couldn't find any APs.

That's been my experience with -current, it won't display, but it seems
to actually do the scan.

> I am still figuring out how wpa_supplicant works. Any other pointers ? 

> Could I also use tcpdump -y IEEE... to scan for access points ? 

No.  I don't think it does radiotap anyway.

	Jonathan Kollasch
(Continue reading)

David Laight | 26 Apr 2006 01:13
Picon

Re: " <at> " erases line, "#" erases previous character, serial console

On Wed, Apr 26, 2006 at 05:53:16AM +0900, Henry Nelson wrote:
> I *thought* I had a serial console working fine on i386, but at the
> login prompt, " <at> " acts like ^u and "#" acts like Backspace.

They are the historic defaults for the stty 'kill' and 'erase' characters.

	David

--

-- 
David Laight: david <at> l8s.co.uk

Henry Nelson | 26 Apr 2006 02:56
Picon

Re: " <at> " erases line, "#" erases previous character, serial console

On Tue, Apr 25, 2006 at 09:19:59PM +0000, Christos Zoulas wrote:
> In article <20060425205316.GA11023 <at> yuba.kcn.ne.jp>,
> Henry Nelson  <netb <at> yuba.kcn.ne.jp> wrote:
> >I *thought* I had a serial console working fine on i386, but at the
> >login prompt, " <at> " acts like ^u and "#" acts like Backspace.  Once
> >logged in, the keyboard acts normally -- it's only at the login
> >prompt and password input.
> >
> >Ideas?  This one has me totally stumped.
> 
> man gettytab?

Sorry, still not sure what to do.

Should I edit "/etc/gettytab" and change
        default:\
                :ce:ck:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:
to
        default:\
                :er='^?':kl='^u':ce:ck:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:

I don't recall ever having such a problem on sparc (IPC, Classic, SS5).  Is
there something inherently different between sparc and i386 in the way getty
works?  (IIRC, I have never used wscons with sparc, and am a bit new to it,
if that is the source of my problems.  See 2nd question below.)

After logging in, wscons takes over, so I no longer have a problem; is that
right?

In "/etc/tty" I have:
(Continue reading)

coo.hen | 26 Apr 2006 04:22
Picon

Re: wireless access point scanning in netbsd

On Tue, Apr 25, 2006 at 05:27:15PM -0500, Jonathan A. Kollasch wrote:
> On Tue, Apr 25, 2006 at 04:05:55PM +0000, Henry S wrote:
> > Hi,
> > 
> > I'm using 3.99.16 with ral driver kernel. How should I go about scanning for
> > access point ? 
> 
> My ral0 on 3.99.18 i386 box this worked.
> 
> ifconfig ral0 up
> sleep 3
> wiconfig ral0 -d
> wlanctl ral0
>  
> > I tried installing kismet but ./configure says it only supports pcap source.
> 
> Yeah, it takes much effort to get it to work currently.
> 
> > Someone on irc pointed out wiconfig and wpa_supplicant so I tried
> > "wiconfig ral0 -D", but it couldn't find any APs.
> 
> That's been my experience with -current, it won't display, but it seems
> to actually do the scan.
> 

Thank you so much, the above wiconfig script worked. I also managed to scan 
using wpa_supplicant by running the following:

root:
# wpa_supplicant -d bsd -i ral0 -c /etc/wpa_supplicant.conf
(Continue reading)

Jorgen Lundman | 26 Apr 2006 11:03
Gravatar

Re: linuxpluginwrapper for NetBSD?


 > From: Jeremy C. Reed <reed <at> reedmedia.net>
 > List: netbsd-help
 > Date: 04/05/2005 17:58:27
 >
 > Has anyone looked at porting linuxpluginswrapper for NetBSD?

"porting" it was easy, I have no idea how I use it though.. They could have left 
a README with it or something!

Lund

--

-- 
Jorgen Lundman       | <lundman <at> lundman.net>
Unix Administrator   | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo    | +81 (0)90-5578-8500          (cell)
Japan                | +81 (0)3 -3375-1767          (home)


Gmane