/srv/irclogs.ubuntu.com/2014/06/23/#xubuntu.txt

oneof3hello. when i choose reboot it wont. It kind of just shuts down and goes black then tried to reboot. Any idea what the issue is?00:48
oneof3but a hardshutdown works then it boots00:49
=== S-USA is now known as SonikkuAmerica
=== ponbiki is now known as Guest67868
MisterAcaciaHi all. Not sure if this is xubuntu or better elsewhere. Xubuntu 14.04 using Skype, I don't have Skype showing as an application in PulseAudio. Other apps appear, but not Skype.04:20
MisterAcaciaThe odd thing is that Skype sounds come through, though at 100%, and in pasystray it shows as a playback stream. But in pavucontrol it doesn't show04:33
MisterAcaciaAnd audio from a call shows in playback.04:34
=== Guest67868 is now known as ponbiki
Meerkathow can I add more than 4 keyboard layouts in keyboard settings?10:54
Meerkat14.0410:54
Meerkatapparently this issue goes deep. :(11:47
HedgeworkHey, all.  I have a wireless Plantronics headset and a machine running Xubuntu 14.04.  My machine will recognize the headset (I can see it's correct device ID in dmesg when I plug it in, and both alsamixer and pavucontrol list it) but not play sound to it.  Sound is "working" in that the HDMI sound device I don't want to use can be made to play sounds.14:12
HedgeworkI'm seeing a lot of "retire_playback_urb: 831 callbacks suppressed" in dmesg, which is probably relevant.14:13
Hedgework('831' there is just a count, it increases bit by bit)14:13
HedgeworkThis is really frustrating, as I'd like to listen to music while I work without making my officemates hate me, however I'm not sure how to troubleshoot it as I don't use pulseaudio on my other systems and thus am not terribly familiar with it.14:14
HedgeworkAny help would be appreciated. :)14:14
=== S-USA is now known as SonikkuAmerica
GridCubeHedgework, open pavucontrol and the program you are using to stream music14:56
GridCubethen play the music and see in pavucontrol where the stream is being sent14:56
HedgeworkGridCube: Did that.  It appears to be streaming, and pavucontrol appears to think my headphones are outputting sound :/14:56
HedgeworkGridCube: the only weird thing is that on the 'Configuration' tab, I see "Plantronics Wireless Audio" set to profile 'Analog Stereo Output + Analog Mono Input' while in the 'Output Devices' tab, it's listed as mono output14:57
GridCubemmhm14:59
akishi all. Upgrade from 12.04 to 14.04 or clean installation of 14.04? What is best?15:06
HedgeworkOMG I fixed it!  That was sooo stupid.15:07
HedgeworkGridCube: It turns out that I'd left the headset sitting in my desk too long while I was away...I noticed it was dead and recharged it, but didn't realize it was so dead that it lost pairing with it's transciever.15:08
HedgeworkGridCube: re-pairing them made everything work.15:08
GridCubeXD15:09
GridCubeHedgework, :D awesome then15:09
Hedgeworkyay, I have music again!15:09
GridCubeakis, clean installs are always recomended, though updates should be perfectly ok15:09
GridCubeakis, remember to always backup sensitive information when you are doing stuff like this15:09
GridCuberegardles of any option you take15:10
Hedgeworkakis: Updating "should" work fine, but I've found that with Ubuntu I prefer to back up then re-install.  I've found that binary distros in general make assumptions about what their users are running, and that many OS-version upgrades can make you drift far enough from those assumptions to make troubleshooting difficult.15:10
akisGridCube: if i choose a clean installation my /home backup will work with 14.04?15:10
Hedgeworkakis: Yes.15:10
GridCubeakis, yes, but then you will have to remember to remove default .config files15:11
akisHedgework: yes "should work" thath is very clear!15:11
GridCubejust in case they are not compatible with new program settings15:11
GridCubeakis, should work is the best we can give you in this lands15:11
akiswhat is the best backup program in your opinion using GUI?15:12
HedgeworkI have no idea, sorry.  I use command-line tools for backup.15:12
bazhang_!info grsync15:13
ubottugrsync (source: grsync): GTK+ frontend for rsync. In component universe, is optional. Version 1.2.4-1 (trusty), package size 151 kB, installed size 661 kB15:13
GridCube!backup15:13
akisgive me a link for those command lines tools too!15:13
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning15:13
bazhang_depends on your needs15:13
bazhang_rsync is one option15:13
akisgrsync and rsync are available in ubuntu software canter?15:14
Hedgeworkakis: I really like 'rsnapshot' which is very easy to configure, uses rsync heavily to minimize transfer, but also makes judicious use of hardlinks to allow you to keep multiple snapshots with a minimum of space consumption.15:14
bazhang_yes, they are in ubuntu repos15:15
* Hedgework goes back to doing work15:15
akisboth rsync and rsnapshot are installed in my system. Do they have GUI too or they are configured only through terminal?15:17
bazhang_grsync as I showed above15:18
Hedgeworkakis: grsync was just mentioned as a GUI interface to rsync.  I do not know of a GUI for rsnapshot -- to my knowledge, it's configured using your favorite text editor. :)15:20
akisi have configured my winmodem to work with my system. Is there any chance to backup this configouration or do i have to setup it again with 14.04?15:20
Hedgeworkakis: You should be able to back up any configuration on your system; you just need to know where it's stored.  System-wide configuration is usually in /etc somewhere, and user configs in the user's home directory.15:22
akis"grsync is a simple graphical interface using GTK2 for the rsync command line program." is it a backup program too?15:22
Hedgeworkakis: Note that /etc contains a *ton* of config, including critical stuff like your filesystem table (fstab) file, which tells Linux what to mount and where, so you shouldn't back it up as a whole then dump it on a new install, as doing so may break things.15:23
bazhang_rsync is a fast remote file copy and synchronization program - For more see: https://help.ubuntu.com/community/rsync15:23
Hedgeworkakis: Instead, it's better to back up the specific config files you care about bringing forward, and use a diff utility to merge in changes where needed.15:23
akisHedgework: hmmm. that the point! How can i be sure where evereything i need is stored?!15:24
Hedgeworkakis: This is another good reason to use CLI -- you know what files you edited so you can grab them when needed -- that said, if you google the name of the app you used to configure the feature/settings that concern you (possibly adding "ubuntu" to the keywords) you'll likely find the name of the file.15:25
Hedgeworkakis: or just poke around /etc and find something with a relevant name, then look inside it to see if it really is what you guessed.15:25
bazhang_!info etckeeper15:25
ubottuetckeeper (source: etckeeper): store /etc in git, mercurial, bzr or darcs. In component main, is optional. Version 1.9ubuntu2 (trusty), package size 26 kB, installed size 211 kB15:25
Hedgeworkakis: Nearly everything in /etc is stored in a human-readable format, so you can learn bunches by just looking around.15:25
Hedgework<3 etckeeper, but that doesn't negate the need to carefully track what changes one migrates upon reinstall. :)15:26
akisHedgework: Your advises are very useful.15:27
akisthanks all of you guys!15:30
Hedgeworkno problem :)15:30
akisi will check them all and i will read also the backup's references!15:31
akisi am not in hurry to go to 14.04 as 12.04 is still alive till apr 2015, isn't it?15:32
akisin your opinion on my 2 machines (notebook HP 1,5 ghz celeron with 1,5 gb ram & netbook Lenovo 1 ghz intel atom with 1 gb ram) running 12.04 is it recommended to go for 14.04 or switch to lubuntu 14.04 with a new clean installation for a better perfomance?15:35
ARM9lubuntu 14.04 clean install15:35
ARM9but you could also go for xubuntu with both those specs, if you want a bit of the fancy stuff15:36
HedgeworkI can't really comment on that.  I'm running xubuntu, but without most of the standard stuff (I use a lighter wm, etc) so I doubt my proc/memory usage are at all representative15:36
ARM9for the HP that is, not sure about the lenovo (512MiB minimum recommended for xubuntu so)15:36
akisARM9: i run it already from live CD and it is very fast indeed. Can i use in lubuntu kde apps too?15:37
holsteinakis: i cant imagine there being anything about 14.04 that would improved dialup connections.. if that is a deal breaker.. you should be able to try 14.04 live, and its a good idea to do so.. 14.04 would be the latest version with the latest packages..15:37
ARM9I run xubuntu pretty much as it comes out of the box, with firefox and flash player running I'm already up at 800MiB  ram, and that's with 2 tabs open in firefox (it eats memory something ferociously)15:37
ARM9akis yes you can use kde apps in lubuntu, but then you'll often need to install some packages from kde which I can't recommend personally15:38
akisARM9: i think that wiht chromium browsing is faster!15:38
ARM9sure, but chromium can be a memory hog too at times15:39
ARM9and if you start having to use swap your system is not going to like you15:39
akisARM9: yes, i konow about packeges needed. i am doing the same with my 12.04. I am using dolphin and i cannot go anywhere without it! I love "move" command too!15:40
holsteinakis: you can run what you like where you like15:41
ARM9to be honest I think the most limiting factor in both of those laptops is ram, I'd recommend lxde, openbox or other lightweight wm if you don't need all the cruft of kde etal15:41
holsteinakis: you insatll whatever applications you want, and the libraires needed will be pulled in.. many folks dont like to have kde libs mixed in.. as ARM9 is explainging ^15:42
akisARM9: I really am afraid that my Lenovo should not work smoothly with 14.04 because already under 12.04 it is slow!15:42
holsteinakis: try it live, friend.. that can depend on many factors.. driver support..15:42
ARM9akis if you're using ubuntu (stock flavor) 12.04 you should notice significant speedups from lubuntu 14.0415:43
ARM9also a clean install is always nice15:43
holsteinakis: its not blanketly statable that 14.04 is "faster" or "slower" than 12.04.. nothing about 14.04 is adding any additional overhead to make it slower.. but, hardware support can make or break performance15:43
akisyea sure. i am talking for a clean installation15:43
* holstein also prefers a clean install.. you should have your data backed up regardless, before doing *either* an upgrade or fresh install, since *all* hard drives fail15:44
akisholstein: i understand that the difference is between the manager every os uses. ldxe is pretty light. i check alrady through live cd. but i missed the beaty of xfce!15:45
holsteinakis: im not suggesting you dont use xfce.. im saying, you'll have to try 14.04 on your hardware and see.. could be, for your hardware set, some kernel module in 14.04 makes performance *way* better.. could be worse.. could be similar15:47
holsteinakis: typically, intel hardware is well supported, and doesnt get worse by upgrading. but, nothing about any operating system current is going to be bothering much with dialup connections.. that would be something i would be testing firsthand, if it were important to me15:48
akisholstein: You have right. But according to my hardware configuration I am not afraid about my Hp's performace as my Lenovo's.15:49
holsteinif you are asking "should you upgrade to 14.04?".. i have.. and do. and suggest it. though, if i had a hardware or software requirement that made 12.04 a "better" choice, i would run it15:49
akisholstein: Historically any newer OS asks higher hardware configuration. So if somebody wants to avoid to buy new hardware has or to not upgrade or choose a lighter OS. Thanks Ubuntu we have the choise for a lighter one, isn't it?15:52
holsteinakis: try it live, friend.. and see.. its not "typical" for linux to do that, at all15:53
holsteinakis: it is fact that moving forward, systems can need more resources to "keep up".. but thats not as typical with linux operating systems, and the difference in 12.04 vs 14.04, for me, specifcally, on *all* my hardware is quite similar15:54
akisholstein: I will try it to my Lenovo too! Maybe you have right. The most difficult for me is to re-configurate and customize my systems as i have them already. It is boring to re-customize every application in your actual needs!15:55
holsteinakis: you'll want a backup regardless.. *when* that hard drive fails, you lose those settings as well.. so, go ahead and plan for that, and do either one you choose.. fresh install allows for placing those configurations back in..15:56
holsteinyou can also try a hardware channel, since, if you are experiencing slow speeds on "the lenovo" on every operating system you put on the unit, it could be bad/failing hardware and/or misconfiguration15:56
akisI really thank you all of yoy for your very useful advises. I will "live" test new versions and i will decide what to do. If i will need any help i will ask you help. Have a nice day!15:59
yoLo_Hey, has the ubuntu coming out of sleep problem been fixed ??16:33
yoLo_my PC goes blank and cannot recover from sleep16:33
yoLo_i know am not the only person with this issue ?16:34
Unit193Fix is in proposed, should be released soon.16:34
yoLo_hmm..16:34
yoLo_14.04 is great but that issue has caused nightmares..16:35
yoLo_salamander version was great16:35
yoLo_should probably switch to debian16:41
holsteinyoLo_: to address bugs?16:42
yoLo_no switch OS16:43
holsteinyoLo_: sure.. you are trying to switch to debian to get away from bugs?16:43
yoLo_yes :|16:45
holsteinyoLo_: go for it.. let us know how that goes.. i dont recall debian stating that debian is free of bugs..16:47
psx_Hello guys16:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!