/srv/irclogs.ubuntu.com/2014/04/25/#ubuntu.txt

timClicksI'm not sure where I should report this ... but upgrading to 14.04 if you have an NVIDIA graphics card can lead to being unable to boot. I was affected by this bug (http://ubuntuforums.org/showthread.php?t=2218019) which prevents LightDM from starting, although I have an NVIDIA 4200M00:01
timClicksI've needed to disable hybrid-power in the LightDM config00:02
nith1210timClicks: My guess would be https://bugs.launchpad.net/lightdm00:08
bluezoneMy folder icons in nautilus look like empty file icons instead of folder icons (14.04)00:19
organicanarchyIm having trouble installing my gfx card drivers00:22
organicanarchyI get the error message Errors were encountered while processing:00:22
organicanarchy nvidia-33100:22
Joshua^Dunamisbluezone: did you upgrade Ubuntu to 14.04?00:23
organicanarchyNo I did not yet00:23
bluezoneno it was a clean install00:23
bluezoneto ubuntu 14.04, and the folders were working initially00:23
Joshua^Dunamisbluezone: very strange00:24
bluezoneyep :P00:24
Joshua^Dunamisbluezone: Is this problem in every folder'00:24
Joshua^Dunamis?00:24
=== james is now known as Guest66114
bluezoneyes all folders look like empty files00:25
c|onemanrebuild the icon cache with TweakUI for windows NT00:25
Joshua^Dunamisbluezone: How work with the Guest account?00:25
bluezoneJoshua^Dunamis, okay the problem was i was using the Icons theme: Tango instead of Ubuntu-mono-dark00:27
Joshua^Dunamisbluezone: okkk00:27
bluezoneSeems to be a problem with the folder icon in the tango Theme00:27
Joshua^Dunamisbluezone: perfect ;)00:27
sasha|yop just wondering, is it possible for tr to remove a specific phrase?00:28
sasha|like for example, the thing that I want to clean is like "tv":"http://....     and I only want the http://... part00:28
sasha|ok nvm found that, now I'm wondering, is it possible to wget the output of grep?00:35
reisiowget $(grep foo)00:36
sasha|no but I mean after piping00:36
uskerinehi00:37
reisiosure, or you could just use wget $(grep foo)00:37
=== marvin is now known as Guest31084
reisioor foo=$(grep foo); wget $foo00:37
reisiouskerine: ohio00:37
uskerinethis is a bit offtopic, but there might be someone to share, does anyone use uvnc? is it still safe to use it?00:37
reisiosasha|: I guess you want | wget -i - though00:38
reisiouskerine: I use tigervnc00:38
sasha|oh oups the first one worked too... my apologies00:39
=== LarrySteeze|Away is now known as LarrySteeze
reisioVNC has never really been safe without tunneling through ssh, also00:39
uskerinedoes it support one click?00:39
reisiosasha|: pipes are cool, you don't have to go backwards :)00:39
reisiouskerine: one click?00:39
uskerinesingle click00:39
reisiouskerine: single click what?00:39
uskerineit is a feature of uvnc for remote support00:39
reisio...a feature that entails...what?00:40
uskerineyou give away an exe which connects to the server00:40
reisioah00:40
uskerineand the remote user does not have to open any port or do anything00:40
sasha|just wondering reisio, if I do a bash script, will I still need pipes or will every new line be the same as pipe?00:40
sasha|like, not just command but a .sh script00:40
reisiouskerine: I'm sure it does, a vnc viewer is no special thing00:40
=== scott is now known as Guest28950
reisiosasha|: newlines aren't pipes :)00:40
uskerinesasha| you have to pipe lines, otherwise outputs and inputs are not linked00:40
organicanarchyalright, now I installed the Nvidia driver, and im in a command line only system using irssi00:41
reisiosasha|: you can use \ to escape to a new line to keep it readable if you want00:41
uskerineBUT the first command receives .sh input00:41
sasha|reisio: k thanks00:41
reisioso00:41
reisiogrep foo \00:41
reisio| wget -i -00:41
reisioetc.00:41
organicanarchyanyone know how I get get back to booting in X?00:41
reisioor you can use variables and it'll be even more readable00:41
reisiofoo=$(grep foo)00:41
reisiowget $foo00:41
reisioorganicanarchy: back?00:42
organicanarchyreisio: I'm in a command line only system after trying to install an Nvidia driver00:42
reisioorganicanarchy: ah00:42
Jordan_Ureisio: wget "$foo" # Don't foget to quote expansions!00:42
reisioorganicanarchy: what happens when you try to run X?00:42
sasha|that sounds great reisio, I'll check it out. I'm currently writing a script to download videos from my local news site that dosen't get picked up by any browser extensions or youtube-dl, so it's quite exciting00:42
=== ethan is now known as Guest80453
organicanarchyI installed one from the unofficial NVIDIA repos, tehn it booted to CLI, so I went ahead and installed the .run package via CLI and nothiugn changed00:42
reisioJordan_U: you'll never know about quote expansions if you copy everyone's oft-unnecessary quotation marks verbatim00:42
moritzsis there a way to apply ubuntu 14.04's HiDPI-screen capabilities to XMonad?00:43
organicanarchyreisio: You mean when I type startx?00:43
reisioorganicanarchy: mmm, sure00:43
organicanarchyjust get errors then back to the CLI00:43
reisiosasha|: :)00:43
reisiosasha|: you have it all figured out and just on the script finalizing part now?00:43
organicanarchyduring the repo installation and (any other) install, I get an error saying error occured with Nvidia 33100:44
moritzswell, i don't mean XMonad in specific. I just want my programs to run resized as it is in unity00:44
=== joshtau_ is now known as joshtau
sasha|reisio: basically I've found the 'playlist' file location, they use the same ID in the URL as the video ID00:44
reisiosasha|: so you'll just fetch the real URI from the playlist value and download it?00:44
sasha|?so say the video URL is http://mainsite.com/014958190354-video.html, which is what I want to paste as my input, and the video playlist file is at http://cdn.mainsite.com/014958190354.html?something00:45
organicanarchyreisio: any clues on whats up?00:45
Jordan_Umoritzs: Only to applications, and not to anything displayed by Xmonad itself. Which, being what it is, probably shouldn't be a problem for Xmonad :)00:45
sasha|I've got the part past going to the second URL and actually wgetting the video figured out00:45
reisioorganicanarchy: grep EE /var/log/Xorg* | pastebinit00:45
organicanarchyreisio: not sure how to do that from CLI...00:46
Guest80453Hi, I am sorry if this is a stupid question I am new to ubuntu. I just switched from windows 7. I am trying to play a movie on ubuntu 14.04 and for some reason dvd playback won't work. I tried this method I found on this website, but it still will not work. http://itsfoss.com/play-dvd-ubuntu-1310/00:47
reisioorganicanarchy: just copy what I sent from 'grep' to 'pastebinit', and run it00:47
=== yena_ is now known as yena
=== bookie_sentry is now known as mrgoodcat
=== views_json is now known as wizonesolutions
=== robher_ is now known as robher
=== matthewvz is now known as Guest79210
=== gyre007____ is now known as gyre007___
=== vcoinminer___ is now known as vcoinminer__
Jordan_UGuest79210: That's because that guide is completely wrong, missing a crutial step. Try to avoid blog posts, especially when official documentation exists.00:49
Jordan_U!dvd | Guest7921000:49
ubottuGuest79210: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/community/FreeFormats00:49
organicanarchyreisio: SO i got x to boot, but its a black screen with the old X and a cursor and it had a window that said permission denied00:50
reisioorganicanarchy: permission denied for what?00:50
organicanarchyreisio: that's all it said, the only option was to close it00:51
organicanarchyreisio: and now that its closed, all thats on my screen is the X as a cursor and black screen00:51
organicanarchyshould I try to startx again?00:52
organicanarchyhow do I kill X and restart it?00:52
=== btree_ is now known as btree
tracyonesudo service lightdm restart00:58
somekoolthanks for looking it up trism01:05
=== megabit|away is now known as megabitdragon
raphaellholstein, installed the boot-repair and rode it, as it was following the pastebin01:09
raphaellholstein, http://paste2.org/bWwDyaVG01:09
raphaellholstein, http://i.gyazo.com/67836a3062d7edf13b53fb057fd31eb6.png  * http://i.gyazo.com/735e663732dfc9747d4671f78ea32235.png *  http://i.gyazo.com/b77c6b6a0d25a2178d857c36004c2558.png01:09
raphaellphotos of the recovery partition also bootable with this efi01:10
scott_zproblem: Classic Menu indicator is missing menu items that used to be there. I do not know what happend. When I run alacarte they are all there and checked. Any Ideas?01:13
rchavikwhy is it running /etc/init.d/mysql stop kills the process, but immediately another mysql process is started? (14.04 desktop)01:13
Jordan_Uraphaell: Have you selected the Windows Boot Manger entry then run "sudo efibootmgr" from a LiveCD/USB yet?01:16
benbro1how is it possible that since 14.04 was out, there wasn't a single package update on my machine?01:17
energizeranybody know how to use docky themes?01:19
nbros652I'm looking to set up a lab running Ubuntu. Is there a way that I can deny access to a list of specific programs (like nm-applet) that I don't want users (or users in a given group) to have access to?01:22
anonymous_hey01:26
=== marvin is now known as Guest98077
anonymous_hey01:26
anonymous_ANYONE01:26
anonymous_NOTICE ME SENPAI01:26
trismrchavik: mysql is being managed by upstart, so it isn't using the script in /etc/init.d/mysql, if you want to manage mysql use: initctl stop mysql; or just: stop mysql; or you can use the service script: service mysql stop;01:27
trismrchavik: it respawns because the /etc/init.d/mysql script kills mysql and the upstart script has respawn01:28
nbros652I'm looking to set up a lab running Ubuntu. Is there a way that I can deny access to a list of specific programs (like nm-applet) that I don't want users (or users in a given group) to have access to?01:37
Pushyis T-mobile LTE speed real fast or not? how come most of the time i got 3-5Mbps and some time i get 10Mbps...it is vary from time to time?01:38
thurstylark2I'm trying to set up a service, and I can't get the command to work. The command I want to use works in a root shell, but I can't get it to work in an upstart service. Can anyone give me some help?01:39
=== Guddu is now known as Guest37246
rchaviktrism, thank you for the explanation01:43
rchaviksoon, we'll have to learn systemd as well01:44
rchavik*sigh*01:44
wheresmypaaantsnith1210: Hi again :D01:44
trismindeed01:44
wheresmypaaantsoh.01:44
wheresmypaaantsdarn01:45
xixihahan01:45
thurstylark2what is the correct syntax to put a command into an init script?01:46
trismthurstylark2: might help to pastebin the upstart script01:48
=== Guest89748 is now known as ePirat
codepython777when does ubuntu keep back packages?01:51
reisiothurstylark2: if you can find where another "command" is, you should largely be able to substitute in another01:51
reisiocodepython777: keep back?01:51
codepython777reisio: apt-get update/upgrade: The following packages have been kept back:01:52
zykotick9codepython777: try "sudo apt-get dist-upgrade"01:52
thurstylark2probably means "under what circumstances does apt-get hold a package back"01:52
codepython777zykotick9: does that always happen with kernel updates?01:52
zykotick9codepython777: "apt-get upgrade" can't install new versions of stuff, that requires dist-upgrade01:53
thurstylark2reisio I found my mistake. I was trying to run a bash command using the exec prefix, when I needed to use a script01:53
zykotick9codepython777: yes, kernels require dist-upgrade usually01:53
=== phillip_ is now known as Guest11840
codepython777zykotick9: if i am running nginx , and it says i need a dist-upgrade for nginx, do i have to go back and fix my config files for nginx? Or can one assume that the old config files will work?01:54
Guest11840hi silkfox01:54
zykotick9codepython777: depends!  i don't know nginx, but if config file format has been changed, then you might!01:55
munzmaniahi! i am on 14.4 and accidentally removed /etc/apache2  folder and when i tried to re-install apache i got an error message , how can you solve this?! any idea will be appreciated01:57
munzmaniai managed to reinstall but i got an error message when i tried to start apache201:57
=== marco is now known as Guest11238
zykotick9munzmania: #debian's confmiss factoid might help?  i've pasted it to http://paste.ubuntu.com/7326668/01:59
munzmania<zykotick9> : thanks but can you plz explain more! , not sure how to deal with this info!!!02:02
zykotick9munzmania: basically, if you run "aptitude -o DPkg::Options::='--force-confmiss' reinstall $packagename" replacing $packagename with apache2, it should reinstall the missing config files you manually deleted02:04
zykotick9munzmania: fyi, you can use TAB to autocomplete nicks, your <zykotick9> didn't highlight me because of the <>02:04
jcabbHi. 12.04 server.  How can I tell what time cron.daily runs?  I don't see it in crontab -l02:05
munzmaniazykotick9 : thanks i will try it now and let you know , thanks02:05
Seven_Six_TwoI just had a kernel panic after clicking on unity dash 13.04 upgraded02:06
Seven_Six_Twoand after reboot, I logged in to kde and could move cursor, but not click on anything02:06
jcabbnevermind.  answer is in /etc/crontab02:07
BeldarSeven_Six_Two, 13.04, really?02:07
Seven_Six_Twoso I restarted lightdm and logged in to xfce.02:07
jasabellahi :) why does eth0 automatically set up eth1? i only have eth0 listed in my /etc/network/interfaces file02:07
jasabellais there any way to disable this?02:07
Seven_Six_Twoyeah. First kernel panic since I think manual ati driver installs of yore02:07
Seven_Six_Twoyears and years ago02:08
BeldarSeven_Six_Two, 13.04 is end of life and not supported.02:08
zykotick9jasabella: did you move this install from another machine, or any other reason the MAC address would have changed?02:08
Seven_Six_Twojasabella, can you pastebin the output of   lspci and lsusb?02:08
Seven_Six_TwoBeldar, oh sorry, I meant 14.04 Tahr02:09
Seven_Six_TwoBeldar, upgraded from 13.1002:09
jasabellai have two network cards btw02:09
zykotick9jasabella: that's why you have eth0 and eth1 then... ?02:09
Seven_Six_Twojasabella, even better. That's why. I don't remember what it's called, but they are automatically created.02:10
jasabellait idnt automatically create it when i commented out the lines for eth002:10
Seven_Six_Twojasabella, you can disable it with   sudo ifconfig eth1 down02:10
jasabellapug and play?02:10
jasabellaplug and play02:10
jasabellahmmm02:10
jasabellai want it enabled02:10
jasabellabut i want it for a vm :)02:11
Seven_Six_Twojasabella,     sudo ifconfig eth1 up02:11
jasabella(im having trouble setting it up and want to disable things and re-enable piece by piece)02:11
jasabellaok02:11
Seven_Six_Twojasabella, you can do with it as you wish. Your internet connection will only go through one of them by default, if that's what you're concerned about.02:11
jasabellawhat's the difference between sudo ifconfig eth1 down and sudo ifdown eth1?02:12
Seven_Six_Twojasabella, I don't know.02:12
ancapHello, fellow Ubuntu users. I'm just testing out irssi for the first time so forgive me if I type the wrong thing into chat.02:12
Seven_Six_Twojasabella, I only ever use the one. Perhaps its that one runs up/down scripts and the other doesn't?02:12
Seven_Six_Twoancap, that was a horrible thing to say. definitely the wrong thing! How could you??    ;)02:13
ancapSeven_Six_Two: Oh, dread!02:13
munzmania  zykotick9   i got this error message  "  AH00534: apache2: Configuration error: No MPM  "02:14
Seven_Six_Twoancap, good for you though. I tried it, and I know it's good, but I've so far been too lazy to learn how to use it effectively.02:14
ancapSeven_Six_Two: Glad to know this works. I've moved all my other workload into the terminal, so it seemed a good idea to have a persistent IRC session in my tmux02:14
=== scott is now known as Guest23875
munzmaniazykotick9 i got this error message "AH00534: apache2: Configuration error: No MPM loaded"02:15
rvdvmunzmania: sudo apt-get install apache2-mpm-prefork02:15
zykotick9munzmania: sorry, i have no clue... best of luck!02:15
ahmedrafathi02:16
ancaphello ahmedrafat02:17
ahmedrafatwireless not work at lubuntu 14.0402:17
ahmedrafatwhy02:17
ghostx562ahmedrafat, maybe driver not loaded?02:17
ancapThat's a rather open-ended question, ahmedrafat02:17
ghostx562faulty card?02:17
ancapahmedrafat: Did this stop working immediately after an update?02:17
ahmedrafatwhen i chose old kernal02:18
ahmedrafatit work02:18
ghostx562any specific errors?02:18
ankovowned by cassandra user02:18
sasha|Ok I'm having a bit of an impasse with my script (http://pastebin.com/8HUkXUeh), it tells me that there are no URLs...02:18
sasha|basically I don't think I'm inserting the variable into the URL correctly02:19
=== xavier is now known as Guest74394
ghostx562exit02:20
nith1210sasha|: I'm not sure this channel is right for that kind of question, but line 3 is wrong, you need to use back-ticks.02:21
sasha|nith1210: the back ticks? like ` ? for which part?02:22
Jordan_Usasha|: #bash is a great place for bash support.02:22
nith1210sasha|: lets move to pm02:22
ahmedrafatyes02:23
mdihhi guys is it possible to sort processes based on when they were last installed?02:23
buMpwhere do i find drivers for realtek ? :(02:23
mdihapparently theres this weird launch application that i cannot even close..for some reason it appeared after my brother visited a certain website02:23
mdihand have this redirection url to sin1.g.adnxs.com/click...any idea? i cant uninstall and find the application02:24
ancapbuMp: Which product? Realtek makes many things. Do you mean audio?02:24
buMpancap: ethernet connection :(02:24
ancapbuMp: In my experience they've always been part of the standard install. I might be confused, though.02:25
ghostx562buMp: usually works after install. maybe a newer plug?02:25
ancapbuMp: There's a linux driver on their website.02:25
ancapbuMp: Have you tried that?02:25
buMpnot yet.. i was looking for a ubuntu driver02:26
buMpno success :(02:26
buMpshould i try those ones?02:26
ancapbuMp: The driver should work across multiple distos, not just Ubuntu.02:26
NastyNazin a html/php document if I close the php tags then open them again later down the page do variables ive declared earlier still exist?02:26
buMpancap: ok, let me try then :) thx buddy02:27
SuperNoeManI need libcelt-dev but apparrently I can't install it because it's not found02:27
SuperNoeManubuntu universe seems to mention it here: http://packages.ubuntu.com/lucid/libcelt-dev02:27
ancapThat was odd. I just Googled "realtek linux drivers" and that was that.02:27
ancapAt least try and find these things yourself ...02:27
zykotick9SuperNoeMan: that's for lucid 10.04...  perhaps it's been removed?02:27
SuperNoeManzykotick9: well, this repository that I need to build relies on it...02:28
SuperNoeMansflphone02:28
ghostx562?02:28
rvdvNastyNaz: yes ... but better ask in #php02:28
Beldarmdih, clear the cookies and history from the browser, I see this on the web listed as a virus, but a browser type, no real linux enviroment info.02:29
NastyNazrvdv: thanks02:29
ghostx562SuperNoeMan, maybe see if you can find the .deb file on the Interweb?02:29
mdihokay ill try Beldar, thanks02:29
SuperNoeManghostx562: I need to be able to modify the source and build it02:29
SuperNoeManghostx562: I can install sflphone through the repository02:30
=== logandurand is now known as ancap
Jordan_Unith1210: Rather than PM, would you mind moving the discussion with sasha| to #bash where others can give input as well?02:30
=== Guegs_ is now known as Guegs
mdihby the way Beldar, even if i restarted the machine, the application still do exist02:30
zykotick9i've forgot how to check for versions of programs with ubottu...  anyone who knows, can you check for libcelt-dev?02:30
ghostx562SuperNoeMan, so you need the source code?02:30
ghostx562!libcelt-dev02:31
nith1210Jordan_U: Makes sense, I've suggested it to sasha|. I've never frequented #bash - yet02:31
ghostx562zykotick9, ubottu doesn't recoginze it02:31
ghostx562recognize*02:31
SuperNoeManghostx562: yes02:31
zykotick9ghostx562: that's not the right syntax ;)02:31
Beldarmdih, Not really an area common for this operating system or linux to be honest, my guess is cleaning the browser, and temps etc will work.02:31
ghostx562SuperNoeMan: let me see02:31
ghostx562zykotick9: you sure?02:32
veryhappyhey guys, what is going on, i installed the new ubuntu version 14.04 on my netbook and i seem not to be able to start gnome, do i first have to activate Xorg and my graphics drivers for that?02:32
mdihokay Beldar, ill try..thanks for the info02:32
zykotick9ghostx562: yes.02:32
ghostx562zykotick9: darn it, gotta read up on xchat commands again :(02:32
Beldarmdih, If you are running a derivative in root, that is a whole different matter.02:33
ghostx562SuperNoeMan: looks like the source code is available here :http://packages.ubuntu.com/lucid/libcelt-dev02:33
zykotick9ghostx562: !foo _is_ how to call regular factoids, but there is a check versions command...02:33
ghostx562zykotick9: i've gotta brush up, haven't been on this in a while02:34
ghostx562zykotick9: google seems to have good answers :) just looked it up, but its too much to paste and im tired.02:36
zykotick9  ghostx562 s/google/duckduckgo|startpage/ for results without tracking ;)02:37
SuperNoeManghostx562: right02:37
SuperNoeManI just made a lot of progress now that I understand the install file better02:37
SuperNoeManbut now I'm running configure on the daemon subdirectory02:37
SuperNoeManand I get this error:02:37
SuperNoeManconfigure: error: Missing sndfile development files02:37
ghostx562SuperNoeMan: what would the sndfile dev files be?02:38
SuperNoeManidk?02:38
veryhappyzykotick9: do you have an answer perhaps?02:38
veryhappyzykotick9:  i installed the new ubuntu version 14.04 on my netbook and i seem not to be able to start gnome, do i first have to activate Xorg and my graphics drivers for that?02:38
ghostx562zykotick9: is that run from Terminal?02:38
ghostx562Veryhappy: does your netbook have good enough grafx card to run gnome?02:39
ghostx562you might need a watered down version02:39
wickedheadachedam why does a cdrw not hold data in ubuntu....i see that its written but when i reboot its blank again02:39
veryhappyghostx562: it ran before on ubuntu 12.04, i should know it02:39
zykotick9veryhappy: i'm not sure... do dyou know what graphics card(s) are there?  if you have a terminal "lspci -v | grep -i vga" do you see two listed?02:39
zykotick9ghostx562: sorry, that was a joke - don't use google...02:40
wickedheadacheits more likely drivers need installing02:40
organicanarchyI seem to be having this problem02:40
ghostx562zykotick9: lol nice, i was going to try it02:40
organicanarchyanytime I install my Nvidia driver X fails and I boot to black screen02:40
wickedheadachenew drivers may also nee to be updated when you update02:40
ghostx562veryhappy: might need drivers installed? google your card and install linux drivers02:41
veryhappyq1a02:42
wickedheadachei ran active iso to burn a boot cd to recover win7 and its stuck at 99% verify failed02:43
wickedheadacheis there a help room for active software?02:43
ancapwickedheadache: Possibly try again with another disk. These things just error sometimes.02:43
wickedheadache=/02:43
ancapwickedheadache: also make sure your ISO is good, errors occur duing downloading as well.02:43
wickedheadachefracking hell02:44
ancapwickedheadache: you should be able to check your ISO file against an MD5 or SHA hash.02:44
peanutssounds like a faulty medium to me.02:44
ancapwickedheadache: It happens; I just had a PC-BSD install fail because it turns out the file I downloaded was slightly off.02:44
veryhappyok i'm gonna try it02:44
wickedheadachehmm if iso was bad it would mess up boot02:44
wickedheadachewow02:44
veryhappycan i actually choose Xorg over normal X?02:45
ancapwickedheadache: It might work, it might now, but if you're verifying the burned data then it will probably get caught during that process.02:45
wickedheadacheso it burned fine but did not boot?02:45
wickedheadacheah02:45
ancapwickedheadache: The purpose of 'verify after burn' is to overcome the many failings of physical media.02:45
wickedheadachei'll erase and do without verify02:45
Beldarwickedheadache, Can you get to a question, not a play by play?02:45
bluezoneideally whenever you burn an iso you should verify it with the program and also check the hash for the file after downloading it02:46
=== win is now known as Guest2562
ancapwickedheadache: Don't skip the verification. bluezone has it right.02:46
bluezonealso try burning at lower speeds02:46
wickedheadacheBeldar: others have the context and original question^^^02:46
peanutswhat's the worst that could happen by ignoring the verify stage? D:02:46
veryhappyzykotick9: can i choose Xorg instead of normal X?02:46
Beldarwickedheadache, Your posting way more than needed, have some respect here.02:46
wickedheadacheso failed verification indicates a bad disk more so02:47
wickedheadacheBeldar:  hush you02:47
ancapwickedheadache: Likely a bad disk. Could be a problem in the source file that's being revealed by the burned disk.02:47
wickedheadachety02:48
ancapwickedheadache: If you have persistent problems burning to CD, a USB boot may be an option as well for the tool you are using.02:48
wickedheadacheyea i'm considering this02:49
ancapwickedheadache: remind me what you're trying to burn? Microsoft has a utility that makes boot USBs from ISO files.02:49
ancapwickedheadache: You can make a Windows install/recovery CD with taht.02:49
wickedheadacheright but i'm burning from ubuntu utilities for recovery02:50
ancapwickedheadache: my misunderstanding02:50
wickedheadachethen i need to migrate files02:50
wickedheadachejoy =/02:50
=== fer is now known as ferizon
wickedheadacheoh noes02:51
ferizonhallo02:51
ferizonwhat?02:51
wickedheadachef verhazon02:51
ancapI prefer F-Mobile to ferizon02:52
ferizonwhat´s that?02:52
ferizonhahaha02:52
ferizonwell02:52
ancapferizon: It's a memorable nick.02:52
wickedheadachei'd love to just have my own wifi w/e i am02:52
ferizonthank you02:52
ferizonno mods here?02:53
ferizonthat´s cool02:53
wickedheadachethey are02:53
ancapI wouldn't know.02:53
wickedheadachexD02:53
ferizonwhat?02:53
ancapferizon: "ferizon fios" I'm done with puns now.02:54
wickedheadacheso how goes your uuntu ferizon02:54
wickedheadachelol02:54
ferizonlove it02:54
ferizonfantastic02:54
ferizonhallelujah02:54
wickedheadachei'm boycotting microshitz02:54
ancapwickedheadache: What's your irritation with them?02:55
wickedheadachethey are really scareing me - bill gates02:55
ferizonand they killed msn02:55
ferizonskype not the same02:56
wickedheadachealthough, i doubt he has direct influence on how his money is investted02:56
ancapwickedheadache: Bill Gates is barely affilliated with the company now. He just has an advisory position to make the stockholders comfortable during the transition to the new CEO.02:56
wickedheadacheor how his tech is used02:56
wickedheadacheoh snap02:56
wickedheadachewho's in line?02:56
ferizonwhat´s up?02:56
ancapwickedheadache: Satya N. is a good CEO. He's been in the job for ... two months maybe?02:57
ancapwickedheadache: Satya. N. replaced Balmer.02:57
ferizonbring back msn02:57
wickedheadacheprevious experiences/c?02:57
ferizonoh there is a mod02:57
ancapferizon: I'd tried to Bing MSN, but I couldnt' find out what it was!02:57
wickedheadachelol02:57
organicanarchyI can NOT figure this out02:58
ShapeShifter499hi02:58
ferizonuno pasta02:58
organicanarchyI've reinstalled twice, I lose X when Nvidia drivers are installed02:58
ferizonunopaste02:58
stewarfhi02:58
ShapeShifter499has anyone here gotten mini pci 3g cards working in ubuntu?02:58
ancapwickedheadache: Satya is an internal guy. I can't remember which division. He's big push is going to be refocusing the company towards devices/cloud services. He recently announced Office for iPad, which looks pretty good.02:58
wickedheadachehttp://en.wikipedia.org/wiki/Satya_N._Atluri   ??02:59
ancapwickedheadache: Satya Nadella02:59
ancapwickedheadache: He looks like he was bred by scientists to give inspiring corporate TED Talks.02:59
organicanarchyanyone here have an Nvidia card and got their driver to work?03:00
ancapwickedheadache: Got to love a guy who nails the "big picture hands" look.03:00
holsteinraphaell: you can just refer your answers to the channel.. and a volunteer can help03:00
ancaporganicanarchy: Mine worked out of the box, once I allowed installation of third-party drivers. Which card?03:00
wickedheadacheplus he's been in fir the long haul to begin with03:00
wickedheadachehe gets it03:00
kenetikorganicanarchy: http://i.imgur.com/dYltW6i.png you mean like that?03:01
wickedheadacheancap: ted talks  is what microsoft needs03:01
wickedheadachekenetik: yes03:01
ancapwickedheadache: Sadly, yes, superficial future-facing talks will do well to help their ailing image.03:01
wickedheadachewtf?03:02
kenetikWelp, yeah obviously mine works =P03:02
wickedheadachebill gates superficial but ted is awesome03:02
wickedheadacheted is a great thing03:02
ancapwickedheadache: I think TED is overrated, but Microsoft is a giant corporation that talks like a giant corpration. It's mostly a PR change, but they need that.03:02
wickedheadacheok where do you listen to ideas being expressed? otherwise called lectures that may even be interactive? q&a?03:03
ancapwickedheadache: I'm not complaining, just saying that I'm amused by their rebrand. TED's fine.03:04
wickedheadacheyoutube and skype etc is nice03:04
wickedheadachebut yea someone can take ted to another level and should03:05
wickedheadachecrap my boycott just got extreamely more complex03:07
ancapwickedheadache: I don't know your reasons, but more users of FOSS is great.03:08
wickedheadachecan't beleieve halibuton got on mad money =/03:08
Gotoleiis there a way to make compiz actually start in the background?03:08
Gotoleicompiz --replace &  doesn't have it as a job, closing the terminal kills it03:08
Gotoleican't ctrl+z from a bash script either03:08
wickedheadacheancap i agree, i'm finding out more and more about corrupt things...i'd rather my money not go to criminals03:09
wickedheadachebill gates was shady but not a criminal...people use hois stuff for bad things03:09
peanutsGotolei: I think you can use screen to deamonize processes, if that's what you're asking about.03:10
digitalicecreamHowdj03:11
wickedheadacheplus windows no longer functions in a way thats useful for me03:11
eric45644Hi... new to ubantu... need help......  I installed Samba on ubantu 14.04 inorder to connect to my home network. My home network in 1 ubantu workstation and 3 windows XP workstations.  After installing Samba I click on Browse network ------ I then get asked a username, Domain  and password.... Why can't I see my network share... I was able to access these shares when I was running windows 7 but with ubantu no acces03:11
eric45644s.... what am I doing wrong???? Please can somone help me?03:11
ancaperic45644: The first step it to use fewer punctuation marks.03:12
wickedheadachei'm bent on going down the foss road much more these days, not just cause i have no money...but they are open and evolving03:12
eric45644LOL sorry03:12
ancaperic45644: Did you put in the correct username and password for the machine you are connecting to?03:12
eric45644I'm not connecting to a machine03:13
holsteineric45644: try gigolo to connect to the samba shares03:13
wickedheadachelinux and windows pc don't see each other03:13
holsteineric45644: make sure you can ping the machines.. and try pulling down firewalls locally to connect03:13
ancaperic45644: Presumably you're browing to a network share on a nother computer.03:13
wickedheadachethe linux pc must run a windows vvm03:13
eric45644I'm just trying to see shared folders on the workgroup.03:13
wickedheadachehmm03:14
holsteinwickedheadache: its samba share..03:14
wickedheadachea router should be visible03:14
holsteinwickedheadache: its not true that windows must be running in a vm03:14
eric45644what is gigolo? what is vvm?03:14
ancaperic45644: You'll need the user/pass combination to the computer that has the shared folder. Domain can probably just be "WORKGROUP" for a Windows system.03:14
wickedheadacheok03:14
holstein!info gigolo03:14
ubottugigolo (source: gigolo): frontend to manage connections to remote filesystems using GIO/GVfs. In component universe, is optional. Version 0.4.2-1 (trusty), package size 130 kB, installed size 1001 kB03:14
wickedheadacheneeds more info and stands aside03:14
Gotoleinvm, got it with disown03:14
holsteineric45644: gigolo is an easy GUI to connect to shares03:15
eric45644ok03:15
eric45644is it installed on ubantu? or do I need to look it up and download?03:15
=== Unismurfhedgehog is now known as SonikkuAmerica
holsteineric45644: you dont03:16
holstein"need" to03:16
holsteinbut, it may help you troubleshoot.. its available in the repo03:16
Gr4cchus__must have d/c , can anyone help me with setting up tripwire. The only part i cant figure out is the mailutils program.03:17
Gr4cchus__im using an alternate solution of ssmtp03:18
trustyqinit seems that installing steam from repos may turn up complicated task, since it reqiures U1 ceredentials. Installing from web, in other hand requres curl to be installed and, well valve habitualy updated someing so no gaming this week...03:18
winnyWhen using do-release-upgrade, how do I find out what release it's going to upgrade to?03:21
trustyqinwinny: next one, or next LTS if you have LTS and not maked "short upgrade"03:22
winnylet's say i'm paranoid, is there a way i can find out before upgrading?03:22
holsteinwinny: id say, the paranoid dont upgrade.. they backup and fresh install03:23
trustyqinwinny: -s (sanbox) or -p (proposed)03:23
=== stefano is now known as Guest33953
=== axisys is now known as info
=== info is now known as axisys
winnyalso shouldn't do-release-upgrade on 12.04 tls upgrade to 14.04 lts?03:24
winnyit tells me no upgrades are available03:25
holsteinwinny: correct.. it should03:25
holsteinwinny: but, yo ushould have backups before doing those03:25
winnyyes i have backups of user data03:25
holsteinwinny: the upgrade from 12.04 to 14.04 is held up til 14.04.103:25
winnyoh ok03:25
winnythen i'll wait until june or whenever that is03:25
winnydo you know where it says that it's held up on the release notes?03:26
winnyi totally missed it03:26
thurstylark2I'm having some trouble with my upstart script. can anyone help me out?03:27
Scroobshello?03:29
Scroobsanyone here?03:29
holsteinScroobs: ?03:29
holsteinScroobs: please read the topic, and feel free and ask a question if you need help from a volunteer03:29
nbros652I'm looking to set up a lab running Ubuntu. Is there a way that I can deny access to a list of specific programs (like nm-applet) that I don't want users (or users in a given group) to have access to?03:30
ancapnbros652: Disable execute permissions for a certain user group?03:31
nbros652ancap: yes03:31
nbros652or rather, for everyone not in a particular group03:31
nbros652I guess everyone in a given group would work just as well.03:32
ancapnbros652: No, that's exactly what you need to do, I think. File permissions in Unix/Linux have User:Group:Other permissions, so you could create an admin group, set execute for root:Admin, with no permission for 'others'.03:32
ancapnbros652: something like "chmod 770 root:Admins $filename"03:33
nbros652ancap: I was afraid that might be my only option.03:33
ancapnbros652: Not an expert here, though.03:33
ancapnbros652: I think it's a great option. I love Unix permissions.03:34
nbros652ancap: I thought maybe there might be a policy where I could simply list programs by path and then specify a list of users or groups for whom that policy woudl apply.03:34
holsteinnbros652: yup.. with permissions.. thats a policy03:35
thurstylark2I'm having some trouble with my upstart script. can anyone help me out?03:35
nbros652holstein: true03:35
ancapnbros652: I'm sure there's a tool to manage it. I'm only used to my home server, which is entirely terminal.03:35
kenetikthurstylark2: Explain?03:36
nbros652ancap: what happens if you have, say 5 groups and you want 5 different policies?03:36
ancapnbros652: There are ACLs for more advanced policies. You can also create lots of Groups, with sub-groups, so things can get pretty heirarchical fast with only Unix permissions.03:36
ancapnbros652: I've only done ACLs through FreeBSD on Windows clients, though.03:37
nbros652ah, ACLs ... that's what I wasn't googling. That should get me where I want to be.03:37
ancapnbros652: ACLs/Unix permissions coexist, and I'm not entirely sure what happens when they disagree.03:38
nbros652ancap: I'll give it a go and see. Looks like the acl package is installed by default on my system.03:38
nbros652ancap: thanks03:38
ancapnbros652: Happy to help, in as much as I can.03:39
Scroobshow do I get out of the sommand line type thing and into the desktop?03:39
Scroobsa little confused right now03:39
ancapScroobs: Depends on if the GUI is running in the background, or if you booted into the terminal and need to start the GUI.03:39
Scroobsi honestly have no idea03:40
Scroobsi am just trying linux out03:40
ancapScroobs: Well, did you just turn on the system, and find yourself in the terminal?03:40
Scroobsyep03:40
ancaptype 'startx'03:41
thurstylark2kenetik I want to start a service (specifically a jar file) under screen. I have constructed a command that will work under sudo, but I can't get the script to work properly.03:41
Ben64ancap: "startx" is not the right way to get xorg running03:41
kenetikWhat's the diff in the command and the script?03:41
ancapScroobs: cancel that03:41
Scroobsall right03:41
ancapBen64: Tell him the right way, cause I'm a mostly terminal guy and haven't done that in a long time.03:42
holsteinScroobs: are you trying out ubuntu?03:42
Ben64Scroobs: which version of ubuntu did you install? what does the screen look like that you're currently at?03:42
Scroobswhatvever downloads from their website as of  an hour ago. it is a black screen with white text that askend me for  password, and my username03:43
ubuntuser13try to press clt+alt+F7  to  startx03:43
holsteinScroobs: from the ubuntu site?03:43
Scroobsya03:43
holsteinScroobs: did you get the ubuntu desktop version? or the server version?03:43
Scroobsdesktop 64 bit03:44
holsteinScroobs: did you install it?03:44
Scroobsya03:44
Scroobsit had a desktop, then restarted. now im in the command line03:44
Ben64Scroobs: try CTRL+ALT+F7 first as ubuntuser13 said, if that doesn't work, try "sudo service lightdm start"03:44
holsteinScroobs: you should boot into the desktop.. try just rebooting the system03:44
Ben64or that03:44
holsteinScroobs: sudo reboot03:44
holstein^type in that command03:45
Scroobsall right. ill try that03:45
ancapBen64: Thanks for correcting me, just tried it out the correct way on my current system.03:45
Gr4cchusxchat or pidgin?03:45
holsteinScroobs: if you dont reboot to a desktop, you'll need to become much more eloquent here for a volunteer to assist03:46
Ben64ancap: no problem. doing it the other way can make x unable to start normally03:46
rchavikhow to show the bottom 'status bar' in gnome-shell? (14.04 desktop)03:51
rchaviki accidentally get it to show but unable to reproduce03:51
Beldarrchavik, cursor in the bottom right corner is the trigger03:52
=== ubuntu is now known as Guest73484
rchavikBeldar, it's touch and go03:54
rchaviksometimes it shows...03:54
rchaviki had to minimize all windows too03:54
rchavikit's also a bit difficult because the pointer sometimes go the second monitor03:55
Beldarrchavik, I use the shell, but don't like that panel, so I have a cairo-dock there.03:55
rchavikohhh.. ok.. got it working03:57
rchavikneed to 'force' down the screen03:57
rchavikweird usability03:57
yeyemanhow do I do "match all of the same words as the highlighted one" in the new version of code::blocks?03:58
yeyemanthey seem to have removed it in the version that came when ubuntu upgraded to 1403:58
yeyemanI don't understand why, that was an important feature03:59
yeyemandon't tell me all the c++ programmers in here are hardened vim or emacs pros04:01
=== Jan11 is now known as ON1
=== megabitdragon is now known as megabit|away
nbros652ancap: any idea how I would add a guest user to a group?04:04
nbros652holstein: ^ any ideas?04:06
xWolfzWhat's a group?04:07
Diamondcitenbros652: That would depend on which user the guest runs as04:07
ancapnbros652: I'm not the one to ask on that, sorry.04:07
nbros652xWolfz: pertaining to permissions04:07
xWolfzahh, not too sure.04:08
Diamondcitenbros652: But you could always add the name to /etc/groups under the correct group?04:08
nbros652Diamondcite: logging in as guest from the login screen.04:08
ancapnbros652: I'm a nix beginner, mostly, and just like looking at the pretty colors on my termina.04:08
xWolfzI just installed Linux today.04:08
holsteinnbros652: i gave up on trying to use the guest account as you are suggesting04:08
Diamondcitenbros652: If guest can login, login, open up a terminal, do a 'whoami' to find the username04:08
DiamondciteIf it has one at all04:09
holsteinnbros652: i ended up just read-only most everything.. and having an autologin user04:09
nbros652Diamondcite: that would require that a script with root priviledges run after the user is created which happens on the fly after choosing to log in.04:09
xWolfzwhoami04:09
Diamondcitenbros652: I never had a guest user before, hence I don't know how it works04:09
xWolfz!whoami04:09
ubottuuse @whoami04:09
xWolfz@whoami04:09
unopastexWolfz: I don't recognize you.04:09
kenetik@areyousureyouwannaknow?04:10
DiamondciteThe 'whoami' thing is a Linux terminal command04:10
DiamondciteNot an IRC channel command04:10
xWolfzAhh.04:10
ancap> "saymyname" you're damn right04:10
kenetiklol04:10
nbros652Diamondcite: yeah, but I want to automate it for purposes of permissions.04:10
Diamondcitenbros652: Why not just give 'others' permission?04:11
DiamondciteSince if you are giving guest access, then anyone should be able to access?04:11
nbros652I'm going to have more  than 2 types of accounts on the computer.04:11
DiamondciteAnd you control guest types.. how?04:11
xWolfzHow does the Linux filesystem work? It's like Windows where windows segregates drives, such as C:/ or D:/04:12
holsteinxWolfz: no04:12
nbros652Diamondcite: I'm saying "other" might not be enough. I'll likely need to use ACL with more groups.04:12
DiamondcitexWolfz: Mount points are like the C:\ D:\ Drives04:12
xWolfzMount points?04:12
Diamondcitenbros652: Why not make specific users then?04:12
holsteinyou can mount something anywhere though04:12
holstein!mount04:12
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount04:12
xWolfzAhh04:13
xWolfzSo by default, your HDD is mounted to />04:13
xWolfz?*04:13
holsteinyou can mount a drive to a location in the filesystem.. you can mount a network attached share or drive and make it seem as though its part of the filesystem04:13
xWolfzThat's cool04:13
xWolfzWay cooler then windows04:13
nbros652Diamondcite: because I want the account to reset on each login (lab setup)04:14
xWolfz!mount04:14
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount04:14
xWolfzNeeded the URL sorry04:14
rchavikBeldar, they seem to remove the cable connectivity indicator as well?04:14
nbros652Diamondcite: guest account erases changes and logs in with my setup each time.04:14
holsteinxWolfz: thats what the bot is for :) ..you can always query the bot, as well04:14
xWolfzhahahah04:15
nbros652Diamondcite: ah well, gotta run. It's lunch time, and I'm being called away.04:15
xWolfzThis is gonna be a tough journey04:15
DiamondciteIt's bed time, I am going to sleep04:15
holsteinxWolfz: migrating from windows? you mean?04:15
xWolfzyup04:15
xWolfzlol04:16
holsteinits just different, is all.. try and not make linux be windows, and i think you'll be fine04:16
iwan_всем привет...04:17
xWolfzholstein: there's just so many questions I have.04:17
TheteDoes anyone know if there's a Pepper iced tea plugin for Chromium?04:17
Diamondcite!ru iwan_04:18
holsteinxWolfz: just start using it, like you didn windows. try not to jump all in.. you didnt load up windows with such advanced questions the first few uses.. you added things as you had needs04:18
TheteChromium no longer supports Netscape plugin API04:18
iwan_а что это за чат???04:19
xWolfzholstein: ahh, that's very true.04:19
holstein!ru | iwan_04:19
ubottuiwan_: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.04:19
Bashing-omxWolfz: You are at the right place for questions ! .. This is open source -> no secrets.04:19
xWolfzhahahahah04:20
xWolfzALREADY LIKING THIS COMMUNITY WAYYY MORE04:20
iwan_join ubuntu-ru04:21
holsteiniwan_: you need the command "/join"04:21
holsteiniwan_: "/join ubuntu-ru"04:22
IcemanV9Thete: yes, there is a package called pepperflashplugin-nonfree for Chromium.04:22
Thetethat's flash04:22
Thetenot java04:22
TheteI'm talking about open-jdk iced tea plugin04:22
IcemanV9ah. my mistake. didn't read it slowly. :'(04:23
iwan_"/ join  ubuntu-ru"04:24
Logan_Thete: no way to get Java in Chromium atm04:25
Theteahh04:25
Theteok, thanks04:25
holsteiniwan_: введите следующую команду именно так, как написано     /join ubuntu-ru04:26
dastaanshouldn't that be # in front of ubuntu-ru ?04:27
dastaanjust saying04:27
holsteindastaan: lol04:27
holsteiniwan_: введите следующую команду именно так, как написано     /join #ubuntu-ru04:27
dastaan:)04:27
defcon102what up hackerz04:28
TheteHopefully icedtea-web is workin on it cause Firefox is droppin the NPAPI crap too at some point04:29
brandon__and i told them i invented times new roman04:33
somsip!ru | iwan04:35
ubottuiwan: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.04:35
dastaani guess iwan is already there04:36
system1helllo04:38
dastaanhello04:39
dastaanmorning04:39
wrennyHm that sucks, no Spotify for Ubuntu....04:40
iwan_всем привет...04:40
Diamondcitewrenny: Try to install 'wine' and see if you can use spotify for Windows with that.04:41
xanguahttps://www.spotify.com/download/04:41
wrennyI'm a Ubuntu noob04:42
wrennyhaven't done wine yet04:42
DiamondciteActually, xangua's link has a Spotify for Linux preview04:42
DiamondciteGive his link a shot?04:42
wrennyi saw that04:42
iwan_А что это за чат???Обще мировой что ли...04:42
=== root_ is now known as Guest45615
wrennydoubt i can do all the directions there04:43
wrennyI may be able to install wine with some help04:43
Diamondcitewrenny: Install it from the software center04:44
netyireiwan_: Это журнал, поддержка чата для бесплатной открытым исходным кодом операционной системы! Также #ubuntu-russia04:44
wrennyi see several things04:45
anton02i upgraded from ubuntu 13.10 to 14.04 now muh zfs is gone. Wat do?04:45
wrennyq4wine04:45
wrennyMicrosoft layer04:45
anton02by zfs i mean zfs.ko04:45
Diamondcitewrenny: The package name should just be 'wine' nothing before or after it04:46
wrennyI'm in Ubuntu softwarfe center04:46
wrennysearched wine04:46
DiamondciteI am not in the software center.. not even running ubuntu at the moment, blind as a bat =P04:46
DiamondciteNormally I would have you open a terminal04:47
wrennyi see Microsoft windows compatibilitylayer04:47
Diamondciteand then type "sudo apt-get install wine" without the double quotes, and then enter your login password when asked.04:47
wrennymeta-package04:47
CiSenseHi, I have 14.04 running ok with the 3.11.0-19 kernel, should I update to the 3.13 kernel?04:48
wrennyk04:49
jellowCiSense, Unless you have external modules compiled into kernel then I see no reason not to upgrade to the latests and greatest could potentially offer enhancements04:50
BeldarCiSense, Any reason your not updated now?04:50
wickedheadacheman my head gets all cloudy easy these days....samba sounds like it could mount or view a dynamic drive virtual drive vfs ?04:51
iwan_куда и как и что мне для начала нужно сделать???04:51
iwan_что бы я мог читать все написаное...по русски...04:52
chipohola, tengo una duda sobre el sudoers no se si alguien me puede ayudar04:53
CiSensejellow, thanks ... Beldar i upgraded from 13.04 and it kept the same kernel04:53
CiSenseBeldar, oops that should have been 13.1004:54
BeldarCiSense, Kernel upgrades should show with a sudo apt-get update ; sudo apt-get dist-upgrade04:56
CiSenseBeldar, I used the gui "upgrade" option04:57
DrewsephAi need a lot of help, is there anyone who can dedicate a chunk of time (30 min or more) to helping me?04:57
jellowCiSense, Unrelated but you can view the changelog with apt-get changelog linux-image-3.13.0,  although it is not in layman terms04:57
CiSenseBeldar, jellow so i should just do this  "sudo apt-get update ; sudo apt-get dist-upgrade" ?04:58
A-Ubuntu-Usergreetings. is this the help channel for ubuntu?04:58
BeldarCiSense, the gui software update is fine04:59
wickedheadachetakes some migrane meds and continues reading and attempting to fix this partition04:59
iwan_что это за чат может мне кто нибудь объяснить и что здесь делать???04:59
jellow!ru | iwan_05:00
ubottuiwan_: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.05:00
iwan_уже набирал...что дальше???05:00
=== matthew is now known as Guest97001
Guest97001is there a oracle vb chatroom?05:01
A-Ubuntu-Userokay. here's the problem. i was fiddling around with Gnome fallback (compiz) and messed things up. now, i used "setsid unity" and there's the unity interface on top of the gnome interface. anyone know how to get rid of unity?05:01
chiposomebody can help me with sudoers problem??05:01
BeldarGuest97001, #vbox05:01
Guest97001Beldar how do i get to there?05:02
Guest97001n/m05:02
BeldarGuest97001, /j #vbox05:02
Guest97001thanks beldar05:03
jellowCiSense, yes or sudo apt-get update && apt-get upgrade the latter will never remove installed packages however is more likely to fail if you're using as a desktop should not matter.05:04
jellowCiSense, I do not mean to confuse your both are valid commands and will upgrade your system and kernel included05:05
Beldarupgrade only wont upgarde the kernel05:06
Beldarupgrade*05:06
iwan_!ru05:09
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.05:09
jellowBeldar, upgrade does on my system05:10
CiSensejellow, Beldar ok i did: sudo apt-get update and  then sudo apt-get dist-upgrade  it upgraded the  software center05:10
Beldarjellow, A kernel upgrade within a kernel will, upa  version needs dist-upgrade05:11
oneof3hello. when i click the suond icon the "sound settings" does not open.05:12
jellowBeldar, is that because it is considered as a new package ?05:13
Beldarjellow, Heh, not sure, I am not real clear on the dist-upgrade parameters, not ever having a problem there basically.05:14
BeldarAt least since understanding partial upgrades, lol05:14
CiSenseno harm done apparently and now I have an upgraded softer center running on 14.04 with a 3.11 kermel05:16
BeldarCiSense, You have to reboot if you had a kernel in that upgrade, was there any there?05:17
jellowBeldar, ah well thanks anyway nice know always used upgrade up to now.05:17
oneof3installed xfce4-mixer and it worked05:17
kurtqiaohi guys, may i confirm that Ubuntu already support secure boot enable since 12.04?05:17
kurtqiaoi notice "Microsoft signs Canonical's 'shim' 1st stage bootloader with their 'Microsoft Corporation UEFI CA'." on wiki web site05:18
Beldarjellow, Are you rooting the terminal for updates and upgrades?05:18
CiSenseBeldar, nope only 325 kB05:19
jellowBeldar, yes05:19
BeldarCiSense, Something is up, if you are running 14.04 you should be getting a later kernel. I have to go to work, others would be better in this area really.05:20
=== __william__ is now known as WilliamDotAT
=== WilliamDotAT is now known as __william__
CiSenseBeldar, ok thanks for your time ... i'll keep asking about this05:20
Beldarjellow, Ah, not a good idea in ubuntu, if canonical, hehe, not designed to be run that way, debian and others are.05:21
=== __william__ is now known as WilliamDotAT
=== WilliamDotAT is now known as WilliamDotSI
Prakash_/dev/mapper/lvm-root: open failed: No such file or directory05:33
Prakash_this is the msg cuming in lvdisplay05:33
Prakash_after rebooting system05:33
Prakash_i have run apt-get upgrade command before rebooting05:34
Archimedes1776Hey guys, just bought a Dell Inspiron 7357 and I can't figure out how to get Ubuntu on it05:39
Archimedes1776It won't go into the boot menu and I tried tinkering in the BIOS menu but cant get it to boot to a usb05:39
anton02Archimedes1776: maybe you have secureboot05:45
Archimedes1776Well I went into bios and tried to change the boot order but I'm worried that if I do and it doesn't work then I can't get back to Windows 805:45
anton02it's funny how theres only shitposting in this channel and then when someone asks for help they don't get it05:45
bazhang!language | anton0205:46
ubottuanton02: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList05:46
Archimedes1776Because the F12 option on startup does nothing and I have to go to a menu on windows 8 to make it even boot into bios05:46
Prakash_I have upgraded my system using apt-get upgrade sucessfully but after rebooting the same05:49
Prakash_I am getting below message in lvdisplay..and also all mount points are mounting automatically05:49
Prakash_no issue in that05:49
Prakash_/dev/mapper/lvm-root: open failed: No such file or directory05:49
becker_11Quick question can the 32 bit version of the latest ubuntu be used for any 32 bit OS? it states only for systems with 2GB of ram or less but my mates laptop is 32bit and it has 3GB of ram installed05:49
Prakash_please help05:49
llutzbecker_11: its no problem to use 32bit there too05:49
becker_11llutz: thanks mate05:50
Seven_Six_Twosince upgrade, my laptop is broken. I can boot, but get video glitch/freeze when opening any browser or menu. Here's a video that I took with my phone. When it does this, only the power button works.  http://tinypic.com/r/3469wu0/805:51
Seven_Six_Twosometimes the screen just goes grey, and no key combos work.05:51
c|onemanlol05:52
Seven_Six_TwoUnfortunately I can't get my laptop to detect usb key made with startup disk creator, so I'm trying unetbootin. What's funny c|oneman ?05:53
netyireSeven_Six_Two: please hold, your video is being reviewed05:53
Kartagishow can I get rid of this annoying, annoying 'Unable to mount /mnt/foo' message?05:54
c|onemanyour computer is having a seizsure, it's a little funny.05:54
Kartagisis there a priority or something?05:54
netyireSeven_Six_Two: do you know what components you have in the box? any information concerning your video card will be useful05:54
Seven_Six_TwoI have an HP g60, with nvidia05:55
c|onemancan you boot into a 2d desktop?05:55
Gr4cchushey guys, are any of you having ppa problems with  ppa:numix/ppa on the 14.04 ubuntu release?05:55
KartagisGr4cchus: out of curiosity, what's numix?05:55
Seven_Six_Twolike xfce? yes. I can boot to any desktop, it's when I try to do something like click a menu, start a browser, that I have the issue.05:55
Gr4cchusi had numix running a few days ago on an upgraded system from 12.10 or sumin05:56
Seven_Six_TwoKartagis, that's a ppa maintainer's username05:56
netyireSeven_Six_Two: I'm reviewing g60 hardware, please hold05:56
Gr4cchusKartagis, it spices up the unity desktop05:56
Prakash_I have upgraded my system using apt-get upgrade sucessfully but after rebooting the same...I am getting below message in lvdisplay..and also all mount points are mounting automatically..no issue in that05:56
Prakash_ - /dev/mapper/lvm-root: open failed: No such file or director05:56
KartagisSeven_Six_Two: I thought package name05:56
Seven_Six_Twonetyire, hp g60-428CA05:57
Gr4cchuscan one of you on 14.04 add the sudo add-apt-repository ppa:numix/ppa and do a apt-get update and tell me if u get an error at the end?05:57
ankovnutcases, the lot of accounts on what card05:57
Seven_Six_TwoKartagis, I think you're right, actually05:59
netyireSeven_Six_Two: I am unable to find details on that specific -428CA make, but it appears the G60s ship with Nvidia 8--- Ms06:00
Seven_Six_Twonetyire, yes, I think that's correct. 8200M06:00
=== oleg is now known as Guest30539
Psil0Cybinhey guys how can i find out what DNS Server I am connecting too even if I am using a VPN? Just to make sure I am not having a DNS leak, out of curosity perhaps someone here might know :P if there is a terminal command to display my DNS Server or something06:01
netyireSeven_Six_Two: the options here are (1) troubleshoot xorg and reinstall nvidia drivers (2) determine if graphical corruption is due to hardware06:01
Seven_Six_Twonetyire, the 428CA is a regional model. It was sold in Canada. Those suggestions are why I'm trying to boot from usb, but for some reason it's not being detected.06:01
Seven_Six_Twounetbootin is taking for effing ever...06:03
netyireSeven_Six_Two: did you experience any display problems on the previous OS?06:03
Seven_Six_Twonetyire, no, none at all.06:04
Kartagishow can I get rid of this annoying, annoying 'Unable to mount /mnt/foo' message? is there a priority or something?06:04
netyireSeven_Six_Two: Ubuntu has tried & tested support for Nvidia hardware, can you obtain installation medium through other means?06:05
Seven_Six_Twonetyire, unfortunately not. I have 2 computers only, and this one doesn't have a burner in it. Maybe another day...06:05
Gr4cchuscan anyone help me trouble shoot a problem with a ppa for numix?06:07
netyireSeven_Six_Two: make sure to verify the integrity of the installation media at boot, and boot failsafe first to determine it isn't the hardware just to be sure06:08
somsipGr4cchus: normal advice with a PPA is to contact the PPA maintainer, eg: numix06:08
Gr4cchussomsip, yeah thats what im trying to look around for06:08
somsip!PPA | Gr4cchus (search URL is listed here)06:09
ubottuGr4cchus (search URL is listed here): A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge06:09
Seven_Six_TwoI don't see grub screen when I boot. Is there a new trick?06:09
netyireSeven_Six_Two: nope, just hit f8 till it pops up or configure grub to wait before booting06:09
b3nt0Anyone know a quick and dirty way to reset xwindows, to default. I am not running ubuntu, running lubuntu. Maybe there is a package there that is similar. Did not really wanted to reinstall or redo all my libs. just wanted to purge xwindows and file manager and such. and install it again. Thank any help is appreciate it. Everything i found on the googly is to purge the packages and manually reinstall06:10
Seven_Six_Twof8 does nothing for me...06:11
wickedheadachehow do i turn off my laptop's camera/disable06:12
Blue1but tape over it?06:12
Seven_Six_Twowickedheadache, it's normally off. does yours stay on?06:12
wickedheadachenaw it still uses resources06:12
phuhQuestion --> Is Supervisor the best process manager we have today?06:13
mwally_Good day gentlemen, I am troubleshooting a "Creative Labs SB0886 Sound Blaster X-Fi Titanium Fatal1ty Professional Series" Sound Card.  Ubuntu 14.04 shows it as a "EMU20k2 X-Fi Titanium Series," and the Front Center and Subwoofer channels are not working (everything else appears to be fine). -- Any idea what I can try?06:13
nbros652Diamondcite, holstein: you still here? I found a solution and just thought I'd pass it along. holstein mentioned that he gave up trying to use the guest account the way I plan to.06:13
wickedheadacheall netbooklaptop desktop devices can be accessed or monitored or just load un used stuff into memory and cycles06:13
Seven_Six_Twomwally_, I believe that there are special software packages for that chipset.06:14
Seven_Six_Twomwally_, look in synaptic package manager.06:14
mwally_Seven_Six_Two, thank you.06:14
DQSIIso i am setting up 14.04 now i dual boot with win 7 that way my linux is good for another 5 years at least xD06:14
Seven_Six_Twowickedheadache, you could try unloading the kernel modules for your camera. be warned... messing with kernel modules is a great way to break something.06:15
wickedheadacheoh yes it is06:15
wickedheadachety06:15
nbros652Diamondcite, holstein: You can grab the guest account name from /etc/passwd with grep and cut. Then in the /etc/guest-session/prefs.sh you can add the dynamically created guest username to any group you want.06:15
wickedheadachehow do i instal intel gma 4500 drivers?06:15
Seven_Six_Twowickedheadache, iirc intel video drivers are already in kernel.06:16
Gr4cchusoh wow that is fkn weird. all of a sudden it works now06:16
wickedheadacheoh06:16
wickedheadachehmm06:17
=== CyberJacob|Away is now known as CyberJacob
energizer1Chromium lags *heavily* on amazon and other sites, but it doesn't when I'm incognito. Help?06:18
Seven_Six_Twonetyire, interesting, additional drivers says I'm using nvidia binary 331.38 but glxinfo | grep direct  doesn't show direct rendering (shows extension GLX missing on display :0.006:19
Seven_Six_Twoenergizer1, remove excess plugins06:19
netyireSeven_Six_Two: try removing the nvidia drivers, this will cause X to fallback on vesa drivers. You'll lose advance rendering , but it should be more stable06:20
netyireSeven_Six_Two: perhaps the wrong nvidia-fglrx package was installed06:20
=== ubuntu is now known as Guest29563
Seven_Six_Twonetyire, I was considering installing the 173 version. I've used it before iirc. I'll check the package that you mentioned too.06:20
netyireSeven_Six_Two: I'm looking up the package for the 8200M, one moment06:21
energizer1Seven_Six_Two: ok i turned off all my chrome extensions, and it worked.06:21
Seven_Six_Twonetyire, thankfully I know how to use bash when this all goes wrong  ;)06:22
energizer1is there any way to speed up chromium even with my extensions on (i like them)?06:22
Seven_Six_Twoenergizer1, get more memory, faster pc, shut down other programs that aren't needed.06:22
Seven_Six_Twoenergizer1, it might only be 1 plugin. you could disable them incrementally to see which is giving the issue.06:23
energizer1Seven_Six_Two: i7-2600K CPU @ 3.40GHz × 8 with 16gb ram... so ya maybe there's just one culprit06:23
Seven_Six_Twoenergizer1, lol. likely. what about internet speed? could a plugin be sending/receiving data?06:24
igoosneed help06:25
netyireSeven_Six_Two: the wire reports rampant difficulties with the 8200 M, it's supposed to be solved with the 173 package. 2 threads mention compiling from a specific source package, 1 references this ppa: sudo apt-add-repository ppa:xorg-edgers/ppa06:25
igoosim running ubuntu 14.04lts06:25
Seven_Six_Twoigoos, that's why you're here. perhaps you could expand on that?06:25
igoosand wifi is giving problems06:25
mwally_Seven_Six_Two, it turns out that center channel was muted in Alsa and the Ubuntu GUI controls didn't have the option to unmute it.  Command-line did the trick: seems to be working now.06:25
igoosi have ralink rt536006:25
igoosand then when i put in password it keeps asking me to reconnect06:26
wickedheadachemwally_: word06:26
Seven_Six_Twonetyire, you've gone above and beyond. I'm trying the first option, but as I have my last final tomorrow, I'll have to try again later if this doesn't help. Either way, thank you very much.06:26
netyireSeven_Six_Two: this looks easier, and has been recommended http://askubuntu.com/questions/277866/gpu-lockup-on-nvidia-geforce-8200m-g06:26
energizer1Seven_Six_Two: ping 19, 11mbps down, 2mbps up. seems fine i'd think06:26
=== badon_ is now known as badon
netyireSeven_Six_Two: may the spirit of Ubottu forever guide *your* journey! And come tell us how your final went on #ubuntu-offtopic if the graphic card works :-)06:27
igooswifi giving problems on ubuntu 14.04lts amd64bit ralink rt5360. whenever i enter the password it keeps asking me to re-enter06:28
kkerwinHi. I'm looking for some help setting up optimus in 14.04.06:28
Seven_Six_Twoigoos, are you putting in the wep/wpa key, or your user password?06:29
Blue1igoos: this may/may not help:  http://pkill-9.com/stabilizing-atheros-ar9485-ath9k-connection-linux-wheezy/06:29
igoosit just detected my network and asked for password. it is a wpa2 network06:29
energizer1Seven_Six_Two: found the culprit. this thing:https://chrome.google.com/webstore/detail/autoconvert-auto-currency/pbghjbbdfkjffaalmcfgelakmeckapnd06:30
Seven_Six_Twoenergizer1, excellent!06:31
igoos@Blue1 mine is a ralink so i dont think it will work06:31
Blue1igoos: right but the principle is the same --06:32
Blue1just a different modproble06:32
energizer1Seven_Six_Two: Thanks for your advice!06:34
Blue1igoos: do you know the model number?06:34
igoosralink rt536006:35
igoosthe device driver isnt loaded. I tried compiling with http://steveswinsburg.wordpress.com/2011/03/12/how-to-install-a-d-link-dwa-525-wireless-network-card-in-ubuntu-10-04/ I had done that on ubuntu 12.04lts and it worked06:36
igoossomehow it aint getting compiled here06:36
Seven_Six_Twonetyire, the new driver seems to have done it. YAY!!!06:36
netyireSeven_Six_Two: <3 ;-D06:36
netyireSeven_Six_Two: #ubuntu is a logged channel, for the record (others will be reading this in future) please state which driver it is and from which repository06:37
james0r2should all ubuntu mirrors be created equal? i ran into a broken package issue or two when i switched to a chinese mirror06:37
Seven_Six_TwoI have a meeting with a new client after my exam tomorrow, and I was dreading showing up without a computer (I do IT consulting)06:37
Seven_Six_Twonetyire, I have an HP g60 laptop with nvidia 8200M, and the newest driver in 14.04 wasn't working. I downgraded to 173.#.# and rebooted. Everything works now.06:38
netyireSeven_Six_Two: don't be, what kind of consulting does it involve? also, converse about this on #ubuntu-offtopic, or bazhang will ban me06:38
netyirehooray Seven_Six_Two! was this the 173 from the official repositories?06:39
=== mwally_ is now known as mwally
wickedheadachek06:39
langhunmhi06:39
Blue1you donloaded the rt2860 software?06:40
langhunmhow can i paste jpg06:40
Seven_Six_Twonetyire, yes. I found it with the "additional drivers" utility (I think it's jockey), not ubuntu software centre.06:40
langhunmhow can i paste jpg to show my question06:40
Blue1!dkpg tell langhunm about paste06:40
ubottulanghunm, please see my private message06:40
langhunmthanks06:41
bazhangBlue1, its ubottu here06:41
igoosi had used ralink 5390 5392 drivers last time on ubuntu 12.0406:41
Blue1bazhang: thanks -06:41
netyireSeven_Six_Two: thank you Seven_Six_Two, this will help other users in the future :-)06:41
bazhangBlue1, you can also !factoid > nickname06:41
Seven_Six_Two!factoid > Seven_Six_Two06:42
ubottuSeven_Six_Two, please see my private message06:42
Blue1igoos: ok just d/l it here06:43
Seven_Six_Twoaaw. I was hoping that it was going to tell me something about myself.06:43
Seven_Six_Two!factoid < Seven_Six_Two06:43
ubottuSeven_Six_Two: I am only a bot, please don't think I'm intelligent :)06:43
Seven_Six_TwoSeven_Six_Two > !factoid06:43
Blue1igoos: let me see if I can find the directions06:45
=== UKn0Meh is now known as UKn0Me
igoosokay i downloaded that06:45
igoosnow?06:46
Blue1igoos: wow that is incredibly messy06:47
igoosif the PC detects a wifi network, why cant it connect?06:48
=== sevensixtwo762 is now known as Seven_Six_Two
Blue1okay I have missing libraries which make sense06:50
jjavaholicis it possible to move the close, min, max buttons to the right?06:53
user123after instaling kubuntu desktop my unity panel gone wierd keybord select picture is mising and menu in panel is smaller wi smaller font and chrome looks like kde06:53
Blue1igoos: it is compiling here06:54
igoosso i just do make && make install?06:55
Blue1make06:55
Blue1and then sudo make install06:55
=== gnu is now known as Guest16431
Blue1I am not doing the sudo make install but it looks good here06:56
igoosleaving directory /usr/scr/linux-headers-3.13.0.24generic06:58
igooserror206:58
Blue1you might need to install the headers06:58
igoosokay06:58
Blue1sudo apt-get install linux-headers-3.13.0.24generic06:59
Blue1don't tellanyone I am on a debian/wheezy system at the moment06:59
Blue1or something close to that.06:59
Blue1you need the headers to compile06:59
Blue1igoos: past pumpkin time here -- (midnight) -- my brain turns to mush.  Good luck. let us know how you made out.  Best of luck to you.  Hope that points you in the right direction07:02
igoosthanks a ton mate07:02
langhunmhello everyone07:02
igoosi guess i got where i was wrong07:03
langhunmhttp://imagebin.org/307401  http://paste.ubuntu.com/7327884/07:03
Blue1langhunm: off hand I'd say - wrong character set?07:03
langhunmthis is my question07:03
Bhargav97updating from 13.10 to 14.04 via software updater will clean data (/home dir)?07:03
langhunmhow to config it07:04
Sheila18 Hi! I give you some videos. I hope you like! http://j.mp/1gAh6Jy07:04
bazhangBhargav97, no07:04
Bhargav97And gt tee07:04
Bhargav97Sorry...that was by mitake07:04
robcsihi. I've installed Ubuntu 14.04 LTS last night, and I can't seem to install synapse. was it removed from this release?07:04
Bhargav97The nes 14.04 is baed on debian and not redhat?07:05
Bhargav97new*07:05
Bhargav97based*07:05
bazhangBhargav97, ubuntu is always based on debian07:05
Bhargav97ok07:05
Bhargav97ty07:05
Bhargav97i m a little noob or ubuntu07:05
bazhang!manual | Bhargav97 have a read07:06
ubottuBhargav97 have a read: 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/07:06
Bhargav97i am not that big nnoob too07:06
Bhargav97:D07:06
netyireBhargav97: he doesn't mean it that way, the Ubuntu manual is the product of exceptional effort & much love :-D07:08
=== eugen is now known as Guest51206
Bhargav97ok07:14
Bhargav97i'll read it07:14
Beldar!info synapse07:16
ubottuPackage synapse does not exist in trusty07:16
Beldarrobcsi, ^^^ I noticed it was gone today myself.07:17
Beldarfound a deb though07:17
robcsiBeldar: yes, it's obvious, but why?07:17
Beldarrobcsi, No idea.07:17
robcsiBeldar: this link shows that it's available only for 13.10, at highest https://apps.ubuntu.com/cat/applications/synapse/. maybe it's not yet supported for this LTS07:19
robcsi!info artha07:20
ubottuartha (source: artha): Handy off-line thesaurus based on WordNet. In component universe, is optional. Version 1.0.3-1ubuntu1 (trusty), package size 69 kB, installed size 209 kB07:20
Beldarrobcsi, I see this ppa, https://launchpad.net/~synapse-core/+archive/testing07:20
robcsiBeldar: thanks, will try that07:22
lazahi! Why has jenkins-cli been removed from trusty? What's the replacement?07:23
Beldarrobcsi, Heh, bleeding edge synapse.07:24
bazhang!info jenkins-cli | laza07:24
ubottulaza: Package jenkins-cli does not exist in trusty07:24
robcsiBeldar: :D07:24
bazhang!find jenkins-cli07:24
ubottuFile jenkins-cli found in jenkins-cli07:25
bazhangwhat...07:25
Beldarmust be in other releases07:25
bazhangthats for trusty07:25
laza!info jenkins-cli07:25
ubottuPackage jenkins-cli does not exist in trusty07:25
Blue1new one on me07:26
bazhangwhats it do laza07:26
BeldarI thought the find just returns whats available in all releases07:26
=== k-joseph_ is now known as k-joseph
bazhangBeldar, you need to append the release if not trusty07:26
Blue1might be called:  eclipse-mylyn-builds-hudson - Mylyn Hudson/Jenkins Connector07:26
Beldarah, makes sense. ;)07:27
lazait was available in saucy and left out of trusty07:27
Blue1well I search on debian for that but don't tell anyone07:27
bazhanga PM with ubottu is handy for that07:27
lazaI'm using it to update several jenkins jobs from xml files07:27
BeldarBlue1, I'm running 14.10, don't tell anyone.07:28
Blue1how is 14.10?07:28
Blue1I have 14.04 gnome on a test machine.07:28
Beldarmostly 13.04, lol, just the repos open is all07:29
Beldar14.04*07:29
Blue1I have one problem with 14.04 (gnome) otherwise it is fine07:29
=== decaf is now known as Guest83658
bluezoneunity keeps crashing on 14.0407:30
bluezoneoften when i click on an application with 2 or more instances opened07:31
bluezonesometimes randomnly07:31
dastaanyes07:31
dastaanexactly07:31
dastaankinda annoying07:31
bluezoneyeah07:31
dastaannow i right click to switch between the windoes07:31
dastaan:D07:31
bluezonehaha07:31
Bhargav97wqe07:32
Blue1for some reason, if I set the display resolution to say 1024x768, when I logoff and then back on again, it resets the resolution to 1400x900 (highest resolution) -- I can't read that small!07:32
Blue1i haven't gotten xrandr to work correctly --- yet.07:33
dastaanwhy don't you increase font size ?07:33
dastaan:|07:33
nowayrideBlue1: what's wrong with it? (just joined)07:34
Blue1nowayride: I can't read print that small07:34
Blue1sure I can fix it temporarily by resetting the display resolution, but it shouldn't reset it when I log off07:34
fribhi.  i'm having trouble installing cinnamon in ubuntu trusty.  says repository isn't found?  any help appreciated, thanks.07:34
nowayrideBlue1: my text? Um, it's default Pidgin size... anyway you'd need to add the modeline to xorg.conf (or rather, xorg.conf.d)07:36
Blue1well it is using the default display driver -- so there isn't an xorg.conf - I suppose I could create one though07:37
Beldarfrib, Mate is in 14.04.07:37
bazhang!info cinnamon07:37
ubottuPackage cinnamon does not exist in trusty07:37
Beldar14.10*07:37
bazhangits in mate-themes iirc07:37
bazhang!find cinnamon07:37
ubottuFile cinnamon found in gamgi-data, mate-themes, muffin-common, openclipart2-png, openclipart2-svg, tdiary-theme07:37
nowayrideIt's likely in /usr/share/X11/xorg.conf.d/ where you can just create like 20-monitor-fix.conf07:38
bazhangtry mate-themes frib07:38
ichatbazhang:  cinamon is a mint thing  !mint07:38
ichat!mint07:38
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org07:38
bazhangichat, some mint stuff made it to ubuntu07:38
Blue1yeah, I just need to fudget with it -- It took me 3 days to unbrick my router!  YaY07:38
nowayrideOuch.. http://pastebin.com/BiqjZ1UY that's what I had to do for mine07:39
Blue1nowayride: thanks I'lluse that as a template07:41
nowayrideNP :)07:41
Blue1got it -- I'll play with that tomorrow07:41
Blue1nowayride: I am http://www.pkill-9.com fwiw07:42
bazhang!info mate-desktop07:42
ubottumate-desktop (source: mate-desktop): Library with common API for various MATE modules. In component universe, is optional. Version 1.6.2-1 (trusty), package size 17 kB, installed size 95 kB07:42
nowayrideBlue1: nice.. I managed to get sudovim.com (rebuilding to 14.04 ATM)07:43
helmut_hi07:43
Blue1very nice07:43
=== CyberJacob is now known as CyberJacob|Away
wrennyi think I installed wine...  how do I open it07:46
Blue1wrenny: well if you want to see waht you have installed:  wine --version07:47
netyirewrenny: it's called from the command line , check out winetricks for a friendlier interface :-)07:47
Blue1netyire: good idea07:48
netyirewrenny: if you're setting up a game, playonlinux is a worthy investment as well!07:48
bazhangwrenny, you click on  a windows app and select open with wine07:48
b3nt0Anyone know a quick and dirty way to reset xwindows, to default. I am not running ubuntu, running lubuntu. Maybe there is a package there that is similar. Did not really wanted to reinstall or redo all my libs. just wanted to purge xwindows and file manager and such. and install it again. Thank any help is appreciate it. Everything i found on the googly is to purge the packages and manually reinstall?07:48
Blue1b3nt0: sudo service gdm3 restart07:48
netyireBlue1: thanks :-D07:48
Blue1oh default - remove the /etc/X11/xorg.conf too07:49
=== MindSpark_ is now known as MindSpark
Rickkkhi. Does ubuntu use PulseAudio by default?07:49
bazhangRickkk, yes07:50
Blue1the sudo service thang just restarts X -- sometimes it gets fubared07:50
Tex_NickRickkk: out of curiosity, are you having issues with Pules ?07:54
Tex_NickPulse^07:54
wrennyi still can't see how to pen wine07:55
wrennyall I see is wine config07:56
RickkkTex_Nick: yes, actually.07:56
RickkkQt5 applications, when they are launched, set global system volume to 100%07:57
Rickkkif the users use PulseAudio07:57
RickkkSo I was wondering whether you have encoutered such problem in Ubuntu, given that it's the most common distro07:57
DQSIIso im really liking the final release of 14.04 i run a dual boot of ubuntu and win 7  and i did a fresh install tonight of 14.04 so i could get it in and be good for another 5 yrs or so xD07:59
csonubuntu only recognizes 3 out of my 4 gigs of memory (according to free -m).  Anybody else notice this?07:59
csonubuntu 14 that is07:59
llutzcson: 32 or 64bit? uname -a08:00
csonllutz: 64.. Linux cson-HP-Pavilion-17-Notebook-PC 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux08:00
Tex_NickRickkk: well in the sound settings manager, Pulse is set by default to 100%, however you can enable it to "allow louder than 100%(may distort sound)" ... not really if that answers your issue though ?08:02
sta7iccson: how much ram is detected at BIOS boot?08:04
sta7iccson: might want to re-seat each stick08:04
csonsta7ic: 4.  Also lshw and dmidecode and what not say 4 as well.08:05
csonsta7ic: it's only 1 stick08:05
llutzcson: vmstat -s|head -108:05
csonllutz:       3173204 K total memory08:05
RickkkTex_Nick: I use pavucontrol utility to change pulse settings, 100% was too loud of my laptop (since every Qt sound application starts with "its local volume" set to 100%08:07
nowayridecson: that's correct, 1 it's free -m, try just free, also some is reserved before free's reporting08:07
nowayrideOn 4GB on my laptop I get 4025696256 from free -b08:08
sta7iccson: dmesh|grep -i warning08:08
nowayrideAlso look for [    0.000000] Memory: 3729920K/4077164K available (7338K kernel code, 1138K rwdata, 3388K rodata, 1332K init, 1440K bss, 347244K reserved)08:08
k1lcson: some ram gets blocked for an onboard videocard08:09
sta7ici mean dmesg08:09
=== LFM is now known as LFM_
sta7iccson: dmesg|grep -i warning08:09
Tex_NickRickkk: so you would prefer to have the default pulse sound level to be below 100% ?08:10
rvraghav93Hi.... I am not able to install Broadcom drivers for my new laptop. Can anyone help me here pl ?08:11
cfhowlett!broadcom|rvraghav9308:13
ubotturvraghav93: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx08:13
Tex_NickRickkk: what ubuntu distro are you using08:13
Delonhello08:16
fribcan anyone help me? I'm trying to install cinnamon in ubuntu 14.04 -- the repository seems to not be found08:16
cfhowlett!cnnnamon08:16
=== samy is now known as Guest71532
cfhowlett!info cinnnamon08:16
ubottuPackage cinnnamon does not exist in trusty08:16
fribcfhowlett, so it cannot be installed?08:17
rvraghav93Hi cfhowlett, thanks for the response. I have tried that already.... I downloaded the deb pckg and installed it ... But while installing I run into this ....http://pastebin.com/zWZvJCYE08:18
cfhowlettfrib if there's a PPA version certainly.  if not ...    ask again in channel.  someone with more experience than I should be able to advise.08:18
robcsi!info gxkb08:18
ubottuPackage gxkb does not exist in trusty08:18
cfhowlettrvraghav93 sadly, the great firewall prevents me from seeing that image.  I've no idea why it's blocked today.08:19
sta7icrvraghav93: says that specific build is only for x version, what kernel build are you running? uname -a  (Building only for 3.13.0-24-generic)08:20
rvraghav93sta7ic: 3.13.0-24-generic #46-Ubuntu08:21
rvraghav93and when I do `modeprobe wl`, I get this  :   modprobe: ERROR: could not insert 'wl': Exec format error08:21
Antandro3o;08:22
sta7icrvraghav93: can you consult this log for a specific reason? /var/lib/dkms/wireless-bcm43142/6.20.55.19/build/make.log08:22
sta7icmaybe something like egrep -i "warn|fatal|error" /var/lib/dkms/wireless-bcm43142/6.20.55.19/build/make.log08:23
sta7icif the log is too large or just look at it first before grepping08:23
rvraghav93sta7ic: I am not able to pastebin the result ... my net is  poor ... But could you look and these particular lines and see if It has anything to do with the problem: /var/lib/dkms/wireless-bcm43142/6.20.55.19/build/src/wl/sys/wl_linux.c:2916:16: error: dereferencing pointer to incomplete type08:26
rvraghav93  wl->proc_entry->data = wl;08:26
rvraghav93pastebin works now : this is the log :) -- http://pastebin.com/FC0H7W9B08:27
rvraghav93sta7ic:  ^08:27
=== Pastor is now known as pastorallen
abhvymhow to check wich version of app in available in repo?08:29
rvraghav93sta7ic: grepped one is http://pastebin.com/J3ecNXZr08:29
sta7icrvraghav93: check if you are hard blocked (rfkill list all)08:29
zak_Hi, I have a problem getting the correct keyboard setup in 14.04,08:31
zak_locale is no_NB.UTF8, keyboard in X should be norwegian but is US08:31
zak_any tips_08:31
sta7icabhvym: try apt-cache showpkg <your package>08:32
sta7icsudo08:32
sta7icin front of that08:32
=== carlos is now known as Guest92746
rvraghav93http://pastebin.com/V9aANkhv08:33
sta7icrvraghav93: you might be in luck since its softblocked but im no expert, try this 'rfkill unblock all'08:34
=== LFM_ is now known as LFM
sta7icabhvym: sudo apt-cache showpkg <name of package> (did this work for you?)08:35
rvraghav93sta7ic: Hmm isnt that soft block supposed to be for bluetooth. The wifi is described as unclaimed o.O08:35
=== ubuntu is now known as allen
chris112gnome doesn't remember display setup. two monitor setup. i have to change which one is left and right after every startup.08:36
=== allen is now known as Guest21762
sta7icrvraghav93: yeah sorry jumped ahead assumed it was the wifi08:37
=== ubuntu__ is now known as allenf
sta7icrvraghav93: yeah and you need the drivers to compile to 'claim it'08:38
rvraghav93sta7ic: hmm :) Any way at all to get this stubborn thing to work ... I tried it for approximately 5 hrz ;( visited several forums / blogs / ... nothing works ;(08:39
karab44hello :)08:39
cfhowlettrvraghav93 download from broadcom and install manually?08:40
rvraghav93cfhowlett: tried that too :P08:41
=== ubuntu__ is now known as allenf
allenf#aohhchurch08:41
rvraghav93cfhowlett: can I pastebin any result of that that could help u understand my problem ?08:41
cfhowlettrvraghav93 sorry, but the great Chinese firewall is blocking things today.  It does that sometimes.08:42
rvraghav93oh :( my bad ...08:42
RoryHow can I set the "primary" display in a unity multi-monitor setup? Specifically the display that the list of windows appears on when you click a Unity icon with multiple windows (it's hidden behind a fullscreen app on my monitor)08:42
Omisany good installation guide for mod_evasive ?08:42
sta7icrvraghav93: i found some stuff on the error u are seeing in make log08:43
sta7icseem that others have the same error for possibly same card/issue08:43
rvraghav93sta7ic: but it work in win 8 ;(08:44
ikoniatharkun: are you there ?08:44
rvraghav93sta7ic: *works08:44
rvraghav93cfhowlett: or can i query u the result such that this doesnt flood the channel ...08:45
cfhowlettrvraghav93 sure go to PM08:45
=== tcpman is now known as Guest48356
sta7icrvraghav93: of course it does cuz they probably wrote it for windows, but searching on the error thats in the make.log is the way our in my opinion, seems that others have hit the same error08:46
rvraghav93sta7ic: so no solution ? ;(08:46
theukdaveHiya, I have a system that's deployed in an Ubuntu (12.04) VM (multiple installations across the world) and we need to update the system to disable the recovery mode on the grub menu.  We have a way for users to send an encrypted package into the VM to perform updates.  I have created such a package to do this update but sometimes when running it during testing, it would completely nerf the grub of a VM, and the VM would only boot to the grub command li08:48
theukdaveThe package we send in, contains a simple script (http://paste.ubuntu.com/7328354/), which replaces the standard grub file in our VMs (http://paste.ubuntu.com/7328269/) with the new one (http://paste.ubuntu.com/7328274/), there's only 1 line difference between the 2 files, and that's the uncommenting of the GRUB_DISABLE_RECOVERY="true" line.08:48
theukdaveIf anyone has any ideas why this might sometime break the grub config, I'd be really appreciate for your help.08:48
sta7icrvraghav93: there might be, i cant check every thread on the error in the make.log for you heh =]08:48
oncado I have to turn cron on some how or will my cron script run at it's scheduled time automatically with ubuntu magic08:49
onca???08:49
rvraghav93sta7ic: haha :) no problem ... Thanks a lot though ;)08:49
sta7iconca: each user has a crontab (crontab -l) to list, in that list you can submit jobs at different intervals (crontab -e) for edit i believe08:50
cfhowlett!broadcom > cfhowlett08:51
ubottucfhowlett, please see my private message08:51
oncaokay, I hear you, but I thought all I had to do was create say /etc/cron.d/renew and in it write the line08:51
onca26 4* * *user/home/user/craigslist/CraigsRenewer/renew.sh08:51
oncaand it would run at 4:26a08:51
oncabut didn't08:52
* onca *scratches* head08:52
DJonestheukdave: Can't help with the query, but if you don't get any response here, it might be worth joining #ubuntu-uk (I'm assuming the uk in your nick means United Kingdom), somebody there may be able to help08:53
s1n4hey, is there a way to ignore fetching a package when 'apt-get upgrade' is working?08:53
oncasta7ic, I am all set, you were spot on08:54
theukdaveDjones: Cheers man, will do!  You're correct on the UK thing :)08:54
kmanHi guys I like Xfce more than unity, would you install directly xfce from http://xubuntu.org/ or would be better ubuntu and then download xfce desktop? does it make some difference?08:55
sta7icrvraghav93: i forget yur OS version, etc but have u seen this link? http://www.broadcom.com/docs/linux_sta/README.txt08:55
sta7iconca: im sure there are more than one way people configure it but start simple  then move to more advanced, glad it worked for you08:56
oncano, you were right08:57
rvraghav93sta7ic: Mine is trusty  LTS v 14 :) and ya ... but got stuck with the make like last time ;(08:57
kmanI mean about the programs preinstalled in it and the installation way08:57
oncabut my command still isn't running08:57
Omisis there any channel for apache ?08:59
k1lOmis: i guess #apache09:00
Omisty09:00
sta7icOmis: #httpd has more people09:00
onca I fixed it.. sta7ic thank you for setting me in the right direction. *tips* hat09:01
sta7iconca: ok i was looking on the web to refresh my memory, because  at my work we use all custom cron stuff so i forgot how it is default, what was the fix?09:02
oncausing crontabe -e09:02
oncaas user09:02
oncaand copying most of the line I spammed earlier09:02
oncaminus the [user]09:03
sta7iconca: ok might be other ways too09:03
oncadis works fine. I can adapt09:03
=== pratz_ is now known as pratz
sta7icrvraghav93: i wonder if compiling your own kernel would fix it *shrug*09:05
oncaI always enjoy doing that09:05
oncaexcept when the machine is an ancient artifact09:05
DQSIIwhy would u change the kernel in the newest lts ?09:05
oncaI personally wouldn't09:05
sta7ici dont! always takes me at least 10 times to get it to boot09:05
oncabecause this drive has been in several computers and boots fine in all of them thanks to ubuntu09:06
oncaOh, I've been pretty lucky lately09:06
oncanimdok in it's hayday was booting in <10 seconds09:06
sta7icDQSII: because he cant get his broadcom module to work/wireless09:06
oncathanks to a custom kernel09:06
oncaoh, I bet using the beta version would fix that09:07
oncathat's what I had to do09:07
oncain order to get any usability out of some wifi dongle09:07
sta7icu had broadcom wireless issue? where module wouldnt compile?09:07
oncaI don't know off hand let me check the model09:07
RickkkTex_Nick: sorry for the really late reply, i didnt see your response. [Regarding that PulseAudio question]. I am just trying to understand how my app would behave on ubuntu, myself I use Arch where this problem is very noticeable. I guess the best way would be to install Ubuntu and see how much this problem is noticeable09:07
oncaI should not be giving advice09:08
onca<- should not be giving advice09:08
sta7icmost of us shouldn't but all the pros are asleep09:08
DQSIIsta7ic that is why i never use wireless xD09:08
sta7icDQSII: yeah im wired myself until i get a new laptop that i actually care about09:09
oncaI had a stupid RTL8188CUS RealTek dongle..09:10
KartagisI've got two kernel entries in GRUB; 3.8.0-19-generic and 3.13.0-24-generic. when I select 3.13.0-24-generic, keyboard and mouse render useless. any ideas?09:10
DQSIIi never owned a laptop probably never will i like desktop pc's too much i dual boot ubuntu and win709:10
sta7icmy work is sending me pretty awesome new lenova thinkpad which ill probably boot linux off usb extreme drive so i dont have to bother messing with their software at all09:11
oncaI can't be bothered with windows.09:11
oncaI get enough of windows at work09:11
DQSIIi cant work anymore so i have my pc with windows and ubuntu09:11
sta7iconca: its bad when ur large company makes u use windows when u work on linux systems all day09:11
onca*laughs* I know09:12
sta7icDQSII: you game on windows?09:12
oncabut I get a heavy dose of both09:12
oncaand that's healthy09:12
rvraghav93sta7ic: cfhowlett pointed me to this no-internet method <https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA_-_No_Internet_access> ... the dpkg installs successfully ... but ... i still get modprobe error :D :P09:12
DQSIIthat and i use it for making dvd and stuff09:12
sta7icWindows is like high fructose corn syrup, no amount is healthy09:12
DQSIIbut i hate the fact that microsoft worked with the nsa to make a shitty backdoor xD09:13
oncaWhat is linux, hummas?09:13
oncahummas and carrots09:13
oncawhich is what I happen to be eating09:13
sta7icDQSII: Iwas gunna recommend virtualbox or xen09:13
kmanI like Xfce more than unity, would you install directly xfce from http://xubuntu.org/ or would be better ubuntu and then download xfce desktop? does it make some difference?09:13
Rorykman: You can install xfce package, or you can install "xubuntu-desktop" package. The latter will also install the default Xubuntu apps09:14
DQSIImy machine isnt good for virtualbox machines so i dual boot09:14
sta7ici just got xen working and booting windows 7 up heh, but i dont have enough ram (only 6 gb)...thinking bout upgrading shortly since its so cheap and running xen09:14
k1l!ot | onca09:14
grzskman: I'd install xubuntu, otherwise you'll have some weirdnesses09:14
ubottuonca: #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!09:14
grzslike two calendars09:14
Roryk1l: Or you can do a clean install of xubuntu from the xubuntu website09:14
Rorykman: ^09:14
oncaI don't remember what I said. strike it from the record09:14
grzsatleast that's what happened to me, 14.04 has been a mess so far09:14
sta7ici really like the flashback, i cant stand unity09:14
Tex_NickRickkk: np sir ... yeah well that would probably be your best shot ... sure you know how it is ... without specific details, tis kinda hard to resolve issuyes :)09:14
kmanthanks09:15
arebainstalled it via apt from ubuntu... compiz totally messing my display.09:15
areba@kman works ok oncce you get rid of compiz. far lighter for my aging laptp09:15
DQSIIive distro hopped like srsly and always come back to ubuntu it seems to be my favorite distro09:15
DQSIIi dont think im hopping anymore09:15
ihreHi, I'd like to install the latest version of bitlbee, so I created /etc/apt/sources.list.d/bitlbee.list, containing "deb http://code.bitlbee.org/debian/devel/precise/amd64/ ./" Yet apt-cache show now displays the old(default) package & the newest version: http://sprunge.us/CENX I thought an additional *.list file would trump the original packages, and I can't install bitlbee-plugin-otr: http://sprunge.us/BdZJ Am I missing something here? I'm on 12.04 x64.09:15
sta7iconca: linux is raw fruits and veggies09:15
oncadamn right09:16
kmanareba, compiz is installed just in Ubuntu?09:16
DQSIIlinux is addicting once u try it u cant leave xD09:16
nib952051Hi! How can I install QtWebsocket lib for Qt5 in Ubuntu 14.04?09:16
k1lkman: unity is compz-plugin. so it needs compiz09:16
cfhowlettDQSII great conversation for the #ubuntu-offtopic channel please - this is the support channel.  thanks.09:16
=== phiwo_ is now known as phiwo
sta7icDQSII: same here, i loved my custom gentoo build but it takes too long and that was like 10 yrs ago, ubuntu makes it too easy (which is good)09:17
kmank1l, so Xubuntu does not have it?09:17
k1lkman: i am not sure if compiz is used in xubuntu for fancy window stuff09:18
sta7ic!buzzkill cfhowlett09:18
k1lsta7ic: please let it go now. you were asked quite often now to stop that !ot09:18
nib952051 is there any way to install QtWebsocket(for Qt5) from repo? Or I just have to build it by myself?09:18
kmank1l,  get it. tell me do you see this message in red mark? I  am new of xchat09:19
k1lkman: you mean highlight? that is a feature from irc clients. you can adjust that in the settings09:19
cfhowlettkman ausually  red message mean your name was highlighted09:20
zetherooanyone successful at getting skype-wrapper to install in 14.04? - I am running into unmet dependencies ...09:20
Roryzetheroo: Please paste the full output onto http://paste.ubuntu.com and share the URL in this channel09:20
kmank1l, right... highlighted. do u see this message highlighted?09:21
k1lkman: that depends on the personal settings. but most users have highlights set, yes09:21
zetherooRory: http://paste.ubuntu.com/7328557/09:22
kmancfhowlett, people that write to me i can see it in red highlight. my question is... do u see it highlightd when i write to you?09:22
cfhowlettkman yes - that's how it works09:22
Roryzetheroo: Can you do the same thing for the output of the commands: sudo apt-get update; sudo apt-get -f install09:23
kmancfhowlett, ok great09:23
Rorykman: Every IRC client will default to highlighting mentions of your nick in some way09:23
=== ubuntu is now known as Guest95282
nowayrideBTW Xubuntu doesn't use Compiz09:23
zetherooRory: http://paste.ubuntu.com/7328565/09:24
kmanok i didn't know  Rory09:24
Roryzetheroo: Can you try "sudo apt-get install python-skype"09:24
zetherooRory: E: Package 'python-skype' has no installation candidate09:25
Tex_NickRickkk: define your hardware platform, distro, desktop enviornment, what you're trying to do or wanted to happen ... what happened instead of what you desired ... you'll likely get an answer here :)\09:25
DEA7THUpdating to Ubuntu 14 broke GRUB, so I booted from a Ubuntu flash drive. How do I repair GRUB?09:26
cabbage4thQuick question, has anyone successfully installed Ubuntu12.04 and later to a Vaio laptop with preinstalled Win8?09:27
cabbage4thDEA7TH: how is it broken?09:28
netyireDEA7TH: help.ubuntu.com/community/boot-repair will automate what you need, do let me know if you do not have graphical web browsing capabilities & I will PM you the commands09:28
DEA7THnetyire: thanks, I'll try it out09:29
zetherooRory: Sorry, my connection dropped for a minute ... did I miss anything?09:32
DEA7THIt worked! ^^09:38
netyireDEA7TH: :-D09:38
alumnoholaa09:47
kdsebastianhi guys need help09:48
adymitrukanyone else noticing digicam crashing all the time since the upgrade of ubuntu from 13.10 to 14.04?09:49
adymitruk... especially when importing from SD card or camera09:49
kdsebastianafter installing update on my machine blank screen started to make me mad09:49
kdsebastianwhatever ive done it keep on coming09:50
trijntje!details | kdsebastian09:52
ubottukdsebastian: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)09:52
salsero|2kdsebastian: whats the problem09:58
Osamabombas10:00
netyire!details | Osama10:02
ubottuOsama: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)10:02
memleakhi all10:03
ankovwhile if you see enp2p32s15f0 up to google ones10:03
memleaki just joined to say if you're using ubuntu, you're only one step away from using windows.10:04
memleakcheers! and canonical sucks10:04
RoryHe must sleep well at night10:04
mikecmpbllanyone know how I can determine whether the hard disk is an SDD?10:05
mikecmpbllSSD*10:05
mikecmpbllbought a VPS recently which is meant to be SSD but it just feels slow doing IO intensive tasks.10:06
mikecmpbll:/10:06
k1lMike9863: sudo lshw10:07
k1lhmm well. i dont know if that will tell the real hardware of that host10:07
netyiremikecmpbll: gnome-disk-utility also has the information you want10:07
k1lMike9863: but on a vps you will always have speed-blockers because other vps on that same machine will cause performance10:08
DarkKnightCZmikecmpbll: you can see what harddrive is it -> sudo hdparm -I /dev/sda|grep "Model Number:"10:08
DarkKnightCZbut in case of VPS, it will be probably emulated10:09
zetherootrying to setup my NFS mounts in 14.04, so I added the fstab entries which I used in 12.04 but when I do 'mount -a' I get a bunch of these messages: mount.nfs: rpc.statd is not running but is required for remote locking.10:09
zetheroomount.nfs: Either use '-o nolock' to keep locks local, or start statd.10:09
zetheroodo i need to reboot after having install nfs-kernel-server ?10:10
bekkszetheroo: No.10:10
KartagisI've got two kernel entries in GRUB; 3.8.0-19-generic and 3.13.0-24-generic. when I select 3.13.0-24-generic, keyboard and mouse render useless. any ideas?10:11
mikecmpbllk1l, netyire, DarkKnightCZ: thanks guys, anything that can be determined from https://gist.github.com/mikecmpbll/3cc849c61987ec68fb81 ?10:13
zetheroobekks: ok - do you have any idea why this is not working for me?10:13
bekkszetheroo: Define "not working". Tell us what you did, what you expect to happen and what happened - and which Ubuntu release you are on.10:14
zetheroobekks: as I said "I added the fstab entries which I used in 12.04" and then did 'mount -a' - the desired result would be for the NFS exports to mount successfully on my machine - as they have been doing for years under 12.04 using the identical method. This method is no longer working for me .. perhaps something to do with the 'mount.nfs' messages I pasted!?10:17
DarkKnightCZmikecmpbll: probably nothing... but you can try read test (sudo hdparm -tT /dev/sdX) to see, if it's slow10:18
zetheroobekks: The lines I have added in fstab look like this: tank:/mnt/tank/shares/scratch /media/scratch   nfs     rw      0 010:19
mikecmpbllDarkKnightCZ: great, will do thanks!10:19
DarkKnightCZno problem10:19
mikecmpbll Timing cached reads:   5324 MB in  2.00 seconds = 2657.37 MB/sec10:20
mikecmpbll Timing buffered disk reads:  34 MB in  3.04 seconds =  11.18 MB/sec10:20
mikecmpbllno idea what's good :D10:20
ztaneupdated computer to trusty tahr10:20
ztanehave ubuntu-desktop, and xubuntu-desktop, no wm allows me to get to desktop, 2 seconds after logging in the screen just flashes and I am returned to login screen10:21
ztaneguest acco, other users work, no xsession errors... any ideas?10:22
DarkKnightCZmikecmpbll: well, it's definitelly not ssd :) (or heavily loaded ssd), mine gives me ~220 MB/sec (the second param)... there are usually many VPS on single hw, so the performance won't be great10:22
ztanedm is lightdm10:22
mikecmpbll-_-. lame.10:22
mikecmpbllDarkKnightCZ: thanks once again.10:22
DarkKnightCZno problem at all10:22
=== igxactly is now known as igxactly_
=== igxactly_ is now known as igxactly
zetheroobekks: any ideas?10:24
lucidauhi, how can I hibernate my 14.04 desktop?10:24
DarkKnightCZlucidau: try https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html10:25
bekkszetheroo: Well - the kernel _server_ is running on the server, not the client. So why do you try to mount nfs shares on your server?10:26
zetheroobekks: I am not trying to mount nfs shares on the machine serving out the shares ... this is on a client ...10:27
ztaneso any help for debugging, xsession errors is empty10:28
zetheroobekks: 'tank' is where the NFS shares are being exported from - I am trying to mount those shares on my laptop10:28
bekkszetheroo: So it is a zfs tank?10:29
zetheroobekks: yes, I believe 'tank' is using ZFS10:30
bekkszetheroo: Well, you should know that ;)10:30
davisonHaving an issue with aliases.  Have updated both .bashrc and .zshrc, and 'source'd, however my alias does not seem to be changing.  Wondering if there are any other locations that bash or zsh might have modified?10:31
davisonParticular alias, that is.  I can add new, so I know that both files are fine.10:31
ikoniazetheroo: is tank an ubuntu server ?10:31
ikonia(sorry if I've missed the backlog)10:32
zetheroobekks: do I have to install some package on my laptop to be able to use the mounts from an NFS server using ZFS?10:32
zetherooikonia: no, it's FreeBSD10:32
ikoniazetheroo: ok, so zfs is an option then, cool10:32
ikoniazetheroo: you can just use the NFS client libraries on your desktop10:32
ikoniazetheroo: from the client zfs is not visible/doesn't matter10:32
zetherooikonia: yes, 'tank' is using ZFS10:32
zetherooikonia: ok, but it's not working as it did in 12.0410:33
zetheroo:(10:33
ikoniaok, so expand on that10:33
=== one is now known as Guest36370
zetherooexpand?10:33
bekkszetheroo: No. All you need is a nfs client - and not a nfs kernel server.10:33
zetheroobekks: I like having the possibility to also export my own shares ;)10:34
ikoniazetheroo: keep in mind your shouldn't export exports10:35
zetherooikonia: this is what I get when I try 'mount -a' : http://paste.ubuntu.com/7328913/10:35
ikoniazetheroo: is rpc.statd running?10:36
ikoniayou need rpc for nfs10:36
ikoniainstead of using mount -a, try to mount the individual share manually to get better output, but first fix the rpc problem10:36
zetherooikonia: I don't know ... would I see it with 'top'?10:36
ikoniano, top only shows the busy processes10:36
zetheroooh ok10:36
ikoniazetheroo: what packages did you install for your nfs client ?10:36
zetheroops aux ... something?10:37
zetheroouhm ...10:37
zetheroonfs-kernel-server ... and it grabbed a few others with it10:37
ikoniaok, nfs kernel isn't the client10:37
ikoniayou need the nfs client10:37
=== G is now known as Guest98481
zetherooI looked for nfs-client and couldn't find it ...10:37
zetheroois that the wrong name for the package?10:38
lucidauDarkKnightCZ, that does nothing, lots of hdd noise them I'm at t10:38
lucidauthe login screen10:38
ikoniano idea without looking myself (not on ubuntu at the moment) but search for "nfs" and see what's available10:38
DarkKnightCZlucidau: well, it was worth a try (i don't use hibernation)... anything in dmesg / syslog?10:39
zetherooikonia: nfs-common, nfs-kernel-server, nfs4-acl-tools, nfswatch10:39
ikoniaI'd assume nfs-common are the basic libs and dependencies enough to use the client10:40
ikoniaI'm not on ubuntu at the moment so can't confirm10:40
zetherooikonia: nfs-common and nfs-kernel-server are installed ...10:41
ikoniaso check if rpc is running10:41
ikonia(any rpc daemons)10:41
zetherooikonia: is this it? http://paste.ubuntu.com/7328948/10:44
speirosHello people.  Does ubuntu require java and flash updates?10:45
bekksspeiros: What do you mean by "require" in that context?10:45
ikoniazetheroo: well, that's useful10:46
speirosbekks I was on a site that I can't access without going into a loop and a mac user said they required a java or flash update.10:46
ikoniabut that's not statd10:46
ikoniazetheroo: remove the locking option/try to mount it manually without the looking option10:46
speirosI used to be able to access it10:46
ikoniazetheroo: apologies it's hard to be %100 clear as I've not got an ubuntu box to verify to hand10:46
bekksspeiros: If some website requires java or flash, that not an Ubuntu requirement. :)10:47
speirosOk thanks bekks.  Also, how well established is the new 14.4 upgrade?10:47
bekksspeiros: 14.04 is officially released.10:47
zetherooikonia: I am not sure where this "locking option" is10:47
zetherooikonia: is it in fstab?10:48
speirosbekks thanks.  I'll give it a whirl:)10:48
ikoniazetheroo: yes it's a mount option, best thing to do is to try to mount it manually - forget fstab for now10:48
zetherooikonia: this is the fstab line "tank:/mnt/tank/shares/scratch /media/scratch   nfs     rw      0 0"10:48
zetheroooh ok10:48
ikoniazetheroo: just try to mount on /tmp/nfs or something like that10:48
speirosBest wishes to you all, and I hope your life is 100% at least better than mine at present.10:48
zetherooikonia: so something like this directly in the terminal? "mount tank:/mnt/tank/shares/scratch /media/scratch"10:49
ikoniazetheroo: mount -t nfs tank:/mnt/tank/shares/scratch /media/scratch10:50
roloHi all. Serious stuff here. Just setting up some new 14.04 servers with my Ansible playbooks, and it seems that somewhere since 12.04 there's been a change so 99-footer is no longer in /etc/update-motd.d and therefore motd.tail no longer gets displayed so I don't get my glorious/ridiculous over the top custom welcome banner. Sure I could just put my motd.tail msg in that dir at 99-motd.tail, or reinstate the 99-footer script, but I just want to10:50
rolocheck if there's some new preferred way of doing this, what with this setup needing to last another 2 years until next LTS and all. :)10:50
Bundestrojanerwhen installing ubuntu on a ssd, would you store /tmp on hdd or ramdisk?10:50
zetherooikonia: ok, I tried that and for the identical 3 lines of 'mount.nfs' messages in return10:50
ikoniaBundestrojaner: depends how much you need and what you need10:50
ikoniaI'd certainly remove atime,mtime, etc10:51
bekksBundestrojaner: Isnt a question of SSD or HDD, but a question of space available and RAM size.10:51
ikoniazetheroo: ok, so either a.) get rpc.statd running or find the option to remove the nfs locking requirement (not recommended)10:51
sharkpoofiehello, i have a custom kernel installed and upgraded to 14.04, but want to revert to the default kernel, which one to install? linux-image-generic-lts-trusty or linux-image-3.13.0-24-generic ?10:52
Bundestrojanermy ram is 16gb, this should be enough. are there any advantages of not loosing /tmp on reboot?10:52
ikoniayou always lose /tmp on reboot10:52
bekksBundestrojaner: data in /tmp is temporary. Loosing it will cause no issues.10:52
Bundestrojaneri know it is temporary - i didn't know it is removed on every reboot10:53
bekkssharkpoofie: linux-image-generic-lts-trusty is the lts enablement kernel for saucy and earlier releases. You are on trusty already, which ships linux-image-3.13.0-24-generic10:53
ztaneso how to debug why does not my xsession start10:54
Bundestrojanerfollowing this manual (http://wiki.ubuntuusers.de/SSD/Auslagerung) i will set firefox' cache also to /tmp. so the cache will also be lost on reboot10:54
ztaneI do not want to recreate my home directory just because10:54
sharkpoofiebekks, uname -a gives me Linux p092 3.14.110:54
k1lztane: are the file permissions right in your /home folder?10:54
sharkpoofiedon't know why the default kernel was not installed10:55
k1lztane: ls -al in home folder should show everything with user:user10:55
bekkssharkpoofie: "uname -a" gives you much more.10:55
sharkpoofieLinux p092 3.14.1 #1 SMP Thu Apr 17 11:53:56 CEST 2014 x86_64 x86_64 x86_64 GNU/Linux10:55
k1lsharkpoofie: apt-get install linux-image-generic10:55
k1l!info linux-image-generic10:56
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.13.0.24.29 (trusty), package size 2 kB, installed size 27 kB10:56
sharkpoofieaah ok, then i'll install the linux-image-generic one10:56
sharkpoofiethank you!10:56
Bundestrojanerok, so i would mount the ssd as /, a 500GB hdd as /home and a ramdisk as /tmp.10:56
Bundestrojanerdoes muon downloads the package files also to /tmp?10:56
bekksBundestrojaner: you can configure every application where to store downloads.10:57
Bundestrojanerok, great10:57
bekksBundestrojaner: And the package manager frontends dont store any files, thats done by the package management system, which uses /var/cache/apt/archive/10:57
ztanek1l: solved, surprisingly I had .Xauthority owned by root since... 2012...10:58
ztanek1l: wonder why it worked before...10:58
sharkpoofiek1l & bekks : i was just not sure which one to install :D thanks10:58
=== seren is now known as sarin
k1lztane: that means you fiddeling with startx as root or running gui with sudo.10:58
Bundestrojanerbekks: should i store /var/cache also on hdd or ramdisk?10:58
bekksBundestrojaner: I'd not touch it.10:59
Omisanyone know why mod_evaside is not blocking10:59
Omis?10:59
OmisHTTP/1.0 200 OK10:59
bekksBundestrojaner: So leave it where it is.10:59
Bundestrojanerok10:59
=== z00t is now known as NaStYdoG
ztanek1l: yes, but what i mean it worked for 2 years since the file had mtime at 201211:00
zetherooikonia: Well, the NFS mounts are working now! :D I rebooted the laptop (for good measure) and when I opened up Nautilus the mounts were in the sidepane, but when I tried to open them a message showed up say that root could only mount them. So I started a root terminal session and did 'mount -a' and they all mounted. Then I rebooted again, opened nautilus and, bingo, all the mounts are there and accessible right away!11:08
zetherooif anyone has had luck installing skype-wrapper in 14.04 please do tell how ... ;)11:09
myhrlpkoafter update I get blank scteen on 13.1011:19
boichevis there a special channel for openstack on ubuntu11:19
myhrlpkoI dont know jow to access terminal so I can reinstall my gpu driver11:19
bekks!nomodeset | myhrlpko11:19
ubottumyhrlpko: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter11:19
boichevmyhrlpko11:19
DarkKnightCZmyhrlpko: ctrl+alt+F6 (+F7 for returning to X)11:20
boichevmyhrlpko, ctrl+alt+f111:20
myhrlpkoI get a gui for login with users and guest sessio11:20
junkakeyboard shortcuts does not appear11:20
DarkKnightCZmyhrlpko: then use that ctrl+alt+F feature, login and look into /var/log/dmesg and /var/log/syslog for any error11:21
myhrlpkoctel alt f1 gives me blank screen again11:21
boichevmyhrlpko try enter after this .... you should see a blank terminal waiting for your username11:22
boichevand to go back to the GUI login it is ctrl + alt + F611:22
boichevor F5 .....11:22
myhrlpkowhile ubuntu ..... or on login screen11:22
Luyinctrl + alt + f7 usually11:24
myhrlpkoluyin when to type that11:25
DarkKnightCZmyhrlpko: it's shortcut, so after that error occurs11:25
kroonrsHi.  My wireless USB mouse is not working - any suggestions how to debug?11:25
Luyinmyhrlpko: this gets you back to your graphical session when you're in a virtual terminal (ctrl + alt + f1-6)11:25
myhrlpkoI cant oper terminal with that shortcut11:26
myhrlpkoblank window again11:26
myhrlpkodo I jave system restore11:26
myhrlpkostupid ubuntu updates always screw up my pc11:27
myhrlpkowat to do11:28
Luyinmyhrlpko: read again what I wrote: back to graphical session"11:28
myhrlpkono directory home11:30
myhrlpkofor user srefan wtf11:30
myhrlpkoremount wont remove my data right11:31
myhrlpko! remount11:31
=== dayangkun is now known as dayangkun_afk
Humbedoohmyhrlpko: remount from r/o to r/w?11:32
myhrlpkoluyin11:32
myhrlpkocontoniung will remount your / filesystem in read/wriye mode and mount any other filesystem defined in etc/tsab11:33
myhrlpkofstab11:33
myhrlpkoI hit yes11:33
Humbedoohgo for it :)11:33
myhrlpkoit stuck11:34
myhrlpkoin recovery mode11:34
bekksmyhrlpko: did you try using modeset?11:34
myhrlpkobekkd jow to set and whete11:35
myhrlpkoin grub?11:35
stethoHi. I'm trying to PXE Boot some identical servers. They each have 1 SSD for the OS and a RAID array of two disks in a mirror. I can install the OS to the correct disk as part of my kickstart but the RAID appears as /dev/mapper/isw_cddahehdbi_Volume0 - the cddahehdbi appears to be entirely random so I can't figure out how to refer to the disk in kickstart. Anyone have any pointers?11:36
myhrlpkobekks when im in root terminal and I do su - stefan11:37
myhrlpkoit says no home dir path :(11:37
myhrlpkoif my home dir with files is wiped im going to sue cajonical11:37
bekksmyhrlpko: Did you encrypt your home?11:37
myhrlpkoyes11:37
bekksmyhrlpko: Then decrypt it before ranting please :)11:37
myhrlpkoall home users are auto encrypted while I installing ir11:38
myhrlpkohow11:38
myhrlpkoI dont see anything in ls -a11:38
myhrlpkosu - stefan11:38
myhrlpkocd /home/11:38
myhrlpkois empty... wat now11:38
bekksmyhrlpko: You dont see anything because you have to decrypt your home before accessing it.11:39
bekks!ecryptfs | myhrlpko11:39
myhrlpko?11:39
myhrlpkobekkd11:40
myhrlpkobekks11:40
myhrlpko! encryptfs11:40
myhrlpko!encryptfs11:40
Humbedoohif anything, it's...11:40
bekksmyhrlpko: It is named ecryptfs, not encryptfs. https://help.ubuntu.com/community/EncryptedPrivateDirectory11:40
Humbedooh!cryptfs11:40
bekksHumbedooh: You lost :P11:40
Humbedoohpah11:40
Humbedoohoff by one letter!11:41
myhrlpkobot says nothing11:41
bekksmyhrlpko: Then read the link I gave you.11:41
junka!ecryptfs11:42
myhrlpkoI need ecryptfs or I already hsve dat11:42
bekksmyhrlpko: You already have it. You have to manually decrypt it.11:42
DarkKnightCZby the way, anyone here have experience with Brother scanners using sane?11:42
=== dean|away is now known as dean
starratsgood morning everyone11:44
myhrlpkostill nothing11:44
myhrlpkoI get two sig in session keyring11:44
myhrlpkohome empty11:44
bekksmyhrlpko: Then read the link given. Impossible you read it within two minutes and recovered your home.11:45
jjavaholicmoving the close, min, max buttons to the right is that possible in trusty yet?11:45
myhrlpkoits complicated11:45
bekksmyhrlpko: Yes. It is not done in twi minutes.11:45
jjavaholicI can handle complicated11:46
DAnCoorsecond time i get kernel panic during dist upgrade... from 13.04 - 13.10 i managed to to get back on track with dpkg --configure -a but now the panic repeats while try to configure again... "attempted to kill init exitcode 0x0000008b"11:46
junkakeyboard shortcuts does not appear11:47
roninhow can I find out where my eclipse is installed11:47
roninapt-get remove eclipse doesn't remove it11:47
myhrlpkobekks whick number to read11:47
jjavaholicis the instruction detailed in an askubuntu?11:47
myhrlpkoI have no live dd11:47
myhrlpkocd11:47
bekksmyhrlpko: you dont need one.11:47
bekksmyhrlpko: you are in a root shell already.11:47
myhrlpkook which point to read11:48
myhrlpko1 2 3 4 5...?11:48
bekksmyhrlpko: Your task is: "how do I manually decrypt my home". Please read the given link.11:48
myhrlpkour link does not say anything about decrypt11:49
myhrlpkogive me what to read I cant type on phone anoe11:49
bekksmyhrlpko: It does. It even shows you several ways. I gave you the link, read it please.11:50
bekksmyhrlpko: I will not feed you, I am teaching you how to fish. I will not read the article for you.11:50
trijntjeronin: why do you think that command doesn't remove it? Does it give an error?11:51
junkakeyboard shortcuts does not appear11:52
myhrlpkobekks gimme link11:52
myhrlpkohow to restar gpu11:53
ronintrijntje, it wasnt installed from repository11:53
roninso hard to remove11:53
ronin:D11:53
roninwhich eclipse gives /usr/bin/eclipse11:53
ronindoesnt help mach11:53
bekks!nomodeset | myhrlpko11:54
ubottumyhrlpko: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter11:54
trijntjeronin: you'll have to check how you installed it and then  remove it manually I guess. We can't really help with that11:55
bekksmyhrlpko: Thats the first thing to do. You dont need to "restart your gpu" or something like that.11:55
myhrlpkoI put tjat in grub.cfg11:55
bekksmyhrlpko: you put that in the kernel command line in the grub menu.11:55
Teduardodoes anyone know why ubuntu desktop is only allowing me to login as a guest session and wont let me authenticate?11:55
bekksmyhrlpko: Start READING the links given. Thank you.11:55
junkakeyboard shortcuts does not appear11:56
myhrlpkounder recordfail11:56
bekksmyhrlpko: Read the link(s) given.11:56
myhrlpkoor after setparams "UBUNTU"11:56
bekksmyhrlpko: Read the link(s) given.11:56
trijntjejunka: ok11:57
andriy_hey11:58
aliensbrahhi11:58
Anonymous8192Maybe your system have only one user. Press ctrl alt f1, and login, and then use the 'useradd' command to create a new user in your system.11:58
myhrlpkoerror cant find command acpi_osi11:59
bekksmyhrlpko: Because that is no command. It is an incomplete kernel command line option.11:59
myhrlpkobekks now wjat12:01
aliensbrahlol12:01
myhrlpkolink is crap12:01
andriy_hey guys im using putty from work and is there any way to filter out the notifications when people join the channel its annoying12:01
myhrlpkodoes not say shit I cant login blank screen12:01
aysorthandriy_: /ignore #ubuntu joins parts quits12:02
aysorthandriy_: on irssi at least12:02
bekks!language | myhrlpko12:02
ubottumyhrlpko: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList12:02
starratsis there an offtopic channel for ubuntu?12:03
myhrlpkothen help me12:03
andriy_dope! thanks bro!12:03
bekks!attitude | myhrlpko12:03
ubottumyhrlpko: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines12:03
myhrlpkoI cant fix gpu nor home eecty0t12:03
bekksmyhrlpko: Then start rading the links given. They do work perfectly.12:03
DAnCoormy kernel panic 0x0000008b is while occurs while configure libc6.386 ... happened while upgrade 13.04 to 13.10 and now fom 13.10 to 14.0412:04
DAnCoorbooting older kernel does not help12:05
trijntjeDAnCoor: do you use e4rat?12:05
Noiroummm, anyone know why my cursor occasionally gets 'stuck' when moving my mouse between my 2 screens? if I move it really quickly, it works, but it has this weird 'stick' feature/bug if I don't do it forcefully enough12:05
DaveyGHi all, wonder if someone can help me.12:05
bekksDaveyG: You have to ask a specific question before ;)12:06
netyireDaveyG: Challenge accepted!12:06
DAnCoortrijntje: sorry to say... i never heard of e4rat12:06
Teduardohow do you run virt manager as root ?12:06
andriy_I just started using liunx a month ago or so and its awesome i love it its really rewarding figuring stuff out i now use terminal for almost everything :D12:06
bekksTeduardo: you dont, usually.12:06
trijntjeNoiro: settings -> screens -> disable sticky edges12:07
NoiroThank ye trijntje12:07
DaveyGI would like to backup my ubuntu 12.04 server. just the settings and installs. not worried about my files.  I googled it and lost the plot.12:07
trijntjeDAnCoor: what is the output of cat /proc/cmdline?12:07
Teduardoah, well my user account can't connect to it, it just gives the generic error make sure it's installed, make sure it's running and make sure i'm a member of the right group  i checked all of those things12:07
netyireDaveyG: backup your home directory and a list of all your currently installed packagees12:07
myhrlpkobekka mkdir cannot create directory read only file system12:07
myhrlpkobekkd12:08
myhrlpkobekks12:08
DaveyGnetyire12:08
Teduardonevermind, i had to logout and log back in after adding myself to the right group, thanks and sorry to disturb12:08
DAnCoortrijntje: BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic root=UUID=dc49faed-3a84-4a5c-a9eb-8af81c886b34 ro quiet splash vt.handoff=712:08
Noiroi'm cool with sticky edges when dragging windows, but not when I'm just moving my mouse, haha12:08
netyireDaveyG: I'm here :-)12:08
DaveyGwill that save ftp server settings etc?12:09
bekksmyhrlpko: http://askubuntu.com/questions/175739/how-do-i-remount-a-filesystem-as-read-write12:09
DaveyGirc skills are lacking too it would seem!12:09
trijntjeDAnCoor: ok, so your not using e4rat, in that case I dont know what could cause this. I had the same problem once that was caused by e4rat, thats why I asked12:09
netyireDaveyG: irc settings yes, but not the ftp and server settings12:09
myhrlpkothis is super hard12:09
myhrlpkohow to do system restore12:09
langhunmhi  everyone12:10
Omisfucking linux shit12:10
DaveyGI would like to save the setups like vsftp and owncloud that i have setup already i guess what i want is a system backup12:10
Omisfucking useless piece of shit to anything12:10
DAnCoortrijntje: thanks any way. Closest i find on this problem is... http://askubuntu.com/questions/373189/installing-libc6i386-on-ubuntu-13-10-64-bit-tries-to-kill-init12:10
langhunmhttp://imagebin.org/307401  http://paste.ubuntu.com/7327884/12:10
Omiswindows  is better12:10
trijntje!ops | Omis12:10
ubottuOmis: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!12:10
bekksmyhrlpko: Restore your backup.12:10
langhunmi want make my linux support chinese12:11
elkyOmis: stop that12:11
Omisfuck linux and fuck tolvard12:11
DaveyGoh a troll fun times12:12
myhrlpkoheeeelp mee12:12
andriy_so where are you guys from? what country?12:13
andriy_so where are you guys from? what country?12:13
myhrlpkobekks read only how fix12:14
DaveyGah got to go. thanks for the help ill pop back later.712:14
k1l!ot | andriy_12:14
ubottuandriy_: #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!12:14
=== dv__ is now known as dv_
andriy_ok got it sorry12:14
bekksmyhrlpko: I gave you a link on how to do that. If you dont want to read, I cant help you. Good luck.12:15
myhrlpkoneed yerminal for interactive repairs12:16
myhrlpkodafaq12:16
ff_they need to burn down ubuntu12:17
bekksmyhrlpko: You are in a root shell as you told us. Thats pretty much the same as a terminal.12:17
myhrlpkook I run fsck in recovery mode lets see12:17
myhrlpkoin root shell from recovey mofe12:17
bekksmyhrlpko: Why dont you read the first answer of http://askubuntu.com/questions/175739/how-do-i-remount-a-filesystem-as-read-write12:18
ff_type fuckubuntu in terminal12:18
=== ubuntu is now known as Guest82383
=== tcpman is now known as Guest75506
bekksmyhrlpko: Honestly, I am really getting tired of telling you the same things on and on. If you dont want to follow advices -  am just stopping to support you. Maybe someone else will help you.12:19
myhrlpkoI did12:19
bekksmyhrlpko: you did not. that answer tells you how to mount a filesystem as read-write. I am out of your issues - maybe someone else will help you.12:20
Rorymyhrlpko: Can you sum up for me, on one line, what your problem is, and what you have tried so far?12:20
ff_myhrlpko start using windows and no problems12:20
bekks!ops | ff_12:21
ubottuff_: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!12:21
bekksRory: He gets a black screen when booting, and booting in recovery mode does not decrypt his encrypted user home.12:21
=== stefano is now known as Guest72561
lenovoПривет русские есть????12:23
lenovo)))))))))))))))))))))))))))))))))))))))))))))))))))))))))12:24
lenovoРУССКИЕ ВЫ ГДЕЕЕЕЕЕ???)))))12:24
jellow!ru | lenovo12:25
ubottulenovo: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.12:25
myhrlpkobekks mount point media/untitled does not exists12:26
myhrlpkohow do I know /media/whathere?12:26
myhrlpkosudo mount -t hfsplus -o remount,rw /dev/sda9 /media/what12:27
Rorymyhrlpko: Any directory you like, as long as it's empty and already exists12:27
myhrlpkosda9 is my home dir which I try to mount12:27
myhrlpkohow do I see directory12:27
Rorymyhrlpko: You can use /mnt/ as a mountpoint12:27
Rorymyhrlpko: sudo mount -t hfsplus -o remount,rw /dev/sda9 /mnt12:27
myhrlpkomount /mnt/ not mounyed or bad option12:28
Rorymyhrlpko: Did you type the command correctly?12:28
myhrlpkoyes12:28
Rorymyhrlpko: Are you following some instructions? Could you give me a link to them?12:28
netyiremyhrlpko: mkdir ~/myhrlpko && sudo mount -t hfsplus -o remount,rw /dev/sda9 ~/myhrlpko12:29
myhrlpkofrom root or stefan acc12:29
=== mudo_ is now known as mudo
netyiremyhrlpko: oh, do not login as root; please run this from the non-root account12:29
goneeuroDoes anyone have any advise on getting a usb headset controls working correctly. I bout a csl usb gaming headset and when i hit on of the controls on the wire it goes nuts. but if i use the volume slider on the desktop everything is working.12:29
bekkshfsplus and ecryptfs sounds strange to me.12:29
myhrlpkoalso I cant mkdir its read only file system12:29
myhrlpkonetire yrs I did12:30
netyiregoneeuro: what is the headset's make and model?12:30
myhrlpkowhat now12:31
netyiremyhrlpko: ah, that explains it ; you cannot mount it on a read-only media -- do explain why your home directory is read only12:31
netyire*medium12:31
Rorynetyire: He's in recovery mode12:31
myhrlpkoits encrypted12:31
Rorymyhrlpko: You need to remount / in read-write mode12:31
myhrlpkohow12:31
bekksRory: I strongly doubt he has hfsplus inside his encrypted home.12:32
Rorymyhrlpko: sudo mount -o remount,rw /12:32
RoryIs this all just a red herring? Wasn't the initial problem black screen on boot? I don't understand what ecryptfs, mountpoints and stuff have to do with it all12:32
myhrlpkosuso unable to open var lib sudo stefan tty1 read only file system12:32
goneeuronetyire: csl kem-61312:32
myhrlpkosudo...12:32
netyiremyhrlpko: please explain what it is you are trying to do12:33
Rorymyhrlpko: err not sudo sorry12:33
Rorymyhrlpko: When did the black screen on boot problem start?12:33
myhrlpkoafter updates12:33
netyiregoneeuro: I am not familiar with that headset, but I'll check it out for you. hold on...12:33
myhrlpko100mb of ubuntu base update12:33
Rorymyhrlpko: Can you select an older kernel version from the Grub boot menu?12:33
myhrlpkoyes12:33
myhrlpkoin advnc eoptipns12:33
Rorymyhrlpko: Do they all boot to black, even the version which used to work?12:33
myhrlpko3.11.0.1912:34
myhrlpkothat one12:34
Rorymyhrlpko: Is that the most recent one?12:34
myhrlpkono 20 is12:34
Rorymyhrlpko: OK, does 3.11.0.19 boot to black, or does it work normally?12:34
myhrlpkoàaaaaaaaaaaa12:34
myhrlpkou12:34
rvrgHi. I am trying for the past 12 + hours to install wlan drivers for my broadcom device. I use the lenovo laptop. I have tried almost every option  in many forums. I really need wifi. Could any one help me here ? I am the one who posted few hours back. Two nice people tried to help me but unfortunately my issue still remains unsolved.12:34
myhrlpkofuck wat12:35
Rorymyhrlpko: I'm done with you12:35
myhrlpkogive me ur paypal12:35
myhrlpkonow12:35
RoryDJones: myhrlpko ^12:35
goneeuronetyire: I got it on amazon but it seems to not be available anymore. heres an ebay link that i found though.12:35
goneeurohttp://www.ebay.de/itm/CSL-KEM-613-USB-Multimedia-Headset-Kopfhoerer-fuer-Gaming-VoIP-uvm-schwarz-blau-/40067465357112:35
myhrlpkodjones?12:35
oughow to remove12:37
ougthat shitty kernel version now Rory /12:37
=== oug is now known as Myhrlpko
netyiregoneeuro: I'm investigating 3 promising leads on setting the audio device controlled by hardware buttons, one moment12:37
IdleOnePlease keep the language in here clean and appropriate12:37
rvrgI installed ndiswrapper and the win driver bcmwl6 for the same. But when I do a lshw -c Network There is no logical name assigned and the driver is bcma-pci-bridge instead of the ndiswrapper's bcmwl6. Any Ideas any  one ?12:38
foo357Hello I have a buntu 12.04 LTS machine that I want to upgrade to 14.04 LTS. I have installed packaged from some PPA:s on this computer, how should I manage this during an OS upgrade?12:38
RoryMyhrlpko: Can you answer my question please, because I can't help you any more without knowing the answer: If you select 3.11.0.19 does your system boot correctly?12:39
Myhrlpkoyes12:39
Myhrlpkoim in it now.,12:39
MyhrlpkoI have gui and everything.12:39
IdleOnefoo357: the upgrade-manager will automatically disable any PPA's you have enabled before upgrading. You will then need to enable them again after the upgrade finished. Know that 12.04 LTS won't be offered an upgrade until the 14.04.1 point release in July12:40
rvrgOk  I badly need a linux pro's help now ... I did all that I could :( please ?12:40
MyhrlpkoI need to install driver amd-driver-installer-13.35.1005-x86.x86_64.run on *.2012:40
netyiregoneeuro: you can resolve the problem by selecting application menu -> system settings -> audio & selecting the correct audio device you desire to control via your hardware buttons, if this works reboot to check that it persists between boots12:40
Myhrlpkobut I cant since I dont see home when I do su - stefan from recovery mode.12:40
RoryMyhrlpko: If you go to "Software & Updates" and click the "Additional Drivers" tab, can you please tell me what driver is selected?12:40
goneeurook. thanks Ill try it now.12:40
Myhrlpkomanually installed driver Rory12:41
RoryMyhrlpko: Reinstall it manually12:41
Myhrlpkoon 19?12:42
foo357IdleOne: "Know that 12.04 LTS won't be offered an upgrade until the 14.04.1 point release in July" you mean that I currently only can reinstall the OS completely, and wipe the existing installation?12:42
RoryMyhrlpko: You don't need to be booted into the newer kernel version to do so (someome please correct me if I'm wrong)12:42
Myhrlpkowhy would I when on 19 driver works.12:42
foo357IdleOne: and that doing a 'sudo dist-upgrade' will be available in july?12:42
RoryMyhrlpko: You want to remove the newer kernel version?12:42
IdleOnefoo357: no, you can upgrade to 14.04 now if you like by doing: sudo do-release-upgrade -d12:42
Myhrlpkono12:42
Myhrlpkoor yes I dunno12:43
foo357IdleOne: what did you mean exactly?12:43
=== ikonia is now known as Guest8168
netyireMyhrlpko: kindly be specific, are you trying to recover data from an encrypted partition in your live session or setup graphic drivers on a new installation? if you are trying to perform both, please focus on recovering/backing-up your data prior to setting up your new system and configuring your graphic card :-)12:43
RoryMyhrlpko: If it were me, I would completely uninstall the fglrx (AMD) graphics card driver, boot into the newer kernel, and then re-install it12:43
IdleOnefoo357: I mean that the recommend path is to wait until July 24 when 14.04.1 is released.12:44
foo357IdleOne: hm, ok. That work too.12:44
RoryMyhrlpko: Another option is to just always have Grub boot into a working kernel version, if you want to do that, there's instructions here http://askubuntu.com/a/216420 - you can follow them from .1912:44
MyhrlpkoRory: I am afraid that after uninstal of driver in 1912:44
Myhrlpkonah I already have my data12:44
MyhrlpkoI wouldnt be ableto see nothing no where./12:44
RoryMyhrlpko: The worst thing that will happen is you boot to a console12:44
RoryMyhrlpko: But that won't happen12:44
RoryMyhrlpko: sudo sh /usr/share/ati/fglrx-uninstall.sh12:45
RoryMyhrlpko: sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*12:45
Myhrlpkonono12:45
MyhrlpkoRory: if IM in console form recorty mode I dont see my home dir12:45
Myhrlpkoso I cant nstallk driver.12:45
RoryMyhrlpko: Forget recovery mode. Open a terminal right now and run them12:46
rvrgAtleast tell me if there is a separate channel  for drivers and such ?12:46
Myhrlpkono12:46
Myhrlpkoim afraid12:46
Myhrlpkoand who is DJones12:47
RoryMyhrlpko: You think it's impossible to mount your home directory from recovery mode: It isn't impossible, but I don't want to go down that road unless it's necessary12:47
RoryMyhrlpko: http://askubuntu.com/questions/78675/how-do-i-remove-the-fglrx-drivers-after-ive-installed-them-by-hand12:47
IdleOneMyhrlpko: he is an operator in this channel12:47
RoryMyhrlpko: Let me know how it goes, I will wait12:47
nestle20from gnome desktop environment, how do you get back to console? I forgot, is it ctrl+alt+f1 ? or is it CTRL+F1 ? nothing seems to be working12:47
ankovchannel issue nowadays, as12:47
nestle20is it ctrl shift f1 ? LCTRL ? RCTRL?12:47
RoryMyhrlpko: Well, you started spamming characters, and then you swore and demanded my paypal12:48
UnDimI just got a new computer with Win8 with UEFI and secure boot.  If I am not keeping Win8 do I even need to install ubuntu in UEFI mode.12:48
Myhrlpkoso what12:48
Rorynestle20: Ctrl-Alt-F1, but if it's not working there's a problem. Does your num-lock key toggle the num-lock light?12:48
RoryMyhrlpko: I'm putting you on my ignore list now12:48
IdleOneMyhrlpko: focus on fixing the issue you are having.12:48
Myhrlpkook thank you12:48
Myhrlpkobye12:49
designbybeck14.04 64bit - Dell Precision Xeon 16GB RAM - .....Does not wake up from sleep I have to do a hard reboot. I've even tried switched to TTY and back and it doesn't do anything12:51
hedkandihi folks12:51
=== Guest8168 is now known as ikonia
aysorthdesignbybeck: had the same issue with one of the kernels while 14.04 was unstable12:52
aysorthdesignbybeck: turned out to be a problem with non-proprietary graphic drivers12:53
aysorthTry checking that12:53
designbybeckaysorth,  now that you mention that ....I haven't tried to install any video driver yet12:54
designbybeckwas thinking i't run with stock first12:54
designbybeckI've got a NVIDA Quadro Pro 2000..... it is horrible12:54
designbybeckit's all they'd let me order with this system12:55
aysorthWell I'm stuck with Optimus now, it's a choice - hot or slow. NVIDIA and Linux = pain. :P12:55
bekksaysorth: nvidia non-optimus works like a charm for me, for a decade now.12:56
designbybeckaysorth, it's got much better though....just not this card12:56
[nitro]my friend had problem with asus laptop with hd radeon graphics from 2009 series..fan was working really hard after 15 min and probably graphic was heating .. can someone tell me how is now with new version ? any amd experience from card from 2008 or 2009 .... i tried fglrx but didnt work but maybe i didnt do correctly wirh fglrx on 13.10 then i move  back and heating was present12:56
mikhaelI just created a partition "Linux File System:8300" using gdisk, however, It doesn't seem to be listed when using blkid12:57
bekks[nitro]: you have to know the exact graphics chipset.12:57
aysorthbekks: Yeah, I know. But try buing an efficient notebook without Optimus and not priced like HP ink :P12:57
bekksaysorth: then get some Dell.12:57
[nitro]bekks: just a sec i will check if i still have model here at home12:57
goneeuronetyire: So no go. to clarify. I am on xubuntu 14.04. and when I hit the volume up button on the headset wire controls its like it gets stuck and continues to increase. Same with mute and volume down. If I click the mute button it will mute on and off over continusly until i unplug the headset.12:57
aysorthI'd love to. BUt funemployment doesn't pay enough :P12:57
bekksaysorth: then you are stuck with low-end optimus ;)12:58
[nitro]bekks: i dont have history anymore . but if i correctly remeber it was radeon hd 347012:58
netyiregoneeuro: am I correct to understand the nature of the problem has changed from controlling an incorrect audio device to maladjusting the correct audio device?12:58
[nitro]series 3 or 4 for sure12:59
bekks[nitro]: 3 or 4 is not "exact" :)12:59
[nitro]347012:59
goneeuroNo, sorry. I was to vague with my initial explination. The controls have worked like this the whole time.12:59
joelmohow does /etc/init/xxxx.conf and /etc/init.d/xxxx relate13:00
netyiregoneeuro: I am sorry I have misunderstood your previous question. Please see this howto guide and let me know whether it works: http://ubuntuforums.org/showthread.php?t=97472313:00
thinknowhi, how can i see what have been done on my system when i was out?13:01
mikhaelI just created a partition "Linux File System:8300" using gdisk, however, It doesn't seem to be listed when using blkid13:02
Rorythinknow: look at bash history? It depends on what applications log13:04
Rorythinknow: Look at Firefox history as well13:04
edudxwhat is the file with program associate to files ? ex:  files  .py  open with sublime...13:05
ankovsounds like management-speak, it doesnt' fully understand words and speech?13:06
ancapedudx: There's a program called Ubuntu Tweak which looks like it can manage file associations; I've not used it though.13:07
nyuszika7hwow, 10.04 LTS is *still* supported on servers?13:07
nyuszika7hor how long?13:07
nyuszika7h*for13:07
jelly2015 at least13:08
Guest23882hello13:08
nyuszika7hoh right it's 5 years, and 10.04 = 20140413:08
nyuszika7her13:08
nyuszika7h20100413:08
edudxancap, thanks, but i wanted know if there are some file..13:08
Guest23882i've just installed kubuntu 14.04,  now i always get grub error: unknown filesystem13:08
ancapedudx: Not my area of expertise, sorry.13:08
[nitro]i called friend .. computer is asus f5 entertainment laptop x50sl model with ati radeon hd 3470 that is correct13:09
edudxancap, ok13:09
[nitro]i installed fglrx from guide from some site and didnt go ok13:10
[nitro]on 13.1013:10
ancapedudx: /usr/share/gnome/applications/defaults.list ?13:10
[nitro]64bit vesion13:10
ancapedudx: might be /etc/gnome/defaults.list13:11
edudxancap, ya, i was seeing :D13:12
edudxancap, In my ubuntu is this /usr/share/gnome/applications/defaults.list13:12
Guest23882've just installed kubuntu 14.04,  now i always get grub error: unknown filesystem13:13
cuddylierAnyone know any networking IRC chats where I could ask ubuntu/switch questions?13:13
edudxand to know the mime type  i use  mimetype13:13
ancapcuddylier: There's a couple networking channels; Check the list.13:13
=== ancap is now known as ancap-away
cuddylierancap: This list? https://wiki.ubuntu.com/IRC/ChannelList13:14
cuddylierI can't see any hmm13:14
ancap-awaycuddylier: I was referring to the Freenode list.13:14
cuddylierAh13:14
Pici!alis | cuddylier13:14
ubottucuddylier: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*13:14
Guest23882how can i fix grub in my live-kubuntu?13:17
Guest23882i just get "error: unknown filesystem" when i try to boot13:17
=== Ool is now known as limsi-user
vagvafguys, does anyone know what is the best way to contact a ppa team ?13:22
=== limsi-user is now known as Ool_
designbybeckvagvaf, I'd guess their contact info on launchpad13:23
cfhowlettvagvaf look at the ppa website.  contact info is htere13:23
cfhowlettthere13:23
DJonesvagvaf: https://launchpad.net/ubuntu/+ppas Normally has an email address for the ppa to contact13:23
vagvafthanks everyone13:24
=== blueeagle is now known as BlueEagle
becker_11where can I find the MD5hash for the standard ubuntu desktop release 14.04 LTS?13:29
IdleOne!hashes13:29
ubottuSee https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases13:29
becker_11Many thanks13:29
joelmoi have tried to create a init.d script but i am getting start: Job failed to start, but i tried to execute the things in do_start and it works.13:30
joelmobut im unsure about the xxx.conf i have13:31
joelmohttps://gist.github.com/0053ce1ca61b395cfaf513:31
=== din_ is now known as din
=== UKn0Me is now known as reynir
=== reynir is now known as UKn0Me
=== z_ is now known as Guest22003
joelmonvm found the problem13:35
=== matthewgall__ is now known as matthewgall
=== Extensa5630 is now known as NahNohNeh
KrittaIs this the chat area to get help for ubuntu related issues?13:49
cfhowlettKritta it is.  ask.13:49
cfhowlett!details13:50
ubottuPlease elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)13:50
KrittaTwo problems, I dual booted from windows 7 using the windows MBR instead of GRUB 2. Any software packages I try to install scrambles the screen and I typically have to restart ubuntu (14.0.4). I am trying to install silverlight or something similar because of school software, any advice of what is happening?13:51
cfhowlettKritta first ubuntu installation?  what's your gpu?13:52
salsero|2silverlight is descontinued13:52
cfhowlett!info silverlight13:52
ubottuPackage silverlight does not exist in trusty13:52
thinknowhi, how can i see what have been done on my system when i was out?13:52
KrittaGPU?13:52
=== ubuntu is now known as Guest49790
cfhowlettKritta graphics card (graphics processing unit)  AMD or Nvidia or Intel13:53
Krittalmao sorry no coffee, nvidia geforce 66013:53
jellowthinknow, what exactly are you looking for ?13:53
tzvi|testignore13:53
ActionParsnipKritta: http://www.ubuntugeek.com/pipelight-using-silverlight-in-linux-browsers.html13:53
cfhowlett!nvidia | Kritta13:54
ubottuKritta: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto13:54
ActionParsnipKritta: pipelight can help13:54
KrittaI tried getting pipelight from software packages but it said it does not exist13:54
ActionParsnipKritta: read the link....13:54
rvraghav93Why am I getting an exec format error when I try to modprob wl -- What exactly does an exec format error mean ?13:54
rvraghav93!broadcom13:55
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx13:55
KrittaI will try the driver and come back later thanks for the help Actionparsnip13:55
thinknowjellow, : i dont know, i locked my computer when i went out, and when i come home it was not locked anymore13:55
SenorI have 2 nics working on my host , if I send packet from one to the other ,will the packets forwading through the lcaol network gateway ?13:56
ActionParsniprvraghav93: what is the output of:   cat /etc/issue13:56
pip__anybody had problems with nvidia drivers & trusty?13:56
cfhowlett!details|pip__13:56
ubottupip__: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)13:56
rvraghav93ActionParsnip: Ubuntu 14.04 LTS \n \l13:56
ActionParsniprvraghav93: are there any bugs reported?13:57
rvraghav93u mean to ubuntu ? I dont know :(13:57
rvraghav93ActionParsnip: ^13:57
ActionParsniprvraghav93: i suggest you attempt to report a bug and see if an existing bug appears.13:58
rvraghav93ActionParsnip: Okay ... so There is no hope for Broadcom drivers in Ubuntu 14 ;(13:59
ActionParsniprvraghav93: i wouldnt be so fast to judge13:59
ActionParsniprvraghav93: did you upgrade from 13.10 to 14.04 by any chance?13:59
rvraghav93ActionParsnip: I have been trying for past 1 day ;(13:59
rvraghav93nope fresh install14:00
ankovi tried installing some14:00
ActionParsniprvraghav93: what broadcom chip do you use?14:00
=== sq is now known as Guest59347
rvraghav93ActionParsnip: BCM4314214:01
pip__okay.  Firstly how do I generate a new xorg.conf, which I then need to edit so my rat5 mouse will work14:02
pip__I'll worry about nvidia after that14:02
ActionParsniprvraghav93: http://askubuntu.com/questions/175104/how-do-i-install-bcm43142-wireless-drivers-for-dell-vostro-3460-356014:02
jellowthinknow, There are system logs in /etc/var and you can also list files accessed with find for instance find $HOME -ctime 0 will list all files accessed within the last hour in your home folder14:02
cfhowlettActionParsnip I've go the same chipset.  haven't had an issue with wifi setup since 10.04.  I used the No internet access mode (source files on the boot ISO) to set up wifi - 30 seconds of work and done.l  don't know why it's failing rvraghav93 on 14.04 and I won't upgrade until point release14:03
jellowthinknow, sorry I mean /var/log is where system files are located14:04
jellowsystem logs^14:04
ActionParsnipcfhowlett: maybe you can advise rvraghav9314:04
cfhowlettActionParsnip tried earlier.  all my suggestions failed.14:05
SASDOEhey all, I get '/path/to/dir does not support NFS export' when trying to do an NFS share.14:05
SASDOEexportfs: /home/maxime/Media/Misc/iTunes/iTunes Media/Music does not support NFS export' to be precise14:05
SASDOEubuntu server 12.0414:06
cfhowlett!wifi > cfhowlett14:06
ubottucfhowlett, please see my private message14:06
mikhaelWhat is the default type of the LInux filesystem that gdisk creates?14:07
cfhowlett!broadcom > cfhowlett14:07
ubottucfhowlett, please see my private message14:07
pip__After installing nvidia drivers I generated a xorg.conf using nvidia-xconfig, editied it to add a section for my rat5 mouse & rebooted into a low grahics selection list that I was unable to interact with.  I've reinstalled but have not installed nvidia drivers & my mouse works kind of some of the time.  Not sure what to tackle first or how14:08
mikhaelI can't seem to mount the partition I've created with gdisk14:08
rvraghav93cfhowlett: Could you guide me how I could downgrade to 12 ? I am totaly fed up ! :P14:08
jellowSASDOE, have you properly escaped the space between iTunes and Media ?  /home/maxime/Media/Misc/iTunes/iTunes\ Media/Music14:08
ActionParsniprvraghav93: reinstall14:08
arcskyhello, i got a question. if i want to do "ssh -R .." tunnel and the connection goes off/timeout ist possible that it can reconnect ?14:09
cfhowlettrvraghav93 get the 12.04.4 iso and clean install - technically not a downgrade but same outcome14:09
rvraghav93ActionParsnip: Which means I will lose all my current packages ?14:09
ActionParsniprvraghav93: yes14:09
cfhowlettrvraghav93 yep14:09
ActionParsniprvraghav93: you can restore user data from your backups14:09
ActionParsniprvraghav93: its the same upgrade model in Windows14:09
rvraghav93data is fine ... the packages :(14:09
mikhaelI can't mount the partition that I created with gdisk14:10
rvraghav93Anyway thanks .. that looks like the only viable option ... ill stop wasting time and do that .. thanks a lot :)14:10
holsteinmikhael: you can share errors14:10
holstein!mount > mikhael14:10
ubottumikhael, please see my private message14:10
vasady13salut all14:10
mikhaelholstein: wrong fs type, bad option, bad superblock on /dev/sda4 /mnt, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so14:11
vasady13...14:12
antonio_film14:13
antonio__lista film14:16
cfhowlettantonio_ no films.  nada.  zip.  zilch.  look somewhere else.14:16
sander^workHi. I'm getting: mount: mounting /sys on /root/sys failed: no such file or directory.. and dropped into initramfs on boot.14:18
mikhaelI created a partition (Linux Filesystem) via gdisk, but I am unable to mount it. Error: wrong fs type, bad option, bad superblock on /dev/sda4 /mnt, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so14:18
yeatsmikhael: does dmesg say anything about it?14:19
sigint88mikhael: do see the vol in fstab or mtab14:19
sigint88i agree with dmesg as well14:20
mikhaelyeats: It only says EXT4-fs (sda4): VFS: Can't find ext4 filesystem14:20
yeatsmikhael: what about 'sudo fdisk -l' - does that show the partition?14:20
mikhaelyeats: It shows a warning: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT.14:21
lorisciaoo14:22
loris!list14:22
ubottuloris: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».14:22
mikhaelyeats: But it does show up when using sudo gdisk -l14:22
yeatsmikhael: okay, then your attempt to format it as ext4 didn't work14:22
lorisah ok14:22
mikhaelyeats: It does show up when using sudo gdisk -l14:22
sigint88mikhael: truy gdisk -l14:22
sigint88sry14:22
mikhaelyeats: I mean sudo gdisk /dev/sda14:23
sigint88does mkfs.ext4 work?14:23
sigint88ahh o see yeats asked already14:23
mikhaelsigint88: Does that mean that I need to execute the mkfs command to create a filesystem after creating a partition using gdisk?14:24
sigint88sure.. if the partition doesnt display a type14:25
sigint88*via gdisk14:25
yeatsmikhael: yes14:25
* sigint88 Hi fives yeats and mikhael 14:25
mikhaelyeats: Sorry, I wasn't aware of that14:25
mikhaelyeats: Now, how do I determine what filesystem that partition is?14:29
jon_chi all - i hit the logout menu item accidently, and the logout prompt is there with buttons the lock and shutdown icons. its hanging tho, unresponsive. anyone know the name of this process so i can kill it?14:29
=== jivkov is now known as jvanchev
Roryjon_c: Pretty sure it's just part of unity14:31
gabriel_i wish install program to create usb live dvd14:31
jon_ceh, was afraid of that. any suggestion short of reboot?14:31
Roryjon_c: move to another console (ctrl-alt-f1), killall unity14:31
User573stu "d!ckless" lantz betrays all; trannys & queers(chaste Homos/a$$holes), rule; andrew jenkins aka andrea hylton/tranny14:31
Roryjon_c: It should re-launch itsself14:32
jon_cscanned the processes quick and nothing jumped out at me14:32
dusf123_mikhael, check using gparted14:32
jon_cok thanks14:32
dusf123_though there must be some parted or fdisk command to check file systems also14:32
dusf123_maybe fdisk -l?14:32
mikhaeldusf123_: I want to check it out using the command line14:32
dusf123_mikhael: df -T14:32
mikhaeldusf123_: fdisk doesn't support GPT, I'm using gdisk but it only says Linux Filesystem14:33
gabriel_any good program instead unebootin?14:33
salsero|2unetbootin14:33
mikhaeldusf123_: Thanks a lot! that worked!14:33
cfhowlett!usb|gabriel_14:33
ubottugabriel_: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent14:33
gabriel_i wish create live usb linux14:34
gabriel_from xubuntu14:35
cfhowlettgabriel_ I've never known unetbootin to fail.  suggest you use it.14:35
gabriel_where i get him?14:35
cfhowlettgabriel_ software center14:35
gabriel_ok many thanks cfhowlett :)14:36
cfhowlettgabriel_ happy to help.14:36
dusf123_mikhael: :)14:36
phaidrosI cannot find usbhid-ups in 12.04 .. isn't it a kernel module?14:39
nullbyte_when skype should be ready for ubuntu 1414:41
cfhowlettnullbyte_ ask microsoft14:42
bigred15Skype works fine on my Ubuntu 14.04 - what's the issue exactly?14:43
Dave8503any good video donwloader for ubuntu?14:43
Dave8503but not only from youtube14:43
nullbyte_bigred15: did you made dist-upgrade to 1414:43
cfhowlettDave8503 check firefox add-ons14:43
bigred15nullbyte_: No, I did a fresh-install.14:43
nullbyte_lol14:44
Dave8503bigred15, skype is working on ubuntu 14.0414:44
nullbyte_bigred15: me too and i get and error, brb to boot and i paste to you14:44
Dave8503I'm using it right now without problems14:44
bigred15Dave8503: I'm not the one with the issue, nullbyte is.14:44
Dave8503ouups :D ok14:45
Dave8503cfhowlett, any "independent application"14:45
Dave8503or there are only chrome, firefox extensions?14:45
ActionParsnipDave8503: loads of extensions and addons for browsers to do that14:45
Dave8503ok, got it14:46
Dave8503I got format junkie to convert them14:46
ActionParsnipDave8503: is your aim to rip MP3 from the videos?14:46
Dave8503hope it's a good one14:46
cfhowlettDave8503 still on 12.04 here so I can't speak to 14.04 issues14:46
troulouliou_devhi where can i get more information for this error  when migrating from 13.10 to 14.04 -> Could not calculate the upgrade . An unresolvable problem occurred while calculating the upgrade. ..14:46
ActionParsniptroulouliou_dev: disable all PPAs14:46
jon_cRory: "killall unity" told me no "no process found", "pgrep unity" give 10 processes, i killed them all. one keeps restarting itself. logout prompt still there14:46
Dave8503ActionParsnip, yes14:46
kostkonDave8503, search in the software centre, there are some e.g.  https://apps.ubuntu.com/cat/applications/allvideodownloader/  https://apps.ubuntu.com/cat/applications/vulgry/  etc14:46
troulouliou_devActionParsnip, it is not done automatically ?14:47
becker_11troulouliou_dev: have you done an apt-get update apt-get upgrade?14:47
ActionParsnipDave8503: then why not use youtube-mp3.org14:47
troulouliou_devActionParsnip, im using do-release-upgrade on laptop14:47
Dave8503I need some deep house remixes as mp3's on my phone14:47
jon_crory: any unity-world ideas? or flags i should've put on killall? i tried the obvious like case insensitive14:47
ActionParsniptroulouliou_dev: no idea, I always clean install14:47
Dave8503vimeo too14:47
troulouliou_devbecker_11, yes but no reboot . maybe related as it installed latest 13.10 kernel14:47
becker_11troulouliou_dev: reboot then try again14:47
troulouliou_devok will try to reboot14:47
ActionParsnipDave8503: I'd search for an addon etc but that site will do youtube for you :)14:48
troulouliou_devbecker_11, thanks14:48
Dave8503as most of them are from youtube, I'll use youtube dl14:48
=== mel is now known as Guest72769
Dave8503far as I remember the command on terminal is "youtube-dl http......."14:48
Guest72769hello14:49
nullbyte_re14:49
nullbyte_for skype error is, http://paste.ubuntu.com/7330301/14:49
becker_11I shouldn’t have any issues dd ing the iso to a 4gb usb key yeah?14:49
Dave8503nullbyte_14:49
Dave85031. sudo sh -c 'echo "deb http://archive.canonical.com/ quantal partner" >> /etc/apt/sources.list'14:49
Dave85032. sudo apt-get update14:49
Dave85033. sudo apt-get install14:50
nullbyte_yes i do that14:50
nullbyte_and after install i got that14:50
Dave8503then there is something wrong with your os14:50
Dave8503ubuntu 14.04?14:50
yeatsnullbyte_: what does 'apt-cache search skype-bin' show?14:50
cfhowlettnullbyte_ go to the skype site and download install instructions there14:50
ActionParsnipbecker_11: newer versions allow dd to USB, it should work14:50
cfhowlettnullbyte_ http://www.skype.com/download/skype/linux/choose/14:50
nullbyte_gfatori: skype-bin - client for Skype VOIP and instant messaging service - binary files14:51
k1lnullbyte_: Dave8503 quantal? that is out of support14:51
nullbyte_yeats:..14:51
becker_11brb reboot14:51
yeatsnullbyte_: try 'sudo apt-get update && sudo apt-get -f install'14:52
lostmymindIf I upgrade my distro version, will it wipe my partition and install fresh? Or will I keep my files/programs?14:52
yeatslostmymind: upgrades don't touch data, but it's a good idea to back up14:52
ActionParsnipk1l: not yet (see topic)14:52
k1llostmymind: it will just update packages14:52
nullbyte_yeats: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.14:53
ActionParsniplostmymind: if you upgrade online your user data will be untouched. Your bckups will keep data integrity14:53
=== k1l changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: http://ubottu.com/y/gl | IRC info: http://ubottu.com/y/irc | Pastes to http://paste.ubuntu.com/ | Release Notes: http://ubottu.com/y/rn | Download: http://ubottu.com/y/dl | Currently supported: 10.04 LTS (server), 12.04 LTS, 13.10, and 14.04 LTS
nullbyte_:)14:53
k1lActionParsnip: 12.10 was EOL on 18th april14:53
yeatsnullbyte_: have you tried installing skype-bin?14:53
nullbyte_yeats: yes, http://paste.ubuntu.com/7330355/14:54
lostmymindthanks all. One other question. If someone made a program which officially was last made as a package in 13.04, and I installed it on 13.04, then upgrade to 14.04, will the program still work even though he hasn't made a 14.04 version yet?14:55
jon_cRory: restart was the right idea. simple "unity" was sufficient. Thanks!14:55
holsteinlostmymind: you should ask them14:55
ActionParsnipk1l: still showing here https://wiki.ubuntu.com/Releases and in the channel topic though....weird14:55
cfhowlettlostmymind MAYBE - but don't expect it to do so.  no upgrade since 13.04 suggests abandonware14:55
k1lActionParsnip: yes i am working on that official wiki page right now.14:55
yeatsnullbyte_: have you tried installing those i386 libraries?  (I'm assuming your OS is 64-bit)14:56
ActionParsnipk1l: ahhhh14:56
nullbyte_yeats: yes its 64bit, i have all i386 pkgs14:56
ratrekafter todays update xubuntu does not want to start - still autorestart . Probably bacause new kernel. Someone knows how to solve this ?14:57
=== ariabbas is now known as ngaoundere
=== ngaoundere is now known as ariabbas
yeatsnullbyte_: I'll suggest this link: https://support.skype.com/en/faq/FA12120/getting-started-with-skype-for-linux, but that's all I've got14:58
nullbyte_yeats: ok thanks14:58
sasukehi guys14:59
=== UKn0Me is now known as UKn0Me|AFK
=== lynx is now known as Guest96677
tharkunikonia: I'm here now :)15:06
mynameisdeletedwhy cant I find source for linux-image-3.13.0-19-generic15:11
mynameisdeletedevery repository I look for that in says the package has been deleted15:11
=== DJones changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: http://ubottu.com/y/gl | IRC info: http://ubottu.com/y/irc | Pastes to http://paste.ubuntu.com/ | Release Notes: http://ubottu.com/y/rn | Download: http://ubottu.com/y/dl | Currently supported: 10.04 LTS (server), 12.04 LTS, 12.10, 13.10, and 14.04 LTS
sasukecan anyone  plz tell me how to import user & ca certificates in ubuntu15:12
mynameisdeletedwas there terrible bug in that version?15:13
kostkon!find linux-image-3.13.0-19-generic15:14
ubottuPackage/file linux-image-3.13.0-19-generic does not exist in trusty15:14
mynameisdeletedtold you they deleted it15:14
typsasuke: /etc/ssl/ i guess..15:14
holsteinsasuke: https://help.ubuntu.com/14.04/serverguide/certificates-and-security.html15:14
holsteinmynameisdeleted: if "they" deleted it, then, we wont find it.. otherwise, try and be patient as volunteers try and help you locate what you are looking for15:14
=== UKn0Me|AFK is now known as UKn0Me
mynameisdeletedI havea  desktop that wont boot the 3.13.0-24 version15:15
k1lActionParsnip: i was wrong with the EOL of 12.10. there will be an email announcment when its EOL.15:15
sasuketyp, holstein... let me check15:16
sasukethanks15:16
mynameisdeletedhttps://launchpad.net/ubuntu/+source/linux/3.13.0-19.40  should that compile a compatible chagned kernel module?15:18
mynameisdeletedI'm makign the dm raid module give read errors, but not fail drives when it reads bad blocks15:19
mynameisdeletedso I can use fsck.ext2 witha  bad blocks list on an md device15:19
bekksmynameisdeleted: Thats a new kernel package release, not a single kernel module.15:19
nestle20im having to install the OS myself on this new remote dedicated server.. it has two 2TB drives and im trying to do raid1.. if the machine has 16 GB of ram do i need to still create swap?15:20
nestle20or is 16 enough15:20
bigred15Depending on what it is used for, nestle20.15:20
bekksnestle20: If you want to avoid the out of memory killer killing random processes in case of being out of memory: create swap. If you want to use hibernation: create swap as large as your RAM.15:21
nestle20okay well this box has 2x2TB so im wanting to do raid1 and if i want to create a 8 GB swap  would i be setting both /dev/sda and /dev/sdb to 1992 GB? or am i making this too complicated15:22
KrittaActionparsnip and several others helped me with a graphics card issue and a pipelight installation, thank you very much for all of your help. Everything is running quite smooth now15:22
salsero|2nestle20: if you raid device doesnt ocupy the entire disks, you can have swap on 1 only15:23
bekksnestle20: much too complicated ;) just create 16.1G (a bit larger than 16G RAM for hibernation) on each disk, so you can use hibernation even if one disk dies.15:23
bekkssalsero|2: then he wouldnt be able to use hibernation if the disk with the swap device dies.15:23
mynameisdeletedI can compile a built in module by compilign the entire kernel right?15:24
mynameisdeletedand then if its patched to match I should be able to modprobe it15:24
=== Rynofear is now known as Rynomster
salsero|2ye, but one disk failing seems more serious to me than not having hibernation15:24
bekksmynameisdeleted: Just install the binary package for that source package - you dont have to compile anything on your own.15:25
bekkssalsero|2: and 16G out of 2x2TB is - not much :)15:25
nestle20when i create the swap15:26
nestle20is it primary or logical ?15:26
nestle20and beginning or end ?15:26
nestle20or does it not matter15:26
mynameisdeletedI just want to chagne 1 line of md.c to prevent it from failing a raid array on the first read error15:27
mynameisdeletedinstead it just returns read error15:27
mynameisdeletedif most drives read the sector and one fails it can still spit it out but if different ones have different read errors at different positions then that can result in multiple drives being listed as failed15:27
mynameisdeletedan dmake it hard to read an entire array15:27
mynameisdeletedext4 on a signle drive handles bad blocks gracefully.. just do a bad-blocks scan15:28
lostmymindI have a strange problem with flash.15:28
bekksmynameisdeleted: changing that behaviour will put all your data at heavy risk.15:29
=== Guest50001 is now known as guestdw
bekkslostmymind: flash is a strange problem ;)15:29
guestdwAnyone know why my nautilus preferences should be ignored?15:29
lostmymindbekks are you knowledgeable in flash on linux?15:31
bekkslostmymind: Why dont you ask your actual support question instead? :)15:31
holsteinlostmymind: no one is really allowed to be.. its closed source, and not supported any longer15:31
holsteinlostmymind: https://www.adobe.com/software/flash/about/ i use either chrome or the chrome flash in chromium when i need flash support15:32
bigred15Does anyone know how to configure rxvt-unicode to use right-mouse click as paste, as opposed to middle-click?15:33
lostmymindbekks well, when I DON'T install flash, youtube works semi-ok. It freezes up/lags, but videos DO play. They ask for flash to be installed, but they play anyways. Once I install flash and the restricted extras, the box that would be the video is now just either a grey box, or a white box. No video, no sound.15:34
=== Kitar|st_ is now known as Kitar|st
mynameisdeletedlater I may add a remapping code so that the bad sectors on a mostley ok drive can read from an alternate location on the drive which is not damaged15:34
mynameisdeletedscsi drives read , chekc for and remap bad sectors in firmware15:34
bigred15lostmymind: I had that issue, but I thought it was a difference between HTML5/Flash.15:34
mynameisdeletedsata depends on the userspace utils to do that15:34
bekkslostmymind: native flash for linux is deprecated by Adobe. Use chrome and the built-in flash module.15:35
mynameisdeletedhow well does chrome flash work.. is that open source?15:35
lostmymindbigred15 did you get it fixed?15:35
bekksmynameisdeleted: all those wheels are already invented. On filesystem level.15:35
bigred15lostmymind: I had the issue on 12.04, ever since moving to 14.04, the issue has not existed.15:35
mynameisdeletedyeah.. but 3 bad blcoks on different drives in riad6 can fail the array15:36
bekksmynameisdeleted: every raid can fail.15:36
holsteinlostmymind: sure. let youtube know of your issues.. otherwise, try the latest supported flash using what adobe provides via chrome or the chromium pepperflash.. or, html5, where available15:36
bekksmynameisdeleted: a raid is not intended to be failsafe at all use cases.15:36
lostmymindbekks can you extract just the flash portion of chrome and apply it to firefox?15:36
bekkslostmymind: No.15:36
holsteinlostmymind: you can apply that to chromium15:37
bigred15is chromium 64bit?15:37
mynameisdeletedso the proper action woudl be to read the entrie array withotu failign any disks.. recreate waht you can and back up onto antoher medium15:37
holsteinlostmymind: the latest supported verison of flash for linux in firefox is, as stated at https://www.adobe.com/software/flash/about/ an older version15:37
mynameisdeletednot top stop the backup half way through15:37
lostmymindIs there a such thing as an open source flash alternative?15:38
bekksbigred15: Yes.15:38
bekkslostmymind: There are, but none of them are compatible with all flash version requirements.15:38
lostmymindbekks so basically they don't work yet?15:39
tzvilostmymind: they all suck :-)15:39
tzvipretty much15:39
bekkslostmymind: They do work, but none of them is compatible with all versions requirements.15:39
holsteinlostmymind: the latest provided by adobe for chrome, that works with chromium is the latest, and "best" for recent flash content15:40
jtrileyhi all - having issues while configuring nfs-common (1.2.8-6ubuntu1) - keep getting errors from invoke-rc.d about statd, gssd, and idmapd services missing from /etc/init.d15:41
jtrileythis is on 14.04...15:41
lostmymindSo basically firefox has no access to a working flash player on linux. How can this be?15:41
ironiHi, what is a good way to get global env vars available within upstart processes?15:41
holsteinlostmymind: ask adobe.. they stopped providing it to linux15:42
holsteinlostmymind: its not firefox.. its main linux has an older version... you can refer to https://www.adobe.com/software/flash/about/15:42
=== dannixon is now known as Guest58665
lostmymindholstein No, I wasn't suggjesting firefox was at fault. I was saying that the end result is that firefox gets screwed on this one.15:43
compdocflash isnt available to 14.04? I havent tried15:43
holsteinlostmymind: i think some consider a lack of flash support a "feature" ;)15:43
bigred15compdoc: It must be, because youtube non-html5 works on this box. Unless I've done something :\15:43
holsteincompdoc: https://www.adobe.com/software/flash/about/15:43
holsteincompdoc: linux as a whole gets an older version of flash from adobe15:44
compdocthats ok, as long as it works15:44
lostmymindholstein but 11.2 should still PLAY videos right? I just get a white box.15:44
bekkscompdoc: It is insecure.15:44
bekkslostmymind: It shouldnt always. It only should if that flash video is compatible with 11.215:45
ActionParsnip!info flashplugin-installer | compdoc15:45
ubottucompdoc: flashplugin-installer (source: flashplugin-nonfree): Adobe Flash Player plugin installer. In component multiverse, is optional. Version 11.2.202.350ubuntu1 (trusty), package size 6 kB, installed size 136 kB (Only available for i386; amd64)15:45
ironiIs the solution to abandon Upstart?15:45
holsteinlostmymind: you'll have to try it. i find that if i need flash support, i use the latest15:46
junkaomg a bunch of ppl15:46
lostmymindIs anybody else seeing this mass amount of people quitting and joining at the same time?15:46
holsteinlostmymind: nothing about linux is preventing those videos from playing.. but there is not much we can do to facilatate the playing around adobe support15:46
Logan_!netsplit | lostmymind15:46
ubottulostmymind: A netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit15:46
STPIlostmymind this is a netsplit15:46
bekksironi: the solution to what?15:47
nestle20thx u guys for all your help15:47
lostmymindOk, it was just freaking me out. Last time I saw that in a chatroom was 2001, and the software was crashing.15:47
nestle20very nice people15:47
STPIhaha15:48
salsero|2very nice chocolate from nestle2015:48
braddoroI am wanting to upgrade my OS and I wanted to see if I am running a 33 or 64 but machine.  I ran lscpu and it says: Architecture: i686, CPU op-mode(s): 32-bit, 64-bit.  Does that mean I am 32 bit?15:49
junkabraddoro, it means you can use both15:49
bigred15uname -a will probably show you what you're currently using.15:50
balazsHi, does anyone know of a boot image already created that I could use as a transparent proxy ?15:50
kostkoncompdoc, 11.2 is still supported with security updates and should work play youtube videos fine15:50
bekksbigred15: That will only show which architecture the kernel is.15:50
ironibekks: I want to make a bunch of environment vars available to my upopstart service15:50
braddorojunka thank you very much15:50
braddoroI'll grab the 64 bit version15:51
bekksironi: http://upstart.ubuntu.com/cookbook/15:51
bigred15bekks: Oh I see. What's the difference between Little Endian and Big Endian?15:51
Seven_Six_TwoAre loco dvd packs being fulfilled by Promese Netherlands BV?15:51
junkabraddoro, that's what I would do too15:51
ironibekks: nothing there, except manually specifiying every single env var15:51
ironibekks: and I have like 5015:51
bekksironi: Then you have to manually define them.15:52
braddoroI am doing a new install on a fresh HD so if it doesn't work I am not out anything. :)15:52
ironibekks: ok, guess I'll have to look if supervisord can do it better. thanks!15:52
bekksironi: Good luck, hopefully you wont break your system.15:53
=== nordomalius is now known as maliux
ironibekks: :)15:54
HappyNewYear13hi, i have version 12.04 but i want to upgrade to 14.4 - just activated update manager, but it says: new version 12.10. what to do?15:54
[nitro]how stable is everything now in 14.04 i have laptop with intel and desktop with nvidia gt9500.. i dont know when to do upgrade not to make something disfunctional .. 13.10 is ok for both for now ...15:55
holsteinHappyNewYear13: you can turn off the updates to "normal" releases, and wait til that path opens when 14.04.1 is open15:55
STPIguys, I just installed NVIDIA binary driver (proprietary) instead of "Nouveau display driver" open source. Now when I start my computer, at the password screen for the encryption passphrase, it's all pixelated and oldschool (that was normal when using default open source driver). Any idea?15:56
HappyNewYear13holstein, 14.04 not ready yet?15:56
Seven_Six_Two[nitro], mine is stable, although I have an older laptop with nvidia and had to downgrade my nvidia driver because of really bad instability with the newest one.15:56
holsteinHappyNewYear13: or, force the issue, if you like.. or fresh install.. regarless, you should have backups15:56
holsteinHappyNewYear13: 14.04 is released officially15:56
HappyNewYear13holstein, is it safe to upgrade from 12.04 to 14.04?15:56
holsteinHappyNewYear13: not sure why that was decided to be held back15:56
successus2someone with problems on ubuntu 14.04 with dvb-t?15:57
holsteinHappyNewYear13: "safe" can depend on many things.. hardware support, etc15:57
HappyNewYear13holstein, how much ram do you normally use?15:57
Seven_Six_Twoforgot the channel search command. alis? lisa? alisa?15:57
Aaruniuh, 14.04 is buggy.. the package soundconverter seems to be broken under trusty. works like a charm under precise, though.15:57
holsteinHappyNewYear13: i would have backups regardless, and i always prefer a fresh install, personally15:57
[nitro]hmm.. i need my computer these days running ok maybe i wait i will see15:57
holsteinHappyNewYear13: it depends, but, i dont use much in a normal session.. under 1 gb or ram is used typically.. maybe around 600mb's. but it depends15:58
holstein!bug15:58
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.15:58
holsteinAaruni: ^15:58
HappyNewYear13holstein, and your ram installed?15:58
Aaruniholstein, thank you15:58
holsteinHappyNewYear13: i have many machines.. from 256mb's to 8gb's15:58
HappyNewYear13holstein, ok, thank you friend15:59
holsteinHappyNewYear13: cheers15:59
[nitro]what about amd radeon laptop .. and 14.04 .. my previous question round 15:00 and later so was about asus x50sl laptop with older hd radeon 3470 model graphics .. something is making fan very fast... would be better to try with 14.04 and amd fglrx or native ????16:00
junkaholstein, does ubuntu-bug require to have a lanchpad account?16:00
holsteinjunka: not sure about the requirements.. i have an account and havent tried without16:01
bekks[nitro]: First check wether fglrx supports your card.16:01
bekks[nitro]: And thats why you have to be absolutely sure which device it is.16:02
[nitro]on label said hd radeon 3470 thats for sure i called owner he cheked16:02
nestle20so i just got done installing raid1 (2x2TB). box is 2 mins fresh online (uptime).. i ran cat /proc/mdstat and it says resync = 1.6%.. so does this mean i should wait until i start throwing on my 600gb of files? or can i just go ahead now? [>....................]  resync =  1.6% (31443072/1945569088) finish=612.9min speed=52048K/sec16:03
depestoHello16:03
Aaruni[nitro], lspci | grep VGA ?16:03
nestle20software raid of course*16:04
depestoCan someone help me with a boot error im getting on a new install?16:04
bekksnestle20: you can continue. Just wait for rsync to finish before rebooting.16:04
Aaruniholstein, "Requesting support: there are a multitude of ways you can get help using Ubuntu, such as the Launchpad answer tracker, the Ask Ubuntu site, the Ubuntu forums, the #ubuntu channel on the Freenode IRC server, and the ubuntu-users mailing list. "16:04
Aaruniso, does this go into bug, or support, ?16:05
[nitro]RV620/RV635                 Radeon HD 3410/3430/3450/3470/3650/3670 .. this is fully suported 3470 is inside16:05
moparisthebest where is the trusty alternate cd?16:05
nestle20thank you bekks16:05
holsteinAaruni: cheers.. im not seeking support avenues at this time..16:05
depestosupport I think16:05
[nitro]i will try again to install fglrx16:05
Dreadlisheh16:05
Dreadlishfglrx is unsupported for hd3xxx16:05
Aaruniholstein, no, I meant my problem., soundconverter refuses to take video input (haven't tried audio input yet)16:06
holsteinAaruni: OH.. i see.. you stated there was a bug.. i would look for an already existing bug report, and if there is not one, start one, and try and get the issue duplicated16:06
holsteinAaruni: soundconverter is just that, though.. i use it often.. its not for video16:06
[nitro]dreadlish: thats that16:06
Dreadlishcards up to hd5xxx are unsupported iirc.16:06
depestoanyone have any idea what to do with error attempt to write outside of hd0? I tried everything in the docs16:07
Aaruniholstein, the website claims that it will take anything gstreamer can handle, and video files worked back in precise (12.04)16:07
[nitro]Dreadlish, and i can't use fgrlx right ?16:07
holsteinAaruni: i never tried, but you'd need to make sure you are running the claimed version16:07
Dreadlishyup.16:07
Dreadlishit won't be working16:07
Aaruniholstein, "it used to work in precise pangolian"16:07
holsteinAaruni: the repo version will be locked, potentially, before that feature16:07
STPIguys, I just installed NVIDIA binary driver (proprietary) instead of "Nouveau display driver" open source. Now when I start my computer, at the password screen for the encryption passphrase, it's all pixelated and oldschool (that was normal when using default open source driver). Any idea?16:07
[nitro]yes beaucse i tried and then needed to restore back16:08
holsteinAaruni: did it work in 12.04 for you?16:08
Aaruniyes16:08
holsteinAaruni: ok.. then, file a bug if you feel you have one.. try and get someone to confirm16:08
holsteinAaruni: i would want to be using similar "known good" video files to test with16:08
[nitro]Dreadlish, and what now ? what about 14.04 and basic driver should i try ?16:08
Aaruniholstein, some videos downloaded via youtube-dl16:08
Aarunihalf a minute videos16:09
holsteinAaruni: sure.. try *known* *good* video.. not illegally obtained ones16:09
Dreadlish[nitro]: you should stay with open radeon driver16:09
Aaruni:/16:09
[nitro]another important question for that case .. is better to do do-release-upgrade in terminal either on gui because of this problem of fan and laptop is hot after some not so big time16:10
Kartagishi16:10
Aaruniholstein, the video "how fast.ogg" works, but when it is converted to .mkv via handbrake, it no longer works..16:11
KartagisI have a problem with my video16:11
Kartagisany video plays in slow motion16:11
holsteinAaruni: sure, so maybe you dont have a soundconverter issue, there.. but mayb e a source video issue16:11
Kartagiswhat do I do?16:11
holsteinKartagis: *any*? or just flash?16:11
ankovKernel. Someone stole the db of sun zealotry means f���w��mq��.��7e��?�s�1�<5qrq��f�n&��eǂ�h�+�v_0|��m��a�Ƅjn��w16:11
[nitro]and this my friend dont use batery he use without battery in maybe something with that ?16:11
Kartagisholstein: any16:11
uueslewhyquit16:12
Kartagisholstein: yea, confirmed. any16:12
holsteinKartagis: i might start simple with just making sure i have applied all upgrades available. then, i might try live CD's to isolate an issue with my installed system. then another user, such as the guest user to isolate my user config16:12
[nitro]this is core 2 duo machine is battery need for more power maybe ?16:13
holsteinKartagis: then, maybe move on to video driver.. i would be also using a known good, simple ogg video to test. in something like vlc, or something im comfortable using16:13
aPpYeWhen I run do-release-upgrade, it wants to uninstall a metapackage that I use to install most of my systems along with most, but not all of its dependencies.16:13
aPpYeCan I do something to the metapackage to make do-release-upgrade "like" my metapackage?16:13
aPpYePerhaps there is some configuration set somewhere to make do-release-upgrade not mess with my metapackage?16:13
aPpYeAll machines were originally built from ubuntu mini 13.10.  The same metapackage installs fine on a fresh 14.04 ubuntu mini install.16:13
RothDogehello , how can i hide my ip ? in whois my ip is visible ....16:14
Kartagiswill do those16:14
KartagisRothDoge: get a cloak16:14
bekksRothDoge: Ask for a cloak in #freenode16:14
Kartagis!cloak | RothDoge16:14
ubottuRothDoge: To get any kind of cloak (ubuntu member or any other kind) you first need to set up your nick as detailed in this FAQ: http://freenode.net/faq.shtml#nicksetup -  For Ubuntu member cloaks, ask in #ubuntu-irc and provide your launchpad page, for unaffiliated ones, ask in #freenode.16:14
RothDogeKartagis how ? where ?16:14
KartagisRothDoge: look at the link ubottu gave you16:15
Kartagisand do what bekks said16:15
RothDogeths16:15
Aaruniholstein, is this satisfactory for a bug report : https://bugs.launchpad.net/ubuntu/+source/soundconverter/+bug/1312820 ?16:17
ubottuLaunchpad bug 1312820 in soundconverter (Ubuntu) "soundconverter no longer takes video input" [Undecided,New]16:17
moparisthebestso how can I use the installer that used to come with the alternate cd?16:18
holsteinAaruni: its a good start, id say16:21
holsteinAaruni: keep in mind, it doesnt ship with 14.04, so, you might want to be more proactive upstream if you want this to be addressed16:21
Aaruniholstein, I don't really know how to report bugs. I found trusty, and then I found soundconverter, and then I filed a bug.16:22
holsteinAaruni: i would appreciate it if you wouldnt refer to the whole of 14.04 as "buggy" due to this action you have found16:22
holsteinAaruni: i use soundconverter routinely, and had no idea it was created or intended to make audio from video16:22
gr33n7007hAre most joypads plug and play in linux?16:22
nestle20On this dedicated server that i remotely had to install ubuntu 13.10, my interface is p6p1 instead of eth0 ? when running ifconfig.. is this normal ? lol16:23
holsteinAaruni: als, whhat you said above was, another tool didnt create the audio from the video either.. so, you may want to look at what soundconverter is using and see if that is broken.. gstreamer.. for example16:23
Aaruniholstein, I used to use it a lot, and it works like a charm, converting anything you throw at it to .ogg in precise16:23
Aaruniholstein, I am trying to read about that16:23
Kartagisholstein: okay, it's the driver16:24
Kartagisholstein: the driver in my current installation16:25
holsteinAaruni: i would be interested in helping you confirm it.. but, i want the *same* files to be used. so, you find a known good video, not from youtube, and try it.. if it fails, share that video with me, and i'll test16:25
dusf123this pastebin mount /dev/vg/shared at boot, along with /dev/vg/ubuntu-root, /dev/vg/home, and /dev/vg/swap, but i am unable to create files in shared. i have tried replacing the command 'sudo mount /dev/vg/ubuntu-root /mnt' with 'sudo mount /dev/vg/shared /mnt' but then when i go onto the next command 'sudo chroot /mnt mount /proc' it gives me the error 'chroot: failed to run command ‘mount’: No such file or directory'. can anyone tell me how i should16:25
holsteinKartagis: so, maybe there is an alternative closed source driver you can try16:26
Aaruniholstein, in your home folder, there is an Examples folder, inside that there is "How Fast.ogg"16:26
Aaruniconvert that to .mkv, and try using soundconverter, to see the bug16:26
holsteinAaruni: nah.. you'll give me *exactly* the same file you have16:26
holsteinAaruni: you can PM me for email, or whatever you like16:26
=== fred is now known as Guest4286
=== Guest4286 is now known as damn
Aaruniholstein, uploading...16:28
=== damn is now known as friedrich
Aaruniholstein, http://edufor.fosspowered.com/static/How%20fast.mkv16:30
dusf123this pastebin mounts /dev/vg/shared at boot, along with /dev/vg/ubuntu-root, /dev/vg/home, and /dev/vg/swap, but i am unable to create files in shared. i have tried replacing the command 'sudo mount /dev/vg/ubuntu-root /mnt' with 'sudo mount /dev/vg/shared /mnt' but then when i go onto the next command 'sudo chroot /mnt mount /proc' it gives me the error 'chroot: failed to run command ‘mount’: No such file or directory'. can anyone tell me how i shoul16:31
holsteinAaruni: preparing to test..16:31
l_rhello16:32
l_ris ubuntu 14.04 out?16:32
junka!14.0416:32
ubottuUbuntu 14.04 LTS (Trusty Tahr) is the current release of Ubuntu. Download at http://releases.ubuntu.com/14.04 - Read the release notes at https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes16:32
l_rso what   are the biggest changes16:32
l_ri hope the old gnome has been reintroduced16:33
Beldarl_r, gnome 2 is gone, but there are other de, like mate and others16:34
l_rbut how what did they use to make the live tour?16:35
Beldarl_r, This is support not chat on the OS, ther eis #ubuntu-offtopic for that.16:35
=== dean is now known as dean|away
moparisthebestso no one knows what happened to the alternate cd?16:36
starratsgoode afternoon everyone!16:36
OerHeks!alternate16:36
ubottuThe alternate CD has been discontinued for the main Ubuntu distro, please use and report any bugs in the !LiveCD16:36
Beldarmoparisthebest, been replaced by the mini.16:37
moparisthebestmini?16:37
yeats!mini | moparisthebest16:37
ubottumoparisthebest: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD16:37
OerHeksalternate is no longer needed, use the live cd or just the ubuntu iso to make lvm/encrypted lvm16:37
OerHeksor mini16:37
OerHeksyeats + 116:37
moparisthebestso the problem is I want an encrypted root without an LVM16:38
moparisthebestwhich apparantly doesn't work with the kubuntu cd16:38
=== g_byers is now known as gbyers[Away]
moparisthebestso the mini cd has the same installer the old alternate used to? the ncurses based one (by debian?)16:38
OerHeksmoparisthebest, see the url from ubottu16:39
Aaruniholstein, did it work ?16:39
v0lksmanhello all.  trying to upgrade from 13.10 to 14.04 but getting "Could not calculate the upgrade"...I've disabled 3rd party, still no luck.  Any help?16:41
holsteinAaruni: im still working through the error messages to make it work16:42
Aaruniholstein, kk16:42
=== justinS_ is now known as jhsimpson
SchrodingersScatTransferring through rsync or apache2 is giving me crazy low speeds, like 60-70KB/s when it should be much higher, what should I check?16:44
=== cmuller- is now known as cmuller
OerHeksv0lksman, see this answer to find out what packages do that > http://askubuntu.com/questions/360293/could-not-calculate-the-upgrade-what-happened/360448#36044816:45
junkahello i need help to fill a bug report16:46
chowderdoes anyone know how to uninstall all of unity without destroying the desktop setup? I'm using Gnome.16:46
junkachowder, there is ubuntu Gnome you know16:47
chowderjunka, I'm not going to reinstall Ubuntu just so I can have gnome. All I had to was apt-get install gnome-shell.16:47
nestle20if my raid1 is doing a resync and im throwing files on there wont that prolong the resync time ? it says finish=648.6min right now16:47
ubernoobquick question: does installing gnome-shell also install gnome-session-fallback?16:49
junkaubernoob, no16:49
skinnymg1chowder, then just make sure you log in using gnome and leave unity alone. it isn't going to hurt anything.16:49
blockycan someone explain the difference between smb/gvfs/cifs? i am having trouble mounting a windows share from the command line16:50
ubernoobjunka, thanks for the answer. Since I have an old computer, I should also install that right?16:50
holsteinAaruni: please try "sudo apt-get install libav-tools" then, "avconv avconv -i How\ fast.mkv -acodec libvorbis output.ogg16:50
junkaubernoob, it's optional16:50
ubernoobactrually I'm looking at the "the following extra packages will be installed" and it's in there, I just didn't see it16:51
chowderskinnymg1, I have a SSD. I'd like to uninstall as many things as possible to reduce writes to my SSD. If I do a system update and it updates software I'm not using then those are unnecessary writes. Why even question my motives? Can't you just tell me how to do it?16:51
hiteshca any one tell me how to brodecast a msg in lan to all connected pc in ubantu ?16:52
blockysmbclient -L //server shows me the list of shares16:52
hiteshca any one tell me how to brodecast a msg in lan to all connected pc in ubantu ?16:52
skinnymg1chowder, with that attitude I'm not going to answer anything16:52
junkachowder, google it16:52
chowderskinnymg1, what attitude? all I want is assistance16:52
moparisthebesthitesh: even windows disabled that kind of behavior by default16:53
blockysudo mount -t cifs //server/Downloading /media/downloading/ says mount error: could not resolve address for server: Unknown error16:53
hiteshi ha did it plz help me16:53
chowderjunka, I already googled it. I couldn't find much16:53
Aaruniholstein, ok, the CLI is doing something, but the GUI of soundconverter still refuses to convert16:53
moparisthebestchowder: if you see software you aren't using, remove it16:53
Kartagisholstein: how can I further debug this? I've narrowed it down to video driver16:54
Aaruniokwait16:54
blockysudo mount -t cifs //172.16.0.119/Downloading/ /media/downloading/ gives me the error mount error(20): Not a directory16:54
skinnymg1chowder, http://askubuntu.com/questions/6302/how-can-you-remove-unity16:54
Aaruniholstein, it just made another video. I want video -> audio16:54
chowdermoparisthebest, yeah that's what I'm saying but because of dependencies removing unity also removes the ubuntu-desktop metapackage. I don't want that to wreak havoc on my desktop16:54
holsteinAaruni: sure, friend.. what i am doing is troubleshooting16:54
holsteinAaruni: im not interested in getting your youtube videos you have stolen into audio files.. i am willing to volunteer some time to you to help determine what this issue is16:55
teapotcliffSo ibus keeps going insane with cpu and memory usage after resume. It completely destroys my computer performance - is there a way to 'reset' ibus past dpkg-reconfigure?16:55
holsteinAaruni: are you able to play the source ogg that was created with that command?16:55
moparisthebestchowder: ubuntu-desktop meta-package isn't important, remove it16:55
teapotcliffI'd remove that shit but all sorts of important things are depends on it :(16:55
holsteinAaruni: when i que up that conversion in soundconverter, it just sits there, and gives not feedback, or errors in the terminal.. is that the same for you?16:56
Beldarchowder, the ubuntu desktop is a plugin in compiz, and rather tiny, on top- on gnome 3 which is the shell base basically16:56
Beldarof*16:56
=== tcpman is now known as Guest98462
holsteinAaruni: what steps have you dont to attempt to install h.264 support?16:57
lazarcan someone help me, i want to setup ssh server on my machine but i can only connect to it via localhost but i want remote16:58
Beldarchowder, As well modern SSD have the same mean use rate as a spinning HD, you can set up trim, but don;t go OCD on this.16:58
teapotclifflazar, port forward your router: http://www.wikihow.com/Set-Up-Port-Forwarding-on-a-Router16:58
reisiodon't spend more time on it than it'd cost you to earn the money to replace the ssd with a new one, for example16:59
bekkslazar: remote from where? Where is the "server" located?16:59
ment0s_Hi16:59
=== ethan is now known as Guest94534
bekksreisio: Which is usually 15 minutes then ;)16:59
reisiobekks: nice job :p16:59
dusf123this pastebin mounts /dev/vg/shared at boot, along with /dev/vg/ubuntu-root, /dev/vg/home, and /dev/vg/swap, but i am unable to create files in shared. i have tried replacing the command 'sudo mount /dev/vg/ubuntu-root /mnt' with 'sudo mount /dev/vg/shared /mnt' but then when i go onto the next command 'sudo chroot /mnt mount /proc' it gives me the error 'chroot: failed to run command ‘mount’: No such file or directory'. can anyone tell me how i shoul16:59
ment0s_Could someone tell me how to open sound settings gui from command linein 14.04 ?16:59
reisioment0s_: heyo16:59
ment0s_14.10 sorry17:00
lazarserver is on my laptop but i want to connect with my phone17:00
chowderreisio, I'm not obsessing I just wanted to remove some packages. Just want my setup to be as lean as possible.17:00
holsteinment0s_: i use pavucontrol.. 14.04*17:00
lazarmy phone has putty17:00
bekksment0s_: There is no 14.1017:00
reisioment0s_: I can tell you how to find out what the executable is after you've opened it manually17:00
ment0s_sorry17:00
ment0s_14.0417:00
gr1shaI'm trying to understand how to forward ports to make ZNC work on my EC2 Ubuntu server machine17:00
bekkslazar: and both your phone and your laptop are in the same network?17:00
lazarcoz it's symbian (dont judge me :D )17:00
reisiochowder: I didn't mention obsessing, that was someone else17:00
gr1shahow do I forward the required port?17:00
Kartagisholstein: how can I further debug this? I've narrowed it down to video driver17:00
holsteingr1sha: you'll really have to ask the provider17:00
lazarno, phone uses mobile broadband17:00
gr1shaholstein: it's amazon, you don't need to ask them17:01
gr1shaholstein: they have this control panel, where I did already forward it17:01
lazarbut when they are in the same network, i can connect (wi-fi)17:01
dusf123this pastebin mounts /dev/vg/shared at boot, along with /dev/vg/ubuntu-root, /dev/vg/home, and /dev/vg/swap, but i am unable to create files in shared. i have tried replacing the command 'sudo mount /dev/vg/ubuntu-root /mnt' with 'sudo mount /dev/vg/shared /mnt' but then when i go onto the next command 'sudo chroot /mnt mount /proc' it gives me the error 'chroot: failed to run command ‘mount’: No such file or directory'. can anyone tell me how i shoul17:01
bekkslazar: then you have to setup a port forwarding, as teapotcliff suggested.17:01
gr1shaholestein: but I was told I need to forward through iptables aswell17:01
DQSIIhow do i get the pulse audio equalizer in ubuntu 14.0417:01
holsteinKartagis: sure, try another video driver, if there is one.. there is always the vesa driver17:01
kboySomeone knows if is necessary to close the track after burned the Iso image od ubuntu on a dvd?17:01
junkahow can i know if there bug reports for a certain package?17:01
lazarok, thanks17:01
holsteingr1sha: told by whom? the provider you haver already asked?17:01
bekksjunka: By searching for them on launchpad.net17:01
Kartagisholstein: lsmod vesa ?17:01
Beldarkboy, an image does not have a close.17:01
Guest94534Hello, I was wondering if anyone could help me. I am new to ubuntu I just switched from windows. I have been trying to run a movie on my pc, but for some reason it does not run. I also tried it with a cd with pictures and it does the same thing.17:01
ment0s_it is not pavucontroll, pavucontroll is looking diffrently17:01
gr1shaholstein: are you familiar with Amazon Web Services?17:02
ment0s_this one us run from control center17:02
Kartagismodprobe vesa*17:02
ment0s_or sound settings17:02
Aaruniholstein, ubuntu-restricted-extras gstreamer0.10*17:02
holsteingr1sha: i know that they are responsible for the products they provide, and im not intending to argue or be combative17:02
blockyGuest94534: is it a downloaded movie or a DVD on a disc?17:02
Guest94534dvd17:02
reisiodvd17:02
kboyOk thanks17:02
gr1shaholestein: I'm just asking since their web control panel is very unique17:02
holsteingr1sha: if you need to adjust your firewall, do so.. but we cant support the amazon specific scenarios17:02
reisioGuest94534: what's it do?17:02
reisioGuest94534: /nick dvdohyes17:03
gr1shaholestein: all I'm asking is how to configure Ubuntu's firewall :\17:03
Guest94534it runs and it never reads it17:03
holstein!firewall | gr1sha17:03
ubottugr1sha: 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 also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo17:03
gr1shathanks17:03
reisioGuest94534: some program runs?17:03
reisioGuest94534: might go through this first: https://help.ubuntu.com/community/RestrictedFormats17:03
ankovstretch, but if the files, then cd tray17:04
Guest94534sorry i meant the tries to read it but it does not show up17:04
Guest94534it does not even show up as a drive, but ubuntu detects the drive when I run   sudo lshw -C disk17:04
blockyGuest94534: due to legal reasons, ubuntu doesn't come with DVD playback enabled by default, to turn it on your just need to follow the instructions on this page https://help.ubuntu.com/community/RestrictedFormats17:05
reisioGuest94534: what drive, your CD drive?17:05
Guest94534yes17:05
wheresmypaaantsHey17:05
reisioblocky: already linked to that...17:05
reisioGuest94534: what's in there right now, a DVD?17:05
Guest94534i have a movie in it17:05
wheresmypaaantsI switched my drivers to NVIDIA and when I rebooted it showed an NVIDIA splash screen. I logged in and now my unity is either not booting or looks way different. I now only have a black bar on the top of my screen that sayd activities the date and the power options17:06
wheresmypaaantsoops, mispelled said17:06
wheresmypaaants:17:06
Guest94534the drive is a asus DRW-2014L1T17:06
wheresmypaaantsany ideas?17:07
=== dusf123 is now known as dusf
Aaruniholstein, I need to sleep now. be back day after tomorrow.17:07
bergelmiris it possible to set/change keyboard shortcuts via a command line tool?`17:07
Aarunior tomrrow17:07
Aarunibye17:07
bekkswheresmypaaants: how did you "switch to nvidia"?17:07
dusfthis pastebin mounts /dev/vg/shared at boot, along with /dev/vg/ubuntu-root, /dev/vg/home, and /dev/vg/swap, but i am unable to create files in shared. i have tried replacing the command 'sudo mount /dev/vg/ubuntu-root /mnt' with 'sudo mount /dev/vg/shared /mnt' but then when i go onto the next command 'sudo chroot /mnt mount /proc' it gives me the error 'chroot: failed to run command ‘mount’: No such file or directory'. can anyone tell me how i should edi17:07
wheresmypaaantsbekks: Additional Drivers17:08
reisioGuest94534: go through the link, if it still doesn't work give a yell17:08
wheresmypaaantsbekks: I chose 337.12 open source17:08
urdahow safe / easy is it to take a 12.04 server and upgrade it to 14.04 ?17:08
wheresmypaaantsbekks: When I rebooted it showed Ubuntu, then NVIDIA BETA screen, then normal gdm login, but when i logged in there was no unity or a different, ugly unity17:09
wheresmypaaantsi'll post a picture of it17:09
bekkswheresmypaaants: there is no "337.12 open source", since the official nvidia drivers are closed source - nonetheless, just pastebin.17:09
Beldarurda, safe is an opinion.17:09
wheresmypaaantspastebin...?17:10
wheresmypaaantsa picture...?17:10
wheresmypaaantshttp://imgur.com/MB8ZYgz17:10
wheresmypaaantsi'll give the exact name of the driver i chose17:10
skinnymg1wheresmypaaants, thats gnome-shell17:10
wheresmypaaantsNVIDIA binary driver 337.12 from nvidia-337 (open source) and my graphics card is GeForce 21017:11
Guest94534reisio what do you mean by go through the link17:11
wheresmypaaantsI'll do that right now17:11
wheresmypaaantswait what?17:11
wheresmypaaantshow do i disable gnome-shell17:11
wheresmypaaantsits ugly17:11
wheresmypaaantsto me, at least17:11
wheresmypaaantsi prefer the standard ubuntu17:12
reisioGuest94534: https://help.ubuntu.com/community/RestrictedFormats17:12
reisiowheresmypaaants: it comes with "standard"17:12
wheresmypaaantswhy did it just now enable17:12
wheresmypaaants?17:12
reisiojust now when you did what?17:12
skinnymg1wheresmypaaants, log out and see if there is an option to log back in with ubuntu/unity17:12
reisiognome-shell isn't even fully installed by default AFAIK17:12
reisioyou must have asked for it17:12
wheresmypaaantsalright17:12
wheresmypaaantswell,17:12
Guest94534thanks17:12
STPIguys do you know how to tweak ubuntu gnome appearance ? like no having thumbnails for all image, videos icons etc.?17:13
wheresmypaaantsi might have "asked" for it when i reinstalled terminal. you see, it keeps randomly uninstalling, so when i reinstalled it i rebooted, and thats when it mustve asked17:13
wheresmypaaantscause this reboot caused it17:13
wheresmypaaantsi'll go relogin17:14
DQSIIim trying to figure out how to get my pulse audio equalizer its not avalibale in the software center anymore17:14
DQSIIanyone know ?17:14
reisioDQSII: equalizer, or mixer?17:14
DQSIIequalizer mixer it adjust the sound systemwide17:15
thaumielgood evening! I have a big problem. my canon pixma mg3500 printer drivers were succesfully installed and working. scanner drivers do install but when using simple scan no scanner is found... :(17:16
wheresmypaaantsokay, now unity isnt even launching17:16
wheresmypaaantsi switched to system default17:16
reisioDQSII: they're two separate things17:16
reisioDQSII: a mixer adjusts levels of audio channels and hardware ports17:17
wheresmypaaantsi really dont want to stay on GNOME17:17
reisioDQSII: an equalizer adjusts bass and treble levels in a range or something17:17
=== fl_0|afk is now known as fl_0
reisiowheresmypaaants: uninstall gnome-shell and reinstall ubuntu-desktop17:17
wheresmypaaantsalright17:17
skinnymg1wheresmypaaants, did you uninstall ubuntu-destop?17:17
DQSIIthat is what i want the equalizer to adjust bass and treble pulse sounds flat to me by default xD17:18
skinnymg1desktop*17:18
wheresmypaaantsokay, weird thing. its not installed, at all. i didnt uninstall it...17:18
wheresmypaaantsthe ubuntu desktop, that is17:18
Talesshort beginners question: i've started a mini python(flask) webapp thats now running on localhost. how can i stop/end the application/process?17:19
wheresmypaaantsso i'll reinstall it, but i want to find out why this happened17:19
skinnymg1install it and uninstall gnome-shell17:19
Talestried it with ctrl Z but nothing happens17:19
wheresmypaaantsmay i note that my desktop loaded17:20
wheresmypaaantsbut not unity17:20
wheresmypaaantsshould i reboot for the changes to take effect?17:20
thaumielokay, so no mg3500 scanner knowledge atm here :)17:20
thaumieltried google but meh17:20
reisiowheresmypaaants: logging out and back in should suffice17:21
reisiowheresmypaaants: logs in /var/log/17:21
wheresmypaaantsreisio: Want my logs?17:21
reisiowheresmypaaants: sure don't :)17:21
reisiobut your logs will give you clues as to package installation history17:22
daftykinsthaumiel: are you running said scanner program with sudo?17:23
wheresmypaaantswhats the terminal command to logout? i dont have any option do without unity17:24
anon95 17:25
thaumieldaftykins dunno about sudos and stuff. downloaded two zips. other for printer and other for scanner. ran ./install.sh on both. worked on terminal i quess17:26
wheresmypaaantsresio: What terminal command to log out of account. No option to do so without unity17:26
thaumielafter that printer asked something like usb or wlan etc. and it worked after that17:26
reisiowheresmypaaants: just to the login screen?17:26
wheresmypaaantsYes17:26
reisiowheresmypaaants: sudo service lightdm restart will probably suffice17:26
daftykinsthaumiel: is simple scan the command line program or a GUI program?17:27
reisiothaumiel: downloading zips is a good sign you've done something wrong17:27
reisiothaumiel: what model scanner?17:27
robcsi!info artha17:27
ubottuartha (source: artha): Handy off-line thesaurus based on WordNet. In component universe, is optional. Version 1.0.3-1ubuntu1 (trusty), package size 69 kB, installed size 209 kB17:27
thaumielcanon pixma mg350017:27
lostmymindtask manager (lxtask) shows my CPU usage at 100% even though the highest percentage app is at about 3%. How can I figure out whats eating all my CPU usage?17:27
thaumielthose files were in finnish ubuntu forums :) and other worked just fine. simple scanner is GUI17:28
reisiolostmymind: check with 'top'17:28
reisioa lot of inferior approaches to things can "work"17:28
lostmymindreisio is that the name of a program?17:28
reisiolostmymind: yes17:29
daftykinslostmymind: run it in a terminal (top)17:29
thaumielreisio: well it's scanner/printer machine actually17:29
lostmymindjust open a terminal and type "top"?17:30
reisiothaumiel: you did something like this? http://home.arcor.de/wittawat/pixma/ubuntu-howto.html17:31
reisiolostmymind: you could have answered that question yourself by now :)17:31
wheresmypaaantsOkay17:32
wheresmypaaantsIt worked, had to do a reboot17:32
wheresmypaaantsNow,17:32
lostmymindIm getting different readings....lxtask is showing different highest readings then top, but neither one them would equal up to 100%. Maybe 30% at the max.17:32
wheresmypaaantsCan we figure out WHY this happened17:32
lostmymindmount.ntfs is taking 15-20% by itself.17:32
anon95exit17:33
DQSIIi found a .deb file for my equalizer online :D17:34
bekkslostmymind: Thats because of NTFS. Thank MS :)17:34
junkapressing super button does not make the key shortcuts to appeat17:34
junkaappear17:34
skinnymg1junka, hold it down17:35
reisiowheresmypaaants: sure17:35
reisiowheresmypaaants: not sure it'd be worth the effort, though17:35
junkaskinnymg1, i do. only the numbers for the apps appear17:35
lostmymindbut I still don't get whats causing 100% The other processes are mostly 0% or 1-5% and there aren't many.17:36
wheresmypaaantsreisio: Then lets figure something else out. My terminal is constantly getting uninstalled. Is there a way to figure out why?17:36
reisiowheresmypaaants: which terminal?17:36
wheresmypaaantsbuilt in17:36
wheresmypaaantsnot the xterminal17:36
wheresmypaaantsthe Terminal17:36
bekkslostmymind: Then pastebin "top -n 1" please.17:36
Pici!enter17:36
wheresmypaaantsthe one with the pink background17:36
wheresmypaaantsi dont like xterm or uxterm17:36
reisiowheresmypaaants: gnome-terminal?17:37
thaumielreisio: no i didn't do that! i'll try that now but that's mp150 does it work with mg3500 also?17:37
reisiothaumiel: I'm pretty sure that's the driver you want, the instructions are old but they should serve as a pretty decent starting point17:38
thaumieli'll go with that then17:38
reisiocheck on http://www.sane-project.org/sane-supported-devices.html17:38
reisio's'where I got the link, IIRC17:38
wheresmypaaantsreisio: Yeah, that17:39
reisiowheresmypaaants: what makes you think it gets uninstalled?17:39
wheresmypaaantsit doesnt show up in the search?17:39
wheresmypaaantsand it doesnt question me when i try to install it17:39
lostmymindbekks http://pastebin.com/i3wTmi7917:39
wheresmypaaantswouldnt it say its already installed?17:39
wheresmypaaantsif i did sudo apt-get install gnome-terminal17:40
wheresmypaaantsand it was installed17:40
davidrsmorriswheresmypaaants, yes, it would say 0 of 0 packages updated.17:40
bekkslostmymind: And where do you see 100% cpu usage?17:40
wheresmypaaantswell, thats not what i ever get17:40
lostmymindbekks in task manager17:40
wheresmypaaantsit always does a full install17:40
wheresmypaaantsnow, since its currently installed, it said 0 out of 017:41
reisiowheresmypaaants: what doesn't show up in the search?17:41
bekkslostmymind: dont use that thing, it takes up to 30% for itself.17:41
wheresmypaaantsgnome-terminal, or Terminal17:41
reisiok17:41
wheresmypaaantsand when that happens17:41
wheresmypaaantsctrl+alt+t opens xterm, which i hate17:41
reisiowheresmypaaants: how many times have you _had_ gnome-terminal _and_ lost it?17:41
defcon102what up hackerz17:41
reisiowhatup def17:42
defcon102THIS IS MY GIVT RESPECT BLACKHAT SEC17:42
defcon102OFFENSIVE SECURITY17:42
lostmymindbekks is there an alternative task manager thats not in terminal I could use?17:42
defcon102HACKING 102 HAHA DEFCON17:42
bekksdefcon102: do you have an actual support question or just a broken keyboard?17:42
bekkslostmymind: "top".17:42
thaumielreisio: all went well until sudo ./scan -L it says command not found17:43
defcon102I'M USE HACK5 PROXY SHIT17:43
reisiodefcon102: givt?17:43
defcon102my black hat proxy shit17:43
reisiothaumiel: ls /usr/bin/*scan*17:43
lostmymindbekks top is in terminal. Is there one thats more like a program? That has a look similier to this one?17:43
defcon102my respect for darknikolas black hat sec17:43
bekksdefcon102: you are on the wrong network when searching for "black hats".17:43
reisioa proxy cannot be blackhat17:44
reisioactions are black hat, proxies are just proxies17:44
defcon102hahaha17:44
reisioyou cannot maliciously use a proxy17:44
reisioit's just a proxy :p17:44
=== anonymous is now known as Guest51010
defcon102goodbuy noob hackers17:44
thaumielreisio: ls /usr/bin/*scan* says cannot access no such file or directory17:44
bekksA hacker - being root in irc. Impressively showed his knowledge.17:45
goneeuroSilly question but should I connect to my NAS using NFS or CIFS. The nas is a dlink sharecenter and the laptop is running xubuntu14.04. both gigabit connections17:45
bekksgoneeuro: Just test both methods and choose your weapon.17:45
reisiothaumiel: find . -iname '*scan*'17:46
reisiogoneeuro: both are pretty awful :)17:46
reisiocifs will be easier to use17:46
reisiosshfs will be easiest17:47
thaumielreisio: ./scan.o and ./scan.c17:47
Picireisio: isn't sshfs userspace?17:47
goneeuroI have both configured and working. Just wanted to know what was a better option17:47
Picireisio: er, I mean fuse?17:47
goneeurothrough fstab17:47
reisioPici: mmhmm17:47
bekksgoneeuro: Then use the one with the better performance.17:48
reisiothaumiel: doesn't seem like you compiled it yet, then17:48
thaumielreisio: agh so i start from first command line then right. brb after writing stuff17:48
reisiothaumiel: the 'sudo make' part17:48
reisioyou start at step... 1 :)17:48
reisioand there is no step 0, so we don't even have to have that convo :p17:49
=== fl_0 is now known as fl_0|afk
thaumielreisio: no step 0 roger! but yeah sudo make -> fatal error linux/compiler.h no such file or directory compilation terminated17:52
thaumielmake: *** [usb.o] error 117:52
thaumielwut17:52
thaumielreisio: to sudo make it does something but at sudo make it errors...17:53
Jordan_Uthaumiel: You should never need to run "make" (as opposed to "make install") as root.17:53
thaumieldon't understand now this make stuff :/17:53
thaumieljust writing stuff on the website...17:53
goneeurolooks like nfs is faster.17:54
reisiothaumiel: usually the meaningful error message is in a line preceding the word "error"17:54
goneeurotested with 1gb file. 70mb/s on nfs and 8mb/sec on cifs.17:54
thaumielreisio: usb.c:31:28 then?17:55
thaumielreisio: could it be that it asks scanner to be in usb when i want it to be in wlan? when i installed the printer it gave options 1 usb and 2 wireless17:55
kreugerhey guys Im having trouble updating to 14.04. Every time I try, it tells me to check my connection. I wanted to try switching servers but for some reason Synaptic doesnt have that option anymore?17:56
thaumielreisio: oh and printer works on wlan straight after install17:56
reisiothaumiel: so what's the problem?17:56
thaumielreisio: printer works. scanner doesn't17:57
thaumielreisio: separate drivers :(17:57
reisioreally?17:57
holsteinthaumiel: might have only usb support for scanning17:57
thaumielholstein: oh man17:57
reisioand what'd you try before, scangearmp?17:57
holsteinthaumiel: let me rephrase.. *probably* have only usb stupport for scanning.17:57
junkais there a release schedule dor utopic?17:58
thaumielreisio: only tried scangearamp, did install without errors but scanner not found. this arcor.de thingie goes to sudo make part and then errors17:59
holsteinthaumiel: a lot of time, there is a "webscan" option, by navigating to the printer's IP address17:59
TalrynI'm not familiar with LTS server versioning, so I'm wondering, with nginx in the core now, will the version in trusty get updated to the latest stable which is 1.6?17:59
holsteinTalryn: should just get maintenance and security updates. though, backporting can happen18:00
holstein!backports18:00
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging18:00
thaumielholstein: well, gotta take a look at that webscan option when i got time. i am newbie so even some basics are hard for me. i just try what i find online basically writing commands there ;)18:00
=== _Trullio is now known as _Trullo
holsteinthaumiel: if the hardware doesnt provide support for the operating system, it can be challenging.. has nothing to do with how new you are to linux. you could have the same issue going to any unsupported operating system18:01
lopesoi?18:01
kreugerI figured out my issue. Had to install software-properties-gtk18:01
mynameisdeletedso.. the rigth answer was not patchign raid456.ko but force writing the bad sector18:02
mynameisdeletedto get it remapped18:02
mynameisdeletedthe sg_remap command fails on sata18:02
Talrynholstein: Thanks18:02
mynameisdeletedbut sg_write works or the hdparm command to write a block.. which when the disk firmware finds failed medium.. it re-locates it18:02
=== WilliamDotSI is now known as WilliamDotAT
mynameisdeletedthan raid5  or raid6 can fill it what shoudl be on the bad block18:02
mynameisdeletedthen fsck can verify if you feel like doign that18:02
leyla_oi?18:03
reisioleyla_: no, the planet is called 'Io'18:03
reisioTRY AGAIN!18:03
thaumielholstein: there are some official drivers at canon site too but its hard for me to install files you download18:03
shubhamjainIf I would install a second distro with ubuntu would I need to separately install the aptitude packages? What folders under filesystem will be different?18:04
reisioshubhamjain: it would be complicated to share packages, yes18:04
reisioshubhamjain: depends on which distros how they'd differ18:04
v0lksmannvidia 331 driver in 14.04 how to?18:04
v0lksmanis bumblebee still an issue?18:04
thaumielholstein: this http://support-sg.canon-asia.com/contents/SG/EN/0100552102.html18:04
bekksv0lksman: Do you have an optimus chipset?18:05
holsteinthaumiel: you should need to , as i said.. the kernel is modular and usually contains all that can be supported18:05
v0lksmanbekks: not sure...GT220...how would i know?18:05
shubhamjainreisio, I am thinking mint. Would the whole filesystem be duplicated?18:05
reisiov0lksman: issue?18:05
bekksv0lksman: Thats not optimus. :)18:05
thaumielholstein: well, the usb only scan sounds kinda what the situation is...18:05
holsteinthaumiel: if they provide a package, they'll have to provide support.. could be that its not supporting the kernel in 14.0418:05
reisioshubhamjain: mint is ubuntu18:05
reisioshubhamjain: it'd be a total waste of time to dual boot those two distros18:06
reisioshubhamjain: moreso even than dual booting any two OSes, which is already arguably quite a waste of time18:06
thaumielholstein: what's the quickest way to see my system's version?18:06
reisiothaumiel: cat /etc/*release* /etc/*version*18:06
Mikerhinosany skype compatible app on ubuntu ? Installed Mint on my sons pc yesterday, and he says that windows was better because skype won't work when he tries to call friends...that s*x lol (tried running it in terminal, but when the app launches terminal goes on a brand new line so no error display possible... :s18:06
reisioor was it /etc/issue18:07
reisioMikerhinos: skype18:07
v0lksmanbekks: yeah it's old and clunky18:07
v0lksmanhahaha18:07
jobartehi guys18:07
thaumielreisio: no such category XD18:07
jobarteubuntu 14.04 dont support smbfs?18:07
thaumielreisio: oh man this is getting annoying18:07
reisioMikerhinos: launching gui apps from terminal is a little tricky sometimes18:07
shubhamjainreisio, Actually I have gone fan of cinnamon (replacing unity) but there are few quirks I am unable to solve. Tried hard but can't solve them.18:07
reisioMikerhinos: try nohup skype > /dev/null &18:07
holsteinthaumiel: i read nothing at http://support-sg.canon-asia.com/contents/SG/EN/0100552102.html that states it supports network scanning18:07
kmanhi guys, I have done some space in my HD from Windows, now that space is 50 Giga and it is  Non Allocated, it is Ok to install ubuntu or i need to format it? if yes I have to do it from Ubuntu cd live or Windows? windows disk  management allow me to format it just to NTFS or exFAT. Let me know please18:07
reisioshubhamjain: that's irrelevant to dual booting18:07
thaumielholstein: okay that's it then! thank you! no wonder it doesn't find the scanner then...18:08
reisiokman: installation includes formatting18:08
holsteinthaumiel: they likely didnt promise you they would, at purchase time, support linux18:08
thaumielholstein: this is solved then. now i need damn long usb cord!18:08
reisiokman: best done from Ubuntu environment18:08
bekks!nvidia | v0lksman18:08
ubottuv0lksman: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto18:08
holsteinthaumiel: i specifically purchase with webscan in mind, so i can not only scan from linux, but any web browser.. phones, tablets.. etc18:09
thaumielholstein: this was cheap ;)18:09
reisiowebscan?18:09
kmanreisio, so I just need to install xubuntu into that NON ALLOCATED space?18:09
reisiokman: sounds like a plan18:09
shubhamjainreisio, No I was explaining why I want to install Mint but installing everything again won't be worth the effort anyway.18:09
reisioshubhamjain: mint is ubuntu18:09
reisiothere is nothing mint has that ubuntu has not18:09
holsteinreisio: you can, with many network printer/scanners, navigate to the ip address, and scan from that utility into the system you are on18:09
reisioholstein: just save the file via a webui?18:10
holsteinthaumiel: price is not the issue.. only official support. cannon paid folks to make sure that piece of hardware worked with some operating systems.. linux was not one of those18:10
reisiothat doesn't seem particularly useful :) but whatever18:10
holsteinreisio: correct18:10
AshenPhoenixhi18:11
reisiohi ashen18:11
holsteinreisio: it allows network access to scan from linux, without driver support.. quite handy, relevant, and useful18:11
shubhamjainreisio, yup you are right. but I hate unity and replaced it with cinnamon. It works great but I can't get to solve some problems with it: http://askubuntu.com/questions/441576/firefox-shows-no-text-after-installing-cinnamon.18:11
AshenPhoenixI just did a dist update from 13.10 to 14.04, I had a 3proxy configuration set up that was working flawlessly (I have multiple ips assign to a single adapter and have 3proxy accept to connect out on the various ips) since the update it doesnt work18:12
reisioholstein: yeah but so does anything with ssh18:12
holsteinshubhamjain: you have issues after installing cinnamon from the repos in 14.04?18:12
holsteinreisio: document scanning, friend18:12
holsteinreisio: scanning a document from a printer/scanner18:12
reisioyeah18:12
kmanreisio, it will install grub2 as well if I am right, where it will be installed? will be all automaitic or I need to to other space to it?18:12
reisioyou can send commands via ssh18:12
thaumielholstein: oh that sucks. it is stupid how some manufacturers refuse to support linux when linux in whole is really popular... gotta choose my next brand more carefully then18:12
reisiono need to reimplement a security layer18:13
kbotc1I'm attempting to set up a net boot installer image, and use a script to set a static IP on the VMs I'm creating. Ubuntu 14.04 is blowing away my changes to /etc/network/interfaces. Any ideas on how to tell it to start doing that?18:13
holsteinreisio: thats irrelevant, and doenst get you a document scanned18:13
thaumielholstein: and when i need to scan i can go to windows side... ugh the horror and slowness and not respondingness!18:13
AshenPhoenixIm goin gthrough the update log and the only things I can see that could have cuased the issues are: ifupdown, iproute2, iptables, iputils, ufw, tcpd18:13
shubhamjainholstein, No I added the cinnamon repos. It seemed to work fine for everyone. I can't get a hint to why this happens.18:13
AshenPhoenixIv tried disabling ufw to test, thats not the problem18:13
holsteinthaumiel: i have installed headless xp machines to address this issue for folks.. machines that do nothing but basically print/scan server18:13
holsteinshubhamjain: you added cinnamon ppa's?18:14
shubhamjainholstein, yup.18:14
holsteinshubhamjain: you'll need to ask the ppa maintainer for support18:14
reisioholstein: sure it is, and does :)18:14
thaumielholstein: sounds like a plan... i got 3 xubuntu laptops. one with only xubuntu, one with win7 also and another with xp :)18:14
reisiobut more to the point18:14
holsteinreisio: ssh doesnt provide document scanning18:14
reisiohow do you end up remotely scanning a document that just _happens_ to be in the scanner :p18:15
reisioholstein: it does if a remote system does18:15
holsteinreisio: and, it doesnt..18:15
reisioif it doesn't, then it doesn't via a webUI, either18:15
holsteinreisio: hence ths support query18:15
thaumielholstein: checking out pixma printing solutions for android... would be ok if i could scan to phone then it's easy share to dropbox or whatever :)18:15
Mikerhinosreisio: ok tried it myself on his pc, when i click on the call button nothing happens, and no error message in terminal :s forwarded the port on my router, still the same18:15
holsteinreisio: linux is not scanning remotely on the network.. but, webscan (if available) requires no driver support18:15
thaumielholstein: can you open a little about that webscan. i tried google without satisfying results...18:16
holsteinreisio: the webgui is just a webpage, and reqires no drivers, or ssh..18:16
reisioholstein: ssh requires no drivers18:16
holsteinreisio: i didnt imply that it did, friend18:16
AshenPhoenixsuper frustrating :|18:16
reisioholstein: no I did18:16
reisioAshenPhoenix: ?18:17
holsteinreisio: but, ssh-ing into the scanner doesnt get you a scanned document18:17
v0lksmanany ideas how to exclude a window from window decorations with Unity?18:17
holsteinreisio: sshing into a supported host machine could..18:17
AshenPhoenixreisio: <AshenPhoenix> I just did a dist update from 13.10 to 14.04, I had a 3proxy configuration set up that was working flawlessly (I have multiple ips assign to a single adapter and have 3proxy accept to connect out on the various ips) since the update it doesnt work18:17
leyla_nossa18:17
reisioholstein: what's the difference?18:17
holsteinreisio: the webgui can let anything with a webrowser navigate to the ip address and scan.. sshing in does that.. just ssh in.. no document scanned18:18
leodebordo33hello there ! i am from Bordeaux France any there here from ..to ?18:18
reisioAshenPhoenix: ah :/18:18
holsteinreisio: the difference is, sshed in, vs document scanning capability18:18
reisioleodebordo33: probably, big place18:18
reisiossh can be used to run a command18:18
reisioI'm sure you know :p18:18
holsteinreisio: sure. but *not* scanning from that printer18:18
holsteinreisio: you cant ssh into that cannon printer and issue the scan command, and recieve a scan.. but, if there is webscan, you can connect to the webgui and get a scan18:19
holsteinthaumiel: i just navigate to the ip address and see what options are available on the actual unit18:19
bergelmiris it possible to add a --geometry argument to a keyboard shortcut? i am using "Launch Terminal" from the keyboard shortcuts menu18:19
holsteinthaumiel: i have seen many HP's with webcan, and a few other brands18:20
thaumielholstein: problem solved. i can use scanner wireless with my lg g2 phone :)18:21
holsteinthaumiel: cheers!. i think that is the ideal solution, when available18:21
holsteinthaumiel: now, anything with a web browser can scan18:21
leodebordo33cooll... the evening course is about ssh & printer ?18:21
holsteinleodebordo33: no.. just web scan included on some network printer/scanners.. nothing to do with ssh18:22
daftykins!fr | leodebordo3318:22
ubottuleodebordo33: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.18:22
jhutchinsStrange.  XFCE's default terminal is hanging after I exit an ssh session.  Takes a minute or two to come back to the local prompt.18:22
thaumielholstein: where computer ends smartphone starts!18:22
leodebordo33many tanXX for the ad english is my father18:23
reisioholstein: sounds the same to me18:23
reisioexcept that ssh is properly secure18:23
holsteinreisio: we can continue discussing this offtopic matter in the offtopic channel... otherwise, im sure we are just misunderstanding each other..18:23
reisioI'm sure we are :p18:23
holsteinreisio: you cant access that feature over SSH.. but you can with any web browser.. ssh is not needed18:23
wallerhi all,  how do I download and open programs ?  Then I for example go here  "http://get.adobe.com/flashplayer" to download flash I get a popup window asking for what app to use to open the file18:24
holstein!flash18:24
ubottuTo install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash18:24
kostkonwaller, use the software centre to install it18:25
leodebordo33that mind is the device who scan is lan ?18:25
reisioholstein: sure you can18:25
bekkswaller: you dont download and install stuff like in windows - ubuntu uses the software center, most likely.18:25
holsteinreisio: its like accessing a router admin page, friend.. you dont need ssh18:25
starratswaller just use sudo apt-get install flashplugin-nonfree18:25
holsteinreisio: you access the page from the printer/scanner in *any* web browser, and scan a document18:26
reisioholstein: and ssh doesn't need a web page18:26
quemubottu: what18:26
ubottuI am only a bot, please don't think I'm intelligent :)18:26
holsteinreisio: the printer doesnt have ssh.. but it does have web server18:26
holsteinreisio: ssh is not needed, or supported18:26
fizbinIs there a channel for discussing upstart, and how to write upstart scripts?18:27
reisiossh is better :)18:27
reisiofizbin: /msg alis list *upstart*18:27
leodebordo33smb18:27
holsteinreisio: its quality is irrelevant.. im only continuing this for clarity..18:27
reisioholstein: nah18:27
quemi'm disappointed by ubuntu gnome 14.04. :(18:28
holsteinreisio: please join in the offtopic channel for further discussion.. the device *does* *not* support ssh18:28
reisioquem: so don't use it18:28
quemdoes xubuntu have any social integration?18:28
quemreisio: i don't, i installed it for my wife.18:28
reisioholstein: I'm not interested in off topic discussion18:28
reisioquem: :)18:28
bergelmirif i am launching a new terminal window, the window is behind my top bar. i can add a --geometry argument to my quick launch icon, but how to add the --geometry argument to a keyboard shortcut?18:28
quemreisio: tried to spruce up her laptop a bit.. lubuntu is not exactly eye candy. :)18:29
reisiobergelmir: what's stopping you from adding it?18:29
bergelmirreisio: where? i am using the "Launch Terminal" shortcut from the keyboard shortcuts menu18:29
reisiobergelmir: you know how to change a keyboard shortcut?18:29
wallerhm,, In the software center it say flash is already installed but "http://helpx.adobe.com/flash-player.html" I get ", your computer does not have the latest Flash Player installed"18:29
thaumielholstein: well, i am off. thank you for your insight!18:30
xanguawaller: chromium?18:30
leodebordo33preferences>keybord18:30
bergelmirreisio: in this case: no. i can only define a shortcut, not the command what will be executed18:30
reisiowaller: did you install flash only through the software center, or did you try from something you downloaded from adobe.com?18:30
wallerxangua, I run firefox18:30
reisiobergelmir: ah18:30
reisiobergelmir: does it at least tell you the command?18:30
holsteinwaller: please make sure the package is installed, then restart firefox, and try https://www.adobe.com/software/flash/about/18:30
xanguawaller: did you restart firefox then¿18:30
thaumielreisio: thank you too! i gotta go now do something else :)18:30
bekkswaller: Adobe Flash for Linux is at version 11.2, which isnt the latest available.18:30
reisiothaumiel: adios18:30
bergelmirkeyboard > shortcuts > launchers > launch terminal18:31
bergelmiri can only specify the shortcut, not the command18:31
reisiobergelmir: mm, this is for gnome-terminal?18:31
arcsinxi was copying the stuff from my encrypted home to an encrypted external HD, and somehow ended up with duplicates in my ecryptfs .private folder. Now i can't find or remeve the dupes.18:31
bergelmirreisio: i don't know... Applications > System Tools > Preferences > Keyboard18:32
speaker1234need some help with vsftpd.  I need to chroot users in individual directories and prevent them from seeing anything above their home directory18:32
speaker1234aparently the writable local chroot option did not make it into 12.0418:32
reisiobergelmir: just run 'gnome-terminal' and see if that's the terminal you're talking about18:32
bergelmirreisio: yep, it is18:32
bekksspeaker1234: https://help.ubuntu.com/community/vsftpd18:33
leodebordo33reisio > what about upgrading to the next ?18:33
reisiobergelmir: k, the first thing I'd do is run this: find ~/ -iname '*.desktop' | grep -i term18:33
speaker1234is my only options installing a .deb from a "reputable" site or building vsftpd from scratch18:33
reisiobergelmir: and see if any of those files can be edited to get what you want18:33
VlperXahoy, I'm having issues connecting to my vpn using ubuntu - http://paste.ubuntu.com/7331711/18:33
bekksspeaker1234: Your first option is to read the link given.18:33
reisiobergelmir: if that doesn't work, a quick hack would probably be putting whatever you want into a file named 'gnome-terminal' in /usr/local/bin/18:33
bekksspeaker1234: for user chroots, you do not need a writable chroot base dir.18:33
JoelDaMoleIf my Windows BSoDs were a hardware problem, should I expect an equivalent on Ubuntu?18:34
wallerI actually don't know what version of flash I have installed,  can I run something like "flash -v" ?18:34
reisiospeaker1234: just use ssh, it's more secure and more easily configured18:34
lvlephI try printing a PS to PDF using 'lpr -P PDF <PS File>' but nothing seems to be created in ~/PDF. I have installed cups-pdf and can see the pdf printer in print settings.18:34
reisioJoelDaMole: I would not18:34
bergelmirreisio: found a file named "gnome-terminal.desktop"18:34
reisioJoelDaMole: BSOD is also usually a software problem, IMO18:34
STPIhello18:34
reisiobergelmir: try adding your --geometry stuff to the command in that file18:34
reisiobergelmir: it's just a text file18:34
leodebordo33hello U .about html518:34
bekksJoelDaMole: BSOD are software failure indicators.18:35
reisioleodebordo33: hrmm?18:35
reisioSTPI: 'lo18:35
JoelDaMolereisio, I've kept swapping out versions of windows and loads of components, I got it down to CPU and mobo but I can't really swap those out18:35
reisiolvleph: what for?18:35
JoelDaMoleSurely BSoDs can sometimes be caused by dodgy hardware18:35
bergelmirreisio: added --geometry [...] to both "Exec=..." lines but it doesn't work18:35
STPIis there any way to customize gnome desktop rather than "Tweak Tool"? Like for disabling thumbnail for every icon on the desktop etc.?18:35
bergelmirreisio: ah mom, there is another Exec18:35
speaker1234bekks: I get "vsftpd: refusing to run with writable root inside chroot()18:35
bekksJoelDaMole: According to MS MSDN, they cant.18:35
lvlephreisio, I am attempting to use a script that converts from a standard PDF to one that is more like a book.18:35
speaker1234bekks: a well know error18:36
reisioSTPI: it's all open source18:36
bekksspeaker1234: Then please read the link given.18:36
reisioSTPI: sounds like you want nautilus' prefs, though18:36
leodebordo33lvleph > about perl18:36
STPIyes reisio18:36
reisiolvleph: more like a book in what way?18:36
JoelDaMoleSod it then, I'm staying Ubuntu18:36
STPIits more nautilus pref I guess18:36
wallerholstein, sorry, yes I open " https://www.adobe.com/software/flash/about/"  and it say I have version "11.2.20.350" installed18:36
bergelmirreisio: nope, adding it to TryExec=... isn't working18:36
reisiowaller: is that a problem?18:36
holsteinwaller: cheers. enjoy18:36
JoelDaMoleOoh as I say that, the installer just crashed18:36
=== badon_ is now known as badon
lvlephreisio, Books have four pages per sheet of paper and are not in 1,2,3,4 order18:37
reisioJoelDaMole: crashed with what error? :)18:37
bekksspeaker1234: And this is the first result on how to fix it: http://askubuntu.com/questions/239239/ubuntu-12-04-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot18:37
leodebordo33mem blem ;(18:37
lvlephleodebordo33, what are you suggesting about perl?18:37
reisiolvleph: mmm, I'd configure the viewer to do that, rather than altering the PDF file itself18:37
reisiolvleph: but if I _were_ to alter the PDF file, I believe the pdfjam package can give you an arbitrary "n-up" layout18:37
wallerreisio, no, I guess I have the latest version18:37
lvlephI want to print it that way reisio and afaik no viewer in Linux can do this.18:38
STPIreisio: do you know what nautilus editor I should install?18:38
holsteinwaller: you have the latest available to linux18:38
reisiowaller: ah, cool18:38
reisioSTPI: Nautilus has a menu at its top with prefs, IIRC18:38
JoelDaMolereisio, I have no idea how to find out, I havent used ubuntu much before18:38
reisioJoelDaMole: k18:38
reisioJoelDaMole: see if it happens twice, then? :)18:38
reisiolvleph: mmm, well I know evince does two pages at a time if you want it to, but if you want to print it, sure, just use pdfjam18:39
gazarsgohow do i fix a hash sum mismatch with an apt mirror ? i'm having trouble with us-east-1.ec2.archive.ubuntu.com trying to grab trusty packages18:39
reisioor is that what you were already using? :)18:39
leyla_olá?18:39
lvlephreisio, two pages at a time doesn't give the right page ordering.18:39
reisiogazarsgo: try another mirror18:39
JoelDaMolereisio, Oh it says that 'the filesystem wasnt safely closed on windows' im just trying to do a fresh install/wipe18:39
reisiolvleph: so reverse the order18:39
bprompt!es | leyla_18:40
ubottuleyla_: 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.18:40
lvlephreisio, go grab a book and look at the pages18:40
STPIreisio: sorry man I don't get it18:40
reisioJoelDaMole: when it's trying to mount it? Probably doesn't matter, then18:40
leodebordo33olla18:40
reisiolvleph: what about them?18:40
coolrthai when I'm installing apache2 on 12.04 x86 server I;m getting error http://paste.ubuntu.com/7331771/ I've used ppa to get latest version of apache218:40
wallerthe thing is that I try to get my webcam to work and I read that I need flash, no I have that but still my camera is not working18:40
lvlephreisio, in a book a page actually will have say the first, second, last, and second to last on it.18:41
lvlephJust putting two per page won't accomplish that reisio18:41
wallerthen I record with cheese it  freeze after a few seconds, anybody know something about this issue ?18:41
reisiolvleph: ...huh?18:41
bergelmirreisio: adding a file named "gnome-terminal" to /usr/local/bin. will it be executed if i create a new gnome-terminal?18:41
lvlephreisio, grab a book and look how the pages are printed18:42
reisiobergelmir: most likely18:42
reisiobergelmir: usually /usr/local/bin/ precedes /usr/bin/ in echo $PATH18:42
reisiolvleph: what about them?18:42
lvlephreisio, nm18:42
* reisio shrugs18:43
bergelmirreisio: WOW! :D that works fine!18:43
lvlephreisio, it is clear that you don't understand what I am saying.18:43
lvlephthanks for trying to help18:44
reisiobergelmir: cheating ftw :)18:44
reisiobergelmir: I'm sure the GNOME/Unity people would prefer you did it another way, but what works works :p18:44
leodebordo33quit18:45
leodebordo33box blow up18:45
reisioleodebordo33: ?18:45
leodebordo33ya18:45
reisiok18:45
leodebordo33ol18:45
leodebordo33gg18:45
gazarsgoreisio: thanks, looks like ec2 apt mirror just broken as per usual, switching worked great18:46
reisiowell switching is the only simple solution, really18:46
reisioif the sum doesn't match, you have no way of knowing if the file has been tampered with18:46
reisioshort of changing mirrors, or... going upstream and duplicating the package build process :)18:46
leodebordo33:)18:47
coolrthai when I'm installing apache2 on 12.04 x86 server I;m getting error http://paste.ubuntu.com/7331771/ I've used ppa to get latest version of apache218:47
holsteincoolrt: try removing the PPA and using the repo version18:47
leodebordo33:)18:48
jcorgandid squashfs format change for 14.04 ISO?  i'm trying to manually mount the casper/filesystem.squashfs, and it is failing.  i'm using 12.04 to do this.18:48
leodebordo33#dieu18:48
johnjohn101can someone help me find the java control panel with openjdk 7. I have 14.0418:48
coolrtholstein: I need latest version, repo has 2.218:48
holsteincoolrt: cool.. then, you'll need to ask the ppa maintainer for support18:49
leodebordo33google it18:49
=== Hein is now known as Guest81530
ankovwas that: if raspberry pi performed well18:49
bluezonehas the unity crash bug been fixed yet?18:49
bluezonein 14.0418:49
leodebordo33bug N°O1 windows18:50
bekksbluezone: Define "the" bug.18:50
leodebordo33ol18:50
Gr4cchushello people, i have a question regarding running any program in terminal. Right now i have steaming running in a terminal and was wondering how i go about closing the terminal window without closing steam at the same time?18:50
bluezonebekks, it will crash when you click on an application (on the application bar) with more than two instances running18:51
bluezonemight actually be a double click18:51
bluezoneright clicking works fine18:51
holsteinGr4cchus: steam? i typically just follow the command with a trailing &, though, you could use screen, and "Detach"18:51
holstein!info screen18:51
ubottuscreen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.1.0~20120320gitdb59704-9 (trusty), package size 613 kB, installed size 936 kB18:51
leodebordo33:)18:51
reisioGr4cchus: ctrl+z, jobs, bg18:51
reisioGr4cchus: but next time run: nohup command > /dev/null &18:52
leodebordo33:)18:52
reisioGr4cchus: or even better, use some launcher18:52
leodebordo33no matter what do U want tu ran ; do no do that as ROOT18:53
=== jhattara_ is now known as jhattara
kboyI am installing xubuntu, I have done space to it. On the installation it asks me: install Xubuntu alongside windows7 or I have to choose something else?  I want a normal Xubuntu not a virtual version inside windows. Let me know please...18:54
leodebordo33install it18:54
holsteinkboy: thats not "virtual".. thats asking if you want to dual boot with windows18:54
holstein!dualboot18:54
ubottuDual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot18:54
holsteinalongside is *not* inside, or virtualized18:55
leodebordo33alongside the bay18:55
kboyOk thanks guys18:55
=== Stu|[A] is now known as Stu|
holsteinleodebordo33: please use the #ubuntu-offtopic channel for chat.. thanks18:55
reisiokboy: you can only simply install Ubuntu inside Windows from a running Windows, so if you're booted to the live OS, that probably won't be an option :)18:55
STPIsomeone knows which is the best app for customize Nautilus?18:55
leodebordo33ok  holstein #!18:55
kboyGey it reisio18:56
Gr4cchusreisio: thank you18:56
kboyGet it*18:56
reisioSTPI: nautilus/gconf-editor18:56
johnjohn101can someone help me with a java security policy on openjdk 7 on 14.04?18:57
[twisti]hey, im trying to install https://github.com/csawyerYumaed/pyOwnCloud but i cant figure it out, could anyone help me ? currently im at the part where it says to install those libs, but both ways they give dont work18:57
[twisti]they say its an ubuntu package, but that doesnt seem to be true, and the other way gives me tons and tons of errors18:57
[twisti]using 12.0418:57
holstein!java18:58
ubottuTo just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software  Development Kit" (SDK).  Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations.18:58
holsteinjohnjohn101: ^18:58
[twisti]oh it looks like the links are bad now too18:58
johnjohn101holstein: i have it installed.18:58
=== digiv is now known as mlhess
holsteinjohnjohn101: i hear you.. you can refer to that documenation for help18:59
=== scott is now known as Guest19236
johnjohn101holstein: just looking to launch the java control panel18:59
johnjohn101everything else is working19:00
Guest19236I'm using Preseed with 14.04 LTS.  I am using d-i preseed/late_command string in-target to pull a network configure script.  For some reason in 14.04 the /etc/network/interface keeps being overwritten.  Can anyone assist?19:00
Guest19236Only gets overwritten on first boot.19:01
leodebordo33guest this is about dhcp19:01
leodebordo33no matter, is normal way19:02
Guest19236Bergelmir,  the network script is removing the isc-dhcp-client resolvconf with late_command19:03
Guest19236Still overrides19:03
leodebordo33yes19:03
Guest19236How should I resolve this?19:03
leodebordo33just tap the ip adress19:04
leodebordo33the right19:04
Guest19236leodebordo33, I'm sorry I am not following. What do you mean by tap the ip interface19:04
StPierehi, my system reponse very often too slow ... for example by typing in terminal or browser ... like the system is too busy,, but i run the the iotop and htop - cant see anything unusual ... any idea ? (ubuntu 14.04 lts)19:05
leodebordo33that a net install u wanth too have19:05
jhutchinsGuest19236: Are you trying to say your resolv.conf gets overwritten, or something else from the interfaces file?19:05
[twisti]does anyone know where i could get that version of that library ? maybe someone has the old version of it somewhere ?19:07
Guest19236jhutchins, The /etc/network/interface file gets overwritten. Basically, the script that get's called is echoing the configuration to interfaces.  On first boot only the interfaces file basically get's set to default with dhcp.  Even though I purged the dhcp client before first install.19:07
jhutchinsGuest19236: Perhaps you have another dhcp client installed, there are several.  WHat does dpkg | grep dhcp show?19:08
jhutchinsGuest19236: Sorry, I meant dpkg -l | grep dhcp19:09
leodebordo33or is about chroot19:09
Guest19236Looks like isc-dhcp-common is still there.  Going to add that to the removal and test again.19:10
Yelujohnjohn101, hard times? try https://duckduckgo.com/?q=ubuntu+java+control+panel19:12
jo_te19:13
kboyI have installed Xubuntu 14.04 someone knows if the updates of the system and programs will come in the same time of Ubuntu or later?19:13
arcsinxwhich hidden files should i backup in my home folder?19:13
Jordan_Ukboy: All of the *Ubuntu's use the same repositories, so by definition package updates happen at the same time (for the same packages).19:14
gnat_)19:14
gnat_HI)19:14
jhutchins!backup | arcsinx19:15
ubottuarcsinx: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning19:15
SuperNoeManwhere can I find the api documentation for gtk+3, g_signal_connect19:15
SuperNoeMan?19:15
daveZX10Rthis is old19:15
kboyThanks Jordan19:15
Jordan_Ukboy: You're welcome.19:15
brainwashSuperNoeMan: https://developer.gnome.org/19:16
trismSuperNoeMan: https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-connect19:17
arcsinxubottu: thanks as a matter of fackt i messed up something in my ecryptfs and the only thing i can think of is removeing the whole thng.19:17
ubottuarcsinx: I am only a bot, please don't think I'm intelligent :)19:17
SuperNoeManbrainwash: yeah that's got all the docs in terms of ...19:17
SuperNoeManah ok thanks trism19:17
SuperNoeManI didn't know that g_signal_connect was in gobject19:17
DJonesChristie19:18
DJonesGrr, wrong tab19:18
faryshtahi i updated the kernel and the wifi stopped working. which information do i need to provide so i can get help?19:18
faryshtarfkill list all show nothing19:19
faryshtawhich command can i use to see if the wifi card is connected or active?19:20
karloEvening folks! Switched to ubuntu and linux in general and i was adding some stuff via terminal and while doing it i made spelling error and now when upgrading i'm getting this: "The following packages have been kept back:19:21
karlo  gir1.2-totem-1.0 libtotem-plparser18 totem totem-common totem-mozilla19:21
karlo  totem-plugins19:21
karlo0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.19:21
karlohow to remove or fix that19:21
johnjohn101yelu, i think i have it resolved somehow, weird.19:22
Yelujohnjohn101, sounds good :)19:23
johnjohn101yelu, i installed the libnetx-java and now it's working19:23
karloanyone19:23
faryshtawhich command can i use to see if the wifi card is connected or active?19:25
Guest19236So removing isc-dhcp-common is no good.  Anyone know if their is a default setup script on first boot that would overwrite the /etc/network/interfaces file?19:27
moparisthebestanyone know how to mount ecryptfs directories on another computer19:27
alpha1125how does one install curl with ssl support in 14.04?19:27
jhutchinsGuest19236: Nothing in the file that says what's generating it?19:27
moparisthebestie, I took out my hard drive, put it in another computer, need to mount the directories?19:27
jhutchinsGuest19236: Are you running network-manager?19:28
Guest19236khutchins, this is a minimal install.  Network-manager is not installed.19:28
jhutchinsGuest19236: Are you sure?19:28
Guest19236100% positive.  Going to try and chatter -i the file, but that doesn't seem like a good long term solution.19:29
Guest999999I am having a problem with Ubuntu 13.10, When I put headphones in, sound comes out from both the built-in speaker, and the headphones... any fix?19:32
jhutchinsGuest19236: Try adding "STATICIP=frommedia" to the grub command line.19:33
jhutchinsGuest19236: I'm not finding any  Ubuntu documentation for this, it seems wrong for it to overwrite that file, and it's against all standards and good practices to overwrite a file without marking what process did that.19:34
Guest19236jhutchins, I agree with you. The same preseed configuration works for Debian 6,7 and Ubuntu 10.04 LTS/ 12.04 LTS.  Just giving me issues with 14.04 on the interfaces.  I already had to have it skip biosdevname on bootup because it was not reading udev rules like it's predessors.19:36
dw1fail2ban works for ftp but not ssh... its all set up right and regex shows matches... wtf19:36
=== whoever is now known as Guest64939
thinknowhi, how can i see what have been done on my system when i was out?19:38
thinknowjellow, : i dont know, i locked my computer when i went out, and when i come home it was not locked anymore19:38
jhutchinsGuest19236: Assuming we're not mis-interpreting what's happeing or causing this, this big a departure for existinig standards should be much more publicly documented.19:39
Jordan_Uthinknow: How did you lock it?19:40
[nitro]if someone is here from afternoon today my time i fixed probably amd hd radeon 3470 problem overhetaing .. now fan is working ok medium fast pa not reising ..need to write to grub config some radeon parameter19:40
thinknowJordan_U, just with screenlock19:41
thinknowctrl alt l19:41
=== Eyeball is now known as Guest50557
faryshtawhich command can i use to see if the wifi card is connected or active?19:42
oscarrhello19:43
Guest999999hello19:43
mkdmzI'm looking for the most light weight edition of ubuntu possible, I want to add a program I made to it and remaster it to a bootable dvd.19:45
jhutchinsDoes anyone know of documentation on what systems have been changed in 14.04 from previous versions?  All I can find is advertizing junk about how it has new support for proprietary software..19:45
jhutchins!minimal | mkdmz19:46
ubottumkdmz: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD19:46
oscarrI have homeserver on ubu 12.04, i want to set gateway on that sarver, because on my router i cant blacklist urls, or search results. What soft i should install and use to use homeserver as gateway and controll traffic ?19:46
bekksjhutchins: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes19:46
jhutchinsmkdmz: You could also use debootstrap19:46
=== ubuntu is now known as Guest83885
mkdmzjhutchins: Does that allow my to respin ubuntu?19:46
faryshtawhich command can i use to see if the wifi card is connected or active?19:47
jhutchinsbekks: Thanks, that's much better than what I was able to find.19:48
Guest999999!patience | faryshta19:48
ubottufaryshta: 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/19:48
jhutchinsmdh: That's a different subject.19:49
jhutchinsmkdmz: That's a different subject.19:49
jhutchinsmdh: Sorry.19:49
jhutchinsfaryshta: /sbin/ifconfig19:49
bulletrulz129ubottu YOU SUCK19:49
faryshtajhutchins: i see eth0 and lo19:50
bekks!language | bulletrulz12919:50
ubottubulletrulz129: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList19:50
bulletrulz129okay i apoligizw19:50
hamnstarHey guys... Ubuntu server 12.04, sshd not logging to /var/log/auth.log.... SSHD has syslogfacility=AUTH set, rsyslogd has the default rule for auth to go to /var/log/auth.log.... this is an inherited system and i know at one point syslog-ng was used.... anyone have any pointers?19:51
helmut_ddd19:54
faryshtawhich command can i use to see if the wifi card is connected or active?19:54
bulletrulz129!spam helmut_19:54
inversesquarelaw@faryshta, iwconfig or ifconfig19:55
DJoneshelmut_: You're 'd' key work19:55
jhutchinsGuest19236: Still around?  I think you should open a bug report on this.19:55
wickedheadachewhy is ubuntu making one of my 2ghz cores 800mhz?19:55
thinknowfaryshta, try: netstat and see what u get19:55
Dreadlishwickedheadache: not every of them?19:55
Guest19236jhutchins, I most likely will.  Just trying to chattr it real quick19:55
jhutchinsfaryshta: Is eth0 your wifi card?19:55
RHELCentOSexit19:56
Guest19236Very nasty but my post install scripts can clean off the chattr19:56
Jordan_Uwickedheadache: Hopefully because the higher Hz isn't needed right now and the core will use less watage at the lower Hz.19:56
wickedheadachecore2duo, 5800  it should be dynamic but i'd like 2ghz19:56
faryshtajhutchins: i honestly don't know. i can't copy/paste the result since its on a computer with no internet19:56
faryshtathinknow: i ran the command what should ilookfor there?19:57
PhibonacciHello, I can't make my microphone working on ubuntu 13.10. I tried to change AlsaMixer settings and I realized my microphone was in "playback" and whenever I enable "loopback mixing" I can hear myself but it still does not work on teamspeak or skype.19:57
Jordan_Ufaryshta: What chipset does your wireless card use?19:57
wickedheadachenot concerned with saving power, i had softwae in windows that helped with voltages and a buncha tweaks,,,this ubuntu is frustrteing19:57
Jordan_Uwickedheadache: Is the lower frequency actually causing you any problems?19:58
wickedheadachei need to render 3d videos =/19:58
faryshtaJordan_U: how can i check which chipset it is?19:58
Guest19236Yea, using chattr worked.19:58
jhutchinsfaryshta: Try /sbin/ifconfig -a19:59
faryshtaJordan_U: its an hp 6735b19:59
jhutchinsfaryshta: Do you have a wired interface as well as wifi?19:59
wickedheadachethen upload them 6.619:59
mzazaIs spice server enabled on Ubuntu 14.04?19:59
mzaza!spice19:59
Phibonacci(I'm on a laptop, EliteBook 8560p)19:59
faryshtajhutchins: not right now I don't have wired internet. i am writting from another computer19:59
wickedheadacheJordan_U:  Dreadlish i need afk bbl20:00
jhutchinsfaryshta: I mean does that computer have both?20:00
Jordan_Uwickedheadache: I'll bet that while rendering, as long as the renderer is well parallelized, your CPU will be at full Hz automatically.20:00
faryshtajhutchins: if-config -a shows a lot of info. ithink the important is to say 'Link encap:Ethernet'20:00
inversesquarelaw@faryshta do ifconfig or iwconfig20:00
wickedheadacheinteresting20:00
faryshtajhutchins: that computer have an ethernet access yes but i have no ethernet cables right now20:00
jhutchinsfaryshta: Sorry, I've got to run.  Try to parse out what that info is telling you.  eth0 is probably the wired interface.20:01
jhutchins!wifi20:01
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs20:01
Guest19236Going to post on the forums, and the chattr solution. After will fill out a bug report.  Thanks for the assistance jhutchins20:01
inversesquarelaw@faryshta if you plug in a ethernet cable, it should usually work20:02
inversesquarelawdo ping -c 10 www.google.com after you plug in a ethernet cable to see if you have a connection20:02
Jordan_Ufaryshta: lspci | grep -i network20:03
faryshtaJordan_U: one result Network Controler: Broadcom Corporation BCM4312 802.11b/b20:05
PhibonacciBasically, I can hear myself in my headphone but I can't make my mic work on any VoIP chat. Also the mic is in "playback" in alsamixer. I have no idea what to do at this point.20:05
SuperNoeManI have a gtk based app, and when I call printf, it doesn't print to the screen20:05
kostkonSuperNoeMan, better ask in #ubuntu-app-devel20:06
=== [1]delerium_ is now known as delerium_
thinknowwhat is the standard in /etc/hosts ?20:10
PhibonacciI'll try to play with `pacmd`..20:11
thinknowif u check your "nano /etc/hosts"20:11
lotuspsychjethinknow: mine shows 127.0.0.1 localhost20:12
thinknowlotuspsychje, not anything else? mine shows localhost20:12
lotuspsychjethinknow: and 127.0.0.1 nameofnetbook20:12
thinknowand another one with name and 127.0.1.120:12
thinknowbut if i change the localhost to my vpns dns, do i still have to change it at etc/resolv.conf each time i log on to internet?20:13
Phibonacci`pacmd` man is awfull...20:14
thinknowlotuspsychje, and do you have the lines with text aas well below with ip6-localhost ip6-loopback20:14
lotuspsychjethinknow: yes20:14
thinknowand then some lines with " fe000::0 : ip6-localnet and then ff00 ***, ff02::****20:15
lotuspsychjethinknow: what is your purpose exactly?20:15
=== Motoservo_ is now known as Motoservo
thinknowmy purpose is so i dont have to change the nameservers automatically each time the network cable fall out or my computer goes offline or so20:16
thinknowsince then the vpn doesnt work20:16
thinknowand/or people can see my real ip20:16
thinknowcan/could maybe20:16
lotuspsychje!vpn | thinknow20:17
ubottuthinknow: For more information on vpn please refer to https://wiki.ubuntu.com/VPN20:17
lotuspsychjethinknow: maybe relevant info there?20:17
thinknowno i have checked20:17
thinknowit have to be something that makes the computer remember the config i do20:17
thinknowsince i do sudo nano /etc/resolv.conf and then change the config from nameserver 127.0.0.1 to nameserver 8.8.8.820:18
lotuspsychjethinknow: did you setup your vpn tru the wifi icon?20:18
thinknowlotuspsychje, no it is openvpn, after the release of ubuntu 11 network manager doesnt work for openvpn20:19
thinknowat ubuntu 10.04 i could just add it there20:19
thinknowlike pptp vpn20:19
lotuspsychjethinknow: what version of ubuntu do you got?20:19
thinknow1220:19
thinknowlts20:19
lotuspsychjethinknow: 12.04 lts?20:20
thinknowyup20:20
thinknowlotuspsychje,20:20
lotuspsychjethinknow: https://help.ubuntu.com/12.04/serverguide/openvpn.html20:21
lotuspsychjethinknow: maybe the #ubuntu-server guys or ##networking might know any deeper digging20:23
thinknowits a start though, but you didnt find anything on desktop?20:23
lotuspsychjethinknow: isnt openvpn client/server?20:24
lotuspsychje!info openvpn20:27
ubottuopenvpn (source: openvpn): virtual private network daemon. In component main, is optional. Version 2.3.2-7ubuntu3 (trusty), package size 372 kB, installed size 1001 kB20:27
thinknowlotuspsychje, yeah, but the config is for ubuntu desktop20:27
thinknowthe configuration i should do20:27
thinknowis at a desktop installation20:27
thinknowsame same but different20:28
thinknow;)20:28
lotuspsychjethinknow: well i never used it sorry, maybe other users might be more of help20:28
lotuspsychjethinknow: i once tested mullvad, a swedish vpn service for ubuntu20:28
thinknowlotuspsychje, yeah will wait a while and see if anyone knows20:28
thinknowmullvad?20:29
thinknowi will check it out20:29
thinknowi got scandinavian vpn now so why not20:29
thinknowbut remember that the only thing i want to do is it to autoconfig when i fire up the computer and so20:30
thinknowand make sure a file isnt changing20:30
thinknowa config file20:30
thinknowsame if it is openvpn or not20:30
thinknowsince it is jus the dns config20:30
onizoif I place a .bash_profile file in my home directory, can I run scripts automatically at login?20:30
thinknowthat i could change anyway20:30
PhibonacciI just downloaded "pavucontrol" and I can't find my microphone in it. I still hear myself in my headphones.20:30
Pinkamena_DI want to make a new keyboard shortcut which pastes a predefined string. (it does no thave to change or anything, just one sttring). Where can I learn how to do this?20:31
thinknowonizo, was that serious or a joke? because if it is possible it would solve my problem20:31
onizosorry, I wasn't trying to be funny. I was being serious20:32
onizoI think it's possible. but for some reason my scripts aren't running. maybe there is a global .bash_profile that is being used.20:32
thinknowcould just make a script and make it do it when the computer gets notified about a new lan connection20:32
tozenonizo: all scripts config goes through rc.local20:33
thinknowtalking about my case20:33
onizothanks. I will dig there.20:33
lickalottgents, anyone try updating qbittorent from 2.9.7 to 3.1.9?20:33
PhibonacciWell...20:33
lotuspsychjelickalott: all my needs are in transmission, did you try it?20:34
thinknowlickalott, if you add it to repositories it should go automatically?20:34
thinknowbut transmission is much better20:34
thinknowi used qbittorrent to start with20:34
thinknowsince the interface made it feel better20:34
thinknowbut it is really eating ram +++20:34
Jordan_Utozen: onizo: /etc/rc.local is to start things at boot, not at login.20:35
thinknoweating memory20:35
tozenthinknow: delude-gtk deluged ??20:35
niteroanyone know if there's a way to change the options in the shutdown menu in lxde?20:35
thinknowtransmission-gtk ?20:35
kostkonlickalott, what's the latest version offered by their ppa?20:35
onizo@Jordan_U I just saw that. I'm looking to execute a script that does git updates for my dotfiles specific to my user.20:35
thinknowdont know about delude-gtk20:35
Jordan_Uonizo: Please pastebin your ~/.bash_profile.20:36
tozennitero: hwat do u mean?20:36
lickalott2.9.720:36
tozen&waht20:36
tozen*what :)20:36
niterotozen,  i want to take out the hibernate option because it corrupts my image20:36
lickalottneg lotuspsychje is that the one that comes with ubuntu?20:36
lotuspsychjelickalott: yes20:36
onizo@Jordan_U no need... I just figured it out. I fat fingered something. =)20:36
lotuspsychje!info transmission | lickalott20:36
ubottulickalott: transmission (source: transmission): lightweight BitTorrent client. In component universe, is optional. Version 2.82-1.1ubuntu3 (trusty), package size 1 kB, installed size 29 kB20:36
kostkonlickalott, https://launchpad.net/~hydr0g3n/+archive/qbittorrent-stable/20:37
lickalottfor some reason qbit started stalling ALL of my files.  I've uninstalled and reinstalled.  All other clients work fine.20:37
lickalottfigured I'd give upgrading a shot then I realized that only 2.9.7 is in the repos20:38
MarcNI've upgraded to Trusty and getting security errors when trying to connect via VNC.  Both client & server are Trusty.  Suggestions?20:38
=== raven is now known as Guest37138
kostkonlickalott, use their ppa then20:38
MarcNvncviewer says "Server did not offer supported security type"20:39
lickalottworking it now.  Thanks!!20:42
[diecast]msg: 'apt-get install 'jenkins' ' failed: E: Sub-process /usr/bin/dpkg returned an error code20:42
[diecast]can't seem to get jenkins to install20:43
torbockHi, does anyone know how I can use netboot+debian-installer to only install ubuntu-minimal and NOT ubuntu-standard ? I want to get the most minimalistic Ubuntu install (basically linux+package manager)20:43
Pricey[diecast]: Can you paste the whole error? paste.ubuntu.com20:43
[diecast]Pricey http://paste.ubuntu.com/7332576/20:43
munzmaniahi! how can i change the keyboard layout , i am using ubuntu 14.4 on macbook air so what is the layout i should use in this case? thanks in advance :)20:44
Acid_wales_ukim sure you can just download minimal installer from canonical ftp .20:44
Pricey[diecast]: Well that isn't really very helpful is it? :)20:44
[diecast]no?20:44
[diecast]is there a debug mode or something20:45
torbockAcid_wales_uk: minimal installer doesn't include packages, just a lightweight installer... it will still download and install ubuntu-standard20:45
Acid_wales_ukbut then your precented with package manager to install what you like.20:46
qin[diecast]: sudo apt-get install -f; then update and upgrade and install jenkins20:46
torbockyes i understand that... but im using d-i for automating the install... and i've tried maybe 100 different ways, but still gets installed (manual or automatic)20:46
Acid_wales_ukall is that the alternative distro20:46
[diecast]qin http://paste.ubuntu.com/7332613/20:47
=== whoever is now known as Guest92184
torbockAcid_wales_uk: do you know if the alternative distro is out for trusty? i can't find it anywhere20:48
kostkon!alternate20:49
ubottuThe alternate CD has been discontinued for the main Ubuntu distro, please use and report any bugs in the !LiveCD20:49
Beldar!mini | torbock20:49
ubottutorbock: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD20:49
munzmaniahi! how can i change the keyboard layout , i am using ubuntu 14.4 on macbook air so what is the layout i should use in this case? thanks in advance :)20:49
kostkontorbock, no more alternate iso20:49
qin[diecast]: sudo dpkg --configure jenkins;20:49
torbockubottu: that's not what im looking for... it'll still download and install what i dont want...20:49
ubottutorbock: I am only a bot, please don't think I'm intelligent :)20:49
torbockahah20:49
[diecast]qin subprocess installed post-installation script returned error exit status 120:50
qintorbock: Linux from scratch you after?20:50
torbockqin: yea, i thought about that too... at this point i dont know why im being required to use ubuntu... im just following requirements given to me20:51
=== tcpman is now known as Guest38336
qintorbock: Ubuntu Server is pretty much slimmer than Desktop20:52
Acid_wales_ukdo a install , remove what you dont want and install what you do need, then creat a image ready to roll out to others. just a thought.20:52
qin[diecast]: how about removing jenkins?20:53
torbockyea, i agree... personally im fine with just the minimal install... but dealing with requirements above my pay grade20:53
Psil0Cybin<Psil0Cybin> hey guys how do i check the sha256sum of a two files one that is provided as a .sha256 so owncloud.zip and owncloud.sha256 ?20:53
SharkMa-sanwho wants to have useless desktop "crap" on their server?20:54
Jordan_Utorbock: There should be an option for "command line install" or similar in d-i.20:54
SharkMa-sanI know having a gui is nice, but it really doesn't help in this case20:55
torbockyep, and ive done all that... ive installed ubuntu using command line install, then reviewed all the d-i settings using dpkg, but still nothing... im thinking i will have to build a custom initrd.gz20:55
torbockSharkMa-san: no one wants gui/desktop .. ?20:55
SharkMa-sanif it's a server20:56
Jordan_UPsil0Cybin: sha256sum -c owncloud.sha25620:56
SharkMa-sanI use ubuntu on my desktop and laptop as well20:56
Jordan_Utorbock: What do you mean by "but still nothing"?20:56
Psil0CybinJordan_U, but that just hangs and does nothing20:56
Psil0Cybinit sits on that command for days20:57
Psil0CybinJordan_U, it just stays on this "sha256sum -c owncloud-6.0.2.tar.bz2.sha256"20:57
Psil0Cybinwierd no20:57
=== Stu| is now known as Stu|[A]
Psil0Cybini have tried googling :P i am not just bothering you guys for no reason aha20:58
SharkMa-santorbock: my point is that having a gui for a server machine is pointless, but otherwise it's definitely needed20:58
Psil0Cybinthis is killing me >.<20:58
Jordan_UPsil0Cybin: How large is the file being checked?20:58
Psil0Cybin.sha256 file is only 68 bytes20:59
Psil0Cybintiny :P20:59
Psil0Cybinthe actual owncloud file is 49 mb20:59
torbockbasically, anyone following along with my original question, this is the exact same scenario (with no solution yet) https://lists.ubuntu.com/archives/ubuntu-installer/2009-August/000466.html20:59
Jordan_UPsil0Cybin: Is the file being stored on a local filesystem?20:59
munzmaniahi! guys! i am using 14.4 on mackbook air 2013 ... does any one knows how to change/modify the keyboard layout to match the mac layout ?!20:59
Psil0Cybinyes Jordan_U it is20:59
Psil0Cybinthat is why it is wierd20:59
[twisti]how long is the longest you have waited ?21:00
incognitowhen I run the update manager it's giving me E: Sub-process /usr/bin/dpkg returned an error code (1). What does error code (1) mean in general?21:01
torbockrealized their is an channel for ubuntu installer, thanks everyone for the suggestions21:01
tozencongrats!! utopic unicorn available now!!21:02
Psil0Cybinsame thing with md5sum -c owncloud-6.0.2.tar.bz2.md521:02
Psil0Cybindoes nothing i do not understand how to compare .sha256 files or .md5 files21:02
Psil0Cybinthey do not do anything on my ubuntu machine21:02
Psil0Cybinor even adding both files names21:02
Psil0Cybindoes nothing21:02
Jordan_UPsil0Cybin: What happens if you just run "sha256sum owncloud-6.0.2.tar.bz2"?21:03
Psil0Cybinit displays the hash21:03
=== Ciph3r is now known as Cyph3r
Psil0Cybinbut i have nothing to compare it too21:03
Psil0Cybinand the hash for the .md5 is different21:03
Psil0Cybinso i think it has to be an automated method21:03
Psil0Cybinto verify files, but i cannot find a manpage or anything for this21:03
Jordan_UPsil0Cybin: cat owncloud-6.0.2.tar.bz2.sha25621:03
SquarepyPsil0Cybin, you have the hash file to compare it to21:04
Psil0CybinOMG amazing!21:04
Psil0CybinLD21:04
Squarepyf.i. copy the output to a file, then use diff between the hash file21:04
Psil0CybinThank you! i am soooo silly!21:04
Psil0Cybinyes thanks!21:04
Psil0Cybinoh you guys :D21:04
Psil0Cybin<321:04
Squarepy:)21:04
OSaddictI'm starting to develop a javascript multiplayer game based on node.js. Anyone know a way to quickly set up a home web server for testing the game? Can I use Ubuntu server in VirtualBox for this purpose?21:05
SharkMa-sanI have completely forgotten about the issue I've been having... I have two monitors connected to a docking station at work and getting both monitors working isn't a problem, the problem is that Ubuntu doesn't recognise them as separate monitors. I can set a resolution that is double the width of one of the monitors and have a single virtual monitor that spans on both monitors21:05
SharkMa-sanso is there a way to get the monitors to be recognised as separate monitors?21:06
=== Stu|[A] is now known as Stu|
SquarepySharkMa-san, define separate?21:06
SharkMa-sanSquarepy: that's a good question... let me put is this way, if I maximise a window, I want it to be maximised on one monitor and not on both21:07
SquarepySharkMa-san, so do you see two displays in the display manager?21:08
munzmaniaOSaddict : yes , i used to use that approach in web development but with lamp server , i think with node.js it would be pretty much the same21:08
incognitoOSaddict yes of course you can. Just install virtualbox and run an ubuntu server appliance. Then install nodejs. you should be able to run your game in an express server.21:08
lns-pBuenas tardes, disculpen alguien que sabe como ajustar el brillo en xubuntu?21:09
SharkMa-sanSquarepy: nope, my resolution is 3840*120021:09
incognitowhen I run the update manager it's giving me E: Sub-process /usr/bin/dpkg returned an error code (1). What does error code (1) mean in general?21:09
SquarepySharkMa-san, I'll take a wild guess and say you are using nvidea twinview21:10
munzmaniahow can i custom the keyboard layout to match the macbook air keyboard layout ?!21:10
SharkMa-sanSquarepy: nope, it's intel21:10
munzmaniacustomize21:10
OSaddictCan I run a 64-bit OS in Virtualbox if my CPU doesn't have virtualization extensions? (CPU is a 64-bit Core 2 Duo)21:10
[diecast]qin i did remove jenkins21:10
[diecast]same problem came up21:11
Acid_wales_ukok anyone know anything about bios boot partition on ubuntu21:11
trism[diecast]: do you already have a jenkins user/group on the system?21:11
SharkMa-sanmonitors connected to the docking station didn't workin 12.04 or 13.10, but I got them to work in 14.0421:11
[diecast]trism yes21:12
bekksAcid_wales_uk: Ask your actual question please.21:12
trism[diecast]: remove the user, that's probably where the postinst is failing, though usually it gives a better error message21:12
OSaddictI know that VMware requires the virtualization extensions for 64-bit guests. Is the same true for Virtualbox?21:12
bekksOSaddict: Sure.21:12
trism[diecast]: it only really adds the user and chmod a couple directories21:13
trism[diecast]: well user/group21:13
[diecast]trism ok, trying it21:13
Acid_wales_ukok <bekks> 2.6 kernel went through a full upgrade to 3.5 , during the point where grub updates its failed . complaing about embedded bios partion .21:14
incognitoOSaddict I wouldn't be able to answer that question. I'm not a virtualbox aficionado. Your first question was rather basic, so it was easy to answer. Seems like you should be able to find that answer in google.21:14
[diecast]trism same error21:15
bekksAcid_wales_uk: What is the exact Ubuntu release you are using, and whats the exact error message?21:15
reisioOSaddict: vmware has no such requirement21:15
Acid_wales_ukoriginaly it grub installed on mbr , with a dedicated boot partition to hold kernels21:15
OSaddictIncognito: Never mind, I found a 32-bit version of Ubuntu 12.04 server. Not sure why 14.04 is only 64-bit.21:15
reisioOSaddict: virtualbox actually does, at the very least for 64-bit guests in 32-bit hosts21:15
=== a is now known as Guest90528
bekksOSaddict: 14.04 is 32bit/64bit.21:15
reisioOSaddict: 'cause you can barely find a 32-bit proc in a computer anymore? :)21:15
SharkMa-sanI don't remember which program I used, but I think it was some calibration tool... anyway, it recognised that I have two monitors connected (I'll give specifics later)21:15
[diecast]ok now i'm removing the user, then the package21:16
reisioSharkMa-san: ls /usr/bin/*cal*21:16
trism[diecast]: did you get the group too? usually deluser will remove the group if nobody is using it21:16
=== vmuser is now known as vmusr
[diecast]yes21:16
incognitoOSaddict: that must be part of the reason they are going to support 12.04 up into 201721:16
SharkMa-sanreisio: ?21:16
[diecast]ls -la /home/jenkins returned owner/group with an id number21:16
OSaddictbekks: I was talking about Ubuntu server 14.04.21:17
vmusrDoes anyone how to select which adapter I control with xrandr?21:17
reisioit's 'userdel'21:17
bekksOSaddict: Me too.21:17
reisioSharkMa-san: it's a command21:17
OSaddictbekks: http://www.ubuntu.com/download/server21:17
bekksOSaddict: http://releases.ubuntu.com/14.04/21:17
[diecast]trism ok, that did it.21:17
reisio[diecast]: your nick is awful21:17
reisio[diecast]: 'id jenkins'21:17
[diecast]so i have to remove the user and the pacakge21:18
[diecast]weird21:18
trism[diecast]: oh I see your user on the system was jenkins21:18
incognitoI stand corrected, 14.04 ha 32 bit21:18
OSaddictbekks: Hmmm... weird...21:18
reisioincognito: now you just need a computer with a non-64-bit processor to use it with21:18
SharkMa-sanreisio: it lists some calendar commands, but did I ask about it here?21:19
[diecast]qin trism thanks for your help21:19
Jordan_Ureisio: /proc/cpuinfo from the machine I'm typing on: http://paste.ubuntu.com/7332767/ ;)21:19
Acid_wales_ukanyone now why my upgraded version of grub would be complaining about embedded bios partion .? google wasnt to helpful21:19
bekksAcid_wales_uk: you did not answer my questions until now.21:20
Jordan_UAcid_wales_uk: I'm still waiting for the information that bekks requested from you.21:20
=== Rynofear is now known as Rynomster
incognitoreisio: I am using a 32 bit computer. when I tried to run 13.10 it hangs21:21
incognitoI'm using 12.0421:21
reisioJordan_U: wow :)21:22
reisioSharkMa-san: hrmm?21:22
reisioAcid_wales_uk: what's the exact error?21:22
=== yoda is now known as Guest32759
Acid_wales_uk<jorden>  upgraded ubuntu server , from 2.6 to 3.5 when grub updates thats when the error happens21:24
Acid_wales_ukwhen i run grub-intall same error21:24
reisioAcid_wales_uk: what's the exact error?21:24
Acid_wales_ukrun dkpg reconfigure grub-pc same21:25
reisioAcid_wales_uk: what's the exact error?21:25
SharkMa-sanreisio: http://sharkma.ecxol.net/yep.txt21:25
SharkMa-sanand I know it's a command :P21:26
SharkMa-santhe output doesn't tell me anything21:26
incognitowhen I run the update manager it's giving me E: Sub-process /usr/bin/dpkg returned an error code (1). What does error code (1) mean in general?21:26
reisiogood to know21:26
bekksincognito: That the subprocess terminated with error code 1.21:27
bekksincognito: Give us the complete output of your update manage please, in a pastebin.21:27
=== martin__ is now known as martins-afk
incognitolinux-headers-generic-lts-quantal: Depends: linux-headers-3.5.0-49-generic but it is not installed21:27
reisioit probably means nothing but error21:27
reisio0 frequently means 'success'21:27
OSaddictIs it possible to create a USB flash drive that's bootable on both Macs and PCs?21:28
reisioalthough this varies by environment/lang21:28
bekksincognito: Thats one line. Give us the full output please.21:28
Jordan_UOSaddict: Yes.21:28
reisioOSaddict: "macs" are "pcs"21:28
reisioso as Jordan_U said, yes21:28
bulletrulz129lol21:28
incognitobekks: I tried to install 3.5..0.49-generic with apt-get but it doesn't work21:28
bekksincognito: Give us the complete output of your update manage please, in a pastebin.21:28
Acid_wales_ukstupid ipad wont let me past bin21:30
Acid_wales_ukgpt partion contain no bios partion21:31
Acid_wales_ukembeded wont be possible21:32
kbotc1I'm attempting to set up a net boot installer image, and use a script to set a static IP on the VMs I'm creating. Ubuntu 14.04 is blowing away my changes to /etc/network/interfaces. Any ideas on how to tell it to start doing that?21:33
Jordan_UAcid_wales_uk: To reliably install grub for BIOS Based systems using GPT, you need a BIOS Boot Partition. So I recommend that you create one.21:33
incognitobekks: This is all the complete output of the update manager: linux-headers-generic-lts-quantal: Depends: linux-headers-3.5.0-49-generic but it is not installed21:33
OSaddictWhat is LVM, what does it do, and when should I use it?21:33
DAnCoorI get kernel panic while do-release-upgrade to 14.04... trying again with dpkg --configure libc6:i386 it panics again...21:33
Acid_wales_ukhow though , gpated and parted dont mention bios partion21:34
incognitobekks: if I run sudo apt-get -f install, I get a lot more output. Do you want that?21:34
Jordan_Ukbotc1: Are you sure that the script is editing /target/etc/network/interfaces rather than /etc/network/interfaces (from the d-i environment, which is simply in RAM)?21:34
bekksincognito: No. I want the output of the operation that fails.21:34
Jordan_UAcid_wales_uk: http://www.gnu.org/software/grub/manual/html_node/BIOS-installation.html If you want more help figuring out how to create a BIOS Boot Partition, please find a way to pastebin the output of "sudo parted -l".21:35
kboyHi guys I have finally installed my Xubuntu, I have got just 1 problem: I was trying to find something to reduce the brightness, on Internet i've found this: "Fix brightness control issue with Intel card in Ubuntu" well it has been a bad idea because after the modifies my screen is now too much dark. I have later found the right plugin on ubuntu software center but with the max level is still not so bright. The commands I gave to the terminal21:36
kboyare: sudo -i --->  touch /usr/share/X11/xorg.conf.d/20-intel.conf  ---> sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf. On gedit i wrote: Section "Device"21:36
kboy        Identifier  "card0"21:36
kboy        Driver      "intel"21:36
kboy        Option      "Backlight"  "intel_backlight"21:36
kboy        BusID       "PCI:0:2:0"21:36
unopastekboy 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 unmuted21:36
reisioOSaddict: lvm makes partition management, and encryption, simpler after the fact21:36
incognitobekks: which command will give me the operation that fails?21:36
shape I'm having problems with installing comctl32 with winetricks. Here is the pastebin: http://pastebin.com/VUkMH7gs21:36
reisioOSaddict: you should use it if you want to learn how to use it and want to constantly play with your partitions or encrypt using one of the methods that uses lvm21:36
bekksincognito: I asked you four times for the output of the update manager. You dont have to pastebin it anymore, I am not interested anymore.21:36
bekksincognito: Good luck in solving your update manager issues.21:37
kbotc1Jordan_U: Absolutely. I can have it create /target//etc/network/interfaces.tmp just fine. It just seems like it blows away the changes for some reason I cannot fathom21:37
kbotc1It's odd to me because this is the same build script I've used for 10.04 and 12.0421:37
xMopxShellhey, is there a recommended caldav server to use with a dovecot/postfix setup?21:37
Acid_wales_uk<jorden u> cheers i will follow that up on monday . as the unit is in the office21:38
incognitobekks: I did put the complete output of the update manager. This is it: linux-headers-generic-lts-quantal: Depends: linux-headers-3.5.0-49-generic but it is not installed. Obviously you don't know you don't know how to fix it.21:38
kboyunopaste21:38
kboywhat are you saying??????? hahah21:38
kboyHi guys I have finally installed my Xubuntu, I have got just 1 problem: I was trying to find something to reduce the brightness, on Internet i've found this: "Fix brightness control issue with Intel card in Ubuntu" well it has been a bad idea because after the modifies my screen is now too much dark. I have later found the right plugin on ubuntu software center but with the max level is still not so bright.21:39
kboyThe commands I gave to the terminal are: sudo -i --->  touch /usr/share/X11/xorg.conf.d/20-intel.conf  --->21:39
bekksincognito: I am obviously ignoring you from now on, since you actively refuse to provide the information asked. Ignore set. Good luck.21:39
skinuxWhat is the default Apache Log directory?21:39
Nothing_MuchWhen I install fglrx-updates on Ubuntu 14.04, how come it doesn't activate?21:39
reisiokboy: put what you did in a pastebin; http://dpaste.com/21:40
reisioskinux: it's probably obviously named, in /var/log/21:40
Nothing_MuchI restarted my computer but glxinfo only shows Gallium drivers21:40
reisioskinux: apache, httpd, etc.21:40
reisioNothing_Much: shows?21:40
kboyok21:40
TheteAnyone know of a good document on how to properly configure a LEMP server on 14.04?21:40
incognitobekks: why do you refuse to believe me. There is no other output in the update manager. I can show you a screen shot21:40
Nothing_Muchreisio: glxinfo outputs Gallium instead of fglrx21:41
rolerI just tried installing mysql-server 5.6 in ubuntu 14.04, and it failed miserably.. it just hung during install. No errors that I can see. anyone have this issue?21:41
Theteroler: Yes21:41
Theteroler: I'm seriously thinking of rolling back to 13.1021:41
=== root_ is now known as Guest8891
Guest8891hello21:41
rolerThete; wow… what other issues are you having? Someone told me the other day not to upgrade… Everythign else seems to be working for me though21:41
Thetethat way I can at least still get current packages21:41
reisioGuest8891: hiya21:42
Nothing_MuchIs the package for fglrx broken on 14.04?21:42
Thetejust little quirks here and there, the default mysql config also was a mess21:42
rymate1234"long term support"21:42
reisioroler: mysql is kind of awful, but if you're going to use it, at least use mariadb21:42
rymate1234"stable release"21:42
Guest8891what is it here_21:42
rymate1234nice going21:42
=== Stu| is now known as Stu|[A]
Thete5.6 is stable, there's no reason it shouldn't be on there21:43
rolerreisio; i’ve heard some people say its faster, some say it’s slower. saw a bunch of bench marks that said mariadb 5.5 was slower than mysql5.5 and mysql5.6 was way faster21:43
reisioroler: they're both slower than postgresql, or sqlite, or not using a db system :p21:43
reisioroler: but mariadb has a future, whereas mysql has not21:43
JuneBUGubuntu-ppc channel is like a wasteland21:44
JuneBUGno one ever answers21:44
reisioJuneBUG: kind of like PPC in general :)21:44
JuneBUGlol21:44
JuneBUGim using PPC now21:44
rolerreisio; yea… been reading about the split and all that.21:44
JuneBUGbut MacOSX Tiger21:44
JuneBUGworks like butter21:44
JuneBUG:-)21:44
TheteJuneBUG: What are you having problems with?21:44
TheteI just installed it on a G4 mac mini21:44
JuneBUGgraphics card drivers for 15 inch Powerbook21:44
JuneBUGI want Compiz Fusion working21:45
incognitobekks: You say good luck fixing it... It's not a matter of luck... as if I'm gonna have a problem fixing it because you're on a power trip. I can fix it no problem. This is just one of the first places I thought I'd check because, unlike you, there are some nice people in this chat from time to time who like to help.21:45
OSaddictWell, the only "modern" PPC computers availabe are the PowerMacs and the Amiga.21:45
JuneBUGyes21:45
OSaddictAnd game consoles.21:45
JuneBUGThe Amiga was my last awesome machine21:45
JuneBUGbut 68k, not PPC21:45
TheteJuneBUG: "Additional drivers" isn't showing anything?21:45
JuneBUGnope21:45
konbonHello everyone21:46
=== Stu|[A] is now known as Stu|
JuneBUGthe 15 inch powerbook uses ATI, but the 12 inch powerbook uses NVIDIA Go520021:46
bulletrulz129dance gavin dance21:46
kboyI have some problem after the Xubuntu installation please give me some advice about it   http://dpaste.com/1797460/21:47
reisiokboy: did you remove that file?21:48
kboyI have saved on gedit21:48
reisiokboy: okay21:49
reisiokboy: is this a laptop?21:49
kboyand log out21:49
OSaddictJuneBUG:  What's the specific model of the graphics card?21:49
kboyyea its a laptop21:49
JuneBUGcrap I dont know...but all powerbook 15 inch have it21:49
reisiokboy: and the brightness keys on the keyboard don't work?21:49
JuneBUGI think its ATI Radeon 12821:49
kboynow there is, i found it. but just after the modify done from terminal. now the maximum brightness is not so good21:50
Nedehi chat21:50
kostkonNede, hi21:50
kboyeven with the plugin at maximum brightness21:50
JuneBUGOSaddict   ATI Radeon 9700 12821:51
JuneBUGATI Mobility Radeon 9700 128mb21:52
kboythat modify at the intel card has done some stupid thing..21:53
Nedeextras.ubuntu.com, the list of packages is stops on quantal release, I missed something? This repo die?21:53
TheteThe default radeon driver should support that21:53
JuneBUGwhat default driver?21:54
JuneBUGthere is none available21:54
OSaddictIs the LAMP server package all I need to be able to host a webpage and node.js?21:54
kostkonNede, seems fine http://extras.ubuntu.com/ubuntu/dists/21:55
reisiokboy: what plugin?21:55
reisioOSaddict: technically you only need node.js21:55
reisioOSaddict: if you wanted node.js plus an additional, "normal" web server, you'd only neeed node.js and, for example, apache httpd21:56
bekksNede: The repo is dead, yes.21:56
reisioI wouldn't recommend either :)21:56
Theteroler: Did mysql-server-5.6 break on you when you tried to install it?21:56
kboyreisio, xfce4-power-manager-plugins21:56
Nedekostkon, yes, the directory for latest version exist, but http://extras.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages.bz2 is clean.....21:56
kostkonNede, they haven't added anything yet21:57
Nedebekks, you have the source of the news?21:57
Nedekostkon, same for raring and saucy??21:58
kboyreisio,    it works, but I have installed after that the lcd was too much dark yet. then the plugin works but just doing the screen even more darker21:58
bekksNede: As a matter of fact, it is empty since Quantal. I consider that as being "dead".21:58
rolerThete; yep… Tried to set password for root user, failed, and the dpkg/apt froze. Couldn’t even hit ctrl-c. Had to kill it. tried to dpkg —purge everything and install and it won’t budge. so i moved back to 5.521:59
Nedebekks, I agree with you!21:59
reisioroler: tried to set?22:00
rolerreisio; yes, the oldschool ncurses prompts asked me to set a password for root. next screen said it failed. this was a live database already, not sure why it was trying to set a root pw22:00
Nedebekks, I was undecided whether to take it out of my personal mirror or not22:01
reisioroler: oh, during install?22:01
kboyreisio, don't forget about me22:01
rolerreisio; yes22:01
bekksNede: Basically it doesnt matter - it is empty :)22:01
Nedebekks, :-)22:02
reisiokboy: you could try this: https://wiki.archlinux.org/index.php/backlight#setpci_.28use_with_great_care.2922:02
kboyyes thanks let me check, I just need to put it at default values22:03
AndChat278529@AndChat278529 hello22:03
Theteroler: I just managed to get it installed, but I had to do mysql-server-5.6 mysql-client-5.6 mysql-client-core-5.622:04
Nedeok guys, i go to sleep, thank's for your time! Goodnight from Italy!22:04
reisiociao22:04
Thetecouldn't resolve the depends on its own22:04
OSaddictHas there been a fix for that annoying GNOME bug that changes the display brightness twice when the hotkeys are pressed?22:05
rolerThete; tried that too.. but maybe I still had config files / data directory still out there. ideally I need a smooth upgrade. this was my development server, I wouldn’t want to mess around on a live server22:05
rolerthete; i’ll try again some other day :)22:05
reisioOSaddict: use another script instead22:05
TheteI'm trying it on a vm right now22:05
OSaddictThat happens on every laptop I've ran GNOME or a GNOME derivative on.22:05
Theteroler: yeah, I've got 14.04 on a production machine right now and I'm scared to upgrade it to 5.622:06
OSaddictreisio: Script? What do you mean?22:07
Jordan_UOSaddict: Have you filed a bug report?22:07
OSaddictJordan_U: There have been countless reports for that bug. Apparently, it's been there since Ubuntu 8.10 or maybe even earlier.22:09
reisioOSaddict: script22:10
dipseydoodleI feel like I'm gonna get a slapping for this one22:12
* reisio slaps dipseydoodle 22:12
dipseydoodleBut... Due to historical reasons I have no way of writing media from a non-linux machine right now. Is there a way on ubuntu to write mac os 9 encoding or mac os x encdoding to a cd?22:13
reisiodipseydoodle: media?22:13
reisiooh nevermind22:13
reisiowhy would you want to write from non-linux :p22:13
reisiodipseydoodle: what do you want on the CD and why?22:14
dipseydoodleI have tried in the past and the thing is I couldn't even burn a linux cd to a cd. I had to have somebody with a windows 8 machine do it for me22:14
reisiowell you did it wrong then :)22:14
dipseydoodleOh. I'm trying to load a non linux machine up with an os22:14
reisiookay22:14
OSaddictdipseydoodle: Did you use the dd command?22:14
reisiodipseydoodle: you don't have a usb stick?22:14
dipseydoodlebut it rquires a moc os 9 encoding22:14
reisiodipseydoodle: I doubt that, but we can come back to it :)22:14
BlackDalekAnyone know if there is a fix for the signon-ui bug introduced when upgraded to 14.04 Trusty Tahr?22:15
dipseydoodlemy computer is fine. It's the ancient mac I'm trying to rig up22:15
Jordan_Udipseydoodle: If by encoding you mean filesystem then yes, iso9660 is a standard filesystem that pretty much all OSs support (even ancient ones like OS9 :).22:15
reisioBlackDalek: "the" signon-ui bug?22:15
bulletrulz129am i the only one who is not getting the server list22:15
reisiobulletrulz129: ?22:15
BlackDalekreisio... some people are getting continual "Enter your credentials" pop up window which never goes away.22:16
bulletrulz129when im at the menu in minetest the server list is not there22:16
bekksbulletrulz129: Whats "minetest"?22:16
BlackDalekreisio, like this... http://askubuntu.com/questions/451245/signon-ui-enter-your-credentials-dialog-on-desktop22:16
bekksbulletrulz129: Which Ubuntu package provides that?22:16
dipseydoodleooh minetest22:16
bulletrulz129lol wrong22:16
bulletrulz129wrong22:16
bulletrulz129irc22:16
SharkMa-sanactually everyone is slowly moving to utf-822:16
dipseydoodleIt's a opensource minecraft clone22:16
reisiodipseydoodle: cdrecord -v dev=/dev/sr0 speed=4 path/to/image22:17
reisiomineTEST? Not the best name what? :p22:17
OSaddictIt's pretty good, but lacks a lot of the features of Minecraft.22:17
dipseydoodlereisio Ok I'm not sure if that's it though22:17
dipseydoodlewe'll see I mean this computer is from 96 so...22:18
bulletrulz129lol sorry i posted on the wrong irc22:18
dipseydoodle0saddict yes but there's tones of mods and it's OS22:18
dipseydoodleopen source22:18
kboyreisio, I have tryed nothing22:18
Jordan_Udipseydoodle: So you're trying to burn a CD that this old Mac can boot from?22:18
kboyreisio, but nothing happened22:18
reisioat least it isn't Java™22:19
dipseydoodlejordan_u yup22:19
dipseydoodleI need to use the old OS 8 installs that apple provides22:19
reisiodipseydoodle: nothing better to do? :p22:19
dipseydoodleit'd be nice to also hack up the extra I have as a hacintosh linux22:20
Jordan_Udipseydoodle: What format is/are the file/files for the OS 8 installer provided by Apple?22:20
dipseydoodlereisio It's a hobby. I grew up on the old macs and I got one a while back but it still has somebodies programms on it :P22:20
dipseydoodlethat eats up tons of space22:20
dipseydoodlehole up22:21
dipseydoodlehold up :P22:21
dipseydoodle.sea22:21
OSaddictHow do I find out my computer's current IP address?22:21
skirlethey guys, i am updating to trusty tahr and i have a message about "configuring grub-pc", and I'm not sure how to proceed...22:21
Jordan_Udipseydoodle: So it's a single file, with the extention .sea?22:21
dipseydoodleand I remmeber newer macs being able to brun classic format but unfortunetly the cd drive in my macbook is shot22:21
Jordan_Uskirlet: Please pastebin the exact message.22:21
Theteroler: There's also no php5-mysql module for version 5.622:21
skirletk thanks!22:22
=== jake is now known as okibi
dipseydoodlejordan_u no several I need to make the install cd with like 10+ of them22:22
reisiodipseydoodle: can you get physical access to the hard disk?22:22
skirletA new version of configuration file /etc/default/grub is available, but   │22:22
skirlet │ the version installed currently has been locally modified.                │22:22
skirlet │                                                                           │22:22
skirlet │ What do you want to do about modified configuration file grub?            │22:22
skirlet │                                                                           │22:22
skirlet │        install the package maintainer's version                           │22:22
unopasteskirlet 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 unmuted22:22
=== okibi is now known as jakeday
reisioskirlet: back up the existing, and then install the package maintainer's version22:22
rolerthete; which is good - right? I think PDO is preferred22:22
dipseydoodlereisio which harddisk?22:22
reisiodipseydoodle: ...the... hexahedral device that the data is stored on?22:23
Jordan_Udipseydoodle: Wow, stuffit expander. That brings back so many painful memories.22:23
reisioJordan_U: yeah :/22:23
reisiodipseydoodle: the hard disk for the computer you want to install to22:23
Theteroler: Yeah, I've still got software though that is using the old way22:23
dipseydoodlereisio You mean the apple harddisk yes I can get to it22:23
reisiodipseydoodle: :)22:23
reisiodipseydoodle: if you wanted, you could take it out, connect it to another computer, and put a PPC image on there22:24
reisiono usb/cd required22:24
dipseydoodlejordan_u still use it actually. some mac users still need it to unsuff those hqx files :P22:24
dipseydoodlereisio I like your thinking22:24
dipseydoodlebut22:24
dipseydoodleIt is PPC22:24
dipseydoodle:P22:24
BlackDalekDoes anyone know a fix the the signon-ui bug http://askubuntu.com/questions/451245/signon-ui-enter-your-credentials-dialog-on-desktop ?22:24
dipseydoodleIt's the OS/bootloader thatr dosen't like non apple formats22:25
dipseydoodleBecause of apples proietary take over in the 90s22:25
kboyI think that if this command is still in gedit is possible to delete it or not? let me know ppl   http://i.imgur.com/xkyzTij.png22:25
skirletreiso: thanks, sry, back up the existing? i'm a total noob, i get i should choose the "install the package maintainer's version" but how do i back up existing, existing what exactly :) TY!22:25
dipseydoodleactually22:26
dipseydoodleThat isn't a bad idea. Hmm22:26
dipseydoodleI just don't know if classic would run on a new ppc image22:26
OSaddictIf I'm setting up a static IP address, what should I put for the DNS servers and my IP address. Can just anything work?22:26
dipseydoodleI could throw old linux on it but that wouldn't give me what I need22:27
bekksOSaddict: No.22:27
kboyi think that the change has been done on that BusID22:27
skirletreisio: thanks, sry, back up the existing? i'm a total noob, i get i should choose the "install the package maintainer's version" but how do i back up existing, existing what exactly :) TY!22:27
bekksOSaddict: You should use a DNS server valid for your network. And you should use a valid IP address for your network.22:27
reisiodipseydoodle: I'm sure you can find an image that supports it out of the box22:27
OSaddictbekks: How do I find that out?22:27
dipseydoodleWell see22:27
reisioskirlet: cp -r /boot/grub ~/grub.backup.0122:28
bekksOSaddict: How do you connect to the internet - using a router?22:28
skirletreisio: Thanks! so, in a new tab, run that command? and then in the grub message choose: install the package maintainer's version? Thanks dude!22:30
OSaddictWell, I'm running an Ubuntu server in Virtualbox which is connected to the host via NAT. The host is running on a laptop which connects through my Wi-Fi router.22:30
bekksOSaddict: And where do you try to setup a static IP?22:30
reisioskirlet: yeah22:31
reisioskirlet: chances are you won't need the backup whatsoever, but it's good practice22:31
reisioit might even make its own backup for you, but it's also good practice not to assume such things :p22:31
skirletreisio: Thanks sooooooooo much!!!!22:31
OSaddictIn the guest OS (Ubuntu server). I believe the /etc/network/interfaces is the file that controls that.22:31
bekksOSaddict: Did you read chapter 6 of the vbox manual yet?22:32
reisiobekks: course, didn't we all22:33
reisioI sleep with it under my pillow :)22:33
bekksreisio: I can memorize it :P22:33
reisioyeah, I can memorize anything22:34
reisioand choose not to memorize many things :D22:34
kolyaмедведи тут?22:35
Jordan_Uskirlet: reisio: In this case it's /etc/default/grub that we need to back up. So "sudo cp /etc/default/grub /etc/default/grub-bak", then choose to install the package maintainer's version of /etc/default/grub.22:35
reisiokolya: #ubuntu-ru ?22:36
bekks!ru | kolya22:36
ubottukolya: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.22:36
OSaddictbekks: I've got an IPv4 router, so it looks like it should work. If I'm understanding this correctly, with bridged networking, the guest and host will share the same IP address?22:40
bekksOSaddict: No, thats totally wrong.22:40
skirletJordan_U: reisio: well, i just did "cp -r /boot/grub ~/grub.backup.01" in a seperate tab in the terminal and then chose the  "install the package maintainer's version" and the installation continued. Hope that's all good. This stuff is really over my head still22:40
bekksOSaddict: Using bridged, your vm behaves like a physical computer in your network - do not use duplicated IP addresses.22:40
shapeHi, I'm having problems with installing comctl32 with winetricks. Here is the pastebin: http://pastebin.com/VUkMH7gs22:41
MaltahlHey! im having some trouble with 14.04 Ubuntu Server. after rebooting i get stuck on a black screen. this happens after grub says: "starting up..."22:42
OSaddictbekks: So it's as if the host and guest were two separate computers? Networking is one area that I know little about. I just need to know how to set up my IP addresses for my guest to behave as a normal web server.22:44
reisioMaltahl: ask ubottu about 'nomodeset'22:44
Maltahlhow do i add that to grub ?22:44
reisioMaltahl: as a test you can hold SHIFT during boot up, then press 'e' I think to edit the menu as a one-off22:45
MaltahlThanks reisio! i can get in via recovery but i really just want this server to be able to boot without me being present22:45
bekksOSaddict: Yes, thats correct. I suggest not changing the networking mode, and leaving it at NAT, since the DHCP address your vm will get will stay the same all the time. Thats sufficient.22:46
reisioMaltahl: servers don't usually need graphics :)22:47
Maltahlreisio: i know :) im running it with terminal only :)22:47
jasabelladoes ubuntu not like having two network cards on the same computer connected to the same router?22:48
Maltahlreisio: its because i a few scripts to run when it boots, for instance connect to vpn, ping duckdns so it updates with the vpn ip, mount network usb harddrive. so all i need for it to do now is to boot :P22:48
leodebordo33hello there what a matter ?22:49
=== Guest32406 is now known as karakedi
reisioMaltahl: oh22:50
reisioMaltahl: it could just be kms then22:50
reisiodon't need that for a server, either22:50
skirletreisio: now the installation asked me about removing obsolete packages or something and so i got the details by hitting the "d" key but I don't know how to get back? the screen listed all the obsolete stuff and at the bottom it says (END). How do I get back fm here? TY so much!22:50
=== pwy is now known as pwy2
reisioskirlet: 'q'22:50
skirletreisio: ok! thanks!22:50
OSaddictbekks: Oh, now I see! But wouldn't my host need static IP because the DHCP-generated IP addresses tend to change over time?22:51
vmuserhow can I select which graphics card to control with Xrandr?22:51
leodebordo33cul22:51
willwhOSaddict: most modern routers can assign DHCP by MAC22:51
reisiovmuser: you could check 'man xrandr'22:51
leodebordo33:)22:51
willwhif yours doesn't, look and seeif you can install dd-wrt on it ;)22:51
skirletreisio: so shall i remove obsolete packages? So appreciate the help!22:52
willwhOSaddict: www.dd-wrt.com/site/support/router-database‎22:52
willwhOSaddict: www.dd-wrt.com/site/support/router-database22:52
willwh;]22:52
reisioskirlet: 'obsolete' usually means 'no longer used'22:52
Maltahlreisio: could be but im a noobie, can you in short ( if possible) tell me what to do with kms ?22:52
reisioskirlet: safe bet you may as well allow their removal22:52
vmusertrue22:53
vmuserreisio, true22:53
skirletreisio: coool, will do!22:53
reisioMaltahl: the 'nomodeset' bit in grub's config should do it22:53
bekksOSaddict: As I already said: according to the vbox manual chapter 6 and the description of NAT you can just use DHCP because the lease will not change.22:53
reisiosome people use 'obsolete' when they mean "I prefer something else", but that is incorrect :p22:54
leodebordo33KMS dynamic kernel suport22:54
Maltahlreisio: thanks! i will try it and but stay in here incase it does not help. my graphics card on my laptop that i use for the server is kinda messed up by default since only hp drivers from 2009 ( laptop is high end) work with it and not amds own drivers22:55
beygihi , when is use " ls -lha " i see one empty directory with 6 as an inode/sub-dir nubmer , why ? do you have an idea ?22:55
reisiobeygi: don't cross post22:55
Maltahlreisio: i kinda hoped that it would not be a problem now that i went with terminal only setup22:55
reisioMaltahl: shouldn't be, with kms disabled22:55
jimi_Aanyone oo??22:57
beygireisio: im not about  sure my question's relation with channels22:57
ice9ping22:57
leodebordo33try DKMS22:57
michaelaguiarI have a DHCP server, and just increased the “range” in the conf another 75 IPs, when I restart it still won’t assign additional IPs though?22:58
michaelaguiarwhy is this?22:58
leodebordo33or by the way...modules...try sudo modprobe22:58
=== tclark82 is now known as hazenme
vmuserreisio, do you have an idea how to configure dual graphics adapters, since out of the box is not working and I'm not sure about the approach with xorg.conf22:59
leodebordo33dhcp22:59
Maltahlreisio: now it even stalls on recovery boot...22:59
Maltahlwelp22:59
Maltahlreisio: note i did not makeg23:00
Maltahlreisio: note i did not makeg23:00
jimi_Ahow would I go about fixing this23:00
jimi_AE:Malformed line 52 in source list /etc/apt/sources.list (URI), E:The list of sources could not be read23:00
Maltahlreisio: note i did not make the grub change since i could not get in23:00
reisiovmuser: dual like optimus?23:00
reisiovmuser: or dual like both used at once23:00
reisiojimi_A: open the file with a text editor and fix it23:01
vmuserreisio, both used at once with 5 monitors with fglrx (since there is a bug in radeon preventing me to rotate the screens)23:01
evilbugis it possible to theme a tty?23:01
jimi_Ahaha  what does malformed mean tho23:01
Jordan_Uevilbug: Theme in what sense?23:02
evilbugJordan_U: change the font, color scheme, etc.23:02
michaelaguiaranyone familiar with dhcp?23:02
vmusermichaelaguiar, just ask23:02
michaelaguiarvmuser: already did23:02
michaelaguiarI have a DHCP server, and just increased the “range” in the conf another 75 IPs, when I restart it still won’t assign additional IPs though?23:03
vmusermichaelaguiar, sorry, haven't seen it23:03
vmusermichaelaguiar, share your conf file23:03
Jordan_Uevilbug: You can change the font, and you can change colors to a certain extent.23:04
pwy3What's the best way to get Ubuntu 14.04 to remember the apps/windows in my workspaces ?  Please indicate if you have successfully done this.23:05
reisioI haven't used it, but it's up to the DE's session manager23:05
jimi_Areisio, how am I posed to fix if I don't see the error23:05
reisiowhich is probably GNOME's23:05
reisiopgrep -l session23:05
michaelaguiarvmuser: https://gist.github.com/michaelaguiar/37e3b1c3e0cba9e5743323:06
reisiojimi_A: says line 52, the URI23:06
Jordan_Uevilbug: "sudo dpkg-reconfigure console-setup" will allow you to chose between the limited available console fonts, as explained here: http://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console and you can also create your own console fonts from truetype fonts.23:06
evilbugJordan_U: yeah, i know that but i was asking if it can fully customize it like i could a terminal. make it look really really nice.23:06
jimi_Areisio, I overlooked that thx.. :)23:07
=== Stu| is now known as Stu|[A]
michaelaguiarvmuser so I set the range from 150 - 250, but IPs aren’t being assigned higher then 225, which it was before23:07
Maltahlim stuck at GRUB and now i cannot get into ubuntu server 14.04 at all to change GRUB settings. Even recovery boot stalls23:07
reisiojimi_A: probably be obvious :)23:07
jimi_A:P23:07
reisioMaltahl: stalls when23:07
LukeMaxwellI just updated to Ubuntu precise 12.04 but my alfa card is having issues connecting to wifi.23:07
LukeMaxwellSays establishing connection... and then never connects.23:08
Jordan_Uevilbug: If you want a "really really nice" terminal you might be interested in kmscon, thought it's definitely still in early development.23:08
Maltahlreisio: i tried to recreate it and now it boots in.... my server is being very random23:08
vmuserso i assume your dhcp.leases file is full?23:09
leodebordo33the mode ifconfig or aircrack-suite23:09
evilbugJordan_U: meh, it's alright. thanks for the help though.23:10
Jordan_Uevilbug: You're welcome.23:11
reisioMaltahl: sounds it23:11
evilbugJordan_U: it's not mandatory to have it look really cool so i'll just bypass that for now.23:11
Maltahlreisio: i know and i hate it! it just want it work...23:11
LukeMaxwellvmuser: I'm some what new to Linux. I just upgraded from 10.10 to 12.04. I didn't have any issues last night using my alfa awus036h on ubuntu 10.1023:11
michaelaguiarvmuser: let me check it23:12
vmusermichaelaguiar, also check the syslog23:12
vmuseryou can do a tail -f on it23:12
vmuserand then with some client without IP force a dhcp request23:13
Jordan_ULukeMaxwell: Did you mean that you just upgraded from 13.10 to 14.04?23:13
michaelaguiar:q23:13
michaelaguiaroops23:13
LukeMaxwellno Jordan_U. I had a really old cd of ubuntu that I installed on my desktop because my wifi is too slow to download the new version23:14
LukeMaxwellso I just updated last night to 12.04 precise but now my alfa card is giving me issues23:14
BlackDalekDoes anyone know a fix the the signon-ui bug http://askubuntu.com/questions/451245/signon-ui-enter-your-credentials-dialog-on-desktop ?23:14
michaelaguiarvmeson: syslog doesn’t show anything out of the ordinary, that I can see23:15
michaelaguiarerr, wrong user23:15
reisioBlackDalek: is that before the ordinary login screen?23:15
reisioBlackDalek: oh sorry it says23:16
reisioBlackDalek: so it's after the login screen23:16
reisioBlackDalek: try using xwininfo23:16
LukeMaxwellwhat's the syntax to run to look for errors with ubuntu networking?23:16
reisioLukeMaxwell: errors?23:17
leodebordo33netstat as root | less23:18
guest3432anyone trying the 14.10 yet? any good?23:18
leodebordo33or nmap as root23:18
Jordan_ULukeMaxwell: Is your wifi slow or is your internet connection slow?23:18
LukeMaxwellJordan_U: My internet connection is non-existent23:19
surfnsup23:19
leodebordo33that are we are'ent23:19
Jordan_ULukeMaxwell: What are you connected with currently?23:19
LukeMaxwellJordan_U: My alfa card worked perfectly last night on 10.04.3 but then I updated to 12.04 I believe and it won't connect23:20
LukeMaxwellJordan_U: I am on my laptop. The desktop runs Ubuntu23:20
leodebordo33try to modprobe the right o23:20
Jordan_ULukeMaxwell: I would recommend using your laptop to download Ubuntu 14.04 and try that. The bug related to your wireless dongle is likely fixed.23:21
leodebordo33ok luke ?23:21
pwy3Is this the correct forum to ask for Unity-related questions ?23:21
MintyNinja41pwy3, yes23:21
MintyNinja41If it's Ubuntu, it goes here AFAIK23:22
reisio^23:22
=== lol is now known as Guest19197
clue_h^23:22
leodebordo33what the first bug N°0001 Mark Shuttelworld a nammed ?23:22
leodebordo33jesus my poor english23:23
LukeMaxwelltrying now leodebordo3323:23
MintyNinja41leodebordo33: That Microsoft held a majority share in the OS industry.23:23
leodebordo33! yeap here we hare23:23
ubottuleodebordo33: I am only a bot, please don't think I'm intelligent :)23:23
MintyNinja41leodebordo33: It's okay, your English is understandable.23:23
LukeMaxwellJordan_U:  My wifi connection is far too slow to download Ubuntu 14.0423:23
doomlord_trying to build latest Rust (language) after upgrading to ubuntu 14.04 , i'm getting an error on doc compiling - i wonder if this is anyhing thats changed in the distro, (TeX??)  --- here's the error http://pastebin.com/uA1BnxyT23:23
Jordan_ULukeMaxwell: Downloading Ubuntu 14.04 will take less bandwidth than upgrading to 12.04 did.23:24
LukeMaxwellJordan_U: I'm assuming that if I download and install it I will have to reconfigure everything again?23:25
MintyNinja41LukeMaxwell: No, not really23:25
Guest19197you gotta be kidding me23:25
Guest19197someone registered my name23:25
Guest19197lol23:25
=== Guest19197 is now known as bulletrulz
bulletrulzaha23:26
MintyNinja41LukeMaxwell: I understand that there is an "Upgrade" function in the Ubuntu installer.  It resets a lot of settings, but does not delete data AFAIK23:26
trismdoomlord_: I see the missing file in texlive-fonts-recommended maybe it just got uninstalled on upgrade?23:26
leodebordo33texlive-fonts-recommended install it23:27
gmachine_24what was your nickname23:27
LukeMaxwellMintyNinja41: My alfa wifi card won't work with my current distro so I can't update via ubuntu23:27
LukeMaxwellMintyNinja41: I would have to download it via my laptop and install it on my computer via a flash drive or cd23:28
doomlord_trism someone has suggested 'texlive-fonts-extra' as a fix, i'm trying that now23:28
MintyNinja41LukeMaxwell: have you got an ethernet cord or something to plug into the nonfunctional system?23:28
trismdoomlord_: looks like it wasn't in -recommended in saucy, so maybe that is the issue it might have moved23:29
trismdoomlord_: it is definitely in -recommended in trusty23:29
LukeMaxwellMintyNinja41: No I don't. Shared connection here at my apartment.23:29
MintyNinja41LukeMaxwell: Dang.  Okay, but you HAVE got an existing installation of 13.10 on the affected system?23:30
gmachine_24LukeMaxwell - or you could boot to a livecd which recognizes your wifi - d/l the file (or whatever) to a flash drive or cd and go from there.23:30
leodebordo33how to tell direct to a friend a right click or somec?23:30
doomlord_i am a fan of globalmenu, but the new "in-titlebar" menus are nice, i like focus-follows-mouse23:30
Jordan_ULukeMaxwell: One nice thing about fresh installing as opposed to upgrading (in addition to using less bandwidth) is that you can test Ubuntu 14.04 in the live environment, and ensure that wifi works, before you commit to installing it.23:30
LukeMaxwellOkay Jordan_U I am downloading 14.04 now23:31
leodebordo33ok see u23:31
MintyNinja41LukeMaxwell: These other people sound like they know more about this than I do; I suggest you listen to them :323:31
gmachine_24LukeMaxwell, plus, I've been using Linux for 15 years or so and I did one upgrade on Ubuntu (many, many years ago) and swore I'd never do another as it completely borked my system. Never again......23:32
LukeMaxwellMintyNinja41: I was actually on 10.04.3 last night and updated to 12.04 today and that's when I noticed wifi issues23:32
LukeMaxwellgmachine_24:  What version of Ubuntu do you run?23:32
leodebordo33the old card....23:32
leodebordo33gime the pci that probe u wifi card23:34
gmachine_24LukeMaxwell, 13.4 on a media server; 12.04 on another machine; etc.23:34
LukeMaxwellI don't understand leodebordo3323:34
leodebordo33try pci23:34
LukeMaxwellno command found leodebordo3323:34
gmachine_24every once in awhile I find an old Ubuntu CD v 6.x 8.x .... and I laugh23:34
MintyNinja41LukeMaxwell: Command is " sudo lspci", I think- no quotes, of course23:35
LukeMaxwellgmachine_24: Aren't the updated versions of Ubuntu better?23:35
leodebordo33excuses me dude try a dmesg23:35
gmachine_24LukeMaxwell, I don't know about anyone else but I had problems recently with 12.04........ and I think it depends, in part, on your hardware :-)23:36
Maltahlreisio: It shows something about clocksource and then it goes to either blackscreen or tells that the cpu is stuck/stalled23:36
reisioMaltahl: clock skew?23:36
gmachine_24LukeMaxwell, theoretically yes, they are supposed to be "better"23:36
leodebordo33yes the cpu23:36
LukeMaxwellThis desktop is shit23:36
LukeMaxwellIt's a dell Optiplex GX26023:36
leodebordo33go to red hat23:36
gmachine_24LukeMaxwell, there is a no foul language policy23:36
Maltahlreisio: after blackscreen it shutdown23:37
ExsquireAnyone know a good #software channel?23:37
gmachine_24for the chat room23:37
LukeMaxwellgmachine_24: my b23:37
leodebordo33:)23:37
ExsquireHello?23:37
gmachine_24it's ok; I think we've all done it at one point or another23:37
Doc_FowlingHey. I'm trying to stream an audio source like Pandora to my vent server using Mangler (vent client). On my Mac, I use Soundflower to make a virtual Jack. Any program ike this on Ubuntu? Can't find any :/23:37
gmachine_24Exsquire, we don't do warez23:37
ExsquireI asked for a #software channel fucktard.23:37
Maltahlreisio: nomodeset is not in effect since i was stupid and forgot to do: sudo update-grub23:37
ExsquireWhere the fuck did you see me say warez?23:38
gmachine_24Exsquire, congrats on your vocabulary23:38
xangua!language | Exsquire23:38
ubottuExsquire: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList23:38
LukeMaxwellleodebordo33:  are you saying to switch to the red hat distro? I want to use ubuntu or zorin because my partner isn't used to linux23:38
pwy3I'm interested in preserving my running windows. I'm using Ubuntu 14.04 with full disk encryption. I'm considering looking into adding hibernation, or some tool that will work with the window manager to remember my applications and window locations. Has anyone done this ?23:38
ExsquireCongrats on your psychic powers how much you making with it?23:38
willwhExsquire: please temper your speech23:38
willwhthere is no need to be inflamitory23:38
ExsquirePlease fuck off and die alright?23:38
leodebordo33that is clear23:38
reisio:)23:38
ExsquireI am not talking to you.23:38
gmachine_24bybye23:39
reisiopwy3: sure, but23:39
Maltahlreisio: it get stuck at: buffer i/o error on device sda logical block 023:39
reisiopwy3: presumably you mean full OS encryption :) since you'll have two OSes23:39
leodebordo33retry23:39
reisiopwy3: you probably need only make partition space for Ubuntu, install Ubuntu and choose the encryption options you want, done23:40
reisioMaltahl: mmm, i/o errors are bad23:40
LukeMaxwellI ran dmesg leodebordo3323:40
leodebordo33and ?23:40
LukeMaxwellLast output was associated but wifi still won't work23:40
Maltahlreisio: how bad ? cause it could only boot before using usb23:40
gmachine_24pwy3, are you saying you want to remember all the software you've installed...... because I believe there are simple commands for that..........23:40
reisioMaltahl: in that case potentially no bad-der, but still bad23:41
DarkAceXtremedoes anyone have any linux program recommendations for editing media tags/metadata? specifically MP3 and OGG files'23:41
pwy3resio, yes, I did that in order to encrypt the OS volume. My challenge now is getting Unity to restore my applications. I'm looking for a way to - manually with a config file, or automatically - get my apps to spawn where I leave them23:41
gmachine_24DarkAceXtreme, there is easytag23:41
leodebordo33pffffffffffffffffffffff23:42
gmachine_24DarkAceXtreme, I'm not sure exactly what you want to do23:42
leodebordo33are u Cm23:42
DarkAceXtremeinstalled easytag23:42
gmachine_24DarkAceXtreme: didn't like it?23:42
reisiopwy3: manually is easy, but not dynamic :)23:42
Maltahlreisio: now i insert the usb i used to install ubuntu server with... and now it just boots no problem!23:42
DarkAceXtremeI mean I installed it just now, going to try it now23:42
pwy3reisio, I suspect that ;( ... what's the best way to do this manually ?23:43
gmachine_24DarkAceXtreme: ah, ok. There are CLI programs to change metadata but i think the problem is if you're only doing a few at a time it takes forever23:43
reisiopwy3: I wouldn't :) try this: dconf write /org/gnome/gnome-session/auto-save-session true23:43
Maltahlreisio: in other words its like grub went on the usb instead of my hdd :(((((23:44
DarkAceXtremeeasytag seems like it's what I was looking for at a quick glance, thanks23:44
dw1so ive got a server with root partition on software raid.  after a kernel upgrade, do I need to do anything manually with grub?23:44
pwy3reisio: LOL, thanks. I'll check that out23:44
reisio'exfalso' from quodlibet is a nice GUI audio metadata editor23:44
gmachine_24DarkAceXtreme: always good to keep in mind programs such as easytag are merely nice guis on linux cli programs.......23:44
Jordan_Udw1: No.23:45
reisiousually*23:45
DarkAceXtremeyeah, I figured as much23:45
dw1Jordan_U: im still scared.  there are some horror stories around the net. but thats reassuring23:45
leodebordo33rhytmbox23:45
gmachine_24LukeMaxwell: are you still here?23:45
leodebordo33h23:45
gmachine_24leodebordo33: that would be rhythmbox but wehat the heck23:45
gmachine_24horror stores around the net? do tell . . .23:46
LukeMaxwellyes gmachine_2423:46
Jordan_Udw1: That said, as Ubuntu's installer doesn't handle configuring grub-pc well for RAID, please pastebin the output of "debconf-show grub-pc". Configuring grub-pc properly comes into play when grub get upgraded (rather than just your kernels), but it's good to prepare for the future.23:46
gmachine_24LukeMaxwell: so I came in late on your problem, are you running Ubuntu from a live CD?23:46
gmachine_24LukeMaxwell: on the machine you want to get the network going?23:47
gmachine_24*on the machine on which you want to get the network going?23:47
Jordan_Udw1: Basically, we want to make sure that grub-pc is configured to install grub's boot sector to the MBR of any of the drives your BIOS might decide to boot from (meaning at least the two drives that are hosting the RAID array).23:47
dw1Jordan_U: that command has no output :/23:47
LukeMaxwellgmachine_24: Last night I had 10.04.3 installed and today I updated via the software updater to 12.04 LTS23:47
leodebordo33yes as i am Jesus Christ ;)23:47
gmachine_24LukeMaxwell . . . and your network won't connect23:47
LukeMaxwellgmachine_24:  However, now my alfa awus036h card won't work23:47
LukeMaxwellgmachine_24: yes23:48
LukeMaxwellgmachine_24: it just says establishing connection and then nothing23:48
gmachine_24LukeMaxwell, so you are connected how running what os?23:48
gmachine_24LukeMaxwell: on a diff computer?23:48
guest-DGHblpi fucking hate this i wish i bought windows 7'23:48
LukeMaxwellgmachine_24:  I am on my windows 7 laptop. SLowly but surely trying to download ubuntu 14.0423:49
gmachine_24so do we23:49
guest-DGHblpwell its not that bad but23:49
leodebordo33http://askubuntu.com/questions/178009/how-do-i-install-drivers-for-the-alfa-awus036h-usb-wireless-adapter23:49
guest-DGHblpjust i like it alot better23:49
leodebordo33!23:49
Jordan_Udw1: Is this a BIOS based or UEFI based machine? That not giving any output means that grub-pc is not installed, which is fine if this is a UEFI based machine.23:49
dw1Jordan_U: debconf-show grub says: * grub/update_grub_changeprompt_threeway: install_new23:49
guest-DGHblpand not only that but now i can even go on my normal account23:49
LukeMaxwellleodebordo33: I tried that but when running the make install command I kept running into issues23:50
dw1Jordan_U: umm.. ls /boot shows some bins for memtest and stuff23:50
Jordan_Udw1: OK, at some point you removed grub2 and installed grub legacy.23:50
gmachine_24guest-DGHblp: you're not making sense23:50
LukeMaxwellleodebordo33: I also tried making and installing the driver via the cd included in the box. no luck23:50
kupo_oh man. i went through that grub legacy stuff23:50
joepI'm using powerline and tmux and my shell within tmux looks different than it looks regularly. WHY?23:50
kupo_the grub program helped but i ended up just formatting and reinstalling heh23:50
guest-DGHblpdo any of you know how to make some thing on xfce turn exutable23:51
dw1Jordan_U: its a brand new 14.04 LTS server, but after install i did apt-get update and upgrade and yeah it prompted me twice about grub/kernel and the first prompt i said 'keep current config' and second prompt i said 'use package version'23:51
joepguest-DGHblp, in console or in xfce?23:51
gmachine_24LukeMaxwell, this is what I do in situations such as you are in; try a newer version of ubuntu (which is what you're doing); if that doesn't work, I try a live version of either linuxmint or just straight debian as i seem to have fewer glitches with those23:51
Jordan_Udw1: Please pastebin the output of "dpkg -l | grep grub".23:52
gmachine_24LukeMaxwell: and whatever works, I use that23:52
kupo_just make sure you behind ethernet if you try debian.23:52
LukeMaxwellgmachine_24: That makes sense. Thanks. I was hoping to stick with ubuntu because my partner will be using the desktop as his personal computer.23:52
dw1Jordan_U: think youre onto something http://pastebin.com/f3mJ4zTF23:53
gmachine_24LukeMaxwell: I kind of think you'll have luck with 14.xx.......... 12.04 seems to have become a pita, as I mentioned before23:53
dw1Jordan_U: i have rebooted the server and it came back up which is good :)23:53
LukeMaxwellgmachine_24: I also liked how the zorin distro looked. They keep linux looking very close to windows so it should be easier for him to understand and grasp.23:54
Jordan_Udw1: At some point you or someone/something else ran "sudo apt-get install grub", which is wrong.23:54
LukeMaxwellgmachine_24: but zorin distro download is very Gbs and my connection would take too long to get it up and running.23:54
leodebordo33right23:54
gmachine_24LukeMaxwell: yeah, for most people all the techno mumbo-jumbo is just that...... they don't care they just want something that works23:54
dw1Jordan_U: i might have.  not in .bash_history but maybe I cleared it .....23:54
dw1Jordan_U: yeah i think i did after that confusing upgrade prompt stuff23:55
Jordan_Udw1: Is this a BIOS based or UEFI based machine?23:55
leodebordo33wipe it23:56
dw1Jordan_U: any way to check when booted up and logged in?  this is /boot http://pastebin.com/S0v1uCtQ23:57
gmachine_24LukeMaxwell: I am not familiar with Zorin but maybe you can just install their desktop23:57
LukeMaxwellwhat do you mean gmachine_24?23:57
pressionhello ppl! A noob consquestion, what is the most complete language for 2014, I doubt between perl or ruby23:57
LukeMaxwellThe file that is 2. something gigs is the one that is their desktop client23:57
pressionor is other?23:57
leodebordo33python23:57
Jordan_Udw1: You had grub-pc installed before, so let's install it again. "sudo apt-get install grub-pc".23:58
leodebordo33on rail23:58
leodebordo33startx23:59
gmachine_24LukeMaxwell: Zion runs atop Ubuntu; which means there might be a package or software which you can add to an ubuntu distibution to give it the zorin desktop - ie the look and feel of windows which you desire23:59
LukeMaxwellthat makes sense now gmachine_24. Thanks. I'll take a look and find out.23:59
leodebordo33zorin is app repo23:59

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