[00:00] hey 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:01] interestingly, 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_top [00:01] slicslak: what's a DAAP server? [00:01] yacc: itunes server [00:02] eeck, poisonous fruit lover :-P [00:03] I 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] Hey guys. === jcrza is now known as redditbot [00:04] So 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? === redditbot is now known as redditorsbot === redditorsbot is now known as jcrza [00:05] does it matter where I put the -R flag when I chmod? [00:06] treehouse: only w/ bsd tools [00:06] as you're in #ubuntu, the answer is probably no [00:06] slicslak: 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 gone [00:07] guys, I have a missing file/dir here: /proc/diskstats [00:07] treehouse: 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:08] ... [00:08] does this men I have a problem in my ubuntu installation? [00:08] bobptz: well, /proc is a virtual file system; the files it contains represent information about the system. Does your /proc have stuff in it? [00:09] If 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] tswett let me see [00:10] tswett btw it is a VPS server ubuntu 12.04 with nginx 1.4.4 [00:10] bobptz: they probably just didn't compile support for that into the kernel [00:10] as you are on a VPS, the information may not be usefull anyway [00:10] ? [00:10] bobptz: You probably don't have /proc/diskstats because you probably don't have your own disks. [00:11] tswett, ok my /proc has several files a nd dirrectories [00:11] is this safe on ubuntu 12.04? sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring [00:12] how come i get a black screen when i try and update to ubuntu 13.10? [00:12] bobptz: sounds like slicslak and Jordan_U know this stuff better than I do. [00:12] ok guys [00:12] so what do you think? [00:12] slicslak ? I said I do have files dirs in there [00:13] bobptz: your on a VPS, so don't worry abou tit [00:13] why were you looking for them? [00:13] bobptz: 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] munin is failing me [00:13] I have error: Error output from iostat_ios: kernel 2.4 not supported yet [00:14] we traced the code and it checks for this directory [00:14] codepython777: probably, if you google it, Ubuntu has some time a policy of back porting the newer kernels to older releases. [00:14] whats a good way to upgrade the kernel for ubuntu 12.04? Preferably to > 3.8 [00:14] and then goes to /proc/partitions [00:14] yacc: has 3.12 been backported for 12.04? [00:15] bobptz: 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] yacc: perhaps 3.12.9 is the latest stable ? [00:16] codepython777: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [00:16] Hello everyone, I would like to learn programming, I want to create software for linux so what programming language should i learn? === zz_megabitdragon is now known as megabitdragon [00:17] Jordan_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] slogmog: python :) - http://bit.ly/pythonclass [00:17] hi I created an upstart job and I can see it when I do initctl list. How can I remove it? [00:17] when I run dmesg is the time stamp seconds from initial boot time? [00:17] is vps a "container" ? [00:18] Where would I find out how to host my own IRC Channel? [00:18] thx codepython nice website btw. [00:19] slogmog: good luck. You'll need at least a little bit of programming experience to traverse through that site. (know what variables mean etc) [00:20] codepython777: i have some javascript knowledge is that enough? [00:20] Jordan_U, ok so VPS is a container, now I know what you are saying [00:20] slogmog: that should be enough. [00:20] slogmog: try it, if you have questions = head to #python or ask a question on the webpage? [00:21] ok thx [00:21] SolidLog: 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:25] Hey 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] I 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:27] so 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] treehouse: I believe so. I think there might be a way of bypassing the restriction, though. [00:30] what if a file has different group and user permissions, which one will be prioritized? [00:30] is the virtualbox-guest-dkms the virtualbox guest addition? [00:31] Pretty 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] myst3r10n: part of it, yes. [00:31] myst3r10n: I don't remember what the other part is called. Might be virtualbox-guest-x11 or something. [00:31] tswett: i need the guest additions for ubuntu server === utack is now known as utack_ [00:33] or where can i download the VBoxLinuxAdditions-x86.run i do not find them on virtualbox.org ^^ [00:35] myst3r10n: this may help: https://help.ubuntu.com/community/VirtualBox/GuestAdditions [00:35] thx tswett === megabitdragon is now known as zz_megabitdragon [00:40] Hum. I did "apt-get install --reinstall util-linux" and "apt-get install --reinstall libmount1", and I'm still getting the errors. [00:40] bobptz: 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:41] Jordan_U it is OpenVZ [00:42] bobptz: Indeed, that's container based virtualization. http://openvz.org/Introduction_to_virtualization explains the various types of virtualization. [00:45] Hey, anyone know what the linux application is that shows sensor data on the desktop with little seemless bars? [00:45] i cannot remember for the life of me what it's called [00:47] nikitis: Give me a sec [00:47] ok [00:47] nikitis: was it Conky? [00:47] YES! [00:48] RedHawk: Thank You, i've been googling for hours [00:48] nikitis: NP, had to ask a friend! :D [00:48] it's a great sensor app [00:48] any samba experts out there have time to help a noob? [00:48] Tony_: depends on what you need? [00:48] What are you trying to do? [00:49] I have an issue where transfers initiated from a win7 machine are way faster than transfers initiated from my linux box [00:49] when transferring between the same two boxes [00:50] i don't do performance, if it's transferring at all, it's a good thing. [00:50] is the connection wireless? [00:50] yeah, file sharing is working no problems [00:50] got WINS going to [00:50] no, it is all cat5e wired eithernet [00:50] 100Mbit or 1000Mbit? [00:50] If i sit at my win7 machine, I can send OR recieve files at 99.7 Mbps [00:51] NIC's [00:51] I have a group of ssh clients doing a -R forward, can i see what ports the R is binding (from the server)? [00:51] if I sit at my linux box, I can send OR receive only at ~60 Mbps [00:51] it is just a 100 Mbps network [00:51] Tony_: could be a winidows Registry problem [00:51] like a windows setting [00:51] hrmmm [00:52] i'd check the NIC properties in device manager [00:52] and check for tx power etc [00:52] But the windows machine seems to be working properly [00:52] sure, but it may be limiting to outside sources [00:52] yeah but i can pull files from the Linux box full speed [00:52] and send to the linux box full speed [00:53] but if i sit at the linux box i can't pull or push files near as fast [00:53] right from Windows, but again Linux isn't restricting transfer rates [00:53] Windows may be restricting transfer rates for outgoing data [00:53] initiated from outside the windows box [00:53] I can transfer to another windows machine just fine [00:53] yes but you are doing it all from the windows box [00:54] if you pulled the file from the outside boxes it's slow? [00:54] How can i test your theory? [00:54] The windows machines are always fast as long as you are initiating transfers from within windows [00:54] I 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 options [00:55] I was thinking it had something to do with mounts within samba [00:55] You can also ask your questions at speedtest.net [00:55] i don't think it's a linux issue [00:55] Tony_: doubtful [00:55] one forward shows up in nmap, but not others, why? [00:55] speedtest.net....are they good with both platforms? [00:56] mounting is only telling the kernel how to read and where to read. Doesn't affect speed [00:56] probably [00:56] Linux samba isn't going to slow down anything [00:56] We want you to have full speed, Windows doesn't always. [00:57] I guess i don't see why the windows would limit a linux connection and not another windows connectoin [00:57] With 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] read more here: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/speed.html [00:57] redhawk, I have done most of those. The speeds are just fine as long as the transfer is initiated from within Windows [00:58] none of them helped [00:58] and direction of transfer does not matter [00:59] Tony_: 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] yup. workgroup name is all the same [00:59] my linux box is the WINS server [00:59] i tried using bcast instead, no change [01:01] Muck! [01:01] yeah, it is frustrating the heck out of me [01:01] Hi. 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 irssi [01:01] been trying to figure this out for about 2 months [01:02] thanks for the ideas. I'll try and look into windows settings since I can't seem to find anything with Linux [01:12] I'm logged into a machine which has this df : http://bpaste.net/show/NFQK3InZKhfynr8Ds7pF/ - Is data1 a raid? [01:17] codepython777 that is a good bit of space!!! [01:20] LuvLinuxOS: 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 / sec [01:24] codepython777...lvm perhaps??? [01:24] pvdisplay, lvdisplay, gvdisplay and etc??? [01:27] Hi 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.116 [01:27] Ok [01:28] LuvLinuxOS: I wish there was a humanDiskdisplay :) [01:29] Task /gw 11 [01:33] I 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 repositories [01:34] bobptz: what version of ubuntu? [01:34] 12.04 [01:34] !info munin perecise [01:34] '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, unstable [01:34] !info munin precise [01:34] 13.10 for STS and 12.04 for LTS [01:34] munin (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 kB [01:34] !info munin [01:34] munin (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 kB [01:35] bobptz: 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 it [01:35] ??? can you make this english please? [01:35] !ppa | bobptz [01:35] bobptz: 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-purge [01:36] so munin 1.4.6 was available for ubuntu 12.04 [01:36] bobptz: it's the current version available for 12.04 [01:36] if I had latest ubuntu, then I would have more current munin [01:36] hey, 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 hangs [01:36] bobptz: yes [01:37] somsip, THANK you. I had huge problem with munin 1.4 bug [01:37] !sysrq | tpw_rules [01:37] tpw_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_key [01:37] i don't have a keyboard === patrick is now known as Guest49772 [01:39] tpw_rules: That does make things more difficult :( [01:39] can't we solve the problem of what's failing to be killed? === LarrySteeze|Away is now known as LarrySteeze [01:44] !info munin precise [01:44] munin (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 kB [01:44] tpw_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] Launchpad bug 1073433 in network-manager (Ubuntu) "Ext4 corruption associated with shutdown of Ubuntu 12.10" [High,Triaged] [01:44] Is there a utility to verify that a public and private key match? [01:45] Caan 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 update [01:45] Is there anything I can do to speed up ubuntu's install? [01:48] tpw_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] it might be, i do get mount: "/" busy [01:49] I resolved that issue.... ssh-keygen can regenerate it's public key. [01:55] when 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? === st0_ is now known as st0 [02:03] #guelphphp === stephen is now known as Guest43202 [02:05] Is RC6 enabled by default on ubuntu 13.10? [02:10] how i can install mate-desktop in ubuntu 13.10? [02:10] MarGul: install the package with apt-get install (dist)-upgrade will only update existing packages with the same name [02:10] MarGul: and you should NOT!! use php from a ppa [02:11] LoBlack: http://mate-desktop.org/ [02:11] MarGul: php is not very safe on servers and when it is not officially maintained by a security team its a big security risk [02:11] iceroot: I just updated with sudo apt-get install php5 and it looked like it updateed good. But now I get a 502 bad gateway error [02:11] How do I use Evolution to remind me that a specific event has occured? [02:11] iceroot: I understand that, but I just want 5.5 so I can use bcrypt for my login script. === aravind_udayasha is now known as aUdayashankara [02:11] MarGul: did you say you use ondrej PPA? [02:12] ty [02:12] somsip: 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 error [02:12] MarGul: how did you remove that package from the ondrej PPA? [02:13] --remove [02:13] It 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 site [02:14] MarGul: 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-purge [02:14] is the intel power save rc6 enabled in ubuntu 13.10 by default or is this something i have to do manually? [02:15] somsip: 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:16] !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] 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): 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:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [02:23] somsip: I ran the ppa-purge and it reverted some things but I still get a 502 bad gateway ;/ [02:24] MarGul: check your apache conf files as they changed format under apache 2.4, which may have been installed by andrej PPA [02:25] I am using nginx and I cant find my log files, trying to find them now. Sorry new to this :/ [02:26] MarGul: no idea about nginx, so I can't help with that [02:28] Okey, just checked and my vhost file has not changed. [02:28] thanks for trying though :) [02:28] MarGul: your php daemon is stopped probably [02:29] how to auto replicate data every hour using rsync cron tab? [02:29] what kind of setup are you using for running php? [02:30] I have tried sudo service php5-fpm restart , it says: stop: Unknown instance: start: Job failed to start [02:31] do you still have /etc/init.d/php5-fpm ? [02:31] mnemon: First when I installed it I ran this command sudo apt-get install php5-fpm [02:31] yes I still have that file [02:33] What is even the 502 bad gateway? Every google search just says "It is not your fault, its the server" , yeah no shit hehe [02:33] it means nginx is unable to proxy the connection === commander_ is now known as cmmd [02:34] to your php daemon in this case most likely. [02:35] MarGul: 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:38] Since 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:40] MarGul: 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:44] my 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 before [02:48] MarGul: have you checked if it's running? (like ps aux|grep 'php5' or something) [02:48] f [02:48] philo the greatest [02:53] what are some options for GUIs to manage GPG keys? export/import publish? === bfiller is now known as bfiller_afk === notapuff is now known as puffin [03:05] hello [03:05] Tim, hi [03:05] hello Krabador === newbie is now known as Guest65954 [03:05] yo [03:05] !keys [03:05] Keyboard 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/shortcuts [03:05] !gpg [03:05] gpg is the GNU Privacy Guard. See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts [03:06] !gpg | xubun2 [03:06] xubun2: please see above [03:06] thanks [03:07] xubun2, nop [03:07] hello 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 ideas [03:07] ? [03:07] xubun2: you probably have a GUI already to do that, 'Passwords and encryption' (package name is seahorse on unity) [03:08] duhamel, pearhaps you can work with fonts [03:08] !fonts [03:08] Font 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] i have done this command many times on other installations ive done and it usually works systemwide [03:08] i'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 alternatives [03:09] krabador, what do you mean? [03:09] duhamel, about fonts, like the bot links [03:12] xubun2: sudo apt-get install seahorse seahorse-daemon [03:12] nope, 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] glitsj16: thanks i'll try that one [03:13] like i say, i have done this command many times on other installations ive done and it usually works systemwide [03:14] xubun2: 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 same [03:15] http://ubuntuforums.org/showthread.php?t=1146081 [03:15] krabadori dont want to change the font, just the font size [03:15] krabador, I dont want to change the font, just the font size [03:17] actually i want to change the dpi throughout the system. [03:17] duhamel, i think that if you work with font you can set the size [03:18] okay, but it's the dpi i want to change. i am about 10' away from a 47" display. [03:19] so 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. === Sleepnbum is now known as Guest6295 [03:24] dumbest 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 work [03:24] i have ubuntu 12.04 [03:25] im kinda lost on google right now with all the results [03:38] Yes Ubuntu is good [03:46] hi 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] !info memcached precise [03:46] memcached (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 kB [03:47] duhamel: your fonts to small? [03:47] madyourse, yeah. some of it. like right click menu and icon labels [03:48] duhamel: you have to tinker with xorg.conf [03:49] some 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] duhamel: odd, it is working here, maybe try: nautilus -q; and start it up again [03:50] hello! [03:50] world of ubuntu! [03:51] i'll try but ive rebooted with no success. [03:51] duhamel: your log in fontsbtiny? [03:51] duhamel: your log in fonts tiny? [03:52] i don't log in usually, but i'll check. i don't think it has anything toi do with lightdm though. [03:54] madyourse, restarting nautilus worked. thank you. the only font left too small is the popup icon labels for the dash bar [03:54] any thoughts on that? [03:55] and the font along the indicator bar at the top. [03:56] duhamel: had the same problem. It had to do with xorg.conf DPI setting. Trying to find the fix. [03:57] duhamel: you have nvidia graphics [03:57] where is the xorg.conf? i don't have it in my home folder... [03:57] duhamel: you have nvidia graphics [03:58] madyourse: i have ati radeon flrgx-updates proprietary driver enabled. [03:58] underscan fixeds and it seems to be fine hdmi audio works and all is good. [03:59] Hi, [03:59] I 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] Section "Monitor" [03:59] Identifier "Monitor0" [03:59] Option "DPI" "96 x 96" [03:59] EndSection [03:59] madyourse: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [04:00] madyourse: all the dropdown menus from the indicator bar are good it's just the bar and close/min/max icons are too small [04:02] how would i change the menu bar's dpi or font size [04:02] ? [04:02] duhamel: well that's from a Ubuntu forum. Something like that fixed my problems. Find xorg.conf edit it as superuser then reboot [04:03] have ubuntu a built in ssh server? [04:03] i dont think i have xorg.conf in ubuntu 13.10. [04:03] or i'm not sure where anyways. === onekt2 is now known as onekt [04:06] duhamel: in /etc/x11, but there isn't one provided as standard as it's not required until you customise [04:06] madyourse: that file doesn't exist in ubuntu 13.10 [04:08] duhamel: you try gnome tweak tool [04:08] so 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 process [04:08] trying to kill it... [04:09] hmm nevermind it's gone [04:10] i did, and ubuntu tweak. [04:11] duhamel: sorry dude at a loss. [04:12] no worries. thanks for the halp bro. [04:13] join #jquery [04:16] so which linux is as lightweight and user friendly as Windows XP? [04:17] !flavors | FuuqUmiist [04:17] FuuqUmiist: !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:18] FuuqUmiist: with lubuntu having a front rnd most similar to XP [04:19] ok [04:19] FuuqUmiist: Personally, I say Ubuntu or Mint Linux. [04:24] e agora , como é faço para copiar esse dvd? [04:24] !es | ciel_ [04:24] ciel_: 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:25] !info brasero | ciel_ (if I understand right) [04:25] ciel_ (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 kB [04:25] isso amigo!!!! [04:25] ciel_: np [04:26] ele pediu isso aqui "libdvdcss.so.2" [04:26] !dvd | ciel_ (english only unless you go to #uuntu-es) [04:26] ciel_ (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/FreeFormats [04:27] I am on xubuntu [04:27] i disabled tap to click with xinput set-prop ... 'Synaptics Tap Action' 0 [04:27] but tapping still activates the window the mouse is over, it just doesn't pass a click === karim is now known as Guest87270 [04:27] how do i stop this [04:28] xev says i've clicked "button 12" === Guest87270 is now known as K4r1m [04:33] so... [04:45] hello [04:45] hi [04:45] g night all [04:46] im new to linux and im having some problems with ubuntu 13.10, this is the right channel to make specific questions? [04:47] gasa718: it is === linuxuz3r is now known as k00giez [04:49] ok, im having trouble trying to install dropox on ubuntu 13.10, gnome 3.8 gui [04:50] i cant open the window to put my login/password [04:50] the icon is there, but noting happens when i click on it [04:51] could someone help me? thanks in advance [04:51] gasa718: icon is where? [04:52] gasa718: possibly this will give you access to what you need? http://askubuntu.com/questions/358913/no-dropbox-icon-in-ubuntu-13-10 [04:52] on left side, and also up when i click on it [04:53] i've already tryed it [04:53] i've installed this pack [04:53] and, also, i have a different problem [04:53] gasa718: and logged out/in again, or restarted dropbox? [04:54] the icon is there, but i dont have acess to the login window [04:54] gasa718: and the answer to my last question? [04:54] yeah, i've already log out- log in [04:56] gasa718: what else have you tried? === Jan11 is now known as ON1 [04:57] uninstall/reinstall [04:59] 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=2181303 === Thor|Away is now known as Thorium220 [05:00] yeah, i've seem a lot o threads [05:00] but this makes even harder to find a solution [05:00] because i havent seen my specific problem, i.e., i cant acess the login window [05:01] although i can see it when it when i press alt + ~ [05:02] but nothing happen when i click on it [05:07] Hello [05:09] dexter__: Hi ! to you also :D [05:16] i don't know i have some weird issue with smplayer [05:16] when i switch workspaces while playing video in smplayer in fullscreen mode the screen flicker [05:17] and i dont have any problem with either VLC or totem player [05:20] hhhhhhhhhheeeeeeeeeeeeelllllllllllppppppppp [05:20] hhheeelllpppp [05:21] hhhiiii all [05:22] !details|vahid, [05:22] vahid,: 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] vahid: just say what the problem is [05:23] im install virtual box but eror [05:23] vahid: how did you install it? What error? [05:23] The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing [05:23] '/etc/init.d/vboxdrv setup' [05:23] as 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:24] vahid, that's not an error. That's a message to help you do something additional - like install the virtualbox extensions [05:24] wathe?? [05:24] vahid: how dod you install virtualbox? [05:24] vahid, it's not an error. DETAIL exactly what you're trying to do and maybe we can help.. [05:25] im new user ubuntu [05:25] vahid, do you have ubuntu installed? [05:26] back box [05:26] vahid, completely NOT answering the question ... [05:26] vahid: repeatedly not answering the questions we ask... [05:27] vahid, what is your first language? [05:27] cant help mi?? [05:27] persian [05:27] !farsi | vahid [05:27] vahid: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است. [05:27] somsip_, thanks [05:28] vahid: backbox have support in IRC - see here http://www.backbox.org/contact [05:28] i serch but not see [05:28] vahid: it's on that page. Where is says 'irc' and 'channel #backbox' [05:29] how contact in chanel?? [05:30] vahid, type in /join #backbox press key [05:30] cfhowlett: different server - not freenode [05:30] hello [05:31] i need help in reconfiguring my video driver === Thorium220 is now known as Thor|Away [05:36] hi all [05:36] * somsip_ sighs [05:36] vahid, greetings [05:37] im install back box but not working virtual box [05:37] vahid, #vbox or #backbox are the channels you want [05:37] in non active not working irc [05:38] sorry for commenting again, but can someone help me with an issue? [05:38] vahid, this is ubuntu support. not virtualbox or backbox support [05:38] everytime i start ubuntu nothing happens, i only see [05:38] back box not ubuntu??? [05:38] #blendercoders [05:38] vahid: no, it's not [05:38] "Could not write bytes: Broken pipe" [05:38] vahid, no backbox is NOT ubuntu [05:38] waymback box ubuntu base [05:39] vahid, LOTS of things are "ubuntu based" and they have their own support channels. ask the experts [05:39] back box chanel not active [05:40] vahid, still not supported in this channel. === j is now known as Guest10618 [05:40] how install blutothe [05:40] !bluetooth [05:40] For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [05:41] aya [05:41] ya [05:41] yes [05:42] im install ubuntu but not working virtuall box [05:42] vahid, #vbox [05:42] ubuntu and back box on eror [05:43] vahid, last time: no backbox support here. NONE. zero. [05:43] vahid: do you understand that we cannot help you here? Can you stop now please [05:43] ya vbox [05:43] !virtualbox|vahid, [05:43] vahid,: 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/VirtualBox [05:44] bluetoothe [05:45] !bluetooth|vahid, [05:45] vahid,: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [05:45] vahid, suggest you actually read the links as your answers are there. [05:50] Hi. I need to change btrfs partition UUID. I found that information: http://comments.gmane.org/gmane.comp.file-systems.btrfs/12180 [05:51] Anton2d, and the response says "make a new filesystem" ... [05:52] ;) But i need to change. [05:52] It's backup image of whole /dev/sda [05:55] hi, 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:56] jonas_buet: http://paste.ubuntu.com/6847783/ (from 12.04, but patched with sidebar) [05:57] somsip: thanks a lot! That was very helpful. [05:58] jonas_buet: np [06:01] hey , 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:02] killer, "can" but probably get vastly superior performance out of lubuntu or xubuntu. Lubuntu is optimized for older/lower specifications [06:03] killer, and 13.04 is end-of-life [06:04] OOPS , I meant 13.10 [06:09] can anybody please explain this? [06:09] http://paste.lisp.org/display/141092 [06:10] kandinski, #vbox would know [06:10] cfhowlett: you're right [06:10] ta [06:40] bleh === Thor|Away is now known as Thorium220 [06:46] Slm [06:47] can anyone help me get search engines working in the address bar on firefox 22+? === pers3us_ is now known as pers3us [06:58] natas go over to #firefox === HDRDanny is now known as Stratum === Stratum is now known as HDRDanny [07:08] It seems that ubuntu is not recognizing my second hard drive [07:08] It has windows 7 installed on it and i can boot to it [07:09] I'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-config [07:09] inside tmux when I do echo $TERM it does say screen-256color, and even tput color says 256.. [07:10] I don't understand why tmux can't show all 256 colors even though everything looks correct [07:10] This 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/1047767 [07:12] so i've tried almost everything, can't get the wireless to work on this gateway 6451 [07:12] its the broadcom bc4311 [07:12] jayar, did you try ndiswrapper [07:13] yup [07:13] Well im out of ideas [07:13] :P [07:13] lol [07:14] Try this [07:14] https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [07:14] I am just doing simple google searches tho which you have probally already done [07:15] yea i went through those, i've tried 3 ndiswrapper ones, tried the bc43-fwcutter ones... [07:15] tryin another ndiswrapper one, says its specifically for the 4311 [07:16] Anyone know why ubuntu isn't detecting my second SSD [07:17] jayar, use the STA No Internet Access method - [07:17] dead disk, dead lead, unsupported disk controller, it is detecting it and you don't know [07:17] any of the above [07:22] Hi :) [07:22] hi [07:22] Rourick, greetings [07:22] Anyone know why ubuntu isn't detecting my second SSD [07:25] hello i'm new 2 linux, are ppa's safe? [07:25] !ppa|Rourick, [07:25] Rourick,: 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-purge [07:25] ty === GTB3NW_AWAY is now known as GTB3NW [07:31] Hello, I'm using ubuntu 13.04 and am facing an issue with proxy connections on the network. [07:31] Vivek, one: 13.04 is end of life. consider your options. [07:31] cfhowlett, I should probably upgrade to 13.10 then? [07:31] or revert back to the LTS version. [07:32] Vivek, depends. I stick with LTS but then I don't code or develop, so I don't need the latest, greatest, shiniest ... [07:32] Anyway, 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:33] Is there any other alternative to switch between proxies and change system proxy settings in ubuntu easily [07:33] !proxy [07:33] Several 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 !cloak [07:33] so that I don't have to configure network settings for every program. [07:34] Vivek, not my area of knowledge, but I would think there's got to be a command line option ... [07:34] I'm behind a proxy server in college. I can not help it. Even getting shell access to github is a pain. [07:34] :) ow [07:35] Oh no problem cfhowlett :) [07:37] Got it to work running tmux with the switch -2 [07:37] created an alias for that now... === GTB3NW is now known as GTB3NW_AWAY [07:42] So 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:44] nealshire, when you first boot, you should be offered the option to try or install. that's normal [07:44] Yeah, I'd like to disable it because I use my flash drive on many computers [07:46] nealshire: so you need to install to USB rather than running the live CD off of there [07:46] uh, I think that's what I did [07:47] nealshire: not sure why you would see the install option then. Can you describe your install process you followed? [07:47] yeah one sec let me resize this window [07:48] nealshire: so this is the wiki: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [07:48] guntbert: the website is up now [07:48] ok so I used Universal-USB-Installer-1.9.5.2 [07:49] and installed ubuntu 13.10-desktop-i386 [07:49] nealshire: if you got windows u can create a bootable pen drive with Universal usb installer [07:49] nealshire: i have made a whole documentation and explanation on my website how to do that [07:50] the pen drive is already bootable [07:50] nealshire: what is the problem u are encountering [07:51] many problems. for one, I don't seem to get a desktop === CyberJacob|Away is now known as CyberJacob [07:51] is YoLtA spamming you guys too? [07:51] lol [07:51] he's trying to convert me to his religion or something [07:51] -__- [07:51] nealshire: may be u did not got a good image . download another http://www.darkxploit.us/?p=104 [07:51] it also asks me to install ubuntu to the HDD [07:51] nealshire: 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:52] Togusa: can you tell in #ubuntu-ops please [07:52] um. hm. [07:52] nealshire: also if u don't have a good graphic or lack of memory ubuntu may prompt u a terminal alike screen when u boot up [07:52] somsip: i'm at work, i shouldn't be here at all lol [07:52] somsip: yeahhh i guess what really happen [07:53] nealshire: 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 there [07:54] somsip: how would I do that? [07:54] nealshire: I posted the link for you already [07:55] nealshire: or darkxploit seems to be knowledgeable on using windows to do this [07:55] nealshire: omg… why he d not understand ??... [07:55] I'm going to kick your a$$ now [07:55] dark, are you sure you're not a hacker or something [07:55] your site doesn't look reputable [07:55] nealshire: use for browser to access my site then [07:56] nealshire TOR browser [07:56] okay whatever well I am looking at your site now [07:57] some stupid from ireland tell him that its safe the website [07:57] ok so what iso do I use? [07:57] I am on your site [07:57] lol [07:57] also I am in the USA [07:57] I'm not from USA [07:58] well download your ISO first.. i may be ubuntu or opensuse [07:58] !ot [07:58] #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] nealshire: on this link http://www.darkxploit.us/?p=104 [07:59] !ot|darkxploit, [07:59] darkxploit,: #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] yes dark, I am on your site. [07:59] nealshire: ya thats it.. i have explain it there [07:59] Hey guys. How can I remove a block of text which begins with "[blockxy]" with Ruby? [07:59] !ruby|KlickKlack, [07:59] KlickKlack: ask in the ruby channel [07:59] KlickKlack, best you ask in ruby support - this is ubuntu [08:01] the one accessing the site from paris, france.. well want to tell him/her that i got an article in french in it.. [08:01] how do I tell it to install ubuntu to a drive? apparently I am telling it to install a liveCD to the pen drive [08:01] * bocaneri thy?e from hyte [08:02] darkxploit, I did everything you told me to yesterday, and I still have the problem [08:02] * bocaneri that last message from me was an error; please forgive it. [08:02] nealshire: 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:03] nealshire: then you have to create the bootable pen drive.. which u will use to boot your computer [08:03] !persistence|nealshire, the recommended method is here. [08:03] nealshire, the recommended method is here.: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence [08:04] Hi! 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] nealshire: concentrate man.. think and do your research now.. u got everything that u needed [08:05] !text | bzf are you able to get into grub and enter this? [08:05] bzf 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%20Mode [08:05] hitsujiTMO: I'll try that! [08:05] bzf: restart it first. . it may happen that its not recognized or num lock is not on thing like that.. was it working before ? [08:06] ok so is this a liveCD or... ? http://i.imgur.com/dBNjeJ7.png [08:06] nealshire, do *not* use wubi ... it is a dead project and no longer supported [08:06] nealshire: no this is an interface to install it from windows.. its not recommended though [08:07] mm. [08:07] nealshire: do exactly how i told you man [08:07] darkxploit, that's what I did yesterday [08:08] nealshire: have u been able to boot the pendrive [08:08] Yes [08:08] nealshire: so it will prompt u to either run it live or install ubuntu on the machine [08:09] yeah, it does that/ [08:09] hitsujiTMO: It works and I get to the non-graphical login screen, but the keyboard still doesn't respond [08:09] but it doesn't have a gui or "start menu" [08:09] nealshire: fuck then do choose install ubuntu [08:09] I need to run this from different computers [08:09] !language|darkxploit, [08:09] darkxploit,: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [08:09] !language | darkxploit [08:09] darkxploit: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [08:09] I'll not do that too then ;-) [08:10] omg these people don't understand all geeks use foul language [08:10] bzf: so the keyboard responded in grub but not in ubuntu? [08:10] hitsujiTMO: Exactly [08:10] darkxploit: not here. [08:10] bzf: interesting predicament. Was the keyboard/mouse working before? [08:11] Yes, it worked when I turned the computer off a few days ago. I'm trying to remember if I updated it or not though [08:11] bzf: do you have a live cd to boot to? [08:11] nealshire: make a brief resumer what u already did.. and where u have reach.. [08:12] hitsujiTMO: not around, but maybe I'll just have to create on [08:12] one* [08:12] bzf: 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 least [08:13] hi [08:13] I 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 GUI [08:13] Yeah. 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] hitsujiTMO: i did not thought of advising as such… good idea [08:14] !persistence [08:14] To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence [08:14] nealshire: this is the wrong way.. show me the UUI when u have already installed it… universal usb interface [08:15] bzf: your router would be the best bet to get that, especially if its assigned by dhcp === g_byers is now known as gbyers[Away] [08:16] !away | gbyers[Away] [08:16] gbyers[Away]: Please do not use noisy away messages and nicks in Ubuntu channels. It is annoying and unnecessary. Use the command "/away " to set your client away silently. See also «/msg ubottu Guidelines» [08:16] darkxploit, http://i.imgur.com/6Wb76y7.png [08:16] nealshire: is your pen drive 30 gb [08:16] yes [08:17] hitsujiTMO: Yeah, but I'm at a corporate so that might not be as easy [08:17] bzf: ahh [08:17] Get an error when I plug it in though [08:17] nealshire: your pen drive is drive D when u go to my computer.. confirm me ? [08:17] yes [08:17] ok [08:18] Another keyboard that is - "usb 3-1-2. can't edit config, error -28" [08:18] now click create [08:18] that's exactly what I did yesterday [08:18] so now u have to restart the computer [08:18] then go to BIOS or boot the pen drive directly [08:19] did u do that ? [08:19] I hit f12, then went to option4, boot from USB [08:20] hello [08:20] nealshire: 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 partition [08:20] vqoley: hiiiiii [08:20] do u know how to fix that? [08:20] root@server:~# echo "1" > /proc/sys/net/ipv4/ip_dynaddr -bash: /proc/sys/net/ipv4/ip_dynaddr: Permission denied [08:20] darkxploit, I do NOT want to do that! I need to use this drive on multiple computers [08:20] darkxploit: the key point here is that he wants a USB installation with persistence [08:21] vqoley: are you actually using root? [08:21] anyone know how to fix that? [08:21] yes [08:21] @nealshire i dont know [08:21] i using root [08:22] @vqoley i think u need to do some unlink [08:22] nealshire: I gave you the link in one of my first responses to you. [08:22] vqoley: I'm not sure though .. try to google it.. if u need to unlink some stuffs.. [08:23] somsip, sorry, I was being bombarded by info and couldn't take it all in [08:23] i already google it but not found can resolve it. im using venet0:0. not eth0 [08:24] vqoley: ls -l /proc/sys/net/ipv4/ip_dynaddr [08:24] vqoley: its your VPS provider that have set up the venet for u [08:24] YoLtA, don't message me with that spam [08:24] the output is : -rw-r--r-- 1 root root 0 Jan 31 02:28 /proc/sys/net/ipv4/ip_dynaddr [08:25] vqoley: cat /proc/sys/net/ipv4/ip_dynaddr [08:25] somsip: what is usb installation with persistence ? [08:26] darkxploit: a portable USB with a full system installed that can be plugged into different computers and used as a real system [08:26] cat /proc/sys/net/ipv4/ip_dynaddr [08:26] the output is : 1 [08:27] somsip: if he run it live.. won't he be able to install application on the pen drive.. simple right ? [08:27] vqoley: well then, it has the correct setting that you are trying to put [08:27] darkxploit: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [08:28] but its permission denied after echo [08:28] !nvidia [08:28] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [08:28] somsip: hmm ok thnkss [08:29] i would like to help vqoley .. what is he trying to do ? [08:30] Hello. 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 o [08:30] verriden by Virtualbox guest additions)? [08:30] vqoley: thats a little odd yes. can you tell me the output of: echo 0 > /proc/sys/net/ipv4/ip_dynaddr [08:31] the output is : -bash: /proc/sys/net/ipv4/ip_dynaddr: Permission denied [08:31] vqoley: and now: cat /proc/sys/net/ipv4/ip_dynaddr [08:32] the output: 1 [08:32] still same.. its not change [08:32] vqoley: and the output of: id [08:33] goodmorning 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] hi [08:33] what u mean output of id? [08:33] vqoley: whats the output of the command: id [08:34] 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] using [08:34] the output is: uid=0(root) gid=0(root) groups=0(root) [08:36] ? [08:37] vqoley: are you running on a PV vps? [08:37] vqoley: whats the output of: uname -r [08:38] i running on openvz vps [08:38] output: 2.6.32-042stab084.17 [08:39] 2.6.32-042stab079.6 [08:39] vqoley: what version of ubuntu are you running? [08:39] 12.04 [08:39] vqoley: you're running on a PV vps. you cannot change the kernel settings [08:40] is 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:41] Lope: yes, up until the bit about then being read only. Not sure about that [08:41] i got wifi!!! yay!!! [08:41] vqoley: you're vps solution is using a shared kernel. everyone on that host is stuck with the same kernel and exact same settings [08:41] Lope: yes [08:41] Lope, you can if you have say, two flash drives.. one for live, and one to install on [08:41] jayar: clap clap clap [08:41] it was in blacklist.conf! just had to comment out bc43xxx and it works after reboot [08:41] somsip: okay even if I don't do the read only part at the end, how would I achieve it? [08:41] Lope: read only, a lot of things generate files temporarily i'm not sure if that will work cleanly [08:42] hitsujiTMO: how do u know his VPS is using a shared kernel ? [08:42] okay 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] lope, indeed [08:42] darkbasic: openvz is a PV vps solution [08:42] okay, will the regular ubuntu bootable ISO be able to do it? [08:42] yup [08:42] Lope: This might help https://wiki.ubuntu.com/LiveUsbPendrivePersistent [08:43] hitsujiTMO: I'm using open vz cvz is mine same too ? [08:43] i 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 vmware [08:43] so, how can i do that? [08:44] darkxploit: yup. you're not actually running on a hypervisor but an isolated linux container [08:44] има ли някой от БГ [08:44] !ru | veneslav [08:44] veneslav: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [08:44] thanks guys! :) [08:44] vqoley: well, the setting you're trying to set is what you want anyway so continue on [08:47] if i use kvm, the problem can be resolve? [08:48] vqoley: well, atm there is no problem as the setting you weree trying to set is of the value you wanted anyway [08:48] vqoley: but if you do want to make changes to the kernel then, yes you'd want to use kvm or similar solution [08:49] ok.... ty... i try [08:49] i try use kvm [08:49] is macbook the only linux friendly laptop [08:50] pikaren, of course not - as you well know [08:50] @hitsujiTMO hmm so KVM is a hypervisor VPS [08:50] hi! 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/yrtw5b [08:51] bonus: it was fully functional even before being installed. and i'm very sure i didn't compile one myself. [08:52] so probably aptitude had forgotten about a previous install [08:52] darkxploit: yes, its a type 2 hypervisor [08:53] hitsujiTMO: hmm thats a very good info… thanks lots.. intact I'm hosting at ramnode.. i can upgrade to KVM.. quite expensive though [08:53] Sven_vB: is it xampp? [08:54] pikaren: no there is laptop called system76 google it [08:55] hitsujiTMO, nope, the only install methods i would use are aptitude install and puppet. puppet would use apt under the hood. [08:55] Sven_vB: is this on a vps? [08:56] Sven_vB: may be y have to removed the whole lamp-server^ [08:56] hitsujiTMO, nope, a netbook, so i hope to be on the top level [08:56] darkxploit, how would i do that? (assuming i somehow got one) [08:56] Sven_vB: whats the output of: sudo apache2ctl -v [08:57] Server version: Apache/2.2.22 (Ubuntu)\nServer built: Jul 12 2013 13:38:27 [08:58] apache still running then [08:58] Server version: Apache/2.2.22 (Ubuntu) Server built: Jul 12 2013 13:18:14 [08:58] i know it's running, os sees it and it serves web =) [08:58] *ps [08:59] Sven_vB: can you pastebint the output of: dpkg --get-selections | grep apache [08:59] Sven_vB: u want to remove it completely right ? [09:01] hitsujiTMO, the output is only 4 lines: apache2-mpm-worker install / apache2-utils install / apache2.2-bin install / apache2.2-common install [09:01] darkxploit, yes [09:01] sudo 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-mysql [09:01] Sven_vB: so apache is still installed then [09:01] hello [09:02] trying with apt-get as darkxploit suggested. [09:02] sudo 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 autoremove [09:02] "E: Unable to locate package libmysqlclient15off" -> trying without that [09:03] "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 really [09:04] probably apache2 is just a virtual package [09:04] remove the package apache lamp-server^ etc. [09:04] then when u will run sudo apt-get autoremove [09:05] it will remove all dependencies i guess [09:05] darkxploit, "E: Unable to locate package lamp-server" [09:06] stop all services [09:06] stop apache sql etc [09:06] try this one by one [09:06] sudo apt-get purge libapache2-mod-auth-mysql phpmyadmin [09:06] sudo service apache2 stop\nNo apache MPM package installed [09:06] sudo apt-get purge mysql-server mysql-server-5.1 mysql-server-core-5.1 [09:07] so it looks like removing apache2*bin did it [09:07] sudo apt-get purge apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libapache2-mod-php5 [09:07] sudo apt-get autoremove [09:07] hitsujiTMO, darkxploit, thx [09:07] !info pidgin precise [09:07] pidgin (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 kB [09:08] Why isn't it updated to 2.10.7 ????????????? ^^ [09:08] Sven_vB: is it gone [09:08] !latest | njbgthyrfed [09:08] njbgthyrfed: 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] darkxploit, looks like so [09:08] uff i don't care [09:08] Sven_vB: restart the machine [09:08] that actually IS stable. [09:08] so [09:08] why isn't precise being updated [09:09] darkxploit, what benefit would that yield? [09:09] Sven_vB: i noticed when u restart i take new configuration [09:10] Sven_vB: ps : I'm not a professional just a noob… [09:10] kk [09:10] njbgthyrfed: precise doesn't receive updates in favour of stability. updating to the "latest stable" can effect othe packages in the precise eco system [09:10] i think i'm fine with the new state of my apache - not installed :) [09:11] hey guys ... trying to get headset working with my 14.04 on macbook5,1 [09:11] Sven_vB: thats great [09:11] !trusty | foertel [09:11] foertel: 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+1 [09:11] yeah, it's not trusty related :) does not work in precise as well [09:11] njbgthyrfed may be u have to modify repository [09:12] probably it's more an alsa question than ubuntu ... sound works fine, headset sound works too, auto switiching on plugin, everything fine [09:12] foertel: if you're using trusty then you still need to goto to #ubuntu+1 for support [09:12] k [09:12] is it ok to pretend to use precise? ;) [09:13] foertel: no. you've a different set of packages installed and a different config [09:13] i would install precise, if the mic worked there :D [09:17] Hi 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] ok, 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] grmbl [09:17] What are the disadvantages of turning off journaling in my ssd?? [09:18] trying 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] ROPA: higher risk of file system corruption [09:19] quem 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] ROPA: if you want ext4 without journalling, just use ext2. [09:21] ROPA: i haven't given it much thought. why do you want to turn it off? [09:21] WHy 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] hitsujiTMO interesting....I've read quite a bit about the 'preferred' filesystem for ubuntu but most of the posts I looked at preferred ext4. [09:22] After I logged in I let Ubuntu run the 218 updates [09:22] That's it. [09:22] ROPA: ext4 is preffered because of journalling etc.. if you're removing those features then just go back to barebones ext2 [09:23] I installed system monitor app, shows CPU1 at constant 80-100%, CPU2 at 2-20%, CPU 3: 90-100% and CPU 4 at 2-20% Usage [09:23] quem 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:24] But 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] neredsenvy I have the same problem with my 6 core processor.....not sure WHY it happens. [09:24] neredsenvy: top clearly shows its udisks is whats eating the cpu: udisks-helper-m udisks-daemon [09:25] hitsujiTMO: I thot it was some Ubuntu system related process i killed both and now CPU is normal [09:25] running at 2-3% [09:25] RAM also went down from 4GB to 0.4GB [09:26] Guess problem solved lol [09:26] neredsenvy hitsujiTMO ty to you both, GO UBUNTU!!!! [09:26] o/ [09:26] o7 === alex88 is now known as alex88_ === alex88_ is now known as alex88 [09:29] neredsenvy: i'd check dmesg + syslog to se if theres any info there as to why it would be malfunctioning as such [09:31] hitsujiTMO: The keyboard stops working directly after it leaves Grub. Is there maybe any boot options which could help troubleshooting this? [09:31] hi 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:32] bzf: 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 info [09:32] hitsujiTMO: Okay, then I'll have to wait for the download of the Live-CD then [09:37] Hi [09:37] I've tried to create a symbolic link [09:38] ln −s /dev/ttyS0 /dev/mouse [09:38] ln: "/dev/mouse" target is not a directory [09:38] How can I solve? [09:38] Any ideas? [09:39] You're using a long dash by mistake [09:40] Use a short one [09:40] You probably copied and pasted from a website [09:40] It's OK. :) It happens to us all. === amritanshu_RnD is now known as Guest6335 [09:41] where can I download (from terminal) amd64-microde [09:41] spinningcompass, it's a classic single dash [09:42] ubuntu on laptop = overheating [09:43] No, it's a − instead of a - :) [09:44] The one that you typed earlier was − (I copied and pasted it). You need a - (shorter) one. [09:45] heyho, 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] spinningcompass, ok, you are right :) [09:46] Tell my mother. ;) [09:46] lol [09:46] :D === paddy_ is now known as Guest98058 [09:49] so any idea how to fix that without writing an update script? [09:50] Is 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:51] neredsenvy: why do you want to upgrade from LTS to 13.10? [09:52] neredsenvy, I assume you're on 12.04 because you like long term support. Next LTS will be 14.04 - April. Direct upgrade from 12.04 [09:52] neredsenvy 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:53] It's really all for a UI Theme xD [09:54] Turns out it needs GTK3.6 and looking at forum posts you need 12.10+ to run GTK3.6 [09:55] Any sysads located in Sydney, AU sitting in here? [09:55] shouldnt mv let the folder inherit the parent folders acl? [09:57] thoonai: do you mean you have set g+s on the parent and you're expecting the children to inherit it after the mv? [09:58] hi 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] i've managed to use iftop to identify that for some reason amazon S3 is sending this incoming data [09:58] !server|Zac12, [09:58] Zac12,: 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-server [09:58] thanks! [09:58] spinningcompass, it works! [09:58] :) yay [10:00] ln: "/dev/mouse" target is not a directory [10:00] the message was misleading :D === chaos_ is now known as soahccc === Devil is now known as Guest30055 [10:05] Hi, Where can i find the routine (in which file) responsible to verify if I entered a wrong password while login in [10:06] hitsujiTMO: g+s? have to check, possible i didnt saw that [10:11] hitsujiTMO: sorry, I don't quite understand what you mean [10:11] Anyone know how to get rid of Duplicate Sources entries? [10:17] hi [10:17] æèâûå åñòü? ;) [10:17] thoonai: 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 orininal [10:18] à ðóñêîÿçû÷íûå åñòü :) [10:18] test [10:18] w [10:18] wewe [10:18] !test | apache [10:18] apache: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [10:19] wewe gombel [10:19] fe [10:19] àó [10:19] :) [10:19] siapa saja sih ini ? [10:19] Any takers on Duplicate Sources after upgrading from 12.04 to 12.10 Quantal? [10:20] I hate my laptop, it has SiS VGA [10:20] resolution graphic problem [10:20] :( [10:21] help with two problems ... ubuntu 13.10 not prokiduet port. how to rename network interfaces? [10:21] help with two problems ... ubuntu 13.10 does not translate the port. how to rename network interfaces?* [10:29] huh? [10:30] you want to rename the network interface name? [10:30] there's a standardish udev way to do this. === xubuntu is now known as Guest27433 [10:32] hitsujiTMO: 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 recognized [10:32] I 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 exist [10:33] bzf: is it dropping and refinding the device? [10:33] Blah [10:33] had to restart terminal [10:33] so stupid [10:33] hitsujiTMO: By the looks of it, yes [10:34] neredsenvy:you could of done #source .bashrc [10:34] hitsujiTMO: or no. the timestamps shows that it's diffrent boots [10:34] bzf: can you pastebin the syslog [10:34] sure [10:35] D4v33: he's gone [10:35] :P [10:36] Hello. [10:36] Is there any way to "simulate" an "broken dependencies" state in apt? [10:37] @adamantium : you can use source list from the lower version [10:38] apache: as in, change sources.list and then try to install a package? [10:39] hitsujiTMO: http://www.pastebay.com/1392145 [10:40] yup, the package that has dependency from upper version only [10:40] I've ever tried this === paddy is now known as Guest55757 [10:42] apache: thanks! I'll try it. [10:43] adamantium_ : you're welcome :) [10:44] bzf: is that the full syslog? it stops after detecting the hubs but no devices beyond that [10:44] hitsujiTMO: Didn't see that it cut it off.. One second [10:46] hitsujiTMO: Any tip for where to upload the file? Get a file limit exceeded on pastie.org [10:46] bzf: paste.ubuntu.com [10:47] bzf: sudo apt-get install pastebinit && pastebinit /path/to/syslog [10:47] hitsujiTMO: http://paste.ubuntu.com/6848767 [10:47] How neat! [10:50] hitsujiTMO: brb [10:50] I 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:53] bzf: not seeing anything out of the ordinary there. can you: pastebinit /path/to/var/log/dmesg [10:54] hy all [10:55] bhkenny, greetings [10:56] can anyone help me ? [10:57] I got ipcs -m output 666 permission [10:58] cloudgeek, I got the same thing and I'm running the firewall [10:59] cloudgeek, can you run this : ipcs -mp [10:59] and see the pid number with ps aux [11:01] Why does apt likes to break my system? [11:02] bhkenny: in what way? === rnsmsqjdvknmiobb is now known as krkyzsrfxvdxxefu === krkyzsrfxvdxxefu is now known as sepero [11:03] Well I update and when I restart it boots but everything is broken [11:04] bhkenny: please give details. what exatly is broken [11:04] apache: http://paste.ubuntu.com/6848813/ [11:04] apache: I tried to grep pid, but no process is there [11:05] cfhowlett: this may be ebury that not dected by rkhunter and chkoortkit [11:05] dependencies generally [11:05] cloudgeek, I'm no expert. I just know we have the same output. [11:05] bhkenny: you're not making it easy to help you [11:06] bhkenny: can you pastebin the output of: sudo apt-get upgrade [11:06] I already switched to arch linux so I don't think I want hepl [11:06] cfhowlett: ohh k [11:06] hlp [11:06] bhkenny: then... why are you here? [11:06] yeah why [11:06] ... :0 [11:06] Just trolling [11:06] bhkenny: please leave then, thanks for stopping by [11:07] I gerp ps aux | grep 1506, but doesn't have any porcess, but it is associated with memory segment [11:07] I'll stay a bit longer. Just because... [11:08] cloudgeek : how about lsof -p 1506 [11:08] ? [11:08] ko stava tuka [11:09] !english|veneslav, [11:09] veneslav,: 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/ChannelList [11:09] bg [11:09] !bg | veneslav [11:09] veneslav: опитайте #ubuntu-bg за български потребители . try #ubuntu-bg for bulgarian users, and please idle there patiently [11:09] apache: nothing output [11:09] fu [11:09] Ben64, russian? [11:09] ok [11:11] apache: I am using Irssi, it doesn't notify me [11:14] hi all!!! I have a problem with Error: BrokenCount > 0 [11:14] any idea???? [11:15] Kronosphere: where exactly are you getting that error? [11:15] the red sign on the top (menu bar) [11:16] няма ли да дойде някой на бг чата [11:17] 1745? [11:17] Kronosphere: pastebin the output of: sudo apt-get update && sudo apt-get upgrade [11:17] !ru [11:17] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [11:17] cloudgeek : I guess it's segment memory that hasn't been deleted [11:17] its bulgarian, MonkeyDust [11:18] ubuntu-bg [11:18] veneslav: #ubuntu е само за английски [11:18] hitsujiTMO, : thanks a lot man [11:18] що така [11:19] anybody here know what linux is? [11:19] apache: okay it not any security iossue [11:19] !ot | bhkenny [11:19] bhkenny: #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:21] recently 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] apache: how I could delete it [11:22] Lope try apt-get -f install [11:22] what does -f do? [11:22] Lope: synaptic is just a frontend for apt-get, you should use whichever you like the most [11:22] Lope it means fix [11:22] okay. it said 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded [11:22] hi is gtest (Google test) supported? if yes what is the name of the pkg? thx [11:23] anybody know how to install adobe connect add-in on ubuntu???? I've tried forums but I didn't found anything.... [11:23] Lope: then everything is fine, you just have packages to upgrade [11:23] cloudgeek : you can use ipcrm -s 327680 [11:23] ben: thanks [11:24] cloudgeek : oh sorry, use this ipcrm -m 327680 [11:24] ok [11:25] anybody know how to install adobe connect add-in on ubuntu???? I've tried forums but I didn't found anything.... [11:25] Kronosphere: from http://www.adobe.com/ie/products/adobeconnect/tech-specs.html : --- No Add-in support for Linux [11:26] thanks again hitsujiTMO ;) [11:27] hitsujiTMO: Pls tell me a developer channel for ubuntu [11:28] bhkenny: please troll elsewhere [11:28] HIII [11:28] bhkenny #ubuntu-app-devel [11:29] ASIR-B [11:29] 2º ASIR-B [11:29] D: [11:29] apache: it means my system is not infected ? [11:30] ola [11:30] MonkeyDust: Thanks man. Seems hitsujiTMO got really butthurt [11:30] thanks apache [11:30] JAI [11:30] cloudgeek : mostly yes, you're welcome :) [11:30] WHATS HAPPEN? [11:30] bhkenny: no, you said yourself, Just trolling [11:30] R4M15 no caps, please [11:31] R4M15: if you're not here for ubuntu support, you're in the wrong channel [11:31] hitsujiTMO: A channel question is not trolling my friend. [11:32] how can I install ubuntu without a GUI? [11:32] Lope: you could install server version [11:32] !minimal | Lope [11:33] Lope: 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/MinimalCD [11:33] !text | Lope Or you can install a normal UBuntu, but start up without a GUI with these instructions, [11:33] Lope 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%20Mode [11:33] Is Ubuntu an Amazon botnet? [11:33] hola [11:33] D: [11:34] bhkenny: enough of your trolling [11:34] bhkenny know when to stop [11:34] Lope: you could also install ubuntu server [11:35] This seems to suggest you can install ubuntu without a GUI? https://help.ubuntu.com/lts/installation-guide/i386/minimum-hardware-reqts.html [11:35] cual es el unico animal de sacar a un mono de una cueva??? [11:35] eyyy karolus [11:35] hola karolus [11:36] keent, R4M15, jiaro94, karolus, francisco88: do you really need that many clones in here? [11:36] el salmonoete [11:36] Nope, [11:36] we're not clones [11:36] we're in the same subnet, soz. [11:36] jiaro94: Wrong channel, this is Ubuntu support [11:37] borja, liala ya [11:37] we are not clones, we are in a class [11:37] amooossssssssssss [11:37] all in the same subnet [11:37] sorry for this [11:37] looks like the channel is under attack [11:37] !ot [11:37] #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:39] verde por dentro marron por fuera y que atraviesa paredes que es?? [11:39] un kiwi fantasma xd [11:39] hitsujiTMO: paste.ubuntu.com/6848961 [11:40] hi, 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] THIS IS A SHIT [11:42] bzf: nothing off there either from what i can see so i'm out of ideas [11:42] hitsujiTMO: yeah, I'm not sure either. At least it works with the live cd x) [11:43] bzf: only off thing i'm seeing is the bluetooth issues. [11:44] hey guys [11:44] Has the layout of youtube changed in google chrome [11:45] hitsujiTMO: Okay.. Is there anyway that I could like enable ssh on boot using the live-cd? So I at least can SSH to it [11:45] !ot | waly_ [11:45] waly_: #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] coz it just looks buggy and there are no filter subscription box to find your subscriptions quickly [11:45] ...I would suggest not clicking the link in that channel notice [11:45] bzf: you chould chroot in and install openssh-server [11:46] michagogo|cloud: what channel notice? === Kronosphere is now known as Kronos [11:46] hitsujiTMO: Do I chroot to the disk or to the mounted folder? [11:46] how do i disable the console screensaver on ubuntu 12.0.4 server? === Kronos is now known as Kronosphere [11:47] bzf: mounted root. you'd need to first mount bind /dev /dev/pts /proc and /sys [11:48] hitsujiTMO: okay, I'll do some googling on that. thanks for all the help! === wickedpuppy2 is now known as wickedpuppy === sysadmin is now known as VLanX [11:57] hello.... 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:58] This seems to suggest you can install ubuntu without a GUI? https://help.ubuntu.com/lts/installation-guide/i386/minimum-hardware-reqts.html [11:59] ヽʕ •́؈•̀)ノ [11:59] ヽʕ •́؈•̀)ノ [11:59] ヽʕ •́؈•̀)ノ [11:59] Lope: yes with the mini.iso or ubuntu server iso [11:59] Lope: you could install either server or mini [11:59] VLanX: boot in single-user, run fsck [12:03] gordonjcp: single user? [12:04] VLanX: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 -l [12:04] ;mship RAISE___ [12:05] Kruppt: do SSD's even have block size? [12:05] DJones that looks like cat language [12:05] MonkeyDust: Yup [12:06] VLanX:Another words to determine the proper partition/filesystem to run e2fsck on [12:11] Hi! 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 again === creek is now known as Guest31093 [12:17] it's possible to change the style appearance of ubuntu? any link to download with the installation specification? [12:18] you casn draw your own wallpaper [12:18] and use it [12:18] Kronosphere you mean like themes? [12:18] yes MonkeyDust [12:18] !themes [12:18] Find 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/UbuntuEyeCandy [12:18] MonkeyDust, what about wallpaper [12:19] i 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] thanks MonkeyDust [12:20] Could anybody help? [12:21] Slit, did you try boot it without installing [12:22] kibibyte: Yes, I tried Live CD mode but I can't get to desktop.Just mouse cursor [12:23] what version of ubuntu r u trying to use [12:23] Funny thing is that I install Bodhi linux on tjhat computer [12:23] and DVD is not defected because I installed Lubuntu formd that DVD to another computer [12:24] Slit then it may be hardware related [12:24] MonkeyDust with what? [12:24] try diffrent graphic card [12:27] guys, how do I install Ubuntu softwarre Center in other distro ? [12:28] arun you don't [12:28] arun don't try to mix distro's [12:28] MonkeyDust: oh I mean derivative of Ubuntu ... [12:29] arun and which would that be? [12:29] MonkeyDust: like Linux Mint, etc [12:29] arun better ask in the !mint channel, then === Guest28070 is now known as r_lex [12:36] Hello. 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. === matanya is now known as matanya|away === adriano is now known as Guest57051 [12:38] what is this place: [12:39] Guest57051 this is ubuntu support === rickyb98 is now known as RickyB98 [12:39] ok is i wanto discuss something about ubuntu ussue i can ask here [12:40] no [12:40] its paid channel [12:40] ok how does it work [12:40] kibibyte: stop that [12:40] kibibyte: Please don't make comments like that, somebody may take it seriously [12:40] Guest57051: ask away [12:40] Guest57051: Just ask your question in the channel [12:40] what [12:41] all right [12:41] Guest57051 first choose a more readable nick, type /nick blah [12:41] is it possible to run skyp on ubuntu [12:42] skype [12:42] !skype [12:42] To 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 !Ekiga [12:42] Hi All. I can't find /dev/eth0 ? where would i find the file for this interface? [12:42] thank you you gus rock [12:42] Hi, anyidea what in 12.04 lts updates could kill all keyboard shortcuts in gnome 3 fallback mode? [12:43] <_3nids_> olivd: ping [12:44] Is there a way to switch keyboard layout configurarion whe you need with a short cut and then goback [12:46] Is there a way to switch keyboard layout configurarion whe you need with a short cut and then go back [12:46] i mean keyboard languages [12:47] help [12:48] TIMER [12:48] !ask | kelevra [12:48] kelevra: 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 !patience === mtrd`w is now known as EugeneBndt [12:49] thx for your answers [12:50] how can we speak? [12:51] hmm, alt-tab and ctrl+alt+left|right stopped working [12:51] i don't understand anything... [12:51] how to change keyboard languages using a short cut [12:51] alt-tab is working at home [12:53] hmm^3, opening settings -> keyboard settings, something has disabled them all. [12:56] G'Day [12:56] kelevra: start by describing your problem [12:56] I'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:57] no problem, just i m new under ubuntu ^^ [12:57] That was a problem I had yesterday, I've not yet tried to reproduce it today [12:57] are we all here to resolve problems? [12:58] luilakde1e, what method/app are you using to copy? [12:58] !manual | kelevra [12:58] kelevra: 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] Just going through thunar, and I'm assuming thunar is using cp? [12:58] thx for RTFM ^^ [12:59] i use a tutorial to learn [12:59] but thx [12:59] kelevra: 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 respond === xubuntu is now known as Guest99086 [13:00] thx Djones [13:01] luilakde1e, most file managers in networking [13:01] use smab or samba [13:01] err smb === technecium is now known as test00 [13:02] luilakde1e: is there any errors in /var/log/syslog from the time of the transfer? === mantovan1 is now known as mantovani [13:04] current logfile doesn't seem to go that far back [13:04] Hi to all [13:05] I have a problem with disk space on ubuntu [13:05] Oh here its [13:05] this is the output of df [13:05] Filesystem 1K-blocks Used Available Use% Mounted on [13:05] rootfs 20026172 19661572 0 100% / [13:05] devtmpfs 16422700 4 16422696 1% /dev [13:05] none 3284644 2760 3281884 1% /run [13:05] none 5120 0 5120 0% /run/lock [13:05] none 16423212 4 16423208 1% /run/shm [13:05] firelite: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:05] luilakde1e: there should be the rotated logs too, syslog.1 syslog.2.gz, etc [13:05] Yes, I just found those :) [13:06] firelite: use paste.ubuntu,com [13:07] There's something in there - I'm not quite experienced enough to figure it out in under an hour, let me pastebin that [13:08] How do i install multiarch 64 bits repositoies to make skype works [13:08] Guest57051: multiarch should be enabled by default. just install the .deb then: sudo apt-get -f install [13:09] this 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 space [13:09] http://paste.ubuntu.com/6849310/ === Koma is now known as Koma-AFK [13:11] http://pastebin.com/4VhhPqqS [13:11] firelite: can you pastebin the output of: sudo du -hd1 / [13:12] @hitsujiTMO this is the output of your command http://paste.ubuntu.com/6849331/ [13:13] hello everybody [13:13] my mysql server crash after query [13:13] view log http://pastebin.com/W5r7sHRr [13:13] why mysql server crash ? [13:16] luilakde1e: 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 tho [13:16] g [13:16] It usually occurs just a few minutes after attempting the thing though [13:16] firelite: thats not the full output. can you get the rest? [13:16] Pretty fresh xubuntu install - hasn't occurred yet in any other occasion [13:18] luilakde1e: could be a ram issue. maybe run memtest [13:19] That 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 faulty [13:19] @hitrusjiTMO no I cannot get the rest it stops [13:20] luilakde1e: whats the output of: cat /proc/sys/vm/dirty_ratio [13:20] 10 [13:21] Hello. 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] How do I can configure transmission's port forwarding to use my vpn on ? [13:22] luilakde1e: that seems ok. I'd test the ram first. maybe the IO is taking too long to flush and causing the crash [13:22] How 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 Packages [13:22] 404 Not Found [13:22] Err http://ppa.launchpad.net saucy/main i386 Packages [13:22] 404 Not Found [13:22] Ign http://ppa.launchpad.net saucy/main Translation-pt_BR [13:22] Guest57051: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:22] Ign http://ppa.launchpad.net saucy/main Translation-pt [13:23] Can anyone helps ? [13:23] firelite: ok then, can you give me the output of: sudo du -hd1 /var [13:24] @hitsuji this is the output and it stops http://paste.ubuntu.com/6849366/ [13:24] interweb, connect to the vpn first then launch transmission [13:24] how 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 Packages [13:24] 404 Not Found [13:24] Err http://ppa.launchpad.net saucy/main i386 Packages [13:24] 404 Not Found [13:24] Ign http://ppa.launchpad.net saucy/main Translation-pt_BR [13:24] Guest57051: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:24] Ign http://ppa.launchpad.net saucy/main Translation-pt [13:24] I have to press ctrl+c to stop the execution or I have to wait? [13:25] Munster, I want to use port forwarding on it too [13:25] firelite: wait [13:25] Alright, out and about to test my ram, I'll be back, most likely. [13:25] firelite: its counting the disk usage so may take a bit [13:25] so I have to wait for the other command too? [13:26] Guest57051: I do suggest you read what the bot tries to tell you [13:26] Hey, 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] http://paste.ubuntu.com/6849373/ [13:26] interweb, most vpn clients auto port forward [13:27] trinode: 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 developed [13:27] firelite: you should migrate /var/www and /var/personal to /home ... they're the largest culprits [13:27] Munster, What about private internet access ? [13:27] trinode: Just be patient there though, its still a fairly quiet channel [13:28] what is modo -q ubuntu? [13:28] firelite: can you run: sudo apt-get clean && sudo apt-get install pastebinit [13:28] DJones: ok, I figured bootlogging wiould be universal to whatever recent version [13:29] trinode: 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 bug [13:29] Guest57051: it means that we can see what you're saying again [13:29] what is -q mode ubuntu? [13:29] interweb, check with your server host , but PIA automaticallyforwards the ports on most router/modems. It does on mine [13:30] Guest57051: it means we can see what you're saying again. The bots quieted you because you were flooding. [13:30] ok [13:30] hello... [13:30] thks [13:30] interweb, if you use openvpn [13:30] Guest57051: use pastebin instead of posting that error message here [13:30] hitsujiTMO: omg.. do u sleep here only [13:30] http://paste.ubuntu.com/6849397/ this is the output with a lot of blank lines, mysql couldn't write configuration files [13:31] ok [13:31] i will [13:33] yesterday 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] firelite: 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/www [13:34] firelite: do the same for /var/personal you have a 20GB / partition but a massive /home yet you're storing everything in the root partition [13:37] why i can not see your discuss [13:38] yuko: Because nothing has been said since you joined the channel [13:38] is there a chance libreoffice 4.2 will be included with trusty now that it's published? [13:38] I moved the files without making symlinks [13:38] bencc: #ubuntu+1 for 14.04 stuff [13:38] when I tried to copy-paste an error noticed me that no available space was there [13:39] so I moved it entirely [13:39] hitsujiTMO: thanks [13:41] Hey all; i'm having a port issue and wondering if someone could give me a hand. [13:41] I've got a virtualbox running ubuntu 12.04 and i'm trying to nrpe to another 10.04 box and it's connection is refused [13:42] other boxes are able to telnet on port 5666 no problem, except this one virtualbox. Even the host can [13:42] wondering if anyone has any idea's what might be wrong [13:43] When I connect to openvpn , should I config anything with my bittorrent software to hide my real ip address ? [13:43] hi [13:44] hitsujiTMO, just finished the ram test- everything a-ok [13:46] I just feel so powerless. [13:47] yuko type /join #ubuntu-offtopic if you want to discuss [13:49] @hitsujiTMO any suggests? [13:53] Is it safe to just connect to a vpn service using openvpn and then download torrents ? [13:53] interweb: Ha. [13:54] interweb: Until the VPN service kick you off. [13:55] jpds, 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] Hey guys, have any of you ever tried running a multimonitor setup on ubuntu with a discrete card along with integrated? [14:01] PIA doesn't look at the sources it connects you to, interweb ..read the reviews on PIA [14:01] ciao a tutti [14:02] hi to everywone === flos is now known as flos|mahjong === sysadmin is now known as Guest51509 [14:06] 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? === Guest51509 is now known as VlanX === stephen is now known as Guest44915 [14:09] On 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:10] after running this I can get into the gui, anybody have any clue why this would be the case === Guest44915 is now known as dahukish [14:14] fooobarrr, add nomodeset to the "quiet splash" line in /etc/default/grub , run sudo update-grub , then reboot [14:14] sti sciem [14:16] Munster: currently I have "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"" [14:17] ill 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 logs [14:21] fooobarrr, 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 help [14:22] /part [14:23] When 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:24] bzf: check /etc/modprobe.d/ for any odd blacklists for the hid driver [14:25] hitsujiTMO: There's only usbmouse and usbkbd in there, but no hid [14:26] Hi people [14:27] hitsujiTMO: is there a way to manually load the hid module? [14:28] bzf: try sudo modprobe usbhid [14:28] 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] hitsujiTMO: "FATAL: Module usbhid not found" === bfiller_afk is now known as bfiller [14:30] bzf: what kernel are you using? uname -r [14:30] 3.8.0 [14:32] what's hid? [14:32] human interface device [14:32] is there a way to save the curve of network history i have got from system monitor ? [14:33] i have a complicated problem [14:33] is there any expert === RickyB98 is now known as rickyb98 [14:33] how do we know until you state the problem [14:33] Rosbuntu we love complex problems, let's hear it [14:33] i can not connect my ubuntu wifi to android phone.. it says obtaining ip address.. and i dont know the static ip address of my wifi [14:34] bzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid/usbhid" === rickyb98 is now known as RickyB98 [14:34] people [14:34] Rosbuntu: it should be dhcp allocated [14:35] hitsujiTMO: Can't access. No such file or direcxtory [14:35] ikonia, dhcp is there.. but when i try to connect my android phone it says obtaining ip address [14:35] The hid-folder doesn't exist [14:35] Rosbuntu: where is it trying to get the dhcp address from ? [14:35] bzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid" [14:35] ikonia, from my ubuntu, where i made a wifi hotspot for my android phone [14:36] hitsujiTMO: same thing [14:36] Rosbuntu: are you running a dhcp server on ubuntu ? [14:36] bzf: ls -l "/lib/modules/$(uname -r)/kernel/drivers" [14:36] ikonia, no i made wifi hotspot with ap hotspot in ubuntu [14:36] Rosbuntu: then how do you expect it to get an IP address [14:36] hitsujiTMO: I get a bunch of listed directories [14:36] Rosbuntu: 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 IP [14:36] bzf: so you're missing the hid dir [14:37] ikonia, but it doesnt get an ip [14:37] Rosbuntu: yes, I've just told you why [14:37] hitsujiTMO: yep. feels kinda strange [14:37] ikonia, then plz help me getting ip address [14:37] bzf: try reinstalling the kernel [14:37] Rosbuntu: you will need to set it static [14:37] Rosbuntu: read what I said [14:37] hitsujiTMO: how do I do that? [14:38] ikonia, i set it static.. but how do know whats my ip address is and others net mask and bla bla [14:38] bzf: pastebin the output of: dpkg --get-selections | grep linux-image [14:38] bzf: can you also pastebin the output of: df -h [14:38] check what your AP host information is, why not just set the android phone to push out dhcp [14:39] Rosbuntu: it's your network you should know your own network range [14:39] hitsujiTMO: what was the command for pasting to paste.ubuntu.com? [14:39] bzf: pastebinit [14:39] ikonia, im new to ubuntu, u know [14:39] Kully, how do know the info of my ap hotspot any idea? [14:40] Rosbuntu: it's networking, nothing to do with ubuntu [14:40] rm: cannot remove ‘testout.mov’: Device or resource busy [14:40] Mortuis: the file is in use [14:40] ikonia, ok brother , can u tell me the solution step by step.. i think u r a good networker [14:40] ;) [14:41] hitsujiTMO: great, don't have internet connection [14:41] Rosbuntu: either a.) setup dhcp server on your ubuntu machine b.) configure static IP for your device on your network [14:41] Rosbuntu: I would suggest b.) based on your experience level [14:41] ikonia: how do I determine what is using it? fuser shows nothing, as does lsof [14:41] ikonia, u r a good guy i can feel bro, now tell me how do i configure static ip for my device [14:42] Rosbuntu: the guys in #android maybe able to help you with that [14:42] Rosbuntu: I have no idea how to put an IP address on your android device, [14:42] bzf :( [14:42] hitsujiTMO: only a loopback interface. what a great day! :D === CyberJacob is now known as CyberJacob|Away [14:42] Rosbuntu are you conncting your phone to your ubuntu, or ubunuto machine to phone [14:42] bzf: you may be mising more than just the hid drivers then [14:42] ikonia, okk let me check android ppl [14:42] Kully, connecting phone to ubuntu [14:43] bzf: ok. is this 12.04? [14:43] Kully, u sound like an experienced coder [14:43] Mortuis: fuser -fuc filename [14:43] lol [14:43] hitsujiTMO: yep [14:43] bzf: whats the full output of: uname -r [14:43] Kully, so do u know how to make it static brother [14:44] @hitsujiTMO I solved the problem killing the mysql process and changing in the fstab the type of the partition [14:44] I don't know why I did it but it worked [14:44] Kully: talk to the android channel - this is nothing to do with ubuntu [14:44] Kully: sorry, not you [14:44] Rosbuntu: talk to the android channel - this is nothing to do with ubuntu [14:44] rosebuntu: http://pastebin.com/Fm5HC252 then direct any further questions to #android === kirby is now known as abc [14:45] Kully, ok let me check , why dont u come to android [14:45] there are pleanty of people in #android [14:45] ikonia: thank you, when I try that I get: /home/john/Pictures/testout.mov: 12533c(john) [14:45] I 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 pls [14:46] ikonia: 12533 doesn't show as a running process, not sure what to do with this output. [14:46] firelite: odd way to get a resolution :) [14:46] im looking to auto disable/enable the wired/wireless setup [14:46] hitsujiTMO: 3.8.0-29-generic [14:46] funkster: adjust the binding order [14:47] Kully: where can i do that? [14:47] hi. there's a way to automate document creation with openoffice? [14:47] @hitsujiTMO Odd ways for odd problems :D bye bye|| [14:48] bzf: actually, there may be an easier way to go about this. do you have another kernel installed? [14:48] Mortuis: should be a running process [14:48] Mortuis: how are you checking [14:49] hitsujiTMO: How do I check that? [14:49] ikonia: http://pastebin.com/s41qhM6x [14:49] network manager -> routes -> route-n should change default route with ethernet plug [14:49] Mortuis: so it's the bash shell that has some sort of lock on it [14:49] Mortuis: the process exists, it's there [14:49] Kully: im commandline only, you are saying i have to re-order everytime? [14:49] bzf: dpkg --get-selections | grep linux-image does more than 1 version number appear? [14:50] hitsujiTMO: yes. linux-image-generic-lts-raring and the one I have [14:50] bzf: ahh, no, thats just the kernel meta package [14:52] bzf: sudo apt-get install --reinstall linux-image-3.8.0-29-generic [14:52] hitsujiTMO: Then I just need to figure out the Internet connection issue x) [14:53] anybody know where i can find my drivers for a Atheros AR928X card [14:53] bzf: also: sudo apt-get install --reinstall linux-firmware [14:53] ikonia: 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 it [14:54] Mortuis: where is the file ? [14:54] .xchat2/budus.so [14:55] bzf: then, once again: ls -l "/lib/modules/$(uname -r)/kernel/drivers/hid/usbhid" [14:56] Why isn't this working? I'm trying to manipulate the input to mutt. (http://screenshot.wouter0100.nl/1401140152313715145237.png) [14:57] I'll get an > where i can type anything i want, unless i cancel it with control c. [14:58] ikonia: 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] Mortuis: bravo [14:59] How do I launch the nm-applet GUI from the terminal? [14:59] In my ssh_config file, can I apply some rules to *, but exclude some other hosts? [15:00] sorry 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] hitsujiTMO: I think I'm just gonna backup my files to another hdd, then reinstall ubuntu instead [15:01] bzf: :( [15:01] hitsujiTMO: I thikn that will be much easier as the whole system seems to just fuck up x) [15:02] bzf: i guess so. very odd predicament to end up in [15:02] hitsujiTMO: yeah, and after wasting a whole day trying to fix it, I should probably just give up [15:02] who use pidgin? [15:02] bzf, no need for "language" [15:02] Munster: sorry, I'm just a little upset and tired and cranky :D [15:03] hitsujiTMO: but thanks for all the help anyways! [15:03] lnx2: Many, many people do. What do you need to know? === jean is now known as Guest72141 [15:03] pidgin-encryption it's safe and why i need? it? [15:04] How do I launch the nm-applet GUI from the terminal? [15:04] rsa 2048-4096 its safe? [15:05] lnx2: 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 communications [15:05] lnx2: Please read the third bullet point on the project's homepage [15:06] ok [15:11] bcbfg === Neptunia is now known as Sora-kun [15:17] Good morning. I'm finding conflicting information that I need resolved. What is the system-wide plugin directory for firefox? [15:21] JWFoxJr try /usr/lib/firefox/browser/plugins [15:24] JWFoxJr or /usr/lib/firefox-addons/plugins [15:24] with the exception of citrix, which creates its own in /opt [15:25] Just checked /usr/lib/mozilla/plugins === simonl is now known as Guest39425 [15:27] MonkeyDust: if I've tried both those directories and it's still not working, could it be an issue with the plugin? [15:27] using13.10, update-grub does not use the latest kernel that was downloaded from apt-get update,aptget upgrade [15:28] gnubie: yeah, I experienced the same thing, boot-repair fixed it for me. [15:28] JWFoxJr look in what OerHeks said [15:28] phil-ns> thanks [15:28] gnubie: you're probably talking about the 3.15 ? [15:29] phil-ns> todays update kernel [15:29] or 3.10.15 or whatever he hec it is. [15:29] heh, I didn't take today's, I was afraid I'd be in the same boat as last time :) [15:37] what can be done if the upload does not suffice for vnc? [15:39] my usb_modeswitch return segfault [15:41] hi. there's a way to automate document creation with openoffice? [15:42] LucaS05 create a template, save it in ~/Templates [15:43] how do i disable the console screensaver on ubuntu 12.0.4 server? [15:45] i 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:47] <_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? === gbyers[Away] is now known as g_byers [15:55] phil-ns> I had to go into synaptic pkg mgr and check latest kernel for installation to install it. Weird. [15:56] gnubie: good to know, I'll keep that in mind tomorrow morning when I do the update (not today, I use it for work) [15:57] phil-ns> supposed to be a security prob with current kernel. [15:57] is 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, etc [16:00] gnubie: hmm, that may explain why I have to kill chrome on after startup everytime :/ [16:02] in 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:05] hey all === roland_ is now known as roland [16:09] <_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:10] myst3r10n: try "setterm -powersave off -blank 0" [16:11] zykotick9: setterm: cannot (un)set powersave mode: Inappropriate ioctl for device [16:12] myst3r10n: see http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html says to shutodwn Xorg and retry?!?! odd [16:12] i have ubuntu 12.0.4 server, there is no Xorg [16:12] :) [16:12] thats trippy... mysterion is on south park.. right now... [16:12] myst3r10n: best of luck, i got nothin' [16:15] i feel disrespected within the anon/anonymous community [16:15] Blosh: And that has to do with #ubuntu because? [16:16] has anyone ever run multimonitor with a discrete and integrated card? [16:16] i have no reply [16:17] Blosh #ubuntu-offtopic for social chat [16:17] hi, how would I connect a usb dongle into an ethenet port, is this possible [16:17] ? [16:17] i.e. I have some hardware that has ethernet output, I want to connect the device to a mobile network? [16:20] jakey1: 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:21] does ubuntu use zram? [16:21] is it installed and enabled by default, or do I have to do that myself? [16:21] (13.10) [16:22] !zram | cousteau [16:22] cousteau: 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] genii; I have a device with an Ethernet jack. I would like to connect this device to a dongle to use it wirelessly is this possible [16:24] 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] MonkeyDust: ok, installing zram-config [16:24] I have downloaded the iso multiple times with the same result === Guest8659 is now known as fego [16:26] I'm having memory issues on a virtual machine with a program that is a complete memory hog, and trying random solutions [16:27] i've got the hanging issue going from 13.10 to 14.04 on flashplugin-installer [16:28] otoburb: FYI, 14.04 isn't released yet, you'll have to ask questions related to 14.04 in #ubuntu+1 [16:29] teward: thanks [16:30] MonkeyDust: thanks, btw :) [16:32] cousteau np, istalled it too, see if it makes a difference === sd is now known as sdd32 [16:32] MonkeyDust: how do I start it now? reboot the system? [16:33] (I have nothing open so if rebooting is the easiest way to go it's OK) [16:33] Hi there, is there anybody who has free time to help me with the network configuration? thanks [16:33] actually I'm going to reboot, Ubuntu's being asking me to do so for a while [16:34] Hi there, is there anybody who has free time to help me with the network configuration? thanks [16:34] hi 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] jakey1: In this case you would use something like: http://goo.gl/GXYR6D [16:35] I'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. THANKS [16:35] cousteau no, it's start immediately, like preload does ... "zram-config start/running" [16:35] yes, is there one where I can connect directly to a a usb internet dongle to [16:36] MonkeyDust: ok, so now I suddenly have 3 GB of swap while I used to have only 1 [16:37] I guess that's zram pretending to be swap [16:37] is anyone around that can help me out with a cron/testparm/smb problem? [16:38] im really confused here isnt ubuntu 12.04.4 gonna be realesed on the 6th ? [16:38] sdd32: 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 help [16:38] norad, my system is already on 12.04.4. It's already out. [16:38] cousteau: if you "cat /etc/init/zram-config.conf" you'll see that "swap" creation in the upstart job [16:38] wut just got it now :/ [16:39] cousteau: thanks BTW, i hadn't tried zram before, seem kinda neat (on my 1GB system) [16:39] norad, you don't update enough? [16:39] lol [16:39] update every day [16:39] zykotick9: well, you're welcome! [16:40] is 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] !ask | sudormrf|away [16:40] sudormrf|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 !patience [16:40] sudormrf what is your kenrel ? [16:40] guys 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] norad, I would have to check [16:41] MonkeyDust, ....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] do that [16:41] sudormrf|away use !pastebin if needed [16:41] hey 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.*** === sudormrf|away is now known as sudormrf [16:41] ok, so by running ``apt-get install zram-config`` I downloaded and installed a program that gives me more (virtual) RAM [16:41] wow, I downloaded RAM! [16:42] ugh. *facepalm* [16:43] maybe I should go to www.downloadmoreram.com ...just in case it works [16:44] hello people, could someone help me to get a .sh file to bootup at start up? [16:45] hi all [16:45] VlanX: look into /etc/rc.local [16:46] VlanX: you could add a launcher for it in startup applications [16:46] then it'll start when you login [16:46] VlanX: just to be clear, my suggestion is system boot - cousteau is one users login [16:47] (but not when the system boots, only when you login; for doing it when the system boots do what zykotick9 suggests) [16:47] gh0stpirate, aren't you talking about the dollar sign? $1 means the first argument $2 etc ...you can use them inside your scripts. [16:47] uh... I have auto login so I think it will not matter, right? [16:48] guys 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:49] MonkeyDust, 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] xbre4ker: 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:50] hola [16:50] tengo un problema con el ubuntu [16:50] no me gusta [16:50] Patero-ng: #ubuntu-es [16:50] el unity es feo [16:50] sudormrf: see "/msg ubottu here" for that - BUT it also says, if you need more then 3 lines, use paste.ubuntu.com ;) [16:50] Patero-ng: try lubuntu or xubuntu [16:50] or gnome 3 [16:50] me gusta el ubuntu 10.04 [16:51] I'm so in love with it [16:51] mainly cause it remainds me of rebecca jensen [16:51] ? [16:51] what [16:51] Patero-ng, do you have an issue? this is not a chat channel [16:51] lol [16:51] that was great. [16:51] zykotick9, I am sure someone will say something like "don't be stupid. just type your problem" or something like that. give it time :P [16:52] my problem is with time I don't like 2013 I want 2010 back [16:52] and stay there [16:52] so little there to judge [16:52] norad, 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 2013 [16:53] Patero-ng: knock it off. [16:53] I use to live the ubuntu that had a facebook flavor [16:53] Patero-ng: #ubuntu-offtopic [16:53] and #ubuntu-es-cafe [16:54] cousteau: we don't want this nonsense in -offtopic [16:54] oh well. im fix the modem-manager segfault by modprobe [16:54] Pici: ok then [16:54] #defocus then? [16:54] or #test [16:55] If someone could help me out with this problem: http://paste.ubuntu.com/6850272/ I would be gratefule [16:55] cousteau: #club-nomicon is suitably feral [16:56] hello [16:56] sudormrf: oh ... samba config issue. wanna pastebin smb.conf? [16:57] bean [16:57] beandog, I can. gimme a sec. [16:57] k [16:58] Rory, MonkeyDust: and let's not forget about # [16:59] I'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) [17:00] I'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] kriskropd: wait .... what? [17:00] beandog: yes [17:01] kriskropd: good luck (but i think you're wasting your time) [17:01] !abs-guide | gh0stpirate: you're looking for what are called 'positional parameters' .. [17:01] kriskropd: give a specific example with an application, and the scenario, vs the technical explanation. :) that may help me [17:01] zykotick9: not even for science? D: [17:02] !abs | gh0stpirate .. hope it works this time heh [17:02] gh0stpirate .. 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] beandog, http://paste.ubuntu.com/6850343/ [17:02] o.O [17:02] that's large. [17:02] beandog: 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 it [17:02] thank you everyone for the info!! [17:03] kriskropd: 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] beandog: I could start a VNC display as :2, however the processes wont appear as they are still trapped in the old one [17:04] kriskropd: so, essentially, you want one program to run on two displays (Xorg displays, not ... you know) [17:04] beandog: 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 one [17:04] kriskropd: in future, for terminal based apps, check out screen/tmux [17:04] zykotick9: yah that's the direction I was going [17:05] zykotick9: i have tmux already, im talking about non-tmux terminals [17:05] there a terminal command to recursively set file permissions and not change directory permissions [17:05] kriskropd: yah, I don't see how tmux would not apply here .. [17:05] beandog: 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 another [17:05] nwilson5: yah you'd have to use find [17:06] to* [17:06] ok [17:06] hi beandog [17:06] others [17:06] sudormrf: I dunno man, I'd systematically go through smb.conf and see what testparm is barfing on. :T [17:07] nwilson5: what perms do you want them to be [17:07] gh0stpirate: 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 dirs [17:07] beandog: 444 [17:07] kriskropd: 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:08] nwilson5: just the files, not the dirs, right? [17:08] yes [17:08] k === Dystinio is now known as HDRDanny [17:08] nwilson5: find /path/to/dir -type f -print0 | xargs -0 chmod 444 [17:08] beandog, I think that is what you were looking for....correct? === KindOne- is now known as KindOne [17:08] thanks beandog, I can even make my find more explicit thanks for the template [17:09] sudormrf: 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] beandog: i suppose i should start there - yay documentation - okay, for science im willing and my_body_is_ready.jpg [17:09] kriskropd: yah ... *also*, maybe look at LTSP a bit? They do some funkery like that ... kind of. [17:09] beandog, 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] kriskropd: oh also look at .... ugh what is it ... sec [17:11] hi [17:11] beandog: erm, ltsp.org? [17:12] kriskropd: xdmcp? It's been a looong time. :T LTSP = Linux Terminal Server Project --- it's a way of doing stuff, not a project [17:13] beandog: okay then - lots of reading material, yay :D [17:13] beandog: thanks for suggestions, maybe one of these will work [17:14] kriskropd: 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] I'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 too [17:15] kriskropd: yah, I'm pretty sure tmux will do what you want. [17:15] sudormrf: k sec [17:16] sudormrf: looks to me like you've played with smb.conf *A LOT* [17:16] just because of all the options you are using. [17:16] beandog, all of that config was done automatically by amahi [17:16] beandog, amahi/greyhole [17:16] oh. [17:16] well then. [17:17] I can't really say what's broken if I don't know w hat reqs they want ......... :T [17:17] ask on their forums? [17:17] you can't be the first one. [17:17] beandog, 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 issue [17:18] sudormrf: yah ..... I think I would *totally* disagree with that. [17:18] beandog, :). heh [17:18] these are some pretty crazy specific options. [17:19] beandog, do you see anything strange in the global section? [17:19] sudormrf: what version of ubuntu and samba are you on? [17:19] sudormrf: yah, it's all strange. it should be like 3 lines. [17:20] beandog, 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 check [17:21] sudormrf: smbd --version [17:21] beandog, let me check [17:21] beandog, 3.6.3 [17:22] sudormrf: 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:23] beandog, gotcha. any guesses we can make about the global config? [17:23] sudormrf: which version of amahi are you running? [17:24] beandog, Amahi 6. That is the latest version that will run on Ubuntu. [17:24] sudormrf: also, is this install dedicated to amahi? can you run 7? [17:25] hey can someone help me ? [17:25] beandog, 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] !ask | clu [17:25] clu: 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 !patience [17:25] hi every one! how can I log out from ubuntu One? [17:25] clu start with a question [17:25] sudormrf: k fair enough [17:25] completely log out [17:26] sudormrf: dunno man .... if they're generating the smb.conf file, and it's not working ... that's not exactly your fault. :T [17:26] sudormrf: you could back it up and regenerate another one .. other than that, I dunno [17:26] beandog, 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] beandog, k. thanks for the advice! [17:26] kriskropd: u can try byobu [17:27] sudormrf: well, fire up VirtualBox, install the other one and see what you think before you commit. :) [17:27] ok i can't open software center i get error http://s30.postimg.org/9xspjcri9/Screenshot_from_2014_01_31_19_26_38.png [17:27] clu: which ubuntu is that exactly? [17:28] Hey Guys, Good Day. [17:28] elementary os, it's based on 12.04 [17:28] I 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 terminal [17:28] any advice [17:28] beandog, 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:29] clu, I am using elementary right now. love it. [17:29] clu: talk to elementary OS support. they have changed some stuff that makes this issue [17:29] clu: we cant help since we dont know what they change. so ask them please [17:29] ok thanks i thought that this is ubuntu problem [17:29] sudormrf: hmm .... ok.... yah. I can already see where this is going. :| [17:30] beandog, heh. where? :D [17:30] sudormrf: bossy app [17:30] beandog, lol. ah. it could also be due to how the networking stuff works in fedora vs ubuntu. I don't know. :) [17:31] sudormrf: 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 around [17:31] Anyone? [17:31] Xtreme: .bashrc [17:31] beandog, 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] sudormrf: really? lame. [17:31] beandog, yeah. [17:32] sudormrf: so, now I'm curious, what does this thing do anyway [17:32] beandog, amahi or greyhole or both? [17:32] beandog, 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] or 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] sudormrf: lemme put it this way ... what service are you trying to get? [17:32] beandog, not sure I understand the question [17:32] Xtreme: pad it on instead of replacing path [17:33] sudormrf: what functionality do you want? [17:33] is ubuntu better than opensuse? [17:33] Xtreme: PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools" === mydogsnameisrudy is now known as rudyismydog [17:33] linuxearth: only if you can get it running. :) [17:33] :) Thanks. export is not required right? [17:33] Xtreme: uh, lemme look [17:33] linuxearth: of course :) (better ask in #ubuntu-offtopic or ##linux ) [17:33] beandog, 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] Xtreme: yah [17:34] Xtreme: er, yah, it is required. [17:34] Is anyone here familiar with creating udev rules? [17:34] ok. :) Thanks [17:34] PiNinja: *kind* of [17:34] sudormrf: okay, I was gonna say ... something like FreeNAS and the awesomeness that is ZFS? [17:34] beandog, done. lets hope it works [17:34] beandog: Could you take a look at mine and help me figure it out why it isn't working? [17:34] thanks [17:34] sudormrf: are are you looking for extending a device across the network? also, whs? [17:35] beandog, yeah. I considered freeNAS, I considered rolling my own, I considered OMV with greyhole, but I went with amahi. [17:35] Xtreme: just open a new terminal and echo $PATH [17:35] sudormrf: oh okay, just throwing out ideas. :) [17:35] beandog, 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 house [17:35] beandog, windows home server. [17:35] sudormrf: how's it streaming? DLNA? [17:35] beandog, I appreciate them :)! [17:35] PiNinja: sure, paste it [17:35] beandog: One sec. [17:36] beandog, 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] sudormrf: oh ... okay .... intresting. You do have a pretty specific setup, then. [17:36] beandog, (y) [17:36] works [17:37] sudormrf: 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] beandog: http://paste.ubuntu.com/6850507/ [17:37] PiNinja: what are you trying to do [17:37] beandog: Currently all I want is for the script to run when that usb is connected. [17:37] beandog, when I was looking in to that the biggest issues I came across were getting the VPN setup. [17:38] sudormrf: 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] sudormrf: oh yah? OpenVPN is supposed to be *really* easy to setup, and has good docs. Tried that? [17:38] beandog, 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] PiNinja: oh okay, that's beyond my poor udev skills. :| [17:39] beandog, I looked at it, but I found the documentation overwhelming. [17:39] beandog: Hm.. Do you see any out right errors in my udev code? It's at the bottom of the paste. [17:39] PiNinja: http://stackoverflow.com/questions/4189383/bash-script-to-detect-when-my-usb-is-plugged-in-and-to-then-sync-it-with-a-direc [17:39] beandog: I've tried that, and several variants of that. [17:40] That's why I'm asking here to see if I am missing something. [17:40] PiNinja: and no luck. [17:40] sudormrf, which vpn service are you trying to setup with openvpn? [17:40] beandog: Yup. I think that I have a blatant syntax error that I'm simply missing. [17:40] Munster, this was something that happened long ago. Amahi has an openVPN and IPSec app that I installed and they are working fine [17:40] beandog: I withdraw my query. Turns out there is a #udev channel. [17:40] PiNinja: Try KERNELS? [17:41] beandog: I'll try that. [17:41] sudormrf, ok [17:41] PiNinja: good luck ... it looks like you're really close though [17:41] beandog: I'd hope so, this is driving me crazy. [17:41] PiNinja: My first guess would be to remove KERNEL. You've already got enough identifying information .......... in my random guess. [17:42] Munster, thanks though :) [17:42] sudormrf: you can gimp the configs from there too [17:42] sudormrf: /etc/openvpn.conf or something [17:42] beandog: Perhaps.. I'll try removing it entirely. [17:42] PiNinja: good luck :D [17:42] beandog: Thank you. [17:44] !gpl [17:44] gpl is the GNU General Public License. See http://www.gnu.org/copyleft/gpl.html [17:44] beandog, 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 setup === GTB3NW_AWAY is now known as GTB3NW [17:45] sudormrf: yah ........... pfsense then? [17:45] beandog, 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] beandog, hehe now we are talking building my own router :D. I have been considering that for a long long time :D [17:45] sudormrf: also, I use ipfire and love it ... docs aren't totally complete, but hey, vpn works so I'm happy [17:46] beandog, 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. === wheatthin_ is now known as wheatthin [17:46] sudormrf: 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:48] Hello, [17:48] H [17:49] beandog, :). 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:50] sudormrf: well, the first rule is always pick what works for you. :) [17:50] I 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] beandog, yep :D! [17:51] sudormrf: gl! [17:51] Anyone can help me on pm? 1 / 2 simple question [17:51] beandog, thanks for your advice and help! [17:53] Hey, care to help with my first ubuntu install? I keep getting "An error occurred while mounting /tmp." using a usb and 13.10 [17:53] Anyone know how i can turn off Ati Card on ubuntu 13.10 ? [17:53] hi I have trouble installing virtualenv for python.. it says ubuntu.secs.oakland.edu.. connection timed out [17:53] retro_, whats the question [17:53] can I switch it to another in sources.list? === funkster is now known as Guest37276 [17:53] if [ "$UTTERANCE = "hello" ]; then echo "true" shows error ..help me please [17:54] shomon certainly you can switch sources.list /etc/apt/sources.list [17:54] hikenboot , i have Ati/ Intel Hybrid , but i cant install Ati switchable driver's and i wanna turn off ati === keee is now known as w0rmie [17:54] sorry cant help.. [17:54] but what repo or server contains python-virtualenv and python-mysql hikenboot ? [17:56] Anyone know how i can turn off ati card on ubuntu 13.10 [17:56] if [ "$UTTERANCE = "hello" ]; then echo "true" shows error ..help me please [17:56] b2w: if you're using bash, please ask in #bash [17:57] good 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.list [17:57] retro have you looked in bios? === Eskimio is now known as octoski [17:57] who cares which on it gets it from [17:58] On bios i can choose only / discreate ( Only Ati ) or Switchable (ati/intel) [17:58] i cant choose only Intel [17:58] anyone able to help me reconfigure cups managing username and password, I see no way in localhost:631 to set the account and password [17:59] gotcha, I'm ubuntu noob, but thought I'd give it a shot )) [17:59] hello, 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! [18:00] dpkg-reconfigure keyboard-configuration [18:02] hikenboot: ive done that [18:02] this sh* is driving me crazy [18:03] I setup memcached two days ago... abruptly it just stopped. What kind of debugging should I do? [18:04] dpkg-reconfigure locales === octoski is now known as eskimio === Belial is now known as Guest4685 [18:17] is there a way for the network manager to default wired eth0 over wireless wlan0? [18:17] ubuntu is malware that shares your data with 3rd parties [18:17] why do you use it? [18:18] sharing is caring [18:18] lol [18:21] str3, ? [18:21] Steevca: https://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do [18:22] hi everybody [18:22] #list [18:23] can i ask for something else [18:25] I 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:26] did anyone have problems installing ubuntu from a flash stick? I keep getting "an error occurred while mounting /tmp" === keee is now known as w0rmie [18:36] !list [18:36] ccic: 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:38] blizzow: it was removed from debian, and this Ubuntu: http://packages.qa.debian.org/t/twiki/news/20091204T190050Z.html [18:39] Pici: thanks. Strange that the saucy guide says it's still there. [18:40] Hi, i want to install ubuntu for my Laptop HP Pavilin Dv5 , and i want to use wifi [18:40] if i download the CD have wifi support? [18:40] Alexus0 yes, wifi should work out of the box [18:41] blizzow: twiki might provide their own packages on their website, but they are not in repos. [18:41] What version recomanded me if i have 4gb ram and want desktop? [18:42] 12.4 or 13.10 ? [18:48] 70 [18:49] Alexus0: 12.04 will be supported for longer than 13.10, but either one will work with that hardware. [18:49] Hi there [18:49] Can someone tell me how to add multiple vifs to xen domU? [18:50] beandog: Hey, in case you're curious, I figured it out. [18:51] Does 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] thanks [18:51] i 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 button [18:52] if i click on more info, it says not found, there isn't a package called "dia-gnome-gnome-gnome-gnome" in your current software sources [18:52] what is a good alternate apt mirror to ubuntu.secs.oakland.edu? [18:52] i'm not sure why there are four -gnomes at the end there [18:52] for maverick/universe [18:53] shomon: maverick hit end-of-life in April of 2012. You really should upgrade. [18:53] PiNinja: what was it [18:55] beandog: 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] shomon: if you really really really need something form their repos, see http://old-releases.ubuntu.com/ [18:55] beandog: I have since then changed the script to automatically mount the usb drive with user permissions. [18:56] PiNinja: heh, in the script ... that's classic. :) [18:56] PiNinja: that's awesome man [18:56] beandog: Haha yup! Soon I'll be able to run my real script, which automatically syncs my music folder with my iPod. [18:57] PiNinja: really? Do you think I could get a copy? [18:57] beandog: Sure thing! [18:57] beandog: It isn't as sophisticated as it sounds. [18:57] PiNinja: erm, can you pastebin that udev rule again? heh [18:58] beandog: In reality it is a glorified script that syncs two folders. [18:58] beandog: Yup! Want me to add the forums that helped me solve the problem? [18:59] PiNinja: yah that would be way helpful [19:00] beandog: 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#about [19:00] beandog: Blog post fix: http://hackaday.com/2009/09/18/how-to-write-udev-rules/ [19:00] thanks Pici [19:00] beandog: Posted above. [19:00] Pici when I upgrade I get a black screen of death [19:01] the hardware is at the end of it's tether [19:01] maybe I can do something with a different ubuntu flavour [19:04] PiNinja: wow awessome, thanks dude :D [19:04] beandog: 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:05] PiNinja: it never even occurred to me that you could have scripts run on device discovery. [19:05] PiNinja: that just gives me all kinds of ideas :D [19:05] beandog: It is exciting! [19:05] I would if something similar could be done with a DVD .... the hardware device is already there .... hmm [19:05] * beandog will have to research [19:05] beandog: 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:06] beandog: in the form of: /path/to/my/script & exit [19:06] PiNinja: fail or exit out? [19:06] beandog: This allows udev to continue and not wait for a long process to finish (like syncing an iPod) [19:06] beandog: No, call this script and exit. [19:06] PiNinja: oh, gotcha. [19:06] kk [19:06] It's mentioned in the forum thread I posted. [19:06] Thought 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:07] when I say videos I mean my movie rips [19:07] TylerDurden: whichever one you prefer. you would have had to have created one, the other will be default [19:08] foopoop? heh [19:08] foobar is so yesterday =P [19:08] true dat === CyberJacob|Away is now known as CyberJacob [19:12] Hello, 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.conf [19:13] amireldor: given the configuration is really easy, why not? [19:14] daftykins, I am asking 'how' more than 'why', I need some help with the setup [19:14] webmin :D [19:14] ugh no [19:14] dude, webmin is awesome. [19:14] amireldor: what are you meaning by 'usershare'? [19:14] beandog: why install extra crap when there's one task? [19:15] daftykins: so you don't have to figure out how to configure Samba [19:15] daftykins, 'usershare' is a way for non-root- users to share a samba share thingy. something like "net usershare add blablablablalb" [19:15] beandog, I'd use webmin if it was a server [19:16] I 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] hey guys [19:17] Can someone help me with installing this software: http://www.clockworkmod.com/carbon [19:18] beandog: right and just put a whole extra set of security issues on your machine instead ;D [19:18] xda can [19:18] I'm new to linux and I dont know how to handle the file I downloaded. [19:18] amireldor: 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 systems [19:19] Is the server minimal install for 14.04 different from what will be the netinstall / mini.iso for 14.04 ? [19:19] amireldor: i'd be happy to take you through the setup of a simple folder share if you like [19:19] UserError: 14.04 talk in #ubuntu+1 [19:19] ah [19:19] Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.10 [19:19] I did this in terminal and it gives some error message, but the file is there... [19:19] demian@Dell-Studio-1558:~/Downloads/linux$ sh ./run.sh [19:19] ./run.sh: 2: ./run.sh: ./adb: not found [19:19] can somoene tell me if it's possible to send a notification when status changes on a server? [19:19] service* [19:19] using upstart* [19:21] Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.10, anyone maybe can fix that? [19:21] hmmm ... 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:22] where do I give group and others permissions? No fstab. Something in cmdline.txt ? [19:23] Hello, how to fix NO_PUBKEY A902DDA375E52366 on ubuntu 13.10, anyone maybe can fix that? [19:23] TylerDurden: if it is mounted ro, then most likely the filesystem is corrupted - and you should check it. === zz_whitenite is now known as whitenite [19:25] retro_: probably that way - http://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey [19:26] Ill run fsck and since ext4 is journaled [19:26] who knows [19:27] TylerDurden: Run fsck -f [19:27] kk [19:27] TylerDurden: dmesg tells you why it it mounted ro. [19:27] daftykins, well the 'usershare' samba feature works for me now. I just didn't wrote the correct command in the terminal [19:27] I can write to it locally but I can not scp things over to it. [19:28] Molb0rg , sudo apt-get update getting this error. [19:28] TylerDurden: thats a different problem than mounted ro. === GTB3NW is now known as GTB3NW_AWAY [19:29] so, I can haz helpdesk? [19:29] demian_,hello [19:30] Kind of weird since when I ssh in I am root? [19:30] hi amireldor [19:30] whoami [19:30] I'm trying to install something, but dont know how :( [19:30] TylerDurden: why does your root account has a password? [19:31] Its this backup software for android, www.clockworkmod.com/carbon [19:31] Just did a fresh install. user root pw openelec inside the NAT [19:31] demian_, 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 lovely [19:32] TylerDurden: So you are not using Ubuntu then? [19:32] but I scp all the time to all the other machines in here. [19:32] God no [19:32] Use my own distro of Debian [19:32] TylerDurden: Then please ask the openelec support - this is Ubuntu support only. [19:32] hi [19:32] demian_, sorry, I have to go, good luck [19:32] okay [19:32] lol,,,,,, thought I was talking to the devs of openelec [19:32] wrong # [19:32] hi demian_ [19:33] hey [19:33] was like wtf are they talking about [19:33] sry [19:33] I tried this , [19:33] :~/Downloads/linux$ sh ./run.sh [19:33] ./run.sh: 2: ./run.sh: ./adb: not found [19:33] ./run.sh: 7: ./run.sh: ./adb: not found [19:33] altho adb file is there in the same dir [19:34] And I dont know what else to do. [19:35] if TylerDurden comes back he is breaking rule #1 of OpenELEC [19:35] and should NOT be given any support for a non-Ubuntu distro [19:35] heh, breaking rule #1 that's kinda funny since his username was a Fight Club reference ;/ [19:36] Oh I get it, that's very clever. How's that working out for ya? [19:36] Being clever. ;) [19:36] seems to be doing better than your trying to be funny [19:37] And I suppose he was breaking rule #2 as well? [19:37] there wasn't one [19:38] oh ok, nm anyway we're way off topic [19:38] Could always put it in the topic. [19:38] And then we'd be on-topic. [19:38] Now in the western Simbir -36 [19:39] that'd require an op [19:39] I wonder if chan ops always set +n just because they assume it's the standard thing to do. [19:40] very cold [19:40] :P [19:40] Anton2d: where? [19:40] western Simbir, russia [19:40] ah [19:40] this is offtopic, move it to #ubuntu-offtopic if you want to talk about such things [19:40] Anyway, I'm away. [19:41] what's the standard graphical file system browser called? [19:44] ayuda [19:44] amigos [19:44] lesshaste: nautilus i think? unless that's outdated [19:44] thanks [19:45] Hello. 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:46] Reliant, I think it should be OK but definitely back up first [19:46] make sure the processor fits in the motherboard [19:47] Reliant, same motherboard? [19:47] haha [19:47] help [19:47] no, new motherboard, new cpu, new ram, and maybe even a new video card (but same GPU chipset) [19:47] Reliant, ah.. then there could be problems [19:47] Reliant, who knows if they will all be supported [19:48] We do. :) [19:48] bekks, :) [19:48] Both Intel and AMD CPU are supported, RAM as well. And the dame GPU chipset is supported too. [19:48] bekks, brave works :) [19:48] bekks, how do you know? [19:48] hey 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] Reliant, can you give the full specs? [19:48] graphics cards don't have chipsets. why would you buy again if you got the same? [19:48] lesshaste: Experience. Show me one current Intel/AMD CPU which isnt supported :) [19:48] sudormrf, remote file system down? [19:49] Intel i7 4780 CPU. GPU is NVIDIA. motherboard isn't 100% final, but I'm thinking Asus Maximus VI Hero [19:49] daftykins: Of course they do. [19:49] bekks, there are motherboards and gpus will poor support [19:49] bekks: nope they have single chips :D [19:49] with [19:49] daftykins: Which is nonsense, honestly. [19:49] bekks, I am guessing you are new to linux :) [19:49] lesshaste, 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:50] sudormrf, it sounds like a remote problem [19:50] lesshaste: If you consider someone with almost 20y experience to be new - yes, I am new. [19:50] lesshaste: bekks asked you for something that didn't work at all - not have poor support [19:50] Right now, this is what I'm considering: http://pcpartpicker.com/p/2KrtS [19:50] sudormrf, can you try sshing from somewhere else to the same place? [19:50] daftykins, :) [19:51] lesshaste, somewhere else means different network or different machine? === keee is now known as w0rmie [19:51] i'd be leaning toward PC hardware being offtopic [19:51] bekks, 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] sudormrf, anything that behaves differently :) [19:51] sudormrf, then you will know where the problem is [19:51] lesshaste: that's not even a lack of support, now focus on aiding people rather than in-fighting, it's pathetic [19:51] in what language drivers for pc is written? [19:51] lesshaste: And all of those posting do not apply. He said he is going to use the same GPU chipset. [19:51] daftykins, ahem... [19:51] bekks, why bother? [19:51] dr_Watson14, C [19:52] Thanks [19:52] lesshaste, well I was just able to get a prompt. this is very strange. [19:52] trying a different machine. sec. [19:52] sudormrf, have you done ssh -v ? [19:53] hi...! [19:54] I'm fairly new to Ubuntu, and am trying to get it to recognize a video card [19:54] I had no success getting Windows to see the card, so I'm trying Ubuntu. [19:55] robmillernow: Which card exactly is it? [19:55] it's a Radeon 7950 [19:55] lesshaste, yes, but that doesn't show what is happening after the connection takes place [19:55] robmillernow: what happened with Windows? that really shouldn't happen === launch is now known as Guest29306 [19:56] Windows sees that SOMEthing is plugged in, but doesn't see that it's the Radeon [19:56] daftykins: Thats basically offtopic in here ;) [19:56] I'm trying to set up this older PC as a scrypt miner. [19:57] bekks: sorta, i consider it deductive [19:57] ugh mining again [19:57] robmillernow: https://help.ubuntu.com/community/BinaryDriverHowto/AMD [19:57] i love Ubuntu -- i've used it to revive my dad's dead laptop... [19:58] And now Ubuntu seems like the best option to get this older PC useful... [19:59] Hello all, having a very annoying issue getting the install iso to boot. Is this the right place to ask for help? [19:59] dgersting: yes. [19:59] thanks bekks -- i'm gonna check out your solution [19:59] sweet! I have a Lenovo V570 laptop. Trying to install 13.10 [20:00] dgersting: is that new? did it come with windows 8? [20:00] dgersting: did you disable secure boot and enable legacy boot within the UEFI/BIOS ? [20:00] After the POST, the CD displays the error "Could not open \EFI\BOOT\fallback.efi" error: variable `root` isn't set [20:01] daft: I think, looking [20:01] yeah it's trying to boot to UEFI mode [20:01] dgersting: do you intend to dualboot with Windows 8 or replace it entirely? [20:02] planning to just use Ubuntu, I'll probably have a virtualbox setup with win7 for the few things I need full windows for though [20:03] dgersting: 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] !uefi | dgersting [20:03] dgersting: 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/UEFI [20:03] The laptop is a few years old, came with win7 [20:03] One 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:04] daft: thanks for the link, I'll go read that and check back in. thanks [20:05] no? [20:05] hi 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? === keee is now known as w0rmie [20:06] salut [20:06] bbba: Connect both to the same wifi network. [20:06] bbba: erk, is that really the only solution? [20:07] Hi all [20:07] can i get a link of resources on how to do so? [20:07] Ello! :D [20:07] bbba: do you not have wired network ports on these systems and a network cable? [20:07] How 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 device [20:08] !wifi | bbba [20:08] bbba: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [20:08] i do you know how to shred a LOT of files? like 780 Mb (14,000 files) [20:08] hi* [20:08] One 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] i don't have network cables. i'd rather connect them with no cables [20:08] hid: use "shred". [20:08] anyone got any advice for me? [20:08] so 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] bbba: i'm sure you would, but it won't be easy. no routers or wireless access points to use? [20:08] robmillernow: The is no such application that could test a GPU. [20:09] bekks: yes i did it but when i checked 30min later i always had the same size [20:09] I have a wireless AP/ router [20:09] hmm. i wonder how one would get a GPU tested for viability, then...? [20:09] bbba: Then connect both laptops to the wifi. [20:09] sudormrf, right.. I suspect it is the remote server at fault [20:09] sudormrf, some file system problem maybe [20:09] already done that, but then how do i get them to comunicate? [20:09] robmillernow: do you not have the monitor plugged into it? :) [20:10] bekks: shred -uz * [20:10] bbba: what do you want to do, share files? and you say both are command line only, no X? [20:10] robmillernow: 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] hid: Well, just wait some more time. [20:11] I'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 shell [20:11] daftykins: 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] lesshaste, how can I verify this? [20:11] ugh, mining again, i know... [20:11] bbba: Easiest way is scp [20:11] hi robmillernow [20:11] bbba: as bekks says install openssh-server on each and start playing with SSH and SCP [20:11] robmillernow [20:11] what is scp? [20:12] robmillernow: right, that's why things are going wrong [20:12] !scp | bbba [20:12] bbba: 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] e/query satyanash [20:12] sorry [20:12] both laptops are ubuntustudio [20:12] robmillernow: you're trying to install drivers for an adapter that isn't actually active [20:12] I was looking for another user with a S [20:12] hey [20:12] hey daftykins [20:12] How do you tab on web chat? [20:12] sudormrf, well.. does it behave the same from every computer you ssh from? [20:12] sudormrf, as we discussed [20:12] I talked to a user with a s user name [20:12] Xuisce1: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:12] bekks: 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 possibility [20:12] I've read that messages can be sent over the shell too [20:13] robmillernow: 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] wuzzup [20:13] Whats a good clinet ? [20:13] :) [20:13] robmillernow: Without having extremely expensive test equipment, there is no such way to test that at home. [20:14] I'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 it [20:14] bbba: Then start with connecting to the wifi. [20:14] daftykins: 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/ === neo is now known as Guest21267 [20:14] Xuisce1: What kind of client? [20:14] lesshaste, just tried it from my phone and it worked. let me try another machine too. [20:14] ah [20:14] IRC [20:14] Donald_ET3: [20:15] bekks: is that extremely expensive test equipment something that PC repair shops have? === satyamash is now known as satyanash [20:15] robmillernow: Most likely no. [20:15] This is my first day using IRC, but I am using XChat. [20:15] ok [20:15] i can get them to connect to the same wifi. then what? [20:15] robmillernow: you're going to want to switch to using the card on your monitor instead of the onboard [20:15] Donald_ET3: did you chefk your messages? [20:15] chck [20:15] I sent you a PM I think? [20:15] Im testing this whole thing out [20:15] robmillernow: do that before anything else, ok? [20:15] bbba: ubottu provided you a link which is considered to be a good starting point. [20:17] Hello 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] DeusDeceit: your CD burning program should have offered a verify option [20:17] daftykins: 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] DeusDeceit: No. You can use md5sum to check the md5 checksum. [20:18] robmillernow: 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 onboard [20:18] How 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 device [20:18] JokesOnYou77: check dmesg [20:18] daftykins: would that be done in the system settings in Ubuntu? [20:19] robmillernow: No. In the BIOS. [20:19] daftykins, so brasero can check it for me? [20:19] bekks, How do I do that, and what should I look for? [20:19] DeusDeceit: Immediately after burning - now it cant do it anymore. [20:19] JokesOnYou77: type dmesg and look for sdb [20:19] daftykins: hmm, okay. and then install the drivers, then switch it back to the default card? is that what you're suggesting? [20:20] robmillernow: Dont switch back. [20:20] robmillernow: Switching back will disable the card. [20:20] lesshaste, the behavior appears to be the same. [20:20] Well, 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] sudormrf, right.. so it's the remote system [20:20] robmillernow: 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 onboard [20:20] sudormrf, can you contact the sysadmin? [20:20] lesshaste, I am the sysadmin [20:20] DeusDeceit: Then just use ddrescue to copy it, and see wether you get errors. [20:20] lel [20:21] bekks: 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 feasible [20:21] sudormrf, :) [20:21] sudormrf, then log in and fix it :) [20:21] lesshaste, suppose I were able to log in, how could I fix it? [20:21] robmillernow: your laptop doesnt seem to support both cards at a time. choose your weapon. [20:21] bekks, daftykins thank you guys [20:22] bekks, dmesg | grep sbd gives some wonderful information but nothing to confirm whether it is attached via usb [20:22] robmillernow: YES it can do both at once - this is why i suggest this. [20:22] JokesOnYou77: Dont use grep without context. use grep -A 5 -B 5 [20:22] sudormrf, oh.. do you have a network file system? [20:22] bekks: it's a desktop with 2 small PCIe slots and one large one [20:22] sudormrf, you need logs :) [20:22] sudormrf, you can ask on superuser.stackexchange I think [20:22] daftykins: interesting. thanks. [20:23] robmillernow: Then use onboard card as primary device, and install the radeon bainry driver as described in the link I gave you. [20:23] lesshaste, 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 samba [20:23] sudormrf, oh that might be the wrong one [20:23] JokesOnYou77: if it is plugged in, run lsusb [20:23] sudormrf, what do you mean in samba? [20:23] sudormrf, is this remote machine a standalone machine? [20:24] lesshaste, not in samba [20:24] sudormrf, I don't know that you are saying now.. sorry [20:24] lesshaste, misspoke. using samba. standalone meaning? [20:24] lesshaste, what logs do I need to look for? [20:24] sudormrf, is the remote machine connected to a network in some way? [20:25] bekks, ty, I think that worked. [20:25] lesshaste, yes. and I was just able to SSH in to it [20:25] lesshaste, I have a prompt. what should I look for? [20:25] sudormrf, is it connected to any other computer? [20:25] glitsj16, 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 sdb [20:26] lesshaste, it is connected to a router. [20:26] thanks bekks and daftykins -- i'll try all that and check back [20:26] sudormrf, ok so it is standalone [20:26] sudormrf, you need to learn about system administration... try asking on a stackexchange website about which logs you can keep to diagnose this problem [20:26] sudormrf, and paste your question here :) [20:26] lesshaste, .........I am asking on here because I am looking for help. [20:27] sudormrf, right and I am telling you that you will get better help somewhere else.. irc is only good for questions with simple and short answers [20:27] JokesOnYou77: sure, better confirm before jumping in [20:27] lesshaste: Thats the wtrong approach in here. [20:27] lesshaste, here is a simple question. am I at risk for data loss? [20:27] sudormrf: ...when doing what? [20:29] bekks, 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:30] sudormrf: That correct so far. A broken filesystem may inherit the risk of data loss. [20:30] bekks, so what logs do I need to look at to verify if the file system is broken? [20:30] sudormrf: No logs, but force a full filesystem check. [20:30] hello 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:31] bekks, issue fsck from where? [20:31] sudormrf: From the host the filesystem is mounted on. [20:32] Can someone tell me how to add multiple vifs to xen domU? [20:33] has anyone ever done multimonitor set up with discrete GPU along with integrated? [20:34] bekks, let me see if I can get in to do it :S. [20:34] bekks, this system has 6 drives in it. [20:35] why does my scroll bar for the chat part of the window keep disappearing [20:38] sudormrf: Whats the actual error message you got? [20:38] is there an easy way to find out what the files in /proc are associated with? [20:39] rawrmonster: They are all associated with processes running. [20:39] rawrmonster: What is the actual question behind that? :) [20:40] bekks: 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:41] rawrmonster: The /proc filesystem hold information about processes running. [20:41] rawrmonster: It is well documented: https://www.kernel.org/doc/Documentation/filesystems/proc.txt [20:42] bekks, haven't run the fsck yet. I was reading this: https://help.ubuntu.com/community/FilesystemTroubleshooting [20:42] bekks: ooo cool thanks :D [20:42] bekks, I was able to VNC into the box [20:42] rawrmonster: And the /sys filesystem is relevant too: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt2 === zwned|away is now known as zwned [20:43] bekks, how can I check the file system while the drives are mounteD? [20:43] sudormrf: you cant. That _will_ cause data loss. [20:44] bekks, hmm. I am stuck I think. I can't get to the unit physically until tonight. [20:44] bekks: this documentation is from 2009 is it still relevant or has not much changed since then? [20:44] rawrmonster: it is still relevant, since nothing has changed since then. [20:45] bekks: ok thanks again [20:45] sudormrf: 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:46] bekks, 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] bekks, oh. how can I do that? :S sorry, this would be the first time I was ever doing something like this. === zwned is now known as zwned|away [20:51] Hey. 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:52] when 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? === zwned|away is now known as zwned [20:53] sudormrf: which server type is it? [20:54] bekks, it is running ubuntu 12.04.4 [20:55] sudormrf: that doesnt answer my question :) Which make and model is the server? === zwned is now known as zwned|away [20:55] bekks, it's home made [20:55] sudormrf: I guess there is no remote console then - you would know it ;) [20:56] bekks, likely. would the following command "shutdown -rF now" force an FSCK before boot? === GTB3NW_AWAY is now known as GTB3NW [20:57] sudormrf: 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] bekks, http://serverfault.com/questions/62976/fsck-root-filesystem-on-a-remote-machine [20:58] sudormrf: Still the above applies. [20:59] bekks, :(. 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] sudormrf: Without the error message you got, I cant answer that question. [20:59] bekks, error message from what? the fsck? [21:00] sudormrf: No. Something must have happened leading you to suspect a filesystem error. [21:00] check SMART info if you suspect the disk [21:00] daftykins: SMART will not tell you anything about a possibly corrupted filesystem. [21:01] no, but if there are any reallocated sectors it could go some way to explaining if things have gone bad [21:01] daftykins: reallocated sectors are reallocated transparently. [21:01] no, but if there are any reallocated sectors it could go some way to explaining if things have gone bad [21:02] hi 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] daftykins: Not relocated sectors could explain something. Reallocated cant. [21:02] oops cursor up fail [21:02] but yeah i haven't really been following the convo so my apologies for the interjection O_. [21:02] bekks: they can fail to do so too, pending sectors is a common SMART field [21:02] i know my hardware (: [21:03] daftykins: pending sectors are pending, NOT reallocated. [21:03] daftykins: thats why reallocated sectors cannot explain anything. [21:03] bekks: ugh alright, i really meant to look at ALL SMART data not just reallocated, that can still go wrong too [21:04] bekks: now pipe down :P [21:08] bekks, 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] bekks, ssh from a remote location [21:08] sudormrf: is this every time? [21:08] sudormrf, 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] sudormrf, it will be so much easier :) [21:09] hitsujiTMO, nearly everytime now. [21:09] sudormrf, try sshing in as different users [21:10] sudormrf: have you modified the motd, or .profile, /etc/profile or anything like that? [21:10] hitsujiTMO, no. [21:11] sudormrf: if you can get in, start by looking at /var/log/syslog [21:11] hitsujiTMO, I can VNC in to the box just fine. ssh is doing this. from my phone using remoter it pops the prompt right away [21:11] hitsujiTMO, ok [21:14] hitsujiTMO, anything specific I should be looking for? [21:15] sudormrf: anything odd and repeated that match the times of your login attempts. nothing in particular tho [21:15] hitsujiTMO, ok. looks like I am now having issues getting in with VNC as well. let me see if my phone can connect. [21:17] hi [21:17] hi, 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.29 [21:17] Ukraine or Russia [21:18] hi [21:18] i need help whit sopcast player [21:18] gregor3005: no, you'd have to install 12.04.0... thats the last time ati legacy is supported [21:18] i have it installed but it won't run anymore [21:18] !ru | Kazam [21:18] Kazam: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [21:19] hitsujiTMO: ok, then i wipe my laptop :-) thx for the fast answer [21:19] hitsujiTMO, well poop. I am almost certain something is broken at this point. [21:20] i have Elementary OS Luna 64 bit === whitenite is now known as zz_whitenite [21:20] !eos | yonutzp86 [21:20] can anyone recremmend some good preschool games/activies? except gcompris and childsplay packages? === jean is now known as Guest26356 [21:20] !elementary | yonutzp86 [21:20] yonutzp86: 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:21] sudormrf: is this a fresh install ? or has it been running for a while? [21:22] hitsujiTMO, running for a while [21:23] sudormrf: is there another machine there that you can ssh into? to see if its an issue with the vpn [21:25] hitsujiTMO, 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] hitsujiTMO, actually I just found something in the log. [21:26] hitsujiTMO, "EXT4-fs (sda1): INFO: recovery required on readonly filesystem" [21:26] hitsujiTMO, "EXT4-fs (sda1): write access will be enabled during recovery" "recovery complete" "mounted filesystem with ordered data mode" [21:26] sudormrf: sda4 has physical errors. check the smart data. [21:27] ahh wait ok [21:27] sudormrf: check smart info at least. [21:27] hitsujiTMO, I have nagios monitoring SMART, but I will check myself as well. still scrolling through the log [21:30] hitsujiTMO, 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:32] salut [21:33] si je veux me connecter sur mon portable a distance qu'est-ce que je dois savoir ? [21:33] !fr | denis__ [21:33] denis__: 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] hitsujiTMO, something is wrong with DNS though. this box is serving as the DNS server. [21:33] !vpn | denis__ [21:33] denis__: For more information on vpn please refer to https://wiki.ubuntu.com/VPN [21:34] I am sorry [21:34] sudormrf: how do you know something is wrong, whats happening? === alexandru is now known as _alexandru [21:35] i quit this canal i talk french sorry [21:36] <_alexandru> hello [21:36] <_alexandru> i install ubuntu :) and i want to know if i use HDMI why the sound not work in tv? [21:37] Ky [21:37] hitsujiTMO, with DNS? because the dhcp reservation names I have setup aren't working but the IP addresses are [21:37] quit [21:38] Hello, 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:39] i want to create a ubuntu server for only running mysql... does anyone know of a guide for only running one service? [21:39] how to tune it, etc., etc. [21:40] 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 working [21:40] I'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:41] seems to happen most on battey and may be not while on sector [21:41] Hi [21:41] i need some advices about my gnome interface [21:41] sudormrf: can you pastebin the output of: dig google.com [21:41] how to personalize [21:42] !gnome | elladeea [21:42] elladeea: 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-gnome [21:42] optirun: have you install nvidia-331 and nvidia-prime ? [21:42] hitsujiTMO, Not yet, I didn't want to risk messing anything up. [21:42] hitsujiTMO, Should I do that now and reboot to see what happens? === natas is now known as InFlames [21:43] optirun: you'll be fine as long as you don't add in the ppa's again :P yup install them and reboot away [21:43] optirun, thanks [21:43] !ubuntu-gnome [21:43] Ubuntu 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/OneStopPage [21:45] how i disable quest session? [21:48] elladeea,run "sudo /usr/lib/lightdm/lightdm-set-defaults -l false" without quotes in a terminal [21:51] 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] hitsujiTMO: Alright, I installed, rebooted and now lightdm dosen't load and it comes up with "System in low graphics mode" [21:52] optirun: pop open a terminal and: sudo apt-get install pastebinit && pastebinit /var/log/Xorg.0.log [21:52] hey 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] hitsujiTMO: I'm down on the tty's, but alright :P. [21:53] http://paste.ubuntu.com/6851752/ [21:53] optirun: cool. also: dmesg | pastebinit [21:53] !wine [21:53] WINE 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 Ubuntu [21:53] dmesg | pastebinit [21:53] oh no I did not uninstall it yet. I mean laptop-mode-tools [21:53] elladeea: You can /msg ubottu to ask him questions :P. [21:53] elladeea: So /msg ubottu wine will make ubottu message you with whats above. === bfiller is now known as bfiller_afk [21:54] http://paste.ubuntu.com/6851759/ [21:54] hitsujiTMO: Just noticed that I forgot the exec -o in above haha. Anyway, there are the two logs. [21:55] thanks :P [21:55] hitsujiTMO, are you looking for something specific in the dig result? [21:55] I am new in linux and i want to try to learn [21:55] elladeea: Google is your best friend then. [21:55] becouse windows is a little su** :P [21:55] thanks [21:56] sudormrf: what dns server its going thru [21:56] optirun: dpkg --get-selections | grep nvidia | pastebinit [21:56] http://paste.ubuntu.com/6851768/ [21:57] hitsujiTMO, ok. let me try it. [21:57] hey 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] hitsujiTMO, it went through the primary DNS server at my place [21:58] the lowest pwr the better wi-fi? [21:58] optirun: 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.conf [21:58] bekks: is there a similar page like the one you linked to me for /proc but explaining acpi interrupts under the /sys directory? [21:59] optirun: cat /etc/modprobe.d/* | grep nouveau | pastebinit [21:59] bekks: because when i looked it up on google all i can find is about gpe storms [22:00] i use Xchat is oky? [22:00] or is other more best? [22:00] Hello 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] to personalize the theme etc [22:00] hitsujiTMO, suggestions? === jean is now known as jean_ [22:01] is there a place where I can help Ubuntu write "help" documents that make ANY sense to the average computer-using human???? [22:02] sudormrf: you may be right with the dns issue then. you'll really need to get to the machine physically to see whats going on [22:02] The help docs are so full of insider computer jargon that it's hard to know what the words and sentences mean. [22:02] You are trying to send an empty document, exiting. [22:02] !itsawiki | robmillernow [22:02] robmillernow: It's a wiki, *you* can edit it [22:02] robmillernow: try the wiki? wiki.ubuntu.com [22:02] hitsujiTMO: Says its empty [22:02] robmillernow: haha, I feel ya! To start with, you can edit the wiki; but you can also post on UbuntuForums.org [22:02] robmillernow: i bet the really really appreciate some help there [22:02] hitsujiTMO, any suggestions for what else I should be looking for? [22:03] Long-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] optirun: ok. reboot and make sure its back to its original state and then try it with nvidia-319 [22:03] i 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] it's MADDENING!!!! [22:04] !skype [22:04] To 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 !Ekiga [22:04] robmillernow: 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] robmillernow: well, talk to the guys from the wiki and the help documents. i bet they need a helping hand. that stuff doesnt write itself [22:04] Olá bom dia [22:05] Okay, this one: https://help.ubuntu.com/community/BinaryDriverHowto/AMD [22:05] robmillernow: LOL you couldn't pick a small one, could you ... o.O [22:05] 1.1 step 1 says go to AMD website. [22:05] okay. [22:05] hitsujiTMO, curious if it has to do with where I am currently at [22:05] robmillernow: no. install "fglrx" package and reboot [22:06] sudormrf: its the tunnel is what i'd suspect if its something like that [22:06] hitsujiTMO: nvidia-319 installs nvidia-331 as a dependency. I have not enabled any extra x-org repos. [22:06] why i try to install MultiArch: aptitude why bluez-alsa:i386 [22:06] k1l_: No, step 1.1.1 says go to AMD Website. [22:06] robmillernow: that 1.1 part is for checking if amd is still supporting a driver for your card. that is described [22:07] hitsujiTMO, ok :). I am still scanning through the syslog [22:07] yes, but EVEN STEP 2 of part 1.1 makes very little sense. [22:07] robmillernow: yes, read what is says: "check if amd still makes a driver for you" [22:07] robmillernow: 1.2.1 is for you gettting to know which exact video card you got. [22:07] but : Unable to find a reason to install bluez-alsa:i386. [22:07] I want to install Skype [22:07] hitsujiTMO: And restarting lightdm with 319 (and 331) installed gives me the same low graphics thing. [22:07] Step 2 says: Enter your graphic card details. You may check this at the terminal: [22:08] robmillernow: just stay some time in here and you will see how often people dont know what card they got [22:08] check WHAT at the terminal? [22:08] robmillernow: I'll PM you, hold on ... [22:08] Check my Graphic card details at the terminal?? [22:08] robmillernow: no need for CAPS!!!11111111 [22:08] robmillernow: enter the highlighted command into you terminal and press enter. its not rocket sience [22:08] *science === dusty_ is now known as DustyBrewer [22:09] the caps are out of frustration with Ubuntu's accessiblity bumping right up against its extreme obtuseness... [22:09] optirun: i see. some wthing weird going on there. have you run the install? [22:09] !shout " robmillernow [22:09] optirun: I am only a bot, please don't think I'm intelligent :) [22:09] robmillernow: I sent you a private message. [22:09] !shout | robmillernow [22:09] robmillernow: PLEASE DON'T SHOUT! We can read lowercase too. [22:09] yes, but then it gives you a page of unknowable crap noise that tells me nothing. [22:09] robmillernow: i am trying to help you. but just giving me that attitude is not gonna help anyone [22:09] hitsujiTMO: 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:10] Hi, if i have in network a partition ( is another ubuntu with samba ) how i mount that partition in my linux? [22:10] i'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] optirun: and you have rebooted, not just restarted x? [22:10] robmillernow: if you dont want help and just want to rant and flame go away! this is a help channel full of volunteers [22:10] hitsujiTMO: I rebooted after purging. I'll reboot now after installing [22:10] i'm not ranting. help files should help. [22:11] not compound confusion. that's what windows is for. [22:11] robmillernow: it is helping, its not my, ubuntus or the help sites fault if you cant read [22:11] i can read, and i've been using computers for over 20 years. [22:11] k1l_: chill bro, you don't have to attack the guy. [22:12] robmillernow: paste the output of that command into a pastebin and show the link in here so we can have look [22:12] hitsujiTMO, FYI, it says that /dev/sda is passing smart checks [22:13] Im 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] hitsujiTMO, and both ssh and VNC are working over the tunnel thought to be faulty [22:13] it 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] not sure what is going on at this point TBH lol [22:13] hitsujiTMO: No change after reboot - still in low graphics mode. [22:13] p3rsist: dont run it as root. [22:14] p3rsist: you can give the user to ssh with ssh user@server [22:14] optirun: dpkg -L nvidia-331 | pastebinit [22:14] and 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 assumptions [22:14] robmillernow: look at that output. it includes the exact details of your car [22:15] *card [22:15] robmillernow: 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] === JoshG__ is now known as Hasbro [22:15] The give-away is the part where it says "Radeon HD 6670" [22:15] ireland: thank you. no such line or anything reading Radeon. [22:15] robmillernow: i am offering you help. if you continue to rant that is not helping anyone [22:15] k1l_, 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] !paste | robmillernow [22:15] robmillernow: 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:16] hitsujiTMO, hmm. vnc is not accepting any keyboard input from any system. [22:16] robmillernow: show that output to us. [22:16] it's on the machine in the other room. stand by. [22:16] p3rsist: ok [22:16] hitsujiTMO: Sorry - had to help someone with something. Back now. [22:16] http://paste.ubuntu.com/6851856/ === zz_whitenite is now known as whitenite [22:16] robmillernow: 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] sudormrf: can you get physical access to the server? === HoloIRCUser1 is now known as felixruina [22:17] hitsujiTMO, not until later tonight [22:18] optirun: what do you get with: sudo modprobe nvidia-331 [22:18] Hi [22:18] Umm, IRC question ... how do I mute all the join/quit messages? It's really distracting. [22:18] irelandm: which client? [22:18] hitsujiTMO: Nothing [22:18] Huh, In my skype the microphone not work [22:19] at sound display me : pulsed [22:19] k1l_: web client via Chrome ... I'll try an irssi command ... [22:19] How can I use dbus-monitor to check if devices are announced? [22:19] Any ideas? [22:19] irelandm: hmm, dont know about those webclient stuff [22:19] pulseAudio [22:19] optirun: lspci -knn | pastebinit [22:19] my skype does not list all my contact i usually see on my windows/andriod [22:19] k1l_: yeah, me neither. the irssi command didn't seem to do anything just FYI [22:19] http://paste.ubuntu.com/6851876/ [22:20] k1l_, so you have any idea how to make rsync not ask for the private key password if I run it as root? [22:20] (with sudo) [22:20] Any 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] optirun cat /etc/modprobe.d/* | grep nouveau | pastebinit [22:21] LadyBug: dont ue startx, start lightdm [22:21] LadyBug: 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. === brown is now known as Guest16976 [22:22] irelandm: 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] I mean I want to use rsync with sudo but still make sure the connection to ssh is made with the current user [22:23] http://paste.ubuntu.com/6851897/ [22:24] LadyBug: 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:26] hitsujiTMO: Whoops, computer sleeped and messed up. Did I miss any messages? [22:27] hitsujiTMO, rebooted the machine and now VNC is accepting keyboard input. [22:27] dns is still messed up though [22:27] optirun: ok, try purging nvidia-prime. then sudo rm /etc/X11/xorg.conf. then try going the bumblebee route. [22:27] p3rsist: you need to put the roots key onto the server, too. if you connect with sudo, which is not your user [22:28] k1l_: Well, that got X going, now I feel a bit D'oh. Thanks. Although the original ati problems continue... [22:29] hitsujiTMO Alright, Done [22:29] LadyBug: yes, startx is an old habbit. ubuntu wants to start x with the *dm, which is lightdm [22:29] \join #python [22:29] optirun: reboot and give it a try [22:30] :(( [22:30] what driver audio recomanded me? [22:32] hitsujiTMO: Back [22:32] optirun: ok. back to normal desktop? [22:32] LadyBug: 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] hitsujiTMO: Everything works again [22:33] irelandm: I agree. [22:33] optirun: ok. gotta test out bumblebee now. sudo apt-get install mesa-utils && optirun glxheads | pastebinit [22:33] hitsujiTMO Should I install bumbleebee now? or no? [22:34] Error on display - Unable to open display [22:34] http://paste.ubuntu.com/6851951/ [22:35] the lower PWR the better wi-fi signal, right? === batman is now known as Guest48423 [22:36] Info about irc please read it http://p.pw/DLV [22:36] optirun: 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-nvidia [22:41] hitsujiTMO: Rebooted, desktop loaded up [22:42] optirun: open the terminal and run: optirun glxheads [22:43] http://paste.ubuntu.com/6851988/ [22:43] hitsujiTMO: cannot access secdonary gpi [22:43] gpu* [22:43] I 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:44] or a fix for it [22:44] Hi, i go a course about javascript , php . html what is the best editor text for those? [22:45] optirun: pastebinit /etc/bumblebee/xorg.conf.nvidia [22:46] jjavaholic: depends on how you "switched". if it was with a ppa use ppa-purge to get those packages removed that will make trouble [22:46] Unable to read from: /etc/bumblebee/xorg.conf.d/xorg.conf.nvidia [22:47] http://paste.ubuntu.com/6851993/ [22:47] hitsujiTMO: Whoops haha. [22:47] unity wasn't working for a while so I logged into gnome3 for a while to fix it. [22:47] optirun: in that file uncomment the line: # BusID "PCI:01:00:0" [22:49] hitsujiTMO [22:49] hitsujiTMO, done :P [22:50] optirun: sudo service bumblebee restart [22:50] hello [22:50] optirun: or maybe: sudo service bumblebeed restart [22:51] http://paste.ubuntu.com/6852014/ [22:51] hitsujiTMO: Yup, its rendering. [22:52] hitsujiTMO: But now I have to run everything from the command line? Or can I make optirun default? [22:53] optirun: you can modify the .desktop files and prepend optirun to them. so edit the steam.desktop file and and make it: optirun steam [22:53] [22:55] 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.04 [22:57] k1l_ : hey, K... thanks for all you're doing, sincerely. i don't mean to be a pissbucket. [22:57] you're fighting the good fight. [22:59] [23:00] is so nice ubuntu [23:02] Ottawa University, or one of it's buildings anyways [23:02] robmillernow: i am fine, thanks. just focus on the goal, and not on the sometimes hard way :) [23:02] hello, (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 lirc [23:03] koalinux: the usb-plug does all the work? [23:04] k1l_, i have just plugged my mceusb and it works === GTB3NW is now known as GTB3NW_AWAY === Guest29306 is now known as pascal2 [23:14] Why would aticonfig claim it needs X running, when X is indeed running? [23:15] Guys, just got my new Laptop with Intel 4600 Graphics - can't install Ubuntu - getting black screen before install. can't find any solution [23:15] anyone had that issue ? [23:15] LadyBug: are you rinning it from tty1? or with sudo? [23:15] !nomodeset | ANN-TechCoder [23:15] ANN-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 parameter [23:15] Yeah. does not work :( [23:16] hitsujiTMO: From ssh session "DISPLAY=:0 sudo aticonfig --odgt" [23:16] LadyBug: use gksudo [23:16] ANN-TechCoder: what version of ubuntu? [23:17] 13.10 [23:17] is there any guide on packaging a GTK+ application so that Ubuntu and possibly other Debian derivate users can install/use it nicely? [23:17] Hi, if i have samba file sharing in other PC, how i add a map in my ubuntu? [23:17] to access [23:18] I knoew, it is a Intel Graphics issue. But there is no good info on the net. Nothing helped :( === whitenite is now known as zz_whitenite [23:24] hitsujiTMO: Well, gksudo doesn't help. The computer is headless, I have no monitor attached but I need X working. [23:25] LadyBug: what are you trying to do? [23:25] LadyBug: you need an xsession to run ati config. are you just trying to create an xorg.conf? [23:26] hitsujiTMO: No, I have a xorg.conf, but I need to use aticonfig, which needs X. [23:27] LadyBug: you you need to be running an xsession then. [23:27] Hey, 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] LadyBug: what are you using aticonfig for on a headless box? [23:27] Hi, 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] gordonjcp: I have a headless 12.04 mining rig and I need the ATI temperature sensors to work. Which needs X. [23:27] how i disable to not give that? becouse i think i will burn [23:28] hi [23:28] hola [23:28] LadyBug: sounds like a pretty hideous overhead for a temperature sensor [23:29] LadyBug: you need to be running an xsession anyway to mine on an ati gpu [23:29] gordonjcp: Well, all the mining is done in the GPU so the CPU is idle. [23:29] hitsujiTMO: Well, I have gotten pure mining to work without X, but not the temperature sensing in cgminer. [23:31] LadyBug: yeah [23:31] LadyBug: frankly ATI support in Linux is somewhat south of abysmal [23:31] LadyBug: is your setup something like this: http://silverlinux.blogspot.ie/2013/10/minimal-headless-opencl-cgminer-on.html ? [23:32] hello [23:32] am i here? [23:32] !topic | nixnine [23:32] nixnine: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic === patrick is now known as Guest3606 [23:33] a [23:33] hitsujiTMO: Pretty much. Base system 12.04 desktop, though. Drivers from AMD, version 13.12. [23:33] LadyBug: then its using an xsession [23:36] LadyBug: but run an xsession in vnc or something to use aticonfig [23:36] s/but/just [23:36] hitsujiTMO: ... 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] Now that I have the lightdm working, mining stopped working. [23:38] Hi. 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] LadyBug: 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:39] treehouse: you could run it in virtualbox, but that's not very efficient [23:39] need 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] especially when your hardware doesn't support it :3 [23:41] hitsujiTMO: 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. === ponbiki is now known as Guest62859 [23:43] I 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 hdd [23:43] and get ubuntu for life [23:45] this 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:47] funkster: You've got 2 devices routing 192.168.10.0/24 ... confusing the kernel. [23:47] guys, can anyone advise me some package to better manage my cpu temperature? (i'm on laptop) [23:47] funkster: Configure wlan0 to *not* set a default route [23:47] funkster: would that be in /etc/network/interfaces, or? [23:48] LadyBug: 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 temps [23:49] hitsujiTMO: Thanks for the hint, will do that tomorrow. [23:49] are wine-executed programs completely isolated? [23:49] need a recommendation on an ftp server [23:50] treehouse: no === Guest88921 is now known as Kihokki === Kihokki is now known as Guest40498 [23:52] hitsujiTMO: :( .. 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:53] Anyone know if there are precompiled current packages for running systemd on Ubuntu 12.04? [23:56] hitsujiTMO, 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] When 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:57] treehouse: nope. but i doubt skype would be doing nasty things anyway [23:57] sudormrf: fire away [23:57] litropy: You need to configure *only* the WiFi interface to set a default route [23:58] hitsujiTMO, 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:59] hitsujiTMO, I don't know if it means much, but yeah. that is what I have discovered so far. [23:59] sudormrf: have you configured sshd beyond the basics? [23:59] hitsujiTMO, I have not.