Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

nm-pb 12.04 lts ubuntu
2012 year 7 month 2 day Monday 14:51:06 MDT 

  1. ps aux | grep network
  2. 122       1343  0.0  0.0   3336   844 ?        S    23:07   0:00 /usr/sbin/dnsmasq -u libvirt-dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
  3. lucian    2384  0.0  0.0   4372   812 pts/0    S+   23:08   0:00 grep --color=auto network
  4.  
  5.  
  6. lucian@FSC-laptop:~$ ps aux | grep network
  7. 122       1343  0.0  0.0   3336   844 ?        S    23:07   0:00 /usr/sbin/dnsmasq -u libvirt-dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
  8. lucian    2384  0.0  0.0   4372   812 pts/0    S+   23:08   0:00 grep --color=auto network
  9. lucian@FSC-laptop:~$ service --status-all
  10.  [ ? ]  acpi-support
  11.  [ ? ]  acpid
  12.  [ ? ]  alsa-restore
  13.  [ ? ]  alsa-store
  14.  [ ? ]  anacron
  15.  [ - ]  apparmor
  16.  [ ? ]  apport
  17.  [ ? ]  atd
  18.  [ ? ]  avahi-daemon
  19.  [ ? ]  binfmt-support
  20.  [ ? ]  bluetooth
  21.  [ - ]  bootlogd
  22.  [ - ]  brltty
  23.  [ ? ]  cgroup-lite
  24.  [ + ]  clamav-daemon
  25.  [ + ]  clamav-freshclam
  26.  [ ? ]  console-setup
  27.  [ ? ]  cron
  28.  [ ? ]  cryptdisks
  29.  [ ? ]  cryptdisks-early
  30.  [ ? ]  cryptdisks-enable
  31.  [ ? ]  cryptdisks-udev
  32.  [ ? ]  cups
  33.  [ ? ]  dbus
  34.  [ ? ]  dmesg
  35.  [ ? ]  dns-clean
  36.  [ - ]  ebtables
  37.  [ ? ]  failsafe-x
  38.  [ - ]  fancontrol
  39.  [ ? ]  friendly-recovery
  40.  [ ? ]  gdm
  41.  [ - ]  grub-common
  42.  [ ? ]  hostname
  43.  [ ? ]  hwclock
  44.  [ ? ]  hwclock-save
  45.  [ ? ]  irqbalance
  46.  [ - ]  kerneloops
  47.  [ ? ]  killprocs
  48.  [ ? ]  libvirt-bin
  49.  [ ? ]  lightdm
  50.  [ - ]  lm-sensors
  51.  [ ? ]  modemmanager
  52.  [ ? ]  module-init-tools
  53.  [ ? ]  network-interface
  54.  [ ? ]  network-interface-container
  55.  [ ? ]  network-interface-security
  56.  [ ? ]  network-manager
  57.  [ ? ]  networking
  58.  [ ? ]  nmbd
  59.  [ ? ]  ondemand
  60.  [ ? ]  plymouth
  61.  [ ? ]  plymouth-log
  62.  [ ? ]  plymouth-splash
  63.  [ ? ]  plymouth-stop
  64.  [ ? ]  plymouth-upstart-bridge
  65.  [ ? ]  polipo
  66.  [ ? ]  pppd-dns
  67.  [ + ]  privoxy
  68.  [ ? ]  procps
  69.  [ - ]  pulseaudio
  70.  [ ? ]  rc.local
  71.  [ ? ]  resolvconf
  72.  [ ? ]  rfkill-restore
  73.  [ ? ]  rfkill-store
  74.  [ - ]  rsync
  75.  [ ? ]  rsyslog
  76.  [ + ]  saned
  77.  [ ? ]  screen-cleanup
  78.  [ ? ]  sendsigs
  79.  [ ? ]  setvtrgb
  80.  [ ? ]  smbd
  81.  [ ? ]  speech-dispatcher
  82.  [ - ]  stop-bootlogd
  83.  [ - ]  stop-bootlogd-single
  84.  [ ? ]  sudo
  85.  [ - ]  tor
  86.  [ ? ]  udev
  87.  [ ? ]  udev-fallback-graphics
  88.  [ ? ]  udev-finish
  89.  [ ? ]  udevmonitor
  90.  [ ? ]  udevtrigger
  91.  [ ? ]  ufw
  92.  [ ? ]  umountfs
  93.  [ ? ]  umountnfs.sh
  94.  [ ? ]  umountroot
  95.  [ - ]  unattended-upgrades
  96.  [ - ]  urandom
  97.  [ ? ]  vboxballoonctrl-service
  98.  [ ? ]  vboxdrv
  99.  [ ? ]  vboxweb-service
  100.  [ ? ]  whoopsie
  101.  [ + ]  winbind
  102.  [ - ]  x11-common
  103. lucian@FSC-laptop:~$ sudo update-rc.d network-manager defaults
  104. [sudo] password for lucian:
  105. update-rc.d: warning: /etc/init.d/network-manager missing LSB information
  106. update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
  107.  Adding system startup for /etc/init.d/network-manager ...
  108.    /etc/rc0.d/K20network-manager -> ../init.d/network-manager
  109.    /etc/rc1.d/K20network-manager -> ../init.d/network-manager
  110.    /etc/rc6.d/K20network-manager -> ../init.d/network-manager
  111.    /etc/rc2.d/S20network-manager -> ../init.d/network-manager
  112.    /etc/rc3.d/S20network-manager -> ../init.d/network-manager
  113.    /etc/rc4.d/S20network-manager -> ../init.d/network-manager
  114.    /etc/rc5.d/S20network-manager -> ../init.d/network-manager
  115.  
  116. lucian@FSC-laptop:~$ sudo update-rc.d start-nm.sh defaults
  117. update-rc.d: warning: /etc/init.d/start-nm.sh missing LSB information
  118. update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
  119.  Adding system startup for /etc/init.d/start-nm.sh ...
  120.    /etc/rc0.d/K20start-nm.sh -> ../init.d/start-nm.sh
  121.    /etc/rc1.d/K20start-nm.sh -> ../init.d/start-nm.sh
  122.    /etc/rc6.d/K20start-nm.sh -> ../init.d/start-nm.sh
  123.    /etc/rc2.d/S20start-nm.sh -> ../init.d/start-nm.sh
  124.    /etc/rc3.d/S20start-nm.sh -> ../init.d/start-nm.sh
  125.    /etc/rc4.d/S20start-nm.sh -> ../init.d/start-nm.sh
  126.    /etc/rc5.d/S20start-nm.sh -> ../init.d/start-nm.sh
  127. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> NetworkManager (version 0.9.4.0) is starting...
  128. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> Read config file /etc/NetworkManager/nm-system-settings.conf
  129. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
  130. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin SimTech
  131. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: init!
  132. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: update_system_hostname
  133. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPluginIfupdown: management mode: unmanaged
  134. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0, iface: eth0)
  135. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
  136. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:06:05.0/net/eth1, iface: eth1)
  137. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:06:05.0/net/eth1, iface: eth1): no ifupdown configuration found.
  138. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
  139. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
  140. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/virbr0, iface: virbr0)
  141. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/virbr0, iface: virbr0): no ifupdown configuration found.
  142. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: end _init.
  143. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
  144. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
  145. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    Ifupdown: get unmanaged devices count: 0
  146. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: (167990120) ... get_connections.
  147. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    SCPlugin-Ifupdown: (167990120) ... get_connections (managed=false): return empty list.
  148. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    keyfile: parsing Wireless connection tl727n ...
  149. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    keyfile:     read connection 'Wireless connection tl727n'
  150. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    keyfile: parsing rds ...
  151. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    keyfile:     read connection 'rds'
  152. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]:    Ifupdown: get unmanaged devices count: 0
  153. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Ericsson MBM
  154. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> modem-manager is now available
  155. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> monitoring kernel firmware directory '/lib/firmware'.
  156. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1e.0/0000:06:05.0/ieee80211/phy0/rfkill0) (driver (unknown))
  157. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> WiFi enabled by radio killswitch; enabled by state file
  158. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Option
  159. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> WWAN enabled by radio killswitch; enabled by state file
  160. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> WiMAX enabled by radio killswitch; enabled by state file
  161. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> Networking is enabled by state file
  162. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <warn> failed to allocate link cache: (-10) Operation not supported
  163. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): carrier is OFF
  164. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
  165. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
  166. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Sierra
  167. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): now managed
  168. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  169. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): bringing up device.
  170. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Wavecom
  171. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Generic
  172. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): preparing device.
  173. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth0): deactivating device (reason 'managed') [2]
  174. Jul  2 23:38:46 FSC-laptop kernel: [  226.732863] ADDRCONF(NETDEV_UP): eth0: link is not ready
  175. Jul  2 23:38:46 FSC-laptop kernel: [  226.735516] ADDRCONF(NETDEV_UP): eth0: link is not ready
  176. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <error> [1341261526.951660] [wifi-utils-nl80211.c:743] wifi_nl80211_init(): (eth1): driver doesn't report support of any encryption
  177. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): driver supports SSID scans (scan_capa 0x21).
  178. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): using WEXT for WiFi device control
  179. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): new 802.11 WiFi device (driver: 'ipw2200' ifindex: 3)
  180. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): exported as /org/freedesktop/NetworkManager/Devices/1
  181. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): now managed
  182. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  183. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): bringing up device.
  184. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): preparing device.
  185. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <info> (eth1): deactivating device (reason 'managed') [2]
  186. Jul  2 23:38:46 FSC-laptop dbus[626]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
  187. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <warn> /sys/devices/virtual/net/virbr0: couldn't determine device driver; ignoring...
  188. Jul  2 23:38:46 FSC-laptop NetworkManager[2430]: <warn> /sys/devices/virtual/net/virbr0: couldn't determine device driver; ignoring...
  189. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Gobi
  190. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Huawei
  191. Jul  2 23:38:46 FSC-laptop modem-manager[2428]: <info>  Loaded plugin Linktop
  192. Jul  2 23:38:47 FSC-laptop dbus[626]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
  193. Jul  2 23:38:47 FSC-laptop NetworkManager[2430]: <info> wpa_supplicant started
  194. Jul  2 23:38:47 FSC-laptop wpa_supplicant[2435]: nl80211: Driver does not support authentication/association or connect commands
  195. Jul  2 23:38:47 FSC-laptop NetworkManager[2430]: <info> (eth1): supplicant interface state: starting -> ready
  196. Jul  2 23:38:47 FSC-laptop NetworkManager[2430]: <info> (eth1): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
  197. Jul  2 23:38:47 FSC-laptop NetworkManager[2430]: <info> (eth1): supplicant interface state: ready -> inactive
  198. Jul  2 23:38:47 FSC-laptop NetworkManager[2430]: <warn> Trying to remove a non-existant call id.
  199. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> (eth0): carrier now ON (device state 20)
  200. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
  201. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Auto-activating connection 'rds'.
  202. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) starting connection 'rds'
  203. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
  204. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
  205. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
  206. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
  207. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
  208. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
  209. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
  210. Jul  2 23:38:48 FSC-laptop kernel: [  228.301155] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex
  211. Jul  2 23:38:48 FSC-laptop kernel: [  228.301160] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX
  212. Jul  2 23:38:48 FSC-laptop kernel: [  228.301367] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  213. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
  214. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
  215. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
  216. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
  217. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
  218. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
  219. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
  220. Jul  2 23:38:48 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
  221. Jul  2 23:38:49 FSC-laptop NetworkManager[2430]: <info> (eth0): writing resolv.conf to /sbin/resolvconf
  222. Jul  2 23:38:49 FSC-laptop NetworkManager[2430]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
  223. Jul  2 23:38:49 FSC-laptop NetworkManager[2430]: <info> Policy set 'rds' (eth0) as default for IPv4 routing and DNS.
  224. Jul  2 23:38:49 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) successful, device activated.
  225. Jul  2 23:38:49 FSC-laptop NetworkManager[2430]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
  226. Jul  2 23:38:49 FSC-laptop dbus[626]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
  227. Jul  2 23:38:49 FSC-laptop dbus[626]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  228. Jul  2 23:38:50 FSC-laptop dnsmasq[1361]: reading /etc/resolv.conf
  229. Jul  2 23:38:50 FSC-laptop dnsmasq[1361]: using nameserver 8.8.8.8#53
  230. Jul  2 23:38:50 FSC-laptop dnsmasq[1361]: using nameserver 193.231.252.1#53
  231. Jul  2 23:38:50 FSC-laptop dnsmasq[1361]: using nameserver 213.154.124.1#53
  232. Jul  2 23:38:51 FSC-laptop kernel: [  230.907522] init: nmbd main process (2552) terminated with status 1
  233. Jul  2 23:38:51 FSC-laptop kernel: [  230.907553] init: nmbd main process ended, respawning
  234. Jul  2 23:38:51 FSC-laptop kernel: [  231.030833] init: nmbd main process (2568) terminated with status 1
  235. Jul  2 23:38:51 FSC-laptop kernel: [  231.030866] init: nmbd main process ended, respawning
  236. Jul  2 23:38:51 FSC-laptop kernel: [  231.053928] init: nmbd main process (2580) terminated with status 1
  237. Jul  2 23:38:51 FSC-laptop kernel: [  231.053963] init: nmbd main process ended, respawning
  238. Jul  2 23:38:51 FSC-laptop kernel: [  231.084644] init: nmbd main process (2588) terminated with status 1
  239. Jul  2 23:38:51 FSC-laptop kernel: [  231.084676] init: nmbd main process ended, respawning
  240. Jul  2 23:38:51 FSC-laptop kernel: [  231.110012] init: nmbd main process (2594) terminated with status 1
  241. Jul  2 23:38:51 FSC-laptop kernel: [  231.110051] init: nmbd main process ended, respawning
  242. Jul  2 23:38:51 FSC-laptop kernel: [  231.133715] init: nmbd main process (2600) terminated with status 1
  243. Jul  2 23:38:51 FSC-laptop kernel: [  231.133747] init: nmbd main process ended, respawning
  244. Jul  2 23:38:51 FSC-laptop kernel: [  231.156703] init: nmbd main process (2606) terminated with status 1
  245. Jul  2 23:38:51 FSC-laptop kernel: [  231.156735] init: nmbd main process ended, respawning
  246. Jul  2 23:38:51 FSC-laptop kernel: [  231.186380] init: nmbd main process (2612) terminated with status 1
  247. Jul  2 23:38:51 FSC-laptop kernel: [  231.186412] init: nmbd main process ended, respawning
  248. Jul  2 23:38:51 FSC-laptop kernel: [  231.218149] init: nmbd main process (2618) terminated with status 1
  249. Jul  2 23:38:51 FSC-laptop kernel: [  231.218189] init: nmbd main process ended, respawning
  250. Jul  2 23:38:51 FSC-laptop kernel: [  231.253077] init: nmbd main process (2624) terminated with status 1
  251. Jul  2 23:38:51 FSC-laptop kernel: [  231.253114] init: nmbd main process ended, respawning
  252. Jul  2 23:38:51 FSC-laptop kernel: [  231.284314] init: nmbd main process (2630) terminated with status 1
  253. Jul  2 23:38:51 FSC-laptop kernel: [  231.284346] init: nmbd respawning too fast, stopped
  254. Jul  2 23:38:58 FSC-laptop ntpdate[2526]: adjust time server 91.189.94.4 offset 0.473040 sec

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation