[00:01] thanks [00:01] sid_, There is the stack which gives you kernels up to saucy. Read carefully. https://wiki.ubuntu.com/Kernel/LTSEnablementStack [00:04] infinitux: you can check how your compiz is configured for window placement, run ccsm (if you have that installed) and look at the "Place Windows" entree > General .. maybe you can prevent this from happening [00:04] :D === zz__gypsy_ is now known as _gypsy_ [00:05] thanks [00:05] i'm guessing tinkering with the 'Multi Output Mode' will show you pretty much instantly .. test away :) [00:05] np === thyri0n_ is now known as thyri0n [00:06] irritating behavior what you described [00:06] yes. === jonathon is now known as Guest67686 === _gypsy_ is now known as zz__gypsy_ === dale is now known as luckyphuq === Thor|Away is now known as Thorium220 === Mars is now known as Guest53199 [00:32] how do i whitelist an ip address to access phpmyadmin via web? === newyearry is now known as erry [00:33] Shadowandlight: in the website config file? [00:36] hmm where? [00:36] im whitelisted in UFW [00:36] http://i.imgur.com/FvfD8mp.gif [00:40] How can I install libnl1-dev or libnl3-dev? when I try to install with apt-get, an error comes back with "unable to locate package libnl1-dev" [00:40] gh0zt: libnl-3-dev [00:40] gh0zt: or just libnl-dev [00:40] gh0zt: for 1 [00:43] tism: thanks man [00:44] raub: where in the config should i look for the whitelist === CyberJacob is now known as CyberJacob|Away [00:54] test [01:06] gh0zt, in future, just use: apt-cache search .. you can start with like: libnl .. and do on. [01:08] *so on .. === gumbotronix_ is now known as gumbotronix === zz__gypsy_ is now known as _gypsy_ [01:20] hey ..... I am almost done signing up for contribution, but I cant make the wiki page [01:20] it tells me: "You are not allowed to edit this page." [01:20] any idea how to solve this? === dziegler_off is now known as dziegler === dziegler is now known as dziegler_off [01:39] hello === _gypsy_ is now known as zz__gypsy_ [01:56] I'm doing an upgrade from 12.04 to 12.10... My upgrade seems to be stuck at "Processing triggers for man-db"... Is it normal to sit at this step for a really long time? How long should I wait? Is my installation hosed now? [01:58] shreezbot I would have stayed on 12.04 until 14.04 came out.. [01:59] Yea, I have a history of making bad decisions... [02:00] shreezbot, make sure no popups are hiding on the screen. [02:00] shreezbot: No it isn't normal... but before you do something drastic, open a terminal and check the log files being written by the upgrade process "ls -latr /var/log/dist-upgrade" for clues as to where it has got stuck === AndresSM is now known as AndresSM_away [02:05] shreezbot, just wait a little bit more [02:07] I can't seem to get lshw to output any information.... more exactly... it prints "PCI (sysfs)" and that's it. It seems to overwrite itself as if the termtype wasn't right or something... any ideas? === zz__gypsy_ is now known as _gypsy_ [02:10] apb1963: sounds like its ending lines with \r instead of \n for some reason [02:13] hitsujiTMO: You may be right... however "reset" doesn't help... here's the output of stty http://paste.ubuntu.com/6671247/ See anything? I'm still looking [02:14] apb1963: well eol is undefined [02:16] Just FYI, there was a hidden window that I could not see through VNC. I had to log directly into the box to see the hidden window asking if I wanted to restart... :) [02:16] apb1963: what terminal are you using? [02:17] hitsujiTMO: xterm... however, it also happens in a VT with linux term [02:17] apb1963: lshw does that while it is scanning... did you give it any arguments? [02:17] TJ-: I tried -class ... makes no difference with or without [02:19] apb1963: Are the pciid data files installed? [02:19] TJ-: no idea [02:19] TJ-: how can I tell? [02:19] apb1963: This might help give you a clue: "strace -o /tmp/lshw.log -f lshw" and then review the log-file from the last entries backwards [02:21] TJ-: http://paste.ubuntu.com/6671271/ [02:23] I see two interesting lines: ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 [02:23] and... [02:23] join #xkcd [02:24] apb1963: did you interrupt the running process there? [02:24] chdir("/sys/devices/parisc") = -1 ENOENT (No such file or directory) [02:24] TJ-: Yes [02:24] TJ-: Otherwise it just sits forever [02:24] TJ-: unless maybe I'm just impatient and need to give it more time? I typically wait about 10 seconds or so... maybe a little more. [02:24] apb1963: I'm comparing the log file with one generate here .... yours ends just after its finished reading the device descriptions... I see the exact same entries in my log-file... but yours stops just where mine goes on to start scanning the hardware nodes [02:25] apb1963: More time :) [02:25] how long? [02:25] apb1963: Hmmm ... 30 seconds? And run it with that 'strace' command again so we can review what it was doing [02:26] ok, i'm running it... let me know when you feel it's been long enough :) [02:26] Hmm. I think it may be working... I was just impatient.... and/or something else knocked it loose === Mars is now known as Guest23232 [02:27] apb1963: it just completed its output, here [02:27] yah, I just didn't give it long enough. Sorry guys [02:27] apb1963: :p [02:29] ok back to deboostrap :) [02:36] * cfhowlett observes that the channel is abnormally quiet ... suspects alcohol related lethargy [02:39] hi [02:39] Neytiri, greetings [02:39] how would i specify what ip address to use on a multiple ip system that does redirection and nat [02:42] id address for what exactly? [02:42] ip* [02:43] well i have 4p public ip addresses [02:43] and i want to foward traffic on a specific port on address1 to another server [02:43] ok, what do you exactly want to specify an ip for and is this a ovh/kimsufi server? [02:44] its a ovh server yes [02:44] :) [02:44] i am using it for ddos protection of my minecraft servers [02:44] iptables -t nat -A PREROUTING -p tcp --dport 25565 -j DNAT --to-destination 2.4.5.8:25565 [02:45] that will forward for all of the address on the box [02:45] how do i specify jsut 1 [02:46] Neytiri: if its all the one server then its not going to prevent a ddos attack. but ovh typically have a good enough infrastrcture to minimise ddos attacks at least [02:46] i have multiple servers ad different locations [02:46] jsut the 1 with ovh that i want to route through for ddos protection [02:48] Neytiri: have you configured you network interfaces yet? [02:49] yes [02:49] the rule i posted works but it does it for all ip addresses [02:54] Neytiri: you prob need to specify the external address with -d [02:55] Neytiri: this might be of help http://thejimmahknows.com/nat-dynamic-nat-nat-overloadingmasquerade-with-iptables/ [02:57] i'll try that === _gypsy_ is now known as zz__gypsy_ === Mars is now known as Guest14306 === dziegler_off is now known as dziegler [03:28] how can i convert a pdf to ascii on ubuntu? [03:30] http://manpages.ubuntu.com/manpages/saucy/man1/pstotext.1.html zh1 === dziegler is now known as dziegler_off [03:36] zh1: xpdf package has pdftotext [03:37] wich one is better? [03:37] i need a pdf to ascii [03:37] !best|zh1, [03:37] zh1,: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [03:38] try them and see zh1 [03:38] how can i see what i dont know [03:38] ASCII is text [03:38] zh1, go to software center, find, install ... [03:38] http://manpages.ubuntu.com/manpages/saucy/man1/pstotext.1.html <--- read the link and try it zh1 [03:39] ascii is not pure text [03:39] hey you guys. ive generated pub private key pairs before with ssh-keygen util . however, im now doing the same thing with putty gen, and the resulting files i saved, i named id_rsa and id_rsa.pub ; however, the format looks a little different than what im used to. can i just cat id_rsa.pub > authorized_keys ? or will it break? [03:40] zh1: ascii is text, some ascii is not printable, but it is Text. [03:43] 'llo all.I'm having a little trouble trying to open an OpenOffice-Base file in LibreOffice. I'm just getting a dialog box that says "General Error: General Input/Output" [03:43] ... and that's it. [03:44] hexacode: putty/filezilla uses its own format. putty gen can convert it you ask it nicely enough. http://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygenwindows-into-key-pairs-use [03:46] The strange thing is, I can open the file fine in Windows OpenOffice. [03:50] happy new years peace be with ubuntu for the good of all people thank you [03:55] Looking for a point in the right direction, I have an Ubuntu server with Apache2/PHP5/Postfix, when I run the mail() function in PHP I get the error "sh: 1: /etc/postfix: Permission denied" Any chance you folks know what exactly is producing the error? [03:56] !server|Zephree, [03:56] Zephree,: 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 [03:57] Zephree seems like the user running the php script (webserver?) doens't have permission to run postfix [03:57] Viking667, Have you tried saving it in another format? open office and libreo or pretty close to the same in areas the windows version to ubuntu's libreo seems to be a problem. What is your attachment to these docs? [03:58] aaas: Any pointer on how to check this? [03:59] Zephree run the php script from the command line as a user and then as root see if you get a different error message, not s ure? [03:59] aaas, Got it, thanks [04:01] Zephree: also php uses the sendmail command, so check if thats working too [04:16] LIST [04:17] Beldar: sorry, I got a little lost there. I've been using Libreoffice on the files back in Ubuntu 12.04. [04:18] Then I used OpenOffice in Windows Vista... saved it back to the Ubuntu drive. Then I upgraded LibreOffice (and the whole of Ubuntu) to 13.10. [04:18] ... the 13.10 version of libreoffice can't open the file, yet the Vista version of OpenOffice can. === miliear_ is now known as miliear1 === onder`_ is now known as onder` [04:30] What would cause a do-release-upgrade to crash the packaged version of firefox? if i get an ftp version it works fine out of the box. but the packaged version still crashes at app boot. === jack is now known as Guest37862 === Mars is now known as Guest71693 [04:36] happy new years faggots [04:36] ^^: [04:37] awktion, there are pills for your condition ... [04:38] cfhowlett: unfortunately i quit doing drugs [04:38] yeah, ain't no drugs for stupidity. [04:38] otherwise you'd be on it [04:38] * Viking667 waves tarrah. [04:38] nice comeback... [04:39] pity you're talking about your self... [04:39] that's all u got? [04:39] lame. [04:39] go use debian or something. [04:39] Viking667, he's not stupid, he's suffering from advanced cranial-rectal inversion. [04:39] lets get back on topic please [04:39] bazhang, aye. === fenris- is now known as fenris === fenris is now known as Guest64590 === Guest64590 is now known as ejat [04:44] Hey guys !!! [04:47] daniko_, greetings [04:50] What's the difference between "apt-get install grub-pc linux-image" and "grub-install /dev/sdc && grub-install –recheck /dev/sdc && update-grub" ?? [04:51] hi for some reason I just can not get my screen to stop dimming after a certain period of time. I'm running 12.04 with cinnamon as the DE. [04:51] close [04:52] tried looking in dconf-editor and using the gui options to disable the screensaver, etc. I don't want the screen to dim or go to the screen saver at all. [04:52] apb1963: "grub-install /dev/sdc && grub-install –recheck /dev/sdc && update-grub" will fail if you don't have a kernel or grub installed. It installs the grub bootstrap to /dev/sdc and updates the grub config "apt-get install grub-pc linux-image" installs grub2 and the kernel [04:53] athene_noctua: settings -> brightness & lock. disable dim screen to save power === miliear_ is now known as miliear [04:56] hitsujiTMO: I've already tried disabling everything in there : ( [04:56] hitsujiTMO: OK so if I run "apt-get install grub-pc linux-image" don't I still need to do "update-grub"? [04:56] hitsujiTMO: also looked under power setting and have it set to suspend "never" [04:57] apb1963: no. grub-pc installs apt hooks that will call update grub after [04:57] athene_noctua: not sure then. first person i've heard of with such an issue [04:57] hitsujiTMO: ok cool. So how do you know this? I was unable to find info. like that. [04:58] apb1963: from doing a hell of a lot of debootstrap installs [04:58] haha [04:58] the hand of experience. [05:00] well i'm finally nearing the end of this process.... wasn't too hard === Jan11 is now known as ON1 [05:00] apb1963: you can also look at the config and post install scripts for grub-pc in /var/lib/dpkg/info if you want to see exactly what it will do === Sleepnbum is now known as Guest24163 [05:01] cool. thank you [05:08] hitsujiTMO: "it is possible to install GRUB to partition boot records as well, and some appropriate partitions are offered here. However, this forces GRUB to use the blocklist mechanism, which makes it less reliable" It gives me a choice of: sda, sdc and sdc1... sda and sdc would be the partitions it does not recommend... yes? so my best choice is sdc1, the root fs for the new disk I'm installing to? [05:11] how many of you are not English native speakers? [05:11] literally nobody [05:12] hitsujiTMO: it's weird, I'm not sure if it's settings that are present in unity conflicting with cinnamon or what . . . I've tried everything I can find in dconf-editor [05:12] apb1963: installing to a partition is of no benefit. the bios will only start booting from the first bit on the hdd. And installing to a partition who's filesystem uses the first sector (which i'm pretty sure all do) will break that filesystem [05:13] willbradley, Is English your first language? [05:14] yup [05:14] ouyes, and your point is? [05:16] kostkon, my point is UBUNTU ARE MAINLY BUILD FOR ENGLISH OR PEOPLE SPEAKS ENGLISH. [05:17] all programming is mainly english [05:17] Linus Torvalds is Finnish but writes in english [05:17] hitsujiTMO: OK but my question is in regard to verifying that sda and sdc are in fact the partitions; and therefore my choice should be sdc1. Am I understanding this correctly? [05:17] uhh [05:18] ouyes > French here (: [05:18] apb1963: sda and sdc aren't partitions. they're drives. sdc1 and sda1 would be partitions. you install grub to a drive not a partition [05:18] ouyes: Ubuntu might be english by default, but there are full translations available for many languages. [05:19] There are also many support channels out there for non-english speakers. [05:19] ouyes: some apps are written primarily in other languages and translated to english [05:19] hitsujiTMO: OK... that's more clear. So sdc1 would have been the wrong choice. Thank you for the clarification. [05:19] apb1963: np [05:19] Robipo, ok, I read an article about a comparison between elcosystem of ubuntu and macbook, the author is the developer of gnome3 [05:20] Pici, yeah, I agree, but when you update something, it is english [05:22] anyone know what the latest support level is for a radeon HD 7790 under ubuntu is like? i've heard it doesn't work very well at all. i have one, and i've got some drivers that basically work but it's pretty slow and things crash a lot. [05:22] u need an ubuntu edge [05:23] Robipo, how do you learn English? === dziegler_off is now known as dziegler [05:25] you guess [05:25] I learned it at school + playing video games + programming + watching english tv shows [05:25] Gallomimia: should be ok as of sept https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1209397 [05:25] Ubuntu bug 1209397 in xserver-xorg-video-ati (Ubuntu) "[radeonsi] radeonhd "southern islands" 3d hardware acceleration" [Undecided,Fix released] [05:27] Gallomimia: might be a good idea to checkout kernel 3.12 too. supposed to be a lot of radeon improvements there [05:31] hitsujiTMO: this is where i get lost. managing packages adding repos and getting a newer kernel is stuff i haven't learned yet. mostly i'm at a loss as to where to learn this stuff. care to make a suggestion?? [05:31] !kernel | Gallomimia [05:31] Gallomimia: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [05:32] Gallomimia: getting the latest mainline is pretty easy: https://wiki.ubuntu.com/Kernel/MainlineBuilds [05:32] Gallomimia: just 3 debs to wget and install [05:33] is it possible to put together pdf files using some ubuntu software? [05:34] researcher123, you mean join/merge them? [05:34] cfhowlett: yes [05:34] researcher123, thereis a linux utility for that - wait one [05:34] !pdf [05:34] The Portable Document Format is created by Adobe; PDF files are viewable in Ubuntu with Xpdf, Okular, Evince and also Adobe Reader (free download, but closed source) [05:35] i'm interested in that as well researcher123 : http://www.ubuntugeek.com/list-of-pdf-editing-tools-for-ubuntu.html === dziegler is now known as dziegler_off [05:35] researcher123: you can use pdftk on the commandline or pdfshuffler if you want a gui application [05:35] !cookie|knightshade, thank you [05:35] knightshade, thank you: Wow! You're such a great helper, you deserve a cookie! [05:36] yummy [05:36] I make a face like a helmet [05:38] knightshade: Cant join in pdfshuffler [05:39] which softwears are you use on ubuntukylin.. [05:40] xiang_, kylin uses any/all software in the ubuntu software center. what are you trying to do? [05:40] !cn|xiang_, [05:40] xiang_,: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [05:42] hi guys [05:42] bhldev, greetings [05:42] my skype for linux keeps crashing is there any ubuntu specific issues or should I go to skype forums/channel [05:42] bhldev, start with the skype forums [05:43] 如欲獲得中文的協助,請輸入 hoa [05:44] many Chinese [05:44] ouyes, ??? is that a question about ubuntu ??? [05:44] researcher123: you can. open the first pdf, then click import and import the next file. === AndresSM is now known as AndresSM_away [05:45] wow [05:45] knightshade: ok.thanks [05:46] researcher123: you're welcome [05:47] cfhowlett, no it is not === kevin is now known as Guest91988 === thedee is now known as TheDee [05:51] anyone familiar with imagemagick, i cant get it to convert JPG to PDF and keep the right resolution no matter what, -dentist -geometry -page -unit - nothing seems to work [05:53] Hello All. [05:57] hitsuji said 3 .deb files to get newer kernels but i only found image and headers for this kernel :/ [05:57] mobi323, greetings [05:59] oh well. here goes. if i return on my laptop instead of this desktop, we all know it went badly :/ [06:01] im new to ubuntu and im curious why synaptic does not come preinstalled anymore?Is it because of the Ubuntu Software Center? [06:03] Gr4cchus, yes [06:05] s [06:07] oh. that's unfortunate [06:08] got the new kernel working... boot went alright. got a login screen. typed my password and i saw two instances of "report a system problem?" in the upper left corner, followed by a completely black screen, no mousepointer === Gallomimia_ is now known as Gallomimia [06:10] hi guys I got this error msg when I was updating Failed to fetch gzip:/var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_source_Sources Hash Sum mismatch [06:13] whats the differenct of debian binary packages and ubuntu binary packages, both are .deb but there's the option to download for debian and a option for ubuntu [06:13] jj_: one is for debian, the other for ubuntu. using packages for different distros will lead to trouble [06:16] but theyre all .deb D: [06:16] indeed they are [06:17] hm. same format of file, different dependencies? [06:18] is GDebi a good program to have incase one has to install some .deb file [06:18] should be installed by default [06:19] hmm, maybe not [06:19] Gr4cchus, .deb installs quite easily: sudo dpgk -i filename.deb [06:19] i'm looking for suggestions: i installed kernel 3.12 and rebooted. after a normal looking login screen, i'm now seeing a totally black screen. there were two windows about reporting errors but closing them has left me seeing nothing. perhaps i need to remove catalyst drivers or something? i'm trying to get my radeon HD 7790 to work properly. it was functional but flakey before [06:20] i tried searching for it through my terminal with find GDebi / and now my terminal is freaking out [06:21] must of choose a crap way to look for it [06:21] you should probably use find / -name GDebi instead [06:21] Gr4cchus, apt-cache policy gdebi [06:22] Installed: (none) . So i guess now [06:22] how would some one generate keys for /etc/openvpn/keys [06:28] how should I generate keys for /etc/openvpn/keys/ [06:31] hello all. I changed my dpi to accomodate a large tv display. I noticed the dpi didn't change in firefox or netflix desktop then i noticed audio wasnt streaming through hdmi when watching netflix or you tube. does anybody have any solution to change firefox dpi specifically. [06:32] or why it isnt be affected by the dpi change through terminal. [06:36] quiet tonight. happy new years. [06:37] Hello [06:37] Riptide, greetings [06:42] i think the best way to celebrate the new years is to play a game of chivalry together and decapitate the enemys limbs inches away from yourself, close enough to see the whites of their eyes === duoi is now known as Beca_ === Beca_ is now known as tintintin === tintintin is now known as DUOI === DUOI is now known as duoi [06:48] Hello, happy new years. [06:48] maxh76, greetings [06:48] Happy 2014 cfhowlett [06:49] maxh76, and you. what's the ubuntu query? [06:49] My ubuntu question? [06:49] maxh76, yes [06:49] Oh, I just came to say happy new years. :P [06:49] :0 [06:50] Is that a bad thing? [06:50] OK [06:50] maxh76, nope. thank you very much. [06:50] You're welcome, I hope you have a great day and rest of the year. [06:50] * cfhowlett gets warm fuzzy feelings [06:51] :) Hehe, warm fuzzy. I like warm fuzzy blankets. [06:52] happy new year! [06:53] Happy New Year Paulyoung. [06:53] thank U [06:53] You're welcome, and thank you. [06:55] ? [06:55] Whoops, sorry. [06:56] what wrong [06:57] Nothing, I was looking for help commands.. Couldn't find them.. === hub is now known as Guest29524 [07:18] Does anyone know how to make it not ask for a password after leaving the computer for a while? [07:24] stewieY: it depends on which desktop environment you are using. [07:24] stewieY: under basic ubuntu it's under your options, security [07:25] system settings or whatever it's called? [07:25] i think getting additional help with my video drivers conflict under new kernel is fruitless tonight :/ === dziegler_off is now known as dziegler [07:35] Gallomimia, expecting critical analysis on New Year's Day is ... a rebuttable presumption === dziegler is now known as dziegler_off [07:36] it's still nye :P [07:38] Gallomimia, my point stands, then. :) [07:38] anyone running ubuntu on a surface/surface pro? [07:38] !touch|able, [07:38] able,: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [07:40] able, as I suspected, the list of supported devices is short and specif: nexus. Not to say surface won't work but you should consider such to be experimental at best [07:41] why does copying files to usb take so long? It will start out really fast then come to a crawl after a few seconds. [07:41] i was asking to check if any surface users have managed to get their cover/keyboards working [07:42] https://bugzilla.kernel.org/show_bug.cgi?id=64811 [07:42] bugzilla.kernel.org bug 64811 in Input Devices "Microsoft Surface type cover 2 assigned to hid-multitouch, "No inputs registered"" [Normal,New] [07:42] it will start out at like 30mbps then slow all the way down to 6mbps === chrisward is now known as Guest71778 [07:46] whats up [07:47] cfhowlett: well buddy i uninstalled fglrx and related, rebooted, and i can see desktop. the cursor is a bit messed up, and fonts look funny, but at least the computer is usable. now to test it with a game :) [07:48] Gallomimia, best of luck [07:48] The surface type cover works during install but there is no input after reboot/first launch. can i make grub fall back to the same HID paradigm as setup? [07:49] are you enabling on screen keyboard in the system settings? [07:50] im not using an on-screen keybaord [07:50] keyboard [07:53] the keyboard is embedded in the cover. works fine during in install, not so much so after booting the installed isystem [07:53] so i need to tell grub to use that failsafe usb/hid paradigm that setup uses [07:54] the bug has been there since kernel 3.11 [07:54] Having a kernel panic with 13.10 usb stick install on my MSI GT60 laptop [07:54] I've got bios set to legacy, fast boot disabled, latest bios... any ideas? [07:55] oh, and Windows 8 is already installed, wanting dual boot [07:55] aw. looks like my game is running in cpu-rendering mode :( [07:56] well, i need new versions of the video drivers i think [07:56] Phlow, try remaking the usb. Sometimes they can get messed up while being made, not all the information gets transfered over. [07:56] Phlow, how does this happen? [07:57] Phlow, I believe if you want to dual boot, you need to have the computer in UEFI mode. Windows 8 won't boot in Legacy as far as I know. [07:57] If I'm wrong someone correct me [07:57] I'll set it back to UEFI after, but I can't boot to USB with UEFI enabled [07:58] able, I get a screen with some a couple symbols at the bottom (looks normal), then the screen goes black and a moment later a kernel panic [07:58] then something else is the problem, you should be able to boot Ubuntu un UEFI just fine [07:58] my usb flash goes right to Win 8 installer if I set UEFI [07:59] The usb flash was made with the windows usb flash, then I used YUMI to add ubuntu 13.10 iso [07:59] has worked in the past [08:00] I'll try to redo the ubuntu iso in YUMI, but I think it's something with the laptop [08:00] since that's what's new [08:01] Ok, keep us updated [08:01] try remaking the install media, if that fails try a different media [08:01] Phlow: change the iso on the setup USB and try again should be working then I had the same problem [08:02] paulus68, change the iso as in redo, or a different iso? [08:02] Phlow, remake the usb, if that usb isn't working try a different usb flash drive [08:02] phlow: remove the iso from the usb setup and re add it again [08:03] k, redownloading... [08:03] in the meantime, there's mention in this thread of an issue with kernel 3.11 and kernel panics: http://www.reddit.com/r/Ubuntu/comments/1scmzb/install_ubuntu_1310_on_msi_gs70/ [08:03] not a problem with 3.08 or 3.12, heard anything about that? [08:04] 13.10 runs Kernel 3.11 [08:09] hello everyone === administrator is now known as Guest57085 [08:10] Guest57085, greetings [08:10] thanks [08:10] anyone in china? [08:11] Guest57085, yes why? [08:12] i m in china [08:12] Guest57085, what is your ubuntu question? [08:12] how to install oracle in ubuntu [08:12] !oracle [08:12] yes [08:13] admin, please change my dickname [08:13] !nick|Guest57085, [08:13] Guest57085,: Your nick is how people know you on IRC. Please don't change your nicknames too often (use /nick newnick), or it creates a lot of confusion. You should also !register your nick with freenode. [08:14] ok [08:14] Guest57085, https://community.oracle.com/message/11094149 === Guest57085 is now known as Osama === Osama is now known as Liumeng [08:15] i have changed to Liumeng [08:15] Liumeng, I've no oracle experience but it seems to not like ubuntu ... perhaps in wine? [08:17] Liumeng,https://community.oracle.com/message/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=oracle+ubuntu [08:17] Docs about how-to on Redhat can be found in Orcle.com [08:17] but not in ubuntu === Guest71778 is now known as chrisward [08:23] Administrators? [08:23] is there? [08:23] FloodBot1 [08:23] Liumeng, what can we help you [08:25] would you please give me a few bitcoins? [08:25] !ot|Liumeng, [08:25] lol [08:25] Liumeng,: #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! [08:26] are you robots? [08:27] or a person? [08:27] lol [08:27] Liumeng: sure. [08:27] ? === domino is now known as Guest92094 [08:32] yo what was the name of that sophisticated text editor made with java and has "incredibly cool" features ??? [08:32] just remembered.... thanks anyway [08:33] hi [08:33] hello [08:34] llutz, Hello [08:36] q0: what was it? [08:37] sublime text, i was just wondering if i could get that minimap thingy in my own editor [08:37] wow === Guest37862 is now known as mrJack [08:40] hn.. would you please suggest a PHP ide on ubuntu [08:40] ? [08:41] bye... friends [08:41] i ll be back a few minutes [08:42] lol [08:43] bye ... liuemeng [08:46] so I entered a contest to win a new laptop. Hope I win it. [08:46] lol [08:46] it's a Lenovo Yoga 13 [08:47] There were about 350 tickets sold for it, I bought 9. [08:48] the contest ended yesterday, the drawing is tomorrow [08:51] thom_r: how much was one ticket? [08:52] aeon-ltd the contest is over [08:52] the drawing is tomorrow [08:53] Still getting a kernel panic with a fresh iso [08:53] wow [08:53] did you use the same program to make the live usb? [08:53] thom_r: if the price was a dollar each, $350 for sure fire win, assuming this was better than a pentium/celeron (haswell or ivy) then you should have bought all the tickets [08:53] yes, YUMI [08:54] Phlow: did you md5sum the iso? [08:54] aeon-ltd, there were like 1,000 tickets. It is like an $800 laptop. I wasn't going to buy all the tickets. If I don't win, then I don't win. [08:55] !offtopic [08:55] #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! [08:55] lol [08:58] Hello. I have a question regarding terminal command 'file' [08:58] "otr set/" [08:58] msn [08:59] ? [08:59] !details | clypso, [08:59] clypso,: 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 ..." [08:59] willbradley, matches [09:00] I have a problem with the terminal command 'file'. I am trying to view a JPG file but when i type file bob.jpg it only shows me that its a JPEG image data, JFIF standard 1.01. Im cerious on how to view the file visually [09:01] du / [09:01] clypso: "file" only tells you about the file, it can't view anything [09:02] Hm. So how would i open the jpeg via terminal ? [09:02] how can i get ubuntu's source code [09:02] clypso: like view it in terminal? you can't really [09:03] so via terminal you cant type a command that would open up the JPEG file ? Not just in a bunch of text [09:04] clypso, gnome-open .. xdg-open ... eog -f etc etc [09:05] Like gnome-open ~/Pictures/1.png .. .. .. [09:05] Now would these commands work in most linux operating systems ? Or is this something you must add to it. i see i must install it. So typically if i was in some unix based operating system there would be no viewing it. Plus it wouldnt be GUI so how could i right ? So only viewing it in text is possible thru tterminal without additional installations [09:05] SaberX01: those are all gui [09:06] Ok. makes sense [09:06] Of course, you cant' open a binary picture in the terminal. [09:06] i mean, there are ways, but none are good [09:06] what about executing a script ? or any other type of file ? [09:07] Unless your talking about image-magic or other rendering apps, that's different. [09:07] clypso, your trying to view the file visually, or modify the file? [09:07] Perhaps both [09:08] lol [09:08] Im really dissecting terminal commands and getting to understand Unix in general. Making a switch from windows [09:08] It's quite different [09:08] this isn't unix [09:08] !source|Liumeng, [09:08] Liumeng,: You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [09:08] Hm. WHats the difference then between linux and unix ? GUI ? [09:09] and if you're switching from windows, you should install yourself a desktop [09:09] unix and linux are very different [09:09] Yea i dont want to add anything extra i just want the core of it all and the commands that would work univeraslly on any linux/unix machine [09:09] !unix [09:09] UNIX is an operating system created in the '70s, which has many direct derivates and inspired systems like Minix and !Linux. Most "UNIX-style" systems try to somewhat adhere to the POSIX standard. [09:09] Linux and Unix are not the same thing [09:09] !mini|clypso, [09:09] clypso,: 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 [09:09] clypso, you can't view binary images in the terminal itself. Image processing and rendering are two different things. [09:10] True. What about executing a file ? [09:10] it's so hard to read English docs [09:11] Like a homemmade script i made. Would i just type the script name in and it will execute it ? As long as im within that directory [09:11] clypso, yes, many ways of doing that, depending on what your wanting to do. [09:11] !manual | clypso [09:11] clypso: 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/ [09:11] gnome programs for older usb mobile modem is not work anymore [09:12] Im at linuxcommand.org and its a tutorial on the terminal. I just wanted to know this paticular subject [09:12] Im going through it and it didnt elaborate much so i decided to ask yall. [09:12] :q [09:13] clypso, also ahve a look at: http://mywiki.wooledge.org/BashFAQ .. and .. http://mywiki.wooledge.org/BashGuide [09:13] Ok thank you saberx01. [09:14] clypso, while bash is only one language used in the terminal, it's a good start, Perl, Python, Ruby .. loads of others as well. [09:14] I had this idea that all unix/linux had the same commands in their terminal [09:15] Or at least a set of commands thats universal between them. I know some will have extras [09:15] There's build in shell commands / bulletins also .. [09:15] *built [09:16] clypso, for Ubuntu, it's Bash ->> Dash etc. that's why those Bash guides are useful. [09:17] Yea im going to read the whole thing and study it. Very useful thank you. [09:18] clypso, you might also want to check out fullcircle magazine. they've done several programming language series over the years [09:18] clypso, http://fullcirclemagazine.org/downloads/ and, of course, ubuntu user magazine thought that one does cost actual money [09:19] Yes, and the Linux Journal .. I have no of idea how many languages capable of running in the shell, but it's allot. [09:20] s [09:20] ss [09:20] ss [09:20] ss [09:20] pc: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [09:20] !manual | clypso Good Source of Basic Info [09:20] clypso Good Source of Basic Info: 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/ [09:22] Yeah im trying to get to the point where i will no longer need a GUI . Only straight commands. And i want to be able to get on any unix or linux machine and be able to not use GUI. It sounds like alot of work but im up for it [09:22] well, 13.04 works (with nomodeset to get past issue with optimus black screen)... clearly it's a 13.10 kernel problem [09:22] clypso, suggest you install ubuntu-server and work from there ... [09:22] clypso, Under Advanced Topics on the ubuntu-manual is whee the Terminal / CLI stuff is. [09:23] *where [09:23] +1 on ubuntu server === dziegler_off is now known as dziegler [09:29] Ok. THank you for the help. Goodbye [09:29] Q: Where are smb:// locations mounted to? [09:31] ekam, they are defined by you, via file share or manually by setting them up in the samba config. [09:33] ekam, Everything you want to know, and more: https://help.ubuntu.com/community/Samba [09:33] SaberX01: I appreciate the help, thanks a lot === dziegler is now known as dziegler_off [09:41] How to repack installed package, back to "something.deb"? [09:42] !packaging [09:42] The packaging guide is at http://developer.ubuntu.com/packaging/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring [09:45] ... [09:48] #kde [09:48] Just curious, anyone here using Keychain as an ssh/gpg agent? [09:49] No @Saber [10:09] happy new year!!! [10:10] HNY ! [10:12] SaberX01, how is 14.04 running? [10:13] thom_r, very nice, couple mnor things, but overall, Im pretty impressed with things, especially since it's still A1 stage. [10:14] that's good to know. I'm looking forward to the final release [10:14] thom_r, I only install LTS, so I'll run 12.04 until 14.04 comes out ... xmas! [10:15] cfhowlett, thom_r Im on 12.04 right now as well, I only installed 14.04 as it's the next LTS, but I can say, it's noticeably faster in the DE. [10:15] I had 12.04 installed, and decided to install 13.10 when it came out. I'll stick with 14.04 after it comes out [10:16] All my servers are still 12.04, this Lappy 12.04 w/Dual boot side-by-side 14.04 install. [10:16] SaberX01, nice. little different here as I'm on Ubuntustudio which is based on Xubuntu. Still, I am looking forward to great things. [10:17] SaberX01, how many servers do you have? [10:17] I've not tried any of the 13.x series other than doing ubuntu-qa testing. [10:17] thom_r, At home, 6 .. at work, allot. [10:18] I just have my laptop. I'm getting married in a few months. I would like to set up an email server after we're together [10:18] thom_r, have 12.04 server on an HP-Mini, VIA C7 single core .. :-) runs all my VCS (bzr, hg, git, svn) etc. [10:18] nice [10:19] The server installs are my fav by far, that + tasksel adn can get whatever I want. [10:19] is it possible to have a tower as a media center and email server at the same time? [10:20] Definately. [10:20] thom_r, sure, so long as your hardware can handle the load [10:20] Relly depends on how many users are hitting the server at one time, but one both can have loads of servers on it. [10:20] ok [10:21] *one box .. [10:21] it will just be me and my wife hitting the server. [10:21] Run just abotu whatever you like then. [10:21] when that day comes I will need help setting it up [10:21] But I will say, Devcot + Postfix is not for the faint at heart .. that's setup is no joke. [10:22] thom_r, Start reading now then for the Email server, that's probably the hardest of all servers, that or maybe Bin9 aka DNS .. [10:23] *Bind9 [10:25] thom_r, Here's a short how too: https://www.exratione.com/2012/05/a-mailserver-on-ubuntu-1204-postfix-dovecot-mysql/ [10:25] thanks [10:25] Dont thank me yet, you not looked at it .. LOL [10:27] thom_r, the introduction states: Building a Linux mailserver from scratch to your own liking is a painful process unless you happen to be one of the few folk who do that day in and day out - there's no way around that fact. [10:27] I'm browsing it now [10:28] this sort of information will be good to know [10:28] I bookmarked it [10:28] Indeed, he goes into allot of detail .. where allot of the other How-To's do not, + has Spam and antivirus stuff too, which is a must really. [10:28] Any ideas where to start with not working bluetooth on 13.10 ? [10:29] !bluetooth [10:29] For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [10:29] I was too slow again !! [10:30] SaberX01, it's all in the wrist [10:30] Indeed :-) [10:31] hello [10:31] please help me [10:31] what is your problem [10:31] i have some problems with config the snmpd to be accesibile from outside [10:31] i have configure the firewall, i have remove 127.0.0.1 from default/snmp [10:32] also i have create a new comunity with the ip of the external server [10:32] but still nothing [10:32] i can't access the server from outside [10:33] soulraven can it be that your router prevents access to your server [10:33] i don't hve any router, i am on dedicated server [10:34] ok was just a thought [10:34] cfhowlett, yea that one is nice, but when it's not woking what to do :) [10:34] i don't have output on hcitool dev [10:34] SoulRaven, your dedicated server is at home or is it one your rent somewhere? [10:34] however the device is visible on lsusb [10:35] http://bin.cakephp.org/view/1438214017 [10:35] rented [10:35] and I can see it in hciconfig [10:36] Hi All and Happy New Year [10:36] SoulRaven, and how are you trying to access the Server? [10:36] patthebaker, hello [10:37] I need a little bit help to understand and setup one thing [10:37] ok [10:37] i havbe setup a VPS for learning [10:37] i have instelled LAMP and FTP [10:37] all is ok so far [10:38] http://bin.cakephp.org/view/1601619477 [10:38] i have instelled wordpress but when i want update wordpress i need to provide FTP details [10:38] how to setup my server so i don't have to do this [10:39] SoulRaven, those are routing tables. How are you trying to connect from outside ? [10:39] snmpwalk -v2c -c public my_snmp_ip [10:41] SolarisBoy, sri, but I've not used SNMPWALK before, for that you many need to ask in #ubuntu-server. [10:41] SoulRaven, that was for you .. not SolarisBoy .. my bad. [10:42] patthebaker, how do you want to update your Wordpress ? [10:43] hi [10:44] SaberX01: is that IP directly connected to the internet or is there an intermediary device at your hosting site? (ip of the server running snmp). [10:45] SolarisBoy, He said it's a rented server, so Im assuming it's an external IP from somwhere. [10:45] is it possible to just import the existing linux encrypted lvm partition information and using that info install ubuntu on that encrypted lvm? without damaging any data in /home? [10:45] SolarisBoy, This not my issue, was SoulRaven having the problem. [10:46] SaberX01: yep just noticed. - that was for SoulRaven [10:46] Sometime not a good idea :-) [10:46] SoulRaven: is the external IP the IP of the server or is that just being routed through NAT or something (likely case)? [10:47] He was in #ubuntu-server asking a moment ago. [10:47] if the latter are you certain that there is an allownace on the f/w for SNMP communication? [10:47] ahh === hub is now known as Guest73828 [10:48] Abhijit, while it may be possible, I'm not sure of the sucess rate, Iv'e never tried to do that, especially with encrypted partitions. [10:48] ok [10:48] hi there, anyone else's unity panel clock gone, since the year changed, restarting the unity panel services does not work anymore [10:49] Abhijit, I would set up the new drive on it's own, then do an rsync / zsync using the access credentials to get the data. === CyberJacob|Away is now known as CyberJacob [10:50] So I have a 5 disk RAID5 array that is currently rebuilding at 36M/sec, which seems slow to me. I've set the read-ahead to 32MiB, the strip_cache_size to 32768, the speed_limit_min to 100000, max to 400000. I have tried disabling NCQ on all the drives in the array, but 36M/sec seems the most I can get. Anything I'm missing? [10:51] ServerSage, HW or SW RAID? [10:51] SaberX01: mdadm SW RAID [10:52] Still seems slow though .. [10:52] i've been having the same problem with my mdadm raid5 [10:52] andyfied: I guess misery loves company. Hehe. [10:53] Anybody know if you can enable bitmap on a live array while it's rebuilding? :) [10:53] i've had other issues with segfaults so it's low priority :p [10:54] ServerSage, Actually, having said that, 36M/second, is like 2100+ MB per minute, that's not too bad really on a rebuild. [10:55] SaberX01, ok. thansk. [10:55] ServerSage: i think it's not so bad for a rebuild, but that's also me read speed where the single OS drive happily reads 100/s [10:55] I've tested mdadm offline, all my real RAID arrays are HW arrays. [10:56] SaberX01: It's a home server, HW RAID would be silly over kill. lol [10:56] LOL well MegaRAID cards pretty cheap these days [10:56] But yes, point taken. [10:57] SaberX01: if i want update wordpress OR install a plugin on wordpress or do any work on any CMS i need manually give FTP detail. On my sharing hosting i don't have to do this [10:57] can one help me in understanding the difference between... Ubuntu / Debian / Linux / Unix... [10:58] SaberX01: Your idea of "pretty cheap" and mine must be vastly different. [10:58] yudhi, Ubuntu is based on Debian, which is a Linux operating system. Unix is something different. [10:59] @thom_r thanks.. [11:02] ServerSage, I'ts all relative I suppose .. : -) [11:02] Hi there. [11:02] patthebaker, I do my updates etc on my home dir, then copy them over and change permissions, then use WP for updates after that. [11:03] punzilla, greetings [11:03] Can you help me, I have 50 messages "http cache starting" with ubuntu server. how to remove it? [11:03] SaberX01: True, a MegaRAID controller is cheap compared to a maserati. [11:03] happy new year all, I need some assistance with my joypad please. [11:03] Today I have purchased a steam game 'Mark of the Ninja'. [11:03] Utopu: Where do you have those messages? [11:04] and it is compatible with the X-box controller (which I have a Logitech Rumblepad 2). [11:04] bekks: in messages at boot [11:04] patthebaker, something like: sudo rsync -avP ~/wordpress/ /var/www/ .. then ... sudo chown www-data:www-data * -R && sudo usermod -a -G www-data [11:04] Utopu: Sounds like you have a squid server running then. [11:04] I have downloaded jstest-gtk and have attempted to re-map the controller to match that of the x-box configuration. [11:04] Though the settings haven't stuck. [11:05] SaberX01: should i setup Apache to use CGI ? I googled this minute ago [11:05] bekks: squid is not installed :/ [11:05] and I have also tried downloading qjoypad, which doesn't work despite me downloading it from the ubunty repositories. [11:06] I need help to re-map my joypad controller configuration please. [11:06] patthebaker, I dont do any special configs for that. [11:06] patthebaker: I'd not use CGI, since PHP over CGI is a real mess. Use Apache2. [11:06] patthebaker, Simply install the LAMP package and run form there. [11:06] Utopu: How did you check? [11:06] apt-get remove squid :') [11:07] I'm using ubuntu 13.10 [11:07] Utopu: What if I tell you that there is a package named squid3? :P [11:07] apt-get remove squid* :') [11:07] Utopu: dpkg -l | grep squid [11:08] squid-deb-proxy and squid3 [11:08] how is this possible? O.oo [11:08] Utopu: Pastebin the entire output please. [11:09] !pastebinit | Utopu [11:09] Utopu: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [11:09] bekks: http://pastebin.com/ZETJJwJw [11:09] SaberX01: thanks for help, ill google bit more [11:10] Utopu: There are just configs left, and both programs where installed, but arent anymore. === dziegler_off is now known as dziegler === CyberJacob is now known as CyberJacob|Away [11:29] hi [11:30] Hello === Mars is now known as Guest74636 [11:36] my laptop freezes whenever I disconnect it from mobile wifi === dziegler is now known as dziegler_off [11:39] Hi all. Anyone know how I can tell apt-get to use Python 2.7 and not Python 2.6 ? [11:39] narcos, what version of UB you running? [11:40] my laptop freezes whenever I disconnect it from mobile wifi, and I have to manually restart it from power button. what to do ? [11:41] SaberX01: Oops, I've just noticed this box is Debian, not Ubuntu. Not sure if it'd apply the same. Otherwise I'll wander over to #debian [11:41] narcos, best to ask the #debian channel [11:41] narcos, Indeed it does, I can't recall when exactly they went to python2.7 but been a while. [11:42] I can install the package with 'pip install mitmproxy', but trying 'apt-get install mitmproxy' throws an error about a syntax error, as it's using something not supported in 2.6. [11:42] But yes, I'll ask in #Debian [11:43] narcos, Just for info, Lucid was py2.6 all the reast to at are py2.7 [11:43] SaberX01: OK, ta === cristina is now known as JolieFolie === CyberJacob|Away is now known as CyberJacob [12:08] hu [12:08] hi* [12:08] Can someone help me? [12:08] Hello [12:08] !ask | Korkel [12:08] Korkel: 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 [12:08] what seems to be your problem [12:09] well, time to work on some video drivers :/ [12:09] i guess i might not have much success if i'm doing it remotely [12:09] My wifi connection is dropping away, the only a reboot is getting the network back. When I restart, it takes for 30/45 seconds, when my pc is started to get connected. [12:09] Gallomimia: Depends on what you are doing and what you are expecting. [12:09] korkel, are you sure you have the correct wifi driver installed? [12:09] i've got a radeon and the support has been less than useful for me [12:09] Gallomimia, makes a bit tougher that's for sure [12:10] Thom_r, no idea, how can I see that? [12:10] at least i can wget the files i need and possibly build something [12:11] uname -a [12:11] lspci -nnk | grep -iA2 net [12:11] lsusb [12:11] lsmod [12:11] iwconfig [12:11] thom_r: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:11] rfkill list [12:11] Gallomimia, while it can be done, it's far better to be at the box vid driver issues [12:11] thom_r: ? [12:11] Must I do it in a terminal? [12:11] ya for sure. in addition rebooting it from afar isn't much fun either [12:11] paste that in a terminal, that will tell you what your wireless card is, then download the correct driver [12:12] at least i'll be able to test the situation with a bitcoin miner [12:12] ehm [12:12] Gallomimia, pass, gave that up ages ago on vid-cards. [12:13] yeah in a few weeks i've managed to earn 20 cents [12:13] thom_r: http://pastebin.com/Tv11PdGV help [12:14] I have no idea where I can see it [12:15] thom_r, he did that, it's in the pastebin [12:15] Korkel: Which Ubuntu do you have? [12:15] yeah, looking at it now [12:15] Ubuntu 13.10 [12:17] Why is always Atheros and BM drivers causing issues, one would think it would be sorted by now. [12:17] SaberX01: B;? [12:17] SaberX01: Whats BM? [12:17] thom_r: is there a fix/ [12:17] BM43 drivers [12:17] SaberX01: What is that? Doc you talk about BCM4xxx - which is Broadcom? [12:17] searching for the correct driver to download now [12:18] laptop freezes after unmount/ejecting mobile filesystem in nautilis with ftp server on mobile connected by wifi - laptop with BCM 4313 chip and wl driver and os is saucy and mobile is android 2.3.6. whats wrong and what to do ? [12:19] Thomr, what driver is it? [12:19] Korkel: He just said is is looking for it. [12:19] bekks, I suppose it's more accurate to say b43 even .. but yes, the Broadcom drivers. [12:19] SaberX01: They never caused any issues here. Although there are some specific chipsets that erent supported. [12:20] But how can I know if I get the good driver [12:20] Korkel: Be patient. [12:21] bekks, I've never owned one, but many folks roll through here and allot of them are are b43 issues. I only use Intel WiFI and fibre NIC. [12:21] SaberX01: I had the same issues you talk about with Intel, Realtek, Atheros, etc. [12:22] hey ubuntuficators [12:22] Sorry bekks [12:22] happy new years to ubuntu people [12:22] I do have one Server I didn't have a spare Intel NIC for, it's Marvell or something, but thats it. [12:22] http://www.linuxplained.com/how-to-fix-atheros-ar9285-ar9287-wireless-problems-in-ubuntu-1104/ [12:22] that looks like it is a couple years old, it might work though [12:22] I'll keep searching [12:22] bekks, I've never had issues with Intel NIC's. [12:23] SaberX01: the great patian :) [12:23] guys, anyone using mediatomb UPNP/DLNA Server? [12:23] thom_r: Korkel: The driver for AR9287 is ath9k [12:24] laptop freezes after unmount/ejecting mobile filesystem in nautilis with ftp server on mobile connected by wifi - laptop with BCM 4313 chip and wl driver and os is saucy and mobile is android 2.3.6. whats wrong and what to do ? [12:26] And how to install it, google isnt helping [12:27] i'm stuck with mediatomb [12:27] anyone ? [12:28] universal, not really, but do you kill / stop the ftp server before removing the mobile device? === zenix`away is now known as zenix` [12:32] SaberX01: what I know is that 1st I should safely remove a device and then detach/remove/disconnect it, so I first unmount/eject the mobile filesystem in nautilis and then go for wifi disconnection but the moment I hit eject/unmount button in nautilis, whole system freezes [12:33] so I don not kill/stop the ftp server on mobile before unmount/eject on laptop [12:33] SaberX01: ^^ [12:34] universal, I don;t think it should freeze like that either way. Try dumping the WiFI first then, but it's should not be doing that. [12:36] SaberX01: how to show you ? the moment I hit the button it freezes, its really scary now [12:38] universal, I know that you can show is. ALl the bugs Im finding are fairly old. What Ubuntu version is on the laptop? [12:38] *can not show .. [12:38] SaberX01: saucy [12:41] universal, I don't see any bugs related to this that make sense. I would go to Launchpad and report it as a bug: https://help.ubuntu.com/community/ReportingBugs#How_to_report_bugs [12:45] SaberX01: ok I'll write everything again. I have a laptop with Ubuntu OS version 13.10 saucy and BCM 4313 wifi chip with wl driver. the mobile is android 2.3.6. what I do is either I open a hotspot on mobile and connect my laptop to it or I connect both the laptop and mobile to a router. then I install a ftp server on mobile and connect my laptop to it by opening it in nautilis. all this time everything is good and mobile file syste [12:48] but in the end when I 1st unmount/eject the mobile file system in nautilis so as to close the ftp server afterwards and then disconnect the wifi later on, the moment I hit the umount/eject button laptop freezes and nothing works, I have to hen manually reboot the system from power button [12:48] SaberX01: ^^^ [12:50] universal better put that in the bug report on launchpad === zz__gypsy_ is now known as _gypsy_ [12:53] MonkeyDust: ok, how to put it there ? [12:54] greetings [12:54] !bug [12:54] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [12:54] universal, That's the best I can suggest is write up a bug rpt. It may also be related to Nautilus as well, im just not sure. [12:55] SaberX01: MonkeyDust but the problem is it really a ubuntu bug ? 1st I wanna find out whats the cause of this problem, is it a android or ubuntu bug ? or BCM 4313 wl driver problem ? [12:57] something I don't think I will ever understand: the need to write an article about a botnet threat to linux, and not include any usefull information like what actually detects it... :| [13:02] universal, There's certainly something wrong on the Ubnutu side, as the laptop should not lock up like that. === james is now known as Guest27014 [13:03] SaberX01: thats what is so shocking, android is also linux moreover I cant understand how a laptop is freezing when unmount a network virtual file system [13:04] universal: Does it happen with other remote filesystems too? [13:04] bekks: I have not connected an other remote filesystems [13:05] universal: So you havent tested that. [13:05] universal, One thing you could try, the Andrid should give you an IP and a port to ftp too .. try using a command line ftp instead of Nautilus. [13:05] SaberX01: ok [13:05] universal: And another thing you could try is to look at the logs after rebooting after the lockup. [13:05] if anybody of you has an android then we can test === xwalk is now known as Guest15185 [13:07] http://paste.ubuntu.com/6673056/ [13:08] Temp_o_Rary: What is that? [13:08] That is my request for help? [13:09] Temp_o_Rary: How can we know if you dont tell us all the details? [13:09] im willing to, and i wrote some of the details into the paste [13:10] Temp_o_Rary: If you issued the command in your paste, chmod -R ... - you entirely messed up your system. [13:10] Temp_o_Rary, so you performed something with -R chmod 0770 ? time to reinstall [13:10] bekks: SaberX01 MonkeyDust I'm connecting my android to my laptop over wifi and running the ftp server on mobile, now what to ? suggest plz [13:10] okay [13:10] Temp_o_Rary: The only thing to do is to backup files you need, and reinstall. [13:10] no way of repair [13:10] okay [13:10] hello, happy new year to all. I can't install Ubuntu on my Macbook Pro 5.2. I have dual Nvidia graphics. I get a black screen by boot, can't boot from BIOS mode, even black screen by EFI mode. EFI boots with nomodeset in prompt. [13:10] Temp_o_Rary, indeed as bekks said, is in bad shape, you could spend months trying to reconfigure permissions [13:10] it would be nice if someone would come up with a script to fix permissions... kind of like what they have on Mac. [13:11] Temp_o_Rary, is this a dual boot system ? [13:11] Yes.. i also have windows [13:11] universal, use the terminal and ftp connect to the Android [13:11] is k3b pretty reliable for extracting music from cd's (even if they are scratched)? i want to be able to rip and throw away the disks [13:12] SaberX01: ftp connect command ? [13:12] Temp_o_Rary, Unless you have critical files, which could be backed up, I'd reinstall the UB side of the dual boot. [13:12] SaberX01: do i have to install ftp client ? [13:12] Temp_o_Rary: just so you know "-R" tells chmod to change permissions recursively (from current directory all the way down)... [13:12] rcw2, strange way to measure reliability k3b with scratched cd's [13:14] hello and happy new year [13:14] OerHeks, k3b could have a reputation for doing well with scratched cd's. [13:14] I did a release upgrade from 13.04 to 13.10 over a month ago ... everything is fine except that I havent received any update since then ... I am wondering is the update system kinda idle, or I have some problem in my apt-get? I tried everything from runnign apt-get clean to changing repo urls to point to different countries but nothing happened [13:14] rcw2: It depends on the scratches, like for every other application. [13:14] husamas: Did you run sudo apt-get update yet? [13:15] scratches aside, is k3b known for doing well with cd's [13:15] bekks , yes many times [13:15] husamas: Pastebin the entire output please. [13:15] !pastebinit | husamas [13:15] husamas: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [13:15] SaberX01: how to ftp connect from terminal ? [13:16] husamas, try sudo apt-get dist-upgrade [13:16] ok just a minute please [13:16] universal, In terminal. It's too much to type here line for line, here's a simple how to you can test with: http://www.tldp.org/HOWTO/FTP-3.html [13:17] SaberX01: ftpubuntu@ubuntu:~$ ftp --help ftp: -: unknown option ubuntu@ubuntu:~$ ftp 192.168.1.4:2121 ftp: 192.168.1.4:2121: Name or service not known ftp> ^C ftp> [13:17] universal, You will need the IP and Port number from the android, which im not sure wehre that comes from erxactly, never owned an Android. [13:17] Temp-o-Rary... you have a whisper. [13:18] universal, just ftp then .. open .. then IP:PORT [13:18] http://paste.ubuntu.com/6673072/ [13:18] that was for apt-get update [13:18] ok [13:19] universal: ftp host port not ftp host:port [13:19] no errors or anything ... everything's working even installing new packages but never an update is available [13:19] husamas: And whats the output of "sudo apt-get dist-upgrade"? [13:20] bekks it says no packages are available for update ... same as apt-get upgrade [13:20] bekks, [13:20] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [13:20] SaberX01: llutz ubuntu@ubuntu:~$ ftp ftp> 192.168.1.4:2121 ?Invalid command ftp> open 192.168.1.4:2121 ftp: 192.168.1.4:2121: Name or service not known ftp> open (to) 192.168.1.4 ftp: connect: Connection refused ftp> open (to) 192.168.1.4:2121 ftp: 192.168.1.4:2121: Name or service not known ftp> 192.168.1.4 2121 ?Invalid command ftp> open (to) 192.168.1.4 2121 Connected to 192.168.1.4. 220 GnFtp 1.1 ready Name (192.168.1.4:ubuntu): [13:20] now what ? [13:21] universal: Use a pastebing please. [13:21] ok [13:21] universal: Its completely unreadable. [13:21] ok [13:21] <[[a]> Hello everybody, is it possible to ping a wireless laptop from LAN computer in Ubuntu? [13:21] [[a], ofcourse just open a terminal and use ping ip_address [13:21] universal: read your paste. it asks for a "name" so login [13:21] [[a] doesn't matter if it's wireless or wired... [13:22] universal: "man ftp" gives you an idea about the commands you can use [13:22] llutz: what name ? there is not username or password, should I write anonymous ? [13:22] husamas, do you have "download and install automatically" enabled? [13:23] ObrienDave, [13:23] Where can I find that option sir? [13:24] look under software & updates. i run xubuntu, yours might be in a different place [13:24] <[[a]> husama, d3bug, my comuter IP is 192.168.1.1. When I ping the other computer from my teminal using "ping -c 5 192.168.1.100" (knowing that I have the laptop in front of me right now) => it says 100% packets loss, why is that? [13:25] <[[a]> something to do with UFW or ARO? [13:25] ummm... what is your router IP? [13:25] ObrienDave, [13:25] No I have it set to Display Immediately [13:25] hmm [13:25] <[[a]> router IP 192.168.1.1, my comp IP ; 192.168.1.102. Laptop IP : 192.168.1.100 [13:27] [[a] talk in whisper... too much junk on my screen [13:27] <[[a]> err..something to do with UFW or ARP ? i mean iptavkes [13:27] <[[a]> ok [13:27] I noticed something strange after doing the release upgrade ... now when I run apt-get clean then apt-get update the repos are being hit ... I think it should redownload the metadata because a clean was run ... that's how this has always worked for me [13:27] [[a], try "ping -c 5 192.168.1.102" as you have no client @ *.*.*.100 === dziegler_off is now known as dziegler [13:30] <[[a]> OerHeks, "ping -c 5 192.168.1.102" it works packets have been sent, but w/ .100 => Loss = 100% [13:30] What makes it even stranger is that the package system works for installing new packages ... it feels like apt is stuck in a time point ... does anybody know of a new cache layer that has been recently added to the apt repo metadata? [13:33] husamas, Nothing on 12.04 or 14.04 that I know of, my local mirrors working as expected. You do an autoclean && clean && update ? [13:34] <[[a]> Anyway, is it possible to kill a process in local ip address along with its MAC address? [13:35] [[a]: man kill [13:38] [[a]: What is "a process in local ip address along with its MAC address"? === dziegler is now known as dziegler_off [13:41] join #security [13:41] <[[a]> bekks, let me rephrase the question in a proper way: Having two computers (1 Desktop Ubuntu, 1 Laptop WIN7). Is it possible to kill a process of a given running service on WIN7 such as Skype, knowing that I have its local IP address along with its MAC address for the WIN7? [13:42] [[a]: Using MS RPC, that may be possible, but isnt an Ubuntu issue. [13:43] <[[a]> bekks, where can i find those kind of things? === CyberJacob is now known as CyberJacob|Away [13:43] [[a]: Documented on some MSDN website I guess. [13:44] quit [13:44] [[a], may want to ask in #windows [13:44] #quit [13:45] Sorry I got disconnected [13:46] anyone has a 13.10 can confirm that updates have been flowing normally for that last month? [13:47] Hi, I have an issue with add-apt-repository on ubuntu 13.10, locale no_nb === Thorium220 is now known as Thor|Away [13:47] Hello everyone how's it going? I am trying to remove the "computer, trash, and home" icons from my Ubuntu 13.10 desktop and am having no such luck. I have tried Unity tweak, ubuntu tweak, and dconf editor and restarted my computer after each try and nothing worked. Would anyone here happen to have any idea of what i can do? [13:47] anyone has 13.10 with the latest kernel? can you please give the version number of the kernel [13:48] no matter what ppa I try to add, I get the message: Cannot add PPA xx Please check that the ppa name or format is correct [13:48] 3.12 [13:48] The best method of using google maps offline with ubuntu is...? [13:48] husamas1310: http://packages.ubuntu.com/saucy/linux-image [13:49] Happy New Year to all [13:49] wwq, thanks ... it seems that my apt system is stuck in time === CyberJacob|Away is now known as CyberJacob [13:49] wwq: Saucy isnt using 3.12 [13:49] husamas1310: Saucy is using 3.11 [13:49] hny BluesKaj [13:49] bekks, uname -r shows 3.11.0-14-generic [13:50] is this the latest? [13:50] I want to use my Ubuntu netbook and new GlobalSat with google offline maps [13:50] husamas1310: yes. [13:50] i'm using precise and the symlink to nvidia_drv.so is gone -- what is the proper way to regenerate it? I tried removing & reinstalling nvidia-304 and nvidia-current but that didn't help [13:50] i could just do ln -s myself but I want to learn the proper way to do it [13:51] 12.04 3.11 [13:51] bekks, is it possible that my packages are actually up to date and it's just a nasty coincidence that not a singe update have been release for my package selections? [13:51] wwq: Which is not related to 13.10 kernel versions :) [13:51] husamas1310: Yes. [13:52] https://www.kernel.org/ [13:53] no proxy settings, network is working, i can apt-get install whatever I want [13:53] Latest 13.10 UB Signed Kernsl pgk: 3.11.0.14.15 [13:54] bekks, if you run apt-get clean then apt-get update why all repos are being [hit]? [13:54] husamas1310: BEcause all repo index files are being fetched again? [13:54] wwq: Forget about www.kernel.org when talking about the kernel versions in the Ubuntu repos :) [13:55] bekks, they should not be hit because hit means that a local version of the repo metadata is up to date but that's impossible after an apt-get clean ... there simply should not be a local version [13:55] sudo add-apt-repository -m ppa does not give anymore info [13:55] husamas1310: Why shouldnt they be hit to update the repo index copy that is stored locally? Why is that a problem for you? [13:56] zakmc: which ppa are you trying to add? === sileht_ is now known as sileht [13:56] zakmc: it should be something like: sudo add-apt-repository ppa:username/ppaname [13:56] e.g. ppa:dennis/devtools [13:57] Seveas: yeah I know. No matter what repo I try to add I get the same response [13:57] 没中国人啊 [13:57] zakmc: give me an example please :) [13:57] !cn | wwq [13:57] wwq: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:57] 哦 [13:58] husamas1310: Please read http://linux.die.net/man/8/apt-get and the clean option description to see that "clean" doesnt affect metadata at all. [13:58] sudo add-apt-repository ppa:webupd8team/y-ppa-manager [13:58] bekks, when apt-get displays [hit] it mean that the local version is already there ... when it's absent or old apt-get will print [Get] with some progress bar ... for me, a way to force apt-get to re-fetch repos metadata was to run apt-get clean .. that makes the local metadata disapper and all repos show [Get] ... this behavior is missing now ... for me at least [13:58] husamas1310: See above. [13:58] husamas1310: And dont abuse ... as punctuation. [13:58] cannot add PPA: 'ppa:webupd8team/y-ppa-manager'. [13:59] hello, I rebooted so I tell my question again: I can't install Ubuntu on my Macbook Pro 5.2 Medio 2009. Because of the dual Nvidia graphics. What can I do? [13:59] Please check that the PPA name or format is correct. [14:00] ppa:webupd8team/y-ppa-manager [14:00] /join #ubuntu-tw [14:00] from launchpad zakmc [14:00] zakmc: hmm, works for me [14:00] zakmc: run it under strace and pastebin the output [14:01] If I've blocked UDP with this command: iptables -A INPUT -p udp -j DROP and iptables -A OUTPUT -p udp -j DROP how would I allow a certain IP and Port to use UDP? [14:01] I've googled it a ton and came to a dead end. [14:01] cuddylier: that's a horrible idea. You have now broken dns resolution. [14:01] bekks, sorry I'm not a native English speaker .. the man say "Clears out the local repository of retrieved package files" this looks vague to me ... it doesnt mention metadata. thanks for your help [14:02] Seveas I have the allow ones too, I just didn't paste them [14:02] Seveas Don't worry I allowed DNS ports, 53 [14:02] ok [14:02] hi, rubyripper is seemingly hanging at 'ADVANCED TOC ANALYSIS (with cdrdao) ...please be patient, this may take a while'. why? [14:02] in that case, add this before the DROP: -A INPUT -s source.ip.here -p udp -j ACCEPT [14:03] same for -A OUTPUT -d ip.here .... [14:03] Is there anyway to specify a port? [14:03] As I don't want to allow it for the whole IP or am I forced to? [14:03] yes, --dport or --sport [14:03] zakmc, sudo add-apt-repository ppa:webupd8team/y-ppa-manager worked for me [14:04] ObrienDave, yeah I know. trying to figure out what is broken on my machine.. [14:05] yes, i know :) [14:05] Sevas Do I need to do two INPUT and OUTPUT commands one with sport and one with dport? [14:05] Seveas * [14:07] Hello everyone how's it going? I am trying to remove the "computer, trash, and home" icons from my Ubuntu 13.10 desktop and am having no such luck. I have tried Unity tweak, ubuntu tweak, and dconf editor and restarted my computer after each try and nothing worked. Would anyone here happen to have any idea of what i can do? [14:07] do you know a software that I can tag my PDF files with and re-name them automatically according to a specified pattern using that tags? [14:08] Guest27014, desktop settings, icon tab, click them off [14:08] http://pastebin.com/zgwpAdKh [14:08] gr8, what do you mean by tagging? [14:08] husamas1310: author, title, year... [14:09] zakmc: that's not running it under strace :) sudo strace -f add-apt-repository ppa:webupd8team/y-ppa-manager [14:09] ciao [14:09] !list [14:09] Ultimob: 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 ». [14:10] gr8, exiftool [14:10] gr8, http://xmodulo.com/2013/08/view-or-edit-pdf-and-image-metadata-from-command-line-on-linux.html [14:11] Seveas: Do you have any idea why these rules wouldn't work? I appended them so they would go to the top: http://paste.ubuntu.com/6673257/ [14:11] gr8, you may need to write a small script though as this tool seems to handle files one at a time [14:11] cuddylier: because you appended them. There's a reason I said they need to come before the drop... [14:12] Seveas: I meant I inserted them to position 1 [14:12] husamas1310: not so bad, thanks [14:12] Rather than appended [14:12] gr8, you are welcome :) [14:13] cuddylier: pastebin the full output of iptables -L -v -n [14:13] bekks, I'm sorry if I said something wrong ... Thanks for the help anyways [14:13] hi, rubyripper is seemingly hanging at 'ADVANCED TOC ANALYSIS (with cdrdao) ...please be patient, this may take a while'. why? [14:13] husamas1310: you're welcome :) [14:14] ciao [14:14] ObrienDave, Thank you for your response, where can I find the desktop settings? [14:14] in your settings menu? [14:16] hi [14:16] i just deleted /var/www accidentally === zenix` is now known as zenix`away [14:17] can someone please help me with this? [14:17] tricksy_: Now its a good time to restore the backup. [14:17] ] [14:17] Seveas, that generated 2mb of text [14:17] ii tried sudo mkdir /var www [14:17] tricksy_: mkdir /var/www [14:17] can it be reversed? [14:17] zakmc: that should give some clues :) Pastebin it [14:18] yes.. sry [14:18] tricksy_: rmdir will reverse mkdir [14:18] tricksy_: And mkdir doesnt delete anythin. [14:18] Guest27014, This looks like it will do it: http://askubuntu.com/questions/267049/how-to-display-trash-and-home-folder-icons [14:18] SaberX01, thank you i will check it out now [14:18] no, i tried mkdir after i accidentally typed rm -f /var/www [14:18] tricksy_: So you tried to mkdir /var/www after deleting /var/www or did you just try mkdir /var/www ? [14:18] tricksy_: to remove a directory rm -r /path/to/direc [14:19] yes, so now, i have lost www [14:19] tricksy_: Then everything in there is gone now. You need your backup to restore it. [14:19] how do i do that? how do i restore it? [14:19] tricksy_: How did you create your backup before? [14:20] lol let me put the tracedump on dropbox for you, need pro account on pastebin for something that size :) === tricksy_ is now known as tricksy [14:20] rcw2: do you have cdrdao installed? [14:20] Hi, i try to type a square into my console... i try with CTRL+SHIFT+U code but i cannot figure out what is the code for square... can you help me? [14:21] xro: gucharmap can show you all of them :) [14:21] Seveas: https://dl.dropboxusercontent.com/u/7934101/ppa%20strace.txt [14:21] bekks: [14:22] i stored everything on a hard disk [14:22] has anyone used GMapCatcher? [14:23] !anyone [14:23] A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [14:23] glitsj16, if 'which cdrdao' finds something does that imply it is installed [14:23] tricksy: On an external harddisk? Then restore it to /var/www [14:23] How was that question not my real question? [14:23] Seveas: http://paste.ubuntu.com/6673305/ [14:23] Seveas, is there a square symbol? [14:23] Autoclesis, response to your question: yes. next? [14:24] i did not create a backup earlier [14:24] Autoclesis: How will "Yes, someone uses it." help you with your issue? [14:24] rcw2: depends on what it found, but that's a good sign yes .. double check with apt-cache policy cdrdao [14:24] bekks: i am doing that now [14:24] When I did iptables -F to clear the rules it worked fine [14:24] tricksy: Then your data was not worth to be kept and is lost now. [14:24] Yes but the normal inference would be, how do you like it, is it reliable [14:24] tricksy: There is nothing to backup in /var/www - you data is lost. [14:24] glitsj16, Installed: 1:1.2.3-2 [14:24] the lost data doesnt really bother me. [14:25] it didnt have much [14:25] but can i simply mkdir www [14:25] and use it as before? [14:25] tricksy, in the future, you may want to employ this, or a similar .Trash alternative: http://www.webupd8.org/2010/02/make-rm-move-files-to-trash-instead-of.html [14:25] tricksy: You have to resetup everything that was using stuff in there. [14:26] tricksy, there might be a program to restore [14:26] tricksy, as long as you don't overwrite [14:26] Pointless berating by a bot does is not conducive to learning. [14:26] -does [14:26] rcw2: yes, i'll resetup everything [14:26] rcw2: rubyripper preferences > toc analysis shows a msg too, did you check the prefs yet? [14:26] There is, but it does nto always work, especially if data has been written there after: http://www.ubuntumanual.org/posts/357/recover-your-deleted-files-in-ubuntu [14:26] At any rate ... "Someone describe their experiences with GMapCatcher" please [14:26] aloha all [14:27] happy christmas [14:27] zakmc: hmm, that doesn't give any clue :( Which version of Ubuntu are you on? [14:27] :p [14:27] thappy new year -.- [14:27] i meant [14:27] rcw2: but only creating www in /var isnt coming out to be the soln [14:27] hny curiousx [14:27] Seveas, 13.10 no_nb locale [14:27] i am not able to create symlinks in /var/www now [14:27] xro: yes, select "common" in the list on the left side and scroll down a bit [14:27] ty auto [14:27] rcw2: i am not able to create symlinks in /var/www now [14:27] tricksy: Why not? [14:27] anyone has 7.1 on ubuntu? [14:27] glitsj16, do you recommend any particular settings for TOC Analysis? what does that even do for me? is that cddb? [14:28] i meant successfuly working [14:28] related to cddb* [14:28] tricksy, did you get the data back? wasn't that your first goal [14:28] rcw2: No he didnt. HE had no backup. [14:28] Seveas, I tried add-apt-repository -m ppa:... but got no more info than the original command [14:29] i cant get it :p i a only was able to hear from 5.1 but in the setting i had configure it to 7.1 -.- [14:29] rcw2: i didnt have much data in /var/www [14:29] photorec? [14:29] rcw2: i can manage once i regain access to /var/www [14:29] tricksy: You have access to /var/www. [14:29] zakmc, while searching the problem, see several posts of the same ting, in both 13.10 and 14.04 that -m switch not providing additional data, and PPS not being added. [14:30] tricksy: It exists, you can enter it. [14:30] if anyone has 7.1 please help me :p otherwise ill wait here for new users to join :D [14:30] *PPA not PPS [14:30] rcw2: so i tried to recreate a folder named www in/var [14:30] tricksy: Every symlink to stuff which was in there will not work, since there is no content anymore. [14:30] bekks: but my symlinks are all broken in the new folder that i created [14:30] bekks: i recreated the symlinks [14:31] rcw2: no cddb is the freedb tab, toc analysis is to make a cue sheet of the rip [14:31] tricksy: Of course they are. All symlinks to content in /var/ww are broken since there is no content anymore. [14:31] probably owner:group issue with www-data [14:31] tricksy: Regardless of wether yoiu recreated the symlinks. That wont magically restore content. [14:31] rcw2: so if you don't need that try setting prefs for toc analysis off, uncheck everything you can [14:32] exist #alsa chanel? [14:32] or pulse? [14:32] * Autoclesis despairs, starts drinking [14:32] ill try it ty anyway [14:32] Seveas: http://paste.ubuntu.com/6673305/ [14:32] bekks: i used sudo ln -s projects /var/www [14:32] Autoclesis, use a funnel, it works better ;P [14:32] tricksy: Why sudo? [14:32] SaberX01, I have noticed several posts to the problem, but no solution [14:32] tee hee [14:33] zakmc: time for some deeper debugging. edit /usr/lib/python3/dist-packages/softwareproperties/ppa.py as root, and add a new line between 326 and 327 with just the word 'raise' (no quotes, indented 8 spaces). Then run it again [14:33] tricksy: And did you fix the permissions of /var/www after creating it? [14:33] bekks: shouldn't this make a copy of projects in /var/www and create a symlink pointed to it [14:33] zakmc, same here, nobody has posted the reason nor solution that I could find. [14:33] tricksy: No. [14:33] bekks: yes, i gave it 777 [14:33] ln -s whatever /foo/bar will create a symlink named whatever in the current directory which points to /var/www [14:34] cuddylier: you really seem to have trouble following simple instructions... that's not what I asked for. [14:34] ln -s whatever /foo/bar will create a symlink named whatever in the current directory which points to /foo/bar [14:34] glitsj16, i unchecked create cuesheet, and now hangs at Starting to rip track 1, trial #1 [14:34] Seveas: Oh, I'm sorry. What did you ask for? I thought iptables --list? [14:34] bekks... OMFG!!! dude, you should never link to /foo/bar :P [14:34] cuddylier: iptables -L -v -n [14:34] tricksy: 777 messes up permissions on /var/www - use 755 and www-data:www-data as owner. [14:34] d3bug: Why? [14:34] d3bug: Did you ever heard of directory symlinks? [14:35] that's like linking to /dev/zero and trying to divide it... you didn't know? [14:35] d3bug: You talking nonsense, sorry. [14:35] yes... it's called humor... you should look it up. [14:35] !offtopic | d3bug [14:35] d3bug: #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! [14:35] I'm creating a launchpad account to submit a bug but its saying that I already have an account registered with the concerned email, I also received one warning mail regarding this, however I "know" that I never created the same, although I remember creating an account for ubuntu one service, if both are same. now what to do ? [14:35] d3bug: You better fix your . key first. [14:36] universal: both are the same, so you can use that account to log in. [14:36] ok Seveas [14:36] Seveas: Here, http://paste.ubuntu.com/6673357/ sorry for the mess up. Does the destination matter? [14:36] uhh do i need to run this as root [14:36] wow, someone else with no humor... well, I get enough Vulcans from Star Trek... adios [14:37] adios amigo [14:37] :D [14:37] cuddylier: there are a few things wrong with that. Let me post a corrected version. [14:37] Okay thanks. [14:37] bekks: what is the correct way to create a symlink? Will i have to separately copy folders into /var/www and then create a sym-link? [14:38] ok I think I found the nvidia_drv.so symlink problem - the nvidia_vdpau 32 bit alternative is afu [14:38] is it possible to have it skip the 32 bit symlink? [14:38] Seveas, here's the new link: https://dl.dropboxusercontent.com/u/7934101/ppa_trace2.txt [14:39] the alternatives command is leaving off one of the --slave arguments [14:39] http://www.tiikoni.com/tis/view/?id=40de649 the moment I will hit the unmount/eject button, whole system will free, should I unmount/eject it in 1st place and if not then how to disconnect it in nautilis ? Seveas llutz bekks SaberX01 Mony [14:39] freeze* [14:39] tricksy: ln -s TARGET LINK_NAME [14:39] rcw2: what version of rubyripper do you use? from a PPA? [14:39] cuddylier: http://paste.ubuntu.com/6673371/ should do [14:40] glitsj16, the latest [14:40] tricksy: where TARGET already exists, and LINK_NAME is the name of the symlink. [14:40] what is a ppa [14:40] !ppa | rcw2 [14:40] rcw2: 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 [14:40] !ppa-purge [14:40] 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 [14:40] anyone here familiar with alternatives and multi-arch issues? [14:40] i downloaded it from the site === CyberJacob is now known as CyberJacob|Away [14:40] rcw2: you downloaded what from where? [14:40] !addppa [14:40] Since Ubuntu 9.10, a !ppa can be added using a single command « sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details [14:41] zakmc: oh, you don't need to run it under strace anymore, that doesn't help anyway :) But the new error says enough: SSL certificate validation error. There could be someone on your network screwing with things. [14:41] how to disconnect a network share in nautilis ? [14:41] rcw2: what is the latest? it's not in the regular repos so you got it from somewhere i suppose [14:41] !details | BLZbubba [14:41] BLZbubba: 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 ..." [14:41] glitsj16, 0.6.2 http://code.google.com/p/rubyripper/downloads/list [14:42] SaberX01, Unsettings is set for the icons to be off and they are still there. On the site you sent me there is an option for command line but the commands are to show the icons not get rid of them. I used Pastebin to show you the commands on the site here: http://pastebin.com/Rq7TXtkx Is it possible for me to make where it says visible invisible instead? would that be a legit Linux command? [14:42] zakmc: please run this command and pastebin the output: echo '' | openssl s_client -connect launchpad.net:443 [14:42] zakmc: also: dpkg -l ca-certificates [14:43] Guest27014, try the commands using 'false' [14:43] Guest27014, if you dont want the icons, true should be false I would think, tough I have not tried it personally. [14:44] rcw2: well you saw the factoids about PPA's and the warnings, but you can download the .deb without adding the ppa to test if it works for you from https://launchpad.net/~brandonsnider/+archive/ruby-ripper/+packages [14:44] SaberX01: the nvidia-304 package is building a bad update-alternatives command: update-alternatives ... --slave /usr/lib32/vdpau/libvdpau_nvidia.so.1 x86_64-linux-gnu_libvdpau_nvidia.so.1_lib32 [14:44] missing the 3rd argument [14:44] how to disconnect a network share in nautilis ? [14:44] http://www.tiikoni.com/tis/view/?id=40de649 the moment I will hit the unmount/eject button, whole system will free, should I unmount/eject it in 1st place and if not then how to disconnect it in nautilis ? Seveas llutz bekks SaberX01 Mony [14:44] i'm having alot of stability problems with gnome and gdm in 13.10 :| [14:45] what is the safest way to run that update-alternatives command without breaking things further? [14:45] not really even sure how to troubleshoot... [14:45] !patience | universal [14:45] universal: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/ [14:45] universal: don't add random nicknames to your question. If someone can and wants to answer, they will. [14:45] universal: Dont hilight me unnecessarily please. [14:45] i can crash my desktop by doing 'service networking restart' [14:45] universal: I am using umount to unmount shares, not nautilus. [14:45] ehnde: impressive! [14:45] BLZbubba, Im not up to speed on vid-drivers but other here are, if someone knows, they will chime in. [14:45] SaberX01: or even better, can I just nuke any i386 stuff [14:45] sounds like a really buggy network driver === SM1 is now known as Guest66334 [14:46] bekks: but the eject button does the same [14:46] that could be [14:46] universal: But I am not using it. [14:46] ObrienDave, SaberX01 thank you so I will try the commands but instead of true I will write false. Do I keep the part of the command that says visible? [14:46] Seveas, first one: http://paste.ubuntu.com/6673391/ [14:46] yes [14:46] hrmm...why do i have two NICs plugged up? and...on the same subnet [14:46] oops [14:46] bekks: ok, so what will be the command for unmount a network filesystem ? [14:47] Guest27014, Yes, just try changing true to false [14:47] I'm trying to get skype working, and the test call isn't recording my voice, and the test sound is WAY too quiet. [14:47] Seveas: I added their names coz they all suggesting something or other on my problem a few moments back [14:47] SaberX01, thank you i will try now [14:47] suggested* [14:47] zakmc: ok, so you're getting the right cert [14:48] Seveas, second one: http://paste.ubuntu.com/6673402/ [14:48] BLZbubba, sri missed your post there. Yes, if you dont need i386, that would certainly simplify things. [14:49] universal: sudo umount /your/mountpoint [14:49] hey i need help can any one please give me some minutes ? [14:49] zakmc: and that's correct too! Now I'm puzzled... You have the right CA bundle and get the right certificate from launchpad. Yet validation fails... [14:49] hello: What's up? [14:49] !anyone | hello [14:49] hello: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [14:49] zakmc: let's reinstall the CA bundle to wipe local badnesses: sudo apt-get install --reinstall ca-certificates [14:50] SaberX01, I Am going to restart and see if the changes took place I will brb [14:50] Can anyone tell me how to relocate the installation directory [14:50] bekks: whats mount point in this , connected ftp ip is 192.168.1.4:2121 [14:50] SaberX01: does ubuntu do separate 386 and x86_64 packages or is there a setting somewhere? it looks like nvidia-304 owns both the 32 and 64 bit libraries so there is hopefully a way to turn off i386 hidden somewhere [14:50] Guest66334: Which installation directory? [14:50] universal: Where is it mounted to? [14:50] bekks: I dont know [14:51] Seveas, done. And that seems to have remedied the problem. [14:51] i am a high shool student i study electronics and am searching for a proects to do for my final year , can you recommand me some resources or somewhere where i can find help plz plz [14:51] http://www.tiikoni.com/tis/view/?id=40de649 bekks its a network share [14:51] universal: Did you mount using nautilus? If so, it uses gvfs crap is is mounted somewhere under ~/.gvfs/ -- which I dont use, too. I use mount for mounting. [14:51] BLZbubba, the libs get seperated by directory .. as far as NV goes, who owns what Im not sure. [14:52] zakmc: ok, nice! So something locally messed with your CA certificates. That's a bit worrying, any idea what could have done that? [14:52] bekks: I just opened nautilis and typed the ftp ip:port [14:52] i am a high shool student i study electronics and am searching for a proects to do for my final year , can you recommand me some resources or somewhere where i can find help plz plz [14:52] universal: I dont use nautilus for mounting as I just stated. [14:52] !repeat | hello [14:52] hello: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [14:53] bekks: so how to find out where its mounted ? [14:53] i will check them out thx [14:53] hello: google seach potato clock [14:53] universal: Somewhere under .gvfs - but I cant help you since I dont use gvfs for mounting. [14:54] Seveas, only thing I can think of is a dist-upgrade that went partially bad, and required a fair bit of cleanup [14:55] zakmc: hmmyes, are you sure all is clean? The following will verify: sudo dpkg --configure -a; sudo apt-get -f install [14:55] you may also want to apt-get install ubuntu-desktop and apt-get -f --fix-policy install (though they may install some packages you might not want) [14:56] where can i find irc chanels about electronics , and if any one here have eperience in electronics please help [14:56] i would try #elektronics [14:56] Seveas, verifies ok [14:56] hello: you'll want to check ##electronics [14:57] zakmc: ok, always good to make sure :) [14:57] bekks: there is no ~/.gvfs and / search for .gvfs is only giving two xml files [14:57] hello: no, just type /join ##electronics [14:58] thanks [14:58] Seveas: Didn't seem to work :( http://paste.ubuntu.com/6673431/ [14:58] universal: Neither I do use gvfs nor can I help you with using it. I am using mount and umount, not Nautilus. [14:59] bekks: any terminal commands showing all the connected network shares and its mount point ? [14:59] cuddylier: with those rules, 185.28.189.136 should be able to contact your UDP based service on port 25579 [15:00] hmm [15:00] cuddylier: also, the 2nd/3rd port 53 rule in both INPUT and OUTPUT are unneeded [15:00] later guys ill be back, learning screen === solsTiCe is now known as Guest73727 [15:00] universal: Not when using Nautilus. Unmount that stuff using Nautilus, and use ftpfs to use mount/umount. [15:01] Seveas, true. ubuntu-desktop is latest version as well. fix-policies wants to install xfce4 as well, must be a remnant from when I tried xubuntu-desktop. [15:01] zakmc: ok, let's consider the problem fixed then. Happy new year :) [15:02] Hello all. [15:02] bekks: thats the main problem, the moment I'll hit unmount/eject button in nautilis, it'll freeze up the whole system and I'll have to manually reboot using power button [15:02] zakmc, so was the fix the ca-certificates ? === solstice_ is now known as Guest75092 [15:04] Does anybody know anything about a "Keyring" that asks for a password for the Ubuntu Software Centre? [15:04] aloha again -.- [15:05] anyone can help me to configure my ubuntu 13.10 with Xonar at 7.1 channels? [15:06] hi guys. i'm having a little problem activating the Chrome java plugin. I installed Java and made the link in /chrome/plugins to libjli.so but no luck [15:06] what am i missing? [15:06] curiousx, you broke the "anyone" rule [15:06] hello all [15:06] universal: So you want to sit before that forever? :) You have to reboot at least once. [15:06] GAZ082: how did you install java? [15:06] Now you must go to Confession [15:07] bekks: :( [15:07] Seveas: manually, with update alternatives and it's working system wide (made java -version and outputs the version i installed) [15:07] I got a GLOBALSAT gps doohickey! [15:07] envy me! [15:07] you know you want one [15:07] xD ok ok, gives me a minute so i can formulate mah question as best as i can :p [15:07] it's so pretty [15:07] happy new year @all :) [15:07] hny! [15:08] ill go for a beer so i can get inspirated -.- [15:08] brb [15:08] hehe inpirated? [15:08] be careful! [15:08] SaberX01, yes, for me at least. Thanks and a happy new year! [15:08] yep [15:08] hey @all, happy 2014. Does anyone use HipChat? or planned to use [15:08] !offtopic | Autoclesis [15:08] Autoclesis: #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! [15:09] Seveas, indeed! Thank you very much for your help, and a happy new year to you too! [15:09] i am a latino so, sometimes i cant express like i wish, you know? [15:09] Thanks Seveas [15:09] i need inspiration -.- [15:10] curiousx, stay on ubuntu topics! [15:11] Seveas: perhaps i need to activate something on Chrome? I do not remember how i did this last time, the bad things about a fresh install and having to reconfigure all again... [15:11] curiousx, your question is asked before > http://askubuntu.com/questions/288161/ubuntu-13-04-how-configure-surround-sound [15:14] Seveas: got it, i was symlinking to the wrong file, my bad :P [15:14] hi [15:14] how to use my windows key in laptop as superkey? in ubuntustudio an xfce based one? [15:15] mmm... i dont this so, i dig the whole world wide web trying to configure a 7.1 upmixing but nothing worked, but... ill check that link OerHeks ill let ya know in a few [15:15] i am a ubuntu user since 8.10 -.- [15:16] so i got some skills :p but this time, i need some help -.- === CyberJacob|Away is now known as CyberJacob [15:20] OerHeks, ty but... that solution didnt work, i meant i used "pavucontrol" to set up mah sound card at 7.1 but when i do the test: http://i.imgur.com/xw82JD7.jpg [15:21] front left and front right doesnt work [15:21] ? [15:21] with that solution it get configured at 5.1 [15:22] but i am trying to set the sound at 7.1 but... i cat get it work =( [15:23] Hi [15:23] Happy New Year. What does it mean "to virtualize a device"? [15:23] hey all, on my 13.10, when I am away for some time, screen goes black, which is okay. But it does not go black smoothly, it flashes several times while fading, before going dark. Why is that? [15:24] azamat, maybe a driver related issue [15:24] expert guys please help. i'm having this problem: http://imgur.com/bORyibk === james is now known as Guest18767 [15:25] are there any optical differences in the user interface between kubuntu and linux mint kde?? [15:25] this error comes when i try to install an app on terminal: "" [15:25] E: Could not open lock file /var/lib/dpkg/lock - open (2: No such file or directory) [15:25] E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? [15:25] azamat, what is your graphic card [15:25] [15:25] curiousx, I have "Intel® Ivybridge Mobile" [15:25] Also, how can I install Flash Player in Ubuntu? [15:26] MarkDavies, http://justfuckinggoogleit.com/ :) [15:26] xxmate: do you know what you did before this problem started? [15:26] azamat: the last time I found an instruction of installation Flash Player in google and it failed entirely [15:26] yeah, i tried sudo rm -rf or -f /var/lib/dpkg [15:26] SaberX01, sorry i took so long to come back. I tried the commands and I couldn't get it to work. I pasted the commands I used into the pastebin here along with an error I got : http://pastebin.com/u9dXbn6H [15:27] Chogydan: what to do now? [15:27] xxmate: well, sorry, but that was stupid :( why did you do that? [15:27] xxmate: I think you have to reinstall [15:27] probably i saw something to do that on website [15:27] curiousx, it actually was okay on ubuntu 12.10 [15:27] Chogydan: ubuntu? [15:28] i should be able to reuse an existing software-raid LUKS container during setup, right? [15:28] xxmate: do you remember where you saw that? I would consider that a hostile command [15:28] hitsujiTMO, Hi [15:28] MarkDavies, did you try: http://linuxg.net/how-to-install-adobe-flash-player-in-ubuntu-13-04-ubuntu-12-10-and-12-04/ ? [15:29] Guest18767, It would appear you dont have that particular Icon. Other that what we posted, I dont know what else you could try. [15:29] xxmate: yeah, all of Ubuntu. There are ways to install without wiping your /home directory, so it can be done without too much trouble === dziegler_off is now known as dziegler [15:29] oh okay...but i'll lose some applications [15:30] xxmate: mhm [15:30] Seveas: See the rules we set, was the IP 185.28.189.136 meant to be the remote IP rather than the IP on the actual box that was being connected to? [15:30] As that IP is an IP on the box with port 25579 [15:30] SaberX01, the No such key 'computer-icon-visible' message confused me because the computer icon is there. The other commands didn't throw an error they went through, they just didnt work [15:30] ChogyDan: thank u :) i'm gonna try manjaro first :D [15:30] xxmate: gl :) [15:30] cya :) [15:31] sry azamat but idk, i meant i could suggest you a couple of posible solution but... maybe the people here might get mad at me :p [15:31] Will GlobalSat work with Viking? [15:32] Autoclesis: How is that related to Ubuntu? [15:32] Viking is an Ubuntu application on the Ubuntu Store. [15:32] A GPS program. [15:33] Autoclesis: And whats Globalsat? [15:33] A GPS receiver. [15:33] Autoclesis: Thats a good question for the Viking support then. [15:33] Viking seems only to recognize Garmin and a few others... [15:33] lol [15:33] It is, indeed. [15:33] azamat, and the other solution could be trying out the saucy-oibaf-ppa -.- [15:34] So you're assertion is, it's an Ubuntu program, but the query is not Ubuntu-related? [15:34] your, rather. [15:34] hey [15:34] SaberX01: fyi it looks like in the end I just needed to run: update-alternatives --config x86_64-linux-gnu_gl_conf [15:34] and switch from fglrx to nvidia [15:34] Autoclesis: Yes. :) [15:34] I don't get it. [15:34] XD im on a DELL XPS 630 i [15:35] and i'm thinking the alternatives log cuts off each line so it really ran properly but didn't log the whole command [15:35] i love it for 200 dollars [15:35] Autoclesis: Imagine driving a Ford - although it is a car, a BMW garage may not fit your needs in helping you. [15:36] BLZbubba, your graphics working ok ? [15:36] That's a fitting analogy to you? [15:36] Autoclesis: Yes. [15:36] Fascinating. [15:36] wow u ppl must be running this from windows 95 [15:36] Autoclesis: Indeed. [15:36] XD [15:36] An Ubuntu question is not appropriate for an Ubuntu channel. [15:36] how can I check which the version of Ubuntu I run? [15:37] MarkDavies, lsb_release -a [15:37] But this futilitarian colloquy is. [15:37] hey yall [15:37] :P [15:37] Autoclesis: I am not going to discuss things with you anymore, any further. === security is now known as Guest91658 [15:37] hi? [15:37] thanks curiousx [15:37] np [15:37] bekks, good to know. [15:39] curiousx, dunno, Oibaf PPA looks a bit scary and I am not sure if I can risk :) [15:39] hey all [15:39] happy new years [15:39] :) === dziegler is now known as dziegler_off [15:40] azamat, lo), ok so try the intel oficial installer if you wish -.- [15:40] curiousx, not sure they have "installer" for linux :) but let me check [15:41] yep, they have [15:42] I think everyone is right. Every other channel on Freenode provides better Ubuntu help than #ubuntu. [15:43] azamat, https://01.org/linuxgraphics/ [15:43] Hi, I started ubuntu 13 without installing from an usb on a computer that has windows 7 because I couldn't start windows, after ubuntu started, i looked at the harddrive, it is not listed under df, in /dev, the only drive with partitions (sda, has sda1) is the sub i booted from, so I can't see the partitions on hard drive, I'm guessing it can't read the partition table on the pc. Anyone know how I would get access to files on the d [15:44] Darksonn: Which Ubuntu 13 - 13.04 or 13.10? [15:44] azamat, oh! sry they didnt have an ubuntu 13.10 installer :p https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.2-linux [15:44] Darksonn: If you couldnt read the partition table, you would be unable to boot Ubuntu. Pastebin "sudo fdisk -l" please. [15:44] bekks: 13.10 [15:44] !pastebin | Darksonn [15:44] Darksonn: 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. [15:45] bekks: I booted from an usb on which I can read the partition table [15:46] curiousx, yes, thank you, I have already downloaded installer for 13.04, but when I opened it with software center, it said I don't have some dependent packages. I will now try to install it with gdebi [15:46] Darksonn: Pastebin "sudo fdisk -l" please. [15:46] bekks: moment [15:46] it will say the same thing -.- [15:46] but maybe you will be able to solve those dependeces [15:46] bekks: http://paste.ubuntu.com/6673624/ === mike is now known as Guest65777 === Guest65777 is now known as mikecb [15:48] curiousx, you are right :) it still says Dependency is not satisfiable: libpackagekit-glib2-14 [15:48] Darksonn: Is that "sudo fdisk -l" or "sudo fdisk -l /dev/sda"? [15:48] sudo fdisk -l [15:49] Darksonn: Pastebin "dmesg" too, please. [15:50] I want to install VirtualBox. I downloaded the package and tried to install, why doesn't dpkg install the packages on which VirtualBox depends automatically? [15:50] Hi! do anyone know how make a share folder between 2 ubuntu 12.04/13.10? systems? [15:50] MarkDavies: Because dpkg doesnt do that. apt-get does. [15:50] bekks: http://paste.ubuntu.com/6673644/ [15:51] bekks: I tried with apt-get, too, and it didn't do it. [15:51] MarkDavies: where did you get the package? If the package doesn't specify its dependencies correctly, there is nothing dpkg can do about it [15:51] bekks: dpkg also installs dependencies [15:51] yep, and that packege is not in ubuntu repos, so dont install it, if you try to install it it will broke another packages [15:52] Darksonn: Looks like you have a problem with your harddisk. Did you poweroff, and check cables£? [15:52] bekks: which cables do you mean I should have checked_ [15:52] Darksonn: The cables connecting your harddisk to your computer. [15:53] lo) azamat, http://askubuntu.com/questions/379291/problem-with-installing-intel-linux-graphics-installer-1-0-2-0intel3-i386-deb [15:53] Rook, IN the filer manager, Right-Click the folder you want to share, properties, then share options. [15:53] bekks: It's an internal harddrive [15:53] trijntje: from the Oracle page. When I tried to install the package it listed the packages which should be pre-installed. Neither apt-get nor dpkg installed them, however. But I successfully installed them by hand using the list mentioned. [15:53] Darksonn: In a PC or a laptop? [15:53] SaberX01: ty! [15:53] bekks: desktop [15:53] Darksonn: Then check the cables. [15:53] MarkDavies: why not use the software in the ubuntu repository? Then you don't have to bother with all that stuf [15:54] trijntje: I tried and it was all the same.. [15:54] bekks: You mean I should powerdown and look inside the computer? [15:54] MarkDavies: what do you mean by that? [15:54] Darksonn: Thats what I said, yes. [15:54] bekks: okay [15:55] trijntje: that neither installing VirtualBox from the Ubuntu repository, nor as an external package, had I had the dependencies installed automatically. [15:55] installing software from outside the ubuntu repository is always a hassle and can break your system. If you have a problem with vbox from the repo its better to sort that problem out than install from oracle [15:58] MarkDavies: can you install virtualbox from the repository and pastebin the exact error messages you get? [15:59] curiousx, yeah, I read that, thanks) I think I will wait for ubuntu 14 :) I think intel will make another installer for 14 [15:59] trijntje: I've successfully installed this package and I don't want to bother with it more, but the installation was something strange. the apt-get command returned something like: "The following are dependencies, but the system will not install them." [16:00] azamat, ok [16:02] MarkDavies: weird, sounds like something messed up your software repository, did you add any ppa's, additional source lines? [16:02] trijntje: nothing like this. Everything's completely clear. [16:02] trijntje: and it was the first time I came across such a problem. [16:03] weird, I'm not sure what the problem is then [16:09] bekks: okay, I opened it up, the cables look fine, heres a picture of the harddrive http://i.cubeupload.com/PEiUHw.jpg [16:12] I messed up with grub. I have Ubuntu 12.04 o one partition. Then I installed another linux on a 2nd partition. If I manipulate grub on the Ubuntu now, the changes have no affect to grub menu. It looks like the other operating system is in charge of grub now. Can anyone help me to get the control back on Ubuntu? [16:14] bekks: are you there? [16:15] I did a umount -a, now my pendrive is not getting mounted. what to do ? [16:18] universal: tried the good old reboot? [16:18] this: no, anyways of getting it mounted without reboot [16:20] universal: check out the tool "Disk Utility" which is part of Ubuntu. Maybe you can mount it this way. [16:20] I messed up with grub. I have Ubuntu 12.04 o one partition. Then I installed another linux on a 2nd partition. If I manipulate grub on the Ubuntu now, the changes have no affect to grub menu. It looks like the other operating system is in charge of grub now. Can anyone help me to get the control back on Ubuntu? Please? [16:20] this: if you mean disks then I tried it and it is unable to mount it [16:20] hello [16:21] universal: any error message? [16:21] whats the best way to find out and/or monitor a directory to see what process creates sub-directories? [16:21] i have this little bug im trying to nail and its avoiding me as directories are being created as root and not the correct user, and i need to track it odwn [16:21] this: Error creating mount point `/media/ubuntu/sony': Read-only file system (udisks-error-quark, 0) === amth is now known as amth31 [16:26] cuddylier: still here? [16:26] universal: Sorry mate, can't help you on this one. [16:26] bekks: okay, I opened it up, the cables look fine, heres a picture of the harddrive http://i.cubeupload.com/PEiUHw.jpg [16:26] Seveas Yep [16:27] this: where is network share mounted in ubuntu ? [16:27] cuddylier: I just read your last message. The UDP service is on the box that we're adding firewall rules too, right? And you say the given IP address is also on this box. [16:27] if that's true, we've been using the wrong ip address :) [16:27] Yea, that's true [16:28] That IP and Port is of a service on the box [16:28] replace the ip in those rules with the IP that needs access [16:28] Ah okay [16:28] Seveas Both Input and Output rules? [16:28] yeah [16:29] Seveas: Definitely source and destination yeah? So the IP on the box doesn't matter at all? It will affect all Ips on the box on port 25579? [16:30] Guys, I've messed something up. I'm trying to ssh and I can't run it.. See the error here: http://paste.ubuntu.com/6673789/ | Any ideas? [16:30] It doesn't really matter if it does that as only that site will be allowed [16:30] cuddylier: correct [16:30] Okay cool [16:31] I'll give it a go [16:31] * cuddylier crosses his fingers [16:32] 6/13 [16:33] 01/14 [16:34] I messed up with grub. I have Ubuntu 12.04 o one partition. Then I installed another linux on a 2nd partition. If I manipulate grub on the Ubuntu now, the changes have no affect to grub menu. It looks like the other operating system is in charge of grub now. Can anyone help me to get the control back on Ubuntu? Please? [16:34] this: have you tried "sudo dpkg-reconfigure grub-pc" yet from your ubuntu? [16:35] Guys, I've messed something up. I'm trying to ssh and I can't run it.. See the error here: http://paste.ubuntu.com/6673789/ | Any ideas? [16:35] Seveas: Still doesn't seem to work :( It works fine when I do iptables -F of course [16:36] cuddylier: pastebin the new iptables -L -v -n output please [16:36] hello [16:36] help [16:36] Seveas: http://paste.ubuntu.com/6673830/ [16:37] !ask [16:37] 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:37] Seveas: You'll see I added two Ips to test [16:38] cuddylier: packets from the 174 address get accepted, but return packets not, hmm.... [16:39] cuddylier: add this rule before the final DROP: iptables -A OUTPUT -p udp -j LOG. Then Try again and pastebin the iptables -L -v -n output and the last lines from dmesg [16:39] Hey, shot in the dark here, I am trying to remember some a package i need to install, I cannot remember the name, it's like.. ubuntu base, general-base, or something like that,.... [16:39] I just installed wine from the ubuntu repos and got a really old version 1.4.1. When I added the wine repo I got version 1.6.1. Why is the default version so old? [16:39] dlevey, you running ssh form the command line for a script? [16:39] Seveas: On output I assume yeah? [16:39] Ah yes, nvm [16:40] lustic: ubuntu-desktop [16:40] that's not it, I will know it when I hear it : / [16:40] ubuntu-standard, ubuntu-minimal [16:40] lustic: do you remember what the package does? [16:41] lustic: and if it's not those either: apt-cache -n search ^ubuntu- [16:41] not exactly, aircrack installed fine in 12.04, I just remember i needed to install this in 13.04 to get aircrack working [16:41] Or install tasksel and pick one :-) [16:42] quiero un antí flood [16:42] lustic: could be lsb [16:42] i remember it's like, base-general or some combination like that [16:43] Seveas: http://paste.ubuntu.com/6673843/ and http://paste.ubuntu.com/6673846/ [16:43] glitsj16: Thanks for reply. No I didn't. But I did now. Going down for system halt now... === zenix`away is now known as zenix` [16:44] i remember ! [16:44] it's " build-essential" [16:44] thanks everyone [16:44] :à [16:44] cuddylier: try sending packets first, from that 174 address [16:44] hi [16:44] Seveas: Are you looking for packets to show up on the iptables command? [16:44] As I did that one again before doing so [16:44] cuddylier: yes, and in the dmesg output. [16:44] But I did the dmesg after sending packets [16:44] Okay, I'll try again [16:45] Seveas: After sending packets the dmesg output looks no different [16:46] cuddylier: then your service isn't sending any packets back [16:46] because the -j LOG rule makes it log all packets, which would show up in dmesg [16:47] hmm [16:47] The services say they can't even connect at all [16:47] glitsj16: It worked! Thanks a lot. [16:47] Seveas: Do you know any UDP test sites? [16:47] this: np, one less thing [16:52] Seveas: Would I just remove '--sport 25579' part to allow the IP to connect to any port? [16:58] Quiet today, or is everybody hungover :-) [16:59] shhh ;) [17:04] Could someone please help me make sense of Hindi font support? I have XFCE terminal on Ubuntu 12.04, I use iBus (Hindi inscript m17n) to type in Hindi, but some characters which are supposed to 'merge' together don't do so o.o' [17:04] have we figured out how to run ubuntu on an ipad yet? even if it's inside iOS as some sort of VM? [17:04] (it works in LibreOffice) [17:05] Xlr20: is there virtualization software for ipad? [17:05] HisaoNakai: have you tried xterm? [17:06] ActionParsnip: i was hoping someone here might know if there is [17:07] xlr20: there is no such way. [17:07] First time using smuxi or an IRC client. first thought :/ AAAAAHHHHH. To much text, everywhere! [17:07] bekks: but isn't cydia debian-like? there must be a way [17:07] is akash PMing others as well as me? [17:08] xlr20: there is none, yet. [17:08] ya able [17:09] bekks: yes there is. i just haven't figured it out. there's a vmware solution i'm working on [17:09] bekks: for a vm hosted online [17:09] xlr20: good luck then on porting vmware onto iOS. [17:09] xlr20: Leave a note when you are done. [17:10] akash: why are you PMing me? [17:10] bekks: why would i port it when there is already a vmware client for ios? [17:10] xlr20: a client is different from the hypervisor... [17:10] how can I download and install suitable dvd player [17:10] first tell PMing means what [17:11] first tell PMing means what able [17:11] xlr20: there are zillions of remote clients for iOS. [17:11] bekks: a client is all that's needed. like i said the vm is hosted somewhere online and accessed through the client. anyways i guess nobody here has done it so i'll just keep working on it [17:11] ActionParsnip: Just tried it. I can't get it to as much as show the Hindi characters. Tried 'xterm -en UTF-8' and 'xterm -u8' on a whim, no change. [17:11] bekks: there are no zillions of VM clients. VNC, sure there are plenty [17:11] xlr20: I am working like for a long time. [17:12] xlr20: I said "remote clients", not "vm clients". [17:12] xlr20: you could run vncserver and connect to it. You will get the desktop showing on the device. Not realy 'running' on thee device [17:12] HisaoNakai: could install guake, see if its the same. Otherwise i sugest you report a bug [17:13] ActionParsnip: ya vnc is convenient [17:13] xlr20: its also unsecure [17:13] xlr20: an ssh tunnel helps there :-) [17:14] ActionParsnip: vnc can be used with ssh to make it more secure? [17:14] !vnc | xlr20 [17:14] xlr20: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [17:14] ssh can be used to make vnc more secure. [17:15] Vnc needs to die [17:15] ActionParsnip: ack. [17:15] you can use other things, like xserver [17:15] not that i've managed it yet [17:16] which is insecure without ssh too. [17:16] ActionParsnip: thanks for the link [17:16] i would only be using it with ssh [17:16] ActionParsnip: Same issue with guake. [17:18] ActionParsnip: how about teamviewer, with respect to security? [17:19] xlr20: sure why not [17:19] do u think someone would make a fork of wayland? [17:20] Renji_: they can, its source is available [17:20] xlr20: use freenx. [17:21] xlr20: what do you do on the remote desktop? [17:21] xlr20: no one knows wether teamviewer isnt getting your data, since it is closed source. [17:21] bekks: thanks i'll check it out [17:21] to run for kunbuntu? @actionparsnip [17:21] xlr20: there may be a sleeker solution [17:22] Renji_: if you can get kde running on it etc, sure.... [17:22] ActionParsnip: control the computer remotely, but I like having a desktop image available like with VNC as opposed to ssh in a terminal. [17:22] xlr20: yes but what do you do once on the desktop itself? [17:23] bekks: is freenx still being developed? the last entry on their project page is from 2008 === Xenof_ is now known as Xenof [17:24] ActionParsnip: using it to help other people or assist with issues like one would do with teamviewer [17:25] ActionParsnip: so i don't need audio/video [17:25] Xlr20: gotcha, makes sense. [17:25] Hello, I changed my language to Thai then changed back to English but all filenames are in Thai and I have no clue how to convert them [17:25] hi all, is anyone aware of the status of vestige or VST support in amd64 build of lmms? i see an open bug here https://bugs.launchpad.net/ubuntu/+source/lmms/+bug/1182604 stating that the support will be (maybe) fixed within ubuntu 14.04, but no alternatives [17:25] Ubuntu bug 1182604 in lmms (Ubuntu) "AMD64 lmms package doesn't have Vestige VST support while the i386 does" [Undecided,Confirmed] [17:25] xlr20: accordinng to their PPAs, they do maintain it. [17:26] I have a pretty funny question here. :) [17:26] I have dropbox on my PC [17:27] maybe I should use convmv UTF-8 *.* and they will be converted? [17:27] but someone shuts down my PC [17:27] It should automatically wait till dropbox is fully synced [17:27] Is it possible anyway? [17:28] napster: that wouldnt be possible. [17:28] napster: doesnt matter. Dropbox will continue syncing on poweron [17:28] bekks: Would love to see some pointers [17:28] napster: Pointers to "impossible"? [17:29] ActionParsnip: err, well its not exactly the use case. I need this to be synced completely before going down. So that the content is immediately available on other machines. [17:29] hola por aca haber si aprendo un poco mas [17:29] bekks: Nope! pointers to possibilities :) [17:30] Napster: you could see if the client alters a file to state it is up to date [17:30] ActionParsnip: These are my development systems. I work from home - I work on the go and I work from office. === dziegler_off is now known as dziegler [17:30] foro en español en ubuntu o ubuntu forum in Spanish thanks [17:30] !es | leonoc [17:30] leonoc: 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. [17:31] Napster: surely you have dropbox on your systems too, to sync between etc. [17:31] ire for learning English force [17:32] ActionParsnip: hmm, I think I should use git or something to do that completely under control. [17:33] dropbox has their own versioning [17:33] git push before shutdown will be more easier. I was just curios if something can be done with dropbox hooks if they do expose any. [17:35] napster: have you checked out the alternatives to dropbox before? [17:36] xlr20: I have tried out box once, but honestly not much [17:36] there's also Wuala and box.com [17:37] none of them are as convenient and easy as dropbox, even if they are better as far as security and offer more free space [17:37] it's a shame [17:37] xlr20: And is there any specific reasons to point to alternatives? Does they provide any features which could help in my use case? [17:38] napster: well they can offer encryption. wuala and spider oak both do [17:38] MonkeyDust: checking out Wuala now [17:38] xlr20: ok [17:39] These solutions are best suited for sharing photographs or documents which don't have much revisions everyday. [17:39] I run my entire eclipse workspace from Dropbox for the past several months. [17:39] Sigh! [17:39] as do the copy and paste into the chat to learn jajaj [17:40] napster: what *is* your use case? === dziegler is now known as dziegler_off [17:40] gordonjcp: mind scrolling up? [17:41] Shouldn't there be a specific Wayland ATI driver? [17:41] napster: I'm trying to pick out what the original question was, but I can't === embed-ns is now known as phil-ns [17:41] gordonjcp: The original question was that, is it possible to prevent the shutdown till the dropbox files are synced with the server. [17:42] All machines I have access to runs on 13.10 [17:42] napster: who is this person that is shutting down your computer before it syncs? [17:42] xlr20: Unfortunately its me [17:42] :D [17:43] napster: you could try using the shutdown command and timing your computer to turn off after an hour or however much time dropbox tells you it will take to sync [17:43] if one was to install openvpn from the package does it use internal user accounts on the server to authenticate users? or does it have its own internal authentication.. or does it not use users at all and just use certs? [17:43] napster: good question [17:43] napster: is there something that dropbox can call, to tell when it's done syncing? [17:43] xlr20: Ok that is the best part. We can't predict how much time it can take to sync everything up. [17:44] gordonjcp: my mule says there should be something for doing that. Lets digg together :) [17:44] napster: you should be able to.. dropbox gives you an estimate [17:44] ubottu along apredo my life much easier in the chat, he usually always read some text that we are many??? [17:44] leonoc: I am only a bot, please don't think I'm intelligent :) [17:45] xlr20: yes, so the point will be to get that info from dropbox and time the shutdown based on that. [17:46] napster: you can get that info by right clicking on the dropbox icon in your system tray and reading it yourself, then setting the shutdown command [17:46] xlr20: aah! That is a lot of manual work. I'm digging the python SDK for dropbox. [17:47] Something is here. Its Qt, easier for me : http://lycis.github.io/QtDropbox/ [17:47] Napster: have you read the dropbox manpage? [17:47] ActionParsnip: wow! That was a good pointer [17:47] let me do that [17:48] Napster: dropbox status ~/Dropbox [17:48] ActionParsnip: That helps! [17:48] :D [17:48] Thanks a lot mate [17:48] Weird those man pages huh..... [17:49] Np :-) [17:49] let me see I can script things up for it [17:51] Hey guys! Just got linux for the first time! [17:52] ho ho ho! [17:52] Mendel: welcome` [17:52] happy new yearr [17:52] thanks :) [17:53] If I have questions about ubuntu is this a good place to ask? [17:53] yes [17:54] why doesnt it let me connect my iphone? [17:55] Mendel: could you tell us a little bit more like what version of Ubuntu you are using, what you have tried ect ? thankd [17:55] Mendel: when you last unplugged it, did you use the safe removal feature in your OS? [17:55] Hey all. I just installed Gnome 3.10 and pretty quickly uninstalled it again via ppa-purge after I noticed it broke my Unity. I fixed everything again, but my wallpaper/desktop is still broken. Does anyone know how to get it back up? [17:56] Q-collective: you may have to remove the current gnome config, we have no way of knowing what changes the packages from the ppa have made [17:56] Q-collective: also i suggest you contact the ppa maintainer [17:57] Q-collective: what ActionParsnip said maybe use d-conf app to look at each of the settings for the dbus and set back to normal [17:58] Mendel: which file manager are you using? [17:58] im using the newest version. when i click trust it keeps popoing up on my phone and this msg pops up on my computer. DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) [17:58] i dont know [17:59] Mendel: do you use the safe remove feature before unplugging the device [17:59] seems like a mount issue Mendel [17:59] Mendel [17:59] try updating your system. maybe something is outdated [17:59] yes its a mount issue and no whats that [17:59] hi. I use a Tenda R502 router. I enabled UPnP and also DMZ in the router but when I use http://www.canyouseeme.org/ to check if I have an open port, it always give me error. I didn't use a firewall (in Ubuntu 12.04LTS). Why? [18:00] i sudo updates and its all up to sate [18:00] date [18:00] did you upgrade too? [18:00] Mendel: do you safe remove, or do you just unplug it? [18:00] just unplug it [18:00] what should i be updating exactly [18:00] Mendel: why do you think operating system makers put that feature in? [18:01] Mendel: seriously. Think about it [18:01] lol [18:01] lol im just a noob [18:01] Mendel: what? To all computers? [18:01] Mendel: you should be careful with your devices. don't be lazy [18:01] sure I would if I knew what he was talking about [18:02] Mendel: plug it into your windows pc, or mac or whatever you use it in. [18:02] Mendel: then let it sync and do whatever iphone rubbish does, then in the bottom right you will see an icon [18:02] Mendel: if you have any file managers open close them or just reboot, then plug phone back in and see if it mounts [18:02] it charges but i want to download my music from my iphone to ubuntu [18:03] Mendel: you will see "safely remove hardware" and you can use that, then you can unplug [18:03] I would also make sure that I have the most recent lib of libimobiledevice [18:03] can some one help me with ati xfire on 13.10? here are my lspci, dmesg and aticonfig output. [18:03] http://pastebin.com/qDZFQSUh [18:04] Mendel: you unplugging it puts the storage in a bad state and causes issue, especially with proprietary stuff like iphones [18:04] ok thanks [18:04] and libusbmuxd1 [18:04] I have a launcher which is not working right. Is there a log file when you clik on an icon in unity? [18:05] pac1 yeah there are logs und /var/log but one can also run unity from the terminal to debug unity --replace [18:05] Mendel: never seen this: http://usbtips.com/wp-content/uploads/2012/05/safely-remove-hardware.jpg [18:06] hi. I use a Tenda R502 router. I enabled UPnP and also DMZ in the router but when I use http://www.canyouseeme.org/ to check if I have an open port, it always give me error. I didn't use a firewall (in Ubuntu 12.04LTS). Why? [18:06] epsilon1: what is the error? [18:07] pac1: you can also look at the logs of lightdm compiz ect. But what do you mean the icons are failing ? [18:07] that site says my ports are closed [18:08] epsilon1: sounds like a router issue then. [18:08] this is the error: I could not see your service on 95.76..... on port (80) [18:08] epsilon1: can you access it ok over LAN? [18:09] I created my own launcher for eclipse, but it won't start eclipse. [18:09] yes, I accesed my router [18:09] I enabled UPnP [18:09] epsilon1: then how if this an ubuntu issue. The issue is in the router config. [18:11] ActionParsnip: I don't know. I only enabled UPnP and also DMZ host. I saved, I restarted router, modem and computer. But it didn't work [18:11] pac1: if you use the command to start eclipse you've put in the .desktop file (Exec=...) from terminal, does it work? does it give any errors? [18:11] epsilon1: can you access the service over LAN? [18:12] yes. no errors when starting from bash. [18:12] pac1: keep in mind that you need to specify the full path in the .desktop file, not relative to home [18:12] the router? Yes. [18:13] pac1: does the .desktop file have execute permissions? [18:13] epsilon1: then its a router issue, logically. I'd ask in ##networking [18:13] ah, ok. Thanks. [18:15] /j #php [18:15] So I've read on server fault about using DD to back up my drive. My question is, if it's a software raid 1, will this pose any issues? [18:15] glitsj16, no but none of the others do either. [18:16] trijntje, full path is included. [18:16] gdeeble: you would have to do an offline backup, for consistency of the backup. [18:16] debugging unity helped. [18:16] bekks So live CD and do my back up and I should be fine, right? [18:17] gdeeble: yeah [18:18] bekks Thank you. [18:19] uname -a [18:19] my mistake: in the desktop, I had two execs one with the full path, the second without. It was failing on the second. [18:20] thanks trintje and glitsj16 [18:20] pac1: good catch, yw [18:20] myNickisNick, where are the lightdm and compiz logs? [18:20] found a way to have lmms with VST support on ubuntu 13.10 for amd64 - got to install lmms from the PPA irie/lmms, anyway it installed the whole i386 environment, included libc, XOrg and wine, since libvestige does not build for amd64 yet...a fix would be probably needed on the trunk before the release of 14.04, the support for VST is very critical for lmms, and without them it becomes pretty usless (at least for me), it would be like [18:23] After resuming from suspend, my bluetooth mouse 'connects' as in I can see the bluetooth activity led blink when I move it, but the mouse does not move. It seems the only way to fix it is to restart. [18:23] join #deve [18:23] Anyone know a fix for this? === xubuntu is now known as Guest69142 [18:23] glitsj16, the dangers of cutting and pasting samples from the net. [18:24] Pinkamena: try restarting the bluetooth service [18:25] A while ago, I added an item to my unity Launcher Now I can't seem to find where I added it. [18:25] Pac1: click the top left icon and search for it [18:25] how do you find the files for the items in the launcher? [18:26] That gets you something in dash, but where is the underlying file? [18:26] Pac1: they are in /usr/share/applications [18:26] pac1: might be in your ~/.local/usr/share/applications [18:28] cannot access /home/pac1/.local/usr: No such file or directory and its not in /usr/share/applications [18:28] where else does dash look? [18:28] pac1: ~/.local/share/applications/ , no usr [18:28] pac1: see trism, my bad [18:29] np [18:29] pac1: although that's just the desktop files, the list of favorites is in dconf [18:29] pac1: gsettings get com.canonical.Unity.Launcher favorites [18:30] I apparently added it to I added it to ~/.local/share/applications/alacarte-made.desktop === alchemy is now known as Guest86018 [18:33] folks... samba... how come I cant connect to my shares? And no I do not expect you to magicallty know that.. BUT. I can see the shares from my phone/xbmc/windows 7 machine, BUT I am told I have no access to them... === liam_ is now known as Guest18273 [18:33] hey guys [18:34] ala, try fish [18:37] hi there installed nvidia driver 331 Xorg stalled no option to get a shell,just booting with recovery mode i have chance anyone had a better experience [18:38] Is it possible that every time i install the linux source there's all these problems even in Fedora ? [18:39] gabriel better ask in #fedora [18:39] aia: almost certainly a massive permission thing. it was a bit fiddley for me to get it working === DarkAce-Z is now known as DarkAceZ [18:39] MonkeyDust: Now Ubuntu world [18:39] Gabriel: how did you install the driver? [18:39] gabriel, that driver is for trusty 14.04 [18:39] throuh nvidia site, and then tried the ppa [18:40] Gabriel: we cannot support PPAs here. There is a driver installer as part of the Ubuntu OS [18:40] i tried 304 and the next [18:40] Gabriel: what is the output of: cat /etc/issue [18:41] right now i'm not on my desktop [18:42] i just wanted some info about that problem [18:42] .. and somehow available to precise https://launchpad.net/nvidia-drivers-ubuntu [18:42] gabriel, the 331 driver is experimental as well , try, dkms status to see which driver is installed [18:42] Gabriel: i suggest you remove the driver you have installed, remove the ppa and reboot [18:44] this is almwost the same issue,Bug #1243566: Unable to boot after nvidia upgrade , how do i have to upgrade grub? update-grub.. [18:44] bug 1243566 in NVIDIA Drivers Ubuntu "Unable to boot after nvidia upgrade" [Undecided,New] https://launchpad.net/bugs/1243566 [18:45] andyfied: where do I start unwinding the knot? [18:46] |xdcc list [18:46] fist of all see if the folders you want to share are in the samba group [18:46] *first [18:47] i think [18:47] or at least if the owners are in the samba group [18:47] gabriel, make sure you don't have nomodeset in /etc/default/grub [18:48] http:xdccing.com [18:48] |xdcclist [18:49] ceso, type !list [18:50] I cant remember who gave me advice earlier , but thanks to it, I've successfully got photoshop cs6 extended 13.0 working on ubuntu, so I'll just say thanks for the support everyone ! [18:50] Hello! I need to important help with my graphics driver [18:50] j/ubuntuforums-unanswered [18:50] i had to put nomodeset otherwise no way to get any login but after logging in the screen gets totaly black [18:50] *need some important [18:51] Does anyone have AMD graphics here? [18:53] ciencisto: Yeah I run olf ATI card, open source driver . [18:53] gabriel, then you have a vicious cycle loop problem ,as actionparsnip suggested remove the 331 driver and the ppa in /etc/apt/sources.list.d [18:54] ciencisto: olf *old [18:54] my ubuntu laptop wont boot and last time a buddy typed something into the the grub command line and got this laptap to go back to booting just fine, some sort of re-set thing... hangs when I try to boot. [18:54] Bashing-om: Alright. Unfortunately I have a recent AMD card and the open source driver is still not good enough... so I tried the proprietary driver from AMD's website [18:55] ciencisto: And, now you get a blcak screen ? [18:56] whats a good program I should get? [18:56] Bashing-om: Not yet, but I think I would if I rebooted. I got errors (possibly fatal) in my installation log : http://justpaste.it/dyxz [18:56] ciencisto: look'n at the pastie. I be back ! [18:57] Bashing-om: Alright, thank you so much! [18:57] whats a good program I should get? [18:58] Mendel: Depends of what you use? [18:58] ubuntu [18:58] Mendel: And what do you need? [18:58] gabriel, can you get to a virtual console/TTY , ctrl+alt+F1-F6 , then login and remove nivdia-331 [18:59] something interesting to play around with maybe something to trace someones ip [18:59] how can I kill a process which catches both Ctrl+C and Ctrl+Z sequences? [19:00] that is, how can I take the control of the terminal back, in the first place? [19:00] Mendel: Trace someone's IP? I don't know any program for that, sorry. [19:01] ciencisto: looks like the installer removed the failed install, can you get a terminal activated at this time ? will run a couple of commands and have a looksee. [19:01] idk something i can play around with [19:01] that was jus an idea [19:01] Bashing-om: The installation terminal is still opened [19:02] When i use kill() to send a signal from a child process to the pid of the parent (launched as root), the parent sigint handler isnt called. However, if i execute the child process using sudo from the shell, it works. Any idea why? thanks. [19:03] Whats the IM client built into Ubuntu? [19:03] PublicStaticVoid: Empathy [19:04] ciencisto: What returns from: sudo lshw -C display <- looking at the configuration: line in particular. [19:06] Bashing-om: Damn, it's in French. Should be easy to understand though. Gonna make another pastie [19:06] Bashing-om: http://justpaste.it/dyy9 [19:07] ceso: look'n at dyy9 . [19:07] note: kill() returns without error. [19:07] Bashing-om: Alright, waiting [19:07] good programs? [19:08] hi [19:08] ciencisto: Thx [19:08] for linux [19:08] !best [19:08] Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [19:08] PublicStaticVoid: No problem! [19:08] if i send sigkill instead of sigint, it works fine. [19:09] ceso: That dyy9 pastie says that there is the open source driver (radeon) loaded, should be able to (re-)boot and come up ! [19:09] I still have no registration email :( I changed my Nick, droped and re registered 15 ins ago [19:10] and I am trying to access some +r channels === kevin is now known as Guest36231 [19:10] PublicStaticVoid, join #freenode [19:10] THOUGHT THIS WAS FREENODE MY BAD [19:10] Whoops [19:11] ciencisto: Your dyy9 says there is the open source driver (radeon) loaded, should be able to (re-)boot and come up. [19:11] Bashing-om: Yes, I am on the open source driver and wanted to switch to the latest proprietary driver. Are you telling me that this failed installation should have done no harm to my graphics and that I can reboot? The driver installation now asks me to reboot: Actions taken by AMD Catalyst(TM) Proprietary Driver requires a reboot. Would you like to reboot now? Other users may be logged on. [19:11] hi [19:12] can someone help me? i am getting a fatal error when running update-initramfs -u, ERROR: could not open directory /lib/modules/3.11.0.14-generic: No such file or directory [19:12] FATAL: could not search modules: No such file or directory [19:12] quelqu'un ? [19:12] ciencisto: yep, should be safe to do so, I expect you to still have the open source driver available and used . [19:12] i checked my /lib/modules directory all the folders are in the form of 3.11.0-14-generic not .14 [19:13] Bashing-om: Alright. And what about the proprietary driver? Will I be able to install it if I retry of something? [19:14] icloud: why are you manually running that - it should be run automatically with the kernel update [19:14] is noatime necessary with a ssd?? [19:14] yeah i got that after installing the latest kernel [19:15] icloud: where did the kenrel come from ? [19:15] ikonia, so then i tried to manually rerun it [19:15] ciencisto: What is the need to go to the OEM driver ? That means is not for the faint-at-heart ! Have you tried "Additional Drivers" utility to remain with in ubuntu's package management system ? [19:15] !info linux-image [19:15] linux-image (source: linux-meta): Generic Linux kernel image.. In component main, is optional. Version 3.11.0.14.15 (saucy), package size 1 kB, installed size 33 kB [19:16] ikonia, from the repo, i just did sudo apt-get install linux-headers-generic [19:16] Bashing-om: In the past months, I have tried at multiple times the Additionnal Drivers, and always they were either not working or slower than the open source driver, which is also slow. That's why I now want to install the OEM driver [19:16] icloud: while I'm not doubting you personally, it seems unlikley that a kernel would have the wrong directory from the main repo [19:17] icloud: that is a basic test that would get caught in pre-functional testing. [19:18] ikonia, yeah i understand i think there is something wrong with my update-initramfs, b/c actually all the old kernels have the same directory structure too. [19:18] icloud@icloud-X58A-UD3R:/lib/modules$ ls [19:18] 3.11.0-13-generic 3.11.0-14-generic 3.8.0-31-generic [19:18] icloud: again, that seems unlikely that updte-initramfs is a "problem" [19:19] ciencisto: ATI has moved the older (HD 3,4,and 5) cards to "leagacy, and no longer support them > what card do you have ? -> lspci -nnk | grep -iA3 vga <- Maybe nada can be done. [19:20] Bashing-om: My card is pretty recent, AMD Radeon HD 6670 [19:20] hello every one [19:20] happy new year ! [19:20] :) [19:20] DRAMA-MAKER: Hey thanks, you too! [19:21] :) [19:21] is that international server [19:21] ciencisto: Yeah, should have support for it ! Go to ATI's web site and see what they advise for the proper driver version. [19:21] with random people or ? [19:21] ikonia, so is it possible to tell update-initramfs to look for the correct folder? or should i just rename the folders [19:22] Bashing-om: This is where I went: http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64 [19:23] DRAMA-MAKER: With Ubuntu users, developers, and lovers! [19:23] icloud: I can't check the syntax, but I always thought it was possible to manually set it, but I'd be more worried about what's going on with your sysem [19:24] hmmm [19:24] ciencisto especially lovers , innit ? [19:24] :Ä [19:24] :D [19:25] Hi Guys , [19:25] ciencisto, don't ever install propertary ati driver from their website because there's a high chance it will break your X server because it's a generic installer. That's why Ubuntu (and many other distros) package their own catalyst drivers. [19:25] i'm runing a fresh saucy dist on an arm plateform [19:25] DRAMA-MAKER: Probably ;¬) [19:25] i got problem to compil soft with error like /lib/arm-linux-gnueabihf/libm.so.6: error adding symbols: DSO missing from command line [19:26] i have to add libs in makefile [19:26] i already compile those soft on other distro without adding libs [19:26] Pessimist: Let's say that I haven't read your username... But what should I do if neither of Ubuntu's drivers are good enough? [19:26] is there something to check ? [19:27] ikonia, yeah it is really weird i can't boot into the new kernel, but i can still use the old ones. [19:27] is noatime necessary with a ssd? [19:27] randomcpp: No. [19:27] ok thanks === james is now known as Guest47449 [19:28] randomcpp, i use that option [19:28] pacopad, I don't think this has to do anything with Ubuntu and we can't tell/guess what software are you trying to compile and what it has to do w/ ubuntu [19:28] anyone know why that i get a message that my firefox facebook plugin can't access my account? [19:28] for exemple X11 related soft [19:28] compdoc, what's the point to disable journaling with ssd? reduce rw operations? [19:28] ciencisto, catalyst has a shitty (pardon) 2d acceleration so if you have a older cpu you can't change anything. What GPU do you have? [19:29] i got to add -lX11 [19:29] i never do that with this soft on other distro [19:29] maybe i missed a special package on saucy ? [19:29] Pessimist: Gotta regret buying an AMD graphics for Windows 8... I have an AMD Radeon HD 6670 card [19:30] Hello how are you guys doing? I am wondering where games go when they get installed. I am using Ubuntu 13.10 and am installing free games from the software manager. Is there a folder these games go when they are installed? Or do I always have to search in the menu? [19:30] icloud: I just came in... which version of Ubuntu and which kernel version (I've seen 2 similar reports over the last few days) ? === dziegler_off is now known as dziegler [19:31] Guest47449: All programs are installed in a range of directories based upon the program content. To see where all files belonging to a package are installed do "dpkg-query -L " e.g. "dpkg-query -L mygame" [19:31] TJ-, i am using 13.10, [19:32] randomcpp, are you saying disabling 'last access time' is actually disabling journaling? [19:32] whats the ktrace equivalent in backtrack??? [19:32] 3.11.0-13 generic [19:32] ciencisto, free radeon driver should be in a pretty good spot for hd6xxx: http://xorg.freedesktop.org/wiki/RadeonFeature/. It comes by default w/ Ubuntu and you don't have to install anything. If you want the greatest and latest you can try this ppa (it MIGHT be buggy and break your system and it's unsupported here): https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCsQFjAA&url=https%3A%2F%2Flaun [19:32] chpad.net%2F~oibaf%2F%2Barchive%2Fgraphics-drivers&ei=OW3EUqfVKKHH7AaJkoD4Dw&usg=AFQjCNHUnglaCk5d6zktd-L0b7WqtaeGvg&sig2=wfdZs0FSQ-bzmY2DScG5VQ&bvm=bv.58187178,d.ZGU [19:32] SORRY [19:32] Pessimist: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === zenix` is now known as zenix`away [19:32] TJ-, i can't boot into the latest kernel, [19:32] icloud: There have been reports that I tracked down to a failure of "update-initramfs" to correctly build the /boot/initrd.img-`uname -r` file-systems [19:32] https://launchpad.net/~oibaf/+archive/graphics-drivers (fuck you, google) [19:32] compdoc, nope just misspelled the question :/ [19:33] !language | Pessimist [19:33] Pessimist: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [19:33] forget the second question [19:33] Pessimist: Hahaha, now I see why you chose that nick [19:33] hi all - recently upgraded to 12.04.3LTS and discovered I have to manually load wireless driver module rt2800usb for networking, where prior to upgrade it would load by itself; where do I configure the automatic loading on boot? [19:33] compdoc, what's the point to disable access time with ssd? <- [19:33] ??? [19:34] Pessimist: Thanks, going to take a look now [19:34] TJ-, is there any solution to it? [19:34] ciencisto: Kids are in, This will have to wait for a few hours. [19:34] hi [19:34] adminewb1, edit /etc/modules and add rt2800usb there [19:35] someone can help me to understand th utility of dedicated server pls [19:35] thanks [19:35] Bashing-om: Alright, going to rely on others' help. Thanks for your support! [19:35] icloud: Yes. From a booted older kernel create/regenerate the bad initrd-img... if that is the cause. What specific errors do you see when it fails to boot? [19:36] Hi, are there other reasons for getting 'No key available with this passphrase' on 'cryptsetup luksOpen /dev/sda3 cryptdisk' then using the wrong passphrase? [19:36] hi guys someone can help me to understand th utility of dedicated server pls [19:37] ayiga: your going to have to be more specific than that [19:37] ssds have a limited amount of writes before they die. if you dont care about the last time a file was accessed, you can reduce the number of writes, and increase speed [19:37] maybe I need a encryption module loaded? [19:37] Pessimist : Alright, removing all fglrx and doing some cleaning and updating, then I'll try the PPA [19:37] hello all [19:38] on which way can i use th dedicated server, what is th advantage of dedicated server [19:38] what is a ktrace equivalent in ubuntu or can ktrace be installed??? [19:38] ciencisto, if you experience any issues you should fill a bug report for X and if you have any issues just use ppa-purge and reinstall xserver-xorg-video-ati [19:39] TJ, i got black screen, can't drop to terminal. Then i booted the old kernel i got the fatal error when manually regenerating the initframs [19:40] What is gnome-flashback? [19:40] icloud: Is there a separate partition for /boot/ ? Has it run out of space (try "df") ? [19:40] Pessimist, how can I report a but for X? [19:40] yeah /boot is on a separate partition === zenix`away is now known as zenix` === dziegler is now known as dziegler_off [19:41] TJ-, no it is only 50% used [19:41] icloud: Can you do "sudo update-initramfs -uvk all | pastebinit" (assuming you have pastebinit installed) ? [19:41] ciencisto, https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/Radeon and include as much relevant info as possible. [19:42] What's the default crypt method of the ubuntu installer with luks? Is it aes? [19:42] Pessimist: Alright, bookmarked. Just wondering, is there anything in Firefox that can make scrolling s*ck? [19:43] denysonique, gnome 3 had radical changes to the environment so they implemented a shell 'gnome-flashback' which is similar to gnome 2 and uses similar underlying technologies [19:43] ciencisto: sick? [19:43] ciencisto: suck? what is "s*ck"? [19:44] Pessimist: is this something supported, usable? I logged on using it but I am unable to set virtual desktops [19:44] gordonjcp: Yes, the latter. Scrolling is extremely laggy [19:44] ciencisto: have you disabled smooth scrolling? [19:44] Yes I have gordonjcp. It's even more painful [19:44] hm [19:44] ciencisto, if you just removed fglrx and didn't install radeon back then you are using vesa which doesn't use your gpu at all [19:45] true [19:45] using vesa would make *everything* suck, not just scrolling [19:45] TJ, update-initramfs is looking for /boot/config-3.11.0.14-generic instead of /boot/config-3.11.0-14-generic and also /lib/modules/3.11.0.14-generic instead of /lib/modules/3.11.0-14-generic, i created symlink to both places and it seem to have regenerated the initrd.img [19:45] TJ-, ok i will remove the symlinks and pastebin it [19:45] Pessimist: How can I install Radeon? I indeed think that I'm using something called Vesa-TURKS or something like that +gordonjcp [19:48] ciencisto, https://wiki.ubuntu.com/X/Troubleshooting/VideoDriverDetection#Problem:_Need_to_purge_-fglrx then try installing xserver-xorg-video-ati [19:48] Pessimist and gordonjcp, I checked and I'm using xserver-xorg-video-ati right now. I wonder if it'd change if I rebooted [19:49] TJ-, here you go http://paste.ubuntu.com/6674712/ [19:49] ciencisto, you must atleast reboot your X, idk if you have to reboot your computer [19:50] Pessimist, how can I do that? === phlx is now known as phelix [19:51] ciencisto, sudo service lightdm restart should probably work or just sudo pkill X [19:51] Pessimist: That is weird. All graphics are fine, the Dash is snappy, but scrolling in Firefox is atrocious. [19:52] icloud: Good... starting to see the issue... can you do "ls -latr /boot/ /var/lib/initramfs-tools/ | pastebinit" === alex12 is now known as alex12-afk [19:54] http://paste.ubuntu.com/6674731/ [19:54] TJ-, http://paste.ubuntu.com/6674731/ [19:54] icloud: interesting two entreis with - and . [19:55] icloud: This ought to fix it: "sudo update-initfamfs -d -vk 3.11.0.14-generic" then do "sudo update-initramfs -uvk all | pastebinit" again... that should not fail. [19:55] How can I find all processes that are generating sound? [19:56] I've purged alsa and pulseaudio before and reinstalled, which seemed to clean up the buzzing. But it keeps coming back. === AndresSM_away is now known as AndresSM [19:57] BrianH: what kind of buzzing? [19:57] TJ-: Uh, it's hard to explain. [19:58] BrianH: hum it? :p [19:58] I'm back [19:58] It's a constant "rrrrrrrrrrrrrrrrr" [19:58] http://paste.ubuntu.com/6674749/ === Webbnix is now known as MattsTechUK === Sky-Dreamer is now known as SkyDreamer === cubix``201 is now known as cubix` [19:58] !netsplit [19:58] TJ-, ok its fine now, thanks for your hlep === FR33N0D3 is now known as PR1M3-1NST1NCT === Guest89481 is now known as shah` === liquidsword_ is now known as liquidsword [19:59] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit === Mikaela_ is now known as Mikaela [20:00] BrianH: A low-level buzzing can often be caused by a PC's internal audio cables (or external headphones/microphones) picking up stray signals from electrically noisy components ... does the sound seem to vary with the load on the PC ? === Vobine is now known as Psychoholic [20:01] TJ-: Nah, like I said, I can purge alsa and pulseaudio, reinstall and reboot, and the system is fine. [20:02] given that alsa is part of the kernel, one does not simply "purge alsa" [20:02] So. I have a new laptop, Lenovo G580. It works great, but the brightness drops to 0 every time Ubuntu boots (it's fine on BIOS POST stage), what gives? How could I make it keep the brightness at a normal level? [20:03] rww: alsa-base [20:04] and alsa-utils [20:05] I leave my system run 24/7, and typically don't realize the buzzing until I start working on it in the morning and turn on the speakers. === Don is now known as Guest39609 === cederfjard_ is now known as cederfjard === Punna is now known as Pwnna [20:09] !netsplit === neunon_ is now known as neunon === bnice is now known as Br|aN === Sprockt is now known as Sprocks [20:09] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [20:12] hey all, there is a sticky notes applet I have installed, but what's the name of the program/ [20:12] Fun fact: the Japanese write it as 'mackerel split' because the word 'server' sounds similar to 'mackerel' in Japanese [20:13] Buzzer: er.. that was humourosly ot.. [20:16] gartral: what did you install exactly? [20:16] gartral tomboy? [20:16] glitsj16: i didn't it came preinstalled === yannick is now known as breizhodrome [20:18] gartral: can you see it in /usr/share/applications? [20:20] hello I put Thai as language and then switched back to English but all my file names are with bugged encoding currently and aren't in English anymore any ideas? [20:21] Are there standard meanings for exit statuses? [20:22] aside from 0 = normal and > 0 = not normal [20:24] Seven_Six_Two: for bash --> http://www.tldp.org/LDP/abs/html/exitcodes.html [20:26] glitsj16, perfect! thanks! === Jan11 is now known as ON1 === JanC is now known as Guest80746 [20:30] hello, i'm having some issues setting up ubuntu 13.10 as a dual boot on a windows 8 laptop, is this the proper place to ask? [20:31] metadept: Sure thing. [20:31] !efi | metadept, please consult this. [20:31] metadept, please consult this.: 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:33] well specifically, i installed ubuntu on a separate hard drive (24gb ssd) as a single partition without a swap partition, it seemed to work fine, but attempting to access some of the windows partitions gave me an error saying that windows hadn't shut down properly so they were locked [20:33] metadept: Windows 8 doesn't shut down fully when you say shut down. See e.g. http://www.howtogeek.com/129021/how-to-do-a-full-shutdown-in-windows-8-without-disabling-hybrid-boot/ [20:33] then when i booted into windows, it went into system restore and did a bunch of opaque operations, which broke the linux partition SOMEHOW such that it boots to recovery mode but not graphical === codethough is now known as codethought [20:34] (no idea about the second part of your issue, i have no experience with windows 8 system restore) [20:35] so part of my confusion stems from the fact that i have no idea what windows even did when it decided to "fix" things or why it would have any issue in the first place with something on a separate empty drive === alex12-afk is now known as alex12 [20:35] Windows 8 fast boot, creates error in Linux. It's a known problem, and there are good work around [20:36] danishman, thanks, i'll see if disabling that solves the issue [20:37] yes [20:37] where can I get help with scripts? [20:37] Need help with "AWK" [20:38] Darkenvy: i'd try #bash [20:40] glitsj16, I downloaded the freenode list and found out that awk has its very own channel :O [20:40] glitsj16, thanks man. I didnt think Freenode would have that :P [20:41] Darkenvy: good to know thx === solsTiCe is now known as Guest48791 [20:44] Could anyone help me with ruby gems and ubuntu? === Guest80746 is now known as JanC [20:48] test === eric is now known as Guest12299 [20:49] hi all, I'm trying to encrypt a second drive on 12.04 lts but all i can find online is the full process for encrypting an os drive. Can someone point me to a good doc on just encrypting a second drive [20:55] devdvd, create a volume group on that drive then create volumes you want and encrypt it with cryptsetup [20:56] hey, what is the difference between a mainline and repo kernel? [20:57] vaio: The first does not contain the additional ubuntu patches of the latter. [20:57] vaio: The first one is build from the stock kernel.org sources. [20:57] oh ok [20:58] and the repo kernel, is shipped on the install medium/via updates? [20:58] vaio: Correct. [20:58] bekks: a guy on the launchpad error tracker asked me to submit a bug with the repository kernel booted [20:59] guess i'm clear then [20:59] thank you [21:00] vaio: you're welcome. [21:02] hey [21:02] how do i open magnet links in transmission? [21:05] jj_, add torrent by url or something like that ? [21:05] Pessimist: yes [21:06] Pessimist: thank you [21:06] i use transmission as default torrent client, but theres no option to open magnet with it === AndresSM is now known as AndresSM_away [21:07] devdvd, then you can open it with cryptOpen (you probably have found some kind of article/tutorial -- it's pretty straightforward) [21:08] jj_, there is add -> add url on my transmission 2.51 [21:09] jj_, drag and drop not working? [21:09] Pessimist: but i want like, when i click the magnet link, it opens automatically in transmission [21:09] jj_: you've got to set /usr/bin/transmission-gtk as your preferred magnet protocol client in your browser, so when clicking a magnet url it gets sent straight to transmission [21:10] jj_: what browser do you use? [21:10] firefox [21:11] glitsj16: [21:11] it worked [21:11] jj_: ok, you can set it in firefox prefs > applications, search for magnet and assign transmission-gtk to it, you'll need to browse manually to /usr/bin [21:11] cool [21:11] i had to go to this directory: /usr/bin/transmission-gtk [21:11] then it worked [21:11] but if i type transmission to search, it doesn't find anything [21:11] strange [21:12] jj_: type transmission where? [21:12] in dash? [21:12] in that window that you choose the app to open [21:13] ah in firefox .. you need to look for torrent and assign the same /usr/bin/transmission-gtk to it i believe [21:14] jj_: you can only look for protocols/mime-types and assign apps, not the other way around [21:14] but, if i lookd for "transmission" shouldnt it return the transmission-gtk? === gordonjc1 is now known as gordonjcp [21:16] jj_: i don't think so no, because transmission isn't a content type [21:16] hi, i have a server with 2x1tb. when i look at gparted it shows sda nd sdb identical partitions with each being 1tb raid . When i look at the file system under system monitor it shows /dev/md2 as home and /dev/root with bot being only 1tb. Am i missing something? shouldnt i be seeing 2tb? [21:17] maybe i dont understaind raid [21:19] aloha all, i got a Xonar 7.1 and a 7.1 headphone, but i can not configure my ubuntu 13.10 at 7.1 i only can configure it at 5.1 any one can help me with that please? -.- [21:20] marcos: RAID-1 == mirror I'd guess you actually have something like sda1 + sdb1 = md1 mounted at /, and sda2 + sdb2 = md2 mounted at /home [21:21] yes ur actually correct [21:21] but shouldnt it shows as 2tb? [21:22] curiousx #better off in #ubuntustudio, i guess [21:23] Does anyone know if Ubuntu is secure?/ [21:23] oh thanks TJ- i got a link explaining raids [21:23] thank you again [21:24] jj_: How did you install transmission-gtk? [21:25] User338857585858, what do you mean? [21:25] it comes with ubuntu 13.10 [21:25] geirha: [21:25] jj_: Then it should've been available from the Dash, yes [21:25] I mean, the NSA seems to have owned just about everything... have the bough ubuntu as well??? [21:26] it is geirha [21:26] but its doesn't show up in the window of adding app to open magnet in firefox [21:26] Greetings & Happy New Year [21:27] jj_: Ah, maybe check if you have any transmission desktop files under ~/.local/share/applications === bill is now known as Guest69219 === snor- is now known as snoralx === Guest69219 is now known as bill_ === snoralx is now known as snorlax [21:28] MonkeyDust, ty [21:28] ill try that channel its a good idea, maybe they can help me :) [21:29] The operation was a success. I have now completed the debootstrap process and I'm running off my "new" disk. I also have my old failing disk mounted as an external device. I would like to restore all of my old applications, settings, data, etc. What's the best way to go about doing that? [21:29] curiousx: have you tried http://www.webupd8.org/2009/06/enable-surround-sound-in-ubuntu-linux.html yet? [21:29] jj_, if you set it in preferences and when you click on the magnet link it won't show any windows in firefox, it will just open transmission and show you the window of adding a new torrent there [21:30] jj_: Oh, nevermind. I see the transmission-gtk package doesn't register itself as a magnet opener [21:32] hi [21:33] I'm sure there must be a log file that has a record of all the apt-get installs I've done for starters? And perhaps another program that reads that file and can re-install those things - perhaps with interactive input so I can pick and choose what I want to reinstall? [21:34] Quick question about bluetooth. If I run "dmesg | grep Blue", it lists bluetooth devices, but when I go to the bluetooth preferences it says there aren't any devices found. [21:34] Sort of a like a backup/restore in a way? [21:34] apb1963: /var/log/dpkg.log [21:34] apb1963: No sort of backup/restore, just a log. [21:34] bekks: good starting point ty === jcd is now known as jcdietrich === dzieglerg is now known as dziegler_off [21:44] hey [21:46] Where is the best place to start when figuring out why an ubuntu 12.04 lts server has crashed? I know the time. The syslogd tells me nothing: Here is a snippet: http://pastie.org/8592187 [21:47] bjensen8_: kern.log, auth.log [21:48] bjensen8_: if it lost power you won't see anything (unless its on a UPS)... if the kernel panicked then unlikely the log file was synced to disk [21:48] bjensen: right. I asked the hosting center. they said they looked at their power usage graphs, no drops [21:49] TJ-: I mean [21:49] bjensen8_: The best place to start looking would be at the console, prior to rebooting the system [21:49] bjensen8_: then search all the logs to reconstruct the time it failed and work backwards from that point in all the logs to see if anything stands out [21:50] apb1963: Right Ive done that for syslog, nothing unusual is popping up. Only blocks by UFW [21:50] bjensen8_: How long was it from last entry before crash, to the reboot? Could that indicate a physical intrusion? [21:51] TJ-: 20 minuttes [21:51] bjensen8_: Not syslog... not any log. On the screen... prior to rebooting [21:51] apb1963: Um..how can I check that now? [21:52] bjensen8_: after taking a picture of that screen with a camera, then you can reboot and start looking at logs as TJ- is saying [21:52] bjensen8_: You can't. Now you know for next time it happens :) [21:52] its a U1, no screen [21:52] rack [21:53] that could be a problem [21:53] then ssh in and wait for it to break [21:53] TJ-: Sorry I just checked again its 8 minuttes. Which I think is reasonable because it does a lot of temp calibration etc when starting from the bios [21:53] not that it helped me === Thor|Away is now known as Thorium220 [21:54] I believe there's a way to redirect the console to a log file on a remote machine... I don't remember how to do it though. [21:54] andyfied: It will not help - in case of a kernel panic, your ssh connection dies, too. [21:55] and to be honest... I don't know if it would help in the instance of a kernel panic [21:55] The only thing in the kern.log within 30 min of the shutdown is UFW blocks. So perhaps a malformed package to make the server crash? [21:55] package = packet [21:55] oh, didn't read up far enough for kernal panic, but i thought there was only two things you could find out from that anyway, sync or no sync to disk [21:55] I remember reading about packets of death a long time ago, but it was a fairly rare situation [21:57] bjensen8_: Do you have remote KVM to it? If so set up a logging monitor on it in case it happens again... could be a developing hardware fault [21:58] Hello again [21:58] How can I install jsattach? [21:59] Any ideas? [21:59] bjensen8_: TJ- had a good thought... do a memtest on it [21:59] TJ-: I could order it yes [22:00] What package is it contained in? [22:00] there isn't any kind of mamaboard test is there? [22:00] apb1963: can I do memtest from within ubuntu? [22:00] bjensen8_: you can install memtest86+ and reboot into it. [22:01] bjensen8_: you would need a console. [22:01] bekks: yeah I was hoping I could perform a test from within ssh [22:01] not while it's running afaik .... you have to run it from a boot [22:04] ok ill see if it happens again and then order a kvm at the hosting center [22:04] I can use memtest if I have kvm, right? [22:05] I also wanted to run memtest while the machine was up... but you have to figure that at best, it could only test memory not currently in use... otherwise it would have to keep rearranging memory allocations and I don't think that's even possible in ubuntu - specifying where in memory a program will run? That would be something. [22:06] I mean it could be done... I just don't think the kernel is designed that way - but then I'm just guessing. === Dark-Ace-Z is now known as DarkAceZ [22:20] sup yo === zenix` is now known as zenix`away [22:22] Hi I think about installing a newer kernel on 12.04 via linux-generic-lts but what does eol stand for? [22:22] rhagu, eol = end of life [22:22] !eol [22:22] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [22:24] Hello Ubuntu IRC! [22:24] ah, so eol versions will not automatically switch to the next hwe stack after (for example) saucy has reached its end of life? [22:24] I'm trying to use PostFix to forward my emails to Gmail, but I'm getting this error: http://pastebin.com/zwD4gs6R [22:24] rhagu: No. [22:25] hi [22:26] Pessimist now type /topic what releases are not yet eol [22:26] to see* [22:28] what is the difference between ubuntu repos and debian repos? [22:29] samiralajaad: one is for debian, one is for ubuntu [22:30] Rhagu: you need to manually upgrade to Trusty from Saucy. Saucy will continue to work after it is EOL but you will get zero updates and zero community support [22:31] Hello, I need a multithreaded version of grep for searching in a file which make 1TB. Does any one know a working version? thanks [22:32] ActionParsnip I see, but what is the difference between these two packages: linux-generic-lts-saucy-eol-upgrade linux-generic-lts-saucy ? [22:33] !info linux-generic-lts-saucy-eol-upgrade [22:33] Package linux-generic-lts-saucy-eol-upgrade does not exist in saucy [22:33] Rhagu: where are you getting the package from? [22:33] sudo apt-cache search linux-generic-lts on ubuntu 12.04 [22:34] linux-generic-lts-saucy is a backport of saucy kernel to ubuntu 12.04 [22:34] Rhagu: that command doesnt need sudo? [22:34] ActionParsnip: it's in precise and precise-updates [22:34] Rhagu: it doesnt. Stupid keyboard [22:34] Rww: i see [22:35] It is the other one with eol in it, which I do not know what it is good for [22:36] rhagu: For updating from already EOL versions. === hub is now known as Guest58152 [22:42] !nomodeset [22:42] 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 [22:43] hello, what do people call the "try Ubuntu" session when you boot from an install USB? [22:43] do they call that the liveUSB? [22:43] shahan123123: Yeah. [22:43] bekks so (running with the quantal kernel) instead of installing the next version via linux-generic-lts-raring I would just do linux-generic-lts-quantal-eol-upgrade? [22:44] rhagu: Only when your Ubuntu release is EOL. [22:44] what does it do if it isnt? [22:45] i see, i got a "could not write bytes: broken pipe" error at boot, and am now using Ubuntu 12.04 liveUSB [22:45] shahan123123: Does it matter? Does it work for you? [22:45] rhagu: I cant tell, I am running supported releases only. [22:46] shahan123123: did you MD5 test the ISO you downloaded? [22:46] F [22:47] bekks I am not sure whether I understand your answers correctly, but you know, that "linux-generic-lts-saucy-eol-upgrade" is a package that can be found via apt-cache search on a ubuntu 12.04.0 install? [22:48] jhutchins: ActionParsnip, i had a working install of 12.04 going for a while on my laptop, it was the only OS on there and recently i got the broken pipe error it won't boot at all and running form the liveUSB kinf of sucks it is a 32GB usb and wireless won't work [22:51] I think I have a corrupt ext4 partition, but when I attempt to run fsck.ext4 on it, it tells me that it isn't a valid ext2 partition... [22:51] shahan123123: Will the machine boot to the Recovery session (Hold down shift as the machine starts to boot to get the GRUB boot-loader menu, then navigate the grub menu to locate the "Recovery ..." option [22:51] Is there another way that I'm not aware of to fix ext4 partitions in Ubuntu? [22:51] Hello, I have a question about virtual systems and real systems. Does one of the options has an advantage considdering the space on the harddrive? [22:54] Guido1: No. [22:54] Guido1, The advantage of virtual is running more that one os at a time not the space. [22:54] TJ-: yeah i've been to the recovery and can use a TTY for some stuff, but "fix broken packages" didn't help, what can i do in recovery mode? failsafe graphics mode does nothing it just blinks [22:55] rhagu: If you are running an EOL version of Ubuntu, you should use the -eol-upgrade kernel package - if your release is still support, you dont have to use it. [22:55] Beldar, bekks: Okee, I already thought that. thanks [22:55] bekks I see, thanks === nathan is now known as Guest93620 [22:56] shahan123123: It can be caused by a couple of issues. The first is mistmatches with the video card drivers (especially nvidia), the other is a user profile file created by the X display server that simply needs deleting ( "rm /home/$USER/.Xauthority" - replace $USER with your username) [22:57] I also have another question. I'm using seamnkey and firefox on xubuntu. some websits ask if it is allowed to get information about the location. if i say "yes" it doesn't work. if i use the same browsers on windows xp it works. so i assume that it has to do with xubuntu. [22:58] TJ-: hmm I saw that on a thread/Askubuntu thing before and i know my laptop doesn't have nvidia [22:58] TJ-: I sudo rm .Xauthority in home directory and it didn't fix it... :( thanks for the help though [23:00] shahan123123: Create a new clean user profile and try logging into that; if it works, you know the cause is something specific to the main user profile ("sudo adduser test") [23:02] TJ-: oh i disabled the 'ask for password' at login and I get the error .... hmm is there a way to enable the ask for password from the tty? or root shell prompt? [23:02] anyone got the ati drivers working in 13.10 with dual monitors? [23:04] TJ-: i mean like since, I set it up to auto login and bypass the user and guest screen password prompt screen, the error shows up automatically right? [23:04] TJ-: since it goes straight to my user account [23:04] I also have another question. I'm using seamnkey and firefox on xubuntu. some websits ask if it is allowed to get information about the location. if i say "yes" it doesn't work. if i use the same browsers on windows xp it works. so i assume that it has to do with xubuntu. [23:05] shahan123123: Check the "/etc/gdm/custom.conf" file, "AutomaticLoginEnable=False" will do it I think [23:07] is there any application to watch TV for linux [23:07] Anyone got any idea why I'd be getting this message when I attempt to do an ls of a directory "ls: cannot access workarea: Input/output error"??? [23:07] I dont have TV card [23:08] TJ-: hmm i seem to not have a 'gdm' folder in etc... what does that mean? lol in root directory right? [23:09] shahan123123: Hmmm, I thought 12.04 had GDM as its display manager... maybe it had moved on to lightdm ... long time since I used it with GUI [23:10] shahan123123: OK, it is lightdm [23:11] TJ-: oh ok so "/etc/lightdm/user.conf"? [23:11] hey all. certain x apps look really miscoloured. i have a feeling it is my nvidia module [23:12] TJ-: oh what there is lightdm and users.conf [23:13] shahan123123: remove "autologin-user" entries from "/etc/lightdm/lightdm.conf" "[SeatDefaults]" section [23:16] TJ-: cool that makes sense, this is one of the 5 lines left is it okay?: "autologin-session=lightdm-autologin" ? [23:16] pvl1: laptop or external monitor? [23:18] shahan123123: I'm not entirely sure... the version I have here seems quite different from what is in 12.04 [23:19] Hi guys! Does any of you guys know how to get libudev-dev working on ubuntu 12.04? [23:20] ZoltaNman: What did you try to do? How did you try to do it? What did you expect to happen? Specifically what happened instead? [23:21] The error I get is /lib/x86_64-linux-gnu/libudev.so.1: no version information available. I have installed libudev-dev, libc6, multiarch-support and ia31-libs [23:22] TJ-: okay i'll try that [23:22] anyone got the ati drivers working in 13.10 with dual monitors? [23:22] TJ-: i dropped to root in this liveUSB session and adduser'd test [23:24] shahan123123: If you're in a liveCD session you are editing only the live session, not the installed OS on the hard disk [23:24] usage hdmi and vga will be good [23:24] jhutchins: external monitor. television actually [23:25] quas: i don't have vga, only hdmi and DVI [23:25] pvl1: Did it suddenly change? [23:25] sad [23:25] shahan123123: You need to boot from the installed 12.04, hold down Shift as soon as the BIOS hands over to the GRUB boot-loader, and from the GRUB boot menu, navigate the sub-menu to the "Recovery..." option... that'll boot to a single-user non-GUI session where you can make the changes [23:25] jhutchins: after a kernel upgrade, and i reinstalled nvidia module. perhaps i should justtry to reinstlal module again. is glamoregl neccessary? [23:26] pvl1: Check your cable. [23:26] jhutchins: but everything else works fine... just vlc is blue [23:26] TJ-: oh i seem to have made the changes from a "sudo -i" in this liveUSB session... but i'll check again when i reboot into recovery, thank you. [23:26] ZoltaNman: What did you try to do? How did you try to do it? What did you expect to happen? Specifically what happened instead? [23:28] cian1500ww: /win 3 [23:29] jhutchins: I am trying to run cgminer. The error I get is /lib/x86_64-linux-gnu/libudev.so.1: no version information available. I have installed libudev-dev, libc6, multiarch-support and ia31-libs. === dziegler_off is now known as dziegler [23:33] www.mafia2lug.com super mafia game! come and you [23:33] danydany: no advertising, please [23:34] ok === quas is now known as vasya === vasya is now known as quas [23:41] ZoltaNman: I presume that's a bitcoin thing? It looks like some component of it is unable to determine the version of libudev - why it needs that who knows. Sounds like poor coding/packaging. Try a different miner? Get support from the project? [23:42] !list [23:42] bobborna: 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 ». === dziegler is now known as dziegler_off === alex12 is now known as alex12-ask === alex12-ask is now known as alex12-afk === Thorium220 is now known as Thor|Away [23:49] :-) [23:50] hi, I'm frustated - does anybody managed to install ubuntu 12.04 on raid > lvm > luks via debootstraping? Why does it only works via guided installation? [23:56] does grub-install uses /etc/fstab or /etc/mtab?