[00:00] cuddylier: you should be able to press escape key on that screen to get the menu. I've noticed that behavior on some machines. [00:00] cuddylier: you just made something up there, do you mean you're booting a VM from an ISO? :) [00:00] its really frustrating because no one else seems to have this prboekm [00:00] there is an ubuntu ISO specially for the mac right? wounder if he use that [00:01] if i wasnt alone here it wouldnt be so terrifying [00:01] daftykins: On a KVM you can have virtual media [00:01] I have mounted the ISO on virtual media [00:01] So it thinks it's a CD [00:01] I pressed esc and it's on a loading screen now [00:01] o0 [00:01] basicaklly xboxdrv works, and jstest-gtk detects the controller, but no button or joystick m otions are registered [00:02] https://help.ubuntu.com/community/Sixaxis [00:02] for the control [00:03] cristobal: thats for bluetooth [00:03] hunt_: do you know how to use a terminal ok (i hope so). in a terminal (a new terminal) "ls /dev/input/js*", we hope to see a js0 at least, but if there are others, pay attention. then "cat /dev/input/js0" and press buttons on the controller, do letters get added to the screen? [00:03] im wokring over usb [00:03] i used before but the axis on ps3 controler get me crazy [00:03] works [00:03] zykotick9: i actually tried that, and no cahracters were added [00:03] ugh. I installed realmd but I can’t get it to work and now when I say adduser it asks “Current Kerberos password:” and I don’t know what to do. How can I get rid of this? [00:03] zykotick9: i get 2 lines of undisplayable cahracters and then nada [00:03] hunt_: what about the sticks/dpad? [00:04] zykotick9: ive pressed everything [00:04] How long does the Ubuntu Desktop loading screen usually show for? http://puu.sh/9Hks2/3e46049da8.png [00:04] zykotick9: and rotated [00:04] hunt_: is there a js1 or js2 or anything? [00:04] cristobal: are you saying it works for usb? [00:05] zykotick9: no, only js0. a day or two ago i was working ont his and someone said to check the usb device error logs, and there was an error there, but i cant recall where the lgos are [00:05] hunt: i had used with the usb cable as well if i am not mistaken on 12.04 LTS google it just in case [00:05] Is it possible to check which app receives a certain keystroke? My keyboard has Sound + / Sound - buttons but only Sound - works. Sound + doesn't work in my default install but works in a LiveCD and I'd like to figure out why. [00:05] hunt_: the only time i ever had a ps3 controller, it was plug and play over usb... i don't know what could be wrong if the cat test doesn't work??? best of luck! [00:06] zykotick9: do you know where the usb error logs are? i know there was an error when i plugged it in and i think that will help [00:06] Daekdroom, verify the default soud on settings [00:07] cristobal, what about it? [00:08] Daekdroom, when you boot and log in verify it have selected the audio device name you want sometimes happened to me that by strange reason it was not the default i wanted [00:08] hunt_: i'd guess dmesg would show it. "dmesg | tail -20" after plugging it in _might_ work? [00:08] cristobal, but that has nothing to do with keyboard buttons. [00:08] My sound works just fine. [00:08] Daekdroom, sorry i tought i read about sound problem my bad :P [00:09] ok for my usb sixaxis controller im getting the following two errors on plug: can't set operational mode; probe of failed with error -38 [00:15] is there a command to locate and delete files at the same time in terminal ? [00:16] milad191: find can do that [00:17] what about locate ? [00:17] milad191: look into find... as histo just said ;) [00:17] milad191: find . -iname 'foo*' -exec rm -i {} /; [00:17] danger wilrobinson! ;) [00:17] XD [00:19] or find with -delete would be easier === cassio is now known as Guest23848 [00:19] but locate finds all the files related to the name i write - the thing that find doesn't do [00:19] milad191: becarefull as find will continue into sub directories [00:19] milad191: what command are you trying [00:19] i use locate [00:19] for finding [00:20] now i want all the that it finds to be deleted [00:20] how do i do that ? [00:20] milad191: you'd have to pipe the output of locate to rm [00:20] how ? [00:21] milad191: what find command did you try? [00:21] histo: had to do something else for a while, but I'm back now - boot from DVD successful, but I don't know how to keep myself out of graphics mode - is there a text-only howto? [00:21] i use locate [00:21] seekr: ctrl+alt+F1 will take you to a tty on the iso [00:23] milad191: honestly, i had to "man locate" just to find out what it actually was. i'd strongly recommend you switch to using find, it's a much more broadly used too for this sort of thing (though find _is_ a challenge at first) [00:23] is that after I get the logo thin on the bottom of the screen, histo? I'd assume so. [00:23] hey guys, was the theatre_detect module deprecated? It seems to be missing from the xserver-xorg-video-* packages entirely [00:23] histo : how can i pipe the output of locate to rm ? [00:23] histo: I think I need to know what I do at that point, where I see that logo - it must be described someplace - don't want to waste your time holding my hand :) [00:23] milad191: > [00:23] Pressing escape does not fix this anymore: http://puu.sh/9HlIw/5b4bd81d8e.jpg Anyone any ideas? [00:23] anyone knows ? [00:24] Why is it that setting a keybinding in System Settings > Keyboard > Keyboard Shortcuts actually make it not work? [00:24] histo: and getting into a tty is nice, but I want to run the installer [00:24] histo: It's the | character, if I'm not mistaken? The > is a redirect, isn't it? [00:24] milad191: that won't work just use find [00:25] histo: I want to install in text-only mode - and then run the system in that same mode [00:25] seekr: use the mini.iso or the server iso [00:25] find doesn't work the way locate does [00:25] histo: now you tell me! :-\ [00:26] histo: I told you earlier that I'd downloaded the desktop system ISO. [00:26] milad191: yes it does [00:26] milad191: i'm 99.9% sure it could, with the right switch ;) [00:26] what's the right switch ? [00:26] milad191: find /path/to/look/in -iname '*somesearchterm*' -delete [00:27] milad191: I would run it without the -delete switch first to make sure what you want to delete is what you are deleting [00:27] so there is no other way to this with locate ? [00:27] histo: Is there no way to run the desktop system installer in text-only mode? [00:27] milad191: there is but it's stupid [00:27] milad191: histo -iname for case insenitive is a good start ;) try without the delete first though! [00:28] can you show me ? [00:28] find /path/to/look/in -iname '*somesearchterm*' [00:28] find searches in the real system, locate uses a previously built database unless you perform updatedb [00:28] milad191: locate dumbway | xargs rm -i [00:29] hips [00:29] histo: nice! assuming that works ;) [00:29] i should replace the name with dumb name ? === dgsrgs37063 is now known as RandomGuy5432 [00:30] i hope it works [00:30] milad191: You should substitute the search expression where "dumbway" is :-) [00:30] Anyone any idea why my ubuntu live cd just sits on the purple screen with the little man? [00:30] it will work without the -i [00:30] At the bottom === robert__ is now known as zoomzoom === dfgas_off is now known as dfgas [00:33] milad191: also you can't use -i which is confirm with this method as xargs will pass all results to rm as one line [00:33] cuddylier: try booting from cd again, happens sometimes [00:33] histo: Is there no way to run the desktop system installer in text-only mode? [00:33] vilambit: Already tried 3 times [00:33] oh [00:33] seekr: no [00:34] histo: :( [00:34] seekr: that's why I was saying way back in our chat to use the mini iso or the server iso [00:35] cuddylier: How long did it sit? [00:35] can i use -rf instead ? [00:35] celroc: As long as I left it [00:35] * histo hopes milad191 has backups [00:35] milad191: yes [00:35] histo: oh [00:36] i trying it on elinks [00:36] histo: I'm downloading ther server iso now. === testing22_ is now known as testing22 [00:36] k [00:36] should i be afraid of that ? [00:36] cuddylier: If it was more then 3-5 minutes, then you may want to reboot and hit the tab key while it is booting. IIRC, this shows output of what the system is trying to do as it boots. It might show a better hint at where its getting stuck [00:36] Ah okay, good idea [00:37] gusy wtf do i do with my controllers [00:37] i cant get any of them to work [00:37] everyone just says it automatically works on plug [00:37] but it doesnt [00:37] there are some errors in dmesg too [00:37] someone please help :'( [00:39] hunt: Might I ask which program/game you were trying to use the controllers in? [00:39] celroc: i just bought this rogue game in the steam sale [00:39] celroc: but the controllers not registering either way [00:40] hunt: Oh. How strange. They aren't working at all? [00:40] they are listed in my devices [00:40] i tried running xboxdrv, which is suggested by loads of people [00:40] but no events are registered in my computer [00:40] when i press buttons or move joysticks or do anything [00:40] celroc: TAB key after or during this? http://puu.sh/9HmRm/c13c1df458.jpg [00:40] i cant get it to respond [00:41] cuddylier: Before, I think. Although it might work at/after that screen, too [00:41] Okay as that screen is doing nothing, just sits there. [00:41] No matter what I press [00:42] for anyone who thinks they can help, heres the dmesg log from the moment i plug in the controller http://paste.ubuntu.com/7692878/ [00:42] it appears theres an error [00:42] how can i find all the commands in the terminal ? [00:43] i mean is there a way ? [00:43] or not ? [00:44] cuddylier: Hmm, okay, might need to tap it before that screen, then. Otherwise, maybe that trick doesn't work with liveCDs [00:44] I spammed the keyboard and it moved into the loading screen [00:44] With the dots [00:44] Shift doesn't work here unfortunately [00:44] milad191, compgen -c | more [00:45] milad191: type a and it should show you all the commands that big with a [00:45] I hope i didnt miss any replies, i just quit by accident [00:45] OerHeks: i'm not even sure what that compgen is showing... but thanks. [00:45] all help is really truly appreciated [00:46] ok and how can i find what each one do ? === bazhang is now known as Guest6461 === bazhang__ is now known as bazhang [00:48] milad191: "man foo" ;) but a better answer, would be read about bash, and the various terminal commands online === megabit|away is now known as megabitdragon [00:48] celroc: http://puu.sh/9Hnnf/a02067e886.png [00:48] Found the issue, but how do I fix that? [00:48] mand foo ? [00:49] what's that ? [00:49] milad191: foo is a variable, substitude the command you want to know more about. like "man locate" or "man find" etc. [00:49] cuddylier: Sorry, I need to step away. Maybe someone else here can help troubleshoot [00:49] AOkay [00:49] Okay* === marc_ is now known as MarcN [00:50] i need some help to figure out why ubuntu won't install next to windows 7 [00:50] Nautilus used to be able to let you set little extra stickers on files. Has that been removed? [00:51] it's not working [00:51] Where can I get a checksum for "ubuntu-14.04-server-amd64.iso?" [00:52] !doesntwork | milad191 [00:52] milad191: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [00:52] who can tell me what is the defference between kde and kde plasme [00:53] how can i find what each commands do, with in terminal ? [00:53] * zykotick9 ahhhhh !doesntwork removed the "does it hang out on irc all day" part :(.. that was funny [00:53] well you see, one was written in replublican++ and the other was written in democrat# [00:54] milad191: what's the command? [00:54] Hello, I still need help with my problem. [00:54] it's about a million i think [00:54] Does anyone know how to help resolve the "hda-intel: azx_get_Response timeout switching to single_cmd mode"" [00:54] message at bootup? [00:54] milad191: give one example. [00:54] should i say all of it ? [00:54] yes [00:54] chgpasswd [00:55] I see, and what password are you using? [00:55] sorry to repeat the question, but I have to make sure my installer ISO is good: Where can I get a checksum for "ubuntu-14.04-server-amd64.iso?" [00:55] milad191: so, "man chgpasswd" does it show the manual? q to quit [00:55] seekr: https://help.ubuntu.com/community/UbuntuHashes [00:55] Thanks, Happyfeet! [00:55] yep [00:56] So no one? [00:56] can someone help with an install issue? [00:56] sorry tay, its just that your name makes me think of chocholate rain, and I get all angry [00:56] >:( [00:57] In all seriousness though, I just need a step in the right direction. Most of the causes for this problem seem to be from having two graphics cards, but I only have the Intel HD Graphics one. === apb1963 is now known as apb196 [00:57] yeah it shows a page of it but it doesn't tell me what does it do [00:57] intel SUX [00:57] I've tried startx, sudo service lightdm restart, tried updating and upgrading, still no luck. [00:57] Got no choice really, it's a macbook air. [00:58] yes todes, and why don't you tell us how good AMD is [00:58] milad191: ahhh, tyically the 1st line in DESCRIPTION, or that section usually ways. you gave a funny first example IMO, i've never had to use chgpasswd before (BUT... i've only ever had a userbase of one) [00:58] more stable, better program response [00:59] s/usually ways/usually does/ [00:59] better for games and graphics [01:00] maybe because that command do many things === dfgas is now known as dfgas_off [01:00] and it shows everything related to it so it couldn't be one line [01:01] wait a sec - I've been writing ISOs onto USB sticks using /dev/sdc1 - maybe I should be using /dev/sdc instead? [01:01] so it's like this or you wanna say otherwise mister zykotick9 ? [01:01] or not [01:01] seekr: it's the root drive, NOT that partion (with the number) you want. [01:02] sdc in your example [01:02] So the ISO contains a partition table, label and everything? [01:02] seekr: yes, ubuntu/debian isos have been hybrid cd/usb for a while now. [01:02] LiveCD finished loading and just went to a black screen.. [01:02] zykotick9: ah - well that fact could explain a lot :-\ :-) [01:04] milad191: you're welcome (keep everything in channel please) [01:07] I have a couple questions for you guys [01:07] 1) any idea why none of the browser teams have fixed this bug that lets javascript hang the browsers? [01:08] I'm curious: is it possible to boot directly from an iso located within a filesystem? [01:08] live: 1) <- not an ubuntu support question. [01:08] live: which bug? [01:08] 2) any idea why the browser hangs the os which is supposed to have preemptive multitasking and be immune to such things? [01:08] link me to an afflicted page live [01:08] live: 2) <- not an ubuntu support question. [01:08] can grub find an iso located within, say, an ext4 filesystem, and mount it, and boot from it? [01:09] 3) any idea why the bug happens 100 times more on linux than windows - my guess is its windows nuts doing it to us on purpose. [01:09] any comments appreciated [01:09] yes causitive it is I think the grml-rescueboot package was designed for that [01:09] live: see above [01:09] right [01:09] Anyone have any good or bad experiences with any specific Z97 motherboards? [01:09] nice [01:10] rsw, let me think a minute, I should have had that handy. [01:12] Zykotick. I appreciate your point of view, but any bug that effects unbuntu users is legitimate for discussion here. if you personally dont want to comment on it thats your choice. [01:13] All bugs have to do with this or that code that is developed by someone else. 99% of "ubuntu" is not coded by ubuntu so if you take that perspective you might as well shut down the board. [01:13] live: so lets have some real details about the bug then... [01:14] yes, working on that . . . [01:14] I thought you guys would all already be familiar with it. [01:14] live: which browser, version. Which version of Ubuntu, which architecture? [01:17] Hi. I plugged an HDMI cable from my HP ENVY 17 running 14.04 and got sound through HDMI. I then removed HDMI and now cannot get sound through my computer speakers. [01:17] help? [01:17] cuddylier: Sorry, I'm afraid that I don't know how to help further. But maybe someone else knows a solution [01:18] I got booted to the page saying try ubuntu without installing [01:18] I hit enter and it has been frozen there ever since, so a bit further [01:18] i've tried restarting computer with no HDMI cable plugged in before or after, and still no use. in the sound properties (GNOME GUI) there is only one output option, "analog output" [01:20] TJ firefox, opera, the most recent, x86-32 also experienced the same thing on about 5 or 6 other distro live cds [01:21] Basically every 15th or 20th page that I open hangs the browser and in turn the OS [01:21] Sorry, I'm embarassed to say I didnt keep a list of the pages. [01:22] I did find that a javascript coder can prevent most hangs of this type by essentially instructing his script to 'take a break' every 50 or 100 ms, but a lot of coders never do that. [01:22] live: And the entire system hangs/freezes? [01:22] The really interesting thing to me is that when the browser hangs the OS also slows to a crawl. [01:23] anyone have experience with google's web starter kit? [01:23] live: how many tabs/windows are open when this happens? Is it any one site/page in particular that brings this on? [01:23] TJ not a total freeze it will slow almost o a freeze for maybe 30 sec, then about 2 seconds of good mouse movement then freeze again and continue for a very long time before a message box pops up asking to cancel the javascript. [01:24] The pages that do it, do it consistently, the ones that dont - dont consistently. I tend to open a lot of tabs at once maybe 15-30 [01:25] That might be exacerbating it. [01:26] live: that will be causing issues, especially if one or more of those pages are Javascript intensive [01:27] live: The fact it is happening across multiple user agents points to the sites you're visiting, rather than the client [01:27] cool [01:27] check out this page that talks about coding http://blog.movereem.nl/javascript-and-the-runaway-timer/ [01:28] live: You might find NoScript useful [01:29] I'm not a dev and not familiar with dev culture. I had ideas for a couple 'fixes' that might let you keep js on but work around the bug. Can I run them by you to get your idea of how well recieved they might be if I track down the right people? [01:30] live: You're best off discussing specific issues with the browser developers, such as Mozilla devs, but I think you'll find it is a well-understood issue, with well-defined responses [01:30] okay, this is getting a bit out of hand [01:30] remember the boot hold issue from yesterday? [01:30] well, now its getting into past that. my computer is literally freezing now, randomly. [01:30] memtest. [01:31] ive tried, [01:31] its not even an option on my livecd [01:31] where.. wasnt here for that. how long has it been since you installed your system? Is your browser open when the system freezes? [01:31] i would say i installed ubuntu in may? [01:32] causative: https://help.ubuntu.com/community/Grub2/ISOBoot <-Ubuntu ISOs are designed to allow booting directly from the hard drive using GRUB 2 . [01:32] wheresmypaaants: see https://help.ubuntu.com/community/FaultyHardware [01:32] wheres... is your browser open when the system hangs? [01:33] TJ-: I'm beginning to suspect my hardware is failing, not the OS, but if memtest isnt an option, even on the liveCD, seemse like its another issue [01:33] live: Happens anywhere, but it happens when im in minecraft today just cause im playing minecraft today, but it happens everywhere [01:34] does it happen even when your browser is closed? The reason I ask is there has been trouble with javascripts hanging the entire system. [01:34] live: My browser IS open when it crashes, but minimized [01:35] I just listen to music on myspace (dont judge, myspace is epic.) [01:35] but i leave it minimized [01:35] just for fun, try and do several hours of stuff with the browser totally shut down. [01:35] play mp3s, try learning about some program you never got around to playing with. [01:36] live, what fun is there to do with no browser, how am I gonna watch pr0n [01:36] live: I havent been getting the hangs since before yesterday though [01:36] If you have a spare USB key distrowatch can point you to seveal rescue distros that have a boot option memtest. [01:37] I see what you are saying, and I'm not saying its JS but here is the thing. This must be effecting some people more than others and who is to say whats causing it. Its one option that you can rule out. [01:37] live: I can just disable JS for the time being [01:37] live: And just wait and see [01:37] Another way of doing it is make sure for one day that you turn off javascript (edit, options, content) on most browsers. [01:38] there you go [01:38] 'systemrescuecd' I think has memtest === Lestat is now known as Guest48168 [01:44] hey guys, so my laptop is just powering off for no apparent reason, where should I start log wise? [01:44] It seems like it's overheating but it doesn't feel very hot [01:44] live: Im gonna install systemrecuecd on my USB now, i'll be back with the result [01:44] it's a laptop, it was running fine for a week hosting Plex media and then I got home from vacation and played with Gnome for a bit and it started doing this [01:45] I'm attempting an install of the server system on a broken machine - can't do graphics mode - I'm trying to understand the options I have to set, but am finding myself rather confused. Seems I have to use "vga=normal fb=false" - but am uncertain how to get to the place I have to insert those params and how to get booting into the installer to proceed once I have. Is there a howto somewhere I can consult that explains everything? [01:45] snappo, cant help with the logs cause im a pit of a newb myself, but you could try installing conky [01:46] another option is to let the system run for a while then reboot and go into bios. if you happen to have a nice bios it will give you cpu temp readings. [01:46] is anyone here good at scripting/ [01:47] Any way to resolve an unclaimed video card controller? [01:47] I ran sudo lshw -C video, and I got *-display UNCLAIMED [01:55] what server distro are you using? I dont think you should have to fuss with any of this for a command line install [01:55] tay ^ [01:56] oh sorry tay, I got confused. that was directed at someone else [01:57] tay__: does "lspci | grep -i vga" return anything? [02:00] Yes [02:01] It returns, VGA compatible controller: Intel Corporation HAswell.... Integrated Graphics Controller (Rev 09) [02:01] I just installed mesa-utils [02:01] glxinfo | grep render returns "Error: unable to open display" [02:01] tay__: whats the issue? do you have graphics support? [02:01] Whenever I try to boot up, I get "hda-intel: azx_get_Response timeout switching to single_cmd mode" [02:02] Doing sudo lshw -C videotells me that the display is UNCLAIMED, even though it knows the various details about the hardware [02:02] tay__: ok.. do you have grahpics support? where to you "get" that ? is it an issue? or just a message? [02:02] What do you mean? [02:02] I'm running in tty1 atm. [02:03] It's a message that shows up in verbose. [02:03] tay__: so, you have no graphics support? then? [02:03] If it means I only have Command Line, yes. [02:04] tay__: i'll try the vesa driver.. http://ubuntuforums.org/showthread.php?t=1270209 [02:05] I can't generate an Xorg.config [02:05] and I don't have one to begin with. [02:05] tay__: you can.. and you should try the one i linked.. it literally wont hurt anything.. it'll force the vesa driver [02:06] Manually from vi? [02:06] I'm not too Linux savvy, I just know that when I run the command to regen the Xorg.conf, it says the number of screens doesn't match, etc. [02:06] tay__: thats one way.. you want me to suggest other ways? cp from usb stick.. wget from internet or local network source.. ssh in and copy/paste.. etc [02:07] Sure. [02:07] I don't really know other ways, haha [02:07] I have a problem with a braodcom wifi driver from dmesg of http://paste.openstack.org/show/84742 [02:07] tay__: to "Regen"? you said you didnt have one.. do you have one, or not? [02:07] in my ttys if I login is there anyway I could get it to ignore [02:07] I don't have one to start. [02:07] Poor choice of words. [02:07] tay__: they, you wont "regernerate" one.. if you dont have one.. and shouldnt be running a command to do so.. what have you done so far? anything that can be breaking the system? [02:08] Nothing really. [02:08] tay__: you can try simply looking for and applying upgrades.. did it *ever* work in linux? [02:08] I did a clean install, ran sudo apt-get upgrade, then update. [02:08] That's it. [02:08] tay__: so, it worked before the upgrade? [02:08] Nope. [02:08] This is a completely clean install of linux on this computer. [02:08] For reference, the graphics did not work on the [02:08] tay__: did it *ever* work with *any* linux in any way? [02:08] live disc, "Try" [02:09] Not that I recall. [02:09] This is a new computer. [02:09] tay__: ok.. it may be this simple. you dont have support from your vendor for linux.. so, try the vesa driver, and see if it works at all in any way [02:09] All right, I'll do that. [02:09] So would you recommend just vi-ing it in? Or can I save myself some typing and just get it remotely [02:09] I do have a wired connection. [02:10] tay__: you can type all that in, correct.. or use a usb stick to transfer.. or ssh in and copy paste it.. or whatever [02:10] tay__: ask if you need elaboartions.. i feel i already made 4 or more suggestions.. [02:12] I'll figure it out. [02:15] I just booted up an old hdd because my latest one crashed, and I have no sound. I can't remember if I had it before, but I know I've had this card (sound blaster xfi) working on a debian system before, so it's definitely possible. [02:15] From what I've read it's supposed to be supported by alsa, but I can't figure out what's wrong. [02:16] !audio [02:16] If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [02:16] I'm really just trying to use this dead box to give me music in my room, so if I can play cmus I'll be happy. [02:16] After doing all that? [02:16] sonno: all what? [02:16] I actually went to wiki.debian [02:16] Not ubuntu. [02:16] But I've already checked alsamixer [02:16] sonno: ok.. are you using ubuntu? [02:16] And tried test sounds. [02:16] Yes. [02:17] As far as sound goes I don't see how ubuntu would be different from any other debian, but I'm not too keen on it all, so... [02:17] (Keen as in sharp, not as in content with) [02:17] sonno: i would, in referring to the link i gave, open the terminal and run "aplay -l" and see if a device is listed.. then, i would run alsamixer in the terminal and not trust any labels [02:18] sonno: ubuntu is not debian.. thats why the documentation may not be helpful.. but the link i gave may be.. depending on what you are running [02:19] I guess I've been miseducated. [02:19] sonno: its pretty common to go to the documentation for the software you are using [02:19] Noted. [02:21] Do I need anything else to use vesa? [02:22] As in, do I need to run apt-get for extra dependencies? [02:23] Greetings everyone [02:25] this is a very n00bish question, but I setup my ubuntu server with mercurial and used the web bas scm manager mercurial admin and setup two user accounts [02:26] I am trying to connect locally to the mercurial server which is at 192.168.1.30 ... I am using sourcetree on another computer, how do I connect [02:26] ssh:// ? [02:28] !paste | bluefigtoast [02:28] bluefigtoast: 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. [02:29] Hi all, was wondering if anyone has suggestions Re: dictation software for ubuntu/linux. Did some searching online but couldn't find anything that appears to work really well. [02:29] i am trying to compile a programme, but it complains that it is missing DSO from the command line -- http://paste.ubuntu.com/7693182/ [02:30] !find dso [02:30] Found: tdsodbc, eclipse-mylyn-builds-hudson, libdsocksd0, liguidsoap, liquidsoap, liquidsoap-mode, liquidsoap-plugin-all, liquidsoap-plugin-alsa, liquidsoap-plugin-ao, liquidsoap-plugin-camlimages (and 34 others) http://packages.ubuntu.com/search?keywords=dso&searchon=names&suite=trusty§ion=all [02:31] xangua: this is the error: //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line [02:31] library is installed [02:32] I'm installing the server system, and have come to the point where I'm being asked to identify where swap space should go. I have a swap partition defined on one or more of the drives already, but don't know where it is offhand. Is there a way to escape to a shell (I'm in the non-graphics mode installer)? [02:33] seekr: iirc that's done at partitioning time. [02:34] Blue1: It is if one doesn't already have a swap partition, which is not the case here. [02:36] seekr: why couldn't you add the information to /etc/fstab later then just use a swapon command? I guess I am not helping am I? [02:36] tay__: no.. [02:37] !xorgconf [02:37] The /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. See `man xorg.conf` for file structure and syntax. | Generic xorg.conf generation: http://ubottu.com/y/xorgconf | ATI proprietary driver specific: http://ubottu.com/y/atiamd | Nvidia proprietary driver specific: http://ubottu.com/y/nvidia [02:37] I am installing the server system onto a machine that already has an old version of Debian installed. I've defined a partition for ubuntu to use as root and another for home, which do not having anything in them at present. I want to use the existing swap partition(s), but I don't recall where they are. I see an 8GB partition and a 10GB partition, but both are marked with "reiserfs" - which could be a misidentification, but I don't want to take any ch [02:37] ances. Yes, I suppose I could set up the swap stuff later. [02:37] tay__: the vesa driver is already present. the xorg only specifies it to be used.. and tries to start the desktop [02:38] holstein: you might be able to use the xorg.conf file shown here: http://pkill-9.com/install-nvidia-video-driver-debian/ [02:38] seekr: *all* you want to keep in place is the swap partition? why? take the opportunity to wipe the drive and start over [02:38] Blue1: its not me, friend.. [02:39] holstein: no way am I gonna wipe any drives! I'm only installing ubuntu for a special purpose - long story. I intend to keep everything else as it is now. [02:40] seekr: not as i read.. you say, you intend to keep the swap partitions.. and thats all.. is that correct? [02:40] holstein: I said only that I want to use those partitions when I'm running ubuntu, which may only be occasionally. [02:40] seekr: you shoud have backups, and be ready for those drives to fail, regardless. but, wiping the drives now, when there is nothing on there is a good idea [02:40] holstein: yes, I suppose so, but that's another topic [02:40] seekr: its relevant [02:41] holstein: yes only to the bit about having backups - no no NO! to wiping drives! :) [02:41] seekr: you'll have a backup before you start messing with the drive, and if you have bad or failing hardware or partitions that are mis-reporting, dealing with them ASAP is my suggestion [02:42] holstein: I'm not messing with drives - only doing an ubuntu installation in a 20GB partition on an existing drive. [02:42] seekr: cool.. enjou [02:42] !install | seekr [02:42] seekr: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [02:42] seekr: swap files (type 82) aren't usually reiserfs - but again the information could be added to /etc/fstab [02:42] !patition | seekr [02:42] !partition [02:42] For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [02:43] holstein, Blue1 - Let me repeat my original question - is there a way to escape to a shell? That's all I want to know. [02:43] seekr: you'll point the installer to use whatever partitions you have created. and whatever swap you want [02:43] seekr: escape what shell? where? [02:43] holstein: yes, of course - forget that bit - I know how to handle it. [02:43] I'm in the installer, and I want to know whether I can get to a shell without leaving the installer. [02:43] seekr: no [02:44] holstein: thanks - that's all I wanted to know. [02:44] seekr: stop the install, backup your data.. make notes about what partitions are where, and do your installation properly [02:44] seekr: unless tty works.. which wont hurt to try.. [02:44] !tty [02:44] To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login). To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution [02:44] holstein: as I said, thanks for answering my question - I'll take care of the rest - don't need that kind of advice, thank you very kindly. [02:45] seekr: i dont even see it as advice, friend.. i think its fact. but i wish you luck.. [02:45] holstein: I know about ctl-alt-Fn - just didn't know if the installer that's not in graphics mode supports such escapes [02:48] holstein: ah yes, installer itself runs in console 1, and I can get to a couple others! Now I can figure out where the swap lives. [02:48] Holstein, thanks for the help. [02:49] I managed to finally get graphics up. [02:49] tay__: is that with the vesa driver? [02:49] Gotta figure out how to set up different resolutions tho in the conf. [02:49] Yup! [02:49] I had to install the saucy version of xorg tho. [02:49] I think that was the key. [02:50] tay__: not sure how much of a long term thing you want that to be.. ideally, you'll sort out how to support the hardware properly [02:50] Yes, I'm going to try to see if the new xorg supports my hardware by itself, without vesa. [02:50] Just wanted to say thanks for the help though [02:50] tay__: you wouldnt want to run gnome or unity with the vesa driver like that.. [02:51] tay__: cheers [02:51] Yeah, figures. === AntiSpamMeta_ is now known as AntiSpamMeta [03:00] I am running ubuntu 14.04 trusty tahr and work alot on the command line. I found this color scheme for gnome. https://github.com/chriskempson/base16-gnome-terminal I'm running 3.6.2 However, I run the the bash script in terminal but no changes are visible. Anyone with experience in this, please help. [03:00] wlrr: the best person to help is the creator of the *.sh [03:02] Hey guys I have a simple question [03:02] holstein: Absolutely. That hadn't ocurred to me. I think if I google a different color scheme for gnome, and if that's successful, that will rule out the situation I'm experiencing with this script. [03:03] Montreseur: Not that I know. but just ask your question. That's how this works :) [03:03] I have a computer with a messed up windows install. Im running ubuntu on persistent mode from a usb. I can gain access to my old pictures folder, but, there are no pictures in the folder heirarchy/ [03:03] Montreseur: could be the drive is damaged [03:03] damn, any way around that? [03:04] Montreseur: or, you are just not in the correct directory [03:04] well its got the full folder strucutre of my old user pictures folder, all the file names, just no pictures in the files [03:04] Montreseur: you can pay folks a *lot* of money to spend a lot of time with your drive and not recover the data.. if thats the issue.. or you can get lucky.. or. you are just in the wrong place [03:05] okay [03:05] not sure where else i can look [03:06] Montreseur: So you essentially booted off a "live cd" the "live cd" being your usb drive, yes? [03:06] Montreseur: i would just go ahead and rule out everywhere.. and try searching.. after doing a test, and making sure the drive isnt failing. if it is, you could have a time sensitive issue there [03:06] Montreseur: *searching by filename with a search tool.. [03:06] Yes, booted a liveCd from a usb on persistent mode [03:06] I did search for all picture folders === Jan11 is now known as ON1 [03:07] Montreseur: then, you can search by a filename.. or *.jpg or *.png or whatever [03:09] hm [03:09] nothing [03:11] Montreseur: linux is not hiding them.. or preventing you from finding any data.. if it were me, i would want to konw the drive is not failing [03:11] yeah [03:11] i think the drive might be failing [03:11] there was no reason for the corruption of my windows files [03:11] no virus or anything [03:11] Montreseur: test it and see [03:12] Montreseur: you can use gsmartcontrol from the usb [03:12] Montreseur: You mentioned in the beginning a failed windows install. Fill in the blanks. So you were re-installing windows on your hdd? [03:14] I got over that last hurdle. I think the reason I can't find my swap partition is that it's buried inside an LVM inside a LUKS partition - which is a symple way to encrypt everything, swap and all (it's been about five years since I did the setup). The installer is now happily copying system files to the new partitions I've defined for "/" and "/home." Now I need to know whether I can get the installer to add a line to an existing GRUB2 configuration [03:14] to let me easily boot into the new system or one other others already installed. The alternative, I suppose, would be to let it install a new GRUB thing on the drive where the ubuntu server root partition lives and then use the BIOS to determine which GRUB thing runs at boot time. [03:14] i wasnt trying to reinstall, it said there was a problem, and it needed to recover or repair [03:14] it was stuck in a repair loop [03:14] how do i run gsmartcontrol to check the drive? [03:16] Montreseur: So, if I'm not mistaken. Your Windows machine booted, but rather than go into a normal boot with the Winblows splash screen (yeah, I said Winblows :)), it took you to the repair screen, where it tries to repair, yes? [03:17] yes, then it finds no errors, or says it fixed them, reboots, and goes through the same loop [03:18] hello everybody! :)) [03:19] Montreseur: And those no way of you before it going into windows splash screen to optionally boot into normal mode? I think this has become more of a windows issue and so it's off-topic. I can certainly assist you as best I can if you pm me. [03:19] *And there's [03:21] I need some book to programing PIC, help me!!! [03:23] helios_: wrong channel [03:24] Hi i need help. I want install sisimedia driver 100%. I installed mageia driver but i cant logoff [03:38] hi nerds help me. i need install sisimedia video driver [03:44] Anyone know if the Kindle Fire HD 2012 runs the Ubuntu kernel if it is easy to root/install Ubuntu to it [03:46] try googling "ubuntu on arm" "ubuntu on kindle" if you come up dry try debian instead === Jonii_ is now known as Jonii [03:46] okay I will take a look [03:47] somebody can help me? [03:59] why ubuntu support dont care users? [04:00] EvilPual: This is a community support, not paid support after all [04:01] vak0160: ok... where is the community? [04:01] asleep [04:02] EvilPual: Not everyone can help you with your question, most of them not involved with development of ubuntu [04:02] :( [04:02] and I guess more than 80% people here just idling [04:02] Does anyone know how I can check if a drive is damaged while running from a liveCd in persistent mode? [04:03] Montreseur: fsck ? [04:03] ? [04:03] im really new [04:03] Montreseur: scratch that, only checking for filesystem [04:03] Yo!, I'm alfab0t [04:03] !info fsck | Montreseur [04:03] Montreseur: Package fsck does not exist in trusty [04:03] !fsck | Montreseur [04:03] Montreseur: fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [04:03] !time [04:03] Information about using and setting your computer's clock on Ubuntu can be found at https://help.ubuntu.com/community/UbuntuTime - See https://help.ubuntu.com/12.04/serverguide/C/NTP.html for information on usage of the Network Time Protocol (NTP) [04:03] Tue Jun 24 05:03:49 2014 [04:03] !google [04:03] While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [04:03] google.com resolves to => 173.194.34.146 [04:04] !lotto [04:04] 33, 34, 45, 23, 49, 3 [04:04] gr33n7007h: please do not test your bot in here [04:04] I need to check the actual hard drive, not the usb though? does it check all discs? [04:04] somsip, sorry :P [04:04] Montreseur: no, you specify which one [04:05] Fixed my problem!! [04:20] How to upgrade squid 3.2 to squid 3.4 [04:21] !info squid | sahim [04:21] sahim: squid (source: squid3): dependency package from squid to squid3. In component universe, is optional. Version 3.3.8-1ubuntu6 (trusty), package size 5 kB, installed size 138 kB [04:21] sahim: so that's the current supported version. You would need to go to a PPA for 3.4 [04:23] ssl bumping is not supported in 3.2 [04:23] squid === jibran_ is now known as jibran [04:52] how do i find out what package is attached by a referenced binary filename? [04:52] what package is attached to* [04:53] for eample, I want to know if 'javac' is part of, and I want to remove that package and install Oracle's JDK === ^Phantom^ is now known as ToonLink === ToonLink is now known as ^Phantom^ [04:56] All right guys, promise this'll be the last thing I ask for a while. [04:56] I'm trying to get my WiFi card working now [04:56] and it's a BCM4360. [04:57] I'm trying the bcmwl-kernel-source apt, but it freezes on "DKMS: install completed." [04:58] Running a command reveals it's hanging on "modprobe wl" [04:58] What do? [04:59] tay__, You have seen the broadcom wiki? [04:59] I've been searching through a lot of places. [04:59] !broadcom | tay__ take a look here. [04:59] tay__ take a look here.: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [04:59] Already went through that. [04:59] Hi all! Is there a list somewhere of which locale setting has which date and time formats? [05:00] 4360 isn't on the supported list, I believe. [05:00] tay__, The link is all I know. [05:00] Do you know at least why my install's hanging? [05:01] tay__, Sorry I would not [05:02] im now installing ubuntu 14.04 from the desktop on LiveCd. I went through all the install options, clicked the final install now. Now the my mouse icon is the loading wheel. Is it installing? [05:03] Alll right, thanks [05:03] montreseur: alt+F1 to tty1 and type top [05:04] ? === megabitdragon is now known as megabit|away [05:05] NED|kaitanya, why? [05:05] NED|kaitanya: I much prefer htop to top. [05:06] beldar: to see if it switches to tty for first. then see if it uses cpu [05:07] dsnyders: so do it [05:08] NED|kaitanya: I was recommending htop to you. [05:08] i got it, real java now no openjdk [05:09] dsnyders: so do *i [05:09] NED|kaitanya: Ah! Okay then. [05:11] So... Anyone know where/how to override the locale's date and time format? === vayan2 is now known as vayan [05:13] guys if I have an aws vm that seems to be dogging it, what are somethings to troubleshoot [05:13] load average is above 2.0 === jibran_ is now known as jibran [05:14] yet top shows that it's nearly idle everywhere [05:14] Deep6, maybe check how much memory is assigned to it? [05:16] 2417 Mb free [05:20] Hello everybody [05:20] Deep6: When my desktop comes up black after waking from sleep mode, I go into ctrl-alt-F1 and run htop. I usually find that an app is hogging all the memory: usually sensors or clock. I kill it and go back to X and everything refreshes. Then I just restart the killed app. === ezhik`_ is now known as Guest21171 === lexus is now known as lexus00z [05:30] Is anyone on Ubuntu 14.04? [05:30] * Blue1 checks [05:31] yup [05:31] Blue1: Do you use Google Chrome by any chance? [05:31] sometimes. [05:32] bangbang: what's your problem? [05:32] Can you check to see if this works for you in Google Chrome (http://jqueryui.com/draggable/) [05:32] Draggable doesn't seem to work on Google Chrome or Chromium for me. === Sagitt_Mac is now known as Sagitt [05:33] it's a chinese site so I wouldn't know. not worth risk to try [05:34] That site is not Chinese. [05:34] registrar is chinese [05:34] lol [05:34] do a whois on it [05:34] That means nothing. Haven't you heard of jQuery? [05:34] nope [05:34] should I? [05:35] I guess I shouldn't assume so. I apologize. [05:35] no worries [05:35] It's one of the top JavaScript frameworks out there. [05:35] Some would call it an "industry standard" [05:35] oh I don't do java so that;'s why it made no sense [05:36] I am dealing with this atm: http://jqueryui.com/draggable/ [05:36] oops [05:36] http://paste.ubuntu.com/7693182/ [05:36] It isn't Java ;) It's JavaScript. :D [05:39] I created a ppa for my app, but some people want to install it without admin rights -- is that possible? [05:40] jj995: i have never installed a programme without admin rights -- YMMV [05:41] is there a way for a user to download files like /usr/lib/libtbb.so.2 -- can you download them from the Ubuntu website or something? If the user could just download all the required .so and added them to the search path, then it should work, I just don't want to distribute the .so myself for concern of some license rules [05:44] jj995: apt-get to install again YMMV [05:47] jj995, if you build the .deb file, and they can install it in thir user dir's, should be ok [05:48] ki7mt: the .deb wouldn't contain any of the runtime requirements, like libtbb.so.2 [05:49] jj995, shared libs is a different issue, are they your libs or package libs [05:50] ki7mt: package libs (libbam-dev, libhdf5-serial-dev, libboost-dev, libgoogle-perftools-dev, samtools, libtbb-dev) [05:50] jj995, You could always wright a shell wrapper or something and export the libdir and have the DL to the local install dir [05:52] jj995, It gets tricky with non-free or proprietary stuff, especially if distributing it. [05:52] ki7mt: I guess I could write a script to download all the .deb files from http://packages.ubuntu.com/, install them into a local directory, and then run my app with that directory on the search path [05:53] it is all OSS dependencies, but I thought even that would be tricky to distribute [05:53] but I guess if I just write a script to download/install debs to a local directory from http://packages.ubuntu.com/ I don't need to worry about any distribution license [05:54] jj995, I work on a couple apps that have simliar issues, Lic to the guy who builds it, but can redist the binary .. so that what we do, dl it, use a script, and export the location. [05:55] The apps will never see Debian/Ubuntu repos though as they said we can't have an app that required a download. === dk_ is now known as Guest42437 [05:59] Evening all :) [05:59] Evening [06:05] ianwizard-server looks like no one is on [06:06] do you have support question? [06:06] no [06:06] I am here to give help if I can === ezhik`_ is now known as Guest20327 [06:09] Hi. I've built a .deb of libfreenect from source and installed it. Now every time that the Software Updater runs, it wants to "upgrade" libfreenect. How do I get it to ignore that package? === CyberJacob|Away is now known as CyberJacob [06:10] baribal_ sudo apt-mark hold ? [06:10] Thanks! [06:11] baribal_ not totally sure if that works I would check to make sure [06:11] baribal_ you can also do it using the UI [06:11] baribal_ are you using synaptic? [06:11] !pinning | Baribal_ [06:11] Baribal_: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [06:11] oh no you said software updater nvm [06:13] dotDeb, usually, just the apt tools. [06:13] dotdeb ah ok [06:13] Ki7mt, I figured out how to get that login thing I wanted [06:13] Sunstream, ok, you get it out of the script ? [06:14] no [06:14] C+A+F1(toF6) [06:14] lol .. ok [06:15] I will message it to you since I do not want to violate rules here [06:15] alt + F7 to escape the madness! [06:15] No need, I wouldn't use that method anyways, I use SSH for stuff like that. [06:16] I just Ctrl+Alt+T then F11 :-) [06:17] == Madness gone [06:17] haha [06:18] anyone know if you can stop a service for an hour? (have it start again in an hour) [06:18] morenoh150: crontab? [06:20] That's what I'd do, use cron to start and stop it. [06:21] or stop, then re-start whatever the case needed [06:22] Or write a shell script, stop it, sleep for 60*60, then restart it, something like that [06:23] more details? [06:24] ki7mt: yeah something. I need to stop running tor once in a while because my router shits itself when I start torrenting at the same time [06:24] so it'd be nice to say 'service delay 1hour tor' [06:26] morenoh150, I dont use tor so dont know much about it, can't your re-nice it or background it and have it work only when idle or something? [06:27] ki7mt: probably wouldn't work. I torrent on my laptop. tor is running on my desktop server [06:27] it's not too bad I'll make a shell script or try crontab thanks [06:27] morenoh150, Ok, good luck [06:39] Hi. How does the naming of packages in repo server affect the upgrading of ubuntu packages? === Pitel_IPEX is now known as Pitel === parduse is now known as Guest16992 === parduse is now known as Guest86178 [06:43] ajayaa, the higher the numbers, normally means, a newer / updated package. [06:45] ki7mt: I know that. Is it lexicographical ordering? We are setting up CI in our org. So wanted to know the exact logic. :) [06:47] ajayaa, There's lots explanations but it gets kind of hairy when you add in Debian ++ Ubuntu, I'll go get a simple example or two, it's easier to read than explain. [06:48] ajayaa, here's a simple one: http://www.ducea.com/2006/06/17/ubuntu-package-version-naming-explanation/ === brian is now known as Guest2301 [06:56] guys, how would I inter a command into dosbox using a bash script or python ? [06:57] arun__: you use *dos in a dosbox [07:00] somsip: how does that work [07:00] arun__: http://www.dosbox.com/wiki/Main_Page [07:00] I mean to enter "mount c /opt" with bash script or shell command [07:00] arun__, see info: http://www.dosbox.com/wiki/Commands [07:03] I think u guys are not getting me up [07:03] I mean a shell command not the commands of dosbox [07:04] arun__: so explain again what you want to do [07:05] somsip: I am wanting to create a bash script to automount /opt in the dosbox and run the specified exe file [07:05] arun__: so you need a dosbox script. See above. [07:06] somsip: nope, I want a bash script which can run command inside dosbox emulation [07:14] I'm having an issue where my machine constantly becomes unresponsive. The mouse moves around but no GUI elements/programs respond. When booting off my Ubuntu 14.04 live CD it seems okay though. Any ideas? [07:14] arun__, this may be what your after: http://ubuntuforums.org/archive/index.php/t-482648.html [07:16] ki7mt: yaa, dude thanks very much !!! [07:16] arun__, your welcome [07:17] how do I report microsoft breaking in to my ssh? [07:17] http://bpaste.net/show/402271/ [07:17] DJJeff, call them on the phone? [07:18] great response I love it [07:18] try telling them their operating system gets viruses [07:18] and the user and passwords they tried are funny\ [07:18] glad I could share this with you guys [07:19] Odd... approximately 30% of the time my system has to fsck, it just sits there saying: fsck:/:100% [07:19] Okay, if it's 100% done, then freaking MOVE ON! [07:19] Also, half the time, the "press F to fix" doesn't accept keyboard. [07:20] i need help [07:20] chromium updates too much and flash is jack [07:20] i have some pills you can have santos [07:20] running straight ubunt gnome [07:20] ubuntu [07:22] i am using natty no software is downloading [07:22] !11.04 [07:22] Ubuntu 11.04 (Natty Narwhal) was the fourteenth release of Ubuntu. Desktop support ended on October 28, 2012. See !upgrade, !lts and !eol for more details. [07:22] santos: it's not supported anymore [07:22] that might be a good reason... [07:22] i am trying from 3 days [07:22] ooops [07:22] yup. 3 years old [07:22] go to new software >< [07:22] what can i do now [07:22] upgrade! [07:22] why not upgrade to 14.04 [07:22] santos: upgrade [07:22] santos: backup your data and upgrade [07:22] 14.04 is avail. it's pretty nice [07:23] except kde [07:23] new installer, new updates for everything [07:23] i have no important data how to update to 14.04 [07:23] !upgrade | santon [07:23] santon: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [07:23] santos: ^^^ meant for you - typo [07:23] santos: or 12.04 if you want more stability. 14.04 still has some edges, might be better/more convenient for you to wait for the first point release. [07:23] my graphics keep breaking, my browser doesnt go on top when i click a link in another app and some other annoying things that weren't there in 13.04 [07:24] should i have to buy cd [07:24] and by graphics i mean the desktop and by keep breaking i mean they break every time i leave the screen for a while [07:25] santos you only need a cd if you dont have a good enough line to download it [07:25] hey how about 16 the latest one [07:25] i need some help setting up a custom initramfs. my /boot install hasn't completed properly and im left with an unbootable system. i did some hocus pocus to the partitions and now its really messy. i need dm-crypt and lvm installed to the initramfs now [07:25] santos: 14.04 is the current one [07:25] buy cd is not best way. get network install [07:27] thx boss [07:28] best ide foe web dev on ubuntu? [07:28] hey guys how long will it take to upgrade [07:28] awhile [07:28] make sure you backup files first santos [07:28] acetakwas: everyone will have a different opinion on that. There are a few and it's best for you to decide for yourself [07:28] i like sublime text [07:28] and i want to direct update from net [07:29] what should i do [07:29] acetakwas, whatever your favorite test editor is, that the best for you probably [07:29] yes its good. [07:29] Is there a way to check what packages update since installing 14.04 from a CD? I'm getting some horrible performance issues since updating and not sure what is causing it. [07:29] whoops text not test [07:29] there's a command for typing: do-release-upgrade i think it must be installed first [07:29] wescotte: /var/log/apt/history.log [07:30] which is the best way to upgrade [07:30] Okay I need you to recommend one for me [07:30] santos: backup; upgrade [07:30] connection is not working [07:30] Hello there, i have a system with ipv6 and for some reason it resolves hosts which do not have IPv6 to my local v6 address [07:30] already back up [07:30] somsip, can I "revert" back to the packages versions I had installed before upgrading easily? [07:30] wescotte: generally, no [07:31] acetakwas: take your pick. But you're offtopic here so will get no more help from me http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments [07:32] wescotte, here's how to find the installed pkgs: http://superuser.com/questions/48374/find-all-user-installed-packages === CyberJacob is now known as CyberJacob|Away [07:35] Anybody aware of performance issues in 14.04? My system just hangs for 10-45seconds every couple minutes. The mouse responds but nothing else does. It's driving me nuts! LiveCD works fine though. [07:35] wescotte: anything helpful in the logs? [07:36] somsip, doesn't appear to be time/date stamped so not really helpful :( [07:36] wescotte: which log are you checking? [07:37] somsip, ops, was looking at term.log not the history.log. [07:37] hi [07:38] wescotte, grep -w install /var/log/dpkg.log > full-list.log ; cat full-list.log |less [07:38] how does IRC work ? [07:39] !ot | kotbezwasow [07:39] kotbezwasow: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [07:39] Anyone knows why Python's idle isn't working properly on Ubuntu [07:39] kotbezwasow, try in #freenode [07:39] acetakwas: can you give more details how it is not working? [07:40] somsip, it's hundreds of packages.. Probably not going to be useful. I just reinstalled the OS tonight and it did an update while installing so it is a pretty massive list [07:41] argh, so much for SAS controllers being reliable... [07:41] mpt2sas0: _base_fault_reset_work : SAS host is non-operational !!!! [07:41] I can create new '.py' files fine with idle; but can't re-open for editing [07:41] wescotte: so what do you find in the log? [07:42] somip: I can find the packages it updated but it's hundreds so probably not something i can google one by one to see if there was reported issues [07:42] hi all, do we have a choice of using KDE in 14.04? [07:42] wescotte: so you need to take an approach to reduce the possible source of the problem [07:42] hi test message [07:42] !test | Amalesh [07:42] Amalesh: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [07:43] somsip, right. no sure what to look for though. [07:43] wescotte: did I mention logs? [07:43] lol [07:43] ubottu : Thanks! [07:43] You're welcome! But keep in mind I'm just a bot ;-) [07:43] Only like what, 10 times or so [07:44] wescotte: the system will report any issues in /var/log/syslog. Not in history.log - that was just in answer to your first question === DanaG__ is now known as DanaG [07:45] somsip, oh didn't see that syslog comment. I'll check it now [07:45] wescotte: or run dmesg and check for new messages after it's frozen [07:45] acetakwas, I just tested idle, not seeing this problem your talking about. what version you using? [07:46] Hello [07:46] wescotte: then you need to start disabling stuff I think. Have a look at what services you run, and it maybe a painful process of turning them off, seeing if it freezes, turning others off, etc... [07:47] How to delete recently used [07:47] delete recently used what? [07:48] the file in recently used [07:48] wow im chatting in my phone [07:48] lexus00Z_: really? === gaurav_ is now known as GauravButola [07:49] lexus00Z_: yes, modern technology is wonderful. What's your support question? [07:49] bruce_, got to Dash >> Privacy, set the range or delete as needed [07:49] whoops, Go to .. [07:49] Ki7mt: zI'm not my PC now, but I think it's 2.7 [07:50] my system is xubuntu, no Dash [07:50] acetakwas, Ok, well, that's going to make it tough for folks to help you toubleshoot it, Im using idle-python3.4 though but should be that much different. [07:51] bruce_, Ah.. ok hold on one. [07:53] Thing is, whenever I open a previously saved '.py' file, it just opens as a blank document; but the same file opens fine in gedit [07:55] At first, I thought it had something ro do with permissions. But even opening as 'root' gives the same problem [07:56] acetakwas: which file [07:57] bruce_, You may want to ask the xubuntu guru's on this one, as it appears, Gtk3 has some hard coded features that needs to be gotten around, and Im not sure how to do that right off hand. [07:57] in ubuntu, is it possible to emulate a touchpad and send the touch events to android? so that you're like swiping/clicking a real android device. [07:57] Ben64, he's using Idle, and sves a .py file, then can't open it again, using idle 2.7 I think he said. [07:58] thanks [07:58] ki7mt: yeah i got that, wanted an actual filename and location so things can be pastebinned, but it looks like he doesnt have access to the computer right now? [07:59] more digging around its not microsoft but its microsoft azure [08:00] quit: [08:00] Ben_64: it happens with all my '.py' files. My python scripts are in '/home/py_scripts' [08:01] that does ssh brute force [08:01] DJJeff: that was not brute force. That was 'lame attempt'. Try Fail2Ban if it's a real problem for you [08:02] acetakwas: ok but you need to be able to paste information here in order to get help [08:03] I do not use fail2ban this is a honeypot [08:03] Ok...what kind of info? [08:03] hmm, after I get a kernel panic (as I do every shutdown, thanks to init being broken)... it takes like 5 reboots before the system stays up. [08:04] acetakwas: ls, cat, other stuff, but it doesn't matter if you aren't at the computer [08:04] Half the time it runs fsck, once finished, it just sits there doing nothing at all. [08:04] somsip, doesn't look like dmesg has anything logged after the problem occurs... [08:04] Okay, thanks for your help [08:05] wescotte: what other service are you running? [08:07] somsip, http://paste.ubuntu.com/7694030/ <--- default 14.04 install really. The only thing I added package wise was exfat support, mplayer2, xchat, and sshd. [08:11] somsip, http://paste.ubuntu.com/7694040/ <--- service -status-all === xubuntu is now known as Guest731 [08:11] wescotte: might be worthwhile monitoring top then to see if there is anything obvious that is spiking [08:12] somsip, that was the first thing i tried.. didn't see any spike :( [08:13] wescotte: try atop === MindSpark_ is now known as MindSpark [08:15] Ben64, installed atop but not exactly sure what I should be looking for as I've never used atop before. [08:15] wescotte: bad things usually show up in red [08:16] anyone tell me a desktop environment where I can put the windowbar along the right hand side? [08:16] xfce [08:17] ah windowbar did you mean an app window? [08:18] I meant a taskbar/windowbar - in Windows, you can move it to any edge of the screen but not all *nix DEs seem to allow that [08:18] so probably taskbar is the more technically correct term? [08:19] phil, yeah xfce is one where you can move the taskbar [08:19] cool, thanks cynicallemon [08:19] tbh, that all got confusing with the latest Unity/Gnome 3 rehaul... [08:19] I guess "latest" is relative, on my timeline ;) [08:20] phil, either install xfce or just use xubuntu [08:20] yeah, that's a live CD, right? [08:20] phil, yeah [08:20] downloading it now... [08:21] Ben64: http://paste.ubuntu.com/7694061/ <-- DSK line seems to show up red (or blue) every 15 seconds or so... [08:22] wescotte: you did have a lot of disk-accessing stuff in your previous post but I don't know them all well. Could you have disk i/o issues? Or do you have network connections that are blocking somehow? Does iostat give you anything more? [08:23] phil, with xubuntu you have horizontal or vertical positioned taskbars, right click on taskbar (panel) choose panel then panel preferences [08:23] ok thanks [08:24] somsip, I am transferring files from my thumb drive at the time restoring my music/movies/etc since i formatted the drive. [08:24] wescotte: so that's why deja-dup is running is it? [08:24] phil, panel dialog box opens and you can set orientation. to move the taskbar just uncheck "Lock Panel" box move if needed then lock it in place [08:24] somsip, no idea what deja-dup is [08:25] ok, that sounds a lot like it works on windows [08:25] phil, you will like xubuntu :) [08:25] I suppose you can't just drag it from horizontal to vertical though, right? [08:25] wescotte: You need to stop other stuff that is running before you can really see what's happening. [08:26] somsip, I was just copying via command line or file browser app. [08:26] phil, no just set the orienation to either vertical or horizontal [08:27] wescotte: The above still applies. If you have no idea what is making the PC freeze up, it's best not to have other things running so you can discount stuff. [08:27] phil, not much hassle really, set once and forget [08:28] somsip, is there a better way to stop services than just ps -aux and killing things at random? Not really experienced at doing this sort of thing in Linux [08:29] wescotte: Reboot. Don't open anything. Does it freeze? If not, you've discounted browser, xchat, and anything else you have installed but were not running. If it freezes, you have more fundamental issues. [08:29] random killing in Linux? [08:29] somsip, yes. it will freeze even on the login screen [08:29] wescotte: it;s taken a very long time to get that piece of information from you [08:30] somsip, it's doing it on boot with no apps running except the default Ubuntu 14.04 install (after letting it update packages) === tcpman is now known as Guest86953 === ovidius2 is now known as ovidius === ovidius is now known as ovidius2 [08:31] somsip, sorry, I'm not very good at this. [08:31] good day! Thunar doesn't save bookmarks for my directories. Can you help me solve this problem? I have Xubuntu 14.04. [08:32] wescotte, sudo service stop/start/restart [08:33] cynicallemon, I'm not too familiar with all the services/names.. Just service --status-all and go down the list goggling each one and stoppign anything i don't think is critical? [08:33] wescotte: I'd suggest booting to a command line maybe. You could run things like atop from there [08:33] maybe do you know where Thunar stores its setting? [08:33] ossec-remoted: Process 5840 not used by ossec, removing .. [08:33] ossec-remoted not running... [08:34] any advice? [08:37] hi all, I love ubuntu. I'm going to marry it soon. Wish us a happy maried life === [1]sinnay is now known as sinnay [08:41] I don't think Ubuntu is of legal age. [08:42] somsip, Thanks for all your help and patients. I think I need to call it a night but I'll spend some time tomorrow figuring out how to boot into command line and trying to disable services to hopefully isolate the problem. [08:43] wescotte: best of luck [08:43] somsip, thanks! good nite [08:43] So I am trying to run a full screen game through wine in ubuntu 12.04 on gnome "classic" and the system ui (Such as the bar at the top) doesn't jump out of the way. (this also happens on unity. I have wine 1.7 [08:43] *unity.) [08:44] what game XYZAFFA1R [08:44] GUN [08:44] what does the appdb say about that game XYZAFFA1R [08:44] ON steam [08:44] It runs perfectly [08:44] wine and steam? [08:45] Yus [08:45] Yes [08:45] !steam [08:45] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [08:45] bazhang, but if you want to play windows games you have to use wine version.... [08:46] XYZAFFA1R, why do you mention steam [08:46] hes playing it through steam running on wine i presume [08:46] yikes [08:46] Yes [08:46] Which works fine with most games... [08:47] well try checking the appdb [08:47] then ask in #winehq [08:47] !appdb [08:47] The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [08:47] ok [08:47] I know what the appdb is [08:47] I already told you I checked it [08:49] then please be patient in #winehq [08:49] Ok thank you. [08:54] bazhang, I had to uncheck allow window manager to control the windows in wine cfg under graphics [08:54] thank you [08:55] nice catch [08:55] * ifank is back [09:00] ?? [09:01] ?? [09:01] 3/lastlog ifank [09:12] <[diablo]> Good morning #ubuntu [09:13] <[diablo]> I'm getting periodic freezes in 14.04 desktop and dmesg shows http://pastie.org/pastes/9319024/text [09:13] <[diablo]> any ideas please === jack is now known as Guest26596 [09:16] argh, my ubuntu's init sequence is totally disregarding all attempts to fix it. [09:16] boot 'single [09:17] boot normally: resets somewhere along the line. boot 'single'.... nope, doesn't stop. break=premount: ignored. break=top: well, that stopped, but that initramfs prompt is useless. [09:18] Boot normally: fsck runs, then the system sits there doing LITERALLY NOTHING (as in, forced-crash backtrace shows cpuidle_enter), forever. [09:21] DanaG [09:21] help me ,, [09:25] !dropbox [09:25] !info dropbox [09:25] Package dropbox does not exist in trusty [09:31] Hey guys. Sorry if it is not related to the channel, but I am not sure where to ask: My wife has all her customers in a small notebook, and would like to move to a more modern solution. I recommended her to use Google Contacts, but she does not trust Google much. Is there a software solution that we could use in a private server to handle a customer Database? [09:34] you can build a database by using mysql on your computer. [09:36] hi bruce_ Yes the problem is not that mysql database. The problem is a software to administer the data. [09:36] You know, like google contacts have a nice neat user interface, and fuzzy search [09:37] Hello [09:37] Hallo wokko [09:38] hi, I just installed 14.04. Everything works except brightness up/down keys have no effect. Very high brightness is hurting my eyes and drains power. Please help. [09:40] dbugger: maybe horde ? [09:41] (to be honest, last time i used horde was sometime around version 3) [09:41] faugusztin: never heard of it. Can you tell me moreß [09:41] ? [09:41] dbugger: http://www.horde.org/ [09:41] it's a php webmail groupware, and one of the features is turba, the contact manager [09:43] dbugger: then you got owncloud contacts http://doc.owncloud.org/server/6.0/user_manual/pim/contacts.html [09:43] dbugger: that is, if we talk about web based solutions, like gmail [09:44] Mmmm I see. Nothing really that seems properly fit. But thanks for the hint. [09:44] dbugger: alternatively find yourself some good carddav server and then connect your email client to it [09:45] What is carddav? [09:45] then you will have centralized database on server, and you can use any client supporting it [09:45] http://en.wikipedia.org/wiki/CardDAV [09:45] "CardDAV (short for Card Distributed Authoring and Versioning) is an address book client/server protocol designed to allow users to access and share contact data on a server." [09:45] hello i get problems on updating my server today [09:45] I will take a look at that [09:45] php5-fpm stuff [09:45] !server|see1 [09:45] see1: 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 !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/12.04/serverguide/C/ - Support in #ubuntu-server [09:45] dbugger: you got the list of servers and clients there too [09:48] Hi, I'm trying to install bumblebee by following this tutorial https://wiki.ubuntu.com/Bumblebee#Installation but I get the message "E: Unable to locate package bumblebee" [09:48] AleksejsHome: i don't think that is preferred anymore, sinec nvidia-prime exists [09:49] AleksejsHome: https://wiki.ubuntu.com/X/Config/HybridGraphics [09:50] Ben64: thanks, I'll try [09:56] :-D [10:01] Ben64: after installing nvidia-331, steam diesn't work anymore: it shows OpenGL GLX extension is not supported by display [10:01] ubutu en español ? [10:02] !es | clasico [10:02] clasico: 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. [10:02] thanks === aleksejs1 is now known as AleksejsHome [10:02] Hi there. Is it possible to get the last user that accessed a file or is thta not recorded in linux? [10:02] that* [10:03] UbuntuUser pretty sure, yes, but I don't know how. Ask in ##linux ? === jottr_ is now known as jottr [10:04] No. File owner is saved, but not last person who accessed a file. Last access time is saved though. [10:05] https://www.linuxquestions.org/questions/programming-9/is-there-any-way-to-tell-which-user-last-accessed-a-file-493716/ has some workarounds. [10:05] <_et> hi, Ubuntu keeps using old kernel (3.8.0-31) and does not use newer kernels even after apt-get dist-upgrade [10:05] <_et> any clues? [10:05] _et: 12.04 ? [10:05] <_et> It simply refuses to include it even in the GRUB menu [10:05] <_et> yes [10:06] <_et> jpds: yes [10:07] <_et> I even do-release-upgraded to trusty. Still using the old kernel. Googled around. No luck. [10:07] thanks sveta ... we have a server that got exploited and the cracker is saying that they have file sytem access - proving it by catting a file, I was trying to work out which user had last accessed that file so I could work out which account was compromised [10:07] <_et> could it be some kind of version pinning? [10:07] _et: sudo apt-get install --install-recommends linux-generic-lts-saucy [10:08] UbuntuUser: Just do: "last". [10:08] I have checked .bash_history and it contains no evidence of a system user accessing the file which leads me to believe it was a php file or something accessing the file [10:08] <_et> jpds: doing it. I remember doing something like this to install docker or vagrant. don't remember which [10:08] jpds. I have also done this and I can find no eivdence of anyone other than me logging in. [10:08] evidence * [10:09] UbuntuUser: In any case, you want to disconnect the server from everything. [10:09] I'm trying to ascertain how much damage has been done as to work out what to do about it [10:10] hey. any idea why gparted does not start on 12.04? gksudo gparted temporarily opens a tab "starting administrative...", but fails silently [10:10] no message in syslog [10:11] good day to all! liferea channel seems to be quiet, therefore I hope it's ok to ask here on a problem :) [10:12] UbuntuUser, Check all users' bash histories, you'll probably see it in there. But if they exploited a server (such as webserver), it may fail to write a bash history and you may need to look for its logs elsewhere. [10:13] I cant make feed links open on tabs within liferea. also the feature to post them to social sites doesnt work. both say 'unable to load..problem occured while..cannot resolve proxy hostname'... [10:14] The exploit came from git, it was only a listing of git repo / history so I cannot work out how the user has gotton a listing of a specific directory. The directory is owwned by the web server user, I wouldve' thought if the server was rooted that they wouldv'e showed me /etc/passwd or something which is why it's strange [10:14] no files have been modified anywhere which is also strange [10:15] <_et> jpds: restart time. I'll tell you what happened if I didn't break anything :P [10:15] <_et> jpds: thank you [10:17] is there a quick one liner I can use to check all bash histories? - there is only about 5 users on the system [10:18] UbuntuUser: cat /home/*/.bash_history [10:18] excellent, thanks :) [10:18] UbuntuUser: In any case, there's probably nothing there. [10:18] can anyone help me with nvidia drivers? [10:18] I suspect they don't have system (shell) access, I suspect they somehow got a dir listing of /home and managed to somehow "cat" a file [10:19] !details | AleksejsHome, please ask your question to the channel [10:19] AleksejsHome, please ask your question to the channel: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [10:20] I've installed nvidia-319 and now steam doesn't work, it shows OpenGL GLX extension is not supported by display [10:25] anyone? [10:26] !patience | AleksejsHome, it's a bit quiet atm, try again in a bit maybe? [10:26] AleksejsHome, it's a bit quiet atm, try again in a bit maybe?: 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/ [10:26] uh.. hello? === nub is now known as Guest55551 [10:26] Guest55551, Hello, please ask your support question [10:27] hey I wonder if you can help me with connection to wpa2 network [10:29] <_et> jpds: thank you. that worked [10:29] <_et> jpds: kernel version is current. [10:33] Hello! I was wondering, is it possible to add a cronjob to turn my computer of every night at 12? [10:34] i tried to connect to wpa2 network using # wpa_supplicant -i interface -c <(wpa_passphrase your_SSID your_key) but i am unsure whether i am supposed to sub your_key by my username or password. my password is quite short and the command returns password must be 6..84 characters if the password is sub. If the username is sub it asks for identity (not sure hat it means). advice? [10:35] Jac0bz1: Yes. see for example http://www.linux.com/learn/docs/672849-wake-up-linux-with-an-rtc-alarm-clock [10:39] so, I removed nvidia-319 and now Steam works but most games have problems with graphics as nvidia card doesn't work. What can I do with it? [10:39] Jac0bz1: If you just want to turn *off* you computer you can try something like "0 0 * * * root shutdown -P -h now" in /etc/crontab [10:40] iiop: Given the network SSID mySSID and WPA2 pre-shared key (PSK) "passphrase", "wpa_passphrase mySSID passphrase". So, it seems as if wpa_passphrase enforces a minimum passphrase length [10:40] MannerMan: Yes, that's what I want. But I find diffrent commands when i google, shutdown or poweoff [10:40] Jac0bz1: Both should work, I use shutdown :) [10:41] Thank you! :D [10:42] Jac0bz1: No problem, good luck [10:42] Jac0bz1: reboot/halt/poweroff without "--force" all call "shutdown" with appropriate arguments [10:43] hello. is possible to configure the free drivers to run like propietary drivers? I have an ati hd3450 and ubuntu 14.04. [10:43] jordi_: how what do you mean by 'run like'? [10:46] Sorry for my engish, in lubuntu 13.04 I installed ati propietary drivers and I have 16451 frames and 3290 fps in glxgears, and in ubuntu 14.04 I have 301 frames and 60 fps with free drivers. === sl33k is now known as paris92 === WLM is now known as WLM|googleIO === WLM|googleIO is now known as WLM|GoogleIO [10:48] jordi_: Did you try installing the restricted drivers in 14.04 and they didn't work, or what's the issue? [10:49] jordi_, not positive that card is still supported by amd...it is a 2008 card [10:51] i can't find any restricted driver for my card in ubuntu 14.04 [10:52] i read that card is not supported [10:52] jordi_: catalyst legacy [10:52] jordi_: your English is just fine [10:53] jordi_: http://support.amd.com/en-us/download/desktop/legacy?product=Legacy2&os=Linux%20x86_64 but don't ask me where to get it as ubuntu ppa :) [10:54] quistion is there a note taking / sticki note thing in last stable [10:54] jordi_: also probably won't work for 14.04 due newer X [10:55] jordi_: so in short - stay with older ubuntu, or upgrade your graphics card [10:56] hi [10:57] i am problem with ubuntu 14.04 LTS on my computer [10:57] faugusztin: or don't use X [10:57] !details | ahs80 [10:57] ahs80: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [10:59] i want install controllers nvidia in ubuntu 14.04 LTS. [10:59] my computer is: Pentium IV 2ghz [10:59] Gigabyte GA-8SR533P [10:59] nVIDEA GeForce4 Ti 4200 [10:59] yes, not run in ubuntu 14.04. Ubuntu 12.04 is not available, only i can find the 12.04.04 version (with support).... [10:59] 1536 Mb RAM [11:00] and not run in that version [11:00] ahs80: but is there a drivr for nvidia in linux? [11:01] i found this: http://www.nvidia.com/download/driverResults.aspx/48996/en-us [11:01] well, thank you for help. I still with 14.04 and free drivers. For play any games I will use Lubuntu 13.04... [11:01] ahs80: Did you check the restricted driver manager? [11:01] If the driver is there already, it's a lot less pain than doing it manually from nVidia [11:02] @hateball, yes I check and dont found anything [11:02] jordi_, 13.04 is out of support [11:03] I tried to install the nvidia driver manually but it gave me fail [11:03] How do I change apt.conf so that a package and its dependencies are downloaded irrespective of system state? [11:03] is the only way to use the ati propietary driver [11:03] LOG: "ERROR: The kernel header file [11:03] '/lib/modules/3.13.0-29-generic/build/include/linux/version.h' does not [11:03] exist. The most likely reason for this is that the kernel source files [11:03] in '/lib/modules/3.13.0-29-generic/build' have not been configured. " [11:03] so, after experimenting with nvidia drivers, my screen now is 640x480, and I can't change it [11:03] any help? === WLM|GoogleIO is now known as WLM [11:04] How do I install ubuntu 14.04 via netbooting? [11:07] ahs80: Ti 4200 was last supported in 96.43 series of drivers. NVIDIA is at 3xx.xx now. use open source drivers (if available) or just upgrade that thing from 2004 [11:09] ahs80: nouveau will probably work for 2D, not much for 3D : http://nouveau.freedesktop.org/wiki/FeatureMatrix/ (NV20 row) [11:10] i have install gnome classic, this work better than unity [11:10] to me === histo_ is now known as histo [11:10] but the streaming videos dont work very good [11:10] Please have a look at this pic and tell me which download manager(Firefox addon) is this .....http://imagebin.ca/v/1R1CGbuXxNUO [11:11] ahs80: what streaming videos? [11:11] youtube for example [11:11] hello [11:11] <`VooDoo> hi [11:11] how can i turn on my wifi chipset ? [11:12] das: rfkill unblock all [11:12] john_rambo: Looking at that screenshot, its something on Windows, you'll probably be better joining ##windows and asking there [11:12] in terminal ? [11:12] ahs80: are you running flash or html5? [11:12] ahs80: you realize Ti 4200 is more than a decade old graphics card, right ? [11:13] das: yes [11:13] there are many things Linux can do, but it can't bring power where there is none ;) [11:13] das: install restricted drivers [11:13] faugusztin: his card is fine [11:13] i run in flash [11:13] yes, my card is very old [11:13] <`VooDoo> from were can i get a free shell account? [11:14] don't happen nothing with command "sudo rfkill unblock all" [11:14] `VooDoo: you can probably use a search engine to find one as it is offtopic here. [11:14] das: what wireless chipset are you using? [11:14] das: lspci will show you. [11:14] i can't connect to interneth, so i can't download any drivers [11:14] <`VooDoo> :\ tell me a channnel [11:15] `VooDoo: ##linux [11:16] broadcom corporation netlink BCM57780 gigabit ethernet PCIe (rev 01) [11:16] das: type lspci | grep Network in a terminal [11:16] das: that's the wired [11:16] broadcome corporation BCM 43225 802.11b/g/n (rev 01) [11:21] why is my mon1 on channel -1 even though I set it to 11 using airmon-ng? [11:21] when I run aireplay-ng it says "Waiting for beacon frame (BSSID) on channel -1 [11:22] histo what you think this command will run "sudo apt-get install firmware-b43-installer" ? [11:22] though when I set up mon1, I typed airmon-ng start wlan0 11 (to get it on channel 11) [11:26] salve, qualcuno sa se esiste skype per ubuntu? [11:28] !it [11:28] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [11:29] !skype [11:29] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [11:29] maxxd_: ^ [11:34] i answer in forum [11:34] thanks. [11:34] ask [11:37] i had two kernels(3.13.18 & 3.13.24) on my trusty tahr and then i decided to remove 3.13.24. now my computer boots with any of sound, wifi or modem not working most of the time...is there a solution for that... [11:38] I want to move /var off my ssd, can I just mkdir var in my new partition and delete the old /var or will something freak out when looking for old logs? I dont care to keep them [11:38] i'm trying to ssh into an ubuntu server vm over NAT. the host is also running ubuntu. does anyone know how to ssh from a host to a vm client over NAT. i'm using virtualbox [11:38] and then update fstab accordingly [11:38] Hi, how does compiz test for unresponsive windows (to desaturate them)? I am trying to run firefox under different user, but the window gets dimmed [11:38] superflat;~ install the package linux-generic it will pull in the latest kernel [11:39] what are the conditions to have a community thrive? [11:39] superflat;~ which is 3.13.--29 [11:39] john96: okay [11:39] 3.13.0-29 [11:39] oops not john96 [11:40] john96: what are you looking for is something like http://sshmenu.sourceforge.net/articles/transparent-mulithop.html [11:42] Hello [11:42] Is there a way to test if apparmor is disabled? [11:42] faugusztin: i don't want to ssh to the VM over my LAN 192.168.*.* network. I'm trying to ssh into the VM without reaching out of the host machine. aka. using a network within the host [11:43] john96 what's the guest machine? [11:44] MonkeyDust: an ubuntu-run vitual machine [11:44] john96: over NAT means you either need to ssh into the NAT server and then to the computer inside NAT, or you need to port forward the computers SSH port at the NAT server [11:46] john96 in the vbox network settings, there's 'attached to internal network'... sound like what you want [11:46] sounds* [11:48] * robotdevil taps on #ubuntu like an aquarium [11:48] i changed to network mode to 'internal', however the VM is sitting at 'waiting for network configuration' on boot [11:48] das: that will install the firmware-b43-installer package [11:49] good day / night ubuntu community! I couldnt get help from liferea channel for my problem, I hope it is ok to ask it here. I cannot open feeds in liferea tab/browser or external browser, either. I found some reports that the problem was solved in recent versions. but I dont know if I can use recent versions on 12.04. could you please help? [11:49] then ? [11:49] ocoxo I have that too, did not find a solution... right click on the news item > open in external browser [11:50] das: do you have wired internet available to install packages from? [11:50] das: plug in a wire and install restricted drivers [11:50] MonkeyDust, external browser used to open, today it doesnt open anymore, either. [11:50] ocoxo: what is liferea? [11:50] i'm using ethernet now to download that pckages [11:50] histo, it is a feed reader [11:50] linux feed reader [11:50] ocoxo: so it's not opening rss files? [11:50] <3 lovely tool [11:51] histo no, it opens in the internal browser, not in the external [11:51] automatically, that is [11:51] histo, before I installed the current program, it used to open feed items in both internal tab/browser, and external one. now none of these happen [11:52] ocoxo then you have bigger problem than me [11:52] 8-) [11:53] o/ [11:53] MonkeyDust, histo, I was wondering whether a higher version of liferea would be compatible with 12.04.4. since the bug mails say that it was solved in recent versions of liferea === lala__ is now known as lalatenduM [11:53] ocoxo: possibly [11:55] !info liferea [11:55] liferea (source: liferea): news aggregator for online news feeds. In component universe, is optional. Version 1.10.3-1ubuntu1 (trusty), package size 171 kB, installed size 631 kB [11:55] !info liferea precise [11:55] john96: if you set the mode to bridged, it will join your local network as another computer directly visible on your LAN. of course that expects that you have a DHCP server in your LAN [11:55] liferea (source: liferea): feed aggregator for GNOME. In component main, is optional. Version 1.8.3-0.1ubuntu2 (precise), package size 198 kB, installed size 571 kB [11:55] nothing? [11:55] john96: internal network in vbox means just between the host and the VM, nothing else can see that connection [11:55] ocoxo you have that issue in 12.04? I have it in 14.04 [11:56] MonkeyDust, I used to have it not. but this is a new install of liferea, and it began to happen [11:57] ocoxo in what ubuntu version? [11:57] MonkeyDust, 12.04.4 [11:57] odd.. [11:58] I'd tried installing liferea via ubuntu ppa, but this turned out to be an early version, too. it is 1.8.x, while the current version is 1.10.x [11:59] faugusztin: MonkeyDust: I got it working bay creating a virtual network between the host and VM. Thanks for your help [12:00] john96 great! [12:01] why my ubuntu 14.04 cannot browse and send files via bluetooth? [12:02] iceburnt install and use blueman [12:02] ocoxo: the 14.04 version is 1.10 but as someone else said it's not working for them either [12:02] histo yes, it's was me [12:03] histo, I'm trying to compile it straight from the latest stable..let's see what happens :) [12:04] ocoxo: use checkinstall to create a deb from source [12:04] * robotdevil head buts the kb [12:04] histo, I'd started with the tarball here: http://lzone.de/liferea/install.htm does it work out with it, too? [12:05] does anyone know if I can move the /var partition to another partition without anything freaking out. And then update fstab [12:06] so many ways in google, different answers,,,,, [12:07] http://askubuntu.com/questions/59928/how-can-i-move-var-to-another-harddrive [12:07] robotdevil, done this for my server last week http://pastebin.com/dpSwdsQE adpat to your need [12:07] answer 1 here looks the best [12:07] robotdevil a chroot comes to mind, to try it [12:08] histo, the 'make' command in tarball method isnt accepted, though. it says 'make: *** No targets specified and no makefile found. Stop.' but the given command is only 'make' [12:20] typing './configure' runs an array of lines, and at the end comes this line: 'configure: error: glib-compile-schemas not found.' what might this mean? [12:24] Hello! I'm setting up a dual boot. I have 3 hard drive, two 500gb HDDs in Raid0 with a single windows partition taking up all of them, it is all encrypted with truecrypt. I then have a separate SSD. Can I just install Ubuntu to the SSD and make a /boot partition on it then tell GRUB to install there? I'd like to be able to ESC on my truecrypt booter and be brought into GRUB. [12:29] hooked up HDMI to my 14.04 HP Envy 17. sound worked fine before and while hdmi attached. When I detached, my internal speakers won't work. Already checked sound settings, HDMI is gone as an output, analog is selected as an imput, subwoofwer makes noise but none of the 4 speakers do. I get the ubuntu drums on boot-up, but no sound of any kind after I log into Gnome 3 (Cairo Dock edition). I plugged my HDMI back in, restarted, and HDMI still works fine, I [12:29] select analog and then THAT work sfine... until I reboot again. Rince-Repeat. === Vampire0_ is now known as Vampire0 [12:36] I found a solution on askubuntu, that says 'make' command didnt work as makefile couldnt be created when running './configure', due to missing dependency 'glib-compile-schemas' it suggested installing 'libglib2.0-dev' to solve this, which I did, but the same error still comes that says the dependency is not found [12:38] ocoxo add to the article that the solution doesnt work [12:39] as a comment, i mean [12:40] MonkeyDust, the article refers to the dependency within another package, which I think solved the problem in the respective case. maybe a new post would suit better [12:42] hi, i had tried installing mod_mono by apt-get, however, it got stuck during the installation. now i'm having problems with dpkg --configure -a, it gets stuck with the package "libapache2-mod-mono", it restarts the apache2 daemon and then i get no output until i press ctrl c [12:42] then i get " subprocess installed post-installation script was interrupted". any ideas? [12:45] korst3n, you could try sudo apt-get install -f to begin with and repeat what you were trying afterwards [12:46] hi guys. I have ncurses apps (say, aptitude) working nice in plain xterm (or gnome-terminal, or any other terminal I've tried), but if I run it inside tmux session, screen isn't properly refreshed while I do some navigation through the menu, there is some garbage. Screenshot: http://i.imgur.com/jKLCX3A.png but, again, it works nice without tmux. Does anyone have an idea how to make it work in tmux too? [12:47] bluefrog: just tried it's stuck as well, no output untill i press ctrl c [12:47] you can try setting your TERM environment variable [12:47] Can anyone help me with my sound problem? [12:47] something like export TERM=xterm-256color [12:48] or export TERM=rxvt-256color [12:48] usually it indicates some other kind of misconfiguration but the hacky fix usually is sufficient === gnu is now known as Guest26275 [12:49] camgunz: thanks for the suggestion, but it is already set to xterm-256color [12:50] hmm, when you navigate through the menu, you're using the mouse? [12:50] camgunz: no, keyboard only [12:50] i'm having issues with my lock screen. cometimes is doesn't display the password field. any ideas how to sort this? [12:50] s/cometimes/sometimes/ [12:50] you could try setting tmux to ignore the mouse [12:50] man tmux and turn all the mouse-* options to off [12:51] in ~/.tmux.conf [12:51] other than that, i got nothing :) [12:51] camgunz: ok thanks, will try [12:52] thank you for your help, histo, MonkeyDust! [12:56] Hi, has anyone used xrdp ? [12:56] yes [12:56] I am having trouble re-connecting to the same session [12:56] i'm trying to set a upstart process, it should restart everytime it crashes or closes for some reason. this program gives output and stops on keypress, and i'm getting stdin is not a tty in upstart logs [12:56] any ideas? === renato_ is now known as Guest77133 [12:58] hello people [12:59] Can anyone advice me on what command to use? I have a text-file containing names, and I want to md5-hash them automatically. The hash should be added at the end of each line. [13:01] I tried to reinstall liferea, I purged, autoremoved, even manually deleted liferea folder, when I reinstalled, it opened precisely as I closed it, with the same feed and feed item selected..how does this happen?!? [13:01] and of course all feeds in place [13:01] ocoxo: Did your remove ~/.liferea ? === cassio is now known as Guest16170 [13:01] FernandoBasso, yes I did [13:01] Davidvdm: for x in `cat hashes.txt`; do md5sum $x; done [13:01] Okay, you said "liferea folder". I just wanted to make sure. [13:02] if you want to make a new file, you can echo the output to a new file [13:02] yes, I removed it all, and it was reinstalled as if never removed [13:02] ocoxo: I'm on windows at work now. Try looking for something inside ~/.config or ~/.local/share [13:02] Davidvdm: for x in `cat hashes.txt`; do echo "$x `md5sum $x`" >> new_hashes.txt; done [13:03] ocoxo: Also, was it something like .liferea- ? [13:03] When I had archlinux and ubuntu dual-boot, had two different .liferea directories. [13:04] FernandoBasso, yes the folder name was mentioned with version. I couldnt see anything related to liferea in these two locations [13:05] Was liferea running when you purged it? Also, try logging out of your DE and do that from a tty. [13:05] (just a wild guess) [13:07] Hello guys, if I have a SIM with 3G internet enabled on it, can I somehow use it for my laptop since my broadband is really slow? Is there some sort of device which I can put my sim in to use in on my laptop? [13:10] Nope, it's not working. I get a textfile with a partial command in, instead of the result of the command [13:10] Nilson: just open a hotspot from you smartphone? [13:13] schnitzl: I have a BlackBerry. [13:13] and I am not quite sure how to do that. [13:13] Davidvdm: –http://mywiki.wooledge.org/DontReadLinesWithFor [13:13] Davidvdm, I put iso files in that dir. cd /mnt/public/ISO; for x in `ls`; do md5sum $x; done === s0meone is now known as someone [13:14] Nilson: I have no idea about blackberry, sorry, but maybe google can help you: http://www.pcadvisor.co.uk/how-to/mobile-phone/3441342/use-blackberry-as-mobile-wi-fi-hotspot/ [13:15] thanks, schnitzl! I'll take a look into it :) [13:15] first link on my google Nilson :P [13:15] sure mate. [13:16] Nilson: but watchout: depending on your data plan this my get expensive. just saying. [13:16] may* [13:17] Davidvdm: don't forget the backticks [13:19] you've probably lost me a long time ago, but backticks made me realize it! :-) [13:20] I'm going to study first some basics, I guess === layke_ is now known as Layke [13:20] thanks for your patience! [13:22] FernandoBasso, it wasnt running when I purged liferea, at least I'd closed the GUI...sorry, I dont know what DE is, or tty.. [13:22] hey, I am using a package that ships with an upstart script set to start on runlevels 2-5. I don't want the service to start after installation, and I don't want it to start at boot. How can I do this? [13:22] Davidvdm, md5sum needs the full path to the file, another example, in this case we go to the sbin dir, execute each command and append to a file in our home dir ... cd /sbin; for x in `ls`; do md5sum $x >> ~/new.txt; done [13:23] 大家好,第一次使用linux,请大家多多关照 [13:23] !cn | binglong [13:23] binglong: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:24] calp, sudo service disable [13:24] binglong, U ok ? [13:24] join #ubuntu-cn [13:24] binglong, why? [13:24] why 什么? [13:24] binglong command is /join #ubuntu-cn [13:25] !kylin | binglong [13:25] binglong: Ubuntu Kylin is a variant of Ubuntu that focuses on Chinese users. It is a formal part of Ubuntu. For more information, see http://www.ubuntu.com/desktop/ubuntukylin [13:25] wheatthin: I was looking for a way to do it from puppet, I found this: http://upstart.ubuntu.com/cookbook/#disabling-a-job-from-automatically-starting [13:29] does anyone knows if Ubuntu supports an Epson Discproducer PP-100 printer? [13:29] what pkgs have python-4suite-xml and python-xml been replaced with in 12.04? [13:30] hansford, try it [13:43] Hi, after downloading updates my touchpad stopped working. In settings it shown No touchpad found. I've added a file /etc/modprobe.d/psmouse.conf with line "options psmouse proto=imps" and now touchpad works, but scrolling on the edge still doesn't work. Settings still show "No touchpad found". Installing synaptiks didn't help at all [13:44] So is it really not possible to play flash games with ubuntu since adobe quit supporting linux? [13:45] phelix: which browser? [13:46] phelix, google supports pepper flash [13:46] I tried a second time to purge liferea, deleting ~/.liferea folder, too, and to reinstall it. like before, it opened again with all feeds there, and exactly where I left it. what am I missing here? [13:46] my firefox has force closed [13:47] pepper flash never heard of that [13:47] doesit work just like adobe flash? [13:47] yes phelix [13:49] But what about firefox? [13:49] this seems to only be for chrome? [13:49] I think thats what chrome comes installed with in ubuntu isn't it? [13:50] phelix, nope. chromium does tho [13:50] you just gotta sudo apt-get install chromium [13:50] but there is nothing you can do for firefox? [13:51] You can.. [13:51] how? Flash runs like crap on chrome and even worse on firefox [13:52] so why use firefox? [13:52] just do as wheatthin said: sudo apt-get install chromium [13:52] and win. [13:53] I just installed chromium and went to a flash game site and it tells me to get adobe flash [13:53] https://wiki.ubuntu.com/Chromium/Getting-Flash [13:54] philinux: Are you using 14.04? http://www.webupd8.org/2014/01/pepper-flash-player-installer-for.html Pepper flash isn't included in Chromium by default [13:55] phelix: See above, philinux Sorry nick [13:55] yes 14.04 [13:56] phelix: I used those instructions about 2 weeks ago and haven't had a problem with flash sites since [13:57] k let me try that [13:58] :-*love ubuntu8-) [13:58] * Hayro nem canal #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman [13:58] * Hayro #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman #hackman === fego is now known as Guest12775 [13:59] whats this [14:00] lexus00Z_ describe "this" [14:00] #hackman [14:01] lexus00Z_: Spam [14:01] lexus00Z_ some bored kiddo [14:04] understood [14:07] every page i go to or scroll with google chromium all the text and everything is all fuzzy.. anyone had this problem? [14:07] hi [14:08] Anyone know the command for lftp that allows you to download files? [14:08] phelix so that's 3 different browsers giving issues, i guess the problem is wider than that [14:09] phelix and it's aither Google Chrome *or* Chromium (which is not owned by Google) [14:10] Well I installed chromium to try and get the pepperflash [14:10] but now all the font and everything is all blurred out with chromium [14:11] must i install a beta version maybe? [14:11] phelix and chrome and firefox... find some possible common cause [14:11] its not happening with chrome or firefox. only chromium [14:12] phelix i thought firefox and chrome gave similar problems on your machine [14:14] is there an easier way to install something that allows copy paste through Hyper-V? [14:15] ToAruShiroiNeko is that a server? [14:15] ubuntu server yes [14:15] I have a ghost GUI fragment like http://superuser.com/questions/150982/ghost-ui-elements [14:15] ToAruShiroiNeko ok, try #ubuntu-server, and explain "easier" [14:16] How can I remove it without logging off/restarting? === Gycklarn- is now known as Gycklarn [14:18] hello, I was advised to create a deb package via checkinstall. I created it and installed deb package. from here, how am I going to install the actual program that I'd like to use? [14:21] hello, I was advised to create a deb package via checkinstall. I created it and installed deb package. from here, how am I going to install the actual program that I'd like to use? [14:21] http://i57.tinypic.com/11jaceg.gif look [14:21] this is what chromium looks like on every page [14:22] everything is warpped and distorted [14:22] ocoxo: If you ran checkinstall from your source's path, then you should be all set. [14:23] Pici, I am not. I dont see the program on my desktop [14:24] last thing I did with checkinstall was this: sudo checkinstall make liferea-1.10.4.tar.bz2 [14:24] then I didnt know how to proceed [14:24] How do I find out when libv8 3.17.11 will be available in Ubuntu? [14:24] and used sudo dpkg -i package_name [14:25] hello there [14:25] and it installed apparently a deb file [14:25] now there is still no program [14:25] what [14:25] MonkeyDust: You have any idea whats causing this problem? [14:25] guys, I am having a strange behavior (or so I think) with a DNS server (slave) I just created [14:25] this issue is way worse than having a crappy version of flash lol [14:25] I followed this howto: https://help.ubuntu.com/community/BIND9ServerHowto [14:25] g105b in a terminal, type this command and look for a maintainer's name... contact that maintainer : apt-cache show [package] [14:26] but my slave server is not creating the zone files in /var/cache/bind [14:26] any hints? [14:26] wat [14:26] phelix no, not a clue [14:26] ocoxo: Err.. I'm surprised that worked. Typically you need to extract the source, run configure/make/whatever and just run "sudo checkinstall" instead of the "sudo make install" step. [14:26] did you see the screenshot I posted? [14:27] Pici..it may be that nothing worked. I think this whole thing is beyond me. I give up [14:27] easier to find a new feed reader [14:27] MonkeyDust: there isn't a package for that version [14:28] g105b no, but there is a maintainer for that package, ask him when the next version will come out [14:30] MonkeyDust: apt-cache show libv8-3.17 - N: Couldn't find any package by regex 'libv8-3.17' E: No packages found [14:31] g105b find a contact person on this page https://code.google.com/p/v8/ [14:33] g105b and refine your search: try apt-cache search libv8 [14:33] hi [14:34] how to forward client ip/host with ssh reverse port forwarding? [14:35] if your roter support UPnP,nothing to setup === xubuntu is now known as Guest33974 [14:37] heh I guess your are talking about that http://www.vdomck.org/2005/11/reversing-ssh-connection.html === Drewberto is now known as Garmageddon [14:40] hey there. I am on a xubuntu 12.04.04 and the gmusicbrowser won't show the filtered results as applied with the buttons to the bottom left of the shimmer desktop layout. [14:40] hi [14:41] ho can i fix this? [14:41] where do i find installed applications on ubuntu studio [14:41] hello there, i am looking for some advice. i am running xubuntu right now but my hardware is just too old for it and i would like to change to lubuntu - is there a way to migrate to it without losing my data? what would you suggest to backup my data? thanks in advance [14:41] for eg:i installed unity tweak tool [14:41] does gnome-classic have a built in compostor? [14:42] i am not able to find the tweak tool to open and use [14:42] premjit: either in the menu, or software centre or do a dpkg -l | less in a term for a list of (all packages) [14:42] ok mali let me just check that and thanks for the tip [14:42] premjit, by perusing the menu, though in studio, you will generally see the programs you have :) [14:44] Flolila, do you know how to use the shell? [14:44] alazare619 yes http://askubuntu.com/questions/58172/how-to-revert-to-gnome-classic-desktop === deb is now known as internetroll [14:44] hi mali i can see the app now using dpkg -l [14:44] priuon not really [14:44] but how do i run it? [14:45] Q: I have built an iso from the trusty server, and I add packages, and so on. Now, ubiquity fails due to missing GPG keys.. I tried adding them in the live iso, but it still fails (apt) during install... IF I add those keys to the original image I spin the iso from, will it work or am I in issues here? Since adding the keys on the live iso didn't work, I am notconvinced it will help respinng the darn thing. [14:45] my god. Can somebody help me with recordmydesktop ,please???? I can record Microphone, or Normal Audio of applications, but not both at the same time.. [14:45] premjit: just type it in the terminal [14:45] and try [14:45] if it doesnt work, just try typing the first letters of th eprogram and hit TAB [14:45] and look for the auto-comnpletion options [14:45] else, a bit more manually: [14:46] you can do dpkg -L (yes big L this time) name of package [14:46] then you see a lit of the files and you can look for the file which is in one of the */bin directories say [14:46] you should be able to search in the menu too though, I thought. [14:46] Flolila, i've never tried it myself but you can install the lubuntu-desktop package with either apt-get synaptic or the "Software Center" [14:46] Juju: you need to use jack server [14:46] to do both [14:47] it is a bit of a pita to do but google recordmydesktop jack [14:47] mali_» sorry, what a jack server is? [14:47] you won't be able to run both on same time with pulseaudio, I believe [14:47] it is an alternative audio server [14:47] Juju did you read there? http://recordmydesktop.sourceforge.net/faq.php#I_have_no_sound! [14:47] priun thanks for the tip i will try it out right now [14:47] Zangune: he has sound, his issue is not having both at same time.. you *need* jack for that and not pa [14:48] Juju, google is your enemy, but most use it anyway: jack + recordmydesktop ,p [14:49] hello the xrdp pacakge of ubuntu is broken somehow when I use rdp to connect to my machine it always gives me a new session [14:50] mali_ Zangune thanks, i usually use google but the solution i got was to install pavucontrol, but this program only lets me to change "microphone or normal audio".. i can't Mix it. [14:50] yes.. you *cannot * use pulseaudio to get both at same time.. iot's that simple.. if you want to do that.. you are gonna havre ot read up on installing jack{,2} it's that simple [14:50] :) [14:51] it is a bit annoying.. I remember myself spending quite a bit time making it work, but once you got it working, it's all good. [14:52] mali_ can't setup alsamixer fix his problem? [14:52] is there a quick way to make a x application launch like xbmc instead of a desktop enviroment like xfce? [14:52] hmmm. yes you do use a sink in the alsa conf [14:52] i want xbmc to run in x without the desktop wasting ram [14:52] as its the backend for jack as well [14:52] mali_» then, jack... is software, not hardware, yes? [14:52] the point is pa can't mix the two channels together, jack can. [14:52] jack is software yes [14:53] ok [14:53] just google it for heaven's sake! <3 [14:53] thanks a lot [14:53] np [14:53] My vim has no clipboard [14:53] Does this mean I need a new version of vim if I want to be able to copy to my system clipboard [14:53] http://askubuntu.com/questions/63363/how-to-use-two-sound-sources-while-using-recordmydesktop hit 1 [14:54] should get you on your way [14:55] com.canonical.notify-osd [14:55] In order to work properly, Unity Tweak Tool recommends you install the necessary packages [14:55] i m getting this error [14:57] premjit did you try to use Synaptics? === ezhik`__ is now known as ezhik`_ [14:57] do i need to install Synaptics? === ezhik`_ is now known as Guest85367 [14:58] premjit it may help, how did you install things? [14:58] premjit [14:58] use Synaptics and search for notify-osd .Install it . [14:59] if you tried instaloing a deb and it fails due ot dependencies, there is a simple command to make the dpkg fetch em.. erm I am an arch user which needed to rezspin ubuntu today so I am a bit rusty but someone here knows it for sure [15:00] apt-get -f install -y [15:00] there premjit : type that if you had failed deps [15:00] should auto-get them [15:00] (sudo in front obviously if you ain't root) [15:01] bye :) [15:01] that is the answer to : no, you don't *have* to install synaptics. [15:01] :) [15:01] buhbye [15:02] mali_» Perfect, thanks for the link, i got it too. BYE [15:02] goodl uck Juju [15:02] also dont forget to get qjackctl [15:02] to make it easier for you === Guest85367 is now known as ezhik` === ezhik` is now known as ezhik_ [15:05] Hi ! I have a triple boot system. I have Fedora on /dev/sda1, Windows on /dev/sda2, and Ubuntu on /dev/sda3. Do I need to have Grub to be installed on /dev/sda3 as well as on /dev/sda to boot into both Fedora and Ubuntu ? === R_M_H is now known as rmh === rmh is now known as RMH === RMH is now known as RuudschMaHinda === phil is now known as philstar [15:09] hello [15:10] i have ubunto and i wanna to identify an hidden process wher is sendiding a udp traffic [15:10] hi [15:10] how can i identify it [15:10] ? === miqui_ is now known as miqui [15:11] matrix1233: netstat -ua [15:12] matrix1233: should list the processes communicating via UDP [15:12] lsof -i UDP: [15:12] faugusztin: no i cnat see it [15:13] install iftop. [15:13] nethogs. [15:13] faugusztin: my server is sendinf vru 30 a udp packet to anadher server [15:14] faugusztin: my server is sending evry 30 second a udp traffic , but i cant found it [15:15] matrix1233: iftop is nice, must be run in sudo === ezhik_ is now known as Guest88638 [15:16] RuudschMaHinda: ok with iftop is ok i can see the source destination and port but i cant see the pid of process [15:17] matrix1233: try this one -- http://serverfault.com/questions/192893/how-i-can-identify-which-process-is-making-udp-traffic-on-linux [15:18] matrix1233: the second answer might help you out on there === Guest88638 is now known as ezhik`_ === dfgas_off is now known as dfgas [15:23] Q: I have built an iso from the trusty server, and I add packages, and so on. Now, ubiquity fails due to missing GPG keys.. I tried adding them in the live iso, but it still fails (apt) during install... IF I add those keys to the original image I spin the iso from, will it work or am I in issues here? Since adding the keys on the live iso didn't work, I am notconvinced it will help respinng the darn thing. [15:23] RuudschMaHinda: with tcpdump i can see the ip/port but no pid [15:25] don't use tcpdump, use the netstat -apn thingy [15:25] 7th collumn shows the PIDs [15:27] I have a line that updates the $PS1 so that it adds some more details and is coloured, but when I use SCP it gives me a tput error since it’s not interactive. I found a little if-statement on line that says if [ -Z “$PS1” ]; then …. [15:27] How do I check if that’s negative though? [15:28] if -Z “$PS1” means that it’s not interactive, only want to do something if it _is_ interactive [15:29] stan_man_can: a simple ! negates btw ,p [15:29] mali_ I know that part, but where does it go? [15:29] if ![ -Z “$PS1”]; then [15:29] ?? [15:29] inside [15:30] [[ ! -Z "$PS1"]] && for example [15:30] use a space between [ and ! === firstprimate is now known as abdulg_ [15:33] I installed Hylafax server and client. How do I test that hylafax is working and then set up a printer to fax from any app? [15:36] mali_: https://gist.github.com/anonymous/6c7c64d88ec6fe02749a [15:37] stan_man_can: change capital Z to lower case z [15:37] and add a space between "] [15:37] done [15:38] Ubuntu just crashed. Everything froze except the mouse. Googling indicates that this is an issue (or at least a symptom) that has been around since 12.04, at the very least. === arthur is now known as Guest6850 [15:38] LOL... kvess.. a frozen comp has been around since they came about! ;) [15:38] kvess: we would need to look at more data.. i mean, sure.. machines crash sometimes.. and likely always will.. [15:38] stan_man_can: you may want to take a look at man test [15:38] Not exactly what I meant. :) [15:39] then you will have to try and figure out how to express what you mean, kvess ,x [15:39] mali_: Worked for login, but when I do SCP (not interactive) I get “syntax error near unexepected token ‘else’ [15:39] then find your syntactical error, and proceed [15:39] hello. is there some sane way to partially upgrade a LTS release, like 12.04 to include some newer components, like the graphics stack? === ezhik`_ is now known as Guest37966 [15:39] kvess: what testing have you done to isolate? did you install ubuntu yourself? or is this a machine that you were promised linux support for? [15:40] mali_: No idea what it could be, there is no “else” in the whole .bashrc [15:40] I was really hoping for suggestion on how to try to track down this. [15:40] post your .bashrc [15:40] Isolation is tricky, since it seems to happen quite randomly. Was running 2 x browsers, thunderbird and hexchat. And yes, installed ubuntu on my own, personal desktop. [15:41] kvess: i'll run live CD's to remove my internal system from the equation.. i'll try as other users, to remove my users config from the equation.. i'll isolate hardware and test.. have you ran memory and hard drive tests? [15:42] mali_: https://gist.github.com/anonymous/6b143ad8bf499c8669ea [15:42] how do I change Bind9 to log to it's own log file and not syslog? [15:42] holstein, I suppose I could all that. I've not had similar issues on windows (dual booting for the time beeing), so I don't think hw issues too likely. [15:44] kvess: the windows support is actually quite irrelevant. you were promised windows support, and the company you purchased the hardware from has funded the testing that you may have to do now on your own to run linux on that hardware. you can see if the hardware is functioning properly by running windows on it [15:44] Is /var/log/syslog a sensible place to look? [15:44] kvess: i'll ask again.. have you added any ppas? [15:44] holstein, yes, pretty sure I [15:44] kvess, I'm trying to get it not to log there. There's too much other crap in there. [15:45] Pretty sure I've added ppas, yes. [15:45] 3rd party sources can introduce intability, kvess ...you can try removing them, and get back to using ubuntu [15:45] instability* [15:45] Yeah === dfgas is now known as dfgas_off [15:46] I had the same issue back in 12.04 and 12.10, but it's so random, and doesn't even happen every day. But it's still annoying, and one of the few annoying things I've not been able to figure out [15:46] But I'll give the livecd suggestion a go [15:46] kvess: "some issues" ? on the same hardware? [15:48] kvess: consider, in the future, using the same model you do with windows.. try purchasing a machine from a reseller such as system76.. they will have done all of the testing and configuration for you for the operating system you are interested in using.. otherwise, it can be quite challenging to take the task on personally with some problematic hardware [15:48] Frankly, building my own machines are more fun. Even with the occasional crash. [15:48] Is there any easy way to tell if my computer is hung because it attempted to go to sleep or because of some weird crash/kernel issue? [15:50] kvess: you can also purchase hardware that is promised to use and run linux, and build yourself, rather than fighting with hardware that is promised to run windows specifically [15:51] That true, and something I'm likely to try the next time around. Had some questions about my next graphic card here a while back. [15:52] How can I turn off the guest account in Lubuntu? [15:52] stan_man_can: sorry I was busy... hmm, lol only that? well ye, I can't see anything wrong there... :/ [15:53] mali_: no worries. Yeah that’s all it is. Super strange.. [15:53] kvess: intel is typically well supported, though, if you want more performance, you will likely want ati or nvidia, which cannot promise the same level of linux support, but, is getting "better" all the time, since steam and other are getting involved [15:53] well, actually, you might have an issue in /etc/bashrc [15:53] because you are loadfing it from your .bashrc, and the error is prolly in that file [15:53] Hawkeye: its still lightdm, correct? http://askubuntu.com/questions/451526/removing-guest-session-at-login-in-ubuntu-14-04 [15:54] mali_: I don’t have any issues if I remove the second if statement [15:54] mali_: Do i Need to provide $PS1 with some default value [15:55] holstein I've tried that but I still see the guest option at login [15:55] Hawkeye: so, you are not using lightdm? [15:55] I dont think so === Guest37966 is now known as ezhik [15:56] holstein, currently running this on an Intel i7 920, NVIDIA Geforce GTX 275, a few plain WD disks. Asus motherboard. Pretty ordinary stuff. === ezhik is now known as _ezhik [15:57] kvess: "ordinary" is not the issue.. its not promised that you get linux support from the manufacturer.. the nvidia is where i would be looking.. i would even try a vesa driver to isolate. i would try the open drivers, the proprietary ones, and ones from the xswat ppa as well as vesa === ezhik`__ is now known as ezhik` [15:59] well PS1 does have some issues when invoking directly or in a script.. I remember bumping onto such things, but I don't remember now what they were [15:59] it has to do with some parsing so you might be right, that it has to do with how you invoke the script [15:59] but I right now, won't be able to help you any further as I can't recall.. sorry. :) [16:01] holstein: how do I know if I'm running lightdm [16:01] holstein, I get what you're saying. The reason I mentioned logging earlier was in the hopes of seeing some indication of exactly stuff like that: Driver complaints just before the crash. I'm currently running the 331.38 proprietary driver, but I've previously used a couple of other ones. But I've not switched systematically to try to narrow in on this problem, in part because it happens so infrequently. [16:03] kvess: sure.. but all of that can be built into software that the manufacturer is welcome to provide.. and if they are not providing, then you may not get the debug you want or are looking for [16:03] kvess: it can be challenging, and frustrating, for sure [16:04] Hi there! I am looking for a software to manage virtual domains for web and mail for a small root server with five domains. Is froxlor still a good idea? Or are there better alternatives? [16:06] holstein, anyway, thanks for the help. I might give the livecd suggestion a try at some point. [16:06] kvess: the open driver is running there.. and ppa's as well.. really, whatever drivers the steam community recommend.. [16:07] !steam [16:07] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [16:07] kvess: i know, when i run steam, i am suggested a ppa.. though, i understand the risks in running ppa's, and that the code is not supported officially here, the drivers and modules can address what you are mentioning [16:08] Is there some way to have the USB/CD installer use a later kernel than what is in the .iso? [16:08] anyone mount webdav using gssapi ? [16:08] OEP: you can install, and change to what you like. you could try and roll your own installer with whatever kernel you want [16:09] holstein: e.g. once I have a my ubuntu installation, run usb-creator-gtk ? [16:09] I have question about charms deployment and juju .. If i deploy the same charm , on different machine, (Let's say mysql and rabbitMQ) , how will the deployment work their relation, will the mysql instances be standalone , or are they going to replicate the same data trough all instances ? [16:10] wrong channel ;) [16:10] OEP: you want an iso? to run live? with a particular kernel? or a USB stick booting a certain kernel? [16:11] anyone here know if WGET could possibly extract and crawl links out of arbitrary HTML tags? [16:11] Hello! I'm trying to do a {sudo apt-get update}, but it looks like it just keeps timing out when requesting from packages.medibuntu.org. It also looks like the website was up in the past but is no longer up. I'm on Ubuntu 12.04. It looks like it has done nothing for the past 5 minutes. on the last line. http://pastebin.com/rMpLFn0c Any ideas how to resolve this? [16:11] holstein: well we have an automatic deploying system which requires network for the install to work; a new batch of machines we got have a NIC which is not supported by the kernel on the installer (but later kernels do have support for it) [16:12] holstein: the installer works just by downloading a kickstart config file and going from there, though I think we are forced into booting from a USB stick for the moment [16:12] OEP: i would probably just deploy an image in that scnario [16:13] menturi medibuntu is dead, like in: not breathing anymore... for over a year now [16:13] OK, well thanks for the help :) I'll see what I can do about hacking in my own kernel. [16:13] menturi: i would run "sudo apt-get update" and deal with whatever old sources there that are dead [16:14] OEP: you would just do an install, get it as you want, and mirror/clone it [16:14] Hi all! Why doesn't the language/regional preferences window have customizable date/time formats? [16:14] OEP: you can always make your own live CD/installer, though, i have personally had a challenge customizing the kernels [16:14] Is there a new source? If so, how do I change the source? If not, how do I easily skip them? [16:14] holstein: it's a bit before me why we're not using an image, but I think it's because we're having Puppet provision from a minimal installation [16:15] menturi statrt with ubuntu-restricted-extras [16:15] Oh, it looks like it started and finished the {sudo apt-get update} :) I guess I needed to be patient. Question still applies, I guess. [16:15] holstein: oh well that's right, we can't use images because not all the machines will be built the same [16:15] !restricted | menturi [16:15] menturi: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [16:15] menturi: 3rd party sources are just that.. i would do this.. first thing, deal with your failing sources.. remove/purge them.. then, get your updates working.. *then* look for whatever sources you might need to add for whatever functionality [16:16] mmy [16:16] OEP: but, similarly enough.. i mean, the live installer is a default that wont work on all machine either [16:17] menturi, You can turn off and remove sources in a gui software sources [16:17] holstein: well we install from a mini.iso and add on the packages we need based on which Puppet node it is [16:17] apparently that works well enough :P [16:17] OEP: you can customize that mini iso then, and change the kernel [16:18] menturi, The repo called can be changed in that gui as well. There is a ppa-purge option if needed. [16:18] or, do a *very* minimal install, and clone that, and have puppet look at the clones as it is going to look at the installed systems [16:19] holstein: yeah I was just going to drop in a kernel and see what happens; it looks like it could be something special so I was just trying to save some headache if there were some blessed set of kernels you are to use on USB installers [16:19] Hey guys, I am having problems installing ubuntu from a USB liveCd. It runs in persistent and live mode. During the install i get the errno 5, bad input/output? [16:19] OEP: the repo ones [16:19] apt-get download and I'm good then? :) [16:19] OEP: stock kernels.. if a stock kernel fits your needs, install, upgrade,then clone, and use puppet as you are [16:19] Okay I used the `Software Sources` gui and removed `Medibuntu` sources from `Other Sources` [16:19] Montreseur, When and where and do you have the errors to post? [16:20] after the actual install starts [16:20] holstein: ok, thanks! [16:20] i need help with security onion please [16:20] ive tried different downloads, and recreating the usb livecd [16:20] OEP: apt-get download gets you a newer kernel.. i dont know if that kernel is new enough for your needs specifically [16:20] I think it will be but only testing will tell [16:21] Montreseur, Have you checked any md5sums, use the nick of anyone you answer or address as a preface. [16:21] OEP: well, i would do an install and test that, and know what kernel works, and what i need before building anything.. a clone or a special installer.. or whatever [16:21] Beldar, no I have not, i am new to bash commands. Could you walk me through it? [16:21] !md5 | Montreseur [16:21] Montreseur: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [16:21] !md5sum | Montreseur [16:22] Hello [16:22] How is it going? [16:22] iran4ever, Way into 3rd party technically not supported, you may get help if you can detail it and someone knows what is up. [16:22] sure [16:23] Beldar, it says even not found [16:23] alexey, Do you need support? [16:23] whats upppp [16:23] i am trying to use the security tool inundator in security onion but it gives me connection error [16:23] bob324: a script to activate ppp? [16:23] Montreseur, Your answer was to quick, did you read the the wiki? [16:23] !info inundator [16:23] Package inundator does not exist in trusty [16:23] , no, just testing IRC client :D [16:23] Which profile picture should I choose? http://i.imgur.com/84zLVI5.jpg [16:23] i can use the tool to the outside network but i cannot use it on the internal network [16:24] Beldar, Reading now [16:24] !locale [16:24] To set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf and https://help.ubuntu.com/community/Locale/ [16:24] alexey, This is support, you do not have to use the channel for your testing, what you posted was off topic. === fego is now known as Guest69166 [16:25] Beldar, sorry. [16:25] what is the command to display my folder hierarchy? [16:25] !topic | alexey read any channels... [16:25] alexey read any channels...: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [16:25] !ls [16:25] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [16:26] Montreseur: are you looking for ls? in a terminal? [16:26] holstein, yes i think [16:26] inundator uses snort rules to perform attacks [16:26] i created a cloud environment here in the lab [16:26] Montreseur tree -ad [16:27] and changed the default 22 port for a specific one [16:27] I have ubuntu 12.04 and I have a strange application running on my desktop side bar, which restart by itself after closing it and I can not open it to check what is inside it [16:27] and i dont know if that has somenthing to do with me trying to use the tool on the internal network [16:27] its name is shown as _crx_nck.... [16:27] bsaberid: maybe you were compromised,and it is malware [16:28] someone told me to do a command last night, it showed a list of the main folders on my mounted drives [16:28] bsaberid: you can check running processes.. but, if its something malicious, everything you use to test could be missing it [16:28] like sda3 was /media/Windows/etc/etc [16:28] Montreseur: there are logs of the channel [16:28] Montreseur: "df -h" perhaps [16:29] Montreseur tree -ad is not what you want? [16:29] daftykins got it [16:29] Hello everyone, I am experiencing a problem where every time I download a file now, my system tries to save it to the (now defunct) Ubuntu One. I removed Ubuntu One last week after it went down fyi. Any ideas on how to stop this? [16:29] lorddune: remove ubuntuone [16:30] holstein: I already did [16:30] lorddune: how'd you remove it :) [16:30] Hi all! What region setting do I use for ISO8601 date/time formatting? === comp is now known as computerxpds [16:30] nick/ Rooie-Hans [16:30] I removed Ubuntu One with the Ubuntu Software Center as specified on an Ubuntu help file. === Mellow is now known as Rooie-Hans [16:31] so how can I track it? [16:31] lorddune: whats the behavior your experiencing that looks like its still trying to use ubuntuone? [16:31] I also guess it may be malware [16:31] lorddune: could be a browser config as well.. [16:31] lorddune: yeah, you might just need to update your default download location [16:31] running process does not show anything [16:32] solidus-river: well, when I download a file, say a pdf or whatever, It endlessly loops where it tries to save to the cloud [16:32] lorddune: nomatter where you try to download it to? [16:32] bsaberid: well, *if* it is malware, then, no. you would have to assume the machine is compromised. meaning, anything you would use to test would be able to have been compromised as well.. but, i would just try looking at processes... look as sources.. try and think when what exactly happened and how [16:32] solidus-river: it downloads to my "Download" folder and then I guess tries to shoot a copy to the cloud too [16:33] solidus-river: I saw some other people having trouble with this too, but haven't seen a solution for my specific problem [16:33] lorddune: try downloading it somehwere else [16:33] lorddune: it? you mean the browser? something left behind from ubuntuone? or did you setup the backup client to do so? [16:33] Hi, everybody. I need help solving an intriguing problem: I'm running Ubuntu 14.04 and every time the screen locks after 10 mins of inactivity when I wake it up the greeter reappears and I have to log in again. Can anybody give me some advice on what to check, please? [16:33] like try the desktop or your home folder [16:33] holstein: no, I never set up the backup to do that [16:34] lorddune: i've never used ubuntu one and not even ubuntu desktop much so i'm not the best sounding board but my guess is it left a hook around in your fs or nautilis thats trying to upload it or left a deamon running when it uninstalled [16:34] lorddune: i would copy soemthing into /Downloads and see.. i would try wget to /Downloads.. just isolate and see what is causing the issue [16:35] solidus-river: yeah it's weird because I know it can install an extension in your browser, but I checked and I never did that either [16:35] silly, it was for google talk!!!! no way.. I am working on ubuntu for the past 3, 4 years ; have never sees something like this until last night I did update [16:35] should look at it in more details. [16:36] I cant figure out how to check my md5sum. I am running ubuntu from a liveCd usb, There is no iso on the computer. [16:36] I created the liveCd on a different computer [16:36] !md5 | Montreseur [16:36] Montreseur: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [16:36] Hi all! What region setting do I use for ISO8601 date/time formatting? [16:37] Montreseur: you get the md5 for the iso, then, you run an md5 sum locally on the file you have [16:37] Montreseur: dont overthink it.. its not a fix... you can use "integrety check" on the media as well [16:37] holstein, should i just use persistent mode, download an iso onto the computer and run the iso to install? [16:37] <_1_guza> I am here: http://maps.google.com/maps?q=39.06793013567699,-76.96873306522103 [16:38] Montreseur: you cant "run the iso" to install [16:38] Montreseur: there is not definite "should" for you to do.. you just have to sort through what is going on.. what are you trying to do? [16:40] holstein, I just want to install ubuntu ontop my laptop. I am running it in persistent mode from a USB, which I configured on my other computer with the latest version of ubuntu from the website. I put it on the usb with LiLi. I get through the install setup, and about halfway through the install, I get the input/output error [16:41] Who is responsible for the abomination of language/region settings? [16:42] am i the only one experiencing a lot of bugs and hangs/crashes on 14.04/x86_64? [16:43] dsnyders, Interesting use of words, a externalizing of your frustration in the form of blaming. [16:44] Beldar: There is no way to set the date format. [16:44] holstein? [16:45] It looks like I'm having some other apt issues when I was trying to get g++ & gcc working. {sudo apt-get install -f} resulted in "E: Internal Error, No file name for libgcc1". http://pastebin.com/wKX8UryK . Any ideas how I can fix this? (Thanks in advance) [16:45] menturi: why -f? [16:46] dsnyders, Not sure when where or why in your main inquiry with just googling it [16:46] without* [16:47] hey. anyone knows how can i enable tray icon for skype 4.3 ? [16:47] it works well in gnome but doesn't show in unity [16:47] Because I'm having some issues with broken apt stuff. When using the software center, it comes up with "Items cannot be installed or removed until the package catalog is repaired. Do you want to repair it now" but after trying that, it says "Failed to remove essential system package" (specifically libncurses5:i386). I'm trying to fix this. [16:48] So I tried a handful of different kerenls but I wonder if the initrd.gz was not matching since a lot of things break (e.g. the display and keyboard); I think now I'm essentially tricking the 14.04 installer into installing 12.04 since I slipped in its kernel and initrd.gz; we'll see how that goes... [16:48] dsnyders, might be the answer. http://askubuntu.com/questions/237941/how-to-configure-the-clock-date-format-to-iso-8601-in-unity [16:50] dsnyders, helpful info probably. https://launchpad.net/ubuntu/trusty/+package/libdatetime-format-iso8601-perl [16:50] <_1_Donk> hi [16:51] menturi: tried reinstalling 'ubuntu-minimal'? [16:52] Montreseur, So why the persistent for an install usb? [16:52] Beldar, I get the error when i boot to install as well [16:52] Beldar, Errno 5 input/output error [16:53] at about 3/4ths the way done [16:53] tried multiple isos [16:54] bnutzer: No I have not. What would that do, though? I'm concerned that might mess other things up. [16:54] Montreseur, Try another usb loader there are handfuls check the md5sum of the iso, as already suggested there could be any number of issues, a plethora of variables t obe honest. [16:54] Beldar, I cannot figure out how to check the md5sum [16:54] menturi: it would ensure that you have at least all the essential libs and tools installed [16:55] Montreseur, That error really means nothing is this scenario so continuing to focus there is a waste of time. [16:55] in* [16:55] Beldar, didnt you just tell me to check teh md5sum? [16:55] Montreseur, Check it on another computer you can't check it in a booted version. [16:56] okay [16:57] Beldar: What I don't get is why there is no facility in the language support dialog for choosing date and time formats. Seems like a fairly obvious thing to include. (Especially since the official date format here is ISO8601, but the locale settings specify something else). [16:57] Montreseur, Basically you are in no mans land, you have to do some basic critical thinking and knock out variables. [16:57] bnutzer: there was an issue. http://pastebin.com/Cw6q5bEe -- I was also getting this when I tried doing `sudo apt-get autoremove`. [16:57] hey yall [16:57] dsnyders, In you mind yes. [16:57] your* [16:57] anyone on ubuntu 14.04 gnome 3 and multiple monitors? [16:57] Jonyijoe that's a yes/no question [16:58] Jonyijoe, the gnome shell? all of ubuntu has gnome 3 under the de [16:58] as in the GUI [16:58] cept maybe kubuntu [16:59] Was wondering if anyone else has experienced the other monitor stealing focus on workspace change? [17:00] Jonyijoe: i think i had programs opening up on secondary monitor [17:00] Hi, everybody. I'm running Ubuntu 14.04 and every time the screen locks after 10 mins of inactivity when I wake it up the greeter reappears and I have to log in again. Can anybody give me some advice on what to check, please? [17:01] bnutzer: can't recheck, switched to kubuntu [17:01] sebbasttian, Are you sure it is not going to suspend? [17:02] Hmmm its annoying as hell ill have a movie/youtube on one screen and IDE/MySQLWorkbench/Browsers and termals in the other. You flick up and down to get to diff workspaces but have to manually click focus everytime cos the second screen steals focus [17:03] Beldar, no I'm not... I check those configs, thanks! [17:03] sebbasttian, You can set the time for that or turn off, and have a no password return. ;) [17:04] I dont supose you know any other shell that can create diff workspaces for diff displays? thats literally the only reason im on gnome3 === Player is now known as Guest21056 === Guest21056 is now known as Player_ [17:07] sebbasttian, Look in brightness & lock gui [17:08] hi [17:09] how you build your apps for ubuntu ? [17:09] Beldar, no I'm not... I check those configs, thanks! [17:10] commander_, Be specific, this is support. [17:10] *I'll check [17:10] i checked the documentation on web but it seems fucked up , old and shit . tried hard to get static build of my package but got nothing after a digging of 5 hours [17:10] Beldar: i checked the documentation on web but it seems fucked up , old and shit . tried hard to get static build of my package but got nothing after a digging of 5 hours [17:10] !language | commander_ [17:10] commander_: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [17:11] commander_: no swearing in here please [17:11] okay [17:11] thank you [17:11] I tried asking this question at StackOverflow, but the dead silence that followed made me wonder if some more Ubuntu-specific expertise might be required. [17:11] so i came here [17:12] my question is : how one can build apps for ubuntu ? === graingert is now known as Guest8424 [17:13] commander_: you can build whatever you like.. but, are you trying to get an application you made into the sources? [17:13] commander_: i mean, you just run your code on your computer, and *boom*.. your app is on your ubuntu.. if you are talking about in a larger sense, you may want to consider upstream debian https://wiki.debian.org/IntroDebianPackaging [17:14] commander_: if your application is in debian, it trickles into ubuntu.. if you want to sell it commercially in th ubuntu store, that is yet another thing [17:14] there is process running process after window screen "screen" closed accidentaly.. but i can't continue it .. but still the process running .. there is dpkg running background(apt-get -y dist-upgrade).. how to continue them? [17:14] i have written a good app that am able to run on system and even on a vanilla ubuntu /mint box but when i ldd mybinary it comes with a list which contain the local libs from my qt install dir path [17:16] I'm trying to get my epson 3540 scanner/printer to scan to my linux box here. I can wirelessly print to it but not scan from it. Any ideas on this? [17:16] Hello [17:16] i created a deb package too that is working fine but i need the package root inside /opt . so i did that now when i created my deb file and opened it with gdebi it coming up with errors [17:16] fishcooker, Do you mean the desktop crashed when this command was run in the terminal, and it is still running? [17:16] no [17:17] fishcooker, Ah, then explain it more clearly please. ;) [17:17] commander_ try #ubuntu-app-devel [17:17] commander_: sure.. you will need to provide support for the app you create, and make it work.. or, you can follow packaging proceedures and get it into the debian repos.. thus, making it available to ubuntu [17:17] the command #apt-get -y dist-upgrade is still running after i close window "screen" command [17:17] I'm currently running on Ubuntu sever v12.10, how can I upgrade to the latest version ? [17:17] holstein: i wnt publish it for ubuntu via developer.ubuntu.com [17:17] !eolupgrade [17:17] 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 [17:17] i cant ssh to the virtual machine so i cant explain with copy paste link for you Beldar [17:17] Spami, look for the eol upgrade specifics in that bots link. [17:18] Spami: i would rather do a fresh install, personally, and regardless, i would backup my data before either [17:18] Thanks! [17:18] i want it to be a proprietary app [17:18] fishcooker, ah ssh and a virtual, no idea, and that info was rather important at the start rather than a cryptic post. [17:19] commander_: it either is, or isnt.. doesnt matter what you "want".. so, you are asking, how to make your application aviable in the commercial store? [17:19] is it ok to kill dpkg command Beldar? [17:19] holstein: its my app http://ktechpit.org/2014/05/ktechpit-to-release-supercalc-for-ubuntulinux/ [17:19] because there is process that post-install the grub installation [17:19] hi [17:20] I am receiving conflicitng errors: "System start/stop links for /etc/init.d/openerp already exist." and other "openerp: unrecognized service" [17:20] commander_: http://developer.ubuntu.com/publish/ http://developer.ubuntu.com/publish/apps/other-forms-of-submitting-apps/commercial-software-faqs/ [17:20] I am following http://www.techreceptives.com/install-openerp-ubuntu-14-04-lts/ [17:20] so i think the dist-upgrade process still running till the grub installation.. but i cant continue them, Beldar [17:20] holstein: i want it work properly on all systems , [17:20] I am at step 8. [17:20] what exactly am I doing wrong? any suggestions? [17:21] commander_: nothing is preventing you from making the app do that [17:21] holstein: i checked those links , but i want to know how i can achieve a static build of my package on ubuntu ? [17:21] i want know how others are doing apps for ubuntu with sdk ubuntu sdk [17:22] do they have to dig 5 hours to publish a app ? [17:22] commander_: you achieve what you like, friend.. make the static build, and release as you please [17:23] commander_: others are reading the guides and following proceedures to be included.. you dont have to do that.. you can put out what you like as a .deb or whatever.. but, if you want to be in the store, or repos, you read and follow proceedure [17:23] when i switched the root for my app to /opt the deb binary file showing error , and so my app will not be approved there [17:23] /go info [17:23] oops [17:23] commander_: "they" likely spend *much* longer than 5 hours on the process [17:23] how to continue the process that still running inside the box? [17:24] holstein: all is ready i have code i have builds i wan package it in a proper manner , and the guides there only teaching me to put all in /opt nothing else [17:24] fishcooker: i use screen, to "re-attach". but, if you didnt use something like that, the process could be dead, or half-complete [17:24] commander_: then, read, and package for debian, or for ubuntu, or for the software store as indicated [17:25] fishcooker, to bring a process to foreground: fg %1 [17:25] with dpkg -i mypack.deb all working fine package installed on my system , it runs fine . all good but why gdebi showing error === fego is now known as Guest39561 [17:26] commander_: then, you can release "mypack.deb" as you please, and troubleshoot the errors as needed, and support the package [17:27] huh [17:27] again no help from ubuntu's official channel :( [17:28] ok am trying it again [17:29] commander_: what error did you get after switching your app to install to /opt? Was it from lintian? [17:29] OerHeks: if there is a "perl*" command .. then i should input #perl* fg %1? [17:29] OEP: yes [17:30] it is from lintian and also from gdebi [17:30] 36 [17:30] Ubuntu 12.04 and 14.04 (server&desktop). I am wondering if /etc/hosts can be configured like /etc/apt/apt.conf.d/ where a hosts configuration can be split into multiple files to group configuration and possibly make editing with scripts easier? for example add a new 01hosts type file that would contain the changes i would like to make and later update that by just output and overwrite the file instead of editing the /etc/hosts file [17:30] commander_: oh, the Debian policy manual forbids installing things into opt, so lintian was just letting you know that. Your intent is to release it to Ubuntu or Debian? [17:30] gdebi saying package is broken [17:30] i am working on DNS solutions later but don't have a DNS server to flush things out at this time [17:30] commander_: would you like to file a bug about gdebi? [17:30] for ubuntu [17:30] !bug | commander_ [17:30] commander_: 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. [17:31] no holstein [17:31] i need help getting drivers loaded for usb midi controllers === CyberJacob|Away is now known as CyberJacob [17:31] commander_: i would try and isolate, however, your application, which will recieve support from you, and not main ubuntu [17:31] holstein: he is trying to package his application. Not get support for the app itself. [17:31] commander_: What is the exact error message from gdebi? [17:31] Pici: i'll leave it to you.. cheers [17:32] can someone help me with usb midi drivers [17:32] Jordan_U: it saying wrong file permission or broken package , while when i tried it installing with dpkg -i pack.deb it work fine [17:32] cyborg_: The folks in #ubuntustudio may have more experience with those that we do... [17:32] app installed correctly worked fine === cassio is now known as Guest36757 [17:33] okay thanks ill try there [17:33] cyborg_: they are typically just class compliant, and work "out of the box".. what device is it? [17:33] Is the Nvidia GPU always-on problem in Laptops solved in Ubuntu 14.04? [17:33] they are the open labs dbeat pad controller and mixer controls [17:33] commander_: so Debian and Ubuntu both have really high quality standards for their packages; you should probably double check the files that lintian is complaining about and make sure their permissions are not some sort of security problem and either fix or override them. [17:34] cyborg_: do you see the devices in "lsusb"? in a terminal... [17:34] yes but no manufacturer name or product name [17:34] OEP: lintian not showing any error regarding to app/file permission [17:34] cyborg_: i like the way sooperlooper easily allows choosing a control, and letting you configure control by hitting the key or button on the controller.. you can try just routing the device in JACK like that.. [17:35] jack doen't see them at all [17:35] holstein - i've looked under alsa and not there either [17:35] cyborg_: not in the midi tab of qjackctl "connect" ? midi or alsa? [17:35] commander_: you should probably find a pastebin and paste the exact error message because your previous comments are confusing [17:35] cyborg_: ok.. [17:36] i have spend more then 7 years being with ubuntu am 20 years old , and still unable to package app for ubuntu , so how ubuntu / team considering a bright future of linux :P lol [17:36] im attempting to bind the usb midi or snd driver but not sure what steps should be taken [17:37] commander_: packaging is a non-trivial task. [17:37] OEP: E: supercalc: binary-or-shlib-defines-rpath opt/supercalc/bin/supercalc /home/commander/Qt5.0.1/5.0.1/gcc_64:/home/commander/Qt5.0.1/5.0.1/gcc_64/lib [17:37] I am strugling to figure out what to do with the 8th step of this: http://www.techreceptives.com/install-openerp-ubuntu-14-04-lts/ [17:37] holstein any other ideas [17:37] cyborg_: if its not properly supported and showing up with *anything*, you wont "bind" it.. i would just work on getting jack to see it, then go from there [17:38] OEP: this is one of error that is terrifying me lol [17:38] commander_: generally if you Google those lintian tags, the first result is from lintian.debian.org and it explains how to fix each one of those errors [17:38] it is telling me to type "sudo update-rc.d -f openerp start 20 2 3 4 5 ." which gives the error "System start/stop links for /etc/init.d/openerp already exist." [17:38] OEP: am giving up . here :( [17:38] cyborg_: i usually try live CD's.. i like the AVlinux live cd, since it has a differnt kernel than ubuntu and ubuntustudio.. i'll try older versions of ubuntu, 12.04, as well as dailies, and see if suupport is there [17:38] holstein : i maybe a little clouded on how to do that since i am not seeing the device bound to a driver [17:39] the second command "sudo service openerp start" gives the error "openerp: unrecognized service" [17:39] I am badly confused === badon_ is now known as badon [17:39] cyborg_: if i get it working, i'll note kernel versions and modules working that are facilitating support.. othrewise, you can try #opeensourcemusicians [17:39] 5 hours is the time i spend today , its been a month actually since i have started writing my app only for ubuntu , no am feeling exhausted [17:39] ToAruShiroiNeko, That is way into 3rd party not technically supported here, you might contact them. [17:40] holstein: do you have one the open labs machines? [17:40] isnt this core linux? [17:40] to add a service [17:41] ToAruShiroiNeko, This is ubuntu support for stuff installed from the ubuntu repos [17:41] when i talked to ubuntu they said we are offering you a deal , and it was : we will pack it for you just send us the tar.gz file of your code and 45$ ..... i said fuck you ubuntu [17:41] cyborg_: no.. but, i have lots of odd audio equipment, and run ubuntu exclusively for audio production.. though, i do analog audio mostly [17:41] !language | commander_ [17:41] commander_: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [17:41] ToAruShiroiNeko, Maybe ##linux might be better help [17:41] commander_: I asked you nicely earlier not to swear in here [17:41] yeah am leaving friends thanks for the time :( [17:41] Please don't do it again [17:42] IdleOne: okay :) [17:42] Beldar fine but everybody is redirecting me :/ [17:42] ToAruShiroiNeko, So what does that tell you? [17:42] i've tried the #perl* fg %1 .. there is a message .. resource temporarily unavailable, OerHeks [17:42] Beldar how should I know [17:43] holstein: cool. i just switched over to ubuntu not long ago and decided to begin proucing on it as well [17:43] all i wish to do is add openERP service to the system and start it [17:43] ToAruShiroiNeko, My definition would be to use a app or packages easily supported. ;) [17:43] i know i respect you guys , cause i know am not alone , its my fault that am unable to pack it , cause i can see millions of package those are in .deb format .:D [17:43] Beldar I would be a CEO of a very large company if I didnt have constraints :p [17:44] ToAruShiroiNeko, Really, well go for it. ;) [17:44] holsteinn: i just want a system that is stable (more stable) [17:44] Yeah, they arent hiring CEOs [17:44] holstein: thanks for y our help so far I will check the other ch [17:45] most ceo's start as grunts and work there way there, and generally have a higher % of sociopaths [17:45] okay one more question :P can i build my apps statically on ubuntu-sdk ? [17:46] Beldar sure [17:46] but the reality is I am trying to figure out openERP, snappy comments may be fun to you but not for me [17:48] cause i installed official Qt 5x binary from qt's website on ubuntu , and i was unablr to build apps statically with it , i asked about it around and i come to know that it will need a licensed Qt creator [17:50] ToAruShiroiNeko, I just cam in, so what version of Ubuntu are you using, and where are you stuck with installing OpenERP? [17:50] hi [17:50] I am using the most recent version of ubuntu server [17:50] I am following the steps here: http://www.techreceptives.com/install-openerp-ubuntu-14-04-lts/ [17:51] I am at step 8. [17:51] ToAruShiroiNeko, ok, and is the service not starting ? [17:52] no [17:52] I am not entirely sure if I set the service correctly [17:52] "sudo update-rc.d -f openerp start 20 2 3 4 5 ." which gives the error "System start/stop links for /etc/init.d/openerp already exist." [17:52] "sudo service openerp start" gives the error "openerp: unrecognized service" [17:52] ToAruShiroiNeko, Make sure you have the "." at the end of the step 8 line [17:53] so when i am iterating on dockerfiles i sometimes run into this issue where the initial apt-get update is cached from a day ago or something, then an apt-get install ends up trying to download from what appears to be an IP from a stale dns entry [17:53] I have the . [17:53] when I type that it requests my password which I type in only to get that error [17:53] is there some way to do apt-get install, without doing a full update, that doesn't use whatever dns caching apt-get is using [17:54] ki7mt which folder am I supposed to be in while typing that command [17:54] *folder -> directory [17:55] ToAruShiroiNeko, that should not matter, it's just setting up the service runtimes [17:56] I also get this error [17:56] update-rc.d: warning: stop runlevel arguments (none) do not match openerp Default-Stop values (0 1 6) [17:56] for the first command [17:56] not sure if thats relevant [17:56] can i somehow make launcher to hide when window is maximized on trusty? [17:57] majod, Unity left panel? [17:57] Beldar, yes [17:57] majod, right click the desktop it is in a tab [17:57] Majod you can compiz config maybe you will find something there [17:59] ToAruShiroiNeko, I see openerp in the uUbuntu repos but not 7. There may be some issues with 7 on 14.04, not sure still looking. [18:00] I just want to finish this installation [18:00] .. openerp6 in repos [18:00] ToAruShiroiNeko, Yes, understand. [18:00] also, I need to use version 7 :) [18:00] everything should be ready except the service [18:00] maybe restarting may help [18:01] hello... quick question -- I'm on 12.04 and was wondering when the next LTS will be available for upgrade [18:01] ToAruShiroiNeko, According to the openerp folks, this is the Debian / ubuntu method for install: http://nightly.openerp.com/#debian [18:01] !lts | marianne_ [18:01] marianne_: LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04) [18:02] marianne_, Officially in july [18:02] July 28 [18:02] ki7mt for that I need to delete my existing setup [18:02] can you help me with that? [18:03] ToAruShiroiNeko, Just reverse the steps you took form the How-too [18:03] from [18:03] I am not familiar enough to do that [18:03] just deleting the openERP folder would probably be sufficient [18:04] ToAruShiroiNeko, However, I would warn against removing any of those python packages, as they may be needed elsewhere. [18:04] oh, no I only am going to delete /home/openerp [18:05] is that okay? [18:05] ToAruShiroiNeko, Yes, should be fine [18:05] what command should I use for this? rm -rf * ? [18:06] Beldar, desktop? what tab? [18:06] hmm that seems to have worked [18:07] majod, the desktop is the gui that covers your whole screen, right click it and look for tabs, I have not used unity for years so you will have to be somewhat self sufficient in this as always. [18:07] ki7mt deb is not known [18:07] oh sudo apt-get install openerp [18:07] O_O [18:07] :-) [18:08] Before that .. [18:08] :-D [18:08] You want to remove the init script from the old [18:08] Beldar, hm ok. i only found it can autohide, but not when windows are maximized. thanks tho [18:08] ki7mt how can I do this? [18:08] update-rc.d name remove openerp [18:09] sudo update-rc.d name remove openerp [18:09] majod, should hide at anytime. [18:09] I thought anyway [18:09] is there a way to verify that it did it? [18:09] ToAruShiroiNeko, sudo update-rc.d -f remove openerp <-- correct line [18:09] a way to list openerp init scripts? [18:09] Beldar, i meant that they hide -always- and i want them to hide only when windows are maximized, not automatically everytime [18:10] majod, Ah, probably a hack for that I suppose [18:10] ToAruShiroiNeko, If it returns an error, then you know it wasn't installed properly to begin with. [18:10] it didnt give an error [18:10] its saying it removed [18:11] ToAruShiroiNeko, Ok, now following the other guide, add to your soure list, update, and install [18:11] yeah I have never done that before (still learning) :) [18:11] Iopened sources.list with nano [18:11] thank you [18:12] marianne_, no problem. [18:12] I am supposed to add deb http://nightly.odoo.com/7.0/nightly/deb/ ./ in here somewhere I presume [18:12] ToAruShiroiNeko, add this line: deb http://nightly.odoo.com/7.0/nightly/deb/ ./ [18:12] to the end? [18:12] Ctrl+X, then save [18:12] Yes, at the end is fine [18:12] permission denied, probably I should do this with sudo [18:13] ToAruShiroiNeko, then sudo apt-get update [18:13] ToAruShiroiNeko, :-), yes, to edit source lists, you need sudo [18:13] sudo is like administrator mode in windows I imagine\ [18:13] Yes [18:14] sudo apt-get update updates possible downloads and extensions I presume [18:14] Yes, [18:15] and install... well installs [18:15] using Ubuntu Server 14.04 LTS (3.13.0-24-generic), why have all the updates recently required server restarts ? [18:15] Hi all. Do you know about any application allowing one to do diagrams like this : http://wayland.freedesktop.org/x-architecture.png I want to do a presentation/schema like that. Looks gorgeous and and pretty [18:16] ToAruShiroiNeko, Before installing, you need to be specific about which packager, as there are more than on in the repos [18:16] I am overwriting old configuration file [18:16] ToAruShiroiNeko, to do this, type: apt-cache searh openerp [18:16] lpkio: graphviz [18:16] lpkio: looks like either dot from the graphviz package or maybe just with inkscape [18:16] whoops, apt-cache search openerp [18:17] its already installing a bit too late for that :p [18:17] ToAruShiroiNeko, then, pick the vern you want, 6 or 7, etc, then sudo apt-get install [18:17] oh I picked 7 [18:17] That's ok, seems 7 is the latest [18:17] deb http://nightly.odoo.com/7.0/nightly/deb/ ./ can only be 7 [18:17] Is there any way to play Windows based games in Wine in full screen, instead of half screen at best? (i.e. Kings Quest V) Every time I open it in Wine, it only plays in half the screen. I might as well be playing it on a small tablet. [18:17] right? [18:18] ToAruShiroiNeko, 7 is from their site, the Ubuntu repors also have v6 === CyberJacob is now known as CyberJacob|Away [18:18] sure but I am looking for 7 anyways so its all good [18:18] now what do I do? [18:18] is it a service already? [18:18] Install it. [18:19] what do I need to do for that? [18:19] ToAruShiroiNeko, sudo apt-get install openerp [18:20] what do I need to do for that?I already have [18:20] sorry [18:20] Then you need their documentation to configure things [18:20] I already have [18:20] I am faimiar with the config file [18:20] I just need to dins it [18:20] *find it even [18:21] That I dont know, maybe /etc/openerp.conf or something [18:21] Or maybe opernerp-server.conf, somthing along those lines, refer to their docs for that portion. [18:22] Any place I can go then to get help with my question? [18:23] that file is there [18:23] it is my older file [18:23] ToAruShiroiNeko, you could try: locate openerp* and see if it pull the .conf file and where it's located. [18:24] lI am badly confused alread [18:24] in etc\openerp there only is the config file [18:24] shich mostly is empty [18:25] ki7mt how exactly can I find the install directory of openERP [18:25] hello, I'm setting up KVM on my server with a working bridge. I also use a VPN to secure information, however the VPN doesn't appear to be working. Anyone know a good tutorital on this type of setup? [18:26] I'm now trying to build a custom ISO installer using the debian-installer source package (to patch in a 3.5 kernel). I'm running into a "Disk full" error on one of the mcopy commands that the build process runs. My machine's disk is not full. Any ideas? (http://pastebin.de/128263) [18:26] ToAruShiroiNeko, This how too is for 12.04, but it's a bit more clean, start at the section where you edit the conf file: https://www.odoo.com/forum/Help-1/question/How-to-install-OpenERP-V70-on-Ubuntu-1204-from-sources-2562 [18:27] there is a lot of text [18:27] I am badly confused [18:27] ToAruShiroiNeko, The install directory can be spread over several folders, it is not like windows wehre everything is in one spot. [18:28] ciao [18:28] !list [18:28] ivanpatri: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [18:28] ki7mt how do I unistall this [18:28] since I need to reinsall it a 4th time [18:28] I cant believe how difficult this is :( [18:28] ToAruShiroiNeko, sudo apt-get remove openerp [18:29] I'm having issues using a VPN with a bridged network - for KVM. Does anyone know a good tutorial for a setup like this? I suspect having a bridged device is causing issues, but I don't really know how to fix it. [18:29] do not forget purge, as you would turn up with the same settings [18:30] yigal: https://help.ubuntu.com/community/OpenVPN that one has helped me in the past [18:30] ToAruShiroiNeko, it's not really that difficult, but I presume your rather new at Linunx / Ubuntu, that's making making it a bit confusing for you. [18:31] ToAruShiroiNeko, Not to mention, server administration is not as easy as some would like to say it is, unless they've been doing it for a long time. [18:32] yigal:sorry I thought you meant openvpn sorry this link https://help.ubuntu.com/community/KVM [18:33] currently I'm just trying to get the host to work with the vpn, while configured with a bridge. [18:33] heh I can't even find documentation for the mcopy command [18:33] well I have been doing that for a long time as in since morning :p [18:34] er the -i flag [18:34] it felt long :) [18:34] yigal: yea you probably want a bridged interface like br0 unless you setup static routes [18:36] ToAruShiroiNeko, yes I can imagine :-) [18:37] why do the MAC addresses differ between "arp -a" and "ip link show eth0" ?? [18:38] ToAruShiroiNeko, Just for suture reference, if package exists in the repositories, it's probably best to use it, unless there's a pressing need to build from source. [18:39] rsvp: the arp -a may have the mac of your router not your local interface [18:40] rsvp: arp -a doesnt show you local mac address, but the known mac addresses of remote hosts. === fego is now known as Guest25271 [18:41] philip741: which one does an observer like Google see on the internet? [18:42] rsvp: the mac of the wan interface of your router. === esde is now known as Guest81174 [18:42] rsvp:if you are saying like a server on googles side yea they would see your gateway/router mac [18:42] bekks: please kindly explain the diff between local and remote in our context. [18:43] rsvp: "local" is the computer you are on, "remote" are other hosts on the same network. [18:43] rsvp: thats why you dont see some google hosts in arp -a === Guest81174 is now known as esde_ [18:44] philip741: does "$ macchanger" work on the gateway/router mac ?? [18:45] rsvp: It may work, but why are you trying that? What do want to happen actually? [18:45] need help getting drivers loaded for usb midi controllers [18:45] rsvp: If you are using some kind of linux box as a router/gateway yea probably [18:45] has anyone here ever installed diferior [18:46] so my main objective is to spoof my MAC to confuse snoopers -- what's the best way?? === esde_ is now known as esde [18:51] rsvp: on the internet, the mac ist most likely irrelevant. [18:51] rsvp: Google never sees your MAC address. MAC addresses are link local, meaning that any time your connection goes to a router (as opposed to a switch) any information about your MAC address is "lost" (just the ip packet is passed through, not the ethernet frame). === Jan11 is now known as ON1 [18:53] hi [18:54] rsvp: I would agree with bekks on that one [18:55] Jordan_U: and philip741: wow guys, that clears up a lot, thanks [18:55] rsvp star here http://ubuntuforums.org/showthread.php?t=1984942 [18:55] start* [18:55] rsvp: You're welcome. [18:55] How can I find out what depends on an installed package? For instance, ruby 1.9.1 is currently installed but it's saying I can remove it -- is there a way to verify no packages installed are depending on it? [18:56] Hi [18:56] Evening! === JanC_ is now known as JanC [18:56] I'm not able to see my hard drive partitions after a fresh install of XUbuntu ? === dfgas_off is now known as dfgas [18:57] ( so our discussion might be useful when my laptop connects to the café router while it checks for duration online, right ??) [18:57] innocent95: how are you looking? [18:57] rsvp: No. [18:57] trijntje, looking fine [18:57] mjuszczak try apt-cache depends [18:58] Is there any way to list all the LateX packages that are installed on Ubuntu? [18:58] Ubuntu doesn't seem to include tlmgr or a GUI equivalent. [18:58] Anyone here every install diferior locally? i need help [18:58] mjuszczak: Please pastebin the output of "sudo apt-get remove ruby1.9.1". [18:58] !ask | eoin [18:58] eoin: 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 [18:58] trijntje, what do you think ? [18:59] innocent95: I'd like to know how you are trying to 'see' your partitions [18:59] mjuszczak: MonkeyDust: "apt-cache rdepends" (don't forget the 'r') will tell you the reverse dependencies throughout the archive. There's a way to figure out the reverse dependencies from the subset of packages you actually have installed, but I can't remember it at the moment. [18:59] trijntje, Opening the file manager and looking for them [19:00] as anybody here do [19:00] innocent95: which partitions are missing? [19:01] trijntje, Two partitions of hard drive [19:01] 13 GB and 14 GB [19:01] innocent95: can you put the output of 'sudo fdisk -l' on pastebin.com? [19:01] mjuszczak: Looks like "apt-cache --installed rdepends ruby1.9.1" should do the trick, but the output of "sudo apt-get remove ruby1.9.1" should also explain why apt refuses to remove the package. === ezhik` is now known as ezhik`_ [19:02] hi people, from 12.04, how can i update to a 3.11 or 3.13 kernel , correctly? [19:02] Did Ubuntu 14.04 mess up multi-touch gestures? [19:02] I can't seem to get most 3-finger gestures to work [19:02] trijntje, http://pastebin.ubuntu.com/7696579/ [19:03] !info linux-image-generic precise [19:03] innocent95: so it looks like your internal harddrive only has linux, and you also have an usb drive plugged in [19:03] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.2.0.64.76 (precise), package size 2 kB, installed size 32 kB [19:04] trijntje, Oh you mean i have no personal files :p ? [19:04] krabador: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [19:04] bekks, thanx [19:04] innocent95: yes, exactly. If you don't have a backup you need to shutdown your PC right away and join this channel form another PC, maybe then you can recover some of the files [19:05] trijntje, Gigs of memory, do you think that it can be recovered ? [19:06] innocent95: some of it, not everything. And the longer you keep using your pc, the more data will be lost forever. Shut down *now* and join from another PC or boot from a live cd/usb [19:06] what should i update to make totem thumbnailer not crash everytime i open directory with mkv video? [19:06] okay [19:07] hi there [19:07] majod methinks restricted extras [19:07] where can i find the .htaccess file? [19:07] MonkeyDust, i already have it :/ === gnu is now known as Guest85492 [19:09] kdz, sudo updatedb && locate .htaccess [19:09] Seems like it has something to do with Tablet support [19:09] Touchpad support taken away to deal with touchscreens [19:09] hi =) [19:10] thnkas Blue [19:13] i get a red bar on my browser when i visit my own site [19:13] ki7mt if you have the time can you step by step guide me [19:13] someone said its a bad .htaccess [19:13] this should be simple but it isnt [19:13] it is very frustrating because I spend hours etting everything up only to delete it because the last few steps it just wont work === esde is now known as Guest89461 [19:15] kdz local or on the web? [19:15] hello, what is the shortcut so the terminal slides down from top? [19:15] on the web [19:16] kdz address? === Guest89461 is now known as esde [19:16] bluefrog its an rutorrent service [19:16] ToAruShiroiNeko: are you installing openerp from a guide someone linked you to earlier? [19:18] using Ubuntu Server 14.04 LTS (3.13.0-24-generic), anyone know why all the updates recently have required server restarts ? [19:18] Its just a simple LEMP stack [19:18] phelps: kernel updates would [19:18] kdz: you mean invalid SSL certificate ? is the time on your computer set correctly ? [19:18] phelps: Because of the kernel updates. [19:18] I've had the same kernel version 3.13.0-24-generic [19:18] faugusztin how do i check this ? [19:18] OEP I have installed it so many times today [19:18] well, its not a requirement, unless you want to use the newer kernel... [19:18] through all of them [19:18] I am badly confised [19:19] kdz: check your local date & time ? and check what date range your SSL certificate is valid for [19:19] ToAruShiroiNeko: oh I was just trying to see what failed in the last few steps; I was looking at the guide and thought I might understand how to help [19:19] okay [19:19] faugusztin time and date is correct yes [19:19] http://www.techreceptives.com/install-openerp-ubuntu-14-04-lts/ [19:19] I amnaged to start the service [19:19] faugusztin can you help with checking ssl cert? [19:19] I am clueless as to what port it is running on [19:20] or is it running at all [19:20] kdz: well click on it in browser and check if it is for correct domain name, for correct timeframe etc [19:20] OEP I would apriciate any help [19:20] ToAruShiroiNeko: does `ps -ef | grep -i openerp` turn up anything [19:20] 1453 1340 0 21:20 pts/0 00:00:00 grep --color=auto -i openerp [19:20] kdz: browser usually tells you what it doesn't like in the certificate [19:20] faugusztin its expired a few days ago [19:21] thats all I get [19:21] ToAruShiroiNeko: I guess that means it's not running then [19:21] phelps, have you rebboted already? [19:21] kdz: well, then get a new one :) [19:21] i never created one before [19:21] bluefrog: nah [19:21] OEP alright so what should I do? [19:21] phelps cat /var/run/reboot-required.pkgs [19:22] yeah, looks like a kernel update [19:22] I wonder if this will fix the io wait bug [19:22] ToAruShiroiNeko: I'm not familiar with openerp specifically, but usually when a daemon fails like that on me I check /var/log/syslog first, then look for an option to run it in the foreground and hopefully in verbose mode [19:22] just a proc thing, no real issue, messes my munin graphs up though === xubuntu is now known as Guest63633 [19:23] faugusztin even if i use just http i still get the same "reported attacke page" in firefox [19:23] ToAruShiroiNeko: sometimes /var/log/kern.log can be useful to determine if a daemon is segfaulting [19:24] kdz: well then you know why, there is not much we can do with that [19:24] kdz: find out what is the problem and fix it [19:24] I do not have the slightest idea what any of this remotely means :( [19:24] faugusztin eaiser said than done, im a linux noob [19:25] I am very new to linux [19:25] kdz: open this page (with domain.com replaced by your domain) http://www.google.com/safebrowsing/diagnostic?site=domain.com - it will tell you what they don't like at your site [19:25] All I want to do is install and run OpenERP on ubuntu-server [19:25] ToAruShiroiNeko: those are all log files where stuff usually gets logged in Ubuntu. You can use `less /var/log/syslog` or `less /var/log/kern.log` on the command line to view htem [19:25] kdz: but there is not much we can do with your website being infected with some malware or hacked or whatever... [19:25] I understand they are logs, their contents dont mean much to me [19:25] ok === xragnar_ is now known as xragnar === Guest63633 is now known as innocent95 [19:26] * innocent95 looking for the man who was helping him [19:26] ToAruShiroiNeko: oh, well just run a `grep -i openerp /var/log/syslog /var/log/kern.log` and see if anything turns up [19:26] faugusztin what i see is there was a problem a long time ago but they not detecting anything now [19:27] nothing === tcpman is now known as Guest81474 [19:27] * innocent95 looking for the man who was helping him last session, and is name starts with r [19:27] please log guys [19:27] nothing in syslog either [19:27] kdz: did you read the last line too ? "If you are the owner of this web site, you can request a review of your site using Google Webmaster Tools. More information about the review process is available in Google's Webmaster Help Center." [19:27] hi innocent95, that was me. Have you booted from a live cd/usb? [19:27] trijntje, awesome, live usb [19:28] what should i do now _ [19:28] whats everyone in here use to transcode video to mp4 with AAC on ubuntu 14.04? [19:28] ToAruShiroiNeko: well that's the best I got for general daemon trouble shooting; did you compile openerp yourself or is it installed with apt-get ? [19:28] i dont want to link my site to google [19:28] I tried both [19:28] innocent95: you will need an external harddrive to save the recovered files to, it should be as large as your main drive [19:28] neother got me anywhere [19:28] *neither [19:29] ToAruShiroiNeko: are you currently having trouble with the compiled version or the packaged version? [19:29] trijntje, alright, i have an external hdd [19:29] last install was with commands like bzr co --lightweight lp:openobject-addons/7.0 addons [19:30] I think thats packaged? [19:30] trijntje, Next [19:30] innocent95: you can use the program testdisk to try to recover your files: http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step [19:31] ToAruShiroiNeko: huh, well bzr is a source control management system (like Git, Svn, Mercurial); I'm not exactly sure what's going on there [19:31] I haven't used that program myself, so you'll have to read the manual yourself, or ask someone else here [19:31] ToAruShiroiNeko: just for my own sake do you know what was going on with the version you got via apt-get ? [19:32] as in saw it install [19:32] to where, not sure [19:32] trijntje, How about personal files, can i recover them _ [19:32] I unstalled that [19:32] should I reinstall it? [19:32] Hello, I installed ubuntu 14 LTS and moved my new website to the server, but it seem the server not support php short brackets " innocent95: if you are lucky. The fact that you created new partitions will make it harder to recover files, but I'm not sure how much harder [19:33] ToAruShiroiNeko: I almost always prefer to use the packaged version (from apt-get) so long as there's not a known problem with it; it generally does make life easier; I bet the one you installed from source went into either /usr/local/bin or /usr/local/sbin [19:33] trijntje, Do you have an alternative to this tool [19:33] because it looks wired [19:33] weired [19:34] it looks wired, my bad [19:34] innocent95: what do you mean it looks weird? [19:34] trijntje, I dont know, windows feeling [19:35] :-D [19:35] the screenshots are from someone using testdisk on windows, but you can install it from the software center [19:36] OEP okay so [19:36] http://nightly.openerp.com/ [19:36] is this a good idea? [19:37] trijntje, I have just a little images i really need recover them, but i dont care for the another files [19:37] for the other [19:37] ToAruShiroiNeko: well Ubuntu has a version in apt-get; on 12.04 I see the packages openerp6.1-core and openerp6.1-full [19:37] I am using ubuntu 14.04 [19:37] thats 6.1 I am using 7 [19:38] innocent95: you can select which filetypes you want to recover if I'm not mistaken [19:38] ToAruShiroiNeko: so what shows up if you do `apt-cache search openerp` [19:38] 7 is stable 6.1 is old [19:38] hmm === dfgas is now known as dfgas_off [19:38] ToAruShiroiNeko: I see [19:38] it suggests openerp 6.1 core [19:39] and lastly openerp - OpenERP Enterprise Resource Management [19:39] trijntje, why you told me to go to another pc before, while i need to run on a live usb or cd [19:39] no versions for that one [19:39] OEP should I follow the directions on http://nightly.openerp.com/ ? [19:40] innocent95: you needed to stop using that pc as soon as possible. Computers are always writing files to disk, and every file that is written overwrites more of your lost data [19:40] ToAruShiroiNeko: I worry about installing anything for production use called a "nightly"; you might check if the developer has some official release for 7.0 [19:40] I need help [19:40] OEP 7 is stable release [19:40] I need to find a IDENT program so I can IDENT with IRC [19:40] 8 is dev [19:40] has anyone installed diferior locally before or know a lot about php need help [19:41] OEP I will do as you ask [19:41] what should I do? [19:41] eoin: dont ask if people have used php, ask what you are trying to do and where it goes wrong [19:41] what coammand should I type, what guide should I follow [19:41] trijntje, and what should i do when i am on another pc rather than the mine [19:42] innocent95: you dont need another pc, you just cant use the harddisk that has the lost data [19:42] ToAruShiroiNeko: OK it's really weird that they call their stable release a nightly but: https://www.odoo.com/forum/Help-1/question/Getting-Stable-Release---A-concern-on-Nightly-releases-9280 [19:42] oh okay [19:42] trijntje, I started the analyse [19:42] well i'm trying to install diferior a bittorent cms locally on LAMP and it's throwing up a few errors: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead (#8192) in /functions/pear/smarty/Smarty_Compiler.class.php on line 270 [19:43] you dont need to convince me with links :/ [19:43] ToAruShiroiNeko: hah, I'm more convincing myself; I guess if the developer wants you to install from there then that's probably the best you can get [19:43] trijntje, i can see a bunch of linux linux linux [19:43] so nightly is stable release [19:44] running sudo apt-get install openerp [19:45] trijntje, does it has a graphical user interface [19:45] OEP leftovers are causing issues [19:45] how can I remove remains of old attempts [19:46] innocent95: I don't think so [19:46] ToAruShiroiNeko: do you still have the old source folder? if so you can go there and try ``make uninstall`` [19:46] No one knows? === teras is now known as poimen [19:46] I dont [19:46] it registered something [19:46] I really do not know linux [19:46] chown: cannot access ‘/etc/openerp/openerp-server.conf’: No such file or director [19:47] etc etc [19:47] is openERP a running service? [19:47] how can I check [19:47] ToAruShiroiNeko: you can try `ps -ef | grep -i openerp` again or `service status openerp` [19:47] how can I check if it is a registered service [19:48] Hi, I was previously running Windws 7 and installed Ubuntu 14.04 just now over Windows. [19:48] 1585 1340 0 21:48 pts/0 00:00:00 grep --color=auto -i openerp [19:48] I just have that [19:48] I was able to access the rest of the drives during testing the OS but now when it is installed I cannot access other partitions. [19:48] is that any good? [19:48] How do I access them? [19:49] SuperHyperMeta: access what specifically? [19:49] ToAruShiroiNeko: that means it's probably not running [19:49] okay [19:49] http://pastebin.com/hSrMvfGM [19:49] I get this [19:49] holstein: I have got two partitions on my HDD. [19:49] Both of them [19:49] when you minimize a terminal window in ubuntu 8.04, where does it go? [19:49] nobody can help me i'm completely alone on this one [19:50] SuperHyperMeta: the ubuntu installer will make 2.. [19:50] ToAruShiroiNeko: does `ls /etc/openerp` think that directory exists ? === francesco__ is now known as searching [19:50] oh wait, 11.04 [19:50] SuperHyperMeta: can you run 'sudo fdisk -l' in a terminal and put the output on pastebin.com? [19:50] !8.04 [19:50] Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details. [19:50] yes [19:50] holstein: yeah well except that. [19:50] or so this doc says, but I could have sworn it was 8.04 [19:50] I am on that directory [19:50] trijntje: sure. wait a minute [19:50] no files in it [19:50] !11.04 [19:50] Ubuntu 11.04 (Natty Narwhal) was the fourteenth release of Ubuntu. Desktop support ended on October 28, 2012. See !upgrade, !lts and !eol for more details. [19:51] trintje: what can I do? I have tried to re-create this dev environment multiple times, and failed [19:51] Hello, I need to install Windows on a separate HDD. I have Ubuntu installed on the other. Windows doesn't want to use any of the disks because of GRUB. What happens if I unplug the Ubuntu HDD and install windows? [19:51] I've tried 11.04, 12, 13, 14, fedora... all failed to house the needed components for this php zend website [19:51] ToAruShiroiNeko: it's possible that the developer hasn't packaged it correctly; at this point you're probably best off talking with the developer about it or seeking support from the OpenERP community [19:51] I just have to keep running with 8.04 for the entire existance of the site... [19:52] guide_X: what do you want to do exactly? Its no use to install unsupported versions of ubuntu [19:52] that got me nowhere [19:52] how do I uninstall it [19:52] trijntje: and holstein http://pastebin.com/dA8tMbRZ [19:52] trijntje: well I have been trying to replace this environment for a long time, but I am unable to.. then when I look for support on 8.04, there is none [19:52] on sudo fdisk -l [19:52] ToAruShiroiNeko: apt may have backed out of that installation but `apt-get remove openerp` would normally take care of it [19:52] trijntje: this keeps happenign with ubuntu [19:53] SuperHyperMeta: you removed your windows partitions when installing ubuntu [19:53] it expires, then i'm in the dark on support [19:53] All of them?! trijntje [19:53] SuperHyperMeta: yes, except the parition on the external 4G drive [19:53] no it is removing stuff [19:53] ls [19:53] so my HDD is competely clean now? [19:53] yeah it removed 260mb of garbage [19:54] if you don't have a backup of all files shut down your pc now and join this channel from another PC or live usb/cd, and maybe you can recover some of the files [19:54] trijntje: Whoa, thats a disaster in a way. [19:54] OEP so I am at square 1 [19:54] I have LDAP running on Zentyal and am trying to get LDAP auth to work on my other VMs, but I can't seem to login. [19:54] SuperHyperMeta: yes, shut down now if you don't have a backup [19:54] I feel like I need to have joined the domain first, but can't seem to find out how or even if this is necessary. [19:54] trijntje: Shutting down will fix what? My backup was 2 weeks old. I could have saved a few more things had I known. [19:55] SuperHyperMeta: if you keep using your pc you will overwrite more and more files, if you shutdown now you might be able to recover some of the files [19:55] OEP how do I remove a user? [19:55] I want to remove the openerp user [19:56] trijntje: Alright. I have shut it down now. You have a recommendation or a link about how can I recover the data? [19:57] http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step [19:57] SuperHyperMeta: how you can "attempt" to recover [19:58] holstein: I had three drives, Windows on C and the other stuff on rest two. I'm currently going to follow trijntje's link to recover the data from the other two partitions if I can. [19:59] SuperHyperMeta: no.. to *attempt* to recover the data.. im only making the distinction so you have realistic expecations [19:59] Hi [19:59] I've a doubt regarding this wiki page: https://help.ubuntu.com/community/HybridGraphics [20:00] cristian_c: ask your real quesion please [20:00] *question [20:00] holstein: Hah, alright. I'm just a little surprised because I didn't expect that. But if I loose that data, that won't be very huge trouble either because I have a backup. [20:00] SuperHyperMeta, Are you mixing the term drives and partitions drives here mean HD's? [20:01] if anyone would like to disable the discrete graphics, what command he should type? [20:01] (two gpus) [20:01] cristian_c: that depends. ideally, it could happen in the bios.. [20:01] Beldar: Yeah probably. I meant paritions by both Drives and paritions. [20:01] on intel chips specially laptops u cant switch them off [20:01] newer gen intel tho [20:02] after latest boot, keyboard shortcuts don't work. both custom ones and default, like ctrl + alt + t for terminal. anyone recognize this? [20:02] cristian_c: on my machine with dual nvidia and intel, i decided to use custom code from PPA, since, there were no options in the bios [20:02] kdz, two amd gpus [20:02] ToAruShiroiNeko: deluser [20:02] SuperHyperMeta, Be really careful there not all helpers will recognize that off that bat, and that is intrinsic info. === eric is now known as Guest35618 [20:02] sorry, vga_switcheroo [20:02] 'Using vga_switcheroo' [20:02] cristian_c genrally the bios would automatically switch them off [20:02] Beldar: oh alright. I'll keep that in mind from now on. [20:03] u could look in the bios for vga sometjhing pci [20:03] kdz, no, for this reason, there is vga_switcheroo [20:03] you should choose pci [20:03] ok well im going to sleep [20:04] kdz, but in the command list in the wiki page, it's not clear what command to type [20:04] echo ON > /sys/kernel/debug/vgaswitcheroo/switch [20:04] echo IGD > /sys/kernel/debug/vgaswitcheroo/switch [20:04] you need to be a member of mensa to understand the ubuntu wiki [20:04] etc... [20:04] i just google till i find what i want [20:04] kdz, mensa? [20:05] well its clear ur not a member [20:05] OEP that isnt working [20:05] I really dont understand [20:05] !ot | kdz [20:05] kdz: #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! [20:05] kdz, this is a suport channel [20:05] *support [20:05] [sudo] password for openerp: [20:05] Sorry, try again. [20:05] kdz thank you for calling us intelligent, much appreciated [20:05] i get that constantly [20:05] how do I remove this account? [20:05] MonkeyDust ;) no problem [20:06] ToAruShiroiNeko: what are you doing to get that prompt? [20:06] Any ideas? [20:06] sudo userdel openerp [20:06] ToAruShiroiNeko: type `whoami` [20:07] :( [20:07] GAH [20:07] I was user openerp [20:07] :( [20:07] aha [20:08] Hi, suddenly (as of today) my usb ports are no longer working under ubuntu 14.04. USB mouse lights up but cursor non-responsive, and usb memory stick does not show. Maybe it was the updates idk.....anyone know how I can fix this? [20:08] how can I search for every mention of openerp? [20:08] I want to make sure I have fully deleted it [20:08] fpghost84, see if they work in the guest account as a comparison, and or a live dvd/usb. [20:09] is there a way to install leafpad on an old ubuntu? [20:09] 8.04? [20:09] ToAruShiroiNeko: you can try `find / -iname "*openerp*"` [20:09] guide_X, 8.04 is not supported why are you running it? [20:09] Beldar: ok, I'll give those a go [20:09] !hardy | guide_X [20:09] guide_X: Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details. [20:10] Beldar: the web app I need to support doesn't seem to work on newer ubuntu [20:10] it's a old zend/php app.. i've tried many times to upgrade, and failed [20:10] i'm stuck on 8.04 :( [20:10] guide_X: Is it a proprietary app? [20:10] it's a web app [20:10] guide_X: That doesnt answer my question :) [20:10] yes priprietary [20:11] pro [20:11] OEP mind if I pm [20:11] its too busy here [20:11] if I'm using /etc/network/interfaces manually and not using network-manager is there a simple way to update the resolvers in /etc/resolv.conf, after updating /etc/network/interfaces? [20:11] guide_X: No chance to update the app? [20:11] sdfsdfsdfsdf [20:11] bekks: I don't know why it doesn't work on newer ubuntu, but I always run into issues [20:11] guide_X: Define "doesnt work" and "issues" please. [20:12] if I'm using /etc/network/interfaces manually and not using network-manager is there a simple way to update the resolvers in /etc/resolv.conf, after updating /etc/network/interfaces? [20:12] bekks: it seems the supporting components don't function on newer ubuntu, the components memcache and old version of zend framework [20:12] yigal, No slang swearing here please, or any type. [20:12] by don't function, I can't really explain, more than they don't complete install [20:12] failure installing, half functioning afterwards, etc [20:13] thus i'm stuck [20:13] Beldar: ah, it's just 'ifdown br0 && ifup br0' [20:13] Beldar: or supposedly it is http://askubuntu.com/questions/203261/editing-dns-nameservers-in-etc-network-interfaces-without-a-restart [20:13] Beldar: I will find out shortly [20:13] isn't there alternate ways of installing things? [20:13] for instance by just downloading/compiling manually? [20:14] guide_X u can do that [20:14] guide_X you can apt-get download [20:14] oh hmm [20:15] i keep getting failed to fetch [20:15] I Guess because it's very old ubuntu [20:15] guide_X: From which repository? [20:15] guide_X or even apt-get source [20:15] * genii takes a wild stab at Feisty [20:15] !info leafpad [20:15] leafpad (source: leafpad): GTK+ based simple text editor. In component universe, is optional. Version 0.8.18.1-4 (trusty), package size 106 kB, installed size 710 kB [20:15] same version as in 2006 [20:15] universe [20:15] guide_X what'qs the output of: cat /etc/issue [20:16] MonkeyDust, 8.04 [20:16] ubuntu natty (development branch) \n \l [20:16] wow, thats old [20:16] yeah === AEM` is now known as aem` [20:17] even windows xp was still supported at that time, go figure! [20:17] Heh, Natty EOL was 2012-10-28 [20:17] guide_X: Is it the packages that fail to install, or is it your web app? The former is much easier for us to help with than the latter. [20:17] I've followed the guide in the Ubuntu docs for setting up LDAP client auth, but can't seem to authenticate with LDAP running from Zentyal (OpenLDAP). [20:18] Jordan_U: the install says it succeeds, but then they don't function as in 8.04 [20:18] guide_x: are other things working on terminal like update and upgrade? [20:18] dave_s i guess #ubuntu-server is more the channel you want [20:18] san13: upgrade/update stopped working a while back === no_mu is now known as Nothing_Much [20:18] MonkeyDust: Ah, good call, thanks. :) [20:18] also I have this issue, it says i'm in 11.04, but I know this is 8.04.. this thing is so screwed up [20:18] Installed the latest nvidia driver for my card, and that fixed the first issue I was having with this opengl game (low fps, choppy, etc). But now in game, my mouse is stuck pointing up-left. No idea how to fix. [20:19] what do people like me do when experiencing this issue? [20:19] do u use a proxy wherever u belong from? [20:19] nope [20:19] when you're stuck in an older ubuntu I mean [20:19] guide_X: The sane thing would be to go to at least 12.04 on a clean install [20:19] well guide_x there arent so much people like that:D [20:19] I've tried that and failed.. i've also tried 11 and 14 === veebull is now known as veebull_away [20:20] guide_X: Is the only evidence that they "don't function as in 8.04" that your webapp fails, or are there specific pieces of functionality you can point to that are behaving differently? [20:20] Jordan_U: well the memcache fails, and then all apps requiring memcache fail along with it [20:20] I get errors in the apache log etc [20:20] guide_X: Fails in what way? [20:20] Saying that I need memcache to run this app [20:21] !info memcache [20:21] Package memcache does not exist in trusty [20:21] oh, and not memcached [20:21] that's different [20:21] Beldar: well that almost worked, had to restart the server to actually get a connection to the net for some reason. [20:21] !php5-memchace ? [20:21] trijntje: I am only a bot, please don't think I'm intelligent :) [20:21] Beldar: not exactly sure why [20:22] guide_X: So what is the exact piece of memcache software you're trying to use? [20:22] !info php5-memchace [20:22] Package php5-memchace does not exist in trusty [20:22] Jordan_U: I think it's called php-memcache [20:22] there's twp php5-memcache anc php5-memcached in Trusty apt-cache search memcache [20:22] guide_X: And for a more general answer, most companies that have in-house software keep at least one developer employed to ensure that it can be updated as needed. [20:23] whoops .. Two .. . [20:23] Hi everybody ! [20:23] guide_X: Please figure out exactly what package it is. [20:23] Jordan_U: in this situation, the guy who built this app, and the 8.04 vm doesn't support it anymore.. [20:24] Jordan_U: I'm able to maintenance it, but not able to get a newer ubuntu vm with the needed software installed [20:24] If I'm using /etc/network/interfaces manually and not using network-manager is there a simple way to update the resolvers in /etc/resolv.conf, after updating /etc/network/interfaces? [20:24] I can replace this vm with the same one, 8.04, and it works fine [20:24] guide_X in short: you're using unsupported software on an unsupported ubuntu release [20:24] MonkeyDust: that's my continueing issue, I can't find support for the os [20:24] I've simply ifdown && ifup but I didn't get internet back doing this [20:24] guide_X then use a supported os [20:24] although it did update the resolvers in /etc/resolv.conf [20:25] guide_X: For releases which are so old their mirrors have been moved, change the repositories in /etc/apt/sources.list from something like uk.archive.ubuntu.com to old-releases.ubuntu.com [20:25] guide_X: Does your company employ any developers? [20:25] oh hmm that's an idea [20:25] My girlfriend have a problem with his Ubuntu 14.04, it works fine at the beginning but after a few minutes, the left menu and the top menu of Unity doesn't work anymore. I mean it's still displayed but clicks don't work anymore... Any Idea ? [20:25] trijntje, Im not getting any results [20:25] Jordan_U: yeah, but a little light on the php/linux type stuff.. moving away from it really , but this app needs to be suppiorted still [20:25] trijntje, Im not getting any results [20:26] ah I think it has to do with the maximum number of DNS servers that can be added to /etc/resolv.conf which is defined in resolv.h, # define MAXNS 3 /* max # name servers we'll track */ [20:27] well this is rather interesting [20:28] trijntje, what to do [20:28] guide_X: Can you define "dont work"? I have a working memcached in Ubuntu 14.04 - so whats the exact issue you are experiencing? [20:28] guide_X: Then as a general thing, your company should really either be trying to move away from this app, hiring a new developer to support it, or helping your existing developer learn what's needed to support it. Having a mission critical app with code that *nobody* actually understands is a disaster waiting to happen. [20:28] bekks: memcached isn't the same thing as memcache [20:29] guide_X: And whats the _exact_ issue you are experiencing? "Dont work" is a general statement containing 0 information. [20:29] bekks: the web apps which I need to maintenance require memcache (as stated by the apache logs) then I see a white screen where the web app should be [20:29] trijntje, Foremost _ [20:30] guide_X: And did you check the logs of your webserver? Did you increase the php logging? Did you investigate the php error log? [20:30] bekks: the apache log tells me memcache is required to run this app [20:30] guide_X: You meantioned apache logs, pastebining those logs would be very helpful for us to determine what problem you're having. [20:30] Guest22358: what was your previous nickname? [20:31] trijntje, innocent95 [20:31] well I just get the one error regaurding the memcache, saying "memcache is required to run this app." and then I get a load of zend (older version errors) (which I can look into with the folks in #zftalk, if I can get through the memcache issue) [20:31] ooh, now I have another question, I used, 'dns-search google.com' for configuring dns in /etc/network/interfaces but 'google.de' is being used instead, I live in the US, any takers for why this is occurring? [20:31] of course on 8.04, everything works fine installing it in the same manner [20:32] guide_X: It would be helpful to actually pastebin the logs... [20:32] hmm ok [20:32] guide_X: Without the logs, we can only provide generic answers which wont help you in solving the "issues". [20:33] hmm ok [20:33] it'll take me a while to create a new vm and such, I've already trashed my attempts [20:33] Guest22358: I'm not sure what to do, maybe ask on the forum? As I said I dont have much experience using testdisk [20:34] okay [20:35] guide_X: Without having a system with "issues", it is impossible to investigate and solve the "issues". :) [20:35] guide_X, while your at it, look into using Snapshots & CLones for VM's, will save yourself allot of time. [20:36] bekks: ah ok, it's just I've already spent so much time on that issue, I was simply truying to instyall leafpad on my 8.04, not troubleshot the other issues [20:36] bekks, do you recommend using foremost recovering files [20:36] ki7mt: I make backups of my 8.04.. but the others just end up in unstable states so I just delete tjhe, [20:36] them [20:36] guide_X: It entirely depends on your very exact use case. [20:37] guide_X: create a snapshot before changing the stable into an unstable state. Thats what snapshots are for :) [20:37] that's true === [Tristan] is now known as Guest22301 [20:42] this is super interesting, it has to do with the VPN I'm using, that google.com -> google.de [20:42] even though the VPN is local, in the US city I'm in. [20:45] yigal: this is off topic but I know of at least one other American university with a VPN exit in the Czech Republic; I think it's a strange practice... [20:46] OEP: I checked all of the hops and they're in the US, although one is in New York, so it goes from TX -> NY -> CA (Google), it's odd [20:47] yigal: Faking the geo location is the most easy thing ;) [20:47] bekks: true that, but why? [20:47] yigal: For faking the real location, most likely. [20:47] http://thehottestgadgets.com/2008/07/the-17-hottest-steampunk-computer-creations-001127 [20:48] that's weird, now I wonder if the one I'm thinking of is faked [20:48] bekks: that makes sense :) , it's an "anonymous" vpn [20:48] cristian_c, get the fuck up. [20:48] yigal: they made you believe it's "anonymous". :) [20:49] please, ban krabador [20:49] bekks: yes, what I mean by "anonymous" is that they're fooling Google into thinking I'm coming from Germany. [20:49] bekks: lolz [20:50] yigal: No jokes involved - do you know for sure where the routing end point of your vpn is located at? [20:50] Hey all, I am trying to install ubuntu 14.04 on one of my servers, but it can't find the hard drives (raid 5 config), centos installs fine on the machine. Any way of telling what is missing from ubuntu, then using centos "drivers" to make it work? [20:51] bekks: no, only the entry point, and what I'm getting off of traceroute [20:51] deidyomega: try using the ubuntu server iso. [20:51] bekks: I am. [20:51] deidyomega: Is this FakeRAID (dmraid), Software raid (mdraid), or true hardware RAID? [20:51] deidyomega: the desktop iso is most likely just missing the raid controller drivers. which hw is that in particular? [20:51] Jordan_U: Hardware Raid [20:52] deidyomega: What controller? [20:52] bekks: I am using the server ISO. [20:52] Jordan_U: I'll look, its an HP controller [20:52] cristian_c, nobody can. [20:52] !ot | krabador [20:52] krabador: #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! [20:53] deidyomega: Real hardware raid doesn't need special drivers, at least for basic functionality. [20:53] !ot > cristian_c [20:53] cristian_c, please see my private message [20:53] !ot > cristian_c [20:53] !ot > cristian_c [20:53] deidyomega: HP have supported OS lists for their servers [20:53] !abuse [20:53] The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [20:54] krabador: Please watch your language, treat people here with respect, and stick to productive support discussion. [20:54] deidyomega, should also check here to see that it's supported: http://h17007.www1.hp.com/us/en/enterprise/servers/supportmatrix/exceptions/ubuntu_exceptions.aspx [20:55] k17mt, dang it... I have the B120i Dynamic Smart Array Controller... === Chex is now known as Guest5918 [20:55] But Centos seems to work... can I somehow magically get the "drivers" from centos and shove it into ubuntu? [20:55] deidyomega: Which ubuntu release do try to install? [20:56] had this issue with the lighdm display manager in ubuntu, always went into the login loop, even when 14. [20:56] bekks: 14.04, but 12.04 is fine... [20:56] ...04 distro installed [20:56] deidyomega: "Eliminating most of the hardware RAID controller components, and relocating advanced RAID algorithms from a hardware-based controller into device driver software lowers the total solution cost..." in other words, FakeRAID. [20:57] i have been using fedora with some probably custom made dot files but now once i log in to ubuntu it opens gnome but its incomplete, there are no icons for closing window there are no toolbars, so i belive its ebcause of some maybe special window manager dotfiles, can you advise which of those i should delete? [20:57] Jordan_U: Well, that's dandy... lol Anyway around this? Or should I just cry and use centos? [20:58] deidyomega: Get a HW raid controller, like the P520 or P410. [20:58] now the display goes black whit tiny stripes on the edges. thought it was maybe an error on the display itself, but happens with second monitor via vga as well. [20:58] bekks: To understand, buy a hardware raid, and replace the one I have, and it should work? [20:59] or an LSI MegaRAID [20:59] is it the display manager issue again, or the hardware? [20:59] Yeah, what bekks said, upgrade or change the controller to a supported version. SW works, but not ideal for enterprise application / use [20:59] deidyomega: FakeRAID uses software to implement the RAID, but uses proprietary junk for metadata. mdraid uses software to implement the RAID, but uses an open, efficient, well thought out metadata. [20:59] deidyomega: Yes. === cereal- is now known as cereal [21:00] zerowaitstate: Actually, thoe HP P-Series are MegaRAID controllers. :) [21:00] how does linux determine what window manager to load? is there some dot files for it? how are they called? [21:00] *those [21:00] bekks: marked up, of course === ubuntu is now known as Guest59014 [21:00] notore: with the xinitrc file [21:00] bekks: with lockouts for certain hard drives cause they are too legit to quit [21:01] deidyomega: What you actually have in the way of hardware is essentially just a SATA controller with more ports than most, which means that you can wipe the proprietary raid metatata that's currently on the drive and instead just happily use mdraid instead. [21:01] notore: if you're using GDM, lightdm, or another login manager, then it determines your window manager and (usually) disregards xinitrc [21:01] notore: see this for more information: https://wiki.debian.org/Xinitrc [21:01] module000: what will happen if i remove it? will i get just command line? [21:01] Jordan_U: how does one go about doing this? [21:01] i have problem with loading crappy window manager and idk what kind of login screen i have so i jsut wnat to remove xinitrc [21:01] Jordan_U: You are talking about wiping the actual raid device? [21:01] holstein: thought I would update you with what I ended up doing since you helped me earlier; couldn't just plop a kernel image in so I followed instructions on building an iso myself somewhat akin to this, though the instructions are different for 12.04. Thanks again for your help! : http://developer.rackspace.com/blog/using-a-custom-kernel-with-cloud-servers.html [21:02] maybe tehres a default xinitrc somewhere on the system? like in /etc or so? [21:02] notore: if you remove it X will start, but with no window manager. if you just wanted a blank "desktop" with a command terminal, then the ocntents of xinitrc could be 'xterm'. that would start an X session with nothing but xterm running [21:02] OEP: cheers [21:03] deidyomega: First of all, there is no actual "RAID device", in hardware all you have is a bunch of disks. [21:04] Yes, there are 4 hard drives sitting in the bay, however the devices are connected to a "thing" that [21:04] is connected to a motherboard === veebull_away is now known as veebull [21:05] module000: do you know whether theres a default xinitrc somewhere? for example there was .bashrc in /etc/skel/ === NGC6205_1 is now known as NGC6205 [21:06] Hi everyone. I'm installing the latest version of Ubuntu on a pc that is going to be used by relatively computer-illiterate teachers to do basic email checking, web browsing, etc. I was wondering if anyone had any ideas on how to "tamper-proof" it so that they won't be able to break anything important? [21:06] notore: it's under /etc/X11 or similar [21:06] deidyomega: Do you have enough connections to just connect the 4 drives directly to the motherboard? [21:06] Hmm, I do indeed. So just directly connect them, then use ubuntu's software raid? [21:06] Jordan_U: Hmm, I do indeed. So just directly connect them, then use ubuntu's software raid? [21:07] deidyomega: Yes. You can do it with them connected through your fancy fake hardware too (if you want more SATA ports available), but getting rid of the fakeraid will avoid confusing future humans. [21:07] LOL [21:08] You can do it with SATA ports [21:08] deidyomega: You'll probably notice that Ubuntu's installer won't list those disks when they're connected directly either (another piece of evidence that your "hardare" isn't doing anything). [21:08] Jordan_U: Ok, I will try it, thanks so much. [21:08] fallore: we run student labs and I think what's key is to just make sure it's not a privileged user; we have additional concerns like not turning the computer off or locking the screen [21:08] zerowaitstate: I built several hundreds of HP server until now - and literally had only one issue: a dead cache backup battery. From my point of view, those controllers are pretty reliable. [21:09] OEP: yeah, i'm definitely going to set up an unpriveleged user account for them, but I was wondering if there was anything like "deep freeze" or whatever is available with Windows machines, so that when it's rebooted it's returned to the "blank slate" so to speak [21:10] fallore: we do run into a lot of botched dotfiles from time to time but that's about it [21:10] That's all out data centers use, HP servers, I guess they hav good marketing, CIO bought into the sales pitch fer sure. [21:10] s/our/out/ [21:10] deidyomega: The reason is that the fakeRAID metadata (which is bits stored on the drives themselves, not in any other hardware) is still there, so the drives still look to the installer to be part of a FakeRAID array. To get Ubuntu's installer to be willing to work with the drives you'll need to remove the proprietary metadata. [21:11] OEP: I'm pretty uninformed, what is a botched dotfile? [21:11] fallore: config files in the user's home folder that occasionally get messed up (typically prefixed by a dot -- hence dotfile) [21:12] Jordan_U, But how do you do that, is it a low level format or what? [21:13] ki7mt: The dmraid command has options for deleting metadata. [21:13] Jordan_U, Ok, will go look that one up, didn't know about that. [21:13] I installed Ubuntu onto a second partition, now both boot entries go to second installation. I need a little help getting the right info to put back into 1st boot entry? So I can access previous installation. [21:13] OEP: cool, thanks for the information. [21:14] skinux: What else is installed? [21:14] can someone tell me how to enable samba share as mount point by default on fstab? [21:15] Hi I have an older (about 5 yrs) HP desktop 2GB RAM, on which I am trying to run Ubuntu. I seem to be having graphics problems with the graphics card (nVidia GeForce 6150 SE) in terms of running Ubuntu. Any tips if I want to install? [21:15] ki7mt: I believe "sudo dmraid -rE" will delete any proprietary raid metadata on any drives currently connected, though you clearly want to be very careful with that command as if there is any data in the array you will instantly lose it that way. [21:15] skinux: sudo update-grub ...should find any viable installs you have and make entries for them [21:15] Partitions are: Ubuntu Trusty, Ubuntu Trusty, Windows 8.1 [21:15] skinux: do you make the first partition /boot/efi, then those? [21:16] I think what happened is installation tried to write to MBR, but my system has UEFI so it didn't work right. [21:16] skinux: You might have trouble telling which trusty is which. [21:16] skinux: Do you have a separate /boot/ partition? [21:16] No. [21:17] !bootinfo | skinux [21:17] skinux: Boot info script is a useful script for diagnosing boot problems. Run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then look at RESULTS.txt (or !pastebin it for others to look at). === CyberJacob|Away is now known as CyberJacob [21:20] Jordan_U, yes, that's what the manpages says too, -r recursivem and -E for --erase_metadata [21:21] my bad, -r| --raid_device [21:21] can anyone help me with a gparted question? [21:21] Hi I have an older (about 5 yrs) HP desktop 2GB RAM, on which I am trying to run Ubuntu. I seem to be having graphics problems with the graphics card (nVidia GeForce 6150 SE) in terms of running Ubuntu (scren freezes, mouse freezes). Any tips if I want to install? [21:23] omg i just bought a retina macbook pro (on which i will install ubuntu :)) [21:23] having trouble resizing partition in ubuntu 14.04 if anyone would like to help [21:23] mikeg3, Im not gpu guru, but this box has 3 9800GT's in it, had to use the Nv drivers to stop the glitches === skinkitten is now known as linuxbread [21:23] clearcoatben: back up date, repartition && reformat, restore data. [21:24] mikeg3: An older system like that should be pretty well supported by the nouveau driver. I would check for hardware problems - reseat ram and other boards, make sure the case is clean. [21:24] mikeg3, It's using 331.38 Nv driver, seems pretty smooth here for old Nv cards. [21:24] jhutchins: is that the only way to create a new partition table? I've only got up through sda3 currently. Is there no way to shrink sda3 and add an sda4? [21:25] clearcoatben: you have to shrink the filesystem before you can shrink the partition. [21:25] clearcoatben: Theoretically, and the software works pretty well these days, but there's always a chance for an "oops" so you need the backup anyway, and as long as you have the backup that method's the fastest. [21:26] ok, thank you. [21:26] zerowaitstate: I thought parted could resize both, but I use the old school method. [21:27] jhutchins: what partition table type is it? MBR or GPT? [21:27] hi everyone [21:27] zerowaitstate: Ask clearcoatben [21:27] I believe it's GPT [21:28] how would I check? [21:28] zerowaitstate: clearcoatben: Gparted runs resize2fs (or the relvant command for whatever filesystem you're using) before using parted to change the partition table, so it's one step in the GUI but two steps behind the scenes. [21:28] I just finished installing Ubuntu, having selected the option to erase the 250GB disk which had Windows Vista on it, and I've run into a few questionable events. When the install was done, it informed me that I only had 17MB or GB (don't remember) left on the drive. It also asked me to restart my computer before I used it, so I hit the reboot button. It's hanging on the ubuntu shutdown screen [21:28] (logo with the dots under it). Is it still working, or did it freeze? And should I be concerned about the lack of disk space? I know an ubuntu install doesn't take up the majority of a 250gb drive, lol [21:28] clearcoatben: sudo parted -l [21:29] yes using GPT [21:30] hello ppl, i've got errors in my console when i try to install a app, can someone please help me? see the error -> http://postimg.org/image/57f9lmbsx/ [21:30] clearcoatben: k [21:30] i got a question, I have a problem with my C: drive which has windows on it, I had a black screen... yes not blue :D and it would become totally unresponsive... Tried to restart it but it went into the diagnostics mode but that can't fix anything... even chkdsk says that the drive is unreadable, though it can count the files on there. In knoppix the drive is not accessible, but the D: partition is. Any idea what to do? [21:31] Thanks by the way [21:31] hi, how to make conky effects only appears on desktop. When I have set it to start on the startup of the PC via "conky" command. it's been displayed on the front of all of the windows [21:31] whenever I attempted to use gparted to shrink sda3, it would only allow me to do so by 8mb [21:32] hi, how to make conky effects only appears on desktop. When I have set it to start on the startup of the PC via "conky" command. it's been displayed on the front of all of the windows. How to deal with this, please ? [21:33] does default ubuntu come with any of the web server software (like apache) [21:33] image of current partition here http://goo.gl/WGbjQ9 [21:33] fallore: If you recieved a message about running out of space before you rebooted, then that message was about your live environment running out of space, not your installed system. [21:34] ah, i was hoping that was the case, Jordan_U! Any idea about being hung on the ubuntu logo + the dots (not moving or blinking)? It seems frozen but I don't want to interrupt it if it's doing post-install pre-shutdown stuff [21:34] i got a question, I have a problem with my C: drive which has windows on it, I had a black screen... yes not blue :D and it would become totally unresponsive... Tried to restart it but it went into the diagnostics mode but that can't fix anything... even chkdsk says that the drive is unreadable, though it can count the files on there. In knoppix the drive is not accessible, but the D: partition is. Any idea what to do? [21:34] clearcoatben: Please pastebin the output of "sudo parted -l", and please don't link to websites requiring login to view their contents. [21:35] fallore: Press Enter. [21:35] LOL! My hero, Jordan_U! [21:36] fallore: It was supposed to be prompting you with "Please remove the Ubuntu CD from your drive then press Enter" or similar. [21:39] Is there a support irc for questions on nm-applet? [21:39] What is the name of the spell checker program that is pre-installed with Ubuntu? [21:41] belkinsa, aspell many? [21:41] .. maybe [21:41] I just finished installing Ubuntu, and after restarting it when prompted it's just giving me a black screen. Any idea on what to do? [21:42] !nomodeset [21: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 [21:42] fallore: What do you see before the black screen? [21:42] Jordan_U I just walked into the room and it was like this. Would it be safe to do a hard power off and turn it back on? [21:43] ki7mt, thanks. [21:43] !sysrq | fallore [21:43] fallore: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [21:43] fallore: Are you able to do ctrl-alt-F1 and gain console login there? [21:43] in makefiles I often see a line: objects=a.o b.o c.o etc. And then later one of the rules would be using variable $(objects). This implies that whenever I add new source file I have to add the same object file to the list of objects. What is a better way to compose makefile to avoid this? (and is there a better way?) [21:44] genii: no, no effect. the screen is kind of "fuzzy" if that makes it any clearer. [21:46] Jordan_U, to do the SysRQ do I need to hold alt and print screen while typing those letters? [21:46] fallore: Yes. [21:46] ntiy: sources=$(wildcard *.c) objects=$(sources:.c=.o) [21:46] fallore: I would suggest a reboot, by keyboard combination first if possible. And then to try the nomodeset boot parameter [21:46] fallore: Is your graphics card an NVidia? [21:46] ki7mt, yup, it's aspell. Thank you. === dfgas_off is now known as dfgas [21:46] ki7mt, peace out. [21:46] ntiy: (on seperate lines) [21:46] genii: yes, Nvidia geforce 6150 SE [21:47] belkinsa, now If I could get it to work automatically in Xchat, id' be good to go :-) === esde is now known as Guest94472 [21:47] fallore: The black screen issue is most common with the NVidia, unfortunately [21:48] hi [21:48] and older Intel embedded gpus [21:48] genii: can you point me toward where i might find more info on troubleshooting it? [21:49] fallore: Do you have the ability to connect to it via ssh? [21:49] fallore, there's several with more info: https://help.ubuntu.com/community/VideoDriverHowto [21:49] fallore: The usual method is to use the nomodeset on the kernel loading line from in grub. This usually allows a boot with vesa resolutions. Then to install the nvidia-current driver to get it going properly. [21:50] Hello for everyone. [21:50] fallore, and another: https://wiki.ubuntu.com/X/Troubleshooting/VideoDriverDetection [21:50] jhutchins: i'm not sure, it's literally the first boot after a fresh install === Ethos is now known as Ethos_afk [21:50] fallore: On reboot you might want to try adding various things to the boot command in grub such as noacpi, noapic, and removing "quiet". [21:50] thank you ki7mt for the links, and genii for the information, i'll look into that and report back with any questions [21:50] Anybody know the pirate bay's channel? [21:51] !warez | c4i0 [21:51] c4i0: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [21:51] fallore: If it's just video not working, the system could be up and running without a display; ssh would allow you to switch to console mode and/or do a normal shutdown. [21:52] jhutchins: I don't believe sshd is installed by default on a clean install === Chex is now known as Guest87661 [21:52] Yeah, PB is a bad one to go searching on. [21:53] genii: No, probably not, and I don't think most people have second computers to connect from, but if it's there it's nice to have. [21:53] genii, correct, to install sudo apt-get install openssh-server [21:54] ki7mt: Unfortunately, that's not useful in fallore's current situation, since they can't gain a console, just a black screen. [21:54] http://www.musicradar.com/news/tech/39-amazing-steampunk-computer-mods-200834 [21:54] genii, no consile at all? that's no good [21:55] fallore: I'm still waiting to know what you see before the screen goes black. [21:55] I've updated the mysql-server keeping my old config file. no it is not able to start anymore. how can i make the system install the default config? [21:55] fallore: You did check to see if you could Ctrl0Alt-F1 didn't you? (We suspect not, sounds like it's hung on video start.) [21:56] hello, I want to extract some audio files from a CD, but the default software only extracts the files in ogg format. I would like to extract as pure wave or flac files. How could I achieve this ? [21:56] Would a shared library (.so) file for SDL from the Ubuntu repos work when linked against on other linux distros? (Meaning I can include it with my project and use rpath) [21:58] Symphonym, possibly, but depends on how it's was built and what functions it's calling as to whether it would perform the same on different distros [21:59] Symphonym, If the target distro is the same disto / arch, they would probably be ok, but if diff arch's, you made need mutiple .so's [22:00] ki7mt Reason I'm asking is because I was browsing I found an SDL .so file in the directory of the game "Monaco" (installed through Steam). Which I would assume is from Ubuntu since, like with most linux games on steam, Ubuntu is the recommended distro. [22:00] OEP: thanks! [22:01] Symphonym, Not familiar with it, but you should probably make a proper drbian/rules file to pull in the arch / distro version of the .so as a build / runtime dep. [22:01] .. debian/rules .. .. [22:02] Symphonym, when distribunting packaging, following the Debian Packaging guide(s) will say you allot of oain in the end. [22:02] .. s/pain/oian/ === dfgas is now known as dfgas_off [22:03] hello, I want to extract some audio files from a CD, but the default software only extracts the files in ogg format. I would like to extract as pure wave or flac files. How could I achieve this ? [22:03] Symphonym, on the other hand, if your build the .so then it's up to you to determine what is needed for each arch / distro, and build it accordingly. [22:04] ? === CyberJacob is now known as CyberJacob|Away [22:05] genii, ki7mt: I've been trying to enter the grub settings or w/e to enable nomodeset without success by hitting shift after the BIOS splash, and after a few runs I've booted into the black screen but this time I have a mouse cursor. Does this give more information or change what the root of the problem might be? [22:06] jhutchins i did try ctrl alt f1 without success [22:06] fallore: Is your computer BIOS based or UEFI based? [22:06] ubntun, wh do you break something that were working on every update? [22:06] Jordan_U: before the black screen I see a black screen with the blinking text cursor indicator, at which point I'm able to type stuff but i don't know where it goes so i haven't messed with it too much. then i see the ubuntu splash screen with the logo and the dots, and then the black screen. this time my mouse cursor shows up, though [22:07] Jordan_U I believe BIOS based [22:07] fallore: How old is the computer? What version of Windows did it come with? [22:07] how do you give a user permission to use shutdown reboot options, such as via upower [22:08] Jordan_U I don't believe it's anywhere close to new, it came with Windows Vista installed === francesco_ is now known as searching [22:08] DoverMo, one way, create a group, add the user to the group, give the group permission to run the function. [22:09] ki7mt, so there is no default group? [22:09] fallore: OK, BIOS then. You should be holding shift, not pressing and releasing it. You can probably start holding shift before you even turn the computer on. [22:09] DoverMo, yes, Sudoers, but that's makes it wide open to administration [22:09] I'll try that now, Jordan_U. I just attempted to boot it back up to verify that I gave you the correct visual information pre-black screen, and this time it's stuck on the Ubuntu splash (with the logo and the dots, which aren't moving) [22:10] ki7mt, my user is already in sudo group [22:10] fallore: Try selecting "Advanced options for Ubuntu" then "Recovery Mode" at the grub menu. [22:10] Jordan_U: holding shift worked, I'm looking at the grub screen [22:10] DoverMo, then they should, in theory, be able to run that function. [22:11] Jordan_U: my keyboard doesn't seem to be working at the grub screen, up and down arrows do nothing, E does nothing [22:11] it's connected via USB, i have an old PS/2 one i can try if you think that would be better, Jordan_U [22:12] ki7mt, GDbus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted [22:12] DoverMo: use sudo shutdown -r now [22:12] Heya. My wireless 360 controller works flawless with xbmc and skyrim (using playonlinux), but not in steam. Anyone know where i should start look for a solution? Steam or Ubuntu? Oh, and im using the native client and not wine for Steam. [22:13] fallore: The reason that the grub menu showed up was probably because of a detected failed boot, not because of you holding shift. It sounds like your BIOS doesn't support USB keyboards, so you'll need to use a PS2 keyboard to access the grub menu (or your BIOS menus). [22:13] what is the default time daemon used in ubuntu? [22:13] DoverMo, what was the command you ran ? [22:13] ki7mt, i hit "reboot" button in the upower menu [22:13] Anyone any ideas on how I delete this raid partition? http://puu.sh/9IEEJ/e229ab62ff.png [22:14] DoverMo: if you want to schedule a reboot you have to type sudo and give a password... so it isn't going to work unless you remove the need for sudo for "shutdown" [22:14] DoverMo, lets back up a bit, what version of UB are you using here? [22:14] you have to edit the sudoers file [22:14] ki7mt, 14.04. lxde [22:16] DoverMo: Are you using Lubuntu, or did you install LXDE components on your own? [22:16] Jordan_U, lxde on their own [22:16] no lubuntu [22:16] DoverMo: What DM are you using? [22:16] DoverMo, maybe this bug relevant: https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1300798 [22:16] Ubuntu bug 1300798 in lxsession (Ubuntu) "LXDE shutdown menu needs to check CanSuspend/CanHibernate" [Undecided,Confirmed] [22:17] Anyone know why ctrl + alt + F2 doesn't work on my ubuntu install? [22:17] Jordan_U, i have lxdm [22:17] Jordan_U: i've successfully entered the bios menu with the usb keyboard, so i think that the bios does indeed support USB keyboards [22:17] DoverMo, while that is hibernate, it's producing the same results. [22:18] hello, I want to extract some audio files from a CD, but the default software only extracts the files in ogg format. I would like to extract as pure wave or flac files. How could I achieve this ? [22:18] ki7mt, yeah. looks right [22:19] fallore: Confirm that "legacy USB support" (which basically means, support the interfaces that bootloaders and DOS use for accessing keyboards) is enabled. [22:20] DoverMo, Unfortunately, I dont know of an immediate work around for that. I suspect it's a polkit issue, but getting around it, is another problem all together. [22:20] Jordan_U: would plugging in a ps/2 and seeing if that works settle the issue? i'm not exactly sure how to do what you asked me [22:20] also, Jordan_U, the ubuntu option in grub has an * to the left of it (*Ubuntu), does this mean anything significant? [22:21] DoverMo, at this point, unless someone else knows a quick fix, you should file a bug for this and see where that goes, or maybe try in #lubuntu as Phil and crew may know a quick fix. [22:22] Jordan_U: I plugged in the ps/2 keyboard and it's working. [22:22] fallore: The '*' indicates which menu entry is currently selected. [22:23] Ah, good to know Jordan_U. I went to advanced options and selected recovery mode, I'm now at the Recovery Menu with (filesystem state: read-only) === veebull is now known as veebull_away [22:23] ki7mt, okay [22:24] How do I get a log of my conversations from IRC? [22:24] tarball_13: copy paste.. [22:24] tarball_13, they are all logged in this channel: http://irclogs.ubuntu.com/ [22:24] fallore: There should be an option to try continuing boot normally. See if that works (it probably won't, but it's worth a try and will likely give leave you with an error message we can use when it fails). [22:25] tarball_13, Also, Xchat has a logging option in Preferences if your using that. [22:25] holstein: they are not stored in my computer somewhere? [22:25] tarball_13: It depends on how your IRC client is configured. [22:25] ki7mt: what about if I'm using irssi? [22:26] tarball_13: if your client does that, they could be.. all of these official channels are logged as ki7mt stated [22:26] tarball_13: irssi can log conversations, but I don't think that it does by default. === simon_w|work is now known as Guest78629 [22:26] tarball_13, Old post, but think it still works: http://www.junauza.com/2008/08/recording-irc-chats-in-linux-with-irssi.html [22:27] Anyone any idea how to open the console during the Ubuntu 14.04 install? [22:27] !tty | cuddylier try tty [22:27] cuddylier try tty: To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login). To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution [22:28] Someone helped me today and gave me some good advice on securing my machine, but I queried him so we had a private conversation and I was wondering if it is possible to get that log? [22:29] tarball_13: not sure, irclogs are updated every often [22:29] tarball_13: Did you quit irssi between then and now? [22:29] Ethos_afk: PMs are not in channel, and thus aren't part of any channel log. [22:29] Jorday_U: unfortunatelly I did quit [22:29] tarball_13: it is, if your client was setup to do so. if not, then, its gone [22:29] :( [22:30] It's okay I think I'll see him around, thank for your help guys! [22:30] I thought this channel was logged 24/7? [22:30] Ethos_afk: in PM [22:30] tarball_13: Then it's probably gone. You can check ~/irclogs/ though, as that is where they would be if logging were enabled. [22:31] Jorday_u: will do [22:31] holstein: None of the F keys worked apart from F4 which seems to be read only [22:31] hello, I want to extract some audio files from a CD, but the default software only extracts the files in ogg format. I would like to extract as pure wave or flac files. How could I achieve this ? === Ethos_afk is now known as Ethos [22:31] Jordan_U: I selected resume normal boot at the Grub menu and it appears to have booted into the desktop! I see the bar of icons on the left and the Keyboard Shortcuts screen popped up. What does this mean for fixing the problem long-term? [22:31] tarball_13: You can use Jor to tab complete my nick. [22:32] entreri, take a look at asunder [22:32] cuddylier: f4 seems to be read only? [22:32] holstein: It shows this http://puu.sh/9IGbU/43763d07e7.png which seems more of a log [22:32] entreri, More info: https://help.ubuntu.com/community/CDRipping [22:32] I'm trying to delete the swap software raid [22:33] fallore: One possibility is that the graphics problem is related to the plymoth boot splash (which is disabled in recovery mode). If that's the case, you can likely fix the problem permanently by disabling the boot splash. [22:34] cynicallemon: thanks, I think it will do : ) [22:34] entreri, yeah it should do you fine, i have used it many times [22:35] Jordan_U: thanks for the tip! [22:35] fallore: "gksudo gedit /etc/default/grub" and remove "quiet" and "splash" from the list of kernel parameters, so that GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" becomes just GRUB_CMDLINE_LINUX="", then run "sudo update-grub", shut down, then try booting normally. [22:36] I'll try that Jordan_U, thanks! I really appreciate your ongoing help [22:36] cuddylier: try the others.. if not, then, i dont know fromthe installer [22:36] fallore: You're welcome. === esde_ is now known as esde [22:36] tarball_13: You're welcome. [22:36] holstein: I got it on F3 but tried this guide http://mikebeach.org/2013/10/25/cannot-delete-a-raid-swap-partition-during-ubuntu-installation/ and raid device still won't delete o_O === esde is now known as Guest84501 [22:37] Until a couple of days ago it's been a while since I visited IRC, was afraid that everyone would be gone, but glad to see I was wrong :) [22:38] !cookie | Jordan_U [22:38] Jordan_U: Wow! You're such a great helper, you deserve a cookie! [22:38] Jordan_U: separate from fixing the graphics issue, I'm pressing the X to close the keyboard shortcuts window and it won't do anything. Right clicking the desktop works fine and the mouse moves, but not hitting the X [22:38] ki7mt, okay i edited polkit.. gonna reboot and test it [22:39] is there a default keyboard shortcut for opening the terminal in ubuntu 14.04? [22:39] Hello all. [22:40] hi [22:40] How do I activate "tile window up" in ubuntu? [22:40] fallore: ctrl+alt+T [22:40] If you can't use GUI, how did you arrive here? [22:40] cuddylier: so, whats the question? [22:41] Just testing out weechat on tty1 [22:41] It Works! [22:41] I like it. [22:41] * tarball_13 waves, why is my whois command not working? [22:41] fallore, https://help.ubuntu.com/community/UsingTheTerminal [22:41] I got it resolved, I used that guide to turn swap off then I force stopped the raid then went back to the installer and deleted the software raid. [22:41] So all good now. [22:42] neither does /help [22:44] I'm trying to upgrade to 14.04 from 13.10, and every single time I get the warning "The upgrade needs a total of 58.8 M free space on disk '/boot'. Please free at least an additional 8,315 k of disk space on '/boot'." [22:45] I have 700 GB free on the partition /boot is a part of (I think, if I'm interpretting things correctly), so I don't know what it's on about [22:45] Zelbinian: did you? [22:45] Zelbinian: you can try emptying trash, would be nice it it were that simple.. [22:45] Zelbinian: can you pastebin the output of "df -h" ? [22:45] Zelbinian, du -sh /boot see how much space is left, or maybe remove old kernels && headers before upgrading. [22:45] oops didn't notice you holstein, apologies for the toe treading :) [22:46] is the help command /help? [22:46] Zelbinian: Please pastebin the output of "df -h". [22:46] daftykins: nah.. no worries.. :) [22:46] i was thinking along the same lines as ki7mt fwiw, (btw ki7mt i'm still trying to work out how to pronounce your nick) [22:46] One at a time, fellas :p [22:47] tarball_13, no it's simply: help in the terminal [22:47] I have used sudo apt-get clean and cleared trash before, as it requests. At least I think I have. I'll try again, though. [22:47] help [22:47] Honestly, I wish it would just give you the option to clear trash and continue. [22:47] daftykins, kilo-india-seven-mike-tango :-) .. has not real pronunciation :-) it's a call-sign. [22:48] ki7mt: I tried that and it just prints help [22:48] ki7mt: ^_^ [22:48] ki7mt: I mean help for IRC, is it still /help? [22:49] Zelbinian: just "df -h" then "ls /boot" should help [22:49] I just cleared the trash and stuff, so I don't think the output you're requesting will be good anymore. :/ [22:49] ki7mt: for some reason when I do /help or /whois those commands don't work for me. [22:49] How do I restart the upgrade process? [22:49] tarball_13, Oh, ou want channel help, or IRC Client help [22:50] ki7mt: IRC client [22:50] tarball_13, which client [22:50] ki7mt: irssi [22:50] Greetings, I'm experiencing a very annoying problem trying to install ubuntu through EFI. If i get it right, i need to boot the liveUSB in UEFI mode. The problem is that there's no way i can boot anything (DVD & USB) in UEFI properly : Despite the fact that "UEFI : LIVEUSB" boot option is available after pressing "echap" when the computer is starting, the computer will handle this option by simply switch to the next bootable choice. (O [22:50] ki7mt, no luck. still working on it [22:51] tarball_13, See info: http://www.irssi.org/documentation [22:51] my eyes starts bleeding. I though you might have some hints [22:51] DoverMo, did you ask in #lubuntu ? [22:51] ki7mt: thanks and whois command is /whois? [22:51] Zelbinian: it would make more sense to confirm there's some free space before trying to just blindly restart the upgrade [22:51] efiBS, did you check your bios options, such as something like 'allow uefi from usb' [22:52] Zelbinian: are you seriously still running desktop 10.04 though? [22:52] tarball_13, idk .. haven't used irssi in a long time [22:52] daftykins: Did I say 10.10? I meant 13.10 [22:52] ki7mt: okay thanks. [22:52] Er, 10.04 [22:52] i dont have such option. But i do have an option letting me disable the usb legacy boot. [22:53] I am running 13.10. There. That's correct. [/rough typing day] [22:53] efiBS: Your message was cut off at "choice. (O" [22:53] Zelbinian: can you run the above and share via paste.ubuntu.com then? shout if you need an explanation of any of that [22:54] so google earth requires ia32-libs that was discontinued as of 13.10. meh [22:54] Jordan_U: yeah, the rest of the message was sensless. You know the main problem :) [22:54] http://packages.ubuntu.com/raring/ia32-libs-multiarch it is === toastcfh_ is now known as toastcfh [22:54] daftykins: Happy to use a pastebin, but I can see from the output that my available space on /boot is 49M even after emptying trash :/ [22:54] http://paste.ubuntu.com/7697524/ [22:55] Zelbinian, 49M is not allot of space left [22:55] ki7mt: No argument there [22:56] Zelbinian: can you also share the "ls /boot" one? [22:56] DoverMo: so since I have the choice about booting in uefi mode for each separate entry (ex : "Usb flash 300" AND "UEFI:Usb flash 300") [22:56] Zelbinian, having said that, I think the average image size is what, 20-25MB each or so? [22:57] ki7mt: there are definitely multiple on there [22:57] DoverMo: i think my bios is set up to boot in uefi what it can boot [22:57] daftykins: My bad, will do [22:57] http://paste.ubuntu.com/7697540/ [22:58] ok that didnt work... damn it [22:58] Zelbinian, The odd thing is, if you didn't create a /boot partition, that's all under the /root partition and should not be causing issues though. [22:58] Zelbinian: Why do you have a separate /boot/ partition? [22:58] Also i'm a 25 hot blonde female. [22:58] how can i get ia32-libs for google earth on 14.04? [22:58] efiBS, make sure you only have 1 usb plugged in [22:59] Zelbinian: ok run "sudo apt-get remove linux-image-3.11.0-14-generic linux-image-3.11.0-15-generic linux-image-3.11.0-17-generic linux-image-3.11.0-18-generic linux-image-3.8.0-34-generic" [22:59] efiBS, sorry, prefer brunettes :) [22:59] efiBS: Please avoid such comments, they are unhelproductive and offensive. [22:59] daftykins: Yessir [22:59] efiBS: s/unhelp/un/ [23:00] DoverMo: i appreciate your perseverance. However, i can assure you that there is only one usb plugged [23:00] Zelbinian: oh it might be worth confirming you're currently booted into 3.11.0-19 by running "uname -r" [23:00] http://www.webupd8.org/2014/04/install-google-earth-in-ubuntu-1404.html [23:00] ah [23:01] dw1, oh well more google spyware... [23:01] efiBS: So disable legacy usb boot and boot an Ubuntu LiveUSB prepared for UEFI. [23:01] daftykins: I am, and I did. [23:01] excellent [23:01] K, 183M available. That ought to satisfy the Ubuntu monster [23:01] Zelbinian: :) [23:01] cynicallemon: they can already see in your house with infrared satellites - get over it :p [23:02] Now, to my earlier question: how do I restart the process of upgrading? [23:02] dw1, but can they see me in my undies? [23:02] Zelbinian: "sudo do-release-upgrade" should do it [23:02] or... might [23:03] !ot | cynicallemon dw1 [23:03] cynicallemon dw1: #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! [23:04] To answer earlier questions I didn't see, Jordan_U no idea why I have a separate /boot partition. It doesn't SEEM separate... but I guess it is. [23:04] No memory of doing that. But I guess I did. [23:04] Jordan_U: if the media is recognized by the BIOS, and if the BIOS ask me if i want to launch it threw the UEFI mode, i guess whats inside is recognized as UEFI friendly. when legacy usb boot is disabled, it does exactly the same thing that when i try to lauch it threw the "esc" method. I can see UEFI:liveUSB and select this choice. BUT it just wont load and skip to the next boot order option. That's the main problem :-/ [23:05] daftykins: Thanks, seems to be working smoothly now [23:05] Zelbinian, if you wnet through using the LiveCD install, without custom, should create 2 partitions, /root and swap if I recall. [23:06] then /boot and /home are dirs under /root [23:06] Zelbinian: np :) [23:07] any intrusion detection software for ubuntu 14.04? === veebull_away is now known as veebull [23:07] ki7mt: It's a mystery to me. Boot sure looks like it's a folder underneath the root directory and not a separate partition in Nautilus, but it might be misrepresenting the file structure for simplicity [23:07] anyone here familiar with virtualbox host-only networking? [23:08] ecod3, snort comes to mind [23:08] do i need to start thinking about leaving ubuntu and stick with (sigh) windows ? [23:08] Zelbinian, Just run gparted when your back up and running, select the HD and it will tell you for sure. [23:09] cynicallemon, something more graphical [23:09] efiBS: or, purchase hardware with specific ubuntu/linux support.. [23:09] OH yeah, I always forget about gparted because it's not in the system settings panel for some reason [23:09] veebull, host-only? not sure what you mean there. [23:09] (Or, I should say, I can never find it in there.) [23:09] ki7mt: specific networking mode in VBox [23:09] ecod3, if its basic firewall intrusion detection then possibly gufw [23:10] efiBS: That's up to you. Please stick to productive support discussion only though. (If you were hoping that the idea of someone switching back to Ubuntu would get people to flock to support you, you were mistaken). [23:10] efiBS: s/back to Ubuntu/back to Windows/ [23:10] LOL [23:10] cynicallemon, what about security onion... it's running on ubuntu 14.04? [23:11] holstein: i have a regular asus n76vz, i know some peoples are running it with linux properly. If i can't even install it, even if i have some light background on linux, im not sure this fits very well. I might be too dumb after all. [23:11] veebull, no, I guess Im not, Im sure somebody knows though. Lots of hits from googling though. [23:12] Jordan_U: Despite what u think, holstein bring a solution. [23:12] ki7mt: yep... almost all of them going the other way - getting a guest VM on a host-only network on the Internet, or connecting from a windows host to a linux guest. [23:12] Been googling this one for a while before I asked here ;) [23:12] efiBS: i dont think youare dumb in any way.. support is challenging.. a team of proffessionals were paid by asus to do what you are trying to do.. they just did it with windows support in mind [23:15] efiBS: sorry i wasn't following the convo so far, you said it doesn't boot when legacyis enabled, what does your ubuntu flash drive do when legacy is off and EFI only is on? [23:16] veebull, What's the actual problem, maybe others will know it that way? [23:17] veebull: you're not supposed to use host-only if you want the VM online... [23:17] daftykins: I don't want it online; I want to be able to connect to the guest VM (server) directly from my desktop host [23:18] and what's stopping you? [23:18] you just need to know its' IP and then... go! [23:19] daftykins: great in theory, not so much in practice - or I wouldn't be askin ;) [23:20] running a django devel server on 0.0.0.0:8000 on the guest VM [23:20] can't connect to it from the host using the appropriate ip of 192.168.56.102:8000 [23:21] Hi I have a Windows Vista system with a manufacturer's recovery partition. I wanted to install Ubuntu alongside my Windows partition, but at the last minute the GRUB install didn't go right. I had an errror message asking where I wanted to install GRUB; I chose /dev/sda. I can still boot Vista, but not Ubuntu. What do I need to do to fix this? [23:21] veebull: "netstat -tuln" on the guest confirm it's listening as 'tcp' and not 'tcp6' ? [23:22] daftykins: everything looks good for tcp [23:22] Hello, i need some help with the gnome-terminal; Description of problem: [23:22] When trying to create new profile, gnome-terminal crashes (probably due to segfault in libgio-2.0.so.0.3600.0 (error 4), but new profile 'Unnamed' is created). Editing profiles also results in terminal crash. Hpe you can help me :/ [23:23] I use dwm and don't want nautilus drawing its fullscreen desktop background. ive set org>gnome>desktop>draw_background to false and it still insists on painting the wallpaper [23:24] daftykins: I can connect to the server process from the guest VM itself @ 127.0.0.1:8000 and view the pages, just not from the host [23:24] * I'm using Ubuntu 14.04 LTS [23:25] veebull: perhaps it's down to web server listening interfaces? [23:26] mikeg3: Do you have more than one hard drive? [23:27] veebull: is django its' own thing or does it run via apache? [23:27] veebull, are you able to ssh into the 192.168.56.102 box? [23:27] daftykins: before I was just running the devel server via 'python manage.py runserver', but am trying 'python manage.py runserver 0.0.0.0:8000' pretty much straight out of the django tutorial [23:27] veebull, are both machines actually on the same network segment? [23:27] veebull: does said tutorial claim it's totally open to the network on all interfaces? [23:28] ki7mt: yes, I can ssh from host to server [23:28] Hi I have a Windows Vista system with a manufacturer's recovery partition. I wanted to install Ubuntu alongside my Windows partition, but at the last minute the GRUB install didn't go right. I had an errror message asking where I wanted to install GRUB; I chose /dev/sda. I can still boot Vista, but not Ubuntu. What do I need to do to fix this? [23:28] veebull, that custs the problem in half then, probably not a network issue., [23:28] mikeg3: Did you see my question? [23:29] daftykins: yes, that was the point of the '0.0.0.0:8000' to make it available on all public interfaces on port 8000 [23:29] mikeg3: you can try https://help.ubuntu.com/community/Boot-Repair unless something about your hardware is specifically preventing you from changing your boot loader [23:29] veebull: i appreciate running commands and *expecting* them to mean something :D but of course the reality differs. [23:29] veebull: what was your host OS again? [23:30] mikeg3, Jordan_U Just a data point,m I had to use EasyBCD to get the one Vista box I had to dual boot, could nto get grub to work no-way-no how with Vista. [23:30] daftykins: I haven't tried using the runserver command with the *actual* ip of the guest... the docs for runserver shows that as an option [23:30] Using Ubuntu 14.04. Installed libgmp-dev. Where are my headers? [23:30] Hello, i need some help with the gnome-terminal; Description of problem: [23:30] When trying to create new profile, gnome-terminal crashes (probably due to segfault in libgio-2.0.so.0.3600.0 (error 4), but new profile 'Unnamed' is created). Editing profiles also results in terminal crash. Hpe you can help me :/ using Ubuntu 14.04 LTS [23:31] ajf, you referring to kernel-headers? [23:31] No, GMP’s headers. [23:31] gmp.h specifically [23:31] ajf: updatedb; locate gmp.h [23:31] ajf: sudo updatedb && locate gmp.h [23:32] veebull, unless your running dns somhow, you have to use IP addy's from other box on the intranet (local lan) [23:32] mikeg3: Try changing the boot order in your BIOS, it's proabably just not booting from the drive that grub is installed to. [23:32] ki7mt: IPs are being used as it's host-only [23:32] ajf: dpkg -L libgmp-dev; they are in the multiarch dirs [23:33] daftykins, ah ok, I must have missed that somewhere. [23:33] Hmm [23:33] Is that why #include “gmp.h” won’t find it in C? [23:33] yes jordan have more than one hard drive but it gets tricky…the ubuntu installer disk never saw the second drive during the install [23:33] ki7mt: the whole virtualbox host-only thing puts the two machines on a 'virtual' switch with its own dhcp server - completely separate from the physical LAN that the host is attached to. [23:34] mikeg3: use the boot repair to put grub where you like [23:34] veebull: i'd be port scanning it from the host OS, i'd also flush iptables just to be sure. [23:34] ajf: actually in that case it would be because you are using curly quotes, not "" [23:34] veebull, then how is it getting the 192.168.x.x.. IP's .. those seem like Local Lan IP's [23:35] trism: I’m using OS X and typing this in IRC [23:35] mikeg3: Still, try changing the boot order in your BIOS. It will probably allow you to boot Ubuntu, and is generally easy to do. [23:35] OS X has a habit of curly quoting, but it doesn’t affect the terminal [23:35] ;) [23:35] hi [23:35] can someone explain me why the default file is missing? [23:35] yeah, i agree with Jordan_U ^ boot order ^ , mikeg3 [23:35] I am following the instructions on http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing#install-prereq-software-ub [23:35] veebull, whats the ip address of server and client machine? [23:35] ToAruShiroiNeko: not without more information [23:35] ajf: although actually it should be <> not quotes anyway [23:35] ki7mt: they are... class c non-routable ips. The 'network is strictly virtual, between host os and guest VM [23:35] Er, right [23:36] the /etc/apache2/sites-available/default file isnt there even though I used apt-get install apache2 [23:36] Though they’re the same except for a different set of include paths? [23:36] cynicallemon: 192.168.56.1 (host) 192.168.56.102 (guest) [23:36] holstein naturally :) [23:36] I am running ubuntu server [23:36] ToAruShiroiNeko: it's probably 000-default or some similar name [23:37] such a file indeed exists [23:37] veebull, ok, I guess that's magic from the host-only mode stuff, [23:37] but it is mostly empty [23:37] is that to be expected [23:37] veebull, both of them on a /24 255.255.255.0 subnet mask? [23:37] I cant locate the mentioned content [23:37] ToAruShiroiNeko: can you use paste.ubuntu.com to share the terminal output of "ls" within /etc/apache2/sites-available/ ? [23:37] sure [23:37] 000-default.conf default-ssl.conf [23:38] just those two [23:38] cynicallemon: yes ssh & ping work from host to guest, but can't access web page on guest [23:38] content is entirely comments within [23:38] have u tried setting that listening address to your server ip rather than 0.0.0.0? [23:39] ToAruShiroiNeko: is this 14.04 64-bit server? [23:39] cynicallemon: yes [23:39] ajf: finds it here either way without any extra paths [23:39] yes [23:39] hmm [23:39] it should be the latest since I recently downloaded and updated it [23:40] ToAruShiroiNeko: "cat /etc/issue" would confirm [23:40] veebull, so no firewall stopping port 8000? [23:40] cynicallemon + veebull - i did mention flushing iptables to confirm [23:40] cynicallemon: wasn't when I was just running on 127.0.0.1 [23:40] daftykins: if I had the first clue how to, I'd give it a try ;) [23:41] veebull: you could've asked! :) re-run your prog as all IPs again, then "sudo iptables -F" and "sudo iptables -X" [23:41] veebull: also what's your host OS again? not sure if you replied [23:41] Ubuntu 14.04 LTS \n \l [23:41] veebull have you tried to telnet to that server on port 8000? [23:42] daftykins: Mint17 [23:42] ToAruShiroiNeko: just to confirm, can you run "sudo apt-get update && sudo apt-get install pastebinit" then "pastebinit /etc/apache2/sites-available/000-default" ? [23:43] cynicallemon: huh... thats odd. [23:43] did it banner grab ok? [23:44] I can ssh from 192.168.56.1 to 192.168.56.102, but I can't telnet to 192.168.56.102:8000 [23:45] telnet: could not resolve 192.168.56.102:8000/telnet: Name or service not known [23:45] sure [23:45] veebull, if port 8000 responded then telnet should have given some sort of acknowledgment in a positive way [23:46] i don't think you can specify a socket in that form with telnet? [23:47] veebull: can you install nmap on the host please [23:47] daftykins, you mean you cant do a telnet 8000? [23:47] daftykins: downloading... [23:47] cynicallemon: veebull mentioned doing host:port , not space separating them [23:48] veebull: is that accurate? ^ [23:48] daftykins it cant read 000-default [23:48] since it is 000-default.conf [23:48] daftykins: yes [23:48] I imagine you want that [23:48] monte@machin-shin:~$ telnet 192.168.56.102 8000 [23:48] Trying 192.168.56.102... [23:48] telnet: Unable to connect to remote host: No route to host [23:48] try telnet 8000 [23:48] ToAruShiroiNeko: oh sorry, just my late night slightly drunk brain [23:48] http://paste.ubuntu.com/7697714/ [23:49] monte@machin-shin:~$ ssh 192.168.56.102 [23:49] monte@192.168.56.102's password: [23:49] Last login: Tue Jun 24 16:43:16 2014 from 192.168.56.1 [23:49] [monte@ishamael ~]$ [23:49] veebull: what's the guest OS again? :) [23:50] Told ya once... ;0 [23:50] Mint17 [23:50] nah that was the host i asked for last [23:50] ah. CentOS 6.5 [23:50] Has enabled any sites yet? : sudo a2ensite ?? [23:50] !mint [23:50] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [23:51] So we're talking about a Mint-17 Host a Centos Guest here? [23:52] ki7mt: yup. looking for help where I can find it. #centos won't touch anything in a VM, and #linuxmint-help... doesn't have the depth this place does. [23:52] Greetings all, having boot issues in 14.04. Install has been working fine for months, I chose to use encryption on main drive, I suspect that is the issue now. Here is my output after running boot-repair from a thumb drive: http://paste.ubuntu.com/7697692/ [23:52] Would it make you happier if I re-install my python virtualenv and django on an Ubuntu 14.04 server? ;) [23:52] ToAruShiroiNeko, just for reference, setting up sites: https://help.ubuntu.com/14.04/serverguide/httpd.html [23:53] good point to switch to ubuntu [23:53] veebull: you can tru using ubuntu.. its not an issue of being "happier", its just not supported here.. [23:53] veebull, so we have the real host and a guest vm correct [23:53] * and drop the mint install [23:53] OerHeks: ran it for years... got tired of certain things, so I took a hiatus. [23:53] veebull, doesn't matter either way to me :-) I run both, but to the channel it matters. [23:54] test [23:54] ki7mt: fine. Time for me to head into work anyways, so I gotta jet. [23:54] hey folks ... I want to reverse the button mapping on my trackpad. The setting to switch buttons through the UI has no effect. "xinput --get-button-map " lists 12 buttons, but there are no descriptions, so I'm not sure which ones to switch using "--set-button-map". Google only seems to show results for reversing scrolling directions. Does anyone have [23:54] any ideas? [23:54] veebull: still pretty sure the port isn't listening on the interface [23:55] eurythmia: 1 and 2? :) [23:55] that's my guess too or somthing close to it, as he can ssh to the box. [23:55] daftykins: looks that way from here. May be a django problem after all [23:55] veebull: i'd be happy to assist with nmap port scan syntax briefly, but if you have to go... [23:55] veebull, if both the real host and guest vm is on the same (real) network segment then your vm's network card in best in bridged mode [23:55] what exactly shgould I do? [23:56] ToAruShiroiNeko: oh sorry, i went off on a personal errand... let's see... [23:56] ToAruShiroiNeko, follow the server-guide for setting up sties. [23:57] cynicallemon: I could probably try that just to rule out the django angle, but this has got me seriously curious as to why it won't work... supposed to be clickety-clickety-easy-peasy. [23:57] Setup a site, then ln -s whatever-whatever to ../www/site-folder [23:57] i'm sure the file doesn't look like that as standard, let's see [23:58] lol .. veebull I wish VM networking was easy-peasy :-) [23:58] veebull, i have lots of vm's connecting to my home network and their all bridged [23:58] daftykins: nice try, but 2 appears to be "middle click" and 2 is "right click" ... so it may be 2 and 3. I'll let you know after I try it :-) [23:58] sure :) daftykins: http://www.magentocommerce.com/knowledge-base/entry/ce18-and-ee113-installing#install-prereq-software-ub [23:58] Configuring Apache for Server Rewrites [23:58] thats the part I am at [23:58] eurythmia: hehe, gl [23:59] I can simply add those lines but I am unsure such a default file is a good idea :/ [23:59] Hi everybody ! [23:59] ToAruShiroiNeko: ok so what i would suggest you do, is first copy 000-default.conf to your /home/username as a backup... then add what the guide says *after*, but put /var/www/html/ instead, as that is the real path for the document root for apache2 in server 14.04 [23:59] ToAruShiroiNeko, again, this is the Ubuntu 14.04 official server guide: https://help.ubuntu.com/14.04/serverguide/httpd.html