View previous topic :: View next topic |
Author |
Message |
lopio Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Southpark/avatar22.gif)
Joined: 22 Dec 2003 Posts: 1161 Location: savona, Italy
|
Posted: Mon Feb 14, 2005 4:34 pm Post subject: kismet error |
|
|
Hi,
it's impossible for me to start kismet_server cause i obtain
Code: |
# kismet_server
FATAL: Could not find user 'your_user_here' for dropping priviledges. Make sure you have a valid user set for 'suiduser' in your config file. See the 'Installation & Security' and 'Configuration' sections of the README file for more information.
|
my /etc/conf.d/kismet file:
Code: |
# ATTENTION: most of the kismet configuration is still done in
# /etc/kismet.conf
# To use the kismet init script, you must have "logtemplate" set to a location
# that is writable by the user assigned by "suiduser".
# e.g.
suiduser=pippo
# logtemplate=%h/kismet_log/%n-%d-%i.%l
logtemplate=%n-%d-%i.%l
source=generic,eth1,generic
# Set WIFI_DEV to the device to be used by the kismet server.
# This device must have the ability to do monitor mode
WIFI_DEV="eth1"
|
# lspci
Code: |
L/ICH4-M) AC'97 Audio Controller (rev 03)
0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
0000:02:04.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
0000:02:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:02:09.0 CardBus briMi dge: Texas Instruments: Unknown device 8031
00
|
Can you help me?
Thaks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
exklusve Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Southpark/avatar40.gif)
Joined: 23 Aug 2002 Posts: 270 Location: currently ~/
|
Posted: Mon Feb 14, 2005 5:58 pm Post subject: |
|
|
make sure you are running kismet as root, and you are in that user's home directory in which you spedified in that file.
Code: | cd /home/pippo
kismet |
And besure there really is a user on your box called pippo. (that's the account you specified right?)
Hope that helps!
lemme know if it doesn't _________________ eXklusve
You do know that no one gives a shit about your system spec's right? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thomasa88 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_fry.gif)
Joined: 13 Apr 2005 Posts: 143 Location: Sweden
|
Posted: Wed Aug 31, 2005 5:14 am Post subject: |
|
|
and make sure to set the card to rfmon first, I missed that and got the same error.
Code: |
iwconfig ethX mode monitor
|
_________________ - thomasa88 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|