[00:00] it appears the easiest way to cut an ogg file is to upload it to Youtube and use their editing tools :-/ [00:00] Monika: as long as it works :/ [00:01] Monika, well. sudo apt-get install mp3splt-gtk worked out for me. [00:01] well the other ways didn't work, I have converted the ogg to something avidemux can open with HandBreak in 5 different ways, and everytime something else is wrong, avidemux crashes, or the sound is lost, or the sound and video are not aligned anymore [00:02] like 30 seconds off by the end of 3 minutes [00:02] mp3splt-gtk can cut ogg files? [00:03] Affirmative. [00:03] Monika: No. Because OGG video isnt MP3 audio :) [00:03] I meant OGG Vorbis, although. [00:03] * ki7rw needs help with setting up aide - the howto at howtoforge says that the username in aide.conf has to be changed - i don't see a username in the file [00:04] Ogg Vorbis, is that only sound or with Video? [00:05] Monika: Ogg Vorbis is Audio only. [00:05] Audio teilen ging auch mit Audacity, aber dann war das Bild weg === Blaster is now known as goliathonline [00:06] Monika: Why dont you just convert the video to AVI, use avidemux, and convert it back to OGG? [00:06] that's what I have been trying the last hour [00:06] as I said [00:06] I tried HandBrake for the conversion [00:06] so far 5 different settings [00:07] to get files Avidemux can open [00:07] Just use ffmpeg or avconv [00:07] then either the sound is gone [00:07] or the sound and video are misaligned [00:07] or avidemux crashes [00:07] ok [00:08] when I run 'useradd username' [00:08] a user gets added but i am not prompted to enter a password [00:08] i used -p passwordhere [00:08] and that did not work for switching user [00:08] sagredo: add the user, then use passwd to setthe user password. [00:08] any particular reason you're not using adduser (as the manpage for useradd suggests)? [00:09] bekks it asks for current password [00:09] and i never set a password [00:09] ... [00:09] sagredo: sudo passwd username doesnt ask anything but the new password. [00:09] ok [00:13] kostkon: hey man [00:13] i guess i spoke too soon [00:13] only guest works [00:13] tried making a new user and when I try to log in it just kicks me back to initial log in screen [00:13] inifitely [00:13] infinitely* [00:14] good evening everyone, and many thx for all the help today ;) [00:14] did you mess with any umask settings or something [00:15] daftykins: I will fix that USB, i believe in China .. lolol [00:15] have fun, cya [00:15] * k1l thinks its the typical .Xauthority issue [00:16] sagredo, http://askubuntu.com/a/147565/1651 [00:16] kostkon: let me go to guest [00:16] hold on [00:16] sagredo: can you open a tty and type ls -ld /home/ ? [00:17] there is no package iwth the name ffmpeg - what do I need to install, bekks? [00:17] kostkon: ok [00:17] link away [00:18] at least i have a browser now [00:18] Monika: http://wiki.ubuntuusers.de/avconv [00:18] Monika: avconv is the uses fork of ffmpeg [00:18] I tried avconv first, I managed to isntall it, but not to use it [00:18] the examples provided didn't work [00:18] aha [00:18] I always get Unable to find a suitable output format for 'vcodec' [00:19] avconv -i a.ogg vcodec mjpeg -acodec mp2 -vb 300k -ab 160k output.avi [00:21] can someone please repost kostkon 's link [00:21] i checked irclogs.ubuntu.com [00:21] kostkon sagredo, http://askubuntu.com/a/147565/1651 [00:21] but they re delayed [00:21] Monika: thx [00:22] can someone help me with the right parameters for avconv? [00:23] kostkon: so you think I should mv .Xauthority? [00:24] avconv -i alpha-26-links.ogg vcodec mjpeg -acodec mp2 -qscale 5 output.avi [00:24] same error [00:25] Unable to find a suitable output format for 'vcodec' [00:25] http://askubuntu.com/questions/17309/video-converter-ogv-to-avi-or-another-more-common-format based on this example [00:25] Monika: is a - needed before vcodec? for -vcodec ? [00:26] according to http://askubuntu.com/questions/17309/video-converter-ogv-to-avi-or-another-more-common-format and http://wiki.ubuntuusers.de/avconv yes [00:26] Monika: without that, it probably thinks you want to make a video file named vcodec [00:27] ah [00:27] I don't have the - [00:27] damn [00:29] Monika: copy and paste? we already had Christmas so no new keyboard for you :( [00:31] kostkon: [00:31] no dice on the mv .Xauthority [00:31] i log in, get a system error detected, but there are no window boarders [00:32] and no system panel (top) or icons [00:32] when I tried to move .Xauthority on the user I just created [00:32] they did not have a home folder [00:34] Looks promising. How do I convert back from avi to ogg? [00:39] kostkon: [00:39] ??? [00:40] after going from 14.04 --> 14.10, completely using unity functionality across all users I can now log into guest with full functionality [00:41] however when logging in with my main user I run into system problems immediately (which is boardless windows) and no unity [00:41] when I create a new user and try to log in with that user I get kicked out to login recursivel [00:41] y [00:42] sagredo, how's your xorg log now [00:43] kostkon: I dunno I will make a new paste [00:44] oh, looks like VLC Player can convert from avi to ogg o.o [00:44] cool [00:44] http://www.ivanteoh.com/posts/107-convert-avi-to-ogg-using-vlc/ this tells how in case anyone else is interested [00:45] kostkon: http://pastebin.ubuntu.com/9708747 [00:45] sagredo, ok. now it's working fine [00:45] kostkon: what is? [00:46] i can't log in to new users [00:46] and my old user account is still fried [00:46] only guest works [00:49] kostkon: ? [00:50] sagredo, login to your old account, then install git sudo apt-get install git then do git clone https://github.com/phanimahesh/unity-revamp.git then on that folder, do python ./unity-reset.py [00:50] kostkon: ok [00:52] sagredo, actually there are a couple of errors in your xorg log [00:53] kostkon: [00:53] this is the same issue my friend [00:54] cannot autolaunch dbus with x11 $display [00:54] should I be doing this in guest now? [00:54] sagredo, no [00:54] kostkon: it's not oging to work from the terminal [00:54] 3rd time i've tried that [00:55] sagredo, does fglrxinfo output anything [00:56] moment [00:56] Error: unable to open display (null) [00:57] sagredo, probaby while you are in the guest acc [00:57] ok [00:58] display: :0 screen: 0 [00:58] OpenGL vendor string: Advanced Micro Devices, Inc. [00:58] OpenGL renderer string: AMD Radeon R9 200 Series [00:58] OpenGL version string: 4.4.12968 Compatibility Profile Context 14.201.1006.1002 [00:59] kostkon: [00:59] ah no, this also loses the video and only keeps the sound :-/ [00:59] sagredo, ok [01:01] huh, suddenly it does show the video again [01:01] strange [01:01] sagredo, delete these folders from your old user's home folder: rm ~/.gconf ~/.gconfd ~/.metacity ~/.compiz-1 ~/.config/compiz-1 ~/.config/dconf -rf then try logging in to that old acc again [01:01] yes can anyone help me? i have nightmares about unity sometimes, and in them I wake up and go to the window to look outside and the landscape is a unity desktop [01:01] kostkon: will do [01:02] ilk_en, lol [01:02] ilk_en switch to KDE [01:02] eh [01:02] no [01:02] don't do it, unity is your savior ;) === sythe-afk is now known as sythe [01:03] Unity is teh evil [01:03] shhh [01:05] Of course we don't want to quarrel about it. It doesn't really matter which desktop environment you're using or which distribution. The only question that matters is: vi or emacs? [01:05] Mencoder, I'm running lubuntu and mencoder seems to have gone missing... [01:05] yeah I also found no mencoder [01:05] what did you try to do with it? [01:05] anyone know where I'd be able to find it? [01:06] m6nzx rather tell us what you're trying to do [01:07] ALRIGHT kostkon [01:07] I have a couple ubuntu 14.04 servers for security cameras they have mencoder but this lubuntu workstation doesn't. i.e. I join a ton of jpgs together [01:07] MAN WITH THE PLAN [01:07] sagredo, it worked? [01:07] kostkon: yes sir [01:07] i am in my regular old user account with full unity [01:08] W6NZX: disabled multiverse/universe ? compare the repos between systems [01:08] sagredo, nice. now you've only got to delete the 2nd acc you've made :) [01:08] mencoder was removed in 14.10 [01:08] because of some error with libav [01:08] sagredo, enjoy your new 14.10 ;) [01:08] Monika any way to get it back? [01:08] kostkon: thx mate [01:08] cheers [01:08] hello could someone help me with installing my nvidia gt 610 [01:08] not sure, rather look for another software that does the same thing you're trying to do [01:08] sagredo, no probs [01:08] final question [01:09] cool, thanks. [01:09] after installing AMD CCC [01:09] my screen resolution is sterched [01:09] so I have giant black boarders [01:09] alternatives are said to be mplayer2, mpv [01:09] it does the same thing in windows [01:09] how can I turn off screen streching? [01:09] or where is the CCC? [01:09] sagredo, probably you need to open the amd config app and setup your res etc. [01:09] i tried ever thing even the terminal commands and it still showing that it didnt install [01:09] sagredo, Catalyst Control Center or whatever is called [01:10] here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732159 [01:10] Debian bug 732159 in ftp.debian.org "RM: mplayer - RoM - unmaintained, RC-buggy, alternatives exist" [Normal,Open] [01:10] kostkon: [01:10] now that everything is turning over correctly [01:10] how did you know it was those folders mucking everything up? [01:10] .gconf, config/compiz-1 [01:10] ect [01:10] What command executes the normal startup process that in turn launches the init scripts in /etc/init.d? [01:11] sagredo, those are the folder that contain the config files for unity, compiz and gnome. if you delete them everything gets reset. [01:12] can someone help me with my graphics my resolution is out of wack [01:12] kostkon: very smart move [01:12] kostkon: well done sir [01:13] sagredo, thanks [01:15] i have another question [01:15] I do not want zeitgeist to store/track files and folders [01:16] sagredo, you can do that in your privacy settings [01:17] sagredo, system settings -> privacy [01:17] kostkon: thx [01:19] guys ? i need a help [01:19] !ask [01:19] 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 [01:19] just one? [01:20] kostkon: how do I delete my old kernel? [01:21] i thought it was under 'linux-image' [01:21] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_pstate=enable" , GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.dpm=1" can i use both in grub ? [01:21] sagredo, try doing an apt-get autoremove first [01:22] kostkon, ?? [01:22] kostkon: nothing there [01:22] I used to do this in synaptic [01:22] Cygnusx: that was clearly meant for another user. the clue was the beginning. rather than edit those parameters in permanently, why don't you hold left shift at boot and edit them in as a once-only action to test them? [01:23] daftykins, i am asking for his answer [01:23] amd dynamic power management [01:23] sagredo, good answer here http://askubuntu.com/a/100953/1651 [01:23] kostkon: cheers [01:23] Cygnusx: ah i see, good luck then. [01:24] sagredo, scroll down a bit [01:25] http://askubuntu.com/a/572071/367419 << explore this post [01:26] fairwell [01:26] daftykins, can you help me ? [01:27] http://www.webupd8.org/2014/04/prevent-your-laptop-from-overheating.html vs http://www.webupd8.org/2014/01/how-to-enable-amd-radeon-dynamic-power.html [01:28] Cygnusx: i thought i was the wrong person... [01:29] i am sorry daftykins :( [01:30] okay leme try dat [01:39] s === aceanimations-ub is now known as AceAnimations-ub === AceAnimations-ub is now known as AceAnimations === AceAnimations is now known as AceAnimations-ub [01:44] Can I enable or disable vsync in a default Ubuntu environment? [01:46] hy people.. [01:47] i need a update fix.. i just installed fresh ubuntu.. 14lts... and try to update to 04..lts.. but.. connetction killed the update .. any solution ? [01:47] thank u [01:47] hehe [01:48] open terminal [01:48] ready [01:48] mac__, try sudo apt-get -f install [01:48] exactly :) [01:48] confirm? [01:49] returned error code 1 [01:49] mac__, when we give commands pastebin al that error [01:50] ow... that's.. impossible.. [01:50] other pc.. does not have xchat yet [01:50] :-S [01:50] ow... [01:50] mac__: try sudo apt-get update [01:50] mac__: and then sudo apt-get upgrade [01:50] can rewrite :-) brb [01:50] mac__, install it than we need to see stuff art times. [01:50] pastebin page, please [01:51] at* [01:51] !pastebin [01:51] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:52] mac__: first apt-get update, then apt-get dist-upgrade [01:53] ok.. now lost.. [01:53] yes.. just read the 14lts -> 14.04 lts part ;) [01:53] please.. one-by-one.. i panic easly.. :-S [01:53] do what k1l said [01:53] mac__, YOu have enough help I will just hang. [01:53] mac__: ok, what gives you "lsb_release -d"? [01:53] working.. [01:54] hi how do i upgrade to beta ubuntus like from 14.10? [01:55] aceanimations-ub, You mean the development? Why would you? [01:55] bubbasaures, because i wanna see what canocial is working on [01:55] also because i believe i can === kerosene is now known as kerozion [01:55] so whats the command? [01:56] aceanimations-ub, I would run a live and very little ever changes really per release [01:56] aceanimations-ub: support (but you are more on your own there) in #ubuntu+1 for dev releases [01:56] updated apps is about it and security and kernels [01:56] ok then bu [01:56] bubbasaures, [01:56] aceanimations-ub: and its still in alpha stage. [01:56] k1l, ok im fine with that [01:56] if something goes wrong i got 2 other oses to go 2 [01:57] i just wanna know what apt-get command do i use to upgrade to alpha/beta ubuntu [01:57] im on 14.10 [01:57] paste.ubuntu.com/9708999/ [01:57] aceanimations-ub: no apt-get command [01:57] aceanimations-ub: you use update-manager or do-release-upgrade on ubuntu. [01:57] ok then k1l [01:57] thanks [01:58] I have a USB to RS232 adaptor chip that reports as a "ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC", but I can't seem to map it's serial port to my Debian system. How do I do that? [01:58] aceanimations-ub: #ubuntu+1 as i told you earlier [01:58] ok [01:58] mac__: did you run a "sudo apt-get update" before? [01:58] ai [01:58] -yes [01:58] mac__: ok, then try a "sudo apt-get install -f [01:59] actually nvm k1l ill stick to 14.10 i would rather keep my system alive xd [02:00] aceanimations-ub: Take a sneak peek : http://cdimage.ubuntu.com/daily-live/current/ . [02:00] ¯\_(ツ)_/¯ [02:01] paste.ubuntu.com/9709020/ === Godzilla is now known as Ghostzilla === Dhs92 is now known as Yukitteru [02:03] mac__, can you give us some background on this, 271 not upgraded [02:03] em.. fresh install, first update.. bad connection.. [02:03] raining [02:04] :-( [02:04] mac__, Honestly with installs so quick you would be almost done had you not come here, that's what I would do if I could not just fix it in equal oe less time. [02:04] or less* [02:05] another install? [02:05] ok.. [02:05] see u tommorow :-D [02:05] mac__, I mean if you want to spend the time anything is fixable, just a notice that fresh is all. [02:06] time.. is what i got [02:06] like to learn as well [02:06] only.. don't have teachers [02:06] sorry.. 4 chit chat [02:07] mac__, Cool, I have limited patience myself, so others will be your best help though lotsa good help here. ;) [02:07] heh [02:07] well.. "others".. better to fresh install or work till tomorow?? :-D [02:08] ok... fresh install [02:09] tnx :-D [02:10] a regular chromium window will always show the last person i was talking to's name on the title bar. even if i quit chromium then purge uninstall and reinstall, pressing the super key and typing in chromium shows that person's name. any ideas? thanks in advance [02:11] dae [02:13] danny__, Have you set it to save nothing on close? [02:14] hmmm i dont think so bubbasaures [02:14] how do i do that bubbasaures [02:14] danny__, It is in the preferneces or something in thr right side drop down, I have not used it for awhile. [02:15] anyone here using xen and the latest 14.04 upgrades? trying to figure out if its something upgraded that broke my boot...can no longer boot my xen system, but it boots the same kernel regularly [02:15] ill check it our bubbasaures [02:15] gives me a "Decoding error" [02:15] danny__, Some chrome addons work as well, there are cleaners there, I wipe everything on closing myself cookies and all. [02:16] err "Decoding failed" [02:28] I installed RVM and it tells me to source .profile, when I do that in terminal, it works, I get everythign working. But I have to keep on doing it over and over. So I added it to my .bashrc, source ~/.profile [02:28] but it doesn't work [02:28] it actually messes the terminal, anyone know what I'm I doing wrong? [02:30] i completely purged chrome and all chrome related files and its still saying the dudes name as the title of chromium [02:30] a regular chromium window will always show the last person i was talking to's name on the title bar. even if i quit chromium then purge uninstall and reinstall, pressing the super key and typing in chromium shows that person's name. any ideas? thanks in advance [02:32] http://i.imgur.com/K3GHAY6.png [02:32] top left [02:32] haha, danny__, does it bother you? [02:33] yeah i dont wanna have the dudes name as the title of chromium [02:33] danny__: its the way you're launching chrome [02:34] danny__, set the page you want when opened [02:34] im launching chrome by typing chromium [02:34] not sure howls to do it [02:34] dannymichel, where? [02:35] hitting windows key [02:35] the thing that pops up [02:35] dannymichel, In the dash and than clicking it? [02:35] yeah bubbasaures [02:36] make a new launcher that just runs "google-chrome" [02:36] new tab is not a person either [02:40] i guess ill look into making a launcher [02:40] for chromium(not chrome) === moe is now known as Guest22763 [02:43] dannymichel, Take a look in preferences to what the page to open when started. [02:43] yeah i did that bubbasaures [02:43] doesn't help [02:43] i did open blank [02:43] and purging chromium should have ehlped [02:44] no it shouldn't have [02:44] dannymichel, not sure it will open blank whatever that means, try putting something there, however it may be a bad start with the launcher, it's just unusual unless tweaked. [02:45] i said it already, its the way you're launching it === moe is now known as Guest12961 [02:46] gotcha. i can't try now anyway because my PC can't be turned on. the space heater caused a power outage so on my macbook pro now [02:47] moe [02:47] yeah Ben64 you're saying to somehow create a custom launcher, so yeah, I'm gonna look into that [02:49] How can I get the shutdown command to work properly from within a chroot? [02:49] Glycan, lotsa pages on chrooting you using one? [02:49] Sorry? [02:50] Glycan, such as https://help.ubuntu.com/community/BasicChroot [02:50] about a million more probably [02:51] Glycan: I can always learn different, but I can not imigine shutting the system down in the CHRoot to be a good thing .. leaving all those files open ! [02:51] yeah never heard of that [02:52] No, I mean, getting the entire system to shutdown. Properly. [02:52] Glycan: type exit in the chroot [02:52] Is there a quick way to temporarily disable desktop compositing (compiz) ? [02:53] Glycan: unmount whatever you mounted in reverse order if you want, then shutdown [02:53] Glycan: you could just reboot, but if you want to be completely sure just reverse unmount everything [02:53] EriC^^: what does that have to do with anything? I want the crontab'd shutdown within the chroot to work. [02:54] i dont know what you're talking about [02:54] interesting [02:54] i thought you're in a chroot and want to shutdown [02:54] Mh, is there a fix or workaround for flash videos in fullscreen (and other pop up applications) only being displayed on the leftmost and not on the "main" monitor while dualscreening? [02:55] EriC^^: yes.. [02:56] i usually turn off the other monitor in display options the save settings and the one thats on becomes main monitor Jasaka [02:56] Glycan: you're doing something in the chroot and want it to turn off at a certain time? [02:56] EriC^^: at a certain time, from *within* the chroot, I want to turn off the entire computer. [02:57] you can drag the title thing to make the main monitor Jasaka [02:58] The DM, WE, etc. are on a liveusb that's inconvienent to change. All of my actual stuff is on my hard drive, into which I chroot. [02:58] Oh, nevermind. I thought of a workaround. [02:58] You can make a new crontab with bash, right? [02:58] you're going about this in a retarded fashion [02:59] you can just chroot /mnt [02:59] dannymichel: if i turn of the other monitor i cant use it? O.o the title thing? [02:59] and have a && ....shutdown after it [02:59] yeah the black title bar [02:59] you just turn the secondary monitor back on after you hit apply [03:00] and/or drag the black title bar [03:00] Eh, having it add the crontab with the chroot-in script will probably work and it's a hell lot easier than doing everything the right way. [03:02] :/ Doesnt work for me, if i turn it off, it automatically gets allocated as the leftmost monitor, so after turning it on again ill have the same problem [03:02] rightmost* [03:02] Glycan: if you explain what you're trying to do it would be best [03:02] did you try dragging the black title bar Jasaka === zz_saschpe is now known as saschpe [03:03] flash fullscreens and guake (which is the pop up application i use) dont have a draggable title bar [03:03] if you're writing a script it wont execute the stuff [03:03] alguien español [03:04] no, in display settings Jasaka [03:04] hi how to install skype in it [03:04] !es | kabir___ [03:04] kabir___: 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. [03:04] Glycan: chroot /mnt ; bunch of commands isn't going to work [03:04] to set the main monitor Jasaka [03:04] !info skype [03:04] Package skype does not exist in utopic [03:04] jzp113: download from the skype website and upgrade by hand. [03:04] jzp113: i think they have a gnu/linux ubuntu package on the website [03:05] gry, It is in the partners 0r independent repos you have these on? [03:05] no [03:05] gry, What release? [03:05] EriC^^: I wanted to have a working system that doesn't cause me too many inconviences. Right now, I want my box to shutdown at a certain time. I have a script, on my harddrive, to remount dev and copy resolv.conf and all the other crap into chroot. [03:05] 14.04 [03:05] The script will do a crontab, right? [03:05] gry, If you want skype youcan turn them on run a update and install. [03:06] bubbasaures: tell jzp113, it is his question :) [03:06] i demand better support [03:06] yes [03:06] gry, Sorry about that. ;) [03:06] #ubuntu-ops can't do crap [03:06] gry I cann't download the deb of the skype [03:06] retroispresto: i can help after you ask your question [03:06] !skype | jzp113 [03:06] jzp113: 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 [03:07] Glycan: it's going to hang if you shutdown from within the chroot [03:07] gry In china I cann't open the link of skype [03:07] jzp113: follow ubottu [03:07] it just linked you to instructions [03:08] maybe you not update you ubuntu [03:08] dannymichel: please bear with me, but right now i feel a ittle bit stupid. i dont seem to find a titlebar in the displaysettings [03:08] no the point is to download the dev [03:08] no the point is to download the deb [03:09] jzp113: my mistake, i gave you wrong advice; you should follow instructions from ubottu instead [03:09] jzp113, From skype? [03:09] yes ok I try [03:09] ok :) [03:09] I was banned in #ubuntu-offtopic, three days ago in #ubuntu-ops, IdleOne said come back in two days to discuss my unban. [03:10] retroispresto: ok, give them time, it is weekend [03:11] retroispresto: if you are not satisfied there is an appeal process (/msg ubottu !appeal) but i am sure they can resolve your issue if you bear with them for a few minutes [03:11] fine gry [03:11] jzp113: does it work? [03:12] work fine I like ipv6 it's so fast [03:12] nice [03:13] I find a edu partner near our school .the download is so fast [03:13] Glycan: why dont you have a background job that unmounts everything and turns the pc off outside the chroot? [03:13] run a crontab if you want that runs a shutdown script [03:13] you can put it in your script to add it before it does the chroot commands.. [03:14] /list -MIN 100-MAX 9999 [03:14] he110wo1d, no ware here [03:22] How do I update Hexchat to 2.10.current? [03:23] hello room [03:24] I am having some issues running php in a cron tab [03:24] gassho, I use this ppa, be aware ppa's are not supported here in general. https://launchpad.net/~gwendal-lebihan-dev/+archive/ubuntu/hexchat-stable [03:25] it keeps telling me file not found in the email , but the path is correct [03:25] this is the error [03:25] cyberfab007: give full details, preferably on one line, pastebin it if it is more than one line [03:26] /var/www/html/horder0_3/runmyedit.php: cannot open ?php: No such file [03:26] that is the error I am geting in my email, [03:26] I have been using ubuntu for years I never had this problem [03:27] but the path and file name is correct , I can run the script no problem issuing command "php myeditscript.php [03:28] is there a delete log in ubuntu [03:28] danishanish: like... a list of files you have deleted? no [03:28] ty yall [03:29] danishanish: you can see what commands you used with history in terminal, if that helps === marko is now known as bg-momak [03:31] this is quit odd [03:31] what user does crontab run under ? [03:32] !cron | cyberfab007 [03:32] cyberfab007: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto [03:33] I know what cron is my friend , I just don't understand why this cron is not working [03:34] k1l: you here? [03:34] */15 * * * * /var/www/html/horder0_3/myscriptedit.php [03:34] that is the cron job that I set [03:34] can I do it this way */15 * * * * /var/www/html/horder0_3/ php myscriptedit.php [03:35] is there a delete log in ubuntu [03:35] danishanish, not that I know of [03:36] !repeat | danishanish [03:36] danishanish: 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/ [03:36] danishanish: can you explain, whats your end goal with this? [03:36] cyberfab007: pretty sure cron runs as the user who put the entry in their crontab file [03:37] yeah [03:37] so basicallly [03:37] How do I switch back to Ubuntu's default drivers from the Intel drivers? [03:37] im deploying 300 [03:37] ubuntu boxes [03:37] and i need to be able to do tech support [03:37] that sounds like fun [03:37] so i would like to know if the customer has deleted shit [03:37] yep! its fun af man [03:38] !language | danishanish [03:38] danishanish: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [03:38] ok , so what is the conjob was put in as super user [03:38] oh, sorry m8 [03:38] didnt mean to offend anybody [03:38] were on your side ;) [03:38] danishanish: dpkg logs shows whats installed [03:38] dpkg logs show installation, do they show delete? [03:38] cyberfab007: should run as root [03:39] danishanish: dont think so, check it [03:39] ty man! [03:39] anybody here play tf2? [03:39] yegh thats what I thought, [03:39] i can give you guys stuff :) thanks for helpng [03:39] danishanish: if you can login into the users, you can see history in terminal [03:39] or as root [03:39] danishanish: then you be able to see if they purged something from terminal [03:39] ohhh [03:39] that works [03:39] thanks so much man! [03:40] bye! [03:40] Benjaminhusky: can you see history commands as root on other users? [03:41] lotuspsychje: I usually ln bash_history to /dev/null :p [03:41] oh tnx [03:42] i would not like to be an ubuntu user of some other admin :p [03:42] here is a log entry from syslog [03:43] http://pastebin.com/wA4uqrEH [03:43] nothing weird there [03:45] cyberfab007: Nope. And it is running as root === joel is now known as Guest12004 [03:47] so why is it telling me the file does not exist ? [03:47] permissions maybe ? [03:47] anyone running emulator pcsx2 [03:48] michael_j_p: there's a small channel #pcsx2 not sure if that will help much [03:49] hi all -- i'm trying to find a way of renaming files when there are two or more files of the same name. This is occuring when I try copying files from one folder to another. There is no "rename" option. Only a skip or replace. But I want RENAME & KEEP? === ubuntu is now known as Guest21343 [03:50] i'm having a lot of input/output errors with cp. Here's my sitch: I have mounted a cifs public folder locally. I need to copy a folder (ntfs formatted) to the cifs. I get "failed to extend" usually, or just a general 'reading' error [03:50] cyberfab007: where are you seeing that message? [03:51] Hello, is it here where i ger help of problems installing ubuntu ? [03:51] Guest21343: yes [03:52] thanks lotuspsychje [03:52] jishjish: http://tips.webdesign10.com/how-to-bulk-rename-files-in-linux-in-the-terminal [03:52] well ill explain my issue to you jishjish [03:52] ok [03:52] csdel: is the destination disk full? [03:53] Guest21343, Tell the channel [03:53] spittingglass, not at all. it's over 2.5 TB left on it [03:54] well, i had ubuntu 14.10 installed along with win7 .. i wanted to re-install ubuntu , i i booted from a usb and went thro the process.. i choose to delete the partition and re install ubuntu ... i ended up losing my whole partition table including my win7 partition as well as the other 2 partitions and now i have my whole 320 GB HDD in one partition .... [03:54] Guest21343: sounds like a nasty accident. [03:54] Guest21343, So you want a recovery? [03:54] for sure i do .. my whole data is there ... [03:55] !info testdisk | Guest21343 [03:55] Guest21343: testdisk (source: testdisk): Partition scanner and disk recovery tool, and PhotoRec file recovery tool. In component universe, is optional. Version 6.14-3 (utopic), package size 314 kB, installed size 1269 kB [03:55] i need to recover my partitions as they were .. [03:55] Guest21343, You made a new partition after this? [03:55] the whole HD? [03:55] so happy to be using ubuntu in a little while [03:55] !yay | zacwalls [03:55] zacwalls: Glad you made it! :-) [03:55] csdel: that's weird. Is it copying to a physical disk or is it virtualized? That sort of thing is usually bad juju [03:56] spittingglass, what message [03:56] no i made no changes bubbasaures ... i just booted the new installed ubuntu and found my whole HDD in one partition [03:56] can you tell me about html & css support? [03:56] csdel: like a drive getting ready to fail [03:56] Guest21343: why don't you just restore from backup? [03:56] zacwalls: like building websites on ubuntu? [03:56] yes [03:56] daftykins: how do i do that ... im not much of an advanced user :$ [03:57] Guest21343, Ah, sounds like user error, we generally show people testdisk. [03:57] zacwalls: there are lots of packages in software centre to build, not sure if we have channel [03:57] oh [03:57] thats too bad [03:57] but i will just have to wait [03:57] zacwalls: if its ubuntu related you can ask here [03:57] Guest21343, http://www.cgsecurity.org/wiki/TestDisk [03:57] spittingglass, it's a networked drive, hence cifs. It is attempting to copy windows type files and folders so i have a feeling it has to do with that [03:58] bubbasaures: i installed testdisk but honestly i dont know what exactly to do , ive reached "deeper search" and now its analyzing, im not sure what to do next exactly [03:58] lotuspsychje: can you point me to the extension for thunar which supports renaming? ive thunar installed but don't get option. [03:58] Guest21343: sudo photorec and scan your whole HD [03:58] cyberfab007: you said it's telling you that the file isn't found. What is telling you that and when/where are you seeing that message? [03:58] jishjish: sorry mate, never used thunar [03:58] Guest21343, Did you have or do you have any sort of backups or images/clones you would of had to do this yourself. [03:59] anyone used any file manager but thunar to rename files. [03:59] spittingglass, I am seeing that message in the email cron sends, it just says [03:59] Guest21343: http://www.howtogeek.com/howto/15761/recover-data-like-a-forensics-expert-using-an-ubuntu-live-cd/ <- written in a user-friendly way and introduces you to testdisk in a gentle way: [03:59] personalty i was skeptical of changing because i heard your guises last ver of Ubuntu had no firewall. Is that true??? [03:59] !firewall | zacwalls [03:59] zacwalls: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [03:59] okay then [04:00] good to clear that up! [04:00] !info ufw [04:00] ufw (source: ufw): program for managing a Netfilter firewall. In component main, is standard. Version 0.34~rc-0ubuntu4 (utopic), package size 129 kB, installed size 743 kB [04:00] spittingglass, I am getting this error [04:00] and PhotoRec file recovery tool. In component universe, is optional. Version 6.14-3 (utopic), package size 314 kB, installed size 1269 kB [04:00] i need to recover my partitions as they were .. [04:00] Guest21343, You made a new partition after this? [04:00] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #ubuntu [04:00] the whole HD? [04:00] zacwalls: ah, don't trust what you hear [04:00] cyberfab007 you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [04:01] jishjish: pyrenamer is pretty cool [04:01] opps [04:01] jishjish: it's a standalone gui mass renamer [04:01] that was accident [04:02] spittingglass, I am gett this error /var/www/html/horder0_3/linkedinscraperedit.php: 1: /var/www/html/horder0_3/linkedinscraperedit.php: cannot open ?php: No such file [04:02] !info pyrenamer | jishjish tnx to EriC^^ [04:02] jishjish tnx to EriC^^: pyrenamer (source: pyrenamer): mass file renamer written in PyGTK. In component universe, is optional. Version 0.6.0-1.1 (utopic), package size 102 kB, installed size 736 kB [04:02] spittingglass, and this error in the cron email [04:02] /var/www/html/horder0_3/linkedinscraperedit.php: 2: /var/www/html/horder0_3/linkedinscraperedit.php: Syntax error: word unexpected (expecting ")") [04:02] bubbasaures: Bashing-om lotuspsychje ... Thanks , ill dig intowhat u guys advised and see what happened... altho im still worried ill lose my data :/ but ill see [04:03] EriC^^: thanks i'll look at that, does this mean no one using ubuntu often renames files (instead they choose replace or skip). To me "renaming" and keeping both files is such a common operation. [04:03] but my script runs fine via php script.php [04:03] and also compiles with out errors [04:03] Guest21343: if photorec cant get it back, its gone :p [04:03] ie. it's great that pyrenamer exists but why isn't renaming built into the os? [04:03] lotuspsychje: ouch! [04:03] jishjish: oh, you dont want mass renaming i guess [04:03] jishjish: the standard users doesnt need bulk renaming [04:03] Guest21343, Best of luck, get an external for backups. ;) [04:04] jishjish: i think you want to be able to rename the file if it already exists? [04:04] ( when you copy or move ) [04:04] cyberfab007: give full details, preferably on one line, pastebin it if it is more than one line [04:04] cyberfab007: are you sure you didn't make a typo in the directory/filename in the crontab entry? [04:04] Guest21343: the promising news is that photorec can get data back from far away ages :p [04:04] lotuspsychje: what does a standard user need if not renaming files (when copied from one folder to another)? what other basic tasks could they be doing other than web browsing? [04:05] I have seen it do amazing things but yah gotta wait and see [04:05] lotuspsychje: well ive partitioned my hdd like 378932578932 times so im gonna dig in a big huge mess here ... but i guess ill get it all back hopefully... [04:05] jishjish: renaming is standard, but not bulk renaming === ubuntu is now known as csdel [04:05] jishjish: nautilus has this [04:05] csdel: have you tried using rsync instead of course? [04:06] csdel: cp, I mean [04:06] jishjish: if you copy a different file that already exists theres a skip, replace, and theres an arrow above that says select a new name for the destination [04:06] jishjish: if thunar doesn't have this you can sudo apt-get install nautilus [04:06] spittingglass, this command runs fine [04:06] root@deveregroup:/var/www/html/horder0_3# php linkedinscraperedit.php [04:06] it's a very good file manager and one of the oldest [04:07] spittingglass, i'll give that a shot... i have a feeling it has to do with CIFS so I'm going to mount SMBFS instead [04:07] Ben64, sorry man [04:07] EriC^^: thanks ill try nautilus [04:07] cyberfab007: so you're sure you don't have a typo in your crontab entry for it? [04:08] spittingglass, yep , I am gonna delete the entry and do all over again just to make sure [04:09] cyberfab007: actually, I think I see what your problem is [04:10] cyberfab007: put php before the directory/filename, you have it after the directory in your crontab entry [04:10] cyberfab007: so should be: php /var/www/ etc etc [04:11] ahh ok [04:11] does gnome still have the old shell icon for nautilus instead of the unity icon? [04:12] lotuspsychje: apt-get install gnome-flashback [04:12] spittingglass: what does that do? [04:12] spittingglass, I thought since I did chmod +x it would run with out that [04:12] !info gnome-flashback [04:12] Package gnome-flashback does not exist in utopic [04:12] Or if you're talking about just the icon itself, I'm sure it's floating around the Web somewhere [04:13] spittingglass: yeah just wanted to know if the icon is still a shell on gnome [04:13] cyberfab007: it would if you have a shebang php statement at the top [04:14] cyberfab007: the problem is the syntax of your entry though [04:15] spittingglass, I am googling shebag [04:15] cyberfab007: the way you have that entry written in your crontab file, cron is trying to execute a directory with "php" and the script's name as its arguments [04:16] cyberfab007: shebang is the thing at the top of scripts to tell the shell what interpreter to use [04:17] How do you do that? [04:17] cyberfab007: like: #!/usr/bin/php [04:17] ahh [04:18] Is there a channel dedicated to web technologies like HTML5, CSS3, and ECMASCRIPT 5? [04:18] #www is invite-only. [04:18] #web [04:19] Thanks buybacks [04:19] babycakes* [04:19] i look like a babycake now? ok :) [04:19] lol [04:19] cyberfab007: but yeah, pretty sure the problem is the malformed command. The command portion of your crontab entry should read something like: php /var/www/somedir/script.php [04:20] cyberfab007: or just /var/www/somedir/script.php if you have a shebang statement at the top [04:20] I am gonna run the php way first , then edit my script with a shebang statment cause that seems the proper way to do it [04:22] cyberfab007: either way, it doesn't really matter too much [04:23] Well, it's copying better with rsync. thanks for the tip spittingglass. [04:23] csdel: word [04:23] !cookie | spittingglass [04:23] spittingglass: Wow! You're such a great helper, you deserve a cookie! [04:24] csdel: plus if it fails for whatever reason, you don't have to start all over again using rsync. Can just pick up where it left off [04:26] spittingglass, ok fingers crossed lol [04:27] A cookie but no milk? That's like a day without sunshine [04:27] spittingglass: :p have an ubuntu coffee also [04:29] Hi. Looking to install BEATS AUDIO on my ubuntu 14.04 which is running on my HP ENVY 17. [04:30] robin_: maybe here: http://askubuntu.com/questions/396302/how-to-enable-the-drivers-for-beats-audio-spekers-for-hp-envy-dv6 [04:32] test [04:33] How do I remove a directory that has stuff in it. [04:33] I need to make a program that prompts for input, sends a char to a switch, and continuously loop until it's given a q to quit. so far it just reads the entire stdin until the \n. [04:33] I want that stuff gone swell. [04:33] Ranieri_, rm -r [04:33] ty sexycakes [04:33] lotuspsychje: little too late for coffee :p [04:33] is there a way to loop while only taking the first char? [04:35] there's no real safe way to flush stdin is there? [04:35] oh shoot [04:35] sorry wrong channel no wonder [04:35] lol [04:35] i was wondering why the ubuntu questions [04:36] cpt_othello, No Greek chorus eh. [04:36] bubbasaures, ? [04:37] cpt_othello, Never heard of a greek chorus and you use othello in you nick.......very interesting. ;) [04:38] well i know what it is but wasn't sure how it applied... oooh lol [04:38] cpt_othello, I figured you did. ;) [04:39] Any idea why my computer will sometimes start printing ^[[3 to the console then fix itself and sometimes miss keys while typing (not hardware issue works on windows and older ubuntu versions) [04:39] it's been awhile since i've made the nick. i dont' remember squat diddly poop about othello anymore unfortunately [04:39] driver issue? [04:40] hey guys, I am having problems watching netflix... it says that with firefox, I do not have the right compatibility, I know there is a desktop app and I have tried everything to use that, but it just sits on the loading profile screen [04:40] cpt_othello, Kinda a abstract joke being that is Shakespeare is all. [04:42] hello ppl =D [04:43] LemonSqueeze, you could use Chrome. No extra setup is required. Works out of the box. [04:44] I have had this problem for a while.. I am running linuxlite 32bit which is based on ubuntu 14.04 i believe, but this is on an old toshiba satellite laptop and I absolutely cannot change the lcd brightness [04:44] if anyone can help [04:44] niytro, No supported here is all. [04:44] kostkon, I have been using chrome for a while, but i ditched that because of a lot of other problems I have been having with it and I dont want to go back [04:44] this channel isnt for help? [04:45] LemonSqueeze, ok then [04:45] niytro, Yes ubuntu support help not derivatives is all. [04:46] bubbasaures, oh boy okay whoops [04:46] bubbasaures, yea linux lite doesnt have a channel anymore unfortunately [04:46] niytro, no biggie, I don't see a linuxlite channel on freenode myself. [04:46] niytro: we don't support non-Ubuntu or ubuntu derivatives - only the different Ubuntu flavors (Ubuntu, Lubuntu, Kubuntu, etc.) [04:46] bubbasaures, maybe ill switch to xubuntu [04:47] yea i might switch then because i cant change my brightness and its just driving me nuts [04:47] more support easily accessed [04:47] gotcha [04:47] thx for letting me know [04:48] niytro, No problem as a group we try to help. [04:48] i know this is why i love linux [04:48] niytro: try their forum [04:48] function9x, will do [04:48] function9x, or ill switch to xubuntu [04:53] Is there any guide to manually edit xorg.conf? === kira is now known as Guest57575 [04:55] i don't use english,how do i [04:56] !xorg | iLoveJava [04:56] iLoveJava: X.Org is an implementation of the X Windows System, and is the part of your system that's responsible for graphical output. To restart it on an Ubuntu system, type 'sudo service lightdm restart'. To fix screen resolution or other X.Org problems: https://wiki.ubuntu.com/X/Config/Resolution . See also !xorgconf [04:57] !xorgconf [04:57] 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 [04:57] xiaocai: wich country are you from? [04:57] deprecated? [04:57] what is the new option? [04:58] iLoveJava: maybe its best you start with your real problem describe [04:59] I have Intel+AMD Hybrid graphics on my Dell Inspiron 15 laptop. [04:59] iLoveJava: what are you trying to do? [04:59] I'm almost certain that I need another driver for my video card; would running nvidia-xconfig take care of this [04:59] RNeville: no [04:59] !nvidia | RNeville [04:59] RNeville: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [05:00] I couldn't install fglrx, since it resulted in Kernel NULL pointer dereference. I tried from so many sources, from apt-get, from official website different versions etc. [05:00] thx EriC^^ [05:00] So I gave up and ended up using only intel graphics [05:00] iLoveJava: did you install ubuntu with cable and updates during setup? [05:01] iLoveJava: ubuntu version? [05:05] So I've got this usb to ethernet adaptor working in virtualbox :/ [05:06] skweek: how did you fix? [05:06] skweek: that's cheating :) [05:06] i first use xchat,from china [05:07] !cn | xiaocai [05:07] xiaocai: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [05:08] http://askubuntu.com/questions/572167/help-with-usb-modeswitch I've put the docs up there thus far but I need to add the rest of the resources that I've followed to it so far too [05:10] How do I launch a GUI application from SSH? [05:10] lotuspsuchje, sorry for late reply. Ubuntu Gnome 14.10 32 bit. [05:11] I have a dialup internet. [05:11] iLoveJava: well its kinda important to get internet + updates during setup, to have the right grafix driver [05:12] iLoveJava: i would try 14.04 fresh install with cable on/updates [05:12] teaearlgraycold: ssh -X user@host [05:12] Also I have slow window manager performance using intel graphics. That's why I'm looking for reenabling AMD. If I could simply tweak xorg.conf or something similar, I will be happy with the Integrated graphics [05:13] seems like xorg.conf is deprecated. What is the new way to setup things then? [05:14] iLoveJava: check your additional drivers section to switch drivers yet? [05:14] EriC^^, I got it working with "export DISPLAY=:0" [05:14] thank god im awake [05:14] teaearlgraycold: that's not ssh, that's running something from a tty [05:14] Well I'm using SSH [05:14] and the gui is on the server itself? [05:14] Yes [05:15] I'm not forwarding X [05:15] oh ok, thought you wanted the gui on your machine from a headless one [05:15] oh ok [05:15] Nah, although X forwarding is super mega ultra cool [05:16] k1l: morning [05:16] there are 3 options: opensource driver, fglrx and fglrx-updates [05:16] hi all [05:16] iLoveJava: test them, what works best for your machine [05:17] Anyone know why Ubuntu doesn't have openssh-server installed by default? [05:17] lotuspsychje, the window says I have open source drivers enabled. But the glxinfo output says:OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile x86/MMX/SSE2. Do you know how to select active graphics card? [05:18] teaearlgraycold: the standard users dont need ssh [05:18] I mean set something like default card option in xorg.conf? [05:18] hello there [05:18] iLoveJava: can you pastebin lshw -C video plz? [05:18] It just seems so standard and useful. And it's got a small footprint. [05:18] lotuspsychje, are there really that many "non techy" Ubuntu users? [05:19] teaearlgraycold: if ssh was installed by default, standard users with have to install fail2ban also to avoid the bruteforce hammering all day [05:20] teaearlgraycold: if you dont use it, no need for standard install [05:20] Shouldn't fail2ban be part of the SSHd? [05:20] Seems pretty helpful and important [05:20] !info fail2ban | teaearlgraycold [05:20] lotuspsychje, http://paste.debian.net/140151/ [05:20] teaearlgraycold: fail2ban (source: fail2ban): ban hosts that cause multiple authentication errors. In component universe, is optional. Version 0.8.13-1 (utopic), package size 131 kB, installed size 654 kB [05:21] I'm familiar with it [05:21] iLoveJava: you have your amd card disabled in bios? [05:21] no such options [05:21] lspci shows my card too [05:21] teaearlgraycold: security packages are also not standard, as its the user itself responisble for security === ubuntu is now known as Guest99665 [05:22] Okay - I'll accept it if this is because of some general precendence [05:22] iLoveJava: doesnt show your amd card? [05:22] lspci does show my amd card [05:22] 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M] (rev ff) [05:23] iLoveJava: doublecheck bios settings, its weird lshw doesnt show [05:24] teaearlgraycold: lets say someone wants to ssh on local network (without internet) it doesnt need fail2ban [05:24] How can I configure custom settings for my display? [05:24] lotuspsychje, i got my SSD firmware updated, running good!! [05:24] bynarie: great mate! better speeds now? [05:25] absolutely [05:25] thanks to you [05:25] nice one, no sweat :p [05:25] =] [05:25] bynarie: did you tweak from my channel? [05:25] no, I'm pretty sure there is no options. On linux mint, I used to switch using fglrx-cccle. On windows also. [05:26] iLoveJava: try some driver from your list and reboot, see what it does [05:26] I have already selected the opensource driver from the list. does nothing [05:26] System information lists AMD graphics under pci devices [05:27] Intel is shown as VGA controller but AMD is shown as Display Controller. make any difference? [05:27] iLoveJava: yes, but lshw shows your intel card with i915 driver active [05:27] strange [05:28] iLoveJava: maybe the ##hardware guys might know more info on your grafix switch for your machine [05:28] thanks lotuspsychje [05:28] let me check === zero is now known as Guest18783 [05:32] hey all. Wanting to correct my black background in "GNOME with Cairodock". been reading tutorials and it's brutally confusing. help? 14.04 [05:32] morning. this is super off topic however i am wondering if i an running a 32bit os can i run in vmware 64 bit systems? [05:33] robin_, That makes no sense. [05:34] There is a GUI "Gnome with Cairodock"... not gnome, not KDE, but "Gnome with cairodock". It's got a black background... the gnome foot with three dots below. It's a static background and I cannot change it. [05:34] sambagirl: i think it needs the same architecture [05:34] robin_, YOu want the cairo de to do this? [05:34] sambagirl: what are you trying to do exactly? [05:34] lotuspsychje, if I have two Device section in xorg.conf, how does X server know which one to select? [05:35] http://glx-dock.org/ww_page.php?p=Cairo-Dock%20Session&lang=en [05:35] i in the past have run 64bit but this one laptop is 32bit. i wanted to run a 64bit os in vmwarre basically, [05:35] iLoveJava: i think ubuntu selects the one, active in bios [05:35] hmm [05:36] iLoveJava: normally, it doesnt need xorg tweaking mate [05:36] can someone suggest an alternative for GRUB [05:36] !lilo | vishnu_ [05:36] vishnu_: lilo is an alternative [Li]nux Boot[Lo]ader. Note: it is recommended that you use GRUB on Ubuntu instead. [05:36] vishnu_, What distros are you booting? [05:37] Hi vishnu_, I'm an Indian [05:37] sambagirl: http://askubuntu.com/questions/180761/can-i-use-virtualbox-with-a-64-bit-image-in-a-32-bit-host [05:37] Ubuntu [05:37] vishnu_, So why no grub? [05:37] wow nice [05:38] thanks [05:38] lotuspsychje [05:38] sambagirl: np ; ) [05:38] I am a new user, kinda looking for better looks [05:39] vishnu_: you can change the background, lilo is stone age boot loading [05:39] vishnu_: you can tweak grub themes [05:39] ohh i dint know that. Thanks [05:40] vishnu_, Heh, well at this rate we will wait here for your broken setups. ;) [05:40] what the menu for when you press "alt" buttom? [05:40] mehdi__: it's called the hud [05:41] mehdi__, It is a command gyui [05:41] gui* [05:41] EriC^^ and bubbasaures , it says type command what command ? [05:41] mehdi__: of the program you're running [05:41] and shows the application icon too [05:42] type something it will auto complete for you [05:42] hi all [05:42] like join if you're in xchat [05:42] it doesnt do anything [05:43] i have configured a cups printer server with ubuntu 14.04 workstation all things is work good but in windows client printing speed is slow [05:43] it's over rated anyways [05:43] Hi HOw to change the hostname in terminal "user@user-Satellite-C640:~$" to something short and simple [05:43] inerkick: just in a terminal? [05:44] mahdi_ja, it usually becuz samba protocol is slow you need to configure it [05:44] !hostname | inerkick [05:44] inerkick: Use hostname to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. [05:44] everwhere [05:44] inerkick: That's your hostname (the long bit) so you can either change your hostname, or make it not displayed in your prompt anymore. [05:44] inerkick: so you want to change the pc's hostname [05:45] mehdi__, i use cups [05:45] how to do that Flannel [05:45] inerkick: Which one? [05:45] yes EriC^^ [05:45] follow the link above [05:45] "user@user-Satellite-C640:~$" this one to something short [05:45] where is link EriC^^ [05:45] i mean the directions above [05:46] about /etc/hosts and /etc hostname EriC^^ [05:46] yes [05:46] I often connect wifi is most of the cafe so have to change this. Will it be better to change [05:46] mahdi_ja, no different if u use cups or use printer in settings menu the protocol that it uses for communicating to windows is SAMBA(smbd) [05:46] yello [05:47] to make it more anonymous EriC^^ [05:47] Hey guys new to linux [05:47] ya [05:47] Flannel, [05:47] mehdi__, and how i can correct it [05:47] !ubuntu | backbox [05:47] backbox: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [05:48] backbox: this channel is for support questions, if you need anything ask here [05:49] what you say EriC^^ Flannel [05:49] inerkick: You can go ahead and change your hostname, sure. [05:49] if i connect to wifi anywhere will it reflect the new hostname Flannel [05:50] i heard there might be issues later if i change it hence concerned Flannel [05:50] inerkick: No, there's no problems changing your hostname when its done correctly. You have to change it twice, just like what that factoid said. [05:51] can I use the get command to install aticonfig, pls [05:51] i use ubuntu in desktop , and i am using a usb modem. how can i share my internet [05:51] using a router [05:51] RNeville: yeah it's something like amdsomethinccc [05:51] !find cc [05:51] Found: account-plugin-aim, account-plugin-facebook, account-plugin-flickr, account-plugin-google, account-plugin-jabber, account-plugin-salut, account-plugin-windows-live, account-plugin-yahoo, accounts-qml-module-doc, accountsservice (and 539 others) http://packages.ubuntu.com/search?keywords=cc&searchon=names&suite=utopic§ion=all [05:52] !find ccc [05:52] Found: libisccc90, libxcb-icccm4, libxcb-icccm4-dev, fglrx-amdcccle, fglrx-amdcccle-updates [05:52] amdcccle, yeah was just pondering that name [05:52] anonymous_: share internet to who? [05:52] you means hosts and hostname isn't Flannel [05:52] i want to make wifi zone using router @lotuspsychje [05:52] lotuspsychje: must mean modem instead of router, so using the PC as a router [05:52] I have amdcccle installed, but net aticonfig [05:52] anonymous_: look into hostapd, perhaps [05:53] is it work fine ? [05:53] Oh ok this channel is for support, so guys how do I hack :DD [05:53] !info hostapd [05:53] hostapd (source: wpa (2.1-0ubuntu4)): user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator. In component universe, is optional. Version 1:2.1-0ubuntu4 (utopic), package size 449 kB, installed size 1355 kB (Only available for linux-any; kfreebsd-any) [05:53] need aticonfig [05:53] lol jk but any guide to linux [05:53] RNeville: why do you think you need this? [05:53] !manual | backbox [05:53] backbox: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [05:54] thanks [05:54] inerkick: yes, both of those places. [05:54] backbox: there's also a free course on www.edx.org called 'Introduction to Linux' [05:55] Ok thank you got it [05:55] daftykins: fglrx not installed in order to use amdcccle [05:55] ok something weird is happening with my setup [05:55] anonymous_: maybe this can help: http://ubuntuhandbook.org/index.php/2014/09/3-ways-create-wifi-hotspot-ubuntu/ [05:55] supposedly aticonfig will install fglrx [05:56] kernal 3.13 is working fine [05:56] but when i try to boot from 3. 17/18/19 i het a firmware bug issued for the cpu [05:57] swordsmanz: 3.13 is the official kernel on 14.04, 3.16 is official for 14.10 - the others are not [05:57] daftykins i am aware of that [05:58] Hello, I'm still working on moving 1036 files since 5 days ago. Made some progress today, but now when I cut the 1036 files from Desktop to paste into a preferred directory, the File Operations Moving 1036 files to "Preferred Directory", seems to have frozen and not make progress? [05:58] however [05:58] since i need some hardware divers that are only in a newer kernal [05:58] *kernel [05:58] lol [05:58] i kinda need the newer kernal to load in ok [05:58] swordsmanz: like what? [05:59] the main error seems to be "failed to set up ibs" [05:59] daftykins in this case it is a trackpad [06:00] ibs? irritable bowl syndrome? [06:01] didnt know a kernel could get that [06:01] Flannel EriC^^ I changed hostname to "user@newname:~$" but i still get user name. How to change that [06:02] to something different in terminal [06:02] inerkick: Why do you want to get rid of that? [06:02] my username is different and it shows the earlier one i have it Flannel === zz_`ar|elo` is now known as ar|elo [06:02] anyone have any ideas at all ? [06:03] swordsmanz: depends, what is "i het a firmware bug issued" ? [06:03] my terminal now says "user1@newname:~$" . though my GUI username i use to log in is different since i changed it . user2/. how to change it to "user2@newname:~$" [06:04] Flannel, [06:05] daftykins it issue sa firmware bug mssg for each core and then says failed to set up ibs with a -22 === ar|elo is now known as zz_ar|elo === heeraj is now known as HRJ [06:16] how do i uninstall some thing that i installed from terminal [06:17] joshua83519 apt-get remove what you want [06:17] thanks [06:25] hey all, is this an appropriate channel to discuss monit on ubuntu? [06:26] anyone, has anyone got anything constructive to say about it ? [06:26] nope [06:26] What is the correct way to source a file on .bashrc? [06:27] it tells me I need to add "source ~/.profile" and "source ~/.nvm/nvm.sh" to my .bashrc file. But I have tried lots of way and still doesn't work [06:27] anyone know what is the correct way of going it? [06:29] my phpadmin not working [06:29] IPhoton, try using absolutely path instead. [06:30] Add source /home/$USER/whatever [06:31] do I need to surround it in quotes? [06:32] IPhoton, no. [06:32] Well it seems to recognize the files, but then the terminal just crashes [06:32] it freezes actually, until I do CTRL+C [06:33] but it works if I source it from terminal [06:33] obviously it gets remove the second I restart terminal [06:36] CAN SOMEONE HELP ME WITH MY KERNAL PROBLEMS [06:36] ANYONE [06:36] IM DIEING [06:36] AND NOONE KNOWS ENUFF TO HELPS [06:36] !caps | swordsmanz [06:36] Ah crap, I forgot the command. [06:37] o-o NoobsFlyVFR so you will help [06:38] !ask | swordsmanz [06:38] swordsmanz: 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 [06:40] to reiterate [06:40] im getting a "failed to set up ibs" error on kernals later than 2.17 [06:41] 3.17 * [06:41] 2.13 works tho, but dose not have some device support iu need [06:41] 3.13 * [06:42] * swordsmanz waits patiently in hopes that someone prehaps NoobsFlyVFR or ubottu will help [06:43] This is a known bug inherent to 3.1x kernels, that renders AMD's IBS unusable, swordsmanz. [06:43] Did you try updating to latest kernel, swordsmanz? [06:44] NoobsFlyVFR *nods* the latest one i tryed is 3.19 [06:46] i want to add this command to startup: setxkbmap -option grp:caps_toggle,terminate:ctrl_alt_bksp us,ir [06:46] I'm using Ubuntu-Gnome [06:46] Tweak-tool > Startup> does not work ?! === coolsa_ is now known as coolsa [06:47] frenda, open terminal, type sudo gedit /etc/rc.local [06:47] And add setxkbmap -option grp:caps_toggle,terminate:ctrl_alt_bksp us,ir [06:47] Make sure the script ends with exit 0 [06:47] frenda, use the system startup applications gui [06:49] swordsmanz, what version of Ubuntu are you using? [06:49] bubbasaures: ! There's not anything with that name on Gnome [06:49] I know that there is a patch out for the IBS failure issue, and patched in kernel 3.16 and above. [06:49] http://patchwork.ozlabs.org/patch/312899/ [06:49] NoobsFlyVFR: done. I'll restart and check it. thk [06:49] frenda, Yeah there is startup applications is on my version I use the shell. [06:49] Good luck, frenda. [06:52] NoobsFlyVFR 14.04 [06:52] /detach [06:52] That is odd. I use AMD myself and never ran into that problem. [06:52] pdx, god damn spacebar, eh? [06:52] !language [06:52] The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [06:53] yeah stupid tablet lol [06:53] This should work, right [06:53] http://pastebin.com/XW2hjjYZ [06:53] ? [06:54] I'm using this guy's dotfiles btw, I cleaned them up a bit [06:54] https://github.com/mathiasbynens/dotfiles [06:54] swordsmanz, I suggest you try doing a sudo apt-get install fglrx-amdcccle-updates and also get the amd catalyst drivers. [06:55] Im dual booting ubuntu and windows [06:55] IPhoton, looks perfect. [06:55] :/ then why doesn't the darn thing work [06:56] it works when I source it from the regular interactive terminal [06:56] siplphone, and? [06:57] IPhoton, could you try using your username instead of $USER and also temporarily change the umask to 022? [06:57] And see if it works? [06:57] Should i install linux x64 (amd64/em64t) display driver [06:57] ? [06:58] what do you mean use the umask to 022? [06:59] NoobsFlyVFR is there a simple way to switch to a 2.x kern and mightt that fix it ? [07:00] IPhoton, http://www.linuxnix.com/2011/12/umask-define-linuxunix.html [07:00] siplphone, I would run what's in the ubuntu repos and come in through updates/upgrades or is in the additional drivers tab in software & updates. === jack is now known as Guest31319 [07:00] It changes the permissions of default new file or folder creation. [07:03] swordsmanz, well, if you have both kernel installed, what you could do is gksudo gedit /etc/default/grub [07:03] And change the grub_timeout to -1. [07:03] And then do a sudo update-grub [07:03] hello [07:04] It displays Grub without it booting any particular kernel. [07:04] If you don't already have previous version of kernels installed, you can run the command sudo apt-get install linux-image-<2.x>-generic linux-headers-<2.x>-generic, swordsmanz. [07:05] I'm trying to get Zorin working on a dell D830. I have it installed but the wireless doesn't appear to be working. Is this a known issue? [07:05] anyone know the path to add plex add-ons? i've added them in a few places but can't get them to show up [07:06] Peppi, zorin is not supported here [07:06] glad to see you got installed. ;) === ly is now known as cyy [07:06] lol [07:07] bubbasaures: ya got it installed all right === cyy is now known as ly [07:07] google says to connect the wired connection and update the os... [07:07] but... I'm not so sure [07:07] http://ubuntuforums.org/showthread.php?t=960628 [07:08] tried both things NoobsFlyVFR, still doesn't work [07:08] my default umask was at 0002 [07:08] where that article seems to say that usually it's at 0022 [07:08] Peppi, Broadcom? [07:08] lol not sure [07:09] the hardware is unknown to me [07:09] going to check dell [07:09] Peppi, We can't help you, however if you run lspci it will show you the hardware, good luck. ;) [07:10] but zorin is ubuntu [07:10] Peppi, Sure and if I help you we will both be yelled at, just a channel rule is all. [07:10] a ubuntu derivative [07:11] ok - what have i missed - i cant connect via ssh across my land [07:11] lan [07:11] the server is started [07:11] I think you should take that risk:P [07:11] I gave you a big chunk of steak to work with [07:12] knowing the hardware [07:12] btw yes it's a broadcom [07:12] al_nz1, try doing a sudo service ssh restart [07:12] And then ps -A | grep sshd [07:12] To verify that ssh daemon is, in fact, running. [07:12] BCM4312 [07:13] how can I tell what version of ubuntu I have running? [07:13] Peppi, You are not running ubuntu. [07:13] sure I am [07:13] lsb_release -a [07:13] in terminal [07:13] Zorin, sir, is not Ubuntu. [07:13] zorin boiled_marmite [07:13] ugh Zorin ): [07:13] I tried that once.. [07:13] NoobsFlyVFR: its running [07:13] well look at that [07:14] al_nz1, great, now check if it's listening for incoming connections. [07:14] By typing sudo ss -lnp | grep sshd [07:14] I thought zorin was ubuntu with some minor changes :P [07:14] You should get lines that look something like: [07:14] 0 128 :::22 :::* users:(("sshd",16893,4)) [07:14] cat /etc/lsb-release ..probably, but this channel does not provide support for porin [07:15] Zorin makes me sad [07:15] That is off topic and irrelevant, boiled_marmite. [07:15] cmon I'm an orphan noone is in #zorin :( [07:16] I did tell you how to check the version Peppi... [07:16] also, google. [07:16] Did it work, al_nz1? [07:16] yup zorin release 9 :/ [07:16] NoobsFlyVFR: cant ping other LAn clients or gateway [07:16] notwork config screwed I think [07:16] but google etc loads ok [07:17] " It is based on Ubuntu which is the most popular desktop Linux operating system in the world." [07:17] :) [07:17] where is the network config file located again? [07:17] Ubuntu is based on Debian, but its not debian. [07:18] and do u rly like the way how is going ? [07:18] to be honest ...I run debian [07:18] nice to meet u all [07:19] Peppi, You remember me mentioning what you install and support level, especially just starting linux? [07:20] how do I check the gateway for wlan1 [07:20] "Zorin OS is a multi-functional operating system designed specifically for newcomers to Linux" :P [07:21] al_nz1, ifconfig -a [07:21] Peppi, That is an opinion of the developer. [07:21] very little support that is the issue [07:22] This is among one of the things that I very much dislike about linux. Ridiculous, unnecessary amounts of forking. [07:22] guess I'll just figure it out myself I guess [07:22] you can't get it here and we do not like people whomdo not understand this and argue [07:22] linux is just fine ;-) [07:22] OpenSSL was just fine, and then they forked LibreSSL out. For no reason at all. [07:22] Peppi, I told you how to check what version you are using [07:22] So is the case with X.org and Wayland/Mir. [07:23] boiled_marmite: I did [07:24] if I were you thought I´d start with Ubuntu or Mint, much better support. [07:24] fedora, arch, debian and several others have big support systems [07:25] Arch is not for noobs, it says so on index of their website x) [07:25] ya tried mint... it worked out of the box [07:25] true [07:25] figured I'd try something else [07:25] boiled_marmite: well that's just the developers opinion [07:25] people claim to start there, one never knows [07:26] Peppi I run three computers running arch. it´s made to be easy for those who know and love the terminal, the rest can go sod off. [07:27] lol that should be the catchphrase for linux [07:27] I find Ubuntu easier then windows, so does my grandmother. But this is for off topic, not here. [07:28] quick question , when I run a crone job , say php /var/www/html/myscript.php [07:28] when I run it again 1 minuet later , if the first cron job is not done running [07:29] ubuntu just treats the process as seprate one right [07:29] hi [07:29] anyone help me [07:29] think I'll try this http://zoringroup.com/forum/viewtopic.php?f=5&t=3293 [07:30] good for you Pe [07:30] Peppi [07:31] hello [07:31] ?? [07:31] Peppi, http://guide.bash.academy/ [07:31] hello ra [07:31] rao [07:32] the man pages say if there's no password set in /etc/shadow, you can login with no password. but I'm still prompted for a password, and when I hit enter (empty password), I get an auth failure [07:33] odigity, did you login without a password? [07:33] I attempted to. I failed. [07:33] But according to the man pages, it should have worked. [07:34] It says if /etc/shadow contains empty string in that field, it lets you login without a password. (I tried using both su and ssh) [07:34] odigity, You have a desktop, if so which? [07:35] 14.04.1 [07:35] odigity, unity? [07:35] odigity, YOu can do that from the user gui [07:35] actually, I'm doing my testing in a vagrant VM, but it's built off ubuntu server 14.04.1, so I assume it should be the same [07:36] odigity, Do you have a desktop, or just a server? [07:36] bubbasaures, I'm not actually trying to "do" anything specific. This is a learning tangent to understand /etc/passwd, /etc/shadow, passwd/useradd/usermod commands, and related matters (setting false shells like /sbin/nologin and how it all works togehter) [07:36] odigity, Ah, good carry on. [07:37] I'm on Ubuntu Desktop. I'm running Ubuntu Server in a Vagrant VM. I'm doing the testing in the VM. But I'm going by the man pages on my desktop because they're not installed in the VM. So, I guess if there's a difference in behavior between desktop and server for ubuntu 14.04, that might explain it. === Mongey_ is now known as Mongey [07:38] Nope, no difference. Just tested on the desktop directly, and behavior still not following that which is documented in the man pages. [07:39] Isn't that a big deal? [07:39] yaya looks like I got wifi working [07:40] http://zoringroup.com/forum/viewtopic.php?f=5&t=6416 [07:40] if anyone cares :) [07:40] Luke Skywalker does. [07:41] odigity: the actor or character? [07:41] because both would impress me [07:41] It's a line from star wars. "I care." -- Luke [07:42] lol [07:42] let the wooki win [07:42] odigity, If the channel saw all your work in a pastebin we might be able to comment on the man. [07:42] bubbasaures, ok, gimme a sec to try to put something legible together [07:43] odigity, Not to me I'm just saying in general, [07:43] odigity, Kinda slow at this time though, I'm not seeing the big guns right now. [07:44] bubbasaures, boiled_marmite -- there's not much to show, really: https://gist.github.com/odigity/7b8febc3c58fa5322606 [07:45] what's the story with flash and linux? [07:45] Peppi, adobe abandoned it, all hail HTML5 [07:45] Peppi, not supported by adobe for some time, there is pepper flash as well. [07:45] eeep [07:46] bubbasaures, boiled_marmite -- " This field may be empty, in which case no passwords are required to [07:46] authenticate as the specified login name." (http://manpages.ubuntu.com/manpages/lucid/man5/shadow.5.html) [07:46] is there a trick on youtube to only get the html5 version? [07:47] yes Peppi, set it in your used account controls [07:47] or whatever it´s called [07:47] kk [07:47] Chrome for Linux still comes with flash though [07:47] it´s a sort of hacked flash, but flash. [07:48] firefox does to on this ubuntu based version I'm using [07:49] only if you have canoical partners enabled in source list [07:49] odigity, lucid man, try looking at the one on your release. [07:50] or is this a lucid vagrant? [07:50] bubbasaures, no difference: http://manpages.ubuntu.com/manpages/trusty/en/man5/shadow.5.html [07:50] no, I'm on trusty all the way [07:51] I can only assume the su and ssh programs are choosing not to allow you to login with an empty password. It does say in the man page: "However, some [07:51] applications which read the /etc/shadow file may decide not to [07:51] permit any access at all if the password field is empty." [07:54] I still cant ping my bloody gateway [07:54] route looks fine [08:02] well thanks for the help [08:02] l8r === Mongey is now known as zz_Mongey === zz_Mongey is now known as Mongey [08:17] So i need help to enable pae. I cannot find it in my bios. Can anybody help? [08:20] zacwalls, there is no such bios setting, it is available in your cpu, or not. === Mongey is now known as zz_Mongey === zz_Mongey is now known as Mongey [08:23] whats the page again for creating unity desktop files? [08:24] or rather, i guess one for kde would work too, since thats my current dm, but the one i wrote when i was using unity works on kde [08:26] dtscode, what kind of file, your basically in home [08:26] bubbasaures, what do you mean? [08:26] dtscode, That is my question. [08:27] ummm its like a .desktop file [08:27] dtscode, You want a hidden file? [08:27] no, not that. the extension is .desktop [08:28] someone gave me a page on how to write ,desktop files [08:28] I don;t understand sorry [08:28] can we see the page? [08:28] im asking for someone to give me the page [08:28] i cant remember what it is === Monotoko is now known as Guest81401 [08:29] dtscode, Ah, never heard of this, so what is the end goal with it? [08:29] do you use unity? [08:30] dtscode, would you run lsb_release -d and post the info [08:30] ummm ok but i dont see what my ubuntu version has to do with this [08:31] Description: Ubuntu 14.04.1 LTS [08:31] pretty standard [08:32] dtscode, Cool, well not sure, maybe others will know. [08:32] why did you want my ubuntu release? [08:32] this is a unity question [08:32] dtscode, stick around for awhile and you will know why. ;) [08:32] easy guide to make a .desktop file https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles [08:33] this does not apply to Kubuntu AFAIK [08:33] bubbasaures, see. they didnt need to know it [08:33] OerHeks, i didnt think it did, but the one i already wrote seems to work fine [08:33] dtscode, sure your a prick and we all knnow it. [08:33] and that looks like the page i used [08:34] bubbasaures, language please. also: no insults [08:34] !language [08:34] The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [08:34] !guidelines | bubbasaures [08:34] bubbasaures: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [08:34] ummm ok... what did i say that was wrong? [08:34] acerimmer, fine can we suggest that others are respectful of free help. [08:34] dtscode, nvmnd. lets' all move on [08:34] That was not in reply to you dtscode [08:34] alright [08:35] OerHeks, i figured. thanks though for the page. exactky the one i was thinking [08:35] of [08:40] How to verbose the two processes on /usr/bin/top output without looping, it can verbose specific process (single) but for 2 processes it loops. [08:43] question: is there any way to make dpkg-deb create a data.tar.gz instead of tar.xz? [08:45] any networking experts here [08:45] I am having trouble with network manager getting it to list wireless networks [08:45] even iwlist wlan1 s - doesnt show anything [08:51] got a new keyboard. ctrl key is interpreted as shift, anyone have any ideas how to fix? [08:51] Brand new to Lubuntu, trying to use Synaptic to change my driver to proprietary NVIDIA, but the thing just sits there, progress bar doesn't move, don't see any HTTP traffic, not sure what's going on === Hinforms_ is now known as Hinforms [08:57] hi any one can help me. [08:57] Dresk, synaptic does not "change your driver" ... it installs [08:57] !ask | jaga [08:57] jaga: 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 [08:58] Dresk, to peek behind the curtain, you can install from the command line [08:59] Ubuntu 12.04 i386 installed Evolution mails configured mails receiving but while sending i am getting Connection reset by peer. [08:59] acerimmer : Still very new to Ubuntu, I'm familiar with apt-get, but I don't know what package it's trying to install, or if it's doing more than trying to install a package; I'm using the Synaptic Alternate Drivers window, and am not sure what it's exactly doing [09:00] Desktop Edition 5 sytems are their. 3 sytems working only 2 systems I am getting error. [09:01] Dresk, synaptic should have a description giving you the package name it's downloading. [09:03] Can someone please help me - I cant seem to ping my gateway through I can ping google etc [09:04] acerimmer : I'm afraid this window doesn't provide any package information and the progress bar just sits there with "Applying Changes..." to the left of it [09:05] Dresk, no progress indicator? look for hidden windows [09:05] acerimmer : None, there is a progress bar in the window that's not making any progress [09:05] acerimmer : I switched to Ubuntu because I got tired of compiling everything, so I do want to install this proprietary driver using Ubuntu's packaging system [09:06] Dresk, understood. this is the graphics driver, yes? so ... what? 50 mb? [09:06] Dresk, close that drivermenu and start over again? [09:07] Ubuntu 12.04 i386 installed Evolution mails configured mails receiving but while sending i am getting Connection reset by peer. === dragon is now known as Guest17980 [09:12] hi [09:12] !patience | Jaga_, [09:12] Jaga_,: 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/ [09:13] ok === andrex|off is now known as andrex [09:20] OerHeks : I've tried that, many times [09:20] hi [09:21] Dresk, then identify the package that is installing then install it with apt-get. monitor the terminal for messages [09:22] sigh [09:22] my desktop icon fonts are tiny [09:22] the rest are ok [09:22] how do I change please??? [09:27] hello, how can i recover data from a formated partition from an ubuntu livecd? [09:28] helme: sudo apt-get install testdisk [09:28] what filesystem did the partition have? [09:28] ext4 [09:29] hi EriC^^ [09:29] EriC^^: should i run it as root? [09:29] Do you know how to change the icon font size in Ubuntu 14? [09:29] somehow the icon (and icon only) font size is small [09:29] helme: yes [09:29] hello al_nz1 [09:30] al_nz1: not the launcher? [09:30] EriC^^: its a command line app? i see no gui in dash [09:30] no launcher is fine [09:30] helme: yes [09:31] helme: sudo testdisk [09:31] hello [09:31] is this accurate today in 2015? http://www.tuxradar.com/content/browser-benchmarks-2-even-wine-beats-linux-firefox [09:32] alekksander, benchmarks are "reliable" and "valid" under the circumstances and conditions noted at time of testing. Beyond that ... [09:33] EriC^^: i get a to select partition table type, what should i choose? [09:33] i also get a "Hint: None partition table type has been detected." [09:33] which one is it at? [09:33] ah [09:34] type sudo parted -l [09:34] is it a msdos or gpt partition table? [09:34] EriC^^: Partition Table: msdos [09:35] i have dual boot though [09:35] the file i wanna recover was on linux [09:35] ok, select the Intel option in testdisk [09:36] EriC^^: ok, now i choose analyse? [09:37] "Note: Correct disk geometry is required for a successful recovery. 'Analyse' process may give some warnings if it thinks the logical geometry is mismatched." [09:38] yeah [09:39] EriC^^: i got this "Partition sector doesn't have the endmark 0xAA55" [09:39] i think i have a "quick search" option only [09:40] ok try that [09:40] ok its analyzing [09:41] anyone that has any knowledge about a MSI GTX 770 audio driver? [09:42] irc://irc.futureshell.org/Stella^Nascente [09:43] some one direct me to a channel that i can find some friends in [09:43] help [09:43] joshuagrut: #ubuntu-offtopic [09:44] EriC^^: what do you call the "explorer" in unity? [09:44] I kinda fixed the desktop icons [09:45] but the words in "explorer" are still tiny [09:45] compiz? [09:45] anyone that has any knowledge about a MSI GTX 770 audio driver? [09:45] al_nz1: what do you mean? the file manager? [09:45] helme: it should find the partitions during the first 20secs or so [09:45] helme: press q then press p over the partition to view the files [09:46] EriC^^: yes if thats what its called [09:46] helme: ext is harder to recover the files, if you dont find the files there, you can try extundelete and ext4magic , never tried them though === ARMEN_ is now known as EREVAN === EREVAN is now known as Guest91062 [09:48] al_nz1: try to go to settings > display and maybe change the scale [09:48] al_nz1: maybe you should change the whole resolution if that doesn't cut it [09:50] EriC^^: i got after analyzing "The following partitions can't be recovered:" and there are lots of partitions all named 'Linux; [09:51] ok fixed it [09:51] i have to select one to continue [09:51] one last problem. Eric - I cant ping my bloody gateway [09:51] where can i get some help with steam on ubuntu 14.10 [09:53] !steam | jamie_ [09:53] jamie_: 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. [09:54] thanks [09:54] artAlina-malina: acrocity: artAlina-malina: \\\\\\\\\\\\ [09:54] i get some drw-something folder [09:54] on all of that FAT thing [09:57] why a folder cannot be deleted with rm -r command? [09:58] lostNick, protected folder? needs permission - also Proceed With Caution! [09:59] acerimmer i used chmod +o and also +u but still folder cannot be deleted [09:59] Heey guys, need help with: I have a GTX 770 MSI graphics card. In windows 7 i install geforce with audio drivers and everything works. I installed in linux a audio driver but my microphone of my headset won't work. The headset is not broken because my headset works in Xubuntu [09:59] lostNick, sudo rm -rf filename [09:59] i mean in Windows [09:59] So what's the GUI for upstart, if there is one? I ran across Bum, which wasn't right, and something that isn't official yet - starting services is purely command line for Ubuntu right now? [10:00] acerimmer i want to delete folder [10:00] dre [10:00] Heey guys, need help with: I have a GTX 770 MSI graphics card. In windows 7 i install geforce with audio drivers and everything works. I installed in linux a audio driver but my microphone of my headset won't work. The headset is not broken because my headset works in Windows 7 [10:00] lostNick, rmdir -R [10:00] ok [10:01] Basically, folders are, on *Nix, unwritable files, as such, to remove them they need rm -f [10:01] ^ [10:02] acerimmer terminal says invalid option 'R' [10:02] lostNick, example: mkdir -p ~/tmp1 && rm -f ~/tmp1 [10:02] ki7mt, ??? lostNick wants to delete folders [10:03] let me try [10:03] yes, i want to delete folder [10:03] the folder is empty [10:04] While strange as it sound, folders are files on linux, so rm -f, rm -rf are the tools === Yukitteru is now known as Yukinotteru [10:04] for more info see: man rm [10:05] ki7mt folder exist but that command returns error, no such file or directory [10:05] im ki7mt , i am using sakura terminal [10:06] then you have the path incorrect most likely [10:06] actually, trying to remove sethc.exe folder that was created by mistake or automatically [10:06] i am i. system32 folder that means path is correct [10:06] what is the path to this sethc.exe [10:07] Windows/System32/sethc.exe [10:07] it was supposed to be a file sethc.exe but i dont know how it was converted to folder [10:08] now folder is not deleted [10:09] omg helop [10:09] help [10:09] if i do cd sethc.exe then there is no problem [10:09] i used gparted and accidently i used the create partition table and all my partition are gone [10:09] Hinforms, does anybody know a cheap reliable web hosting ? [10:09] lostNick, is this a muulti-boot box, or just folders in your home directory [10:09] hi* [10:10] i see unallocated space only!! :< [10:10] any ubuntu networking experts here? [10:10] al_nz1: find out by asking your real question [10:10] helme, if you haven't committed the changes, your ok, if your wrote the changes, it's gone. [10:11] its a windows partition for windows 8 and i am using ophcrack to delete the sethc.exe folder from System32 [10:11] WATTTTTTTTTTT [10:11] NOOO [10:11] ki7mt: cant i recover? [10:11] helme, not easily [10:12] helme: possibly, try testdisk [10:12] Can someone please help? I cant ping any other LAN clients when using my USB wireless adapter, but I can ping google etc. When I revert to my wired connection I can ping other LAN clients and my gateway etc. [10:12] Why is the wireless differemt? [10:13] al_nz1: sounds like a router issue [10:13] lostNick, ok, well, you need the full path and use the commands that you been told, either that, or boot the Windows box and delete it there. [10:13] Ben64: other clients are wireless to same router - no issue [10:13] ki7mt i am using ophcrack from usb to delete the sethc.exe folder and using sakura terminal [10:14] lostNick: how is that relevant to Ubuntu support [10:14] ok i try with complete path [10:14] !piracy | lostNick, [10:14] lostNick,: 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 [10:14] hmm, linux [10:15] ok i try on my own [10:15] lostNick, I dont know what ohcrack even is, but I've stated what to do from a normal *Nix bock, so take it for what its worth. [10:15] *Nix box [10:15] ki7mt, it's a cracking tool for windows software [10:15] a [10:15] ki7mt , ok, ty [10:15] ki7mt, so ... piracy and not supported here === a is now known as Guest22463 [10:16] ok [10:16] Indeed. I didn't know what it was. [10:16] i am new [10:16] in this [10:16] system [10:17] Guest22463, https://inkscape.org/media/cms_page_media/56/ask-smart-questions.pdf [10:17] Hinforms, does anybody know a cheap reliable web hosting ? [10:17] anatom: not on topic here [10:17] ok [10:17] ki7mt , i can do it easily with #ubuntu live cd , all i need is a file manager to remove old sethc.exe and replace it with cmd.exe but name will again be the sethc.exe [10:18] lostNick: nothing you're doing is related to ubuntu support, therefore not appropriate for this channel [10:18] lostNick, we will not be aiding you in cracking microsoft software. [10:18] lostNick, Im done with this, I don't support hacking / crack stuff. [10:18] np, ty anyway [10:19] btw, ki7mt & acerimmer... ophcrack is a windows _password_ cracker, not piracy [10:20] Ben64, OK I must be especially slow but ... I don't see much of a difference? either way, not supported, right? [10:21] acerimmer: well his problem doesn't even involve ophcrack, i'm guessing he's running an ophcrack livecd/usb [10:21] Ben64, I believe he stated that at some point [10:21] is it just me or mencoder isn't available in utopic? :/ [10:22] acerimmer: I came in late. :) anyway, ophcrack is in the ubuntu repositories, but nothing he's doing is related to support here still [10:22] gcollura, wait 1 [10:22] acerimmer, k [10:22] Ben64 you r right. i dont even need the ophcrack, i used it just for a bootable file manager [10:22] helme: choose your linux partition === acerimmer is now known as cfhowlett [10:23] helme: and then press p over the partition to view the files, navigate with the arrow keys [10:23] EriC^^: what does the "write" option do? [10:23] dont write anything [10:23] it writes the partitions, dont do that [10:24] just recover the files you want, press p, if you find a file or dir you want press c to copy it [10:24] gcollura, you'd want libav-tools for avconv [10:25] gcollura, indeed, livav-tools has all that transcoding goodness [10:25] gcollura, thats movin g away from ffmpeg/mencoder [10:25] Heey guys, need help with: I have a GTX 770 MSI graphics card. In windows 7 i install geforce with audio drivers and everything works. I installed in linux a audio driver but my microphone of my headset won't work. The headset is not broken because my headset works in Windows 7 [10:26] !info libav-tools | gcollura [10:26] gcollura: libav-tools (source: libav): Multimedia player, encoder and transcoder. In component universe, is optional. Version 6:11-1 (utopic), package size 410 kB, installed size 2896 kB [10:27] and its going back to ffmpeg in vivid, very confusing [10:27] bazhang, is there a guide or something for avconv? I have a mencoder command to convert video registered on ubuntu touch, I want to see if I can achieve the same result with avconv [10:28] syntax for avconv is very different from mencoder [10:28] gcollura, probably, I tend to use handbrake with the gui though [10:29] https://libav.org/avconv.html [10:29] * gcollura tries handbrake then [10:29] thanks ki7mt [10:29] ki7mt, thanks [10:30] gcollura: supposedly "mpv" ... which is based off of mplayer and mplayer2 has mencoder functionality built in, i haven't tried it though === zz_ar|elo is now known as `ar|elo` [10:41] ok I'm almost there with using avconv, thanks a lot guys :) === Mike___________ is now known as Mike__ === `ar|elo` is now known as zz_`ar|elo` [10:56] trying to install ubuntu on a uefi computer [10:57] got no keyboard or mouse [10:58] boots up fine but don't have keyboard or mouse [10:59] only way i can fix that is to unplug and replug the mouse and keyborad [11:03] gpart is not in the repos? [11:05] how can i fix [11:05] joshuagrut, have you enabled support for legacy usb devices in bios? [11:06] no [11:06] how do i do that [11:06] i know how to get in the bios [11:06] but where would it be located [11:07] would i have to reinstall ubuntu after i do that [11:07] joshuagrut, when you turn on your pc, generally if you press the Del key you can get there, it depends on the motherboard/manufacturer [11:07] joshuagrut, nope [11:07] its a gigabyte board === don is now known as Guest35957 [11:07] Heey guys, need help with: I have a GTX 770 MSI graphics card. In windows 7 i install geforce with audio drivers and everything works. I installed in linux a audio driver but my microphone of my headset won't work. The headset is not broken because my headset works in Windows 7 [11:08] hey my sudo command takes to long and on trace says its stops on this line "socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 7" does anyone have a clue what its relates to ? [11:08] then it's probably "Del" [11:08] wht is this === ubuntu is now known as Guest228 [11:08] anyone htere? [11:09] :) [11:09] ok so do i have to set my bios to only legacy? [11:10] joshuagrut, yes, this should work [11:11] joshuagrut, google your motherboard model to see how to do so [11:11] I mean, where to find that option between all the options available [11:12] ok well lets see if it works [11:15] now can some one help me with a reltek driver for my nic on the board === win1 is now known as lulu === lulu is now known as lulu_123 [11:21] what is the Ubuntu equivalent of notepad++ [11:21] !editor | zacwalls [11:21] zacwalls: Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [11:21] So.....witch one do you use? [11:22] I use atom [11:22] For html? [11:22] zacwalls, wrong question and meaningless. try them out, find the one that works for YOU. [11:22] yeah [11:22] and JavaScript [11:22] Thx [11:22] bye === macobo__ is now known as macobo [11:22] thinking of changing to websitetorm and phpstorm [11:23] because they cost money, and I get them for free. so...why not use them. [11:29] Howdy folks [11:30] BluesKaj: hello mate [11:30] hi lotuspsychje [11:31] <_raven_> how to use a terratec grabby rev 2 with 14.04? [11:39] Hi. I've problem with configuring aterm - I saved my needs in ~/Xdefaults but with next start of aterm nothing changes [11:40] hi [11:42] <_raven_> how to use a terratec grabby rev 2 with 14.04? [11:44] What's the difference between lib32stdc++ and libx32stdc++? [11:44] _raven_: you must ask the question 5 times quickly in a row in #ubuntu @ freenode and then it will start to work [11:44] LogicalDash: just guessing, libx is related to x-functons (gui stuff)? [11:45] Hi, I am running rhel 6.5 and inside I have bootstrapped ubuntu 14.04, everything works fine except for sound. I keep getting this error ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave. Can someone please advise? [11:45] Apachez: he left 10 minutes in between, that is not spamming [11:46] Guest3833: bootstrapped ubuntu? [11:46] lotuspsychje: ahh thats why it doesnt work for him then ;) [11:46] Ben64, chroot installed through debootstrap. [11:47] Guest3833: doesn't sound like a supportable install of ubuntu [11:47] Ben64, what do you mean by supportable? [11:48] as in, this channel probably won't help [11:49] Ben64, Don't mean to be rude, but this channel rarely helps in anything but I thought it was worth a shot. [11:49] well you're not even really running ubuntu [11:50] Guest3833: try to install 14.04 clean and see if you have same sound problems [11:50] Ben64, I am technically the the envirornment is non standard. [11:50] lotuspsychje, clean? I believe that sound worked before I installed bunch of things. [11:51] clean = actually installed [11:51] question: I have a new Ubuntu Server 14.04 install, and I am attempting to set up ubuntu-zfs ... I have placed all my drives in the respective caddies, connected them via SAS cable to the IBM 1015 (it is flashed to IR mode) yet only 3 of the 6 disk are showing at a time... and recommendations? [11:51] !zfs | finish06 [11:51] finish06: For information concerning ZFS and Ubuntu, see: https://wiki.ubuntu.com/ZFS [11:51] finish06: maybe the #ubuntu-server guys might also be able to help [11:51] I am listing disk via lsblk & lotuspsychje - this isn't a ZFS issue, this is a straight up ubuntu issue because it isn't seeing my drives [11:52] lotuspsychje, ok. thz. [11:52] finish06: try fdisk -l or parted maybe to see drives? [11:52] sudo fdisk -l only shows 3 of them also. [11:53] finish06: you sure its not a hardware problem then? [11:53] It very well could be. That is what I am worried about. Just wanted to make sure I wasn't missing any software issues so I figured I would ask on here. [11:53] finish06: maybe the ##hardware guys might help with your layout? [11:54] hi everyone, i have a problem with dropbox under mate: the dropbox icon in the panel is only a single white pixel. when i tried out ubuntu mate in a VM i had no comparable issues. every now and then the full icon appears, but i have no idea what causes this [11:54] alright, perfect, thank you lotuspsychje [11:54] np [11:55] paradisebunny: there was a dropbox article on omgubuntu recently, maybe check that one out? [12:01] <_raven_> how to use a terratec grabby rev 2 with 14.04? [12:02] _raven_: http://m.linux-hardware-guide.com/uk/2013-04-19-terratec-videosystem-grabby-usb-2-0 [12:04] <_raven_> ActionParsnip: tnx will try it [12:04] _raven_: I'd try the module options as a start, then patch kernel if needed [12:05] _raven_: echo "options em28xx card=67 i2c_scan=1" | sudo tee /etc/modprobe.d/em28xxfix.conf > /dev/null [12:06] _raven_: reboot to test [12:11] <_raven_> ActionParsnip: i have a picture but its scrambled blackwhite. any settings i am missing? [12:11] _raven_: no idea, I just found that link searching the web.... [12:11] <_raven_> V: 0.0 228/228 0% 23% 0.0% 0 0 v4l2: select timeout V: 0.0 229/229 0% 23% 0.0% 0 0 ..... [12:12] I dont use TV cards.... I have a TV with Sky [12:13] <_raven_> alternatively you could tell me how i get the FREE TV FILES (!!!!!!!!!) of a sky receiver [12:13] Freeview boxes are cheap [12:13] <_raven_> this device / firmware on this thing is just crap!! === Guest91062 is now known as EREVAN === rafael is now known as Guest86378 === QueensMelons is now known as list === list is now known as test155 [12:24] test155, what are you doing ? === nagarjuna is now known as sasuke [12:29] hi guys [12:29] Hi sasuke [12:30] hi [12:30] i'm unable to create user in lxc in ubuntu 14.04 [12:30] I broke my ubuntu while upgrading from 14.04 to 14.10 using aptitude... Now it doesn't boot, i get the busybox prompt, i see the initramfs mounted, but seems it can't mount the root or boot partition [12:30] I tried everything i found on google [12:31] deavid, most sane solution: download 14.10 .iso and clean install [12:31] I don't want to format and lose my data [12:31] i'm getting this error "lxc-attach: failed to get the init pid", when creating user with "sudo lxc-attach". Can anyone help me out [12:31] !home | deavid, [12:31] deavid,: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [12:31] how can i take a file and make a zero'd copy of it? (ie, the same size in bytes, but it's just zeroes) [12:32] deavid: how did you go from 14.04 to 14.10 ... with aptitude [12:32] cfhowlett, Is 14.10 supported for long ? [12:32] deavid, move your /home to a dedicated partition [12:32] yourbeau: until july 2015 [12:32] yourbeau, only 9 months .... LTS for the win! [12:32] short term ? [12:32] what is the sense of making a short term supported release ? [12:33] thanks for the help ppl [12:33] yourbeau: if you want long suppport use lts. thats it [12:33] ok [12:33] ararob: look at shred, i think it has an option to fill a file with zeros [12:33] yourbeau, there are many reasons ... up to the operator to choose bleeding/bloody edge or long term support [12:33] Ben64, thnx [12:33] i was the one that wanted help getting a computer with ubuntu on it that was a uefi computer now its working just fine [12:33] yourbeau: if you go for 14.10 or other non-lts you need to upgrade all 6 months in a row then [12:34] ok [12:34] I like LTS [12:34] 14.04 LTS is amazing [12:34] ararob: truncate [12:34] how do i tell if my verison is lts? [12:34] joshuagrut: "lsb_release -d" [12:34] yourbeau, my method: LTS only and I wait for the first point release to upgrade [12:35] ararob: truncate -s 10K ~/bla [12:35] joshuagrut, 12.04 and 14.04 are currently supported. 10.04 server is good for a few more days [12:35] i think it uses zeros by default, make sure [12:36] he he yay i have lts [12:36] cfhowlett, LTS only seems fine idea ; I like your idea; What do you do to secure your OS ? [12:37] joshuagrut: every 2 years there is an LTS, so if you know one LTS version you can work out the rest [12:37] ararob: otherwise you use dd if=/dev/zero to create arbitrary sized files [12:37] too bad i cant buy a shirt that is ubuntu symbol on it [12:37] joshuagrut: you can [12:37] i don't have money for that now [12:37] lol [12:37] or i would [12:37] yourbeau, I'm in China. Even if my laptop is secured, I assume my android phone and all net traffic can be traced/tracked. that said, I avoid stupid sites, I enabled firewall, and I have 2 accounts: an admin account for super user stuff and a regular desktop account for daily driving [12:37] joshuagrut: Canonical has merchandise with the mascots on [12:38] yourbeau, that plus regular update/dist-upgrading. so far as I know, I've not been compromised. [12:38] EriC^^, well, that would entail having to name them exactly like the originals, what about just doing $ > file in a shell? [12:38] if i had 1,000,000,000 dollars i would spend half of it on developing ubuntu [12:39] cfhowlett: tor could help you in surfing the net :-) [12:39] ararob: i'm confused, do you want to securely delete data or create an a file of a given size using zeros ( that's what i thought ) ? [12:39] cfhowlett, ok, any encryption ? [12:40] pksadiq, the great firewall has become amazingly effective recently at killing tor, vpn type stuff. [12:40] joshuagrut: http://shop.canonical.com/index.php?cPath=14 [12:40] EriC^^, no, just zero out the files, but keep their size [12:40] yourbeau, yeah, but I'm the only person on my computer so ... [12:40] knock knock!!... anybody know how to create a user in lxc. If yes pls let me know [12:40] cfhowlett, but it is good ; since there is very bad state of human rights in China [12:40] EriC^^, they are video files, which wont work in a game [12:41] they might take away your laptop and beat you up with a bamboo stick if they want [12:41] is it true ? [12:41] sasuke: https://help.ubuntu.com/lts/serverguide/lxc.html [12:41] yourbeau, ...AND you just triggered a PING on some computer at HQ. think about it ... [12:42] should of made my machine i am useing here a server [12:42] lol [12:42] cfhowlett: tinfoil hat engaged [12:42] ActionParsnip, I'm in [12:42] Beijing. NO tinfoil hat required. [12:42] cfhowlett: im very very hatless [12:43] ActionParsnip: i tried to create templete using this link only. But once i created the ubuntu image, it didnt create user. it says "for security reasons we are not creating user account, you can create by using chroot or lxc-attach' [12:43] well bye bye guys/girls [12:43] ararob: look into shred -zx ~/bla [12:43] test and make sure.. [12:44] sasuke: could ask in #lxc [12:44] let me check ... thanks ActionParsnip [12:45] EriC^^, yes, perfect, thanks. [12:45] sasuke: sudo lxc-attach --name yournamehere [12:45] will drop you into a root shell === saschpe is now known as zz_saschpe [12:47] pipi.. i tried it worked for the 1st vm, but from vm onwards its saying " lxc-attach: failed to get the init pid" === pvoigt_ is now known as pvoigt [12:54] sasuke: and the vms are started and running? sudo lxc-ls --fancy will show you if the vms are running [12:56] pipi, i didnt start any vm [12:56] its showing stopped [12:57] sasuke: well theres your problem them :p start them and try sudo lxc-attach again === mish is now known as Mish_ === Mish_ is now known as Mish|Fruehstueck [13:01] pipi, thankyou so much [13:01] it worked [13:02] sasuke: youre welcome [13:03] !cookie | pipi [13:03] pipi: Wow! You're such a great helper, you deserve a cookie! [13:03] :) [13:07] is there ubuntu server release without openstack? [13:10] huma: could install minimal then build up. I didn't think it had openstack in by default... === Malsasa_ is now known as Malsasa [13:15] i lost all of my partitions after creating a msdos partition table, can i restore the old one or somehow reverse it? [13:17] Junka: the package 'testdisk' may be helpful. I don't know === anon is now known as Guest8002 [13:18] Junka, remember the warning "this *will* wipe out all data on the partition"? === jonc is now known as irc-cop [13:19] cfhowlett: yes somehow i skipped that [13:19] pksadiq: i tried but does not seem to help [13:19] Junka, OK then ... but you DID backup the important stuff, right? [13:19] will this work or make things worse https://www.youtube.com/watch?v=vdoug-PI1bc [13:20] Junka, in china so ... no YT. [13:20] cfhowlett: no, thats why i am struggling to recover em [13:20] Junka, whatever it is, try it [13:20] YT? [13:21] Junka, youtube. I can't see it. [13:22] oh the title is Recover mbr - How to recover partition table using Test Disk ( GParted live disc ) [13:22] Junka, as I said, try it ... can't make things much worse, can it? [13:23] Junka: There is a live cd image named 'pwhe422.iso'. The software name is p... w... home edition version 4.2.2, I don't rember exactly. I did use it once. May be you should try this. (Only versions 4.2.2 or older may be helpful) [13:25] Junka, www.powerdatarecovery.com ... never used it myself so ... [13:25] pksadiq: does it have a recovery function? [13:25] cfhowlett: ok thanks [13:26] Hello, is it possible to run “HOME=/home//.specialDirectory | /usr/bin/” in order to change the home variable just for this application while it runs? [13:27] Hello [13:27] why does my update-grub recognize the android on my PC? [13:27] The application is looking for ~/.appDirectory when it actually is in ~/.specialDirectory/.appDirectory…. [13:27] Lugal: Why does or why doesnt? ;) [13:28] Junka: I used to once to converted dynamic disk to basic disk. It seems to have many functions. (Don't use any new version. Newer versions have lots of restrictions, which they call 'features!') [13:28] ^to^it [13:28] Lugal, because it's storable media === test155 is now known as QueensMelons === ilk_en is now known as sameer_isa [13:35] I have a weird problem with ubuntu 14.04. My standard boot code of toram no longer works. It used to on the same distro, on the same computer. I used to change it in the boot menu command line. === sameer_isa is now known as ilken` [13:37] also posting in offtopic [13:37] xubuntu2139, "toram" [13:38] xubuntu2139: Please dont crosspost - and why are you booting a non-live-cd with "toram"? :) [13:39] I prefer to use the system in memory so that the optical drive can be freed up. I have gigs of old DVD backups. [13:39] from over 10 years [13:40] I am a programmer, and most of those DVDs are OpenGL apps I made. [13:41] hello Linux community . [13:41] when you consider one app being less than a megabyte, you can see how much I did [13:41] hello, I'm trying to replicate Gnome 2 panel structure in xubuntu 14.04. I've already managed to recreate Applications and places menus, now I'm trying with "System" is there any prebuilt panel item I can install? Do you have any other suggestion? [13:43] xubuntu2139: Well, installing Ubuntu on your harddisk will leave the optical drive freed up, too :) [13:43] gnome-session-flashback <-- try that Balzy [13:44] Nice answer, but the hard drive was taken out of my computer before I got it. [13:44] oh my god seriously ? [13:44] the jail people are at your place [13:45] bazhang: if you wanted gnome, i am sure he could install ubuntu mate or ubuntu gnome and not xubuntu :P [13:45] I forgot to mention that it works ok when I run it on a USB drive. [13:47] bazhang don't want to install a new shell, just trying to get a similar look with xfce. I'm just stuck with creating a custom "dropdown" menu on a panel [13:47] xubuntu2139: If the drive was taken out of your cpmputer, I am wondering on how you manage to boot a cd without it. [13:49] bekks: I am not sure myself. I know that it has been done before. Look at the Raspberri Pi device to see what I mean. [13:50] xubuntu2139: I wont look anywhere :) So you have the problem that your customized cd/dvd doesnt accept the toram parameter anymore? Did you try with a stock, unchanged live cd? [13:52] whois donio [13:52] Hi, after installing a newer GCC version how does one set Ubuntu to use it? In Gentoo it's done via gcc-config but there is no such executable in ubuntu [13:53] DrSlony: maybe update-alternatives? [13:53] same thing. Here is what I did: I downloaded the ISO (original) and then burned it. Both it and my remaster have the same result. Both boots by default don't run with the code. I just pres Esc->Esc->f6->Esc to get the prompt in both versions. I am also using two separate DVD-RWs === joshuagrut is now known as joshuagrutsch [13:55] xubuntu2139: And then you enter "toram", and boot it? Pressing esc after adding it removes all your changes, if I recall correctly. [13:55] guys, any info on intel gfx drivers update for utopic? intel-gfx channel is only for developers, i cant write a question on it [13:57] kamil_, current intel drivers are on the intel site. all I know. [13:58] cfhowlett: yes, i found on 01.org that 2 weeks ago was update, but intel graphics installer dont support utopic yet [13:58] cfhowlett: and im curious, when a new version will be available [14:00] Hi. I'm trying to follow these (http://askubuntu.com/questions/421671/microphone-static-background-noise-suppression/497559#497559) instructions, but apt-get build-dep pulseaudio tells me "libjack-dev : Depends: libjack0 (= 1:0.121.3+20120418git75e3e20b-2.1ubuntu1) but it is not going to be installed" [14:01] All the workarounds on the net tell me to install libjack-jackd2-dev, and I have, and it hasn't helped a bit [14:03] bekks: I get what you're saying. I did this several times. I always left the computer alone after pressing enter for it to boot up to desktop. I remember having this problem before on another secure boot computer. (using I think 12.10.) Perhaps it is secure boot and the error is before Ubuntu has the chance to boot up. I'm talking about BIOS level stuff. I never thought of that one before. I think I may just cancel my 14.10 [14:03] download to try out what I have in mind. [14:04] thanks kamil_ [14:05] thanks bekks for that. You just caused me to think of something out of the box. I hope it works. [14:13] Hello [14:14] I've ruined my source list Please how can I generate another one automtically [14:14] ? [14:17] Please can someone help me with his sources file? [14:17] bePolite: You have to fix it, actually. What have you done to you list? :) [14:17] I deleted it [14:18] bekks: I have no backup [14:18] My bluetooth mouse stops working, after the computer went into power saving mode. Right now, I have to remove and pair the mouse again in order to use it. Ubuntu 14.04 and 14.10 [14:18] hey guys [14:18] bePolite: So which Ubuntu release do you have? [14:18] any help? [14:18] bekks: I have linux mint 14 actually [14:19] i am trying to build drivers from linux tv my card is tbs 5922 [14:19] I know they have the same packages like ubuntu [14:19] bePolite: So ask the linux mint support then, please. [14:19] !mint | bePolite [14:19] bePolite: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [14:19] but i keep getting error when building [14:19] Okay [14:20] this is my error /home/server/media_build/v4l/smiapp-core.o] Error 1 [14:21] `apt-get build-dep pulseaudio` keeps giving me: libjack-dev : Depends: libjack0 (= 1:0.121.3+20120418git75e3e20b-2.1ubuntu1) but it is not going to be installed [14:21] Anyone any ideas? [14:21] dre: That one line means nothing. Can you please pastebin the entire output and provide the URL? [14:22] ok [14:22] NickServ identify mju7ygvfr4esz [14:22] maurizi0, you may want to change your pass now [14:23] haha [14:23] I was here, lst time a long time ago, I have forgot how it works :D [14:23] maurizi0: /nickserv set passwd newpassword [14:23] i think [14:23] should be /msg nickserv set pass newpass [14:23] Hi im looking for some help [14:23] on my gfx [14:24] anyone intressted in getting 50 euro over paypal for my fix? [14:24] maurizi0: /nickserv set passwordd [14:24] ctugt, for kali? [14:24] Thank you EriC^^ [14:24] maurizi0: /nickserv set password [14:26] here is the pastbin [14:26] http://pastebin.com/download.php?i=mkWjHpgn [14:26] http://pastebin.com/mkWjHpgn [14:27] i have a gtx870m and hd4600m i cant get the hdmi to work its a notebook and it uses optimus technology [14:27] yes for kali [14:28] dre: Whats the output of "uname -a"? [14:28] ctugt: what doesn't work? [14:28] hdmi [14:28] video & sound or just sound [14:28] me screens and also dp doesnt work === Synchunk` is now known as Synchunk [14:29] neither [14:29] no vid no sound [14:29] !kali [14:29] Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [14:29] Anybody here to suggest a secure and good and free of advertisements application to use IRC on Android? [14:29] bazhang? Well its use both debian rigt? [14:29] can i change my password for my login? [14:30] joshuagrut: which login? [14:30] check the kali channel for support ctugt [14:30] joshuagrut: on ubuntu? [14:30] ubuntu [14:30] no on kali [14:30] joshuagrut: sure, just open a terminal, run passwd [14:30] then enter the new password twice [14:30] on ubuntu i get the screen blincking connection goes of on onn [14:30] joshuagrut: open a terminal and type passwd [14:31] can you remind me of the IRC server for mint? [14:31] !mint | Kartagis [14:31] Kartagis: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [14:31] thanks bekks [14:32] how do i search through apt for a repository [14:32] IRC app for android? [14:33] androirc maurizi0 [14:33] Linux pc153 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [14:33] Thank you bazhang! [14:33] it wont let me choose the password i want [14:33] rebs: for a repository? or a package? [14:34] for a package sorry [14:34] joshuagrut: why not? what's it say [14:34] rebs: apt-cache search [14:34] thanks! [14:34] need a longer one [14:35] i want it this long **** [14:36] joshuagrut: use sudo [14:36] sudo passwd [14:36] bekks:Linux pc153 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [14:37] joshuagrut: it's important you type your username with that command, or you'll enable the root account [14:37] i think [14:37] i made sure to use my username [14:38] so it says it was updated [14:38] Hi. Under Thunderbird, I'm subscribed to a mailing list, therefore receiving a lot of emails from this list into my main Inbox. Is it possible to create a folder for e.g. "Linux Dev Mailing List" and receive every emails from the list directly into it? (Without having them in the main Inbox) [14:38] so is it changed? [14:38] joshuagrut: yeah [14:39] ok thanks [14:40] ErosAndCiv: https://support.mozilla.org/en-US/kb/organize-your-messages-using-filters [14:45] bekka: Linux pc153 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [14:46] bekks: ^ [14:51] Hey guys, is there an easy way to connect my android phone to Ubuntu 14.10? [14:51] Hey [14:52] hey guys i am getting error when building drivers for my tbs card [14:52] What do you mean, "connect"? Just plug in the USB cable and set it to MTP mode and it will work [14:53] !info gmtp [14:53] gmtp (source: gmtp): simple MP3 player client for MTP based devices. In component universe, is optional. Version 1.3.7-1 (utopic), package size 101 kB, installed size 472 kB [14:53] bazhang: No need for that stuff, Nautilus works well enough [14:53] here is my pastebin http://pastebin.com/mkWjHpgn [14:54] I mean transferring files to the android device [14:54] VimFleed: Yes, just plug the USB cable in and you'll find it in the file manager on the left side. [14:55] VimFleed: It will have a phone icon near it with your device name. [14:55] yea I set it to MTP and the file manager doesn't recognize it [14:55] Mhh. [14:55] VimFleed: Well, alternatively, are you on wi-fi? [14:55] VimFleed, and set the usb settings on the PHONE to "mass storage" [14:55] cfhowlett: Support for that was dropped in Android ages ago. [14:55] theadmin, OK [14:56] cfhowlett, tried every single option and didn't work [14:56] VimFleed, wifi. airdroid. [14:56] cfhowlett: Reason being that with this mode you can't access the SD card from the phone and the computer at the same time, leading to weird results if you have, say, a ringtone set that resides on the card [14:56] theadmin, yes I'm on wifi [14:56] VimFleed: Then install "AirDroid" from Google Play [14:56] VimFleed: Run it and follow the instructions [14:56] anyone [14:57] theadmin, the problem is that the play store is blocked in my country [14:57] ...Yikes. [14:57] VimFleed: I'll PM you an APK link in a second. [14:57] you can use 1 mobilemarket [14:57] and I'm trying to transfer the apk file to the phone so I can change the system-wide proxy [14:58] vimfleed : you can use 1 mobilemarket [14:58] theadmin, thanks, but then how can I sent to to the mobile? [14:58] VimFleed, adb-tools [14:58] VimFleed: Just open the link on your phone? [14:58] so connect the phgone to a proxy? [14:58] theadmin, how about sending it to an email? since I don't have an irc client on my phone [14:59] or shorten it so I can type it in the phone browser [14:59] dre I'll try that [14:59] VimFleed: Sure, will do [14:59] cfhowlett, Googling that [14:59] theadmin, thanks man [15:00] VimFleed, sorry, forgot about no connection. for the record: android-tools-adb is an ubuntu app for android device manipulation and management [15:01] how can i set up a simple file share on two ubuntu computers [15:01] cfhowlett, I'll install it [15:01] VimFleed: Sent [15:01] but only on a private network [15:01] joshuagrut: Ubuntu does not have the concept of "private" and "public" networks [15:01] That's a Windows thing [15:02] joshuagrut: To share a folder, just go to properties -> sharing [15:02] ok so how do i set it up === __prefect is now known as nha === biledemon is now known as mgkfgyk [15:16] hi can anyone help? just swapped harddrives, previously had ubuntu on a PC, and I want to install ubuntu again. I have a live usb for ubuntu 14.04 but when I choose it in the bios (USB-HDD) It takes me to GRUB where I can choose the previous Ubuntu installation. If I choose it I get to a ubuntu screen telling me that /home is not ready or present etc. Anyone can help with successfully mounting this live usb ? [15:18] nvm, faulty usb port! === dw2 is now known as dw1 [15:18] For some reason my microphone is nearly completely inaudible without microphone boost, but mic boost adds a horrible background hiss. Anyone know why? === razorsharph_ is now known as razorsharph [15:18] I have to literally have the mic touching my mouth if I want to hear myself [15:21] CJKay: Same problem here, but on Windows. Is it a laptop mic? [15:22] Nope. Sennheiser PC 320 [15:22] Meh then I dunno [15:23] <_raven_> ActionParsnip and others: i was able to get (at least) video out of the terratec grabby rev2 on one machine but on another also with 14.04 i just get this: http://pastebin.com/mxK7M31A any idea? [15:24] CJKay, volume control on the headset?? [15:24] There's no mic volume control on the headset [15:24] Without microphone boost it is so insanely quiet [15:25] I just solved the boot-line problem I posted earlier today. I last suspected it was related to the BIOS. The strange part is this: I changed the date to one year ago, and my system now boots the original with the boot command. My remaster still didn't work, which was a remaster of a remaster (3 layers). I burned the original remaster, and that worked. Two layers are good enough for me. I'll just use the original image for every [15:25] remaster instead of remastering remastered images. I switched the BIOS date to now, and none of it works (even original), so I switched it again. Secure Boot apparently does more than what it is supposed to ("legacy" settings). This is good to know for future troubleshooting. I am using Ubuntu 14.04, and this happened to an earlier version on another Secure-Boot computer (I think 12.04). [15:27] got a problem with ubuntu 14.10 [15:28] my top bar in unity doesn't have the clock applet thing [15:29] hi everyone [15:29] Does anyone use transmission-daemon ? [15:34] qbittorrent is better torrent application imo [15:35] <_raven_> ActionParsnip and others: i was able to get (at least) video out of the terratec grabby rev2 on one machine but on another also with 14.04 i just get this: http://pastebin.com/mxK7M31A any idea? === Guest82464 is now known as Hercules === Hercules is now known as Guest26325 === Guest26325 is now known as Hercules [15:45] Hi, is there a option to send a file via bluetooth to mobile from ubuntu. I can't seem to find it. [15:46] I accidentially deleted all of my wifes photos on my ubuntu server... waht is the best way to recover them? [15:47] foxnet, right click on the file then Send To... [15:48] !recover [15:48] Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [15:48] ty kostkon [15:48] the jail people are at your place [15:49] foxnet, if your computer has bluetooth ... yes! [15:50]  yes my laptop has it and it is on. Well I did try that there is move to copy to but no send to [15:50] foxnet, are you on ubuntu or a derivative like xubuntu lubuntu etc [15:51] ubuntu 14.04.1 [15:52] my top bar in unity doesn't have the clock applet thing - how do i solve this? [15:53] This is wierd, click Email... opend up Send To applet you were talking about [15:54] Could someone with the latest update check if you are experiencing similar bug === kish is now known as kishy === Malsasa_ is now known as Malsasa [15:56] poland its here? [15:56] foxnet, if you pair your phone with your pc it should then mount and appear in your launcher and/or your file browser [15:56] !pl [15:56] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [15:57] kostkon, got it working thanx [15:58] foxnet, how === Mish|Fruehstueck is now known as Mish|Couch [15:58] I paired it, right click the file, clicked Email.... Got the Send to applet selected bluetooth hit send. Done. [16:00] foxnet, ok [16:06] !alsi | GeoMint [16:07] remind me how to see list of channels about ubuntu [16:07] !alis | GeoMint [16:07] GeoMint: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [16:07] /msg alis list ubuntu GeoMint [16:08] wildcards no longer needed [16:08] bazhang, thanks. i wrote alsi :P [16:08] GeoMint, also, to avoid spamming the channel: /msg ubottu !COMMAND will send you a private message [16:08] cfhowlett, thanks [16:08] just /msg ubottu command no ! needed [16:10] thanks all of you [16:27] olá === katarina is now known as Guest94291 === zz_saschpe is now known as saschpe === r is now known as Guest92785 [16:32] bazhang: why do you not lurk in offtopic? [16:34] I’m trying to use ubuntu to recover some files off a crashed fushion drive. Is there anyway to mount a parition with the type “Apple Core Storage” ? [16:34] greetings all [16:35] who's good with iptables? :D [16:35] daftykins had helped me before, but I believe he's away [16:37] hi [16:37] anyone === r_ is now known as Guest38594 [16:37] chrislabeard: A number of apple filesystems are supported in linux, but that terminology is not familiar. I suggest google. [16:38] jhutchins: yeah, been googling for a while. I can see the drive and the partitions under disks. But they are not mounted. [16:38] chrislabeard: Apple mostly use HFS+ [16:38] n3v3r, Support here, give us your issue if there is one. [16:39] i am also happy to help with whatever I know :) [16:39] im a linux admin ( newbie though ) [16:41] for eff sake. Can anyone tell me how to make ip forwarding persistent? [16:41] do I have to do it in sysctl? [16:42] fragment137: http://tldp.org/HOWTO/IP-Masquerade-HOWTO/ [16:42] fragment137: You have to implement something that loads the iptables rules at boot. [16:43] jhutchins: I installed iptables-persistent. small package that's supposed to do that [16:43] haven't tested yet though. My setting for ipv4 forwarding was reset when I rebooted [16:43] and I forgot about it [16:43] hey [16:45] Does any one know how much ram Ubuntu Desktop can support? === frc3941 is now known as Shadow_Knight_ [16:46] thank jebus it's working again :D [16:46] Had to make ipforwarding persistent in sysctl.conf [16:47] hey so i have this "and" service running, what is this (i'm on 12.04) [16:47] using ubuntu, which filesystem do you prefer on usb memories? [16:48] Blendify: 16TB, just like any version using the current kernel. [16:48] Apachez, fat32 is readable on most any computer ... [16:49] fragment137: If you're running a full linux on your router you would do well to read the link I posted. [16:50] jhutchins: thanks [16:50] jhutchins: I appreciate it, I'll read through :) [16:53] Yes, foxnet there is. [16:53] foxnet, for Ubuntu 13.04 you can follow this guide: http://janetalkstech.com/2013/sending-files-via-bluetooth-in-ubuntu-13-04 [16:54] thanks guys [16:55] Could anyone offer me a good site that sells Ubuntu-very-capable Laptops? I'm getting too infuriated with AMD to keep going with this piece of crap I own. [16:55] so if I do “parted -l” and the partition I want to mount is blank for file system can I see mount it? === dana is now known as Guest69741 [16:56] can i still mount it [16:57] helpdesk [16:57] help [16:57] help me irte now pls [16:57] finish06 check out http://www.ubuntumanual.org/posts/357/recover-your-deleted-files-in-ubuntu it might help you with your deleted files problem [16:57] can i have help pls? [16:58] !ask | AshTheTash, [16:58] AshTheTash,: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:59] Pascat, lenovo laptops are known to be linux friendly. also: dell.com/developer [16:59] !ask | cfhowlett [16:59] what is the question AshTheTash [16:59] basicazllly [16:59] i wnt to startt my own minecraf6ts server [16:59] and controll it wil limc [17:00] ti mean irs. === Shadow_Knight is now known as Guest40622 [17:00] oh wait no its irc* [17:00] how does ubuntu come into this AshTheTash [17:00] i wnt to do it on ubuntu [17:01] so cn u help me [17:01] Is your "a" button broken? [17:01] i wnt to be like one of the cool mc owners [17:01] control minecraft from irc? [17:03] whats the current latest version of ubuntu? i left for mac when ubutu [17:03] was at 12.04, am just curious. [17:03] AshTheTash: that has nothing to do with Ubuntu specifically - that's a Minecraft specific thing, involving feature changes on the server and integration in other stuff - outside the scope of Ubuntu support in that it's a minecraft specific feature set/change, and Ubuntu has nothing to do with what you want to have done (it could run on Debian, CentOS, etc.) [17:03] nmvictor: 14.10 is the latest, it's not the LTS [17:03] AshTheTash, minecraft has the server setup documentation [17:03] nmvictor: 14.04 was the latest LTS [17:03] nmvictor, 14.04.1 is LTS 14.10 is current [17:03] ^ [17:04] wow, things must have changed a big deal since, where can i read the [17:04] change log or release info? [17:04] nmvictor, see the release page for notes [17:04] !notes [17:04] Ubuntu 14.10 (Utopic Unicorn) release notes can be found here: https://wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes [17:04] and is it possible to install Ubuntu on my mac? [17:05] !mac | nmvictor [17:05] nmvictor: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [17:05] bazhang:thanjs [17:05] thanks ^ === spartacursetv is now known as spartacurse [17:06] great guys, thanks to all of you for the help [17:10] rhy so cn you help with my problem? [17:10] 4canu? [17:10] AshTheTash, its not on topic here [17:10] AshTheTash, try a minecraft channel for that === kerozion is now known as kero5hin [17:11] !alis | AshTheTash [17:11] AshTheTash: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [17:11] how to make a usb stick of windows from ubuntu ? [17:12] anonymous__, best to use windows tools to create windows media [17:12] cfhowlett: thanks [17:12] anonymous__, happy2help! === Enissay_ is now known as Enissay [17:15] ioio [17:15] всем привет [17:15] !ru | fuad [17:15] fuad: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [17:15] как скачать фотки из компа в iphone 5 [17:16] the jail people are at your place [17:17] irc-cop, stop that. wasn't funny the first time. === biledemon is now known as mgkfgyk [17:27] why can't i change the app bar icon under /usr/share/applications? it is defaulting to a questionmark icon. [17:31] JohnnyL, permissions? === saschpe is now known as zz_saschpe [17:43] Anyone able to help me. I cant ping my gateway when using wlan1 (DHCP) - its fine with eth0 (static) [17:46] Hello, I am Johnson. [17:46] Is Ubuntu Mate official? [17:46] !find mate [17:46] Found: classmate-artwork, classmate-tools, gir1.2-mate-menu, gir1.2-mate-panel, libjira-client-automated-perl, libmate-desktop-2-17, libmate-desktop-2-17-dbg, libmate-desktop-dev, libmate-desktop-doc, libmate-menu-dev (and 106 others) http://packages.ubuntu.com/search?keywords=mate&searchon=names&suite=utopic§ion=all [17:47] bazhang, no. I mean, Ubuntu MATE. [17:47] bazhang, it's Ubuntu but there's one sole difference....it's gnome. [17:47] bazhang; it's quite beautiful and not heavy in weight, you should try it out. [17:47] bazhang, will you try it out? [17:48] hola [17:48] hi alejo, what is your problem? [17:48] !info mate-desktop [17:48] mate-desktop (source: mate-desktop): Library with common API for various MATE modules. In component universe, is optional. Version 1.8.1+dfsg1-1 (utopic), package size 17 kB, installed size 81 kB [17:48] johnson5, ^ [17:48] bazhang, so it's official? [17:49] hi [17:49] my desktop in panel to switch between desktop are very very very small how can i put it bigger ? [17:50] i m on gnome-fallback [17:52] yepla, Do you mean workspaces, not desktops? [17:53] bubbasaures: yes workspace [17:53] bubbasaures: it s so small that i cannot click on it [17:53] yepla, Thanks, just confirming, a image would probably help us. [17:53] !imagebin [17:53] can some one help me with installing WoW on ubuntu [17:53] Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here. [17:53] or in wine [17:57] bubbasaures: http://imgur.com/iZk4zPI (on the bottom right) [17:57] i guess not [17:58] yepla, Everything looks tiny, what is the resolution? [17:58] from the pic the icon looks out of the picture yepla [17:58] partially [17:58] Ideally you'd increase the DPI, but I have no idea how to do that. You could reduce the resolution. [17:59] yeah [17:59] thanks jhutchins [18:00] Hi [18:00] don t really want reduce the resolution [18:00] it s strange because before it was ok [18:00] yepla, http://askubuntu.com/questions/472262/adapt-ubuntu-to-a-high-dpi-resolution-screen [18:01] Can anybody help me with GRUB2? [18:01] yepla, before means? [18:01] Kale1, probably if you describe it. ;) [18:01] Windows 8.1 exists and works fine, but Grub 2 doesn´t list it. === bhangota is now known as Guest54428 === Pando_ is now known as Pando [18:02] https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI [18:02] I tried sudo os-prober, but it doesn´t return anything. [18:02] I tried sudo update-grub several times too, but it didn´t work. [18:02] Kale1: update-grub? [18:03] my resolution is only 1900x1200 [18:03] jhutchins: Hey, cool to still see you around :p [18:03] Kale1: Wonderful. Windows' new filesystem may be keeping it from finding it. [18:03] Hello, i have an Ubuntu Saucy (13.10) and no other option to upgrade to newest Ubuntu, only via Internet. But i am having problem while running command "do-release-upgrade" Error in logs: http://pastebin.com/eb7Aw640 Cant find solution 1 week already [18:04] It´s UEFI. I had lots of troubles installing Ubuntu, but it finally worked. Now the only problem seems to be Grub 2 not finding Windows 8.1. [18:04] !eol | Vajtrt look at the eol upgrade [18:04] Vajtrt look at the eol upgrade: 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 [18:04] Vajtrt: clean install would really be best. [18:04] bubbasaures: even if i change resolution it still small [18:05] Can not do it via DVD/USB etc. Only upgraded via Net... [18:05] yepla, I would check the arch link given you for command line work, [18:05] Should I just go ahead and add Windows 8.1 manually? (like http://askubuntu.com/a/211077) [18:05] How can I confirm that I add the right one? [18:06] Kale1, How did you resize windows to install ubuntu? [18:06] bubbasaures: Through Windows. I created a 100 GB partition (primary) [18:06] Kale1, excellent and you did not move the front of the main windows C? [18:07] Kale1: If it works, you added the right one. If it doesn't, you didn't (or something else is wrong). [18:07] bubbasaures: but it strange because at the begining 5 minutes before it was working [18:07] yepla, Have you logged out than back in? [18:07] bubbasaures: I´m not sure what you mean, sorry. [18:07] bubbasaures: yes and it was change [18:07] now it very very small [18:07] Kale1, front is the beginning of a partition. [18:08] bubbasaures: Oh, I get it. [18:08] bubbasaures: I am not sure. I saw something about it when I performed a sudo update-grub [18:08] Kale1, Moving the front will brick it generally [18:08] For some reason, workspaces don't work for me on Ubuntu 14.10. Even if I right-click on the workspace indicator and select 4 workspaces, I can still only use one. Any tips? [18:08] bubbasaures: And how can I do that? [18:09] Kale1, do what, if you used the windows partitioner it wont let you I would think. [18:09] bubbasaures: Would manually adding the entry to the trick? I think it should. [18:10] Kale1, Im using Win 10 ( beta testing ) with EasyBCD + something like 8 Linux partitions. It's very easy, Grub2 runs all the *Nix installes, BCD runs the Windows boot. [18:10] Kale1: Worth a try [18:10] Hi i need some help. I have Ubuntu 14.04 and Nvidia 750Ti card. When i installed ubuntu (several mounth before) i add xorg-edgers/ppa and installed nvidia drivers. But now ubuntu switch to xorg mesa drivers. I don't know how it happened. I try to reinstall nvidia drivers (no effect). [18:10] Kale1, You never know till you try, I have not had to ever do a manual add so it would be googling for me. [18:11] Can´t I confirm if it works before trying it? http://askubuntu.com/a/211077 [18:12] Kale1, When you resized windows did you do a reboot to it and let it run the auto chkdks? [18:12] chkdsk [18:12] bubbasaures: No, I did not run chkdsk. [18:12] should've resized from Windows :( [18:12] "E: Unable to correct problems, you have held broken packages." < is there some flag I can pass to apt-get to have it tell me more information about this, like which packages or something? [18:13] Kale1, I would do that first if it were me. [18:13] daftykins, THey used the windows partitioner [18:13] ah ok :) please ignore me, i am still chasing away sleep. [18:13] Haha, the last time I ran chkdsk, it corrupted my HDD. [18:13] daftykins, heh your help is always fine. ;) [18:14] Kale1, Funny that is a major NTFS...etc windows files normal run. [18:14] chkdsk is often a bad idea [18:15] compdoc, Prove that, empty claims here are not helpful. [18:15] compdoc: Well, if it goes wrong, it certainly goes wrong :P [18:15] MaNI, try dpkg --get-selections | grep hold and then installed the held pkgs, or you could: sudo dpkg --configure -a followed by sudo apt-get install -f [18:15] MaNI: THere is a policy command that I've seen here but am not familiar with. apt-cache policy maybe? [18:16] poilicy justs tells you the state of a given package [18:16] s/policy [18:16] bubbasaures: So what should I chkdsk? C:/ (Windows)? [18:17] Kale1, JUst an option, windows has not finished what it does automatically. [18:17] ki7mt, I tried that before and didn't get anything [18:17] bubbasaures: You mentioned that it was automatically, right? I can´t tell if it was ran or not, so I assume that it didn´t. [18:17] MaNI, tried what before? [18:18] dpkg --get-selections | grep hold [18:18] Kale1, I think your two main options are the grub add and a chkdsk, the grub add may boot it to it, hard to say, we can't tell if windows is problematic till a chkdsk. [18:19] I'm hitting this in the middle of an automated build with a build bot - build bot is doing dpkg-query -W -f '${Package}\n' | xargs -n 50 apt-get install --reinstall -y -d and it spits out that error somewhere in there, struggling to find more info on why [18:19] bubbasaures: ...and he can't run chkdisk until he can boot to windows. [18:19] jhutchins: That´s no problem. [18:19] It just doesn´t show in Grub 2 [18:19] :( [18:20] jhutchins, Right, we have not asked i there is a recovery or install disc is all. [18:20] #python [18:20] MaNI, In that case, clean, autoclean, autoremove, then try you install - f again, or sudo dpkg -i --force-overwrite /var/cache/apt/archives/ and see where that takes you. [18:20] :| [18:21] jhutchins, Note I labeled add grub than chkdsk, it would ran if booted. [18:21] Errors found. CHKDSK cannot continue in read-only mode. [18:21] Kale1, From where are you doing this? [18:21] I ran chkdsk using CMD with admin priviledges [18:21] Kale1, Where?> [18:21] Windows 8.1 [18:22] ? [18:22] Kale1: Has to run at boot to be able to fix errors. [18:22] ki7mt, ^^ if you read above the problem is that the output it gives from running the above gives me no indication of that is [18:22] chkdsk can do maintenance when theres no hardware issues. its not useful when sectors or other hardware goes wrong. Ive seen it happen too many times that chkdsk can cause damage , and Kale1 has just proven that. you dont just start running chkdsk - you take steps to detemine the problem, and then decide to use chkdsk. telling ppl to use it first is dumb [18:22] jhutchins: And how will I do that? :S [18:23] Kale1: I'm not familiar with w8, but in previous versions go to disk properties and tell it to check the disk. It should complain that it can't check it live and offer to do it at next boot. It does that with a filesystem flag the bootloader sees (much like linux). [18:23] compdoc: I lost some valuable photos and videos, but oh well, I probably wouldn´t look at them again anyway :P I should´ve made a cloud back-up. [18:25] compdoc, That is an assumption there is no real proof there, you are familiar with the scientific method I assume. [18:25] MaNI, you need to fix the lists in ../var somehow, maybe: sudo rm /var/lib/apt/lists/* -vf && sudo apt-get update [18:25] Kale1, sorry to hear that [18:26] jhutchins: I see: http://www.howtogeek.com/howto/windows-vista/guide-to-using-check-disk-in-windows-vista/ [18:26] It doesn´t show it on Win 8.1 though [18:26] I only see ¨scan drive¨ [18:26] It scans... [18:26] And then it says that is fine. [18:27] that it´s fine* [18:27] Kale1: Just run "chkdsk /f" from an admin command line [18:27] theadmin: Ouch, brings bad memories. Are you sure? [18:28] Man, Windows CLI sucks xD [18:29] I´m used to BASH. I have no idea how to look for help, idk where to find man pages and also my most favourited feature is missing: autocomplete [18:29] Oh well, I don´t use CMD a lot anyway :p [18:29] Some things are nice, like GOTO commands in scripts, but by an large, yeah, CMD is not to slick [18:30] so i've installed refit and an ubuntu os alongside os x 10.10, but when i boot, it can't ever find the ubuntu partition. how can i fix this? [18:30] what do you mean you don't know where to find man pages? "man " or "man " or google them online? [18:30] Kale1: ^ [18:30] use bro pages [18:30] daftykins: on Windows (command prompt) [18:31] help is /? [18:31] Kale1: ah i see. well in Windows land, which is off topic here (##windows) you run "command /?" to learn syntax. [18:31] Kale1: Yes, that's correct [18:31] ki7mt: Possibly. I tried -h, -help, /h, /help xD [18:31] whomp, 10.10 is eol not supported [18:31] Kale1: I don't know the GUI way and never bothered to learn it, Windows usually automatically checks filesystems if they are broken anyway [18:31] bubbasaures: that's OS X 10.10 yosemite i believe [18:31] so it could be chkdsk /? [18:31] i'm running ubuntu in virtualbox, would it help (speed up) moving disk file to ssd? [18:32] I´m just going to manually add the Windows entry and hope it to work. [18:32] bubbasaures, how do i deal with this? and yes, that's yosemite [18:32] bumbar1, sure [18:32] if the disk is whats slowing it down [18:32] whomp: well you don't actually need rEFIt, which is actually old and deprecated anyway. you just need to resize the HFS+ volume then boot media and install after, then GRUB will handle it. [18:33] whomp, Never heard of yosemite is all, sorry about that. [18:33] bumbar1: yes. [18:33] bumbar1: fast disk = fast VM. [18:34] the jail people are at your place [18:34] Darn it. [18:35] ¨error: file `/EFI/microsoft/BOOT/bootmgfw.efi` not found. Press any key to continue... [18:35] Kale1: backup your data then yes, it is either "chkdsk /f" if you're already at C:\> - or it's "chkdsk /f c:" to explicitly state the disk. you can also run without -f to see if it even finds any issues (read only scan) for full info it's "chkdsk /?" like i said. this comes from years of experience. but you still shouldn't be asking for Windows support in an ubuntu channel [18:35] hello [18:36] Kale1, I suggested the chkdsk, as you had said you had not rebooted upon doing the resize, you had not noticed that the point was booting windows to see it run, It was not apparent at first you were in W8. [18:36] hello ishan [18:36] daftykins, should i remove refit somehow? should i reinstall the os, which has no important data atm? [18:36] Hi Eric [18:36] how are you? [18:36] whomp: yep that'd be a method worthy of trying [18:36] ok ty :) [18:36] bubbasaures: I did boot to Windows, but I don´t think that it ran chkdsk. [18:37] Kale1, W8 runs a really fast chkdsk, could it be you did not notice. [18:37] ishan: great, you? [18:37] I am also good [18:37] bubbasaures: Yea, it´s also on an SSD, so it might have ran. [18:38] Kale1, Your in it, so it does seem to be grub would be where to work. [18:38] Akright, I am going to run chkdsk /f [18:39] You may want /F /X so it dismounts if needed. [18:39] Meh [18:39] It will ask you to reboot anyway [18:39] Kale1: You can't fix a disk you're booted from. [18:39] If it's a system drive [18:39] ki7mt: I´s my Windows partition, run in Windows. How would that work? :S [18:39] jhutchins, Not true. [18:39] it'll offer to schedule a disk check on reboot [18:39] jhutchins: Exactly what I thought. [18:39] hey daftykins, this says i should use refit: https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation [18:39] Kale1: for the love of Tux just go and run it already [18:39] Kale1: You can, it'll just ask for a reboot [18:39] in fact, those are the instructions i followed that got me to this point [18:40] Alright, chkdsk /f /x it is :p [18:40] Kale1, ^^ what he said above. [18:40] jhutchins, I would not do it unless forced, but commonly done by MS help. [18:40] whomp: yeah, most of the pages are actually ancient [18:40] daftykins, is there a more updated guide? [18:41] daftykins: You´re right. It did ask for a check on reboot [18:41] I saw a black screen and then I immediately saw the login screen. I can´t tell what happened :| [18:41] Should I now run update-grub again? [18:42] chkdsk logs from boot scans can be found in the Event Viewer (start -> run -> 'eventvwr' -> enter) [18:42] Kale1: sudo parted -l [18:42] Kale1, W8 has a modified setup for checking the disc, it does it as well daily while running. [18:42] unless you change that time I think [18:43] daftykins, Thanks for your help here I think you got it. [18:44] I've got some weird problem when installing latest Ubuntu on a Laptop. When the window where i am to chose my location, a popup with questionmarks appear. [18:45] daftykins, how should i do it, if this guide is outdated? [18:45] Palsson: did you checksum the iso? [18:45] EriC^^ No but i've downloaded it several times. And my friend got the same problem on this laptop [18:46] !mac [18:46] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [18:46] whomp: Grub has worked with efi since at least 2007. [18:46] Kale1, for what its worth, I just found this on an Intel blog about SSD's and chkdsk for Win.: "SSD's are different than hard disk drives. SSD's automatically remap worn bits using wear leveling technology" [18:46] EriC^^: sudo parted -l gives me: ¨Error: Invalid argument during seek for read on /dev/sda¨ [18:46] jhutchins, so i leave refit alone and install grub? [18:47] whomp: Yep. [18:47] !efi [18:47] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [18:47] jhutchins, ty :) [18:47] whomp: I don't know if the current install guide has mac info or not. [18:47] ki7mt: And now in English? xD [18:47] install guide for grub you mean? [18:47] It's not needed not would ity do anything [18:47] EriC^^ i can check the checksum but i don't think that is the problem. [18:47] ki7mt: Ah, OK. [18:47] Do anyone have issues with amd proprietary when using it with a apu? [18:48] jhutchins, ^ [18:48] whomp: Install guide for Ubuntu. [18:48] there's this one, but daftykins says it's out of date https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation [18:48] Well, I have no idea what to do next. [18:48] !install guide [18:49] Sigh. [18:49] https://help.ubuntu.com/community/Installation [18:49] Kale1, like said earlier, easiest solution I've found with Win/7/8/10 is EasyBCD [18:50] Palsson: maybe try installing lubuntu? [18:50] Kale1, and it's free: https://neosmart.net/EasyBCD/ [18:50] ki7mt: Many people have done standard installtions without any extra software. [18:50] I dont disagree [18:50] ki7mt: Hmm, I´ll give it shot. I remember that I tried that software to dual-boot UEFI, but I had no luck. [18:50] Palsson: it asks about the language and stuff first [18:50] OOOOh yes you do! :))) [18:50] Palsson: then purge lubuntu and install the ubuntu-desktop [18:51] Kale1, Are you in ubuntu? [18:51] bubbasaures: I just was. I keep switching :p [18:51] EriC^^ so it will be ubuntu in the end ? [18:51] yeah [18:51] Palsson: Are you using something other than english as the default language? [18:52] which ubuntu version are you trying to install? [18:52] Kale1, Cool, I was away and missed the parted -l you ran, that was my winder. [18:52] Palsson: you could maybe try the minimal cd install too [18:52] wonder* [18:52] jhutchins i don't get to the point where i get to chose language [18:52] EriC^^ jhutchins http://askubuntu.com/questions/455511/dual-boot-ubuntu-14-04-and-windows-7-on-fakeraid-installation-error-question-m [18:52] That's the same issue, but the anwser there isn't helping me [18:52] Palsson: Have you tried the text install (advanced)? [18:53] jhutchins no i have not [18:53] Jinete [18:54] OK, I am now on Windows with EasyBCD. In the menu entries, I see Ubuntu, Ubuntu, Windows Boot Manager, UEFI: Network IPv4 Device, UEFI: Network IPv6 Device, Windows 8.1 (default = yes, all others no) [18:54] Kale1, Nice thing with W8 is it has a reset, and refresh built in as a last resort. [18:54] The weird thing is that it shows ubuntu twice === drewdrew is now known as Guest19130 [18:55] Oh, I see. One loads \EFI\Ubuntu\grubx64.efi and the other \EFI\Ubuntu\shimx64.efi [18:55] jhutchins i have to raid disks which i don't know what they do, should i format them or are they needed ? [18:55] Kale1: did you install ubuntu once with secureboot off once with it on? [18:56] Kale1: what's up if you dont mind me asking? [18:56] EriC^^: That´s possible, yes. [18:57] EriC^^: With what exactly? [18:57] what are you trying to do? [18:57] EriC^^: Grub 2 doesn´t find Windows 8.1. [18:57] Can someone help me. i install nvidia-331 drivers but kernel still use xorg mesa drivers. [18:57] Kale1: ok, but ubuntu loads normally? [18:58] And a less important issue is that ¨ubuntu¨ and ¨windows¨ show twice in the boot menu. [18:58] EriC^^: Correct. Windows too, but it just doesn´t get listed. [18:58] Kale1: you mentioned a missing EFI/Microsoft/Boot/bootmgfw.efi file earlier [18:59] Kale1: that's literally what boots windows [18:59] EriC^^: http://askubuntu.com/a/211077 [18:59] I got it from that. [18:59] so not from your pc? [18:59] I manually tried to add an entry to Grub [18:59] EriC^^: No, Windows runs fine by loading it from the boot menu. [18:59] ok, nevermind then [19:00] Hello! [19:00] ArgylePw1age: Hi [19:00] How's everyone doing today! [19:01] Kale1, Besides here the best help really I have seen is at the ubuntu forums, couple of people there who do this daily. Getting the bootinfo summary using bootrepair would help them if posted. [19:01] Kale1, If you do this with bootrepair, only run the bootinfo summary on the first gui [19:02] Kale1: did you try to update-grub from ubuntu? [19:03] Anyone here using Squid3 in transparent? [19:05] ki7mt, end result - it seems to be because that command was picking up a package marked for 'deinstall' [19:05] vmbuilder removes the package when it makes the vm but it remains listed as deinstall instead of completely removed, forcing it to be completely removed seems to fix the issue [19:05] anyway thanks === Stu|[A] is now known as Stu| [19:07] Sorry, I went to the toilet. I am back. [19:07] EriC^^: Yes, I tried it several times. [19:10] hello ppl =) [19:10] niytro: Hi === mahmoud is now known as Guest47557 [19:11] MaNI, I would guess that is a pre-remove script issue in /var/lib/dpkg/info/ === Shadow_Knight is now known as Guest68680 [19:13] boot-repair shows some messages including: ¨GPT: Primary header thinks Alt. header is not at the end of the disk.¨ [19:14] amd GPT: 0x1dcf5fff != -x1dcd61ff [19:14] and* [19:14] 0x1d..* [19:15] Kale1, Are you shutting windows down completely, or using the hybrid sleep/hibernate? [19:16] bubbasaures: As I am aware, I shut it down completely. [19:16] I forgot something though... I didn´t shrink my Windows C:/ partition for Ubuntu. [19:16] I shrunk my D:/ [19:16] Which is not an SSD [19:17] It shouldn´t matter though, should it? [19:18] Kale1, Has to be shutdown is all. D are you sure it is another HD? [19:18] jhutchins, so how would i install grub to do this? keep in mind that i don't currently have any way of booting to my existing ubuntu partition [19:19] bubbasaures: I am certain. Windows is in C:/ on the SSD. Ubuntu is on one of the HDD partitions. [19:19] whomp: i already told you, just boot from the flash drive/DVD of ubuntu - with empty space at the end of the disk after OS X, then install :) [19:19] daftykins, i did that already [19:19] Both are primary [19:19] my issue is that i can't boot to the partition now [19:19] whomp: what partition? i'm saying ubuntu install media [19:19] Kale1, Your syntax is is confusing is all, do you have more than one HD? [19:19] 1x SSD 256 GB, 1x HDD 750 GB [19:20] daftykins, i've already installed ubuntu using a flash drive. the issue is that i can't get to the installation [19:20] I made 3 paritions from the SSD and 2 paritition from the HDD [19:20] whomp: right but did you remove rEFIt yet? [19:20] daftykins, no i'll do that [19:20] whomp: hold left alt after the boot chime then see what boot options you get. [19:20] Kale1, Thanks I would be curious to see the boot info. [19:21] !bootinfo | Kale1 [19:21] Kale1: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [19:21] hey guys Im in Lubuntu looking for a good weather applet? === explosiv- is now known as EriC^^_ [19:22] Kale1: That is basically the same as the bootinfo summary on bootrepair. [19:22] Kale1: hey [19:22] EriC^^_: Hi [19:22] Kale1: are you in ubuntu? [19:22] Yes, I am. [19:23] Kale1: can you paste sudo parted -l in paste.ubuntu.com? [19:23] niytro, there's lots of them, take your pick: http://www.howtogeek.com/118908/10-awesome-indicator-applets-for-ubuntus-unity-desktop/ [19:23] EriC^^_: I mentioned earlier that it gave me this error: Invalid argument during seek for read on /dev/sda. [19:23] niytro, My Bad, sorry, Lubuntu ..let em go look. [19:24] EriC^^_: It also says: ¨Retry/Ignore/Cancel?¨ I have no idea how to pick an option though [19:25] daftykins, ok i uninstalled refit, then hit l-alt on boot and still i don't see the ubuntu partition, just my mac os and the flash drive [19:25] I tried ¨r, retry, y, n, (enter)¨ and then I just CTRL + Z´d out of it. [19:25] ki7mt, there was a really good one I liked in LinuxLite but I dont know what it was called [19:25] Kale1: try sudo blkid [19:25] Hi there =) [19:25] Kale1, That command will change nothing [19:26] the previous parted that is Kale1 [19:26] Has anyone here experience with gpg, I'm pretty new to this cryptography [19:26] EriC^^_: And you want a paste of that? Alright, sec. [19:26] Bek1: I think you´re in the wrong channel :3 [19:27] Thought so too - but couldn't find anything related to security? [19:27] niytro, it would appear, that several of the applets work on LUB also, but, you may have to test them, which you may not want to do. [19:27] Kale1, Many of the questions we have asked are covered in this bootscript for the record [19:27] whomp: perhaps you don't have GRUB installed [19:27] daftykins, ok what do i do? [19:27] Kale1, which channel would you recommend me? [19:27] Bek1: try out ##security [19:27] ki7mt, okay im just looking for them [19:27] Bek1, try #crypto [19:27] Hi! [19:27] Ah, this actually exists? [19:28] Bek1 Or #ubuntu-offtopic if it´s ubuntu-related. [19:28] whomp: wow, for the third time? boot from your flash drive again and reinstall in the blank space (perhaps after deleting the existing partitions with gparted) [19:28] Ok, I'll go for security - hope it'll work out there [19:28] Thanks =) [19:28] niytro, Having said that, the Lubuntu desktop is going though allot of changes in the migration to LxQT I think it is, so a particular app may not work on all the supported releases. [19:28] daftykins, the reason i didn't do that is because i'd already done it. except if not having refit installed makes all the difference, which i didn't know [19:29] whomp: this was how our conversation started so i figured you were going to head off and try that :) [19:29] ki7mt, oh okay, yea I just installed lubu 14.10, im on old hardware [19:29] daftykins, ok well now we're on the same page, brb reinstalling [19:29] :) [19:29] ki7mt, but I heard that change was coming [19:30] EriC^^_: http://paste.ubuntu.com/9713782/ [19:30] raid [19:30] bubbasaures: From boot-repair: http://paste.ubuntu.com/9713760/ [19:31] bubbasaures: Fakeraid, to be specific :) [19:31] bekks, Heh, thanks I am not really familiar with raid. ;) [19:31] Kale1: type sudo mount /dev/sdc2 /mnt [19:31] is cairo doc still available for ubuntu 14? === xubuntu is now known as Guest12913 [19:32] EriC^^_: OK, and then? [19:32] niytro, I think LXQT it's still on Launchpad as a daily PPA or something, as an alternative DE, but I've not installed 14.10 to mess with it lately. [19:32] Kale1: pastebin cat /mnt/etc/fstab [19:32] Kale1, You ran a repair to get that script. [19:33] bubbasaures: Yes, that´s what you first asked me. [19:33] EriC^^_, how u doing ? manage o install both systems finnaly [19:33] bubbasaures: Excuse my slowliness :p === Guest12913 is now known as revo [19:33] anyway carry on you have better help than me. I said specifically to run the bootinfo summary is all and whewre it is. [19:33] revo: hey [19:33] col [19:34] EriC^^_, :) [19:34] *cool [19:34] niytro, Here's some more info on it: https://lists.ubuntu.com/archives/lubuntu-users/2014-October/008662.html [19:34] EriC^^_, starting to get the hang of this, after many attempts..install and unistalls [19:34] :) [19:34] EriC^^_: http://paste.ubuntu.com/9713812/ [19:35] ki7mt, thank you [19:35] EriC^^_, i can see u on the help call out...ill chat u later... [19:35] revo: ok, talk to you later [19:37] gents, can some one help me out here, just installed Oxygen-transparent and had error displayed on terminal...was following his tutorial http://www.thepowerbase.com/2013/03/how-to-install-oxygen-transparent-in-kde-4-10/ [19:38] i've got my server set up with an open-ssh server listening, and on my windows machine i can putty ssh into it (using a putty-gen key). I tried to save a private key from this in OpenSSH format, and took it to my ubuntu box, but i'm getting a Permission denied (publickey). not sure how to double check this, or save the key in the proper format. anyone know? [19:38] ubuntu server as well as client OS that i'm trying to get connected with [19:40] Kale1, hopefully the others here look at the repair done, I wonder if you're not fixed, have you run a update-grub after? [19:40] bubbasaures: Yes, like 6 times. [19:41] Kale1, Cool, not really knowing fake or any raid I wondered, and the correct boot files added. [19:41] gents, can some one help me out here, just installed Oxygen-transparent and had error displayed on terminal...was following his tutorial [19:41] ah - turns out it's just my config file not set up properly [19:42] http://www.thepowerbase.com/2013/03/how-to-install-oxygen-transparent-in-kde-4-10/ [19:42] http://www.thepowerbase.com/2013/03/how-to-install-oxygen-transparent-in-kde-4-10/ [19:44] Does anyone know of a good dock that can replace my panel? I am using Xubuntu. [19:44] nicholas, Concky [19:45] nicholas, I like the cairo-dock, but it is a bit large ads stuff to have it's own desktop, there is docky as well. [19:45] I tried cairo-dock once, but it changed all my windows [19:45] window decorations* [19:45] nicholas, http://www.webupd8.org/2014/06/conky-manager-gets-revamped-ui-new.html [19:46] nicholas, If you boot to it that happens, otherwise in your regular desktop it is a dock./ [19:46] nicholas, im using his one and u thick what u want changed [19:46] hello people i am new to this forum...is this where the geeks meet [19:46] I don't think conky is a dock [19:46] it is a desktop widget [19:46] jediwan: IRC != forum? [19:47] nicholas, docky is a dock [19:47] Docky is wonderful, except that the battery monitor doesn't work :-( [19:47] well i am new to irc @Kalel [19:47] jediwan, Some like being classified some don't remember. ;) [19:47] nicholas, concky is another add-on i guess [19:47] jediwan: well.... this is where people that are troubleshooting stuff and look for help / people to chat with about similar topics come, yes [19:47] nicholas, chk link http://www.webupd8.org/2014/06/conky-manager-gets-revamped-ui-new.html [19:47] but yeah... not a forum [19:47] jediwan: Cool. Welcome. Try #ubuntu-offtopic great people there. [19:48] I'll try cairo-dock [19:48] oh nice..i am a budding linux user...i love it [19:48] gents, can some one help me out here, just installed Oxygen-transparent and had error displayed on terminal...was following his tutorial [19:48] sudo apt-get install cairo-dock, right? [19:48] http://www.thepowerbase.com/2013/03/how-to-install-oxygen-transparent-in-kde-4-10/ [19:48] nicholas, yeah [19:48] ok [19:48] revo: the number one flaw with your question is that it doesn't include a pastebin of whatever error(s) these are... are we meant to guess? second - #kubuntu would be more useful for KDE perhaps [19:48] has anybody tried compiling there own kernel and got errors with qt? [19:49] nicholas, Nice thing is apps can be purged so "follow your bliss" [19:49] jediwan: that's a very broad question. you'll get more effective feedback asking about some specific aspect of that process [19:49] ok bubbasaures [19:49] daftykins, i believe we talked about this one in the past, but icant remenber what i can install on xubuntu [19:50] daftykins, what is the pastebin command so i can retrive this error [19:50] revo: you're trying to put KDE software on xfce? ok that is definitely not a wise move [19:50] nicholas, also look at: apt-cache search --names-only cairo-dock there's other cairo packages. [19:50] ok nice but thanks...well i am writing a driver to drive graphics using gnome......thanks again [19:50] bubbasaures: jhutchins: ki7mt: Ty for your time. I am going to give up for today. Perhaps that I will post some pastebins to the forums. [19:50] just a random question, how come applications are smaller when I purge/remove them that when I install them? [19:50] daftykins, ok, how do i revert change already done ? [19:50] Kale1: can you give the link again? it's the same as the earlier one [19:50] EriC^^_: ? [19:50] revo: no it doesn't work like that, if you're running something and it errors - copy and paste to http://paste.ubuntu.com - but don't highlight me because i don't know anything about this software [19:50] Kale1, post that script at the ubuntu forums [19:50] Kale1: the cat /mnt/etc/fstab paste [19:51] EriC^^_: Yes? [19:51] should I use openGL in cairo dock? [19:51] Kale1: can you paste the link to it [19:51] daftykins, ahhh, ok, problem i already closed terminal...how do i get this error message back on? [19:52] revo: *facepalm* - you remind me of my mother. "i saw an error, i don't know what it is, it was yesterday. what's wrong with it? can you fix it?" [19:52] what is the problem [19:52] daftykins: haha - yeah, my mom does that to me too [19:52] ololol [19:52] EriC^^_: http://paste.ubuntu.com/9713909 [19:53] nicholas, more info: http://cairographics.org/OpenGL/ has some broken image links on the page though. [19:53] wow I <3 the ciaro-dock app menu! [19:53] laught on guys, but once the force is strong in me, ill be able to also master my ubuntu moves [19:53] :) [19:53] :) [19:53] Kale1: sudo mount /dev/mapper/isw_djjhdccddg_Volume0p2 /mnt/boot/efi [19:53] revo: there's usually logs, somewhere, that would record your error message [19:54] oh yeah look at these settings :-) [19:54] how to cange my terminal glass [19:54] revo: but nobody can help you until you find it, and let us know what it is [19:54] revo: please don't take it as intentionally rude, just i'm sure you can see the lack of use of saying you saw an error without being able to share it [19:54] Kale1: or sudo mount -U 98CF-7DF1 /mnt/boot/efi [19:54] #ubuntu-uk [19:54] EriC^^_: Alright, I did the second. === Flai is now known as fs0i [19:55] mordof, daftykins no way guys, gud sense of humor is always a must when sorting system out [19:55] :) [19:55] Kale1: ok, type ls -l /mnt/boot/efi/EFI/Microsoft/Boot/ === Shadow_Knight is now known as Guest18566 [19:55] thx, ill try to chk this error and come back after [19:55] Kale1: is bootmgfw.efi there? [19:56] EriC^^_: Yes! :) [19:57] Kale1: ok, if you type sudo update-grub [19:57] Hi. I have a weird problem. I have a netbook with a freshly installed Ubuntu 14.04. If I use the gnome-character-map there I have no problems displaying the Character "U+1F4E1 SATELLITE ANTENNA". On my desktop it won't work. It does work in Chrome / Firefox on my netbook, but it doesn't on my desktop [19:57] Kale1: it doesn't mention Found .... windows ... bootmgfw.efi on .... [19:57] ? [19:57] EriC^^_: I don´t see ¨windows¨ [19:57] what's it say after the linux kernels? [19:58] Font is in both cases "Sans", but no font I tried worked on my desktop [19:58] EriC^^_: http://paste.ubuntu.com/9713944/ [19:58] The weird thing is, is that Ubuntu is found twice. Something with ¨shimx64¨ if I remember. [19:59] anyone know how to get a battery monitor in cairo dock? [19:59] nicholas, Have you looked in the configure? [19:59] Hello, I need to add subtitles to a .avi file, anyone knows a way to do it? [20:00] yes, I see all the plugins [20:00] but I don't see a battery monitor [20:00] how to install wih sudo browser in crunchbang linux. [20:00] how to install with sudo browser in crunchbang linux. [20:01] kokut: What did you try? [20:01] kokut: http://askubuntu.com/a/97984 [20:01] Kale1: is bootmgfw.efi all lower case? [20:01] !crunchbang | georgi Sorry that's off topic here [20:01] georgi Sorry that's off topic here: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [20:02] hi Kale1 i haven't tried any yet [20:02] EriC^^_: Yes [20:02] kokut: Well, if you like GUI´s, try that one. [20:03] nicholas, search cairo with battery, I have one here. [20:03] Kale1: is there a bcd dir in /mnt/boot/efi/EFI/Microsoft ? [20:03] called power manager nicholas [20:03] in google bubbasaures? [20:03] please answer my for install hack which to stop internet. [20:03] or in the plugins [20:03] Kale1: .../Microsoft/Boot [20:04] EriC^^_: It is in.. yes [20:04] Oh thank you bubbasaures! [20:04] nicholas, Cairo has a search, you need the advanced moide bottom left of config [20:04] worked great! [20:04] EriC^^_: Do you remember that I told you that I tried to add the entry manually? http://askubuntu.com/a/211077 [20:04] nicholas, Yeah looks nice, enjoy. [20:04] EriC^^_: Does the case matter? [20:05] I really appreciate your help1 [20:05] EriC^^_: ¨Microsoft¨ was lowercase. [20:05] what do you do [20:05] Hello [20:05] hello [20:05] nicholas, You did most the work, but happt to be there. [20:05] AxldenieD: Hi [20:05] Kale1: i think so [20:06] EriC^^_: Let´s say that adding it manually works (I didn´t check with the uppercase M for Microsoft). Why wouldn´t update-grub work? [20:06] Kale1: i think it matters, grub is case sensitive i guess [20:07] Kale1: you added it in 40_custom? [20:07] EriC^^_: Yes [20:07] that's not how you add an efi file [20:08] Kale1: hey [20:08] xd [20:08] Kale1: its taking ages.. 40 min to transcore and its only adding subtitles [20:08] how to change exploler in linux mint [20:08] how can i move the panel bar from the bottom to the top? [20:09] kokut: It permanently adds it. So whenever you open it, it should add the subtitles. [20:09] LXPanel [20:09] ararob, xubuntu? [20:09] anywhere progam [20:09] ah [20:09] bubbasaures, LXDE [20:09] Kale1: man its hardcoding the subtitles which is exactly what i need but its taking too much time, 40 min [20:10] bubbasaures, lubuntu i mean [20:10] kokut: Is it just for one file? [20:10] ararob, easily done I believe there is a gui, but would have to google it [20:10] I would have to that is [20:11] EriC^^_: How would you add an EFI file then? [20:13] ararob, Panel Setting >> Panel Preferences [20:13] oh thnx! ki7mt and bubbasaures [20:14] oHai guys ;) Can anyone reference a decent guide to get my Radeon R7 series to talk to my ubuntu machine? ^^ [20:14] someone online of Chile? [20:17] Hello, anyone knows how to add subtitles to .avi file using mencoder? [20:19] kokut, It's a bit ol,d but may still work: http://www.linuxandlife.com/2012/11/use-mencoder-add-subtitles-to-videos.html [20:19] Kale1: this is my win8 entry http://paste.ubuntu.com/9714037/ [20:20] Just about my problem again: http://i.imgur.com/x5qoW53.png and http://i.imgur.com/2men9Hq.png. The first one is from my desktop, the second one from my netbook. What is the problem on my desktop? lsb_release -a is 14.10 for both computers. However, the desktop was upgraded from 14.04. [20:20] One PC supports it, one doesn't. [20:20] Kale1: i think you need the search --no-floppy --fs-uuid --set=root 9094-CDF4 , part, not sure [20:21] Kale1: replace the 9094.. with your uuid 98CF-7DF1 [20:21] Kale1: i dont know how you could get the hd0,gpt1 part without entering the grub prompt and running ls -l [20:22] ki7mt: thanks man, i think its going much faster now than with Arista, its giving me a bunch of errors tho [20:22] kokut, There's lots of how too's floating around for it, I'm not a vid expert by any means. [20:23] its going @300 frames per second [20:23] EriC^^_: I´m not sure if I understand the search part. [20:24] fs0i, That is a live icon? [20:24] Kale1: what do you mean? it's purpose? [20:24] EriC^^_: How to perform it. [20:24] how to remove a package like openbox with all its dependencies ? [20:24] for example openbox does install others apps [20:24] bubbasaures: That is an unicode-character. Like "♪" [20:25] yourbeau, How did you install it? [20:25] fs0i, Ah, just curious. [20:25] Kale1: try to add the whole thing and replace all the 9094's with your uuid [20:25] wont hurt [20:25] ki7mt, I install e17 and openbox and it did install a lot of other packages [20:25] hi, I need help with case http://pastebin.com/raw.php?i=hAGFfHE9 I only want it to work if it matches ab or any number of the characters a to d, anything else is taken by *). But I dont know how to do the any matching of a to d.. any ideas? [20:25] I don't know how to emove it completely [20:25] bubbasaures: Same page for this: http://imgur.com/VnOMQ5T.png [20:26] Kale1: how did you get your efi's hd0,gpt designation? [20:26] EriC^^_: You got me to a point where I´m not following it. I just copied http://askubuntu.com/a/211077 [20:26] fs0i, I was just wondering if that icon just needs a copy to the other, if static. [20:27] yourbeau, SOmeting along the lines of: sudo apt-get purge openbox obconf obmenu [20:27] not sure the actual syntax in this area is all [20:27] yourbeau, But use at your own risk :) [20:27] Kale1: ok i dont think that would work [20:27] bubbasaures: It isn't an icon in the traditional sense. It is more like a character in a font. On my desktop it's missing (not only this one, many) but on my netbook it isn't [20:27] Kale1: you need the efi partition's hdx,gptY [20:28] yourbeau, The after, sudo apt-get autoremove [20:28] Kale1: the problem is that with the raid thing i have no clue what it is [20:28] RAID0 SSD? [20:28] it's called /dev/mapper/.... right now [20:28] fs0i, I see, not anything I really know fully, just was curious. [20:29] but i dont know what grub calls it, you could hold shift when you boot to get grub, press c for a command line, and type ls -l , it should list all devices and uuid's [20:29] EriC^^_: If you´re interested in RAID, I highly recommend watching https://www.youtube.com/watch?v=CLSJnsNUufw&ab_channel=ProfessorMesser === mist_ is now known as mist [20:29] hey bubbasaures, know how to make the digital clock's font bigger? When I edit the font size, nothing happens. [20:29] EriC^^_: So what you suggest is to add the entry manually with hdx,gptY? [20:29] nicholas, Heh, let me see if I can. [20:30] yes, use the win8 entry i pasted above, and change my uuid to yours [20:31] Kale1: i mean to get the proper hd,gpt and use it [20:32] EriC^^_: We have a language-barrier here. I´m sorry. [20:32] nicholas, Not sure, I think it would be a resize on all the fonts is all. [20:33] hey [20:33] ok [20:33] nicholas, take a look here. http://www.glx-dock.org/ww_page.php?p=A+complete+tutorial+on+how+to+customize+your+dock&lang=en [20:34] thank you bubbasaures, that will be helpful [20:34] yeah seemed like good overall [20:35] The fix was to find a font that supports those characters. sudo apt-get install ttf-ancient-fonts-symbola [20:35] Kale1: this is my win8 entry http://paste.ubuntu.com/9714037/ , paste that in your /etc/grub.d/40_custom , and modify all the 9094-CDF4 numbers in the file to 98CF-7DF1 , that's your efi partition's uuid, then restart your pc and hold shift to get the grub menu, press c to get a command line, then type ls -l, it will list all the partitions and the respective uuid's, search for 98CF-7DF1 and get it's hdx,gptY designation [20:36] Kale1: replace my hd0,gpt1 with whatever it turns out to be, in the 40_custom file [20:37] !info ttf-ancient-fonts-symbola [20:37] ttf-ancient-fonts-symbola (source: ttf-ancient-fonts): Symbola Unicode Font for Ancient Scripts and Emoji characters. In component main, is optional. Version 2.57-1ubuntu1 (utopic), package size 875 kB, installed size 2108 kB === hades is now known as Guest97241 [20:41] oooh yeah im loving this dock :-) so many customizations!! === Guest97241 is now known as hades__ [20:42] EriC^^_: Ah, now I follow it :P I got confused by your lowercase x (in hdx). [20:43] EriC^^_: And now update-grub, right? [20:43] whats the lightest copy of ubuntu should i install on an atom nettop via usb stick [20:43] i tried the full ubuntu bbooted from usb too slow [20:43] EriC^^_: Still not found :( [20:43] Kale1: did you get your hd,gpt from grub? [20:43] EriC^^_: Yes, it was hd0,gpt4 [20:44] pastebin 40_custom [20:45] lubuntu or the ubuntu mini cnnx [20:45] whats missing from xubuntu? [20:45] what did they remove [20:46] cnnx, the lightest is lubuntu lxde/openbox [20:46] EriC^^_: http://paste.ubuntu.com/9714245/ [20:47] одноклассники.ru [20:47] bazhang: does it have firefox [20:48] cnnx, not by default, you can easily install it though [20:48] куда я попал? [20:48] Kale1: i'm not sure if it matters why grub didn't find windows but change --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 to gpt4 [20:48] same method.. apt-get install firefox? [20:48] Kale1: i think something else is going on, it's worth a shot anyways [20:48] yes [20:49] !english | helen_ [20:49] helen_: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [20:49] bazhang: it should be faster than windows7 starter on the nettop? [20:49] cnnx, just a rough estimate I would say yes [20:50] bazhang: also, i dont want to wipe out the recovery partition of the windows computer, can i install everything on the main partition? [20:50] or does it need seperate partitions [20:50] EriC^^_: May I ask you something? [20:50] yeah [20:50] EriC^^_: Who is the man? [20:50] cnnx, the installer should handle that safely [20:50] it worked? [20:50] EriC^^_: :D [20:51] !ru | helen_, ubutntu support is where [20:51] helen_, ubutntu support is where: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:51] cool :D [20:51] EriC^^_: Thank you very much. [20:51] bazhang: im used to gentoo.. not sure how other distroes do stuff in the background thats why i asked [20:51] Kale1: no problem [20:51] cnnx, ok [20:52] Kale1, Cool man nice to see you up and running. ;) [20:53] bazhang: does lubuntu have networkmanager installed so i can use wireless connection [20:53] There is one graphical issue though. [20:53] cnnx: Yes [20:54] Hello [20:55] if the topic is lightweight Ubuntu: what about using standard Ubuntu with i3wm? [20:56] raingloom: lubuntu got stuff alreaady running like zram. [20:56] helen_: Hi [20:56] so i would start with lubuntu and then choose one even more lightweight desktop. [20:56] raingloom, http://askubuntu.com/questions/tagged/i3-wm [20:58] EriC^^_: This is how it looks like when loading: https://i.imgur.com/xuZ1AmP.jpg xD [21:00] heya [21:00] sergio-br2: Hi [21:00] anyone using f2fs on a SSD ? [21:00] hi Kale1 [21:01] what is the preferable place to enter wireless settings for them to remain permanent [21:01] network manager. [21:01] zak_, Context? server desktop, which desktop? [21:02] bubbasaures, xubuntu 14.10 desktop. [21:03] zak_, Thanks, you see a manager in the top panel? [21:04] bubbasaures, Yes. Have not found a place to enter a custom MTU, nor where to register the country code for the wlan card [21:05] for some reason, the driver uses GB instead of the correct NO as country code [21:05] so sudo iw reg set NO does the trick, but needs to be reset after each reboot [21:06] or retyped, rather [21:06] :) [21:08] Likewise, sudo ifconfig wlan0 mtu 1520 keeps the wlan stable, but also needs to be reentered after a reboot. [21:08] For the life of me, I cant remember where to put these to make it stick [21:08] so to speak [21:10] EriC^^_: So I had this GUI issue, right? https://i.imgur.com/xuZ1AmP.jpg I fixed it by changing the background to black: http://askubuntu.com/a/82223 [21:11] Grub 2 is now black, but who cares :p [21:12] xubuntu 32bit 14.10, wlan card is a rt2561s, using the rt61pci driver [21:13] Hi. I'm having a problem with my 2nd monitor. I've got it plugged in, and it's displaying the desktop fine. But I can't move my mouse over onto it. [21:13] swordz: Is this the first time happening? [21:13] swordz: Did it work before? [21:13] When I move my mouse to the right hand side of the screen, it *just* appears on my 2nd monitor - but won't go any further [21:13] I've just plugged my 2nd monitor back in [21:14] why is my USB to serial converter not showing up? http://pastebin.com/cfkWU6WX [21:14] Kale1: Sorry, that's misleading [21:14] First time it's been plugged in with this computer. === andre__ is now known as Guest47410 [21:15] Evenin' folks [21:16] daftykins, bubbasaures , any pointers? [21:16] swordz, check displays, you can move the monitors relation to the main screen [21:16] agent_white: Hi [21:16] zak_, Not reall, recognize none of that. [21:16] bubbasaures: Even though it does know which side it's on? [21:17] swordz, I repeat I can't help. [21:17] Urgh, PEBKAC [21:17] Just went to Displays as asked, been so long without 2 monitors I'd forgotten about sticky edges... [21:18] swordz: Haha, no worries :p [21:18] happy to hear it sorted itself out, swordz :) [21:18] Sorry, just been through a succession of tricky hardware issues, just assumed it was something similar! [21:19] This however was Ubuntu working perfectly :) [21:20] is there a config file of sorts for ifconfig / iwconfig settings for wlan0? [21:22] Hello, I just installed ubuntu to my harddrive off of a livecd, and when I log onto it, I get the message disconnected you are now offline. I have googled it, seen it is not too rare. However I have failed so far to try and fix it [21:23] Unnice, you connect to the network by wifi? [21:23] yes [21:25] ok, first, Unnice, do you know what kind of chipset your wlan adapter uses? Is it an internal card, or a USB dongle? [21:25] internal card [21:25] what does lspci tell u? [21:26] Unnice: maybe a driver issue .. Do you have access to a wired connection to permit downloding/installing the WIFI driver ? [21:26] would you like all of the information zak_? [21:26] And no I do not Bashing-om [21:27] Unnice, just the chipset for the wlan card [21:27] something like this: 05:04.0 Network controller: Ralink corp. RT2561/RT61 802.11g PCI [21:28] Hmm guys, I'm confused. I'm running 14.10 and I installed the ssl-cert package expecting the files ssl-cert-snakeoil.pem and ssl-cert-snakeoil.key to be added to /etc/ssl/certs, and the .pem was, but the .key file wasn't. How do I get it? [21:29] Network controller: Broadcom Corporaion BCM4331 802.11a/b/g/n (rev 02) [21:29] Unnice, first check that the package linux-firmware is installed === andrex is now known as andrex|off [21:30] zak_: pointers for what? [21:30] It is installed [21:30] Even when I run `make-ssl-cert generate-default-snakeoil`, the /etc/ssl/certs/ssl-cert-snakeoil.key file doesn't get added. [21:31] good. [21:31] then check linux-firmware-nonfree [21:31] Nevermind, I had the wrong path. It looks like it's /etc/ssl/private/ssl-cert-snakeoil.key. [21:32] That is not installed [21:33] nevermind your chipset should be supported by the first package anyway [21:34] does dmesg give you any pointers to why your card does not come up? [21:35] hi [21:35] Not sure if this helps but === don is now known as Guest74943 [21:36] Ipv6: ADDRONF (NETDEV_UP): etho0: link is not ready [21:39] I have a awkward question. Is it possible to remove all DE, automatically login and start a program like xbmc? [21:41] is ubuntu a safe system [21:41] andre____, add a separate xbmc user, with automatic login, and set xbmc to run at login [21:43] !firewall | dave_ [21:43] dave_: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [21:44] 0k TY i will do that [21:46] !gdm | andre___ [21:46] !lxde | andre___ [21:46] andre___: LXDE ( http://lxde.org/ ) is the Lightweight X11 Desktop Environment used by !Lubuntu. To install from Ubuntu: « sudo apt-get install lubuntu-desktop ». See http://lubuntu.net/ for more information, and join #lubuntu for support. [21:47] !lxde >> andre___ [21:47] !lxde > andre___ [21:47] /msg ubottu andre____ [21:47] !lxde > andre____ [21:47] andre____, please see my private message [21:48] ActionParsnip: yes, found the minimal option. thank you. [21:49] andre____: you can set autologin to a session. that session could be xbmc [21:50] andre____: no pm support please [21:51] andre____: this is the default setup in xbmcbuntu, now renamed to kodibuntu. why don't you use that? [21:54] is there a config file of sorts for ifconfig / iwconfig settings for wlan0? === Zer0legend is now known as Ankoran === Agent_Isai is now known as EliteIsai === EliteIsai is now known as Agent_Isai [21:58] any of you who knows if psensor can be extended to measure over snmp aswell? [21:59] if not, any hint for a simple graph tool which graphs snmp data in ubuntu? [21:59] that is gui based [22:05] where is the settings for the wlan0 interface located? [22:06] hey, my ubuntu laptop has started going crazy. I'd like to create a bootable Ubuntu USB stick on my Windows laptop which I can use to copy data off the drive (there's not much) on to the USB stick. is there a guide for this? [22:08] derpboy, you could use https://rufus.akeo.ie/ rufus === andre__ is now known as Guest15388 [22:09] zak, wlan0 settings? [22:11] hey anyone using cairo-dock? if so, I have a question. can I make the system monitor show the cpu usage larger? [22:12] skweek will this make the other space on the usb stick (it's 32gb) available for backing up data? [22:12] skweek, specifically - where do i put the settings for MTU size, apart from adding ifconfig wlan0 mtu 1520 to my /etc/rc.local file? [22:15] My 10$ question: Is all packages available in the official ubuntu repos are checked and compiled by someone who is working at Canonical or they only put the pre-compiled binaries that they are receiving from developpers without too much questions asked? [22:16] laserbeak4445: Open-source software has MANY eyes looking at it before anything is 'put into the repos'. [22:16] laserbeak4445: you need to be trusted to get permissions to upload packages to the repos. [22:17] k [22:17] k1l: the packages are compiled by bots in a datacentre [22:17] So, there are MANY questions asked constantly by large groups of people. You yourself are open to pose these questions too if you wish you contribute to a FOSS project. [22:17] er, laserbeak4445 ^ [22:17] lasers: depending on the exact repo there are different limits/restricions to get that trust. [22:17] laserbeak4445: no guarantee with universe packages [22:17] popey: Oh... I forgot about those... ;D [22:18] and who actually compiled the binaries? [22:18] laserbeak4445: a bot [22:18] laserbeak4445: in the build farm https://launchpad.net/builders [22:18] well yeah, talking about code that will be made into the packages. building is automated on ubuntu servers. [22:19] k thanks for the answers guys :) === Stu| is now known as Stu|[A] [22:20] whats going on fellas [22:27] Hi everyone. I tried to modify, and create my own live-CD with the tutorial on ubuntu.fr. When I did it, and rebuilt squashfs, and if I want to install this distribution on a computer, does it install my own live-cd, or the default ? So, if I install for example bleachbit, it would be installed when I'll install with the live cd on a new computer ? [22:28] hi all =) [22:29] i installed my-weather-indicator on my lubuntu and a setting i changed killed it, how can i completely remove all files and configs so that i may reinstall? [22:30] niytro: -> sudo apt-get purge my-weather-indicator <- should do that . [22:30] Bashing-om, thanks gonna try [22:30] Bashing-om, do i need reboot? [22:36] hi [22:36] hi [22:36] can anyone tell me where to go to get help with mac software? [22:37] the #Mac seems to be invite only [22:37] (not ubuntu mac, just mac) [22:37] ##mac, though it requires nickserv registration to join [22:37] !register [22:37] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [22:38] ahh okay, thought I needed to be invited to the channel, nvm then, thanks for the help :-P [22:40] freenode gives the wrong error message if you try to join a channel that's +if (forwarded) to another channel that you can't join [22:40] hey [22:41] I am using wget to access a web application, also supplying parameters in the URL [22:41] inside the browser, it works fine, but when using wget, the parameters seem to be ignored... why? [22:41] voltei [22:42] ActionParsnip, [22:42] eae === subzero_ is now known as slslslsl [22:42] Mathis: wget does work with parameters. Try taking the URL in quotes. [22:43] theadmin: does it matter which quotes? [22:43] hello [22:44] Mathis: ...meh. Use single ones, is usually safer [22:44] Why amixer is not installed with alsa-utils [22:44] ? [22:44] !find /usr/bin/amixer [22:44] File /usr/bin/amixer found in alsa-utils [22:44] theadmin: thanks, that worked [22:44] Hm. [22:44] alsamixer works [22:45] Mathis: The reason is most likely the ampersand (&) between parameters [22:45] but if I type amixer I get command not found [22:45] Since that's a special character in bash [22:45] niytro: Was away from the keyboard .. all good now ? Did you re-install my-weather-indicator ? [22:45] I suppose the & was the reason [22:45] heh, two stupids, one oppinion %-} [22:46] Bashing-om, i did the purge, rebooted and reinstalled but it still wont run. i did notice it still has something trying to autostart [22:46] I have ubuntu 14 x64 [22:46] my program uses amixer to control sound === dmb_ is now known as dmb [22:47] but amixer seems not installed with alsa-utils [22:47] I even removed alsa-utils and reinstalled [22:49] niytro: Bummer, get anything usefull in terminal when you start 'my-weather-indicator' from terminal ? [22:49] Bashing-om, command not found [22:51] !find amixer [22:51] Found: alsamixergui, gnome-alsamixer [22:51] Bashing-om, i was root when i did the changes, does this make any difference? [22:52] niytro: Humm .. then looks like 'my-weather-indicator' is not the system ame ?? .. did it install to the /opt directory ? waht returns -> ls -al /opt <- see if we can get the proper name . [22:52] niytro: 'root' I expect to be requird to make any change to the system . [22:52] ame/name [22:53] Bashing-om, oh okay i tried to run vlc just to test and it was saying shouldnt be run as root, sorry im still learning the basics of linux [22:54] Bashing-om, on that command it just says ., .., extras.ubuntu.com, and google [22:55] niytro: No problem, we are all at some point on this learning curve. 'root' is not to be used for any ap that resides in your /home. In /home 'you' have full access. Any actions outside of /home require the elevated privileges. [22:55] Bashing-om, understood [22:57] niytro: When you installed .. is it from " sudo add-apt-repository ppa:atareao/atareao " ?? [22:59] niytro: ^^ as I do not find it in 14.04's repository . [23:00] Bashing-om, yes that is correct [23:00] Bashing-om, i added that repo [23:00] Hey I have a quick question: how can I change my computer's name? [23:01] not hostname, not username, like the FULL name of user [23:02] nicholas: in user settings? [23:02] niytro: OK, maybe not so easy to remove it .. as it is not in the repo .. lemme see what I can find on a means to properly remove it. [23:03] Bashing-om, thanks so much === echoes is now known as echoes69 === echoes69 is now known as echoes99 [23:07] hi, how/where do I report a package that got updated? (warzone2100 got an update recently) [23:09] and yes im using the 14.10 repo (lubuntu 14.10) [23:10] Metapod1: in general package only get bug and security upgrade. new program versions just come with the new ubuntu releases [23:10] but if you think its important for a bugfix file a bug (on launchpad.net) and the maintainer will see it and decide [23:10] Hello guys, how can i prevent my screen to go in screensaver mode while i'm watching full screen video ? I tried Caffeine, but it does not start in the systray, can you help me please ? :) I use XFCE4 [23:10] ok thanks. [23:11] microbe: video players should do that on their own. [23:11] microbe, I think you can go to your power managment settings and change it [23:11] IDK [23:11] niytro: Not so convinced, but I have found 2 (and more ?) instances to remove it -> sudo apt-get install ppa-purge , sudo ppa-purge ppa:atareao/atareao <- // as ppa-purge is supossed to revert to what is in the repo, and in this case there is nothing to revert to . But will not hurt to try and see what happens. see: http://linuxg.net/how-to-install-my-weather-indicator-0-6-7-on-ubuntu-14-04-trusty-tahr/ . [23:12] Bashing-om, trying [23:12] yeah microbe. 1. go to settings manager. 2. search power manager 3. got to ac or on battery 4. set the slider to your desire [23:12] k1l, nicholas it happens when i watch fullscreen video from youtube for example. When i say screensaver, its an actual screensaver, not my screen turning off [23:13] nicholas, i'm looking. wait [23:13] microbe: so you have a screensaver installed and enabled? usually ubuntu just shuts the screen off [23:13] nicholas, dpms-on-ac-off ? [23:13] I have this command 'ps auxf | sort -nr -k 3 | head -5' which shows top 5 CPU Consuming Process.. how can I get rid of the space' ', backward-slash'\' and underscore'_' that is before the name of the process ? [23:14] k1l, yes i installed xscreensaver [23:14] microbe: so might be a xscreensaver thing? :/ [23:14] i'm not so sure. I am still a n00b [23:14] k1l i'll look in the options [23:15] Bashing-om, when it is finished purging am I going to try to run the prog or reinstall? [23:15] Bashing-om, oh okay nvm i see it removing [23:16] hey anyone know how to remove all xfce4-panels? [23:16] hi guys - got laptop here with broadcom 4313 wifi it will not connect to this N router [23:17] Valduare: did you install the firmware blob? [23:17] it connects to all other networks [23:17] ah, ok. [23:17] just not this N router - all other devices can connect to this N router fine [23:18] hey valdare, check this https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [23:18] Bashing-om, the purge completed, the app is still listed in my menu and will not run === kc_ is now known as Something [23:18] Valduare: rebooted it? :P [23:18] yes lol [23:19] Valduare: you'd be surprised how many refuse to even try. is it in mixed mode b/g/n ? (router settings) [23:19] \(^○^)人(^○^)/ [23:19] ya if I set the router to legacy then iit connects [23:19] but limits my speed etc. [23:19] do strings in bash have a limitation or something? [23:19] Valduare: 'legacy' ? [23:19] ^ [23:19] Had to go back to my integrated graphics for a while [23:19] or maybe echo ? [23:19] legacy means b/g/ [23:20] I don't think the drivers are working, stuff from the 90s is lagging [23:20] Valduare: the broadcom driver probably won't even operate at 'n' so yes, none of this is surprising. [23:20] Not sure how to either check or fix [23:20] niytro: When it is done, let's see if the source is still in exidtence ( to re-install ) // ls -al /etc/apt/sources.list.d. Then we se ahat it is . [23:21] Bashing-om, atareao-ubuntu-atareao-utopic.list [23:21] Bashing-om, that and google chrome are listed [23:22] daftykins: so what should I do [23:22] Oh hey, here's something [23:22] xorg.cinf is repeatedly referencing ATI [23:22] .conf [23:22] hey anyone using cairo dock here? [23:23] Valduare: run it in legacy and take Broadcom off your christmas list [23:23] anyone know how to disable popups [23:23] ? [23:23] daftykins: not an option [23:23] Valduare: which... [23:23] daftykins: I have to send them a card every year [23:23] :P [23:23] niytro: So far so good .. -> cat ls -al /etc/apt/sources.list.d/atareao-ubuntu-atareao-utopic.list <- too see that here is NOT a '#' character at the start of the line. [23:24] no i need the router operating at N. this laptop has an N card in it so it should work === sergio is now known as Guest72961 [23:24] Bashing-om, invalid option -- 'a' [23:25] Valduare: check what driver is in use, use the above broadcom link to find out how [23:26] niytro: Check you syntax .. "ls -al" is 'ls space hypenal' . [23:26] kernel driver in use wl [23:27] hyphen* [23:27] Bashing-om, i copied directly from here [23:28] Bashing-om, i checked the help let me try another [23:28] daftykins: its an hp dv-4 4141us specifically [23:28] niytro: I got the same same .. IRC adding something .. [23:29] hey, I'm a beginner/intermediate user. any cool things I should play around in with linux? [23:29] any cool software? [23:29] niytro: ls -al /etc/apt/sources.list.d/atareao-ubuntu-atareao-utopic.list <- this one completes for me . [23:30] nicholas: that's a bit tough without knowing what you want to do, you can idle here and wait until something interesting pops up, sometimes I find something new from recommendations to others, or by problems I don't face being brought up. Also there's ##ubuntu-offtopic [23:31] ok [23:31] Bashing-om, output is: -rw-r--r-- 1 root root 136 Jan 11 17:14 /etc/apt/sources.list.d/atareao-ubuntu-atareao-utopic.list [23:32] nicholas: sorry, it's #ubuntu-offtopic , one # [23:34] how do I change my username in xchat? [23:34] I am really new to this [23:35] Hi. I canceled my main email. Anyoher way to reset ubuntu password, or reset it to its original ? [23:37] hi,.. is it possible to make conky works in console without any X session ? [23:37] niytro: Good, I goofed though, we want to see ehat that file contains, not to list it .. do: -> cat /etc/apt/sources.list.d/atareao-ubuntu-atareao-utopic.list <- . [23:37] nicholas: /nick newname [23:38] ehat/what* [23:38] anyone know how to delete all xfce4-panels? [23:39] Valduare: are you offered any alternatives through the additional drivers program? [23:39] Nixus: as in reset to defaults? [23:39] no, like remove all of them [23:39] Apparent solution: delete xorg.conf and do without [23:40] lol [23:40] is anyone alive [23:40] am i the only one in this world [23:40] no [23:40] yes [23:40] oh damn it [23:40] Noah: ask a question if you have one, else chat is in #ubuntu-offtopic [23:41] yes of course. How did i get here? [23:41] Im just leaving :) [23:42] Bashing-om, # deb http://ppa.launchpad.net/atareao/atareao/ubuntu utopic main [23:42] # deb-src http://ppa.launchpad.net/atareao/atareao/ubuntu utopic main [23:42] there is nobody on ubuntu off topic [23:44] how do I add a new irc server? like #xfce [23:44] Nixus: that's a channel, not a server. [23:45] "/join #xfce" [23:45] Nixus, a channel /j #xfce [23:45] for more, consult #freenode or look up the docs on your IRC client of choice [23:45] ok thank you! [23:45] niytro: Well, the 'ppa-purge' did "comment out" that source . In your text editor remove the '#' character and save the file .. then run terminal commands -> sudo apt-get update , sudo apt-get upgrade , sudo apt-get install my-weather-indicator <- to re-install the ap . [23:45] ahh this is the only server that has ppl on it === mbalmer is now known as mbalmer_zzz [23:46] like seriously [23:47] any oher way to reset password then with email? Or having password reset to its original? (I do not have original email account anymore) [23:47] Nixus, You seem to not know any of this, try not biting the hand [23:47] laurentusa: you forgot the password for your user account on ubuntu? [23:47] Bashing-om, doing now [23:48] anyone know why a program is smaller when I remove/purge than when its installed [23:48] anyone wanna hear a beat i just made? [23:48] I am having issues with init crashing when one of my services fails continously, anyone know if a) this is a know issue or b) there is somewhere better to post this question? [23:49] I thought I did, so asked to reset it via email (but do n ot have email) [23:50] laurentusa: err, there is no password reset feature via email for user accounts, are you sure you're not talking about launchpad or similar? the ubuntu websites? [23:50] wickedwil: this channel is technical support only. consider to ask that in #ubuntu-offtopic [23:50] ubuntu one [23:51] can't "beat" Elvin Jones [23:51] laurentusa: the sign on service i take it, not the file backup service that shutdown? [23:51] Well, well, well.. [23:51] Look at what we havvvvvvve here....... [23:51] Anyone finished with their gang bang party? [23:51] not now lol [23:51] ah [23:51] still going on then [23:51] I see. [23:51] Bashing-om, it was still installed unfortunately, i tried removing and reinstalling but no luck [23:51] !ot | Exsquire [23:51] Exsquire: #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:52] !ot whogivesafuck [23:52] LOL [23:52] Bashing-om, maybe there is an alternative weather indicator i could download? [23:52] !ops | Exsquire would like to be put on timeout [23:52] Exsquire would like to be put on timeout: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [23:52] !ot whogivesafuck [23:52] !ot whogivesafuck [23:52] !ot whogivesafuck [23:52] !ot whogivesafuck [23:53] pas cool [23:53] 90% of these channel issue like that are easily seen where their going before they get there [23:55] niytro: Yuk .. The things we get into with 3rd party software ... To my understanding 'my-weather-indictor' is the best around. Try the "ppa-purge" routine once more and again re-install it // maybe that 'apt-get purge' did something unforseen ?? . [23:56] Bashing-om, okay sounds good i will try again [23:56] Hey guys, got a n00b question. I installed youtube-dl. ... yet it was giving me an error. So I checked the version, and it wasn't the latest. I am following youtube-dl's install instructions from github, yet... not working for me. https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl [23:57] After I download to my computer, and chmod a+x .... do I have to do anything else? [23:57] niytro: It is mandantory that the source be 'uncommented' for the line to be parsed by the installer . [23:58] :)