/srv/irclogs.ubuntu.com/2014/01/31/#ubuntu.txt

slicslakhey all, what is everyone using for a DAAP server these days? Google search is showing splintered results, dead projects, etc. is forked-daapd the way to go?00:00
yaccinterestingly, Doublex-ADF nowadays seems to rather common and cheap: http://skinflint.co.uk/?cat=multi&sort=p&xf=862_S%2FW-Laser~390_DADF~862_Farblaser#xf_top00:01
yaccslicslak: what's a DAAP server?00:01
slicslakyacc: itunes server00:01
yacceeck, poisonous fruit lover :-P00:02
yaccI managed to keep the contamination in this household to exactly one iPhone 3G, long gone. (And that because years ago free on contract, technically the last mobile we've bought "on contract")00:03
tswettHey guys.00:03
=== jcrza is now known as redditbot
tswettSo I'm building the kernel using the instructions here: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel During the "fakeroot blah blah blah binary-generic" command, I ran out of disk space. Once I get more disk space, can I just run the "clean" command and then the binary-generic command again?00:04
=== redditbot is now known as redditorsbot
=== redditorsbot is now known as jcrza
treehousedoes it matter where I put the -R flag when I chmod?00:05
slicslaktreehouse: only w/ bsd tools00:06
slicslakas you're in #ubuntu, the answer is probably no00:06
treehouseslicslak: sounds like bsd tools are inferior?00:06
_andyj_google is failing me, trying to fix wifi on compaq cq60 running 12.04...  rfkill and the physical switch on the laptop neither one seem to remove the Soft & Hard block on hp-wifi: Wireless LAN...  it is Atheros AR242x / AR542x wifi card...  any thoughts?  already tried "sudo rmmod hp-wmi", which removed the fantom wifi kill switch but then the card was gone00:06
bobptzguys, I have a missing file/dir here:   /proc/diskstats00:07
slicslaktreehouse: haha, well, some people (including me) do think so.... but... we get ssh from openbsd which is the most secure OS out there. so...00:07
bobptz...00:08
bobptzdoes this men I have  a problem in my ubuntu installation?00:08
tswettbobptz: well, /proc is a virtual file system; the files it contains represent information about the system. Does your /proc have stuff in it?00:08
tswettIf it doesn't have anything in it (or it only has a couple of files), then it sounds like /proc is unmounted for some reason. Mounting it again isn't too tricky.00:09
bobptztswett   let me see00:09
bobptztswett  btw it is a VPS server ubuntu 12.04 with nginx 1.4.400:10
slicslakbobptz: they probably just didn't compile support for that into the kernel00:10
slicslakas you are on a VPS, the information may not be usefull anyway00:10
bobptz?00:10
Jordan_Ubobptz: You probably don't have /proc/diskstats because you probably don't have your own disks.00:10
bobptztswett, ok my /proc has several files a nd dirrectories00:11
codepython777is this safe on ubuntu 12.04? sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring00:11
bankshow come i get a black screen when i try and update to ubuntu 13.10?00:12
tswettbobptz: sounds like slicslak and Jordan_U know this stuff better than I do.00:12
bobptzok guys00:12
bobptzso what do you think?00:12
bobptzslicslak ?   I said I do have files dirs in there00:12
slicslakbobptz: your on a VPS, so don't worry abou tit00:13
slicslakwhy were you looking for them?00:13
Jordan_Ubobptz: If your environment is within a container, rather than full virtualization with emulated drives, then it seems perfectly normal that you don't have a /proc/diskstats.00:13
bobptzmunin is failing me00:13
bobptzI have error:    Error output from iostat_ios: kernel 2.4 not supported yet00:13
bobptzwe traced the code and it checks for this directory00:14
yacc codepython777: probably, if you google it, Ubuntu has some time a policy of back porting the newer kernels to older releases.00:14
codepython777whats a good way to upgrade the kernel for ubuntu 12.04? Preferably to > 3.800:14
bobptzand then goes to   /proc/partitions00:14
codepython777yacc: has 3.12 been backported for 12.04?00:14
Jordan_Ubobptz: It's likely that the feature of Munin that you're trying to use (getting statistics on disk access?) is simply not available when running inside a container.00:15
codepython777yacc: perhaps 3.12.9 is the latest stable ?00:15
yacccodepython777: https://wiki.ubuntu.com/Kernel/LTSEnablementStack00:16
slogmogHello everyone, I would like to learn programming, I want to create software for linux so what programming language should i learn?00:16
=== zz_megabitdragon is now known as megabitdragon
bobptzJordan_U, I am sorry, I have a vps, is this a "container"  Munin is supposed to run on servers.  I assumed vps too.00:17
codepython777slogmog: python :) - http://bit.ly/pythonclass00:17
gabehhi I created an upstart job and I can see it when I do initctl list.  How can I remove it?00:17
ejuanwhen I run dmesg is the time stamp seconds from initial boot time?00:17
bobptz is vps  a "container" ?00:17
SolidLogWhere would I find out how to host my own IRC Channel?00:18
slogmogthx codepython nice website btw.00:18
codepython777slogmog: good luck. You'll need at least a little bit of programming experience to traverse through that site. (know what variables mean etc)00:19
slogmogcodepython777: i have some javascript knowledge is that enough?00:20
bobptzJordan_U, ok so VPS is a container, now I know what you are saying00:20
codepython777slogmog: that should be enough.00:20
codepython777slogmog: try it, if you have questions = head to #python or ask a question on the webpage?00:20
slogmogok thx00:21
tswettSolidLog: depends on whether you want it on your own server, on freenode, or what. If you want it on freenode, try #freenode. Otherwise, I dunno.00:21
tswettHey guys. So I recently installed a new version of util-linux. Thing is, now, when I run mount, I get the error "mount: /lib/x86_64-linux-gnu/libmount.so.1: version `MOUNT_2.25' not found (required by mount)", along with the same thing for 2.23, 2.21, 2.24, and 2.22.00:25
tswettI don't need the new /bin/mount; I'm fine with the /bin/mount that Ubuntu comes with. Is there a way I can get Ubuntu's /bin/mount back, while keeping the shiny new /usr/bin/unshare that also comes with util-linux?00:25
treehouseso if I've understood this right.. giving write permissions to others, but excluded that right from the group of a file... being part of that group is basically just a restriction?00:27
tswetttreehouse: I believe so. I think there might be a way of bypassing the restriction, though.00:27
treehousewhat if a file has different group and user permissions, which one will be prioritized?00:30
myst3r10nis the virtualbox-guest-dkms the virtualbox guest addition?00:30
tswettPretty sure it's the user permissions. If the user permission is set to allow and the group permission is set to deny, then the user permission will take precedence.00:31
tswettmyst3r10n: part of it, yes.00:31
tswettmyst3r10n: I don't remember what the other part is called. Might be virtualbox-guest-x11 or something.00:31
myst3r10ntswett: i need the guest additions for ubuntu server00:31
=== utack is now known as utack_
myst3r10nor where can i download the VBoxLinuxAdditions-x86.run i do not find them on virtualbox.org ^^00:33
tswettmyst3r10n: this may help: https://help.ubuntu.com/community/VirtualBox/GuestAdditions00:35
myst3r10nthx tswett00:35
=== megabitdragon is now known as zz_megabitdragon
tswettHum. I did "apt-get install --reinstall util-linux" and "apt-get install --reinstall libmount1", and I'm still getting the errors.00:40
Jordan_Ubobptz: A VPS is any "Virtual Private Server", your particular VPS is probably using containers, using a technology like LXC, as opposed to "full virtualization" as provided by KVM or VirtualBox.00:40
bobptzJordan_U  it is OpenVZ00:41
Jordan_Ubobptz: Indeed, that's container based virtualization. http://openvz.org/Introduction_to_virtualization explains the various types of virtualization.00:42
nikitisHey, anyone know what the linux application is that shows sensor data on the desktop with little seemless bars?00:45
nikitisi cannot remember for the life of me what it's called00:45
RedHawknikitis: Give me a sec00:47
nikitisok00:47
RedHawknikitis: was it Conky?00:47
nikitisYES!00:47
nikitisRedHawk: Thank You, i've been googling for hours00:48
RedHawknikitis: NP, had to ask a friend! :D00:48
nikitisit's a great sensor app00:48
Tony_any samba experts out there have time to help a noob?00:48
nikitisTony_: depends on what you need?00:48
nikitisWhat are you trying to do?00:48
Tony_I have an issue where transfers initiated from a win7 machine are way faster than transfers initiated from my linux box00:49
Tony_when transferring between the same two boxes00:49
nikitisi don't do performance, if it's transferring at all, it's a good thing.00:50
nikitisis the connection wireless?00:50
Tony_yeah, file sharing is working no problems00:50
Tony_got WINS going to00:50
Tony_no, it is all cat5e wired eithernet00:50
nikitis100Mbit or 1000Mbit?00:50
Tony_If i sit at my win7 machine, I can send OR recieve files at 99.7 Mbps00:50
nikitisNIC's00:51
acovrigI have a group of ssh clients doing a -R forward, can i see what ports the R is binding (from the server)?00:51
Tony_if I sit at my linux box, I can send OR receive only at ~60 Mbps00:51
Tony_it is just a 100 Mbps network00:51
nikitisTony_: could be a winidows Registry problem00:51
nikitislike a windows setting00:51
Tony_hrmmm00:51
nikitisi'd check the NIC properties in device manager00:52
nikitisand check for tx power etc00:52
Tony_But the windows machine seems to be working properly00:52
nikitissure, but it may be limiting to outside sources00:52
Tony_yeah but i can pull files from the Linux box full speed00:52
Tony_and send to the linux box full speed00:52
Tony_but if i sit at the linux box i can't pull or push files near as fast00:53
nikitisright from Windows, but again Linux isn't restricting transfer rates00:53
nikitisWindows may be restricting transfer rates for outgoing data00:53
nikitisinitiated from outside the windows box00:53
Tony_I can transfer to another windows machine just fine00:53
nikitisyes but you are doing it all from the windows box00:53
nikitisif you pulled the file from the outside boxes it's slow?00:54
Tony_How can i test your theory?00:54
Tony_The windows machines are always fast as long as you are initiating transfers from within windows00:54
nikitisI don't know i don't use windows much anymore, but i'd check the device manager for the nic and look at drop down options00:54
Tony_I was thinking it had something to do with mounts within samba00:55
nikitisYou can also ask your questions at speedtest.net00:55
nikitisi don't think it's a linux issue00:55
nikitisTony_: doubtful00:55
acovrigone forward shows up in nmap, but not others, why?00:55
Tony_speedtest.net....are they good with both platforms?00:55
nikitismounting is only telling the kernel how to read and where to read.  Doesn't affect speed00:56
nikitisprobably00:56
nikitisLinux samba isn't going to slow down anything00:56
nikitisWe want you to have full speed, Windows doesn't always.00:56
Tony_I guess i don't see why the windows would limit a linux connection and not another windows connectoin00:57
RedHawkWith some tweaking to the .conf files, you can speed it up. Samba isn't readily used by linux, so it is setup for very basic use, and is meant to be tuned to the needs of the user via manipulation of the conf.00:57
RedHawkread more here: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/speed.html00:57
Tony_redhawk, I have done most of those.  The speeds are just fine as long as the transfer is initiated from within Windows00:57
Tony_none of them helped00:58
Tony_and direction of transfer does not matter00:58
RedHawkTony_: And you've checked the Windows setting to make sure all match? Even the Workgroup name? <--I know that one caused me some issues.00:59
Tony_yup.  workgroup name is all the same00:59
Tony_my linux box is the WINS server00:59
Tony_i tried using bcast instead, no change00:59
RedHawkMuck!01:01
Tony_yeah, it is frustrating the heck out of me01:01
jiridoHi. i just updated and now i got a problem with the nvida kernel module missmatching the driver component.. is there something simple i can do here now to fix this .. Lucky i got irssi01:01
Tony_been trying to figure this out for about 2 months01:01
Tony_thanks for the ideas.  I'll try and look into windows settings since I can't seem to find anything with Linux01:02
codepython777I'm logged into a machine which has this df : http://bpaste.net/show/NFQK3InZKhfynr8Ds7pF/ - Is data1 a raid?01:12
LuvLinuxOScodepython777 that is a good bit of space!!!01:17
codepython777LuvLinuxOS: I'm trying to interpret what the admins have put - what is in RAID and what is not - the IO speeds I'm getting are around 200MB / sec01:20
LuvLinuxOScodepython777...lvm perhaps???01:24
LuvLinuxOSpvdisplay, lvdisplay, gvdisplay and etc???01:24
jiridoHi My Nvida kernel module missmatching the Nvida driver componen and i icnt get in to desktop could anyone here pleace advice me to some comand is some comand that updates the kernel module that have version 173.1435 while driver component has version 304.11601:27
jiridoOk01:27
codepython777LuvLinuxOS: I wish there was a humanDiskdisplay :)01:28
jiridoTask /gw 1101:29
bobptzI installed MUNIN from the ubuntu repositories.  I ended up with munin 1.4.6.  I just read that munin 2.0 is available in linux, ubuntu repositories01:33
somsipbobptz: what version of ubuntu?01:34
bobptz12.0401:34
somsip!info munin perecise01:34
ubottu'perecise' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, quantal, quantal-backports, quantal-proposed, raring, raring-backports, raring-proposed, saucy, saucy-backports, saucy-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable01:34
somsip!info munin precise01:34
dominiquenf13.10 for STS and 12.04 for LTS01:34
ubottumunin (source: munin): network-wide graphing framework (grapher/gatherer). In component main, is optional. Version 1.4.6-3ubuntu3.4 (precise), package size 148 kB, installed size 578 kB01:34
somsip!info munin01:34
ubottumunin (source: munin): network-wide graphing framework (grapher/gatherer). In component main, is optional. Version 2.0.17-2ubuntu1.1 (saucy), package size 127 kB, installed size 649 kB01:34
somsipbobptz: so the current version of munin for ubuntu 13.10 is 2.0. If you want to use this, you would need to find a PPA that offers it01:35
bobptz???   can you make this english please?01:35
somsip!ppa | bobptz01:35
ubottubobptz: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge01:35
bobptzso munin 1.4.6 was available for ubuntu 12.0401:36
somsipbobptz: it's the current version available for 12.0401:36
bobptzif I had latest ubuntu, then I would have more current munin01:36
tpw_ruleshey, i need some help. i put ubuntu on my microsoft surface and it occasionally doesn't shut down. it fails at "killing all remaining processes" and then hangs01:36
somsipbobptz: yes01:36
bobptzsomsip, THANK you.  I had huge problem with munin 1.4 bug01:37
Jordan_U!sysrq | tpw_rules01:37
ubottutpw_rules: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key01:37
tpw_rulesi don't have a keyboard01:37
=== patrick is now known as Guest49772
Jordan_Utpw_rules: That does make things more difficult :(01:39
tpw_rulescan't we solve the problem of what's failing to be killed?01:39
=== LarrySteeze|Away is now known as LarrySteeze
bobptz!info munin precise01:44
ubottumunin (source: munin): network-wide graphing framework (grapher/gatherer). In component main, is optional. Version 1.4.6-3ubuntu3.4 (precise), package size 148 kB, installed size 578 kB01:44
Jordan_Utpw_rules: I think that you're running into https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073433 , assuming that the machine will eventually shut itself down after several minutes (though, without unmounting the root FS cleanly).01:44
ubottuLaunchpad bug 1073433 in network-manager (Ubuntu) "Ext4 corruption associated with shutdown of Ubuntu 12.10" [High,Triaged]01:44
mustmodifyIs there a utility to verify that a public and private key match?01:44
jiridoCaan i pleeace get some help  My Nvida kernel module missmatching the Nvida driver componen and i can't get in to the desktop to reach a browser. could anyone here pleace advice me to some comand is some comand that updates the kernel module that have version 173.1435 to play with the driver component that has version 304.116 or how to revert last update01:45
RalliasIs there anything I can do to speed up ubuntu's install?01:45
Jordan_Utpw_rules: If that is the bug you're hitting, you can see that it's difficult to find out what exactly is stopping upstart from being able to unmount the root fs.01:48
tpw_rulesit might be, i do get mount: "/" busy01:48
mustmodifyI resolved that issue.... ssh-keygen can regenerate it's public key.01:49
MarGulwhen I add the PPA ppa:ondrej/php5 to my ubuntu server and do the apt-get update and apt-upgrade it just wont update my php version. When I performed the same thing on my desktop it updated my php version to 5.5 without problem. Any sugestions on what might have happened?01:55
=== st0_ is now known as st0
stephen#guelphphp02:03
=== stephen is now known as Guest43202
rawrmonsterIs RC6 enabled by default on ubuntu 13.10?02:05
LoBlackhow i can install mate-desktop in ubuntu 13.10?02:10
icerootMarGul: install the package with apt-get install   (dist)-upgrade will only update existing packages with the same name02:10
icerootMarGul: and you should NOT!! use php from a ppa02:10
xanguaLoBlack: http://mate-desktop.org/02:11
icerootMarGul: php is not very safe on servers and when it is not officially maintained by a security team its a big security risk02:11
MarGuliceroot: I just updated with sudo apt-get install php5 and it looked like it updateed good. But now I get a 502 bad gateway error02:11
sensaeHow do I use Evolution to remind me that a specific event has occured?02:11
MarGuliceroot: I understand that, but I just want 5.5 so I can use bcrypt for my login script.02:11
=== aravind_udayasha is now known as aUdayashankara
somsipMarGul: did you say you use ondrej PPA?02:11
LoBlackty02:12
MarGulsomsip: No I removed that package and tried to update the php version with sudo apt-get install php5 . But like I said, now my server gets an 502 bad gateway error02:12
somsipMarGul: how did you remove that package from the ondrej PPA?02:12
MarGul--remove02:13
MarGulIt prompt me if I wanted the keep my configurations and said "Default is to keep your conf" so I did. And now I cant access my site02:13
somsipMarGul: depending on the version of ubuntu you are running, the ondrej PPA will also update a lot of other dependencies, including apache2 from memory. You may get problems from this if all you did was apt-get --remove php5. Look at !ppa-purge02:14
rawrmonsteris the intel power save rc6 enabled in ubuntu 13.10 by default or is this something i have to do manually?02:14
MarGulsomsip: Thing is it worked good on my desktop (xubuntu 12.04) to use the PPA. It updated my php version to 5.5, which is what i want. Can I remove the stuff that the PPA installed and edited? Or even better, is there a way to get my server back to how it was say 2 hours ago?02:15
somsip!ppa-purge | MarGul (read more on what it has done to your system on the ondrej PPA page, or look at /var/log/apt/history to see what other damage it may have done)02:16
ubottuMarGul (read more on what it has done to your system on the ondrej PPA page, or look at /var/log/apt/history to see what other damage it may have done): To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html02:16
MarGulsomsip: I ran the ppa-purge and it reverted some things but I still get a 502 bad gateway ;/02:23
somsipMarGul: check your apache conf files as they changed format under apache 2.4, which may have been installed by andrej PPA02:24
MarGulI am using nginx and I cant find my log files, trying to find them now. Sorry new to this :/02:25
somsipMarGul: no idea about nginx, so I can't help with that02:26
MarGulOkey, just checked and my vhost file has not changed.02:28
MarGulthanks for trying though :)02:28
mnemonMarGul: your php daemon is stopped probably02:28
uronuhow to auto replicate data every hour using rsync cron tab?02:29
mnemonwhat kind of setup are you using for running php?02:29
MarGulI have tried sudo service php5-fpm restart , it says: stop: Unknown instance: start: Job failed to start02:30
mnemondo you still have /etc/init.d/php5-fpm ?02:31
MarGulmnemon: First when I installed it I ran this command sudo apt-get install php5-fpm02:31
MarGulyes I still have that file02:31
MarGulWhat is even the 502 bad gateway? Every google search just says "It is not your fault, its the server" , yeah no shit hehe02:33
mnemonit means nginx is unable to proxy the connection02:33
=== commander_ is now known as cmmd
mnemonto your php daemon in this case most likely.02:34
mnemonMarGul: you could try reinstalling the php5-fpm or try finding out why it's broken ... could start with "/etc/init.d/php5-fpm start" and see what happens :)02:35
MarGulSince I havent really done much with my server it almost feels easier to do a fresh install. Or this could be good practice. So the 502 pretty much is that my server is not connecting with my php? I looked an saw that php is listening to the same sock as my vhost file. Any more? ;/02:38
mnemonMarGul: yeah, it's not connecting to the php(unless you're proxying to something else too ...) so either the vhost file is passing the connection to the wrong place or the php isn't listening there.02:40
MarGulmy vhost file is passing the connection to fastcgi_pass unix:/var/run/php5-fpm.sock; , my www.conf file is listeening on: /var/run/php5-fpm.sock ... same as the settings were before02:44
mnemonMarGul: have you checked if it's running? (like ps aux|grep 'php5' or something)02:48
SwifferAyubuf02:48
SwifferAyubuphilo the greatest02:48
xubun2what are some options for GUIs to manage GPG keys? export/import publish?02:53
=== bfiller is now known as bfiller_afk
=== notapuff is now known as puffin
Timhello03:05
krabadorTim, hi03:05
Timhello Krabador03:05
=== newbie is now known as Guest65954
Guest65954yo03:05
krabador!keys03:05
ubottuKeyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net/ - See !Keyboard for changing layouts. A list of keyboard shortcuts for Unity is available at http://ubottu.com/y/shortcuts03:05
krabador!gpg03:05
ubottugpg is the GNU Privacy Guard.  See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts03:05
krabador!gpg | xubun203:06
ubottuxubun2: please see above03:06
xubun2thanks03:06
krabadorxubun2, nop03:07
duhamelhello all i have changed my dpi in ubuntu 13.10 with the terminal using gsettings text scaling factor command. Nautulis is not affected by the command though and  lots of text remains too small to read. any ideas03:07
duhamel?03:07
glitsj16xubun2: you probably have a GUI already to do that, 'Passwords and encryption' (package name is seahorse on unity)03:07
krabadorduhamel, pearhaps you can work with fonts03:08
krabador!fonts03:08
ubottuFont installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "ttf-mscorefonts-installer" (from !Multiverse), "gsfonts", and "gsfonts-x11". For the official ubuntu font, see: http://font.ubuntu.com/03:08
duhameli have done this command many times on other installations ive done and it usually works systemwide03:08
xubun2i'm using xfce, i installed gpa from the repos. but i'm having trouble doing things like publishing keys. so i was looking out for some alternatives03:08
duhamelkrabador, what do you mean?03:09
krabadorduhamel, about fonts, like the bot links03:09
glitsj16xubun2: sudo apt-get install seahorse seahorse-daemon03:12
duhamelnope, not the solution. i want to change nautulis dpi because both the system settings>universal access> large text "on"  and gsettings text scaling factor aren't affecting it.03:12
xubun2glitsj16: thanks i'll try that one03:12
duhamellike i say, i have done this command many times on other installations ive done and it usually works systemwide03:13
glitsj16xubun2: this is a nice thread on using seahorse, the GUI's been modernised a bit compared to the pics in the thread, but the general usage is the same03:14
glitsj16http://ubuntuforums.org/showthread.php?t=114608103:15
duhamelkrabadori dont want to change the font, just the font size03:15
duhamelkrabador, I dont want to change the font, just the font size03:15
duhamelactually i want to change the dpi  throughout the system.03:17
krabadorduhamel, i think that if you work with font you can set the size03:17
duhamelokay, but it's the dpi i want to change. i am about 10' away from a 47" display.03:18
apb1963so it took absolutely forever... 3 hours to install 13.10 in a vbox... but I did it.  It took like another 20 minutes for it to boot... but it booted... Funny thing though... something... messed with the system time of the host... the guest - it had the right time... but now the host is set to UTC time... weird.03:19
=== Sleepnbum is now known as Guest6295
crazybotsmokerdumbest question but I am completely new to ubuntu, and is there a guide on 1. How to get my WinTV HVR 1250 turner card to work? also 2. a guide on how to get my vantec ugt-622 sata card to work03:24
crazybotsmokeri have ubuntu 12.0403:24
crazybotsmokerim kinda lost on google right now with all the results03:25
madyourseYes Ubuntu is good03:38
duhamelhi all im trying to figure out why nautilus is not affected when i use gsettings to set org.gnome.desktop.interface's text scalling factor key . any ideas?03:46
somsip!info memcached precise03:46
ubottumemcached (source: memcached): A high-performance memory object caching system. In component main, is optional. Version 1.4.13-0ubuntu2.1 (precise), package size 72 kB, installed size 222 kB03:46
madyourseduhamel: your fonts to small?03:47
duhamelmadyourse, yeah. some of it. like right click menu and icon labels03:47
madyourseduhamel: you have to tinker with xorg.conf03:48
duhamelsome were adjusted, i've used this command before and it usually works system wide, for some reason nautilus isn't being affected this time though.03:49
trismduhamel: odd, it is working here, maybe try: nautilus -q; and start it up again03:49
dupingping86hello!03:50
dupingping86world of ubuntu!03:50
duhameli'll try  but ive rebooted with no success.03:51
madyourseduhamel: your log in fontsbtiny?03:51
madyourseduhamel: your log in fonts tiny?03:51
duhameli don't log in usually, but i'll check. i don't think it has anything toi do with lightdm though.03:52
duhamelmadyourse, restarting nautilus worked. thank you. the only font left too small is the popup icon labels for the dash bar03:54
duhamelany thoughts on that?03:54
duhameland the font along the indicator bar at the top.03:55
madyourseduhamel: had the same problem. It had to do with xorg.conf DPI setting. Trying to find the fix.03:56
madyourseduhamel: you have nvidia graphics03:57
duhamelwhere is the xorg.conf? i don't have it in my home folder...03:57
madyourseduhamel: you have nvidia graphics03:57
duhamelmadyourse: i have ati radeon flrgx-updates proprietary driver enabled.03:58
duhamelunderscan fixeds and it seems to be fine hdmi audio works and all is good.03:58
madyourseHi,03:59
madyourseI am trying to set my dpi settings in lubuntu. There is no GUI that I know of to change dpi settings. I have found threads indicating that I should edit the xorg.config file and add the following to the monitor section...03:59
madyourseSection "Monitor"03:59
madyourseIdentifier "Monitor0"03:59
madyourseOption "DPI" "96 x 96"03:59
madyourseEndSection03:59
FloodBot1madyourse: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.03:59
duhamelmadyourse: all the dropdown menus from the indicator bar are good it's just the bar and close/min/max icons are too small04:00
duhamelhow would i change the menu bar's dpi or font size04:02
duhamel?04:02
madyourseduhamel: well that's from a Ubuntu forum. Something like that fixed my problems. Find xorg.conf edit it as superuser then reboot04:02
myst3r10nhave ubuntu a built in ssh server?04:03
duhameli dont think i have xorg.conf in ubuntu 13.10.04:03
duhamelor i'm not sure where anyways.04:03
=== onekt2 is now known as onekt
somsipduhamel: in /etc/x11, but there isn't one provided as standard as it's not required until you customise04:06
duhamelmadyourse: that file doesn't exist in ubuntu 13.1004:06
madyourseduhamel: you  try gnome tweak tool04:08
Barrin6so I see this netflix program running but in sleep when I use "pstree" but when I look in system monitor, I don't see the process04:08
Barrin6trying to kill it...04:08
Barrin6hmm nevermind it's gone04:09
duhameli did, and ubuntu tweak.04:10
madyourseduhamel: sorry dude at a loss.04:11
duhamelno worries. thanks for the halp bro.04:12
aUdayashankarajoin #jquery04:13
FuuqUmiistso which linux is as lightweight and user friendly as Windows XP?04:16
somsip!flavors | FuuqUmiist04:17
ubottuFuuqUmiist: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu.04:17
somsipFuuqUmiist: with lubuntu having a front rnd most similar to XP04:18
FuuqUmiistok04:19
skinuxFuuqUmiist: Personally, I say Ubuntu or Mint Linux.04:19
ciel_e agora , como é faço para copiar esse dvd?04:24
somsip!es | ciel_04:24
ubottuciel_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.04:24
somsip!info brasero | ciel_ (if I understand right)04:25
ubottuciel_ (if I understand right): brasero (source: brasero): CD/DVD burning application for GNOME. In component main, is optional. Version 3.8.0-1ubuntu3 (saucy), package size 148 kB, installed size 1048 kB04:25
ciel_isso amigo!!!!04:25
somsipciel_: np04:25
ciel_ele pediu isso aqui "libdvdcss.so.2"04:26
somsip!dvd | ciel_ (english only unless you go to #uuntu-es)04:26
ubottuciel_ (english only unless you go to #uuntu-es): Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats04:26
Random832I am on xubuntu04:27
Random832i disabled tap to click with xinput set-prop ... 'Synaptics Tap Action' 004:27
Random832but tapping still activates the window the mouse is over, it just doesn't pass a click04:27
=== karim is now known as Guest87270
Random832how do i stop this04:27
Random832xev says i've clicked "button 12"04:28
=== Guest87270 is now known as K4r1m
greeterso...04:33
gasa718hello04:45
mnemonhi04:45
gasa718g night all04:45
gasa718im new to linux and im having some problems with ubuntu 13.10, this is the right channel to make specific questions?04:46
somsip_gasa718: it is04:47
=== linuxuz3r is now known as k00giez
gasa718ok, im having trouble trying to install dropox on ubuntu 13.10, gnome 3.8 gui04:49
gasa718i cant open the window to put my login/password04:50
gasa718the icon is there, but noting happens when i click on it04:50
gasa718could someone help me? thanks in advance04:51
somsip_gasa718: icon is where?04:51
somsip_gasa718: possibly this will give you access to what you need? http://askubuntu.com/questions/358913/no-dropbox-icon-in-ubuntu-13-1004:52
gasa718on left side, and also up when i click on it04:52
gasa718i've already tryed it04:53
gasa718i've installed this pack04:53
gasa718and, also, i have a different problem04:53
somsip_gasa718: and logged out/in again, or restarted dropbox?04:53
gasa718the icon is there, but i dont have acess to the login window04:54
somsip_gasa718: and the answer to my last question?04:54
gasa718yeah, i've already log out- log in04:54
somsip_gasa718: what else have you tried?04:56
=== Jan11 is now known as ON1
gasa718uninstall/reinstall04:57
somsip_gasa718: seems to be issues with dropbox and 13.10. Loads of threads everywhere when I search. I have no fix for you, but maybe there is something in one of these to help you, eg: http://ubuntuforums.org/showthread.php?t=218130304:59
=== Thor|Away is now known as Thorium220
gasa718yeah, i've seem a lot o threads05:00
gasa718but this makes even harder to find a solution05:00
gasa718because i havent seen my specific problem, i.e., i cant acess the login window05:00
gasa718although i can see it when it when i press alt + ~05:01
gasa718but nothing happen when i click on it05:02
dexter__Hello05:07
Bashing-omdexter__: Hi ! to you also :D05:09
dexter__i don't know i have some weird issue with smplayer05:16
dexter__when i switch workspaces while playing video in smplayer in fullscreen mode the screen flicker05:16
dexter__and i dont have any problem with either VLC or totem player05:17
vahidhhhhhhhhhheeeeeeeeeeeeelllllllllllppppppppp05:20
vahidhhheeelllpppp05:20
vahidhhhiiii all05:21
cfhowlett!details|vahid,05:22
ubottuvahid,: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."05:22
somsip_vahid: just say what the problem is05:22
vahidim install virtual box but eror05:23
somsip_vahid: how did you install it? What error?05:23
vahidThe VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing05:23
vahid'/etc/init.d/vboxdrv setup'05:23
vahidas root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.05:23
cfhowlettvahid, that's not an error.  That's a message to help you do something additional - like install the virtualbox extensions05:24
vahidwathe??05:24
somsip_vahid: how dod you install virtualbox?05:24
cfhowlettvahid, it's not an error.  DETAIL exactly what you're trying to do and maybe we can help..05:24
vahidim new user ubuntu05:25
cfhowlettvahid, do you have ubuntu installed?05:25
vahidback box05:26
cfhowlettvahid, completely NOT answering the question ...05:26
somsip_vahid: repeatedly not answering the questions we ask...05:26
cfhowlettvahid, what is your first language?05:27
vahidcant help mi??05:27
vahidpersian05:27
somsip_!farsi | vahid05:27
ubottuvahid: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir  برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است.05:27
cfhowlettsomsip_, thanks05:27
somsip_vahid: backbox have support in IRC - see here http://www.backbox.org/contact05:28
vahidi serch but not see05:28
somsip_vahid: it's on that page. Where is says 'irc' and 'channel #backbox'05:28
vahidhow contact in chanel??05:29
cfhowlettvahid, type in /join #backbox                      press <enter> key05:30
somsip_cfhowlett: different server - not freenode05:30
toxic_hello05:30
toxic_i need help in reconfiguring my video driver05:31
=== Thorium220 is now known as Thor|Away
vahidhi all05:36
* somsip_ sighs05:36
cfhowlettvahid, greetings05:36
vahidim install back box but not working virtual box05:37
cfhowlettvahid, #vbox or #backbox are the channels you want05:37
vahidin non active not working irc05:37
toxic_sorry for commenting again, but can someone help me with an issue?05:38
cfhowlettvahid, this is ubuntu support.  not virtualbox or backbox support05:38
toxic_everytime i start ubuntu nothing happens, i only see05:38
vahidback box not ubuntu???05:38
pulkitiiit#blendercoders05:38
somsip_vahid: no, it's not05:38
toxic_"Could not write bytes: Broken pipe"05:38
cfhowlettvahid, no backbox is NOT ubuntu05:38
vahidwaymback box ubuntu base05:38
cfhowlettvahid, LOTS of things are "ubuntu based"  and they have their own support channels.  ask the experts05:39
vahidback box chanel not active05:39
cfhowlettvahid, still not supported in this channel.05:40
=== j is now known as Guest10618
vahidhow install blutothe05:40
cfhowlett!bluetooth05:40
ubottuFor instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup05:40
vahidaya05:41
vahidya05:41
vahidyes05:41
vahidim install ubuntu but not working virtuall box05:42
cfhowlettvahid, #vbox05:42
vahidubuntu and back box on eror05:42
cfhowlettvahid, last time: no backbox support here.  NONE.  zero.05:43
somsip_vahid: do you understand that we cannot help you here? Can you stop now please05:43
vahidya vbox05:43
cfhowlett!virtualbox|vahid,05:43
ubottuvahid,: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox05:43
vahidbluetoothe05:44
cfhowlett!bluetooth|vahid,05:45
ubottuvahid,: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup05:45
cfhowlettvahid, suggest you actually read the links as your answers are there.05:45
Anton2dHi. I need to change btrfs partition UUID. I found that information: http://comments.gmane.org/gmane.comp.file-systems.btrfs/1218005:50
cfhowlettAnton2d, and the response says "make a new filesystem" ...05:51
Anton2d;) But i need to change.05:52
Anton2dIt's backup image of whole /dev/sda05:52
jonas_buethi, if any of you use mutt, could you please post your 'mutt -v' output? I need it but haven't got an Ubuntu box around.05:55
somsipjonas_buet: http://paste.ubuntu.com/6847783/ (from 12.04, but patched with sidebar)05:56
jonas_buetsomsip: thanks a lot! That was very helpful.05:57
somsipjonas_buet: np05:58
killerhey , Can ubuntu 13.04 run on old hardware just like 12.04 can . I am on 12.04 and My netbook loads unity 2d as it can't handle unity 3d.SO , ubuntu 13.04 unity?06:01
cfhowlettkiller, "can" but probably get vastly superior performance out of lubuntu or xubuntu.  Lubuntu is optimized for older/lower specifications06:02
cfhowlettkiller, and 13.04 is end-of-life06:03
killerOOPS , I meant 13.1006:04
kandinskican anybody please explain this?06:09
kandinskihttp://paste.lisp.org/display/14109206:09
cfhowlettkandinski, #vbox would know06:10
kandinskicfhowlett: you're right06:10
kandinskita06:10
Wheat-Thinbleh06:40
=== Thor|Away is now known as Thorium220
n64535Slm06:46
natascan anyone help me get search engines working in the address bar on firefox 22+?06:47
=== pers3us_ is now known as pers3us
jeffrey_fnatas go over to #firefox06:58
=== HDRDanny is now known as Stratum
=== Stratum is now known as HDRDanny
Bray90820It seems that ubuntu is not recognizing my second hard drive07:08
Bray90820It has windows 7 installed on it  and i can boot to it07:08
MattiasI'm having some issues with 256-colors in tmux, in gnome-terminal outside of tmux it works fine. I have screen-256color set in tmux config, and using this config: https://github.com/tony/tmux-config07:09
Mattiasinside tmux when I do echo $TERM it does say screen-256color, and even tput color says 256..07:09
MattiasI don't understand why tmux can't show all 256 colors even though everything looks correct07:10
MattiasThis is on ubuntu 13.10 and I'm using these two scripts to test colors:  https://gist.github.com/hSATAC/1095100 and https://gist.github.com/justinabrahms/104776707:10
jayarso i've tried almost everything, can't get the wireless to work on this gateway 645107:12
jayarits the broadcom bc431107:12
Bray90820jayar, did you try ndiswrapper07:12
jayaryup07:13
Bray90820Well im out of ideas07:13
Bray90820:P07:13
jayarlol07:13
Bray90820Try this07:14
Bray90820https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx07:14
Bray90820I am just doing simple google searches tho which you have probally already done07:14
jayaryea i went through those, i've tried 3 ndiswrapper ones, tried the bc43-fwcutter ones...07:15
jayartryin another ndiswrapper one, says its specifically for the 431107:15
Bray90820Anyone know why ubuntu isn't detecting my second SSD07:16
cfhowlettjayar, use the STA No Internet Access method -07:17
ikoniadead disk, dead lead, unsupported disk controller, it is detecting it and you don't know07:17
ikoniaany of the above07:17
RourickHi :)07:22
Bray90820hi07:22
cfhowlettRourick, greetings07:22
Bray90820Anyone know why ubuntu isn't detecting my second SSD07:22
Rourickhello i'm new 2 linux, are ppa's safe?07:25
cfhowlett!ppa|Rourick,07:25
ubottuRourick,: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge07:25
Rourickty07:25
=== GTB3NW_AWAY is now known as GTB3NW
vivek_1729Hello, I'm using ubuntu 13.04 and am facing an issue with proxy connections on the network.07:31
cfhowlettVivek, one: 13.04 is end of life.  consider your options.07:31
vivek_1729cfhowlett, I should probably upgrade to 13.10 then?07:31
vivek_1729or revert back to the LTS version.07:31
cfhowlettVivek, depends.  I stick with LTS but then I don't code or develop, so I don't need the latest, greatest, shiniest ...07:32
vivek_1729Anyway, my point is I am trying to write a simple bash script that automatically configures proxy for all the common apps that I use.07:32
vivek_1729Is there any other alternative to switch between proxies and change system proxy settings in ubuntu easily07:33
cfhowlett!proxy07:33
ubottuSeveral Ubuntu channels prohibit access from open proxies and other anonymous connections due to a high level of abuse. The supported ways to hide your IP address on freenode are to use !Tor or get a !cloak07:33
vivek_1729so that I don't have to configure network settings for every program.07:33
cfhowlettVivek, not my area of knowledge, but I would think there's got to be a command line option ...07:34
vivek_1729I'm behind a proxy server in college. I can not help it. Even getting shell access to github is a pain.07:34
cfhowlett:)  ow07:34
vivek_1729Oh no problem cfhowlett :)07:35
MattiasGot it to work running tmux with the switch -207:37
Mattiascreated an alias for that now...07:37
=== GTB3NW is now known as GTB3NW_AWAY
nealshireSo guys. Is there a way to disable the window asking me if I want to install ubuntu when I use my flash drive to boot it?07:42
cfhowlettnealshire, when you first boot, you should be offered the option to try or install.  that's normal07:44
nealshireYeah, I'd like to disable it because I use my flash drive on many computers07:44
somsipnealshire: so you need to install to USB rather than running the live CD off of there07:46
nealshireuh, I think that's what I did07:46
somsipnealshire: not sure why you would see the install option then. Can you describe your install process you followed?07:47
nealshireyeah one sec let me resize this window07:47
somsipnealshire: so this is the wiki: https://wiki.ubuntu.com/LiveUsbPendrivePersistent07:48
darkxploitguntbert: the website is up now07:48
nealshireok so I used Universal-USB-Installer-1.9.5.207:48
nealshireand installed ubuntu 13.10-desktop-i38607:49
darkxploitnealshire:  if you got windows u can create a bootable pen drive with Universal usb installer07:49
darkxploitnealshire: i have made a whole documentation and explanation on my website how to do that07:49
nealshirethe pen drive is already bootable07:50
darkxploitnealshire: what is the problem u are encountering07:50
nealshiremany problems. for one, I don't seem to get a desktop07:51
=== CyberJacob|Away is now known as CyberJacob
Togusais YoLtA spamming you guys too?07:51
Togusalol07:51
Togusahe's trying to convert me to his religion or something07:51
Togusa-__-07:51
darkxploitnealshire: may be u did not got a good image . download another http://www.darkxploit.us/?p=10407:51
nealshireit also asks me to install ubuntu to the HDD07:51
somsipnealshire: it looks like you've copied the live CD ISO onto a USB drive. That's not the same as installing ubuntu to a usb drive.07:51
somsipTogusa: can you tell in #ubuntu-ops please07:52
nealshireum. hm.07:52
darkxploitnealshire:  also if u don't have a good graphic or lack of memory ubuntu may prompt u a terminal alike screen when u boot up07:52
Togusasomsip: i'm at work, i shouldn't be here at all lol07:52
darkxploitsomsip:  yeahhh i guess what really happen07:52
darkxploitnealshire: check if u have follow the exact method on that link http://www.darkxploit.us/?p=104 then revert back to me if u have follow the principle there07:53
nealshiresomsip: how would I do that?07:54
somsipnealshire: I posted the link for you already07:54
somsipnealshire: or darkxploit seems to be knowledgeable on using windows to do this07:55
darkxploitnealshire:  omg… why he d not understand ??...07:55
darkxploitI'm going to kick your a$$ now07:55
nealshiredark, are you sure you're not a hacker or something07:55
nealshireyour site doesn't look reputable07:55
darkxploitnealshire: use for browser to access my site then07:55
darkxploitnealshire  TOR browser07:56
nealshireokay whatever well I am looking at your site now07:56
darkxploitsome stupid from ireland tell him that its safe the website07:57
nealshireok so what iso do I use?07:57
nealshireI am on your site07:57
darkxploitlol07:57
nealshirealso I am in the USA07:57
darkxploitI'm not from USA07:57
darkxploitwell download your ISO first.. i may be ubuntu or opensuse07:58
cfhowlett!ot07:58
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!07:58
darkxploitnealshire: on this link http://www.darkxploit.us/?p=10407:58
cfhowlett!ot|darkxploit,07:59
ubottudarkxploit,: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!07:59
nealshireyes dark, I am on your site.07:59
darkxploitnealshire: ya thats it.. i have explain it there07:59
KlickKlackHey guys. How can I remove a block of text which begins with "[blockxy]" with Ruby?07:59
cfhowlett!ruby|KlickKlack,07:59
somsipKlickKlack: ask in the ruby channel07:59
cfhowlettKlickKlack, best you ask in ruby support - this is ubuntu07:59
darkxploitthe one accessing the site from paris, france.. well want to tell him/her that i got an article in french in it..08:01
nealshirehow do I tell it to install ubuntu to a drive? apparently I am telling it to install a liveCD to the pen drive08:01
* bocaneri thy?e from hyte08:01
nealshiredarkxploit, I did everything you told me to yesterday, and I still have the problem08:02
* bocaneri that last message from me was an error; please forgive it.08:02
darkxploitnealshire: no its not from livecd .. u need to download your OS. then download UUI [universal usb installer].. then u need to open the program UUI. choose your ISO then choose your pen drive letter it may be C,D,E,F OR anything [check it in mycomputer]08:02
darkxploitnealshire: then you have to create the bootable pen drive.. which u will use to boot your computer08:03
cfhowlett!persistence|nealshire, the recommended method is here.08:03
ubottunealshire, the recommended method is here.: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence08:03
bzfHi! I'm running Ubuntu 12.04 LTS and when I started my computer today it doesn't respond to input from either the keyboard or mouse at the login screen. The mouse works on another computer I have, and the keyboard works in the BIOS-menus. Both are connected through USB. Any ideas on how I could resolve this issue? :)08:04
darkxploitnealshire: concentrate man.. think and do your research now.. u got everything that u needed08:04
hitsujiTMO!text | bzf are you able to get into grub and enter this?08:05
ubottubzf are you able to get into grub and enter this?: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode08:05
bzfhitsujiTMO: I'll try that!08:05
darkxploitbzf: restart it first. . it may happen that its not recognized or num lock is not on thing like that.. was it working before ?08:05
nealshireok so is this a liveCD or... ? http://i.imgur.com/dBNjeJ7.png08:06
cfhowlettnealshire, do *not* use wubi ... it is a dead project and no longer supported08:06
darkxploitnealshire: no this is an interface to install it from windows.. its not recommended though08:06
nealshiremm.08:07
darkxploitnealshire: do exactly how i told you man08:07
nealshiredarkxploit, that's what I did yesterday08:07
darkxploitnealshire: have u been able to boot the pendrive08:08
nealshireYes08:08
darkxploitnealshire: so it will prompt u to either run it live or install ubuntu on the machine08:08
nealshireyeah, it does that/08:09
bzfhitsujiTMO: It works and I get to the non-graphical login screen, but the keyboard still doesn't respond08:09
nealshirebut it doesn't have a gui or "start menu"08:09
darkxploitnealshire: fuck then do choose install ubuntu08:09
nealshireI need to run this from different computers08:09
cfhowlett!language|darkxploit,08:09
ubottudarkxploit,: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.08:09
hitsujiTMO!language | darkxploit08:09
ubottudarkxploit: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.08:09
somsipI'll not do that too then ;-)08:09
darkxploitomg these people don't understand all geeks use foul language08:10
hitsujiTMObzf: so the keyboard responded in grub but not in ubuntu?08:10
bzfhitsujiTMO: Exactly08:10
somsipdarkxploit: not here.08:10
hitsujiTMObzf: interesting predicament. Was the keyboard/mouse working before?08:10
bzfYes, it worked when I turned the computer off a few days ago. I'm trying to remember if I updated it or not though08:11
hitsujiTMObzf: do you have a live cd to boot to?08:11
darkxploitnealshire: make a brief resumer what u already did.. and where u have reach..08:11
bzfhitsujiTMO: not around, but maybe I'll just have to create on08:12
bzfone*08:12
hitsujiTMObzf: please do. difficult to diagnose the issue when you can't interact with the system :P ... you can get access to everything from the live cd at least08:12
helmut_hi08:13
nealshireI have gotten http://i.imgur.com/dBNjeJ7.png all this to the drive. it boots up and goes to the screen where it asks me if I want to install to the hard drive. I don't. I close the window and can't do anything because there is no GUI08:13
bzfYeah. I'm trying to figure out the IP of the machine so that I might SSH to it first before doing all the "create live-cd" thing :)08:13
darkxploithitsujiTMO: i did not thought of advising as such… good idea08:13
cfhowlett!persistence08:14
ubottuTo have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence08:14
darkxploitnealshire: this is the wrong way.. show me the UUI when u have already installed it… universal usb interface08:14
hitsujiTMObzf: your router would be the best bet to get that, especially if its assigned by dhcp08:15
=== g_byers is now known as gbyers[Away]
hitsujiTMO!away | gbyers[Away]08:16
ubottugbyers[Away]: Please do not use noisy away messages and nicks in Ubuntu channels. It is annoying and unnecessary. Use the command "/away <reason>" to set your client away silently. See also «/msg ubottu Guidelines»08:16
nealshiredarkxploit, http://i.imgur.com/6Wb76y7.png08:16
darkxploitnealshire: is your pen drive 30 gb08:16
nealshireyes08:16
bzfhitsujiTMO: Yeah, but I'm at a corporate so that might not be as easy08:17
hitsujiTMObzf: ahh08:17
bzfGet an error when I plug it in though08:17
darkxploitnealshire: your pen drive is drive D when u go to my computer.. confirm me ?08:17
nealshireyes08:17
darkxploitok08:17
bzfAnother keyboard that is - "usb 3-1-2. can't edit config, error -28"08:18
darkxploitnow click create08:18
nealshirethat's exactly what I did yesterday08:18
darkxploitso now u have to restart the computer08:18
darkxploitthen go to BIOS or boot the pen drive directly08:18
darkxploitdid u do that ?08:19
nealshireI hit f12, then went to option4, boot from USB08:19
vqoleyhello08:20
darkxploitnealshire: ok then when it booted to USB u have to click on install UBUNTU.. this will erase everything on ur computer unless u do a partition08:20
darkxploitvqoley: hiiiiii08:20
vqoleydo u know how to fix that?08:20
vqoleyroot@server:~# echo "1" > /proc/sys/net/ipv4/ip_dynaddr -bash: /proc/sys/net/ipv4/ip_dynaddr: Permission denied08:20
nealshiredarkxploit, I do NOT want to do that! I need to use this drive on multiple computers08:20
somsipdarkxploit: the key point here is that he wants a USB installation with persistence08:20
somsipvqoley: are you actually using root?08:21
vqoleyanyone know how to fix that?08:21
vqoleyyes08:21
darkxploit@nealshire i dont know08:21
vqoleyi using root08:21
darkxploit@vqoley  i think u need to do some unlink08:22
somsipnealshire: I gave you the link in one of my first responses to you.08:22
darkxploitvqoley: I'm not sure though .. try to google it.. if u need to unlink some stuffs..08:22
nealshiresomsip, sorry, I was being bombarded by info and couldn't take it all in08:23
vqoleyi already google it but not found can resolve it. im using venet0:0. not eth008:23
hitsujiTMOvqoley: ls -l /proc/sys/net/ipv4/ip_dynaddr08:24
darkxploitvqoley: its your VPS provider that have set up the venet for u08:24
thom_rYoLtA, don't message me with that spam08:24
vqoleythe output is :  -rw-r--r-- 1 root root 0 Jan 31 02:28 /proc/sys/net/ipv4/ip_dynaddr08:24
hitsujiTMOvqoley: cat /proc/sys/net/ipv4/ip_dynaddr08:25
darkxploitsomsip: what is usb installation with persistence ?08:25
somsipdarkxploit: a portable USB with a full system installed that can be plugged into different computers and used as a real system08:26
vqoleycat /proc/sys/net/ipv4/ip_dynaddr08:26
vqoleythe output is : 108:26
darkxploitsomsip: if he run it live.. won't he be able to install application on the pen drive.. simple right ?08:27
hitsujiTMOvqoley: well then, it has the correct setting that you are trying to put08:27
somsipdarkxploit: https://wiki.ubuntu.com/LiveUsbPendrivePersistent08:27
vqoleybut its permission denied after echo08:28
Interdictor!nvidia08:28
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto08:28
darkxploitsomsip: hmm ok thnkss08:28
darkxploiti would like to help vqoley .. what is he trying to do ?08:29
shvchkHello. I have a strange problem: on my Ubuntu 13.10 (which is VirtualBox guest on Ubuntu 13.10 host) I've added an entry for example.com in /etc/hosts, and it seems to be recognized by the system, as dig gives proper answer, but when  try to open example.com in Firefox or Chromium, they both open real example.com, not one I set in hosts. Tried to reset caches, restart guest, no result. Why is that? Do browsers use some other DNS server (mb It is somehow o08:30
shvchkverriden by Virtualbox guest additions)?08:30
hitsujiTMOvqoley: thats a little odd yes. can you tell me the output of: echo 0 > /proc/sys/net/ipv4/ip_dynaddr08:30
vqoleythe output is : -bash: /proc/sys/net/ipv4/ip_dynaddr: Permission denied08:31
hitsujiTMOvqoley: and now: cat /proc/sys/net/ipv4/ip_dynaddr08:31
vqoleythe output: 108:32
vqoleystill same.. its not change08:32
hitsujiTMOvqoley: and the output of: id08:32
XBre4kergoodmorning everyone, i'm struggling on a simple command functionnality if anyone could help.How to show the content of a file found by locate or find command?08:33
luciano_hi08:33
vqoleywhat u mean output of id?08:33
hitsujiTMOvqoley: whats the output of the command: id08:33
luciano_I'm uaing saucy but from a couple of week the computer completly shuts down after some minutes of use..any hint on how to discovery the problem?08:34
luciano_using08:34
vqoleythe output is:   uid=0(root) gid=0(root) groups=0(root)08:34
vqoley?08:36
hitsujiTMOvqoley: are you running on a PV vps?08:37
hitsujiTMOvqoley: whats the output of: uname -r08:37
vqoleyi running on openvz vps08:38
vqoleyoutput: 2.6.32-042stab084.1708:38
darkxploit2.6.32-042stab079.608:39
somsipvqoley: what version of ubuntu are you running?08:39
vqoley12.0408:39
hitsujiTMOvqoley: you're running on a PV vps. you cannot change the kernel settings08:39
Lopeis it possible to install ubuntu on a USB flash drive so that it can be used on a computer without a hard drive. boot and run from the flash drive, install updates and programs and persist data to the flash drive, then after it has been setup correctly, set the flash drive to boot and run in read only mode?08:40
somsipLope: yes, up until the bit about then being read only. Not sure about that08:41
jayari got wifi!!! yay!!!08:41
hitsujiTMOvqoley: you're vps solution is using a shared kernel. everyone on that host is stuck with the same kernel and exact same settings08:41
darkxploitLope: yes08:41
wheatthinLope, you can if you have say, two flash drives.. one for live, and one to install on08:41
darkxploitjayar: clap clap clap08:41
jayarit was in blacklist.conf! just had to comment out bc43xxx and it works after reboot08:41
Lopesomsip: okay even if I don't do the read only part at the end, how would I achieve it?08:41
aeon-ltdLope: read only, a lot of things generate files temporarily i'm not sure if that will work cleanly08:41
darkxploithitsujiTMO: how do u know his VPS is using a shared kernel ?08:42
Lopeokay well I've got Ubuntu burned onto a DVD. so could I install ubuntu persistently (can install/update programs) onto a USB flash drive?08:42
wheatthinlope, indeed08:42
hitsujiTMOdarkbasic: openvz is a PV vps solution08:42
Lopeokay, will the regular ubuntu bootable ISO be able to do it?08:42
wheatthinyup08:42
somsipLope: This might help https://wiki.ubuntu.com/LiveUsbPendrivePersistent08:42
darkxploithitsujiTMO: I'm using open vz cvz is mine same too ?08:43
hiteshtri am using ubuntu 13.10 and i am unable to run vmware whenever i start it ask for installation of other modules when click on install last message is got is Unable to start services fom vmware08:43
vqoleyso, how can i do that?08:43
hitsujiTMOdarkxploit: yup. you're not actually running on a hypervisor but an isolated linux container08:44
veneslavима ли някой от БГ08:44
somsip!ru | veneslav08:44
ubottuveneslav: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.08:44
Lopethanks guys! :)08:44
hitsujiTMOvqoley: well, the setting you're trying to set is what you want anyway so continue on08:44
vqoleyif i use kvm, the problem can be resolve?08:47
hitsujiTMOvqoley: well, atm there is no problem as the setting you weree trying to set is of the value you wanted anyway08:48
hitsujiTMOvqoley: but if you do want to make changes to the kernel then, yes you'd want to use kvm or similar solution08:48
vqoleyok.... ty... i try08:49
vqoleyi try use kvm08:49
pikarenis macbook the only linux friendly laptop08:49
cfhowlettpikaren, of course not - as you well know08:50
darkxploit@hitsujiTMO hmm so KVM is a hypervisor VPS08:50
Sven_vBhi! can someone help me get rid of apache2? it is fully functional even after successfull purge. (diff marks for highlighting:) http://paste.ohai.su/puxfnijge/yrtw5b08:50
Sven_vBbonus: it was fully functional even before being installed. and i'm very sure i didn't compile one myself.08:51
Sven_vBso probably aptitude had forgotten about a previous install08:52
hitsujiTMOdarkxploit: yes, its a type 2 hypervisor08:52
darkxploithitsujiTMO: hmm thats a very good info… thanks lots.. intact I'm hosting at ramnode.. i can upgrade to KVM.. quite expensive though08:53
hitsujiTMOSven_vB: is it xampp?08:53
darkxploitpikaren: no there is laptop called system76 google it08:54
Sven_vBhitsujiTMO, nope, the only install methods i would use are aptitude install and puppet. puppet would use apt under the hood.08:55
hitsujiTMOSven_vB: is this on a vps?08:55
darkxploitSven_vB: may be y have to removed the whole lamp-server^08:56
Sven_vBhitsujiTMO, nope, a netbook, so i hope to be on the top level08:56
Sven_vBdarkxploit, how would i do that? (assuming i somehow got one)08:56
hitsujiTMOSven_vB: whats the output of: sudo apache2ctl -v08:56
Sven_vBServer version: Apache/2.2.22 (Ubuntu)\nServer built:   Jul 12 2013 13:38:2708:57
darkxploitapache still running then08:58
darkxploitServer version: Apache/2.2.22 (Ubuntu) Server built:   Jul 12 2013 13:18:1408:58
Sven_vBi know it's running, os sees it and it serves web =)08:58
Sven_vB*ps08:58
hitsujiTMOSven_vB: can you pastebint the output of: dpkg --get-selections | grep apache08:59
darkxploitSven_vB:  u want to remove it completely right ?08:59
Sven_vBhitsujiTMO, the output is only 4 lines: apache2-mpm-worker install / apache2-utils install / apache2.2-bin install / apache2.2-common install09:01
Sven_vBdarkxploit, yes09:01
darkxploitsudo apt-get remove apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql09:01
hitsujiTMOSven_vB: so apache is still installed then09:01
lnx2hello09:01
Sven_vBtrying with apt-get as darkxploit suggested.09:02
darkxploitsudo apt-get purge apache2 php5-cli apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libpq5 mysql-client mysql-common mysql-server php5-common php5-mysql phpmyadmin && sudo apt-get autoremove09:02
Sven_vB"E: Unable to locate package libmysqlclient15off" -> trying without that09:02
Sven_vB"The following packages will be REMOVED:  apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common" ... ok seems like i had to purge apache2.2-bin really09:03
Sven_vBprobably apache2 is just a virtual package09:04
darkxploitremove the package apache lamp-server^ etc.09:04
darkxploitthen when u will run sudo apt-get autoremove09:04
darkxploitit will remove all dependencies i guess09:05
Sven_vBdarkxploit, "E: Unable to locate package lamp-server"09:05
darkxploitstop all services09:06
darkxploitstop apache sql etc09:06
darkxploittry this one by one09:06
darkxploitsudo apt-get purge libapache2-mod-auth-mysql phpmyadmin09:06
Sven_vBsudo service apache2 stop\nNo apache MPM package installed09:06
darkxploitsudo apt-get purge mysql-server mysql-server-5.1 mysql-server-core-5.109:06
Sven_vBso it looks like removing apache2*bin did it09:07
darkxploitsudo apt-get purge apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libapache2-mod-php509:07
darkxploitsudo apt-get autoremove09:07
Sven_vBhitsujiTMO, darkxploit, thx09:07
njbgthyrfed!info pidgin precise09:07
ubottupidgin (source: pidgin): graphical multi-protocol instant messaging client for X. In component main, is optional. Version 1:2.10.3-0ubuntu1.3 (precise), package size 673 kB, installed size 2153 kB09:07
njbgthyrfedWhy isn't it updated to 2.10.7 ????????????? ^^09:08
darkxploitSven_vB: is it gone09:08
hitsujiTMO!latest | njbgthyrfed09:08
ubottunjbgthyrfed: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.09:08
Sven_vBdarkxploit, looks like so09:08
njbgthyrfeduff i don't care09:08
darkxploitSven_vB: restart the machine09:08
njbgthyrfedthat actually IS stable.09:08
njbgthyrfedso09:08
njbgthyrfedwhy isn't precise being updated09:08
Sven_vBdarkxploit, what benefit would that yield?09:09
darkxploitSven_vB:  i noticed when u restart i take new configuration09:09
darkxploitSven_vB: ps : I'm not a professional just a noob…09:10
Sven_vBkk09:10
hitsujiTMOnjbgthyrfed: precise doesn't receive updates in favour of stability. updating to the "latest stable" can effect othe packages in the precise eco system09:10
Sven_vBi think i'm fine with the new state of my apache - not installed :)09:10
foertelhey guys ... trying to get headset working with my 14.04 on macbook5,109:11
darkxploitSven_vB: thats great09:11
hitsujiTMO!trusty | foertel09:11
ubottufoertel: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+109:11
foertelyeah, it's not trusty related :) does not work in precise as well09:11
darkxploitnjbgthyrfed may be u have to modify repository09:11
foertelprobably it's more an alsa question than ubuntu ... sound works fine, headset sound works too, auto switiching on plugin, everything fine09:12
hitsujiTMOfoertel: if you're using trusty then you still need to goto to #ubuntu+1 for support09:12
foertelk09:12
foertelis it ok to pretend to use precise? ;)09:12
hitsujiTMOfoertel: no. you've a different set of packages installed and a different config09:13
foerteli would install precise, if the mic worked there :D09:13
ROPAHi everyone, I have a solid state drive and have already made mods to minimize write cycles to the drive in order to increase it's lifetime. However, I'd like to also turn off journaling (in ext4 filesystem). I found out how to do it....but I can't find out what the DISADVANTAGES are for turning off journaling.09:17
foertelok, just found the wiki: If you are using an iPhone headset, the sound output will be switched to the headset automatically, but the headset microphone will not work. The microphone integrated in the computer chassis is the only option at the moment.09:17
foertelgrmbl09:17
ROPAWhat are the disadvantages of turning off journaling in my ssd??09:17
quemtrying to figure out a NAS solution for my brother, who is unfamiliar with linux and commandlines. unfortunately freenas has insufficient support for ntfs. is there any web configuration tool that can be used to set up samba, dlna, transmission, etc? i want to have to help him out as little as possible.09:18
quemROPA: higher risk of file system corruption09:18
ROPAquem ok, I know that's important, and I do use the system to do real work...not just for entertainment....is that the only downside of shutting journaling off??09:19
hitsujiTMOROPA: if you want ext4 without journalling, just use ext2.09:19
quemROPA: i haven't given it much thought. why do you want to turn it off?09:21
neredsenvyWHy is my ubuntu using so much CPU on a fresh installation ? Here is the result of my >>top<<  https://gist.github.com/anonymous/5105412e83ea1bc478f5 I have a fresh install of Ubuntu12 nothing special during installation standard procedure.09:21
ROPAhitsujiTMO interesting....I've read quite a bit about the 'preferred' filesystem for ubuntu but most of the posts I looked at preferred ext4.09:21
neredsenvyAfter I logged in I let Ubuntu run the 218 updates09:22
neredsenvyThat's it.09:22
hitsujiTMOROPA: ext4 is preffered because of journalling etc.. if you're removing those features then just go back to barebones ext209:22
neredsenvyI installed system monitor app, shows CPU1 at constant 80-100%, CPU2 at 2-20%, CPU 3: 90-100% and CPU 4 at 2-20% Usage09:23
ROPAquem the journaling process causes write cycles to the solid state drive, which basically wears it out faster.....and journaling can tie up the processor severly until the journaling process is completed.09:23
neredsenvyBut the odd thing is when I go to process table in system monitor it's showing 52% CPU usage with 25%/25% spli between udisks-helper=modify-partiton and udisks-daemon can I close that ?09:24
ROPAneredsenvy I have the same problem with my 6 core processor.....not sure WHY it happens.09:24
hitsujiTMOneredsenvy: top clearly shows its udisks is whats eating the cpu: udisks-helper-m udisks-daemon09:24
neredsenvyhitsujiTMO: I thot it was some Ubuntu system related process i killed both and now CPU is normal09:25
neredsenvyrunning at 2-3%09:25
neredsenvyRAM also went down from 4GB to 0.4GB09:25
neredsenvyGuess problem solved lol09:26
ROPAneredsenvy hitsujiTMO ty to you both, GO UBUNTU!!!!09:26
louieo/09:26
neredsenvyo709:26
=== alex88 is now known as alex88_
=== alex88_ is now known as alex88
hitsujiTMOneredsenvy: i'd check dmesg + syslog to se if theres any info there as to why it would be malfunctioning as such09:29
bzfhitsujiTMO: The keyboard stops working directly after it leaves Grub. Is there maybe any boot options which could help troubleshooting this?09:31
xerrorhi all (-: i want to replace the modul of my built in sd card reader with a newer one. do i have to somehow deinstall the old modul from the kernel first ? or can i just compile and activate the newer one ?09:31
hitsujiTMObzf: not off the top of my head. i'd guess at it being a driver issue, such as the usb nost controller. a peak at the dumped dmesg or syslog might give more info09:32
bzfhitsujiTMO: Okay, then I'll have to wait for the download of the Live-CD then09:32
cristian_cHi09:37
cristian_cI've tried to create a symbolic link09:37
cristian_cln −s /dev/ttyS0 /dev/mouse09:38
cristian_cln: "/dev/mouse" target is not a directory09:38
cristian_cHow can I solve?09:38
cristian_cAny ideas?09:38
spinningcompassYou're using a long dash by mistake09:39
spinningcompassUse a short one09:40
spinningcompassYou probably copied and pasted from a website09:40
spinningcompassIt's OK. :) It happens to us all.09:40
=== amritanshu_RnD is now known as Guest6335
ansrsterwhere can I download (from terminal) amd64-microde09:41
cristian_cspinningcompass, it's a classic single dash09:41
pikarenubuntu on laptop = overheating09:42
spinningcompassNo, it's a  − instead of a - :)09:43
spinningcompassThe one that you typed earlier was  − (I copied and pasted it). You need a - (shorter) one.09:44
thoonaiheyho, if im moving folders into a directory, the parent acl wont be inherited. i use 'mv' in my terminal. is there a simple explanation?09:45
cristian_cspinningcompass, ok, you are right :)09:45
spinningcompassTell my mother. ;)09:46
cristian_clol09:46
cristian_c:D09:46
=== paddy_ is now known as Guest98058
thoonaiso any idea how to fix that without writing an update script?09:49
neredsenvyIs it possible to update ubuntu from 12.04 to 13+/last stable version with going via download/burn/format/install process. The ubuntu site states yes via update manager but I don't get a option to upgrade ubuntu.09:50
hitsujiTMOneredsenvy: why do you want to upgrade from LTS to 13.10?09:51
cfhowlettneredsenvy, I assume you're on 12.04 because you like long term support.  Next LTS will be 14.04 - April.  Direct upgrade from 12.0409:52
ROPAneredsenvy I found out thed hard way that upgrading the os isn't quite the same as a fresh install....if you want to go to a newer version, try installing it from a livecd rather than upgrading.09:52
neredsenvyIt's really all for a UI Theme xD09:53
neredsenvyTurns out it needs GTK3.6 and looking at forum posts you need 12.10+ to run GTK3.609:54
notdkwAny sysads located in Sydney, AU sitting in here?09:55
thoonaishouldnt mv let the folder inherit the parent folders acl?09:55
hitsujiTMOthoonai: do you mean you have set g+s on the parent and you're expecting the children to inherit it after the mv?09:57
Zac12hi there, I've got an ubuntu server with linode and for some reason i have incoming data which is incoming at a rate of a constant 8megabytes per second +09:58
Zac12i've managed to use iftop to identify that for some reason amazon S3 is sending this incoming data09:58
cfhowlett!server|Zac12,09:58
ubottuZac12,: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Precise (Precise Pangolin 12.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/12.04/serverguide/C/ - Support in #ubuntu-server09:58
Zac12thanks!09:58
cristian_cspinningcompass, it works!09:58
spinningcompass:) yay09:58
cristian_cln: "/dev/mouse" target is not a directory10:00
cristian_cthe message was misleading :D10:00
=== chaos_ is now known as soahccc
=== Devil is now known as Guest30055
e33Hi, Where can i find the routine (in which file) responsible to verify if I entered a wrong password while login in10:05
thoonaihitsujiTMO: g+s? have to check, possible i didnt saw that10:06
thoonaihitsujiTMO: sorry, I don't quite understand what you mean10:11
Guest30055Anyone know how to get rid of Duplicate Sources entries?10:11
m0nsterhi10:17
m0nsteræèâûå åñòü? ;)10:17
hitsujiTMOthoonai: whats prob happening is the acls are being applied to the inodes at creation time. so when you move a dir into the parent, its not inherition the acls because it was already created. may try cp instead of mv, then rm the orininal10:17
m0nsterà ðóñêîÿçû÷íûå åñòü :)10:18
apachetest10:18
apachew10:18
apachewewe10:18
hitsujiTMO!test | apache10:18
ubottuapache: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test )10:18
apachewewe gombel10:19
m0nsterfe10:19
m0nsteràó10:19
m0nster:)10:19
apachesiapa saja sih ini ?10:19
Guest30055Any takers on Duplicate Sources after upgrading from 12.04 to 12.10 Quantal?10:19
apacheI hate my laptop, it has SiS VGA10:20
apacheresolution graphic problem10:20
apache:(10:20
m0nsterhelp with two problems ... ubuntu 13.10 not prokiduet port. how to rename network interfaces?10:21
m0nsterhelp with two problems ... ubuntu 13.10 does not translate the port. how to rename network interfaces?*10:21
nevynhuh?10:29
nevynyou want to rename the network interface name?10:30
nevynthere's a standardish udev way to do this.10:30
=== xubuntu is now known as Guest27433
bzfhitsujiTMO: In the syslog I see the mesage "New USB device found", and two rows below that it says "Product: USB Keyboard", so it seems to be recognized10:32
neredsenvyI created a file .bash_aliases added alias irc='weechat-curses' to it and saved it. However when I run irc in my command line I get the irc does not exist10:32
hitsujiTMObzf: is it dropping and refinding the device?10:33
neredsenvyBlah10:33
neredsenvyhad to restart terminal10:33
neredsenvyso stupid10:33
bzfhitsujiTMO: By the looks of it, yes10:33
D4v33neredsenvy:you could of done #source .bashrc10:34
bzfhitsujiTMO: or no. the timestamps shows that it's diffrent boots10:34
hitsujiTMObzf: can you pastebin the syslog10:34
bzfsure10:34
hitsujiTMOD4v33: he's gone10:35
hitsujiTMO:P10:35
adamantium_Hello.10:36
adamantium_Is there any way to "simulate" an "broken dependencies" state in apt?10:36
apache@adamantium : you can use source list from the lower version10:37
adamantium_apache: as in, change sources.list and then try to install a package?10:38
bzfhitsujiTMO: http://www.pastebay.com/139214510:39
apacheyup, the package that has dependency from upper version only10:40
apacheI've ever tried this10:40
=== paddy is now known as Guest55757
adamantium_apache: thanks! I'll try it.10:42
apacheadamantium_ : you're welcome :)10:43
hitsujiTMObzf: is that the full syslog? it stops after detecting the hubs but no devices beyond that10:44
bzfhitsujiTMO: Didn't see that it cut it off.. One second10:44
bzfhitsujiTMO: Any tip for where to upload the file? Get a file limit exceeded on pastie.org10:46
hitsujiTMObzf: paste.ubuntu.com10:46
hitsujiTMObzf: sudo apt-get install pastebinit && pastebinit /path/to/syslog10:47
bzfhitsujiTMO: http://paste.ubuntu.com/684876710:47
bzfHow neat!10:47
bzfhitsujiTMO: brb10:50
cloudgeekI insatlled tommrow night , ubuntu 13.10 latest, I think It is compromised? still I had a long password, no ssh installed, also home directory encyrpted. does any one have some issue, my out put of ipcs -m , it have permission 666, full output  ttp://paste.ubuntu.com/6848773/10:50
hitsujiTMObzf: not seeing anything out of the ordinary there. can you: pastebinit /path/to/var/log/dmesg10:53
bhkennyhy all10:54
cfhowlettbhkenny, greetings10:55
cloudgeekcan anyone help me ?10:56
cloudgeekI got ipcs -m  output 666 permission10:57
cfhowlettcloudgeek, I got the same thing and I'm running the firewall10:58
apachecloudgeek, can you run this : ipcs -mp10:59
apacheand see the pid number with ps aux10:59
bhkennyWhy does apt likes to break my system?11:01
hitsujiTMObhkenny: in what way?11:02
=== rnsmsqjdvknmiobb is now known as krkyzsrfxvdxxefu
=== krkyzsrfxvdxxefu is now known as sepero
bhkennyWell I update and when I restart it boots but everything is broken11:03
hitsujiTMObhkenny: please give details. what exatly is broken11:04
cloudgeekapache: http://paste.ubuntu.com/6848813/11:04
cloudgeekapache: I tried to grep pid, but no process is there11:04
cloudgeekcfhowlett: this may be ebury that not dected by rkhunter and chkoortkit11:05
bhkennydependencies generally11:05
cfhowlettcloudgeek, I'm no expert.  I just know we have the same output.11:05
Ben64bhkenny: you're not making it easy to help you11:05
hitsujiTMObhkenny: can you pastebin the output of: sudo apt-get upgrade11:06
bhkennyI already switched to arch linux so I don't think I want hepl11:06
cloudgeekcfhowlett: ohh k11:06
bhkennyhlp11:06
Ben64bhkenny: then... why are you here?11:06
junkayeah why11:06
cfhowlett... :011:06
bhkennyJust trolling11:06
Ben64bhkenny: please leave then, thanks for stopping by11:06
cloudgeekI gerp ps aux | grep 1506, but doesn't have any porcess, but it is associated with memory segment11:07
bhkennyI'll stay a bit longer. Just because...11:07
apachecloudgeek : how about lsof -p 150611:08
apache?11:08
veneslavko stava tuka11:08
cfhowlett!english|veneslav,11:09
ubottuveneslav,: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList11:09
veneslavbg11:09
Ben64!bg | veneslav11:09
ubottuveneslav: опитайте #ubuntu-bg за български потребители . try #ubuntu-bg for bulgarian users, and please idle there patiently11:09
cloudgeekapache: nothing output11:09
veneslavfu11:09
cfhowlettBen64, russian?11:09
veneslavok11:09
cloudgeekapache: I am using Irssi, it doesn't notify me11:11
Kronospherehi all!!! I have a problem with Error: BrokenCount > 011:14
Kronosphereany  idea????11:14
hitsujiTMOKronosphere: where exactly are you getting that error?11:15
Kronospherethe red sign on the top (menu bar)11:15
veneslavняма ли да дойде някой на бг чата11:16
Devian1745?11:17
hitsujiTMOKronosphere: pastebin the output of: sudo apt-get update && sudo apt-get upgrade11:17
MonkeyDust!ru11:17
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.11:17
apachecloudgeek : I guess it's segment memory that hasn't been deleted11:17
Ben64its bulgarian, MonkeyDust11:17
veneslavubuntu-bg11:18
Ben64veneslav: #ubuntu е само за английски11:18
KronospherehitsujiTMO, : thanks a lot man11:18
veneslavщо така11:18
bhkennyanybody here know what linux is?11:19
cloudgeekapache: okay it not any security iossue11:19
hitsujiTMO!ot | bhkenny11:19
ubottubhkenny: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!11:19
Loperecently the synaptic package manager got stuck downloading some packages (my internet connection sucks). So I clicked cancel and it asked me if I want to continue, ignoring the packages that failed to download. I said yes. So I'm not sure if anything got messed up now. I guess I should just use apt-get in the terminal. it seems more robust?11:21
cloudgeekapache: how I could delete it11:21
MonkeyDustLope  try apt-get -f install11:22
Lopewhat does -f do?11:22
Ben64Lope: synaptic is just a frontend for apt-get, you should use whichever you like the most11:22
MonkeyDustLope  it means fix11:22
Lopeokay. it said 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded11:22
rostamhi is gtest (Google test) supported? if yes what is the name of the pkg? thx11:22
Kronosphereanybody know how to install adobe connect add-in on ubuntu???? I've tried forums but I didn't found anything....11:23
Ben64Lope: then everything is fine, you just have packages to upgrade11:23
apachecloudgeek :  you can use ipcrm -s 32768011:23
Lopeben: thanks11:23
apachecloudgeek : oh sorry, use this ipcrm -m 32768011:24
cloudgeekok11:24
Kronosphereanybody know how to install adobe connect add-in on ubuntu???? I've tried forums but I didn't found anything....11:25
hitsujiTMOKronosphere: from http://www.adobe.com/ie/products/adobeconnect/tech-specs.html : --- No Add-in support for Linux11:25
Kronospherethanks again hitsujiTMO  ;)11:26
bhkennyhitsujiTMO: Pls tell me a developer channel for ubuntu11:27
hitsujiTMObhkenny: please troll elsewhere11:28
R4M15HIII11:28
MonkeyDustbhkenny  #ubuntu-app-devel11:28
R4M15ASIR-B11:29
keent2º ASIR-B11:29
keentD:11:29
cloudgeekapache: it means my system is not infected ?11:29
jiaro94ola11:30
bhkennyMonkeyDust: Thanks man. Seems hitsujiTMO got really butthurt11:30
cloudgeekthanks apache11:30
R4M15JAI11:30
apachecloudgeek : mostly yes, you're welcome :)11:30
R4M15WHATS HAPPEN?11:30
hitsujiTMObhkenny: no, you said yourself, <bhkenny> Just trolling11:30
MonkeyDustR4M15  no caps, please11:30
Ben64R4M15: if you're not here for ubuntu support, you're in the wrong channel11:31
bhkennyhitsujiTMO: A channel question is not trolling my friend.11:31
Lopehow can I install ubuntu without a GUI?11:32
Ben64Lope: you could install server version11:32
DJones!minimal | Lope11:32
ubottuLope: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD11:33
DJones!text | Lope Or you can install a normal UBuntu, but start up without a GUI with these instructions,11:33
ubottuLope Or you can install a normal UBuntu, but start up without a GUI with these instructions,: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode11:33
bhkennyIs Ubuntu an Amazon botnet?11:33
karolushola11:33
keentD:11:33
hitsujiTMObhkenny: enough of your trolling11:34
MonkeyDustbhkenny  know when to stop11:34
hitsujiTMOLope: you could also install ubuntu server11:34
LopeThis seems to suggest you can install ubuntu without a GUI? https://help.ubuntu.com/lts/installation-guide/i386/minimum-hardware-reqts.html11:35
jiaro94cual es el unico animal de sacar a un mono de una cueva???11:35
francisco88eyyy karolus11:35
Kronospherehola karolus11:35
Ben64keent, R4M15, jiaro94, karolus, francisco88: do you really need that many clones in here?11:36
jiaro94el salmonoete11:36
keentNope,11:36
keentwe're not clones11:36
keentwe're in the same subnet, soz.11:36
DJonesjiaro94: Wrong channel, this is Ubuntu support11:36
keentborja, liala ya11:37
Borja1we are not clones, we are in a class11:37
francisco88amooossssssssssss11:37
Borja1all in the same subnet11:37
Borja1sorry for this11:37
MonkeyDustlooks like the channel is under attack11:37
hitsujiTMO!ot11:37
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!11:37
jiaro94verde por dentro marron por fuera y que atraviesa paredes que es??11:39
jiaro94un kiwi fantasma xd11:39
bzfhitsujiTMO: paste.ubuntu.com/684896111:39
Mannuhi, i am using ubuntu 12.04. And i need drivers for ralink 3290 wifi adapter. searched a lot, but couldn't find a proper solution,    Need help !!!11:40
R4M15THIS IS A SHIT11:40
hitsujiTMObzf: nothing off there either from what i can see so i'm out of ideas11:42
bzfhitsujiTMO: yeah, I'm not sure either. At least it works with the live cd x)11:42
hitsujiTMObzf: only off thing i'm seeing is the bluetooth issues.11:43
waly_hey guys11:44
waly_Has the layout of youtube changed in google chrome11:44
bzfhitsujiTMO: Okay.. Is there anyway that I could like enable ssh on boot using the live-cd? So I at least can SSH to it11:45
MonkeyDust!ot | waly_11:45
ubottuwaly_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!11:45
waly_coz it just looks buggy and there are no filter subscription box to find your subscriptions quickly11:45
michagogo|cloud...I would suggest not clicking the link in that channel notice11:45
hitsujiTMObzf: you chould chroot in and install openssh-server11:45
Ben64michagogo|cloud: what channel notice?11:46
=== Kronosphere is now known as Kronos
bzfhitsujiTMO: Do I chroot to the disk or to the mounted folder?11:46
myst3r10nhow do i disable the console screensaver on ubuntu 12.0.4 server?11:46
=== Kronos is now known as Kronosphere
hitsujiTMObzf: mounted root. you'd need to first mount bind /dev /dev/pts /proc and /sys11:47
bzfhitsujiTMO: okay, I'll do some googling on that. thanks for all the help!11:48
=== wickedpuppy2 is now known as wickedpuppy
=== sysadmin is now known as VLanX
VLanXhello.... I accidently removed my sata power cable to my SSD while ubuntu was running. No evident misfunction after reboot, but can I still check fro disk/fs errors?11:57
LopeThis seems to suggest you can install ubuntu without a GUI? https://help.ubuntu.com/lts/installation-guide/i386/minimum-hardware-reqts.html11:58
RAISE___ヽʕ •́؈•̀)ノ11:59
YOUR___ヽʕ •́؈•̀)ノ11:59
DONGERS_ヽʕ •́؈•̀)ノ11:59
hitsujiTMOLope: yes with the mini.iso or ubuntu server iso11:59
gordonjcpLope: you could install either server or mini11:59
gordonjcpVLanX: boot in single-user, run fsck11:59
VLanXgordonjcp: single user?12:03
KrupptVLanX:boot from LiveCD, open terminal, and run fdisk -l to determine proper block device, then run e2fsck -v -p -f /dev/sdX, where X is the proper block device determined via output of fdisk -l12:04
DJones;mship RAISE___12:04
VLanXKruppt: do SSD's even have block size?12:05
MonkeyDustDJones  that looks like cat language12:05
DJonesMonkeyDust: Yup12:05
KrupptVLanX:Another words to determine the proper partition/filesystem to run e2fsck on12:06
SlitHi! I have trouble installing lubuntu. When I chose install or try after I while I get just mouse cursor and monitor just flashing. Like someone is shuting down and then open it again12:11
=== creek is now known as Guest31093
Kronosphereit's possible to change the style appearance of ubuntu? any link to download with the installation specification?12:17
kibibyteyou casn draw your own wallpaper12:18
kibibyteand use it12:18
MonkeyDustKronosphere  you mean like themes?12:18
Kronosphereyes MonkeyDust12:18
MonkeyDust!themes12:18
ubottuFind your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy12:18
kibibyteMonkeyDust, what about wallpaper12:18
bcci have wrote a init.d script which works fine with /etc/init.d.. but when i call it with service xx start I get  "Job failed to start"12:19
Kronospherethanks MonkeyDust12:19
SlitCould anybody help?12:20
kibibyteSlit, did you try boot it without installing12:21
Slitkibibyte: Yes, I tried Live CD mode but I can't get to desktop.Just mouse cursor12:22
kibibytewhat version of ubuntu r u trying to use12:23
SlitFunny thing is that I install Bodhi linux on tjhat computer12:23
Slitand DVD is not defected because I installed Lubuntu formd that DVD to another computer12:23
MonkeyDustSlit  then it may be hardware related12:24
SlitMonkeyDust with what?12:24
kibibytetry diffrent graphic card12:24
arunguys, how do I install Ubuntu softwarre Center in other distro ?12:27
MonkeyDustarun  you don't12:28
MonkeyDustarun  don't try to mix distro's12:28
arunMonkeyDust: oh I mean derivative of Ubuntu ...12:28
MonkeyDustarun  and which would that be?12:29
arunMonkeyDust: like Linux Mint, etc12:29
MonkeyDustarun  better ask in the !mint channel, then12:29
=== Guest28070 is now known as r_lex
BrowserHello. I am trying to install a second monitor which is detected but when I set Mirror display, it doesn't work, just show the image in the primary screen.12:36
=== matanya is now known as matanya|away
=== adriano is now known as Guest57051
Guest57051what is this place:12:38
MonkeyDustGuest57051  this is ubuntu support12:39
=== rickyb98 is now known as RickyB98
Guest57051ok is i wanto discuss something about ubuntu ussue i can ask here12:39
kibibyteno12:40
kibibyteits paid channel12:40
Guest57051ok how does it work12:40
hitsujiTMOkibibyte: stop that12:40
DJoneskibibyte: Please don't make comments like that, somebody may take it seriously12:40
hitsujiTMOGuest57051: ask away12:40
DJonesGuest57051: Just ask your question in the channel12:40
Guest57051what12:40
Guest57051all right12:41
MonkeyDustGuest57051  first choose a more readable nick, type /nick blah12:41
Guest57051is it possible to run skyp on ubuntu12:41
Guest57051skype12:42
MonkeyDust!skype12:42
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga12:42
teflaHi All. I can't find /dev/eth0 ? where would i find the file for this interface?12:42
Guest57051thank you you gus rock12:42
mcfriskHi, anyidea what in 12.04 lts updates could kill all keyboard shortcuts in gnome 3 fallback mode?12:42
_3nids_olivd: ping12:43
Guest57051Is there a way to switch keyboard layout configurarion whe you need with a short cut and then goback12:44
Guest57051Is there a way to switch keyboard layout configurarion whe you need with a short cut and then go back12:46
Guest57051i mean keyboard languages12:46
kelevrahelp12:47
kelevraTIMER12:48
fidel_!ask | kelevra12:48
ubottukelevra: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience12:48
=== mtrd`w is now known as EugeneBndt
kelevrathx for your answers12:49
kelevrahow can we speak?12:50
mcfriskhmm, alt-tab and ctrl+alt+left|right stopped working12:51
kelevrai don't understand anything...12:51
Guest57051how to change  keyboard languages using a short cut12:51
kelevraalt-tab is working at home12:51
mcfriskhmm^3, opening settings -> keyboard settings, something has disabled them all.12:53
MunsterG'Day12:56
fidel_kelevra: start by describing your problem12:56
luilakde1eI'm trying to copy a large amount of files to an external hdd. However, it keeps hanging after a while, hence not finishing the copy. Het external hdd is formatted in ntfs. A few times the hang was followed by various applications starting to freeze, including firefox and xfce. Anyone happen to have a clue what's going on?12:56
kelevrano problem, just i m new under ubuntu ^^12:57
luilakde1eThat was a problem I had yesterday, I've not yet tried to reproduce it today12:57
kelevraare we all here to resolve problems?12:57
Munsterluilakde1e, what method/app are you using to copy?12:58
hitsujiTMO!manual | kelevra12:58
ubottukelevra: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/12:58
luilakde1eJust going through thunar, and I'm assuming thunar is using cp?12:58
kelevrathx for RTFM ^^12:58
kelevrai use a tutorial to learn12:59
kelevrabut thx12:59
DJoneskelevra: If you've got specific issues, best thing to do is to explain your issue in detail in the channel and if anybody can help, they'll normally respond12:59
=== xubuntu is now known as Guest99086
kelevrathx Djones13:00
Munsterluilakde1e, most file managers in networking13:01
Munsteruse smab or samba13:01
Munstererr smb13:01
=== technecium is now known as test00
hitsujiTMOluilakde1e: is there any errors in /var/log/syslog from the time of the transfer?13:02
=== mantovan1 is now known as mantovani
luilakde1ecurrent logfile doesn't seem to go that far back13:04
fireliteHi to all13:04
fireliteI have a problem with disk space on ubuntu13:05
luilakde1eOh here its13:05
firelitethis is the output of df13:05
fireliteFilesystem      1K-blocks     Used  Available Use% Mounted on13:05
fireliterootfs           20026172 19661572          0 100% /13:05
firelitedevtmpfs         16422700        4   16422696   1% /dev13:05
firelitenone              3284644     2760    3281884   1% /run13:05
firelitenone                 5120        0       5120   0% /run/lock13:05
firelitenone             16423212        4   16423208   1% /run/shm13:05
FloodBot1firelite: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:05
hitsujiTMOluilakde1e: there should be the rotated logs too, syslog.1 syslog.2.gz, etc13:05
luilakde1eYes, I just found those :)13:05
hitsujiTMOfirelite: use paste.ubuntu,com13:06
luilakde1eThere's something in there - I'm not quite experienced enough to figure it out in under an hour, let me pastebin that13:07
Guest57051How do i install multiarch 64 bits repositoies to make skype works13:08
hitsujiTMOGuest57051: multiarch should be enabled by default. just install the .deb then: sudo apt-get -f install13:08
firelitethis is the df output, I cannot free the space on disk because it's almost empty but I cannot write anything because it says I haven't space13:09
firelitehttp://paste.ubuntu.com/6849310/13:09
=== Koma is now known as Koma-AFK
luilakde1ehttp://pastebin.com/4VhhPqqS13:11
hitsujiTMOfirelite: can you pastebin the output of: sudo du -hd1 /13:11
firelite@hitsujiTMO this is the output of your command http://paste.ubuntu.com/6849331/13:12
kiki67100hello everybody13:13
kiki67100my mysql server crash after query13:13
kiki67100view log http://pastebin.com/W5r7sHRr13:13
kiki67100why mysql server crash ?13:13
hitsujiTMOluilakde1e: looks like a number of apps crashed all from: INFO: task pool:2053 blocked for more than 120 seconds.     may be seperate from the transfer tho13:16
anonymous_g13:16
luilakde1eIt usually occurs just a few minutes after attempting the thing though13:16
hitsujiTMOfirelite: thats not the full output. can you get the rest?13:16
luilakde1ePretty fresh xubuntu install - hasn't occurred yet in any other occasion13:16
hitsujiTMOluilakde1e: could be a ram issue. maybe run memtest13:18
luilakde1eThat actually sounds scaringly plausible, considering this is an old device. And scaringly, since I only have 1 gig of ram and don't quite have a lot I can ditch if somethings faulty13:19
firelite@hitrusjiTMO no I cannot get the rest it stops13:19
hitsujiTMOluilakde1e: whats the output of: cat /proc/sys/vm/dirty_ratio13:20
luilakde1e1013:20
BrowserHello. I am trying to install a second monitor which is detected but when I set Mirror display, it doesn't work, just show the image in the primary screen.13:21
interwebHow do I can configure transmission's port forwarding to use my vpn on ?13:21
hitsujiTMOluilakde1e: that seems ok. I'd test the ram first. maybe the IO is taking too long to flush and causing the crash13:22
Guest57051How do i fix this? tryin to install Skype and getting this at the endo of  the process Err http://ppa.launchpad.net saucy/main amd64 Packages13:22
Guest57051  404  Not Found13:22
Guest57051Err http://ppa.launchpad.net saucy/main i386 Packages13:22
Guest57051  404  Not Found13:22
Guest57051Ign http://ppa.launchpad.net saucy/main Translation-pt_BR13:22
FloodBot1Guest57051: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:22
Guest57051Ign http://ppa.launchpad.net saucy/main Translation-pt13:22
interwebCan anyone helps ?13:23
hitsujiTMOfirelite: ok then, can you give me the output of: sudo du -hd1 /var13:23
firelite@hitsuji this is the output and it stops http://paste.ubuntu.com/6849366/13:24
Munsterinterweb, connect to the vpn first then launch transmission13:24
Guest57051how do I fix this : Tryin to install skype but getting this at the end of the process Err http://ppa.launchpad.net saucy/main amd64 Packages13:24
Guest57051  404  Not Found13:24
Guest57051Err http://ppa.launchpad.net saucy/main i386 Packages13:24
Guest57051  404  Not Found13:24
Guest57051Ign http://ppa.launchpad.net saucy/main Translation-pt_BR13:24
FloodBot1Guest57051: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:24
Guest57051Ign http://ppa.launchpad.net saucy/main Translation-pt13:24
fireliteI have to press ctrl+c to stop the execution or I have to wait?13:24
interwebMunster, I want to use port forwarding on it too13:25
hitsujiTMOfirelite: wait13:25
luilakde1eAlright, out and about to test my ram, I'll be back, most likely.13:25
hitsujiTMOfirelite: its counting the disk usage so may take a bit13:25
fireliteso I have to wait for the other command too?13:25
MyrttiGuest57051: I do suggest you read what the bot tries to tell you13:26
trinodeHey, I've been playing around with the latest 14.04 server and set up a 14.04 vm in a 14.04 host, but the guest won't boot, debian will, windows will, etc etc, but part way through booting the ubuntu guest dies, completely unresponsive, how can I find out what it was doing last?13:26
firelitehttp://paste.ubuntu.com/6849373/13:26
Munsterinterweb, most vpn clients auto port forward13:26
DJonestrinode: You're going to get the best reply if you ask that question in #ubuntu+1 which is 14.04's support channel while its being developed13:27
hitsujiTMOfirelite: you should migrate /var/www and /var/personal to /home ... they're the largest culprits13:27
interwebMunster, What about private internet access ?13:27
DJonestrinode: Just be patient there though, its still a fairly quiet channel13:27
Guest57051what is modo -q ubuntu?13:28
hitsujiTMOfirelite: can you run: sudo apt-get clean && sudo apt-get install pastebinit13:28
trinodeDJones: ok, I figured bootlogging wiould be universal to whatever recent version13:28
DJonestrinode: It may well be, but possibly there could be a specific issue to 14.04 that somebody has spotted or if not can help you report it as a bug13:29
MyrttiGuest57051: it means that we can see what you're saying again13:29
Guest57051what is -q mode ubuntu?13:29
Munsterinterweb, check with your server host , but PIA automaticallyforwards the ports on most router/modems. It does on mine13:29
MyrttiGuest57051: it means we can see what you're saying again. The bots quieted you because you were flooding.13:30
Guest57051ok13:30
darkxploithello...13:30
Guest57051thks13:30
Munsterinterweb, if you use openvpn13:30
MyrttiGuest57051: use pastebin instead of posting that error message here13:30
darkxploithitsujiTMO: omg.. do u sleep here only13:30
firelitehttp://paste.ubuntu.com/6849397/ this is the output with a lot of blank lines, mysql couldn't write configuration files13:30
Guest57051ok13:31
Guest57051i will13:31
fireliteyesterday I changed kernel from ovh kernel to linux generic. This morning because of this problem I restored ovh's kernel but the problem persisted.13:33
hitsujiTMOfirelite: ok you need to migrate the data. move the /var/www folder to /home/www and update any references to /var/www to /home/www in your config, or symlink /var/www to /home/www13:33
hitsujiTMOfirelite: do the same for /var/personal       you have a 20GB / partition but a massive /home      yet you're storing everything in the root partition13:34
yukowhy i can not see your discuss13:37
DJonesyuko: Because nothing has been said since you joined the channel13:38
benccis there a chance libreoffice 4.2 will be included with trusty now that it's published?13:38
fireliteI moved the files without making symlinks13:38
hitsujiTMObencc: #ubuntu+1 for 14.04 stuff13:38
firelitewhen I tried to copy-paste an error noticed me that no available space was there13:38
fireliteso I moved it entirely13:39
bencchitsujiTMO: thanks13:39
KullyHey all; i'm having a port issue and wondering if someone could give me a hand.13:41
KullyI've got a virtualbox running ubuntu 12.04 and i'm trying to nrpe to another 10.04 box and it's connection is refused13:41
Kullyother boxes are able to telnet on port 5666 no problem, except this one virtualbox. Even the host can13:42
Kullywondering if anyone has any idea's what might be wrong13:42
interwebWhen I connect to openvpn , should I config anything with my bittorrent software to hide my real ip address ?13:43
ideahi13:43
luilakde1ehitsujiTMO, just finished the ram test- everything a-ok13:44
yukoI just feel so powerless.13:46
MonkeyDustyuko  type /join #ubuntu-offtopic if you want to discuss13:47
firelite@hitsujiTMO any suggests?13:49
interwebIs it safe to just connect to a vpn service using openvpn and then download torrents ?13:53
jpdsinterweb: Ha.13:53
jpdsinterweb: Until the VPN service kick you off.13:54
interwebjpds, So I don't need to configure stuff ( port forwarding , proxy , etc ) on my torrent software until I'm connected to vpn , Am I right ?13:55
patarrHey guys, have any of you ever tried running a multimonitor setup on ubuntu with a discrete card along with integrated?13:55
MunsterPIA doesn't look at the sources it connects you to, interweb ..read the reviews on PIA14:01
currentciao a tutti14:01
currenthi to everywone14:02
=== flos is now known as flos|mahjong
=== sysadmin is now known as Guest51509
meet_hi, i have an old p4 with 512mb ram. fedora solydx and some other distros work perfectly fine. but with any official ubuntu derivatives like lubuntu or xubuntu i am having a graphics problem. I am not sure what type of graphics I have, but all the other distros work fine out of the box with them. with buntus I get low res images and discoloured wallpaprs. solution?14:06
=== Guest51509 is now known as VlanX
=== stephen is now known as Guest44915
fooobarrrOn startup i get the 'Ubuntu' splash screen and can 'alt-FN' to get a console window, however the splash screen never goes away and I have to run 'service start gdm'14:09
fooobarrrafter running this I can get into the gui, anybody have any clue why this would be the case14:10
=== Guest44915 is now known as dahukish
Munsterfooobarrr, add nomodeset to the "quiet splash" line in /etc/default/grub , run sudo update-grub , then reboot14:14
firelitesti sciem14:14
fooobarrrMunster: currently I have "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset""14:16
fooobarrrill try one more update-grub - this is ubuntu running under a vm if that makes any difference - I was thinking that maybe the video drivers are messed up, but there don't seem to be any errors in xorg logs14:17
Munsterfooobarrr, yes always mention VM first, it does make a difference, VB uses it's own drivers, so I'm not sure how to help , but since "nomodeset" was already set, maybe removing it will help14:21
MadMax76/part14:22
bzfWhen I run "lsusb -t" on my computer the Driver for my keyboard is set to nothing. I can only use a keyboard using the PS/2 port atm, but the keyboard connecting and disconnecting appears in the syslog. Any ideas how I could get my usb keyboard to work?14:23
hitsujiTMObzf: check /etc/modprobe.d/ for any odd blacklists for the hid driver14:24
bzfhitsujiTMO: There's only usbmouse and usbkbd in there, but no hid14:25
antarHi people14:26
bzfhitsujiTMO: is there a way to manually load the hid module?14:27
hitsujiTMObzf: try sudo modprobe usbhid14:28
meet_hi, i have an old p4 with 512mb ram. fedora solydx and some other distros work perfectly fine. but with any official ubuntu derivatives like lubuntu or xubuntu i am having a graphics problem. I am not sure what type of graphics I have, but all the other distros work fine out of the box with them. with buntus I get low res images and discoloured wallpaprs. solution?14:28
bzfhitsujiTMO: "FATAL: Module usbhid not found"14:28
=== bfiller_afk is now known as bfiller
hitsujiTMObzf: what kernel are you using? uname -r14:30
bzf3.8.014:30
MonkeyDustwhat's hid?14:32
daftykinshuman interface device14:32
antaris there a way to save the curve of network history i have got from system monitor ?14:32
Rosbuntui have a complicated problem14:33
Rosbuntuis there any expert14:33
=== RickyB98 is now known as rickyb98
ikoniahow do we know until you state the problem14:33
MonkeyDustRosbuntu  we love complex problems, let's hear it14:33
Rosbuntui can not connect my ubuntu wifi to android phone.. it says obtaining ip address.. and i dont know the static ip address of my wifi14:33
hitsujiTMObzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid/usbhid"14:34
=== rickyb98 is now known as RickyB98
antarpeople14:34
ikoniaRosbuntu: it should be dhcp allocated14:34
bzfhitsujiTMO: Can't access. No such file or direcxtory14:35
Rosbuntuikonia,  dhcp is there.. but when i try to connect my android phone it says obtaining ip address14:35
bzfThe hid-folder doesn't exist14:35
ikoniaRosbuntu: where is it trying to get the dhcp address from ?14:35
hitsujiTMObzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid"14:35
Rosbuntuikonia,  from my ubuntu, where i made a wifi hotspot for my android phone14:35
bzfhitsujiTMO: same thing14:36
ikoniaRosbuntu: are you running a dhcp server on ubuntu ?14:36
hitsujiTMObzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers"14:36
Rosbuntuikonia,  no i made wifi hotspot with ap hotspot in ubuntu14:36
ikoniaRosbuntu: then how do you expect it to get an IP address14:36
bzfhitsujiTMO: I get a bunch of listed directories14:36
ikoniaRosbuntu: that's not complex, it wants an IP address from a dhcp server, you are not running a dhcp server, it will not get an IP14:36
hitsujiTMObzf: so you're missing the hid dir14:36
Rosbuntuikonia,  but it doesnt get an ip14:37
ikoniaRosbuntu: yes, I've just told you why14:37
bzfhitsujiTMO: yep. feels kinda strange14:37
Rosbuntuikonia,  then plz help me getting ip address14:37
hitsujiTMObzf: try reinstalling the kernel14:37
KullyRosbuntu: you will need to set it static14:37
ikoniaRosbuntu: read what I said14:37
bzfhitsujiTMO: how do I do that?14:37
Rosbuntuikonia,  i set it static.. but how do know whats my ip address is and others net mask and bla bla14:38
hitsujiTMObzf: pastebin the output of: dpkg --get-selections | grep linux-image14:38
hitsujiTMObzf: can you also pastebin the output of: df -h14:38
Kullycheck what your AP host information is, why not just set the android phone to push out dhcp14:38
ikoniaRosbuntu: it's your network you should know your own network range14:39
bzfhitsujiTMO: what was the command for pasting to paste.ubuntu.com?14:39
hitsujiTMObzf: pastebinit14:39
Rosbuntuikonia,  im new to ubuntu, u know14:39
RosbuntuKully,  how do know the info of my ap hotspot any idea?14:39
ikoniaRosbuntu: it's networking, nothing to do with ubuntu14:40
Mortuisrm: cannot remove ‘testout.mov’: Device or resource busy14:40
ikoniaMortuis: the file is in use14:40
Rosbuntuikonia,  ok brother , can u tell me the solution step by step.. i think u r a good networker14:40
Rosbuntu;)14:40
bzfhitsujiTMO: great, don't have internet connection14:41
ikoniaRosbuntu: either a.) setup dhcp server on your ubuntu machine b.) configure static IP for your device on your network14:41
ikoniaRosbuntu: I would suggest b.) based on your experience level14:41
Mortuisikonia: how do I determine what is using it?  fuser shows nothing, as does lsof14:41
Rosbuntuikonia,  u r a good guy i can feel bro, now tell me how do i configure static ip for my device14:41
ikoniaRosbuntu: the guys in #android maybe able to help you with that14:42
ikoniaRosbuntu: I have no idea how to put an IP address on your android device,14:42
hitsujiTMObzf :(14:42
bzfhitsujiTMO: only a loopback interface. what a great day! :D14:42
=== CyberJacob is now known as CyberJacob|Away
KullyRosbuntu are you conncting your phone to your ubuntu, or ubunuto machine to phone14:42
hitsujiTMObzf: you may be mising more than just the hid drivers then14:42
Rosbuntuikonia,  okk let me check android ppl14:42
RosbuntuKully,  connecting phone to ubuntu14:42
hitsujiTMObzf: ok. is this 12.04?14:43
RosbuntuKully,  u sound like an experienced coder14:43
ikoniaMortuis: fuser -fuc filename14:43
Kullylol14:43
bzfhitsujiTMO: yep14:43
hitsujiTMObzf: whats the full output of: uname -r14:43
RosbuntuKully,  so do u know how to make it static brother14:43
firelite@hitsujiTMO I solved the problem killing the mysql process and changing in the fstab the type of the partition14:44
fireliteI don't know why I did it but it worked14:44
ikoniaKully: talk to the android channel - this is nothing to do with ubuntu14:44
ikoniaKully: sorry, not you14:44
ikoniaRosbuntu: talk to the android channel - this is nothing to do with ubuntu14:44
Kullyrosebuntu: http://pastebin.com/Fm5HC252 then direct any further questions to #android14:44
=== kirby is now known as abc
RosbuntuKully,  ok let me check , why dont u come to android14:45
ikoniathere are pleanty of people in #android14:45
Mortuisikonia: thank you, when I try that I get: /home/john/Pictures/testout.mov: 12533c(john)14:45
funksterI have wired and wireless setup on my ubuntu server, how can i disable the wireless when the wired is connected? Or does the traffic automatically go over wired if both are connected? Any advice pls14:45
Mortuisikonia: 12533 doesn't show as a running process, not sure what to do with this output.14:46
hitsujiTMOfirelite: odd way to get a resolution :)14:46
funksterim looking to auto disable/enable the wired/wireless setup14:46
bzfhitsujiTMO: 3.8.0-29-generic14:46
Kullyfunkster: adjust the binding order14:46
funksterKully: where can i do that?14:47
LucaS05hi. there's a way to automate document creation with openoffice?14:47
firelite@hitsujiTMO Odd ways for odd problems :D bye bye||14:47
hitsujiTMObzf: actually, there may be an easier way to go about this. do you have another kernel installed?14:48
ikoniaMortuis: should be a running process14:48
ikoniaMortuis: how are you checking14:48
bzfhitsujiTMO: How do I check that?14:49
Mortuisikonia: http://pastebin.com/s41qhM6x14:49
Kullynetwork manager -> routes -> route-n should change default route with ethernet plug14:49
ikoniaMortuis: so it's the bash shell that has some sort of lock on it14:49
ikoniaMortuis: the process exists, it's there14:49
funksterKully: im commandline only, you are saying i have to re-order everytime?14:49
hitsujiTMObzf: dpkg --get-selections | grep linux-image                 does more than 1 version number appear?14:49
bzfhitsujiTMO: yes. linux-image-generic-lts-raring and the one I have14:50
hitsujiTMObzf: ahh, no, thats just the kernel meta package14:50
hitsujiTMObzf: sudo apt-get install --reinstall linux-image-3.8.0-29-generic14:52
bzfhitsujiTMO: Then I just need to figure out the Internet connection issue x)14:52
ubuntutisanybody know where i can find my drivers for a Atheros AR928X card14:53
hitsujiTMObzf: also: sudo apt-get install --reinstall linux-firmware14:53
Mortuisikonia: when I kill that process that just closes my terminal window.  I open a new window and try deleting and same problem.  New bash process listed when I run fuser -fuc on it14:53
ikoniaMortuis: where is the file ?14:54
illy.xchat2/budus.so14:54
hitsujiTMObzf: then, once again: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid/usbhid"14:55
Wouter___Why isn't this working? I'm trying to manipulate the input to mutt. (http://screenshot.wouter0100.nl/1401140152313715145237.png)14:56
Wouter___I'll get an > where i can type anything i want, unless i cancel it with control c.14:57
Mortuisikonia: thanks, just realized the file resided on a different machine and I was viewing via network share.  Other machine had a process locking it.14:58
ikoniaMortuis: bravo14:58
CountryfiedLinuxHow do I launch the nm-applet GUI from the terminal?14:59
RoryIn my ssh_config file, can I apply some rules to *, but exclude some other hosts?14:59
Rorysorry that wasn't clear. I mean, if I set behaviour in the "Host *" block, can I then "clear" this behaviour to the default, in a more specific block?15:00
bzfhitsujiTMO: I think I'm just gonna backup my files to another hdd, then reinstall ubuntu instead15:00
hitsujiTMObzf: :(15:01
bzfhitsujiTMO: I thikn that will be much easier as the whole system seems to just fuck up x)15:01
hitsujiTMObzf: i guess so. very odd predicament to end up in15:02
bzfhitsujiTMO: yeah, and after wasting a whole day trying to fix it, I should probably just give up15:02
lnx2who use pidgin?15:02
Munsterbzf, no need for "language"15:02
bzfMunster: sorry, I'm just a little upset and tired and cranky :D15:02
bzfhitsujiTMO: but thanks for all the help anyways!15:03
Rorylnx2: Many, many people do. What do you need to know?15:03
=== jean is now known as Guest72141
lnx2pidgin-encryption it's safe and why i need? it?15:03
CountryfiedLinuxHow do I launch the nm-applet GUI from the terminal?15:04
lnx2rsa 2048-4096 its safe?15:04
Rorylnx2: it uses standard public-key cryptography and the RSA encryption standard. You would use it to prevent someone on a network between you and the other person, from being able to intercept and read your communications15:05
Rorylnx2: Please read the third bullet point on the project's homepage15:05
lnx2ok15:06
Korbi_bcbfg15:11
=== Neptunia is now known as Sora-kun
JWFoxJrGood morning. I'm finding conflicting information that I need resolved. What is the system-wide plugin directory for firefox?15:17
MonkeyDustJWFoxJr  try /usr/lib/firefox/browser/plugins15:21
MonkeyDustJWFoxJr  or /usr/lib/firefox-addons/plugins15:24
phil-nswith the exception of citrix, which creates its own in /opt15:24
OerHeksJust checked /usr/lib/mozilla/plugins15:25
=== simonl is now known as Guest39425
JWFoxJrMonkeyDust: if I've tried both those directories and it's still not working, could it be an issue with the plugin?15:27
gnubieusing13.10, update-grub does not use the latest kernel that was downloaded from apt-get update,aptget upgrade15:27
phil-nsgnubie: yeah, I experienced the same thing, boot-repair fixed it for me.15:28
MonkeyDustJWFoxJr  look in what OerHeks said15:28
gnubiephil-ns> thanks15:28
phil-nsgnubie: you're probably talking about the 3.15 ?15:28
gnubiephil-ns> todays update kernel15:29
phil-nsor 3.10.15 or whatever he hec it is.15:29
phil-nsheh, I didn't take today's, I was afraid I'd be in the same boat as last time :)15:29
adacwhat can be done if the upload does not suffice for vnc?15:37
nearstmy usb_modeswitch return segfault15:39
LucaS05hi. there's a way to automate document creation with openoffice?15:41
MonkeyDustLucaS05  create a template, save it in ~/Templates15:42
myst3r10nhow do i disable the console screensaver on ubuntu 12.0.4 server?15:43
LucaS05i need to take a table from a writer doc, copy the table, and paste (special) it in a calc sheet. but i have 20 document, and i need to make this operations on all these documents.so i want to do them in one try (maybe with a shell script or something similar)15:45
_tanmayI am using ubuntu 13.10. Nautilus takes a lot of time to load the contents of a folder due to sorting. Is there anyway I can fix this problem?15:47
=== gbyers[Away] is now known as g_byers
gnubiephil-ns>  I had to go into synaptic pkg mgr and check latest kernel for installation to install it. Weird.15:55
phil-nsgnubie: good to know, I'll keep that in mind tomorrow morning when I do the update (not today, I use it for work)15:56
gnubiephil-ns> supposed to be a security prob with current kernel.15:57
demophobiais there a way to decrease the sensitivity of the resize window mouse feature? it's too "precise" -- i have to get it within a hair of the window frame, etc15:57
phil-nsgnubie: hmm, that may explain why I have to kill chrome on after startup everytime :/16:00
Roryin ssh_config, if I set behaviour in the "Host *" block, can I then "clear" this behaviour to the default, in a more specific block?16:02
Khd0ryhey all16:05
=== roland_ is now known as roland
_tanmay I am using ubuntu 13.10. Nautilus takes a lot of time to load the contents of a folder due to sorting. Is there anyway I can fix this problem?16:09
zykotick9myst3r10n: try "setterm -powersave off -blank 0"16:10
myst3r10nzykotick9: setterm: cannot (un)set powersave mode: Inappropriate ioctl for device16:11
zykotick9myst3r10n: see http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html says to shutodwn Xorg and retry?!?!  odd16:12
myst3r10ni have ubuntu 12.0.4 server, there is no Xorg16:12
zykotick9:)16:12
b0xthats trippy... mysterion is on south park.. right now...16:12
zykotick9myst3r10n: best of luck, i got nothin'16:12
Bloshi feel disrespected within the anon/anonymous community16:15
PiciBlosh: And that has to do with #ubuntu because?16:15
patarrhas anyone ever run multimonitor with a discrete and integrated card?16:16
Bloshi have no reply16:16
MonkeyDustBlosh  #ubuntu-offtopic for social chat16:17
jakey1hi, how would I connect a usb dongle into an ethenet port, is this possible16:17
jakey1?16:17
jakey1i.e. I have some hardware that has ethernet output, I want to connect the device to a mobile network?16:17
geniijakey1: Your question lacks clarification. You have some USB device which plugs into the USB port on your computer, then the outside connector is for an ethernet plug? Or is the situation something else entirely?16:20
cousteaudoes ubuntu use zram?16:21
cousteauis it installed and enabled by default, or do I have to do that myself?16:21
cousteau(13.10)16:21
MonkeyDust!zram | cousteau16:22
ubottucousteau: zRAM is a module of the Linux kernel which increases performance by avoiding paging on disk and instead uses a compressed block device in RAM, useful on systems with less RAM, and SSDs.  Install zram-config to enable zRAM.16:22
jakey1genii; I have a device with an Ethernet jack. I would like to connect this device to a dongle to use it wirelessly is this possible16:22
fengshaun_I'm trying to put ubuntu 13.10 on usb, but when I try to boot it, it says "error reading /lib/udev/hwdb.bin: No such file or directory"16:24
cousteauMonkeyDust: ok, installing zram-config16:24
fengshaun_I have downloaded the iso multiple times with the same result16:24
=== Guest8659 is now known as fego
cousteauI'm having memory issues on a virtual machine with a program that is a complete memory hog, and trying random solutions16:26
otoburbi've got the hanging issue going from 13.10 to 14.04 on flashplugin-installer16:27
tewardotoburb: FYI, 14.04 isn't released yet, you'll have to ask questions related to 14.04 in #ubuntu+116:28
otoburbteward: thanks16:29
cousteauMonkeyDust: thanks, btw :)16:30
MonkeyDustcousteau  np, istalled it too, see if it makes a difference16:32
=== sd is now known as sdd32
cousteauMonkeyDust: how do I start it now?  reboot the system?16:32
cousteau(I have nothing open so if rebooting is the easiest way to go it's OK)16:33
sdd32Hi there, is there anybody who has free time to help me with the network configuration? thanks16:33
cousteauactually I'm going to reboot, Ubuntu's being asking me to do so for a while16:33
sdd32Hi there, is there anybody who has free time to help me with the network configuration? thanks16:34
noradhi this is mybe a stupid quastion but i just got an update for ubuntu 12.04.4 isnt gonna be realesed on the 6th?16:34
geniijakey1: In this case you would use something like: http://goo.gl/GXYR6D16:34
sdd32I'm ready to pay 5$ to anybody who can find a time a help me with the network configuration. I need to share VPN connection with another machine. THANKS16:35
MonkeyDustcousteau  no, it's start immediately, like preload does ... "zram-config start/running"16:35
jakey1yes, is there one where I can connect directly to a a usb internet dongle to16:35
cousteauMonkeyDust: ok, so now I suddenly have 3 GB of swap while I used to have only 116:36
cousteauI guess that's zram pretending to be swap16:37
sudormrf|awayis anyone around that can help me out with a cron/testparm/smb problem?16:37
noradim really confused here isnt ubuntu 12.04.4 gonna be realesed on the 6th ?16:38
fieldfirstsdd32: I'm not a network expert, but I can suggest that you should start with openVPN. I used to config it to work as a server then the windows client will connect to it. I have no idea about sharing VPN connection. Hope this will help16:38
sudormrf|awaynorad, my system is already on 12.04.4.  It's already out.16:38
zykotick9cousteau: if you "cat /etc/init/zram-config.conf" you'll see that "swap" creation in the upstart job16:38
noradwut just got it now :/16:38
zykotick9cousteau: thanks BTW, i hadn't tried zram before, seem kinda neat (on my 1GB system)16:39
sudormrf|awaynorad, you don't update enough?16:39
sudormrf|awaylol16:39
noradupdate every day16:39
cousteauzykotick9: well, you're welcome!16:39
sudormrf|awayis anyone around to help out with a cron/testparm/smb issue?  The issue is quite complex and typing the whole thing out and having it fall on deaf ears would be a waste of time.  so if someone can help out, please let me know!16:40
MonkeyDust!ask | sudormrf|away16:40
ubottusudormrf|away: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience16:40
noradsudormrf what is your kenrel ?16:40
mstefguys i need help bad.. first, i accidentally deleted a lot of files from my home directory. i cannot log in via the UI any more (only command-line). what can i do without deleting my entire account?16:40
sudormrf|awaynorad, I would have to check16:40
sudormrf|awayMonkeyDust, ....fine.  the problem is that it will not be on ONE line. but fine.  have it your way.  I will waste 5 minutes typing the problem.16:41
noraddo that16:41
MonkeyDustsudormrf|away  use !pastebin if needed16:41
gh0stpiratehey guys, simple question, know the basic "making your own command" business by copying a bash script from wherever to /usr/bin? well that all works, but how can do that and have that "command" accept commanline arguments and store them as variables?     example:    currently hardcoded IP address,   what i want:  MYCOMMAND -192.168.1.***16:41
=== sudormrf|away is now known as sudormrf
cousteauok, so by running ``apt-get install zram-config`` I downloaded and installed a program that gives me more (virtual) RAM16:41
cousteauwow, I downloaded RAM!16:41
sudormrfugh. *facepalm*16:42
cousteaumaybe I should go to www.downloadmoreram.com ...just in case it works16:43
VlanXhello people, could someone help me to get a .sh file to bootup at start up?16:44
Xuisce1hi all16:45
zykotick9VlanX: look into /etc/rc.local16:45
cousteauVlanX: you could add a launcher for it in startup applications16:46
cousteauthen it'll start when you login16:46
zykotick9VlanX: just to be clear, my suggestion is system boot - cousteau is one users login16:46
cousteau(but not when the system boots, only when you login; for doing it when the system boots do what zykotick9 suggests)16:47
XBre4kergh0stpirate,  aren't you talking about the dollar sign? $1 means the first argument $2 etc ...you can use them inside your scripts.16:47
VlanXuh... I have auto login so I think it will not matter, right?16:47
mstefguys i need help bad.. first, i accidentally deleted a lot of files from my home directory. i cannot log in via the UI any more (only command-line). what can i do without deleting my entire account?16:48
sudormrfMonkeyDust, http://paste.ubuntu.com/6850272/ now queue the person using a '!' something or other telling me not to use pastebin to describe an issue.16:49
gh0stpiratexbre4ker: yes, but like you know how you can execute commands in the terminal with "flags" or "switches"? how can i push that data into my script?16:49
Patero-nghola16:50
Patero-ngtengo un problema con el ubuntu16:50
Patero-ngno me gusta16:50
cousteauPatero-ng: #ubuntu-es16:50
Patero-ngel unity es feo16:50
zykotick9sudormrf: see "/msg ubottu here" for that - BUT it also says, if you need more then 3 lines, use paste.ubuntu.com ;)16:50
cousteauPatero-ng: try lubuntu or xubuntu16:50
cousteauor gnome 316:50
Patero-ngme gusta el ubuntu 10.0416:50
Patero-ngI'm so in love with it16:51
Patero-ngmainly cause it remainds me of rebecca jensen16:51
ezra-s?16:51
Patero-ngwhat16:51
ezra-sPatero-ng, do you have an issue? this is not a chat channel16:51
beandoglol16:51
beandogthat was great.16:51
sudormrfzykotick9, I am sure someone will say something like "don't be stupid.  just type your problem" or something like that.  give it time :P16:51
Patero-ngmy problem is with time I don't like 2013 I want 2010 back16:52
Patero-ngand stay there16:52
Patero-ngso little there to judge16:52
sudormrfnorad, this is mine Linux version 3.8.0-35-generic (buildd@allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #50~precise1-Ubuntu SMP Wed Dec 4 17:25:51 UTC 201316:52
PiciPatero-ng: knock it off.16:53
Patero-ngI use to live the ubuntu that had a facebook flavor16:53
cousteauPatero-ng: #ubuntu-offtopic16:53
cousteauand #ubuntu-es-cafe16:53
Picicousteau: we don't want this nonsense in -offtopic16:54
nearstoh well. im fix the modem-manager segfault by modprobe16:54
cousteauPici: ok then16:54
cousteau#defocus then?16:54
MonkeyDustor #test16:54
sudormrfIf someone could help me out with this problem: http://paste.ubuntu.com/6850272/ I would be gratefule16:55
Rorycousteau: #club-nomicon is suitably feral16:55
kashelhello16:56
beandogsudormrf: oh ... samba config issue.  wanna pastebin smb.conf?16:56
sudormrfbean16:57
sudormrfbeandog, I can.  gimme a sec.16:57
beandogk16:57
cousteauRory, MonkeyDust: and let's not forget about #16:58
kriskropdI'd like to recover some processes running from a xorg $DISPLAY that segment faulted and left all my processes running but inaccessible (as well as doing something weird to my keyboard and mouse so that I can only access the machine via ssh)16:59
kriskropdI'd like to force the processes to another $DISPLAY, such as one that is running over VNC as a fresh environment - can anyone here give me pointers or keywords to google for regarding this? I'm struggling to find a solution of this nature (the idea came from someone suggesting in a decade-old forum post that they were able to manipulate the processes in such a way from the relative /proc/ subdir, but they did not go into any 17:00
beandogkriskropd: wait .... what?17:00
kriskropdbeandog: yes17:00
zykotick9kriskropd: good luck (but i think you're wasting your time)17:01
glitsj16!abs-guide | gh0stpirate: you're looking for what are called 'positional parameters' ..17:01
beandogkriskropd: give a specific example with an application, and the scenario, vs the technical explanation. :)  that may help me17:01
kriskropdzykotick9: not even for science? D:17:01
glitsj16!abs | gh0stpirate .. hope it works this time heh17:02
ubottugh0stpirate .. hope it works this time heh: Advanced Bash-Scripting Guide, obtainable with ${package-manager} install abs-guide, is a quick and comprehensive guide to bash (command line) scripting in *nix systems. It is also viewable via web at http://tldp.org/LDP/abs/html/17:02
sudormrfbeandog, http://paste.ubuntu.com/6850343/17:02
beandogo.O17:02
beandogthat's large.17:02
kriskropdbeandog: okay, say I have a urxvt process running at 30547, and its trapped on $DISPLAY=:2 which segment faulted. The process still appears in 'ps' and suggests it is still operating correctly, however I simply cannot access it17:02
gh0stpiratethank you everyone for the info!!17:02
beandogkriskropd: well if it's segfaulted, I don't see how you're going to get back in there ......  are you trying to retain a terminal screen session by chance?17:03
kriskropdbeandog: I could start a VNC display as :2, however the processes wont appear as they are still trapped in the old one17:03
beandogkriskropd: so, essentially, you want one program to run on two displays (Xorg displays, not ... you know)17:04
kriskropdbeandog: if i could read the buffer for the terminal emulators that would be one method of recovery - I'd accept sucha s olution if you have one17:04
zykotick9kriskropd: in future, for terminal based apps, check out screen/tmux17:04
beandogzykotick9: yah that's the direction I was going17:04
kriskropdzykotick9: i have tmux already, im talking about non-tmux terminals17:05
nwilson5there a terminal command to recursively set file permissions and not change directory permissions17:05
beandogkriskropd: yah, I don't see how tmux would not apply here ..17:05
kriskropdbeandog: and I'd settle for either having an application displayed on two different $DISPLAYS or simply porting/moving/shifting/whatever a process from one $DISPLAY ot another17:05
beandognwilson5: yah you'd have to use find17:05
kriskropdto*17:06
nwilson5ok17:06
Xuisce1hi beandog17:06
Xuisce1others17:06
beandogsudormrf: I dunno man, I'd systematically go through smb.conf and see what testparm is barfing on. :T17:06
beandognwilson5: what perms do you want them to be17:07
glitsj16gh0stpirate: you're welcome .. just fyi, if you make a dir $HOME/bin you can put your own scripts there, that gets auto-included in your $PATH so you don't need to mess around with scripts in /usr/bin and other system dirs17:07
nwilson5beandog: 44417:07
beandogkriskropd: aside from using a terminal detachment program (tmux) .... I'd say that X is pretty advanced in stuff, so I wouldn't be surprised if it's possible ... but I'd read through the X11 docs as a starting point.17:07
beandognwilson5: just the files, not the dirs, right?17:08
nwilson5yes17:08
beandogk17:08
=== Dystinio is now known as HDRDanny
beandognwilson5: find /path/to/dir -type f -print0 | xargs -0 chmod 44417:08
sudormrfbeandog, I think that is what you were looking for....correct?17:08
=== KindOne- is now known as KindOne
nwilson5thanks beandog, I can even make my find more explicit thanks for the template17:08
beandogsudormrf: right, when I say systematically, I mean minifying it, starting with just [global] and going through there adding one share at a time and running testparm.  If I had to *guess* though, I'd say it's complaining about [global]17:09
kriskropdbeandog: i suppose i should start there - yay documentation - okay, for science im willing and my_body_is_ready.jpg17:09
beandogkriskropd: yah ... *also*, maybe look at LTSP a bit?  They do some funkery like that ... kind of.17:09
sudormrfbeandog, that is my guess as well.  but I am not sure where to start when it comes to global.  I haven't really played around with smb.conf too much.17:09
beandogkriskropd: oh also look at  .... ugh what is it ... sec17:09
Xuisce1hi17:11
kriskropdbeandog: erm, ltsp.org?17:11
beandogkriskropd: xdmcp?  It's been a looong time. :T  LTSP = Linux Terminal Server Project --- it's a way of doing stuff, not a project17:12
kriskropdbeandog: okay then - lots of reading material, yay :D17:13
kriskropdbeandog: thanks for suggestions, maybe one of these will work17:13
beandogkriskropd: yah ... X is completely agnostic as to *where* the display is ... remote, local, windowed, etc.  There's a *lot* of options ... I'd just read through x.org and suck up all the docs you can.17:14
kriskropdI'm going to go bother #tmux too about attaching existing terminal shells to a new pane in an existing tmux session as that might give me leads too17:14
beandogkriskropd: yah, I'm pretty sure tmux will do what you want.17:15
beandogsudormrf: k sec17:15
beandogsudormrf: looks to me like you've played with smb.conf *A LOT*17:16
beandogjust because of all the options you are using.17:16
sudormrfbeandog, all of that config was done automatically by amahi17:16
sudormrfbeandog, amahi/greyhole17:16
beandogoh.17:16
beandogwell then.17:16
beandogI can't really say what's broken if I don't know w hat reqs they want ......... :T17:17
beandogask on their forums?17:17
beandogyou can't be the first one.17:17
sudormrfbeandog, I have been in their channel asking about this and talking with the greyhole dev about it and he seems to think that this isn't really an amahi/greyhole specific issue17:17
beandogsudormrf: yah ..... I think I would *totally* disagree with that.17:18
sudormrfbeandog, :).  heh17:18
beandogthese are some pretty crazy specific options.17:18
sudormrfbeandog, do you see anything strange in the global section?17:19
beandogsudormrf: what version of ubuntu and samba are you on?17:19
beandogsudormrf: yah, it's all strange.  it should be like 3 lines.17:19
sudormrfbeandog, ubuntu 12.04.4, how can I verify samba version?  I think I am on the latest version in ubuntu 12.04.4, but I would like to check17:20
beandogsudormrf: smbd --version17:21
sudormrfbeandog, let me check17:21
sudormrfbeandog, 3.6.317:21
beandogsudormrf: well, that's old ... but you're on an old version of Ubuntu anyway ... dunno how much of a diff that's gonna make.17:22
sudormrfbeandog, gotcha.  any guesses we can make about the global config?17:23
beandogsudormrf: which version of amahi are you running?17:23
sudormrfbeandog, Amahi 6.  That is the latest version that will run on Ubuntu.17:24
beandogsudormrf: also, is this install dedicated to amahi?  can you run 7?17:24
cluhey can someone help me ?17:25
sudormrfbeandog, this install is dedicated to Amahi.  7 does not work on Ubuntu.  There are various reasons that I have avoided 7, most of them having to do with greyhole not being present.17:25
Pici!ask | clu17:25
ubottuclu: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:25
maxvihi every one! how can I log out from ubuntu One?17:25
MonkeyDustclu  start with a question17:25
beandogsudormrf: k fair enough17:25
maxvicompletely log out17:25
beandogsudormrf: dunno man .... if they're generating the smb.conf file, and it's not working ... that's not exactly your fault. :T17:26
beandogsudormrf: you could back it up and regenerate another one .. other than that, I dunno17:26
sudormrfbeandog, to be fair, I could bring my greyhole config over to a 7 install and have greyhole up and running pretty quickly, but I am avoiding that for now.  I would prefer it to be on ubuntu as well.17:26
sudormrfbeandog, k. thanks for the advice!17:26
CrazyGangsterkriskropd: u can try byobu17:26
beandogsudormrf: well, fire up VirtualBox, install the other one and see what you think before you commit. :)17:27
cluok i can't open software center i get error http://s30.postimg.org/9xspjcri9/Screenshot_from_2014_01_31_19_26_38.png17:27
k1l_clu: which ubuntu is that exactly?17:27
XtremeHey Guys, Good Day.17:28
cluelementary os, it's based on 12.0417:28
XtremeI am trying to set few environment variables permanently. i also added it to /etc/environment. But still i have to set it all the time i start the terminal17:28
Xtremeany advice17:28
sudormrfbeandog, heh.  tried that, it is actually pretty difficult to get it running in a VM.  6  was easy, for some reason 7 just doesn't want to work in a VM.  possibly because it wants to be the primary DHCP and DNS server and I wasn't letting it do that.17:28
sudormrfclu, I am using elementary right now.  love it.17:29
k1l_clu: talk to elementary OS support. they have changed some stuff that makes this issue17:29
k1l_clu: we cant help since we dont know what they change. so ask them please17:29
cluok thanks i thought that this is ubuntu problem17:29
beandogsudormrf: hmm .... ok.... yah.  I can already see where this is going. :|17:29
sudormrfbeandog, heh.  where? :D17:30
beandogsudormrf: bossy app17:30
sudormrfbeandog, lol.  ah.  it could also be due to how the networking stuff works in fedora vs ubuntu.  I don't know.  :)17:30
beandogsudormrf: can't you sidestep it by using the virtual ethernet as a nat instead of bridged?  Then it'd have its own subnet to boss around17:31
XtremeAnyone?17:31
beandogXtreme: .bashrc17:31
sudormrfbeandog, I think I tried that, IIRC.  you have to setup an account with them to get an install code.  that is for their free dyndns.17:31
beandogsudormrf: really?  lame.17:31
sudormrfbeandog, yeah.17:31
beandogsudormrf: so, now I'm curious, what does this thing do anyway17:32
sudormrfbeandog, amahi or greyhole or both?17:32
Xtremebeandog, should i add just PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"17:32
Xtremeor export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"17:32
beandogsudormrf: lemme put it this way ... what service are you trying to get?17:32
sudormrfbeandog, not sure I understand the question17:32
beandogXtreme: pad it on instead of replacing path17:32
beandogsudormrf: what functionality do you want?17:33
linuxearthis ubuntu better than opensuse?17:33
beandogXtreme: PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"17:33
=== mydogsnameisrudy is now known as rudyismydog
beandoglinuxearth: only if you can get it running. :)17:33
Xtreme:) Thanks. export is not required right?17:33
beandogXtreme: uh, lemme look17:33
k1l_linuxearth: of course :)  (better ask in #ubuntu-offtopic or ##linux )17:33
sudormrfbeandog, oh.  I wanted drive pooling with the ability to stripe copies across different drives.  sort of like software raid.  I migrated to this system from an old WHS box.  greyhole is the open source equivalent of drive extender, but it is much better.17:33
beandogXtreme: yah17:33
beandogXtreme: er, yah, it is required.17:34
PiNinjaIs anyone here familiar with creating udev rules?17:34
Xtremeok. :) Thanks17:34
beandogPiNinja: *kind* of17:34
beandogsudormrf: okay, I was gonna say ... something like FreeNAS and the awesomeness that is ZFS?17:34
Xtremebeandog, done. lets hope it works17:34
PiNinjabeandog: Could you take a look at mine and help me figure it out why it isn't working?17:34
Xtremethanks17:34
beandogsudormrf: are are you looking for extending a device across the network?  also, whs?17:34
sudormrfbeandog, yeah.  I considered freeNAS, I considered rolling my own, I considered OMV with greyhole, but I went with amahi.17:35
beandogXtreme: just open a new terminal and echo $PATH17:35
beandogsudormrf: oh okay, just throwing out ideas. :)17:35
sudormrfbeandog, the device is the primary server for my house, it stores all of my media so that I can stream it to any device I want to in the house17:35
sudormrfbeandog, windows home server.17:35
beandogsudormrf: how's it streaming?  DLNA?17:35
sudormrfbeandog, I appreciate them :)!17:35
beandogPiNinja: sure, paste it17:35
PiNinjabeandog: One sec.17:35
sudormrfbeandog, it depends on the device.  I have PMS setup on it, but I can also just browse to the network shares from certain devices as well.17:36
beandogsudormrf: oh ... okay .... intresting.  You do have a pretty specific setup, then.17:36
Xtremebeandog, (y)17:36
Xtremeworks17:36
beandogsudormrf: honestly?  My advice at this point would be to say to roll your own.  You've got the concepts down, and if you just learn how to configure a few services, you'd be done.  Samba for network shares, mediatomb for streaming (etc)17:37
PiNinjabeandog: http://paste.ubuntu.com/6850507/17:37
beandogPiNinja: what are you trying to do17:37
PiNinjabeandog: Currently all I want is for the script to run when that usb is connected.17:37
sudormrfbeandog, when I was looking in to that the biggest issues I came across were getting the VPN setup.17:37
beandogsudormrf: you're in a position where if you're finding the bundled apps not working, I'd segment them and get one up and running by yourself, then move to the next thing, etc.17:38
beandogsudormrf: oh yah?  OpenVPN is supposed to be *really* easy to setup, and has good docs.  Tried that?17:38
sudormrfbeandog, I felt like getting OpenVPN setup was incredibly complex.  also, I was trying to get an L2 IPSEC tunnel setup and no one could provide any assistance.17:38
beandogPiNinja: oh okay, that's beyond my poor udev skills. :|17:38
sudormrfbeandog, I looked at it, but I found the documentation overwhelming.17:39
PiNinjabeandog: Hm.. Do you see any out right errors in my udev code? It's at the bottom of the paste.17:39
beandogPiNinja: http://stackoverflow.com/questions/4189383/bash-script-to-detect-when-my-usb-is-plugged-in-and-to-then-sync-it-with-a-direc17:39
PiNinjabeandog: I've tried that, and several variants of that.17:39
PiNinjaThat's why I'm asking here to see if I am missing something.17:40
beandogPiNinja: and no luck.17:40
Munstersudormrf, which vpn service are you trying to setup with openvpn?17:40
PiNinjabeandog: Yup. I think that I have a blatant syntax error that I'm simply missing.17:40
sudormrfMunster, this was something that happened long ago.  Amahi has an openVPN and IPSec app that I installed and they are working fine17:40
PiNinjabeandog: I withdraw my query. Turns out there is a #udev channel.17:40
beandogPiNinja: Try KERNELS?17:40
PiNinjabeandog: I'll try that.17:41
Munstersudormrf, ok17:41
beandogPiNinja: good luck ... it looks like you're really close though17:41
PiNinjabeandog: I'd hope so, this is driving me crazy.17:41
beandogPiNinja: My first guess would be to remove KERNEL.  You've already got enough identifying information .......... in my random guess.17:41
sudormrfMunster, thanks though :)17:42
beandogsudormrf: you can gimp the configs from there too17:42
beandogsudormrf: /etc/openvpn.conf or something17:42
PiNinjabeandog: Perhaps.. I'll try removing it entirely.17:42
beandogPiNinja: good luck :D17:42
PiNinjabeandog: Thank you.17:42
Ekushey!gpl17:44
ubottugpl is the GNU General Public License. See http://www.gnu.org/copyleft/gpl.html17:44
sudormrfbeandog, I was thinking about that too.  I was heavily considering freeNAS recently, my main issues were getting an ipsec tunnel setup and an ovpn tunnel setup17:44
=== GTB3NW_AWAY is now known as GTB3NW
beandogsudormrf: yah ........... pfsense then?17:45
sudormrfbeandog, if I rolled my own the main issue would still be the ipsec tunnel.  I believe it is using raccoon, but I couldn't find much documentation on how to get it working (still can't connect a linux client to it).17:45
sudormrfbeandog, hehe now we are talking building my own router :D.  I have been considering that for a long long time :D17:45
beandogsudormrf: also, I use ipfire and love it ... docs aren't totally complete, but hey, vpn works so I'm happy17:45
sudormrfbeandog, heh.  there may come a day where I roll my own.  depends on what happens when the next ubuntu LTS comes out and what amahi does.17:46
=== wheatthin_ is now known as wheatthin
beandogsudormrf: well, there's lots of options, and you're on the brink of doing it yourself.  Just need to learn a few config files. :)17:46
retro_Hello,17:48
retro_H17:48
sudormrfbeandog, :).  yeah.  I think I will keep this setup going until I see what they do with 14.04, if anything.  right now they have said they have no plans but it doesn't mean it won't happen.  I like Amahi for a lot of reasons.  just recently they setup an app for mobile devices that works like the WD Mycloud app.  but in the end if I need to switch to something else, I will.17:49
beandogsudormrf: well, the first rule is always pick what works for you. :)17:50
hikenbootI hate to complain but printing in windows and in ubuntu really needs some work. looking at http://localhost:631 I see no way of resetting the username and password associated with administration of the cups printers. can someone explain?17:50
sudormrfbeandog, yep :D!17:50
beandogsudormrf: gl!17:51
retro_Anyone can help me on pm? 1 / 2 simple question17:51
sudormrfbeandog, thanks for your advice and help!17:51
FuzzyFurrHey, care to help with my first ubuntu install? I keep getting "An error occurred while mounting /tmp." using a usb and 13.1017:53
retro_Anyone know how i can turn off Ati Card on ubuntu 13.10 ?17:53
shomonhi I have trouble installing virtualenv for python.. it says ubuntu.secs.oakland.edu.. connection timed out17:53
hikenbootretro_, whats the question17:53
shomoncan I switch it to another in sources.list?17:53
=== funkster is now known as Guest37276
b2wif [ "$UTTERANCE = "hello" ]; then echo "true" shows error ..help me please17:53
hikenbootshomon certainly you can switch sources.list /etc/apt/sources.list17:54
retro_hikenboot , i have Ati/ Intel Hybrid , but i cant install Ati switchable driver's and i wanna turn off ati17:54
=== keee is now known as w0rmie
hikenbootsorry cant help..17:54
shomonbut what repo or server contains python-virtualenv and python-mysql hikenboot ?17:54
retro_Anyone know how i can turn off ati card on ubuntu 13.1017:56
b2wif [ "$UTTERANCE = "hello" ]; then echo "true" shows error ..help me please17:56
Picib2w: if you're using bash, please ask in #bash17:56
hikenbootgood question shomon, I am not sure, if you are timing out the server then why not change the pointers that reference that server in sources.list17:57
FuzzyFurrretro have you looked in bios?17:57
=== Eskimio is now known as octoski
hikenbootwho cares which on it gets it from17:57
retro_On bios i can choose only / discreate ( Only Ati ) or Switchable (ati/intel)17:58
retro_i cant choose only Intel17:58
hikenbootanyone able to help me reconfigure cups managing username and password, I see no way in localhost:631 to set the account and password17:58
FuzzyFurrgotcha, I'm ubuntu noob, but thought I'd give it a shot ))17:59
Ag0x4dhello, need some help, my keyboard on ubuntu 13.10 is allways changing, for ex. i have a keyboard pt_PT, sometimes ubuntu changes it to some bizzare letters, i can t figure what is changing the keyboard map, any tips please!17:59
hikenbootdpkg-reconfigure keyboard-configuration18:00
Ag0x4dhikenboot: ive done that18:02
Ag0x4dthis sh* is driving me crazy18:02
digsI setup memcached two days ago... abruptly it just stopped. What kind of debugging should I do?18:03
hikenbootdpkg-reconfigure locales18:04
=== octoski is now known as eskimio
=== Belial is now known as Guest4685
funksteris there a way for the network manager to default wired eth0 over wireless wlan0?18:17
str3ubuntu is malware that shares your data with 3rd parties18:17
str3why do you use it?18:17
xubun2sharing is caring18:18
str3lol18:18
Steevcastr3, ?18:21
str3Steevca: https://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do18:21
al-d-caponehi everybody18:22
al-d-capone#list18:22
al-d-caponecan i ask for something else18:23
blizzowI have 13.10 installed and wanted to try a wiki.  After some research, I ended up here,  http://ubuntuguide.org/wiki/Ubuntu:Saucy#Twiki.  I can't seem to install it though.  It doesn't show up in a package search either.  Has twiki been removed?18:25
FuzzyFurrdid anyone have problems installing ubuntu from a flash stick? I keep getting "an error occurred while mounting /tmp"18:26
=== keee is now known as w0rmie
ccic!list18:36
ubottuccic: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».18:36
Piciblizzow: it was removed from debian, and this Ubuntu: http://packages.qa.debian.org/t/twiki/news/20091204T190050Z.html18:38
blizzowPici: thanks.  Strange that the saucy guide says it's still there.18:39
Alexus0Hi, i want to install ubuntu for my Laptop HP Pavilin Dv5 , and i want to use wifi18:40
Alexus0if i download the CD have wifi support?18:40
MonkeyDustAlexus0  yes, wifi should work out of the box18:40
Piciblizzow: twiki might provide their own packages on their website, but they are not in repos.18:41
Alexus0What version recomanded me if i have 4gb ram and want desktop?18:41
Alexus012.4 or 13.10 ?18:42
Pici7018:48
PiciAlexus0: 12.04 will be supported for longer than 13.10, but either one will work with that hardware.18:49
eranatum_Hi there18:49
eranatum_Can someone tell me how to add multiple vifs to xen domU?18:49
PiNinjabeandog: Hey, in case you're curious, I figured it out.18:50
PiNinjaDoes anyone know of a process that is always running every time linux is up? The process is owned by the user and not by root.18:51
Alexus0thanks18:51
ses1984i think my software sources or repositories got messed up somehow. i'm trying to install the program dia. i go to the software center. search dia. it shows up, but there is no install button18:51
ses1984if i click on more info, it says not found, there isn't a package called "dia-gnome-gnome-gnome-gnome" in your current software sources18:52
shomonwhat is a good alternate apt mirror to ubuntu.secs.oakland.edu?18:52
ses1984i'm not sure why there are four -gnomes at the end there18:52
shomonfor maverick/universe18:52
Picishomon: maverick hit end-of-life in April of 2012. You really should upgrade.18:53
beandogPiNinja: what was it18:53
PiNinjabeandog: My rule was just fine, it was just that the script wasn't working. I changed the rule to also name my device. After I did that I noticed the device in /dev/ with the new name, meaning that the rule was in face working.18:55
Picishomon: if you really really really need something form their repos, see http://old-releases.ubuntu.com/18:55
PiNinjabeandog: I have since then changed the script to automatically mount the usb drive with user permissions.18:55
beandogPiNinja: heh, in the script ... that's classic. :)18:56
beandogPiNinja: that's awesome man18:56
PiNinjabeandog: Haha yup! Soon I'll be able to run my real script, which automatically syncs my music folder with my iPod.18:56
beandogPiNinja: really?  Do you think I could get a copy?18:57
PiNinjabeandog: Sure thing!18:57
PiNinjabeandog: It isn't as sophisticated as it sounds.18:57
beandogPiNinja: erm, can you pastebin that udev rule again?  heh18:57
PiNinjabeandog: In reality it is a glorified script that syncs two folders.18:58
PiNinjabeandog: Yup! Want me to add the forums that helped me solve the problem?18:58
beandogPiNinja: yah that would be way helpful18:59
PiNinjabeandog: http://paste.ubuntu.com/6850507/ Forum post: http://ubuntuforums.org/showthread.php?t=1648939 blog post: 220451161282C953 tutorial: http://reactivated.net/writing_udev_rules.html#about19:00
PiNinjabeandog: Blog post fix: http://hackaday.com/2009/09/18/how-to-write-udev-rules/19:00
shomonthanks Pici19:00
PiNinjabeandog: Posted above.19:00
shomonPici when I upgrade I get a black screen of death19:00
shomonthe hardware is at the end of it's tether19:01
shomonmaybe I can do something with a different ubuntu flavour19:01
beandogPiNinja: wow awessome, thanks dude :D19:04
PiNinjabeandog: No problem. If you have any issues I might be able to help. I am by no means an expert (or even proficient) but I'll do my best.19:04
beandogPiNinja: it never even occurred to me that you could have scripts run on device discovery.19:05
beandogPiNinja: that just gives me all kinds of ideas :D19:05
PiNinjabeandog: It is exciting!19:05
beandogI would if something similar could be done with a DVD .... the hardware device is already there .... hmm19:05
* beandog will have to research19:05
PiNinjabeandog: A word of the wise! When you have udev call a script it essentially waits for that script to fail. I suggest you have a two-script call system.19:05
PiNinjabeandog: in the form of: /path/to/my/script & exit19:06
beandogPiNinja: fail or exit out?19:06
PiNinjabeandog: This allows udev to continue and not wait for a long process to finish (like syncing an iPod)19:06
PiNinjabeandog: No, call this script and exit.19:06
beandogPiNinja: oh, gotcha.19:06
beandogkk19:06
PiNinjaIt's mentioned in the forum thread I posted.19:06
TylerDurdenThought I would dump some videos with scp onto my hdd that is now storage with SCP. ie  scp -r foopoop onryo@192.18blahhh:/storage/   thing is there are is a "Video" and "videos" where do I drop my rips?19:06
TylerDurdenwhen I say videos I mean my movie rips19:07
daftykinsTylerDurden: whichever one you prefer. you would have had to have created one, the other will be default19:07
beandogfoopoop?  heh19:08
TylerDurdenfoobar is so yesterday =P19:08
beandogtrue dat19:08
=== CyberJacob|Away is now known as CyberJacob
amireldorHello, I'm on Xubuntu 13.10 and I want to create a Samba share which will be available to everyone on the local Windows network. I also want to use 'usershare' and not edit smb.conf19:12
daftykinsamireldor: given the configuration is really easy, why not?19:13
amireldordaftykins, I am asking 'how' more than 'why', I need some help with the setup19:14
beandogwebmin :D19:14
daftykinsugh no19:14
beandogdude, webmin is awesome.19:14
daftykinsamireldor: what are you meaning by 'usershare'?19:14
daftykinsbeandog: why install extra crap when there's one task?19:14
beandogdaftykins: so you don't have to figure out how to configure Samba19:15
amireldordaftykins, 'usershare' is a way for non-root- users to share a samba share thingy. something like "net usershare add blablablablalb"19:15
amireldorbeandog, I'd use webmin if it was a server19:15
amireldorI am already able to create a share but it asks for a username and password (when I try connecting from my own machine, so I don't want to image what happens on the Win7's)19:16
demian_hey guys19:16
demian_Can someone help me with installing this software: http://www.clockworkmod.com/carbon19:17
daftykinsbeandog: right and just put a whole extra set of security issues on your machine instead ;D19:18
TylerDurdenxda can19:18
demian_I'm new to linux and I dont know how to handle the file I downloaded.19:18
daftykinsamireldor: as long as you configure security = user within smb.conf, create a share and setup a password for your user with 'smbpasswd' it's easy to authenticate from Windows systems19:18
UserErrorIs the server minimal install for 14.04 different from what will be the netinstall / mini.iso for 14.04 ?19:19
daftykinsamireldor: i'd be happy to take you through the setup of a simple folder share if you like19:19
daftykinsUserError: 14.04 talk in #ubuntu+119:19
UserErrorah19:19
retro_Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.1019:19
demian_I did this in terminal and it gives some error message, but the file is there...19:19
demian_demian@Dell-Studio-1558:~/Downloads/linux$ sh ./run.sh19:19
demian_./run.sh: 2: ./run.sh: ./adb: not found19:19
tds5016can somoene tell me if it's possible to send a notification when status changes on a server?19:19
tds5016service*19:19
tds5016using upstart*19:19
retro_Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.10, anyone maybe can fix that?19:21
TylerDurdenhmmm ... so do I really have to do a mount -o remount,rw /flash every time I want to write to my hdd though scp ?19:21
TylerDurdenwhere do I give group and others permissions? No fstab. Something in cmdline.txt ?19:22
retro_Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.10, anyone maybe can fix that?19:23
bekksTylerDurden: if it is mounted ro, then most likely the filesystem is corrupted - and you should check it.19:23
=== zz_whitenite is now known as whitenite
MolbOrgretro_: probably that way - http://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey19:25
TylerDurdenIll run fsck and since ext4 is journaled19:26
TylerDurdenwho knows19:26
bekksTylerDurden: Run fsck -f19:27
TylerDurdenkk19:27
bekksTylerDurden: dmesg tells you why it it mounted ro.19:27
amireldordaftykins, well the 'usershare' samba feature works for me now. I just didn't wrote the correct command in the terminal19:27
TylerDurdenI can write to it locally but I can not scp things over to it.19:27
retro_Molb0rg , sudo apt-get update getting this error.19:28
bekksTylerDurden: thats a different problem than mounted ro.19:28
=== GTB3NW is now known as GTB3NW_AWAY
demian_so, I can haz helpdesk?19:29
amireldordemian_,hello19:29
TylerDurdenKind of weird since when I ssh in I am root?19:30
demian_hi amireldor19:30
TylerDurdenwhoami19:30
demian_I'm trying to install something, but dont know how :(19:30
bekksTylerDurden: why does your root account has a password?19:30
demian_Its this backup software for android, www.clockworkmod.com/carbon19:31
TylerDurdenJust did a fresh install. user root pw openelec inside the NAT19:31
amireldordemian_, I can't look at that link right now, but if you can pastebin.ubuntu.com the command you try to write in the terminal it would be lovely19:31
bekksTylerDurden: So you are not using Ubuntu then?19:32
TylerDurdenbut I scp all the time to all the other machines in here.19:32
TylerDurdenGod no19:32
TylerDurdenUse my own distro of Debian19:32
bekksTylerDurden: Then please ask the openelec support - this is Ubuntu support only.19:32
Xuisce1hi19:32
amireldordemian_, sorry, I have to go, good luck19:32
demian_okay19:32
TylerDurdenlol,,,,,, thought I was talking to the devs of openelec19:32
TylerDurdenwrong #19:32
Xuisce1hi demian_19:32
demian_hey19:33
TylerDurdenwas like wtf are they talking about19:33
TylerDurdensry19:33
demian_I tried this ,19:33
demian_:~/Downloads/linux$ sh ./run.sh19:33
demian_./run.sh: 2: ./run.sh: ./adb: not found19:33
demian_./run.sh: 7: ./run.sh: ./adb: not found19:33
demian_altho adb file is there in the same dir19:33
demian_And I dont know what else to do.19:34
daftykinsif TylerDurden comes back he is breaking rule #1 of OpenELEC19:35
daftykinsand should NOT be given any support for a non-Ubuntu distro19:35
daftykinsheh, breaking rule #1 that's kinda funny since his username was a Fight Club reference ;/19:35
demian_Oh I get it, that's very clever. How's that working out for ya?19:36
demian_Being clever. ;)19:36
daftykinsseems to be doing better than your trying to be funny19:36
demian_And I suppose he was breaking rule #2 as well?19:37
daftykinsthere wasn't one19:37
daftykinsoh ok, nm anyway we're way off topic19:38
demian_Could always put it in the topic.19:38
demian_And then we'd be on-topic.19:38
Anton2dNow in the western Simbir -3619:38
daftykinsthat'd require an op19:39
demian_I wonder if chan ops always set +n just because they assume it's the standard thing to do.19:39
Anton2dvery cold19:40
Xuisce1:P19:40
Xuisce1Anton2d:  where?19:40
Anton2dwestern Simbir, russia19:40
Xuisce1ah19:40
daftykinsthis is offtopic, move it to #ubuntu-offtopic if you want to talk about such things19:40
demian_Anyway, I'm away.19:40
lesshastewhat's the standard graphical file system browser called?19:41
ignacio_ayuda19:44
ignacio_amigos19:44
daftykinslesshaste: nautilus i think? unless that's outdated19:44
lesshastethanks19:44
ReliantHello. I currently have Ubuntu installed on a 64-bit AMD. I'm planning on replacing it with a 64-bit Intel. Is there anything I need to do before or after to support the change, or will everything be plug-n-play?19:45
lesshasteReliant, I think it should be OK but definitely back up first19:46
ianorlinmake sure the processor fits in the motherboard19:46
lesshasteReliant, same motherboard?19:47
Relianthaha19:47
ignacio_help19:47
Reliantno, new motherboard, new cpu, new ram, and maybe even a new video card (but same GPU chipset)19:47
lesshasteReliant, ah.. then there could be problems19:47
lesshasteReliant, who knows if they will all be supported19:47
bekksWe do. :)19:48
lesshastebekks, :)19:48
bekksBoth Intel and AMD CPU are supported, RAM as well. And the dame GPU chipset is supported too.19:48
lesshastebekks, brave works :)19:48
lesshastebekks, how do you know?19:48
sudormrfhey guys.  I am having a strange SSH issue.  I can successfully authenticate to the box,  I get the "welcome to ubuntu...." stuff, but I get no prompt.  any idea what is going on or how I can fix it?19:48
lesshasteReliant, can you give the full specs?19:48
daftykinsgraphics cards don't have chipsets. why would you buy again if you got the same?19:48
bekkslesshaste: Experience. Show me one current Intel/AMD CPU which isnt supported :)19:48
lesshastesudormrf, remote file system down?19:48
ReliantIntel i7 4780 CPU. GPU is NVIDIA. motherboard isn't 100% final, but I'm thinking Asus Maximus VI Hero19:49
bekksdaftykins: Of course they do.19:49
lesshastebekks, there are motherboards and gpus will poor support19:49
daftykinsbekks: nope they have single chips :D19:49
lesshastewith19:49
bekksdaftykins: Which is nonsense, honestly.19:49
lesshastebekks, I am guessing you are new to linux :)19:49
sudormrflesshaste, the server is currently in a remote location.  I am connected back to it via VPN.  interestingly enough I am having the same issue with anything I ssh to from this box to that network.  maybe this box is the issue?19:49
lesshastesudormrf, it sounds like a remote problem19:50
bekkslesshaste: If you consider someone with almost 20y experience to be new - yes, I am new.19:50
daftykinslesshaste: bekks asked you for something that didn't work at all - not have poor support19:50
ReliantRight now, this is what I'm considering:  http://pcpartpicker.com/p/2KrtS19:50
lesshastesudormrf, can you try sshing from somewhere else to the same place?19:50
lesshastedaftykins, :)19:50
sudormrflesshaste, somewhere else means different network or different machine?19:51
=== keee is now known as w0rmie
daftykinsi'd be leaning toward PC hardware being offtopic19:51
lesshastebekks, the web is full of posts like http://moralvolcano.wordpress.com/2013/04/25/solution-to-amd-unsupported-hardware-watermark-linux-gpu-driver-problem/19:51
lesshastesudormrf, anything that behaves differently :)19:51
lesshastesudormrf, then you will know where the problem is19:51
daftykinslesshaste: that's not even a lack of support, now focus on aiding people rather than in-fighting, it's pathetic19:51
dr_Watson14in what language drivers for pc is written?19:51
bekkslesshaste: And all of those posting do not apply. He said he is going to use the same GPU chipset.19:51
lesshastedaftykins, ahem...19:51
lesshastebekks, why bother?19:51
lesshastedr_Watson14, C19:51
dr_Watson14Thanks19:52
sudormrflesshaste, well I was just able to get a prompt.  this is very strange.19:52
sudormrftrying a different machine.  sec.19:52
lesshastesudormrf, have you done ssh -v ?19:52
robmillernowhi...!19:53
robmillernowI'm fairly new to Ubuntu, and am trying to get it to recognize a video card19:54
robmillernowI had no success getting Windows to see the card, so I'm trying Ubuntu.19:54
bekksrobmillernow: Which card exactly is it?19:55
robmillernowit's a Radeon 795019:55
sudormrflesshaste, yes, but that doesn't show what is happening after the connection takes place19:55
daftykinsrobmillernow: what happened with Windows? that really shouldn't happen19:55
=== launch is now known as Guest29306
robmillernowWindows sees that SOMEthing is plugged in, but doesn't see that it's the Radeon19:56
bekksdaftykins: Thats basically offtopic in here ;)19:56
robmillernowI'm trying to set up this older PC as a scrypt miner.19:56
daftykinsbekks: sorta, i consider it deductive19:57
daftykinsugh mining again19:57
bekksrobmillernow: https://help.ubuntu.com/community/BinaryDriverHowto/AMD19:57
robmillernowi love Ubuntu -- i've used it to revive my dad's dead laptop...19:57
robmillernowAnd now Ubuntu seems like the best option to get this older PC useful...19:58
dgerstingHello all, having a very annoying issue getting the install iso to boot. Is this the right place to ask for help?19:59
bekksdgersting: yes.19:59
robmillernowthanks bekks -- i'm gonna check out your solution19:59
dgerstingsweet!  I have a Lenovo V570 laptop. Trying to install 13.1019:59
daftykinsdgersting: is that new? did it come with windows 8?20:00
daftykinsdgersting: did you disable secure boot and enable legacy boot within the UEFI/BIOS ?20:00
dgerstingAfter the POST, the CD displays the error "Could not open \EFI\BOOT\fallback.efi" error: variable `root` isn't set20:00
dgerstingdaft: I think, looking20:01
daftykinsyeah it's trying to boot to UEFI mode20:01
daftykinsdgersting: do you intend to dualboot with Windows 8 or replace it entirely?20:01
dgerstingplanning to just use Ubuntu, I'll probably have a virtualbox setup with win7 for the few things I need full windows for though20:02
daftykinsdgersting: cool, the above changes are a valid strategy to nuke it and try to get the system to install in legacy mode instead of UEFI then, check out...20:03
daftykins!uefi | dgersting20:03
ubottudgersting: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI20:03
dgerstingThe laptop is a few years old, came with win720:03
robmillernowOne more question:  I worry that the problem might be that the Radeon card is fried or bad somehow, and I need to eliminate that as a possibility.  is there a way to test that the card is good from within Ubuntu?20:03
dgerstingdaft: thanks for the link, I'll go read that and check back in.  thanks20:04
robmillernowno?20:05
bbbahi everyone. I have a question about connecting two ubuntu laptops. how can I connect to laptops via wifi so they can comunicate via the shell?20:05
=== keee is now known as w0rmie
hidsalut20:06
bekksbbba: Connect both to the same wifi network.20:06
daftykinsbbba: erk, is that really the only solution?20:06
JokesOnYou77Hi all20:07
bbbacan i get a link of resources on how to do so?20:07
Donald_ET3Ello! :D20:07
daftykinsbbba: do you not have wired network ports on these systems and a network cable?20:07
JokesOnYou77How can I confirm that sdb is in fact attached via USB?  I'm about to clone a drive and I just want to be certain that sdb is the usb device20:07
bekks!wifi | bbba20:08
ubottubbba: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs20:08
hidi do you know how to shred a LOT of files? like 780 Mb (14,000 files)20:08
hidhi*20:08
robmillernowOne more question:  I worry that the problem might be that the Radeon card is fried or bad somehow, and I need to eliminate that as a possibility.  is there a way to test that the card is good from within Ubuntu?20:08
bbbai don't have network cables. i'd rather connect them with no cables20:08
bekkshid: use "shred".20:08
robmillernowanyone got any advice for me?20:08
sk1specialso I installed 12.04 and there was a encryption/password thing i had to generate but i didnt do it, how do i do it now? :]20:08
daftykinsbbba: i'm sure you would, but it won't be easy. no routers or wireless access points to use?20:08
bekksrobmillernow: The is no such application that could test a GPU.20:08
hidbekks: yes i did it but when i checked 30min later i always had the same size20:09
bbbaI have a wireless AP/ router20:09
robmillernowhmm.  i wonder how one would get a GPU tested for viability, then...?20:09
bekksbbba: Then connect both laptops to the wifi.20:09
lesshastesudormrf, right.. I suspect it is the remote server at fault20:09
lesshastesudormrf, some file system problem maybe20:09
bbbaalready done that, but then how do i get them to comunicate?20:09
daftykinsrobmillernow: do you not have the monitor plugged into it? :)20:09
hidbekks: shred -uz *20:10
daftykinsbbba: what do you want to do, share files? and you say both are command line only, no X?20:10
bekksrobmillernow: one would do that, basically. Either it works, or it doesnt. And "work" does mean: "I can see output on the display device."20:10
bekkshid: Well, just wait some more time.20:10
bbbaI'd like to share files. both have a gui but since I'm trying to learn new things in ubuntu i'd also like to try and comunicate via the shell20:11
robmillernowdaftykins: no, i'm using the video input built into the motherboard.  I'm trying to set up the Radeon card for scrypt mining.20:11
sudormrflesshaste, how can I verify this?20:11
robmillernowugh, mining again, i know...20:11
bekksbbba: Easiest way is scp20:11
Xuisce1hi robmillernow20:11
daftykinsbbba: as bekks says install openssh-server on each and start playing with SSH and SCP20:11
Xuisce1robmillernow20:11
bbbawhat is scp?20:11
daftykinsrobmillernow: right, that's why things are going wrong20:12
daftykins!scp | bbba20:12
ubottubbba: scp is a secure way of copying files across networks using !SSH. Usage: scp filename user@host:filename - WinSCP is a client for Windows, available at http://winscp.net/20:12
Xuisce1e/query satyanash20:12
Xuisce1sorry20:12
bbbaboth laptops are ubuntustudio20:12
daftykinsrobmillernow: you're trying to install drivers for an adapter that isn't actually active20:12
Xuisce1I was looking for another user with a S20:12
cchey20:12
Xuisce1hey daftykins20:12
Xuisce1How do you tab on web chat?20:12
lesshastesudormrf, well.. does it behave the same from every computer you ssh from?20:12
lesshastesudormrf, as we discussed20:12
Xuisce1I talked to a user with a s user name20:12
FloodBot1Xuisce1: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:12
robmillernowbekks:  yes, but if it doesn't work, it could be the port, or the PCIe riser or other factors.  I'd like to find a way to know if the card's good, so that i can eliminate that possibility20:12
bbbaI've read that messages can be sent over the shell too20:12
daftykinsrobmillernow: are you absolutely sure that the guide you're following demands the graphics card isn't in use at all by the OS to do this mining you want?20:13
ccwuzzup20:13
Xuisce1Whats a good clinet ?20:13
Xuisce1:)20:13
bekksrobmillernow: Without having extremely expensive test equipment, there is no such way to test that at home.20:13
bbbaI've read that messages can be sent over the shell too. been trying to share files and connetc the laptops for days now and still couldn't make it20:14
bekksbbba: Then start with connecting to the wifi.20:14
robmillernowdaftykins:  here's the guide I'm following, and no I'm not absolutely sure of anything: http://highoncoins.com/litecoin-rig/how-to-install-ubuntu-and-optimize-cgminer-for-litecoin-mining-rig/20:14
=== neo is now known as Guest21267
Donald_ET3Xuisce1: What kind of client?20:14
sudormrflesshaste, just tried it from my phone and it worked.  let me try another machine too.20:14
Xuisce1ah20:14
Xuisce1IRC20:14
Xuisce1Donald_ET3:20:14
robmillernowbekks: is that extremely expensive test equipment something that PC repair shops have?20:15
=== satyamash is now known as satyanash
bekksrobmillernow: Most likely no.20:15
Donald_ET3This is my first day using IRC, but I am using XChat.20:15
Xuisce1ok20:15
bbbai can get them to connect to the same wifi. then what?20:15
daftykinsrobmillernow: you're going to want to switch to using the card on your monitor instead of the onboard20:15
Xuisce1Donald_ET3:  did you chefk your messages?20:15
Xuisce1chck20:15
Xuisce1I sent you a PM I think?20:15
Xuisce1Im testing this whole thing out20:15
daftykinsrobmillernow: do that before anything else, ok?20:15
bekksbbba: ubottu provided you a link which is considered to be a good starting point.20:15
DeusDeceitHello guys, is there a program or a way in general to check if a CD is not damaged without the need to try to install the program in it or copy it's data in general?20:17
daftykinsDeusDeceit: your CD burning program should have offered a verify option20:17
robmillernowdaftykins: on the monitor?  i'm not having any trouble seeing the GUI, and the PC's not seeing the Radeon card.  I'm unable to switch it in the monitor because the PC hasn't acknowledged that it's there.20:17
bekksDeusDeceit: No. You can use md5sum to check the md5 checksum.20:17
daftykinsrobmillernow: you're not following what i'm saying. i'm saying you need to switch to using the AMD card as the primary, disabling the onboard20:18
JokesOnYou77How can I confirm that sdb is in fact attached via USB?  I'm about to clone a drive and I just want to be certain that sdb is the usb device20:18
bekksJokesOnYou77: check dmesg20:18
robmillernowdaftykins: would that be done in the system settings in Ubuntu?20:18
bekksrobmillernow: No. In the BIOS.20:19
DeusDeceitdaftykins, so brasero can check it for me?20:19
JokesOnYou77bekks, How do I do that, and what should I look for?20:19
bekksDeusDeceit: Immediately after burning - now it cant do it anymore.20:19
bekksJokesOnYou77: type dmesg and look for sdb20:19
robmillernowdaftykins:  hmm, okay.  and then install the drivers, then switch it back to the default card?  is that what you're suggesting?20:19
bekksrobmillernow: Dont switch back.20:20
bekksrobmillernow: Switching back will disable the card.20:20
sudormrflesshaste, the behavior appears to be the same.20:20
DeusDeceitWell, this cd is old, otherwise i wouldn't check it for damage, i'm talking about scratches and stuff and if the device can still read it all.20:20
lesshastesudormrf, right.. so it's the remote system20:20
daftykinsrobmillernow: no, nothing to do with ubuntu. power off the computer, change the monitor connection to the card, then power up. if you don't see anything, switch the cable back and use the BIOS to change the setting to prefer the PCI Express graphics card over the onboard / disable the onboard20:20
lesshastesudormrf, can you contact the sysadmin?20:20
sudormrflesshaste, I am the sysadmin20:20
bekksDeusDeceit: Then just use ddrescue to copy it, and see wether you get errors.20:20
sudormrflel20:20
robmillernowbekks:  But I'm not trying to use the Radeon card for video, just for mining.  Unless the Radeon can both display AND mine at the same time, which doesn't seem feasible20:21
lesshastesudormrf, :)20:21
lesshastesudormrf, then log in and fix it :)20:21
sudormrflesshaste, suppose I were able to log in, how could I fix it?20:21
bekksrobmillernow: your laptop doesnt seem to support both cards at a time. choose your weapon.20:21
DeusDeceitbekks, daftykins thank you guys20:21
JokesOnYou77bekks, dmesg | grep sbd gives some wonderful information but nothing to confirm whether it is attached via usb20:22
daftykinsrobmillernow: YES it can do both at once - this is why i suggest this.20:22
bekksJokesOnYou77: Dont use grep without context. use grep -A 5 -B 520:22
lesshastesudormrf, oh.. do you have a network file system?20:22
robmillernowbekks:  it's a desktop with 2 small PCIe slots and one large one20:22
lesshastesudormrf, you need logs :)20:22
lesshastesudormrf, you can ask on superuser.stackexchange I think20:22
robmillernowdaftykins: interesting.  thanks.20:22
bekksrobmillernow: Then use onboard card as primary device, and install the radeon bainry driver as described in the link I gave you.20:23
sudormrflesshaste, not sure I understand your question about network file system.  you mean is it running NFS? I don't believe so.  drives are formatted as EXT4 in samba20:23
lesshastesudormrf, oh that might be the wrong one20:23
glitsj16JokesOnYou77: if it is plugged in, run lsusb20:23
lesshastesudormrf, what do you mean in samba?20:23
lesshastesudormrf, is this remote machine a standalone machine?20:23
sudormrflesshaste, not in samba20:24
lesshastesudormrf, I don't know that you are saying now.. sorry20:24
sudormrflesshaste, misspoke.  using samba.  standalone meaning?20:24
sudormrflesshaste, what logs do I need to look for?20:24
lesshastesudormrf, is the remote machine connected to a network in some way?20:24
JokesOnYou77bekks, ty, I think that worked.20:25
sudormrflesshaste, yes.  and I was just able to SSH in to it20:25
sudormrflesshaste, I have a prompt.  what should I look for?20:25
lesshastesudormrf, is it connected to any other computer?20:25
JokesOnYou77glitsj16, It's plugged in via a USB-> SATA adapter so I could confirm that the adapter was plugged in with a drive attached, I just wanted to make sure that that drive was in fact sdb20:25
sudormrflesshaste, it is connected to a router.20:26
robmillernowthanks bekks and daftykins -- i'll try all that and check back20:26
lesshastesudormrf, ok so it is standalone20:26
lesshastesudormrf, you need to learn about system administration... try asking on a stackexchange website about which logs you can keep to diagnose this problem20:26
lesshastesudormrf, and paste your question here :)20:26
sudormrflesshaste, .........I am asking on here because I am looking for help.20:26
lesshastesudormrf, right and I am telling you that you will get better help somewhere else.. irc is only good for questions with simple and short answers20:27
glitsj16JokesOnYou77: sure, better confirm before jumping in20:27
bekkslesshaste: Thats the wtrong approach in here.20:27
sudormrflesshaste, here is a simple question.  am I at risk for data loss?20:27
bekkssudormrf: ...when doing what?20:27
sudormrfbekks, well he said this is potentially a file system being broken issue, I am worried that if the file system is broken, files could be lost.  is that incorrect?20:29
bekkssudormrf: That correct so far. A broken filesystem may inherit the risk of data loss.20:30
sudormrfbekks, so what logs do I need to look at to verify if the file system is broken?20:30
bekkssudormrf: No logs, but force a full filesystem check.20:30
nishttal2hello ppl.. i have somehow managed to break apt-get on my system.. please see this error.. http://fpaste.org/73493/ what should I do?20:30
sudormrfbekks, issue fsck from where?20:31
bekkssudormrf: From the host the filesystem is mounted on.20:31
eranatum_Can someone tell me how to add multiple vifs to xen domU?20:32
patarrhas anyone ever done multimonitor set up with discrete GPU along with integrated?20:33
sudormrfbekks, let me see if I can get in to do it :S.20:34
sudormrfbekks, this system has 6 drives in it.20:34
sk1specialwhy does my scroll bar for the chat part of the window keep disappearing20:35
bekkssudormrf: Whats the actual error message you got?20:38
rawrmonsteris there an easy way to find out what the files in /proc are associated with?20:38
bekksrawrmonster: They are all associated with processes running.20:39
bekksrawrmonster: What is the actual question behind that? :)20:39
rawrmonsterbekks: i am at the point that i know what the file system /proc is for  and why it is created. But now i am just curious to see what each of the files and folders map to. Just trying to learn my system.20:40
bekksrawrmonster: The /proc filesystem hold information about processes running.20:41
bekksrawrmonster: It is well documented: https://www.kernel.org/doc/Documentation/filesystems/proc.txt20:41
sudormrfbekks, haven't run the fsck yet.  I was reading this: https://help.ubuntu.com/community/FilesystemTroubleshooting20:42
rawrmonsterbekks: ooo cool thanks :D20:42
sudormrfbekks, I was able to VNC into the box20:42
bekksrawrmonster: And the /sys filesystem is relevant too: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt220:42
=== zwned|away is now known as zwned
sudormrfbekks, how can I check the file system while the drives are mounteD?20:43
bekkssudormrf: you cant. That _will_ cause data loss.20:43
sudormrfbekks, hmm.  I am stuck I think.  I can't get to the unit physically until tonight.20:44
rawrmonsterbekks: this documentation is from 2009 is it still relevant or has not much changed since then?20:44
bekksrawrmonster: it is still relevant, since nothing has changed since then.20:44
rawrmonsterbekks: ok thanks again20:45
bekkssudormrf: you dont have to get physical access, you have to fsck offline. Booting off a live cd which is attached via the remote console would be enough.20:45
sudormrfbekks, question.  the main drive is an ssd and the other 5 are spinning disk drives that are only holding data (no programs).  would the assumption be that I should be checking the main drive for errors should be what I should target first?  would corruption on one of the spinning disk data drives create issues on the main drive?20:46
sudormrfbekks, oh.  how can I do that? :S  sorry, this would be the first time I was ever doing something like this.20:46
=== zwned is now known as zwned|away
coreyfroHey.  I am trying to use AVICONV to split a video, but it is not respecting my durration arguement.  WHat's going on? `avconv -ss 00:09:40 -t 00:00:01 -i bob.mp4 -an fred.mp4`20:51
newbsduserwhen i tried to get  with:  date -d "yesterday" "+%d/%b/%Y"  it gives month name turkish. but i want to get it english. i checked env |grep -i locale ... but it s not related with locale i think .. how can i get english month name with date command?20:52
=== zwned|away is now known as zwned
bekkssudormrf: which server type is it?20:53
sudormrfbekks, it is running ubuntu 12.04.420:54
bekkssudormrf: that doesnt answer my question :) Which make and model is the server?20:55
=== zwned is now known as zwned|away
sudormrfbekks, it's home made20:55
bekkssudormrf: I guess there is no remote console then - you would know it ;)20:55
sudormrfbekks, likely.  would the following command "shutdown -rF now" force an FSCK before boot?20:56
=== GTB3NW_AWAY is now known as GTB3NW
bekkssudormrf: No. And without a remote console you have no chance to do something when fsck asks you for repairing stuff. You have to get physical access.20:57
sudormrfbekks, http://serverfault.com/questions/62976/fsck-root-filesystem-on-a-remote-machine20:57
bekkssudormrf: Still the above applies.20:58
sudormrfbekks, :(.  ok.  so...question.  would a data drive that was failing cause this kind of issue, or would it more likely be the system drive?20:59
bekkssudormrf: Without the error message you got, I cant answer that question.20:59
sudormrfbekks, error message from what? the fsck?20:59
bekkssudormrf: No. Something must have happened leading you to suspect a filesystem error.21:00
daftykinscheck SMART info if you suspect the disk21:00
bekksdaftykins: SMART will not tell you anything about a possibly corrupted filesystem.21:00
daftykinsno, but if there are any reallocated sectors it could go some way to explaining if things have gone bad21:01
bekksdaftykins: reallocated sectors are reallocated transparently.21:01
daftykinsno, but if there are any reallocated sectors it could go some way to explaining if things have gone bad21:01
Hans-Martinhi folks, I'm trying to find out why a disk that we use for network backup (backuppc) has abysmal performance numbers - it's a Promise DS4600 4-drive  RAID5, and reading/writing large files works as expected (150MB/s) but with backuppc, it goes down to less than 1 MB/s, and the average wait time is 5-6 seconds. Any idea what one could do? The OS is 10.04 LTS, and it's an ext3 filesystem (I know that's bad for backuppc, I did not decide that)21:02
bekksdaftykins: Not relocated sectors could explain something. Reallocated cant.21:02
daftykinsoops cursor up fail21:02
daftykinsbut yeah i haven't really been following the convo so my apologies for the interjection O_.21:02
daftykinsbekks: they can fail to do so too, pending sectors is a common SMART field21:02
daftykinsi know my hardware (:21:02
bekksdaftykins: pending sectors are pending, NOT reallocated.21:03
bekksdaftykins: thats why reallocated sectors cannot explain anything.21:03
daftykinsbekks: ugh alright, i really meant to look at ALL SMART data not just reallocated, that can still go wrong too21:03
daftykinsbekks: now pipe down :P21:04
sudormrfbekks, ooh.  lesshaste was suggesting it.  what is happening is when I ssh in to my box I successfully authenticate, get the "welcome to ubuntu 12.04...." message, but I get no prompt.21:08
sudormrfbekks, ssh from a remote location21:08
hitsujiTMOsudormrf: is this every time?21:08
lesshastesudormrf, really I would just paste a question saying "what logs can I look at to diagnose when I ssh in to my box I successfully authenticate, get the "welcome to ubuntu 12.04...." message, but I get no prompt."21:08
lesshastesudormrf, it will be so much easier :)21:08
sudormrfhitsujiTMO, nearly everytime now.21:09
lesshastesudormrf, try sshing in as different users21:09
hitsujiTMOsudormrf: have you modified the motd, or .profile, /etc/profile or anything like that?21:10
sudormrfhitsujiTMO, no.21:10
hitsujiTMOsudormrf: if you can get in, start by looking at /var/log/syslog21:11
sudormrfhitsujiTMO, I can VNC in to the box just fine.  ssh is doing this.  from my phone using remoter it pops the prompt right away21:11
sudormrfhitsujiTMO, ok21:11
sudormrfhitsujiTMO, anything specific I should be looking for?21:14
hitsujiTMOsudormrf: anything odd and repeated that match the times of your login attempts. nothing in particular tho21:15
sudormrfhitsujiTMO, ok.  looks like I am now having issues getting in with VNC as well.  let me see if my phone can connect.21:15
Kazamhi21:17
gregor3005hi, is there a way to downgrade to kernel < 3.4 and xorg 1.12 with ubuntu 13.10? i want to use the 3d acceleration on my old ati rv620 chip on my laptop and it looks very bad that any driver supports it under lates ubuntu. my question is because i found this: http://wiki.cchtml.com/index.php/Hardware#Older_RadeonHD_.28Catalyst_Legacy_13.1_.26_Open_Source.2921:17
KazamUkraine or Russia21:17
yonutzp86hi21:18
yonutzp86i need help whit sopcast player21:18
hitsujiTMOgregor3005: no, you'd have to install 12.04.0... thats the last time ati legacy is supported21:18
yonutzp86i have it installed but it won't run anymore21:18
hitsujiTMO!ru | Kazam21:18
ubottuKazam: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.21:18
gregor3005hitsujiTMO: ok, then i wipe my laptop :-) thx for the fast answer21:19
sudormrfhitsujiTMO, well poop.  I am almost certain something is broken at this point.21:19
yonutzp86i have Elementary OS Luna 64 bit21:20
=== whitenite is now known as zz_whitenite
hitsujiTMO!eos | yonutzp8621:20
whodcan anyone recremmend some good preschool games/activies? except gcompris and childsplay packages?21:20
=== jean is now known as Guest26356
hitsujiTMO!elementary | yonutzp8621:20
ubottuyonutzp86: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution.21:20
hitsujiTMOsudormrf: is this a fresh install ? or has it been running for a while?21:21
sudormrfhitsujiTMO, running for a while21:22
hitsujiTMOsudormrf: is there another machine there that you can ssh into? to see if its an issue with the vpn21:23
sudormrfhitsujiTMO, at the same location with a different VPN? no.  other boxes to ssh in to at the same location = yes, but it would be going over the same tunnel.21:25
sudormrfhitsujiTMO, actually I just found something in the log.21:25
sudormrfhitsujiTMO, "EXT4-fs (sda1): INFO: recovery required on readonly filesystem"21:26
sudormrfhitsujiTMO, "EXT4-fs (sda1): write access will be enabled during recovery" "recovery complete" "mounted filesystem with ordered data mode"21:26
hitsujiTMOsudormrf: sda4 has physical errors. check the smart data.21:26
hitsujiTMOahh wait ok21:27
hitsujiTMOsudormrf: check smart info at least.21:27
sudormrfhitsujiTMO, I have nagios monitoring SMART, but I will check myself as well.  still scrolling through the log21:27
sudormrfhitsujiTMO, hmm.. perhaps it is the tunnel.  I have an IPSec tunnel setup as well and I am having no problems (right now anyway) connecting using that tunnel.21:30
denis__salut21:32
denis__si je veux me connecter sur mon portable a distance qu'est-ce que je dois savoir ?21:33
hitsujiTMO!fr | denis__21:33
ubottudenis__: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.21:33
sudormrfhitsujiTMO, something is wrong with DNS though.  this box is serving as the DNS server.21:33
MonkeyDust!vpn | denis__21:33
ubottudenis__: For more information on vpn please refer to https://wiki.ubuntu.com/VPN21:33
denis__I am sorry21:34
hitsujiTMOsudormrf: how do you know something is wrong, whats happening?21:34
=== alexandru is now known as _alexandru
denis__i quit this canal i talk french sorry21:35
_alexandruhello21:36
_alexandrui install ubuntu :) and i want to know if i use HDMI why the sound not work in tv?21:36
KazamKy21:37
sudormrfhitsujiTMO, with DNS? because the dhcp reservation names I have setup aren't working but the IP addresses are21:37
fbicknelquit21:37
optirunHello, I was here a day or two ago trying to get my Nvidia GeForce with Optimums running on the newest 12.04 . I've since reinstalled to repair the damage done by x-edgers and I'd like some help getting my cards to work.21:38
asdf-i want to create a ubuntu server for only running mysql... does anyone know of a guide for only running one service?21:39
asdf-how to tune it, etc., etc.21:39
solsTiCe_hi. anyone got problem with usb  with 13.10 ? I got an inspiron 15 (3521) and the mouse usb/wireless stops responding repeatdly for 5 seconds. and come back up;  just a minute ago before reboot, I couldn't get my android phone to show up the sual "mount as usb" . no usb at all was working21:40
optirunI'd like to get my Nvidia GeForce 740M working with nvidia-prime. The lspci output is as follows (lspci | grep 'VGA\|3D'): 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)21:40
solsTiCe_seems to happen most on battey and may be not while on sector21:41
elladeeaHi21:41
elladeeai need some advices about my gnome interface21:41
hitsujiTMOsudormrf: can you pastebin the output of: dig google.com21:41
elladeeahow to personalize21:41
optirun!gnome | elladeea21:42
ubottuelladeea: GNOME was the default desktop environment on Ubuntu up to 10.10. To install the GNOME Shell, type [ sudo apt-get install gnome-shell ] in a !terminal. For the GNOME-based !flavor of Ubuntu, see !ubuntu-gnome21:42
hitsujiTMOoptirun: have you install nvidia-331 and nvidia-prime ?21:42
optirunhitsujiTMO, Not yet, I didn't want to risk messing anything up.21:42
optirunhitsujiTMO, Should I do that now and reboot to see what happens?21:42
=== natas is now known as InFlames
hitsujiTMOoptirun: you'll be fine as long as you don't add in the ppa's again :P    yup install them and reboot away21:43
elladeeaoptirun, thanks21:43
elladeea!ubuntu-gnome21:43
ubottuUbuntu GNOME is a supported !flavor of Ubuntu that uses !GNOME as the default desktop environment instead of Unity. For more info or to download, see http://www.ubuntugnome.org/ or https://wiki.ubuntu.com/UbuntuGNOME/OneStopPage21:43
elladeeahow i disable quest session?21:45
optirunelladeea,run "sudo /usr/lib/lightdm/lightdm-set-defaults -l false" without quotes in a terminal21:48
solsTiCe_I have installed laptop-mode-tools but removed it a little time after. gcould there sill a problem because of this as it only happens on battery ?21:51
optirunhitsujiTMO: Alright, I installed,  rebooted and now lightdm dosen't load and it comes up with "System in low graphics mode"21:51
hitsujiTMOoptirun: pop open a terminal and: sudo apt-get install pastebinit && pastebinit /var/log/Xorg.0.log21:52
arooni-mobilehey folks im trying to get a keyboard to work;  i'm seeing this error message: connect-debounce failed, port 2 disabled .... when i try to plug in the keyboard.  what can i do now?21:52
optirunhitsujiTMO: I'm down on the tty's, but alright :P.21:52
optirunhttp://paste.ubuntu.com/6851752/21:53
hitsujiTMOoptirun: cool. also: dmesg | pastebinit21:53
elladeea!wine21:53
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu21:53
optirundmesg | pastebinit21:53
solsTiCe_oh no I did not uninstall it yet. I mean laptop-mode-tools21:53
optirunelladeea: You can /msg ubottu to ask him questions :P.21:53
optirunelladeea: So /msg ubottu wine will make ubottu message you with whats above.21:53
=== bfiller is now known as bfiller_afk
optirunhttp://paste.ubuntu.com/6851759/21:54
optirunhitsujiTMO: Just noticed that I forgot the exec -o in above haha. Anyway, there are the two logs.21:54
elladeeathanks :P21:55
sudormrfhitsujiTMO, are you looking for something specific in the dig result?21:55
elladeeaI am new in linux and i want to try to learn21:55
optirunelladeea: Google is your best friend then.21:55
elladeeabecouse windows is a little su** :P21:55
elladeeathanks21:55
hitsujiTMOsudormrf: what dns server its going thru21:56
hitsujiTMOoptirun: dpkg --get-selections | grep nvidia | pastebinit21:56
optirunhttp://paste.ubuntu.com/6851768/21:56
sudormrfhitsujiTMO, ok.  let me try it.21:57
arooni-mobilehey folks im trying to get a keyboard to work;  i'm seeing this error message: connect-debounce failed, port 2 disabled .... when i try to plug in the keyboard.  what can i do now?21:57
sudormrfhitsujiTMO, it went through the primary DNS server at my place21:57
StephenSthe lowest pwr the better wi-fi?21:58
hitsujiTMOoptirun: ok. 331 doesn't seem to want to load the kernel module for some bizarre reason. sudo apt-get purge nvidia-331 nvidia-prime nvidia-settings && sudo rm /etc/X11/xorg.conf21:58
rawrmonsterbekks: is there a similar page like the one you linked to me for /proc but explaining acpi interrupts under the /sys directory?21:58
hitsujiTMOoptirun: cat /etc/modprobe.d/* | grep nouveau | pastebinit21:59
rawrmonsterbekks: because when i looked it up on google all i can find is about gpe storms21:59
elladeeai use Xchat is oky?22:00
elladeeaor is other more best?22:00
irelandmHello all!  Long time no see!  (well, so long, probably no one here is the same as back then ... we're talkin like, 2010 or something).22:00
elladeeato personalize the theme etc22:00
sudormrfhitsujiTMO, suggestions?22:00
=== jean is now known as jean_
robmillernowis there a place where I can help Ubuntu write "help" documents that make ANY sense to the average computer-using human????22:01
hitsujiTMOsudormrf: you may be right with the dns issue then. you'll really need to get to the machine physically to see whats going on22:02
robmillernowThe help docs are so full of insider computer jargon that it's hard to know what the words and sentences mean.22:02
optirunYou are trying to send an empty document, exiting.22:02
hitsujiTMO!itsawiki | robmillernow22:02
ubotturobmillernow: It's a wiki, *you* can edit it22:02
k1l_robmillernow: try the wiki? wiki.ubuntu.com22:02
optirunhitsujiTMO: Says its empty22:02
irelandmrobmillernow: haha, I feel ya!  To start with, you can edit the wiki; but you can also post on UbuntuForums.org22:02
k1l_robmillernow: i bet the really really appreciate some help there22:02
sudormrfhitsujiTMO, any suggestions for what else I should be looking for?22:02
irelandmLong-time Ubuntu user here ... ran into some trouble with my Radeon driver.  I've tried the purge on all of the various Ubuntu help docs (I've done this in the past, with good success).  This time, however, it seems like the Open Source driver is not operating properly.  Can someone remind me of what I am missing?22:03
hitsujiTMOoptirun: ok. reboot and make sure its back to its original state and then try it with nvidia-31922:03
robmillernowi can't edit what i don't understand!!  I love Ubuntu -- I do.  and it wants to TRY to be accessible to the average user, but just one thin onionskin layer underneath is a massive ton of crap that makes NO SENSE to people like me, who've used Windows and Mac their entire lives...22:03
robmillernowit's MADDENING!!!!22:03
elladeea!skype22:04
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga22:04
irelandmrobmillernow: well, start with something specific.  Pick a help page you are having trouble with understanding, and talk about it here or on the forums.22:04
k1l_robmillernow: well, talk to the guys from the wiki and the help documents. i bet they need a helping hand. that stuff doesnt write itself22:04
geovane-ntOlá bom dia22:04
robmillernowOkay, this one:  https://help.ubuntu.com/community/BinaryDriverHowto/AMD22:05
irelandmrobmillernow: LOL you couldn't pick a small one, could you ... o.O22:05
robmillernow1.1 step 1 says go to AMD website.22:05
robmillernowokay.22:05
sudormrfhitsujiTMO, curious if it has to do with where I am currently at22:05
k1l_robmillernow: no. install "fglrx" package and reboot22:05
hitsujiTMOsudormrf: its the tunnel is what i'd suspect if its something like that22:06
optirunhitsujiTMO: nvidia-319 installs nvidia-331 as a dependency. I have not enabled any extra x-org repos.22:06
elladeeawhy i try to install MultiArch: aptitude why bluez-alsa:i38622:06
robmillernowk1l_:  No, step 1.1.1 says go to AMD Website.22:06
k1l_robmillernow: that 1.1 part is for checking if amd is still supporting a driver for your card.  that is described22:06
sudormrfhitsujiTMO, ok :).  I am still scanning through the syslog22:07
robmillernowyes, but EVEN STEP 2 of part 1.1 makes very little sense.22:07
k1l_robmillernow: yes, read what is says: "check if amd still makes a driver for you"22:07
k1l_robmillernow: 1.2.1 is for you gettting to know which exact video card you got.22:07
elladeeabut : Unable to find a reason to install bluez-alsa:i386.22:07
elladeeaI want to install Skype22:07
optirunhitsujiTMO: And restarting lightdm with 319 (and 331) installed gives me the same low graphics thing.22:07
robmillernowStep 2 says: Enter your graphic card details. You may check this at the terminal:22:07
k1l_robmillernow: just stay some time in here and you will see how often people dont know what card they got22:08
robmillernowcheck WHAT at the terminal?22:08
irelandmrobmillernow: I'll PM you, hold on ...22:08
robmillernowCheck my Graphic card details at the terminal??22:08
k1l_robmillernow: no need for CAPS!!!1111111122:08
k1l_robmillernow: enter the highlighted command into you terminal and press enter. its not rocket sience22:08
k1l_*science22:08
=== dusty_ is now known as DustyBrewer
robmillernowthe caps are out of frustration with Ubuntu's accessiblity bumping right up against its extreme obtuseness...22:09
hitsujiTMOoptirun: i see. some wthing weird going on there. have you run the install?22:09
optirun!shout " robmillernow22:09
ubottuoptirun: I am only a bot, please don't think I'm intelligent :)22:09
irelandmrobmillernow: I sent you a private message.22:09
optirun!shout | robmillernow22:09
ubotturobmillernow: PLEASE DON'T SHOUT! We can read lowercase too.22:09
robmillernowyes, but then it gives you a page of unknowable crap noise that tells me nothing.22:09
k1l_robmillernow: i am trying to help you. but just giving me that attitude is not gonna help anyone22:09
optirunhitsujiTMO: I have, I've installed nvidia-319, and it installed 331 as well. After doing so, it puts me in low graphics mode. If I remove them, it dosen't.22:09
elladeeaHi, if i have in network a partition ( is another ubuntu with samba ) how i mount that partition in my linux?22:10
robmillernowi'm not giving you attitude.  i just wish that Ubuntu were as accessible as the people who made it seem to think it is.22:10
hitsujiTMOoptirun: and you have rebooted, not just restarted x?22:10
k1l_robmillernow: if you dont want help and just want to rant and flame go away! this is a help channel full of volunteers22:10
optirunhitsujiTMO: I rebooted after purging. I'll reboot now after installing22:10
robmillernowi'm not ranting.  help files should help.22:10
robmillernownot compound confusion.  that's what windows is for.22:11
k1l_robmillernow: it is helping, its not my, ubuntus or the help sites fault if you cant read22:11
robmillernowi can read, and i've been using computers for over 20 years.22:11
irelandmk1l_: chill bro, you don't have to attack the guy.22:11
k1l_robmillernow: paste the output of that command into a pastebin and show the link in here so we can have look22:12
sudormrfhitsujiTMO, FYI, it says that /dev/sda is passing smart checks22:12
p3rsistIm using an ssh private key with password but then I want to run ssh under root but it asks for the password... because seahorse has only added it for the user not for root. How can I add it for root?22:13
sudormrfhitsujiTMO, and both ssh and VNC are working over the tunnel thought to be faulty22:13
robmillernowit says "Identify whether your AMD graphics card model series is supported by the fglrx driver. If your AMD graphics card series is in there, then proceed to the next section."  without doing a pastebin and asking you people here, how am i supposed to know what to look for in that page of output?22:13
sudormrfnot sure what is going on at this point TBH lol22:13
optirunhitsujiTMO: No change after reboot - still in low graphics mode.22:13
k1l_p3rsist: dont run it as root.22:13
k1l_p3rsist: you can give the user to ssh with ssh user@server22:14
hitsujiTMOoptirun: dpkg -L nvidia-331 | pastebinit22:14
robmillernowand if my card is not "in there", i'm not to proceed to the next section?  what am i then to do?  these documents assume a lot with out explaining their assumptions22:14
k1l_robmillernow: look at that output. it includes the exact details of your car22:14
k1l_*card22:15
irelandmrobmillernow: You are looking for a line that says something like this:  VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks XT [Radeon HD 6670] [1002:6758] (prog-if 00 [VGA controller]22:15
=== JoshG__ is now known as Hasbro
irelandmThe give-away is the part where it says "Radeon HD 6670"22:15
robmillernowireland:  thank you.  no such line or anything reading Radeon.22:15
k1l_robmillernow: i am offering you help. if you continue to rant that is not helping anyone22:15
p3rsistk1l_, Im using rsync to sync remote and local folders under root. Therefore I need to run rsync with sudo... You get my problem?22:15
k1l_!paste | robmillernow22:15
ubotturobmillernow: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:15
sudormrfhitsujiTMO, hmm.  vnc is not accepting any keyboard input from any system.22:16
k1l_robmillernow: show that output to us.22:16
robmillernowit's on the machine in the other room.  stand by.22:16
k1l_p3rsist: ok22:16
optirunhitsujiTMO: Sorry - had to help someone with something. Back now.22:16
optirunhttp://paste.ubuntu.com/6851856/22:16
=== zz_whitenite is now known as whitenite
irelandmrobmillernow: mmm, silly question, maybe, but did it scroll off the screen?  Use the pastebin that k1l_ is recommending and then we can help narrow it down.  And then if we get good info, you can submit an update or suggestion to the help page in order to make it better.22:16
hitsujiTMOsudormrf: can you get physical access to the server?22:16
=== HoloIRCUser1 is now known as felixruina
sudormrfhitsujiTMO, not until later tonight22:17
hitsujiTMOoptirun: what do you get with: sudo modprobe nvidia-33122:18
cristian_cHi22:18
irelandmUmm, IRC question ... how do I mute all the join/quit messages?  It's really distracting.22:18
k1l_irelandm: which client?22:18
optirunhitsujiTMO: Nothing22:18
elladeeaHuh, In my skype the microphone not work22:18
elladeeaat sound display me : pulsed22:19
irelandmk1l_: web client via Chrome ... I'll try an irssi command ...22:19
cristian_cHow can I use dbus-monitor to check if devices are announced?22:19
cristian_cAny ideas?22:19
k1l_irelandm: hmm, dont know about those webclient stuff22:19
elladeeapulseAudio22:19
hitsujiTMOoptirun: lspci -knn | pastebinit22:19
user1my skype does not list all my contact i usually see on my windows/andriod22:19
irelandmk1l_: yeah, me neither.  the irssi command didn't seem to do anything just FYI22:19
optirunhttp://paste.ubuntu.com/6851876/22:19
p3rsistk1l_, so you have any idea how to make rsync not ask for the private key password if I run it as root?22:20
p3rsist(with sudo)22:20
LadyBugAny X gurus here? I have 12.04 LTS headless system with ATI drivers from AMD. I need to get X running for GPU temp monitoring but startx fails with "fglrx(0): The graphics processor is already set to console mode, set X mode fail. Cannot start X."22:20
hitsujiTMOoptirun cat /etc/modprobe.d/* | grep nouveau | pastebinit22:20
k1l_LadyBug: dont ue startx, start lightdm22:21
irelandmLadyBug: I can't answer your precise question, but I believe there is GPU temperature sensing via the ADL_SDK package.  It might be part of the modern AMD drivers, but I figure I'd throw that out there.22:21
=== brown is now known as Guest16976
LadyBugirelandm: Yes, I have those installed already and compiled into my cgminer (yeah, this is a mining rig). But they don't work if X is not running.22:22
p3rsistI mean I want to use rsync with sudo but still make sure the connection to ssh is made with the current user22:22
optirunhttp://paste.ubuntu.com/6851897/22:23
irelandmLadyBug: aha LOL, I had the same issue.  By the way, don't use CGminer any more, they are dropping GPU support.  Go with SGminer which is the official -Scrypt fork of cgminer.22:24
optirunhitsujiTMO: Whoops, computer sleeped and messed up. Did I miss any messages?22:26
sudormrfhitsujiTMO, rebooted the machine and now VNC is accepting keyboard input.22:27
sudormrfdns is still messed up though22:27
hitsujiTMOoptirun: ok, try purging nvidia-prime. then sudo rm /etc/X11/xorg.conf.   then try going the bumblebee route.22:27
k1l_p3rsist: you need to put the roots key onto the server, too. if you connect with sudo, which is not your user22:27
LadyBugk1l_: Well, that got X going, now I feel a bit D'oh. Thanks.  Although the original ati problems continue...22:28
optirun hitsujiTMO Alright, Done22:29
k1l_LadyBug: yes, startx is an old habbit. ubuntu wants to start x with the *dm, which is lightdm22:29
kaiz\join #python22:29
hitsujiTMOoptirun: reboot and give it a try22:29
elladeea:((22:30
elladeeawhat driver audio recomanded me?22:30
optirunhitsujiTMO: Back22:32
hitsujiTMOoptirun: ok. back to normal desktop?22:32
irelandmLadyBug: I think we Radeon users really need to storm the AMD headquarters with pitchforks and torches ... the real problem is how bad their "official" driver arrangement is.  If they let the Linux gurus open the code, we could have it integrated in a heartbeat.22:32
optirunhitsujiTMO: Everything works again22:32
LadyBugirelandm: I agree.22:33
hitsujiTMOoptirun: ok. gotta test out bumblebee now. sudo apt-get install mesa-utils && optirun glxheads | pastebinit22:33
optirun hitsujiTMO Should I install bumbleebee now? or no?22:33
optirunError on display  - Unable to open display22:34
optirunhttp://paste.ubuntu.com/6851951/22:34
StephenSthe lower PWR the better wi-fi signal, right?22:35
=== batman is now known as Guest48423
IRCChatInfoInfo about irc please read it http://p.pw/DLV22:36
hitsujiTMOoptirun: ahh, you have not yet. ok, yup install: sudo add-apt-repository ppa:bumblebee/stable && sudo apt-get update && sudo apt-get install bumblebee bumblebee-nvidia22:36
optirunhitsujiTMO: Rebooted, desktop loaded up22:41
hitsujiTMOoptirun: open the terminal and run: optirun glxheads22:42
optirunhttp://paste.ubuntu.com/6851988/22:43
optirunhitsujiTMO: cannot access secdonary gpi22:43
optirungpu*22:43
jjavaholicI used Gnome 3 once just to try it again having switched back to Unity.  with that done some apps global menu items are greyed out is there a bug report for this?22:43
jjavaholicor a fix for it22:44
elladeeaHi, i go a course about javascript , php . html what is the best editor text for those?22:44
hitsujiTMOoptirun: pastebinit /etc/bumblebee/xorg.conf.nvidia22:45
k1l_jjavaholic: depends on how you "switched". if it was with a ppa use ppa-purge to get those packages removed that will make trouble22:46
optirunUnable to read from: /etc/bumblebee/xorg.conf.d/xorg.conf.nvidia22:46
optirunhttp://paste.ubuntu.com/6851993/22:47
optirunhitsujiTMO: Whoops haha.22:47
jjavaholicunity wasn't working for a while so I logged into gnome3 for a while to fix it.22:47
hitsujiTMOoptirun: in that file uncomment the line: # BusID "PCI:01:00:0"22:47
optirun hitsujiTMO22:49
optirun hitsujiTMO, done :P22:49
hitsujiTMOoptirun: sudo service bumblebee restart22:50
koalinuxhello22:50
hitsujiTMOoptirun: or maybe: sudo service bumblebeed restart22:50
optirunhttp://paste.ubuntu.com/6852014/22:51
optirunhitsujiTMO: Yup, its rendering.22:51
optirunhitsujiTMO: But now I have to run everything from the command line? Or can I make optirun default?22:52
hitsujiTMOoptirun: you can modify the .desktop files and prepend optirun to them.    so edit the steam.desktop file and and make it: optirun steam22:53
optirun 22:53
optirun hitsujiTMO I don't use steam, mostly its for Vmware, FreeCAD and various work software, but I'll give it a shot and hope its better in 14.0422:55
robmillernowk1l_ : hey, K...  thanks for all you're doing, sincerely.  i don't mean to be a pissbucket.22:57
robmillernowyou're fighting the good fight.22:57
optirun  22:59
elladeeais so nice ubuntu23:00
zykotick9Ottawa University, or one of it's buildings anyways23:02
k1l_robmillernow: i am fine, thanks. just focus on the goal, and not on the sometimes hard way :)23:02
koalinuxhello, (sorry for my english) does anyone know how ubuntu 13.10 get usb remote controls working? I can't understand how my remote control works without lirc23:02
k1l_koalinux: the usb-plug does all the work?23:03
koalinuxk1l_, i have just plugged my mceusb and it works23:04
=== GTB3NW is now known as GTB3NW_AWAY
=== Guest29306 is now known as pascal2
LadyBugWhy would aticonfig claim it needs X running, when X is indeed running?23:14
ANN-TechCoderGuys, just got my new Laptop with Intel 4600 Graphics - can't install Ubuntu - getting black screen before install. can't find any solution23:15
ANN-TechCoderanyone had that issue ?23:15
hitsujiTMOLadyBug: are you rinning it from tty1? or with sudo?23:15
hitsujiTMO!nomodeset | ANN-TechCoder23:15
ubottuANN-TechCoder: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter23:15
ANN-TechCoderYeah. does not work :(23:15
LadyBughitsujiTMO: From ssh session "DISPLAY=:0 sudo aticonfig --odgt"23:16
hitsujiTMOLadyBug: use gksudo23:16
hitsujiTMOANN-TechCoder: what version of ubuntu?23:16
ANN-TechCoder13.1023:17
KiNgMaRis there any guide on packaging a GTK+ application so that Ubuntu and possibly other Debian derivate users can install/use it nicely?23:17
AnuskaHi, if i have samba file sharing in other PC, how i add a map in my ubuntu?23:17
Anuskato access23:17
ANN-TechCoderI knoew, it is a Intel Graphics issue. But there is no good info on the net. Nothing helped :(23:18
=== whitenite is now known as zz_whitenite
LadyBughitsujiTMO: Well, gksudo doesn't help. The computer is headless, I have no monitor attached but I need X working.23:24
gordonjcpLadyBug: what are you trying to do?23:25
hitsujiTMOLadyBug: you need an xsession to run ati config. are you just trying to create an xorg.conf?23:25
LadyBughitsujiTMO: No, I have a xorg.conf, but I need to use aticonfig, which needs X.23:26
hitsujiTMOLadyBug: you you need to be running an xsession then.23:27
LeDragonHey, I'm hoping to get some assistance with my new install of Ubuntu 13.10 on my Asus ROG G750J laptop. Everything's fine except I can't use the function keys (Fn+F5 &Fn+F6) to change brightness. I couldn't change the brightness at all until I installed the Nvidia driver, I can change the brightness now only using the xbacklight command. Might anybody here have some suggestions? Thanks.23:27
gordonjcpLadyBug: what are you using aticonfig for on a headless box?23:27
AnuskaHi, help !!!! i need some help ... the wifi  of my laptop ( where is the led ----- ) if is traffic on network do ( blue - red , blue - red )23:27
LadyBuggordonjcp: I have a headless 12.04 mining rig and I need the ATI temperature sensors to work. Which needs X.23:27
Anuskahow i disable to not give that? becouse i think i will burn23:27
juanchos77hi23:28
juanchos77hola23:28
gordonjcpLadyBug: sounds like a pretty hideous overhead for a temperature sensor23:28
hitsujiTMOLadyBug: you need to be running an xsession anyway to mine on an ati gpu23:29
LadyBuggordonjcp: Well, all the mining is done in the GPU so the CPU is idle.23:29
LadyBughitsujiTMO: Well, I have gotten pure mining to work without X, but not the temperature sensing in cgminer.23:29
gordonjcpLadyBug: yeah23:31
gordonjcpLadyBug: frankly ATI support in Linux is somewhat south of abysmal23:31
hitsujiTMOLadyBug: is your setup something like this: http://silverlinux.blogspot.ie/2013/10/minimal-headless-opencl-cgminer-on.html ?23:31
nixninehello23:32
nixnineam i here?23:32
hitsujiTMO!topic | nixnine23:32
ubottunixnine: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic23:32
=== patrick is now known as Guest3606
cylixa23:33
LadyBughitsujiTMO: Pretty much. Base system 12.04 desktop, though. Drivers from AMD, version 13.12.23:33
hitsujiTMOLadyBug: then its using an xsession23:33
hitsujiTMOLadyBug: but run an xsession in vnc or something to use aticonfig23:36
hitsujiTMOs/but/just23:36
LadyBughitsujiTMO: ... except that I don't have the xdm... I also modified grub to start in text mode. When I got the miner working, I did not have X running.23:36
LadyBugNow that I have the lightdm working, mining stopped working.23:36
treehouseHi. As I've understood it, by my uni professor, you don't want to run skype without a sandbox. But how do you do that in linux?23:38
hitsujiTMOLadyBug: whatever way you are calling cgminer. its firing up its own xsession. its not an interactive xsession, but its still an xsession. do you need aticonfig to be running, or is it just to change a setting?23:38
Ben64treehouse: you could run it in virtualbox, but that's not very efficient23:39
funksterneed some help, when i have my wired connect, inetnet access if fine, when i connect wireless dhcp seems to add to the route table and i can access internet over wired eth0, im using ping -I eth0 yahoo.com and it "destination host unavailable" do i need to add a new route for eth0 or something?23:39
treehouseespecially when your hardware doesn't support it :323:39
LadyBughitsujiTMO: Ahh, I didn't know that cgminer would fire its own xsession. I don't actually need aticonfig itself, I would just need cgminer to see the temperature sensors. Currently the miner works but does not see the ADL stuff. And no, it's not a compile time issue. cgminer compiles clean and ADL enabled. The ADL sensor bits just do not work. And I started debugging this by trying to figure out why aticonfig doesn't work.23:41
=== ponbiki is now known as Guest62859
xipI couldn't get dual boot working on my new laptop with Windows 8 pre-installed. It's like they try to make it impossible. -- my solution... wipe the hdd23:43
xipand get ubuntu for life23:43
funksterthis is my "route -n" http://pastebin.com/yL2SkT7U - how do i make eth0 accessible to the internet, when i dhcp my wlan0 is makes it inaccessible - anyone know?23:45
TJ-funkster: You've got 2 devices routing 192.168.10.0/24 ... confusing the kernel.23:47
crunch-chocoguys, can anyone advise me some package to better manage my cpu temperature? (i'm on laptop)23:47
TJ-funkster: Configure wlan0 to *not* set a default route23:47
funksterfunkster: would that be in /etc/network/interfaces, or?23:47
hitsujiTMOLadyBug: you should fire up aticonfig in some sort of interactive xsession, whether its thru vnx or what not. see if that can see the temps. also check if lm-sensors can read the temps23:48
LadyBughitsujiTMO: Thanks for the hint, will do that tomorrow.23:49
treehouseare wine-executed programs completely isolated?23:49
speaker1234need a recommendation on an ftp server23:49
hitsujiTMOtreehouse: no23:50
=== Guest88921 is now known as Kihokki
=== Kihokki is now known as Guest40498
treehousehitsujiTMO: :( .. can I do anything to prevent skype form doing nasty things? I just want it to do what I expect it to do and nothing more than that. In other words: isolate it from the rest of the system. Can I just run it as a user which only have access to a certain directory?23:52
Jef91Anyone know if there are precompiled current packages for running systemd on Ubuntu 12.04?23:53
sudormrfhitsujiTMO, I have some interesting discoveries.  still don't have physical access, but interesting discoveries that I would like to get your thoughts on.23:56
litropyWhen I'm connected to my LAN (via ethernet; my LAN doesn't have Internet) and also connected to my router (which does have Internet) using my wifi card, it seems networkmanager ignores wifi and instead tries to get Internet from my LAN. In other words, when I'm connected to both, I don't have Internet.23:56
hitsujiTMOtreehouse: nope. but i doubt skype would be doing nasty things anyway23:57
hitsujiTMOsudormrf: fire away23:57
TJ-litropy: You need to configure *only* the WiFi interface to set a default route23:57
sudormrfhitsujiTMO, thanks.  so whenever I connect to it using a program like remoter or remmina it works fine.  it connects and I see the prompt.  whenever I use just the terminal it will connect and authenticate, but it fails to give me the prompt.23:58
sudormrfhitsujiTMO, I don't know if it means much, but yeah.  that is what I have discovered so far.23:59
hitsujiTMOsudormrf: have you configured sshd beyond the basics?23:59
sudormrfhitsujiTMO, I have not.23:59

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