


Network by Inphos 38 comments
corrected one line) - Nov 30 2009

Network by Inphos 38 comments
My specfile:
http://www.pastebin.org/58674
P.S I translated qnut into Russian. Can you take that translation? - Nov 30 2009

Network by Inphos 38 comments
I didn't copy cnut.bash_completion to /etc/bash_completion.d/ - Nov 27 2009

Network by Inphos 38 comments
(Inotify) Reading
(Inotify) Read Resource temporarily unavailable 32
Filename is
"utmp"
Size: 4
(Inotify) modify file
Watch file descriptor is 1 from event 1
(Inotify) Done processing event
sometimes in nuts log - Nov 27 2009

Network by Inphos 38 comments
Copied
install -m 644 resources/nuts-dbus.conf /etc/dbus-1/system.d/
install -m 644 nuts/dispatch /etc/nuts/dispatch
install -m 644 nuts/events/all/* /etc/nuts/events/all/
install -m 644 nuts/nuts.config /etc/nuts/
When i started /usr/sbin/nuts from root, i get:
Trying to set watch dir to "/var/run"
Pid file name is "dbus.pid"
Filedescriptor for inotify is 23
Connected SocketNotifier for inotify
Set dbus pid to: -1
(Inotify) Setting up watches
Setup Pid file dir watch with 1
Device(eth1) gotCarrier
Set next environment 0
Interface_IPv4::start
Device(eth1) is up!
And than i started /usr/bin/qnut from root:
Trying to set watch dir to "/var/run"
Pid file name is "dbus.pid"
Enabling DBusMonitor
Filedescriptor for inotify is 11
Connected SocketNotifier for inotify
Set dbus pid to: -1
(Inotify) Setting up watches
Setup Pid file dir watch with 1
Enabled DBusMonitor
setInformation()
Placing getDeviceList Call
And nothing more.
"QNUT - Qt client for Network UTility Server (NUTS) (v0.5.3) started"
in qnut's log tab.
Fri Nov 27 17:25:50 2009
My nuts.config file:
device "eth1" {
static {
ip 192.168.1.2;
netmask 255.255.255.0;
gateway 192.168.1.1;
dns-server 78.138.135.10;
};
};
ADSL modem with router and i have private adress, and haven't public. - Nov 27 2009

Network by Inphos 38 comments

Network by Inphos 38 comments

Network by Inphos 38 comments
http://www.pastebin.org/54823 - Nov 18 2009

Network by Inphos 38 comments
make
../libnutclient/libnutclient.so: undefined reference to `iw_init_event_stream'
../libnutclient/libnutclient.so: undefined reference to `iw_ether_ntop'
../libnutclient/libnutclient.so: undefined reference to `iw_print_stats'
../libnutclient/libnutclient.so: undefined reference to
`iw_extract_event_stream'
../libnutclient/libnutclient.so: undefined reference to `iw_get_basic_config'
../libnutclient/libnutclient.so: undefined reference to `iw_freq2float'
../libnutclient/libnutclient.so: undefined reference to `iw_sockets_open'
../libnutclient/libnutclient.so: undefined reference to `iw_get_range_info'
rpm -qa|grep libnl
libnl-1.1-alt2.qa1
libnl-devel-1.1-alt2.qa1
rpm -qa|grep libNL
libNL-1.68-alt1
libNL-devel-static-1.68-alt1
libNL-devel-1.68-alt1
rpm -qa|grep wireless-tools
wireless-tools-29-alt8
rpm -qa|grep libwireless
libwireless-29-alt8
libwireless-devel-29-alt8
Help please!(NUT version 0.5.3) - Nov 11 2009