Ben64 2017-01-25 21:45:27
flain: .....webfsd
flain 2017-01-25 21:49:07
Ben64: I see. I'll just have to figure out how it runs on boot.
Ben64 2017-01-25 21:49:24
you installed it for some reason
Ben64 2017-01-25 21:49:28
you could just ... uninstall it
xcvxcv 2017-01-25 21:50:16
o/
flain 2017-01-25 21:50:22
Ben64: Maybe the updates? I recently updated via System Updates without reading stuff.
doublejane 2017-01-25 21:50:30
flain: i found in archlinux that systemctl can give a list of all the startup programs
Ben64 2017-01-25 21:51:01
flain: nah, you installed it
flain 2017-01-25 21:51:32
Ben64: If I uninstall, won't it have any side-effect on my system?
doublejane 2017-01-25 21:52:32
flain: r u using virtual machine? that could make life easier
Ben64 2017-01-25 21:53:20
flain: unless you need it, nope
PickledEggs 2017-01-25 21:55:13
flain: what do you get if you run 'dpkg -S webfsd'
xcvxcv 2017-01-25 21:56:45
exit
humoroustwo 2017-01-25 21:57:45
Good morning
PickledEggs 2017-01-25 21:58:13
flain: or 'apt-cache rdepends webfsd'?
PickledEggs 2017-01-25 21:58:22
humoroustwo: good morning
humoroustwo 2017-01-25 21:59:04
After I create a hotspot (and close it again), network-manager doesn't show any wireless networks, and reports that all networks are out of range
humoroustwo 2017-01-25 21:59:45
I can still connect to networks through 'connect to a hidden network', but obviously this is a bit inconvenient
doublejane 2017-01-25 22:00:55
humoroustwo: could it be a bug of network-manager? what says in wicd?
ragecraze 2017-01-25 22:00:55
guys when i start my computer, i have wifi and everything is great, if i restart it says no wifi detected? i have to restart again to be able to connect to wifi!
humoroustwo 2017-01-25 22:00:56
Also the network indicator is bugged, and shows the wrong icons (it's currently showing the up/down arrows)
ragecraze 2017-01-25 22:00:59
how do i solve this?
doublejane 2017-01-25 22:01:30
ragecraze: bro just restart the network: sudo /etc/networking restart
humoroustwo 2017-01-25 22:01:51
ragecraze, It might be worth doing this as a startup script, it's what I did
flain 2017-01-25 22:02:00
PickledEgg: It says: /usr/share/man/man1/webfsd.1.gz | /usr/bin/webfsd | /usr/share/webfs.conf.auto
humoroustwo 2017-01-25 22:02:04
ragecraze, does it do the same thing when you suspend and resume?
flain 2017-01-25 22:02:27
doublejane: No, I'm not using virtual machine.
flain 2017-01-25 22:03:30
PickledEggs: apt-cache says no packages found.
ragecraze 2017-01-25 22:03:35
humoroustwo i dont know i havent tried
ragecraze 2017-01-25 22:03:44
is this a common problem?
flain 2017-01-25 22:03:58
I guess I could just uninstall webfsd then? I currently see no need for it.
humoroustwo 2017-01-25 22:04:05
I couldn't say :/ all I now is that it affected me
doublejane 2017-01-25 22:04:14
flain: i know some IT managers always worry about changing the system. In this case we always use VM to test. If system booms then just recover it from snapshot
humoroustwo 2017-01-25 22:04:41
PickledEggs: I don't have wicd. Restarting network manager does not fix it
brianhunter 2017-01-25 22:04:48
alkis: I appear to have sorted the issue I mentioned yesterday about Ubuntu freezing when playing video. It appeared to have been an issue with my CPU CSTATE. The editing grub solution from the following link to force a cstate of 1 seems to have done the job - https://askubuntu.com/questions/761706/ubuntu-15-10-and-16-04-keep-freezing-randomly - Thanks for your help yesterday.
humoroustwo 2017-01-25 22:04:53
I'm on U16.10
flain 2017-01-25 22:05:10
doublejane: That's a very helpful info. Let me fire up a VM.
doublejane 2017-01-25 22:05:29
humoroustwo: is wlan on? u may check it by running ifconfig
humoroustwo 2017-01-25 22:05:56
One sec, going to debianpaste
humoroustwo 2017-01-25 22:06:29
doublejane: It does look like wlan is on
humoroustwo 2017-01-25 22:06:37
Worth noting that I'm connect via wifi right now
doublejane 2017-01-25 22:08:28
then it should be a problem of network-manager, just forget about it and use wicd-gtk instead
humoroustwo 2017-01-25 22:11:27
Well that is odd
flain 2017-01-25 22:11:35
doublejane: It seems that webfsd does not exist in Ubuntu's default packages. I guess it is safe to remove, and maybe if something requires it, then I'll install it again.
humoroustwo 2017-01-25 22:11:35
Is the nm-applet --sm-disable flag depricated?
humoroustwo 2017-01-25 22:12:08
doublejane: Running that command fixed it... somehow
flain 2017-01-25 22:12:33
Thanks PickledEggs, Ben64, doublejane. :)
PickledEggs 2017-01-25 22:13:14
flain: good luck
doublejane 2017-01-25 22:13:24
humoroustwo: thats cool, so u still love network-manager
doublejane 2017-01-25 22:14:41
flain: gl bro, have u remove the rc.d script of it?
flain 2017-01-25 22:15:24
doublejane: What do you mean?
doublejane 2017-01-25 22:15:57
that could prevent the program from startup
humoroustwo 2017-01-25 22:16:04
doublejane: no comment
humoroustwo 2017-01-25 22:16:13
It took me ages to get my hotspot working in the first place
flain 2017-01-25 22:17:26
doublejane: Where can I find rc.d?
flain 2017-01-25 22:17:45
Sorry, I'm a bit of a noob haha
doublejane 2017-01-25 22:18:12
probably by scaning it: find /etc | grep
doublejane 2017-01-25 22:19:00
grep -r /etc
flain 2017-01-25 22:19:28
doublejane: I see it. Do I remove it (or just rename it to something else)?
doublejane 2017-01-25 22:19:41
more preciesly, change /etc into /etc/rc*.d
doublejane 2017-01-25 22:20:30
u could just move them out of rc*.d folder
fishcooker 2017-01-25 22:21:47
im on ubuntu 14.04... after i do reconfig /etc/network/interfaces... how to restart the network... i do /etc/init.d/networking restart but it don't use latest config
geirha 2017-01-25 22:21:49
The preferred method of adjusting the sysvinit scripts, is with the update-rc.d command
flain 2017-01-25 22:22:44
doublejane: Oh, the only item found was /etc/webfsd.conf. Nothing was found in rc folders.
geirha 2017-01-25 22:24:09
could be a systemd service
boy_30m 2017-01-25 22:25:32
#davao
doublejane 2017-01-25 22:27:01
service --status-all
boy_30m 2017-01-25 22:27:06
#phippines
flain 2017-01-25 22:28:27
geirha, doublejane: [+] webfsd shows in "service --status-all"
flain 2017-01-25 22:28:33
I mean webfs
doublejane 2017-01-25 22:29:05
yea just disable it
geirha 2017-01-25 22:29:25
if you uninstall the package, it should remove the service as well
doublejane 2017-01-25 22:29:56
may use rcconf command
geirha 2017-01-25 22:33:16
but it's not an rc script ...
doublejane 2017-01-25 22:35:59
the name of rcconf is a fake, it is only a friendly gui to enable/disable services
doublejane 2017-01-25 22:36:26
update-rc.d is better
doublejane 2017-01-25 22:37:28
'sysv-rc-conf list' + 'update-rc.d' = chkconfig@old.version.ubuntu
doublejane 2017-01-25 22:37:29
fml
soud 2017-01-25 22:41:41
hi guys, somehow my disk is at 98%, but / seems to only contain less than half. see https://bpaste.net/show/501c102e0ee7 . any idea why it's showing 95G in use when really it's only 33G?
mathematic-alpha 2017-01-25 22:41:56
Hi all . I have issues booting Ubuntu after installing windows
ppf 2017-01-25 22:42:54
soud run that du assudo
ObrienDave 2017-01-25 22:43:13
mathematic-alpha, you need to install windows first then ubuntu
k1l_ 2017-01-25 22:43:23
soud: sudo du -sh /*
k1l_ 2017-01-25 22:43:48
mathematic-alpha: run the ubuntu usb and reinstall the ubuntu bootloader?
kang00 2017-01-25 22:44:49
Rufus can process any of below file?
kang00 2017-01-25 22:45:02
.img or .iso or .vhd of os?