Where does a port store a saved configuration file?

2005-04-26 Thread scott renna
Hello list,

I had a question regarding where in FreeBSD5.3 the
configuration file for a port is stored.  I've been
trying to find the saved configuration file that Snort
created upon me selecting what options to include
during the make install.  I had included support for
Prelude, since I've never used it before, I figured
I'd try it out.  Unfortunately, prelude has not been
updated for Snort 2.0 yet.  

I'm trying to find the saved configuration file so
that I can remove it and reselect what options I want
snort built with, but no luck.  Anyone know where it's
located at?  

thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where does a port store a saved configuration file?

2005-04-26 Thread scott renna
I should have specified that the port never properly
built and installed itself.  I got a few responses ran
a make rmconfig.  Then reinstalled and it's all cool
now. 

hey you learn something new everyday


--- Giorgos Keramidas [EMAIL PROTECTED]
wrote:
 On 2005-04-26 08:28, scott renna
 [EMAIL PROTECTED] wrote:
  Hello list,
 
  I had a question regarding where in FreeBSD5.3 the
 configuration file
  for a port is stored.  I've been trying to find
 the saved
  configuration file that Snort created upon me
 selecting what options
  to include during the make install.  I had
 included support for
  Prelude, since I've never used it before, I
 figured I'd try it out.
  Unfortunately, prelude has not been updated for
 Snort 2.0 yet.
 
  I'm trying to find the saved configuration file so
 that I can remove
  it and reselect what options I want snort built
 with, but no luck.
  Anyone know where it's located at?
 
 Look in /var/db/ports/snort :-)
 
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB2.0 External IDE connections

2005-04-22 Thread scott renna
Has anyone had any luck in using external USB2.0
enclosures on FreeBSD 5.3?  I've picked up 2 of them
with different chipsets and have 2 USB2.0 to IDE
converter cables.  My kernel has support for ehci so
that's not an issue, but every time i plug one of
these devices it, it's detected as da0 and a umass
device, and I'm told data transfer is limited to
1Mb/s.  attempting to mount da0 doesn't work.

has anyone had any experience in using these types of
devices?

thanks

scott

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NDISAPI in the kernel

2005-01-07 Thread scott renna
Thanks for the help Lowell.  It happened to be I
needed to make another change that, after searching a
bit more, located.  It's in the kernel and it's
running flawlessly.  There are no more intermittent
drops in connectivity as there were when I was using
the atheros driver.  Same exact configuration on ndis0
as was on ath0, but running on the NDIS drivers it
runs much better.
--- Lowell Gilbert
[EMAIL PROTECTED] wrote:

 scott renna [EMAIL PROTECTED] writes:
 
  I saw another user post about issues compiling in
 ndis
  support into the kernel for FreeBSD 5.3.  I'm also
  having an issue.  I've gotten both if_ndis and
 ndis
  kernel modules to load and I have connectivity to
 the
  box, but I'd like to have ndis be permanent.  
 
 You could just have the loader automatically load
 the module for you
 at boot time... 
 
  I've added the following to my kernel:
  
  optionsNDISAPI
  device ndis
  device wlan (this was already present in the
  default)
  
  Here's the issue I run into:
  
  make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | 
  MKDEP_CPP=cc -E CC=cc xargs mkdep -a -f
 .newdep -O
  -pipe  -Wall -Wredundant-decls -Wnested-externs
  -Wstrict-prototypes  -Wmissing-prototypes
  -Wpointer-arith -Winline -Wcast-qual 
  -fformat-extensions -std=c99  -nostdinc -I-  -I.
  -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
  -I/usr/src/sys/contrib/altq
  -I/usr/src/sys/contrib/ipfilter
  -I/usr/src/sys/contrib/pf
  -I/usr/src/sys/contrib/dev/ath
  -I/usr/src/sys/contrib/dev/ath/freebsd
  -I/usr/src/sys/contrib/ngatm -D_KERNEL -include
  opt_global.h -fno-common -finline-limit=8000
 --param
  inline-unit-growth=100 --param
  large-function-growth=1000 
 -mno-align-long-strings
  -mpreferred-stack-boundary=2 -ffreestanding
  /usr/src/sys/dev/if_ndis/if_ndis.c:85:30:
  ndis_driver_data.h: No such file or directory
  /usr/src/sys/dev/if_ndis/if_ndis_pci.c:65:30:
  ndis_driver_data.h: No such file or directory
  mkdep: compile failed
  *** Error code 1
  
  the file, ndis_driver_data.h is present in:
  
  /usr/src/sys/compat/ndis/ndis_driver_data.h
  /usr/src/sys/dev/if_ndis/ndis_driver_data.h
  /usr/src/sys/modules/if_ndis/ndis_driver_data.h
  
  Where else might i put a copy of this file so the
  kernel can build itself?
 
 Any of the directories listed as -I options in the
 output quoted
 above should serve.  I don't have that file in my
 tree at all.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Device timeout

2005-01-02 Thread scott renna
I get a similar error for ath0, which is my wireless
card.  inexplicably, I'll get ath0: device timeout for
some unknown reason.  Have not seen this with wired
ethernet cards, only this wireless one.


--- Alexei Stukov [EMAIL PROTECTED] wrote:

 Hi,
 
After a reinstalltion of FreeBSD 5.3, I get the
 following error : 
 
 nv0 : Device timout
 
 That NIC is on-board and the motherboard is a
 brand-new ASUS SK8N.
 Everything worked fine until I reinstalled.
 
 Any ideas about how to fix this?
 
 Thanks.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NDISAPI in the kernel

2005-01-02 Thread scott renna
Hello list,

I saw another user post about issues compiling in ndis
support into the kernel for FreeBSD 5.3.  I'm also
having an issue.  I've gotten both if_ndis and ndis
kernel modules to load and I have connectivity to the
box, but I'd like to have ndis be permanent.  

I've added the following to my kernel:

optionsNDISAPI
device ndis
device wlan (this was already present in the
default)

Here's the issue I run into:

make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | 
MKDEP_CPP=cc -E CC=cc xargs mkdep -a -f .newdep -O
-pipe  -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -std=c99  -nostdinc -I-  -I.
-I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/altq
-I/usr/src/sys/contrib/ipfilter
-I/usr/src/sys/contrib/pf
-I/usr/src/sys/contrib/dev/ath
-I/usr/src/sys/contrib/dev/ath/freebsd
-I/usr/src/sys/contrib/ngatm -D_KERNEL -include
opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param
large-function-growth=1000  -mno-align-long-strings
-mpreferred-stack-boundary=2 -ffreestanding
/usr/src/sys/dev/if_ndis/if_ndis.c:85:30:
ndis_driver_data.h: No such file or directory
/usr/src/sys/dev/if_ndis/if_ndis_pci.c:65:30:
ndis_driver_data.h: No such file or directory
mkdep: compile failed
*** Error code 1

the file, ndis_driver_data.h is present in:

/usr/src/sys/compat/ndis/ndis_driver_data.h
/usr/src/sys/dev/if_ndis/ndis_driver_data.h
/usr/src/sys/modules/if_ndis/ndis_driver_data.h

Where else might i put a copy of this file so the
kernel can build itself?

Thanks,

Scott




__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ifconfig for WLAN using WEP

2004-12-20 Thread scott renna
Scott,

I just went through this myself.  Take a look at the
FreeBSD handbook at www.freebsd.org/handbook.  This is
in the section for advanced networking, don't have the
link handy just now.  

Additionally, you can do a man ifconfig
my ifconfig looks like this:

ifconfig_ath0=inet x.x.x.x netmask x.x.x.x ssid 
wepmode on channel 1 wepkey 0xX

hope that helps.

scott
--- Scott Bennett [EMAIL PROTECTED] wrote:

  I've been asked in freebsd-newbies to move this
 to freebsd-questions,
 so I'll start with my original message content after
 this line.
  I'm trying to get my FreeBSD 5.2.1 system to
 connect to our household
 wireless net.  The router and the only other
 computer in the household are
 using WEP, so my FreeBSD machine needs to do so as
 well.  Unfortunately,
 whenever I add a WEP-related argument (e.g., wep,
 wepkey, wepmode) to the
 ifconfig command, as in
 
   ifconfig fwe0 wep
 
 I get
 
   ifconfig: SIOCS80211: Invalid argument
 
 I'm currently running the GENERIC kernel, so perhaps
 I'm missing some
 config option.
  Although I've installed many other UNIX
 systems, this is my first attempt
 to get a FreeBSD system working, and thus I consider
 myself a newbie and am
 posting this problem to this list.  If someone
 thinks I should have posted
 it to freebsd-questions, please let me know.  I'm
 signed up there, too, so
 I can repost this over there if that would be more
 appropriate.
  If anyone can give me a clue how to get this
 thing working, I'd really
 appreciate it.  The version of XFree86 that came on
 the CDROM for 5.2.1 is
 old and lacks the driver for the Mobility Radeon
 9800 graphics card, so I
 am using the system with no graphics (and thus no
 windowing other than the
 old 4.3BSD window(1) command), which is a major
 drag.  I need the net access
 to ftp the latest-and-greatest version of X11 or
 XFree86 to make the machine
 really usable.
 
 
   Scott Bennett,
 Comm. ASMELG, CFIAG

**
 * Internet:   bennett at cs.niu.edu 
 *

**
 * A well regulated and disciplined militia, is at
 all times a good  *
 * objection to the introduction of that bane of all
 free governments *
 * -- a standing army.  
 *
 *-- Gov. John Hancock, New York Journal, 28
 January 1790 *

**
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: intermittent ath0

2004-12-08 Thread scott renna
sweet, that's great.
I only notice it drop during times when i push data
over the line.  in this case it's a server that is
tucked away in the back of my place.  
i am getting tired of sitting in there using a windows
laptop to diagnose why it doesn't work. 
i wasn't sure if using the NDISulator would solve the
issue as using my card in Windows has no issues

does your card also function when you drop the
interface then up it again?


--- Erik Norgaard [EMAIL PROTECTED] wrote:

 scott renna wrote:
  I've been running 5.3 for a little bit now using a
  d-link g520 wireless card(ath0) and using a
 netgear
  802.11b router.  I've noticed a problem with
  intermittancy.  My system seems to have issues
  maintaining steady data flow for long periods of
 time.
   I just noticed my system is unresponsive again so
 i
  stuck a head on it.
  
  when i try to ping my gateway I get the message:
  
  ping: sendto: No buffer space available
  
   I thought maybe using Windows drivers would fix
 this
  issue as my wireless windows laptop has no
 problems.  
  
  has anyone else run across this situation?
 
 I posted last week similar observation. My atheros
 based pccard only 
 works if inserted on boot, or at least before
 starting any memory heavy 
 applications such as Mozilla and OpenOffice, while
 XEmacs is no problem.
 If I insert the card after I have started Mozilla, I
 need to reboot to 
 bring it up.
 
 I have also observed the No buffer space available
 error.
 
 It appears that the card needs a reserved continuous
 chunk of memory to 
 work properly. As you use your laptop, some apps
 fragment the memory.
 
 I have also experienced that if the card has been
 idle for a while it 
 sort of disconnects. Using arping I can get things
 up again, but not 
 with a simple ping?
 
 I don't think usin NDIS will solve the problem.
 AFAIK NDIS is for use 
 when everything else fails or a driver is not
 available.
 
 Cheers, Erik
 
 BTW, I'm on 6.0 but I don't think this makes any
 difference.
 -- 
 Ph: +34.666334818 
 web: www.locolomo.org
 S/MIME Certificate:
 http://www.locolomo.org/crt/2004071206.crt
 Subject ID: 

A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
 Fingerprint:

4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


intermittent ath0

2004-12-07 Thread scott renna
Hello list,

I've been running 5.3 for a little bit now using a
d-link g520 wireless card(ath0) and using a netgear
802.11b router.  I've noticed a problem with
intermittancy.  My system seems to have issues
maintaining steady data flow for long periods of time.
 I just noticed my system is unresponsive again so i
stuck a head on it.

when i try to ping my gateway I get the message:

ping: sendto: No buffer space available

I've been looking around to try to find a solution,
but no luck.  I was also trying to use the NDISulator
with this card, but the ndis0 device is never created
even after following the instructions in the handbook.
 I thought maybe using Windows drivers would fix this
issue as my wireless windows laptop has no problems.  

has anyone else run across this situation?

thanks,

scott



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: intermittent ath0

2004-12-07 Thread scott renna
one more thing, running:

ifconfig ath0 down
ifconfig ath0 up

will bring the interface back up and allow it to
communicate again.

don't know if that adds to the confusion or not but it
seems that the problem could be my card, but not sure.


--- scott renna [EMAIL PROTECTED] wrote:

 Hello list,
 
 I've been running 5.3 for a little bit now using a
 d-link g520 wireless card(ath0) and using a netgear
 802.11b router.  I've noticed a problem with
 intermittancy.  My system seems to have issues
 maintaining steady data flow for long periods of
 time.
  I just noticed my system is unresponsive again so i
 stuck a head on it.
 
 when i try to ping my gateway I get the message:
 
 ping: sendto: No buffer space available
 
 I've been looking around to try to find a solution,
 but no luck.  I was also trying to use the
 NDISulator
 with this card, but the ndis0 device is never
 created
 even after following the instructions in the
 handbook.
  I thought maybe using Windows drivers would fix
 this
 issue as my wireless windows laptop has no problems.
  
 
 has anyone else run across this situation?
 
 thanks,
 
 scott
 
 
   
 __ 
 Do you Yahoo!? 
 Meet the all-new My Yahoo! - Try it today! 
 http://my.yahoo.com 
  
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NDIS: no buffer space available

2004-11-30 Thread scott renna
I had a similar issue with the ath0 driver for my
Dlink card.  I was trying to get the NDISultaor to
work to remedy this though.  I found a post that you
might want to try, can't remember where, search for
ping: sendto: No buffer space available on google
groups.

Deepak Jain responded to set our kern.ipc.maxsocbuf to
a bit higher:

sysctl -w kern.ipc.maxsockbuf=384000 

now if only i could get my ndis0 device to appear...
--- Jorge Mario G. [EMAIL PROTECTED] wrote:

 Hi there
 after using emule for a like 30mins
 I start getting that message
 I used netstat -m to track the mbuf clusters but
 when
 I start getting the message there is only like 356
 used out of 32768
 - I'm using the NDIS module to load my wifi card
 - I can send and recive all the info I want via
 http,
 ftp, etc
   it's the p2p software what makes it fail
 - When I'm connected via ethernet it seems to work
 fine
 
 
 Thanks Jorge
 
 
 =
 
 

_
 Do You Yahoo!?
 Información de Estados Unidos y América Latina, en
 Yahoo! Noticias.
 Visítanos en http://noticias.espanol.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-22 Thread scott renna
Sorry took me so long to get back to this message, but
here's what I got:

fdisk /dev/da0s1:

*** Working on device /dev/da0s1 ***
parameters extracted from in-core disklabel are:
cylinders=19456 heads=255 sectors/track=63 (16065
blks/cyl)

Figures below won't work with BIOS for partitions not
in cyl 1
parameters to be used for BIOS calculations are:
cylinders=19456 heads=255 sectors/track=63 (16065
blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 104 (0x68),(unknown)
start 1936028272, size 1851859059 (904228 Meg),
flag 6e
beg: cyl 116/ head 100/ sector 32;
end: cyl 288/ head 101/ sector 46
The data for partition 2 is:
sysid 121 (0x79),(QNX4.x 3rd part)
start 1330184192, size 538976288 (263172 Meg),
flag 79
beg: cyl 357/ head 32/ sector 43;
end: cyl 0/ head 13/ sector 10
The data for partition 3 is:
sysid 83 (0x53),(DM6 Aux3)
start 538989391, size 1398362912 (682794 Meg),
flag 20
beg: cyl 345/ head 32/ sector 19;
end: cyl 324/ head 77/ sector 19
The data for partition 4 is:
sysid 73 (0x49),(unknown)
start 1394627663, size 21337 (10 Meg), flag 7e
beg: cyl 87/ head 1/ sector 0;
end: cyl 335/ head 78/ sector 2

The mount command I'm using is mount /dev/da0s1
/mnt/external and it results in:

mount: /dev/da0s1 on /mnt/external: incorrect super
block

Any feedback on this would be very much appreciated. 
I have created the FAT32 patition on /dev/da0 using
Partition magic.

Scott Renna
--- Warren Block [EMAIL PROTECTED] wrote:

 On Tue, 16 Nov 2004, scott renna wrote:
 
  Yeah...so suprise still not working.  I was having
  issues with getting XP to format the usb drive as
  fat32. so i ran it through with partition magic,
  creating a fat32 partiton, but BSD isn't able to
 read
  it.
 
  So now I'm at a loss.  FreeBSD creates a FAT32
  partition for me and Windows can't read it and now
 the
  other way around it won't work.
 
  Any suggestions?
 
 Post the mount command you're using and the errors
 you see, and it 
 should be fixable.  Maybe also the output from fdisk
 for that drive.
 
 -Warren Block * Rapid City, South Dakota USA
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Creating a FAT32 on new drive...

2004-11-17 Thread scott renna
I believe it's partition type 11.
Check this out:

http://www.win.tue.nl/~aeb/partitions/partition_types-1.html

I tried, this method and yeah, windows can't read it
:(
bo.  I'm working on another method though now.

--- Bill Schoolcraft [EMAIL PROTECTED] wrote:

 hello family,
 
 I have some drives that I've brought home for
 repair.
 
 I have a Promise IDE controller installed with dual
 ports and two
 36 IDE ribbons attached to the Promise controller
 and snaking out
 an open CDROM slot, along with a powersupply leads.
 
 My FreeBSD box boots fine, the Promise card shows up
 and my first
 drive came up as /dev/ad5.
 
 I used sysinstall to delete the old partitions and
 now need to
 simple create one big FAT32 partition/drive and
 see if things
 work when this drive is placed back into a machine
 at work.
 
 I saw no options for FAT32 in the sysinstall menus
 of fdisk and
 was wondering if I can whip this drive into shape
 via command
 line.  Thanks.
 
 --
 Bill Schoolcraft
 PO Box 210076
 San Francisco,CA 94121
 http://billschoolcraft.com
 
 We can find no wealth above a healthy body and a
 happy heart.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-16 Thread scott renna
Yeah...so suprise still not working.  I was having
issues with getting XP to format the usb drive as
fat32. so i ran it through with partition magic,
creating a fat32 partiton, but BSD isn't able to read
it.

So now I'm at a loss.  FreeBSD creates a FAT32
partition for me and Windows can't read it and now the
other way around it won't work.

Any suggestions?

--- Warren Block [EMAIL PROTECTED] wrote:

 On Thu, 11 Nov 2004, scott renna wrote:
 
  I created a FAT32 parition on the external drive
 from
  /stand/sysinstall and dropped some files onto it. 
 I
  then moved it over to the win box to see if it
 could
  see it and sadly no.  Is there a way to set up
  pseudo-drive assignments from FreeBSD on a FAT32
  partition so that Windows can see it?
 
 Windows can be rather stupid about what it thinks is
 allowed.  Create 
 the FAT32 partition with Windows, and FreeBSD should
 have no problem 
 reading and writing to it.
 
 -Warren Block * Rapid City, South Dakota USA
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-12 Thread scott renna
nfs client...i like the sound of that.
I could use Samba, but the idea is that I want to be
able to grab files direct from BSD at USB2.0 rates.  I
guess I could use gigabit ethernet for this nfs client
idea.  it sounds like more of a challenge than samba.

--- Brian McCann [EMAIL PROTECTED] wrote:

 Is this between 2 different PCs?  Why not use Samba?
  Or, if you are
 daring, an NFS client for Windows.
 
 --Brian
 
 
 On Thu, 11 Nov 2004 05:58:23 -0800 (PST), scott
 renna
 [EMAIL PROTECTED] wrote:
  Hello list,
  
  I was wondering if you all might be able to help
 on
  this.  I recently purchased an external hard drive
  case and dropped an IDE drive into it.  It's great
 and
  all, except that the transfer speed is limited to
  1Mb/s due to an error message that I had posted on
 the
  list a few days back(GET MAX LUN STALLED).  That's
  fine, I can deal with it for now.  Here's the
 issue:
  
  I created a FAT32 parition on the external drive
 from
  /stand/sysinstall and dropped some files onto it. 
 I
  then moved it over to the win box to see if it
 could
  see it and sadly no.  Is there a way to set up
  pseudo-drive assignments from FreeBSD on a FAT32
  partition so that Windows can see it?
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FAT32/NTFS, external hard drive issue

2004-11-11 Thread scott renna
Hello list,

I was wondering if you all might be able to help on
this.  I recently purchased an external hard drive
case and dropped an IDE drive into it.  It's great and
all, except that the transfer speed is limited to
1Mb/s due to an error message that I had posted on the
list a few days back(GET MAX LUN STALLED).  That's
fine, I can deal with it for now.  Here's the issue:

I created a FAT32 parition on the external drive from
/stand/sysinstall and dropped some files onto it.  I
then moved it over to the win box to see if it could
see it and sadly no.  Is there a way to set up
pseudo-drive assignments from FreeBSD on a FAT32
partition so that Windows can see it?



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


External USB 2.0 Hard Drive and FreeBSD 5.2 troubles...

2004-11-08 Thread scott renna
Hello all, was doing a bit of work trying to figure
out a problem I'm having but cannot get it yet.  I
have an external USB 2.0 3.5 inch drive case and a
Western Digital Drive inside of it.  The box does not
boot when the USB drive is in, but when I plug it in
once started, here's what /var/log/messages shows:


Nov  8 20:50:37 pluto kernel: umass0: Cypress
Semiconductor USB2.0 Storage Device, rev 2.00/0.01,
addr 2
Nov  8 20:50:37 pluto kernel: umass0: Get Max Lun not
supported (STALLED)
Nov  8 20:50:37 pluto kernel: GEOM: create disk da0
dp=0xc478f450
Nov  8 20:50:37 pluto kernel: da0 at umass-sim0 bus 0
target 0 lun 0
Nov  8 20:50:37 pluto kernel: da0: WDC WD16
00JB-00GVA0 \\ Fixed Direct Access SCSI-0 de
vice
Nov  8 20:50:37 pluto kernel: da0: 1.000MB/s transfers
Nov  8 20:50:37 pluto kernel: da0: 152627MB (312581808
512 byte sectors: 255H 63S/T 19457C) 

Obviously there is somethign wrong here.  Here's the
output of my camcontrol :

pluto# camcontrol devlist -v
scbus0 on umass-sim0 bus 0:
WDC WD16 00JB-00GVA0 \\  at scbus0 target 0
lun 0 (da0,pass0)
scbus-1 on xpt0 bus 0:
 at scbus-1 target
-1 lun -1 (xpt0)

I'm not sure what else I can do.  Anyone have any
tips?

Thanks,

Scott



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dlink-g520 802.11b and WEP

2004-11-02 Thread scott renna
so I have my Dlink-g520 working and communicating with
my Netgear 802.11b router.  Here's the thing,
occasionally, the BSD box will no longer be reachable
via the Dlink wireless card.  I then have to stick a
head on it and reboot and it's becoming a real pain. 
The error i found is in /var/log/messages is shown
here:

pluto kernel: ath0: association failed (reason 1) for
00:09:5b:73:3b:24 

I went through the man page for ath and was unable to
locate an explanation.  I did have a possible thought
of setting the D-Link card to a fixed transmit speed
just at 802.11b speeds, would that make a difference,
if so, does anyone know how to configure the speed. 
This device is using an AR5212 chip.

Please let me know if so
thanks

scott

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dlink-g520 Wireless and WEP more

2004-10-26 Thread scott renna
Here's what I got:

This is my ifconfig for this device ath0 before
executing a new ifconfig command:

pluto# ifconfig ath0

ath0:
flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu
1500
inet6 fe80::20f:3dff:fea9:3645%ath0 prefixlen
64 scopeid 0x2 
ether 00:0f:3d:a9:36:45
media: IEEE 802.11 Wireless Ethernet
autoselect (DS/11Mbps)
status: associated
ssid  1:
channel 5 authmode OPEN powersavemode OFF
powersavesleep 100
wepmode MIXED weptxkey 1
wepkey 1:40-bit

See it says it's associated and has picked up a
channel, but no IP!  

pluto# ifconfig ath0 inet 192.168.2.180 netmask
255.255.255.0 ssid  wepmode on weptxkey
1:0x123456789
ifconfig: ioctl (SIOCAIFADDR): File exists

So I gave that command a shot and still looks like an
issue.  very strange.  I've turned the ath0 interface
up and back down again several times, any thoughts on
why this card can't pull an IP?

Note:  I'm running MAC Address control on the Wireless
router I'm using and ath0 is in there and allowed. 
Also, I've set the router to use 40 bit WEP encryption
and open authentication.  I'm not sure this card does
128 bit or if FreeBSD does.  any where else I might
check for problems?

--- Daan Vreeken [PA4DAN] [EMAIL PROTECTED]
wrote:

 On Tuesday 26 October 2004 03:47, scott renna wrote:
  So I am still having a go at getting this Dlink
 card
  to work here's what i got:
 
  pluto# ifconfig ath0 inet 192.168.2.180 netmask
  255.255.255.0 ssid  wepmode on authmode open
  wepkey 0x1234567890
  ifconfig: SIOCS80211: Invalid argument
 
 Try changing : wepkey 0x1234567890 into :
 weptxkey 1 wepkey 1:0x1234567890
 
 Which tells the device to use key 1, and then
 specifies key 1.
 You need to start the argument of wepkey with the
 key number, it's a bit 
 confusing.
 
  pluto# ifconfig ath0 remove
  ifconfig: ioctl (SIOCDIFADDR): Can't assign
 requested
  address
 
  I can't remove the interface nor configure it.
 remove isn't a valid option to ifconfig. If you
 want to remove the 
 ip-address you have assigned to ath0, try :
 ifconfig ath0 delete 192.168.2.180
 or
 ifconfig ath0 delete
 (to delete all addresses assigned to ath0)
 
  any ideas?
 Try the above, if something fails, let me (and the
 list) know.
 
 A last tip :
 You can turn on/off the wireless card by entering :
 ifconfig ath0 down
 ifconfig ath0 up
 
 grtz,
 Daan
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dlink-g520 Wireless and WEP more

2004-10-26 Thread scott renna
ok, well this system has a 3com, xl0 holding an ip of
192.168.2.150
Does this mean that I need to have each interface
having an IP on a different subnet?
maybe I could change the mask on the xl0 to
255.255.248.0 and it might work? 

I wanted to have the wireless card on the same subnet
as the rest of the LAN and keep the wired card up and
running just for testing before permanently migrating
to this wireless card(i'm using encrypted protocols
locally so wep weaknesses should not be an issue).  

is there a way to have both cards be on the same
subnet and have the same subnet mask?
--- Daan Vreeken [PA4DAN] [EMAIL PROTECTED]
wrote:

 On Tuesday 26 October 2004 15:59, you wrote:
  Here's what I got:
 
  This is my ifconfig for this device ath0 before
  executing a new ifconfig command:
 
  pluto# ifconfig ath0
 
  ath0:
  flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
 mtu
  1500
  inet6 fe80::20f:3dff:fea9:3645%ath0
 prefixlen
  64 scopeid 0x2
  ether 00:0f:3d:a9:36:45
  media: IEEE 802.11 Wireless Ethernet
  autoselect (DS/11Mbps)
  status: associated
  ssid  1:
  channel 5 authmode OPEN powersavemode OFF
  powersavesleep 100
  wepmode MIXED weptxkey 1
  wepkey 1:40-bit
 
  See it says it's associated and has picked up a
  channel, but no IP!
 
  pluto# ifconfig ath0 inet 192.168.2.180 netmask
  255.255.255.0 ssid  wepmode on weptxkey
  1:0x123456789
  ifconfig: ioctl (SIOCAIFADDR): File exists
 
 ifconfig says this if you already have another
 interface with an ip-address in 
 the same range. I think you have another interface
 on your system with an 
 192.168.2.X ip address. Remove the address from the
 other interface and try 
 again.
 
 grtz,
 Daan
 
 




___
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now. 
http://messenger.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dlink-g520 Wireless and WEP more

2004-10-26 Thread scott renna
oh man...ok that's what i was afraid of.  i've always
wondered why you can't have two nics on the same
subnet in freebsd, maybe i'm just missing something or
is that by design?

I guess i'll drop the wired line and switch to
wireless tonight and give it a shot.

would aliasing one card to the next work, or is there
any particular reason why you can't have two ips from
the same subnet on a bsd box?
--- Daan Vreeken [PA4DAN] [EMAIL PROTECTED]
wrote:

 On Tuesday 26 October 2004 17:38, scott renna wrote:
  ok, well this system has a 3com, xl0 holding an ip
 of
  192.168.2.150
  Does this mean that I need to have each interface
  having an IP on a different subnet?
  maybe I could change the mask on the xl0 to
  255.255.248.0 and it might work?
 Nope, that won't help.
 
  I wanted to have the wireless card on the same
 subnet
  as the rest of the LAN and keep the wired card up
 and
  running just for testing before permanently
 migrating
  to this wireless card(i'm using encrypted
 protocols
  locally so wep weaknesses should not be an issue).
 
  is there a way to have both cards be on the same
  subnet and have the same subnet mask?
 Nope.
 If you would do that, FreeBSD wouldn't know on what
 interface it should send 
 packets destined for a PC on that subnet. (That's
 why ifconfig refuses to set 
 the ip address).
 
 If you want to be able to switch between LAN and
 WLAN, you'll have to turn off 
 one of the interfaces...
 If you want to run over WLAN, type :
 ifconfig xl0 down
 ifconfig ath0 192.168.2.150 etc etc etc...
 
 If you want to switch back to LAN, type :
 ifconfig ath0 down
 ifconfig xl0 up
 
 You can assign the same ip address to multiple
 interfaces, but you can only 
 have one of the up at a time.
 
 good luck,
 Daan
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 




__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dlink-g520 Wireless and WEP more

2004-10-26 Thread scott renna
SUCCESS...at least at 40-bit WEP, which is good
enough, it's not like getting up higher will make that
much of a difference.  Thanks for the tips, still
puzzled why two cards in the same system can't be on
the same subnet.

thanks for the help.

--- Daan Vreeken [PA4DAN] [EMAIL PROTECTED]
wrote:

 On Tuesday 26 October 2004 17:38, scott renna wrote:
  ok, well this system has a 3com, xl0 holding an ip
 of
  192.168.2.150
  Does this mean that I need to have each interface
  having an IP on a different subnet?
  maybe I could change the mask on the xl0 to
  255.255.248.0 and it might work?
 Nope, that won't help.
 
  I wanted to have the wireless card on the same
 subnet
  as the rest of the LAN and keep the wired card up
 and
  running just for testing before permanently
 migrating
  to this wireless card(i'm using encrypted
 protocols
  locally so wep weaknesses should not be an issue).
 
  is there a way to have both cards be on the same
  subnet and have the same subnet mask?
 Nope.
 If you would do that, FreeBSD wouldn't know on what
 interface it should send 
 packets destined for a PC on that subnet. (That's
 why ifconfig refuses to set 
 the ip address).
 
 If you want to be able to switch between LAN and
 WLAN, you'll have to turn off 
 one of the interfaces...
 If you want to run over WLAN, type :
 ifconfig xl0 down
 ifconfig ath0 192.168.2.150 etc etc etc...
 
 If you want to switch back to LAN, type :
 ifconfig ath0 down
 ifconfig xl0 up
 
 You can assign the same ip address to multiple
 interfaces, but you can only 
 have one of the up at a time.
 
 good luck,
 Daan
 
 




__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dlink-g520 Wireless and WEP more

2004-10-25 Thread scott renna
So I am still having a go at getting this Dlink card
to work here's what i got:

pluto# ifconfig ath0 inet 192.168.2.180 netmask
255.255.255.0 ssid  wepmode on authmode open
wepkey 0x1234567890
ifconfig: SIOCS80211: Invalid argument
pluto# ifconfig ath0 inet 192.168.2.180 netmask
255.255.255.0 ssid  wepmode on authmode shared
wepkey 0x123456789
ifconfig: SIOCS80211: Invalid argument
pluto# ifconfig ath0 remove
ifconfig: ioctl (SIOCDIFADDR): Can't assign requested
address

I can't remove the interface nor configure it.  I have
tried to connect to a netgear with 128 bit and 64 bit
encryption but i think the issue is on the bsd box but
i can't figure out what.

any ideas?



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dlink-g520 Wireless and WEP

2004-10-23 Thread scott renna
Error in the mail, my mistake
inet is there when I run the command
--- Andrew L. Gould [EMAIL PROTECTED] wrote:

 On Friday 22 October 2004 10:21 pm, scott renna
 wrote:
  So,
 
  Thanks to a fellow list member I got my 5.2.1
 System
  to see my Dlink card.  The trouble now I'm having
  involves setting up WEP.  I am currently running
 WEP
  on a Netgear Wireless router 802.11b.  The Dlink
 does
  802.11b/g. Here's what I'm running into when
 turning
  on WEP.  The router has a 26 character string for
  128-bit WEP that I created via a passphrase. 
 Windows
  takes it and works well wirelessly but when I
  configure my card, here's wha t happens on BSD:
 
   ifconfig ath0 192.168.2.175 netmask 255.255.255.0
  ssid SSID_NAME wepmode on wepkey
  0xyx
 
  ifconfig: ioctl (SIOCAIFADDR): File exists
 
  Assume the first 0x means hex and the rest is the
 key
  name.  Anyone have any ideas?
 
  Thanks
  scotty
 
 
 There should be the term 'inet' between 'ath0' and
 the IP address:
 
 ifconfig ath0 inet 192.168.2.175 netmask
 255.255.255.0 .
 
 Is this an error in the email or in the
 configuration?
 
 Andrew Gould
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dlink-g520 Wireless and WEP

2004-10-22 Thread scott renna
So,

Thanks to a fellow list member I got my 5.2.1 System
to see my Dlink card.  The trouble now I'm having
involves setting up WEP.  I am currently running WEP
on a Netgear Wireless router 802.11b.  The Dlink does
802.11b/g. Here's what I'm running into when turning
on WEP.  The router has a 26 character string for
128-bit WEP that I created via a passphrase.  Windows
takes it and works well wirelessly but when I
configure my card, here's wha t happens on BSD:

 ifconfig ath0 192.168.2.175 netmask 255.255.255.0
ssid SSID_NAME wepmode on wepkey
0xyx

ifconfig: ioctl (SIOCAIFADDR): File exists

Assume the first 0x means hex and the rest is the key
name.  Anyone have any ideas?

Thanks 
scotty



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Devfs not creating da0, 1, etcetera on 5.2

2004-01-25 Thread scott renna
I have been struggling trying to get a USB external
CDRW to work recently and I've noticed that within
/dev, the devices da0 are not present.

da is present in my kernel as is scbus.  I'm wondering
how to go about creating them manually.

any advice on this?


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sis0 short cable fix

2004-01-24 Thread scott renna
Hello all,

I found an old post about applying to this topic at:

http://marc.theaimsgroup.com/?l=freebsd-currentm=107070464016939w=2

I'm wondering exactly, however, what would cause a
message such as this to be displayed in dmesg:

kernel:  sis0:  Applying short cable fix(reg=e8)

My card seems to be working fine, and I'm wondering
exactly what this means.

Does anyone know and has anyone used this patch
successfully?  I never saw this message in earlier
versions of BSD.  I'm running 5.2 now.

scott

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Umass/Pass0 CDRW USB external issue

2004-01-24 Thread scott renna
Hello,

I've been trying to get my USB CDRW drive to work on
5.2.  I've found this post on a patch for umass :

http://marc.theaimsgroup.com/?l=freebsd-currentm=107450556315054w=2

I'm currently building world right now so that it may
work.  But here's my question, if this patch is what I
need, what is the proper way to mount this external
device?  I see the device showing up as pass0 and I
have scbus, da, and atapicam in my kernel.

I've seen people say that you need to mount a device
like this as /dev/da0, but my /dev has no da devices. 
dmesg recognizes the device:

umass0: Acer Communications  Multimedia Inc. USB
Optical Storage Device, rev 1.00/a.03, addr 3

pass0 at umass-sim0 bus 0 target 0 lun 0
pass0: USB CD-R/RW 6X4X6 E.CC Removable CD-ROM
SCSI-0 device
pass0: 1.000MB/s transfers
pass1 at ata1 bus 0 target 1 lun 0

And here's what camcontrol devlist -v shows:

scbus0 on umass-sim0 bus 0:
USB CD-R/RW 6X4X6 E.CC   at scbus0 target 0
lun 0 (pass0)
scbus1 on ata0 bus 0:


I'm very confused on what to mount, pass0 ? scbus0 ? 
umass-sim0?  umass0?  

Anyone have any advice?

scott

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is anyone running Gnomad on FreeBSD 5.2?

2004-01-24 Thread scott renna
I was wondering if any of you out there were running
Gnomad for the Nomad Zen on 5.2.

If anyone is, please let me know.  I've been talking
with the developer and trying to work through issues
with it, but have met with little success.

scott

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem mounting USB CDRW, umass0/pass0

2004-01-22 Thread scott renna
Hello,

I'm running into a problem mounting this external usb
cdrw drive i have.  My kernel has scbus, da, and umass
in it, as well as ehci(for usb2.0 support).

dmesg shows the device:

umass0: Acer Communications  Multimedia Inc. USB
Optical Storage Device, rev 1.00/a.03, addr 3

pass0 at umass-sim0 bus 0 target 0 lun 0
pass0: USB CD-R/RW 6X4X6 E.CC Removable CD-ROM
SCSI-0 device 
pass0: 1.000MB/s transfers

I've tried to mount it as /dev/pass0 but I get:
mount: /dev/pass0: Block device required

Attempting to mount as /dev/umass0 yields:
mount: /dev/umass0: No such file or directory

Can anyone offer any guidance?


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread scott renna
Hello,

Im having issues in mounting a cdrom on my FreeBSD5.2
system both as root and non root user.  As root I
execute commands like this:


pluto# mount_cd9660 /dev/acd0 /cdrom
mount_cd9660: /dev/acd0: Invalid argument
pluto# mount_cd9660 /dev/acd0c /cdrom
mount_cd9660: /dev/acd0c: Invalid argument
pluto# mount_cd9660 /dev/acd0c /home/mount/cdrom/
mount_cd9660: /dev/acd0c: Invalid argument
pluto# mount_cd9660 /dev/acd0 /home/mount/cdrom/
mount_cd9660: /dev/acd0: Invalid argument

CD9660 support is enabled in my kernel and my
devfs.conf has:

permxpt00660
permpass0   0660
linkacd0cdrom
linkacd0acd0c
permacd00660

I'm also symlinked cdrom to acd0.  Peculiar though,
that I did not have an acd0c device in my /dev.  I
created one and symlinked it to acd0.  

dmesg recognizes it:

acd0: CDROM ATAPI 48X CDROM at ata1-slave PIO4

anyone have any ideas on this?

Scott Renna





__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Unable to mount CDrom in 5.2, reading past threads is of no help

2004-01-21 Thread scott renna
mount /cdrom yields:

cd9660: /dev/acd0: Invalid argument

/etc/fstab is set up as such:

/dev/acd0/cdrom  cd9660ro,noauto0 0

--- fbsd_user [EMAIL PROTECTED] wrote:
 Try mount /cdrom
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Behalf Of scott renna
 Sent: Wednesday, January 21, 2004 11:38 AM
 To: [EMAIL PROTECTED]
 Subject: Unable to mount CDrom in 5.2, reading past
 threads is of no
 help
 
 Hello,
 
 Im having issues in mounting a cdrom on my
 FreeBSD5.2
 system both as root and non root user.  As root I
 execute commands like this:
 
 
 pluto# mount_cd9660 /dev/acd0 /cdrom
 mount_cd9660: /dev/acd0: Invalid argument
 pluto# mount_cd9660 /dev/acd0c /cdrom
 mount_cd9660: /dev/acd0c: Invalid argument
 pluto# mount_cd9660 /dev/acd0c /home/mount/cdrom/
 mount_cd9660: /dev/acd0c: Invalid argument
 pluto# mount_cd9660 /dev/acd0 /home/mount/cdrom/
 mount_cd9660: /dev/acd0: Invalid argument
 
 CD9660 support is enabled in my kernel and my
 devfs.conf has:
 
 permxpt00660
 permpass0   0660
 linkacd0cdrom
 linkacd0acd0c
 permacd00660
 
 I'm also symlinked cdrom to acd0.  Peculiar though,
 that I did not have an acd0c device in my /dev.  I
 created one and symlinked it to acd0.
 
 dmesg recognizes it:
 
 acd0: CDROM ATAPI 48X CDROM at ata1-slave PIO4
 
 anyone have any ideas on this?
 
 Scott Renna
 
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! Hotjobs: Enter the Signing Bonus
 Sweepstakes
 http://hotjobs.sweepstakes.yahoo.com/signingbonus
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


df reporting wrong size on NFS mounted share

2004-01-20 Thread scott renna
Hello,

Im wondering if anyone has run into this situation
before.  I'm currently noticing something strange with
an NFS mounted share.  I have a 5.2 machine mounting a
share off of another 5.2 machine.  I'm using NFS
version 3 and using tcp as opposed to udp.  What
happens is that df -h reports the total size of the
share to be 496MB.  However, df -h on the NFS server
reports the total size to be 112GB.  

Has anyone seen behavior such as this before?

Thanks
scott

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with 2 nics in same box

2004-01-03 Thread Scott Renna
Hello List,

I am having some difficulty in getting my xl0 and xl1 3com cards to work
the way I'd like.  I'm running 5.1 Release and I'm basically trying to
have one interface with no IP address(specifying it as such in
/etc/rc.conf as ifconfig_xl1=up) And I'd like to have the other(xl0)
to have an IP address of my Internal Network.  The purpose of this setup
is to sniff traffic with the interface that has no IP address and allow
for management and reporting over the interface that has an IP
associated with the Internal network.

For some reason, this is just not working for me at all.  I've tried to
configure via rc.conf and this fails to work.  I've also tried assigning
an RFC 1918 address to the interface I want sniffing as this traffic
should not be routable, but it doesn't seem to work. 

Can anyone make a suggestion?

Here's what my rc.conf looks like:  

Hello List,

I am having some difficulty in getting my xl0 and xl1 3com cards to work
the way I'd like.  I'm running 5.1 Release and I'm basically trying to
have one interface with no IP address(specifying it as such in
/etc/rc.conf as ifconfig_xl1=up) And I'd like to have the other(xl0)
to have an IP address of my Internal Network.  The purpose of this setup
is to sniff traffic with the interface that has no IP address and allow
for management and reporting over the interface that has an IP
associated with the Internal network.

Here's the first few lines of my /etc/rc.conf

defaultrouter=192.168.1.1
hostname=charon
ifconfig_xl0=inet 192.168.1.6 netmask 255.255.255.0
ifconfig_x11=up

Will this accomplish what I'm trying to do successfully?


Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: problem with 2 nics in same box

2004-01-03 Thread Scott Renna
I am using Snort and a few other tools to decide which I'd like best.
Here's the thing about Lowell's comment on Bridging.  Is this necessary
in this case?  I don't want the interface without an IP to EVER transmit
outbound.  If I Need to enable bridging I'll do so.  The other thing is,
is it possible to configure each card to be on a different subnet(like
xl1 on 10.X.X.X and xl0 on 192.X.X.X)?

Bpf is in the kernel
Andrew, do you like VooDoo Blue?  Let me know, I am involved.



-Original Message-
From: Andrew Boothman [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 03, 2004 12:27 PM
To: Scott Renna
Cc: [EMAIL PROTECTED]
Subject: Re: problem with 2 nics in same box

Scott Renna wrote:

 Hello List,
 
 I am having some difficulty in getting my xl0 and xl1 3com cards to
work
 the way I'd like.  I'm running 5.1 Release and I'm basically trying to
 have one interface with no IP address(specifying it as such in
 /etc/rc.conf as ifconfig_xl1=up) And I'd like to have the other(xl0)
 to have an IP address of my Internal Network.  The purpose of this
setup
 is to sniff traffic with the interface that has no IP address and
allow
 for management and reporting over the interface that has an IP
 associated with the Internal network.
 
 For some reason, this is just not working for me at all.  I've tried
to
 configure via rc.conf and this fails to work.  I've also tried
assigning
 an RFC 1918 address to the interface I want sniffing as this traffic
 should not be routable, but it doesn't seem to work. 

What software are you using to sniff the traffic? Do you have the bpf 
device in your kernel? Do you get an error message or just no traffic 
recieved?

Andrew

P.S. Are you something to do with VooDoo Blue or do you just do their 
web site, or just a fan or something? :)


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


2 3coms One with an IP and one with none

2004-01-02 Thread Scott Renna
Hello List,

I am having some difficulty in getting my xl0 and xl1 3com cards to work
the way I'd like.  I'm running 5.1 Release and I'm basically trying to
have one interface with no IP address(specifying it as such in
/etc/rc.conf as ifconfig_xl1=up)
And I'd like to have the other(xl0) to have an IP address of my Internal
Network.  The purpose of this setup is to sniff traffic with the
interface that has no IP address and allow for management and reporting
over the interface that has an IP associated with the Internal network.

For some reason, this is just not working for me at all.  I've tried to
configure via rc.conf and this fails to work.  I've also tried assigning
an RFC 1918 address to the interface I want sniffing as this traffic
should not be routable, but it doesn't seem to work. 

Can anyone make a suggestion?

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE:

2003-12-05 Thread Scott Renna
You need to check out /usr/ports...the ports tree is your friend.  You
should install bash2 which is in there at /usr/ports/shells.  Take a
look at the FreeBSD site, daemonnews.org, and freebsddiary.org and
onlamp.com they all have information that you should read up on.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of -Mark Hillis-
(Netway Technical Support)
Sent: Friday, December 05, 2003 2:40 PM
To: [EMAIL PROTECTED]
Subject: 

Hello,

I have FreeBSD 4.8 installed on my 400mhz amd with 256mb ram (this is
probably useless info)

I was wondering how I install packages like emacs? are they on the CD?
can I choose them from the install menu? the reason I ask is because I
didn't see it listed in the install options but maybe I over looked
it...

sorry this is like 20 questions, but also normally when I used freebsd
at work I and would be typing a path and I could hit tab and it would
finish the path for me or tell me what file names are close/similar but
when I hit tab on my FreeBSD box it just tabs spaces... I figured maybe
I was using the wrong shell... if so how do I change shells? is this the
problem? 

the reason I figured it was the wrong type of shell... is because
del/delete doesn't backspace either, it gives me weird characters like
^something  the delete/del problem might just be that is a rule my
admin had set or something but I don't know so I'm not really concerned
with that but if it helps to understand what I might be doing wrong then
shout it out right?



thanks in advance for any help/advice you can give

-Mark Hillis- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I broke 5.0 while attempting upgrade to 5.1

2003-11-16 Thread Scott Renna
Hello Everyone,

First off, I wanna say thanks to all the help this list has provided and
continues to provide.  With every new failure comes help from one of you
and then I learn and can contribute to others as well.

So here's what's going on now...

I attempted an upgrade from 5.0 to 5.1(I've heard upgrade is rough at
times).  Whenever trying to perform this upgrade I get weird kernel
panics(this is when I choose to upgrade my src as well). So I gave it a
shot without upgrading source and it tells me /mnt is full(I believe
this is not the true /mnt, but rather the backup directories it uses to
preserve existing files).  So now I'm SOL and cannot boot.

I have a dd image of my drive as well as dumps of each partition(for
once I did this..thank god).  The problem I'm running into is how the
heck can I restore the entire drive with dd or restore.  I know the
commands to use, however, I need something to boot to.  

Here's the thing.  I have the FreeBSD5.0 Disc 2 and I can start a shell
when going into the Fixit option..however, from here I'm kind of lost.
Is there a HOWTO on how to use CD2 out there for common functionality?
I am unable to even mount /dev/ad0s1.

Any help out there?

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


need a HOWTO on upgrading 5.0 to 5.1

2003-11-16 Thread Scott Renna
I had posted earlier today and have managed to restore my old system to
its former state.

here's the trouble I had run into when trying to do a sysinstall upgrade
from 5.0 Release to 5.1 Release(i need to do this for bluetooth).  

When trying to run a sysinstall upgrade I get kernel panics, yet when
attempting a clean install of 5.1 it goes fine and I can even boot.  Has
anyone seen a good HOWTO on how to upgrade 5.0 to 5.1?

I've read the handbook and a few articles online but I've had zero
luck...it might be due to the fact that I may not have enough space for
5.1 install to save my old files and i'm going to try to expand my
partitions, but I was hoping someone out there had upgraded successfully
before..

anyone?

:)



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how do you get dump to assume yes to its questions

2003-11-07 Thread Scott Renna
Hello all,

I've managed to start utilizing dump and the flags to exclude certain
directories.  The problem i've run into is when i try to back up
/usrit's so big and dump breaks it up into tinier pieces(i'm dumping
to a file).  it asks me if the new volume is mounted and ready to go. 
Obviously it is...is there a way for dump to just run through all this
without bothering me?

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


using Ghost to back up a UFS partition

2003-11-02 Thread Scott Renna
Hello All,

Was wondering if anyone on the list had ever backed up a UFS partition
from a BSD box to a Windows Host as an Image file.  I've selected the
option to do a sector copy(as ghost does not understand ufs by default)
and the console on my windows box says a session is in progress,
however, no data ever goes across.  I'm wondering if anyone else run
into this problem while multicasting.  The error logs show that the
server requests the client(the BSD box) to use unicast modei've
tried this with two different NICs both 3com and Netgear and no luck. 
symantec's site has been no help was hoping someone on the list had done
this before.

scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: dumping the contents of a hard-drive

2003-10-29 Thread Scott Renna
What would you guys say would be the best method of dumping a live file
system and excluding a certain group of directories(namely /tmp and
/mnt)?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Maltese
Sent: Wednesday, October 29, 2003 11:03 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: dumping the contents of a hard-drive

 Hi. I have a FreeBSD 5.1 box that has 2 hard drives. They are both 
 Seagate ST380011A (Capacity: 78.18 GB). Currently I am only utilizing 
 one hard drive and Iam planning to use the other one as a back-up. 
 
 Which utility can I use to dump all the contents of the my first drive

 to the second drive?

dump perhaps? See the man pages for dump and restore.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.
html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


first time with growfs

2003-10-11 Thread Scott Renna
Hello all,

So I've been reading the man page for growfs and I'm ready to use it,
however, I'm concerned about not utilizing it properly and destroying
things.  Here's what I got:

I have my primary drive(ad0) split up like this.  The first partition is
a 6GB space which holds all of the slices for my FreeBSD 5.0.  The
second partition following that I've reserved as 6GB for my future
OpenBSD install.  Now, I'd like to create a new partition right AFTER
the OpenBSD reserved space and I'd like to add that additional space on
for the FreeBSD portion.  I'd like this to be transparent.  Basically,
I'm trying to increase the overall size of the FreeBSD partition.  Can
anyone recommend a best practice for this or point me to a good
reference?

Scott Renna


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: sym links

2003-10-02 Thread Scott Renna
Gave it a shot, however, I still get a message that the link is a
directory.  It is not allowing me to unlink the symlink.  Any other
suggestions?

I can try to wean them on to another ftp client, see how receptive they
are...wondering why windows can't see symlinks..



-Original Message-
From: Kevin D. Kinsey, DaleCo, S.P. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 01, 2003 11:58 PM
To: Scott Renna
Cc: [EMAIL PROTECTED]
Subject: Re: sym links

Scott Renna wrote:

Hello,

Was wondering two things:

1)  How does one remove a symlink without removing the directory it is
linking to?
  

Change the the dir in which the symlink is located
and do 'unlink linkname' ...

2) How can you make a symlink for a user so that it can be seen while
they are in an FTP session. Basically, I have a user who cannot see the
symlink I've set up for them...not sure why.

Thx

SR

Seems strange. Do they have permissions on the
linked dir?

Perhaps they are using a Microsoft brower-based
FTP. It doesn't seem to see symlinks. Can you
wean them to a real client?

Kevin Kinsey


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sym links

2003-10-01 Thread Scott Renna
Hello,

Was wondering two things:

1)  How does one remove a symlink without removing the directory it is
linking to?

2)  How can you make a symlink for a user so that it can be seen while
they are in an FTP session.  Basically, I have a user who cannot see the
symlink I've set up for them...not sure why.

Thx

SR

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


intellimouse scroll wheel problem

2003-09-21 Thread Scott Renna
Hello all,

Had a question in regards to the MS Intellimouse(USB) and X.  I finally
got it working right, for a while I'd move it and it would jump around
in the left corner.  I changed the MouseProtocol to be
MouseSystems...not sure what that means but I saw it on here.

Here's the problem, the scroll knob doesn't work.  Anyone had any
experience with this mouse and getting it to work right.  I tried using
a converter to ps2 and the thing isn't even recognized as working.

Scott Renna

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Intellimouse Wheel in X

2003-09-21 Thread Scott Renna
Hello,

I got X setup and running finally and I'm using an MS Intellimouse USB.
The thing works ok(after I got it to stop bouncing in the corner) but
the wheel isn't functioning.  Anyone had any experience with this mouse
in X?  My config file has MouseSystems as the protocol and the device as
/dev/sysmouse

I'm considering using Auto for protocol and /dev/ums0 for the
device...but was wondering if this is the right solution.

Scott Renna


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]