/srv/irclogs.ubuntu.com/2013/08/14/#ubuntu.txt

dr_willisthere is a very very very nice conky theme-config tool listed at the postings on the webupd8 or omgubuntu site.  it makes it easy to add some nice conkyness to your desktop00:00
checoimgHi guys a little question about CP command00:00
histo!ask | checoimg00:00
ubottuchecoimg: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:00
* reisio considers !patience | histo :p00:00
daftykinsyeah he loves those bot commands ¬_¬00:01
checoimgI want to make a two way synchronization, Will this work ? : cp -vau /media/user/Main /media/user/Backup00:01
histo!botsnack00:01
ubottuYum! Err, I mean, APT!00:01
Linuxfreak78Hello all.  I have a shell script that I would like to have executed when X starts (in other words, the script requires that X be running, but I would like it to run prior to login).  Is there a way to accomplish this?00:01
checoimgand then00:01
segLinuxfreak78: use /etc/rc.local00:01
Babu_im installing 13.04 server in a VMPlayer, the install works and goes to the terminal login prompt, i login and get the prompt, where do i go from here. how do i run/install gui?00:01
histochecoimg: what do you mean by two way synchronization?00:01
checoimg cp -vau /media/user/Backup /media/user/Main00:02
checoimgso maybe00:02
checoimgcp -vau /media/user/Main /media/user/Backup && cp -vau /media/user/Backup /media/user/Main00:02
histoLinuxfreak78: .xinitrc00:02
k1lchecoimg: for synchronization use rsync. for 2 way sync use unison00:02
Mace268why not rsync?00:02
wilee-nileeBabu_, The ubuntu-sever runs without a gui, but you can install a desktop I guess.00:02
segLinuxfreak78: oh yeah, thats better, xinitrc00:02
jpdsBabu_: Why do you want a GUI on a server?00:03
Babu_wilee-nilee how do i do that?00:03
Babu_new to linux so not sure where to go after the install00:03
histoBabu_: sudo tasksel00:03
jpdsBabu_: https://help.ubuntu.com/community/ServerGUI00:03
histoBabu_: why are you trying server edition if you are new?00:03
wilee-nileeBabu_, why, and why 13.04 12.04 is longterm with 5years support 13.04 is a 3rd of that00:04
Babu_because i want to play with LAMP (LAMP is installed)00:04
jpdsBabu_: LAMP is not a toy.00:04
daftykinsi love LAMP00:04
dr_willisLinuxfreak78: what does the script do exactly00:04
jpdsdaftykins: You love PHP? You poor thing.00:05
reisiochecoimg: hrmmm00:05
dr_willisyou csn install lamp on the desktop edition Babu_00:06
daftykinsjpds: it was a film reference but it seems it was wasted :(00:06
jpdsdaftykins: https://jeena.net/images/2012/PHP-The-Good-Parts.pdf00:07
Babu_so i guess once i have LAMP installed and dont need a gui, where do i go from here?00:07
Babu_obviously a complete noob00:07
reisiochecoimg: think I'd just script it00:08
segBabu_: you could install a gui, or just do whatever lamp stuff you want from the bash interface or ssh into it from another box00:08
daftykinsjpds: i know pretty much nothing of PHP, happy to keep it that way too00:08
dr_willisBabu_:  learn shell  and bash fundamentals00:08
Babu_ok, pointers?00:08
Babu_you guys are great00:09
Babu_thanks00:09
dr_willis!bash00:09
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal00:09
segBabu_: Well, get a goal in mind that has to do with a LAMP stack, and then head towards the goal. It's hard to just play with a lamp stack without something in mind00:09
checoimgreisio ; I dunno how to script yet , surely is dead simple though00:10
tsongkihow do i uninstall ubuntu OS00:10
Babu_ok so i want to eventually get joomla to play with00:11
checoimgtsongki : Go into Live CD nand install OS Uninstaller form PPA00:11
histotsongki: what is it you want to install?00:11
Babu_i'll get the joomla hosted somewhere but wanted to play with it on my own first00:11
Linuxfreak78dr_willis, my laptop has a misbehaving touchscreen that constantly clicks on random parts of the screen.  I have a shell script that disables it when I'm logged in, but the login screen can still be very frustrating at times. I'm up for editing xinitrc as suggested, unless there is a better solution.00:11
checoimgtsongki : a google search should tell you where the PPA is00:11
dr_willis!lamp00:11
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.00:11
checoimgtsongki : I hear is a very good option00:12
seg!joomla00:12
ubottujoomla information can be had here: https://help.ubuntu.com/community/Joomla00:12
fellayaboyim using compiz and when i use the volume upand down on my keyboard it shows a very low resolution picture of an icon..how can i fix it so thats its a high res icon..i think they call that icon the notify-osd.. i installed notify-osd-icons but still no luck00:12
tsongkiwait does that uninstall also the partition that ubuntu made00:12
r4f43lhellou00:12
r4f43lis problem my wifi atheros 948500:13
r4f43lis not up icon00:13
reisiochecoimg: for i in foo bar; do rsync -av source/ "$i"; done00:13
reisiochecoimg: where foo and bar are directories00:13
r4f43lhelpme00:13
reisiochecoimg: you need to test it though, rsync has tricky syntax00:13
tsongkihisto im going to switch to mint cinnamon00:14
reisiomight not even be worth it for only two00:14
reisiorsync -av source foo && rsync -av source bar is actually shorter :p00:14
trismfellayaboy: in the center of the screen or the top right?00:16
dr_willisLinuxfreak78:  i doubt if .xinitrc is what you want. that would be a per-user file. and would only run after the user logs in. and even then. it wont run depending on what desktop the user selects. Best would be to have lightdm run the command.00:16
dr_willisLinuxfreak78:  you definatly dont want /etc/rc.local00:16
Linuxfreak78That's a thought.  How would I get lightdm to run it?00:17
dr_willischeck the lightdm configs and docs. it can do it.  askubuntu.com may have a guide00:17
jribLinuxfreak78: how do you disable it?00:18
Babu_how do you disable all these join announcements in this window on irc00:19
oisaAre nVidia drivers OK on 13.10 yet?00:19
Linuxfreak78jrib, I disable it using several xinput commands.  I can give specifics if you need them (I'm happy to help if you need it because it drove me crazy!)00:21
=== mgodzilla is now known as delta_punk
dr_willisLinuxfreak78:  if you dont need it 'disabled' at the login screen. your user could run a script to do the commands from their autorun directory00:22
Babu_how do you disable all these join announcements in this window on irc00:23
dr_willisif you DO need it disabled. then you would want lightdm to run the commands.00:23
djapois anyone else not able to right click on forwarded windows over ssh?00:23
dr_willisBabu_:  totally depends on your irc client. I dont see any parts or joins or quits at all. ;)00:23
=== delta_punk is now known as mgodzilla
Babu_im on the default web client in the browser00:23
fellayaboyanyone know how to fix the low resolution problem in notify-osd00:24
reisiofellayaboy: which problem?00:24
dr_willisBabu_:  look at its settings menus00:24
fellayaboywell when i press the volume up and down...the icon is low resolution ...it looks ugly00:25
Babu_hmm nothing ike that i can see00:25
dr_willisBabu_:  and you may want to start usng a better irc client.00:25
Babu_but i'll try something00:25
Babu_hehe:)00:25
Babu_fo sho00:25
dr_willisBabu_:  the freenode web site client has options to hide part/joins.00:25
fellayaboyreisio.  when i press the volume up and down on my keyboard the popup icon of the volume is very low resolution00:25
Babu_i think thats what im using00:26
fellayaboyreisio im using compiz00:26
Babu_qwebirc00:26
reisiofellayaboy: you mean it's smaller than you'd like?00:26
dr_willisBabu_:  ask in #freenode  or explore the settings more for it..  i dont use it.00:26
Babu_ok great thank00:26
Babu_thanks00:26
=== linusoleander_ is now known as linusoleander
dr_willisBabu_:  you may want to use xchat for a gui client. or weechat for a text only client00:27
Linuxfreak78dr_willis, that's what I've been doing.  I typically log in automatically, but would prefer that the touchscreen be disabled starting with the login screen as I like to switch between desktop environments and it takes much longer to select the one I want when the cursor is 'clicking' in random places every second or two.00:28
histo?00:31
Babu_!clear00:37
Linuxfreak78Thanks to everyone for your help.  At the very least, you guys have me started in the right direction.  Have a good day/night everyone!00:39
justtesting132.00:40
Fritjof_GabrielHello everyone, Fritjof_Gabrielhere and i'm here and ready to DDoS.00:40
=== sarcasticsimba is now known as vigs
=== CyberJacob|Away is now known as CyberJacob
eduslackGood night! I'm using Ubuntu 13.10 (Saucy Salamander) but the Personal Folder icon is with that old. Anyone know what to do to fix this?00:57
wilee-nilee!13.1000:58
ubottuUbuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+100:58
wilee-nileeeduslack, ^^^^^00:58
=== cubix``308 is now known as cubix`
bogglewilee-nilee: thanks! worked just fine!01:01
boggleexit01:01
bogglelol, whoops01:01
readyjar_How come my software center is screwed? The font is almost readable (all blurry) and the whole thing likes to crash01:01
dr_willistry making a new user see if its goofed up for them also  readyjar_01:02
stayonthehustleHey, can any one recommend a clipboard manager of sorts?01:02
reisiostayonthehustle: of sorts?01:03
stayonthehustlenot of sorts I guess, but a clipboard manager. :)01:04
=== CyberJacob is now known as CyberJacob|Away
SuperNoeManhi, I have a program that I wrote the source to. I'm compiling it and running it just fine on one platform01:06
SuperNoeManbut then when I try to run it on anther it dies01:06
SuperNoeMancan anybody help me find out why it won't even load the program?01:07
SuperNoeManhold on... let me the the gdb output01:07
wtingWhat's the fastest way to filter out all lines greater than a certain length with pipe input?01:07
readyjar_SuperNoeMan: Tried compiling for target platform?01:08
SuperNoeManreadyjar_: I didn't migrate platforms01:08
SuperNoeManjust machines01:08
SuperNoeManand yes, I recompiled it. In fact, compilation went without hitch01:09
SuperNoeMan... 1 sec, here's gdb output:01:09
SuperNoeManhttp://pastebin.com/unMm5Cj001:09
readyjar_Software center fails to launch now, this is the error: http://fpaste.org/31948/64427111/01:12
Fahyou're using dlopen on a library tht doesn't exist SuperNoeMan ?01:12
Fahit'll compile fine since the dlopen shit is runtime01:12
SuperNoeManah is that it?01:13
kubuntoquick question: how do i install openssh from commandline01:13
SuperNoeManwow, how did you know01:13
SuperNoeManFah: ^ also, then how to I install the dlopen?01:13
FahRead the warnings01:13
FahCould not load shared library symbols for linux-vdso.so.1.01:14
RunemoroHi, what's the difference between Ubuntu core, Ubuntu server minimal install and mini.iso minimal install01:14
SuperNoeManyeah I wondered what vdso was01:14
Jeruvy !openssh | kubunto01:14
SuperNoeManI tried to find what package it belongs to, but couldn't01:14
ubottukubunto: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)01:14
trismwting: sed -n '/^.\{80\}/!p'01:14
trismwting: or whatever length other than 8001:14
FahRun ldconfig -v |grep linux-vdso.so on the working platform. Compare it to the other01:14
FahIs this a 64/32 bit thing?01:14
paddymahoneyubuntu core is a small, byok distribution that is basically just what is needed to bootstrap apt-get01:15
Jeruvy!find openssh | kubunto01:15
RunemoroAlso, where can I get a package list that doesn't include dependencies01:15
ubottukubunto: Found: openssh-blacklist, openssh-blacklist-extra, openssh-client, openssh-server, libconfig-model-openssh-perl01:15
Fahyou will need the shared lib for the platform. Or you  will need to set LD_LIBRARY_PATH to where the existing platform uses provided you have all the crap it's linked against01:15
SuperNoeManFah: no, I don't think so01:15
Jeruvykubunto sudo apt-get install (package above)01:15
wtingtrism: thanks!01:15
kubuntoJeruvy: thanks01:15
Runemoropaddymahoney: Does ubuntu minimal have more packages?01:16
Fahhrm, i might be misleading you. I think that lib is pretty core to the kernel01:16
Jeruvykurtcoke cheers01:16
wilee-nileeRunemoro, They are all basically the ubuntu base, you have no commas in that question though so it is a bit confusing01:16
paddymahoneyUbuntu server core is supposed to be a trim basis for like, vm images and small appliances and stuff. Runemoro01:16
paddymahoneyRunemoro: yes01:16
SuperNoeManFah: that makes sense, but why doesn't it give a sensible error about what library it couldn't find in order that I could know?01:16
paddymahoneyRunemoro: It has the debian alternate installer, fits on a cd iso01:16
FahSuperNoeMan: you're fighting with a library loading problem it seems. The compiler warnings/errors wont be much use I think01:18
Runemoropaddymahoney, wilee-nilee: Thank you01:18
stayonthehustleFor clipboard managers: Diodon or CopyQ?01:18
Fahis ldd able to find everything it's linked to?01:18
anannieHey there, I have Ubuntu 11.04 installed on my netbook and I would like to upgrade it without losing any data. I did sudo do-release-upgrade and for some reason it said no new releases found01:19
SuperNoeMannot compiler warnings, but when you go to run the program without gdb01:19
SuperNoeManit just dies without any mention of a where or why...01:19
anannieis there any way I can do the upgrade from 11.04 to 11.10 then to 12.04?01:19
FahSuperNoeMan: are you using dlopen? Or are you linking to libraries01:19
Jeruvyanannie 11.04 is EOL.  You'd do better to backup and do a fresh install.  You could have issues with the upgrade01:20
paddymahoneyRunemoro np!01:20
daftykinsHeed groovy Jeruvy's words well, people01:20
daftykins^_^01:20
JeruvyThank daftykins :)01:20
Jeruvy+s01:20
SuperNoeManFah I'm not aware of dlopen explicitly01:20
anannieJeruvy: I know. I'm afraid that a backup and a fresh install isn't an option... Is there any way at all to do that upgrade?01:20
SuperNoeManI'm building of a software library using Cmake01:20
SuperNoeManand it's loading .so files that are dependencies dynamically01:21
Jeruvyanannie why isn't it an option?  Older hardware?01:21
FahSuperNoeMan: then yeah, that's defering to dlopen01:21
SuperNoeManah ok01:21
anannieJeruvy: Old netbook to be precise. Plus, there is a lot of data on this that I want to preserve, specific configurations etc.01:21
anannieJeruvy: It's just going to be a pain to set it all back up01:22
FahSuperNoeMan: dpkg -l each system and diff the output? You're missing binary libs that are needed at runtime but not compile time01:22
Jordan_U!eol | anannie01:22
ubottuanannie: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades01:22
daftykinsanannie: fwiw 'sudo do-release-upgrade -d' might be what you're after01:22
daftykinsunless it's just been removed01:22
ananniejordan : already read that.01:22
ananniedaftykins: That isn't working01:22
FahSuperNoeMan: that's assuming all the files are owned by a package. If you manuallly installed stuff then you're going to have fun with find and diff01:22
daftykinsanannie: with the -d ?01:23
ananniejordan : Updated the sources.list and so on, it isn't working01:23
anannieyeah01:23
daftykinsyou're out of options then01:23
Jordan_Uanannie: Please pastebin your sources.lst.01:23
FahSuperNoeMan: the alternative is to link to the libs you need. If they're not present you'll get link errors01:23
Jordan_Udaftykins: -d stands for "development", anannie isn't trying to upgrade to a development release of Ubuntu.01:23
anannieThe CD portion is commented out btw Jordan_U01:23
BlitzHereHi all. I'm having trouble with musicbrainz tag and cover art lookups while ripping out my music CDs with Rhythmbox. Can anyone help?01:23
BlitzHereIs there a musicbrainz plugin that i can install?01:24
daftykinsJordan_U: uh-huh01:24
ananniehttp://pastebin.com/3KdZghEk01:24
anannie^ Jordan_U01:24
Jordan_Uanannie: You have apparently not followed the instructions at https://help.ubuntu.com/community/EOLUpgrades.01:25
Jeruvyanannie not really an answer, but you don't have to upgrade.  It may be better to leave it as is.  Otherwise do a backup of all /home /var /usr then a fresh install.01:25
Jordan_UJeruvy: Using an OS without security updates only might make sense if you're not going to be connected to the internet.01:26
BlitzHereI also have this odd problem where installing rhythmbox doesn't set up an icon in the HUD. I can still run it through the terminal though01:26
anannieJordan_U: Erm, it told me to insert such and such sources to that and they were already there, so I didn't really see the point in doing so01:27
JeruvyJordan_U true, but it beats breaking everything.01:27
SuperNoeManFah: well I don't want to link against them if I have to change source01:27
SuperNoeManif it is a compilation step I need, then I can go with that01:27
anannieJordan_U: Ah it was old-releases not archive. sorry about that. Will change that01:27
SuperNoeManalso, Fah: I just added the libs to the LD_LIBRARY_PATH01:28
SuperNoeManand it still dies without ever revealing why...01:28
FahSuperNoeMan:same error in gdb?01:28
FahSuperNoeMan: when you run ldd on the libs, are they missing any deps?01:28
SuperNoeManyes01:29
SuperNoeManldd?01:29
Jordan_UJeruvy: Risking your data, or risking becomming part of a botnet is in my opinion not better than "breaking everything".01:29
Fahldd shows shared library dpes01:29
Fahdeps01:29
niCei hace a huge problem01:29
niCehave01:29
JeruvyJordan_U I don't share your opinion, but I respect where your going.01:30
niCesomething went wrong with Ubuntu all restarted like the GUI then I rebooted and my laptop says no is installed then tries booting a live CD and it does not detect my hard drive what happened?!?!?!?!01:30
SuperNoeManwell I ran ldd on my own01:30
Jordan_Uanannie: No problem. Good luck with the upgrade and be sure to have rescue media at hand in case something goes wrong.01:30
SuperNoeManand I don't know if it's missing any libs...01:30
SuperNoeManhow can I recursively check01:30
daftykinsniCe: what are you typing from now?01:30
Fahrun ldd on the *.so fils you added to LD_LIBRARY_PATH and look for "Not found"01:30
anannieJordan_U: I usually eye ball stuff and I spot errors, but in my head somehow archives became old-releases and so on01:30
Jordan_UniCe: It sounds like your hard drive, or possibly the motherboard or just a cable, died.01:31
anannieJordan_U: Thanks for spotting that and apologies if I wasted your time01:31
SuperNoeManah ok01:31
SuperNoeManthanks Fah01:31
Jordan_Uanannie: No problem, it happens to all of us :)01:31
BlitzHerejoin #rhythmbox01:32
wilee-nileeBlitzHere, /j #rhythmbox01:33
niCeit happened once and I solved it mounting the hard drive from live CD01:33
niCebut now is not there01:33
niCewhat can I do01:33
FahSuperNoeMan: the man pages for dlopen, and ldd might help you understand the code better01:33
wilee-nileeniCe, Check the areas suggested might be involved.01:34
BlitzHerewilee-nilee: Thanks, stuppid typo :P01:34
SuperNoeManah ok01:34
SuperNoeManFah: so far no, I don't see a single not found01:34
niCewhat areas01:34
daftykinsniCe: what does 'sudo fdisk -l' in a terminal on the livecd show?01:35
niCehold on01:35
semitonesis it normal for a 2TB hard drive to take 8 hours to partition into ext4?01:35
curatrixno01:35
semitones*usb hard drive01:36
curatrixsemitones: Maybe, But it still seems excessive01:36
=== JZTech101 is now known as JZ|Zzz
checoimgNo is not normal01:36
curatrixUSB2 should chug along at about 40Mb/s01:36
checoimgI have a 2TB HDD01:37
daftykins*MB01:37
checoimgand when I partitioned it to ext4 it didn't last much01:37
mojtabaHi, Does anybody know how can I have application server in ubuntu?01:37
niCeI see dev SDA01:37
checoimgcopying 300 GB to it yest01:37
semitonesmine took more than 8 hours; it was doing something inode by inode01:37
niCedo I need to mount it?01:37
daftykinsniCe: can you pastebin the output?01:37
semitonesI was using the gparted live cd01:37
semitonesi just hope it's ok01:38
niCedaftykins no I am in my phone01:38
niCehold on01:38
checoimgMaybe you'll use the normal Disk tool form Ubuntu next time01:38
curatrixsemitones: it sounds like the usb bus is the bottleneck01:38
checoimgI use it so I don;t make the partitions on super user01:39
sivahi everyone....01:39
=== siva is now known as Guest8058
anannieJordan_U: Hrm. I'm still running into an error01:40
Guest8058i want some information regarding how to use mininet in ubuntu01:40
Dr_iBblewhat is mininet?01:40
minii want to repair my 12.04 lts01:40
miniusing the terminal with sudo what is the command01:40
Guest8058does anyone know about mininet?????01:40
xangua!details | mini01:40
ubottumini: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."01:40
mojtabaHi, Does anybody know how can I have application server in ubuntu?01:41
anannieJordan_U: http://pastie.org/private/vgd7m1zs2wicbm4odebfg01:41
Jeruvyisn't mininet a terminal for a serial port01:41
Dr_iBbleqemu is a good emulator01:41
stayonthehustleHas anyone ever experiened trying to make a symbolic link and it says the target already exists? (when it doesn't)01:42
Dr_iBblestayonthehustle try "ls -lsa"01:42
Guest8058mininet is an tool..used for a particular purpose like which can be use to analyze the network traffic connected in your lan...01:42
Dr_iBblethere may be a hidden link01:42
minitrue01:43
semitonescuratrix, then it took my raspberry pi a full minute to mount the drive01:43
mojtabaHi, Does anybody know how can I have application server in ubuntu?01:44
stayonthehustleDr_iBble: what does the l and the a do? I don't see them in the man.01:44
Guest8058any help about this tool01:44
miniI have ubuntu 12.04 and trying to upgrade but it says can't read mirrir file.01:44
minimirror01:44
Dr_iBblestayonthehustle l = list with details; a = all files including hidden01:44
curatrixsemitones: It could be the usb interface......A lot of the usb drive cradles/holders are hopelessly slow01:44
semitonessigh I was hoping that wasn't the case01:45
wilee-nileemojtaba, Try #ubuntu-server01:45
semitonesI bought a usb 3.0 drive because I hoped it would be fast01:45
mojtabawilee-nilee: ok, thanks01:45
Dr_iBblemojtaba try qemu with kvm01:45
semitones(even though I can only use it in 2.0 mode)01:45
stayonthehustleDr_iBble: Thank you. I think I actually had the target backwards..01:45
* stayonthehustle smashes forehead01:45
curatrixsemitones: will the bus handle a usb 3 interface .......The pi only has a usb 201:46
mojtabaDr_iBble: could you please explain more?01:46
semitones3 is backwards compatible with 201:46
semitonesi thought01:46
nice_im here01:46
Dr_iBblestayonthehustle congrats, thats a common mistake i make myself Xd01:46
nice_who was helping me01:46
curatrixsemitones: It is but it is slow01:46
semitonesoh :/01:46
semitonesi made a bad purchasing decision then01:46
daftykinsnice_: pastebin the output of 'sudo fdisk -l' if you can01:46
nice_yes I am in the machine now01:47
daftykinssemitones: i think something just went funky with your format01:47
nice_http://pastebin.com/GdTUCvWQ daftykins01:47
semitonesdaftykins, would fsck catch anything wrong?01:47
daftykinssemitones: not sure, wouldn't hurt - though i bet it'd crawl if run on the pi :D01:47
curatrixsemitones: It is a little disheartening as I have a pi here with a 750GB drive that I was about to get a cradle for01:48
semitonesprobably01:48
daftykinsnice_: nope looks like only the 1GB flash drive is found, if that's a flash drive?01:48
* nice_ cries01:48
nice_what-s going on01:48
nice_daftykins: yeees01:48
Beatstreetis there a replacement for ethtool?01:48
BeatstreetWARNING: The following packages cannot be authenticated!01:48
Beatstreet  ethtool01:48
daftykinsnice_: if it's a desktop PC, check the hard disk connections inside01:48
daftykins(when turned off, naturally)01:48
semitonescuratrix, well the pi didn't do the formatting -- I should have done that since it took 8 hours -- it was my laptop with the gparted live cd01:48
nice_all was working ok, just ubuntu crashed01:48
nice_whyyy01:48
nice_and this happened01:48
nice_daftykins: laptop01:48
daftykinsooh01:48
Dr_iBblesemitones, daftykins and curatrix what is up with the raspberry pi?01:49
nice_all was working just openbox crashed01:49
daftykinsnice_: try switching it off, pulling the mains and the battery out, wait a few minutes, then reassemble and power back in01:49
daftykins*on01:49
nice_daftykins: ok brb01:49
nice_thanks01:49
semitonesDr_iBble, nothings wrong with the pi, but the USB hdd I got is weird. It took 8 hours to format from ntfs to ext4, and it was going inode by inode at the rate of 1 every 2 seconds01:50
nice_daftykins: http://pastebin.com/B5LJS66Q01:50
nice_found that in dmesg01:50
nice_does it help?01:50
Dr_iBblewhat switches did you pass to dd?01:51
semitonesDr_iBble, I formatted it with gparted, no special options01:51
Dr_iBblemojtaba what application server do you require?01:51
nice_those are all the errors daftykins http://pastebin.com/isxr4YBV01:51
Dr_iBblesemitones were you on a raspberry pi?01:51
semitonesDr_iBble, no I was on my laptop01:52
Dr_iBbleis the issue with usb 1.0 ?01:52
daftykinsnice_: looks like your disk might not be happy :(01:52
Dr_iBblehow old is the laptop?01:52
daftykinsnice_: try the power thing01:52
semitonesDr_iBble, it was usb 3.0 running in 2.0 mode01:52
Dr_iBbleahh so no lack of power. hmmm has the issue been resolved?01:53
nice_daftykins: but data is the disk, right?01:53
nice_it happened once, something with the distro I am sure01:53
nice_I remember I just came to the live cd and tried to install it again, like it mounted and all was fixed Dr_iBble01:53
nice_brb then01:53
daftykinswouldn't hurt to rule it out01:53
=== lolcat is now known as lolant
=== lolant is now known as LoLcAt
mojtabaDr_iBble: I want to be able to run my applications from PI.01:54
damianostrying to set up a compiz standalone session with ubuntu 13.04. I am not getting any windows or compositing01:54
Dr_iBbleif you have issues with a slow format you should check syslog in another tty console by pressing "cntl + alt + fX" X being F1 to F7 keys01:55
Dr_iBblemojtaba you should look into qemu armv7 with kvm support. or in general a armv7 version of linux.01:56
Dr_iBblemojtaba i mean qemu with armv7 support and kvm01:56
niCedaftykins you here?01:57
niCedaftykins it worked!!!!!!!01:57
niCeoh my God01:57
mojtabaDr_iBble: ok thanks. I will take a look at it.01:57
niCeI was crying!!!!01:57
daftykins<301:57
niCethanks!!!!01:57
daftykinsnp :)01:57
niCebut what happened why?????? a bad Ubuntu kernel configuration? you know? a lot of kernel panics occur01:58
daftykinsniCe: could be worth checking the disk is healthy, could be a little concerning01:58
niCehow to check it01:58
daftykinsi'd probably memtest the system to check it's stable01:58
niCehow?01:58
daftykinsrun 'disk utility' and look for the SMART data on the drive01:58
daftykins!memtest01:58
daftykinsaww ubottu you disappoint me01:59
niCedisk utility01:59
wilee-nileeniCe, Back up your stuff, it cuts down on the crying. ;)02:00
semitonesDr_iBble, I'll remember that next time I'm formatting, it's long done now. I am suspicios that there's something wrong with it still becaues it took a minute for the pi to mount it.02:00
semitonesDr_iBble, I don't know anything else to do to check if it is working properly02:00
=== mattw is now known as Guest10714
Dr_iBblesmart errors should show in syslog on boot. or try this http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html02:00
semitonesty02:02
Dr_iBblesemitones check the bottom of my link for a quicker and easier result.02:02
niCedaftykins got it what now Ickickedi smart data02:03
semitonesyou mean smartcl?02:03
niCesays daftykins 70 bad sectors02:03
niCeshould I go to run self test?02:04
semitonesit's brand new so I hope smart doesn't detect anything02:04
d3str0yhi02:04
daftykinsniCe: that drive is going to die, backup your stuff!02:04
niCereally????02:04
daftykinsniCe: is that laptop old?02:05
daftykinsyeah even 1 bad sector i consider game over02:05
niCebut is with a green dot02:05
niCenot red02:05
daftykinscan you up a screenshot?02:05
daftykinsof the smart data window02:05
niCeit is like 3 years old02:05
Dr_iBblebackup unless you are willing to gamble the data away.02:05
Dr_iBble1tb drive had failed me 30minutes after purchase.02:06
niCehold on daftykins02:06
semitoneswhoa02:06
Dr_iBbleit had maybe 10minutes of use.02:06
daftykinsit happens02:07
Dr_iBblethat was the last seagate i ever purchased02:07
daftykinstheir disks only have 1yr warranties now =|02:07
daftykinsthough i always bought WD02:07
Dr_iBbleyuss WD will rule supreme!02:08
Dr_iBblelesson to be learnt, don't sell out... Xd02:08
nice_daftykins: here_02:10
daftykinsD:02:11
nice_uploading daftykins02:11
nice_daftykins: you see it? http://imageshack.us/content_round.php?page=done&l=img27/4272/53t3.png02:12
=== BTCOxygen is now known as Guest20632
=== BTCOxygen|1 is now known as BTCOxygen
daftykinsnice_: yeah the reallocated sector count shows she's toast02:14
daftykinsnice_: copy anything off asap and buy a new one02:14
daftykinsnice_: or you could check the warranty with Toshiba if it isn't old02:14
nice_daftykins: can-t be fixed?02:14
nice_3 years old02:14
daftykinsnope she's dead02:15
nice_what are those test for? short extenden convenyance?02:15
daftykinstime to get the funeral arrangements rolling02:15
curatrixTime for a SSD upgrade ;)02:15
daftykinstests are more for awkward issues02:15
daftykinsyou don't even have to test a drive in that state02:15
Bjondburial at sea02:16
daftykinsnice_: your standard SATA HDD is quite cheap anywho02:20
* xmetal plays "taps" on a kazoo (or is that gazoo?) for the hdd02:21
semitoneswhat does "si" stand for in top?02:27
* reisio resists urge02:28
reisiosemitones: man top, /CPU States02:29
=== DarkAce-Z is now known as DarkAceZ
rypervenchereisio: Oh, I see what you did there.02:29
semitonesreisio, thx02:29
reisio"it's spanish for yes!" etc.02:29
xmetallol02:30
daftykinsi wanted to say topsi turvy02:30
=== Termana is now known as Guest75077
daftykinsbut that's just me :(02:30
semitoneswhat is "time spend servising software interrupts?"02:30
semitoness/servising/servicing/02:31
Dr_iBblecherrio!02:31
daftykinssemitones: the processor doing work for a system device02:32
semitonesdaftykins, is a system device something in /dev ?02:33
daftykinsany hardware in the computer, interrupts are the way they ask the processor to do things for them02:33
daftykinse.g. a graphics card might say 'hey gimme this data in RAM'02:33
=== owner is now known as Guest80950
dcopehey all, how can i get my system to reload /etc/security/limits.conf?02:35
dcopedoes it really require a reboot?02:37
theosdevhow to create an app in ubuntu?02:39
curatrixtheosdev: In what/which language?02:40
RagingWhat kind of combat games are on the ubuntu store for downloads?02:40
savagecrocdoes anyone here run ubuntu on a macbook pro hardware  and if so.. how do you find performance, battery life etc?02:40
theosdevcuratrix : in python02:41
semitonesdaftykins, ok. For some reason, while I was downloading an ubuntu torrent, rtorrent was high in si02:41
curatrixtheosdev: Try this   http://docs.python.org/2/tutorial/02:41
daftykinssemitones: sorry i gotta head to bed now :( i'm not too familiar with that either02:42
semitonesgnight man!02:42
daftykinsnn :)02:42
xmetalsi?02:42
xmetal(sorry ... couldn't help myself)02:43
xmetal:)02:43
willowsSo, I was trying to remove some old kernels from /lib/modules/, and it seems that I may have removed my current kernel as well. I noticed this because my audio stopped working.. Trying to troubleshoot this I entered the command uname -a in terminal and it outputed that I am on 3.5.0-37-generic. However, the most recent kernel in /lib/modules/ now is 3.5.0-36-generic. I don't really understand how I could be running on a kernel that I 02:43
willowsI think that what I want to do is download 3.5.0-37-generic.. Any thoughts?02:43
theosdevcuratrix : ok, thanks02:43
wilee-nileewillows, Run a grub update to see what is there.02:44
jribwillows: you should be using apt to manage these things unless you installed your kernels without using apt02:44
Ari-Yangwillows, if you remove a current kernel you're using, you are still using it from what I understand, until you reboot02:44
Ari-Yangwillows, how I deleted my old kernels was with Synapitc02:44
Ari-Yang* Synaptic02:44
xmetali do suddenly remember i have to see why i got some (didn't write them down) Dpkg errors when trying to upgrade the kernal in oh dang .. wrong room02:45
xmetala .. different OS02:45
xmetalkeep forgetting02:45
willowswilee-nilee:  sudo apt-get update grub?02:45
wilee-nileewillows, sudo update-grub02:46
rjknight1hello, based on this question http://askubuntu.com/questions/331975/how-can-we-make-our-ubuntu-server-router-as-gateway-mode-to-router-mode/331997?noredirect=1#comment422678_33199702:47
rjknight1The problem found. If we disable the masquerading, it can ping(visible) the hosts (PC1,PC2,PC3) from *7.x networks but it can't remote/connect to it. However, when we enable the the masquerade we can connect to it but it can't be ping(invisible).Any idea of what/why is this happened?02:47
willowswilee-nilee, it lists -37 as if it's there02:47
wilee-nileewillows, You might have removed part of it, not an area I have had to fix, I'm very careful removing kernels, so can't really trouble shoot this.02:48
xmetali just upgrade kernels and leave the old ones in place02:49
xmetalhmm either no one is typing after my last comment or i am lagging for some reason02:54
Jeruvyits quiet atm02:54
Sivikany way to get stubs-32.h installed on a 64-bit ubuntu installation?02:56
=== Rez is now known as LoRez
xmetaloops02:57
xmetalsorry Acce ... hit the wrong button in hexchat02:57
xmetallol02:58
xmetalthat was odd .. never changed mp3s to have it start transfering before02:58
Guest8058hi03:01
usr13Guest64600: There are over 1600 on this channel, let's hope they don't all say hi back.03:02
semitonesmy new goal: to make #ubuntu so popular that there are over 9000 users03:03
krzany gui tools for mongodb?03:03
=== siva is now known as Guest46849
angelaHi I have an upstart script to run a node.js script.03:04
Guest46849hi i have installed 13.04 in my laptop...now my question how to install java in it03:04
angelaHowever, after issuing 'start node_shortener', I can't find the process running as indicated by ps aux or forever list.03:04
xangua!java | Guest4684903:04
ubottuGuest46849: To 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.03:04
angelahere is my script http://askubuntu.com/questions/332331/upstart-no-process03:04
angelahow can I start troubleshooting?03:05
krzanyone?03:05
Xochipillikrz pm03:05
willowsOk, thanks for the help03:06
Xochipilliwillows03:06
Xochipillihey03:06
Xochipillipm me real quick03:06
usr13angela: Is that the configuration file?03:08
angelayes, its the node_shortener.conf file in /etc/init03:08
willowsXochipilli pming me highly offensive material03:09
usr13angela: Ok, well, here's how it works.  Yes, you can put a config file in /etc/init  and it can be something that the actual script refers to and uses, but the actual script would go in /etc/init.d/03:10
angelaoh03:10
usr13angela: And you would then need to chmod +x  it03:10
angelalemme try that03:10
usr13angela: And you can just name it node_shortner03:11
usr13angela: So you might just need to  sudo mv /etc/init/node_shortener.conf /etc/init.d/node_shortener ;sudo chmod +x /etc/init.d/node_shortner  #And that may be all it takes.03:13
angelausr13: but then I get start: Unknown job: node_shortener03:15
usr13angela: When you do ____________?03:15
angelastart node_shortener03:16
willowsOk, I restarted my computer and chose to login with kernel 3.5.0-36-generic instead of 3.5.0-37-generic and everything seems to be working.03:16
langhunhello03:16
trismangela: you had it right the first time, though I don't know why it isn't working, you could check /var/log/upstart/node_shortener.log to see if there is an error03:16
angelaoh okay03:16
willowsHopefully I won't encounter any issues related to this in the future.03:17
SuperNoeManI have an issue with a program that I built from source not being able to load into memory03:18
SuperNoeManI don't know why it won't run...03:18
SuperNoeManhttp://pastebin.com/unMm5Cj003:18
SuperNoeManor at least, how to determine what exactly is causing it. Because the only thing it does is say segfault and core dumped03:18
langhuni have removed those packages (network-manager and network-manager) with the command 'apt-get purge network-manger*')03:18
angelasilly question, what happens when I do stop "upstart_service"?03:18
SuperNoeManand then die. WHen you debug it, you find that it dies before ever getting loaded into memory03:19
langhunthen  i can't get internet03:19
holsteinSuperNoeMan: i would try a programming channel..03:19
angeladoes it just kill whatever process that was created in the script section?03:19
holsteinlanghun: you can manually download the .deb's..03:19
SuperNoeManholstein: well, I think the reason why it's not working is because of a new platform that I'm trying to get it to run on03:19
Matthew_MooreAnyone here know anything about Pulse Audio Volume control? i got an issue with it03:20
SuperNoeManI had it on a different machine, and now that I'm migrating it's crashing...03:20
langhuni have down and installed03:20
angelatrism: I didn't find any error message03:20
holsteinSuperNoeMan: i wouldnt know, and i dont have experience.. but, folks in a programming channel might.. i can say, nothing about ubuntu is preventing you from running your application03:20
angelajust a few logs that mongodb is already started03:20
langhunbut it doesn't work03:21
holsteinlanghun: what doesnt what, friend? you downloaded what and tried what? and what isnt working?03:21
SuperNoeManholstein: how can you say that you know this much conclusively, when you haven't listened to the problem?03:21
WulframnSuperNoeMan, what is the issue?03:22
holsteinSuperNoeMan: i dont know much/anything about programming..03:22
SuperNoeManholstein: it's not necessarily about programming, I don't know what the problem is exactly, and I'm trying to find it03:22
=== darkapp is now known as coughcoughshansh
SuperNoeManit could be a platform thing, it may not03:22
SuperNoeManWulframn:03:23
SuperNoeManI'm having trouble with an application that I compiled from my own source. It's segfaulting before ever being loaded into memory. The program runs fine on another machine I have, I'm trying to do a migration and I'm having trouble finding the exact reason why it's failing03:23
=== coughcoughshansh is now known as darkapp
holsteinSuperNoeMan: feel free and wait.. but you likely wont get help for that here03:23
SuperNoeManhttp://pastebin.com/unMm5Cj003:23
SuperNoeManthat post is from when I run it under gdb and hit the seg fault03:23
=== darkapp is now known as ewwwwwwwwwwwwwww
=== ewwwwwwwwwwwwwww is now known as darkapp
SuperNoeManholstein: ok, well I don't know what it's failing for in order to attribute it correctly. So I'm going to try everywhere...03:23
=== darkapp is now known as urnasty
=== urnasty is now known as darkapp
holsteinSuperNoeMan: try a programming channel.. otherwise, ubuntu works fine.. assuming you are using ubuntu, and its up to date, and funcitonal, the issue is with your application03:25
WulframnSuperNoeMan, which app is this? You're building it under Ububtu?03:25
SuperNoeManholstein: well using ubuntu on the old instance03:25
SuperNoeManWulframn: my own app. I wrote the source myself, but it uses several other libraries. I don't want to divulge source03:25
holsteinSuperNoeMan: you dont want to "share the source" ?03:27
WulframnSuperNoeMan, you previously built this under foo system and it worked, right?03:27
holsteinSuperNoeMan: what libraries? are they installed and configured properly?03:27
SuperNoeManholstein: not at the current time, I'm using this for my Master's thesis03:27
SuperNoeManWulframn: yes03:27
SuperNoeManthat's what I'm saying, I think it's the migration that's causing problems because my application compiles without a hitch03:27
SuperNoeManin fact, compiling my application was the easiest part!03:28
semitonesYou know how when you connect to an ssh server for the first time, it says "this is it's host key, check if it's the right one?" -- Where is the host key located on the server? I want to write it down to make sure I know it's the right one.03:28
WulframnSuperNoeMan, are you trying to build this under Ubuntu? Or are you migrating the finished product to Ubuntu?03:28
trismangela: don't know if this is helpful: https://www.exratione.com/2013/02/nodejs-and-forever-as-a-service-simple-upstart-and-init-scripts-for-ubuntu/ seems to have an upstart example using forever03:28
SuperNoeManWulframn: no, I'm migrating away from ubuntu03:29
SuperNoeManbut it's all linux,03:29
WulframnSuperNoeMan, I'm on my phone so forgive me if I'm missing something... You're trying to build this...where?03:29
Ben64SuperNoeMan: does not seem like an ubuntu issue, check a programming channel or something for help03:30
WulframnAnd yes and no, it's all...kind of Linux these days. =P03:30
holsteinSuperNoeMan: sure, but this is not the "all linux" channel.. are you using ubuntu?03:30
subcoolhow do you deteremine what kinda video is an mkv file?03:30
SuperNoeManwell whatever it is that allows it to work on ubuntu can be put on the other distro03:31
Ben64subcool: mkv is a container, it can hold almost anything03:31
SuperNoeManI'm using an ubuntu variant on my original, and Arch on the one I'm migrating to03:31
SuperNoeManI'm just trying to find someone that can help me03:31
WulframnSuperNoeMan, which distro are you trying to build this under?03:31
Ben64SuperNoeMan: again, ask a programming channel03:31
SuperNoeManI've talked to the arch guys, they say they don't know03:31
holsteinSuperNoeMan: then, seek support with that distro.. the spin off's like that can change things drastically03:32
SuperNoeManBen64: I'm asking in C++, they are almost never helpful and are extremely winey03:32
Ben64SuperNoeMan: that doesn't magically make it on topic here03:32
SuperNoeManok03:32
SuperNoeManok03:32
holsteinSuperNoeMan: likely no one will know unless you want to find someone in particular and share *much* more information03:32
SuperNoeManholstein: how much is *much*? because I'm not divulging source03:32
angelatrism: a silly question, could the script not execute because I used /usr/bin/EXEC instead of the real path?03:33
holsteinSuperNoeMan: whatever is needed..03:33
WulframnSuperNoeMan, which distro are you trying to build this under?03:33
SuperNoeManWulframn: Arch03:33
subcoolBen64, is therea suggested player with most formats incorporated, VLC isnt doing it03:34
SuperNoeManwell I already gave a paste of the gdb output03:34
trismangela: not sure what you mean, what's the real path?03:34
Ben64subcool: if you use mplayer or mplayer2, it will tell you which codecs are used for audio and video03:34
trismangela: my first guess is some environment issue, the example in the link I gave sets a bunch of variables in the env03:34
holsteinSuperNoeMan: try pasting that in a programming channel.. or install ubuntu and try it in ubuntu03:34
subcoolk thanks. Ben6403:34
angelatrism: I find /usr/bin/node point to /etc/alternatives/node, which point to /usr/bin/nodejs03:35
angelaand then it ends there03:35
trismangela: oh I don't think that would be the issue03:35
angelaalthough it's weird that the exec is actually in /usr/bin/03:35
usr13angela: If you are unsure whether the script is executable or not, look and see.  ls -l03:35
angelathey are usually in their /etc/exec/ folder03:35
WulframnSuperNoeMan, we'd love to help, but this isn't an Ubuntu issue. Further, all Arch can really do is help you make sure all needed libraries, compilers, etc are correctly installed and/or updated. Otherwise you need to take this to a programming channel, forum, Reddit, etc. They are probably going to need at least part of the source.03:35
angelausr13: yes it's all x03:35
usr13angela: Then that is not the problem.03:36
WulframnSuperNoeMan, also try #linux (make sure you're registered). =)03:37
SuperNoeManok03:38
subcoolBen64, failed to recognize ifle format, thats the CLI VERSION03:38
subcoolsorry. keyboard broken03:38
=== viktech is now known as spin_al
holsteinsubcool: so far, when vlc doesnt play it, its been an issue with the file03:38
subcoolyeah, thats been my experience too03:39
subcoolbut i know i've played thismovie before03:39
trismangela: you should drop the redirect to /var/log/nginx to see if you get an error from forever in the upstart log03:39
angelatrism: I tried start forever manually and it works03:39
holsteinsubcool: things happen to files..03:39
trismangela: no I mean to see the output from the upstart job, the env will be different so you may get different output03:40
angelaoh okay03:40
semitonesyou know how when you connect to ssh, it says, "this server might not be what you think it is, check the host key?"03:43
semitoneshow do you check the host key?03:43
holsteinsemitones: you ask the host03:43
semitonesi am the host03:43
holsteinsemitones: then, if you can trust it, you trust it03:44
angelatrism: removed the pipe and log, still not seeing anything03:44
angelaexcept this line node_shortener start/running, process 1424603:44
semitonesi found some files in /etc/ssh, but they look longer than the rsa key i'm given03:44
semitonesholstein, ^03:44
holsteinsemitones: some files? you mean, keys? the keys we are referencing?03:44
semitonesI don't know. they are keys, but i don't know if they're the ones that the message references03:45
holsteinsemitones: confirm if they are or not03:45
trismangela: try adding to the script: expect fork03:45
trismangela: so it follows the nodejs process and not forever03:45
holsteinsemitones: when they change, you can get that message.. locally, if i change servers with the same address, i get a warning,and blow out the key03:45
holstein!ssh | semitones03:46
ubottusemitones: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)03:46
holsteinsemitones: man ssh03:46
semitonesholstein, i'll look in my 'accepted keys' file and see if they match03:46
=== mkaz is now known as mkaz|out
holsteinsemitones: also, they are your machines...03:47
=== mkaz|out is now known as mkaz
semitonesyes03:47
deekattaxgood evening. I'd like to ask a simple question: if I install a X program by simply uncompressing, is there a way to create a shortcut (or add it to programs list so that I can launch from unity)?03:47
zanzacarCan ssh accept ftp connections as well as sFTP connection? I was trying to find some info on this and I couldn't03:47
holsteindeekattax: ultimately, yes03:48
holsteinzanzacar: i have only done sftp03:48
zanzacarholstein: right so have I, I like sftp but for people unfamiliar with it its a pain.03:49
holsteinzanzacar: its always a trade.. security for convinience...03:50
zanzacarright the need for FTP is only temporary so I figured I could enable and then disable it. But I guess if I can't then I can't.03:51
marie_phare /join #ubuntu-studio03:52
marie_pharenoob me...03:53
angelatrism: the post you sent me, I'm not sure how to set the PIDFILE option https://www.exratione.com/2013/02/nodejs-and-forever-as-a-service-simple-upstart-and-init-scripts-for-ubuntu/03:53
trismangela: pidfile is for the sysv script, not the upstart one03:54
trismangela: upstart will keep track of the process on its own03:54
angelaso I leave it empty?03:55
pawanhi03:55
trismangela: no I mean that you are looking at the wrong script, it is further up the page03:55
pawandisk check every time i boot ubuntu03:55
pawanhow to get rid03:55
trismangela: its the one that starts with #!upstart (though that line isn't necessary)03:56
angelaah, thanks03:56
trismangela: it looks pretty much like yours but sets a few other options, and does forever stop in pre-stop instead of post-stop (so forever stops the process before upstart kills it I imagine)03:57
angelahooray, it worked!03:59
trismangela: excellent03:59
angelathanks trism03:59
trismangela: no prob03:59
krzanyone know a reliable ppa for tmux 1.8?04:03
Ben64subcool: pastebin the actual output04:04
twenty-threehi guys, due to a conflict with my nvidia drivers i find myself using a slightly older kernel, i was considering deleting the newer one according to these instructions: http://askubuntu.com/questions/106031/how-can-i-remove-new-kernel-versions-after-downgrading i just wonder if there is anything i should be aware of or maybe better ways to have it boot onto the kernel i want to boot04:13
=== Khisanth is now known as Guest55283
cknolli've been using ubuntu for a couple days, and i really like it, but my eyes are bleeding from the fonts or something visual... coming from windows04:19
twenty-threecknoll, have you tried to reduce the brightness?04:20
cknollnot yet, i just messed around with my monitor settings a bit, i will try that04:20
cknollthanks04:21
subcoolBen64, too late, i deleted it- thanks though!04:23
Robert__Is this a place for general Ubuntu Qs?04:23
Ben64Robert__: support questions, yes04:23
holsteinRobert__: you can always check the /topic04:23
Robert__My problem is easy to explain and impossible(for me) to deal with alone. Ubuntu will not install on my W8 PC. I have an empty, formatted drive for it, and I put the IOS on a flash and tell the PC to boot to this flash, PC sits and does nothing for a minute then shuts down entirely. Same with a DVD.04:25
Robert__SO I can't even get to the install screen. I ahve used Ubuntu befor eon a second HDD but not on this PC.04:25
Robert__sorry for sloppy typing, new keyboard, trying to adapt :P sucks balls04:25
xmetalcheck the boot order in the bios?04:26
TJ-Robert__: If it is Windows 8 (W8?) then is it using UEFI secure boot? If so, you may need to enter the UEFI BIOS setup and disable it04:27
Robert__yeha i can get to ti attempt to boot from the USB/DVD no problem. It's after that is the issue. It just hangs then shuts down.04:27
Robert__Yes it's Windows 8.04:27
Robert__UEFI is a new term to me, how can I do this?04:28
Robert__I am familiar with BIOS in general04:28
holstein!uefi04:28
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI04:28
Robert__Thank you! :)04:29
Robert__Ugh did i just thank a bot?04:29
TJ-Robert__: Secure Boot is what you need to be looking up. Microsoft made it a requirement for any PC carrying the "Made for Windows 8" branding04:29
Robert__Well ti has that for sure I think, it's a Gateway and came with Win8 installed04:30
* xmetal raises and shakes fist in the air at MS04:30
TJ-Robert__: Some distros - Red Hat and Ubuntu - have their signing keys signed by Microsofts, so in theory the recent releases should boot on Secure Boot, but may not :)04:31
=== CyberJacob|Away is now known as CyberJacob
Robert__Well Ubuntu didn't boot, but I can't say for sure that this is why.04:31
icelitewhat Irc client does Linux distros have ?04:32
Robert__Is there a possibility that some hardware in my PC just isn't going to let me boot Linux?04:32
holsteinicelite: access to many... different distros have different ones by default04:32
iceliteok04:32
icelitewhich one is the best?04:32
TJ-Robert__: Yeah, you need to pin it down. Do you see anything on the screen before it powers down? Have you tried holding down Shift as the PC boots to enter the GRUB bootloader menu?04:32
holsteinicelite: "best" is a matter of opinion. xchat is a popular gui one.. irssi a popular command line one04:32
iceliteok04:33
holstein!info xchat04:33
Robert__I have not tried that, no. I can try that now what should I do if that works and I see a GRUB menu04:33
ubottuxchat (source: xchat): IRC client for X similar to AmIRC. In component universe, is optional. Version 2.8.8-7ubuntu2 (raring), package size 348 kB, installed size 891 kB04:33
thinclientI'm looking for a minimalist (preferably console only) live cd of hardy heron.  I need the kernel 2.6.27 or older because it supports my "via" chipset.04:33
holstein!8.0404:33
ubottuUbuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details.04:33
TJ-!oldreleases04:33
TJ-thinclient: see http://old-releases.ubuntu.com/releases/04:34
thinclientubottu:  Yes i already have the official desktop version of hardy heron, but i'm looking for a "console only" live cd. No X.04:34
ubottuthinclient: I am only a bot, please don't think I'm intelligent :)04:34
TJ-thinclient: There never has been a 'liveCD' of the console. You can use the Alternate CD image, or the minimal/netboot04:35
holsteinthinclient: hardy is EOL.. if you seach around you can find it, but its not supported anymore. i use 12.04 on my via hardware04:35
thinclientTJ:  OK..i'll try the alternate CD hope it detects my wifi only pc and boots from usb.04:37
xmetalhmm is everyone in here getting the invites? or is just me?04:37
TJ-xmetal: Not just you04:37
holsteinthinclient: why? the desktop should boot fine.. did for me04:37
wilee-nileexmetal, If your spammed in PM show it to #freenode04:37
TJ-xmetal: Seems like there's a silent script-bot that spots any mention of that Redmond company or its products, and causes another client to send the invite04:38
ubulostdoes anyone know the exact specific command to give a folder and is subs and files permissions for all users?04:38
xmetalno .. not spammed yet ... only two a few minutes apart04:38
xmetalah ... that company04:38
xmetal:P04:39
TJ-I got "You have been invited to ##ComputerTalk101 by JRobo (wolfe.freenode.net)"04:39
xmetalyes thats it04:39
thinclientholstein i need the alternate cd image to boot from usb flash because this thinclient has no hard drive04:39
thinclientI need to copy the iso to usb first and make it install to the same usb it boots from04:40
Prock81under the brightness and lock section, the brightness is stuck on max, the slider moved but had no affect, and my hardware buttons have no affect, BUT if i reboot, while im on anything bios related, example password entry screen, my hardware buttons for brightness work, What can i do?, oh and while on bios i turn it all the way down, and os brings it back up04:40
TJ-ubulost: "chmod -R a+rwx $DIRECTORY"04:40
TJ-Prock81: What video graphics adapter is it?04:41
=== CyberJacob is now known as CyberJacob|Away
Prock81how do i tell? TJ-04:41
TJ-Prock81: If it's nvidia, I think you'll need nvidiabl04:41
ubulostTJ: do I type the $?  as in $/etc/samba/folder?04:41
TJ-Prock81: "lspci -nn | grep VGS"04:41
Prock81it used to work, stoped a while back04:42
TJ-ubulost: You replace $DIRECTORY with the base directory you want the command to start working at04:42
Prock81that command returns nothing04:42
xmetalback :) .. was trying something in hexchat (xchat clone) and i didn't know if i'd be spamming to all channels04:43
xmetalso i left04:43
TJ-Prock81: hmm, the name string doesn't have VGA? OK "lspci -nn" and look for a line that suggests its a video adapter!04:43
ubulostTJ: thanks04:43
Prock81oh u put VGS04:43
TJ-Prock81: doh! It's 05:43 and I haven't been to bed yet!04:44
Prock8101:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1)04:44
TJ-Prock81: OK, yes, Nvidia. Same as me. You'll need nvidiabl which isn't in the unbuntu archives ... yet. I added some patches to it a while back, and it works well. You can find it at https://github.com/guillaumezin/nvidiabl04:45
semitonesI'm trying to get fail2ban working, but when I check it's status in init.d, it says failed. Is there a way to see why?04:45
somsipsemitones: take a look in /var/log/fail2ban.log04:46
Prock81but my brightness used to work, what made it stop04:46
Prock81brightness controlls04:46
semitonessomsip, hmm arccording to that I don't see any errors. maybe it is working, and init.d is just wrong04:46
* xmetal something tells me its not polite to ask "so ... your not that bright?" ... but i'[d think it'd be so funny04:47
xmetal:P04:47
somsipsemitones: is it running if you ps aux | grep fail2ban04:47
semitonessomsip, on the other hand, the latest activity was 10 min ago04:47
TJ-Prock81: Probably you were using the Nouveau driver and now are using nvidia proprietary?04:48
Prock81dont know04:48
semitonessomsip, yes, it's got one user proc and one root proc :)04:48
Robert__well, no luck04:48
Prock81which one is better, or at least has 3d support04:48
somsipsemitones: can you trigger it to see if it blocks ok? Not sure about why init.d shows as it does04:49
semitonessomsip, i'm at home now, so can't trigger it. tomorrow i'll try04:49
Robert__Wondering if Ubuntu is worth all this hasstle04:49
xmetalnext time i get a chance i should download the new ubuntu iso and load it in vmware04:50
TJ-Early tonight Linuxfreak78 was asking if there's a way to disable touchscreen input on the Unity greeter, to prevent false input. I sat down and created a custom-event package that makes adding all manner of custom event scripts for display, greeter, session, and cleanup really easy. If you want to try it you can find it here: https://iam.tj/projects/lightdm-custom-events/04:50
Prock81TJ- would u be the guy to mention the idea/feature to add to the launcher04:51
TJ-Prock81: nope! I only did this as an exercise because it sounded useful!04:51
xmetali copied and saved that url .. .will take a look, even though Unity is not my "DE of choice"04:52
Prock81oh and by the way my launcher is messing up again04:52
xmetali do try it sometimes04:52
TJ-xmetal: I did it for the fun. Learned how to find the xinput devices and events and control them. I had my glidepad disabled whilst the greeter was on-screen and re-enabled when I log in. Kinda cute, for a touchscreen device04:53
=== solid_li1 is now known as solid_liquid
=== solid_liquid is now known as CodeGuru
=== CodeGuru is now known as solidliq
=== Edgan_ is now known as Edgan
Prock81TJ- , anyone, my launcher used to scroll down and become all black excetp for 3 icons put up at the top, and when i bring the mouse to hte top it also scrolls down. i was told to delete configs, and that worked, now it works down and up except for the last icon on the top, the Dash, i have to drag down to that icon. and when my mouse is over the dash icon up at the top it scrolls down only one icon hiding the dash.04:58
TJ-Prock81: !!! no idea, only problem I've had with it was at one time it wouldn't pop-out when set to auto-hide, no matter how 'hard' the mouse was banged against the screen edge04:59
Prock81ive had that too, but i didnt like auto hide, was just tring it out04:59
Prock81anyway to get teh unity tweak tool that 13.04 has, im on 12.0405:00
Prock81get the*05:01
shafoxHey, While installing the Airtel Mobile Broadband Software from the device which is a dongle , I am getting this error can some one tell me what is QGtkStyle and Testability plugin ?? here is the complete gist of the output while running the install file http://paste.ubuntu.com/5983682/05:02
xanguaProck81: use the ubuntu tweak ppa05:02
Prock81i thought i saw one but it was noting like what i expected, not the least little bit05:03
Prock81just made my icond roundish and no config tool, and added some 2d somethings binarys05:03
TJ-shafox: From that, it tells me whoever put that package together messed up and left in absolute path references to their development system05:04
Prock81xangua so what is that ppa05:04
n-iCehow do I cancel a terminal action, like wget or ping to exit complety, and to be stopped and not shown in ps05:05
shafoxTJ-: can I post the content of that install.sh file so that you guyz can take a look05:05
TJ-shafox: You'd best ask the Airtel people, it's their mess!05:05
shafoxTJ-: I asked the customer care and tech support have no idea what to do . And it runs fine with Windows and Mac not in any flavored of *nix05:06
shafoxTJ-: this is the install.sh http://paste.ubuntu.com/5983740/05:08
TJ-shafox: Stuff I'm reading suggests you don't *need* the airtel driver. Check this out: http://askubuntu.com/questions/138253/how-to-connect-to-the-internet-using-an-airtel-3g-usb-dongle05:08
shafoxTJ-: it connects fine but cant surf with this. it just shows that connection has established, but when i try to ping something lets say ping 8.8.8.8 it returns unreachable05:10
Prock81TJ- would u be good at modifying and converting a grub menu to grub2 menu?05:11
TJ-shafox: You may need to alter the connection properties then. I'm afraid I can't help you on that. There seem to be a lot of articles via Google search on configuring that for Ubuntu without using the AirTel dashboard software05:11
TJ-Prock81: Grub2 will upgrade a Grub1 menu configuration05:11
l0p3nHello! I have changed my password. The problem is that I can only access my encrypted home folder using my old password. Does anyone know how to update ecryptfs to use the new password?05:12
Prock81ya, but they never show05:12
TJ-Time for my breakfast, and take the Husky for a run around the stubble fields :)05:12
shafoxTJ-: thanks though05:12
TJ-l0p3n: see http://askubuntu.com/questions/38681/set-encrypted-home-passphrase05:14
xanguaProck81: https://launchpad.net/~tualatrix/+archive/ppa05:14
l0p3nThanks TJ- I'll try that05:15
=== lewq_ is now known as lewq
Prock81TJ- , anyone?,  i have grub4dos on a usbstick with ntfs partition and a .VHD  file 2Gig (virtual box hard drive image, originally set up in virtualbox) with windows xp on it. If i boot off the usb stick, i successfully run XP from the usb by mounting the VHD or i can copy it to ram, all is successfully working, no BSOD's. NOW i want to add those grub menu items from the usb stick to my ubuntu grub2, But i want to mount the VHD from my ex05:19
Prock81thanks xangua, but i cant restart at the moment05:19
daniel_mumquit05:22
reisioProck81: from your ex?05:22
Prock81ex?05:23
reisioyour msg was cut off05:23
Prock81ill do a paste bin with the grub menu05:23
Prock81and hte question05:23
reisioyou should only have to tell your internal install's GRUB where your USB stick is05:24
reisiounfortunately that can change at random times, so to do it reliably you'd have to make a udev rule to give your USB stick a persistent name05:24
Prock81http://paste.ubuntu.com/5983794/  reisio05:30
reisioalready said all I can up there ^, I'm afraid :)05:31
Prock81what u say05:31
Prock81im not leaving the usb stick in, and i want to get hte image from my home dir ext4 partition05:32
maheanuuIaOrana everyone,  I am at present running Ubuntu 12.02.2  on 2 Toshiba Satellite Laptops,  one an older one which runs Ubuntu very well and a new S875-S7356 which is not up to par on the WiFi  and the recognition of the hardware inside the box.   I was wondering if 13.04 might be better for this new machine.   Anyone here have any ideas.  And None of my machines are running Windoze05:33
maheanuuThat should have been 12.04.205:34
dr_willisid try 13.0405:35
maheanuu12.04 does not recognize the WiFi Card so I am left to use Cat 5 to connect to my router05:36
dr_willisi tend to always use the latest releases05:36
dr_willisyou may want to test the 13.10 live cd also05:37
xmetali am on another OS regularly and had boot issues with the brand new version ... upgrade the kernal via package manager and it solved thouse issues05:39
maheanuudr_willis, thank you for your help,  I will download them both and try them...  I sure am not having any luck with 12.04 so far05:39
Prock81i need help so bad i made a post on 4chan, wonder how that will work out lol05:45
=== Termana is now known as Guest69311
Prock81http://paste.ubuntu.com/5983794/05:46
Prock81grub related question^05:47
malkaunshow do i disable the annoying 2 finger tap in 13.04??05:47
malkaunssorry 3 finger tap05:47
Prock81i wonder how can three finger tap be annoying, i can see one, but 3?05:48
dr_willisfat fingers :-)05:48
dr_willisone tap gets read as 2+05:49
malkaunsfor me, accidentally touching the touchpad with 3 fingers brings up the app switcher05:49
malkaunsmy macbook pro touchpad is ultra sensitive05:49
Prock81dr_willis r u sure its his fingers he is using lol05:52
Prock813 fingers as one, naw thats a fat finger lmao05:53
Neozonzcan someone help me get my usb wireless adapter working on ubuntu? it's a  ASUS AC53 Wireless USB Adapter05:53
malkaunsok, synclient TapButton3=2 seems to work nicely05:55
Prock81 Neozonz u could start with lsusb05:55
dr_willisNeozonz: determine  its  chipset05:55
NeozonzBus 002 Device 004: ID 0b05:17c9 ASUSTek Computer, Inc.05:55
xmetallol @ fat fingers comments05:55
Prock81 xmetal i wonder if his girl can take all 4 fingers lol05:56
Prock81thats like 12 fingers aaaahhhhhh05:57
sahilhello people05:58
sahili am having problem ruinning celestia..it hangs after it launches....05:58
dr_willisrun it from terminal  look  for error  messages  sahil05:59
Prock81sahil run it from a terminal and see if u get any clues as to why it hangs05:59
sahili did...everything seems fine...05:59
Neozonzdr_willis, its a broadcom06:00
sahil<dr_willis> is it possible to launch it with "default " settings?? i guess i might have changed some settings...06:00
* xmetal is not "going there 06:02
xmetal"06:02
sahil<dr_willis><Prock8>http://pastebin.com/X9z5bfeu06:02
Prock81sahil see if celestia has a config and backup/remove it and see what that does06:03
Mace268Is there a way I can delay execution of a set of commands in rc.local so they won't execute until the network is ready? I'm trying to auto mount samba shares.06:04
Prock81xmetal althow i notice u left the word not out of the quote, so you "going there" lol06:04
sahil<Prock81> in .config folder in /home there is no celestia folder....i suppose the config files are stored here if i am not mistaking06:05
nevynMace268: put them in fstab and have the system just deal.06:05
nevynMace268: mounting remote filesystems is already after network init06:06
=== daniel is now known as Guest39326
Mace268ok so taking out noauto from fstab and removing the mount commands from rc.local should work?06:06
Prock81/home/username/.config/celestia , set to show hidden files, Ctrl+H06:07
Prock81sahil^06:07
OkitainHi guys!06:08
sahil<Prock81> i did serched there sorry i stated wrong path before :)06:08
OkitainIs anyone acquainted with hybrid AMD graphics cards?06:08
Prock81sahil, from your link i wonder if its a momory or rendering problem06:09
Prock81try running htop (my choice, there are others) to watch the process06:10
sahil4gb ddr3 /nvdia 630gt/amd phenom x2... i dont think it needs more..?06:10
Prock81and watch your momory usage, and total system memory usage06:10
=== CyberJacob|Away is now known as CyberJacob
Prock81hum, i wouldnt think it would need more ither with those stats06:11
sahil<Prock81> in processes it is not having any cpu usages...and a modest ram usages...the problem is the mouse pointer remains like crosshair all the time...06:12
sahileven in menu bar06:13
sahillaunching is preety swift though06:13
Prock81sahil, my comment on that would be, when i run a program with out loading a gui, i get a crosshair for my mouse, like 'exec xinit vlc' to turn my pc into a dvd player for someone to borrow06:15
Dailee3hello06:17
Prock81so i wonder if its not communicating properly with your gui or xorg related somehow, even the least bit06:17
Prock81sahil or something in that area, or wigit06:18
sahilnothing...06:19
__machinea client has asked for "screenshot" proof that we have actually installed security a number of specific security updates (named in a security scan of our system that they performed)... how can i list the installed security updates in ubuntu 12.04 lts?06:19
Prock81just gussing on that06:19
sahil<Prock81> reinsatlling via synaptic loads default config?06:20
Okitain_machine, can't you just use  /var/log/dpkg.log?06:20
Prock81i would purge it first06:21
Prock81 __machine i know if you use aptitude search package-name , it will have an 'i' to the left stating its installed06:21
=== Guest55283 is now known as Khisanth
__machineOkitain: something that lists the actual USN numbers would be useful... so i can show this USN is installed and link to the USN online so they can confirm that it fixes the CVE issue they reported... e.g. http://www.ubuntu.com/usn/usn-1924-2/06:22
__machineProck81: how can i search for an ubuntu security notice? just showing that "apache" is installed for example isnt much help... ?06:23
TvL2386hi guys, when using VPN, I notice that some queries go through my default nameserver and other queries go through VPN. I know this is due to the VPN configuration, but where can I check the rules/configuration on the filesystem?06:23
Okitain__machine: what method have you used for installation?06:23
Okitain(apt-get, aptitude, synaptic, other?)06:23
__machineOkitain: when i login and it says there are security updates available to install i do... sudo aptitude update then sudo aptitude upgrade ...06:24
Prock81__machine: use terminal and do 'aptitude search apache' and see what u get, havent looked at link yet06:24
Prock81 __machine sudo aptitude update && sudo aptitude upgrade06:25
Prock81that will get updates06:26
wangwthelp06:26
dr_willis!ask06:26
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience06:26
__machineProck81: that will install them... i already have them installed... i just want to prove that i have individual USN or CVE updates installed06:27
__machineaptitude search apache doesnt help... tells me i have apache installed but does not tell me any particular USN was installed that fixes any particular CVE issue06:27
wangwtq06:27
suoreHej06:28
reisiohej06:28
=== sysop is now known as Guest34862
suoreWie ktoś dlaczego w kontroli głośności Ubuntu przestawia mi się z Analogowy Dupleks Stereo na Wejście Analogowe Stereo + Wejście Cyfrowe Stereo (IEC958)????06:30
Prock81 __machine u get my im06:30
suoreJak zrobić by się nie przestawiało...06:30
sahil<Prock81>foud celestia's config file in .gconf/app06:30
dr_willissuore:  whats your native language?06:30
sahilwill deleting the directory do any good?06:30
suoreaaaa sorry..... xD now06:31
suorei can see than im not at corrrect channel lulz06:31
Okitain__machine: try launching aptitude in interactive mode.06:31
Prock81sahil then exit the app, backup that config and remove it, an run the app again06:31
sahilhmm doing ASAP06:32
Okitainthen search for apache, and press C06:32
OkitainThat brings up the changelog.06:32
Prock81__machine: v   firefox-ubufox ... p   ubufox  ... i A xul-ext-ubufox ... the p means its not installed, the 'i' means its installed, the v is a package that refrences to other packages06:33
Prock81__machine sudo aptitude search ubufox unity-firefox-extension06:34
suoreAnyone know why my Ubuntu at pavuceonrol changing/auto swith  from Analog Stereo Duplex to Analog Stereo Output + Digital Input Stereo (IEC395)???.06:34
suoreafter eveery reboot06:34
ghayoori have Intel® 915GM x86/MMX/SSE2 graphic card in my laptop with Ubuntu 13.04 OS, Google earth is not performing well on this card what to do06:36
dr_willisyour user can have their own specific pulse audio config setting files suore . IF those files somehow got owned by root. then they wouldent get written/change..  so the origignal settings come back06:36
=== JZ|Zzz is now known as JZTech101
dr_willissuore:  ive seen this qwith other confifg files.. so i imagine it can happen with pulse audio settings.. test by making a new user.  and see if the settings get reset for them also06:36
__machineProck81: how does that help me? i need to prove for example that http://www.ubuntu.com/usn/usn-1765-1/ has bee installed, and therefore http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-3499.html and http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-4558.html are fixed...06:37
ubottuMultiple cross-site scripting (XSS) vulnerabilities in the Apache HTTP Server 2.2.x before 2.2.24-dev and 2.4.x before 2.4.4 allow remote attackers to inject arbitrary web script or HTML via vectors involving hostnames and URIs in the (1) mod_imagemap, (2) mod_info, (3) mod_ldap, (4) mod_proxy_ftp, and (5) mod_status modules. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3499)06:37
ubottuMultiple cross-site scripting (XSS) vulnerabilities in the balancer_handler function in the manager interface in mod_proxy_balancer.c in the mod_proxy_balancer module in the Apache HTTP Server 2.2.x before 2.2.24-dev and 2.4.x before 2.4.4 allow remote attackers to inject arbitrary web script or HTML via a crafted string. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4558)06:37
ghayoori have Intel® 915GM x86/MMX/SSE2 graphic card in my laptop with Ubuntu 13.04 OS, Google earth is not performing well on this card what to do06:37
suoredr_willis, where pulse have config? i delete all config files, maybe it help06:37
dr_willissuore:  no idea really. some where in your home. thats why i suggest the new user test.06:38
=== BTCOxygen is now known as Guest82553
=== BTCOxygen|1 is now known as BTCOxygen
ghayoorany body plz help06:38
ghayoori have Intel® 915GM x86/MMX/SSE2 graphic card in my laptop with Ubuntu 13.04 OS, Google earth is not performing well on this card what to do06:38
dr_willisghayoor:  not a lot to do to help. the drivers are included.. and thats not much of a card.. and flooding the question over and over.. tends to get you ignored06:39
dr_willisintel has some tool to install newer drivers. but i doubt if they would help much - how old i s that video card?06:39
dr_willistry running a lighter desktop like Lubuntu and see if it works better. Might help.06:39
Prock81what version of ubuntu are u using06:40
Prock81__machine06:40
Prock81ill do as the links say to better help you, aslo wouldnt mind fixing an XSS vulnerability any way06:42
xmetali do have to say that I may not need Lubuntu though i lide it06:42
xmetaler like it06:42
Prock81xmetal ... 12 fingers lamo06:43
dr_willisbeen using lubuntu for the last few weeks. its missing a few things.. but over all. works well06:43
xmetal:P06:43
xmetali switch between DE (except for Unity)06:43
Prock81all 4 fingers = 12 lol06:43
xmetalw/e i feel like at the time06:43
sahili wonder..getting no clue....although right corner shows celestia is "traveling" though its not... :06:44
Okitain__machine: again, look at the changelog using aptitude's interactive mode.06:44
__machineOkitain: im not familiar with aptitude interactive mode... i did try to view "installed packages" in there but there doesnt seem to be a security section or changelog section?06:46
OkitainChangelog is only viewed for each specific package.06:47
frosterocan someone assist with mounting a windows shared folder in 12.04?06:47
OkitainYou can press capital C to show it.06:47
Okitainfrostero: sure. What version of windows is it mounted from?06:48
__machineOkitain: great... in there i can see security updates applied and CVE references... now i just need to find each affected package... can i search the changelogs somehow?06:48
frosteroOkitain: Windows 7, I have mounted shares before from win7 but have never had this much trouble06:49
frosterosame user/passwd for both the win7 machine and the ubuntu machine06:50
frosteromount dir created w/perms06:50
dr_willisfrostero:  you did set the users samba password?   sudo smbpasswd username06:50
frosteroi did06:51
dr_willisbut i dont think that would affect accessing a windows shaer.. but the other wya around. windows accessing a linux share. ;)06:51
frosteroyes06:51
dr_willistried accessing it via the ip# not the server name?   ;)   how are you trying to mount the share exactly?06:52
frosteromount -t //ip/share /path/to/mnt/point -o username06:52
frosteroer06:53
frosteromount -t cifs //ip/share /path/to/mnt/point -o username06:53
frosteromount.cifs //ip/share /path/to/mnt/point -o username06:53
Okitain__machine: I'm afraid not, but you should know the names of the packages from the CVEs, and use the aptitude changelog <packagename> to see the changes in the individual package.06:53
frosterohave had error codes 13/22/11506:54
frosterojust have 13 now06:54
dr_willisperhaps just make a totally open guest share. and see if you can access that first>06:56
dr_willistrying to think of other 'tests' to try. ;) you have disabled tghe windows firewall as a test?06:56
frosteroo crap06:57
frosteromy secondary firewall could be causing the issue06:57
dr_willisholy redundant firewalls batman!06:58
dr_willis;)06:58
frosteronot my firewalls06:59
Coburnremember kids, one protection isn't enough, better use two!06:59
SamulHi, I had a problem with Ubuntu and now I must format my HDD. I'd like to recovery my files, but from LiveCD it says that I don't have permissions to view those files06:59
Samulhow can I do?06:59
sahil<Prock81>celestia (GLUT) is working fine..but celestia Gnome isnt..07:00
dr_willisSamul:  access them as root with sudo rights07:00
Samuldr_willis: sudo nautilus?07:00
dr_willisSamul:  hope you dont have an encrypted home ;)07:01
darkelfjuggaloI am having issues with several of my programs in Ubuntu 13.04 [GNOME DE] In the terminal, how can I generate a complete list of Packages?07:01
Samulno07:01
dr_willisSamul:  yes. with whatever file manager, or cli tools you want07:01
auronandace!gksudo | Samul07:01
ubottuSamul: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)07:01
dr_willis!clone | darkelfjuggalo07:01
sahil<dr_willis>do you have any idea? celestia Gnome isnt working,hangs after start up but celestia(glut) is working fine...07:01
Samulyeah! it works with sudo nautilus!07:02
Samulthank you very very much07:02
dr_willissahil:  not really. sounds like some 3d drivers quirk/bug/issues07:02
=== CyberJacob is now known as CyberJacob|Away
latakuho ho ho, does anyone know wich kernel will be shipped with 13.10?07:03
Prock81!paste07:04
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.07:04
suoreI created new user, but i cannot login to him07:04
sahil<dr_willis>launching via terminal  isnt showing any info either.....glitch in what btw?? coz the celestia(glut) is workig fine,even celestia gnome launches well fast then hangs after 4 seconds... the mouse pointer remains croshair even in menubar thus i have to kill the app07:05
suoreI got autologout after enter password, and hint enter07:05
sahili got propietory drivers installed07:05
dr_willislataku:  theres some release schedule and the #ubuntu+1 channel07:06
dr_willis;)07:06
dr_willisdoe 13,1007:06
dr_willisfor 13.1007:06
Prock81http://imagebin.org/267518  would something like that help  __machine07:06
dr_willissuore:  you mean to say you get put back to the Lightdm Login screen?07:06
suoreyes07:07
suoredr_willis, yes07:07
dr_willishas this user ever logged in suore ?07:07
__machineProck81: i figured it out... at the bottom of the USN it lists the version number of the package where the referenced CVE issues are fixed... i just need to confirm the installed package version is equal or higher to show that the issue is patched...07:07
suoredr_willis, no07:07
suoreits new one07:07
dr_willissuore:  can they login to the console?07:07
suorei try07:07
suoreyes07:08
suorei can07:08
=== arunprasadr_away is now known as arunprasadr
suorei logged now07:08
Prock81__machine is 2.7 the current, look at my pic07:08
wtfasixHello, what's the best DHCP server around?07:08
suoredr_willis, http://pastebin.com/1ij2fyjJ yes07:09
wtfasixisc? dhcp3?07:09
ikoniawtfasix: the default supplied by ubuntu is fine, which is isc07:09
wtfasixI'm looking for the strongest, the best, we're going to try and run linux to manage our network07:09
suoredr_willis, delete new user, remove home dir, and create new one again?07:09
Prock81__machine  in the top right corner of my pic07:10
Prock81i must goto bed now07:10
wtfasixAnd, as most of you probably can imagine, I've to convince a lot of people so I just would like to use the strongest DHCP server possible so these people will be convinced too07:10
dr_willissuore:  just make a 3rd user. ;)07:10
SynthMobile_If the live cd works does that mean the system can run it?07:10
suoredr_willis, so this  i can purge? :P07:10
dr_willissuore:  i wouldent worry about it untill you get other users working07:10
chalcedonyis it possible to get a virus? in ubuntu 12.04 that keeps opening processes in root until it's extremely slow?07:11
ikoniawtfasix: "strongest" what are you talking about, it's a dhcp server07:11
ikoniawtfasix: the isc bind is pretty much the standard07:11
ikoniaisc dhcp sorry07:12
frosterostatus code returned 0xc000006d NT_STATUS_LOGON_FAILURE07:12
chalcedonyit still won't let me change back to the terminal from pastebin, to paste an example07:12
dr_willischalcedony:  doubtfullif its a virus.. could be some bug in a legit program.07:13
SynthMobile_If I can run the live cd does that mean my system can handle it?07:13
chalcedonyhi dr_willis *hugs*07:13
ikoniaSynthMobile_: not really, but it can be used as a good guide07:13
chalcedonytop just shows these endless processes, i can't tell you what they say07:13
ikoniaSynthMobile_: meeeting the minimum spec on the website is what shows if your machine is capabe, although a livecd is a good basic test07:14
wtfasixikonia: well, just as there are two packages, there are differences. I'd like to use the most stable one with highest reliability rate. Could you please describe me some differences? I'm looking it through myself too although this net should be up by this afternoon (which is not your problem, and its not just about dhcp, that'd be easy)07:14
chalcedonydr_willis, i'm on my laptop - husband's computer has the problem07:14
SynthMobile_I get an error on the live cd lol07:14
ikoniawtfasix: just use isc07:14
ikoniawtfasix: if you have no basic understanding of them, you are not the person to convince others to use it07:14
SynthMobile_This system is prettynold but the hard drive is way older do you think that could cause problems?07:14
darkelfjuggalobash: !clone: event not found07:14
suoreOkay07:15
suorenew user works07:15
suorebut at new user07:15
SynthMobile_Hard drive is about roughly 10 years old lol07:15
dr_willisdarkelfjuggalo:  !stuff are bot commands in the irc chennel..07:15
suorealso changil Duplex to SPIF/D07:15
suoreidk why07:15
dr_willisdarkelfjuggalo:  in bash its part of the histoy feature07:15
SynthMobile_Its an old 8GB samsung, yes I typed that correctly, 8GB07:15
dr_willis!bot07:15
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots07:15
wtfasixikonia, hehe well I am, since I did read tanenbaums operating systems and recoded minix. although a decade ago I do have basic understanding, just short time to make it happen and get back at. thanks alot for helping! I'll use isc. Probably won't make a silly difference in this small net07:15
dr_willis!clone | darkelfjuggalo07:15
darkelfjuggalodr_willis, someone !clone me and i didn't recieve any bot message07:16
dr_willisthe bot seems lagged07:16
ikoniawtfasix: I assure you, you will have zero problems with ISC bind, it's pretty much the industry standard07:16
dr_willis  try /msg ubottu   factoidtoread07:16
wtfasixikonia, thanks, for dns repeating would you use bind too?07:16
chalcedonydr_willis, i'm asking him to boot it to a live cd, i can't do anything with it the way it is, but what then?07:16
SynthMobile_Dr_willis do yo remember me? The one with the display drivers problem07:17
wtfasix*feels kind of awkward trying to lift by others their up to date experience trying to prevent taking too much time reading up posix/linux again*07:17
ikoniawtfasix: the rest of the world does, who am I to argue07:17
SynthMobile_On the laptop07:17
darkelfjuggaloI am not getting anywhere07:18
wtfasixikonia: haha, thanks alot! have a very nice day!07:18
dr_willisSynthMobile_:  that descriibes perhaps 40% of  the problems that are in this channel daily07:19
dr_willischalcedony:  if some process is spawning over and over till the pc crashes. you need to determine what the process is.. and why its doing that.07:19
SynthMobile_Wellll, yes in my case, its most likely a hardware problem..07:19
reisiomaybe even 40.5%07:19
chalcedonydr_willis, um how? - maybe close firefox and see if it will let me into the bash prompt?07:20
SamulI'm from Live CD and I opened sudo nautilus. I tried to delete some files, but trash is empty. Where are those files?07:20
=== daytona675 is now known as daytona
=== daytona is now known as triumph
dr_willischalcedony:  ssh in and run htop perhaps.07:21
=== BlackoutIsHere is now known as BlackoutIsHere|O
darkelfjuggaloSince the Bot is not working right now, can someone give me the direct command to generate a log of all installed packages on my device07:21
chalcedonydr_willis, let me see if it will let me, its incredibly slow!07:21
dr_willischalcedony:  its slow from the live cd?07:23
dr_willis!brain07:23
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots07:23
dr_williswonder why the bot dosent have the !clone factoid any more07:23
dr_willis!clone07:23
SamulI'm from Live CD and I opened sudo nautilus. I tried to delete some files, but trash is empty. Where are those files?07:23
chalcedonydr_willis, its still real, not live cd. i don't know his ip, unless i can do ifconfig.07:23
dr_willisSamul:  it might have deleted them permently  not moved to trash. or they may be in the .trash* directory on the root of the drive07:24
matjam#xubuntu07:24
Samuldr_willis: I'm going to see if they have been removed07:24
dr_willischalcedony:  theres also the text, or recovery mode thagt may get you to a console. where you can trouble shoot07:24
chalcedonydr_willis, let's try that07:25
Samulthey are in .trash-007:25
Samulhow can I delete?07:25
dr_willisSamul:  use the command line perhaps?07:26
Samul^_^"07:26
dr_willisor shift-delete07:26
dr_willisif you delete the trash directory.. where does it go.... ;007:26
dr_willisHow 'zen''07:26
Samulthanks07:27
darkelfjuggaloi have looked up cloning and none of the methods appear to serve the purpose I am wanting07:29
dr_willistheres an aptitude command to gerenate a list of installed packages.. isent that what you were wanting?07:30
darkelfjuggaloI was thinking apt-cache, but none of the commands appear to be broad enough for what i want07:30
darkelfjuggaloclone is an aptitude command?07:31
dr_willistheres a feature of aptitude to GENERATE a list of installed files. you can then pipe back into aptitude on a differnt system to instgall the same set of packages07:32
reisioused to be a bot factoid, !clone07:33
dr_willisbot dosent even reply to that factoid any more..07:34
darkelfjuggalook let me find the command, Generating the list is all I want at this step... from thereI I will have to work on what I need and don't need and how to fix what I need that doesn't appear to work properly07:34
reisiodr_willis: ...hence 'used'07:34
dr_willisbot dosent even say it dosent exist. ;)07:34
reisio!asfdasdfsfad07:34
reisio!clone07:34
reisiothat's odd07:34
dr_willisunless the bot has also had that feature turned off.07:34
reisionope07:34
reisiojust gave it to me for asdfasdffads07:34
reisio2012 Jun 23 22:42:26 <ubottu>To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude  --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » (this currently may cause problems with multiarch) - See also !automate07:35
dr_willisperhaps its not the real ubottu ! )07:35
reisiologs > brokenBots07:35
reisiohahahah07:35
reisiothat'd be hilarious07:35
FloodBot1reisio: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.07:35
dr_willisflood bots are working07:35
reisio!automate07:35
ubottuWays to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/12.04/installation-guide/i386/appendix-preseed.html - See also !cloning07:35
reisioyeah, "working"07:35
reisioah, they -ing'd it?07:35
reisiobut left no original, clev-ar07:35
reisio!cloning07:36
reisiommm, nope, wow07:36
SynthMobile_What does it mean when it says, "system program problem detected" this comes up when I enter live cd07:36
dr_willisSynthMobile_:  somthing crashed and apport is reporting it.07:37
reisiodoesn't mean anything to me07:37
dr_williswhich is weird on a live cd07:37
reisioexcept that whoever typed that was lazy07:37
darkelfjuggalocan anyone verify this string 'dpkg --get-selections > ~/Desktop/packages' as being what I need, or serving this purpose?07:37
SynthMobile_Huh. Is it because of a bad hardware? One of my drives is almost dead I think07:37
dr_willisdarkelfjuggalo:  try it and see  it will just make a list of package names in a file..  you then do whatever you want to with that list07:38
SynthMobile_Anndd im using a flashdrive btw07:38
SynthMobile_Not a CD07:38
darkelfjuggalook thank you, that saves me from trying to copy and paste from terminal07:38
dr_willisaptidude has a similer output option07:39
darkelfjuggaloI was trying to find it and this came up first, this provides exactly what i want07:40
dr_willisbbl07:43
darkelfjuggalo'account-plugin-*' this all goes with pidgin, correct?07:43
reisiodarkelfjuggalo: empathy, methinks07:44
darkelfjuggalook yes, reisio, empathy... if i purge empathy[i don't use it, and didn't realize it was installed] all of these will be removed with it, correct?07:46
reisiodarkelfjuggalo: depends on what you do/run, but potentially sure07:52
darkelfjuggalook07:52
frosterook im thoroughly stumped07:53
wtfasixWhat happened07:53
frosterotrying to mount a shared folder from windows into ubuntu 12.0407:53
darkelfjuggaloThis is certainly going to take forever to purge what I don't need and fix everything else... there are several packages I've installed for built in hardware that won't work properly [mic and Webcam are top of this list]07:54
frosteroeasy task right? should be...07:54
wtfasixfrostero: I'd say so, what's the problem while mounting?07:56
frosterostatus code returned 0xc000006d NT_STATUS_LOGON_FAILURE07:56
frosteroCIFS VFS: Send error in SessSetup = -1307:56
frosteroCIFS VFS: cifs_mount failed w/return code = -1307:57
wtfasixfrostero: http://thinkinginsoftware.blogspot.nl/2011/09/cifs-vfs-cifsmount-failed-return-code.html07:57
frosterothanks, reviewing now... brb07:58
frosteroso i am attemping the mount from the cli, w/ mount.cifs //windows/share /mnt/point -o username08:00
frosteronot even using a credentials file08:00
frosterotried it every way i can think of or find a variation of08:00
frosterocontinue getting the same errors08:00
loverboy19hello08:00
loverboy19eveyone08:00
reisiofrostero: what errors?08:01
frosterostatus code returned 0xc000006d NT_STATUS_LOGON_FAILURE08:01
reisiofrostero: try -o "username=windowsUserName",uid=unixUserName08:01
frosterothe windows and ubuntu username are the same, so is the password08:02
reisiofrostero: well, Unix passwords aren't stored in environmental variables :p08:02
reisiois it at least asking you for the password?08:02
frosteroyes08:02
reisiookay08:02
reisiodid you try the syntax I suggested?08:02
frosteroone moment08:02
frosterosame error08:03
frosterologs aren't helping either08:03
=== companion is now known as Companion
reisiofrostero: try exporting PASSWD as the password08:05
reisiofrostero: also you can try -o "username=domain\user",uid=user08:05
frosterowhat happened to ubuntu? this task used to take a couple minutes08:08
SamulI'm from live CD. where can I find the firefox' cronology that was into the OS?08:09
dawkirstHi. Say I download a random tar with an executable inside, where do I extract it to (where does apps typically live?)08:09
Samuldawkirst: try in /home08:09
blazemoredawkirst: if you type "echo $PATH" you can see where your shell is looking for executables08:09
BWorldHi, after installing ubuntu and formatting a drive a way to recover some files from the formatted disk?08:10
blazemore!testdisk | BWorld08:10
blazemoreOh. Look at a program called Testdisk, BWorld08:10
DJones!recover | blazemore08:10
ubottublazemore: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel08:10
blazemorety DJones08:10
SamulI'm from live CD. where can I find the firefox' cronology that was into the OS?08:10
BWorldthanks, I will try it out08:10
frosterostatus code returned 0xc000006d NT_STATUS_LOGON_FAILURE, correct me if i am wrong here but this is telling me that ubuntu and windows are communicating up to the point of logon failure?08:10
blazemoreSamul: Firefox stuff is stored in /home/username/.mozilla/firefox/08:11
Samulyah08:11
Samul*yeah08:11
blazemorefrostero: I think you're right, the protocol is working otherwise you wouldn't get an error like "logon failure"08:11
Samulbut I don't find cronology08:11
blazemoreSamul: History?08:11
Samulyeah08:11
Samulit could be so08:11
frosteroi wonder if i can follow this from the windows end08:11
blazemoreSamul: It's stored in an SQlite database called "places.sqlite"08:12
Samulblazemore: thianks08:13
Samul*thanks08:13
Samulwhat application to open it?08:13
pvh_sahey there, how can I speed up the unity  dash? At the moment it takes about 16 seconds to open and populate itself fully with icons (e.g. if I hit Windows key and type 'office')08:14
Samulwhat is the application to open sqlite?08:14
pvh_saSamul,  its called sqlite3 (the command line application) and it is in the sqlite3 package08:15
BWorldIt is performing a deepscan at this moment blazemore08:15
dawkirstSamul, blazemore thanks08:15
SkizuHey I've ubuntu and looking to install lamp with php5.4+ can anyone help08:15
SamulOK08:16
blazemoreSkizu: What Ubuntu version? And is it desktop or server?08:16
DJonesBWorld: One thing I would suggest is that you stop using the drive that has the deleted files on it as soon as possible, if you're still using it, there's always a chance that something you do now could overwrite some of the files you may want to recover08:16
Skizublazemore same as yesterday08:16
blazemoreSkizu: Hold on, did we spend an entire day doing this?08:16
blazemoreSkizu: Someone else can try now :P08:17
Skizublazemore: indeed we did and it ended with I have no lamp stuff and just getting an 100 error08:17
blazemoreSkizu: Can you please put the output of "cat /etc/apt/sources.list /etc/apt/sources.list.d/* | pastebinit"08:17
BWorldGood point DJones but I am afraid that is not possible, if it was possible I definetly would do that08:18
DJonesBWorld: One way of doing it would be to use a livecd/usb08:18
Skizuhttp://paste.ubuntu.com/5984150/08:19
DJonesBWorld: I've never needed to recover files, but from memory, in the links from ubottu, there a live recovery cd is mentioned08:20
Skizublazemore: how's it going?08:21
blazemoreSkizu: This is going to be easy08:21
cknollmy eyes are no longer bleeding from ubuntus default fonts08:21
Skizublazemore: give it to me08:21
aneesh_Hi08:21
blazemoreSkizu: sudo rm /etc/apt/sources.list.d/* ; sudo apt-get update; sudo apt-get ugrade08:22
cknollhi aneesh_08:22
blazemoreSkizu: The PPA Purge thing yesterday didn't work apparently, and I assumed it had08:22
aneesh_On my server mysql stops working. Is that the problem related with space with server?08:22
blazemoreSkizu: But the repositories you added are still there so we are going to remove them, get to a default, working LAMP stack using the standard package versions in the repository08:22
blazemore!details aneesh_ is there anything in the log file08:22
blazemoreSkizu: And once it's working, worry about upgrading08:23
aneesh_my log file is empty08:23
blazemore!details | aneesh_ is there anything in the log file08:23
ubottuaneesh_ is there anything in the log file: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."08:23
SkizuOk blazemore so did what you said08:23
blazemoreSkizu: Any errors from the package manager when you did the apt-get commands?08:23
SkizuNope 0 on everything08:24
aneesh_ubuntu server 12.0 . But there is noting written on log file08:24
blazemoreOK great so now Skizu sudo apt-get install php5 mysql-server apache208:24
aneesh_Last two days the server is shuttindown unexpectly  because of power failure08:25
cknollcan you install a bunch of stuff in one command like that blazemore?08:25
cknoll<-- noob08:25
aneesh_today the mysql stops working08:25
blazemorecknoll: Yes of course!08:25
cknolloh cool08:25
blazemorecknoll: I dread to think how you've been doing it08:25
cknollblazemore: well i haven't done too much yet lol, so it's not been a big burden08:25
Skizublazemore: done that what next08:26
cknolli spent the last two days trying to figure out why my eyes were bleeding from the screen08:26
aneesh_I tried to restart the mysql but saying no service to start08:26
blazemoreSkizu: Well now, check your LAMP stack works as you expect. Browse to http://localhost and check a page is served, etc08:26
blazemoreaneesh_: What is the output of "sudo service mysql restart" ? Please paste the output onto http://paste.ubuntu.com and put the resulting URL in channel08:27
Skizublazemore: seems like it's just downloading the file? soo apache2 isn't supported?08:27
blazemoreSkizu: What do you mean, your browser is downloading the file instead of displaying it? Sounds like an APache configuration weirdness08:28
Skizublazemore: exactly as you said, anything I can do?08:28
aneesh_Hi this is url http://paste.ubuntu.com/5984181/08:29
blazemoreSkizu: sudo apt-get --purge remove apache208:29
blazemoreSkizu: the --purge will remove configuration files08:29
blazemoreSkizu: Then you can reinstall it08:29
Skizuusing "sudo apt-get apache2"08:29
aneesh_blazemore : This is the link http://paste.ubuntu.com/5984181/08:29
blazemoreudo apt-get install apache208:30
Skizublazemore: I got a fail message08:30
blazemoreaneesh_: Can you do the same for "sudo dpkg -l | grep mysql"08:30
blazemoreSkizu: You'll have to be more specific :) What command gave you what error? Use pastebin if necessary08:30
aneesh_blazemore : ok08:31
Skizuhttp://paste.ubuntu.com/5984191/08:31
aneesh_blazemore : http://paste.ubuntu.com/5984194/08:32
chalcedony`dr_willis, it was his 2nd mouse being plugged in.08:32
Skizublazemore: should I just reinstall08:32
SkizuIt'll take 5minutes08:32
blazemoreSkizu: If that's an easy option, then hell yes08:32
cknollnot just yes, _HELL_ yes08:33
=== dstevens is now known as IWorkForARetard
bekksSkizu: Why do you want to reinstall?08:34
Skizubekks: because it's fucked08:34
LambdaDuskis there a way to tell the length in seconds (as a float) of an .ogg file via shell?08:35
SierraARIs it possible to have multiple IP addresses assigned to a single ubuntu 12.04 server that has one network adaptor?08:35
kenneth_-side "Brushing"08:35
bekksSkizu: Please watch your language and precisely decribe your problem. According to your last paste, there isnt even a trace of a problem.08:35
sincoSierraAR: Yes, you can add as many ips' you want08:35
blazemoreSierraAR: It is possible using ethernet aliases http://www.cyberciti.biz/tips/ubuntu-linux-creating-ethernet-alias-for-eth0-network-device.html08:35
somsipSierraAR: yes. This is taken care of by your DNS settings (A and CNAME records)08:36
usr_courierhi all! Sorry for off-topic, but could someone tell me is there any channel about a Canonical "ubuntuphone"?08:36
ActionParsnipSierraAR: sure, you can have subinterfaces08:36
DJones!phone | usr_courier08:36
ubottuusr_courier: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch08:36
Skizubekks I've spent over a day trying to get damn lamp on my ubuntu box I'll just reinstall and hope it lets me select the lamp server again it'll be quicker than all the messing around I've been through08:36
usr_courierubottu: thanks!08:36
ubottuYou're welcome! But keep in mind I'm just a bot ;-)08:36
usr_courieru bottu, its ok08:36
aneesh_<blazemore> http://paste.ubuntu.com/5984194/08:37
bekksSkizu: According to your paste, Apache2 is already installed. So whats the detailed problem you are facing?08:37
IWorkForARetardubottu: all bots must die08:37
ubottuIWorkForARetard: I am only a bot, please don't think I'm intelligent :)08:37
=== jan1337zZz is now known as jan1337z
=== jan1337z is now known as Jan
blazemoreSkizu: It is quicker, and then you can focus on upgrading php but I will make sure it's a proper guide08:37
linglyzI want to ask something, does SKYPE program support in my LinuxTLE 10 (based on Ubuntu 10)?08:37
Skizubekks: it was downloading the file08:37
=== Jan is now known as Guest12591
bekksSkizu: I wont recommend reinstalling since it will not solve your problem of properly configuring your webserver.08:37
ActionParsnipSierraAR: sudo ifconfig eth0:0 192.168.0.200 netmask 25.255.255.008:38
ActionParsnipSierraAR: etc08:38
bekksSkizu: What is "it", which file, when doing what?08:38
ActionParsnipSierraAR: oh and add 'up' to the end08:38
bekks!details | Skizu08:38
ubottuSkizu: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."08:38
* SierraAR is reading the article blazemore linked and being spammed with highlight notices! XD08:38
SierraARGimme a couple seconds to read through this :P08:38
blazemorehaha SierraAR it's OK :)08:38
SierraAR'/etc/network/interfaces' <-- If I recall correctly, 12.04 uses a different path/filename for this, though I can't remember it off the top of my head08:39
ActionParsnipSierraAR: the network/interfaces file is still in the same place and can be used08:40
SierraARAnd the changes I make will be kept on reboot?08:40
ActionParsnipSierraAR: yes, however interfaces you configure there will not be able to be manipulated in network manager08:40
Skizublazemore: installing the base system08:41
SierraAREverything's command line on this server anyway, that doesn't bother me much08:41
ActionParsnipSierraAR: then awesome :)08:41
aneesh_blazemore : could you please check that link08:41
Skizublazemore: how to I get pastebinit again?08:41
bekksSkizu: Good luck then in configuring your system later on.08:41
Skizubekks it was a clean install yesterday, I had no configuration :D08:42
SkizuJust set up interfaces to dhcp08:42
SierraARHm, I already have a block for the existing connection, which I had to set up manually as DHCP is not enabled. Would I be safe just copying that block, replacing eth0 with eth0:0, and editing the necessary lines for the second IP?08:42
bekksSkizu: And you will have no configuration after reinstalling. Again, you will have to configure your webserver. Reinstallation does not magically solve problems.08:42
Skizubekks solves the issue with my tasksel issue :)08:43
ActionParsnipSierraAR: however you want, you can even have sub interfaces on DHCP as well08:43
bekksSkizu: I bet it doesnt.08:43
SkizuIt's installing lamp now ;)08:43
bekksSkizu: It was installed before, too...08:43
SkizuNo failure aptitude (100)08:44
bekksSkizu: What does "No failure aptitude (100)" mean?08:44
Skizubekks: Well we shall see =] no idea it's what I got when I tried to tasksel and install lamp server08:44
bekksSkizu: So why do you think that "no failure" indicated an error - after stating you had no idea?08:45
SkizuThere was no at the begining, It was the word failure08:45
SierraARActionParsnip: What are the chances of me butchering the server's entire network connection if I make any changes to this, by the way?08:45
bekksSkizu: "no failure" does not mean "failure" - you know? :)08:46
SkizuI missed a comma :P08:46
SkizuBam right of the back I got a it works! page08:46
bekksSkizu: You can install LAMP (which was already installed) without tasksel, too.08:46
Skizubekks I tried it, it messed up :s08:47
dragonnnnoh I see08:47
bekksSkizu: It didnt, your paste didnt indicate any error.08:47
bekksSkizu: Basically: reinstallation is ot necessary for solving problems, Ubuntu isnt Windows. :)08:47
bekks*not08:48
dr_willisunless you really really got major weird problems. ;)08:48
Skizubekks: Was fed up already spent hours on trying to get it sorted no one could help so here I am just need to chmod a dir and put my stuff in08:48
bekksdr_willis: In that case, you know it ;)08:48
bekksSkizu: You dont need to chmod for putting things into a dir.08:48
dr_willisbekks:  saw that  'glibc' was seg faulting on a machine of mine last night.... still  looking into that one. ;)08:48
bekksdr_willis: :D08:49
dr_willisglibc is like a majorly imorntant library i belive.08:49
bekksdr_willis: Yeah, somehow ;)08:49
SkizuUsing winSCP so I had to?08:49
bekksSkizu: No.08:49
dr_willisi use winscp to piut stuff in my  users home directory all the time ;008:50
bekksSkizu: You dont run a webserver with user permissions.08:50
bekksSkizu: So there is no point in trying to put stuff into the webserver directories as a user. Thats a major security issue.08:50
Skizu bekks so what do I want to do08:51
linglyzDo you know any chatbot programs based on IRC server which support Ubuntu?08:51
deezedlinglyz: xchat?08:51
moldylinglyz: probably pretty much all of them08:52
bekksSkizu: you want to copy files as user to a user-accessable directory, then, you want to move/copy these files using sudo into the target directories of the webserver. No reinstallation needed.08:52
deezedlinglyz: yes I dont know one that doesnt08:52
deezedlinglyz: maybe irssi08:52
dr_willislinglyz:  most irc clients for linux are scriptable.. there are irc bots also in the repos08:52
Skizubekks: I reinstalled as I'd ppa stuff messing stuff up and couldn't install stuff properly08:52
linglyzhmmm......08:53
bekksSkizu: Your paste didnt indicate any of that.08:53
SkizuI made a user accessible directory as i was using winSCP08:53
dr_willislinglyz:  what are you trying to acomplish excatly?08:53
SkizuYeah blazemore and I had mentioned it in the chat08:53
linglyzI want to ask for some chatbot programmes for Ubuntu....08:53
SierraARIn /etc/network/interfaces, lines prefixed with # are ignored as comments correct?08:54
deezedlinglyz: which irc software are you using?08:54
bekksSkizu: Then why didnt you mentioned it after I asked you again? Anyway, seems like you want to keep going the windows way, and reinstall when facing an issue. Good luck with that.08:54
dr_willislinglyz:  thers numerous 'irc bots' in the repos and other sources. it all depends on what you need them to do08:54
linglyzI use Pidgin08:54
Skizubekks: Just wanted to start simple, first time using this, so want a clean slate so I can follow08:54
dr_willislinglyz:  i suggest learning a better irc client.08:55
dr_willislinglyz:  such as weechat, irssi, or xchat08:55
deezedlinglyz: yes you should try xchat08:55
SkizuSeems like apache2 isn't started08:55
bekksSkizu: Then why dont you listen to the people trying to help you, when telling you "you dont need to reinstall"? Anyway, seems like you know it all better. Good luck again, I am resting this case.08:55
deezedlinglyz: its easy and a properly irc client. You will also have anything you need just with clicks08:56
SynthMobile_What are the other ways to open a terminal in 12.04?08:56
linglyzThank you so much.....08:56
Skizubekks: No no I don't know better, I just wanted a clean slate as if it hadn't somehow messed up08:56
moldySynthMobile_: other than what?08:56
linglyz;)08:56
bekksSynthMobile_: Other ways than...?08:56
deezedlinglyz: irssi is nice, but if you are not used to keyboard commands it can be hard to start with08:56
SynthMobile_Other than ctrl alt t or searching in unity08:56
SierraARIn /etc/network/interfaces, lines prefixed with # are ignored as comments, correct? Just want to make sure this won't cause an error when I reboot and keep me from remote accessing the server08:56
moldySierraAR: yes08:57
darkelfjuggaloI am going through my packages, trying to understand what they do, so i know what i need what I don't can someone tell me what Zeitgeist is...i know is is referred to by  activity-log-manager-common & activity-log-manager-control-center. Everything i am finding has nothing to do with computers.08:57
SierraARmoldy: K, thanks08:57
dr_willisif you want to controll an 'irc bot' you wont be doing lots of clicking in a gui for it ;) you will be using irc commands08:57
deezedSynthMobile_: you can make a script to open it08:57
SynthMobile_How please08:57
deezeddr_willis: lol thats true08:57
moldydarkelfjuggalo: it's some kind of fancy search mechanism. google will tell you the details.08:57
deezedSynthMobile_: why are you going to use it? to be able to click in a icon?08:57
linglyznot really control, but only chatting with bots for testing08:57
SynthMobile_No I cant access it..08:58
deezedSynthMobile_: what do you mean?08:58
SynthMobile_Ctr alt t doesnt work and launcher is missing on my live cd08:58
darkelfjuggalomoldy ; google is showing something philosophical08:58
SynthMobile_Even alt f2 dont work08:58
deezedSynthMobile_: you can not access terminal so?08:59
dr_willisSynthMobile_:  so your desktop is totally goofed up?08:59
moldydarkelfjuggalo: http://lmgtfy.com/?q=ubuntu+zeitgeist08:59
deezedSynthMobile_: have you tried ctrl+alt+F1 ?08:59
SynthMobile_Indeed im on a live cd/live usb or w.e.08:59
deezedSynthMobile_: you can not open the menu and write terminal?09:00
darkelfjuggaloamusing moldy09:00
deezedSynthMobile_: and then enter?09:00
moldydarkelfjuggalo: ;p09:00
SynthMobile_Ctrl alt f1 turned my screen to one big terminal and said permissipn denied and I cant do nothing now09:00
SynthMobile_No I cant09:00
dr_willisSynthMobile_:  alt-0cgrtl-f1 through f6 are the CONSOLES... alt-ctrl-f7 to get back to the X desktop09:00
deezedSynthMobile_: this big terminal is another tty09:01
SynthMobile_It rebooted lol09:01
deezedSynthMobile_: lol09:01
ActionParsnipSynthMobile_: ctrl+alt+f7 gets back to the X sessio09:01
deezedSynthMobile_:  are you using ubuntu live cd?09:02
SynthMobile_Im getting a lot of bad sectors on one of my drives and I wanted to run fsck09:02
SynthMobile_Uhm ues but its on a usb lol09:02
SynthMobile_*yes09:02
ActionParsnipSynthMobile_: fsck wont fix bad sectors09:02
deezedSynthMobile_: ok, so why the launcher was not running09:02
deezed?09:02
bekksSynthMobile_: You should do a backup of the entire disk before. Bad sectors indicate physical errors, not filesystem errors.09:02
frosterothanx for the help all09:03
dhanushHi. I have a BCM4312 wireless card. I just installed firmware-b43-lpphy-installer to get the wireless to work. But it keeps getting disconnected very frequently. Any help please?09:03
SynthMobile_Yea no I dont care bout the files anymore yheyre pretty old files lol anyway, what could you suggest? Im just trying to revive an old desktop for my mom09:03
SynthMobile_It reports about 600 bad sectors. How bout a reformat?09:04
deezedSynthMobile_: oh.. I would suggest another distro09:04
SynthMobile_Why?09:04
deezedSynthMobile_: there are some distros specifically to old desktops09:04
bekksSynthMobile_: Dont listen to that pointless advice.09:04
deezedbekks: lol09:05
deezedbekks: why not?09:05
bekksSynthMobile_: Bad sectors are not fixed by reformatting or using another distro.09:05
SynthMobile_Welll its not that old, its around 3, 4 years old tops09:05
bekksdeezed: Because another distro will not fix broken hardware.09:05
bekksSynthMobile_: You should backup your disk and check it afterwards.09:05
dr_willisdefinatly dont trust the hard drive09:06
SynthMobile_Ok im not looking to fix them anymore I just want it to be able to hold an OS for about a month or so till my mom gets his laptop back from the service center09:06
deezedbekks: thats true, but if you use a distro not that heavy like ubuntu, you could ignore some errors.. fixing them is a hardware stuff anyway09:06
dr_willisemergancy use - partion the hard drive.. put all the bad sectors in a partion you wont use... and use the rest.. and hope for the best09:06
bekksdeezed: You cant ignore bad sectors by just using another distro.09:06
bekksSynthMobile_: You need to take a backup - now.09:07
SynthMobile_Yup hard drive is shitty now she only needs her emails and poetables are not an option she hates small texts amd keyboards09:07
SynthMobile_Backup of what?09:07
SynthMobile_I dont need the old files anymore09:07
deezedSynthMobile_: I would suggest you to do this partition thing and try another distro for old desktops09:07
dhanushHi. I have a BCM4312 wireless card. I just installed firmware-b43-lpphy-installer to get the wireless to work. But it keeps getting disconnected very frequently. Any help please09:07
dr_willisbackups inporntant data somewhere.. if you dont need them.. well repartion as i mentioned above and expect the hd to totally fail soon09:07
timchen119SynthMobile_, why not just the live usb then09:07
SkizuHey just wondering what program it is which makes PHP errors more readable?09:07
blazemoredhanush: What Ubuntu version?09:07
bekksdeezed: That will not save his data. So its a pretty pointless advice.09:07
SynthMobile_Live usb fucks up too and idk why lol09:08
dhanushblazemore: 12.0409:08
deezedbekks: HE DOESNT NEED TO SAVE HIS DATA!!09:08
bekksdeezed: Stop shouting at people.09:08
ActionParsnipdhanush: are there lots of networks on the same channel around you?09:08
blazemoredhanush: sudo apt-get install firmware-b43-lpphy-installer09:08
SynthMobile_Lol deezed chill09:08
dhanushActionParsnip: Yup there are.09:08
Mace2683-4 years old is new enough for ubuntu imho09:09
ActionParsnipdhanush: then switch to a less crowded channel09:09
SynthMobile_Dr_willis yes I am expecting that09:09
deezedbekks: you keep saying its a pointless advice... im not so rude at least09:09
aneesh_any body knows about this error09:09
aneesh_Depends: mysql-client-5.5 (>= 5.5.32-0ubuntu0.12.04.1) but 5.5.24-0ubuntu0.12.04.1 is to be installed09:09
aneesh_                    Depends: mysql-server-core-5.5 (= 5.5.32-0ubuntu0.12.04.1) but 5.5.24-0ubuntu0.12.04.1 is to be installed09:09
aneesh_                    PreDepends: mysql-common (>= 5.5.32-0ubuntu0.12.04.1) but 5.5.24-0ubuntu0.12.04.1 is to be installed09:09
aneesh_                    Breaks: mysql-server (< 5.5.32-0ubuntu0.12.04.1) but 5.5.24-0ubuntu0.12.04.1 is to be installed09:09
aneesh_E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).09:09
FloodBot1aneesh_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:09
SynthMobile_I mean the hdd to fail soon09:09
ActionParsnipaneesh_: please use a pastebin09:09
aneesh_sorry09:09
bekksSynthMobile_: Then take a backup now.09:09
dhanushblazemore: Yrah I did that. Before that it didnt recognize the device. After doing that it does. but disconnects09:09
bekksSynthMobile_: The longer you dont do it, the more data you will lose.09:09
blazemoreaneesh_: Please put on http://paste.ubuntu.com the full error, and the command you ran to produce it09:09
SynthMobile_Bekks dont need the backup09:09
aneesh_http://paste.ubuntu.com/5984286/09:09
dr_willisSynthMobile_:  so what do you want to do then?09:10
bekksSynthMobile_: Then why do you care about your broken hard disk at all?09:10
blazemoreaneesh_: sudo apt-get update; sudo apt-get -f install09:10
deezedbekks: omg you still are saying to him backup?09:10
aneesh_ok09:10
dhanushActionParsnip: Cant. college wifi. restricted access to only one.09:10
SynthMobile_Bekks I need it as a temp system09:10
aneesh_thanks09:10
dr_willis SynthMobile_  so for  emergancy use - partion the hard drive.. put all the bad sectors in a partion you wont use... and use the rest.. and hope for the best09:11
dhanushActionParsnip: also if I switch off and the switch on my wireless then It connects again easily. But then it gets disconnected again.09:11
ActionParsnipdhanush: then thats the issue, if lots of networks use the same channel then you'll get problems09:11
bekksSynthMobile_: Then what do you expect us to help you with? No data worth to be kept, no efforts in investigating the disk, etc.? :)09:11
SynthMobile_dr_willis ok wait, so how do I "put all the bad sectors" in one partition?09:12
dhanushActionParsnip: okay. how do you define a channel?09:12
dr_willisSynthMobile_:  make several partions.. make one that  covers the area of the hd where the bad sectors are at09:12
dhanushActionParsnip: or rather how do you distinguish between a channel and a network?09:12
deezedSynthMobile_: you can do all of this when formating09:13
blazemoredhanush: http://support.zen.co.uk/kb/KnowledgebaseArticle.aspx?articleid=1134409:13
ActionParsnipdhanush: sudo iwlist scan | egrep -i 'sid|chan'    will show the SSID and the Channel name09:13
deezedSynthMobile_: or using gparted09:13
ActionParsnipdhanush: you can have lots of networks around, this is not a problem. If they are on the same channel then this is an issue09:14
ActionParsnipaneesh_: are there amy bugs reported09:14
=== alfonsojon is now known as alfonsojon|away
SynthMobile_dr_willis hold on, do I do tha mwnually or when I reformst it it would wutomatically do that?09:16
aneesh_yes ActionParsnip09:16
aneesh_http://paste.ubuntu.com/5984194/09:16
dhanushActionParsnip: yeah. same channel lots of networks.09:16
ActionParsnipdhanush: thats why then09:16
dhanushActionParsnip: Any solution?09:17
=== _BJFreeman is now known as BJfreeman
ActionParsnipaneesh_: then post on the bug stating that it affects you too09:17
SkizuI just installed xdebug like suggested, any additional config needed for it to kick in?09:17
ActionParsnipdhanush: change the channels09:17
ActionParsnipShadowStruck: could try one of the other broadcom drivers09:17
dhanushActionParsnip: I can do that myself??09:17
aneesh_ActionParsnip Yes. I posted that one09:18
deezedbye people09:19
dhanushActionParsnip: I think I will need access to the router right?09:19
deezedsee you09:19
deezedbekks: sorry about everything09:19
SkizuI just installed xdebug, any additional config needed for it to kick in?09:19
deezedbekks: I didnt want to be rude with you afterall...09:19
deezedbekks: see you09:20
SierraARWoo that worked, thanks for the help with the network stuff guys09:20
reisioSierraAR: you are welcome!09:20
* reisio bows09:20
SkizuHey I'm having trouble installing xdebug, seems to be installed but not doing anything could someone help09:23
dr_willis!info xdebug09:23
ubottuPackage xdebug does not exist in raring09:23
dr_willis!find xdebug09:23
ubottuFound: php5-xdebug09:23
SkizuFine php5-xdebug I can't seem to get it to do anything09:24
kryptousing 13.04 desktop,dashboard on left is not coming until we open nautilus...is this a setting miss configuration09:27
dr_williskrypto:  try making a new user , see if it is also affected by the issue. if so. that points to a setting problem with the problematic first user09:28
ActionParsnipdhanush: to change channel. yes09:28
ActionParsnipkrypto: if you add nautilus to the startup, does it start as expected?09:28
SkizuOdd question, how to scroll up in ssh09:29
dhanushActionParsnip:Okay. But I do not have access to the router. College  Wifi.09:29
vlitomskhi09:29
reisioSkizu: PGUP? Mousewheel?09:29
kryptoif i click on any directories,dashboard will come up,else dashboard is hidden09:29
SkizuJust goes through the commands I typed =/09:30
reisioSkizu: or if you were smart: CTRL+a, ESC, then PGUP/arrow/k09:30
dr_willisSkizu:  depends on what terminal ypou are using. ;)09:30
SkizuErm, wait I'm not in ssh I'm on the machine command line stuff directly09:30
dr_willisSkizu:  if doing a lot of ssh work. its a good idea to learn to use tmux, or screen, or byobu09:30
dr_willisSkizu:  and what terminal program are ypou using? the console? xterm? terminator? gnome-terminal?09:31
Skizu._. default for ubuntu?09:31
ActionParsnipdhanush: you won't have access, I suggest you try a different driver09:31
dr_willisdefault  on the DESKTOP? Skizu ?09:31
SkizuServer?09:31
Skizuserver install09:31
Skizuubuntu09:31
dr_willisSkizu:  then you are using the CONSOLE and not X.09:32
vlitomskanyone could help me with alsa? i successfully run alsamixer in TTY terminal (ctrl-alt-fN). But when i do startx and write alsamixer in terminal emulator, it says 'cannot open mixer: no such file or directory'09:32
SkizuHow do I scroll up on the CONSOLE09:32
dr_willisSkizu:  if you want a screen buffer. use tmux, or screen, or  a framebuffer terminal.09:32
reisioSkizu: SHIFT+PGUP09:32
vlitomsksorry for language mistakes09:32
dr_willisthose will give extra features.   try  what reisio  said also. ;)09:32
dr_willis!info fbterm09:32
Skizureisio: thanks09:32
ubottufbterm (source: fbterm): A fast framebuffer based terminal emulator for Linux. In component universe, is optional. Version 1.7-2 (raring), package size 59 kB, installed size 184 kB09:33
Skizudr_willis: huh?09:33
dr_willisSkizu:  the console is lacking in many features you may want.  screen, tmux. fbterm, will give you more features. If you got a mouse  install gpm also so you can use it for some actions09:33
SkizuHmm dang, seems like something it working without working, could I get help here with xdebug/09:33
somsipSkizu: what have you done with xdebug so far?09:34
Skizudr_willis: using "sudo apt-get install gpm" ?09:34
Skizusomsip: I installed it09:34
dr_willisSkizu:  yes..09:34
SkizuAwesome got a mouse now thanks dr_willis09:35
dr_willisSkizu:   you may want to read up on bash ussage and command line basics befor messing with advanced php stuff.09:35
dr_willisSkizu:  of course you an still do 'php' stuff with a desktop install.09:35
SkizuWell I can do PHP, but now I've been told I gotta set up the box which runs it :P that's my issue09:35
somsipSkizu: what version of ubuntu and PHP?09:35
=== ghostcube_ is now known as ghostcube
dr_willis!lamp09:35
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.09:35
dhanushActionParsnip: wl ?09:35
AntarHello everybody09:35
SkizuWell 5.3.10 at the moment but will need 5.4+ and for the ubunutu version09:36
syedhamidhi guys, if i run ubuntu test, not install it yet, and if i try to install kernel 3.10.3 on it to test if it works, after i reboot, will the kernel I downloaded will be removed? or all the files I downloaded during the live usb testing?09:36
=== mk3548208_ is now known as mk3548208
ActionParsnipdhanush: there are a few09:36
syedhamidhi09:36
somsipSkizu: so you're on 12.04?09:36
syedhamidhi guys, if i run ubuntu test, not install it yet, and if i try to install kernel 3.10.3 on it to test if it works, after i reboot, will the kernel I downloaded will be removed? or all the files I downloaded during the live usb testing?09:36
Antaris there any way to upgrade my 11.10 to 12.04 using an iso file09:36
syedhamidhi guys, if i run ubuntu test, not install it yet, and if i try to install kernel 3.10.3 on it to test if it works, after i reboot, will the kernel I downloaded will be removed? or all the files I downloaded during the live usb testing?09:36
dr_willissyedhamid:  live usb - has a persistnt save file.. but i dnt think it can boot/run differnt kernels on a live-usb-persistant save setup.09:36
Skizuhttp://paste.ubuntu.com/5984382/09:36
Antaris there any way to upgrade my 11.10 to 12.04 using an iso file ?09:37
dhanushActionParsnip: Could you name them?09:37
Skizusomsip: appears so :)09:37
syedhamiddr_willis: if i try install kernel 3.10.3 on it, and it worked, after i reboot, will the files remain on my system even tho i did it in a live usb?09:37
syedhamiddr_willis: or if I try to install gnome-ppp on the liveusb, after I reboot, will gnome-ppp will be removed?09:37
nowayrideIs there a good link to unattended installer, or am I missing something? Followed http://askubuntu.com/questions/122505 for server 12.04.209:37
dr_willissyedhamid:  if you have a persistrant save file. yes. but how are you testing the kernel? I  DONT think you can just change kernels the live-usb setup uses that way09:37
syedhamidduring the testing09:38
Antaris there any way to upgrade my 11.10 to 12.04 using an iso file ?09:38
somsipSkizu: in what way doesn't it work? What is your test?09:38
syedhamiddr_willis: u are not understanding09:38
dr_willissyedhamid:  normal apps should be remebered.. its the kernel and drivers that may  have issues09:38
Skizusomsip: so any ideas why my php5-xdebug isn't kicking in and is still showing default errors09:38
syedhamiddr_willis: no09:38
AntarPlease is there any way to upgrade my 11.10 to 12.04 using an iso file ?09:38
somsipSkizu: maybe because it is not setup correctly. How are you testing it?09:38
syedhamiddr_willis: example: if I go to liveusb mode, and (try ubuntu without installing), I install gnome-ppp, wvdial, brasero, steam on it, after I reboot or end that liveusb session, will those files remain in my PC or will be removed?09:39
dr_willisa live-usb with a persistant save file - you CAN install other apps.  but   there can be complecations09:39
Skizusomsip: my test is I've a lot of errors due to the php version, but they're showing as standard php errors, without the xdebug way of showing errors in a readable way09:39
vlitomski have "good" files in /proc/asound, ALSA detects my card successfully, but i can't run 'alsamixer' in X terminal emulator (from openbox WM)09:39
dr_willissyedhamid:  normal apps will be remebered.. as i said.09:39
syedhamiddr_willis: example: if I go to liveusb mode, and (try ubuntu without installing), I install gnome-ppp, wvdial, brasero, steam on it, after I reboot or end that liveusb session, will those files remain in my PC or will be removed?09:39
vlitomskhelp me09:39
syedhamidremembered?09:39
=== digi_ is now known as Guest37404
peterrusSkizu, I am not sure if I have ever seen that09:39
AntarPlease is there any way to upgrade my 11.10 to 12.04 using an iso file ?09:39
syedhamiddr_willis: will those apps I installed on liveusb will be removed or not? that is question09:39
dr_willissyedhamid:  thats  the whole point of the 'persistant save file' it saves the changes you make09:39
peterrusSkizu, as far as I know xdebug does not change the way errors are logged (in apache's error.log)09:39
dr_willissyedhamid:  if you ahve a save file made - yes.. if you DONT.. then no09:40
Skizupeterrus: not logged, the way the look09:40
AntarPlease is there any way to upgrade my 11.10 to 12.04 using an iso file ?09:40
syedhamiddr_willis: if I don't have a save file, those apps will be removed after I reboot?09:40
peterrusSkizu, what do you mean exactly? when I use xdebug, they dont change in any way09:40
Skizupeterrus: e.g. http://xdebug.org/docs/stack_trace09:40
AntarPlease is there any way to upgrade my 11.10 to 12.04 using an iso file ?09:40
AntarPlease is there any way to upgrade my 11.10 to 12.04 using an iso file ?09:40
dr_willisAntar:  get the iso. mount it.. and it should ask. or it might..09:40
somsipSkizu: Not sure what you mean. Does phpinfo() show that xdebug is installed ok09:40
SkizuLook how it shows errors there, doesn't so any such thing for me09:40
dr_willissyedhamid:  if you ahve a save file made - yes.. if you DONT.. then no <<<<<<<<<< You DONT. then NO it wont save09:40
Skizusomsip: Yeah appears in both PHP part and the zend part09:40
Antarok drwilis09:40
syedhamidhow can I check if a save file is made or not09:41
dr_willisAntar:  i would think you could of allready tried it and see if it worked. ;)09:41
somsipSkizu: try setting html_errors = On in php.ini? http://is.gd/w7HH6d09:41
dr_willissyedhamid:  look for a casper-rw file on the usb.. or try a simple change. like downloading a wallpaper image. and see if its still there when you reboot09:41
vlitomskall previous story + alsamixer runs with sudo in X terminal emulator09:41
vlitomskbut without sudo it crases09:41
vlitomsk*crashes09:41
syedhamiddr_willis: it is not there, yea it worked09:41
peterrusSkizu, stacktraces are on by default these days afaik, xdebug does not have anything to to with that09:42
vlitomskdoes anyone know how to fix it?09:42
nowayrideAntar https://help.ubuntu.com/community/PreciseUpgrades has some instruction, but (as it states) I'd definitely make updates first since Ubuntu can um.. break.. during an upgrade. Or at least be able to recover from a rescue CD09:42
nowayrideMake backups first*09:42
dr_willisbackup your backups!09:42
syedhamidnowayride; ubuntu distro can break during the upgrade?09:42
syedhamido.O ubuntu distro can break during the upgrade??09:42
dr_willisanything can break during a upgrade09:43
peterrusjup09:43
syedhamidnow I am scared to upgrade...09:43
peterrusyou should be09:43
dr_willispower failure during a upgrade = bad....  on ANY OS09:43
nowayrideIDK about desktops, but I've seen plenty of "I upgraded to 12.04 and it won't boot", it might be more server hardware though09:43
peterrusthats why you always backup your complete system09:43
aneesh_what is the number of source available for the ubuntu server . I mean how many number are there Get:214 http://us.archive.ubuntu.com precise-updates/restricted Sources [5,467 B]09:43
Skizusomsip: For some reason it was off, just made it On do I need to restart apache2?09:43
peterrusSkizu, yes09:43
syedhamiddr_willis: if I am upgrading thru apt-get upgrade, and suddenly, my battery runs out....09:43
syedhamidwhat will happen09:43
peterrussyedhamid, that will be the last you see of yrour system09:43
somsipSkizu: yes, but I have no idea what it does or what you're trying to achieve.09:43
dr_willissyedhamid:  then you will wish you had made backupos09:43
nowayrideBut upgrading major releases brings a lot of changes and there's always a chance something can break, or as stated there could be a power out or something and brick it, so at least have backups or know how to recover from livecd09:44
aneesh_It is taking  time Already it took around 30 minutes already . How much time I need to wait to complete the update09:44
ActionParsnipsyedhamid: dont do upgrades on battery......09:44
Skizusomsip: exactly that thanks :)09:44
dr_willissyedhamid:   an  'apt-get upgrade' is  not the same as doing a release upgrade09:44
syedhamidhow to recover from livecd09:44
somsipSkizu: cool09:44
robertknightIs there a way to add a local post-install hook for a specific upstream package?09:44
peterrusSkizu, protip, use vagrants, they really simplify all this setting up of development environments09:44
dr_williskilling apt  in mid-working  is not a good idea09:44
yolandrehi all. i need some adive regarding an installation issue. anyone interested?09:44
MonkeyDustyolandre  ask away09:44
dr_willissyedhamid:  recover what? it depends on whats broken09:44
reisioyolandre: I'm not, but I'll give it anyways, if the issue is ever specified09:44
SkizuWhat do I need to install/enable to use mod-rewrite?09:45
syedhamiddr_willis: like, if I cannot boot09:45
peterrusSkizu, take a look at this if you like: http://www.vagrantup.com/ and this https://github.com/peterrus/vagrant-lamp09:45
syedhamidor cannot access my files09:45
nowayrideSo yeah.. has anyone messed with unattended installer? I'm thinking it's not even picking up my kickstart or hitting the correct boot option09:45
syedhamiddr_willis: ubuntu shouldn't have added that ecryptfs option09:45
peterrusSkizu, a2enmod rewrite09:45
syedhamidmany people dont know about ecryptfs09:45
dr_willissyedhamid:  boot live cd.. mount your installed system .. access files09:45
syedhamidlinux-beginners use ecryptfs09:46
syedhamidand they dont know about that09:46
dr_willisI dont use  the encryoted stuff.. so no idea on it.09:46
syedhamidif ecryptfs gets broken09:46
syedhamidthey'll lose their files09:46
MonkeyDustsyedhamid  beginners don't use encryption09:46
syedhamiddr_willis: 99% do it, like that box, "encrypt your directory?" and most are like "sure why not"09:46
dr_willisthats why its not enabled by default09:46
syedhamidmonkeydust: they do09:46
syedhamidkeep that ecryptfs thing out of the installation, i would say to ubuntu developers09:47
yolandrei'm trying to install ubuntu 13.04 from usb flash disc on a blank partition to have it run along side with windows 8 pro x64. the problem: the ubuntu installer doesn't report any of the existing ntfs partitions. the odd thing: running ubuntu live from the installation media all 3 existing ntfs partitions are preperly reported and can ctually be accessed from ubuntu.09:47
syedhamidif they want ecryptfs, they must do it manually09:47
iceroot_syedhamid: and when you hdd gets broken you will also lose your stuff, because of that there are backups09:47
peterrusif you guys close your laptop lid, and it suspends, then when you wake it up, does it briefly show your desktop/screen contents before actually locking the screen? I find this to be a real security issue09:47
ActionParsnipyolandre: resize your NTFS in Windows, then reboo and run a chkdsk to be sure it is healthy09:47
peterrussyedhamid, it is the only place to actually use it09:47
iceroot_peterrus: no09:47
syedhamidpeterrus: looks like someones been lurking around your /home/09:47
ActionParsnippeterrus: report a bug09:47
reisiopeterrus: immediately after closing it?09:47
peterrussyedhamid, you cant encrypt your partition afterwards09:47
SkizuSo I've done that and restarted, still getting a 404 on rewrites, anything in php.ini i need to enable?09:48
peterrusreisio, I close it, it suspends, then I wait for x hours, then I open it, the screen is shown, for about 1 second, then the screen is locked09:48
syedhamidpeterrus: is upgrading a bad idea?09:48
syedhamidor should we just upgrade from iso09:48
peterrussyedhamid, no09:48
peterrussyedhamid, but upgrading unprepared is09:48
reisiopeterrus: I wouldn't worry about it09:48
reisiopeterrus: anybody experienced who actually wants your data will get it if they have physical access09:49
nowayridepeterrus: physical access is a security risk09:49
syedhamidhas anybody experienced that? like if they tried upgrading, and something broke?09:49
vlitomskHelp me, why sound&alsamixer work fine with root privelegies, but without privelegies alsamixer says 'cannot open mixer: no such file or directory'? i use tiny Xorg + tiny openbox09:49
reisiolocked screen won't stop'm09:49
peterrusreisio, nowayride sure sure, but this clearly seems like a design error09:49
reisio:)09:49
dr_willissyedhamid:  first rule of comptuter data  reliabilty... keep backups.09:49
kimdahi. i 've got a weird networking issue.. I've changed firewall settings a week ago and since then there are network connectivity issues. Even after changing the settings back to the original settings these issues remain. Also whats weird that one virtual interface is accessible from the same network - even from a different physical server from the same network - but is not accessible from outside the network. Yesterday I got it working again. But thi09:49
kimdas morning I cannot access it via ping/ssh etc.. Any ideas what could be wrong with it? Maybe the arp cache? The other interface on the same machine is accessible though.09:49
yolandrei've tried the installtion with the pace set aside for ubuntu formatted as ntfs and unfromatted, but the result remains the same: ubuntu installer reports the entire drive as being vacant and available. something i didn't mention before: i went through a heck of a lot of trouble converting the drive from GPT to MBR., so it's a mbr drive.09:49
=== SushiDude_ is now known as SushiDude
reisiopeterrus: if it's GNOME's screensaver, that wouldn't surprise me09:49
ActionParsnipsyedhamid: not had the issue, upgrading is fine but personaly I always clean install09:49
dr_willissyedhamid:  upgrades in any os CAN fail..09:49
reisiopeterrus: if it's xscreensaver, my guess is it was never fully tested against the likes of compiz09:49
dr_willissyedhamid:  it depends on what the user has done to the OS in quesion a lot of the time.09:50
reisiopeterrus: you should be able to tell the system that closing the lid means: log out & then suspend09:50
reisiopeterrus: or even display a blank image fullscreen then suspend09:50
peterrusreisio, I think locking takes a bit to long, so it just goes ahead and suspends09:50
peterrusanyway, this could be classified as a bug09:51
somsipSkizu: oh, that's quite pretty isn't it. I'll enable that myself :)09:51
reisiopeterrus: yes, certainly09:51
dr_willisit suspends as its shutting down ;_09:51
syedhamidhow can i make a backup of /home/ the fastest way if i have 4gb09:51
dr_willis:)09:51
ZorkyAnyone here who can help me with a tweak on gnome screensaver or xscreensaver, making it so it logs the user off when it activates?09:51
reisiosyedhamid: to where?09:51
nowayridesyedhamid: Also, that's why partitioning is a good idea too. Separate home = worst case you're only having to reinstall your programs/some settings. Good thing about linux, you can keep most of the system and only reinstall the base09:51
dr_willissyedhamid:  copy all your files somewhere off line. or to your ubuntu one accouint.09:51
Skizusomsip: Lol well it's readable09:51
peterrussyedhamid, I have had multiple failed upgrades, seen alot of other people where upgrades failed, it just happens, if you don't backup your system, you are just waiting for shit to happen. Making backups sucks, sure, but they can save you a lot of stress. You could have a look at commercial solutions such as Acronis True Image Home, really  makes it a painless experience, but you will need a external hdd with at least the size of you09:51
peterrusr internal hdd I suppose09:51
FloodBot1peterrus: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:51
peterruslol09:51
reisiowell, no, separate /home worst case you still lose it all09:52
syedhamidto my USB09:52
SkizuSo rewrite appears to be enabled as it's showing in /etc/apache2/mods-enabled but I can't seem to get it to work anyone got ideas why I'm still hitting a 404?09:52
somsipSkizu: yeah. I always tail a log on a different monitor, but it's worth enabling that I think :)09:52
reisiosyedhamid: rsync -av /home/foo/ /media/whateverusb/09:52
ZorkyAnyone who can help me with screensavers in ubuntu?09:52
somsipSkizu: in your virtual host, amke sure you AllowOverride to make .htaccess accessible09:52
peterrusZorky, I think ubuntu questions would be a good place for that09:52
nowayrideSkizu: syntax right? is it overridden somewhere?09:52
Skizusomsip: In php.ini?09:53
syedhamidreisio: is that the fastest way? and will my /home/ will be deleted after I copied it to my USB?09:53
Zorkypeterrus:  irc chan?09:53
peterrusreisio, syedhamid rsync -ravuh --progress /home/foo /media/whateverusb ;)09:53
reisiosyedhamid: might be faster with just -a instead of -v09:53
somsipSkizu: /etc/apache2/sites-available/default if you have no other vhosts setup yet09:53
reisiosyedhamid: just copies, doesn't delete09:53
peterrusZorky, it's a site, this question is so localized, you really shouldn't expect anyone here to answer it, at this exact moment09:54
nowayridereisio: how does having a separate /home partition mean losing it in a new install? You can select to preserve it09:54
syedhamidpeterurs: what does "uh" mean?09:54
syedhamidpeterrus* haha09:54
SkizuSo it says allow override none I need to make it true?09:54
peterrussyedhamid, update and human09:54
peterrusso update files already there09:54
peterrusand human is to get human readable filesizes09:54
syedhamidand "h"?09:54
somsipSkizu: Change None to All (ok on local dev server)09:54
peterrusprogress to see the progress09:54
reisionowayride: ah, thought we were talking about failures :)09:54
Zorkypeterrus:  ohh. : /09:54
peterrusr for recursive which means: also copy all subfolders09:54
syedhamidi am confused by that "h" thing still09:54
peterrusit is the perfect backup command, write it down, it will save lives09:55
nowayrideWell an install failure still shouldn't be touching partitions marked to preserve09:55
reisio-r is probably redundant to -a09:55
somsipSkizu: restart apache again09:55
reisio-u is redundant to a fresh dir09:55
reisio-h is redundant to not wanting -v to speed it up09:55
reisiorsync -a foo/ bar/09:55
iycvhello everyone, I download the eclipse.tar.gz, and I extract it in ~/eclipse,  can anyone tell me How to completely uninstall eclipse?09:55
peterrusreisio, -h is for human readable09:55
MonkeyDusti use rsync for my backups in a nightly cron task09:55
peterrusfile zises09:55
reisioiycv: rm?09:55
peterrussizes*09:55
mohamedn3na3ahey guys can i reinstall ubuntu without having to format my hard disk allover again?09:55
reisiopeterrus: nothing to read if you want it to go faster by outputting nothing09:55
peterrusreisio, true, but I like to keep an eye on things when doing it manually09:56
reisioMonkeyDust: not rdiff-backup? :)09:56
peterrusin cronjobs, thats an entirely other story ;)09:56
Skizusomsip: we have success09:56
reisiomohamedn3na3a: kinda09:56
rigo88hi09:56
iycvnreisio: rm doesn't work09:56
somsipSkizu: good09:56
reisiopeterrus: and I, but he saked for faster :p09:56
reisiorigo88: hi09:56
mohamedn3na3acan u tell me how?09:56
reisioiycv: why not?09:56
rigo88reisio: hi here too :)09:56
reisiomohamedn3na3a: you've got one partition?09:56
syedhamidreisio: why did you told me to put "v" out of the way?09:56
mohamedn3na3ayea09:57
peterrusreisio, yes, but seeing that he isn't exactly an ubuntupro, I though a little verbosity goes a long way xD09:57
rigo88now im really not sure that my catalyst 13.04 is installed well..09:57
iycvI can't find the .eclipse/ fold09:57
rigo88i mean 13.409:57
skeuomorfI am trying to connect using SSH to a remote server but it doesn't show me anything, the process isn't terminated neither connected, however connecting using putty through SSH works fine09:57
peterrussyedhamid, -v shows you which file it is copying, removing -v copys the files faster, but then you don't know what it is doing09:58
peterrusI always use -v when doing a manual backup, like you are doing09:58
MonkeyDustreisio  let me explore that :)09:58
nowayrideskeuomorf: ssh -vvv and check the last line it hangs at... and are these from the same IP?09:58
syedhamidpeterrus: will my terminal be corrupted?09:58
somsipskeuomorf: ssh -vvv will give you lots of extra info09:58
nowayrideYou could be firewalled or blocked otherwise09:58
peterrussyedhamid, what09:58
syedhamid /home/ is like 87GB09:58
skeuomorfnowayride: same ip yes, will ssh -vvv now09:58
syedhamidwith 384719471931 files09:58
peterrussyedhamid, no problem, but it will not fit on a 4gb usb stick xD09:58
nowayrideDo you use .ssh/config?09:59
syedhamidpeterrus: it'll take hours, and  my terminal will stop? like, it'll get tired or something09:59
syedhamidthis happened to me a couple of times09:59
=== jzheng is now known as jzheng_afk
peterrussyedhamid, no, your terminal uses a great amount of coke, it can go on for days without stopping09:59
peterrusreally09:59
syedhamidand peterrus: if I copy 50GB to my USB, and the rest 30GB to some other USB, is this possible?10:00
Warsmokeycan someone pm me that has knowledge of ubuntu server and connecting to other computers please10:00
skeuomorfnowayride: no10:00
syedhamidhow can I do that?10:00
peterrusif your buffer gets full (the text you can scroll back to in your terminal) it will just discard old lines, so no problem at all10:00
nowayrideWarsmokey: how are you wanting to connect?10:00
peterrussyedhamid, yes then you would use rsync -blaa /home/foo/porn /media/usb-for-porn/10:00
Skizusomsip: thanks for your help10:00
nowayrideOr at least a tldr so you don't get a flood of PMs of "Oh, I don't know"10:00
syedhamidwhat does -blaa mean10:00
peterrusand rsync -blaa /home/foo/otherstuff /media/usb-for-the-rest10:01
somsipSkizu: your welcome. Come back and help someone else when you get chance :)10:01
syedhamidand yes peterrus, my /home/ mainly consists of asian trap porn10:01
peterrussyedhamid, i dont feel like typing it all agaiin10:01
somsip*you'10:01
peterrussyedhamid, lol10:01
Skizusomsip: When I get the skill you mean haha10:01
somsipSkizu: :)10:01
syedhamidpeterrus: now that you said that P word, i must do my duty as a dude.10:01
syedhamidbeatin' da thing10:02
syedhamidbrb10:02
peterrusplease keep that to yourself, and all will be fine10:02
Warsmokey@nowayride so i have a 2800 dell raid 5 mounted with ubuntu server, i'm trying to connect 4 windows 7 computers to access the data only on the server but i'm having a hard time for even one to connect to it10:02
syedhamidlol peterrus xD10:02
somsip!tmi | syedhamid10:02
ubottusyedhamid: Um thanks... We *really* did not need to know that...10:02
syedhamidpeterrus: have you tried using rsync yet?10:02
peterrussyedhamid, I use it all the time10:02
syedhamidpeterrus: is grsync a good option too?10:02
peterrusmakes two automatic backups every week10:02
nowayrideWarsmokey: what protocol are you trying to connect with? Are you doing this just as a backup or looking for a persistent connection?10:03
rigo88i had to download from amd.com manually the 13.4 cause if i did apt-get update, upgrade, dist-upgrade on a fresh 12.04 x64 server, than after reboot apt-get install fglrx (than lxde etc... and reboot) the sys freezed at boot..10:03
Skizusomsip: May need your help some more ;)10:03
reisiosyedhamid: rsync is resumable, if it's interrupted just re-run the same command10:03
nowayrideYou can use scp (like winscp) for one offs10:03
somsipSkizu: you can ask...10:03
peterrussyedhamid, never used grsync, I dont like GUI programs for terminal programs, they often obscure too much functionality I am looking for10:03
skeuomorfnowayride: am I using ssh correctly? ssh user@server:port10:03
reisiosyedhamid: rsync -a /home/foo/ /media/path/to/emptydir/on/usb/10:03
Warsmokey@nowayride a persistent connection i10:03
Skizusomsip: php5.4+ on my box rather than the 5.3.10 I seem to be getting10:03
somsipskeuomorf: ssh -p port user@remote10:03
peterrusreisio, syedhamid that is exactly why it is so handy, just re-run the command if something fails, and you are back on track10:04
syedhamidreisio: how can I make rsync make backups every week?10:04
skeuomorfsomsip: thanks, that was the problem, me writing the wrong command, fail!10:04
anevsyedhamid: cronjob10:04
peterrussyedhamid, use cron, the internet knows all about it. But first make sure you completely understand rsync of you will get nowhere in life10:04
somsipSkizu: you need a PPA. http://is.gd/f6m78g10:04
somsipskeuomorf: np10:05
skeuomorfthanks somsip nowayride for the great help10:05
nowayrideNP10:05
reisiosyedhamid: do you want 1:1 backups, or cumulative (each week new things you added to your filesystem are added to the backup)?10:05
blazemoreOut of interest, is there an "official" method for creating a bootable Ubuntu liveUSB from Windows? I always just use unetbootin or lili10:06
reisiothe former only protects you from hardware/software catastrophes, the latter protects you from yourself and other users10:06
peterrusblazemore, it is the 'official' way10:06
Skizusomsip: Looks dangerous haha, it is fine to update to 5.4 without issue?10:06
syedhamidyes reisio10:06
peterrusblazemore, unetbootin at least10:06
reisioblazemore: I think help.ubuntu.com has pendrive linux listed10:06
blazemorepeterrus: I see a lot of other tools like the Suse image writer being used too10:06
reisioblazemore: dd is going to be the most reliable, but it's also the most dangerous and least simple for many :p10:06
somsipSkizu: it's on my todo list for my production servers. I believe care is needed... Still not sure whether to wait for 14.04 or stay on 12.04 and use a PPA...10:07
reisiosyedhamid: yes? You have to pick one :p10:07
syedhamidreisio: oh hell no10:07
reisiosyedhamid: ...wha?10:07
syedhamidreisio: last time I used dd, my system cracked up10:07
reisioheheh10:07
reisiowell that wasn't to you anyways10:07
somsipSkizu: on stay on 5.3 on 12.0410:07
peterrussyedhamid, http://www.mikerubel.org/computers/rsync_snapshots/10:07
nowayrideblazemore: unibersal usb installer has always done well for making bootable usb drives10:07
peterrushave a read10:07
Skizu14.04 is out?10:07
somsipSkizu: in about 8 months10:08
blazemoreSkizu: It's called 14.04 because it'll be released in April 201410:08
blazemoreSkizu: We have to have 13.10 first anyway10:08
syedhamidanyways guys, i have a exam tomorrow10:08
soumya_s10:08
skeuomorfsomsip: say I want to copy .vimrc from local server to remote, this is the way to do it? scp ~/.vimrc user@remote -p port10:08
nowayrideNext couple of releases are going to be interesting10:08
syedhamidand yes, peterrus & reisio: how can I disable network-manager temporaily?10:08
somsipskeuomorf: weirdly, scp uses -P for port10:08
Skizublazemore: Oh I see10:09
nowayrideskeuomorf: scp ~/.vimrc user@remote:/path/to/wherever -p port10:09
somsipskeuomorf: so scp -P port .vimrc user@remote: (to put it in users home)10:09
skeuomorfsomsip, weird yes :)10:09
skeuomorfaha10:09
SkizuProblem is this is only a local one and the people who choose about live probably won't let me have php5.4+ but I'm using traits and such and would need to spend weeks to recode lol10:09
=== Sickki_ is now known as Sickki
syedhamidhow can I disable network-manager....temporarily10:10
yolandreblazemore, try this: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows10:10
somsipSkizu: which is why my local dev is 12.04 on 5.3 so I'm not tempted by newer shinier things offer by 5.4 (though I want them...)10:10
reisiosyedhamid: right click on its icon?10:11
=== charles_ is now known as Guest44765
mohamedn3na3amy internet connection keeps disconnecting periodically and i have to reset the network manager anyone knows what's wrong?10:11
MonkeyDustmohamedn3na3a  wifi?10:11
mohamedn3na3ayeah10:11
Skizusomsip: Use traits, makes a nice secure data collection object quite possible without using the SPL things, well you can still use a SPL behind it10:11
ActionParsnipmohamedn3na3a: when it drops, run:   dmesg | tail -n 15     and read the screen10:11
syedhamidreisio: that doesnt work10:11
ActionParsnipmohamedn3na3a: it may give clues10:12
syedhamidreisio: im trying to use gnome-ppp but this damn network-manager is getting in my way10:12
mohamedn3na3aokay :)10:12
somsipSkizu: I have no wish to fall into the position you are in.10:12
MonkeyDust!wifi | mohamedn3na3a it's your local wireless connection, not internet10:12
ubottumohamedn3na3a it's your local wireless connection, not internet: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs10:12
Longinusniech ktoś kurwa de mi opa10:13
BluesKajHiyas all10:14
Skizusomsip: Yeah, it's unfortunate that I now need to recode a lot of stuff due to a shadow of lies from the server admins10:15
SkizuIn which I now need to pass a single object through multiple objects to collect data :s super messy10:16
somsipSkizu: Frustrating in one way, but better to code within the limitations of your production servers. But we are off support and into general chat now, so time to stop10:16
Skizusomsip: Indeed, well thanks and cya10:18
somsipSkizu: good luck :)10:18
Skizusomsip: Yeah not to recode a few weeks of work haha!!10:18
Guest44765How do I switch to a different network server?  I'm new to this chat10:19
Guest44765Can anyone answer my question?10:20
somsip!patience | Guest4476510:20
ubottuGuest44765: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/10:20
z8zGuest44765: what do you mean?10:20
Guest44765I'm trying to join a different network that I used to go to and an trying Smuxi on Ubuntu for the first time10:21
yolandreSa]]10:22
yolandresame here...10:22
Guest44765I usually use Windows but decided to try this out as an alternative10:22
nowayrideYou mean IRC network?10:25
ActionParsnipGuest44765: https://www.smuxi.org/page/ServerHowTo10:25
Guest44765yes10:25
BluesKajuhm , there's irc on windows too10:27
Guest44765Thanks ActionParsnip...will check it out10:27
=== Companion is now known as companion
aneesh_one quick question  will less space on root folder affects the mysql start process?10:32
ikoniaaneesh_: in what way ?10:33
ikoniaaneesh_: there is space needed for the socket and log files, if this is hanging off the root directory and you have no space free, it won't start10:33
aneesh_my root folder has only 77m space left  . Is that problem because of that mysq is not running?10:34
somsipaneesh_: check /var/log/mysql/error.log in case you have any information in there10:34
ikoniaaneesh_: read what I just said10:35
CaneToadI've got a situation where system with nvidia driver boots up with external monitor 1920x1080, but running totem movie player even without any arguments makes the system drop the external monitor resolution down to 1024x768....odd thing is that I have three VGA cables here, and it does it with 2 of them, but 1 of them works fine. I guess it boils down to VGA cables not having the data line that lets the monitor report its res10:38
esinghi Iam installing ubuntu and Iam not sure what I should set as 'Device for boot loader installation'. /dev/sda  or /dev/sda1 ?10:42
cfhowlettesing, by default /dev/sda10:43
sec_how run 12 in virtualbox?10:44
ActionParsnipsec_: 12 what? apples?10:44
cfhowlettsec_, it's runs fine.10:44
sec_ubuntu-1210:44
ActionParsnipsec_: there is no 'ubuntu-12'10:45
ActionParsnipsec_: there is Ubuntu 12.04   and Ubuntu 12.1010:45
ActionParsnipsec_: 'ubuntu-12' doesn't exist10:45
sec_ubuntu-12.04.2-desktop-i386.iso this is10:45
DJonessec_: Install virtualbox, start virtualbox, install UBuntu 12.04/12.10 in virtualbox, thats all there is to it10:46
sec_sorry i can't remember correct name10:46
ActionParsnipsec_: then its Ubuntu 12.0410:46
=== Kai` is now known as Kai
ActionParsnipsec_: it will run fine, use Unity2D for extra performance10:46
sec_This kernel requires the following features not present on the CPU:10:47
sec_pae10:47
sec_Unable to boot - please use a kernel appropriate for your CPU10:47
ActionParsnipsec_: in future, please type FULL descriptions of the issue. Saves a lot of time10:47
sec_i got this error10:47
cfhowlett!details|sec_,   for precision help, precision details are needed10:47
ubottusec_,   for precision help, precision details are needed: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."10:47
ActionParsnipsec_: what CPU are you using in your host?10:47
sec_it's Pentium B98010:48
esingcfhowlett Maybe I need to specifically set it to /dev/sda1 if I have windows boot loader already in /dev/sda1 (I want to dual boot ubuntu/windows 8)10:48
cfhowlettsec_, pentium?  probably find you'll get better results with xubuntu or lubuntu10:48
MonkeyDust!pae | sec_10:48
ubottusec_: To use more than ~3.2GB RAM on a 32bit system you can install the PAE-enabled kernel. See https://help.ubuntu.com/community/EnablingPAE for more info10:48
ActionParsnipsec_: do you have pae enabled in the guest?10:49
cfhowlettesing, you can put it where you want, just need to make sure the bios looks in the right place on booting up.10:49
=== Kai` is now known as Kai
sec_ActionParsnip: no. It's booting with that pae enabled10:49
nowayridesec_: that might not have virtualization, if it does make sure it's enabled in BIOS10:50
esingcfhowlett Hm, I thought the boot loader always have to be in sda1?10:50
ActionParsnipsec_: so under the settings for the virtual PC, system -> processor tab. YOu have PAE enabled there?10:50
ActionParsnipsec_: yes?10:51
ThothCastelwhat does this do?10:51
ThothCastelawk 'BEGIN {FS=OFS="|"}{$1=strftime("%c",$1)} {print}'10:51
sec_ActionParsnip: yes i enable PAE now10:51
ActionParsnipsec_: didnt think to check that?10:51
ActionParsnipThothCastel: ask in #bash too10:52
sec_ActionParsnip: No. Sorry i know ubuntu has good support. so go to here :)10:52
ThothCastelActionParsnip: thanks :)10:52
sec_thanks you :)10:52
ActionParsnipsec_: all better?10:52
sec_ActionParsnip: yes it is better now10:52
ActionParsnipsec_: a more accurate channel would have been #vbox10:52
sec_ActionParsnip: thanks, i think i should only use console :(10:54
ActionParsnipsec_: you'll learn10:54
sec_ActionParsnip: ubuntu give me to prompt now10:54
sec_ActionParsnip: exist pre-installed ubuntu machine for vbox, is it?10:55
ActionParsnipsec_: no ide10:55
ActionParsnip*idea10:55
ActionParsnipsec_: try in #vbox10:56
sec_ActionParsnip: ok10:56
carlesHi - I'm investigating this error: https://bugs.launchpad.net/numbertext/+bug/1207494 . Libreoffice 4.1 from www.libreoffice.org worked but not from PPA10:57
ubottuLaunchpad bug 1207494 in NUMBERTEXT "Extension does not install properly in libreoffice 4.1" [Undecided,New]10:57
cfhowlett!ppa|carles10:57
ubottucarles: 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-purge10:58
BWorldIs there an easy way to recover only database files using photorec? All of the MYI files are renamed into numeric format so I can never re-assemble the database this way, are there tools for this situation here?10:58
ActionParsnipcarles: contact the PPA maintainer, we can only support package versions from the Ubuntu repos11:00
MonkeyDustBWorld  photorec > File Options11:01
ActionParsnipBWorld: why is there not a backup?11:01
carlesunderstood, checking the details - thanks :-) (will also check newer Ubuntu versions just in case)11:01
BWorldThanks MonkeyDust11:01
BWorldecause it was running on my local machine11:01
BWorldIt was first setup as a temporary solution (we were using Mantis) and never migrated the database to server11:02
ActionParsnipBWorld: should still be backed up, even if its local11:02
ActionParsnipBWorld: if its important, back it up11:02
BWorldYes ofcourse, it was stupid11:04
BWorldBut now, I have found back all .MYI files I guess11:04
BWorldBut all filenames are malformed11:04
BWorldSomeone aware of some program that can restore this?11:05
ActionParsnipBWorld: people love leaning the value of backup the hard way11:06
BWorld:(11:06
Hawkerzi'm sure such a program could be written, but having never heard of either photorec or an myi file I'm afraid I can't help11:06
ActionParsnipBWorld: foremost may do it11:06
BWorldThanks ActionParsnip I will google it and try to figure it out11:07
ActionParsnipBWorld: you will need a partition of equal or larger size than the partition and you will restore any and all files, you will use file name and directory structure but the files may be retrieved11:07
ActionParsnipBWorld: if the area that files were stored on has been written to since, then the data is gone11:07
esingI justed finished the installation of ubuntu and the system booted into grub2 rescue prompt. I managed to boot into ubuntu by issuing these commands: set root=(hd1,gpt6)  and then: linux /vmlinuz root=/dev/sda6 ro  and then: initrd /initrd.img  and then boot. Iam now in ubuntu's desktop. What should I do now to have the normal boot menu and not grub's rescue prompt when I startup the system?11:08
Hawkerzis there actually data missing? or has it just been moved around?11:08
cfhowlettesing, is this a wubi installation?11:08
esingcfhowlett No, it's the normal ubuntu live cd installation11:09
esing(Installed in efi mode)11:09
ActionParsnipesing: sudo update-grub     should do it11:09
Hawkerzhas that been causing a lot of issues?11:10
HawkerzEFI, that is11:10
VampiricPadraigHey guys. Is there any good Mail Server programs out there that have Webmail functionality. Looking to set one up on a Ubuntu server?11:10
VampiricPadraigJeez, I can't do proper grammer today...11:10
HawkerzVampiricPadraig, I think every mail server can be accessed via webmail if you're willing to host both11:11
=== alexandru is now known as anduro
BWorldI hope it will end good ActionParsnip11:11
esingActionParsnip I run sudo update-grub, rebooted, but again I am in grub's rescue prompt11:11
HawkerzI would caution you that running a public mailserver tends to be more of a headache than it is worth, VampiricPadraig11:12
MonkeyDustVampiricPadraig  there's alos #ubuntu-server11:12
VampiricPadraigHawkerz: Yup, I don't mind if it's 2 seperate programs.11:12
VampiricPadraigHawkerz: Well, we are currently using Google Apps but we are going to have more than 10 people with emails and we are not willing to pay $50 per user per year11:13
Hawkerzwell, you will be paying a lot more than that hosting your own mailserver11:13
ActionParsnipesing: is the OS fully updated?11:13
ActionParsnipHawkerz: good to learn though11:13
esingActionParsnip It's the newest ubuntu live cd, but I didn't issued sudo apt-get update && sudo apt-get dist-upgrade yet11:14
ActionParsnipesing: I would, there may be bug fixes in the newer versions11:14
VampiricPadraigWell, we have a few Linux staff members who could help setting it up :P11:14
ActionParsnipVampiricPadraig: squirrelmail has a web UI11:14
HawkerzActionParsnip, if you like spending your days trying to keep your servers clean it could be valuable11:14
bfmt048how to install ruby on rails in ubuntu 12.0411:15
* blazemore runs public mail servers11:15
esingActionParsnip I think that updating the packages won't help, because it should work now too11:15
ActionParsnipVampiricPadraig: http://www.smallbusinesscomputing.com/biztools/article.php/3932591/Top-5-Open-Source-Alternatives-to-Microsoft-Exchange.htm11:15
HawkerzVampiricPadraig, so this is an enterprise thing?11:15
Hawkerzyeah, that was what I was looking for11:15
ActionParsnipesing: maybe, but it doesn't. There may be an updated Grub package which fixes issues11:15
VampiricPadraigHawkerz: Small business-ish11:15
VampiricPadraigActionParsnip: having a look at that link now. Thanks :)11:15
blazemorebfmt048: https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm11:16
Hawkerzthere are some decent options for the frontend anyway -- openxchange or whatever11:16
ActionParsnipHawkerz: given but if you are interested in managing Linux mail servers as a profession, its good to manage your own first, get used to it11:16
HawkerzActionParsnip, I just hope that is not an exclusive interest11:16
HawkerzI have yet to meet someone who dreams of someday managing 'nix mailservers11:17
ActionParsnipHawkerz: we have one, its a mail relay11:26
ActionParsnipHawkerz: runs exim11:26
HawkerzActionParsnip, resolving exim-related issues is my least favorite thing to do11:28
babinlonston1were can i see shell script chatroom11:30
ActionParsnipbabinlonston1: #bash   maybe11:30
babinlonston1ActionParsnip: got it Thanks11:31
ionelmcany idea why python3.2 in ubuntu 12.04 (from ubuntu's repos) doesn't link with libgcc_s.so.1 ?11:32
=== Guest12591 is now known as jan1337zZz
=== ghostcube_ is now known as ghostcube
MonkeyDustionelmc  better ask in  ##python-friendly11:38
ionelmcsigh .... no one knows why python3 sucks on ubuntu ...11:40
=== jan1337zZz is now known as jan1337z
=== jan1337z is now known as Jan
=== Jan is now known as Guest82092
=== martijn is now known as Guest84150
dragoonisAny way to make my ubuntu laptop into a personal hotspot for my smartphone to connect to11:46
dragoonis?11:46
=== Thor^^ is now known as Thor
curatrixdragoonis: http://askubuntu.com/questions/180733/how-to-setup-a-wi-fi-hotspot-access-point-mode11:48
ffiodragoonis: yeah it's possible11:49
ffio^11:49
ffiois it possible to change the loading ubuntu logo into something else ?11:49
MikeHAnyone here use rsyslog? I'm trying to get rsyslog to put messages from an IP phone itno a specific log file, however I can't quite figure out how. Currently messages end up in /var/log/messages11:50
dragooniscuratrix, awesome!11:50
curatrix;)11:50
MikeHI see there is a directive like mail.* /var/log/mail.log - but no idea how to do that for the log entries I'm looking at11:50
dragooniscuratrix, looks like my macbook pro doesn't have the settings required to setup an AP11:52
* curatrix mumbles something about certain fruit and vacuum cleaners11:53
new-userhello what does mean the "(source code)" on the repositories?12:07
ANN-TechCoderSource code is the code that is used to make the program :)12:08
MonkeyDustnew-user  if you have programming skills, you can change the source code of any package to your needs12:08
fjeeerhttp://www.fjeer.me FREE SMS Worldwide!12:09
* fjeeer http://www.fjeer.me12:09
fjeeerhttp://fjeer.me12:09
FloodBot1fjeeer: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:09
reisiosomething to do with Jake Gyllenhaal12:09
new-userok. I am a home user, so I should uncheck all source code repos? what do you recommend?12:09
ANN-TechCoderYoucan leave it.12:11
new-userok how can i know if a ppa is secure?12:11
x-s4nd3rnew-user: google it.12:12
MonkeyDustnew-user  avoid ppa's as much as possible12:12
x-s4nd3rMonkeyDust: what is a ppa? a repository?12:12
DJones!ppa | x-s4nd3r12:12
ubottux-s4nd3r: 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-purge12:12
x-s4nd3rthank you for that djones12:12
skagowhy avoid ppa?12:13
MonkeyDustskago  because it is not official and not screened for errors12:13
ANN-TechCoderI am trying to Install SDL 2 Library from PPA right now12:13
skagook thanks12:14
wingnut2626does anyone know why 'eric' has a segmentation fault?12:18
reisioprobably 'cause it's writ in C++12:18
reisiojust a guess12:18
ionelmcwingnut2626: import faulthandler12:18
ionelmceric is written in python no ?12:18
reisiooh it is12:18
wingnut2626what do you mean import faulthandler12:18
reisiobut Qt isn't :)12:18
ionelmcwingnut2626: https://pypi.python.org/pypi/faulthandler/12:19
esingActionParsnip I updated ubuntu, then again issued sudo update-grub, but grub2 still started up in rescue prompt. What could I else do?12:19
OerHeksesing perform a fsck on boot,  sudo touch /forcefsck12:23
=== Guest82092 is now known as jan1337zZz
=== jan1337zZz is now known as jan1337z
wingnut2626I just ended up building eric from source (sourceforge) instead of getting it from the package manager12:26
wingnut2626it worked :)12:26
Hawkerzesing, do you have any logs?12:27
=== lutzeee is now known as Guest20763
teeceepeeanyone can find ubuntu 64-bit ami for eu-west-1a ?12:29
esingOerHeks The fsck test seems fine, it says the fs is clean12:29
esingHawkerz Do you mean Grub / boot logs in /var/log?12:29
Hawkerzesing, sure, boot logs, syslog, dmesg12:30
Hawkerzanything helpful12:30
=== RojoD is now known as Rojod^work
cowbaconhello everyone. If I upgrade the hardware in my ubuntu 13.04 server with a new harddrive and more RAM, can I just plug it into the machine and everything will work or do I have to recompile the kernel or something? reconfigure something?12:35
x-s4nd3r$4800 is divided among three brothers A, B and C, A receives three times as much as B and C receives twice as much as B. If B receives $x, form an equation in x.12:35
Ben64x-s4nd3r: this is not a homework help channel, this is for ubuntu support only12:36
DJonesx-s4nd3r: Sounds like a question for a maths channel12:36
Ben64cowbacon: yes, it should "just work"12:36
x-s4nd3rdjones, any maths related questions or homework-helping except #math12:36
x-s4nd3rmaths related channel*12:36
DJones!alis | x-s4nd3r I've no idea,12:36
ubottux-s4nd3r I've no idea,: 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*12:36
cowbaconBen64: great thanks.12:37
djlocushey guys 1 question12:39
MonkeyDustdjlocus  let's hear it12:39
djlocusi been group to group. trying to find a good program such as this. do you know how to work this thing. i never used it12:40
cowbacondjlocus: just ask the question in the channel, if anyone knows the answer they'll answer you12:40
MonkeyDustdjlocus  what program would that be?12:41
esing2Hawkerz,  boot.log : http://ix.io/7hd   syslog: http://ix.io/7he   dmesg: http://ix.io/7hf12:41
Hawkerzhmmk12:41
djlocusyour on it right now.....12:42
MonkeyDustdjlocus  how do you know what programs I have opened?12:42
djlocusbecause were talking on the same one12:42
djlocuslol12:43
djlocusmessaging that is12:43
DJonesdjlocus: You're not making any sense12:43
ZoiaguyverThink he means IRC12:43
cowbacondjlocus: I assume youre talking about IRC? are you asking about a good IRC client?12:43
djlocusyes12:43
MonkeyDustdjlocus  you mean an irc client?12:43
djlocusyes12:43
cowbacondjlocus: irssi is good, xchat is good12:43
MonkeyDustdjlocus  and what client are you using?12:43
cowbaconpidgin i think is good for IRC12:43
djlocusanonyous os12:43
djlocusIRC12:44
cowbacondjlocus: you can also use web chats, like webchat.freenode.net12:44
djlocusokay12:44
=== Guest49339 is now known as CrazyEddy
DJonesdjlocus: AnonymousOS isn't supported here you will need to find their own support network, this channel only deals with the official versions of Ubuntu12:44
djlocusoh.so yall couldnt help me?12:45
Ben64djlocus: and theres a good chance theres spyware in anonymousos12:45
ANN-TechCoderGuys, if I add PPA to my list, how do I install stuff from it ?12:45
djlocusbut i cant get backtrack or metasploit12:45
Ben64djlocus: http://en.wikipedia.org/wiki/Anonymous-OS12:45
djlocusand theres not i got it12:45
Ben64only ubuntu is supported here12:46
MonkeyDustdjlocus  you're not in the right channel12:46
djlocusi dont have to leave do i? since pretty much. the commands are the same12:46
camiloI installed Ubuntu on an external hdd, when i switched to another PC and back it screwed up my graphics. Any typos as to how to fix? Only have cli atm12:46
Hawkerzesing, which sony laptop is it? lots of strange stuff in your logs12:47
Meteorskieshi there12:47
Hawkerzbut I haven't seen efi boot logs at all yet12:47
Ben64djlocus: anonymousos is not supported here, and likely contains trojans, you really shouldn't use it, and its not the same12:47
DJonesANN-TechCoder: Installing from a ppa is exactly the same as installing from the official repositories once you've added the ppa12:47
Meteorskiesis there somebody with a bit of shell script and sed knowledge who could help me?12:48
djlocuswhat should i use?12:48
Ben64djlocus: since this is #ubuntu, i'd suggest ubuntu12:48
djlocusa program or?12:48
djlocusyou got a link?12:49
Ben64ubuntu.com ...12:49
djlocusok12:49
esingHawkerz sony vaio 13 pro12:49
Hawkerzhmmmk12:50
djlocusum.... the site is a computer site12:51
Meteorskiesis there somebody with a bit of shell script and sed knowledge who could help me?12:51
daftykinsMeteorskies: just ask the question.12:52
MeteorskiesI want to replace a set of variable by another using arrays with sed12:54
Meteorskiesbasically, I use a for loop to replace them12:54
Meteorskiesmy sed line looks like this12:54
Meteorskiessed -i "s/$tag1/$tag2/g" "myfile"12:55
Meteorskiesmy problem is:12:55
Meteorskiesthe double quotes allow me to use variables, but the actual content of the variable are comprised of shell meta-characters such as slash12:55
MeteorskiesI haven't managed to tell the shell to consider them as literal yet12:56
Meteorskiesany idea?12:56
Hawkerzesing, what are your grub boot params?12:56
PiciMeteorskies: #bash might be more helpful and quicker than here.12:57
Meteorskiesthanks, I'll head there12:57
esingHawkerz root hd0,gpt612:58
esingHawkerz In the rescue prompt I had to enter hd1, maybe that's an issue?12:58
esingI found latter info  in /boot/efi/EFI/ubuntu/grub.cfg12:59
petapetapetaI need to install Ubuntu-server to a ssd drive. I also need to set up two other harddrives in a hardware-RAID on the same server. How do I do this the easiest way?12:59
Hawkerzesing: could be, but more likely you have bigger probems :p12:59
Hawkerzesing, what instructions were you following to install?12:59
bekkspetapetapeta: Do you have a hardware raid controller?13:00
petapetapetabekks: Yes13:00
bekkspetapetapeta: Which one, exactly?13:00
esingHawkerz I followed no instructions. I just installed ubuntu with the live usb in efi mode into /dev/sda6 (root) and /dev/sda7 (home)13:01
petapetapetabekks: Or it is currently being installed. I am not aware of the exact model. The only information I have is that it's a "2-Port Hardware-RAID Controller"13:01
bekkspetapetapeta: Well, you need to know the exact make and model.13:01
petapetapetabekks: Is it some configuration I need to set during the installation?13:02
bekkspetapetapeta: You need to configure the raid controller, in the raid controller bios. And therefor, you need to know the exact make and model.13:02
Twenty-threehi guys, due to some issues between the latest kernel and my nvidia drivers i find myself using an older kernel, i am planning to delete the newest this way http://askubuntu.com/questions/106031/how-can-i-remove-new-kernel-versions-after-downgrading i just wonder if there is anything i should know about kernels before doing this and whether i can prevent the latest from being downloaded/installed13:03
segTwenty-three: it'll warn you if you try to remove a kernel you're using. It's relatively safe. Make sure to dl the headers, too.13:03
bekksTwenty-three: Which version of "latest kernel" do you refer to, as well as which version of "my nvidia drivers"?13:03
segTwenty-three: also, make sure to update your bootloader13:04
petapetapetabekks: Okay I will try to figure it out. I am planning on keeping the OS on the sdd disk and put databases on the RAID disks13:04
petapetapetaIs that an acceptable approach?13:05
esingHawkerz Didn't help to change grub.cfg from hd0,gpt6 to hd1,gpt6 (it is still starting in rescue prompt)13:05
Twenty-threebekks, the kernel that is giving me issues is "linux-headers-3.8.0-27" and the nvidia drivers i use are 304.8813:05
x-s4nd3rHow can I change the bootlogo on Ubuntu?13:05
bekkspetapetapeta: For a database server, the SSD is just wasting resources.13:05
petapetapetabekks: It's both a database and application server13:06
Twenty-threeseg, bekks, alternatively, is there a way to boot using 3.8.0-19 by default?13:06
Hawkerzesing, it looks like ubuntu can't find a partition it likes to boot from13:06
bekkspetapetapeta: As long as it is a server, using an SSD is wasting resources.13:06
esingHawkerz Yep, that looks like it13:07
x-s4nd3rhow can i change the bootlogo on Ubuntu?13:07
philinuxx-s4nd3r: that would be the plymouth package and themes. You need to research ubuntu plymouth themes13:07
petapetapetabekks: Cool :) I will strip that away then. So is it okay to just run it from two drives in RAID?13:07
esingHawkerz I found in /boot/grub/grub.cfg more hd0,gpt6 instead of hd1,gpt6, should I try to change them all to hd1 and backup the grub.cfg before?13:07
x-s4nd3rphilinux: where is the bootlogo file in ubuntu?13:07
bekkspetapetapeta: If you really have a true (no fake-raid) RAID controller, then you are fine.13:08
philinuxx-s4nd3r: it's not as simple as that you need to change the plymouth theme13:08
purezenHey guys..! I have been using the Dell Vostro 5460 lately.. and it comes pre-installed with Ubuntu 12.04 (with few customizations done as well).. However, an issue of low audio output is plaguing Linux users on the same... I have also filed a bug on Launchpad.. Is there someplace where I can help/get help..? Thanks..!13:08
Hawkerzesing, i'm pretty sure you have a sata drive no?13:08
petapetapetabekks: I hope that it's gonna be a true RAID controller then ;)13:08
philinux!plymouth13:10
ubottuPlymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. To change your Plymouth theme use « sudo update-alternatives --config default.plymouth && sudo update-initramfs -u »13:10
philinuxx-s^^^13:10
esingHawkerz Iam not sure13:10
esingHawkerz I think it is PCI-E13:10
esingHawkerz "128GB PCIe SSD drive"13:10
esingIt's inbuilt, one can't unplug it13:10
Hawkerz/boot/grub/grub.cfg might shed some light13:11
bekksesing: Of course you can unplug it then. :)13:11
=== Deyan is now known as Guest41790
=== philipp_ is now known as esing2
Hawkerzlooks like at the very least you need a few extra boot parameters13:12
iceroot_can you recommend a program which will do offline translation? would be very nice if i can bring up the program with a shortcut and type in my word. after that i can hide the program again with a shortcut13:12
CyraxI found a command called write where i can write to a user.. Do the user need to b on same computer,same room or same network? or can user b anywhere no matter what network?13:12
esing2Hawkerz,  http://ix.io/7hg13:12
petapetapetabekks: Btw. What makes you say that SSD in a server is wasting resources?13:13
petapetapetalow amount of write cycles?13:14
segpetapetapeta: ssds are overkill on servers until disk caching becomes a problem. most servers want an abundance of ram. its not a waste if performance is your number one priority, but it's usually overkill13:14
segpetapetapeta: it's really dependant on server task though13:15
CyraxIs that possible?13:15
compdocpetapetapeta, I run kvm on my servers, and an ssd is an excellent drive to run the VMs from13:16
petapetapetaseg: yeah that makes sense. But I guess that since we need to store a large amount of data, SSD isn't the most viable choice13:16
segCyrax: write is referring to ttys I believe, so that'd be same computer. try typing man write13:17
Hawkerzesing2: got access to a web browser?13:17
ffiohow can i create my own ppa ?13:17
petapetapetacompdoc: But I guess it depends on what you would be using the VMs for right?13:18
compdocpetapetapeta, doesnt matter - a fast drive works best13:19
ActionParsnipcompdoc: or a faster interface :)13:19
segpetapetapeta: He's right, spinning platters just happen to be cheaper, so they make sense in some places13:19
petapetapetacompdoc: Unless you need to store an amount of data which results in it not being a viable option anymore due to pricing13:19
camiloIs there a folder that would contain my old graphics drivers? Need to reinstall one13:20
Hawkerzesing, you need to add a kernel boot parameter to /etc/default/grub - then you need to regenerate the grub config13:20
Hawkerzthe parameter is: "libata.force=noncq"13:20
Cyraxso what do I need to do to b able to write via terminal to someone else without b on same computer or network?13:20
segpetapetapeta: There are varied circumstances, too. You could run the server itself from a VM on an SSD, but have that vm utilizing mass storage elsewhere. on a budget just use the SSDs where random file seek time matters most13:21
bekksCyrax: thats not possible.13:21
Cyraxok.. thanks :D13:21
segCyrax: IRC :D13:21
petapetapetacompdoc: You could send a mail13:21
petapetapetawhoops. THat was for Cyrax13:21
esingHawkerz Do you mean I should add it to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash libata.force=noncq"13:21
ActionParsnippetapetapeta: compdoc: even faster is tempfs, all runs in RAM then, no slow HDD storage in any form13:21
Cyraxi could send mail via terminal? how?13:21
Hawkerzyes13:21
=== companion is now known as Companion
linuxearthis ubuntu easy to use i want to learn linux?13:22
bekksCyrax: You need to setup a mailserver first, and then use the mail command or a command line mail application.13:22
Hawkerzesing, that's what this guy says and he had your laptop: http://elouisyoung.blogspot.com/2013/07/configuring-2013-sony-vaio-pro-13-with.html13:22
petapetapetaseg: Yeah it's something like that I was considering. But I am not sure how efficient that would be13:22
esingHawkerz I regenerated the grub config with: sudo update-grub13:23
Hawkerzesing, I suppose you probably need to have EFI enabled in the bios but you already do so that shouldn't be an issue13:23
linuxearthis ubuntu easy to use i want to learn linux?13:23
CyraxAny link how i set up mail server? only need to give me a link.. thats all13:23
ActionParsniplinuxearth: its one of the easiest13:23
Hawkerzesing, just check /boot/grub/grub.cfg and make sure it survived13:23
linuxearthActionParsnip: oh i see13:23
linuxearthand learning linux too?13:23
ActionParsniplinuxearth: depends on mentality and attitude etc. Have a try. It is free13:23
linuxearthi just come brb13:23
petapetapetaActionParsnip: That sounds a bit too expensive :P13:23
ActionParsnippetapetapeta: how? Ram is stuidly cheap :)13:24
=== mdupont is now known as jmdppl
petapetapetaActionParsnip: Depends on what you compare it with ;)13:25
Twenty-threeseg, bekks, if i were to mess up the deletion of my linux-headers, is there a chance it could be irreparable?13:25
segTwenty-three: video drivers wont install13:25
ActionParsnippetapetapeta: oh for sure13:25
esingHawkerz Hm, when I reboot the system still starts up in grub's rescue prompt13:25
bekksTwenty-three: Why do you remove linux-headers at all?13:25
segTwenty-three: they depend on the headers13:25
segTwenty-three: the nvidia ones you were mentioning specifically I mean13:25
Twenty-threenoted,13:25
Hawkerzesing, i didn't ask before, but did you actually install anything?13:26
Hawkerzor has it just been dying?13:26
Twenty-threebekks: issues with my nvidia drivers so i'm going back to a previous version13:26
segTwenty-three: if you revert to the nouveau drivers I dont believe they need the headers. Might be a good option til you figure out your problems13:26
bekksTwenty-three: To a previous version of what?13:26
=== cemerick_ is now known as cemerick
Twenty-threebekks: i am switching from linux-headers-3.8.0-27 to linux-headers-3.8.0-1913:27
esingHawkerz No, the linux installation is new, I didn't install anything on it13:27
bekksTwenty-three: You cant switch headers without switching the kernel.13:27
Hawkerzesing, but there -is- a linux installation?13:27
ActionParsnippetapetapeta: encoding video etc flys if you do it in tempfs. I keep my browser cache in tempfs to save having to write the data to my hdd, also speeds up reuse13:27
Hawkerzas in, you were able to install but it just doesn't boot?13:27
Hawkerzor it won't even boot the live usb13:27
k1l_Twenty-three: the headers must be the same as the kernel.13:28
esingHawkerz It came with Windows 8, then I resized the Windows8 gpt partition, then I created the linux partitions and then I installed linux into /dev/sda613:28
Twenty-threebekks: i had assumed they were about the same thing, how would i go about it then?13:28
MonkeyDu1tTwenty-three  what do you want to achieve? maybe there's a different way13:28
petapetapetaseg: Would it be beneficial for me to use the SSD for the OS installation and web application, and the RAIDED disks for storing most of the data and handling data retrieval13:28
esingHawkerz The live cd boots fine13:28
segpetapetapeta: ideally, all SSD. if you're saving money, save the SSD for the stuff that is critical to access fast13:28
bekkspetapetapeta: No. Using an SSD in a server is wasting resources.13:28
ActionParsnippetapetapeta: sounds like a plan13:28
nevynpetapetapeta: is dmcache in a release these days?13:28
segpetapetapeta: ideally no disk at all and all RAM, really13:29
hagridcan i ask for help here?13:29
esingHawkerz And I can boot into the installed linux desktop when I issue: set root=(hd1,gpt6)  and then: linux /vmlinuz root=/dev/sda6 ro  and then: initrd /initrd.img  and then boot.13:29
esing(When Iam in the grub rescue prompt)13:29
segpetapetapeta: but we're not all made of cash haha13:29
MonkeyDu1thagrid  yes13:29
Twenty-threeMonkeyDu1t: the 3.8.0-27 caused issues with my nvidia drivers (would display the lowest resolution, only one screen and the launcher was gone, troubleshooting suggested that opengl failed to open but i couldn't really fix anything13:29
Hawkerzesing, ohhh....now that is interesting...13:29
Hawkerzand it boots fine?13:29
esingYes13:30
Twenty-threeMonkeyDu1t: trying linux-headers-3.8.0-19 worked fine so i guess i'll just stick to it13:30
Hawkerzhm13:30
hagrid@MonkeyDult , my prolem is that I cannot get past the purple splash(or booting) screen when I load ubuntu 12.04.213:30
petapetapetanevyn: huh?13:30
nevyndmcache13:30
esingHawkerz Maybe I should try to modify all hd0/gpt6 in grub.cfg to hd1/gpt613:30
nevynyou use the ssd to accelerate writes to the raid13:30
petapetapetaAhh haven't heard about that :)13:31
hagrid@Monkeydult, I have tried the usual methods of 'nomodeset' and 'acpi'.13:31
nevynso instead of choosing badly what you put on the ssd and what you put on the spinning rust you let the computer just work it out dynamically13:31
hagridMonkeyDult , my prolem is that I cannot get past the purple splash(or booting) screen when I load ubuntu 12.04.213:31
petapetapetaseg: All SSD might be a bit too expensive. Also it would require me to set up a f-load of SSD disks to store all the data :D13:31
hagridMonkeydult, I have tried the usual methods of 'nomodeset' and 'acpi'13:31
petapetapetanevyn: uhh that sounds smart!13:32
Hawkerzesing, it's worth a try at this point -- efi may not be recognizing the install properly (it doesn't appear to be)13:32
Hawkerzesing, are you using 13.10?13:32
esingI give it a shot13:32
esingYes13:32
nevynpetapetapeta: so everything is on the raid (high reliability) but the things you're accessing right now are hot in the ssd as a cache13:32
segpetapetapeta: I really don't even know what you're trying to host. In reality, if I were hosting a NAS or something, I wouldn't consider SSDs personally. Hell, most SSD things id consider I would rather just do with RAM on a server.13:33
petapetapetanevyn: That sounds exactly what I want13:33
hagridMonkeyDult: are you there?13:33
nevynbut I think you need a newer kernel than what's in  13.0413:33
MonkeyDu1thagrid  maybe it's a videocard issue?13:33
hagridMonkeyDult: maybe, but what do I do to repair it? Can you suggest something?13:34
MonkeyDu1thagrid  no, repeat your question with details every 10 minutes or so, until someone can help13:34
hagridMonkeydult: I tried booting in reovery mode from grub, that goes ok, and shows me a menu for actions, where I resume normal boot, and the same thing happens.13:35
Twenty-threehagrid, have you tried booting different linux headers at grub? it worked for me, at some stage13:35
hagridMonkeydult: ok, thanks.13:35
stroodlepupdoes synaptic have ftp support?13:35
hagridTwenty-three: what do you mean, boot different linux headers13:35
segTwenty-three: are you referring to kernels? Headers are usually only used by other software.13:35
bekksTwenty-three: You cannot boot linux-headers.13:35
bekksTwenty-three: And the headers have to be the same version as the kernel used.13:36
esingHawkerz Didn't help either13:36
Twenty-threehagrid, seg, bekks, yeah, i probably mean kernel13:36
ffioi have created a local repository, now in that i need to block some packages is that possible ?13:36
segTwenty-three: for example, the nvidia drivers NEED the kernel headers (which are bundled) to create the right module for the kernel to load nvidia stuff at runtime13:36
Hawkerzesing, apparently in your bios, you need to disable 'quickboot', 'intel smart response technology', and in windows you have to disable 'fast startup' -- you can make sure here that it is installed properly in EFI mode: https://help.ubuntu.com/community/UEFI#Identifying_if_an_Ubuntu_has_been_installed_in_EFI_mode13:36
=== trollingstone is now known as Heisenberg
hagridTwenty-three, seg, bekks well, it is a fresh install, so I dont have older kernels available.13:37
=== Heisenberg is now known as trollingstone
Twenty-threeseg: noted, :)13:37
segTwenty-three: I figured you knew, just wanted to avoid confusion for others13:37
stroodlepuphello?13:37
segstroodlepup: hi!13:37
hagridTwenty-three: I dont have nvidia, or ati. It is an intel video card.13:38
nevynseg: gigs of ssd is way cheaper than gigs of ram still.13:38
Hawkerzesing, this also advises only having one efi partition per disk13:38
stroodlepupseg: does synaptic have ftp support?13:38
nevynseg: in servers ssd's are considered consumables13:38
hagridTwenty-three: thanks for your help, sorry, I have to go now. I'll come back to this channel later.13:38
nevynyou replace them every 2 years on your db server just to get the performance in write iops13:38
stroodlepupanyone? need help13:39
=== trollingstone is now known as WalterWhite
=== WalterWhite is now known as trollingstone
segnevyn: yeah, I understand that, but as I said personally I place more value on raw storage, as my funding is finite, and the amounts of ram I would need to host a small database server are within my budget.13:40
segnevyn: thankfully I dont need to fund any real operations ;D13:40
monkeyI'm monkey13:41
MonkeyDu1tmonkey  how nice13:41
monkeyoh13:41
stroodlepupall: does synaptic have ftp support?13:41
camiloHow do i reinstall an old driver through terminal, is there a folder where old module are stored?13:42
nevynstroodlepup: no. but libapt does13:42
monkeyHow to learn English? it's hard13:42
stroodlepupnevyn: libapt?13:42
nevynstroodlepup: synaptic doesn't have http, ftp ssh nfs or the ability to read packages from a filesystem13:42
nevynstroodlepup: ask the real question.13:43
treehau55I have a critical command for fixing my graphics card issues that I need to run and I cant get it to work for the life of me, from what I can tell everything is okay: sudo update-alternatives --install /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf x86_64-linux-gnu_gl_conf /usr/lib/fglrx/ld.so.conf 100 --slave /usr/lib/x86_64-linux-gnu/xorg/extra-modules13:43
treehau55usage is: --install <link> <name> <path> <priority> [--slave <link> <name> <path>]13:43
treehau55everything is there, so dont understand why its spitting out the info screen every time13:43
tsimpsonwell you're missing the last <name> and <path> arguments for --slave13:44
treehau55oh crap13:44
stroodlepupnevyn: that was the question. i was using an ftp mirror for my app dowloads but synaptic does not have an ftp option anymore13:44
monkeyIs there Asian?13:45
treehau55tsimpson, sometimes just takes another set of eyes I guess13:45
nevynstroodlepup: it never did13:45
nevynwell it might have in repository editor but that's fixable13:45
stroodlepupgutsy did13:46
MonkeyDu1tmonkey  what language?13:46
monkeyKorean13:46
monkeyyou?13:46
treehau55ok the command is working, now its telling me update-alternatives: warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link.13:46
MonkeyDu1t!ko13:46
ubottu도움이 필요하시면 다음 채널에 조인하십시오. /join #ubuntu-ko13:46
monkeyreal?13:46
monkeynice to meet you13:47
camiloI can't boot any GUI, anyone spare a second to help? I've been trying for 3/hrs13:47
stroodlepupnevyn: so, apt-get has ftp support?13:47
treehau55why can I not do sudo dpkg -i fglrx*.deb like the ubuntu help says to for fixing ATI hybrid graphics issues?13:47
monkeyWhere do you live?13:47
=== Guest58999 is now known as yebyen
Hawkerzesing, here is another link -- this one advocates partitioning the drive in windows itself: http://www.howtogeek.com/99060/how-to-dual-boot-windows-8-and-linux-mint-on-the-same-pc/13:48
esingHawkerz Thanks for the link13:50
monkeygoodbye13:50
esingHawkerz I try to add ubuntu manually in /etc/grub.d/40_custom13:50
esingIf nothing works I can still try another boot loader as gummiboot13:51
TheCompWizCan someone help me figure out WTF is going wrong with my install from an external hard drive? ... I'm stuck in one of two places.13:54
=== jan1337z is now known as jan1337zZz
djlocuslol13:54
TheCompWizfirst... if I use the vmlinuz and initrd.gz from the .iso  I get to the point where it can't find the CD.13:54
acovrigI am trying to (re)add a canon mx860 and am getting Bad device-uri scheme "cnijnet" any ideas?13:54
TheCompWizor rather... it complains that it can't find the CD...13:55
bekksTheCompWiz: Why do you use the vmlinuz/initrd from the CD?13:55
djlocusisnt it correct the only 2 ways to find someone is there ip and mac address13:55
TheCompWizbecause I copied it from there.13:55
bekksTheCompWiz: Why?13:55
TheCompWizif I use the hd-media ones (from the ubuntu website) it has the wrong kernel version... and tells me as much.13:55
=== jan1337zZz is now known as jan1337z
=== jan1337z is now known as Jan
bekksTheCompWiz: It has the wrong kernel version? What exactly are you doing there?13:56
=== Jan is now known as Guest65238
TheCompWizsimply trying to build a install from hard drive.13:56
=== Guest65238 is now known as jan1337zZz
djlocusthe ways to find someone is there IP ADDRESS AND MAC ADDRESS right?13:56
ActionParsnipdjlocus: how do you mean?13:57
bekksTheCompWiz: Why dont you just install Ubuntu to your USB drive?13:57
TheCompWizdjlocus: not really.  That's *some* info ... but can be spoofed or tunneled.13:57
djlocuswait what tunnled?13:57
TheCompWizbekks: long story short... because I can't.13:57
djlocuswhat can be tunnled?13:57
ActionParsnipdjlocus: what are you trying to actually achieve?13:57
Hawkerzesing, i'll be around mostly13:58
esingThanks for your support13:58
TheCompWizdjlocus: you can tunnel your connection through another peer... and it looks like it came from the other peer.  That does not mean the person is actually there.13:58
djlocuslook i was wondering because i havnt got tracked yet13:58
bekksTheCompWiz: Well... in that case, I have to rest the case,13:58
TheCompWizbekks: longer-story... I need installation media that has other boot options.13:59
djlocusthats why they have bouncers. bounces your ip every 2 secs13:59
djlocusor 513:59
TheCompWizdjlocus: bouncers don't work.13:59
djlocusworks for me13:59
djlocusso far13:59
bekksTheCompWiz: And why cant you first install ubuntu as usual, and add your installation options afterwards?13:59
TheCompWizdjlocus: from your perspective... my IP would look like I'm in Florida... but I'm actually on the other side of the globe right now.14:00
djlocustrue14:00
djlocusand it can change every 2 or 5 secs14:00
djlocusall the way you set it14:00
TheCompWizbekks: you're miss-interpreting what I'm saying.  I said BOOT options... not install options.14:00
rudivsI'm trying to get a sync a folder with my usb drive automatically when it is plugged in. It looks like udev + rsync is the best option?14:00
djlocusi been into illinois ,peoria police database and trying to delete the records of my cusin. never got into any trouble uey14:01
raubrudivs: that is what I would do but I am very lazy14:01
djlocusyet14:01
TheCompWizrudivs: rsync is a good option if you only make changes on one side.  unison would be an alternative if you may make changes on both sides.14:01
netlarelse if ( c == '\t' ){14:02
netlar                        putchar('/');14:02
netlar                        putchar('t');14:02
rudivsTheCompWiz, it should update both to whichever is the latest version. Does unison sync automatically, or do I need to run it each time?14:02
TheCompWizrudivs: you'd need to run it each time.14:02
ActionParsnipdjlocus: I just checked your IP from multiple DNS servers and it comes back the same every time14:02
djlocuswhats my ip?14:03
ActionParsnipdjlocus: 50.158.176.19614:03
Picidjlocus: Do you have actually have an Ubuntu support question?  If you're just looking to chat there is #ubuntu-offtopic14:03
djlocuswtf14:03
ActionParsnipdjlocus: your IP isnt changing any, at all14:03
djlocusthen......14:03
ActionParsnipdjlocus: your hostname still resolves to the same IP14:03
djlocuswhat do i need14:03
ActionParsnipdjlocus: so when I dig it at any DNS server online, I get that IP14:03
TheCompWizdjlocus:  to learn how networking works.14:04
ActionParsnipdjlocus: you need to take offthe tinfoil hat]14:04
TheCompWiz^5 to ActionParsnip14:04
djlocusgod damit........14:04
djlocushow did you pull up my ip online?14:04
TheCompWizwhat do you mean it doesn't work like it does in movies?14:05
TheCompWiz:D14:05
djlocuslol14:05
bekksdjlocus: I just typed "/whois djlocus" into my IRC client.14:05
ActionParsnipdjlocus: in my irc client. Typed:   /whois djlocus14:05
ActionParsnipdjlocus: gives:   djlocus [~anonymous@c-50-158-176-196.hsd1.il.comcast.net14:05
ikoniathe identi is anonymous though, so it's ok ;)14:05
ActionParsnipdjlocus: ping c-50-158-176-196.hsd1.il.comcast.net     and get the IP14:05
CatKillerdjlocus: Freenode does not hide hostnames.14:06
ActionParsnipdjlocus: not hard14:06
ActionParsnipCatKiller: should do mine :)14:06
CatKillerActionParsnip: You register for that or something and then they do?14:06
ActionParsnipCatKiller: what does my whois say?14:06
ActionParsnipCatKiller: i'm an ubuntu member, so I have a cloak14:06
djlocushow do you type it14:07
djlocus?14:07
ActionParsnipdjlocus: type what?14:07
CatKillerhttp://freenode.net/faq.shtml#cloaks14:07
CatKillerJust googled it14:07
djlocusthat thing you did14:07
ActionParsnipdjlocus: use the keyboard...14:07
CatKillerAh well I don't need it myself14:07
djlocusi did14:07
djlocuslol14:07
djlocusdidnt do anything14:07
ActionParsnipdjlocus: /whois ActionParsnip    is the command14:07
CatKillerLook in the "Freenode" window14:07
ActionParsnipdjlocus: then look in your info window14:07
Hawkerzesing, you could also run boot repair14:09
ActionParsnipdjlocus: I wouldnt worry about not having a hidden IP and whatnot14:09
djlocusi see. but how do you hide your self14:09
CatKillerI sent the link already14:10
CatKillerhttp://freenode.net/faq.shtml#cloaks14:10
djlocuswhy?14:10
ActionParsnipdjlocus: i am an Ubuntu Member, part of membership is a cloak14:10
djlocuslol...14:10
djlocusso you do alot of bad things little whore14:10
ActionParsnipdjlocus: erm...no14:11
djlocuslol. joking14:11
MonkeyDu1tdjlocus  watch it now...14:11
CatKillerSeems that this discussion that's completely OT is going nowhere14:11
ActionParsnipdjlocus: to be honest I dont care about the cloak, its just a bonus imho14:11
djlocuswhys that?14:11
djlocusi see14:11
ActionParsnipdjlocus: you do realise that hiding your iP does very little14:12
rudivsTheCompWiz, any reason why I couldn't do a 2-way sync with rsync?14:12
ActionParsnipdjlocus: most users on Freenode do not hide their IP and nothing happens14:12
djlocusi know. im just saying14:13
djlocusit's just everytime i looked online at my ip it's changed14:13
TheCompWizrudivs: because rsync isn't designed for 2-way.  There are ways to work around it... but they're more hack-ish.  unison was created for that exact reason... and nearly does everything the same as rsync.14:13
ActionParsnipdjlocus: try using:  curl canihazip.org14:14
TheCompWizdjlocus: look at http://ipchicken.com  ... that will show you what your IP is.14:14
beardfaceeveryone lease go buy a second ubuntu edge for your wife14:14
beardfaceshe wants one.14:14
ActionParsnipdjlocus: sorry:    curl icanhazip.com14:14
Hawkerzesing, according to this you also may not have a bootable partition  because youre using efi, which means grub doesn't know how to handle it14:14
lagrecaHi, folks! Is ubuntu 12.04.3 really coming tomorrow?14:15
esingHawkerz I run boot repair already.14:15
rudivsTheCompWiz, but I'd have to do it manually each time, which is a headache. I get that it works better, but I'm wondering how serious the data risks would be if I used a 2-way rsync hack14:15
djlocusokay now whats my ip14:16
esingHawkerz Before I run boot repair I was just booting to windows. After I run boot repair the system always starts up in grub's rescue prompt14:16
TheCompWizrudivs: no arguments... so would we all.  You could make a cron-job that re-runs it every five minutes or so while plugged in...14:16
MonkeyDu1tlagreca  scroll down, august 22 https://wiki.ubuntu.com/PrecisePangolin/ReleaseSchedule14:16
ActionParsnipdjlocus: 50.158.176.19614:17
djlocusnope a hidden ip14:17
djlocus:)14:17
djlocustry again14:17
djlocusstarts with a 192.14:18
=== blitzkrieg3 is now known as jmleddy
TheCompWizrudivs: unfortunately... proper "raid" software doesn't support split-brain... and software file mirroring doesn't run automagically.14:18
ActionParsnipdjlocus: still 50.158.176.19614:18
ActionParsnipdjlocus: no, 192 is your LAN IP, not out on the web14:18
ActionParsnipdjlocus: changing your LAN IP does nothing14:18
TheCompWizdjlocus: you're behind a NAT.  your public IP *IS* 50.158.176.19614:18
djlocusfuck................14:18
MonkeyDu1tdjlocus  please, your language14:18
ActionParsnipdjlocus: I hope you didnt pay for this IP switching14:18
rudivsTheCompWiz, have you ever looked at usbsync (http://wellhoefer.info/usbsync/)? Looks way old though...14:18
djlocusi didnt14:19
ActionParsnipdjlocus: you are worrying about nothing at all14:19
djlocusi know. but cant peopel trace you with it.?14:19
djlocuspeople14:19
ActionParsnipdjlocus: trace you to do what?14:19
djlocustrace your ip. unless you change it14:20
TheCompWizrudivs: that doesn't look like it runs continuously.  Only one replication per run.14:20
ActionParsnipdjlocus: the internet as a whole uses your IP to get data to you. But to what end would someone 'trace' you>14:20
ActionParsnipdjlocus: what would they achieve14:20
djlocusto kill you. or get put in jail14:20
djlocusthats what they will achieve14:21
ActionParsnipdjlocus: not going to happen14:21
djlocuswhys that?14:21
bazhang!ot | djlocus14:21
ubottudjlocus: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:21
ActionParsnipdjlocus: yo've been wathing too many movies mate14:21
bazhanglets get back to ubuntu support please14:21
djlocusyeah XD14:21
fossjon!ot | fossjon14:21
ubottufossjon, please see my private message14:21
djlocushow come they cant put you in jail then?14:21
djlocuswhy you say not going to happen14:21
fossjonfor going off topic?14:21
bazhangdjlocus, this is not the channel for chit chat14:22
fossjoni didnt know it was a jailable offense14:22
* TheCompWiz is still hoping to figure out why hd-media doesn't use the same kernel as the iso.14:22
Hawkerzesing, can you still boot windows?14:22
djlocusbaz..... chit?14:22
djlocuslol14:22
=== nucatus_ is now known as nucatus
ActionParsnipdjlocus: go research credible sites. You dont even know what you are afraid of and what yoyu have in place to apparently 'combat' it doesn't work. At best this is a farce and I don't want to waste any more time on somebody who clearly has no idea what they are talking about14:23
bazhangdjlocus, /join #ubuntu-offtopic dont continue here14:23
rudivsTheCompWiz, thanks... looks like ubuntu one or dropbox will probably be the solution here14:23
esingHawkerz Yep, I just need to write 'exit' in grub's rescue prompt, and then Iam dropped into Windows14:23
esingCurrently I try to setup rEFInd14:23
TheCompWizActionParsnip: I don't suppose you know anything about building your own install disk...  (other than dumping the .iso to a thumb-drive)14:24
djlocuswtf i was just asking a fucking question. seems like i can do that14:24
MonkeyDu1tdjlocus  stop swearing and stop the discussion14:24
BluesKaj!language | djlocus14:24
ubottudjlocus: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.14:24
ActionParsnipTheCompWiz: you can chroot to the minimal ISO and build up by installing packages etc.14:24
Hawkerzesing, this seems like a lot of work...kind of shocking14:25
TheCompWizActionParsnip: that's the problem... I really can't.14:25
esingHawkerz I agree, I was expecting some difficulties, but it seems having new laptops can be challenging with linux14:26
esingAlso sony's efi bios is really weak, I don't even see the efi boot entries in it14:28
TheCompWizActionParsnip: it seems that the boot images on the .iso do not support the "iso-scan/filename" boot parameter... but the ones located in the ubuntu-repo14:28
bhaveshI have Ubuntu 12.04.2 installed with HOME as a separate partition. Can I install elementary OS and make it share the same HOME partition?14:28
TheCompWizdo... but are running the wrong kernel version.14:28
ActionParsnipTheCompWiz: http://www.slashgeek.net/2012/12/26/create-your-own-custom-ubuntu-based-linux-distro/14:28
ActionParsnipTheCompWiz: http://alllinuxstuff.blogspot.co.uk/2012/07/five-tools-to-build-your-own-ubuntu.html14:28
TheCompWizActionParsnip: I'm not trying to build my own .iso14:29
MonkeyDu1tbhavesh  no, because ubuntu and elementary are not the same, /home also contains config files14:29
bhaveshMonkeyDu1t: okay, thanks.14:29
philinuxTheCompWiz: what are you trying to do?14:31
Hawkerzesing, can i see your /etc/fstab?14:32
TheCompWizinstall from iso file rather than from dumping the iso to a thumb-drive.14:32
TheCompWizwhich ubuntu supposedly supports... but apparently doesn't work.14:32
hagridCould someone help with this -ubuntu 12.04.2 fresh install, on booting, gets stuck on purple screen (I think its called plymouth).14:32
=== philipp_ is now known as esing2
ActionParsnipTheCompWiz: well, grub2 can boot ISO files, so it will work. You will need a small partition to hold the file as well as Grub14:33
esing2Hawkerz,  http://ix.io/7hp14:33
ActionParsnipTheCompWiz: you can then install ubuntu to the remaining space14:33
Hawkerzesing2, https://wiki.archlinux.org/index.php/GRUB2#Microsoft_Windows_installed_in_UEFI-GPT_mode <- extra troubleshooting14:34
=== p0wp0w is now known as p0wp0w|AWAY
TheCompWizActionParsnip: When ubuntu installer starts... it remounts the ramdisk... and suddenly can't find the cdrom anymore.14:34
TheCompWizfor 12.04.2 iso anyway.14:34
p0wp0w|AWAYI love irssi - awesome14:34
matheushi14:34
SkizuHey how do I use the console to hit a website as if i was viewing it?14:35
TheCompWizcurl14:36
=== andrex is now known as andrex|off
PiciSkizu: w3m14:36
PiciDepending on what exactly you want to see, of course.14:36
TheCompWizyou could also use lynx14:36
Hawkerzjust seems like some weird combo of things going wrong esing2 -- you could try booting with the boot flag 'pci=nocrs'14:37
=== p0wp0w|AWAY is now known as p0wp0w
MonkeyDu1tSkizu  or links14:37
hagridHi, can I ask a question here?14:37
TheCompWizActionParsnip: any other suggestions?14:37
TheCompWizhagrid: I think you just did.14:37
hagridTheCompWiz: sorry, no one answered, so I thought, no-one saw it.14:38
TheCompWizI didn't see any question...14:39
MonkeyDu1thagrid  no one answered, because no one knwos, be more patient14:39
auronandace!nomodeset | hagrid14:40
ubottuhagrid: 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 parameter14:40
=== andrex|off is now known as andrex
hagridubottu: I already tried 'nomodeset', with and without 'quiet splash', with the same result.14:41
ubottuhagrid: I am only a bot, please don't think I'm intelligent :)14:41
=== arunprasadr is now known as arunprasadr_away
TheCompWizhagrid: you could always try a textmode install instead of graphical...14:41
hagridTheCompWiz: How do i do that?14:42
bazhang!mini | hagrid14:42
ubottuhagrid: 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/MinimalCD14:42
TheCompWizuse the minimal cd.... like bazhang suggested... but keep in mind... if the install has graphics issues... the GUI might as well.14:43
hagridTheCompWiz: So, should I reinstall ubuntu? That would take a lot of time, as my internet speed is quite slow.14:44
hagridTheCompWIz: Actually, I cannot use the internet, since I use a pppoe connection, which I dont know how to set.14:46
IdleOne!pppoe14:47
ubottuSetting up an ADSL/PPPoE connection? Look at https://help.ubuntu.com/community/ADSLPPPoE14:47
rudivsTheCompWiz, do you know if it's possible to hook a script to the unmount process, in the same way that udev can run a script on mount?14:48
hagridIdleone: I can't boot ubuntu, so i dont think i can use pppoe in the first place.14:49
IdleOnehagrid: ah, well first you need to get ubuntu booted :)14:49
TheCompWizrudivs: I believe so... but I only ever use my own udev rules.  I never rely on the auto-mount thingie in ubuntu.14:49
hagridIdleOne: Yes, that was my question in the first place.14:50
hagridI get stuck on purple screen on booting ubuntu 12.04.2, have tried 'nomodeset' already, any other suggestions?14:55
petapetapetaI have just tried to set up a RAID and it was rather easy. But now I see that the sysem reports that it's 2x750gb instead of 2x3tb14:55
petapetapetaWhat could be the reason for this?14:55
bazhang!md5 | hagrid14:56
ubottuhagrid: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows14:56
bazhanghagrid, md5 the iso prior to burning, do the disk integrity check following that14:56
bazhanghagrid, if the hashes do NOT match the iso is corrupt14:57
hagridbazhang: ok thanks, i will try that.14:57
bazhang!hashes | hagrid14:57
ubottuhagrid: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases14:57
csjhey, on the Ubuntu certified laptops page, what is the difference between a laptop being "Certified" vs "Enabled"?14:59
csjdoes "Enabled" mean Ubuntu works, but with a couple quirks?14:59
AtomDream_can someone please help me15:00
AtomDream_mozet mne ktoto pomo4 ?15:00
bazhangAtomDream_, with what, ask a question15:00
AtomDream_bazhang: ok, im a complete newb15:00
AtomDream_bazhang: installed ubuntu 12.04 lts15:00
bazhang!manual | AtomDream_ have a read15:01
ubottuAtomDream_ 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/15:01
AtomDream_bazhang: and no apps i nstalled are working15:01
=== zorael is now known as losdolmos
=== losdolmos is now known as zorael
AtomDream_bazhang: yes ok15:01
bazhangAtomDream_, not working is not very useful. give us the exact errors, with pastebins of commands etc15:01
bazhang!paste | AtomDream_15:02
ubottuAtomDream_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:02
hagridbazhang: So the MD5 hash is correct, how do i check disk integrity?15:02
AtomDream_hmmm15:02
AtomDream_ok15:02
thecodethinkerWill myr be open source15:02
thecodethinker?15:02
bazhanghagrid, should be a menu choice once you burn and boot the dvd/usb whichever it it; which was it, btw15:03
AtomDream_(process:4432): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Traceback (most recent call last):   File "/usr/bin/ccsm", line 94, in <module>     import ccm   File "/usr/lib/python2.7/dist-packages/ccm/__init__.py", line 1, in <module>     from ccm.Conflicts import *   File "/usr/lib/python2.7/dist-packages/ccm/Conflicts.py", line 26, in <module>     from ccm.Constants import *   File "/usr/lib/15:03
bazhangthecodethinker, mir?15:03
hagridbazhang: it was a live usb.15:03
AtomDream_bazhang: (process:4432): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Traceback (most recent call last):   File "/usr/bin/ccsm", line 94, in <module>     import ccm   File "/usr/lib/python2.7/dist-packages/ccm/__init__.py", line 1, in <module>     from ccm.Conflicts import *   File "/usr/lib/python2.7/dist-packages/ccm/Conflicts.py", line 26, in <module>     from ccm.Constants import *   File "15:03
thecodethinkerbazhang: yeah sorry... i forget if its a y or an i :315:03
bazhanghagrid, used what to "burn"15:03
hagridbazhang: I did check the live usb, it said no errors found.15:03
hagridbazhang: I used, lilicreator first, then universal usb installer.15:04
bazhanghagrid, never heard of those, sorry; I've had most success with unetbootin; at any rate try to re "burn" the iso, as it's at times known to be a bit flaky and not work straightaway15:05
IdleOnebazhang: both those apps are windows USB creators, both work.15:06
AtomDream_Are there any russians that could help me with Ubuntu ???? having some problems here15:06
MonkeyDu1t!ru15:06
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.15:06
bazhangIdleOne, unetbootin also has a windows version15:07
AtomDream_ty15:07
bazhangthat works15:07
IdleOnebazhang: indeed, the best so far.15:07
hagridbazhang: lilicreator is linuxlivecreator, universal usb installer is the one on pendrivelinux.com, which is recommended by the ubuntu site itself. I am actually trying to dual boot with windows 8, so reinstalling ubuntu would mean running boot repair again, whihc I think is risky.15:07
AtomDream_i cant even join a channel lol15:08
AtomDream_wtf15:08
AtomDream_#ubuntu-ru Cannot join channel (+r) - you need to be identified with services15:08
IdleOne!register | AtomDream_15:09
ubottuAtomDream_: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode15:09
RemowylliamsHello everyone, is there a way to get less to not clear the screen when it exits when man is using it as the pager? I know I can change my PAGER to use more but the man command is braindead and doesn't let me page back.15:10
hagridbazhang: Any other suggestions?15:12
somsipRemowylliams: b does not page backwards for you in man?15:13
blzHello, I recently set a service to start only when I explicitly call `sudo service servicename start`.  How can I revert to its original configuration of starting on login?15:13
Remowylliamssomsip: not if I'm using /bin/more as the PAGER15:13
bazhanghagrid, yes, try to reburn, as I said15:13
* TheCompWiz is quite fond of the page-up and page-down keys.15:13
blzI completely forgot how I changed it the first time =/15:13
TheCompWizblz update-rc.d servicename defaults15:14
TheCompWiz(sudo)15:14
blzTheCompWiz, that's the one!  Thank you!15:14
blzTheCompWiz, I'm getting "system start/stop links for /path/to/service already exist"15:14
hagridbazhang: yes, but reinstalling it would mess up grub, right? and for dual booting , i would have to run boot repair again, isnt it?15:14
=== KindOne- is now known as KindOne
TheCompWizblz add a -f to force it.15:15
blzTheCompWiz, I just did `enable`15:15
blzTheCompWiz, hopefully that doesn't do anything unexpected15:15
TheCompWizblz I've had it do that several times... not sure what causes that error... but it's usually wrong.15:15
blzTheCompWiz, seems to be working now.  Thanks much!15:16
TheCompWiznp :)15:16
hagridI get stuck on purple screen on booting ubuntu 12.04.2, have tried 'nomodeset' already, any other suggestions?15:19
ActionParsniphagrid: what gpu do you use?15:20
hagridActionParsnip: there is no ati or nvidia stuff, just plain intel graphics card15:21
ActionParsniphagrid: does the system have a make and model?15:22
hagridyes, its a lenovo ideapad z58015:22
hagridActionParsnip: yes, its a lenovo ideapad z58015:22
ActionParsniphagrid: do you have the latest BIOS?15:23
hagridActionParsnip: How do I check whether its latest? Its a phoenix SecureCore Tiano bios..15:24
ActionParsniphagrid: sudo dmidecode -t 1    will tell you bios version15:25
hagrid I get stuck on purple screen on booting ubuntu 12.04.2, have tried 'nomodeset' already, any other suggestions?15:30
=== cubix``649 is now known as cubix`
histo!md5sum | hagrid15:30
ubottuhagrid: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows15:30
AtomDream_bazhang: can you please tell them to unban me on #ubuntu-ru, i wont curse anymore15:31
hagridhisto: I have already tried that.15:31
bazhangAtomDream_, #ubuntu-irc for this15:31
histohagrid: and have you verifying your installation media as well?15:31
hagridhisto: Yes. I checked the Live usb for defects, and it said zero errors15:32
histohagrid: don't check it for defects compare the md5sum to the one online using the instructions from ubottu15:33
hagridhisto: Yes, already done that. the MD5 hash is correct15:34
=== jack is now known as Guest32234
valfar101first time I use xchat, you guys think smuxi is better?15:37
Andres75hey dudes can anyone help with mounting a windows share under ubuntu?15:37
Andres75the folder is on a server machine with AD15:38
Andres75permissions  set to everybody full control15:38
Andres75the ubuntu machine is not in the AD15:38
Andres75 //SERVER/TC /mnt/ntserver cifs uid=1000 user=HOME\Administrator password=grass 0 015:40
Andres75in /etc/fstab says bad line15:40
Hawkerzesing, any luck?15:40
valfar101Just use the "connect to server" tool that comes with nautilus. Open files in Ubuntu, click on the "files" menu and then where it says "connect top Server" there you put the ip for the windows machine as well as the name of the windows shared folder15:40
Andres75its ubuntu server I have no gui15:41
Andres75but thanks for tryinh15:41
Andres75g15:41
TJ-Andres75: Are you able to use smbclient to connect to the AD server?15:41
Andres75I tried but I'm not sure what to expect15:42
Andres75at a certain point it didnt give any error, but it wouldnt work15:42
TJ-Andres75: Fetch a file from the share. If you can do that, you know the issue is just in the mount config15:42
linux-ninjahaving an issue with a Ubuntu box, there is a directory mounted from a CIFS share, when I tried making changes to the mount it doesn't allow me to, but under a windows client the client is able to make change to the materials within, any input into this issue is greatly apreciated.15:42
Andres75 /usr/bin/smbclient \\\\server\\TC grass15:44
Andres75 NT_STATUS_LOGON_FAILURE15:44
linux-ninjaeven when I tried chown the directory I keep getting chown: changing ownership of `/mnt/coop': Not a directory15:44
Andres75grass is the windows server admin password15:45
Andres75(but it's not password protected so I'm not sure)15:45
TJ-Andres75: I'm thinking your issue may be with Kerberos. I would think the client will need a valid ticket in order to access the shares.15:45
Andres75even if I set them to Everybody-> sharing permissions Everybody -> Security?15:46
=== johnny101 is now known as valfar101
TJ-Andres75: Maybe this will help? http://techcommons.stanford.edu/topics/miscellaneous/mounting-active-directory-windows-cifs-file-share-ubuntu-linux15:51
Andres75i think that worked at a point it threw no errors15:52
Andres75I tried then to remount it and it said it was busy15:52
Andres75was that a good sign?15:52
jhonnyboiiHi15:55
jhonnyboiianyone here?15:55
inclusaHi15:56
Kh4l1dyap15:56
Andres75mount -t cifs //SERVER/TC /mnt/ntserver -o username=Administrator,domain=home.ad,iocharset=utf815:56
Andres75this asks for a password15:56
Andres75I input it15:56
Andres75and no errors are thrown15:56
jhonnyboiianyone know how i can install a fan controll ?15:56
Andres75how do I see if it's working15:56
jhonnyboiigot a HP laptop15:56
jhonnyboiiHP 63515:56
bazhangjhonnyboii, hardware or software15:57
jhonnyboiichannel?15:57
TJ-Andres75: If it worked, look at the files in /mnt/ntserver15:57
Kh4l1dubuntu-indonesia.com15:57
bazhang!id | Kh4l1d15:57
ubottuKh4l1d: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia15:57
Andres75yep, it's there15:57
Andres75thanks TJ15:57
bazhang!sensors | jhonnyboii15:58
ubottujhonnyboii: To access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.15:58
Andres75how do I make it permanent15:58
Andres75??15:58
Kh4l1dubottu: indonesian ?15:58
ubottuKh4l1d: I am only a bot, please don't think I'm intelligent :)15:58
Kh4l1dubottu: di sana sepi15:58
ubottuKh4l1d: I am only a bot, please don't think I'm intelligent :)15:58
TJ-Andres75: Make sure its in the /etc/fstab, but I'd recommend you don't include the username/password; instead put them in a separate locked-down file (0700) and point to it from the mount options16:00
IdleOne!indonesian | Kh4l1d16:00
ubottuKh4l1d: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia16:00
Andres75I gather I don't have to put all the line in right?16:01
Andres75just //SERVER/TC /mnt/ntserver -o username=Administrator,domain=home.ad,iocharset=utf816:02
Andres75and append the password?16:02
Andres75like so: //SERVER/TC /mnt/ntserver -o username=Administrator,password=grass,domain=home.ad,iocharset=utf816:02
Andres75it works!!16:04
Andres75Thank you!16:04
IdleOne!pm | shihan16:04
ubottushihan: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.16:04
IdleOneshihan: try #bash for help with your script and please to message random people16:05
IdleOnesahil: ^^16:05
IdleOnesorry shihan16:05
sahilk..16:05
IdleOneerr please don't*16:05
sahilsure...actually i did to avoid pastebin..16:06
TriBeCa99Will I be able to install Ubuntu 12.04 on a fakeraid 10 array?16:07
holsteinTriBeCa99: nothing about ubuntu 12.04 will prevent that from happening16:08
Cyraxjust 1 last question. Where can i find guide how to run ubuntu from a CD/dvd?16:09
TriBeCa99holstein: I know in earlier versions the installer couldn't recognize raid 10, which is why I ask.16:09
ffioi am installing xubuntu-desktop, how can i check which packages i am installing ?16:10
TriBeCa99I just want to make sure before buying 16 $300 drives for 4 workstations that I will be able to get Ubuntu on there without purchasing additional drives.16:10
holsteinTriBeCa99: http://www.linuxplanet.com/index.php/linuxplanet/tutorials/6518/1/16:10
linux-ninjaAfter mounting the CIFS share is there a way to change the ownership?16:10
holsteinTriBeCa99: i would test otherwise before purchasing, or save reciepts, as i do with *all* purchases of hardware that is not intended for the OS i am going to be running16:11
linux-ninjaI tried and not even root can change the ownership.16:11
TJ-TriBeCa99: dmraid is supported, but you'll probably want the alternative/minimal/net/server installer rather than desktop live CD16:11
holstein!mini | TriBeCa9916:11
ubottuTriBeCa99: 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:11
TriBeCa99yeah we can return anything that doesn't work out, but it would be a pain so I wanted to research in advance16:12
TriBeCa99thanks for the link, reading now16:12
linux-ninjaWhen I mount the cifs share it keeps coming back as root:root , i woudl like to asign it diferent group and user16:12
holsteinlinux-ninja: you cant chown the mountpoint?16:14
eduhati have a ubuntu VPS with gnome pre-installed. How can I access it?16:14
TJ-TriBeCa99: I've installed RAID stripe+mirror (0+1 or 1+0 ) on lots of Ubuntu servers. For desktop live CD installs it used to be the case that you'd have to drop to a shell prompt and prepare the disk array manually before continuing with the partitioning/file-system selection. I've not done it with recent releases of desktop so I'm not sure about those now.16:15
eduhatHow can I access the gnome desktop environment16:15
holsteineduhat: i would ask the preinstallers how you are intended to customize it16:15
k1leduhat: with ssh. a desktop running on a server is not recommended16:15
linux-ninjaholstein, i think I will have to uid and gid the actual mount which sucks anyways, I will report back in a few16:15
holstein!chown16:15
ubottuAn explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions16:15
eduhatI know its really not a good idea. I just want to try something16:15
holsteinlinux-ninja: should be chown the mountpoint16:15
eduhatIs there any way I can revert back to a minimal install of ubuntu?16:15
dumbdumbgjCome to WWW.CENTEX.NET  SUPER FAST INTERNET SPEEDS!!!  fuck your normal provider we are FUCKING NUMBER 1..  www.CENTEX.NET  FUCK YOUR NORMAL OJ16:16
dumbdumbgjCome to WWW.CENTEX.NET  SUPER FAST INTERNET SPEEDS!!!  fuck your normal provider we are FUCKING NUMBER 1..  www.CENTEX.NET  FUCK YOUR NORMAL OJ16:16
dumbdumbgjCome to WWW.CENTEX.NET  SUPER FAST INTERNET SPEEDS!!!  fuck your normal provider we are FUCKING NUMBER 1..  www.CENTEX.NET  FUCK YOUR NORMAL OJ16:16
dumbdumbgjCome to WWW.CENTEX.NET  SUPER FAST INTERNET SPEEDS!!!  fuck your normal provider we are FUCKING NUMBER 1..  www.CENTEX.NET  FUCK YOUR NORMAL OJ16:16
dumbdumbgjv16:16
dumbdumbgjv16:16
holsteineduhat: are you asking, "can i install packages and then remove them?".. yes16:16
=== jzheng is now known as jzheng_afk
eduhatholstein: well, I dont remember everything I have installed, and would like to just revert to a minimal install instead of reinstalling from the ISO as my provider would have to do this16:17
holsteineduhat: you would ask the provider what you have, and for support16:17
holsteineduhat: otherwise, you can remove what you install16:18
AtomDream_help http://paste.ubuntu.com/5985579/16:18
TJ-eduhat: Look at the Depends line of "apt-cache show ubuntu-minimal"16:18
bazhang!details | AtomDream_16:19
ubottuAtomDream_: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."16:19
TriBeCa99TJ-: I've got RAID 10 working on several servers, but I've never installed the OS directly to that array, and I remember it being a serious pain to get going. I've always had a standalone drive to install on, then built the RAID 10, then mounted it to root. I need to be sure before buying and building these workstations that I can get ubuntu on a raid 10 array with no other drives, or else I'll16:19
TriBeCa99have to go with a different architecture.16:19
TJ-TriBeCa99: Why not do a test run using a virtual machine?16:19
N2TOHhi folks16:19
TriBeCa99TJ-: how would I do that? Sorry, not immediately obvious to me.16:20
k1l!wine | AtomDream_16:20
ubottuAtomDream_: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu16:20
TJ-eduhat: The installation history should be in "/var/log/apt/history.log" so you can 'grep' that file to create a list of installed packages, and then 'diff' it against the list installed by ubuntu-minimal16:20
=== IsoAnon is now known as Isolol
k1lAtomDream_: wine is quite complicated and alot of programs need extra workarounds in wine. so better ask their support16:21
eduhatTJ-: sounds good. Just what I needed!16:21
N2TOHout of ignorance and before I spend all day asking google who flash player has gotten all wacky  on my 12.10 system, do any of you know why?16:21
AtomDream_I have a problem with running a game on Wine, I'm running Ubuntu version 12.04 LTS When I try to execute game launcher, I get the following output: http://paste.ubuntu.com/5985579/, but I expected it to work normally.16:21
TJ-TriBeCa99: Create a VM with 4 virtual disks and then run the installer and see if you can configure them using dmraid (the fakeraid tool).16:21
bazhangAtomDream_, check the appdb then16:21
serequestion : why would granule log me out when I try to open a deck..16:21
bazhang!appdb | AtomDream_16:21
ubottuAtomDream_: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help16:21
bazhangAtomDream_, then join #winehq for help16:22
AtomDream_.....16:22
bazhangAtomDream_, /join #winehq16:22
AtomDream_вы заелись господа16:22
bazhangAtomDream_, english here only16:22
TJ-TriBeCa99: Or alternatively, test it on a host with the fakeraid controller and 4 disks and configure the 4 raw disk into a VM and try the installer and make sure it can configure the array and then install onto the 'fake' devices without messing up the raw devices16:22
AtomDream_bazhang: i think you understand what i mean16:23
TriBeCa99TJ-: It's the first 7 words of your instructions I have no idea how to carry out. Actually even just the first 3. I should perhaps explain that I'm not an actual IT person, just a scientist who happens to also be a hardware enthusiast.16:23
bazhangAtomDream_, I do, and the channel for help is #winehq16:23
bazhangAtomDream_, first check the appdb, which I linked to you16:23
AtomDream_bazhang: appdb says it dosent work, i see people on youtube running it freely16:24
N2TOHwhat channel for Flash player issues?16:24
bazhangAtomDream_, so ask for help in the correct channel16:24
bazhangAtomDream_, that channel is #winehq16:24
AtomDream_bazhang: ty for support16:24
N2TOHbazhang: do you know the correct channel for dealing with flash player?16:25
bazhangN2TOH, ask the channel here and see if someone knows16:25
N2TOHbazhang: I did, guess I just have to wait. Thank you for the input16:26
AtomDream_bazhang: im getting paranoid bcz nothing works for me, and suddenly start working for no reason, and then stops working for no reason. Some shaman business ....16:26
Hawkerzthings don't happen for no reason, in general16:27
AtomDream_Hawkerz: im kinda new to linux16:28
TJ-TriBeCa99: Ahhh! I think you have a steep learning curve to climb then, because you're wanting to do something that is quite technical and does require some insight or experience16:28
AtomDream_Hawkerz: so its usuall to say "for no reason"16:28
bazhang!ot | AtomDream_16:28
ubottuAtomDream_: #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!16:28
esingHawkerz Nope, it isn't booting at all anymroe :)16:29
Hawkerzesing, what changed? i mean, was there any apparent cause?16:30
AtomDream_bazhang: реально зажрались16:30
esingHawkerz I uninstalled grub and moved grub away from /boot/, and then I added refind with efibootmgr and put it to position 1, but it's not appearing on startup16:30
wutrHi, is there anyone that could help me work out why my monitor resolution is not detected? Using "radeon" driver, VGA (analog) cable to Dell 2009W LCD16:30
esingHawkerz I made a refind boot usb, I'll try to start linux with it16:31
Hawkerzgood luck16:31
esingThanks16:31
Hawkerzdid you install grub to the mbr? i'm not really clear on how grub is attempting to be compatible with efi16:32
sahilicelite <--- this guy/girl is repeatedly disturbing me with nonsense pm about girls and watever,i wish to block him16:35
iceliteI don't think so16:35
iceliteI'm new here16:35
iceliteI have to fix my VM16:35
icelitebrb16:35
compdocsahil, use /ignore icelite16:35
k1lsahil: please report such incidents in #ubuntu-ops16:36
=== jonathan__ is now known as yooop
sahil /ignore icelite16:36
darkelfjuggaloCan someone tell me Adium is?16:36
compdocsahil, without the space in front16:36
bekksdarkelfjuggalo: Adium is a Windows-based instant messaging program.16:37
sahil<compdoc>ohk...thnx16:37
darkelfjuggaloso it is like the Pidgin I use to get here?16:37
sahil<k1l> ok sure..16:38
=== Dozy is now known as Dozy|AFK
=== Ubuntu-user is now known as icelite
darkelfjuggalois alsa the default sound driver in Ubuntu?16:43
themanwithnofaceAre VIM questions appropriate here?  i have very basic VIM questions, just install 7.4 and need help with color schemes16:43
iceliteyes darkelfjuggalo16:43
iceliteits quite common I think16:43
themanwithnoface*installed16:44
darkelfjuggalois there a better driver to use, or does it really matter?16:44
IdleOnethemanwithnoface: try #vim16:44
themanwithnofaceIdleOne: on freenode?16:44
IdleOneyes16:44
themanwithnofacecannot send to their channel, it's a simple question , any vim users here?16:45
=== b4dave is now known as b4dave_4
bazhangthemanwithnoface, register then16:46
themanwithnofacei have the molokai colorscheme   the '.vim'  file in the correct place in the colors folder in16:46
doomlord_try #prgramming aswell16:46
themanwithnofaceokay16:46
themanwithnofaceno vim users here?16:46
doomlord_but not #emacs16:46
SolarAquarionawesome isn't showing in lightdm16:46
SolarAquarionfix or something?16:47
darkelfjuggaloanacron, for General usage, is this important to keep?16:47
SolarAquarionTried to do the NoShow=false16:47
SolarAquarionbut it didn't work16:47
IdleOne!register | themanwithnoface You need to register to speak there16:48
ubottuthemanwithnoface You need to register to speak there: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode16:48
figure002!topic16:49
ubottuPlease read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic16:49
=== mathisen is now known as Mathisen
=== themanwithnoface is now known as thisnameissweet
Suhashow to open Trash through terminal in ubuntu?????16:55
=== Thor is now known as Thor^^
=== Thor^^ is now known as Thor
IdleOne!trash | Suhas16:56
ubottuSuhas: Your GUI file manager's Trash folder is located at ~/.local/share/Trash/ for files moved to trash from your hard disk and .../.Trash-userid/ on external devices for files moved to trash from the device.16:56
darkelfjuggaloApparmor:  purpose is unclear to me16:56
darkelfjuggalowhat is Apparmor?16:57
purezenHey guys..! I recently filed some bugs in Ubuntu on Launchpad.. How do I know if they are triaged properly..?16:57
Suhasbut i'm unable to open it through nautilus i used this path: /home/$USER/.local/share/Trash16:58
=== thisnameissweet is now known as themanwithnoface
Suhasbut i'm unable to open it through nautilus i used this path: /home/$USER/.local/share/Trash : ubottu16:59
TJ-darkelfjuggalo: It's an easier-to-use alternative to SELinux, basically17:00
darkelfjuggaloTJ- not Familiar with SELinux, but i found the wiki, essentially is is security for policy violation?17:01
TJ-Suhas: This works for me: "ls -l ~/.local/share/Trash/files/17:01
TJ-darkelfjuggalo: Yes, it protects the system from malicious misuse of an application beyond its legitimate requirements, by blocking access to resources it has no business with17:02
Suhasbut how do i open it through nautilus : TJ-17:02
TriBeCa99TJ-: Sorry had to talk to a colleague. What I'm going to do is just get the UBUNTU installer to create a small RAID 1 partition on the drives, install on that, and then set up the rest of the drive space in a RAID 10 after ubuntu is installed17:03
TJ-Suhas: Use the "Rubbish Bin" link in the left navigation pane17:03
darkelfjuggalook, that is much clearer, i understand the policy it is enforcing17:03
TriBeCa99I've done that before, so I'll just have to pore over a few how-to's to remember exactly how it's done17:03
TJ-TriBeCa99: I don't recall it being too difficult, as long a dmraid uses the correct metadata scheme to match the controllers17:04
Suhasi used ls -l ~/.local/share/Trash/files/ but it says no such directory : TJ-17:04
themanwithnofaceis freenode supposed to take forever to send the confirmation email to registe ron irc???17:04
TJ-Suhas: Then maybe it doesn't exist? What version of Ubuntu is it?17:04
bazhangthemanwithnoface, ask in #freenode17:05
IdleOnethemanwithnoface: it may have gone to your spam folder17:05
TJ-themanwithnoface: There was a notice last night about a 4 hour outage that would stop registration emails; as far as I know that isn't still in effect17:05
CyraxI need help. I installed ubuntu so its in the startup where I can choose windows 8 or ubuntu,when I choose ubuntu,it somethign about it doesnt find it or something wrong.. i can't explain exact. But how do I fix it? i want to use ubuntu from a DVD only17:05
themanwithnofacewow that is JUST my luck man, can't get this dumb vim question answered...  more googling...  thanks for the info TJ17:06
themanwithnofacenot in spam17:06
gordonjcp!ask | themanwithnoface17:07
ubottuthemanwithnoface: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:07
Suhas12.04 customized, actually  i tried opening it and it had worked but recently my system crashed and i had to reinstall it, now it doesn't work :TJ-17:07
Picithemanwithnoface: again, freenode help should be asked in #freenode.  #ubuntu doesn't control this irc network.17:07
darkelfjuggaloAppmenu-gtk and appmenu-gtk3 ; packages.ubuntu and launchpad have a limited explanation, Wiki.ubuntu has no entry ; i understand it works for dbus, but I am not clear on what Dbus is for17:08
=== JZTech101 is now known as JZ|Zzz
CyraxAnyway i can fix it so the ubuntu starts like it should?17:09
TJ-Suhas: So recreate it: "mkdir -p ~/.local/share/Trash/{files,info}"  - or, if the user directory was damaged as it sounds like, create a brand new user account and transfer your user files to it, so the system files are correctly created and available17:10
bazhangCyrax, you want to use ubuntu from the live dvd only?17:10
N2TOHhow do you rollback the automatic updates to see where the new code broke you machine?17:10
Cyraxyes.. not from computer,, just from a DVD17:11
bazhangCyrax, then boot from it17:11
TJ-darkelfjuggalo: Dbus is for inter-process communications17:11
Cyraxhow? something is wrogn so i can't17:11
Cyrax*wrong17:11
bazhangCyrax, set in bios to choose dvd/cd first17:11
darkelfjuggalook and qt is the next on my list?17:11
=== lorenzo is now known as Guest4392
Cyraxwhere is that choice? boot options?  adn what do i choose there?17:12
bazhangCyrax, the bios is the first thing you see, hit esc, f12 or the like17:12
bazhangCyrax, change the boot order to look for the dvd drive first17:13
subcoolcan somone help me with my old kubuntu 10.017:13
subcoolit disabled the networking, and i cant re-enable it..17:13
Cyraxi know.. and then u have optiosn to choose.. advanced options. i got a asus intel-core i5 (3rd generation) Ram 8GB,64 bit17:13
bazhangsubcool, what version17:13
subcoolbazhang, 10? maybe.. idk17:14
bazhangsubcool, ten point what17:14
subcoolidk17:14
subcoolim on a usb-gparted live disk now.17:14
bazhangsubcool, its desktop? its eol17:14
subcoolyeah.. i imagined..17:15
bazhang!eol | subcool17:15
ubottusubcool: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:15
subcoolbut i need it to have internet to upgrade it17:15
neutrondudeany1 here know whether it is possible to install direct x 10/ 11 on ubunut17:15
neutrondude*ubuntu, using wine17:15
subcoolhow do i re-start or something the networking17:15
serequestion : why would granule log me out when I try to open a deck..17:15
TJ-subcool: "sudo service networking restart17:15
subcoolTJ!!!!!!17:16
subcoolTJ-, hey man.. -17:16
subcoolhow do i do that while booted into the gparted.. chrun or something right?17:16
TJ-subcool: I thought you wanted to restart networking in the running environment; you cant' restart one that *isn't* running!17:17
subcool:/ - yeah.. im kinda desperate..17:17
Paulo_netohello, how do i make a dvd from .vod files?17:17
TJ-subcool: You'd have to start a terminal; never had to do that using gparted so you'll have to figure it out17:17
subcoolsomehow my networking died.. - and its kubuntu 10.XX17:17
histo!burn | Paulo_neto17:17
ubottuPaulo_neto: CD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto17:17
subcoolor maybe even older17:17
TJ-subcool: Maybe you can switch to another tty? Using Ctrl+Alt+F2 through F6 ?17:18
Guest4392subcool, try this : "sudo dhclient eth0 up"17:18
subcoolwell, thats a simple command, i could make it happen.17:18
subcoolit disabled the networking, and it refuses to let me reenable wifi17:18
TheCompWizany ubuntu related grub/syslinux know-it-alls in here?17:18
=== arunprasadr_away is now known as arunprasadr
subcoolTJ-, i could boot it up and do it normally- its operational, but-- the wifi is dead for some reason.17:18
TJ-subcool: Not sure which tty gparted will be running on but you can switch amongst any active ttys using Ctrl+Alt+F1 through F7 (if you have tty1 ... tty7)17:18
x-s4nd3rIs it safe to delete all these files by clicking "Localizations" in BleachBit? Here are the files that will be deleted: http://paste.ubuntu.com/5985771/ so should I do it or not? (is it safe?)17:19
DasEiI can't find sensors-detect no more, how I go about finding correct modules for cpu-temperature ?17:19
TJ-subcool: Maybe it needs to authenticate? Which implies needing wpa_supplicant configuring17:19
subcoolTJ-, nah..17:19
subcoolTJ-, when i righ click it- it says netowrking disabled, bbut wont le tme enable it17:19
x-s4nd3rIs it safe to delete all these files by clicking "Localizations" in BleachBit? Here are the files that will be deleted: http://paste.ubuntu.com/5985771/ so should I do it or not? (is it safe?)17:20
Paulo_netothanks17:20
=== CyberJacob|Away is now known as CyberJacob
TJ-subcool: Sounds like a missing driver; maybe the wifi uses a proprietary binary blob17:20
subcoolTJ-, its worked before-17:21
subcooli know its someting stupid, this is an old laptop17:21
=== xcynthi is now known as xcynthii
TJ-subcool: OK, well you need to check out the logs in /var/log/ for clues; We can't guess for you :D17:21
subcoolid like to upgrade it to 12. but- i need the internet to work so i can dl the new image17:21
subcoolTJ-, your guesses are better than mine17:21
TJ-DasEi: /usr/sbin/sensors-detect, in package lm-sensors17:21
TJ-subcool: I'm guessing you split Coke in it!17:22
grandpaHello :-) anyone who can help me with virtualbox??17:22
subcoolTJ-,  which log would be helpful?17:23
DasEiTJ-: thank you, I try now.. (have so oc installed lm-sensors, but OS doesn't sensors-detect and also ubotto tells no such package), well I'll look17:23
grandpathere is like 1000+ ppl in here and no one can help?17:24
TJ-subcool: All of them! Sounds like it got messed up, there should be clues. Start with syslog and kern.log and widen the search if needed17:24
DasEiTJ-: thanks again, just a typo , facepalm, hehe17:24
TJ-DasEi: hehehe, I know, I did the same thing about 3 months ago and convinced myself it was missing :D17:24
bazhanggrandpa, ask an actual question17:24
blzHow can I verify a PGP signature that I have in an ASCII file?17:25
grandpaI need to find out if my USB adapter will work with virtualbox it's a TP-link TL-WN725N17:25
grandpayou know before i buy it17:26
DasEiTJ-: maybe ubott.. should know it's included in lm-sensors17:26
MonkeyDu1tgrandpa  any specific reason why it shouldnt?17:27
grandpaI have just heard that some don't work with virtualbox17:27
ebernhardsoni have two screens,  my notifications tend to go in the upper right of only one screen is there a way to have them display on both screens?17:27
grandpaso if you someone in here knew if it did :-)17:27
bazhanggrandpa, a wifi usb ?17:27
grandpayes17:27
bazhanggrandpa, vbox wont use that17:27
PiciIt might17:28
DasEiblz : Install  pgpgpg , then man  pgpgpg17:28
subcoolTJ-, i dont see any errors17:28
blzDasEi, thanks17:28
grandpaso what could i buy?17:28
Picigrandpa: anyway, #vbox is the proper place to ask these sorts of questions17:28
subcoolTJ-, im pretty sure its not "broken" - i just dont know how to get it going again..17:28
grandpaokay thanks17:28
blzDasEi, sorry but the manpage is greek to me... what am I supposed to be doing?17:29
withgnulinuxcan anyone please tell me how can i watch vimeo videos on ubuntu 12.04  *without* installing non-free  software? this desktop newbie would appreciate answers from people who are actually doing do it, rather than from people who go "it should work". thanks17:29
digitalironyFor some reason, in gnome, the little gear button in the top right corner is gone17:30
tmmunqi believe youtube-dl supprots downloading vimeo, you can then watch it with vlc17:30
digitalironyand so is the clock17:30
digitalironyanyone know why?17:30
CyraxI dont find the boot thing u told me. here is a photo of my boot options on my bios: http://screencast.com/t/eew7oTgD17:30
grandpaNo one Answer in #vbox?:D17:30
Picigrandpa: not every channel is as busy as this one, you need to be patient17:30
gordonjcpwithgnulinux: try installing chrome and the html5ify plugin17:30
TJ-blz: gpg --verify /path/to/signature.asc /path/to/signed/file17:31
grandpaokay, a little new to this thing17:31
blzTJ-,  I'm getting "Can't check signature, public key not found"17:31
withgnulinuxgordonjcp, chrome is non-free17:32
gordonjcpwithgnulinux: then you could try Chromium17:32
blzwithgnulinux, gordonjcp I do believe that chromium is free as in freedom17:32
blzbut I could be wrong17:32
TJ-blz: You'll need to know the key's fingerprint, and then fetch it from the keyserver17:33
blzTJ-, ah I see... okay17:33
=== barret is now known as Guest11346
CyraxSo where on that bios do i choose this boot thing?17:33
withgnulinuxgordonjcp, are you actually using chromium to watch vimeo videos without installing any non free software?17:34
nilsonteste17:35
gordonjcpwithgnulinux: no17:35
tmmunqhe's either gonna have to use flash or download the video17:35
gordonjcpwithgnulinux: basically I suspect there's no easy way to do what you want to do17:35
CyraxWait.. what kind of filytype do i have to have on a DVD to run ubuntu only from a DVD?17:36
gordonjcpCyrax: you'd just burn an ISO to the DVD17:36
withgnulinuxgordonjcp, thanks for your sincerity. next, please17:36
gordonjcpCyrax: don't write it as a file, write it as an image17:36
gordonjcp!attitude | withgnulinux17:36
ubottuwithgnulinux: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines17:36
Cyraxwich i did.. but i dont find the boot thing i was told to find17:36
gordonjcpwithgnulinux: I told you what would work17:36
gordonjcpwithgnulinux: you didn't like it17:36
bazhangwithgnulinux, theres no way to view flash with all free17:37
gordonjcpwithgnulinux: there is no other way to play Vimeo videos, on any OS, without doing what I suggested17:37
bazhangwithgnulinux, please be polite here17:37
tmmunqdownload them and watch them with something other than flash! no one listens17:37
=== _BJFreeman is now known as BJfreeman
Cyraxgordonjcp: did u get the photo of my boot options on my bios?17:37
gordonjcpCyrax: what?17:38
Cyraxgordonjcp: someone told me to go to my bios and choose something about boot from DV17:38
Cyrax*DVD17:38
gordonjcpCyrax: possibly17:38
withgnulinuxgordonjcp, you are wrong. on trisquel (based on ubuntu 12.04) you can certainly watch vimeo videos with the viewtube plugin. unfortunately that solution does not work on proper ubuntu 12.0417:38
Argh++17:39
Cyraxgordonjcp: look: http://screencast.com/t/eew7oTgD <--- this is the photo of my boot options on my bios17:39
Cyraxidk where to look.. sorry17:39
XagoHi people there, I'm thinking to purchase a ASUS laptop with Ubuntu preconfigured. Any comment?17:40
gordonjcpCyrax: no idea, you're looking for something like "Boot Order"17:40
Cyraxbefore i check.. how do I remove this ubuntu from the startup?17:40
digitalironyhrmm this is really weird17:41
bekksCyrax: Insert a live cd, remove the ubuntu partitions.17:41
digitalironywhy is indicator-applet-complete not installed with gnome anymore?17:41
CyraxSo u mean i have to do that or reinstall my computer to factory default to remove it?17:42
bekksCyrax: Correct.17:42
=== Snake2k_ is now known as Snake2k
Cyraxoh well. as long as it doesnt harm the ubuntu there,i can always do it later.. thanks though.. jsut that the ubuntu from the startup won't start at all. says something about put in the DVD again and restart nad something else i dont remember,then repair the disk as 3rd option17:43
HypnotiXwhen i try to run firefox i get an error saying: Your firefox profile cannot be loaded. It may be missing or inactive, and firefox doesnt open17:44
ZimefeldHi17:44
HypnotiXi tried reinstalling it but still the same error17:44
bekksCyrax: Removing the partitions - erases everything on it. It does not only harm, it deletes anything on the harddisk.17:44
Zimefeldsomeone here?17:44
bekksZimefeld: Several hundreds are here.17:44
Cyraxok.. thanks17:44
CountryfiedLinuxIs Ubuntu non-LTS more secure than Debian Sid?17:44
GoatmanZimefeld, do you have a question?17:45
bekksCountryfiedLinux: We dont know how secure debian sid is.17:45
CountryfiedLinuxbekks: Does Sid receive additonal security updates from Canonical?17:45
holsteinCountryfiedLinux: no17:45
WulframnCountryfiedLinux, Canonical had nothing to do with Debian.17:45
bekksCountryfiedLinux: We dont know wether they incorporate ubuntu patches. At least we dont send them to the devs :P17:46
bekksCountryfiedLinux: And after that SSH key desaster - I wont talk about debian and secure anymore :P Just my two cents.17:46
holsteinCountryfiedLinux: debian is debian, and should be researched seperately.. the ubuntu LTS's are supported longer, and the regular releases come out more often.. neither are reported officially more or less secure, or intended as such17:47
=== Clank|Gone is now known as RedefinedClank
TheLordOfTimei've got a question, but i'm not sure where to ask it, regarding a legal issue within a package on the software center... who do i go asking about that?17:52
bekksTheLordOfTime: The people in here?17:53
Wulframn!ask17:53
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:53
holsteinTheLordOfTime: in the repos? or linked in the software center? AFAIK, those are not equivelant and dont have to me17:53
TheLordOfTimeholstein, no idea, my ubuntu system is down and i can't check, it ended up popped up on Ask Ubuntu and i'm trying to find someone to actually provide an answer, but since i can't open the software center here (stuck on a windows system) i have no way to answer your question.17:54
TheLordOfTimeholstein, http://askubuntu.com/questions/332603/what-is-the-process-for-reporting-an-app-with-a-stolen-icon if you want to peek at it17:54
holsteinTheLordOfTime: you can download and run in virtualbox, or a live CD17:55
TheLordOfTimeholstein, neither is able to be done here at this time, no admin to install vbox, no CD/USB boot on this system17:55
TheLordOfTime(it's a loaner system)17:55
holsteinTheLordOfTime: i dont ever agree with "no way to do something" with open tools.. but, you know your system17:55
holsteini will not be able to do this for 4 hours or so..17:56
TheLordOfTimeholstein, it's a loaner system, and on windows to install VBox needs admin because of vbox networking things, I don't have admin on the loaner system, and they disabled USB/CD boot and locked the BIOS17:56
TheLordOfTimeholstein, in, oh, three days i'll have my system back (it's being repaired)17:56
Jordan_UTheLordOfTime: The improperly used icon can be found here as well: https://apps.ubuntu.com/cat/applications/precise/easyadmin/17:57
TheLordOfTimeJordan_U, thank you.17:57
guzzlefryHello, I'm not seeing MySQL Workbench in the Software Center. Is it actually not in the package repository?17:57
TheLordOfTimeJordan_U, the question now becomes a legal one - who owns the image, was the image released into the open domain by apple or no?17:57
TheLordOfTimeguzzlefry, i think it was removed, but you can still download a .deb installer from the MySQL dev site.17:58
Riptidehi17:58
TheLordOfTimeguzzlefry, http://dev.mysql.com/downloads/tools/workbench/ is the site, you can download the workbench from there and install the package manually.17:58
TheLordOfTimeguzzlefry, but you'll have to update by hand.17:58
RiptideCan anyone help me with Virtualbox on Ubuntu 13.04?17:59
guzzlefryI'm actually seeing some alternatives that I've never heard of before. :P17:59
Jordan_UTheLordOfTime: I very much doubt that Apple released that icon so there are almost certainly both copyright and trademark issues with its use.17:59
guzzlefryThat looks pretty good.17:59
RiptideWhenever I try to run a VirtualMachine, I get this Error: Kernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing'/etc/init.d/vboxdrv setup'as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes 17:59
TheLordOfTimeJordan_U, then who gets contacted for a violation of legal copyrights within a package?17:59
TheLordOfTimeI'd love to answer their question and tell them a procedure to resolve the legal issue, or remove the offending package/link17:59
RiptideCan anyone help me?18:00
withgnulinuxgordonjcp, i've just managed to make viewtube play vimeo videos on ubuntu 12.04 but there are still some issues that need to be addressed. watch this space...18:01
deolandhello i've a problem,I do not get connected to phpmyadmin18:01
withgnulinuxso guys it IS certainly possible to play vimo videos without non-free software on ubuntu 12.0418:02
Jordan_UTheLordOfTime: I don't know.18:03
RiptideHello! Does anyone know how to tfix an Error whenever I try to run a VirtualMachine on OracleVMVirtualMachine?18:05
minidinoHow can I backup GRUB so it can be restored after a windows installation to another partition?18:06
Tomy2938I had to configured the filesystems the hard way, hardcoding the UID and GID in order to work properly, at least is working for CIFS. ;-)18:07
wilee-nileeminidino, Not really needed you just need to reload the grub bootloader.18:07
minidinowilee-nilee: i am assuming this could be done from an ubuntu liveCD?18:09
wilee-nileeminidino, Yes many use the bootrepair app, this is a mbr setup?18:10
CyraxI tried to start the ubuntu from startup... but i got this.. file: \ubuntu\winboot\wubildr.mbr , Status:0xC000007b ,, what does it mean?18:10
wilee-nileerather than a gpt uefi...etc minidino18:11
apb1963so this morning I replugged in my router.  It got a fresh IP and my MAC is no longer cloned... I can ping & tracert from windoze XP.  I can ping, but NOT traceroute from ubuntu - it stops at my router.  Googlesync on XP will not connect.  Any  ideas?18:11
minidinoyes it probably will be. I actually havent set it up yet just planning on how the new installation will go18:12
TJ-apb1963: Did you try tracepath/tracert "-n" on Linux - that will avoid any DNS lookups, which might be the issue on the Linux side (wrong resolver settings)18:12
apb1963I did not.  But I will try now.18:13
swcdxHi any decent bandwith meter/download monitor with graphics?? I have been looking for one and no luck. Any apps suggestions? TIA18:14
CyraxSo what does that mean that I mentioned.. seems ubuntu won't start when i choose ubuntu.. any way to fix it?18:15
apb1963No such option.  I should point out however that it does in fact resolve the domain.  I should also point out that I've also tried with an IP address and get the same stopage at the router.  I should also point out, I can ping.  So DNS is not the issue.18:15
samplesyo18:16
geniiCyrax: With wubi can be any number of problems. Especially if it starts involving UEFI, Win 8, or raid18:17
CyraxAny way i cna fix it?18:17
Cyrax*can18:17
Cyraxso i can really start run ubuntu from dvd only18:17
apb1963tracepath I've never used before... trying that is interesting... the hop after the router says "no reply".  That says to me the router is blocking return packets.... yes?18:17
Jordan_Uapb1963: Please elaborate on the point about your MAC address no longer being cloned. Are you really connecting to a router or just a modem?18:17
gordonjcpCyrax: configure your PC to boot from removable media and burn the image to a disk18:18
gordonjcpCyrax: these days, you'd be better using a USB stick18:18
apb1963TP Link router18:18
apb1963which connects to my ISP's modem18:18
apb1963or... MTA as they call it :)18:18
CyraxSo u mean usb is more secure?18:18
TJ-apb1963: No, "no reply" means that when the TTL matches that router, it refuses to do ICMP replies. It isn't refusing to route through-traffic though18:18
gordonjcpCyrax: secure in what sense?18:18
Cyraxthat nothing goes wrong like it did now18:19
gordonjcpCyrax: mostly it means you don't have to travel back in time to the 1990s to find a PC with an optical drive18:19
apb1963tj- I don't understand what when the Time-To-Live "matches that router" means.18:19
Jordan_Uapb1963: Is the router performing NAT between the network that your computers are on and the MTA? You also still haven't elaborated on the MAC address cloning comment you made.18:20
apb1963It's 1 hop away18:20
CyraxHow do I burn as iso on a usb stick :o18:20
TJ-apb1963: tracepath/route work by sending ICMP packages with a restricted TTL. TTL starts at 1 and increases. A router receiving a packet decrements the TTL. If it reaches 0 it doesn't forward it onward, but it *should* reply to the originator with an ICMP response telling it "TTL exceeded". Many routers are configured not to do that to prevent Denial of Service attacks, and therefore you get a "no reply" when tracing the route18:22
apb1963Jordan_U: I have to assume it is, though there's no option to explicitly turn it on.  It's providing a private address by way of DHCP.  In regard to MAC cloning, when I first got the router on Monday, I needed to clone my address to make it work.  For the last 6 months my ISP has been giving me the same DHCP address.18:22
wilee-nileeCyrax, There are handfuls of usb loaders unetbootin is commonly used there are some that allow multiple ISO's18:22
CyraxWhat if i jsut transfer the ubuntu.iso to the usb stick?18:22
ajeffcothen you're just carrying around an iso image on a usb stick18:23
TJ-apb1963: If your ISP requires MAC cloning, and the MAC has cloned to another device on the LAN already, that might explain why the ISP modem/router won't forward packets from the Linux PC18:23
esingHow do I install gummiboot on ubuntu?18:23
Cyraxcan u tell me how i burn it on a usb stick and what i need to use? i never done that before18:23
esingI cloned its git. How to proceed at this point?18:23
apb1963TJ-: So in order to work, tracepath/route restart a new "round" of ICMP packets with a higher number each time it gets a new response?18:23
esingThere's no installation instruction file18:23
Jordan_UCyrax: You don't "burn" USB sticks, or any other kind of hard drive. What OS will you be setting up the USB drive from?18:24
wilee-nilee!who | Cyrax be sure to use nicks18:24
ubottuCyrax be sure to use nicks: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)18:24
Cyraxi have windows 8 64 bit18:24
Jordan_UCyrax: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows18:24
apb1963TJ-: The MAC is not cloned as of this morning.18:25
apb1963Last night I had so many problems I disconnected the router entirely.18:25
TJ-apb1963: Correct. It sends a packet with TTL 1, then 2, then 3... and stops when it reaches the target host. If they all do 'no reply' it'll carry on for a long time until it gives up without 'finding' the target18:25
Jordan_Uapb1963: You had to clone what MAC address? What did you actually do?18:26
apb1963So it sounds like my issue is that I need to set forwarding on the router.18:26
apb1963Jordan_U: I had to clone XP's address.18:27
apb1963mac address18:27
Jordan_U!rootirc | root__18:27
ubotturoot__: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.18:27
root__help18:27
Jordan_Uapb1963: So you had two different machines, on the same network, using the same MAC address?18:27
apb1963no18:27
root__salama "D18:28
apb1963maybe18:28
MonkeyDu1troot__  whatever your question, start by not being root18:28
apb1963let me think a minute18:28
Jordan_Uapb1963: What did you actually do? Please state explicitly the steps you took.18:28
xibalbais it easy to setup a local apt mirror?18:29
xibalbahow much space does it require, and how do you keep up to date18:30
TJ-apb1963: Usually, modem MAC cloning means the modem adopts the first MAC it sees on the LAN side, and refuses to route packets for another other MAC18:30
Akronixis not possible customize nautilus toolbar?18:30
apb1963I logged into the router (on Monday).  I set it up.  It didn't work.  I called tech support.  They said to try cloning the MAC address.  So I went to that menu item on the router and clicked on "clone MAC address"18:31
apb1963Cloning made it work.18:31
apb1963I've had to do that previously for VMware as well.18:31
Jordan_Uapb1963: Ahh, so it was the router cloning a MAC address rather than either of the computers. That changes things.18:32
apb1963Yes18:32
root__AnyBody Can Speak Persian ?18:32
MonkeyDu1t!ir18:32
ubottu#ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir  برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است.18:32
xibalbaroot__18:32
xibalbaman hafe farsi khalee koocheek18:32
root__Kesi Irani18:32
root__Has18:32
root__:D18:33
root__?18:33
FloodBot1root__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:33
root__=))18:33
xibalbaroot__, go kill the ayatollah18:33
gordonjcpxibalba: inappropriate18:33
root__ajaba :|18:33
=== JZ|Zzz is now known as JZTech101
apb1963test18:35
zoraelHow can I verify GRUB installed itself into MBR successfully before rebooting?18:36
zorael(from a recovery terminal)18:36
wilee-nileezorael, how did you load grub to the mbr?18:37
TJ-zorael: "sudo dd if=/dev/sdX bs=512 count=1 | hexdump -C" and look for the tell-tale text strings18:37
Akronixlast version nautilus dissappointed me...18:37
Akronixwhich is better thunar or nemo??18:37
zoraelTJ-: thanks18:38
apb1963I guess I can try cloning again and see if that fixes the "missing pieces" that aren't working... I'm just afraid that will break those things that are in fact working now.18:38
wilee-nileeAkronix, better is an opinion.18:38
zoraelwilee-nilee: I'm trying to restore one that went bananas18:38
TJ-zorael: Here's what you should see http://paste.ubuntu.com/5986024/18:38
AkronixI know, I ask your opinion18:38
wilee-nileezorael, And can you answer the question?18:38
cornfeedhobocan someone tell me how to kill xorg and drop to shell?18:38
wilee-nilee!better | Akronix18:39
ubottuAkronix: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.18:39
bazhangcornfeedhobo, on boot?18:39
zoraelwilee-nilee: grub-install --recheck /dev/sda, but I'm told that it still refused to boot.18:39
wilee-nileezorael, From a live cd?18:39
cornfeedhobobazhang: no, just once. I need to create an xorg.conf to fix some display issuse.18:39
zoraelwilee-nilee: Yes18:39
=== Nisstyre-laptop is now known as Nisstyre
apb1963I would think if it was the MAC that was the problem, nothing would be working.18:40
wilee-nileezorael, THis a mbr set up no uefi or gpt?18:40
cornfeedhobobazhang: i tried booting into single but then it's a ro filesystem and its just a huge hassle18:40
MoPacI'm curious about whether there are coming improvements (or good current alternatives) to the built-in system monitor application that can do a better job displaying which program is actually taking up what resources? It can be pretty annoying to see so many instances of "java" or "kworker" that are different things18:40
cornfeedhoboi just forget how to kill the current xorg session18:40
cornfeedhobowithout actually killing it18:40
bazhangcornfeedhobo, boot as normal,drop to tty, stop the xserver then proceed?18:40
dillon101001need help booting off usb18:40
wilee-nilee!details | dillon10100118:41
ubottudillon101001: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."18:41
apb1963I mean right now we're basically talking about specific services that aren't working.18:41
dillon101001it repeatedly says syslinux 4.04 and hangs when i use usb18:41
cornfeedhobobazhang: yeah but what is the service name? i am using kubuntu so i tried khm, but it doesnt appear to be in use. (i am normally a gentoo guy)18:41
TJ-apb1963: Can you get external access using IP addresses alone? In other words, have to proved this isn't just a DNS resolver issue?18:42
zoraelwilee-nilee: MBR. gdisk said there was a garbage GPT header, but even after having zapped it we get No Operating System Found. The hexdump confirms that it is indeed in place, which makes it all the more curious18:42
dillon101001ive used lili usb creator18:42
=== JZTech101 is now known as JZ|Zzz
soap_Can't dual boot ubuntu 12.04 and windows8 in asus 1015e? Please Help18:42
dillon101001and am trying unetbootin18:42
TJ-zorael: If the disk was GPT then it is possible what you're looking at is the protective MBR18:42
wilee-nileezorael, This gpt made by a user an apple computer or W8?18:42
dillon101001if you use an asus repeatedly click esc on startup18:43
bazhangcornfeedhobo, not sure about kubuntu, perhaps #kubuntu can shed some light on that18:43
cornfeedhobobazhang: k18:43
cornfeedhobothx18:43
zoraelTJ-: Would make sense as its disk identifier is 0x0000000018:43
wilee-nilee!uefi | soap_18:43
ubottusoap_: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:43
apb1963skype works, but googlesync doesn't, although gmail does.  << These all being on XP.18:43
zoraelwilee-nilee: Originally W818:44
soap_dillon101001: Then what?18:44
apb1963On ubuntu, I can ping but I cannot traceroute/path whether by domain or by IP address.18:44
wilee-nileesoap_, More uefi stuff,  http://ubuntuforums.org/showthread.php?t=2147295  http://www.rodsbooks.com/efi-bootloaders/secureboot.html18:44
apb1963I'm running 12.04 LTS server18:45
esingHow do I install gummiboot on ubuntu, is that even possible yet?18:45
TJ-apb1963: Ping what? ping an external site? Can you also telnet to a HTTP server using its ip address?18:45
wilee-nileezorael, Uefi is a beyond my learned area, make sure that info is known by whoever helps you, especially a removed W8.18:45
esingIt seems no one has done that before18:45
apb1963yes ping  yahoo.com18:45
esingI don't find any google hit for that18:45
zoraelwilee-nilee, TJ-: Managed to get it aright, thanks for the help18:46
wilee-nileezorael, Cool.18:46
dillon101001is this the only irc?18:46
apb1963what http server shall I telnet to?18:46
wilee-nileedillon101001, For?18:46
=== BlackoutIsHere|O is now known as BlackoutIsHere
dillon101001ubuntu support18:46
apb1963the only http server I have is the same ubuntu machine.18:47
TJ-apb1963: Why hot one of the archive.ubuntu.com machines? 91.189.92.20118:47
soap_Is there any step by step guide?18:47
wilee-nilee!who | dillon10100118:47
ubottudillon101001: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)18:47
TJ-apb1963: You know how to do a manual HTTP session using telnet?18:47
dillon101001im trying to boot off usb but it keeps saying syslinux 4.04 1994-2011 et alvin18:47
apb1963Trying 91.189.92.201... telnet: Unable to connect to remote host: Connection refused18:48
dillon101001ill try again and report back when im done.18:48
TJ-apb1963: "telnet 91.189.92.201 80" (note the port number there, else it'll try port 23) then send "GET / HTTP/1.0" then press Enter twice18:48
wilee-nileedillon101001, Basically yes, there are some desktop irc channel, you can search the channels. Have you checked the ISO's md5sum?18:48
Akronix!tab18:49
ubottuYou can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.18:49
apb1963it connects18:49
TJ-apb1963: OK, so that proves you have external connectivity. Now try it using the hostname not the IP address "archive.ubuntu.com" and see if you get DNS resolving18:50
apb1963it connects18:50
TJ-apb1963: So what is the problem with the Ubuntu machine again? :D18:51
apb1963traceroute doesn't get past the router18:51
TJ-apb1963: Anything else; I'd suggest you need to check the firewall rules. Well, maybe the router blocks outgoing ICMP ?18:51
apb1963If it blocked ICMP, then ping wouldn't work18:51
apb1963But ping works18:52
apb1963unless ubuntu ping uses something other than ICMP?18:52
apb1963I haven't setup iptables yet, everyting is wide open18:52
richwestcoasthow do i create a folder structure on the fly? say i > vim /home/folder/to/create/readme.txt i want /folder/to/create to exist18:52
=== visievio1 is now known as Visievion
apb1963plus... XP IS able to tracert18:53
TJ-apb1963: maybe you need to do a UDP trace route18:54
apb1963how?18:54
TJ-apb1963: Then, as I said before, your router is dropping icmp with low TTLs for any device not having the cloned MAC... probably18:54
wizard_Ai followed the steps on http://ubuntuforums.org/showthread.php?t=223410, but stii i'm getting an access denied error?18:55
=== RedefinedClank is now known as Clank|Gone
apb1963Currently, NO devices are cloned.18:55
TJ-apb1963: tracepath uses ICMP; traceroute uses UDP18:56
wilee-nilee!details > wizard_A A link  is not enough18:56
wilee-nilee!details > wizard_A18:57
ubottuwizard_A, please see my private message18:57
CyraxI finally can go into ubuntu's menu where i choose to run ubuntu from USB.. after awhile,i get to a terminal only.. what do I need to install to b able toget into ubuntu dekstop?18:57
dillonolivierohi18:57
TJ-apb1963: "tracepath -I UDP -p 65432" will do UDP18:57
TJ-apb1963: "traceroute -I UDP -p 65432" will do UDP18:57
TJ-apb1963: ignore the tracepath command; I mistyped!18:57
wizard_Ayeah i was trying the location of file uploading portion18:57
apb1963traceroute (GNU inetutils) 1.818:57
apb1963traceroute: invalid option -- 'I'18:58
TJ-apb1963: ahh, the option changed. try -P18:59
wilee-nileeCyrax, Use nicks if you are talking to someone, and state details otherwise, not everyone was on since you have been working on issues.18:59
Cyraxwiliee-nilee: So what i need to type in the terminal to b able to get into the desktop of ubuntu.. I got into menu of ubuntu where i choose to run it from usb.. then after that19:00
wilee-nileeCyrax, THat makes no sense to me.19:00
Cyraxwoops19:00
anonymous1channel topic19:01
wizard_Ai created a public_html and placed a few folders with my websites within them but i get access denied?19:02
Cyraxwilee-nilee: I burned the ubuntu on usb,restarted it.. changed things in the bios,so i could start it from usb.. then i got into the menu of ubuntu where i could choose to run ubuntu from usb.. i choosed that.. after that I got to the terminal. what I wonder,is.. what do I type interminal to be able to get into ubuntu desktop itself?19:03
wizard_Aplease tell me what should be the perms for the folder19:03
dillonolivierowhat is the brand of your computer? asus are very diffucult19:03
dillonolivierodifficult*19:04
apb1963traceroute -M udp -p 65432 yahoo.com  is what *should* work.  I tried both udp & icmp.  Neither works, but this is the correct usage for this version of traceroute.19:04
wilee-nileeCyrax, Burn to a usb is confusing, how did you load the usb, it should go to the desktop automatically.19:04
apb1963although -p is port.  I'm not sure if that's what you meant for me to do?19:04
Cyraxwell.. it got me to options where i could choose to run it from usb.. then it got me to the terminal only19:04
soap_any way to install ubuntu 12.04 with windows8 in asus 1015E?19:04
Cyraxand i use same ubuntu.iso file for the virtualbox19:05
wilee-nilee!who | Cyrax19:05
ubottuCyrax: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)19:05
Emmy1hi19:05
Cyraxit was ment for wilee-nilee19:05
dillonolivierohello19:05
soap_is any one there to help ?19:06
wilee-nileeCyrax, Answer questions, extra info just confuses things, so you loaded the usb in a virtualbox what was the OS and waht was the app used?19:06
janne_hi19:07
dillonolivierohelli19:07
wilee-nileesoap_, I gave you multiple links have you looked at them?19:07
janne_i have a question about desktop environments.19:07
dillonolivierohello*19:07
soap_wilee-ailee: yes19:07
dillonolivierowhat>19:07
wilee-nileejanne_, Ask them to get help.19:07
janne_i run ubuntu 13.04, when i install cinnamon or gnome, all apps remain the same19:07
janne_wilee-nilee, i was typing...19:08
soap_wilee-nilee: yes19:08
wilee-nileesoap_, Uefi booting is not best served here I would post a thread at the ubuntu forum if you get no help here.19:08
dillonolivieroyes, You an still download a gnome app from kde or vice versa19:08
Cyraxno no, wilee-nilee. i ment that i cna run perfectly ubuntu via virtualbox.. but when i burned the ubuntu.iso into usb nad restarted computer,it got me into options where i chould choose to run it from usb.. i choosed that and it got me only into terminal.  and i use same ubuntu.iso file19:08
janne_dillonoliviero, yes i know that, but is there no "package" for lets say gnome? so i can get all the standard apps when i install a new enviroment?19:09
=== jack is now known as Guest90523
dillonolivieroyes.19:09
soap_wilee-nilee: ok, UEFI has realy messed op to joy of dual booting!!! BIOS (RIP)19:09
janne_dillonoliviero, how do i do that?19:09
wilee-nileeCyrax, Right that is not normal, so as with your original problems just getting vbox install you are in a similar place with the usb. So details are important here did you check the sum of the ISO, and how did you load it to the usb?19:10
dillonolivieroyou can get them by the software installer19:10
anonymous1any one can teach me about my anonymous os19:10
johnjohn101UEFI is evil. back to regular programming19:10
wilee-nileesoap_, It has its issues. ;)19:10
janne_dillonoliviero, yes i know that 2, but i want a whole package with all gnome standard apps19:10
bazhang!ot | anonymous119:10
ubottuanonymous1: #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!19:10
=== cubix``477 is now known as cubix`
Cyraxthe iso is the same on both,usb adn virtualbox.. and the ubuntu runs fine via virtualbox19:11
dillonolivierothere is no file that contains all the apps as that would be massive19:11
wilee-nileejanne_, Cool, announcing a question does not benefit you, just asking it does. ;)19:11
soap_wilee-nilee: can I go to the ASUS guys for help? will they help?19:11
dillonolivieroat least not that i know of.19:11
=== Clank|Gone is now known as RedefinedClank
wilee-nileesoap_, NOt sure, I would be surprised if they ever heard of ubuntu.19:11
anonymous1but this is a ubuntu flatform19:11
Cyraxthat was for wilee-nilee too. woops,forgot to mention nick19:12
janne_dillonoliviero, okay, so i have to search manually for all the apps that come with gnome and then download them 1 by 1?19:12
soap_wilee-nilee: yeah!19:12
bazhangjanne_, ubuntu-desktop19:12
wilee-nileeCyrax, And how did you load it to the usb with what app?19:12
janne_bazhang, yes?19:12
=== RedefinedClank is now known as Clank|Gone
bazhang!metapackage | janne_19:12
ubottujanne_: A meta-package is a package that simply depends upon other packages and brings them in. It's not a real package, but a very useful package that can drag in other package versions.19:12
Cyraxwilee-nilee: i dont remember what i changed.. but i changed something in the bios19:13
janne_bazhang, i see, thank you19:13
wilee-nileeCyrax, WE are not going to be able to work together, best of luck.19:13
bazhangjanne_, kubuntu-desktop for kde, xubuntu-desktop for xfce and so on19:13
janne_bazhang, omg! that is wonderful, thank you so much19:13
Cyraxanyone else who can help here?19:13
Cyraxi'm sorry, wilee-nilee.. i'm not so good to explain good19:14
bekksCyrax: Whats your exact problem then?19:14
soap_ADIOS AMIGOS19:14
=== Rojod^work is now known as RojoD
=== JZ|Zzz is now known as JZTech101
wilee-nileeCyrax, All you have to do is answer questions and leave out the what you think is relevant.19:15
Cyraxmy problem,is that i want to run only from usb stick.. nad i did burn it on usb stick and changed things in bios to let it run from usb. then I restarted my computer and then it got me to options.. there i could choose to run ubuntu from usb wich i did,then it restarted and got me into terminal only19:15
Cyraxthat was for wilee-nilee..19:16
bazhangCyrax, and whats this about vbox19:16
bekksCyrax: vbox cant boot from usb, btw.19:16
wilee-nileeCyrax, Answer bekks and bazhang they are top grade helpers.19:16
Cyraxabout vbox is that i use same ubuntu file there as well and on vbox it runs just fine..19:16
bazhangCyrax, whats your native language19:17
bazhangwilee-nilee, bekks you mean :)19:18
Cyraxbekks: that was for u.. and i need to get into desktop from usb,but it didnt.. do i have to type any command to get into desktop of ubuntu OR need a different ubuntu.iso? i dont know what to do19:18
Cyraxbekks: sorry for bad explaination19:19
wilee-nileebazhang, Heh, you do all right to. ;)19:19
bekksCyrax: You cant get "in your desktop" from USB, because its not "your" desktop, but the desktop from the USB which would be loaded. So whats the actual problem you are trying to solve by booting from USB?19:19
Cyraxi want to b in the desktop via usb just like i do via vbox19:20
bekksCyrax: How did you create the USB bootable medium then?19:21
Cyraxbekks: i just dont remember.. i dont follow much about that,but i did make it19:22
bekksCyrax: Then try to remember it, because thats an important detail.19:22
Cyraxi used Universal usb installer19:23
bekksCyrax: And which Ubuntu iso very exactly did you use?19:25
Cyraxbekks: ubuntu-12.04.2-desktop-i386.iso19:25
ubuntuissueSo i have run into an issue wih my desktop. My procrssor died tuesday, got a new mobo and processor today. When i go to boot, it cant find the drive that mounts home. I have tried an expansion sata card and directly to the mobo. I am not sure what is wrong woth the drive though because when it says (attempt to remount or press a key) it fails and when i plug the usb de ice in it fails to enumerate the fevice.19:25
ubuntuissueSorry for any spelling errors i am on a phone right now trying to diagnose the issue.19:26
fructhello all19:26
wilee-nileeubuntuissue, ##hardware might be some good help19:26
dillonolivieroHELLO19:26
ubuntuissueI have tried using the onboard usb 2.0 and 3.0 and each one comes with a dailure. When booting into a live cd usb devicrs fail to work then as wrll.19:26
wilee-nileedillonoliviero, keep it support or questions this is not chat but support. ;)19:28
CyraxSo what I do, bekks?19:31
ubuntuissuewilee-nilee are there a lot of issues with uefi motherboards and ubuntu?19:31
wilee-nileeubuntuissue, I have no idea.19:31
=== imcsk8|Desktop is now known as imcsk8
wilee-nileeseem to be but you have replace one I would ask in ##hardware ubuntuissue19:32
ubuntuissueI have just waiting19:32
anonymous1blackhat??? help me pls19:33
wilee-nileeubuntuissue, Cool, a bit of a complex question, not sure the irc is your best source.19:33
ubuntuissueWell due to only having a phone, right now irc is the easiest way to communicate atm19:33
wilee-nileeanonymous1, This is canonical ubuntu support only.19:34
Cyraxdo i have wrong type of ubuntu.iso file,bekks?19:35
SteveH_It has been far too long since I played with /dev/tty* devices.  I bought a usb<->serial cable, but when I try to use it, I get "could not open port /dev/ttyUSB0: [Errno 13] Permission denied: '/dev/ttyUSB0'"  It has crw-rw--- permissions.  Any thoughts??19:37
JethroTrollubuntuissue's issue is an ubuntu issue - stop sending him elsewhere.19:38
ubuntuissueI will have a video up soo  that hopefully can help resolve the problem.19:38
geniiSteveH_: When you issue: groups      ...does it show your user in the plugdev and dialout groups?19:39
wilee-nileemmm passive aggressive posting19:39
TJ-SteveH_: You may need be a member of the dialout group - what group owns the device node?19:39
ubuntuissueI only have 4 hiura left to resolve this. The worst possible time that all these evwbts could have happened.19:39
ubuntuissue4hours19:39
SteveH_dialout.  Hmmm, let me see if I'm in the group.19:39
Cyraxi really dont know what to do, bekks.. either i am missing something or rwong ubuntu file19:39
Cyrax*wrong19:40
TJ-ubuntuissue: I suspect your problem is, the new motherboard contains hardware devices that the Linux kernel installed with the Ubuntu installation has no drivers for. That isn't unexpected for new hardware. The solution may be to install an Ubuntu mainline kernel package with Linux v3.10 or v3.11rc5, from  https://wiki.ubuntu.com/Kernel/MainlineBuilds19:41
esingHawkerz Finally refind was recognized by my laptop. I had to rename its efi label entry to 'Windows Boot Manager". This sony laptop has a very bad efi bios, makes things complicated.19:41
jhutchinsubuntuissue: I would guess that either the CPU caused damage when it failed, or something else that caused it to fail also did other damage.19:41
Cyraxmaybe i should try agian and write some of what i see.. maybe then its better,bekks19:41
Cyraxbrb again19:42
jhutchinsubuntuissue: This also means you're risking the new CPU by running it on a possibly damaged motherboard.19:42
nowayrideHe replaced the mobo19:42
ubuntuissueTJ- how can i do that when i cant boot the system due to it not finding the home mohnt locatikn19:42
ubuntuissueI did replace both the motherboard and proc19:42
jhutchinsubuntuissue: Also possible that the filesystem was damaged.  fsck?19:42
esingHawkerz This laptop has no bios option where you can set the efi boot order nor does it recogize efibootmgr => bigger issue19:42
dillonolivierorebooting and will tell you the end result of unetbootin as opposed to lili19:42
nowayrideubuntuissue: so the hd shows in the bios?19:43
jhutchinsubuntuissue: Do the power supply voltages look ok?  (In BIOS)19:43
ubuntuissueHold on... Let me post the video19:43
=== Dozy|AFK is now known as Dozy
ubuntuissueShould hopefully be done soon19:43
wilee-nilee!who > dillonoliviero19:43
TJ-ubuntuissue: What PC are you using right now? You can use that download the packages. You should also be able to take the hard disk out of the failed PC and connect it to another, then mount its hard disk in the working PC, and install the kernel packages via a chroot19:44
ubuntuissue I am usinf a phone right now19:44
TJ-ubuntuissue: Ahhh.19:44
ubuntuissueUnfortunatwly i dont have another desktop to work with, i have a laptop but no external connector19:45
TJ-ubuntuissue: hang on whilst I grep everything you've written so far so I can catch up!19:45
ubuntuissueJhutchins i think it is attempting fsck, not sure though19:45
ubuntuissueSorry hard to type easily and multitask on a phone like this19:46
ubuntuissueVideo is at 33 percent last i checked so... Hopefilly you guys can see what is happenibg19:46
SteveH_Genii & TJ-: I added myself to the groups (plugout and dialout) and restarted the application but still no joy.  Same error message.19:46
TJ-ubuntu3: Let's start from the basics. The PC will boot and BIOS/UEFI will load the GRUB bootloader, which loads the Linux kernel which fails?19:46
jhutchinsubuntuissue: It would be better if you described it.  I'm unlikely to watch a video.19:47
TJ-oops!!19:47
TJ-ubuntuissue: Let's start from the basics. The PC will boot and BIOS/UEFI will load the GRUB bootloader, which loads the Linux kernel which fails?19:47
TJ-ubuntuissue: So, my next thought is, why not press Shift as it boots and get to the GRUB menu, then enter GRUB's command mode and do some basic fsck stuff to determine if you can identify a problem?19:47
geniiSteveH_: Group changes won't take effect until next logout/login cycle. And it should be plugdev group, not plugout ( hopefully!).19:48
TJ-ubuntuissue: It would help if you tell us the release/version of Ubuntu installed on the hard disk *and* the make/model of the new motherboard19:48
ubuntuissueJhutchins & tj- , correct the machine boots through bios/uefi, load grub. Keyboard works fine. Grub boot menu, press enter to boot into ubuntu , keyboard works fine. Boots to ubuntu, keybiard shuts off, drives boot but complains19:49
ubuntuissueKeybiard diesnt work at this point.19:49
ubuntuissue70% on video19:49
ubuntuissueModel of mobo is GH igabyte ud3 990fxa19:50
SteveH_Sorry, genii, thinko problem with the plugdev.  I'll try to open a new term, before I try a full on logout.  Too much "working" stuff.19:50
TJ-ubuntuissue: That sounds like file system corruption to me, even if the f/s is ok inode-wise, it sounds as if some data areas belonging to files have been corrupted19:50
ubuntuissueProc is amd fx 835019:50
TJ-ubuntuissue: OK, let me look that mobo up to be clear on the driver support19:51
jhonnyboiisomebody here available to help me get my web cam working on firefox?19:51
jhonnyboiiusing ubuntu19:51
SteveH_Obviously I really have to logout. [sigh]19:51
wilee-nileejhonnyboii, Does it work with the cheese app?19:51
TJ-ubuntuissue: which version of Ubuntu? That is important to know since it tells us which kernel is installed and therefore what hardware it might not be able to handle19:52
jhonnyboiiyes it workes there, but not in firefox19:52
jhonnyboiiwhat is wrong?19:52
wilee-nileejhonnyboii, Not sure just making sure it works at all, details are important here.19:52
ubuntuissue 13.04 - server. I know this is not the server channel, i figure rhe provlem also might occur at the desktop level though as eell sibce these are cobsumer boards19:52
jhonnyboiicool. really helpful if you can solve this19:53
ubuntuissueKerlenl is 3.8.0-27-generic19:53
wilee-nileejhonnyboii, I doubt I can, sorry. ;)19:53
ubuntuissueI can biot into the minimal grub unterface if that would help at all.19:54
TJ-ubuntuissue: I'm still digging... found something that might help on the Gigabyte forums. Apparently, the not-booting-from-USB issue is a common problem for Gigabyte motherboards, and the issue is usually that it will only boot from the rear mobo-mounted USB ports but not the front-mounted extension ports in the case. Have you tried booting via the rear USB ports?19:55
TJ-ubuntuissue: I am assuming you have a USB flash drive to try of course!19:55
affinehi everyone19:55
ubuntuissueI am using the rear usb ports. I do have a usb drive but none that have any form of linux installed19:55
affineIs there a way to set the alt-tab behavior to work for all windows and not just application instances?19:55
affinesuch that if I have multiple firefox windows open, it'll list each window in the alt+tab widget instead of just one instance of firefox19:56
ubuntuissueTj- ^19:56
affineyou _can_ use the arrow keys and right click on the alt+tab icons, but that's a little foreign feeling to me :(19:57
affineinteresting feature nonetheless19:57
TJ-ubuntuissue: OK. Next thing I read was that this mobo (revision 3) also has issues supporting 64-bit Linux and is documented at http://ubuntuforums.org/showthread.php?t=2111223   Is it a 64-bit install of Ubuntu on the hard disk?19:58
ubuntuissueIt is. And i do have the rev 3.0 mobo19:58
ubuntuissueWell crap19:58
TJ-ubuntuissue: I also read that this may help you "I was able to get my system working by setting IOMMU to ENABLED in the bios"19:58
e-v-oI've installed upadtes on 12.10 and now it hangs at the purple boot screen! I have the ATI Radeon driver installed. Could this be interfeering?19:59
ubuntuissueHold on leylt me try.19:59
TJ-ubuntuissue: If you want me to do some Googling on your behalf tell me; I know how difficult it is on a 'phone to chase down links quickly19:59
TJ-e-v-o: If you mean at the splash screen, you ought to be able to press the Escape key to see the kernel boot messages and OS startup messages to get some idea why it is getting stuck20:00
SteveH_TJ_ and genii:  Your suggestions were good and timely.  I can now talk to my radio!20:00
ubuntuissueFound that option. Lets see if it boots20:00
* TJ- crosses things for ubuntuissue 20:00
e-v-oTJ- thanks, will try that20:01
ubuntuissueTj- mind if i pm you the video20:01
darkelfjuggalohow do i kill a process, my skype crashed and i forced closd but i thhink it runs in the back ground20:02
e-v-oTJ- pressing Esc does absolutely nothing20:02
TJ-ubuntuissue: something else occurs to me; you could get into the GRUB boot menu, highlight the Recovery item, press "E" (to edit it) and then edit the kernel command line and add to the end of it "init=/bin/dash". If you then Ctrl+X (to boot it with that option added) you *should* find it loads Linux and the initial RAMdisk, and drops you to a shell prompt without starting the rest of the system, which might give you enough tools to test the failing mount points b20:03
TJ-efore rebooting and trying it for real20:03
ubuntuissueHmmm... When enabling th iommu feature, i run unto more issues20:03
ubuntuissueI get to initramfs20:03
zorg24I'm on a lenovo laptop (W530) my touchpad is acting very its scrolling when I touch it with only one finger (I'm using the nipple right now)20:03
MR-ITHI20:04
MR-ITim new here no mic here??20:04
TJ-e-v-o: That's not helpful! Hmmm, try intercepting the GRUB boot by holding down Shift as the PC boots. As soon as the GRUB boot menu is displayed choose the Recovery option and see how it goes20:04
zorg24ya MR-IT irc is text only20:04
MR-IToh thnks i donot now20:05
MR-ITim using bugtraq what u think about it??20:05
TJ-ubuntuissue: OK, well IOMMU should be enabled whatever! So that is progress. From the initrd you ought to be able to investigate the block devices /dev/block/ ? and check what tools are installed in the rootfs to do fsck and other things on all the partitions/LVs20:05
aaron__c20:05
e-v-oTJ- tried that already as suggested on some forum but the Recovery option takes me to a menu and when I try to login from there it doesn;t seem to accept my root password20:05
e-v-oTJ- I assume the root password is the same as the sudo password?20:06
TJ-e-v-o: "root" doesn't/shouldn't have a password! When you go to recovery the menu -as far as I remember it - should give you a set of options including Drop to a shell, which would let you run tools to find out what is wrong20:07
e-v-oWhen I select "Drop to root shell prompt" form the Recovery Menu it says "Give root password for maintenance"20:08
TJ-e-v-o: which version of Ubuntu is this?20:09
e-v-o12.1020:09
ubuntuissueSo init=/bin/dash just needs to go at they very bottom of the text there?20:09
ubuntuissueDoes it need to be indented ornis it fine on the very left20:09
TJ-ubuntuissue: Just on the end of the line, separated by a space20:11
TJ-Make sure you're editing the line that begins "linux:" and not the line below it. The options wrap around and it can be unclear20:11
TJ-e-v-o: I'm trying to reproduce that here in a virtual machine20:12
ubuntuissueIs thwre a rwcommended image host for mobile phones20:12
TJ-e-v-o: Wow! I see what you mean. there's something changed big-time there!20:12
=== Bry8Star_ is now known as Bry8Star
e-v-oTJ- thanks a million for trying though20:13
ubuntuissuehttp://imgur.com/WjvDeI720:14
ubuntuissueAre what i am seeing20:14
TJ-ubuntuissue: Yay, thanks! The mount of the rootfs is failing, due to an invalid argument. I can see the UUID there20:15
rmobenchainI'm wanting to install an internet filter on my computer.  Am runnning 13.04.  any suggestions20:15
TJ-ubuntuissue: You notice before that, the fsck of sda1 is failing with "no valid superblock" ?20:15
ubuntuissueYeah...20:15
TJ-ubuntuissue: If this is a bad situ, then that file-system in sda1 is hosed. If it is a good situation, that is only happening because of the incompatibility of that mobo and the kernel being booted (as is shown by those earlier error messages showing IO page faults)20:16
TJ-ubuntuissue: So, we have to determine which it is20:17
kristofferhello!20:17
TJ-ubuntuissue: Are you at a dash shell prompt now? Did adding that to the kernel command-line work?20:17
ubuntuissueNot that i can see. I am still only at initramfs with busybox and nothing else20:18
TJ-ubuntuissue: That's where you want to be :)20:18
TJ-ubuntuissue: We can check what tools are there for you to do more checks now.20:18
TJ-ubuntuissue: First, lets see what's installed. The executable tools will be in the "/sbin/", "/bin/" and possibly "/usr/sbin" "/usr/bin" directories. I think the latter two directories aren't usually in the initrd. You can do "ls /sbin" etc. to check what tools are installed.20:19
TJ-e-v-o: I found an explanation on how you can get into the Recovery on that system. See this wiki page https://help.ubuntu.com/community/LostPassword#The_Other_Way20:21
ubuntuissuehttp://imgur.com/fLJtv6t TJ20:22
karen_I think Lubuntu channel quit. So, I accidentally erased my time and date from my bottom panel yesterday when I was setting up Lubuntu. How do I get it back?20:23
=== Pock is now known as PocketDog
TJ-ubuntuissue: excuse me for a mo... i have a Siberian Husky sitting on my lap!20:24
e-v-oTJ- what the heck is happening that instead of becoming muse intuitive Ubuntu seems to be creating mor ehoops to jump through to get something as simple as recovery done!!!??20:24
e-v-oSorry feeling a bit frustrated.20:24
Left_Turnhey is my login directory the one after home?20:26
TJ-e-v-o: Something has gone wrong with the system preventing access to the roofs, so it can't do the usual recovery. That is what has caused the failure of a normal boot, too20:26
TJ-Left_Turn: Each user gets a directory using their username, under /home/ so for example I my log-in directory ($HOME or ~ in shorthand) is /home/tj/20:27
geniiLeft_Turn: It usually goes like: /home/your-username/your-files20:27
Left_Turnoh20:27
e-v-oTJ- following those instructions, I don't see how to save the changes… when I press enter it creates a new line return and I see no on screen instructions either on how to save the edits!20:27
Left_Turnis there a special command to see hidden files.. i created a file in /home/me but i can't find it20:28
Left_Turni dont know if its hidden20:28
wilee-nileeLeft_Turn, ctrl-h20:28
Left_Turnoh thanks20:28
TJ-Left_Turn: Any file or directory name beginning with a dot "." is hidden by many tools. At the command-line you can see such files using "ls -a" (the -a switch says 'show all')20:29
Left_Turnah i see.. thanks TJ-20:29
wilee-nileeLeft_Turn, In the nautilus menu as well.20:29
curtismAny time I try to do anything at all with CUPS, I get "request entity too large"20:30
curtismAny ideas how I can fix this?20:30
TJ-ubuntuissue: Thanks for that photo of the executables. Lets see if you can get anything useful about sda. First find out how many partitions it has by doing "cat /proc/partitions"  then, for each partition, do "/sbin/blkid /dev/sdaX" where you replace X with the partition number20:30
Left_Turnheh im abit too noob to know what those are wilee-nilee :(20:30
e-v-oTJ- anyway, pressed F10 to boot with the changes and it hangs after two lines at "Loading initial ramdisk..."20:30
TJ-ubuntuissue: That should give you some info about each partition to help us find out if there is good metadata to be found20:30
ubuntuissueTJ- that shows the uuid of the drive20:32
TJ-e-v-o: It strikes me those instructions aren't very precise. When it says type "passwd username" it doesn't seem to say you should replace "username" with the username you usually log-in with! Without that key info, that command is mostly useless!20:32
=== ubuntu is now known as Guest80267
TJ-ubuntuissue: Does it show more than one partition?20:32
ubuntuissueHold on whioe i upload pictures20:33
e-v-oTJ- I didn't even manage to get that far yet20:33
TJ-ubuntuissue: I'm just trying to figure out what we're dealing with20:33
TJ-e-v-o: OK! well, if/when you do... you're now warned :)20:33
ubuntuissueTJ- http://imgur.com/TWi2NNj20:34
ubuntuissueThat is cat /proc partitikns20:34
=== icelite is now known as waterlite
TJ-ubuntuissue: How many hard drives does that system have!?20:35
TJ-ubuntuissue:  I count 820:35
ubuntuissueMore then that, some are in raid.20:35
ubuntuissuesda1 is /root while the rest either show up or dont. For instance the storage drives that are 1.5 tb are not showing up with blkid20:36
TJ-ubuntuissue: OK, well I think its too serious to mess about with from initrd. You need to get yourself a bootable USB stick with a very recent kernel as well, it ought to be a 64-bit install too, to match what is on that system. Then, try/get the USB drive to boot correctly, then you can do recovery on the damaged stuff. It could be a big job.20:37
=== Companion is now known as companion
ubuntuissueIs there an iso and stuff already including with that that i could throw in a usb stick?20:38
=== Senjai is now known as sirsenjai
MrBIOShi folks, can anyone here tell me what the *proper* way of setting up (u)limits in Ubuntu is? It seems that ubuntu does not have support for /etc/security/limits.d20:38
TJ-ubuntuissue: To give you some idea, I'm pretty experienced at recovery, and I've spent the last 7 days working on recovering data from a hardware-failed 500GB drive that had 25GB+ of sectors hardware-damaged.20:38
=== sirsenjai is now known as Senjai
ubuntuissueThisbshitbhappened at the most inoppurtune time. I have classes that start tomorrow.20:39
TJ-ubuntuissue: I'd suggest a live desktop image since you have a familiar working environment in that, and can use Terminal to run shell commands. You'll be needing network access and that'll make setting up the network automatic too20:39
ubuntuissueWjat is the lates 13.04 kernel on the live c20:40
TJ-ubuntuissue: Yup, same here. I've had recovery / clone systems hanging off the back of UPSs all week20:40
TJ-ubuntuissue:  I think its' v3.820:40
TJ-ubuntuissue: That ought to be OK... you can find out, if it works you're good, if not, then you can add one of the newer mainline kernel images from the Ubuntu kernel team20:41
demifurorhi guys. does anyone have a desktop kindle reader app? if so what do you use?20:41
curtismAny ideas on how to fix CUPS telling me "request entity too large" every time I try to do anything such as adding a printer?20:41
ubuntuissueCan you pm me a link on how to do that TJ-20:42
TJ-ubuntuissue: https://wiki.ubuntu.com/Kernel/MainlineBuilds20:43
waterliteDoes it matter that I'm on a old version of Xchat?20:43
waterlitedo I really been an update20:43
wilee-nileewaterlite, ask in #xchat20:43
TJ-curtism: That usually indicates you user isn't a member of the "lp" group, or that the owner/permissions on /var/spool/cups/ are wrong20:44
curtismTJ-: I've made my user a member of lp, what should the permissions on /var/spool/cups be?20:44
TJ-curtism: There's an old forums post talking about it; see if it helps, but remember it is 3-4 years old. http://ubuntuforums.org/showthread.php?t=102734220:45
curtismTJ-: Yeah I've already gone through the forum posts and none of the threads seem to end in a solution20:45
curtismTJ-: Additionally, those old threads mention the `cupsys` user which doesn't seem to exist anymore20:46
TJ-curtism: Have you read/explored the system logs; especially the CUPS logs?20:46
TJ-curtism: /var/log/cups/20:46
ubuntuissueI really hope tjat /home is not corrupr as there is stiff that i havent backed up from there recently.20:46
wilee-nileedemifuror, A good resource in general rather than polling the channel. http://askubuntu.com/search?q=kindle20:46
ubuntuissueGoing to take 2p minutes for ubuntubiso tobdownload anyways20:47
curtismTJ-: The cups logs are empty, and I can't enable debug logging afaict because `cupsctl LogLevel=Debug` also errors with "request entity too large"20:47
TJ-curtism: http://paste.ubuntu.com/5986455/20:49
curtismTJ-: And on /var/spool/cups itself?20:49
TJ-curtism: This is a better one; I used "ls -al" http://paste.ubuntu.com/5986461/20:49
Left_Turnis there a linux/unix manual.. like official documentation.. i really don't like man20:50
TJ-curtism: I also notice, on 13.04, my user is a member of "lpadmin"20:50
gordonjcpLeft_Turn: it's not quite as simple as that20:50
Left_Turnoh20:50
curtismTJ-: My user is in lpadmin as well20:50
TJ-Left_Turn: There's man pages, info pages, HTML pages, and everything inbetween!20:50
gordonjcpLeft_Turn: everything is made up of individual little projects, so it's not like there's one big Book Of Linux20:51
TJ-curtism: Anything in either auth.log or syslog?20:51
Left_Turnoh i see:(20:51
gordonjcpLeft_Turn: and if you buy one, next week it will be pretty much completely obsolete20:51
Left_Turnoh no:(20:51
TJ-ubuntuissue: Was /home on a mirrored drive?20:51
Left_Turnthis OS is like the jungle or wilderness... so easy to get lost:(20:52
curtismTJ-: My permissions on /var/spool/cups match20:52
SparkyFlaryhow much money did Linus make off of Linux besides awards?20:52
gordonjcpLeft_Turn: it's just unfamiliar20:52
TJ-Left_Turn: One of the 'arts' of a Linux user especially, is being able to deduce from nothing that the docs you are reading are 10 years out of date :)20:52
Left_Turnheh yeah:)20:52
gordonjcpLeft_Turn: you think Linux is hard, try to use Windows some time20:52
Left_Turnheh windows?20:52
TJ-curtism: Something must be logging a clue somewhere!20:52
Left_TurnTJ-:)20:53
gordonjcpLeft_Turn: I tried it for the first time a couple of months ago, still no idea how it's supposed to work20:53
AlexDonovanHello people of the server20:53
SparkyFlaryis there a list of perfectly compatible hardware that goes with linux?20:53
SparkyFlaryor ubuntu20:53
TJ-curtism: Could you strace or gdb the process that throws the error? Might give you some clues20:53
e-v-oTJ- found where the boot falls over at: "Stopping anac(h)cronistic cron"20:53
Left_Turnoh i see... i come from windows... its all gui.. very easy honestly:)20:53
gordonjcpLeft_Turn: no, it's not easy20:53
gordonjcpLeft_Turn: how do you tell all the little squares apart?20:53
Left_Turnheh20:53
TJ-e-v-o: OK... be wary though, the actual fault might be nothing to do with the last message that was displayed.20:53
gordonjcpLeft_Turn: how do you know where in all those little squares the thing you want to change is?20:54
gordonjcpLeft_Turn: I still haven't figured out how to get wifi working on it20:54
Left_Turni see your point:)20:54
TJ-Left_Turn: and how to you pipe the output of one application to the input of another so you can do useful things with the tools?20:54
Left_Turnis that even possible in windows?20:54
=== xubuntu is now known as Guest30030
TJ-Left_Turn: Precisely my point :D20:55
Left_Turnheh i see20:55
Cyraxbekks: I saw on youtube that u can rotate ur desktop as a cube. Do i need to install something?20:55
e-v-oTJ- would you be bale to help if I post a picture of the boot messages?20:56
TJ-Left_Turn: Right now I'm in the GUI of xchat helping ubuntuissue. At the same time I have a terminal running "tail -n +1 -f ~/.xchat2/xchatlogs/Freenode-#ubuntu.log | grep ubuntissue" which lets me see just the conversation between me and him20:56
gordonjcpTJ-: nice trick20:56
TJ-e-v-o: I may, as may others, but without hands-on it is sometimes very difficult to give accurate hints. Sometimes it is down to intuition and experience.20:56
=== xchat is now known as Guest15079
Left_Turnwow thats an awful command to remember TJ-20:57
gordonjcpLeft_Turn: it's not a single command20:57
Left_Turnoh20:57
TJ-Left_Turn: So is finding the Control Panel Applet for disk management!20:57
Left_Turn:)20:57
ubuntuissueOkay live cd is burned... Lets see what happens when i boot wirh it20:57
TJ-ubuntuissue: Good luck! I'm hoping :)20:58
curtismTJ-: This is what happens in syslog when I try clicking "Add Printer" from the cups http admin page http://paste.ubuntu.com/5986485/20:58
TJ-curtism: haha! It looks as if permissions on the /var/log/cups/ directory are stopping it working :D20:58
Mace268curtism, have you logged out and back in since adding the proper groups?20:58
gordonjcpLeft_Turn: one of the other neat things about doing stuff from a terminal is you can run with a thing called "screen" which lets you disconnect and reconnect from somewhere else20:58
TJ-curtism: http://paste.ubuntu.com/5986488/20:59
Left_Turnoh really?20:59
gordonjcpLeft_Turn: so in my case I'm running my IRC client on a server somewhere in England20:59
gordonjcpLeft_Turn: I can pick up my phone, open a terminal, and connect to it and see exactly the same thing on the screen as on my desktop20:59
Cyraxgordonjcp: What do I need to b able to rotate my desktop on ubuntu? something I have to install?20:59
SparkyFlaryhttp://www.celebritynetworth.com/richest-businessmen/linus-torvalds-net-worth/20:59
gordonjcpCyrax: no idea20:59
TJ-Left_Turn: And with screen, you can use Multiuser mode and have several operators sharing the same console from different remote locations. Great for teaching people how to use the terminal20:59
gordonjcpCyrax: some sort of hinge that your monitor mounts on?20:59
Left_Turnwow that's awesome gordonjcp21:00
CyraxI think its called Compiz21:00
* TJ- giggles @ gordonjcp 21:00
Left_Turni see... im going to look into screen:)21:00
gordonjcpLeft_Turn: okay, you can't see this because you're not that near me, but I picked up my cup of tea and I'm now sitting on one of the laptops in the back of my van21:00
gordonjcpLeft_Turn: notice how I didn't disconnect and reconnect? ;-)21:00
ubuntuissueShould i try any arguments on thevboot cd ir just let it do its thibg.21:00
TJ-Cyrax: It depends upon the video drivers - some support rotation, other's don't or need to be done manually21:00
Left_Turnyep:)21:00
Left_Turnawesome:)21:01
TJ-ubuntuissue: Let it do everything default to start with. Only change things if it goes wrong21:01
gordonjcpLeft_Turn: it makes it ridiculously easy to procrastinate at work ;-)21:01
CyraxSo how do i find out what video drivers i need for that roation?21:01
curtismTJ-: I changed the permissions on the logs but I still get the exact same thing in syslog21:01
TJ-haha that reminds me of the Procrastinators in Prattchet's Thief of Time21:02
Left_Turni see:) im happy i chose to install ubuntu now:)21:02
TJ-curtism: Really? that sounds as if CUPS is not running as root, doesn't it?21:02
ubuntuissueTj- how ling are you going to be on for tonight at least?21:02
TJ-curtism: "ps -efly | grep cups"21:02
TJ-ubuntuissue: Well it's 22:02 now... I was aiming for an early night as it was 06:00 this morning when I finished yesterday, if that makes sense!21:03
ubuntuissueJust want to get a rough idea of how lomg you can help me with this.21:03
TJ-ubuntuissue: maybe an hour or so21:03
ubuntuissueYeah21:03
curtismTJ-: http://paste.ubuntu.com/5986506/21:03
ubuntuissueIt booted to gui which is a good sign... Hold on21:03
TJ-curtism: http://paste.ubuntu.com/5986507/21:03
Riptidehello21:04
Riptidecan somebody help me?21:04
curtismTJ-: Looks right then :\21:04
TJ-ubuntuissue: Yay!21:04
bekksRiptide: Wedont know - state your problem please.21:04
TJ-curtism: OK, so, can you stop the CUPS service and the start it (not just restart) ?21:04
ubuntuissueAnd usb and what not are workjng with the live cd. So it seems like ilif i can just upgrade the kernel and verify the fs i shoukd be good21:04
Riptideok21:04
CyraxCan u help find out how i can make the desktop rotate? it seesm rotation dont work for me21:05
ubuntuissueA couple of the drives arenot appearing thougho21:05
curtismTJ-: Just did that, hasn't changed anything21:05
RiptideWhenever I try to run a VirtualMachine on VirtuakBox, I get this error: Failed to open a session for the virtual machine Windows 8.The virtual machine 'Windows 8' has terminated unexpectedly during startup with exit code 121:05
TJ-ubuntuissue: It sounds that way, but always have in back of mind there may be some corruption to data on those disks. Step very carefully until you're sure, try not to over-write anything - I always prefer to clone disks for safety21:05
TJ-curtism: I'd try manually starting the cups daemon under strace or gdb then21:05
RiptideI also get this error: Failed to open a session for the virtual machine Windows 8.The virtual machine 'Windows 8' has terminated unexpectedly during startup with exit code 121:06
Riptidewait21:06
RiptideKernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing'/etc/init.d/vboxdrv setup'as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.21:06
bekksRiptide: Then install the kernel driver.21:06
bekksRiptide: The error message even tells you how to do it.21:06
RiptideI have tried, but it still does not work21:06
ubuntuissueI dont have a spare drive to clone tto... Atleast not 1.5 tb jn spaceM21:07
bekksRiptide: Which Ubuntu version do you have, which vbox version do you have, and did you install the official vbox packages from the official vbox site?21:07
TJ-curtism: I'm thinking (as root) "cupsd -f" and "cupsd -t" to begin with21:07
RiptideI have Ubuntu 13.04, and I think the latest VirtualBox, and No I haven't. Do you have to?21:08
ubuntuissueTj, what be the best way to go about doing this? Npt quite sure.21:08
e-v-oThis is where my boot screen hangs, can anyone help? http://bit.ly/125D8Ba21:08
CyraxAnyone that can direct me how i can make the desktop rotation on ubuntu to work?21:08
TJ-ubuntuissue: Initially you only need to clone the operating system, which I hope doesn't have much more than 20GB file-system21:08
bekksRiptide: Which version of vbox do you have?21:08
ubuntuissueThe Os is on a raid 1. Which didnt seem to help.21:09
TJ-ubuntuissue: how big is the OS install - I presume it is what was reported as sda1 - ?21:09
curtismTJ-: open("/var/spool/cups/00000001", O_WRONLY|O_CREAT|O_TRUNC, 0640) = -1 EACCES (Permission denied)21:09
ubuntuissueIt was reported as sdaq21:09
ubuntuissueSda121:09
TJ-ubuntuissue: It won't help if the cpu/RAM/south-bridge go bad and send bad data to the disks.21:09
Riptidebekks: 4.2.16 and I don't know if I have the packages installed21:09
ubuntuissueThe drives themselves are 80gb, actual filesize is less than 3p21:10
TJ-curtism: You're getting closer!21:10
bekksRiptide: Then how did you install vbox?21:10
curtismTJ-: It then goes on to try to open /var/log/cups/error_log and also gets EACCESS21:10
TJ-curtism: Are the permissions on /  /var/ and /var/log/ allowing access to /var/log/cups/  ?21:10
drmeisterDoes anyone use clang on Ubuntu?  "apt-get" get's a pretty old version (3.0) is there a way to get something more recent with "apt-get"?21:10
wilee-nilee!find clang21:11
Riptidebekks: I went on virtualbox.org and downloaded the .deb file from there. The .deb file brings me to the Ubuntu Software Center so I can install VirtuakBox. I recently updated VIrtualBox to 4.2.16 thinking it will solve the error.21:11
ubottuFound: clang, clang-3.2, clang-3.2-doc, libclang-common-dev, libclang-dev21:11
curtismTJ-: Uh, /var is a symlink, but otherwise all the permissions are root:root 75521:11
wilee-nileedrmeister, 3.2 in raring21:12
TJ-ubuntuissue: Yesterday I cloned a 30GB file-system over the network to a second machine. On the destination I created an LVM LV of the correct size and ran "nc -l 1234 | sudo dd bs=4M of=/dev/mapper/VG-LV" and then on the source I did "dd bs=4m if=/dev/mapper/VG-LV | nc 10.254.251.50 1234" ... that allowed me to clone easily to a different machine. You could easily write the clone image to a file rather than an LV21:12
TJ-curtism: Something is weird. The file system hasn't become read-only has it?21:13
ubuntuissueUh....21:13
drmeisterHow do you list what packages are available to apt-get?  I'm new to apt-get21:13
curtismTJ-: /var is a symlink to /home/var (I wanted to get /var off my / partition)21:13
drmeisterwilee-nilee: What is raring?21:13
Riptide?21:13
ubuntuissueTJ- you just lost me. :(21:13
wilee-nilee!13.04 | drmeister21:13
ubottudrmeister: Ubuntu 13.04 (Raring Ringtail) is the current release of Ubuntu. Download http://releases.ubuntu.com/13.04/ - Release notes: http://ubuntu.com/getubuntu/releasenotes/13.0421:13
ubuntuissueI understand lvm21:13
curtismTJ-: /home and /home/var are both root:root 75521:13
TJ-curtism: I think the symlink might the be issue.21:14
Riptide....21:14
TJ-ubuntuissue: I was afraid I might, but that's the level at which you sometimes have to think when you're doing data recovery. Always cover your ass, never work on a single un-cloned copy of the data.21:15
Riptidelol?21:15
=== Vampire0_ is now known as Vampire0
ubuntuissueProblem 1 not vwry familoar with dd or nc21:16
curtismTJ-: Do you know why it would be an issue?21:16
Riptidebekks: you still there?21:16
TJ-ubuntuissue: I'm thinking as the LiveCD works the first thing you should try is fsck-ing and then mounting the suspect OS root partition into a chroot and then entering it and seeing what things look like.21:17
TJ-curtism: I don't but I'm clutching at straws based on the facts to hand :)21:17
TJ-ubuntuissue: If you can fix the OS (forget about the /home/ for now) that allows you to boot the system normally, and then work natively on making sure /home/  and everthing else gets back to normal.21:18
wilee-nileeTJ-, "Always cover your ass, never work on a single un-cloned copy of the data." an obvious problem with that user from the get go.21:18
ubuntuissueWould fsck'ing fix the superblock ssue?21:18
curtismTJ-: Isn't there a way I can mount /home/var to /var?21:18
bekksRiptide: I'm still here.21:18
ubuntuissueWilee nilee i am still here21:18
Riptideok21:19
curtismTJ-: Maybe that would cause less problems21:19
ubuntuissue:/21:19
TJ-wilee-nilee: He's got RAID10, that is often sufficient. The main issue now is recovering or replacing the OS installation though.21:19
bekksRiptide: Whats the entire output of "sudo /etc/init.d/vboxdrv setup" ? Please pastebin it.21:19
ubuntuissueRaid 1 not raid 10 fyi21:19
TJ-curtism: "mount --rbind /home/var /var"21:19
curtismTJ-: Thanks21:19
ubuntuissueOn sime of the other drives that are nissing thoufh i font have raid21:20
TJ-ubuntuissue: about the same thing - 2 disks containing identical images. the "0" is just striping.21:20
bcessahi there, super newbie question, I'm trying to test a saucy package in 12.04, can someone point to some info on how to do it? thnx21:20
wilee-nileeTJ-, Ah, I put them in ignore a long time ago, the secondary login with another nick was enough for me.21:20
Riptidebekks:  * Stopping VirtualBox kernel modules                                    [ OK ]  * Uninstalling old VirtualBox DKMS kernel modules                       [ OK ]  * Trying to register the VirtualBox kernel modules using DKMS                  Error! Your kernel headers for kernel 3.4.0 cannot be found.Please install the linux-headers-3.4.0 package,or use the --kernelsourcedir option to tell DKMS where it's located * Failed21:20
bekksRiptide: USe a pastebin please.21:20
FourFone Hello I think I made a dumb21:20
Riptidebekks: srry21:20
bekksRiptide: And please provide the output of "lsb_release -a" in a pastebin too.21:21
syntachi, i have an ~/.Xresources file but when i start xmonad, that file isn't getting 'sourced'. i have to open up a terminal, xrdb ~/.Xresources, then everyting will work. any ideas why?21:21
curtismTJ-: Wow that actually worked21:21
TJ-curtism: Yay! something fixed at last :D21:21
FourFoneWhat dues the process "compiz" do?21:21
TJ-curtism: So it was the symlink21:21
ubuntuissueAlright qell attenpting fsck -AN /dev/sda1 just reports back with fsck-from-util-linux2.20.q21:21
curtismTJ-: Now how do I do a --rbind mount in fstab?21:21
iceroot_!compiz | FourFone21:21
ubottuFourFone: Compiz (compositing window manager), for a howto see http://help.ubuntu.com/community/CompositeManager and more help #compiz21:21
Riptidebekks: " * Stopping VirtualBox kernel modules                                    [ OK ]  * Uninstalling old VirtualBox DKMS kernel modules                       [ OK ]  * Trying to register the VirtualBox kernel modules using DKMS                  Error! Your kernel headers for kernel 3.4.0 cannot be found.Please install the linux-headers-3.4.0 package,or use the --kernelsourcedir option to tell DKMS where it's located * Faile21:21
e-v-oCan anyone help with this boot hanging please? http://bit.ly/125D8Ba21:21
bekksRiptide: USe a pastebin. I wont tell you it again.21:21
TJ-curtism: same as any other mount options.21:22
wilee-nileeFourFone, its a windows manager lets state the actual issue eh.21:22
bekks!pastebin | Riptide21:22
ubottuRiptide: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:22
FourFoneBecause I stopped the process21:22
Riptideok21:22
FourFoneyou computer stopped responding21:22
FourFone:(21:22
TJ-curtism: On one of mine it's "/home/all/Library /srv/Library none defaults,rbind,noauto 0 0"21:23
RiptideSorry, Imma noob. So i just do !pastebin  (Output)?21:23
wilee-nileeFourFone, logut or reboot you need iot for unity basically21:23
drmeisterI'm new to Ubuntu (long time ago I used Slackware/Fedora/Redhat for a decade)  - I just installed Ubuntu 12.04 yesterday and now I realize I need 13.04  - do I need to start from scratch or can I upgrade?21:23
bekksRiptide: No, you have to copy the output to the pastebin site mentioned by ubottu.21:23
Riptidek21:23
ubuntuissueTj- http://imgur.com/XNGQRO021:24
wilee-nileedrmeister, You can upgrade through 12.10, I would fresh install myself.21:24
TJ-drmeister: It's be faster to reinstall the latest version, rather than upgrade through 12.10 and then 13.0421:24
FourFoneI have lots of stuff in ram is there no way to fix out from this session?21:24
Riptideok. I went to paste.ubuntu.com and pasted the code in21:25
wilee-nileeFourFone, What the heck is in your ram?21:25
Riptidenow do i just give you the link?21:25
TJ-ubuntuissue: Use "fsck -n /dev/sda1" that'll do the checks but not write any fixes21:25
=== JZTech101 is now known as JZTech101_
bekksRiptide: Yes please.21:25
=== JZTech101_ is now known as JZTech101
=== Nisstyre-laptop is now known as Nisstyre
FourFoneLots of stuff which would be asking to have to make and find again21:26
Riptidewait21:26
Jordan_UFourFone: Get to a terminal via ctrl+alt+F1, log in as your user and run "DISPLAY=:0.0 unity --replace", then press ctrl+al+F7 (or possibly F8/9) to get back to X. And in the future don't go around killing processes you don't understand.21:26
FourFonePossible but a waste is rather avoid21:27
FourFoneThanks21:27
Riptidebekks, can you give me the code that started with Isb again? Trying to copy it, but its impossible with people talking21:27
Jordan_UFourFone: You're welcome.21:27
bekksRiptide: "lsb_release -a" - the first letter is a small L21:27
curtismTJ-: Looks like everything's working now, thanks for all the help21:27
TJ-curtism: Glad its fixed, that was a challenging one!21:28
Riptidek21:28
Riptidebekks: http://paste.ubuntu.com/5986588/21:28
bekksRiptide: You have to install the kernel-headers: sudo apt-get install linux-headers-`uname -r`21:29
Nexenread! lol21:30
FourFoneWooten Jordan_U you are a wizard :"D21:30
TJ-Everyone's a wizzard here... when it works!21:31
ubuntuissuetj - sorry for all the links. But harf to do on phone21:32
ubuntuissuehttp://imgur.com/NweJfop21:32
TJ-ubuntuissue: Don't apologise, it's great to see what you're seeing. I might see hints you'd not think to pass on21:33
Riptidebekks: http://paste.ubuntu.com/5986607/21:33
TJ-ubuntuissue: Ouch! that's one messed up file-system!21:33
Sirisian|WorkAnyone here ever use upstart in ubuntu? http://pastebin.com/hGrZ3udS I'm writing a very simple one that keeps an application alive that's interactive. It's for a kiosk. Doesn't open the program. It says it's running when I run start interactiveplayer but just fails to open the program. Does exec need a flag for interactive apps to open them?21:33
ubuntuissueYeah. The others that are nit showinf up are just showing illehal inode number while checkint ext3/4 journal for (d4ive nam3)21:34
bekksRiptide: Please pastebin "sudo apt-get update" and "sudo apt-cache policy linux-image" please.21:34
Riptidebekks: this is going to be long.......21:35
bekksRiptide: Why?21:35
bekksRiptide: update just pulls the list of new packages.21:35
Jordan_UTJ-: ubuntuissue: The filesystem may be fine, you shouldn't run fsck on an active ext filesystem.21:35
TJ-ubuntuissue: You could try letting fsck fix that, but my sense is, there will be data corruption causing all sorts of unexpected failures. I would recommend re-installing the OS fresh into that partition, and then recreating the configuration it had previously. You might do an fsk recovery just so you can access the configuration files under /etc/ and maybe anything you had elsewhere including maybe the list of installed packages in /var/cache/apt/ and /var/cache/21:36
TJ-dpkg/ - I do that myself to be able to quickly rebuild a system21:36
TJ-ubuntuissue: Jordan_U It looks as if the live CD managed to auto-mount it21:36
mrbkapHello. While doing my first software update on 13.04 I got Processing triggers for gconf2 ... GConf-WAQRNING **: Client failed to connect to the D-BUS daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X1121:37
TJ-ubuntuissue: As Jordan_U said, you need to "umount /dev/sda1" before proceeding to do a full fsck.21:37
Riptidebekks: http://paste.ubuntu.com/5986620/21:37
ubuntuissueA ubuntu server reinstall might take longer rhen the 6 hours i have.... Which would suck if i cant grt it done tonifht. O dont have time to dk it tomorrow.21:37
mrbkapAnd now it appears to be stuck... Does anybody have any ideas to unstick things?21:37
ubuntuissueHow can i clonw it to another drive and compress it?21:38
bekksRiptide: You should update your kernel.21:38
Riptidebekks: how?21:38
bekksRiptide: sudo apt-get install linux-image linux-headers21:38
SrPxWait, I can actually install ubuntu on my galaxy note?21:38
TJ-ubuntuissue: Well, you can't run it as it is. If /home/ and everything else is outside of sda1 I'd say archive /etc/ and the package-list as best you can, and then blow it away with a reinstall.21:38
Riptideerrrrrr21:39
SrPxalso the ubuntu edge winn not reach its goal by the way? :(21:39
ubuntuissueHome is outdide, excwpt it is on the same situation. Inode issues21:39
Riptidebekks: http://paste.ubuntu.com/5986638/   Line 32 is just a note21:40
RiptideJust saying21:40
e-v-oI used to love Ubuntu but with updates breaking my system everytime I'm wondering if it's worth the trouble21:40
ubuntuissueError: fsck.ext2 illegal inode number while checkjng ext3 journal for home21:41
wilee-nileeSrPx, YOu want the #ubuntu-touch channel21:41
commodore256Hell, I have an odd issue. My computer said my hard drive is full, but it's not. There's no way I used 150 Gigabytes in 12 hours21:41
commodore256Hello*21:41
Riptidelol21:41
bekksRiptide: sudo apt-get install linux-image-3.8.0-27 linux-headers-3.8.0-27-generic21:41
histocommodore256: df -h21:42
commodore256bug in the kernel?21:42
gordonjcpcommodore256: bug in the user21:42
commodore256sda1       139G  132G  339M 100%21:43
SrPxwilee-nilee: thanks21:43
TJ-ubuntuissue: That's not good. Make sure neither are mounted, sometimes being mounted will cause a test-run of fsck to report spurious errors.21:43
commodore256There's no way I installed that much21:43
histocommodore256: what partition is that / ?21:43
Riptidebekks: it is installing21:43
commodore256I un-installed kdenlive and Lalf-Life 1 to make space21:43
ubuntuissueI checkrd mount and df - h21:43
commodore256SDA21:43
bekksRiptide: After finishing, you have to reboot.21:43
ubuntuissueNeither are mounted21:43
commodore256all one partition21:44
Riptidebekks: ok21:44
TJ-commodore256: "sudo du -d 2 / | sort -n " will list 2 levels of directories and tell you how much each is using, from least to most21:44
gordonjcpcommodore256: du -h --max-depth=1 /21:44
MonkeyDu1tcommodore256  or paste this line in a terminal window         find / -size +1G -exec ls -lh {} \; 2>/dev/null21:45
TJ-ubuntuissue: It's not looking good unfortunately. Seems as if corruption was written to random locations of the drives21:45
Riptidebekks: after i reboot, then what?21:45
commodore256http://pastie.org/823730521:45
bekksRiptide: Then run "sudo /etc/init.d/vboxdrv setup" again, and pastebin the entire putput again.21:45
Riptidebekks: will you still be on in 30 minutes?21:46
TJ-commodore256: You missed the root "/" path on those commands you only listed $HOME21:46
ubuntuissueI have a drive that i am willing to risk being corrupted but if it states: superbl9ck has invalid journal, clear: should i go ahead and try it21:46
bekksRiptide: You dont need 30 minutes for a reboot :)21:46
Riptidebekks: i have to go somewhere real quick21:46
bekksRiptide: no problem, I'll be around21:47
commodore256I looked at it in the disc usage analyzer21:47
Riptideok21:47
TJ-ubuntuissue: what file-system has the invalid journal? /home/ ?21:47
Riptidebye21:47
commodore256It said home had the most used data21:47
TJ-commodore256: Yes, so you have some VERY large files in $HOME then21:47
commodore256 So, what magical command do you want me to paste?21:47
MonkeyDu1tcommodore256  try this line in a terminal window         find / -size +1G -exec ls -lh {} \; 2>/dev/null       and put it in a pastebin21:47
e-v-odoes anyone know where I can get paid Ubuntu support?21:48
TJ-e-v-o: Canonical, and others21:48
bekkse-v-o: Directly from Canonical.21:48
ubuntuissue 3different drivws. Homr is one of them21:48
ubuntuissueTe other two are storage drives21:48
e-v-oisn;t that a yearly subscription though?21:48
ubuntuissueThen thr 4th one i am willing to risk to test is a smaller storsge for non important files21:49
commodore256Here it is http://pastie.org/823732821:49
commodore256Yes, I named my computer after an elder scrolls god21:50
cifvtsaptitude -f install want to install lot of pkg I don't want to install and I have no idea why thay are getting install21:50
cifvtshow can I get rid of them?21:50
histocommodore256: the issue is your .xsession-errors.old file is filing your disk21:50
hdonhi all :) using 12.04 here. getting "Install these packages without verification?" when trying to install packages gimp-normalmap and libgtkglext121:50
hdonapt-key update doesn't fix. what should i do?21:50
commodore256histo? what?21:50
commodore256How?21:50
MonkeyDu1tcommodore256  delete that xsessions-error file21:50
histocommodore256: rm /home/user/.xsession-errors.old21:51
commodore256ok21:51
commodore256but why is it so big?21:51
histocommodore256: that will free up 129G make sure you don't have a new .xsession-errors21:51
jhonnyboiiwebcam in firefox with ubuntu?21:51
commodore256Why does that text file take up so much space?21:51
e-v-ocanonicals support seems to be directed at businesses.21:51
jhonnyboiican someone help me with this?21:52
histocommodore256: it's full of errors would be my guess. You'd have to view the file and see21:52
commodore256ok, thanks :)21:52
jhonnyboiii am willing to paypal you 15 USD if you can solve this21:52
histocommodore256: something like tail /home/user/.xsession-errors.old21:52
histojhonnyboii: What application are you trying to use the webcam with in firefox?21:52
jhonnyboiii am tryin to use it with flash21:53
histojhonnyboii: which site?21:53
histojhonnyboii: and do you have flashplugin installed?21:53
jhonnyboiihttp://www.deiligst.no/chat.html21:53
ixio2is there something I can set a user's shell too that will allow scp but not SSH login ?21:53
jhonnyboiihttp://www.123flashchat.com/21:54
histoixio2: /bin/false should work have you tried?21:55
TJ-ubuntuissue: If you can fsck sda1 enough to get the files from /etc/ etc. I'd do that, then reinstall fresh as I said earlier. Get that booting correctly, then work on your other disks. There's no harm in wiping sda1 and very little to be gained in cloning it since you don't have anything vital like /home/ in it. But, make sure that is the case - don't blow it away unless you're sure there's nothing there you need desperately.21:55
ixio2histo: that locks out SCP21:55
TJ-ubuntuissue: At this point I can't make decisions for you; it's your call. Being pressed for time getting a fresh install up and running is the best course, in my opinion21:55
Sirisian|WorkOdd question. Does upstart work with interactive applications?21:57
histoixio2: give me a sec trying to figure it out21:57
jhonnyboiiixio2: /bin/false21:57
jhonnyboiido i enter this in terminal?21:57
ixio2wut?21:57
histojhonnyboii: that was not meant for you21:57
=== zmisc is now known as Guest38967
Sirisian|WorkI can't find any examples of someone keeping an interactive application alive using upstart.21:57
jhonnyboiioh sorry21:57
ixio2jhonnyboii: /bin/false will break SCP21:57
jhonnyboiiopen it in terminal?21:58
histoixio2: http://www.snailbook.com/faq/restricted-scp.auto.html21:58
jhonnyboiijust that code?21:58
ixio2ty histo21:58
TJ-ixio2: Yes; you need to add entries to  ~/.ssh/authorized_keys for the user. See "man sshd" and its Authorized Keys section21:58
ixio2wtf why did I leave the channel21:58
TJ-ixio2: Yes; you need to add entries to  ~/.ssh/authorized_keys for the user. See "man sshd" and its Authorized Keys section21:59
jhonnyboiihisto: is that the only entry i need?22:01
histojhonnyboii: what entry where?22:01
jhonnyboiii cant seem to get anything else respond than password22:01
jhonnyboiisudo /bin/false22:02
jhonnyboiiwill break scp is what u said22:02
ubuntuissueTj- what is the best way to clone all the drives jb case? What would be the exact command to clone the drive knto anotjwr drive and then comptess it, verifyjng each step. Sjnce the one drive u am testing with right now.... It is literally going through a list of numbers .(i assume inode pointers) but i àm not sure what it is doing wih them22:02
histojohntash: NO that command is not for you. I was telling ixio222:02
jhonnyboiioh, any chance you can help me get my web cam to work with firefox?22:02
Psil0Cybinanyone know how to change the image on the xscreensaver lock screen22:03
jhonnyboiidid you see the page where i showed you the chat22:03
Psil0Cybinwhere you input your password22:03
Psil0Cybinfrom the default computer and red wavy hair22:03
Psil0Cybinto something like a biohazard sign22:03
=== axisys is now known as axisys_brb
ubuntuissueIt looks like doing the fsck completwlremoved all files, so i dont have much of a choice on what to do22:03
ubuntuissuei would ratjer back it up and clone the drives at thus point22:03
ubuntuissueEverything was stuck into lost and found.. And even then the file sizes dont appear to marcj up which leads me to believe that theybare corrupt anyways22:05
histojhonnyboii: Those sites don't even load for me22:05
bpromptPsil0Cybin:    try running "xscreensaver-demo"22:05
ixio2-rw-rw-r-- 1 cwood    cwood     3 Aug 14 22:04 view.html  <--- howcome this user an create this file in SCP but cant delete it?22:05
jhonnyboiiwww.deiligst.no/chat22:05
Psil0Cybinwhat does that do bprompt22:05
bpromptPsil0Cybin:    a gui config screen for it22:06
TJ-ubuntuissue: I'd not want to compress a clone; I'd do it bit for bit. But if you do, then you can pipe the output of 'dd' through gzip. If the drives are connected to the same host then it'd be fast (at least 40MB/second). On the same host I'd do "sudo dd bs=200M if=/dev/$BAD_PARTITION | gzip -c | dd bs=200M of=/path/to/compressed/file.gz"22:06
histoixio2: how are you going to delete a file with scp?22:06
jhonnyboii123flashchat v9.822:06
ixio2histo: right click delete22:06
jhonnyboiihisto>123flashchat v9.822:06
TJ-ixio2: "scp" means "Secure Copy" not "Secure ReMove"22:07
histojhonnyboii: I'm well aware their silly flash app doesn't event load on my browser.22:07
jhonnyboiido you know the code to install flash plugin on ubuntu?22:07
ixio2TJ-: why would right click delete be an option then :s22:08
histoixio2: if the user doesn't have a shell they can't run the rm command22:08
ixio2they are still set to bash22:08
TJ-ixio2: Anything with a right-click by defintion is *not* SCP. It might be using scp and ssh underneath though.22:08
histoixio2: because it's probably sending ssh user@supersecretserver rm /some/pr0n/file22:08
histoixio2: is the user trying to delete the file cwood ?22:09
ixio2view.html22:09
=== andrew is now known as Guest30204
ixio2when you ls -l what does the attribute "s" mean ?22:10
histoixio2: where? that's not in your output you pasted22:10
tmmunqsuid22:10
GunArmixio2: "print the allocated size of each file, in blocks"22:10
=== Gnarly_ is now known as Gnarly
ubuntuissueSo if files are in lost+found is that a good aign? The drive is reporting some file ßyste22:11
mattinahati'm trying to set up my network on a virtual machine with VMware, but when i run lspci -vvnn | grep Network there are no results. anyone have any idea?22:11
GunArmixio2: i figured it out by typing "man ls"22:11
=== MrBIOS_ is now known as MrBIOS
mattinahatI can't find my network controller22:11
=== Swish[\] is now known as Swish
=== RojoD is now known as SleepyBoy
ixio2GunArm: that didnt answer my question22:11
ixio2what you descripted was an argument to the syntax22:12
TJ-ubuntuissue: All chains of blocks that fsck cannot link back to directory entries are put in lost_found ... their names have been lost, but the contents might still be recognisable22:12
Ben64ixio2: what are you actually asking22:12
histoixio2: list = ls22:12
mattinahatI can find USB controllers but lspci doesn't show a network controller. Does anyone have any ideas?22:13
ubuntuissueMovingbtonsystem22:13
GunArmixio2: really?  it prints the size of the file... in blocks...  i tried to rephrase it, but can't22:13
GunArmas in, how many blocks does it take to store this file22:13
ixio2-rwxrws--- 1 www-data web-m    27 Aug 14 22:00 robots.txt  <-- what I mean is the attribute there as "s" what does it mean ?22:13
ubuntuissuesAlright22:14
histomattinahat: lsusb22:14
GunArmohh22:14
ubuntuissuesTJ- new nick, I can't deal with using my phone. Its getting very slow and very hot.22:14
ubuntuissuesAnyways...22:14
histomattinahat: sorry ignore that missread your question22:14
TJ-ixio2: GunArm see "man 1 chmod" and search for "SETUID AND SETGID BITS"22:14
histomattinahat: lspci | grep Ethernet22:14
GunArmsorry I dont know that.  i've never seen anything but rwx and d in that line22:14
TJ-ubuntuissue: OK22:15
histoixio2: that is not typical output22:15
ubuntuissuesAfter performing the fsck, all files on the drive are no longer there, and then I have over 3/4ths of the files in the lost+found folder22:15
mattinahathisto: Ok, that listed something. Why didn't it come up with Network?22:15
ubuntuissuesThe names are still intact in the lost+found folders, after I naviagate deep enough.22:15
ubuntuissuesnavigate*22:15
TJ-ubuntuissues: That tells us that the root directory or close was badly damaged. Did /etc/ survive?22:15
TJ-ubuntuissues: You might need to do "find /lost+found -type d -name etc"22:16
histomattinahat: because Network is for wireless devices22:16
ubuntuissuesI didn't do it on /dev/sda or /dev/sdd (root & home) till i would know what would happen to the drives first. I tested it on a secondary storage drive that didn't host any important files first.22:16
ubuntuissuesI wanted to see how bad it was.22:16
TJ-ubuntuissues: Ahhh, OK22:16
TJ-ubuntuissues: It's not looking good I'm afraid.22:17
mattinahathisto: yeah, I'm trying to find the chipset of my wireless card. So Ethernet won't give me what I'm looking for? I think.22:17
TJ-ubuntuissues: be careful how you think of the device names. sda is the bare drive, sda1 is the first partition, which contains the root file-system. Same with sdd and sdd1. sdd1 is a partition containing a file-system.22:17
ubuntuissuesI am honestly still very confused as to how you clone a drive with dd, but at this point, dd'ing root or home would be great so I can have a backup.22:18
mattinahathisto: I started to try and follow this: https://help.ubuntu.com/community/WifiDocs/WiFiHowTo22:18
ubuntuissuesI know. Always do the partitions, not the physical drives.22:18
histomattinahat: Is ubuntu installed as a VM guest?22:18
mattinahathisto: I don't know. I just opened the VM22:18
histomattinahat: opened what vm?  What OS are you running?22:19
holsteinubuntuissues: ideally, you would have backups *before* having hard drive issues.. since *all* hard drives fail.. i might use something like photorec or a data recovery tool to see if i could get the data off before who knows what22:19
ubuntuissuesThere is no real good way around to prevent this typd of data loss besides backups, is there.22:19
TJ-mattinahat: I usually do "lspci -nn | egrep -i '(ether|net|wire|wifi|802)'22:19
Psil0Cybinanyone know how to change the xscreensaver logo picture when you lock your computer?22:19
ubuntuissuesPhotorec doesn't appear to be a part of the sources I have on the live cd.22:19
mattinahatTJ-: That still gave me just the ethernet controller22:20
=== james_ is now known as Guest53848
mattinahathisto: i'm running windows 722:20
ubuntuissuesGuess I will have to download it.22:20
holsteinPsil0Cybin: dont cross post.. and if you are not allowed, you are not allowed.. you can for the project, or use a different screensaver/locker that fits your needs22:20
TJ-ubuntuissues: Nope. I have redundant backups here and a long ethernet line to a 1TB mirror array buried in the garden! Just so if fire or a plane hits the vital stuff is safe. The backups via rsync run every hour.22:20
mattinahatand in vmware I opened up my ubuntu distro22:20
TJ-mattinahat: Is it a USB device maybe?22:20
histomattinahat: Why do you expect to see a wifi card in a vmware machine?22:20
mattinahathisto: uh...22:20
mattinahatI dunno ha22:21
mattinahatShouldn't it mirror my actual hardware?22:21
histomattinahat: No22:21
TJ-mattinahat: No. It's a *virtual* machine, not a real one!22:21
histomattinahat: it uses virtual hardware22:21
mattinahatright, but the virtual hardware is an interface to my actual hardware22:21
holsteinmattinahat: not really.. that depends22:22
mattinahatso i should be able to interact with the wireless card somehow?22:22
holsteinmattinahat: if you have wifi, that will foward "network".. if you have it configured that way.. not wireless22:22
holsteinforward*22:22
holsteinand, forwarding is not the proper term either.. its virtualized22:22
mattinahatok. well running iwconfig gives me "lo no wireless extensions" and "eth0 no wireless extensions" but I'm on wifi22:23
holsteinmattinahat: if you are asking "why dont i see my wireless card?", its because the guest is seeing a "fake", virualized network device..22:23
jhonnyboiihi22:23
TJ-mattinahat: Mostly, virtual machines create fake representations of a limited number of hardware devices and thats what the virtual machine sees. Some hypervisors allow PCI pass-through so that the VM can use the real hardware (but then the host can't use it)22:23
mattinahatholstein: ok.22:23
jhonnyboiican someone help me with the command to install adobe flash?22:23
jhonnyboiiubuntu22:23
holstein!flash | jhonnyboii22:24
ubottujhonnyboii: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash22:24
jhonnyboiii cant seem to find out how to do this22:24
ubuntuissuesUgh.. what is the shortcut key to open a new server window in xchat?22:24
ixio2so the problem Im having now (I removed the "s" attribute) is that a user, although a member of the group called web-solo cannot view/browse the directory called solo: drwxrwx--- 3 www-data web-solo 4096 Aug 13 21:02 solo22:24
mattinahatso then how do I see my wireless card?22:24
holsteinmattinahat: you dont do what you are doing virtualized..22:24
TJ-ubuntuissues: Ctrl+S22:24
reisioubuntuissues: /help newserver22:24
histomattinahat: it doesn't work that way22:24
bpromptjhonnyboii:     sudo apt-get install adobe-flashplugin22:25
mattinahatok.22:25
histomattinahat: You'd have to boot ubuntu to use your physical hardware22:25
mattinahatok, well it makes sense.22:25
ubuntuissuesHm... does testdisk have a ubuntu package?22:25
mattinahathisto, holstein, TJ-: thanks for your help!22:25
TJ-ubuntuissues: Yes "testdisk"22:25
holsteinmattinahat: you can configure it where you get a real local IP from the router you are on.. and be on the actual network..22:25
ubuntuissuesHm, it isn't appearing when I run "apt-get install testdisk"22:26
reisioubuntuissues: what version of ubuntu?22:26
ubuntuissues13.04 Live CD22:26
histomattinahat: why do you want to use your wifi in a vm of ubuntu?22:26
ubuntuissuesI did apt-get update before attempting22:26
reisiosudo apt-get install testdisk?22:26
TJ-ubuntuissues: You need to enable the Universe repository22:26
histo!testdisk | ubuntuissues22:26
histo!info testdisk | ubuntuissues22:26
ubottuubuntuissues: testdisk (source: testdisk): Partition scanner and disk recovery tool. In component universe, is optional. Version 6.13-1ubuntu2 (raring), package size 516 kB, installed size 1201 kB22:27
mattinahathisto: I was trying to see if I could get my card into monitor mode22:28
jhonnyboiiwhere is the application folder in file system?22:28
holsteinmattinahat: no22:28
holsteinjhonnyboii: what application?22:28
jhonnyboiiwhere i place the folders that i extract from archive manager?22:28
jhonnyboiiwhere do i place these?22:28
holsteinjhonnyboii: you shouldnt have to do that..22:28
holsteinjhonnyboii: what are you trying to do?22:28
jhonnyboiitryin to install flash from that package22:29
jhonnyboiii downloaded it from adobe22:29
histomattinahat: boot the ubuntu DVD and see22:29
mattinahathisto: yeah, that's what I'm gonna have to do. Thanks.22:29
holsteinjhonnyboii: sudo apt-get install adobe-flashplugin22:29
histomattinahat: you can run it live rather than install it22:29
jhonnyboiiit said that it was not locked22:29
jhonnyboiiand it is not in use already22:29
holsteinjhonnyboii: then, report the error, friend.. the reason you likely cant get a lock is because you have several package managers open22:30
mattinahathisto: right, but I have to redownload anyways. I only downloaded the vmware file and not the iso.22:30
holsteinjhonnyboii: close the software center, or synaptic.. or whatever else you have open.. open a terminal and copy paste this.. sudo apt-get update && sudo apt-get install adobe-flashplugin22:30
histojhonnyboii: why don't you install flash from the repos?22:31
histo!flash | jhonnyboii22:31
ubottujhonnyboii: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash22:31
holsteinjhonnyboii: if you want to download one from adobe and use it, adobe provides you support22:31
user-polHello22:32
=== user-pol is now known as Riptide
RiptideHello22:32
Riptideare you here bekks?22:33
=== axisys_brb is now known as axisys
bekksRiptide: Yeah22:34
elpeladoHi everyone!22:35
bpromptjhonnyboii:    sudo apt-get install adobe-flashplugin   <--22:35
BrewskiHi #ubuntu, I've got an odd question I'm hoping somebody has a solution for: Dual monitor system, second monitor is a touchscreen that is not used most of the time. I want to display images on the touchscreen when X isn't using it. What's the best route to go about that?22:36
BrewskiI've thought about framebuffer, a full-screen web browser, and VNC22:36
ubuntuissues!info photorec22:36
ubottuPackage photorec does not exist in raring22:36
Riptidebekks: what was the code i needed to check after i reboot the computer?22:36
BrewskiI think the VNC/web browser route would require concurrent X sessions22:37
bekksRiptide: "sudo /etc/init.d/vboxdrv setup" and pastebin it again.22:37
unrararent there any other archive manager other than the default archive manager in ubuntu?22:37
Riptidebekks: http://paste.ubuntu.com/5986809/\22:38
Riptideoops22:38
Riptidehttp://paste.ubuntu.com/5986809/22:38
holsteinunrar: yes22:39
bekksRiptide: You did not install the kernel requested or you didnt boot into it.22:39
holsteinubuntuissues: photorec is part of testdisk..22:39
unrarholstein: please can u recommend me any...22:39
Riptidebekks boot into it?22:39
ubuntuissuesYeah, I just realized that.22:39
bekksRiptide: Yeah, reboot into the newly installed kernel.22:40
holsteinunrar: what are you looking for? i recommend the default one..22:40
Riptidebekks: do i just need to restart the laptop?22:40
ubuntuissuesI am just not sure what to do at this point. I know it is my decision. But, I would love to be able to clone a drive into an image or something other then another drive, as I don't really have another drive to spare.22:40
unrarholstein: you know like windows has winrar... i want something like that...22:40
bekksRiptide: You said you already did.22:40
Riptidebekks: yes22:40
holsteinubuntuissues: clonezilla is an easy way to clone a drive.. or just copy the data with a filemanager, if thats what you want22:41
Riptidebekks: do i have to do it again?22:41
bekksRiptide: So pastebin: dpkg -l | egrep "linux-image|linux-headers"22:41
unrarholstein: there's this rar file that doesnt open... i want to try it in some other application but i cannot find any other...22:41
ubuntuissuesholstein, the drive is possibly corrupt. So it would have to image an entire disk.22:41
ubuntuissuesWill try using clonezilla.22:41
holsteinubuntuissues: the corruption is why i suggested testdisk..22:41
Riptidedo i need to add the |?22:42
wmv_problemsSome wmv videos are playing with weird artifacts in VLC player and in Totem. The video is all scrambled up, but it played just fine in Windows. What could I do to fix this?22:42
bekksRiptide: Yes, I provided the entire command.22:42
wmv_problemsI've also tried it with SMplyer and it has the same problem. :\22:42
holsteinunrar: you have tried the command line?22:42
zeta-I've a problem with Synaptic -- is there an on-line db where I can check dependencies?22:42
unrarholstein: yes i did...22:43
holsteinunrar: and? try sharing the error you are getting22:43
bpromptzeta-:     are  you checking for broken packages?22:43
zeta-mysql wants to install a pkg, but synaptic can't find it22:44
Riptidehttp://paste.ubuntu.com/5986816/22:44
unrarunrar e jstllglglgthflprdx.br.rar   UNRAR 4.00 beta 3 freeware      Copyright (c) 1993-2010 Alexander Roshal  jstllglglgthflprdx.br.rar is not RAR archive No files to extract22:44
bekksRiptide: You have to reboot and select the newly installed kernel for booting into it.22:45
holsteinunrar: looks like a bad file could be the issue.. i would try getting or making a .rar, and see that you are able to use it.. then, ask the content creator to do the .rar again22:45
zeta-marks as Broken! when I select it22:45
Riptidebekks: how do i select it?22:45
waterlitehi all22:45
Riptidehi22:46
bekksRiptide: You have to select it in the grub menu.22:46
bpromptzeta-:   that means some version issues with the package or it isn't in the repositories in sources.list,   check with "sudo apt-get check"   see what it says22:46
bekks!grub2 | Riptide22:46
ubottuRiptide: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub222:46
unrarholstein: so there isnt a way to extract the broken file, like in winrar... ???22:46
Riptidebekks: ....22:46
bekksRiptide: What do you mean by "...."?22:46
waterlitehello22:47
zeta-bprompt: Thanks, will try ...22:47
Riptidebekks: do i type !grub2 in terminal?22:47
holsteinunrar: you are not understanding what im suggesting.. you need to determine that the .rar is "ok".. where did you get it?22:47
bekksRiptide: No. Please read the text just been given by ubottu.22:47
unrarholstein: with winrar it worked just fine... i just dnt want to reboot with the windows... isnt there any other unrar software in linux other than the default one???22:47
Riptidebebekks: k22:47
holsteinunrar: yes. there are plenty.. so, you have it already extracted?22:47
unrarno i just viewed it in winrar...22:48
bpromptunrar:    likely you don't have unrar installed, thus the error shown22:48
unrarbprompt: its installed...22:48
holsteinsudo apt-get install unrar unrar-free22:48
holsteinunrar: ^22:49
unrarholstein: dude i knw that... i need sth else... some other software... the default one dint open it... so i want an alternative22:49
holsteinunrar: ok dude.. try installing unrar.. and report back22:49
=== karen is now known as Guest26230
holstein!volunteers | unrar22:50
ubottuunrar: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines22:50
Riptideuhhhhhhh22:50
unrarholstein: its installed man...22:50
Riptidebekks, can i pm you something? :(22:50
=== axisys is now known as axisys_away
holsteinunrar: unrar-free *is* the alternative i suggest22:50
bpromptunrar:    try something like xarchiver22:51
unrarholstein: okie... tnx then... open source softwares suck sometimes...22:51
holsteinunrar: https://help.ubuntu.com/community/FileCompression#Rar22:51
mads-unrar,  did you try the keep broken files option unrar has?22:51
zeta-bprompt: Done. -- no errs,  but problem still exists22:51
mads-Guess he left. Think the keep broken files option could have helped though22:52
zeta-bprompt: pkg: upstart-job ?22:53
Riptidenvm22:53
Riptidebekks: does every computer with ubuntu have grub?22:53
bpromptzeta-:    what's the error that mysql is throwing out?22:53
AndyANYONE THERE WHO IS INTERESTED IN SELLING HERBAL INCENSE. Talk to me, I am with GOLD POINT DISTRIBUTION. I can offer you the lowest price ever for our 3 grams packs. We have popolar brand like DIABLO, SONIC ZERO, CAUTION AND BIZZARO. PM me and well talk.22:54
AndyANYONE THERE WHO IS INTERESTED IN SELLING HERBAL INCENSE. Talk to me, I am with GOLD POINT DISTRIBUTION. I can offer you the lowest price ever for our 3 grams packs. We have popolar brand like DIABLO, SONIC ZERO, CAUTION AND BIZZARO. PM me and well talk.22:54
=== brainwash_ is now known as brainwash
TJ-We only snort Free herbs :)22:54
zeta-bprompt: marks as Broken! when I select it22:55
bpromptzeta-:     ... ok, try to run it from the terminal, it should give a more verbose message22:55
zeta-bprompt: run it? you mean start the server?22:56
bpromptso I was going to get 6grams of bizarro and sonic incense, but Andy left, ohh man22:56
bpromptzeta-:     yes22:57
zeta-OK22:57
zeta-bprompt: start: Rejected send message22:58
Riptide........22:58
RiptideI'm just going to give up23:00
bpromptzeta-:     ... maybe reinstalling it... that's not much of a message23:00
RiptideJust Nevermind23:00
zeta-bprompt: Yes, but ... it won't reinstall,  it is marked as Broken! when I select it23:01
zeta-it wants the pkg: upstart-job ?23:02
AndyANYONE THERE WHO IS INTERESTED IN SELLING HERBAL INCENSE. Talk to me, I am with GOLD POINT DISTRIBUTION. I can offer you the lowest price ever for our 3 grams packs. We have popolar brand like DIABLO, SONIC ZERO, CAUTION AND BIZZARO. PM me and well talk.23:02
zeta-but can't find it23:02
=== ubuntu3 is now known as rodrigograca31
zeta-*we'll*23:03
AndyANYONE THERE WHO IS INTERESTED IN SELLING HERBAL INCENSE. Talk to me, I am with GOLD POINT DISTRIBUTION. I can offer you the lowest price ever for our 3 grams packs. We have popolar brand like DIABLO, SONIC ZERO, CAUTION AND BIZZARO. PM me and well talk.23:03
iceroot_Andy: stop that23:03
=== SleepyBoy is now known as Sleepingboy
AndyANYONE THERE WHO IS INTERESTED IN SELLING HERBAL INCENSE. Talk to me, I am with GOLD POINT DISTRIBUTION. I can offer you the lowest price ever for our 3 grams packs. We have popolar brand like DIABLO, SONIC ZERO, CAUTION AND BIZZARO. Our products will come from BOCA RATON FL and will be shipped via FEDEX. This is open to wholesaler and retailers. PM me and well talk.23:04
Marleneewhat is the option thet make ubuntu predict the command i wanna do23:04
iceroot_!ops | Andy23:04
ubottuAndy: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici,  jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l!23:04
Marleneehttp://paste.ubuntu.com/5986847/23:04
iceroot_Marlenee: command-not-found?23:04
Marleneeyes i know23:04
bpromptzeta-:    try with "sudo dpkg -r   APPNAME"23:05
iceroot_Marlenee: yes, that is coming from "command-not-found"23:05
Marleneei talk about the option that do that predict23:05
Marleneethis option not in ubuntu 12.0423:05
iceroot_Marlenee: as i said, that is done with the program "command-not-found"23:05
Marleneei see it only in ubuntu 1323:05
Marleneeiceroot_ what you mean23:06
iceroot_!info command-not-found precise23:06
ubottucommand-not-found (source: command-not-found): Suggest installation of packages in interactive bash sessions. In component main, is standard. Version 0.2.46ubuntu6 (precise), package size 7 kB, installed size 85 kB23:06
neantpastelis there a game called asheron's call 2 for ubuntu23:06
=== CyberJacob|Away is now known as CyberJacob
iceroot_Marlenee: as i said the function to show you the programs because you misstyped something is coming from a package called "command-not-found"23:06
bpromptMarlenee:     shell autocompletion?23:07
iceroot_Marlenee: its available for all ubuntu versions23:07
Marleneeiceroot_ not all version or may be disabled23:07
Marleneehow i install it ?? apt-get what??23:08
iceroot_Marlenee: make sure the program is installed23:08
iceroot_Marlenee: maybe it should also be enabled in your .bashrc23:08
iceroot_Marlenee: sudo apt-get install command-not-found23:08
Marleneewhat is .bashrc ??23:09
phong_hi guys23:09
iceroot_Marlenee: i would strongly suggest that you dont run a root-shell when you dont know for example what .bashrc is23:09
iceroot_Marlenee: bashrc is the config file for your shell23:10
zeta-bprompt: remove mysql? It's already 'rc' (removed but not purged)23:10
zeta-bprompt:  does pkg: upstart-job exist?23:10
bpromptzeta-:    dunno that one23:11
zeta-can I look it up on-line?23:11
Marleneeiceroot_ : i install apt-get install command-not-found and the misstyped corection not work23:11
jribMarlenee: did you restart your shell?23:12
bpromptzeta-:    http://packages.ubuntu.com/lucid/upstart-job23:12
iceroot_Marlenee: my debian is telling me something like this, maybe you need that also on ubuntu23:12
iceroot_Marlenee: You need to run 'update-command-not-found' as root to update the cache.23:12
iceroot_Marlenee: so "sudo You need to run 'update-command-not-found' as root to update the cache.23:13
iceroot_so "sudo update-command-not-found"23:13
iceroot_stupid copy and paste....23:13
Marleneeiceroot_ : sudo: update-command-not-found: command not found23:13
MarleneeE: Unable to locate package update-command-not-found23:14
zeta-Lucid? I'm raring23:14
iceroot_Marlenee: output of "dpkg -l command-not-found"23:14
zeta-seems it's provided by upstart23:15
bpromptzeta-:  http://packages.ubuntu.com/raring/upstart-job23:15
zeta-try reinstalling upstart?23:15
bpromptzeta-:   anyhow, it's in the repositories23:15
Marleneeiceroot_ : its show me ascii table about the package info23:16
iceroot_Marlenee: does the line starts with "ii"?23:16
iceroot_Marlenee: just paste the output to pastebin23:16
Marleneeok23:17
Marleneehere is it http://paste.ubuntu.com/5986899/23:18
iceroot_Marlenee: you dont have this file? /usr/sbin/update-command-not-found23:19
iceroot_i cant imagine that there is a difference between debian and ubuntu in this case23:19
iceroot_Marlenee: and please dont use a root-shell, use your normal user instead of root23:20
Marleneewhat can i do with that create file /usr/sbin/update-command-not-found ???23:20
zeta-bprompt: upstart replaces and conflicts with upstart-job -- but upstart-job says it is provided by upstart :s23:21
iceroot_Marlenee: specially when you are executing commands we gave you, dont run them in a root-shell it would be very easy to give you a command to kill your system because you are root23:21
iceroot_Marlenee: does that file exist on your system?23:22
iceroot_Marlenee: because i dont have ubuntu, could you please paste the output of "dpkg -L command-not-found"23:22
TJ-iceroot_: See http://paste.ubuntu.com/5986906/23:22
iceroot_TJ-: thank you23:23
TJ-iceroot_: That's output of dpkg-query -L command-not-found command-not-found-data on 13.0423:23
iceroot_as it seems the debian package is complety different to the ubuntu package23:23
iceroot_i have /usr/sbin/update-command-not-found23:23
TJ-iceroot_: And this is how it integrates: http://paste.ubuntu.com/5986910/23:24
iceroot_TJ-: thank you23:24
iceroot_TJ-: nice support23:24
Marleneeiceroot_ : http://paste.ubuntu.com/5986911/23:24
iceroot_Marlenee: open ~/.bashrc and put in this line ". /etc/bash_command_not_found"23:24
TJ-iceroot_: for completeness: "apt-file search 'command-not-found' | grep -v language"     http://paste.ubuntu.com/5986915/23:25
=== anon is now known as abyss42
iceroot_TJ-: still asking myself why ubuntu patched that package, the debian way is complety different23:26
iceroot_TJ-: debian is using a method from apt-file and loading all the stuff from the repos23:26
Marleneeiceroot_ : shall i put this in any line23:27
TJ-iceroot_: no idea why, changelog is here: http://changelogs.ubuntu.com/changelogs/pool/main/c/command-not-found/command-not-found_0.3ubuntu7/changelog23:27
iceroot_Marlenee: just in one line23:29
TJ-iceroot_: There are no @debian.org email addresses in the sign-off; maybe it is a totally Ubuntu package that shares the same name and purpose23:29
iceroot_TJ-: i dont think so23:29
jribMarlenee: you never answered if you had restarted your shell23:29
iceroot_TJ-: hm command-not-found (0.0.1) edgy; urgency=low23:29
iceroot_TJ-: maybe it is a ubuntu package and debian was syncing from ubuntu and not ubuntu from debian23:29
Marleneejrib : no idont  restart it23:30
TJ-iceroot_: And I see a lot of mention of Python. That often seems to be an Ubuntu dev thing!23:30
jribMarlenee: you would have to for command-not-found to have a chance of working23:30
iceroot_TJ-: ah, this is fromo debian     * Stop installing /etc/bash_command_not_found, since the standard one23:30
iceroot_    included in bash works now.23:30
iceroot_TJ-: and yes, the debian changelog is shwoing that this package is from ubuntu23:31
TJ-iceroot_: Aha! mystery solved :D23:32
iceroot_TJ-: yes :)23:32
iceroot_TJ-: thx23:32
Marleneeiceroot_ : i do all step as you say and still have same problem23:34
=== ubuntu is now known as ubuntuissues
ubuntuissuesHello, I am back... so quick question...23:34
ubuntuissuesWhat should I do if testdisk reports there are 7 different partitions schemes, or reports that a 250 GB hard drive is actually 333GB23:34
iceroot_ubuntuissues: repair the partiton layout23:35
TJ-ubuntuissues: Arggh, that sounds worse than I had hoped. I'm concerned it thinks the drive is larger since it should get those figures from interrogating the drive itself, not relying on partition data.23:38
=== anon is now known as Guest3602
wmv_problemsSome wmv videos are playing with artifacts in VLC player, Totem and SMplayer, but it played just fine in Windows. What could I do to fix this? I'm using Intel integrated graphics.23:55
wmv_problemsIt only happens with some wmv files and I don't know what's causing it.23:56

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