NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Unix/Linux
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 09-11-2002   #16 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
You need to put the kismet_ui.conf and the kismet.conf into
/usr/local/etc/.
JimmyPopAli is offline   Reply With Quote
Old 09-11-2002   #17 (permalink)
DigitalMDX
Digital Stumbler
 
DigitalMDX's Avatar
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 236
Thank you again... Feel free to tell me to "go away" anytime... To make a long story short transporting my laptop from work to home I lost power and of course lost my tmp directory with all this in it... so I got home, redid the process and now in the "make install" process I get this error:
make[1]: *** No rule to make target 'VERSION', needed by 'version.c'. Stop.
make[1]: Leaving directory '/ramdisk/home/knoppix/tmp/kismet-devel/libpcap-2002.07.02'
make: *** [libpcap-2002.07.02/libpcap.a] Error 2


AAArrrggghhh... Damn Newbie...

Even with the above error, it appears that it built a kismet file. Can you tell me what the "standard" path would be to 'cd' to /usr/local/etc/ ?? (major newbie question eh?) I've tried "cp kis* /usr/local/etc/" and I get cp: copying multiple files, but last argument '/usr/local/etc/' is not a directory

-Newbie Jay

Last edited by DigitalMDX : 09-11-2002 at 10:46 PM.
DigitalMDX is offline   Reply With Quote
Old 09-11-2002   #18 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
I have no clue, erase the Kismet directory and try again, hopefully that solves the problem.
JimmyPopAli is offline   Reply With Quote
Old 09-12-2002   #19 (permalink)
hratch
Roadie Stumbler
 
hratch's Avatar
 
Join Date: May 2002
Location: On the Move...
Posts: 308
this will be interesting if this bootable linux cd will work with kismet. i hope you get it going, jay
hratch is offline   Reply With Quote
Old 09-12-2002   #20 (permalink)
sykojester
Net Lurker - phjear
 
sykojester's Avatar
 
Join Date: Apr 2002
Location: Tallahassee, FL
Posts: 371
currently warlinux .4 almost has a fully working kismet/linux on a bootable cd.... has a bit to go. but great so far
kismet at least starts up (after tinkering).

i look forward to future versions.... actually anything that has kismet and loads off a cd to prevent dual boot laptop
__________________
I was at this place one time & I was like...Wow.
sykojester is offline   Reply With Quote
Old 09-12-2002   #21 (permalink)
mentat
Registered Member
 
mentat's Avatar
 
Join Date: May 2002
Location: CT
Posts: 476
How about posting the results of a "mount" command?
mentat is offline   Reply With Quote
Old 09-12-2002   #22 (permalink)
DigitalMDX
Digital Stumbler
 
DigitalMDX's Avatar
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 236
Quote:
Originally posted by hratch
this will be interesting if this bootable linux cd will work with kismet. i hope you get it going, jay
I'm hoping to get this going for all "us" Windows geeks who don't know Linux and who would still like to keep their Windows installed on their laptop. If and when I get the process down I'll get it documented and posted on my website. I'll keep an eye on the WarLinux also...
Mentat: I'll post the mount results when I get to work, I need to run now... thanks...
Thanks again to everyone for all your Linux knowledge... it sucks to be a Linux newbie but it sure helps to have this message board!
-Jay

Last edited by DigitalMDX : 09-12-2002 at 08:43 AM.
DigitalMDX is offline   Reply With Quote
Old 09-12-2002   #23 (permalink)
DigitalMDX
Digital Stumbler
 
DigitalMDX's Avatar
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 236
Quote:
Originally posted by mentat
How about posting the results of a "mount" command?
mount shows:
rootfs on / type rootfs (rw)
/dev/root.old on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
/dev/scd0 on /cdrom type iso9660 (ro)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/dev/shm on /ramdisk type tmpfs (rw)
none on /proc/bus/usb type usbdevfs (rw)
automount(pid271) on /mnt/auto type autofs (rw)


-Jay
DigitalMDX is offline   Reply With Quote
Old 09-12-2002   #24 (permalink)
mentat
Registered Member
 
mentat's Avatar
 
Join Date: May 2002
Location: CT
Posts: 476
Can you send the results of these commands? (The last 1 or two might fail)

"cd /usr"
"pwd"
"cd local"
"pwd"
"cd etc"
"pwd"
mentat is offline   Reply With Quote
Old 09-12-2002   #25 (permalink)
mentat
Registered Member
 
mentat's Avatar
 
Join Date: May 2002
Location: CT
Posts: 476
I should just burn a knoppix CD...
mentat is offline   Reply With Quote
Old 09-12-2002   #26 (permalink)
DigitalMDX
Digital Stumbler
 
DigitalMDX's Avatar
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 236
Quote:
Originally posted by mentat
Can you send the results of these commands? (The last 1 or two might fail)
"cd /usr"
"pwd"
"cd local"
"pwd"
"cd etc"
"pwd"
cd /usr
root@ttyp0[usr]#
pwd
/usr
cd local
pwd
/usr/local
cd etc
bash: cd: etc: No such file or directory

Hope this makes sense to you
-Jay
DigitalMDX is offline   Reply With Quote
Old 09-12-2002   #27 (permalink)
mentat
Registered Member
 
mentat's Avatar
 
Join Date: May 2002
Location: CT
Posts: 476
"cd /usr/local"
"mkdir etc"

go back and try "make install" again in kismet

"cd /usr/local/etc"
"ls"

should see kismet files

let me know.

Also...
"cd /usr/local/bin"

if it doesn't work

"cd /usr/local"

"mkdir bin"
mentat is offline   Reply With Quote
Old 09-12-2002   #28 (permalink)
DigitalMDX
Digital Stumbler
 
DigitalMDX's Avatar
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 236
Quote:
Originally posted by mentat
"cd /usr/local"
"mkdir etc"
...
OK... when I do the "mkdir etc" I get the following error...
mkdir: cannot create directory 'etc': Read-only file system

Does this mean that we are on the CD-ROM or does this mean that the /usr/local/ directory is currently marked Read Only?

Thanks,
Jay
DigitalMDX is offline   Reply With Quote
Old 09-12-2002   #29 (permalink)
mentat
Registered Member
 
mentat's Avatar
 
Join Date: May 2002
Location: CT
Posts: 476
Quote:
Originally posted by DigitalMDX


OK... when I do the "mkdir etc" I get the following error...
mkdir: cannot create directory 'etc': Read-only file system

Does this mean that we are on the CD-ROM or does this mean that the /usr/local/ directory is currently marked Read Only?

Thanks,
Jay
It probably means that the directory is mounted off the CD. That could make things interesting. You probably need to change the install base target. I'm not sure quite how to do this. In the kismet source directory type:

"./configure --help" and see if there's something about an install prefix.
mentat is offline   Reply With Quote
Old 09-12-2002   #30 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
Try this, go to the /usr directory and type "ls -l local".
JimmyPopAli is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 03:48 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.