/srv/irclogs.ubuntu.com/2015/02/26/#ubuntu.txt

Connor__Hi, I am having trouble getting Ubuntu back onto my machine. Would anyone be willing to help me?00:02
Connor__Would someone be able to help me boot Ubuntu from a flash drive on my machine?00:03
frimendok, resolved the problem.00:03
frimendI activated the Fakeraid and removed something in the raid manager00:04
frimendthen deactivated it again.00:04
frimendgrr00:04
VolUTFanConnor, check your private00:04
VolUTFanI didn't want to spam the whole channel so I hit you directly00:04
daftykins!pm00:05
ubottuPlease 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.00:05
VolUTFanHey guys, do any of you have experience with apt-mirror and mirroring multiple repos to a local drive for LAN access00:06
compdocApt-Cacher NG works fairly well00:07
VolUTFanapt-cacher is only for installed apps over the lan using it as a gateway.. not what I am specifically looking for00:08
SuperMario1hello00:13
=== AlexStraunoff is now known as NikolaiToryzin
wldcordeiro_Is there a ppa around aside from dead-snakes that has Python versions? One that will actually follow the latest point releases?00:20
wldcordeiro_I have a VM running 14.04 and I'd like to use Python 3.4.3 but dead-snakes caps off at 3.4.000:20
SuperMario1hi00:25
SuperMario1hi00:25
SuperMario1hi00:25
k1lSuperMario1: hi00:26
fuzzybear3965k1l: Hey, k1l.00:26
kruzWhile installing Ubuntu 14.04, I have a SATA and an MSATA SSD, it's auto mounting my SSD as /dev/cdrom, so I can't complete the installation.  Anyone familiar with this bug? I've tried to umount -f /dev/cdrom and /dev/sdb1.  No luck.00:29
compdocIve never used an msata. cant unplug one until youre finished?00:30
kruzmsata is for /00:31
kruzthe sata is for /home00:31
kruzssd makes it boot in 9 seconds or less00:31
kruzfedora and other distros work fine, but Ubuntu seems to be quirky with the install00:32
kruzwhich is funny, because I had mint installed and it is ubuntu based00:32
cryptodankruz: maybe check your boot settings in the bios00:33
imbezolkruz: i'd try just installing without /home on a separate partition00:34
imbezolkruz: after install you can add the second drive and move /home00:34
EddieFTWhey everyone. I have a dedicated server currently and I was wondering how I would set up graphical view. running the latest version of ubuntu server(14.10)00:34
kruzimbezol: I need / on my msata, but it's mounting it as /cdrom00:34
imbezolkruz: even if your sata isn't plugged in?00:35
kruzcryptodan: no need to change anything on it, boot settings is set to boot from sata, which is where my /boot /home /var and /tmp partitions are00:35
Ben64EddieFTW: the whole point of a server is that you don't have graphics00:35
kruzimbezol: msata, it's a little hard to get to.  it's an ultrabook, very thin00:35
EddieFTWBen, I kind of need it to access my backup storage because I don't know how to get the files from the backup storage via command line00:35
maum_hello00:36
EddieFTWI know how to get into it with the cmd ftp so yea :P. I am switching to ubuntu server00:36
maum_Do you know how to do ssh by avoiding corporate firewall ?00:36
Ben64maum_: contact the networking guy and ask him00:37
kruzmaum_: I assume you mean port 22 is blocked?00:37
maum_yes00:37
kruzmaum_: configure the server to listen on port 44300:37
Ben64kruz: give a pastebin of "mount"00:37
maum_kruz: I don't know how to do it00:38
kruzhttp://pastebin.com/uuLNUSY900:38
kruzBen64: the other drive that is on there, the /dev/sdc is my USB stick which I'm currently using to try to install Ubuntu00:39
imbezoliptables -t nat -A PREROUTING -p tcp -i eth0 --dport 443 -j REDIRECT --to-port 2200:39
imbezoland leave it on 2200:39
OdditieCan anyone help me with a udevadm trigger error on boot?00:39
Ben64kruz: why do you have an iso9660 filesystem on sdb00:39
kruzmaum_: keep in mind, if you are using apache or nginx that is listening on 443, you don't want to do that00:39
kruzBen64: I don't00:39
Ben64its mounted like that, so you do00:40
kruzI've deleted the partitions with both parted and fdisk.  there was nothing on it00:40
kruzBen64: I don't00:40
maum_kruz: I don't use it00:40
EddieFTWso can anyone help me? I have an external hard drive as a backup storage and I was curious how I would move those files to the ubuntu server00:40
EddieFTWI usually do it by graphical view but apparently that's a bad idea :P00:40
maum_kruz: do you know how to do it?00:41
kruzmaum_:  do what imbezol said with iptables00:41
Ben64EddieFTW: its hooked up physically to the server?00:41
EddieFTWyessir, Ben64.00:41
kruzthat will need to be saved, or else it will only run in that one session until iptables is restarte00:41
kruzd00:41
Ben64EddieFTW: cp = copy, mv = move00:41
Ben64EddieFTW: rsync works great too00:42
EddieFTWokay I'll try that in a second. one moment, just zipping up some files.00:42
kruzcrap, laptop is going to die.  Ben64 thanks,  I'll use DD to wipe the drive once more outside of the ubuntu live disk00:42
imbezolkruz: fdisk -l /dev/sd[a-z]00:43
imbezolis your usb a 16 gig?00:44
EddieFTWBen64:00:47
EddieFTWoops forgot to put mesage but anyways this has a weird set of  cmds00:47
EddieFTWgoing to msg u them00:48
Ben64EddieFTW: not sure what you're talking about00:48
EddieFTWwhat?00:48
Ben64EddieFTW: you've got to be more specific... what has a weird set of commands00:50
EddieFTWthe hard drive. when you access it via the ftp cmd00:50
EddieFTWIt doesn't have the move/copy commands when I am connected @Ben6400:50
Ben64why are you accessing a hard drive via ftp00:51
zoohanhi all =)00:51
EddieFTWBen64:  its a "backup storage" provided by my hosting company00:51
EddieFTWI assume its a hard drive lol00:51
Ben64can you only access it using ftp00:52
EddieFTWyessir.00:52
Ben64then you use "get" to get a file and it will go in the directory you started "ftp" from00:53
EddieFTWthank you so much ^^00:53
VolUTFanHas anyone here ever setup a local apt-mirror repository? I have setup the mirror.list file with Trusy and Utopic both 32 and 64 bit architectures, but tying it into apache2 is somewhat confusing, since I have the us.archive.ubuntu.com security.ubuntu.com archive.canonical.com and a few others mirrored to my drive.  The instructions I have found online only address us.archive.ubuntu.com and pointing the simlink in www/html to the01:01
VolUTFanubuntu directory.  The problem I am facing is that I have 4-5 different repos mirrored and they all have ubuntu directories.  Can anyone help on this?01:01
Connor1_volUTFan, are you there?01:09
stevecamhey i forgot to save a file in gedit before my system crashed, is there a location i can look in to attempt to recover this file?01:11
=== ubuntu is now known as Guest52129
=== Guest52129 is now known as bunt
bunthi01:12
djbHello everyone.  I've got an annoying problem with 14.10 that my googling can't quite find a solution for.  My window buttons on some applications like the file browser, the video player and file dialog boxes have big buttons and no max/min.  http://www.users.on.net/~tsujigiri/weirdbuttons.png  Any ideas why this has happened?01:16
stevecamdjb, every session?01:17
popeydjb: did you install a ppa with some new version of GNOME in it?01:18
djbstevecam, yep and all users that I can see.01:18
=== thomas_ is now known as Guest99044
djbpopey, maybe, multiple users and others have added stuff.01:18
leo43er irc.immortal-anime.net01:18
stevecamdjb, it appears that the window manager may not be loading properly, this may not offer a solution but you could attempt running unity in a console and look for errors, when this happens to me quite often its an issue with my graphics card01:19
stevecamie. modules failing to load01:19
popeydjb: i would open a guest session and see if it happens there01:20
popeydjb: if it does then its probably a dodgy package installed from somewhere - you can look in /var/log/dpkg.log to see what arrived recently01:20
stevecamdjb, if you fail to find a solution in the meantime using something like fluxbox or maybe kde might serve as a temporary solution. hope someone else is able to help you01:21
djbMight this be the source: deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu utopic main01:22
popeydjb: yes01:25
djbpopey, if I remove that source how do I remove any packages that have come from it?01:28
OerHeks!ppapurge01:28
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html01:28
djbCool, thanks guys.01:29
OerHeksIn your case, you need to add the ppa again, to fully reverse the packages01:30
aurorauserbill grates invented michaelsoftr01:32
dingus1!ppa01:32
dingus1ok, what is ppa?01:32
ubottuA 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-purge01:32
dingus1!ppa-purge01:34
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html01:34
wafflejockdingus1, you can /msg ubottu !ppa     directly too or PM ubottu01:36
dingus1ty01:36
mekhamiI can't seem to change my default shell.01:37
mekhamiI did sudo chsh -s /usr/bin/zsh, restarted terminal, and it's back to bash01:38
mekhamiterminal is set to run as a login shell01:38
mekhamihm it seems to have worked when i did sudo usermod -s /usr/bin/zsh <username>01:41
=== Luigi is now known as Guest66404
=== DiddyKong is now known as Guest14578
Guest14578Need tips on installing Nvidia driver - please mssg me if you can help01:47
=== verzion is now known as fragile
=== fragile is now known as wretched
=== wretched is now known as verzion
forest_can anyone help with an ssh issue? SSH server simply has no init.d or init file/script01:58
jamesd_forest_: did install openssh-server?01:59
forest_jamesd_: would openssh-server be a different package?02:01
forest_usr/bin/ssh exists02:01
jamesd_yes.. by default ubuntu doesn't install ssh server...02:02
forest_i seeeeee02:02
jamesd_does /usr/sbin/sshd  exist02:02
forest_no sir it does not02:02
Technohow do i install ubuntu on a windows xp tower?02:02
jamesd_ "were a desktop os"  you have to install sshd if you want it02:02
Technodo i install it via usb or dvd on a winxp tower02:03
jamesd_Techno: get virtualbox, vmware vierer and create guest, install ubuntu.. or burt a cd/dvd/ and blow away your current install02:03
jamesd_er burn a cd/dvd02:03
Technowhat is the easiest way? via live usb?02:04
forest_jamesd_: thanks a ton02:04
=== ubuntu is now known as Guest92238
tdannecyI'm running 12.04. Byobu isn't loading correctly on Putty. What do I have to do to get it to look normal? It looks like this: http://i.imgur.com/VEXzE3b.png02:15
KionI have a remote server and when I log in is tell me this:02:23
Kion*** /dev/xvda1 should be checked for errors ***02:23
Kionhow do I check that?02:23
Kiontried this: fsck /dev/xvda102:23
SuperMarioBroInstalling Nvidia driver - mssg me if you have done this02:24
Kionbut after a terrible warning that I will break things, I stopped02:24
k1lKion: dont fsck partitions that are mounted. unmount them first02:27
Kionk1l: I can't because it is my "hard drive" that i am using, is "touch /forcefsck" safe?02:28
k1lKion: yes, then reboot02:28
k1lor start a live-system and do it from that system then02:28
Bashing-omSuperMarioBro: What is your problem to install a driver ? What card ? And Have you seen what "Additional Drivers" advises ?02:32
Kionk1l: thanks I will try the touch method02:33
=== sleepypc is now known as `hypermist`
=== MrAristo is now known as MrA
=== MrA is now known as Guest93385
=== Guest93385 is now known as MrAristo
ddrki use the VLC to look at my nabor bathroom cam02:53
ddrkno work02:53
ddrkhow cume?02:53
cfhowlettddrk, stop your nonsense.  no one here is going to help your perversions.02:53
ddrkyou have update patch for player02:54
ddrk?02:54
ddrknabor is 18 is ok02:54
cfhowlett!ops | ddrk02:54
ubottuddrk: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang02:54
ddrknabor is 18 is ok!!02:54
ddrkno illegal02:54
slooblacknop02:54
slooblacklook your neigourg is ilegal02:55
slooblack18+ or not02:55
ddrkhe no care02:55
cfhowlettddrk, go away.02:55
slooblackgo on you porn02:55
ddrkhe no care is 1802:55
slooblacknot on this chanel02:55
ddrki need to see the weiner and holes02:55
ddrkon cam but no works02:56
cfhowlett!ops | ddrk porn spam02:56
ubottuddrk porn spam: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang02:56
ddrkhe no is porn spam02:56
ddrkhe boy02:56
ddrki want to jack my flag to him go bathroom ;)02:56
ddrkand bathtub02:57
ddrk!ops cfhowlett02:57
cfhowlettEveryone: Hexchat irc client makes it very easy to /ignore trolls.  For example, I can no longer see ddrk's posts.  hexchat works.02:57
slooblack!ops | ddrk porn spam02:57
ubottuddrk porn spam: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang02:57
slooblackthank you02:58
grevesi'm trying to use ubuntu in vmware workstation and it's having trouble with the screen resolution03:07
grevesi've tried installing open-vm-tools but i can't seem to figure out where to configure it anywhere03:07
grevesand the vmware-tools closed source version doesn't fix it either03:07
=== damien__ is now known as djb
bodgfjdoes Ubuntu run fast on a ssd?03:10
cfhowlettbodgfj, compared to hdd, yes.03:11
bodgfjMy PC gets very sluggish overtime no matter what I do, does Ubuntu remain consistant in terms of speed03:12
EddieFTWheya everyone. I made a account using useradd username then I did passwd username. when I connect, I get this:   Could not chdir to home directory /home/mcservers: No such file or directory03:12
djbHey just dropping back in to say thanks to stevecam popey ubottu and someone else.  I removed the gnome3 ppa and now my windows are all now properly adorned.  Cheers guys!03:12
EriC^^EddieFTW, use useradd -m etc. etc. to create a home dir03:13
EddieFTWuseradd -m username, Eric^^?03:13
EriC^^EddieFTW, useradd -m -g <groups to add to> <username>03:13
EriC^^sory wait03:13
EriC^^EddieFTW, useradd -m -G <groups to add to> <username>03:14
EriC^^just woke up03:14
EddieFTWgroups? are those like permissions added to a group then if I assign the group to a username, it'll have the same permissions as the group?03:14
EriC^^groups are seperated by commas like adm,sudo,etc...03:14
EddieFTWwhat if I don't want a group? o.o03:16
EddieFTWEricC^^ ^03:16
semitoneshey y'all. I had ubuntu connected to an external monitor only, which is now disconnected, and now my monitor is turned off. I'm on a virtual terminal now. How can I turn my main monitor back on from the cli?03:17
zero_hola?03:17
cfhowlett!es | zero_03:18
ubottuzero_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.03:18
EriC^^EddieFTW, you can not use the -G option and it'll just be assigned to it's initial group ( whatever it's uid is )03:18
EriC^^EddieFTW, this explains what each group is for http://askubuntu.com/questions/219083/default-groups-for-user-in-ubuntu03:18
=== Zachary_DuBois is now known as ^_____^
EriC^^EddieFTW, sorry i mean, whatever the username is03:19
=== ^_____^ is now known as Zachary_DuBois
semitonesmaybe there is some way to reset the displays section of ubuntu preferences?03:19
semitonesI don't have google03:19
EriC^^semitones, why>03:19
cfhowlettsemitones, you have cli access, yes?03:19
EddieFTWI'll let my system guy just handle all these cmds and just create the account lol.03:19
semitonesyeah, but I don't have lynx installed or whatever you call it03:20
EriC^^lynx?03:20
SchrodingersScat!info links203:20
ubottulinks2 (source: links2): Web browser running in both graphics and text mode. In component universe, is optional. Version 2.8-2 (utopic), package size 1834 kB, installed size 3007 kB03:20
EriC^^oh03:20
semitonesEriC^^: ubuntu is not turning on my monitor because I had it turned off in settings while I was using an external monitor03:20
semitonescfhowlett: i have cli via the virtual terminal. that's how i'm on irssi03:21
EriC^^semitones, you can try removing ~/.gconf but i think it will reset a bunch of other stuff too03:21
rww"useradd is a low level utility for adding users. On Debian, administrators should usually use adduser(8) instead." ~ useradd manpage03:21
cfhowlettsemitones, yep.  nuking .gconf would reset much03:22
semitonesI don't want to do that if I can03:22
semitonesI could wait until I have access to the external monitor again, then fix it via gui. But it seems like somewhere in .gconf maybe I can flip the setting from off to on03:22
EddieFTWEriC^^:  can I just make a directory in home called mcservers and then there you go xD?03:23
=== eblip is now known as eb0t
EriC^^EddieFTW, you'd have to add it to /etc/passwd03:23
EriC^^EddieFTW, remove and create the account, and use adduser if you want, it's interactive, i prefer useradd though03:24
grevesanyone familiar with ubuntu in VM?03:24
EddieFTWEriC^^:  mcservers:x:1000:1000::/home/mcservers:03:24
EddieFTWlike that? :P03:24
yeatsgreves: what's your question?03:24
EriC^^EddieFTW, yeah03:24
grevesyeats: trying to get unity mode & drag drop working from windows 803:25
grevesvm workstation03:25
grevescurrently getting "The virtual machine cannot enter Unity mode because: - The guest operating system's resolution cannot be changed."03:26
grevesand no drag/drop03:26
yeatsgreves: I haven't used vm workstation, but in virtualbox there are client-side addons you need to add - I'd look for something similar for vm workstation03:27
EriC^^EddieFTW, i think you should remove and create it again03:27
EddieFTWwith what cmd?>03:27
grevesyeats there's two, open-vm-tools which is in apt, and vmware-tools which comes with vmware03:27
EddieFTWadduseR?03:27
grevesi've tried one, the other, and both03:27
EriC^^EddieFTW, i just tried doing that, and when i login nothing is created in the /home/dir so i guess you should recreate it03:27
yeatsgreves: well, in any case, it's more of a vmware issue than an ubuntu one :-/03:28
EddieFTWEriC^^: err so wait do you mean I use adduser...or?03:28
EriC^^useradd -r <username> , then useradd -m <username>03:28
EriC^^or useradd -r <username> , then adduser <username>03:28
yeatsgreves: you could try #vmware03:28
=== sl0wz is now known as slowz
EriC^^EddieFTW, sorry, userdel -r <username>03:29
grevesok, thanks03:29
EriC^^not useradd -r03:29
EddieFTWokay03:29
semitonesCan anyone help me figure out how to reset the display portion of gconf while I'm in CLI?03:30
LinuxGoldI'm trying to find a right book for my son -- who wants to know more about linux03:30
semitonesEither that, or force ubuntu to recognize my monitor when I login?03:30
LinuxGoldI'm thinking something like bash shell scripting03:30
LinuxGoldor do anyone have better suggestion?03:30
EriC^^semitones, you could create another account if you want03:31
EriC^^and check stuff out03:31
EddieFTWokay EriC^^  it works03:33
EriC^^semitones, you could force it on with xrandr --output <output> --auto03:35
EriC^^type xrandr and get its name first03:35
EriC^^EddieFTW, ok cool03:35
Danatois anyone here familiar with minicom? When I type an AT command, nothing shows up, the cursor just keeps blinking blank03:36
DanatoI've used it before to successful unlock the same model, with the same settings03:36
Bashing-omLinuxGold: http://search.oreilly.com/?q=linux ; A large selection .03:36
Danato*modem03:37
=== Zachary_DuBois is now known as ^_____^
AegNuddeloops03:37
AegNuddelI tried to install some software from the software center, but it said some package were untrusted.  So I tried from apt-get, and it seemed to install, but now I click on the icon, and nothing happens.  It won't even light up.03:37
semitonesEriC^^: that command you gave me, does it work from virtual terminal as is? Do I need to find the real name of <output> ? if so how?03:39
LinuxGoldthanks Bashing-om03:39
Bashing-omLinuxGold: :)03:40
EriC^^semitones, type xrandr to get its name03:40
semitonesxrandr --output <output> --auto03:41
EriC^^semitones, no, it needs x03:41
EriC^^semitones, yes, get the name and add it to /~.profile just this once03:41
bodgfjhello03:41
EriC^^sorry, ~/.profile03:41
bodgfjDoes Ubuntu run good with Nvidia GTX 560?03:42
semitonesEriC^^: ok, but before we get to that step, how do I get back to the login screen on the X server?03:42
bodgfjI heard that Ubuntu likes ATI better or am I wrong?03:42
EriC^^semitones, sudo service lightdm restart03:42
semitonesthanks03:42
EriC^^np03:43
BobbyJindaleric03:43
semitonesEriC^^: alright I got the login screen back, but I never enabled guest accounts, so I can't login without turning off the display again. Should I learn how to enable guest accounts from cli?03:44
AegNuddeldang it03:44
AegNuddelI posted my issue03:45
AegNuddelis there someone who can help?03:45
semitonesAegNuddel: try invoking the program from the commandline03:46
cfhowlett!patience | AegNuddel03:46
ubottuAegNuddel: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/03:46
BobbyJindalubuntu hacked me03:46
AegNuddelno it didn't.03:46
BobbyJindalit did.03:46
AegNuddelImpossible.  Ubuntu is not one monolith03:47
EriC^^semitones, what do you need guest accounts for?03:47
aurorauseris there a zfs forum?03:47
BobbyJindalUbuntu deleted my system 32.03:47
aurorauserTROLLOLOLOL03:47
cfhowlettBobbyJindal, no it did not.03:47
LinuxGoldwow it's shocking.03:47
BobbyJindalIt did.03:47
BobbyJindalI was installing it...03:47
BobbyJindaland it said partition...03:47
aurorauserbut srsly, is there a forum for ZFS03:47
BobbyJindalso I partitioned03:48
aurorauserand by forum03:48
BobbyJindaland now my system 32 is gone03:48
aurorauseri mean channel03:48
cfhowlettBobbyJindal, then you deleted it.  reinstall windows.03:48
BobbyJindalI dont know how to03:48
bodgfjwill ubuntu run on Nvidia cards?03:48
BobbyJindalI've never installed it before03:48
BobbyJindalYes.03:48
LinuxGoldWinblowz03:48
BobbyJindalI've used it with my gtx660 for a while03:48
bodgfjbut does it work smooth?03:48
bodgfjor is it choppy etc?03:49
BobbyJindalgenerally yea03:49
BobbyJindalnot as great as windows but03:49
cfhowlettBobbyJindal, we can't help you install windows.  go to ##windows for assistance03:49
BobbyJindalif you're trying to game on linux you're gonna have a bad time03:49
bodgfjOh I am not trying to game03:49
bodgfjI just am tryin g to do basic tasks03:49
BobbyJindalif it's just rendering and stuff you'll be fine03:49
BobbyJindaloh yea then.03:49
BobbyJindalYou'll be fine.03:49
semitonesEriC^^: Well I got lightdm back up, but xrandr still says 'can't open display' while it's in the virtual terminal. So I thought I would need to run xrandr from a terminal in GUI03:50
EriC^^semitones, oh, to get the name, right03:50
BobbyJindalIs there a known bug in LXDE where wheneever I hit the network icon it crashes?03:50
BobbyJindalI have it on a ubuntu server and it's fked03:50
EriC^^semitones, do useradd <user> , passwd <user> login get the name and get out03:50
semitonesgood idea03:51
semitonesEriC^^: ok, I added a user, but it doesn't show up in lightdm after restarting light dm03:54
AegNuddelok03:54
AegNuddelI saw my update manager giving me this:  They are apparently required for the program I want to run.03:54
EriC^^semitones, try using useradd -m <user>03:54
AegNuddelThe action would require the installation of packages from not authenticated sources.03:54
EriC^^sorry about that03:55
AegNuddeland then a list of packages03:55
bodgfjanother question, what happens after the lts release goes out of date, do we have to delete everything and re-install?03:55
AegNuddelca-certificates e2fslibs e2fsprogs firefox firefox-locale-en libcomerr2 libfreetype6 libpam-winbind libsmbclient libss2 libwbclient0 samba-common samba-common-bin smbclient winbind03:55
EriC^^bodgfj, you can run do-release-upgrade , or backup and fresh install03:55
EriC^^a fresh install would be preferable03:55
Bashing-om!eol | bod03:56
ubottubod: 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/EOLUpgrades03:56
bodgfjubuntu 14.04 is set to expire when?03:57
bodgfj2019?03:57
EriC^^april 201903:57
EriC^^yeah03:57
bodgfjok03:58
AegNuddelIs there any way to override this?03:58
semitonesEriC^^: Ok, it didn't work, but I was able to login under the Gnome display environment and get a terminal up. I think I found the name03:58
semitonestrying xrander --output03:58
aeon-ltdbodgfj: i really think you'll upgrade hardware before the expiration date arrives03:58
bodgfjok03:58
Connor____VolUTfan, if you see this, please message me03:59
aeon-ltdAegNuddel: well, if they are required i doubt it will run without at least some of those packages. what are you trying to install?03:59
Connor____Would someone be able to help me install Ubuntu from grub?03:59
aeon-ltd... what do you mean from grub?03:59
AegNuddelpuredata AegNuddel04:00
Connor____I downloaded magic part.iso and am in a blue screen where at the top it says gnu grub04:00
Connor____Would you be able to pm me and help me? It would be greatly appreciated04:00
AegNuddelpuredata aeon-ltd04:00
aeon-ltdAegNuddel: ok, and why do you want to install it but not the suggested dependencies?04:01
Connor____I'm really confused04:02
LinuxGoldBashing-om  http://linuxcommand.org/tlcl.php  perfect one04:02
Connor____The thing is, I had Ubuntu, and then accidentally reformatted the drive04:02
aeon-ltdConnor____: magic part? as in this http://partedmagic.com/?04:02
Connor____So now nothing will boot04:02
aeon-ltdformatting means clearing, you done deleted everything04:02
cfhowlettConnor____, it's gone, Jim.04:02
Bashing-omLinuxGold: Glad ya found what helps .04:03
aeon-ltdi think you'll need to look into recovery tools if you want anything back04:03
Connor____Yeah, but someone was helping me before and helped me put a file onto a USB using a USB installation software04:04
aeon-ltdok04:04
Connor____My computer recognizes it, and can boot to it but I'm not sure how to install Ubuntu from where I am04:05
aeon-ltdConnor____: let's just start again, what do you want to achieve? a fresh install of ubuntu?04:05
Connor____Yes please04:05
aeon-ltdConnor____: does that usb stick have a ubuntu installer on it?04:06
Connor____I believe it does04:07
aeon-ltdConnor____: well when you boot it does it give you the option to try ubuntu and install ubuntu?04:07
Connor____Let me restart it to make this clearer for you04:07
Connor____When I boot, it goes to a blue screen with some interesting lines on it, and has a menu that I can traverse04:08
=== def_jam is now known as eb0t
Connor____At the top it says gnu grub version 2.00-ubuntu204:09
Connor____If I press c, I can enter some type of command line04:09
Connor____Line04:09
aeon-ltdwhere did you get this ISO?04:09
foxaztecaHi04:10
Giertrud_puredata aeon-ltd04:10
Connor____I got it from someone's Dropbox who was helping me out. When I tried to create a bootable USB of Ubuntu, my PC was not recognizing it04:10
cfhowlettConnor____, ? suggest you get the ubuntu .iso FROM UBUNTU.04:11
Giertrud_got disconnected04:11
Giertrud_oops04:11
Connor____I did, but it didn't work that way. It wouldn't even boot04:11
=== Giertrud_ is now known as AegNuddel
cfhowlett!usb | Connor____,04:11
ubottuConnor____,: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent04:11
AegNuddelpuredata aeon-ltd04:12
EriC^^andy__, hey man, hows it going, the video is working perfectly,04:12
aeon-ltdConnor____: what cfhowlett said, from what we can gather from what you've said it does not seem like a ubuntu install iso04:12
aeon-ltdAegNuddel: why don't you want the deps?04:12
cfhowlettConnor____, I take it you have a working windows PC??04:12
AegNuddelIt's not that I do or do nowant them04:13
Connor____My PC currently has no os. I know, I screwed up04:13
AegNuddelnot//////*04:13
aeon-ltdConnor____: what are you talking to us with?04:13
Connor____An iPad04:13
cfhowlettConnor____, !04:13
aeon-ltdgeez04:13
AegNuddelubuntu  not let me install them04:13
aeon-ltdConnor____: well somehow you're gonna have to get a usuable ubuntu iso onto that usb stick or other install medium so you can progress04:14
cfhowlettConnor____, nice.  OK, first you need to get to a PC.  THEN you get the ubuntu .iso.  THEN you create a boot USB04:14
Connor____Alright, thanks04:14
aeon-ltdAegNuddel: are you given the option to do anything?04:15
AegNuddelno04:15
Connor____Yes, I am in a menu that says at the top gnu grub version2.00ubuntu204:16
aeon-ltdAegNuddel: how are you doing this? apt-get?04:16
=== bodgfj is now known as philwong
AegNuddelI used apt-get but it didn't tell me anything went wrong04:16
AegNuddelI ed the s r at first04:16
aeon-ltdwut?04:17
AegNuddelI tried the software center first04:17
AegNuddelthe package was found but could not install]04:17
AegNuddeloh04:18
aeon-ltdwhat?04:18
AegNuddelso I went to apt04:18
AegNuddelca-certificates e2fslibs e2fsprogs firefox firefox-locale-en libcomerr2 libfreetype6 libpam-winbind libsmbclient libss2 libwbclient0 samba-common samba-common-bin smbclient winbind04:18
AegNuddelsaid they were untrusted04:18
aeon-ltdand...?04:19
AegNuddelI had no option to install them, so I tried via apt-get04:20
Connor____Can someone tell me how to pm someone04:20
Connor____VolUTFan it's me04:21
cfhowlettConnor____, first, ask their permission.  then /msg connor__ message goes here04:21
AegNuddelI thought it said the package installed04:21
AegNuddelpackages04:21
aeon-ltdConnor____: unless we know what the heck is you actually booted or is on the usb stick we can't go further04:21
gr33n7007hConnor____: /msg <nick> "message"04:22
Connor____If I can just get a hold of VolUTFan, he knows04:24
aeon-ltdok then04:25
AegNuddelis there still a way to create a launcher in Ubuntu?04:27
BromeoAndCoolietAll you people out there who help others in this channel, I don't know why or how you have the patience to do it, but you're awesome people.04:37
BromeoAndCoolietjust helping people for free who are really frustrated one way or another is really sweet04:38
mojtabaHi, when I run users, it gives five times my user name. Do you know why?04:40
Chunk2you may have multiple entries for your user04:41
Chunk2That's possible in linux.  User IDs are keyed numerically, but they can share the same name04:41
kelvinellahi how to mount a network drive which is not in local lan?04:41
kelvinellafor example do i need to specific the port number?04:42
Chunk2kelvinella: Do you know about port forwarding?04:42
Chunk2kelvinella: actually, scratch that question, what kind of network setup do you have?04:42
mojtabaChunk2: I have just logged in once through GUI, though.04:43
kelvinellasudo mount -t cifs -o credentials=/home/user/.smb,uid=1000 //123.123.123.123:5000/dir /mnt/tmp ??04:43
kelvinellaChunk2, originally I have sudo mount -t cifs -o credentials=/home/user/.smb,uid=1000 //192.168.0.10/dir /mnt/tmp04:44
Chunk2mojtaba: look at your /etc/passwd and see if there are multiple entries for your name.  If there are, then my initial hypothesis was correct.04:44
kelvinellabut now I am outside the LAN network and it is NAS with port number 500004:45
mojtabaChunk2: There is just one entry.04:45
Chunk2kelvinella: read about NAT and port forwarding.04:45
Chunk2mojtaba: then that wasn't the problem04:45
kelvinellaChunk2, I already port forwarded.  My question is do I need to put //123.123.123.123:5000/dir instead of just //123.123.123.123/dir ??04:46
semitonesEriC^^: I was never able to solve the problem with the cli04:46
azizLIGHTis it possible to have hotcorners with dual displays, on the edge where monitors meet? i ahve tried with sticky edges on/off and i cant get it to do hotcorners for that edge04:46
semitonesEriC^^: so I went and got the external monitor, plugged it in, and fixed it through the GUI04:47
mojtabaChunk2: Do you know what is it then?04:47
semitonesin conclusion, cli sucks?04:47
semitones:P04:47
Chunk2mojtaba: nothing comes to mind04:47
Chunk2kelvinella: read about NAT and port forwarding.  The short answer is maybe.  It depends on how the port is forwarded.04:47
mojtabaDoes anybody knows why when I execute users, there is 5 entries of my user name?04:47
mojtabaChunk2: thx04:48
kelvinellaChunk2, what do u mean?04:49
=== Yukkii is now known as Yukkino
celexihow do i clean up all these older kernels04:58
celexiafter updating04:58
AegNuddelIf a superuser gets a bad cold, do you give h/im/er/ze sudofed?04:58
celexihave quite a few now04:58
eddieftwhey everyone.05:03
eddieftwI have ubuntu server finally installed but I have this one problem where all my ram is being used..05:03
eddieftwI am hosting 2 minecraft servers and they are both using 4GB.05:04
eddieftwI only have 160MB free out of 32GB ^^05:04
zwischenzughello.  i'm having some problems with "curl".  don't know if this is the right channel, but here is what's happening: http://paste.ubuntu.com/10421779/ Anyone know what's going on?05:07
pavloscelexi, this may help ... http://azloco.org/node/18305:12
celexithanks pavlos05:19
celexii just used synaptic to remove them05:19
celexithen updated grub05:19
celexiworked fine so far05:19
=== _eddy is now known as _eddy|asleep
BlackDalekHELP! I am trying to make a presentation with LibreOffice Impress... I want to use the transition "fade smoothly" but it flickers an all white frame at start of transition and another all white frame at end of transition.. it's majorly annoying :( My Ubuntu is 64bit 14.04, graphics is Intel® Ivybridge Mobile, Impress is 4.2.7.2, and my OpenGL is 3.0 Mesa 10.1.3 - Any ideas how to fix white flashing on openGL transition05:25
BlackDaleks?05:25
BlackDalekIf anyone here is able to help, it would be appreciated because I need to get this fixed for meeting tonight! Cheers ;)05:29
=== knightCorvi is now known as knight_corvi
skwishyhey guys, can someone tell me how to change the audio output, from command line?05:33
skwishyit works just fine in the gui sound config tool, I can select from multiple "Play sound through" outputs, but I'd like to script this somehow05:34
lotuspsychjeBlackDalek: you have the right grafix drivers loaded?05:34
lotuspsychje!sound | skwishy05:34
ubottuskwishy: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.05:34
skwishylotuspsychje: that all works, but I'd like to do it from bash05:34
BlackDalekI have whatever graphics Ubuntu deemed necessary when it installed the OS.05:35
lotuspsychjeBlackDalek: can you check sudo lshw -C video05:35
skwishylotuspsychje: also, I would like to somehow detect what my current sound output is set to, via a python script05:35
BlackDaleklotuspsychje, I checked it. It generated results... what info am I looking for?05:36
lotuspsychjeBlackDalek: what driver shows after driver=05:37
LazuratusHello, are there any fuse filesystems that would allow mounting an existing read-only mount, and allow me to rename folders (keeping changes in file(s) or a database) ?05:37
BlackDaleklotuspsychje, it says driver=i91505:38
lotuspsychjeBlackDalek: should be good indeed05:38
BlackDaleklotuspsychje, the product description and vendor details sound correct too.05:38
skwishylotuspsychje: I think maybe pacmd and pactl to control pulseaudio is what I'm looking for, at least according to this http://askubuntu.com/questions/14077/how-can-i-change-the-default-audio-device-from-command-line05:38
lotuspsychjeBlackDalek: try start libreoffice from terminal, and see if you got any errors from there05:39
BlackDaleklotuspsychje, I tried starting impress from terminal and loaded up my presentation and started slideshow at point where the trouble is... nothing was generated in the terminal, errors or otherwise. :(05:43
lotuspsychjeBlackDalek: so the flickering must come from graphics i think05:44
lotuspsychjeBlackDalek: you could try tweak compiz with lower graphics settings with ccsm or unity-tweak-tool05:45
lotuspsychjeBlackDalek: or check syslog and dmesg logs for errors05:45
lotuspsychjeBlackDalek: you have this flickering in any other program?05:46
lotuspsychjejust for the info Bq will hold a third flash sale with ubuntu phones today, more info at #ubuntu-touch05:47
=== duckey is now known as rocknrye
BlackDaleklotuspsychje, I've not noticed it on any other program. As far as I know it is unique to OpenGL transitions in Libreoffice Impress. Not everyone experiences it, but there are reports of other users with same problem. No solution seems to have been found but the consensus seems to be that LibreOffice is not at fault and the fault is with user's graphics or OpenGL drivers....05:48
lotuspsychjeBlackDalek: yes, thats what i tought..i would try everything to tweak grafix candyeye, see if it helps05:50
=== mega is now known as Guest22931
lotuspsychjeBlackDalek: disable active blur in unity, and tweak other settings05:50
rocknryeI am trying to install ubuntu 14.04 LTS but, the installer says I dont have enough room to install. I did install debian, and that could be the reason. Also gpared says i have no disk. SO what the hell is going on?????05:52
bynarierocknrye, can u take a screenshot/picture?05:54
rocknryeYes05:54
bynariek05:54
feveni have installed cacti in my  ubuntu  but  i have get aproblem with snmp information error any help please?05:57
rocknryebynarie, http://imgur.com/ZyQChOa         http://imgur.com/9gLsGqw05:59
rocknryebynarie, Did i spell your nick wrong ?06:01
feveni have installed cacti in my  ubuntu  but  i have get aproblem with snmp information error any help please?06:02
rocknryefeven, Google?06:02
VolUTFanIf Connor comes back tell him to ping me on msg.  He logged off and said he had to go earlier, so I thought he wasn't coming back06:03
fevenrocknrye: I have already Google  it but no resources that can solve my problem06:04
rocknryefeven, That sucks06:04
fevenrocknrye: thanks06:05
feveni have installed cacti in my  ubuntu  but  i have get aproblem with snmp information error any help please?06:09
BlackDaleklotuspsychje, I installed compiz config settings manager and unity tweak tool... could not find any blur setting. Not sure where to look.06:21
lotuspsychjeBlackDalek: in ccsm, the unity plugin, then dig for background blur or something06:22
lotuspsychjeBlackDalek: set to: no blur06:22
BlackDaleklotuspsychje, found it thanks. Will see if anything changes.06:23
IRC_anybody know how to update xchat via terminal(like sudo apt-get)?06:25
lotuspsychjeIRC_: if you sudo apt-get update, everything will update, xchat also06:26
morfinhello06:26
morfinwhat permissions should i give to files(owner/permissions) when creating own dev package?06:27
morfin*deb package06:27
BlackDaleklotuspsychje, no blur made no difference to LibreOffice :(06:28
lotuspsychjeouch06:28
lotuspsychjeBlackDalek: not sure then mate, im out of ideas06:28
BlackDaleklotuspsychje, I got to get this working by tonight, so I don't see I have any other choice but to change all fade transitions to "no transition". :( sucks.06:31
=== kilo is now known as Guest64512
=== pvoigt_ is now known as pvoigt
byaru561 /msg NickServ SETPASS byaruhaf nftgqaphjyax Etom123406:36
morfinshould i use permissions 755 for my files in own .deb?06:36
cluelesspersonbyaru561, you just did that in public06:40
citronikshelp06:58
beepiecitroniks, ?07:05
beepiecitroniks, you mad?07:06
cluelesspersonbeepie, I fuckign hate that.07:06
beepiecluelessperson, help07:07
beepie!language07:08
ubottuThe main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList07:08
beepie^07:08
=== `hypermist` is now known as sleepypc
CharlotteFieldswhere do I find a ppd for a printer, I'm trying to install my cannon mg2560 using CUPS but I can't find the ppd for it and its not on the list.07:25
CharlotteFieldscan't find it on the cannon downloads either.07:25
hateballCharlotteFields: for the most part the PPD is bundled inside windows postscript drivers, you have to extract them using something like cabextract if the regular archive manager doesnt open it07:31
CharlotteFieldsso...the install cd or just getting the windows driver would be fine (then doing as you said) ?07:31
CharlotteFieldsI ended up installing some linux driver i found instead...but i think it's the full software suite too :/07:32
hateballCharlotteFields: yes07:32
CharlotteFieldsbut thank you anyway, I did it in the past and forgot how07:32
=== byaru666 is now known as byaruhaf
dotnettedHey all - I'm looking to get wildcarded dns entries on 14.01 - I disabled NetworkManager's dnsmasq and installed a full copy - nslookup and digg are both resolving correctly but firefox isn't going through dnsmasq for any *.local domain lookups - why might this be?07:43
hateballCharlotteFields: Looking at Canons webpage they even offer Linux packages? No idea how well they work tho. You could probably rip the PPD out of the debs at any rate07:43
CharlotteFieldsyeah i just installed a package...should have looked for the ppd.07:43
* CharlotteFields facepalms07:43
CharlotteFieldshateball: doesn't seem to be in there, I went through common and mg2500 debs07:46
hateballCharlotteFields: it's in cnijfilter-mg2500series-4.00-1-deb.tar.gz07:48
CharlotteFieldsI don't have that :/07:48
CharlotteFieldswhat the heck did i just install.. eugh07:49
hateballCharlotteFields: http://supportdrivers.info/canon-pixma-mg2560-drivers-for-win8_7_mac_linux/ second driver from the bottom07:49
hateballis what I looked at07:49
CharlotteFieldsi just got scangearmp-mg2500series-2.20-1-deb.tar.gz07:50
hateballwell that contains the scanner bits it would seem07:50
CharlotteFieldsbut i dont know how to uninstall it now, i dont want it conflicting with CUPS07:50
hateballwell how did you install it?07:50
CharlotteFieldsran install.sh  after looking through it the script seems to pick up --uninstall argument07:52
hateballthe things here have an install script that also seems to offer uninstall07:52
Guest72381hi, does anybody know how i can get a list of installable programs with sudo apt-get?07:52
CharlotteFieldsaaded that to it, nothing happened.07:52
Guest72381like all the possible programs you can install instantly with sudo apt-get07:52
Ben64Guest72381: "apt-cache search ."07:53
Ben64Guest72381: but i'm sure you don't want to do that07:53
CharlotteFieldsI can't read bash files too well so i dont understand the uninstall process07:54
Guest72381why? get bombarded with like a million options?07:54
CharlotteFieldsyep Guest72381, pretty much07:55
hateballGuest72381: you can  cat /var/lib/apt/lists/repo-file as desired07:55
Guest72381ok, thanks guys07:55
hateballCharlotteFields: running the script with no arguments should show you them07:57
hateballor at least with -h or --help07:57
CharlotteFieldshateball: running script with no arguments runs install process and i have read enough to figure out how to uninstall it i think07:57
hateballCharlotteFields: I see07:58
CharlotteFieldseh no still doesnt make sense i'll try -h07:59
dotnettedIf resolv.conf contains "nameserver 127.0.0.1" and "dig foo.local @127.0.0.1" returns the correct IP (as defined in dnsmasq config) when why would ping not be able to resolve foo.local?07:59
CharlotteFieldsuninstall isnt mentioned there hateball07:59
hateballCharlotteFields: ugh, gonna have to read through the script then I guess07:59
CharlotteFieldsbut in the install .sh --uninstall is an option with a switch further down the file..07:59
CharlotteFieldsi understand it does sudo dpkg -P <debfiles> but thats it08:00
=== nodedfree is now known as `aa
CharlotteFieldshttp://pastebin.com/SbS3Ve2u is the script...it should accept --uninstall08:03
=== wolf is now known as Guest45132
Trinityhi guys, i was using mousepad and then my computer crashed. Is there anyway I can recover the files? This post said to look in /.cache08:09
Trinityhttps://forum.xfce.org/viewtopic.php?id=343108:09
Trinitymy current mousepad version is 3.0.208:09
memoryleakI'm going to test a backup and I want to "destroy" a cloud server, what would be the best way? dd on the disk?08:10
Rust3dCor3Hello. I need to use a new shell. Is there any shell that acts like bash, but is looks like fish (tab completion and colors)08:18
White_CatOkay so when I boot to ubuntu server I get the grub prompt08:23
White_CatI am unsure whats wrong08:23
ubuntu-studioWhite_Cat, try reinstalling grub08:26
armanHi08:34
=== jean is now known as Guest16928
Trinityis there anyway to recover a crashed unsaved mousepad file?08:39
ubuntu-studiotrinity nope.08:40
Trinity:((((((08:40
ubuntu-studiotrinity save early, save often.08:41
Trinityubuntu-studio, since I never saved will mousepad have saved everything in RAM rather than a text file temporarily?08:46
ubuntu-studioTrinity, well, it WAS in ram, but everything you've done since you dropped the file has impacted ram so whatever is left there is beyond recovery.08:47
White_Catubuntu-studio okay but what broke?08:48
White_CatAll I did was upgrade08:48
White_CatEriC^^ you around?08:48
ubuntu-studioWhite_Cat, I'd guess a kernel  upgrade that grub didn't fully capture08:49
White_Catso I would need live cd then?08:50
EriC^^White_Cat: hey sorry cant talk much right now keyboard is broke, what's up though?08:50
White_Cathttp://www.linux.com/learn/tutorials/776643-how-to-rescue-a-non-booting-grub-2-on-linux/ <- bad idea?08:50
White_CatEriC^^ my boot broke with last upgrade08:50
ubuntu-studio!grub2 | White_Cat, yes.08:51
ubottuWhite_Cat, yes.: 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/Grub208:51
EriC^^White_Cat: what do you mean?08:51
White_CatEriC^^ I get to grub prompt like before08:51
White_CatI think I upgraded from ubuntu 14.04.1 -> 14.04.208:51
EriC^^ok08:51
EriC^^r u in a live usb right now?08:52
White_Catno but will be ina min08:52
Trinitydamn... can't even use dd08:53
gumblehi, I installed quite a few linux programs last time. I now have around 10 partitions with leftovers of the different bootloaders from fedora and opensuse. How do I quickly identify which partitions windows uses and needs, delete the rest and install ubuntu then?08:56
EriC^^gumble: windows wont need ext4 partitions08:56
gumblewhat about xfs and btrfs or so?08:57
gumbleI have one partition of both08:57
White_Cat_EriC^^ back09:00
White_Cat_yeah I am in09:00
White_Cat_sorry it had taken a while for wifi to decide to work09:01
ubuntu-studioWhite_Cat_, reinstalled grub??09:01
White_Cat_not yet09:01
EriC^^ok type sudo parted -l09:01
White_Cat_just booted into live09:01
EriC^^and sudo efibootmgr -v09:01
White_Cat_yup09:01
White_Cat_efibiitmgr not found09:02
White_Cat_boot even09:02
EriC^^install it09:02
White_Cat_should I not mount partitions first?09:03
EriC^^no09:03
EriC^^paste both commands09:03
White_Cat_sure09:03
=== sleepypc is now known as `hypermist`
Helphi09:06
=== Help is now known as Guest43558
White_Cat_EriC^^ I pmed you the two pastes09:07
Guest43558hi09:07
Guest43558im looking for fan/smart apt for linux into unity09:08
Guest43558if you guys has some good one, plz share :)09:08
EriC^^White_Cat_: type sudo mount /dev/sda2 /mnt09:09
EriC^^White_Cat_: type sudo mount /dev/sda4 /mnt/boot/efi09:10
EriC^^White_Cat_: is secure boot disabled?09:10
White_Cat_yeah09:12
White_Cat_it is09:12
White_Cat_I did mount those btw09:13
EriC^^White_Cat_: ok09:13
EriC^^White_Cat_: for i in /dev /dev/pts /sys /proc /run; do sudo mount -B $i /mnt$i; done09:14
White_Cat_yup09:15
EriC^^White_Cat_: sudo chroot /mnt09:16
White_Cat_yup09:16
White_Cat_for i am root; done09:16
drag0niushow do i change my own locale without restarting the server?09:16
EriC^^grub-install --recheck /dev/sda09:17
Trinityi just ran dd if=/dev/mem of=/home/sam/mem.bin bs=1024 and I when I open mem.bin it's empty. file size says 1M09:17
ikoniaTrinity: what do you expect ?09:17
ikoniaTrinity: /dev/mem cannot be used like that09:17
White_Cat_EriC^^ it is installing or x85_64-efi platform09:17
White_Cat_it finished it without errors09:18
EriC^^ok09:18
TrinityI don't expect to find 1Megabyte worth of ram, but I expect something09:18
Trinityinstead of an empty file09:18
EriC^^update-grub09:18
White_Cat_it found stuff end ended with done09:18
EriC^^ok09:18
White_Cat_4 generic images under boot09:18
White_Cat_they seem to be duplicates save for a slight version difference09:19
ikoniaTrinity: Trinity did you use "sudo"09:19
EriC^^can you pastebin cat /etc/fstab09:19
Trinityikonia, yup09:19
Trinityeven did sudo -s09:19
ikoniaTrinity: just looked on my machine and the first meg was empty09:19
ikoniaso you've just "cat'd" empty memory09:19
Trinityikonia, i ran strings /home/sam/mem.bin and I got some characters including a public/private key09:20
ikoniaTrinity: great, so it's not empty09:20
White_Cat_pmed09:20
Trinityikonia, why would mousepad not show anything?09:20
ikoniaTrinity: mousepad ?09:21
Trinitytext editor09:21
ikoniaTrinity: don't know that editor so can't answer09:21
White_Cat_EriC^^ is it normal for ubuntu to uninstal efi like this?09:22
Trinityikonia, same for LeafPad09:22
ikoniaTrinity: don't know that editor either09:22
White_Cat_or is it not installed by default because its live cd?09:22
EriC^^White_Cat_: does blkid /dev/sda2 show the same uuid?09:23
EriC^^White_Cat_: no09:23
White_Cat_uid does match09:23
White_Cat_but there were 2 uids in the first command09:24
EriC^^efi is fine cause you're getting grub09:24
White_Cat_well second is for backup drive09:24
White_Cat_so kernel got nuked?09:24
EriC^^maybe09:25
vltHello. When I create a file (or directory) it gets permissions 0644 (resp. 0755).  How can I configure for one directory and all its subdirectories that new files (or dirs) get 0664 (0775) permissions?09:25
EriC^^did u hold shift and try an older one?09:25
vlt(I could put that directory to an extra file system if necessary.)09:25
mcphailvlt: i maight be wrong but I'm not sure you can do that on a per-directory basis. The permissions are usually set according to your umask which is a global09:28
White_Cat_EriC^^ shift key?09:29
EriC^^White_Cat_: yes09:29
White_Cat_I am unsure what that is09:29
White_Cat_you mean on grub prompt?09:29
EriC^^before that09:29
slax0rhi, what's the defacto way of enabling ipforwarding on ubuntu? sysctl.conf? or does ubuntu have any "special" config file for this?09:30
White_Cat_I dont remember ever doing that but I can try now if you like09:30
EriC^^to get a grub menu09:30
White_Cat_I directly get to the grub prompt instead of being given other opotions09:30
vltmcphail: Hmmm, and how can I set this umask?09:30
White_Cat_should I reboot?09:30
EriC^^White_Cat_: ok, type exit then reboot see what happens if you get a grub prompt restart and hold shift and choose an older kernel09:31
mcphailvlt: actually, see if this helps: http://askubuntu.com/questions/44534/how-to-set-umask-for-a-specific-folder09:32
White_Cat_rebooting09:32
=== `hypermist` is now known as sleepypc
White_Cat_first I am trying a regular boot09:33
EriC^^ok09:33
vltmcphail: Thank you!09:34
White_Cat_I got a general protection exception09:34
White_Cat_its red with plenty of text09:34
White_Cat_reboot and try shift?09:34
EriC^^yeah09:35
mcphailvlt: never tried that way so don't know if it works. I always used a more complex approach with incron scripts09:35
mcphailvlt: i wouldn't recommend my way ...:)09:35
White_Cat_EriC^^ I cant09:37
=== anton is now known as Guest61860
White_Cat_it complains about an invalid environmental block and near instantly goes to the red screen09:37
frimendI installed ubuntu yesterday, and during the process my computer downloaded a bunch of packets. However now once it's installed and I'm by the desktop, I have no internet connection.09:38
frimendSo I had internet connection during install, but not afterards.09:38
frimendWhat could be the problem?09:38
ikoniafrimend: the installer comes with certain "driver" packages by default09:38
ikoniafrimend: the installed system maybe missing them - sometimes due to legal requirements09:39
frimendah09:39
frimendcome to think about it, I did specify that I picked "only drivers relevant to my system" instead of "huge package of drivers"09:40
sheerdoes mac use ext4 format?09:40
sheeror FAT?09:41
ikoniasheer: do you mean OSX or ubuntu running on a mac09:41
sheeri mean OSX on mac09:41
ikoniait uses jfs09:41
=== morpheus is now known as Guest72078
mcphailikonia: hfs, surely?09:41
White_Cat_error: invalid environmental block09:41
_RadioHead.09:41
ikoniasorry fat fingers09:41
ikoniahfs09:41
k1l_sheer: it doesnt use any of them09:41
White_Cat_then to the general protection exception09:41
White_Cat_EriC^^ should I boot to live cd again?09:42
ikoniasheer: if you need help with the mac be aware of ##macosx09:42
ikoniasorry #macosx09:42
ajnrHi , how to convert multiple .jpg image file to .eps image file using convert command?09:43
ajnr,convert09:44
hadifarnoudmy rc.local is empty on 14.0409:44
Guest72078ajnr, imagemagick if I'm not mistaken09:44
hadifarnouda tutorial is asking me to 'add' a line to it.09:44
White_Cat_EriC^^ I was in this situation before then we built/installed kernel and it was fixed09:44
ikoniahadifarnoud: you should not need to do that09:44
ikoniahadifarnoud: there are very few situations that should be using rc.local09:45
hadifarnoudikonia: http://safesrv.net/setup-openvpn-with-obfsproxy-on-ubuntu/09:45
hadifarnoudhow should I change this step then ikonia?09:45
White_Cat_which is the correct kernel anyways09:45
ikoniahadifarnoud: that guide in my opinion looks poor09:45
White_Cat_it  listed 4 entries where they were pairs09:45
hadifarnoudyeah, that's the only one I found on obfsproxy with ovpn09:45
ikoniahadifarnoud: a big problem is probably due to how old an dout of date it is09:45
ajnrGuest72078, I have used convert command for single file and it works , but for multiple file say I have 1.jpg, 2.jpg and then if I gave convert *.jpg *.eps I got the file name as *1.eps, *2.eps like that09:46
hadifarnoudikonia: can you please tell me what should that step be?09:46
ikoniahadifarnoud: that whole guide is wrong/bad - so I'm not going to update 1 step when the whole guide looks poor to me09:46
Guest72078ajnr, phatch photo  batch converter is the app09:46
mcphailajnr: you need to explore "for" syntax in the shell, which is probbaly best done in a more specific channel09:46
=== andrex|off is now known as andrex
ikoniahadifarnoud: you can still use rc.local if you want though09:47
hadifarnoudikonia: but what should be in it?09:47
ikonianothing09:47
ikoniait's empty as it's pretty much not used these days09:47
hadifarnoudI just add the line? that's it?09:47
ajnrmcphail, can you give some example09:47
ikoniahadifarnoud: I advise against it, but if you want to09:47
hadifarnoudwithout 'exit 0' ?09:47
Ben64ajnr: mogrify -format eps *.jpg09:47
hadifarnoudikonia: there is no other guide for what I'm doing. so, I'm not bothered09:48
ajnrBen64, okey09:48
ikoniaI am bothered09:48
ikoniaI'm not going to advies you to follow a bad guide09:48
hadifarnoudikonia: dude, unless you have the time to update me on each step, I can't do it.09:49
mcphailajnr: for file in *; do convert $file -whatever -synatx - the -command -uses; done09:49
Ben64mcphail: so much more difficult than what i posted above :)09:49
ikoniahadifarnoud: I'd be asking myself why there are no other guides, eg: it's a bad setup09:49
mcphailajnr: but that breaks if any files have spaces in the filename. As I said, probably best discussed in a more specific channel09:49
hadifarnoudikonia: it's perhaps because very few people use ovpn to bypass internet censorship in a country like Iran09:50
ajnrit works with the Ben64 idea . Thanks09:50
mcphailBen64: missed that ;)09:50
ikoniahadifarnoud: I don't believe so, I beleive it's because that guide is bad and that setup/concept in that guide is bad/wrong09:50
hadifarnoudnorman ovpn is not working as they use deep packet inspection to detect it ikonia09:50
hadifarnoudikonia: how can I hide my openvpn footprint against a damn good firewall?09:51
hadifarnoudI'd love to do it another way09:51
ikoniahadifarnoud: that is a different question09:51
ikoniathe guys in ##security maybe able to offer more detailed options09:52
hadifarnoudtrust me ikonia, this the best option. as I said, nobody cares to write a guide for poor guys in Iran/China in English09:52
EriC^^White_Cat_: sorry back09:52
ikoniahadifarnoud: I don't believe it is the best option, as I've said,09:52
hadifarnoudalright, I googled around a lot. I'll ask in IRC too ikonia.09:53
EriC^^White_Cat_: yes boot the live usb and mount and chroot as earlier09:53
=== svetlana- is now known as svetlana
vltI tried to set a new UMASK value in /etc/login.defs but it's ignored on login. Then I found ~/.profile which has a commented umask command. I set that to a new umask, logged out and in again but get still the pld one. Any idea how to change the umask for the user?09:56
mcphailvlt: are you creating the files from the terminal or the gui filemanager?09:56
umbra_purushow to check current connections to my linux?09:57
umbra_purushow to check current connections to my linux???09:57
umbra_purus???09:59
White_Cat_ok09:59
anhvuhi everyone...09:59
umbra_puruscan someone tell me how to check my connections09:59
umbra_purus?09:59
Ben64umbra_purus: patience09:59
EriC^^umbra_purus: what do you mean?09:59
anhvuping or telnet @unbra_purus09:59
mcphailvlt: i think ubuntu still uses 2 different ways to control umasks - the traditional way and pam_umask. For the latter, edit /etc/login.defs and log back in. On an old debian machine just now so can't check10:00
plantainhi, so I have the livecd for 14.04, but when I boot it, it panics complaining about the radeon drivers. I have a modern ATI card in my machine. how do I boot it in VESA or something?10:00
umbra_puruswhat connections are currently in my pc?10:00
EriC^^nmcli con status10:00
anhvuyou can use iptraf or iftop10:01
umbra_purusme?10:01
anhvuto view connection to your host10:01
anhvuyes10:01
EriC^^or netstat -tuln umbra_purus10:01
anhvuanyone connect to you10:01
Guest72078!nomodeset | plantain,10:01
ubottuplantain,: 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 parameter10:01
umbra_purushow can I check if someone else is connected? I've used netstat -tuln but how can I read it?10:03
EriC^^White_Cat_: type dpkg -l |grep linux-image10:03
White_Cat_sure10:03
Ben64umbra_purus: netstat will show you all connections, you have to figure out what it means10:03
White_Cat_EriC^^ pmed you the paste10:04
sheercan someone help me format a corrupted external HDD?10:04
sheerusing linux :)10:04
sheerubuntu in fact10:04
anhvuapt-get install iptraf10:04
Ben64sheer: use gparted10:04
vltmcphail: I need this umask for users that create files and folders with gui file managers and programs like office.10:04
umbra_purusdont use gparted10:05
anhvuplease you iptraf10:05
Ben64gparted is fine10:05
vltmcphail: I edited /etc/login.defs but see no effect.10:05
umbra_purusif you want to recover files from it first I suggest follow DIY Parts tips in "Recoverying files in corrupt hdd"10:05
Ben64recovery wasn't the question at all10:05
mcphailvlt: i vaguely remember nautilus has a hard-coded umask which you can't change. Don't know if that has altered since i last looked a few years ago10:05
umbra_purusHe even gives tips about using only uncorrupt parts of the disk to store your files10:06
sheerumbra_purus, is that a #ubuntu resource?10:06
sheerwhat is DIY Parts tips?10:06
Ben64sheer: you want to format? use gparted10:06
White_Cat_EriC^^ why would there be four of each kind of linux image?10:06
sheerben, downloading it10:07
umbra_purusnop.10:07
umbra_purusgo check DIY Parts in youtube. it's a channel10:07
EriC^^White_Cat_: older kernels10:08
sheerok ty10:08
Ben64umbra_purus: sheer is asking about formatting, not recovery10:08
svetlana"use gparted"10:08
bekksumbra_purus: For recovering files, I stringly suggest professional support instead causing even more damage.10:08
bekks*strongly10:09
svetlanahe does not want to recover here10:09
sheerBen64, he was giving me a heads up10:09
EriC^^White_Cat_: you can try to purge the last one or modify grub to boot an older one by default10:09
sheerthanks guys10:09
umbra_purusbekks: actually the tips he gives are really helpful in that video. I suggest, if you're insterested in finding out if my info is good, check the video10:09
bekkssvetlana: I was answering to his suggestion of "DIY Parts" for recovering files.10:09
Ben64umbra_purus: doubtful. you should never recover to the same drive10:10
svetlanaok10:10
svetlanagood word10:10
White_Cat_EriC^^ how exactly can I do that?10:10
vltmcphail: The umask I see when running the umask command on the terminal ist still 0022. How can I let the value I set in /etc/login.defs affect this?10:11
White_Cat_In windows bootloader you get a 5 second delay to choose your os, is there a way to do this similarly?10:11
White_Cat_it would defualt to a certain one10:11
White_Cat_I just am worried about future manifestation of this10:12
bekksvlt: 0022 is the default. Whats the actual goal you are trying to reach?10:12
Guest72078grub problem:  just bought the DELL Precision m3800 Developer Edition.  Used a 14.04.2 USB to create a /home partition.  Upon reboot the Dell Restore Factory Settings and Diagnostics are gone.  I verified that those partitions are still on the SSD, but grub doesn't see them.  What to do?10:13
vltbekks: I want new files and directories created by users to have 0664 (resp. 0775) permissions. I want this in one firectory and its subdirectories only (and could put this on an extra file system if necessary) but if that's not so easy I could live with a system or user wide setting.10:13
ikoniagrub should not see the restore partitions10:13
EriC^^White_Cat_: type nano /etc/default/grub10:14
rhalffI just did a rm -rf <my_entire_dev_dir>, is there a tool available to undo this? partition type is ext2...10:14
EriC^^White_Cat_: add a # before GRUB_HIDDEN_TIMEOUT10:14
Guest72078ikonia, it did before I clean installed10:14
hateball!undelete | rhalff10:14
ubotturhalff: 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/ext3undel10:14
ikoniaGuest72078: seems odd that it should10:14
EriC^^White_Cat_: then type update-grub10:15
rhalffhateball, thanks10:15
Guest72078I suspect a custom setting but have no idea where to start10:15
White_Cat_EriC^^ done10:15
bekksvlt: Thats something you wouldnt touch the global umask setting at all. Instead you would have to set ACL modes accordingly, which is not that trivial.10:16
White_Cat_so it will give me the option to select which kernel to use?10:16
White_Cat_will it have a default one it automatically selects?10:16
White_Cat_if I do a remote reboot it should still boot10:16
noegryI got error install wkhtmltopdf in docker with ubuntu 14.0.4 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/elfutils/libelf1_0.158-0ubuntu5.1_amd64.deb  404  Not Found [IP: 91.189.91.23 80]10:16
noegry 10:16
vltbekks: With setfacl?10:16
bekksvlt: Yeah.10:16
lotuspsychjenoegry: i had ip fetching issue this morning, must be the servers10:17
bekksvlt: Untested example, like this: setfacl -dm u::rw,g::rw,o::r /shared/directory10:17
antonio_ciao10:18
White_Cat_EriC^^ should I reboot?10:18
EriC^^White_Cat_: you should select advanced and choose one10:18
EriC^^duno bt rmt boot10:18
EriC^^about remote boot10:18
=== desmond_ is now known as desmond\
=== desmond\ is now known as desmond
White_Cat_as in "sudo reboot now"10:19
White_Cat_it should boot on its own unattended10:19
bekksWhite_Cat_: So try it now?10:19
White_Cat_not really trying a network boot10:19
White_Cat_EriC^^ rebooting now unless there is something else I need to change10:19
EriC^^it might boot the latest kernel10:20
EriC^^if the timeout is set10:20
vltbekks: Thank you. Could you try to explain this? In short?10:20
White_Cat_I commeted out the timeout, no?10:20
White_Cat_oh hidden timeout10:21
White_Cat_grub default is 010:21
EriC^^now it should show grub10:21
White_Cat_yeah10:21
EriC^^r u at the pc now?10:21
White_Cat_yeah10:21
White_Cat_but I wont always be10:21
fritzroy15hello, question: i would like to forward all requests to eth0 port 8080 to a docker container running inside the machine, basically from 100.78.112.49:8080 to 172.17.0.2:8080, is there any direct way of doing this in ubuntu?10:21
EriC^^try it now10:22
bekksvlt: you would have to mount your filesystem with ACL support, and then you would set the ACL permissions to RW (read write) for the user and group, and to R (read only) for all others.10:22
White_Cat_ok10:22
EriC^^if the10:22
vltbekks: Thank you.10:22
EriC^^older kernel boots, purge the new one and uncomment and update-grub10:23
fritzroy15or do i need to install apache2 or something for this10:23
bekksfritzroy15: you need to create an iptables firewall rule.10:24
White_Cat_older kernel seems to be booting10:24
White_Cat_how can I purge the newer one? and wouldnt it come back with upgrade?10:25
EriC^^rhalff: /dev is created when you boot, it should reappear if you reboot10:25
fritzroy15bekks oh thanks, forgot about iptables :)10:26
EriC^^White_Cat_: sudo apt-get purge linux-image-3.13.0-46-generic10:26
White_Cat_it did quite a lot10:28
White_Cat_I want to attempt to reboot to see if I can, is that ok?10:28
EriC^^ok10:28
EriC^^uncomment if you want10:29
isomorphismesI can log in to Ubuntu with VT but can't get in as my main user to a GUI10:29
EriC^^isomorphismes: what happens?10:29
k1l_isomorphismes: wht happens when you login on loginscreen?10:30
isomorphismesit plays the Ubuntu sound and puts me back to the login manager10:30
isomorphismesa couple reboots ago I could get in with some window managers but not others10:30
k1l_isomorphismes: login on VT and see with "ls -al " what stuff is owned by root10:30
isomorphismesI can get in with *other* users to the GUI10:30
k1l_in that users home directory10:30
isomorphismes.Xauthority10:31
isomorphismesshould be owned by me, yea?10:31
k1l_yes10:31
isomorphismesperfect10:31
isomorphismesthansk so much, I'll let you know how this goes10:31
EriC^^isomorphismes: sudo startx can do that jsyk10:32
k1l_*cause this10:32
isomorphismesshould I chown me:me everything root owns in ~ ?10:32
k1l_or if one runs gui programs with sudo.10:32
White_Cat_error invalid boot environment is what I get EriC^^10:32
k1l_isomorphismes: well not everything. .gvfs is owned by root10:32
isomorphismesor perhaps chown me:root ~/* ?10:33
White_Cat_it then booted to ubuntu though10:33
SinitarraIM GONNA HACK THIS SERVER AND YOU ARE GONNA TASTE MY SHIT10:33
EriC^^White_Cat_: i dont follow, did you uncomment?10:33
k1l_isomorphismes: other stuff needs to be looked at. but i think only .gvfs, the rest is fromstarting it with sudo10:33
Sinitarrahahahahahahahahahaha10:33
SinitarraxD10:33
White_Cat_uncomment what?10:33
isomorphismeshow do I get out of the gui from my other user back to the login screen?10:33
White_Cat_you mean slient boot?10:33
White_Cat_no10:33
White_Cat_it gave me the list of booting to ubuntu or advanced options with a 10s counter10:33
White_Cat_I didnt touch anything10:34
k1l_isomorphismes: user:user is the general setup in the users home10:34
White_Cat_it booted to an error which booted to ubuntu10:34
EriC^^White_Cat_: in etc...grub , did you choose the same kernel you booted earlier10:34
White_Cat_it works for now but I would prefer forgoing the error :)10:34
White_Cat_I didnt choose, it picked on its own10:34
White_Cat_I have access to my ubuntu server10:34
isomorphismesEriC^^: sudo startx does what?10:35
White_Cat_I can check grub if you wish10:35
k1l_isomorphismes: it causes issues with filepermissions like you got10:35
k1l_isomorphismes: you dont use startx on ubuntu.10:35
Ben64isomorphismes: you should not use startx ever, and you should not use sudo so cavalierly10:35
isomorphismesk1l_: so like if I ran sudo chromium-browser that could have caused it?10:36
k1l_yes10:36
Ben64yeah. stop using sudo for everything10:36
White_Cat_sudo make me coffee10:37
EriC^^use gksu if you have to isomorphismes10:37
k1l_running stuff with sudo is a bad idea. you really need to know why you need to run it with root permissions and not just "to test"10:37
EriC^^^10:37
isomorphismesk1l_: oh ok. I found hat instruction looking up how to do things in awesome. This all started when I was editing /etc/xdg/awesome/rc.lua10:37
efeu__I have overclocked Haswell CPU with ubuntu 14.10x64, but the CPU frequency is not going down in idle, i have enabled speedstep/EIST etc. in efi. The strange thing is it is working fine in Windows. I have found a post where someone got hte same problem with ivy bridge cpu: http://ubuntuforums.org/showthread.php?t=1998061 . Does anyone know how to fix this?10:37
Ben64i can't really think of a reason you'd ever need to run chromium as root10:37
k1l_isomorphismes: you are backdooring your own systems prevention agains malicious stuff. like you make a welcome sign for all hackers10:37
rhalffEriC^^,  just found out I pressed ^C in time :) I meant the dir with all my development code not /dev10:38
EriC^^rhalff: oh ok :)10:38
isomorphismesBen64: what should I use instead of startx? I got it from Arch documentation so makes sense it could be inappropriate in debian.10:38
k1l_isomorphismes: start the lighdm10:38
Ben64are you on debian?10:38
umbra_purusis the heartbleed issue fixed?10:39
k1l_that will handle the root stuff by itself10:39
k1l_umbra_purus: since ages, yes10:39
umbra_purusis the heartbleed issue fixed????10:39
isomorphismesEriC^^: What's the difference to gksu? I never use it unless the instructions I'm saying explicitly say to do so.10:39
EriC^^isomorphismes: sudo service lightdm start10:39
isomorphismeslike gksudo gedit does the same as sudo gedit so I just started doing the latter.10:39
Ben64no it doesn't do the same10:39
isomorphismesI'm on ubuntu 12.0410:39
umbra_purusis the heartbleed issue fixed????10:40
k1l_isomorphismes: dont use sudo with GUI.10:40
Ben64and why would you need to run gedit as root???10:40
isomorphismesk1l_: how do I start lightdm? from VT?10:40
White_Cat_EriC^^ is there anything I need to do?10:40
White_Cat_the error will show up on each boot I imagine10:40
isomorphismesBen64: eg sudo vi /etc/.../configfile10:40
Ben64vi is not gedit10:40
k1l_<k1l_> isomorphismes: dont use sudo with GUI.10:41
isomorphismesk1l_: Is it really an issue on a laptop?10:41
White_Cat_update-grub ?10:41
k1l_isomorphismes: where does laptop has anything to do with this?10:41
isomorphismesBen64: instruction manuals aimed at newbies will say gksudo gedit instead of sudo vi to edit config files.10:41
isomorphismessystemwide ones10:41
freerouteis apt-get's --install-suggests the same as --install-recommends?10:41
EriC^^isomorphismes: sudo service lightdm start , to start lightdm from a VT10:41
isomorphismesI'm sure it was sudo startx and not sudo chromium that was just an example10:41
k1l_isomorphismes: you are mixing a lot of things into topic you already dont know much.10:42
k1l_just stick with "i dont run sudo with gui programs". maybe you need to write that 100times to the blackboard :)10:42
EriC^^White_Cat_: did the error show up when you booted manually earlier?10:42
isomorphismesk1l_: security10:42
EriC^^from advanced10:42
White_Cat_EriC^^ all I did was sudo reboot now and it first shown grub menu10:43
k1l_isomorphismes: buzzword10:43
White_Cat_then booted to ubuntu (first item on the list) gave that error10:43
White_Cat_it had a "press to continue..." prompt where I did nothing10:43
isomorphismesk1l_: I only do things that it says in some instruction set, or interpolating from different instruction sets online.10:43
k1l_isomorphismes: sudo loads wrong enviroment variables. they dont work on GUI. so dont use sudo on gui, ok?10:43
White_Cat_which then booted to ubuntu10:43
hackeronhey there, is changelogs.ubuntu.com down at the moment? - I'm not able to do do-release-upgrade :(10:43
isomorphismesk1l_: I do sudo -E10:43
White_Cat_I can re-reboot if you like10:43
k1l_isomorphismes: yes, there are tons of wrong howtos. and you are even mixing stuff then to make it worse10:44
EriC^^White_Cat_: brb10:44
White_Cat_ok10:44
isomorphismesk1l_: "Don't follow how-to's if they're wrong" is not followable advice.10:44
Ben64isomorphismes: but you just said you stopped doing gksudo like the instructions say and started doing sudo. just listen.     **no sudo with gui**10:44
White_Cat_I'll go grab a bite as well10:44
isomorphismesBen64: Right, what caused this is sudo startx. Exactly as instructions said.10:44
k1l_isomorphismes: what are we discussing here right now?10:44
Ben64instructions for ubuntu?10:44
k1l_isomorphismes: and that is wrong o ubuntu10:44
isomorphismesHow do I log out of the secondary user and get back to Ubuntu's login screen?10:45
k1l_rule number 1: dont use sudo with gui. rule number 2: dont use startx on ubuntu10:45
isomorphismesBen64: No, instructions for awesome wm. Doesn't specify an OS.10:45
k1l_use the logout from the desktop you use10:45
isomorphismesk1l_: cool. thanks.10:45
k1l_isomorphismes: *sigh*10:46
isomorphismesThere is no logout in the unity-shell.10:46
k1l_there is10:46
isomorphismesif I type logout in the HUD it doesn't show anything.10:46
k1l_what is this? is this a joke?10:47
isomorphismesno10:47
isomorphismesclick "Dash" on the left > type "logout" or "log out" > nothing appears10:47
svetlanak1l_, sorry, but I thought sudo and gksu were merged a release or two ago?10:47
k1l_svetlana: and he uses 12.0410:47
isomorphismesin the desktop help it says there should be a gear icon on the right, and there isn't one.10:48
k1l_isomorphismes: http://cdn5.howtogeek.com/wp-content/uploads/2012/02/06_selecting_log_out.png10:48
etohello in my searches i ocasionally used to hit launchpad buglists and such10:48
svetlanawhen you click 'logout', the display manager should appear. if it doesn't, means it's not configured properly, or a package is missing.10:49
etohowevere i noticed recently isntead of page sohe shitty login dialog pops out - google style10:49
svetlanaan error should be in logs somewhere I believe.10:49
etois this intentional?10:49
k1l_isomorphismes: do it with "sudo service lightdm restart" then10:49
etofixed: however i noticed recently instead of page some shitty ...10:49
svetlanaeto, have you got an url or a screenshot of that dialog?10:49
IdleOneno need for bad language10:49
etosvetlana: https://login.launchpad.net/ <- this10:50
etosvetlana: every external link looks like that to me10:50
etosvetlana: eg i follow some blog or crosllink i see that10:50
isomorphismesk1l_: I don't have that button10:50
etoi don't care about ubuntu one, i would like to access information10:51
svetlanaeto, that is not intentional. if you copy URL of the blog you're trying to open, and paste it in a new tab, does the same happen?10:51
svetlanaisomorphismes: what k1l_ said is not a button, it is a terminal command.10:51
etosvetlana: so it means link expired and launchpad is redirecting me to default login page?10:52
svetlanaeto, I do not understand what is going on. hence my last question.10:52
isomorphismesimgur.com/CHxxbXb10:52
hackeronanyone? - is changelogs.ubuntu.com down at the moment? - I'm not able to do do-release-upgrade :(10:52
k1l_isomorphismes: there is no logout program10:53
k1l_isomorphismes: so dont use dash10:53
isomorphismesok thanks `sudo service lightdm restart` put me back to the login screen10:53
k1l_hackeron: can you pastebin the output?10:53
svetlanaisomorphismes: how did you get in? lightdm (or any dm) should start on boot automatically.10:54
isomorphismessvetlana: Yes, but also some weren't believing that I don't have the button, so I wanted to shwo that I'm not making it up.10:54
hackeronk1l_: It just sits for a long time, then says "No new release found" -- even though I have Prompt=normal in /etc/update-manager/release-upgrades and have 14.04 installed10:54
svetlanaeto, about opening the URL in a new tab and seeing whether launchpad opens there.10:54
MickSHi all. Anyone can confirm that changelogs.ubuntu.com (91.189.95.36) is unresponsive currently (which results in do-release-upgrade not finding the new releases)?10:55
svetlanaisomorphismes: I'm not sure. is this line directed at me? it answers none of my last 2 questions.10:55
isomorphismesok great. Now I can boot into ubuntu 2D gui although not awesome gui.10:55
MickSah, looking at hackeron's line there, I see I'm not the only one10:55
k1l_MickS: hackeron yes, its down for me now too10:55
hackeronMickS: k1l_: wget http://changelogs.ubuntu.com/meta-release -- just sits there too10:55
isomorphismessvetlana: 10:56 < svetlana> isomorphismes: what k1l_ said is not a button, it is a terminal command. <--- was directed to that10:55
svetlanaisomorphismes: ah. okay. I sent some couple questions later on.10:56
MickSok, almost noon here ... time for lunch then I guess. ;-)10:56
hackeronk1l_: is there a mirror?10:56
isomorphismeshackeron: I use http://isup.me to check if things are down for someone else.10:56
isomorphismesMickS: I had that problem with do-upgrade-release as well.10:57
hackeronisomorphismes: thanks :) - now just need to find a mirror10:57
isomorphismesIt doesn't find my trackpad but does see my mouse.10:59
isomorphismessvetlana: I got in with lightdm I guess. I will look up what are other dm's.10:59
Ben64you don't need other dms11:00
hackeronany ideas why http://changelogs.ubuntu.com/meta-release will be back?11:00
hackeronwhen*11:01
k1l_hackeron: when its repaired :)11:02
hackeronk1l_: is it being repaired now? -11:02
k1l_hackeron: i am just asking the server guys what is going on. but either they are at lunch or they are busy repairung.11:02
k1l_hackeron: works for me now again11:03
isomorphismesAny ideas what might be keeping me still from booting into awesome wm?11:03
hackeronk1l_: ah, yes! - that was quick, heh11:04
k1l_isomorphismes: so what is owned by root in that users home?11:04
k1l_isomorphismes: details matter to get to know what is going on11:04
isomorphismesk1l_: .cpanm, .pip, .R, R-dev, .rnd, .root_hist, .rootrc, .rpmdb, npwebpg-v0.6.1-Linux_x86-gcc3.so, npwebpg-v0.6.1-Linux_x86-gcc3.so.1, ..11:06
k1l_holy moly. there was a lot of sudo action going on in that users homw11:07
ikoniarebuild11:07
ikoniawho knows what else has been ruined11:07
ikoniaget to a stable point11:07
ikoniaand don't use sudo any more11:07
k1l_isomorphismes: so if awesome wants to use any of that it just cant. you could look into .xsesion-errors after a failed login to see if it names what he needs.11:08
ikoniathis whole host looks a mess11:08
ikoniagcc 3 libraries ?11:08
ikoniaI strongly advise a rebuild and move forward with people guiding11:08
isomorphismesikonia: I don't know what "rebuild" means11:10
ikoniareinstall os11:10
isomorphismesthe errors in .xsession refer to QDBusError, virtual void HotKey, and Wnck11:11
k1l_!paste | isomorphismes11:11
ubottuisomorphismes: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:11
JeenaI wrote a upstart job and I can start and stop it with: initctl start pcloud; but I can not for the love of god find out what I have to do so this job will be run on startup11:12
Jeena would appreciate a link or something11:12
isomorphismeshttps://dpaste.de/XjP011:12
Jeenathis is my conf: https://gist.github.com/jeena/010ae6d009edf2c1a82a11:15
etohmm svetlana left11:16
tos-1isomorphismes: It says you messed up all the config files.11:16
isomorphismesIs it a problem that root:root owns the hard link ~/..  ?11:16
tos-1isomorphismes: use awesome -k to check for config file errors before you use a new config.11:16
isomorphismestos-1: oh fantastic. thanks11:17
Jeenaor is it that all scripts in /etc/init/ are always parsed and run during boottime?11:17
gumblewhich format should my home and which format should my root partition have_11:17
Ben64gumble: ext4 and ext411:18
ikoniagumble: default ext411:18
gumbleBen64: ikonia> thanks11:18
nitinhello11:19
tos-1isomorphismes: Did you hard link your config file to /etc/xdg/awesome/rc.lua? That's useless; it will fall back to it anyway. If you want to change the config, copy /etc/xdg/awesome/rc.lua and change your local copy (as said before without using sudo)11:19
nitinHello i am nitin11:19
freerouteI don't want to install recommended packages, but I don't really know how to permanently set this in the system-wide configurations, I've searched and came up with this, but there appear a lot of contradicting/different solutions - http://askubuntu.com/questions/179060/how-not-to-install-recommended-and-suggested-packages11:19
isomorphismeshi nitin11:20
nitinhello !! i am working on ubuntu 1411:20
isomorphismestos-1: no, I mean literally ~/..11:20
nitini have one problem .can u help me with that11:21
isomorphismesnitin: shoot11:21
nitini want to know how the serial port works11:21
freeroutenitin: is that your problem? Or are you trying to solve a different problem and require serial port knowledge?11:22
Jeenaok seems like all scripts in /etc/init/ are run on boot so you don't have to do any softlinking, etc. because this is the default behaviour11:23
tos-1isomorphismes: Oh, I see. That's okay, because root owns /home.11:23
nitinno actually i am unable to install the driver of PCI60806a   DUAL serial port11:23
nitinso please help me11:23
isomorphismestos-1: cool, thanks. makes sense11:24
nitini would like to know how can i install the driver?11:25
nitinone exe file came with the pci60806a driver CD11:25
nitini want to know in /dev directory why it is not coming when i plug RS232 cable11:26
nitinplease help me11:26
isomorphismesSo why use sudo for service lightdm restart  ?11:26
peter100can windows virus affect ubuntu?11:27
ikoniapeter100: no11:27
peter100ok11:27
freeroutenitin: you can't install .exe files under Linux usually.11:27
peter100i have few infected pendrves with auton.inf virus, can i nsert them in ubuntu safely and possibly clean them too?11:28
peter100autorun.inf virus i mean11:28
yoritomoHello all11:28
k1l_isomorphismes: because a process needs root permissions to handle the xserver. but since you want the DisplayManager lightdm to sort that for you its ok to run that with sudo11:28
freeroutenitin: it seems to be a bug, I'm not sure it is fixed currently - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/124485811:28
nitinyes so please let me know how to get rid off this driver problem11:28
ubottuLaunchpad bug 1244858 in linux (Ubuntu) "PCI I/O Parallel Port DB25 25Pin IEEE 1284 Printer Card not detected" [Medium,Expired]11:28
isomorphismesBack in awesomewm thanks very much to all of you tos-1 svetlana ikonia k1l_ EriC^^11:29
yoritomowhat is going on about Ubuntu under mobile devices ? Meego is dead as well ? any alternatives for Xperia Sony smartphones ?11:29
k1l_isomorphismes: really make sure you dont follow howtos that are made for arch or other distros. that will mess up the ubuntu setup11:29
peter100ubuntu is on mobile?11:29
peter100like android?11:29
isomorphismesk1l_: Thanks. Arch does have much better documentation though.11:30
k1l_isomorphismes: well not generally.11:30
isomorphismesk1l_: In my opinion.11:30
freeroutenitin: you could try the steps there and see if that kernel listed there works.11:30
isomorphismesk1l_: Also the documentation for awesome says startx, agnostic of distro.11:31
freeroutenitin: and generally follow this post specifically - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1244858/comments/511:31
ubottuLaunchpad bug 1244858 in linux (Ubuntu) "PCI I/O Parallel Port DB25 25Pin IEEE 1284 Printer Card not detected" [Medium,Expired]11:31
yoritomopeter100 they have their own "BQ" device, but what if i want to install it on normal android devices ?11:31
k1l_isomorphismes: yes, because that is not aware of the ubuntu setup.11:31
k1l_!touch | yoritomo11:31
ubottuyoritomo: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch11:31
isomorphismesSince there's such a problem with sudo and root -- that makes me realise something else I've been doing may be causing problems as well.11:32
isomorphismesI read on thegeekstuff that /opt is the best folder for custom software, not ~/dev11:33
isomorphismesTrying to follow the multi-user scheme, whenever I'm downloading software from the web I put it in /opt11:33
k1l_isomorphismes: well, i think you are too happy to install stuff outside of the package system.11:33
isomorphismesWhat are the proper permissions/ownership for that setup?11:33
peter100yoritomo u can install apps which support linux install11:33
peter100on android11:33
isomorphismesk1l_: It's necessary for work.11:33
peter100why does banner command not working on ubuntu11:34
yoritomopeter100thank you k1l_ for the link11:34
ikoniapeter100: define not working11:34
yoritomopeter100, android is very buggy and always hanging up even after fresh install :(11:34
yoritomoi want to get free from Android, and above all a property of google11:35
k1l_yoritomo: lets stick to ubuntu pc support in here11:35
yoritomook sorry, thanks anyway11:35
peter100ikonia i installed banner.deb file from a website, installed it, and now when i type banner keyword on terminal it displays nothing11:35
=== ken is now known as Guest973
ikoniapeter100: why did you do that11:35
peter100no errors , just nothing ikonia11:35
peter100?11:35
ikoniabanner is part of the distro11:35
ikoniawhy di dyou install banner.deb from a website ?11:36
peter100it never works11:36
ikoniait does work11:36
k1l_!info linuxlogo | peter10011:36
nitinI have tried all this .it is not working11:36
peter100because i did so on linux mint and it worked ikonia11:36
ubottupeter100: linuxlogo (source: linuxlogo): Color ANSI System Logo. In component universe, is extra. Version 5.11-6 (utopic), package size 53 kB, installed size 340 kB11:36
nitinplease help me !!11:36
peter100ok11:36
k1l_or other packages like figlet etc11:36
peter100ikonia , u mean to say banner command works in ubuntu by default, not need to install it, it even works in live running too?11:37
ikoniapeter100: correct11:37
peter100i am using ubuntu 12.04 and its surely doesn;t works11:38
peter100it*11:38
ikoniait works just fine11:38
ikoniawhy don't you tell us what you are doing exactly11:38
peter100on 12.04?11:38
peter100i typed banner myname and its shows nothing, that;s why i installed a different banner.deb file11:39
Ben64isomorphismes: awesomewm is necessary for work? and it needs to be manually installed? you know its in the repositories and will work perfectly when installed via that method11:39
peter100it said " command not found"11:39
ikoniapeter100: is this an install or a live media11:40
peter100"command not found means ", its no there11:40
peter100install11:40
ikoniacorrect it does mean that11:40
ikoniait does not mean grab a random deb11:40
peter100ubuntu 12.04 LTS one11:40
ikoniapeter100: is this an install or a live media11:40
peter100i see11:40
peter100install11:40
peter100i am running ubuntu 12.04 on my hdd11:40
ikoniaok - so the first thing is to verify if banner is on the system, you suggest it's not11:40
ikoniathe second thing would be to get the package containing banner from the ubuntu package manager11:41
peter100when i typed banner it said " command not found"11:41
isomorphismesBen64: No, the stuff in /opt is necessary for wokr.11:41
isomorphismesUbuntu packages are famously late.11:41
ikoniapeter100: you've said that11:41
isomorphismesSo anything I actually work with, I need to grab up-to-date versions and install myself.11:41
peter100not after installng banner.deb, its does says "command not found", but also it does not displays anything11:41
peter100just blank11:41
Ben64isomorphismes: maybe ubuntu isn't for you then11:41
ikoniapeter100: you've said that also11:42
isomorphismesBen64: It's the norm for R users.11:42
peter100i am sorry11:42
ikoniapeter100: remove the banner.deb package11:42
ikoniainstall it from the ubuntu repos11:42
peter100u mean to say i should download banner.deb from official repository?11:42
ikoniapeter100: no11:43
k1l_isomorphismes: "R users"?11:43
ikoniapeter100: read https://help.ubuntu.com and understand how to use the package manager11:43
peter100ok i remove it11:43
isomorphismesk1l_: Ben64 like the #R channel on freenode. Or [r] on stackexchange. Most are using Ubuntu and use sudo to install packages that are ahead of Ubuntu's r-cran-base.11:44
Ben64isomorphismes: makes no sense11:44
isomorphismesAnyway what is the proper permissions and ownership for installing software into /opt rather into ~/my-software ?11:44
isomorphismesBen64: I'm not talking about awesome anymore. Thanks to everyone who helped me solve that problem.11:44
bePoliteIs ext4 the latest file system?11:44
peter100will do , anyways thanks for the info ikonia, much appreciate11:44
k1l_bePolite: its the latest standard filesystem for ubuntu11:45
isomorphismesBen64: While I was getting help with the problems I caused myself editing the config file and somehow chown-ing .Xauthority, people here gave me more general warnings about sudo.11:45
isomorphismesBen64: And someone said not to install custom software; I'm explaining why that's not an option for the things I work with daily.11:46
Ben64isomorphismes: its not usually a good idea to be manually installing a bunch of stuff, and if you need the "newest" i'd really suggest using a distro designed for that11:46
peter100bePolite u can say that11:46
peter100bePolite also ext4 is a very robust filesystem, its uses journaling technique11:46
freerouteI don't want to install recommended packages, but I don't really know how to permanently set this in the system-wide configurations, I've searched and came up with this, but there appear a lot of contradicting/different solutions - http://askubuntu.com/questions/179060/how-not-to-install-recommended-and-suggested-packages11:46
isomorphismesBen64: People build from source in ubuntu all the time.11:47
freerouteso what's the recommended method in 14.04?11:47
bePoliteDo you ever wonder why there are no Drive letters like "C:", "D:" in linux?11:47
cfhowlettisomorphismes, some people.  I'd venture to guess that MOST users don't and don't want to compile anything11:48
bePoliteOr rather, why are there are no Drive letters like "C:", "D:" in linux?11:48
freeroutebePolite: because of FHS?11:48
peter100anyone here uses pidgin instant messenger?11:48
bePolitewhat is FHS?11:48
somsip!fhs | bePolite11:48
ubottubePolite: An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview  see also: man hier11:48
bazhangtry #pidgin peter10011:48
froggyfroghello, I have Ubuntu 14.04.1 LTS and PHP 5.5, my problem is how can I enable TLS1.2 ?11:48
freeroutebePolite: http://www.pathname.com/fhs/11:48
peter100fhs means filesystem hierarchy bePolite11:48
peter100filesystem hierarchy standard filesystem hierarchy11:49
peter100filesystem hierarchy standard11:49
freeroute^11:49
k1l_bePolite: they are called /dev/sdXY where X is a letter pointing at the disk and Y is a number pointing at the prtition on that disk11:49
peter100is it true that ubuntu never crashes or freezes? mine 12.04 is very reliable, i havent formatted my os from last 2 years,11:50
peter100also it works veryfast11:51
k1l_peter100: it could freeze or crash when somehting goes wrong. but in general its working11:51
freeroutepeter100: that is largely dependent on a number of things, but generally 'never crashes' is an impossible word, especially in computing.11:51
freeroute*term11:52
k1l_peter100: and just a hint: you should not be using the desktop as root user. you should be logged in as a regular user11:52
peter100freeroute mine 12.04 had a very few crashes in last 2 years11:52
peter100almost nil11:52
freeroutethat's good, but still not never11:52
peter100 k1l i am not root11:52
k1l_peter100: did you start pidgin with sudo?11:53
gigiociao11:53
peter100may be because i update it regularly  freeroute?11:53
peter100 k1l no11:54
ikoniapeter100: you seem to be root now11:54
peter100its my name "root"11:54
freeroutepeter100: largely because of this: !lts11:54
freeroute!lts11:54
ubottuLTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04)11:54
ikoniano it's not11:54
ikoniapeter100: it's using your username as "root"11:54
peter100may be11:54
peter100LTS releases are best11:54
peter100yes11:55
ikoniapeter100: maybe ??? you just said you did not launch it as root11:55
ikoniapeter100: but your running it as root11:55
peter100ikonia that "may be" was answer to freeroutes questions11:55
ikoniaI see11:55
peter100am i really running root  ikonia11:56
ikoniapeter100: I know, I don't know why you lied11:56
peter100i didn;t11:57
gumblehey I installed ubuntu on my lenovo g505s, but grub fails as startup and displays the grub command line. only thing I can do is enter the boot menu from my laptop with the shortkey and select windows bootloader there11:57
isomorphismescfhowlett: The answer is surely not "If you want to use anything from github, you need a different OS". Most linux advice online assumes ubuntu.11:57
ikoniapeter100: you whre asked if you where running as root you said "no" - you where asked why your username was "root" you said it's not it's your name11:57
ikoniapeter100: now you are saying "I am running as root"11:57
ikoniathat = lies11:57
peter100gumble does ur laptops uses UEFI? OR simple BIOS?11:57
peter100ikonia root is my name11:58
=== bhagya is now known as gaya3
peter100and may be its using my name11:58
gumblepeter100: I have legacy support enabled. I think it tries uefi first, then legacy. I think I installed ubuntu in "bios mode", because in uefi I could not select to startup from usb somehow..11:58
ikoniapeter100: yes, but you are also using the usrname "root"11:58
peter100and i asked if i am running as root, i din;t said i am running as root ikonia11:58
ikoniapeter100: that is the root account11:58
ikoniapeter100: 1:56 < peter100> am i really running root  ikonia11:59
isomorphismesThanks for the time everyone ikonia k1l_ svetlana tos-1 EriC^^11:59
peter100ikonia and what if someone uses root23 name, is it  still a root account?11:59
ikoniapeter100: no11:59
ikoniapeter100: but then their username would be root23 - not root11:59
ikoniayours is root12:00
peter100ikonia that i asked ,12:00
peter100how can you say i am running as root, what makes you so sure about that? just asking12:00
=== _eddy|asleep is now known as _eddy
peter100just because its showing the name "root" ?12:01
peter100nevermind12:01
ikoniapeter100: because I can see your username12:01
ikonianot your "name"12:01
ikoniayour username12:02
peter100nevermind buddy12:02
peter100anyways how can i install xbmc in ubuntu?12:03
peter100sudo apt-get install xbmc?12:03
ikoniasearch for the package12:04
ikoniathen enable that repo12:04
ikoniathen install the packag ename12:04
peter100i see ikonia12:04
peter100is there a way to permanently download the xbmc.deb files for future use12:05
peter100not just install, download them permanently12:05
k1l_peter100: do you know about the ubuntu package system at all?12:05
k1l_!info xbmc | peter10012:06
ubottupeter100: xbmc (source: xbmc): XBMC Media Center (arch-independent data package). In component universe, is optional. Version 2:13.1~rc1+dfsg1-1ubuntu3 (utopic), package size 16048 kB, installed size 46085 kB12:06
peter100not much, i only know one command "sudo apt-get install appname"12:06
peter100thanks ubottu12:06
ikoniapeter100: I suggest you read the link I gave you earlier before moving forward12:06
JethroTuxexit12:07
peter100will do ikonia12:07
isomorphismesI found some advice on ubuntuforums that says to add a line to .xsession for gnome-keyring-daemon (relating to pkcs-11). Should I do it?12:10
ikoniaup to you12:10
isomorphismesI don't have a ~/.xsession file12:10
ikoniathen create one12:10
isomorphismesok thanks ikonia12:10
isomorphismesDoes .xsession get destroyed and recreated at startup? I.e. should I write somewhere to always write this line to ~/.xsession at startup?12:11
ikoniano12:12
isomorphismesthanks ikonia12:13
peter100catch you all later, bye ikonia nice talking to you buddy12:14
White_Catsigh12:15
bePolitewhich file contains information about all the last reboots12:18
ikoniawhat sort of infomation ?12:19
raubbePolite: what kind of info?12:19
bePolitethe time12:19
raubAFAIK dmesg info is in, well, the dmesg logs12:19
ikoniait's in wtmp - but thats not readable, so type "last"12:19
bePoliteraub: the type of info you get by typing " last reboot"12:20
bePoliteI want to read that file manually12:20
ikoniayou cant12:20
bePolitehmm12:20
bePolitehow does the "last" command get the data the12:20
bePolite?12:20
ikoniait can read the file format12:21
bePoliteahh12:21
no_gravityHello! When I mount my other computer via "sshfs -o allow_other 1.2.3.4:/ /mnt/other/" and browse to that folder with nautilus and double click an image, the mous pointer just keeps spinning forever. any idea why? When I drag and drop it to my local machine, it opens just fine.12:22
raubikonia: on a side note, you can see the dmesg stuff with the timestamps converted to something sane. Can't remember how to do it right now though12:22
ikoniaraub: I'm not asking how to do it - I'm quite happy with managing my system12:22
bePoliteikonia: how is the file system called12:23
ikoniabePolite: how is the file system called ? what12:23
raubikonia: I did not imply that12:23
bePoliteOr which type of files store this dtata12:23
ikoniabePolite: it's a text file12:23
bePoliteThen I can read all text files?12:23
bePoliteAhh sorry the file format12:23
ikoniathe data is not a human readable format12:23
bePoliteikonia: Do you know the path to this file?12:25
bePoliteIs it binary? cuz if its a text file, I would like to take a look12:26
ikoniait's in /var/log12:26
ikoniaand it's not human readable12:26
w0jtas1hello, my ubuntu has been hacked and i needed to remove "ps" app, how can i restore it? where should i take it from ?12:26
ikoniabePolite: I have no idea why you are trying to do this as it only displays an obsfucated version of the last command data12:26
ikoniaw0jtas1: re-install whole OS12:27
cfhowlettw0jtas1, ps?  photoshop?12:27
w0jtas1ps as a list processes12:27
ikoniaw0jtas1: re-install the whole OS12:27
w0jtas1ikonia: i can't afford it as it's live server12:28
w0jtas1i can do over weekend but need stable system now12:28
ikoniaw0jtas1: you can afford to then12:28
ikoniaas it is live and comrpomised12:28
raubw0jtas1: ikonia's point is that if one file is compromised more are12:28
ikoniashut it down straight away12:28
cfhowlettw0jtas1, so you say you can afford to run a HACKED system???12:28
rauband spreading and attacking other crap12:28
w0jtas1i cut everything that was infected12:28
ikoniashut it down straight away12:28
raubw0jtas1: you sure?12:28
w0jtas1no more infected apps / network traffic12:28
ikoniahe can't be sure12:29
ikoniahis binaries are compromised12:29
ikoniaso testing for failure with compromised binaries = no idea12:29
=== soee_ is now known as soee
w0jtas1i don't have more compromised binaries12:29
ikoniayou don't know that12:29
w0jtas1compared them to state before infection12:29
BluesKajHiyas all12:29
ikoniaw0jtas1: unacceptable12:29
w0jtas1i have original md512:29
w0jtas1i know what caused infection12:30
w0jtas1and how12:30
ikoniaw0jtas1: if you are strong enough to be %100 certin your machine is not compromised - you should be able to install a single package12:30
raubw0jtas1: if that is the case, reinstall the ps package12:30
w0jtas1only i don't know is where to get original ps/netstat/lsof12:30
ikoniaw0jtas1: the package manifest are totally available12:30
ikoniaand the apt/dpkg syntax is too12:30
ikoniaif you are good enough to be %100 sure you are no longer compromised (which I don't think you are) you should be able to get a package and install it12:31
bePoliteikonia: I found the file here /var/log/wtmp12:31
bePolitehttps://en.wikipedia.org/wiki/Utmp#utmp.2C_wtmp_and_btmp12:31
ikoniabePolite: I told you thats where it is12:32
ikonianot sure why you "found" it when I told you where it was12:32
bePoliteahh I didn't see that message :D12:33
bePolitelol12:33
ikoniano problem12:33
raubw0jtas1: once you find which pacakge(s) you need, just tell apt-get to force reinstall12:34
bePolitewhch application are used to create log files12:35
bePolitelike the file /var/log/debug12:35
ikoniadepends, it can be things like the syslog or the kernel logger it'self12:35
raubbePolite: depends on program. Some do it on their own. Others use syslog12:36
ikoniao the process it's self12:36
rauband ikonia types way faster than me12:36
bePoliteHahahha12:37
bePoliteThanks for the answers12:38
bePoliteHow does linux ensure that the log files dont' get too larage anyways12:40
bePoliteDoes syslog use logrotate12:40
bekksbePolite: Yes.12:42
bekksbePolite: using logrotate, you can rotate all the logs you want.12:43
isomorphismeshttp://manpages.ubuntu.com/manpages/precise/man1/startx.1.html  <-- Someone told me here there is no startx in ubuntu. But it looks like there is.12:44
ikoniaisomorphismes: they didn't tell you that12:45
ikoniaisomorphismes: they told you not ot use it12:45
ikonianot that it didn't exist12:45
ikoniawhy are you STILL looking at startx12:45
ikoniarather than just using the ubuntu desktop system properly as advised earlier12:45
isomorphismesikonia: I'm looking up the various things I learned here today. Like FHS, gksudo vs sudo, lightdm12:48
freerouteikonia: interesting, I'm about to install i3wm and no login manager. I wanted to login at boot on a VT and then do startx (which would then launch i3 because it's specified in ~/.xinitrc). If this is not the recommended method, then what is?12:48
ikoniafreeroute: that is a different situation12:48
freerouteah ok, even for a DE like LXDE?12:49
isomorphismesikonia: Right. My bad memory.12:49
ikoniafreeroute: what does the DE have to do with anything ?12:49
isomorphismesikonia: I want to understand how .Xauthority got chown-ed.12:50
freerouteikonia: can I start the DE with startx as well?12:50
ikoniaisomorphismes: because you launched things as root earlier12:50
ikoniaisomorphismes: this was explained12:50
ikoniafreeroute: the DE is not started with startx - X11 is12:50
=== jesper__ is now known as Jesper--
k1l_isomorphismes: there is startx, but ubuntu is not setup to be used with startx. its due to the way its uses sudo. the root account is disabled with no password given to that account.12:51
k1l_isomorphismes: that is different from nearly all other distros and its due to beeing a mainstream distro.12:51
bePoliteCan I tell systlog to write the logs of the different users in my system in different files?12:52
k1l_freeroute: isomorphismes you need "root-permissions" to start the xserver. but on ubuntu you just start lightdm with root permissions (using sudo) so it handles all for you. on other distros you use starx with sudo but not on ubuntu.12:52
* k1l_ cant count how often he explained that already today12:53
ikoniabePolite: different users ?12:53
ikoniabePolite: syslog logs system logs12:53
ikonianot user logs12:53
freeroutesorry if I missed that k1l_12:53
bePoliteikonia: Wow thanks So what is responsible for  userlogs?12:53
isomorphismesthanks for that explanation k1l_12:54
ikoniabePolite: the users applications12:54
k1l_everytime starty is mentioned in this channel and its told not to use that on ubuntu, nearly all "linux experts" jump in and tell that on other distros or bad howtos its adviced to use startx. but not for ubuntu, we have a clever lightdm12:54
k1l_and since we are in #ubuntu other distros doesnt care really. the ubuntu way does in here :)12:55
isomorphismesdo I have this right?: kernel < ... grub < ... < dm < X < de < wm12:57
bePoliteWow linux is complicated12:59
isomorphismesbePolite: Windows and Mac are as well, you just don't see it.13:02
geekhello13:02
k1l_isomorphismes: yes, but grub is not a layer inbetween but more of a layer started before13:02
=== geek is now known as Guest73626
Guest73626有人吗13:02
k1l_!cn | Guest7362613:03
ubottuGuest73626: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw13:03
k1l_bePolite: linux is not more complicated. it just offers you more options. if you just want to run it and dont change any setting like on windows you can do that too.13:03
hadifarnoudwhere can I find openvpn utw profile? nothing in /etc/ufw/applications.d/13:04
=== apodio is now known as noiiise
isomorphismesk1l_:k1ok right. yeah that didn't make sense conceptually13:04
* Rust3dCor3 is away: brb13:07
pflanzeHello. I'm trying to install Ubuntu on my buddy's laptop and am stuck.13:07
k1l_!away > Rust3dCor313:08
ubottuRust3dCor3, please see my private message13:08
pflanzeChose the live system (no immediate installer); now when calling the "Install Ubuntu 14.04.2 LTS" app from the menu,13:08
pflanzeit complains with errors. So I guessed, I should may be run it as root? Stopped it, but,13:08
pflanzenow what's the name of that app from the command line?13:08
ikoniayou don't run it from the command line13:08
ikoniayou click on the desktop button13:08
pflanze"apropos install" doesn't show it. How hard can it be?13:08
pflanzeThere's no desktop button13:09
ikoniaits not hard13:09
ikoniapflanze: how did you launch it then ?13:09
k1l_pflanze: what ubuntu system did you boot there exactly?13:09
ikonia!install | pflanze13:09
ubottupflanze: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate13:09
pflanzeikonia, from the search in the start app13:09
pflanzeThis is the installer that is currently served when visiting ubuntu.com.13:10
pflanzeubuntu-14.04.2-desktop-amd64.iso13:10
ikoniapflanze: when you boot it what do you see ?13:11
pflanzeA menu with "Default" and other entries.13:11
k1l_there should be an icon on the desktop labeled "install ubuntu" or similar. that should work with clicking on it.13:11
ikoniawhat are the other entries13:11
pflanzeThen when choosing "Default" it complains about "invalid kernel"13:11
TheNumbpflanze: don't use unetbootin.13:11
TheNumbjust don't13:11
ikoniawho said he's using unetbootin ?13:12
pflanzeHuh, what else then from Debian?13:12
TheNumbIt breaks the syslinux menu.13:12
k1l_pflanze: "dd"13:12
TheNumbikonia: I know those symptoms ;-)13:12
pflanzeSo I chose the entry "Ubuntu live system" or something13:12
ikoniapflanze: are you actually booting the CD ?13:12
k1l_pflanze: dd the ubuntu iso plain on the /dev/sdb drive13:12
pflanzeikonia, flash drive13:12
ikoniapflanze: or are you using a USB stick13:12
ikoniaok, there we go13:12
TheNumbpflanze: just dd the image and you're golden.13:12
TheNumbor even cp ubuntu.iso /dev/sdX and then sync13:13
TheNumbShould also work.13:13
pflanzeHum, ok next time, but how does this matter now that it managed to boot?13:13
TheNumbpflanze: probably not.13:13
ikoniapflanze: it can't boot if it's an invalid kernel13:13
pflanzeIt did boot when I selected thagt "Ubuntu live sys" entry13:13
isomorphismesk1l_: I'll make you a ! if there are instructions somewhere. Appreciate it.13:13
bePoliteIs there a command on how to obtain online help for a specific linux command like "cp"13:13
pflanzethat's where I am at13:13
bePoliteOr the only route is google?13:13
pflanzenow all I need is to actually get the darn installer application running13:14
freeroutebePolite: you can do "man cp"13:14
k1l_bePolite: "man cp"13:14
isomorphismesbePolite: I run man cp. Do you mean it has to be on the internet?13:14
ikonia bePolite man $command13:14
ikoniabePolite: eg: man cp13:14
TheNumbapropos cp13:14
pflanzeWhat's its name on the command line?13:14
ikoniapflanze: there should be an icon on the desktop13:14
TheNumbpflanze: ubiquity13:14
freerouteI don't want to install recommended packages, but I don't really know how to permanently set this in the system-wide configurations, I've searched and came up with this, but there appear a lot of contradicting/different solutions - http://askubuntu.com/questions/179060/how-not-to-install-recommended-and-suggested-packages13:14
ikoniapflanze: if there is not an icon on the desktop there is a problem13:14
bePoliteyes isomorphismes13:14
bePoliteI want something online13:14
ikoniapflanze: do not try to "beat" that problem13:14
bePoliteI don't like the man pages13:14
ikoniafix it13:14
bePolitethe display is poor to me13:14
isomorphismesbePolite: related good commands to know are apropos copy and apt-cache search copying13:15
TheNumbbePolite: http://linux.die.net/man/1/cp13:15
bePoliteNice TheNumb13:16
pflanzeOk let me try cp (hu).13:16
TheNumbpflanze: remember to run sync afterwards13:16
pflanzeTheNumb, thanks for the heads-up13:17
pippo_sandriciao13:18
deitarionDoes anyone know if xboxdrv's --evdev mode produces a virtual /dev/input/eventX device? I've got a game (Strike Suit Zero) which ignores /dev/input/jsX and a joystick (Saitek Cyborg 3D USB Gold) and I really don't feel like writing a uinput proxy from scratch just because idiot kernel purists think there should be one API *and* calibration is unnecessary.13:20
deitarionI'd just try it, but I'm not well-rested (and, thus, not well motivated) and having trouble finding clear, simple instructions for getting --evdev set up in a "sorta works" way so I can `ls -l /dev/input/` to check.13:21
KlausedSourceI don't get vpnc to work in gnome-shell. I have vpnc and the networkmanager plugin for vpnc installed. Everytime I try to connect it immediatly shuts the connection down (I'll get a Message "Connection failed. Activation of network connection failed"). My Ubuntu notebook with the exactly same configuration can establish the connection without a problem from the same network13:24
KlausedSourcehttps://bpaste.net/show/a3e260e95e1613:24
rpp601KlausedSource: do you have the same version of ubuntu on both machines?13:28
bePolitePlease how can I activate automatic screenlock from the terminal13:29
rpp601bePolite: what window manager are you using?13:30
bePolitegnome13:30
bePoliteis that what you were asking for?13:30
raydHi. I've got a quick question about my Linux Mint17, gnome desktop. Is this an appropriate place for it?13:31
rpp601bePolite: read this, it might contain the settings you're looking for. you can edit this through command line.13:31
rpp601http://askubuntu.com/questions/17157/how-do-i-stop-the-screen-from-being-locked-on-suspend13:31
KlausedSourcerpp601, this workstation is 14.10 the laptop is 14.04 lts13:31
bePoliteNO13:31
bePoliteI want to actualy set the suspension time13:31
bePoliteSo that after 2 minutes, my screen should get locked if I am idle13:31
rpp601KlausedSource: have you compared the conf files?13:32
rpp601bePolite: sorry :-/ you'll have to wait till some experts are awake, ask your question again sometime soon.13:32
KlausedSourcerayd, nope you should visit #linuxmint13:32
bePoliteoaky13:32
w0rpHello. A friend of mine seems to have broken his gnome-keyring ssh-agent thing.13:32
KlausedSourcerayd, also mint doesn't support gnome afaik13:33
raydThanks KlausedSource.13:33
w0rpDoes anyone have a set of troubleshooting steps for getting the standard keyring prompt for ssh to show again?13:33
rpp601w0rp: i believe you just delete the stored keyrings... not positive13:33
KlausedSourcerayd, on the irc server GIMPNet is also official Gnome channel #gnome (gnome general) and #gnome-shell (gnome 3.x)13:34
=== Chappie-san2 is now known as Chappie-san
w0rpIt's asking for the ssh passphrase each time, so I think it's jut not using gnome-keyring as the SSH agent. (I'm assuming it's gnome-keyring with Unity uses by default.)13:34
KlausedSourcerpp601, i honestly don't know where to look. It always just worked.13:34
KlausedSourceexcept this new install13:34
rpp601does anyone know how to get my system to alert me in *any* way when a process stops running?13:34
rpp601KlausedSource: yeah, there should be a conf file somewhere for it. i'd compare it, or make .bak's of it and copy it over from the working one assuming it won't break anything else.13:35
rpp601KlausedSource: all my advice comes with a disclaimer lol, i have a vague idea of what i'm doing... sometimes.13:35
KlausedSourcerpp601, i will crawl through a lot of documentation first i guess :)13:43
rpp601KlausedSource: trust me, i hate that part too13:43
pflanzeTheNumb, ikonia, amazingly cp'ing the image instead of netbootin made it work. Thanks!13:44
TheNumbyw13:44
TheNumbhave fun :)13:44
TheNumbpflanze: you can also use dd if=ubuntu.iso of=/dev/sdX13:44
pflanzeStill, feels so fragile. But oh well, what software isn't nowadays.13:45
pflanzeI know. I actually used cat13:45
pflanzeAnd no, you don't need to sync afterwards btw, nowadays, afaik, since when the last filehandle to a device is closed, the kernel calls sync automatically, so cat blocks until everything is written.13:45
artisanIndiaever since I installed sendmail on my ubuntu server I am getting email with subject /usr/local/vesta/bin/v-update-sys-rrd13:46
pflanze(I did run sync afterwards but it returned immediately. And I remember the change was made I think for Kernel 2.4.)13:46
imbezoljust run eject /dev/sdX13:47
artisanIndiaI dont have any folder /etc/local/vesta13:47
XenophonFhey all - any ubuntu/mac users?13:48
XenophonFi'm trying to get 14.10 installed on my macbookpro5,113:48
XenophonFthe installer boots just fine, does its thing, no problems13:49
pflanzeTheNumb, in case you didn't see, ^ cp cat dd, all amounts to the same.13:49
TheNumbpflanze: well, I have to use sync when copying images to my sdcards ;-)13:49
daftykinsin EFI or legacy, XenophonF ? please write your message on one line13:49
TheNumbpflanze: I know.13:49
TheNumb:P13:49
XenophonFdaftykins: i've been booting the CD using the EFI option13:49
pflanzeYou shouldn't need to, if it's the last filehandle (nothing else has it open). Are you sure you need to?13:50
daftykinsXenophonF: you've seen the community mac pages, i take it?13:50
daftykins!mac13:50
ubottuFor help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages13:50
XenophonFyeah sure have13:50
XenophonFanyway, when Ubuntu boots post-install, the computer freezes (e.g., caps lock led doesn't toggle), and all i see are two small blue-ish bars in the upper right quadrant of the screen13:51
pflanzeTheNumb, if it requires an explicit sync, perhaps it's a bug to be fixed.13:51
TheNumbit may be13:51
TheNumbI don't care tbh.13:51
XenophonFi've tried both 14.10 and 12.04.5 - same result13:51
pflanze(Again, assuming you're running something newer than kernel 2.2.x)13:51
daftykins!nomodeset | XenophonF try this13:51
ubottuXenophonF try this: 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 parameter13:51
XenophonFthanks daftykins, let me give that a whirl13:52
pflanzeTheNumb, well I'm saying this because things are already way too complicated, and then if people believe that missing the sync is reason for failure, they might be led to retry with sync and spend more time for nothing.13:53
TheNumbpflanze: true13:55
XenophonFdaftykins: all i see is "Booting a command list" - i'm going to remove "quiet" from the kernel command line, too13:55
daftykinsXenophonF: yep quiet splash can come off13:55
XenophonFnothing - blank screen13:58
XenophonFthis is 12.04.5 - let me re-install 14.1013:58
ioriaXenophonF, ... but have you set nomodest ? it'not enough remove  splash13:59
XenophonFyeah, i removed "quiet splash" and added "nomodeset"14:00
XenophonFi'm just getting "Booting a command list" now, the two blue bars aren't appearing14:00
daftykinsblue bars? not sure what you mean by that. why not 14.04.2? :) LTS releases are nice14:01
XenophonFsure i'll try 14.04.214:01
XenophonFgive me a sec to download it14:01
ioriaXenophonF, ... put nomodeset between quiet  and splash14:02
rsmarshallhey all14:02
XenophonFioria: ok14:02
rsmarshalli have a user that for some reason i can't ftp in as even when the password is reset, other users work fine14:02
imbezolXenophonF: what's the process you're using to change your flags?14:03
imbezolare you sure they're getting put in properly?14:03
XenophonFimbezol: i'm editing them using grub, then pressing f10 to boot14:04
XenophonFthe control keys don't work14:04
ioriaXenophonF,  should be  "shift"  ...14:04
daftykinsioria: that's pointless when you remove both.14:04
daftykinsctrl is command on macs though o014:05
daftykinsnot sure if that works at GRUB14:05
rsmarshallhow do i remove a mounted folder?14:05
rsmarshalli mounted a folder in another place, now need to remove it14:05
XenophonFdaftykins: none of the keyboard modifiers work, it's very strange14:05
XenophonFi need to scrounge up a usb keyboard, see if that works14:06
Jesper--rsmarshall, umount14:06
rsmarshallthanks jesper14:06
XenophonFi'm torrenting the  14.04.2 server iso now14:07
XenophonFbe back once it's done/burned/installed14:08
NaveeeeeeHello guys!14:08
ubuntu604hi14:08
daftykinsXenophonF: are you not able to use flash drives?14:08
daftykinsXenophonF: why server? that's a bit of a recipe for surprises ;)14:09
XenophonFdaftykins: i don't need the gui, just want a barebones linux server14:09
NaveeeeeeHello FEDOOOOOOOOOOOOOOOOOO!14:10
XenophonFultimately i want to play around with openstack14:10
TopGearHi folks. Am I right in thinking there are no Lubuntu/Xubuntu 12.04.5 torrent files? I can only find 12.04 from Lubuntu and 12.04.4 from Xubuntu...14:10
imbezolXenophonF: do you have more than one video output port?14:10
fedohey...14:10
XenophonFimbezol: no14:10
XenophonFif i'm better off with desktop, i'll download that14:10
XenophonFi have a displayport adapter for this mac around here somewhere...14:12
XenophonFi figured a text-mode only install should be a piece of cake :(14:13
ikoniait is a doddle14:13
ikoniawhat is the problem ?14:13
XenophonFi tried centos 7 and ran into the same problem, where it would boot but show these two small blue bars in the upper right of the screen14:13
ikoniawhat is hte problem you are facing with ubuntu14:14
daftykinsi didn't look up your model mac to see what hardware it is, for what potential issues there could be14:14
ikonianot really interested in the centos problem14:14
XenophonFikonia: when i boot ubuntu post-install, it shows two small blue bars in the upper right quadrant of the screen14:15
XenophonFhold on, i'll take a picture14:15
=== brian is now known as Guest77550
muad_anyone knows if there is a way too install kodibuntu from terminal14:16
imbezolXenophonF: what are you using for a monitor?14:16
ikoniamuad_: thats not ubuntu, so it's not supported here14:16
XenophonFimbezol: the laptop's built-in screen14:16
XenophonFlet me find the displayport adapter and a monitor14:17
XenophonFi'll plug those in, see if it makes any difference14:17
chuliscan anybody run virtualbox on ubuntu 14.1?14:18
k1l_chulis: yes you can14:18
daftykins*14.10 - of course they can.14:18
chulismy always fall down14:18
k1l_chulis: fall down?14:19
daftykinswhat a fine description14:19
chulisit stars ok but some seconds after crahs14:19
ikoniawhat crashes14:19
ikoniathe guest ? the host ? the virtual box app ?14:19
ikoniahow does it crash ?14:19
chuliswhen i start to run win7 on vitualbox it aborts14:20
ikoniawhat does ?14:20
ikoniaplease answer the questions clearly14:20
chuliscanot install win714:20
ikoniawhat aborts14:20
ikoniathe guest, the host, the app ?14:20
ikoniahow does it abort, what does it error ?14:21
XenophonFso when i install ubuntu on a mac, should i boot the cd via EFI?14:21
chuliswhen i try to intall windows7 few seconds after abort14:21
XenophonFall the mac wiki pages seem to indicate that EFI boot is preferred14:21
ikoniaXenophonF: the boot shouldn't matter if it boots14:21
XenophonFikonia: that's what i figured14:22
chulisvirtualbox continues ok but canot instal any os14:22
daftykinsit actually does make a big deal on macs, so i disagree14:22
ikoniachulis: can't help you - you seem unable/unwilling to describe the problem clearly14:22
k1l_chulis: give it more ram and cpu in the settings. you maybe want to ask in #vbox for some settings on windows7 guests14:22
daftykinssometimes only legacy works properly.14:22
ikoniadaftykins: not for the CD - the actual post install boot does matter14:22
subvhomeI just installed a minimal cd of ubuntu. When I log in I get: failed to start unit user@1000.service: unknown unit:14:22
ikonianot sure how it would impact if it was a boot USB14:22
chulison ubuntu 14.4 was all right14:22
ikonianever used that14:22
ikoniaor rarely14:22
daftykinsno i'm talking about post install too14:22
ikoniadaftykins: full agreement14:22
chulis14.04 sorry14:22
ikoniahe seemed to be talking about the install media (CD)14:23
daftykinswell you have to boot legacy and install legacy with some models, as far as i understand it14:23
k1l_subvhome: some systemd issue, should not be a problem14:23
subvhomek1l_: ok thank.14:24
ikoniasubvhome: you're missing packages (and therefore users) it expects14:24
ikoniasubvhome: if you're doing a "minimal" install you need to understand it14:24
XenophonFlet me wipe and reload everything on this mac14:24
XenophonFstart totally from scratch - fresh Mac OS X install, fresh rEFIt install, fresh Ubuntu Desktop 14.10 install14:25
XenophonFi'll do legacy boots this time around14:25
subvhomeikonia: thanks. Yes I just need to be able to get a console and run 1 program.14:25
ikoniaisn't rEFIt dead now ?14:25
ikoniareplaced with something else14:25
cfhowlettreFIND14:25
ikoniathank you14:26
chulisi put lot of cpu ram hd etc but canno install any so virtualbox14:26
XenophonFyeah, that one, rEFInd14:26
chulisi have ubuntu 14.114:26
k1l_please ask in #vbox14:27
daftykinsyou shouldn't need any of that rEFIt junk these days14:27
chulisnobody in vbox14:27
ikoniapretty sure the mac EFI implementation won't allow you to boot it directly withou tit14:28
ikoniachulis: loads in #vbox14:28
chulissorry14:28
chulisok14:28
XenophonFikonia: i can boot ubuntu without refind, like if i wipe the disk entirely and just install ubuntu, but it's super ugly - like, the boot selection screen (hold Alt while powering on) doesn't show the ubuntu install14:29
daftykinsi think it depends on the model, i wrote the wiki guide for an old one that installed just fine the other day14:29
ikoniadaftykins: ah, so the older efi implmentation may work14:29
daftykinsXenophonF: what happens if you wipe the disk, clean install OS X, resize the volume to give more space at the end for Ubuntu... then boot the Ubuntu media and install into the empty space? holding alt at boot for me listed the other OS fine14:30
daftykinsbut this could be the vast difference in model age14:30
XenophonFdaftykins: i don't remember if that works14:30
XenophonFthis is a mid-2008 mbp14:31
daftykinsone i did is the only up to date early model macbook with a 'trusty' guide, 3,1 i think14:32
cfhowlett!mac | XenophonF reading the literature when messing with a Mac is HIGHLY recommended.14:32
ubottuXenophonF reading the literature when messing with a Mac is HIGHLY recommended.: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages14:32
XenophonFcfhowlett: i know i'm some random on irc, but i rtfmed and google searched and the rest before i came here14:33
=== thomas_ is now known as Guest52939
cfhowlettXenophonF, fair enough.14:34
artisanIndiaI am getting emails from my server for incorrect login attempts I want to disable but dont know where the script is14:36
camoeshello14:36
camoesim a nowie  trying this shit for the first time14:36
camoeswhat is this chat about?14:36
artisanIndiawhat camoes ?14:36
cfhowlettcamoes, stop the profanity now14:36
daftykinscamoes: support here only, do not use rude language.14:36
nbusronehi anyone know how Do I sharpen the fonts on ubuntu 14.04 ? I install ubuntu tweak but there's no setting like before ? like best sharpen ? http://i.stack.imgur.com/x6GXN.png14:36
camoesi'm deeply sry i thought this was more a casual conversation14:37
cfhowlettnbusrone, I suspect you are using a non-native screen resolution.14:37
daftykinsno, you can find general chat in #ubuntu-offtopic14:37
camoescould you please explain to me  more about this chat please?14:37
XenophonFcfhowlett: i'm almost at the point where i'm rtfs, which is how i fixed similar graphical boot weirdness under hyper-v14:37
cfhowlettcamoes, technical support for Ubuntu linux14:37
daftykinscamoes: there's not much to say, this channel is for Ubuntu support questions. simple as that.14:37
k1l_!guidelines | camoes14:37
ubottucamoes: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines14:37
nbusronecfhowlett : I mean there's no option for sharpening .Using default 1920x108014:38
cfhowlettXenophonF, I'm on a DELL and have only ever done a hackintosh.  Can't really help you much14:38
cfhowlettnbusrone, try some different resolutions.14:38
LMNOP_cfhowlett, plz no talking about ´´hackintosh´´14:39
ikoniahe's not14:39
ikoniahe mentioned that he'd done it and thats why he CAN'T help14:40
LMNOP_i know just warning14:40
ikoniathere is no need for a warning14:40
LMNOP_well i did14:40
PCWorkerHello everyone....14:40
LMNOP_PCWorker, hi14:41
flughafeni'm installing ubuntu server now in kvm, but it only see's the qcow2 file as a 196kb drive?14:43
PCWorkerI have a Compaq Desktop with Ubuntu 14.04 LTS on it. I want to know if I can pull the hard drive out and put it into another Desktop and it will boot right up or will I have to re-install the OS???14:43
ikoniaflughafen: sounds like you've defined the file wrong then14:43
ikoniaflughafen: of you've set it to dynamic, rather than allocate in full14:44
OpenTokixflughafen: its because the qcow2-file is a sparseimage - Is the install done, or did you just start?14:44
flughafenqemu-img create -f qcow2 ubuntu.qcow2 50G14:44
flughafenthis works with other operating systems, it's pretty standard14:44
=== eblip is now known as eb0t
cfhowlettPCWorker, if the two systems are IDENTICAL, you should be able to drag and drop.  Otherwise, plan to reinstall.14:45
flughafenah, nevermind, i'm stupid.  the virt-installer picked raw format by default.14:45
flughafensorry guys14:45
imbezolcfhowlett: that's not even close to true14:46
cfhowlettimbezol, please inform PCWorker14:46
imbezolif they both use the same boot method it'll probably just work14:46
EriC^^PCWorker: if it doesnt boot you might need to rebuild the initrd from chroot14:46
k1l_PCWorker: could work.14:47
PCWorkerI was hoping that I could just update the drivers.14:47
EriC^^using a live usb14:47
k1l_PCWorker: go and try that.14:47
imbezolPCWorker: you may need to update graphics drivers if you have one that's ati and one that's nvidia or something14:47
imbezoleven then it'll probably work, just not with 3d support etc14:47
nbusronecfhowlett : guess I didn't install ubuntu tweak , installed now working but still the fonts isn't sharp .Will try other setting thanks :)14:47
valerioackciao14:52
PCWorkerThe other desktop is an HP/Compaq too, but the graphics card is 512mg ATI. So will have to update those first. What I'm most worried about is, If it does boot up "stable", then will it still say it is a compaq presario OR will it configure the new motherboard automatically?14:53
daftykinsPCWorker: just try it.14:53
daftykinsit won't hurt!14:53
PCWorkerdaftykins: If it don't work, I will let yall know what happened. If it does work, I will let yall know how much faster and better a computing experience I am having. Oh, and I also started reading and practicing making my own Linux Box.14:56
daftykinserr, ok?14:57
cfhowlettPCWorker, looking forward to it.  Y'all come on now, y'hear?14:57
PCWorkercfhowlett: are you texan?14:58
cfhowlettPCWorker, no, I just enjoy the beer and bbq.14:58
PCWorkercfhowlett: LOL14:59
PCWorkerSee yall afterwhile. And thanks for the info.15:00
=== artisanIndia is now known as artisanIndia|afk
arykleinI am deploying an openstack cloud (one controller/network node with 4 compute nodes) in Ubuntu 14.04 LTS. It's a critical/production environment and I am not an Openstack guru. Rather I'm very new in Openstack. So I need a long term support Openstack version. According to https://wiki.ubuntu.com/ServerTeam/CloudArchive and my needs, is it correct to choose Icehouse instead of Juno?15:10
Walex2aryklein: #Ubuntu-server perhaps15:17
arykleinWalex2: thanks15:18
daftykinsi bet there's an openstack channel.15:19
ikoniathere is and it's excellent15:20
arykleindaftykins: yeap I've asked there... but I'm concerned in the Ubuntu support15:23
daftykinsk15:23
ikoniawhat way concerned with ubuntu support ?15:23
arykleinI understand they keep support only for the last two Openstack release. And according to https://wiki.ubuntu.com/ServerTeam/CloudArchive, ubuntu support Icehouse for 5yrs15:24
ikoniait is supported for the duration of the LTS release as that diagram shows15:25
arykleinI need to know what kind of support Ubuntu gives to Openstack15:25
ikoniawhat do you mean, "what kind of support"15:25
ikoniathey maintain the packages15:25
arykleinikonia: the compatibility with new libraries?15:26
ikonianew libraries ?15:26
ikoniawhat new libraries15:26
ikoniathe LTS platform does not change for the duration of the cycle15:26
ikoniathe openstack software is maintained against that plaform for the duration of the LTS release.15:27
arykleinikonia: yeap I meant that15:27
phre4kanyone with samba 4 experience?15:28
arykleinikonia: So... If I decided to use Juno and Ubuntu finishes the Juno support, maybe with the next Ubuntu 14.04 upgrades my system could collapse?15:31
arykleinikonia: I mean... If decided to use Juno in a 14.04LTS what happen when Ubuntu stop maintaining Juno and I keep upgrading my 14.04? new updates could broke my openstack?15:36
anuroHello, how can I get GParted to format exfat?15:40
O_OniGiriHi there, I'm having an issue. My Firefox launches much faster than Chrome. Chrome takes like 10 seconds to launch. However I really would like to use Chrome instead of Firefox. Please help me out.15:47
WhitorHi All. It doesn't seem like I can create multiple network profiles for my Wireless adapter like I can for my wired adapter. Is there a way around this?   I'd like to have a DHCP profile and a couple static ip profiles for testing... Any ideas?15:50
Whitor14.04lts btw15:50
phre4kO_OniGiri: firefox is the better browser, however you could try moving your chrome profile and starting "fresh". If that's faster, your profile is the culprit15:50
k1l_O_OniGiri: maybe your plugins are slowing down15:51
O_OniGiriphre4k: haha ok. I will try to switch to firefox I guess. I just liked it that Chrome syncs well with my Android phone...15:51
phre4kO_OniGiri: use Firefox Sync15:51
k1l_O_OniGiri: see if a new profile starts faster15:51
BluesKajO_OniGiri, do you have a gmail account , if so that could explain the loading of various google "stuff" with the browser therby slowing down the launch15:51
ikoniaaryklein: if you use packages from the ubuntu LTS repo - they will be maintained for the duration of the LTS release15:52
ikoniaaryklein: if you use packaages outside the LTS release, that is not ubuntu's issue to maintain compatibility15:52
O_OniGiriphre4k: yeah, I will have a look at Firefox sync15:52
=== khisanth_ is now known as Khisanth
WhitorOnly the WiFi SSID's appear in the network dropdown list.  Not the connections as created in Network Connection (edit connections at bottom)15:53
daftykinswell you can't make your own wireless networks without using ad-hoc wifi, probably?15:53
=== ochiotte1 is now known as ochiottes
=== grumpycat is now known as cats
guest1435623hi guys, libreoffice doesn't use the system-wide font, which is terminus. any idea how to fix this?16:10
Notwanghi16:10
NotwangI keep hiting this issue: https://bugs.launchpad.net/ubuntu/+source/ifenslave/+bug/126992116:10
ubottuLaunchpad bug 1269921 in ifenslave (Ubuntu) "networking services restart hangs due to missing /etc/network/run/ifenslave.* files" [Undecided,Confirmed]16:11
Notwangis there a sensible workaround for that?16:11
NotwangI don't believe that people don't use lacp on ubuntu server16:11
daftykinsyou can't restart networking services reliability, i doubt it has to do with a single file16:12
daftykinsonly a proper reboot or ifup + down does it, if you're editing the interfaces file16:12
Notwangso if I reboot lacp is going to work properly?16:14
daftykinsdunno16:15
Notwang-__-16:15
Open_Source_newbDear All16:24
Open_Source_newbi have quick question16:24
Open_Source_newbi installed Ubuntu 14.04.1 server version16:24
Open_Source_newband trying to install Cloudera hafoop16:24
Open_Source_newb*hadoop16:24
Open_Source_newbwhile installation i created a useraccount for logging om16:25
Open_Source_newbbut now i am unable to login with root and password16:25
Open_Source_newbbut with the useraccount i created16:25
Open_Source_newbrequesting assistance on the same16:25
Open_Source_newbany help would be greatly appreacited16:28
Open_Source_newb*appreciated16:28
daftykinsyes because root is not an account you have a password for, on ubuntu16:28
daftykinsalso please type in one message in future16:28
Open_Source_newbsure16:29
Open_Source_newbso creating a root password should fix it16:29
daftykinsyou shouldn't do that16:30
daftykinsthat's going against how ubuntu is meant to be used :)16:30
Open_Source_newboh okie16:30
Open_Source_newbbecause i am trying to install a software and it requires root credentials to authenticate and install16:31
Open_Source_newbnot sure how to proceed16:31
themizzisudo apt-get install <package>16:31
themizzisudo gives you root access for a single command16:32
daftykinsi would think it's already installed if you got that far16:32
Open_Source_newb3rd party application16:32
themizzithe password it asks for is your user account password16:32
daftykinsi'm not familiar with that though.16:32
daftykinsthemizzi: not quite right i'm afraid.16:32
Open_Source_newbcloudera hadoop16:32
Open_Source_newbis what i am trying to install16:32
ubuthetechgurui'm allowing someone else ssh access into my server for various reasons, is there some increased logging level so that I can see everytime he uses sudo OR is that the default?16:33
kominatohi16:33
ubuthetechguruherro16:34
daftykinsthey would not be allowed to use sudo unless you added them to the admin group16:34
mablaeHey,16:34
mablaeOn fresh Ubuntu Server 14.04 LTS installation how to get wlan connection and store credentials?16:35
SchrodingersScatubuthetechguru: /var/log/auth.log seems to log?16:35
daftykinsserver and wifi? ugh16:35
summer_How to reset all network settings?16:36
=== asdf_ is now known as drsigmundfreud
=== drsigmundfreud is now known as pokemonmaster
kominatoBought a new generation intel nuc NUC5i5ryk and can't install 14.04 or 14.10 on it. installation menu has only windows bars no text etc ... has anyone faced this problem ?16:37
=== pokemonmaster is now known as pokemonMstr
=== pokemonMstr is now known as ashketchum
=== ashketchum is now known as pokemonmaster
themizzidaftykins: which part of that isn't right under the assumption the packages are available via apt?16:39
daftykinsthemizzi: the part where it's a service installed already and the word 'install' was being used erroneously16:39
daftykinsyou came in late so i don't blame you.16:40
daftykinskominato: install the latest EFI update, helps loads.16:40
themizziah16:40
pokemonmaster!help16:40
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 !patience16:40
pokemonmaster!patience16:41
ubottuDon'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/16:41
daftykins!pm | kominato16:42
ubottukominato: 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.16:42
BuddMy Acer Aspire One fails to restore my X screen on resume; text consoles are fine (but have a non moving mouse pointer on them). Killing my XFCE session from the command line gets me a working login window.16:43
BuddIs this likely an ACPI issue? What should I try?16:44
kominatoits the latest EFI because its a new product. it boots the installer but the graphics have problems as I described. Empty windows etc16:44
v0lksmanI have a 2T external drive I'm trying to run fsck on.  Is it normal that even with -v that nothing appears on screen for pass 1?16:53
v0lksmanverbose doesn't seem very verbose16:57
subvhomeim trying to install partclone 0.2.70 and it gives me this error "partclone depends on libreiserfs0.3-0 Package libreiserfs0.3-o is not installed" However, I can't find this package and it can be newer then 0.3.16:57
subvhomeI did a minimal install of ubuntu.16:57
mablaedaftykins, It is for a kiosk mode setop16:59
mablaenot server16:59
mablaeI used server to avoid whole unity install cause I am using openbox16:59
=== tcpman is now known as Guest94589
subvhomenevermind.. i compiled it17:03
ioriasubvhome, there is a libreiser4-dev in synaptic17:04
=== thomas_ is now known as Guest23943
UnHacKall q17:10
UnHacKhow are you?)17:10
crimson83Morning all, I just turned my pc on and connected pianobar and for some reason I', getting conenction refused now?17:13
daftykinsUnHacK: this isn't a chat channel, support only17:13
UnHacKonly support?17:14
UnHacKwhat?17:14
UnHacK<sarcasm>17:15
daftykinsUnHacK: you can go chat in #ubuntu-offtopic17:17
UnHacKsps17:18
wldcordeiro_Is there a ppa aside from deadsnakes that provides python versions?17:19
wldcordeiro_I was trying to get 3.4.3 on 14.0417:19
VesperoUgh, anyone know how to get the xChat Indicator to show up in 14.10? I had it working but I'm on a new install and can't remember how I did it17:20
UnHacKbut ubuntu not kali)17:20
daftykinsUnHacK: yes, if you are using kali you have to go to their channel17:21
UnHacKbut i`m using kali or not ubuntu)17:22
UnHacKex es, my eng17:23
anuvrathow do I select the fastest ubuntu mirror using the command line? Is there a command line equivalent of software center's "select best server" tool?17:24
daftykinsUnHacK: might be best you find a channelf or your language, you make zero sense to me :)17:25
UnHacKdont zero, be happy))17:27
UnHacKsorr)17:27
imbezol!ru17:27
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.17:27
UnHacKooops. error channel17:29
UnHacKbyby17:29
=== stijn_ is now known as stijndg
unirevoluciontengo un problema para instalar ubuntu, en el instalador no me aparece el HD y si está montado17:46
unirevolucioncómo hago para instalar ubuntu?17:46
XenophonFhey all, i got mac os x and refind re-installed, per the general mac install instructions, and when i try to boot ubuntu desktop 14.10, this is what happens - https://imgur.com/a/4NDSy17:48
Jynx_I have a question, though not while pertainable directly to ubuntu would be great if I could get answer.17:48
XenophonFsorry for the potato quality of the pictures17:49
Jynx_I can't read the text on the last screen where the error is listed17:49
XenophonFit says "no controller found"17:49
blumenkranzHello there. Does somebody know about changes to zsh config files performed through apt? I recently got an option in my .zshrc that I didn't put there.17:50
Jynx_that error is generally persuant to it not detecting your keyboard/mouse17:51
Jynx_XenophonF, .. but that's obviously not the case as I can SEE Your keyboard17:51
Jynx_Oh nice17:51
Jynx_My problem is solved17:51
Jynx_:)17:51
=== thomas_ is now known as Guest92098
Jynx_XenophonF, I'm reading on a forum that that warning is flashed because of the USB Connection as uuppose to the older ps/2 you should be able to just hit enter past it normally17:52
XenophonFJynx_: let me give that a shot17:53
XenophonFJynx_: thanks for the link17:54
Jynx_that's for arch sorry :/ wrong linnk17:54
VesperoAnyone have a functioning Systray Indicator for xChat?17:54
ActionParsnipblumenkranz: usually the changes are done outside of $HOME. I've not known any rc files in $HOME be changed by updates17:55
Jynx_I'll be right back17:56
ActionParsnipVespero: xchat hasnt been developed for 4 years now, its dead17:56
blumenkranzActionParsnip: that's weird. My zsh has recently started logging with share_history but I haven't touched the zshrc in ages.17:57
blumenkranzAnd I think it started to happen after an update.17:57
VesperoActionPasnip: Well, it still works. And I did have an indicator working for it on my last install. I just can't figure out how now17:57
ActionParsnipVespero: i suggest you use a different client. Xchat is dead and gone17:58
XenophonFJynx_: I looked at that second link, thanks. This has a fresh install of Mac OS X 9.1 on it, and disk encryption isn't enabled.17:58
VesperoActionPasnip: What do you use?17:58
ActionParsnipVespero: the web ui, or andchat17:59
ActionParsnipVespero: sometimes pidgin17:59
m387457834Hi, my DVDRW drive won't work in 14.04 but works in 12.04, what can I do?17:59
XenophonFI'll try booting again with a USB keyboard/mouse attached.18:00
htqpVespero: ActionParsnip HexChat is fork of Xchat18:00
Vesperohtqp: Is it still being supported?18:00
ActionParsnip!info hexchat18:00
ubottuhexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.10.0-1build1 (utopic), package size 348 kB, installed size 1059 kB18:00
VesperoI want something that's just IRC and which is usable on a desktop18:01
XenophonFdidn't help :( still get the same error18:01
XenophonFso here's another question - on ubuntu what switches from text mode into what i presume is some kind of graphics mode?18:01
XenophonFand how do i disable it?18:01
htqpVespero: sure18:01
XenophonFbecause i can boot the ubuntu server 14.10 installer just fine18:01
VesperoWell, I'll go try it out.18:01
XenophonFit never switches out of text mode18:01
ioriaActionParsnip: ifit's not being supported anymore, whyispreinstalled by default  :-ç18:01
ActionParsnipioria: not seen it preinstalled on any official ubuntu release18:02
ioriaActionParsnip: ohhh18:02
XenophonFsomething must be enabling some kind of framebuffer mode for the console though, because ubuntu server crashes the exact same way the first time it boots post-install18:02
Open_Source_newbDear All18:03
Open_Source_newbrequire help in configuring - another user with password-less sudo/pbrun privileges to become root.18:03
ActionParsnipOpen_Source_newb: not wise, at all18:03
Open_Source_newbActionParsnip : oh okie18:04
Open_Source_newbbut i need to install a software and root autnteication is not working , this is the only option i have18:04
ActionParsnipOpen_Source_newb: why not just use sudo like the OS is intended to be used and you'll be fine18:04
m387457834Hi, my DVDRW drive won't work in 14.04 but works in 12.04, what can I do?18:04
ActionParsnipOpen_Source_newb: your first user by default can use sudo18:05
k1l_Open_Source_newb: what setup is that?18:05
VesperoDoes Hexchat have a systray indicator?18:05
Open_Source_newbcloudera hadoop18:05
k1l_Vespero: no18:05
ActionParsnipOpen_Source_newb: there is no "root authentication" as the account is disabled. There is no password18:05
ActionParsnipVespero: pidgin does18:05
k1l_Vespero: maybe you can whitelist that18:05
Open_Source_newbi added the root account and password18:05
htqpVespero: yes18:05
Open_Source_newbstill unable to <ActionParsnip>18:06
k1l_Open_Source_newb: that is not the ubuntu way18:06
Vesperohtqp: Do you know where to install it from?18:06
k1l_Open_Source_newb: please explain the whole setup and issue.18:06
ActionParsnipOpen_Source_newb: you cant add the root account. That's like saying you "added the administrator account" to a windows system18:06
Open_Source_newbRoot access to your hosts is required to install the Cloudera packages. This installer will connect to your hosts via SSH and log in either directly as root or as another user with password-less sudo/pbrun privileges to become root.18:06
SailorealHey18:06
=== artisanIndia|afk is now known as artisanIndia
=== root is now known as Guest7931
htqpVespero: assuming >= 14.04 Trusty: software center, as usual.18:07
XenophonFbrb18:07
k1l_oh well, broken software again18:07
ActionParsnip!rootirc | Guest793118:07
ubottuGuest7931: 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:07
Open_Source_newbso what happens is when i try to install ... it gives an error18:07
Vesperohtqp: I mean, I installed Hexchat, but there's no systray indicator18:07
k1l_htqp: are you sure about the systray indicator?18:07
m387457834Hi, my DVDRW drive won't work in 14.04 but works in 12.04, what can I do?18:07
ActionParsnipVespero: why did you set the root password when you are clearly VERY new to Linux18:07
ActionParsnipm387457834: what do you mean "doesn't work"?18:07
m387457834ActionParsnip: it's not even listed in lshw18:08
VesperoActionParsnip: I think you meant to mention someone else18:08
Open_Source_newbthis is the error message : Cloudera Manager Failed to authenticate : Exhausted available authentication methods18:08
ActionParsnipm387457834: if you put a CD in it, does the drive spin up?18:08
k1l_htqp: Vespero on unity there is not tray icon for hexchat. maybe you can whitelist it.18:08
m387457834ActionParsnip: of course18:08
htqpVespero: I have it here, give me a second to check18:08
ActionParsnipVespero: indeed, apologies18:08
SailorealI wonder how to install Xubuntu with Dual boot alongside Windows 718:08
Sailoreal Can someone provide me with a video or instruction?18:08
leptoneis it advisable to for me to install 14.04 LTS 64 bit on an old emachines 350?18:08
ActionParsnipOpen_Source_newb: why did you set the password wen you are clearly very new to Linux18:08
k1l_!dualboot | Sailoreal18:08
ubottuSailoreal: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot18:08
htqpoh k1l_ Vespero I have XFCE here, not unity18:09
k1l_!rootirc | root____118:09
ubotturoot____1: 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:09
ActionParsnipm387457834: not of course at all. The issue could be lack of power, which would explain why its not detecting18:09
Vesperohtqp: oh18:09
Sailorealk1l_, is this Xubuntu?18:09
derrzzaaHey guys, I've just bought a new monitor for my currently headless Ubuntu machine, with a nvidia card in it. Currently it's set to a res / Hz setting unsupported by the monitor.18:09
m387457834ActionParsnip: I said it works in 12.04 already18:09
Open_Source_newboh , i was following a video18:09
derrzzaaHow can I troubleshoot this?18:09
k1l_Sailoreal: that doesnt change if its xubuntu or ubuntu or..or....or...18:09
Open_Source_newband stuck in this step18:10
Sailorealk1l_, I have a Windows machine with x64, and 4GB RAM (200 GB HDD). Would you recommend Xubuntu if I lile fast and modern?18:10
ActionParsnipleptone: I'd go for Xubuntu 14.04. eMachines have done their usual stunt and cheaped out on the RAM18:10
Open_Source_newbhttps://www.youtube.com/watch?v=z0l87tArUDk18:10
ActionParsnipm387457834: is it shown in dmesg ?18:10
SailorealOr which would you recommend?18:10
Open_Source_newb5:1818:10
m387457834ActionParsnip: nope18:10
k1l_Sailoreal: anything you like. ubuntu should run there too18:10
john_doe_jrI need to tar up some files in a specific directory and I am having problems: " tar -C /path/to/directory/ -cvpzf backupname.tar.gz " is not working…any ideas?18:10
ActionParsnipm387457834: so you ran:   dmesg | egrep -i 'dvd|cd'18:11
m387457834ActionParsnip: yes :)18:11
k1l_Sailoreal: its your choice. if you like xfce more go with xubuntu. its just about the different desktop18:11
ActionParsnipjohn_doe_jr: http://mylinuxnotebook.blogspot.com/2008/11/create-extract-targz-files.html18:11
ActionParsnipm387457834: can you pastebin the output (if any)18:11
SailorealI can't really choose ...18:12
SailorealWhich is the most popular and recommended?18:12
ActionParsnipSailoreal: if its 4Gb RAM then Ubuntu, if you like Unity.18:12
k1l_Sailoreal: then go with your first idea and if you like it, stay there18:12
m387457834ActionParsnip: there is no cd or dvd in the output it's just 10 lines about usb18:12
k1l_Sailoreal: make own experience18:12
Sailorealk1l_,  a friend said Xubuntu was good, Idk18:12
ActionParsnipSailoreal: Ubuntu as lots of things are still quite meshed with Unity shell18:13
ActionParsnipSailoreal: why not try both?18:13
ActionParsnipSailoreal: they cost the same (free!)18:13
SailorealActionParsnip, I can't ...18:13
john_doe_jrActionParsnip: I appreciate the help but that link did not use the -C option18:13
k1l_Open_Source_newb: that video is just plain wrong. he is using a lot of wrong commands18:13
SailorealActionParsnip, I don't have the time ...18:13
ActionParsnipSailoreal: sure you can, try them in live CD / USB then make a call from there18:13
Open_Source_newbK1l , oh is it18:13
ActionParsnipSailoreal: then read reviews / watch videos on yourube18:13
k1l_Sailoreal: so when you dont got time, why are we still talking and you not intsalling xubuntu? :)18:13
ActionParsnipm387457834: have you tried resetting your BIOS to defaults the resetting it up?18:14
Sailorealk1l_, coz I don't know if I wanna use Ubuntu or Xubuntu etc. :) Or LTS or regular ...18:14
Open_Source_newbK1l: how to proceed please18:14
SailorealI'm a beginner18:14
Sailorealof linux18:14
ActionParsnipSailoreal: i suggest LTS for new users18:14
Open_Source_newbthis is the only source i had18:14
Sailoreal(And it's a laptop)18:14
ActionParsnipSailoreal: doesnt matter18:14
k1l_Sailoreal: again: we cant make the choice for you.18:14
SailorealWhich would you recommend/suggest? No, I know, I just want your opinions :)18:15
k1l_Sailoreal: if you want/can update every 6 months then n14.10 is ok, but for beginners better go LTS18:15
ActionParsnipSailoreal: I prefer to install Ubuntu minimal then add slim and openbox, works really well for me18:15
SailorealYes, but I mean Xubuntu or Ubuntu?18:15
SailorealActionParsnip, ok18:15
SailorealMinimal?18:15
k1l_!poll | Sailoreal18:16
ActionParsnipSailoreal: just stick to the main Ubuntu, you'll be fine18:16
k1l_Sailoreal: if you ask 20 times more its not helping. go and install xubuntu.18:16
SailorealWhy Xubuntu?18:16
k1l_becaus.18:16
k1l_*e18:16
Sailoreal...18:16
ActionParsnipSailoreal: go do some research and make a choice18:17
SailorealOk18:17
k1l_Open_Source_newb: i bet they have a documentation, and support. dont rely on videos some bloke with not more knowledge then you made18:17
SailorealIs Ubuntu better than Mint?18:17
ActionParsnipOpen_Source_newb: the first user you made at install time can use suo, use that and stay off root. The OS is designed to NOT use root accounts but to use sudo18:18
ActionParsnipSailoreal: some say yes, some say no18:18
ActionParsnipSailoreal: is coke better than pepsi?18:18
SailorealYep xD18:18
ActionParsnipSailoreal: your question is as intelligent as that18:18
SailorealOk ...18:18
realBigfootActionParsnip, what doest contain on an ubuntu minimal ?18:18
ActionParsnipSailoreal: or is red better than blue18:18
ActionParsniprealBigfoot: minimal is package management, kernel, bootloader and some basic tools like vi / nano etc18:19
ActionParsniprealBigfoot: so you can build up. Much like Arch, because Arch is sooo hard to install18:19
realBigfootActionParsnip, does it have any graphical shell ?18:19
k1l_Sailoreal: since you ask in a ubuntu channel: use ubuntu and not mint.18:19
SailorealOk18:19
realBigfootActionParsnip, oh I see...18:20
ActionParsniprealBigfoot: not by default, but you can install one if you need to. You will also be offered to install the desktop metapackages from the web, saves having to install the OSthen upgrade the packages from the web18:20
realBigfootActionParsnip, nice :)18:20
realBigfootActionParsnip, we build it as we like it to be18:20
ActionParsniprealBigfoot: yeah its pretty cool. I dont like all this wasted resource with a DE so I just use openbox WM18:20
realBigfootActionParsnip, indeed.. there is a lot of things I would get rid of from the system build18:21
ActionParsniprealBigfoot: exactly, build up rather than remove what is aded by default18:22
realBigfootActionParsnip, nice to know! I will totally give a shot on this one... next time I format my computer... i have customized a bunch of things... now i am lazy18:22
Sailoreal!dualboot | Sailoreal18:24
ubottuSailoreal, please see my private message18:24
SailorealSo LTS rather than the latest?18:28
ioriaSailoreal, : Long Time Supported18:29
ioriaSailoreal, : .10 development18:30
nigga_is Ubuntu Studio still actively developed ?18:30
SailorealWhich is best? Recommended?18:30
SailoreallTS18:30
SailorealI think I will choose Lts ...18:30
SchrodingersScatfreedom of choice means you get to decide18:30
ActionParsnipSailoreal: yes, 14.04 LTS is supported til April 201918:30
Sailorealok18:30
ActionParsnipSailoreal: none are best18:30
ActionParsnipSailoreal: if one ws best, nobody would use the others at all18:31
ActionParsnipSailoreal: think about it18:31
k1l_Sailoreal: still chating? why not installing already? :)18:31
ActionParsnipk1l_: doesnt have time apparently18:31
SailorealI'm searching for a video how to do it with dual boot :)18:31
k1l_Sailoreal: we gave you documentation for that. no need for video18:32
ActionParsnipSailoreal: you have been 18 minutes asking the same question over and over, yet you don't have time to try researching online?18:32
SailorealOk ...18:32
tokamIf I press ctrl+l in nautilus I can not edit my current path18:32
ActionParsnipSailoreal: so why doi you not have time to research but have the same time to ask in here?18:33
tokamhas anything changed with an update?18:33
SailorealI have researched18:33
ActionParsniptokam: what is the output of:  cat /etc/issue18:33
SailorealBut I can't use a CD18:33
ActionParsnipSailoreal: then make a choice based on your research18:33
SailorealI have to use a USB18:33
tokamUbuntu 14.04.2 LTS \n \l18:33
ActionParsnipSailoreal: you can transfer the ISO to USB using unetbootin18:33
SailorealOkay18:33
ActionParsniptokam: can you not click in the top bar and type the path you desire?18:34
tokamIt seems to be an issue of my current window instance18:34
tokamif I press ctrl+n and then ctrl+L in the new window nautilus works as expected.18:34
tokamno I can not18:34
ActionParsniptokam: press ALT + F2 and run:   nautilus -q18:34
ActionParsniptokam: wait for nautilus to restart then retry18:34
tokamI did not know what it does but now I know :D18:35
Pici/70/7018:35
tokamworks all pretty well ;)18:35
ActionParsniptokam: sweet18:35
ActionParsniptokam: you restarted nautilus ::)   (man pages)18:35
SailorealShould I choose Live, HdMedia, or NetInstall?18:38
SailorealOn unetbootin18:38
k1l_choose where=18:38
Sailoreal?18:38
derrzzaaAnyone know if there's a way to automatically detect optimal display settings from the CLI?  I'm struggling to configure my screen : (18:38
SailorealOr Daily_Live18:38
k1l_Sailoreal: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu18:38
PiciSailoreal: Live would be the easiest.18:39
SailorealOkay18:39
k1l_Sailoreal: wait, meant that link, sorry: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows18:39
Sailorealunetbootin or the one here?18:39
Sailorealwhich should I use?18:39
artisanIndiamy ubuntu server is sending me emails of failed login attempts and this is annoying me too much18:40
bePoliteHello18:40
bePoliteIs there a utility I can use get help for online commands online?18:40
artisanIndiaI cant find the file which is sending me emails any idea ?18:40
gabb0Hi! 12.04 server.  How can I determine if /etc/cron.daily is executed?  Running sudo crontab -l I don't see it as a job by cron itself?  Please point me in the proper direction to understanding...thanks.18:42
maesrinhi guys , my two years ssd seems to face some difficulties , this is what i get from dmesg -> http://paste.ubuntu.com/10433988/18:42
maesrinshould i replace it ? or try to reinstall the Os?18:42
SailorealWhat's Trusty Desktop?18:42
=== Drone`` is now known as Drone`
ioriaSailoreal, : Trusty  is the name of the 14.04 release18:43
gabb0maesrin, look into badblocks, it has an ssd option18:44
SailorealBut my file name is not trusty desktop18:44
Sailorealbut it is on the instruction18:44
gabb0maesrin, -----> https://unix.stackexchange.com/questions/93686/can-i-prove-that-an-ssd-is-broken18:44
SailorealWhy?18:45
k1l_Sailoreal: what is you filename?18:45
maesrinthanks for the reply gabb0, no i noticed that it has marked 188784 sectors as bad18:45
maesrinhowever the system boots normally , although there are some delays18:46
SailorealIt's ubuntu-14.04.2-desktop-amd64.iso18:46
Sailorealk1l_18:46
=== alpha is now known as r3kt
XenophonFso in ubuntu, what's the program that switches from text mode to vfb? is it plymouth?18:46
k1l_Sailoreal: that is fine. 14.04 is trusty18:46
SailorealOkay :D18:46
XenophonFand how do i disable it?18:46
gabb0maesrin, you should test the SSD in a live boot environment with badblocks and determine for yourself what to do18:47
SailorealUbuntu has a spyware?18:48
k1l_no18:48
SailorealHmm18:48
SailorealIt had in previous versions?18:48
k1l_no18:48
SailorealYes, and I was able to change it in 'Privacy'18:49
SailorealSome months ago18:49
atlaspainehello18:49
k1l_if you call the online search spyware than freifox is spyware, google search is spyware,.... that is just FUD18:49
frimendOh, I didn't see any network connection in the upper right corner.18:49
gabb0Sailoreal, you dont know what spyware even is if you think that. :/18:49
frimendCouldn't manage to resolve it, so I reinstalled the system.18:49
Sailorealgabb0, http://arstechnica.com/information-technology/2012/12/richard-stallman-calls-ubuntu-spyware-because-it-tracks-searches/18:50
atlaspainehey, who is 'drone.'18:50
gabb0ignore Sailoreal18:50
frimendBut apparantly, I DO have internet connection, even without it being specified. :|18:50
k1l_if you dont want your search to search online set it to local only in privacy settings18:50
gabb0Sailoreal, are you in here to ask for help or waste our time?18:50
SailorealOkay, and gabb0 , that was just a question18:50
gabb0wrong channel, its a support channel18:50
SailorealOk ...18:51
frimendI can see my connection if I do "ifconfig", but it isn't visible in the upper right corner... Why?18:51
XenophonFso i tried a legacy boot of ubuntu desktop 14.10 on my macbookpro5,1, and this time it crashed after displaying "controller found", followed by the error "[8.605492] nouveau E[   PDISP][0000:02:00.0] 01:0006:0242: no bios dp data"18:51
=== Nectar__ is now known as l00p
=== l00p is now known as l00pin
XenophonFi'm going to try a legacy boot with nomodeset replacing "quiet splash"18:57
WhitorHi All. It doesn't seem like I can create multiple network profiles for my Wireless adapter like I can for my wired adapter. Is there a way around this?   I'd like to have a DHCP profile and a couple static ip profiles for testing... Any ideas?18:59
Whitor14.04lts btw18:59
WhitorOnly the WiFi SSID's appear in the network dropdown list.  Not the connections as created in Network Connection (edit connections at bottom)18:59
WhitorI gave them all a unique connection name... no workie19:00
gabb0Whitor, you can do that with bash scripting.19:00
Whitorgabb0,  Ok... I'll do it that way, but that seems a little wonky for something that works for physical ethernet adapters ... (and even lets you configure such in the Network Connections dialog... it just doesn't work)19:01
gabb0Agreed. to me, if you want it done you gotta sometimes do it your own way. :)19:02
freeroutehi, I don't want to install recommended packages, but I don't really know how to permanently set this in the system-wide configurations, I've searched and came up with this, but there appear a lot of contradicting/different solutions - http://askubuntu.com/questions/179060/how-not-to-install-recommended-and-suggested-packages19:03
gabb0freeroute, did you try all recommended syntaxes in the replies?19:06
bekksfreeroute: BY default, recommended packages arent installed.19:06
freerouteoh huh, I thought it was the opposite. How can I tell which packages are marked as 'recommended'?19:08
freerouted'oh it just tells under the 'suggested' packages19:10
peraldonHey guys, anyone know how to install Ubuntu server 14.04 to a remote server via KVM? I'm using the CAB VM client19:12
peraldonAnyone? :c19:13
atlaspainestab19:14
atlaspainestab all non linux computers19:14
atlaspainespeak of which, would mac os technically be linux?19:14
atlaspainesince it is unix based?19:15
XenophonFatlaspaine: no19:15
t5un4m1hello19:15
gabb0atlaspaine, mac os is based on bsd. wrong channel for this topic.19:16
t5un4m1Does anyone know what the deal is with bluetooth in Kubuntu? I.E if you disable it, you can't re-enable it from the GUI, just from the command prompt? There are some bug complaints from years ago about this; is this still a bug, or am I experiencing an isolated issue?19:16
XenophonFatlaspaine: macosx is a derivative of nextstep with a bunch of freebsd's userspace19:16
XenophonFatlaspaine: https://en.wikipedia.org/wiki/Unix#mediaviewer/File:Unix_history-simple.svg19:17
XenophonFhey i got ubuntu to boot on my mac (finally)!19:18
PXE-Guyhas any here ever done a PXE based install for Ubuntu Desktop? how do i tell it to install desktop instead of server? or get it to be in advanced mode?19:19
atlaspaine@gabb0 sorry, i don't know how this works, beginner here over here. now do i know how i got here or how to switch channels, guide me maybe?19:19
chris112hi, apt-get upgrade constantly gets stuck at unpack ntp (ubuntu trusty). tried apt-get clean, update, upgrade. reinstall etc. even when i try dpkg --remove --force-remove-reinstreq ntp it gets stuck and just sits there :(19:19
XenophonFI had to do a legacy boot, press f6 for other options, hit escape, and replace "quiet splace" on the boot options line with "nomodeset"19:20
ianphow do i open a terminal in ubnutu desktop ?19:20
ianpunity19:20
ianpI just did a fresh install of it... tried searching for 'terminal' and 'console' in the search thingy19:20
ianpI guess it's not installed by default on the server distro. I installed server and then installed ubuntu-desktoip19:22
atlaspaineis it possible to send files in this thing?19:22
SchrodingersScat!pastebin | atlaspaine19:23
ubottuatlaspaine: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:23
gabb0ianp,  hit CTRL-ALT-T in unity19:23
gabb0atlaspaine, try the channels app in your irc program.19:23
atlaspaineWhat is "!pastebin?"19:23
WhitorDoes anyone have any real world experience with NVidia Optimus technology?   I'm wondering how well 14.04 handles this... or If I have to manually setup Bumblebee or Primus or something...  any idea?     Is it stable? should I run in discrete mode entirely ?19:24
SchrodingersScatatlaspaine: it's a factoid, what are you trying to send? maybe I don't understand the context, !details19:24
atlaspaine@schrodingersscat i don't have a context, just trying to understand this thing i've gotten into, apparently it's called "irc"19:25
atlaspaineHave any of you tried Windows 8 dualbooted with Ubuntu?19:25
astardhello, is there some sort of minimal ubuntu I can install? I don't need or desire X or a GUI in any way. my goal is the least disk and memory use.19:25
BluesKaj!irc | atlaspaine19:26
ubottuatlaspaine: A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines19:26
Whitorastard, ubuntu server19:26
gabb0atlaspaine, yes19:26
astardWhitor, thanks, i'll check it out19:26
atlaspaineNo, no, no. I wish to know what this is and how it works19:26
Whitorastard, or lubuntu ... but that has a gui19:26
atlaspaineop! ubottu happens to have guided me, merci19:27
gabb0atlaspaine, head to youtube and watch some intro videos for irc19:27
atlaspaine@gabb0, how has the dualboot fared for you?19:27
BluesKajatlaspaine, http://en.wikipedia.org/wiki/Internet_Relay_Chat19:27
gabb0no offense, but dont waste our time with those questions. :)19:27
gabb0atlaspaine, as long as you do windows first its easy19:28
astardWhitor, yeah i've used server before and have been very pleased. so your suggestion is spot on. thank you. 595MB download :) nice19:28
gabb0atlaspaine, if you do windows last, you need some post-install boot fixes19:28
BluesKajgabb0, not so easy anymore with UEFI19:28
atlaspaineWasting time? I came here for guidance. And the real reason I came here was because someone told me to ping jml on freenode in this channel19:28
gabb0BluesKaj, ahh true that19:29
gabb0atlaspaine, if you need a primer on irc, this isnt the place to ask19:29
atlaspaineWhat is a primer?19:29
ldleworkDoes any one know what this means? ERROR: ld.so: object 'libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored.19:29
ldleworkI get it everytime I use sudu19:29
ldleworksudo*19:29
atlaspaineUbuntu has been telling me for the past month that I have unmet dependencies. Is there a method to figure out what I am missing?19:31
geniildlework: https://github.com/Bumblebee-Project/Bumblebee/wiki/Troubleshooting#error-ldso-object-libdlfakerso-from-ld_preload-cannot-be-preloaded-ignored19:33
=== artisanIndia is now known as artisanIndia|afk
XenophonFis it possible to do a minimal install from the graphical installer?19:37
BluesKajatlaspaine, in the terminal, sudo apt-get -f install19:37
atlaspaineI get: 0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.19:39
atlaspaineN: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension19:39
atlaspaineN: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension19:39
atlaspaineatlaspaine@euclidious:~$19:39
bobobhey19:42
in_deep_thoughtwhats the button I press to boot from usb on startup?19:42
in_deep_thoughtF12, F2?19:43
BluesKajatlaspaine, alt+F2 kdesudo kate /etc/apt/sources.list.d , copy and pate the contents to pastebin,com, and post the resulting url here after choosing submit19:43
SchrodingersScatin_deep_thought: thought that varied by manufacturer, but could be f12, sometimes esc, it's normally one of those up there19:43
bobobhow do I find other channle names19:44
freeroutewhy does apt(itude) sometimes automatically installs (usually smaller) packages without asking the [Y/n] question?19:45
SchrodingersScat!alis | bobob19:45
ubottubobob: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*19:45
Keresbuonasera a tutti!!!19:48
atlaspaineblueskaj, can i post an image?19:48
Kereshello @all19:48
trismfreeroute: it won't ask you the question if the only packages it needs to install are exactly the ones you ask for19:49
mojtabaHi, Do you know how can I return sth until end of the line with grep?19:50
BluesKajatlaspaine, copy and pate the text from  /etc/apt/sources.list.d19:51
=== artisanIndia|afk is now known as artisanIndia
freeroutetrism: is there a possibility to add this behavior (asking for confirmation) to every package which is being installed, regardless of dependencies?19:54
BluesKajatlaspaine,sorry, correction  alt+F2 kdesudo dolphin /etc/apt/sources.list.d , copy and paste the contents of "getdeb.list.bck" to pastebin,com, and post the resulting url here after choosing submit19:54
gumblehey my installation always freezes at "Loading initial Ram" after I select ubuntu in the grub menu19:55
MeXTuXHi! I am not able to install webapps from Firefox on Ubuntu 14.10. When I am on Gmail, YouTube I see the popup asking me if I want to install and after I select "Install" nothing happens. Any idea?19:55
in_deep_thoughtSchrodingersScat: it was f12 thanks!19:56
SchrodingersScatin_deep_thought: great19:56
BluesKajMeXTuX, is it asking to install flash ?19:57
atlaspainebluejaj, i'm trying to open it by clicking on it, but it won't open19:57
BluesKajopen "it" ? atlaspaine , what's "it" ?19:58
atlaspainewhen I enter " kdesudo dolphin /etc/apt/sources.list.d" after alt+f2 this "scope" open up19:59
atlaspaineI enter into this what you instructed19:59
atlaspainea gear comes up with the same title as the command you told me to enter19:59
atlaspainebut I cannot open it to access what ever is stored within that you wish to see20:00
trismfreeroute: I'm not sure what you are asking, do you want it to always ask for confirmation (I don't see any options to do that) or never ask for confirmation (in which case there is the -y option, though I don't really recommend that, since it is better to see what will happen before you try it)20:00
BluesKajatlaspaine,sorry again, forgot where I was  :)  correction  alt+F2 gksudo dolphin /etc/apt/sources.list.d , copy and paste the contents of "getdeb.list.bck" to pastebin,com, and post the resulting url here after choosing submit20:01
freeroutetrism: yeah I want the former (always ask confirmation). If there is no option in apt.conf or something I suppose I can use the -s flag (simulate).20:01
BluesKajI keep making mistakes in my old atlaspaine , gksudo nautilus /etc/apt/sources.list.d20:02
trismfreeroute: yeah there is that, although it is kind of annoying to have to check all the time. it would be nice if it would just always prompt.20:02
BluesKajmy old age20:02
ioriaBluesKaj, lol20:03
BluesKajI need a break anyway ...BBL, stuff to do for an hr or so.20:04
MeXTuXBluesKaj: http://www.omgubuntu.co.uk/wp-content/uploads/2012/10/youtube.jpg this is the only thing I see20:07
freeroutetrism: someone over at #linux recommended this to me - http://libraryhacker.org/2011/09/09/apt-listchanges/20:07
tics2hola como creo un chat interno20:08
tics2en mi red lan20:08
tics2aloooo20:08
tics2holaaaaaa20:08
tics2ayudaaaaa20:08
celine-ubhello20:09
trismfreeroute: apt-listchanges is very good, but it won't fix this problem because it only shows the changelogs on upgrade20:09
tics2ayuda20:09
celine-ubayuda ?20:09
tics2ayuda -???20:09
celine-ubhablas espanol ?20:09
freeroutetrism: doesn't it ask you every time / shows the changelogs before installing ?20:09
Pici!es20:09
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.20:09
tics2como creo un chat interno en mi red de linux20:09
KingOfOOPWhere is the path of installed GUI packages ???20:09
bekksKingOfOOP: Depends on the package you installed.20:10
KingOfOOPFor example : Code::Blocks20:10
bekksKingOfOOP: You have to take a look into the package contents, to find your information desired.20:11
trismfreeroute: no, it only shows a changelog of a package currently install when you upgrade it (unless it has some hidden option I don't know about, I have it set to confirm here but I get no prompts on fresh installs)20:11
PiciKingOfOOP: The binary gets stuck in /usr/bin/codeblocks, the config and other libraries are put elsewhere20:11
PiciKingOfOOP: dpkg -L codeblocks will show you everything20:11
ph88hey guys i try to make my home and end key work in the terminal  od -C  HOME END gives ^[[1~^[[4~   and i have   "\e[1~": beginning-of-line "\e[4~": end-of-line   configured, is that right ?20:11
ph88is \e the same as ^[  ?20:12
atlaspainebluekaj, it asked for my password, which I reluctantly provided, then it simply open a window with a directory of: /etc/apt/sources.list.d20:12
celine-ubwhat do you think of mate ?20:12
KingOfOOPPici: So , all of the apps won't install on a specified folder ????20:14
PiciKingOfOOP: no, parts of packages get installed into various places.  manpages in one place, binaries in another, configs in another, libraries elsewhere.. etc.20:15
KingOfOOPHow to install VMware Workstation ??20:16
KingOfOOPversion 10 for 32 bit20:16
TheNumbKingOfOOP: run the installation file...20:17
KingOfOOPTheNumb: ?20:17
KingOfOOPTheNumb: What installation file ?20:17
TheNumbit comes with an installer20:17
TheNumbblahblah.bundle20:17
TheNumbright?20:17
KingOfOOPTheNumb: I don't have any installer !20:17
bekksMore likely "*.run" :)20:17
TheNumbthen why are you asking how to install vmware?20:18
KingOfOOPTheNumb: I mean download & install of course ...20:18
TheNumbKingOfOOP: buy it, download, install20:18
TheNumbez20:18
KingOfOOPThere is no free edition ??20:19
TheNumbno20:19
TheNumbthere's vmware player20:19
bekksKingOfOOP: http://pubs.vmware.com/workstation-10/index.jsp#com.vmware.ws.get_started.doc/GUID-7179281C-903A-46A9-89EE-C10B126D4960.html20:19
bekksAfter purchasing VMware Workstation, just follow the installation documentation.20:19
SparkyKing0f00P: there is virtualbox ...20:19
KingOfOOPSparky: How to get it ?? is it free ?20:20
TheNumbKingOfOOP: it's in the repository.20:20
Sparkyjust google it ;)20:20
TheNumbAnd it's opensource.20:20
KingOfOOPTheNumb: Ok. thanks.20:21
=== New_User_Mint is now known as New_User_Ubuntu
New_User_UbuntuDear All20:26
ophukis it possible to redirect a SOL session to a file?20:26
New_User_UbuntuRequesting a small help, this is the error20:26
New_User_UbuntuE: Malformed line 63 in source list /etc/apt/sources.list (dist)20:26
New_User_UbuntuE: The list of sources could not be read.20:26
New_User_UbuntuRequesting help on the same20:27
jhutchinsNew_User_Ubuntu: What help?20:27
New_User_UbuntuE: Malformed line 63 in source list /etc/apt/sources.list (dist)20:27
New_User_UbuntuE: The list of sources could not be read.20:27
New_User_Ubuntudeb http://cran.stat.ucla.edu/bin/linux/ubuntu/trusty/20:27
New_User_Ubuntudeb-src http://cran.stat.ucla.edu/bin/linux/ubuntu/trusty/20:27
jhutchinsNew_User_Ubuntu: Yes, we saw that.  Fix it.20:27
=== TheEternalAbyss is now known as Guest2592
jhutchinsNew_User_Ubuntu: Go to line 63 in /etc/apt/sources.list and fix it, or remove that source entry.20:28
New_User_Ubuntui am able to browse the URL via browser but when i do a update it errors out20:28
New_User_Ubuntui need that for installing a software20:28
rpp601anyone know of a way to push with pushbullet from CLI?20:28
jhutchinsNew_User_Ubuntu: Your format/syntax is probably incorrect.  You could pastebin your list.20:28
New_User_Ubuntupastebin ?20:29
New_User_Ubuntusorry really really new to linux20:29
=== Guest2592 is now known as TheEternalAbyss
SchrodingersScat!pastebin | New_User_Ubuntu20:30
ubottuNew_User_Ubuntu: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.20:30
New_User_Ubuntuhttp://paste.ubuntu.com/10435732/20:30
New_User_Ubuntugot it , i learnt it yest just forgot20:31
thekkidIs it normal behavior for a suspended job to be resumed by the command name? i.e. if I ctrl-z vim then type vim it resumes it instead of opening a new one.20:31
craigbass76This may be more a LibreOffice question, but I'm hoping someone in here has run into it.  I'm trying to connect to mysql from libreoffice, but I'm not seeing Java as one of the choices (from LibreOffice) in Tools > Options like I'd expect.20:32
rastacan anyone here simplify DFP for me?20:32
New_User_Ubuntu<jhutchins> did you receive it20:32
varaindemianis it safe to remove ‘Zeitgeist’?20:33
rastaDouble Click For Publishers. Someone demysify please20:33
rastaAny Google DFP experts around?20:34
Picirasta: What does that have to do with Ubuntu?20:34
* jhutchins googles "google dfp"20:35
rastaPici: do u know about DFP?20:35
rastajhutchins: I did that20:35
Picirasta: I don't even know what it stood for until a minute ago.  It doesn't sound like an issue that Ubuntu support can help with though.  Perhaps there is a more relevant channel on freenode for it though.20:35
Pici!alis | rasta20:35
ubotturasta: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*20:35
RedPenguinhey all20:36
RedPenguinI'm using MouseKeys and for no appearant reason they turn off every now and then, is there some way to prevent this?20:36
bpromptNew_User_Ubuntu:    http://cran.stat.ucla.edu/bin/linux/ubuntu/    <--- read that yet?20:36
rastaPici: help me find a channel20:36
Picirasta: #freenode should be able to do that, #ubuntu cannot.20:37
New_User_Ubuntubprompt : yeah i read it20:37
jhutchinsrasta: That's a google issue.  They don't do irc, they do forums and mailing lists.20:37
rastajhutchins: where can i get help?20:37
New_User_Ubuntubprompt so i need to follow the instructions for there right?20:38
dupingpingHi everybody.20:38
dupingpinghttp://sourceforge.net/projects/ubuntu-dock/files/ubuntu-dock_0.9.1-0ubuntu1_amd64.deb/download20:38
jhutchinsnW44b: So can you see the difference between line 63 and later and the rest of the repo definitions?20:39
dupingpingit's MacOS's Dock for Ubuntu20:39
dupingpinghttp://sourceforge.net/projects/ubuntu-dock/files/ubuntu-dock_0.9.1-0ubuntu1_amd64.deb/download20:39
jhutchinsrasta: From google.20:39
dupingpingPlease look and give me reviews.20:39
dupingpingi'll upgrade it according to reviews.20:39
rastajhutchins: as i said, i've searched everywhere20:39
rastajhutchins: u people are quite useless20:40
rastayou should all get lives20:40
jhutchinsrasta: I'm not suggesting you use google to search for help, I'm suggesting you contact google, most likely through their user forums.20:40
SchrodingersScat!guidelines | rasta20:40
ubotturasta: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines20:40
bpromptNew_User_Ubuntu:     try  -> http://paste.ubuntu.com/10435914/   maybe20:40
atlaspaineGood bye.20:42
New_User_Ubuntubprompt : trying it now20:44
bpromptk20:44
New_User_Ubuntusame error no luck20:47
New_User_Ubuntuhttp://paste.ubuntu.com/10435990/20:47
crazydiamondHi. I'm trying to establish software access point (to connect PDA to the internet from my laptop) using ap-hotspot and hostapd. The problem is that when I run ap-hotspot first time, connection establishes (there is log file http://dpaste.com/0XMPTNZ ), but when I stop the daemon (or e.g. disable and re-enable wifi) than it fails (log file is http://dpaste.com/1VZWGD4 )20:47
bprompt_hmm20:50
bprompt_New_User_Ubuntu:     so....you saved it, as root that is, in /etc/apt/sources.list   right?20:50
New_User_Ubuntuyes20:51
bprompt_New_User_Ubuntu:    and it gave an error on line 63 again?20:51
kahtahscrazydiamond: sounds unneeded complex with ap-hotspot and hostapd when you could just use network manager: https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/120951120:51
ubottuLaunchpad bug 1209511 in wpa (Ubuntu Saucy) "wpa_supplicant: AP mode support not included in the build" [Medium,Fix released]20:51
New_User_Ubuntuyes20:51
xcyclistSay, I've got an ec2 account with ubuntu, but the danged thing won't let me access when I add a user as per AWS instructions.  Anyone out there see this gotcha?20:52
crazydiamondkahtahs, yep NM is good now, but, it can establish only ad-hoc IIRC, no?20:52
bprompt_New_User_Ubuntu:     but there's was line 63 in the file :/   well... the one you posted... has line 63 commented anyhow20:52
bprompt_s/was/was no/20:53
New_User_Ubuntuyou mean a / is required at the end20:54
New_User_Ubuntuthe output is starting from the comment i gave20:54
New_User_Ubuntuso its increased by 2 lines i guess20:55
New_User_Ubuntubprompt: wow20:56
New_User_Ubuntui added a slash and the error is gone20:56
New_User_Ubuntunow only warning20:56
New_User_Ubuntuhttp://paste.ubuntu.com/10435990/20:56
New_User_Ubuntusorry please ignore last msg20:57
New_User_UbuntuW: GPG error: http://cran.stat.ucla.edu trusty/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB920:57
New_User_Ubuntuthis is the warning now20:57
bprompt_hmmm darn connection :/20:58
New_User_Ubuntu:( happens20:59
New_User_UbuntuW: GPG error: http://cran.stat.ucla.edu trusty/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB920:59
bprompt_is very jumpy.... it's been like so for a few days now :(20:59
New_User_Ubuntupasting the error for your reference20:59
bprompt_New_User_Ubuntu:     yeah... that doesn't matter much... just say "y" to ok it, simply means they didn't issue a gpg key for the ppa, some do, some don'tr21:00
New_User_Ubuntuoh so its installed correctly21:00
New_User_Ubuntucan i go ahead with the installation21:00
bprompt_New_User_Ubuntu:     then do a "sudo apt-get update"   then try the install21:00
New_User_Ubuntusuper , same warning when i do it21:01
New_User_Ubuntuafter update21:01
bprompt_New_User_Ubuntu:      right... tis ok anyhow21:01
New_User_Ubuntuso it means i am cont now ?21:01
New_User_Ubuntu*continue21:01
bprompt_New_User_Ubuntu:    yes21:01
New_User_Ubuntubprompt_: thanks a lot for the help21:02
bprompt_np21:02
BluesKajthere should be GPG Key available for that repos/ppa if that's what it is21:03
New_User_UbuntuBluesKaj: where can i find it ?21:06
New_User_Ubuntui mean is there any command to retrieve the key ?21:07
varaindemianis anybody reading me?21:08
Jordan_Uvaraindemian: Yes. If nobody around knows the answer to your question, then nobody will respond.21:08
Jordan_Uvaraindemian: Repeating your question after about 10 minutes is sometimes helpful, as different people will be available.21:09
varaindemianThanks for your reply. I am new to irc :D21:09
bprompt_New_User_Ubuntu:      it doesn't matter much in order to access the ppa files though, some issue a gpg IIRC, some don't, thus the apt-get says that it can't verify such and such, is just a way to let folks know that, an extra certification info, hasn't been provided reliably, and thus you should be aware of that in case you didn't know21:09
=== root is now known as Guest16646
Guest16646for some reason I can't get grub to recognize my new win 7 install, how can i fix this?21:09
New_User_Ubuntuoh like that , got it ..!21:10
Jordan_U!bootinfo | Guest1664621:10
ubottuGuest16646: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem.21:10
bprompt_New_User_Ubuntu:     think about it as ..... a gpg vendor is a vendor with a fancy dress and car, one without is just a fellow with a startup product, doesn't mean it's bad, just very new or for specifics only21:11
Jordan_Uvaraindemian: You're welcome :)21:11
=== magnulu_ is now known as magnulu
New_User_Ubuntu:) (Y)21:12
BBLLCChi21:12
BBLLCCdo you know where thunderbird / xubuntu stores my messages? I didnt delete any message, but suddenly my inbox has only 4 messages, not the 300 that should be there21:13
gsdanyone know anything about how to get my usb wifi adapter to work?21:14
rpp601hey guys, i'm trying to make an alias that has " in it already, so alias thinks when i do 'alias notify="etc work notfy blah"" it's screwing it up, is there a way around this?21:14
gsdrpp601: escape the first double quote with a \21:15
bprompt_rpp601:     try escaping it \"21:15
bprompt_rpp601:     alias    NAME="echo \"hello my name is the long ranger\"";21:16
rpp601so it would go from ": "Job Finished", "body": "Work Done!"}'" to e": "Job Finished", "body": "Work Done!"}'\"21:16
nrdbI would like to allow the user 'remote' to only be able to run the '/root/aoe' without a password .... I have tried to work out the sudoers line but I am not sure its correct.  can someone help please.21:17
rpp601i'll play with it21:17
bprompt_rpp601:    hmm you'd escape the double-quotes INSIDE the "   "  section, no the other way around21:18
Jordan_Urpp601: What is your end goal in creating this alias? For anything even remotely complex I tent to simply define functions rather than trying to use an alias.21:18
rpp601ok, let me show you the actual command and output21:18
rpp601its a push21:18
rpp601alias workdone="curl -u xxxxxx: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "Job Finished", "body": "Work Done!"}'"21:19
rpp601bash: !"}'": event not found21:19
gabb0BBLLCC, it is usually ~/.thunderbird21:19
eddieftwHey everyone.21:20
varaindemianhey21:20
BBLLCCgabb0, found it, but I cannot find the rest of the messages. where could they be?21:20
gabb0BBLLCC, hard to tell from over here.. you 100% certain you didn't change a view config that is hiding it?21:20
gabb0BBLLCC, you can try an mbox viewer app and go through the folder that way21:21
rpp601bprompt_: Jordan_U21:21
bprompt_rpp601:   alias workdone="curl -u xxxxxx: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{\"type\": \"note\", \"title\": \"Job Finished\", \"body\": \"Work Done!\"}'"         <--- try that on the curl21:22
bprompt_rpp601:  !"}"     event not found, sounds like, it exited the "alias" block section and tried to get a prompt history call,   like say to get the history command in say line 25    -> !25  to fetch it, thus21:24
varaindemianJordan_U: can you give me al the commands needed for connecting to ubuntu channel?21:25
anonymous__hello21:25
bprompt_allo21:25
rpp601that didn't work, i'll just copy and paste that long command21:25
Jordan_Uvaraindemian: For irssi you would run "/connect irc.freenode.net" then "/nick your_nick" then "/join #ubuntu".21:26
geirhabprompt_: You cannot escape history expansion inside double quotes. The only way around it is to disable history expansion by running   set +H21:26
bprompt_geirha:    hmm rpp601 <--- is trying to get an alias set to a "curl" call with the arguments, trying to use the double-quotes in the alias, thus21:27
geirhabprompt_: or in this case, you can avoid it by using a function instead, since that will drop one level of quoting21:27
geirhabprompt_: Oh, I should have read more of the backlog21:27
bprompt_np21:27
=== anonymous__ is now known as cRLH
EricB_If I'm running lamp on 10.04, and I only need to access the web server remotely from specific IP's, is a firewall enough security?21:28
wskywhat would be the reason that grub2 menu does not appear after i choose ubuntu on my mac that uses rEFInd?21:28
rpp601bprompt_, geirha, alias ="curl -u xxxxxxx: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{\"type\": \"note\", \"title\": \"Job Finished\", \"body\": \"Work Done!\"}'" gives me bash: !\"}'": event not found21:28
Jordan_Uwsky: What does happen when you select Ubuntu?21:28
cRLHi wanna test something, does anyone wanna help me?21:28
geirharpp601: use a function instead:  unalias workdone; workdone() { curl -u xxxxxx: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "Job Finished", "body": "Work Done!"}'; }21:28
wskyJordan_U: a blank screen appears and after a while it boots the newest kernel21:29
rpp601geirha: k lemme try it21:29
Jordan_Uwsky: Ubuntu hides the grub menu by default, so that is normal.21:29
wskyJordan_U: ah i see, how would i make it appear?21:29
rpp601geirha: no error, then workdone becomes my command?21:30
geirharpp601: yup21:30
rpp601you are a wizard!21:31
geirharun:  type workdone   to see what type of command it is21:31
rpp601oh wow, i totally get it. THANKS guys21:31
BluesKajNew_User_Ubuntu, run this in a terminal,  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 , I copied it from this site,  http://cran.stat.ucla.edu/21:31
bmomjianMy network "Edit connections" is greyed out on Ubuntu 12.04.  Any ideas on the cause?  Also, "VPN/Configure VPN" is also greyed out.21:32
wskyJordan_U: anyways, i got it working, thanks21:34
rpp601geirha:  one more thing, if i control + z a job that's been running for 90+ hours.... is there a chance 'fg' will not work?21:34
BluesKajbmomjian, do you have a vpn client installed?21:35
rpp601geirha: rather... how dependable is 'fg'?21:35
bmomjianno, I do not.  I have another laptop, same OS, that does have both options not greyed out.  Neither use VPNs.21:36
bmomjianI tried uninstalling/installing the network manager, no change21:36
geirharpp601: there are some corner cases where ctrl+z and fg doesn't do the expected. One case is when a loop construct is involved in the interactive shell, and one is when it's an external command that is very poorly written. Most likely you'll hit neither.21:36
geirharpp601: If you think it's hanging, you might want to attach strace to it, to see what it's doing21:37
rpp601geirha: thanks again21:37
BluesKajbmomjian, have you updated and upgraded lately ? I have to ask .21:37
bmomjianyes, I have21:38
bmomjianwell minor upgrades, yes, have been on 12.04 for a while21:38
rpp601geirha: no, my thinking was this. to control z the program - then run 'fg; workdone' get it?21:38
geirharpp601: Ah, yes. That should work fine.21:39
bmomjianI checked /usr/share/polkit-1/actions;  same on working and non-working laptops21:39
BluesKajbmomjian, try a dist-upgrade21:39
bmomjianoh, wow, that sounds severe21:40
=== BlackVenom|Away is now known as BlackVenom
BluesKajno it's not, it's amethod to bring existing packages up to date21:40
alinmearhey guys! is there a way to mask all packages of an repository/ppa. e.g. i want to install 2 programs from getdeb repo but nothing more and don't wanna have something else pulled in. coming from gentoo there are package.masks to do so. is there an equivalent in ubuntu world?21:41
mrkentDoes apt cache old packages that got upgraded?21:41
bmomjianwhat is odd is that I can access wired and wireless just fine from System Settings/Network21:41
bmomjianit is only from the nm-applet that there is a problem21:41
rpp601geirha: any reason my new function won't work from screen?21:43
BluesKajbmomjian, I have to go21:43
geirharpp601: did you put it in .bashrc?21:43
bmomjianthanks for trying21:43
rpp601geirha: of course not21:43
rpp601lol21:44
geirharpp601: then that might be why :)21:44
bprompt_heheh21:44
Joelhow can I get the description of a .deb without installing it?21:45
Joeldpkg - p only works on installed packages21:46
OerHeksapt-cache search <package>21:48
rpp601geirha: do i have to define the whole thing again in bash?21:50
geirharpp601: the whole function? yes. It's only one command in there, so it's not that long21:51
JoelOerHeks, it was actually dpkg -f, thanks though21:51
geirhaIn a shell where you do have that function defined, you can write:   declare -f workdone >> ~/.bashrc21:52
rpp601geirha: :) k21:52
geirhato make it "permanent", so to speak21:52
spaceindaverHi all, I was messing around with a game engine yesterday and my system crashed. After I rebooted and logged in unity failed to launch. All I get is my desktop background without the unity launcher, the status bar at the top and no window borders21:53
spaceindaverAfter checking some logs I found that compiz failed to load opengl21:53
weezybusyHello there!21:53
gabb0spaceindaver, make another account, login to it and if it works its probably a userspace issue21:53
bpromptallo21:53
spaceindaverHello :-)21:54
spaceindaverOkay, I'll give that a go21:54
gabb0spaceindaver, since i answered before you typed the second line, my advice might not prove anything,...still worth a try tho21:54
=== pchopra is now known as DorkSector
rpp601geirha: it's in there but screen doesn't seem to want to do it yet. could it be that i need to restart screen?21:55
bmomjianOK, new report;  the updates for 12.04 today have disabled the nm-applet "Edit Connections".  I just did a restart of the nm-applet after a 12.04 update and the problem happened.  I already had this problem on another laptop today.  Where do I report this?21:55
bmomjianNo wonder I could not find a report of this on Launchpad or via Google21:56
spaceindaverHello again, I was able to login with my guest account and everything works fine. Any idea how I can fix my other account?21:56
rpp601bmomjian: the 'edit connections' has been buggy for me forever21:56
geirharpp601: ah, it's a long running shell in there? well you can source .bashrc again, or exec a new bash.     source ~/.bashrc   # the former21:57
Jordan_U!bug | bmomjian21:57
ubottubmomjian: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.21:57
DorkSectorHow do I ensure that when I connect a ubuntu machine to a network, I get to know the IP it's on? Say I have a machine with a config and power it on and just connect it to the network. I don't have access to it except via the network, so how do I get to know its IP?21:57
Ben64DorkSector: depends how you have your network set up21:58
__david!help21:58
DorkSectorBen64, hmm, what if it's a simple home network and I have the mac address of the machine (when I mean simple network, just a local wifi network connected to WAN via a router)21:58
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 !patience21:58
DorkSector__david, was that for me?421:59
__david!patience21:59
ubottuDon'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/21:59
__davidno DorkSector21:59
DorkSectorokay21:59
MLMDorkSector: You could try: "curl wtfismyip.com/json"22:00
Ben64DorkSector: either look in your router's config page to see the ip it got, or ping scan the network, or listen to arp stuff using wireshark22:00
DorkSectorMLM that would give you your IP on the WAN, specifically the IP wtfismyip can see. I meant my IP on the local Wireless network22:00
DorkSectorBen64, Ah but that's the thing, I can't have users doing that. I am connecting my Pi to the network and want the users to do minimal work to get the IP22:01
Ben64i don't see how this is related to Ubuntu support22:01
DorkSectorBen64, Because my Pi runs Ubuntu22:02
Ben64#ubuntu-arm maybe, but this still seems less like an OS thing, and more like a ##networking thing22:02
DorkSectorGotcha, thanks!22:02
OerHeksgive it a static ip22:02
DorkSectorOerHeks, not always possible, what if it's taken (sorry, I should've been more clear, the user is connecting a new node to his network)22:03
DorkSectorIt's fine, I'll ask on ##networking22:03
DorkSectorThanks anyway22:03
JoelDorkSector, service discovery.22:04
Joelthere are many MANY ways to do so.22:04
DorkSectorJoel, let me google that22:04
DorkSectorJoel, turns out that's very generic, could you be a little more specific please?22:05
JoelDorkSector, avahi22:05
Joelthat is one of MANY22:06
Joelapple's famous for creating bonjour22:06
bmomjianOK, nm-applet bug report submitted for Ubuntu 12.04.22:08
bmomjianthanks for suggesting an update might have broken it22:08
DorkSectorJoel, hmm, that might be something, thanks!22:09
isomorphismesI'm usually confused which things should be started with eg "lightdm" and which should be started with "service start lightdm". What's the difference between the types of programs and how do you know which style to use when?22:10
k1lthings you start with service are upstart services. that are base"programs".22:12
New_User_Ubuntui issued this command tar xvzf rmr2_3.3.1.tar.gz22:12
New_User_Ubuntuand the file got gunzipped and stored in the folder22:12
New_User_Ubuntubut as per instructions i am supposed to issue ./configure22:13
New_User_Ubuntubut if i give that command in the folder its giving an error22:13
k1lis there a configure script in the folder? see with "ls -al"22:14
New_User_Ubuntuhttp://paste.ubuntu.com/10436990/22:15
New_User_Ubuntudoesn't look like it22:15
k1lyep22:16
New_User_Ubuntuis there any other way to install that file22:16
k1li dont know what you are doing there at all. it sounds like you want to compile something22:17
New_User_Ubuntui have file that has an extension .tar.gz22:17
New_User_Ubuntui want to install it , so i used xvzf rmr2_3.3.1.tar.gz22:17
New_User_Ubuntuto zip it and it became a folder22:18
bprompt_New_User_Ubuntu:     didn't you just installed that ppa?    and it gave you that file?   the idea behind the ppa is that it'd do all the installing automatically22:18
New_User_Ubuntubprompt_: i have moved further after that22:19
bprompt_k22:19
New_User_Ubuntui am trying to install the packages for installing R22:19
bprompt_New_User_Ubuntu:     well. you do have .configure in that listing... so    "./configure"   should run, assuming the file has execution permission, if not, chmod a+x on it22:20
bprompt_New_User_Ubuntu:      "./.configure"    rather22:20
=== erlon is now known as erlon_away
k1lNew_User_Ubuntu: you need to get things sorted. you dont install that .tar.gz22:22
k1lNew_User_Ubuntu: that tar.gz includes (or should include) the sourcecode and you want to compile it so you can "install" it.22:22
k1lNew_User_Ubuntu: the site you gave that file from should have instructions what to do with that code.22:23
New_User_Ubuntuhttps://github.com/RevolutionAnalytics/RHadoop/wiki/Downloads22:23
aldasgasdfhi guys, I´m using Lubuntu 14.04. Sometimes I switch to another Window Manager, which is i3. The issue that I have when I want to connect with another Wifi, I have to switch back to LXDE and choose the another network in the panel. Is there a way to trigger wifi list with a command?22:23
New_User_Ubuntui got it from that link22:23
New_User_Ubuntuwow22:25
New_User_UbuntuK1l super22:25
New_User_Ubuntuslowly but steadily learning ...:)22:26
=== Sir_Lestaty is now known as dumbledore
bprompt_aldasgasdf:     I use lxde window manager, though I run gnome-network-manager, thus I can put a shortcut to "nm-applet" on any window manager I wish, and get the network connections list, I'd think you could do the same for "i3", and give it a shortcut to a dock or system tray it may have22:27
samuel_m22:27
samuel_h22:27
aldasgasdfbprompt_, thank you for your reply. Should I download the package gnome-network-manager or is this package preinstalled in my lubuntu?22:28
Guest16646I have no sound playback in rhythmbox, how can i fix this?22:29
bprompt_aldasgasdf:     not sure if Lubuntu includes it, but you can check with ->    dpkg --list | network-manager-gnome;    if not there, then install it, sure ->   sudo apt-get install network-manager-gnome22:30
bprompt_aldasgasdf:      and once install, you'd use the "nm-applet" to call the manager from anywhere22:31
bprompt_hmmm22:33
bprompt_aldasgasdf:    sorta  missed something therre ->    dpkg --list | grep network-manager-gnome:      to check for it =)22:34
VesperoWhat up! Got that indicator working :D22:34
=== BlackVenom is now known as BlackVenom|Away
aldasgasdfbprompt_, thank you. It seems working for me.22:35
tos-1bprompt_, aldasgasdf: `dpkg -l network-manager-gnome | egrep ^ii` The status "ii" is important, because it tells you, whether the package is really installed.22:35
bprompt_np22:36
=== thomas_ is now known as Guest32243
=== some1 is now known as some1_
arun_guys, is Xfce for Ubuntu undergoing ?23:04
k1larun_: what do you mean?23:05
compdocXubuntu is pretty current23:05
compdocits actively being updated, etc23:05
arun_compdoc: thanks23:06
arun_k1l: thanks. I got the point.23:06
notdanielhey guys, after upgrading from 14.04.1 to 14.04.2, my display is mostly white and has lines going through it. can't see what i'm supposed to at all. i have intel integrated graphics. but plugging into an external monitor works...23:06
notdanielalso, the intel graphics driver installer which works on 14.04.1 gives an error that i don't have any intel hardware when i try to run it on 14.04.223:07
notdanielnot sure if anyone has any thoughts, i have not had to debug display drivers really23:07
VesperoDon't have a lot of experience with Intel23:07
adsfadsfHi guys, can somebody help me briefly on how to install this font https://github.com/lucy/tewi-font  to run it on my ubuntu. I've done the steps mention on the page, but I can't still see the font in lxappearnce23:11
solsTiCehi. I am trying to play armagetronad on my dual screen setup. but the game is launched on the 2 screens at the same time. How do I set it up to run it on one screen ? I could disable one screen in System Settings > Display. But how to do it without disabling one screen ?23:11
platzxfce and systemd have some oddities still23:13
platzesp w/ power manager23:13
bprompt_adsfadsf:      easy,  make ~/.fonts,   it'd be there already anyway, drop font files there, done :)23:14
platzalso I appear to be the last person using wicd, but chose it because it just works under i3 without a lot of deps23:16
kostkonsolsTiCe, you could try this:   export SDL_VIDEO_FULLSCREEN_HEAD=1 armagetronad23:17
solsTiCekostkon: yeah: I just found it on the web23:18
kostkonsolsTiCe, ;)23:18
solsTiCekostkon: does not work :-(23:18
adsfadsfbprompt_: thank you very much23:21
bprompt_np23:22
=== bastidra1or is now known as bastidrazor
=== BlackVenom|Away is now known as BlackVenom
Scatibawazzup23:24
spaceindaverHi all, my compiz fails to load opengl which means unity can't start after I log in. Any idea how I can fix it?23:26
k1lspaceindaver: make sure you have the kernel headers to your kernel isntalled and the video driver gets loaded properly23:28
spaceindaverOkay, how can I check if the video driver was loaded properly?23:28
k1lsee dmesg and Xorg.log23:29
daftykinsspaceindaver: pastebinit /var/log/Xorg.0.log23:29
k1lbut you can check if the other users can login and have the same issues23:29
Scatibaalguem pode xupar minha rola?23:30
k1l!pt | Scatiba23:30
ubottuScatiba: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.23:30
spaceindaverdaftykins, hang on, I am logged into a guest session so I could try searching for a solution, I will log in on the broken account and get the log23:32
daftykinsspaceindaver: there's no point, /var/log is system wide.23:32
daftykinsthere's only one, not one per user23:32
daftykinsjust run what i said.23:32
k1lspaceindaver: does it work on the guest account?23:33
UBUNHY every one23:34
daftykins...23:34
UBUNcan someonz help me with my ubuntu problem!!23:34
daftykinsnot until you describe it23:35
spaceindaver_daftykins, http://paste.ubuntu.com/10437959/23:36
UBUNI remove java open jdk form my ubuntu version, restart the computer and it computer can't fonctionne correctly23:36
spaceindaver_daftykins, I can log in as another user and everything works fine, its just my primary account that fails to run unity23:37
daftykinsoh ok. nothing to do with graphics drivers then23:37
spaceindaver_Also, sorry for any delays, my internet connection is a little flaky23:37
UBUNdaftykins:  I remove java open jdk form my ubuntu version, restart the computer and it computer can't fonctionne correctly23:37
daftykinsspaceindaver_: login as your affected user at a TTY, then run "ls -al ~/ | pastebinit"23:37
daftykinsUBUN: ask the channel, not me23:37
k1lspaceindaver_: if it works for other users then its a user setting. maybe reset the users gnome settings then23:37
spaceindaver_kil, how can I reset the gnome settings?23:38
daftykinsyou rename the gnome folders23:38
daftykinsin your ~23:38
UBUNdaftykins: I did it23:39
UBUNbefore ask you23:40
spaceindaver_daftylkins, here is the ouput from "ls -al ~/" http://paste.ubuntu.com/10438010/23:41
daftykinsugh that's messy23:42
mazzyhi. who can help me fix an issue with iptables?23:42
daftykins##networking23:42
mazzythank you daftykins23:43
geniidaftykins: Craploads of Xauthority files in there23:43
spaceindaver_daftykins, yeah sorry, I have had this laptop for a while :-p23:43
daftykinsspaceindaver_: can you pastebin ~/.Xauthority and .xsession-errors ?23:43
spaceindaver_daftykins, here is my xsession-errors: http://paste.ubuntu.com/10438097/ I couldn't do my Xauthority23:46
daftykinshow come?23:46
spaceindaver_daftykins, pastebinit crashed with a unicode error23:47
daftykinsheh23:47
UBUNany one to help me??23:47
daftykinsyour Xorg log suggests you're using only intel graphics on a laptop, so drivers weren't going to be much of an issue23:48
daftykinsspaceindaver_: so on your affected user, try "mv ~/.config ~/.configold" then restart, see if unity works23:48
spaceindaver_daftykins, well I have an Nvidia card as well, I use primusrun to launch progams with that23:48
daftykinsoh? your log said nothing about it23:49
TijGUBUN: just ask your question, somebody will anwser23:49
daftykinsusually they mention both23:49
UBUNTijG: thank's23:49
daftykinsUBUN: what language do you speak?23:50
spaceindaver_daftykins, yeah I thought that was weird too. I'm not sure what I did to break it either, was trying out a game dev library and my system crashed, when I rebooted unity failed to launch, maybe it messed with my configuration in some way23:50
daftykinsnot if another user works, nah23:50
UBUNso, my ubuntu can't restart after removing java open jdk, what should I do!!23:50
daftykinsubuntu does not rely upon java to run, so that's a bit weird.23:51
UBUNdaftykins: french or arabic :)23:51
daftykins!fr23:51
ubottuNous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.23:51
spaceindaver_daftykins, I will mv my config and reboot, see what happens. Thanks for the help though :-)23:51
daftykinsno problemo23:51
TijGUBUN: can't restart? what do you mean? does "sudo reboot" work in Terminal?23:51
UBUNTijG: I means by that, when I restart my computer afer the java open jdk being removing, I can't acess my ubuntu desktop23:53
TijGUBUN: what doesn't work? what do you expect to see?23:54
geniiUBUN: How did you remove it, through the Software Center or some other way?23:54
TijGthe graphical interface, does that work?23:54
TijGdo you get some sort of error message?23:54
UBUNTijG: I can not access my desktop on unbutu , he stops in the middle23:55
TijGUBUN: the middle?23:55
delinquentmethe defacto development machine for ubuntu ....23:57
delinquentmeMBP? or a ThinkPad?23:57
TijGThinkPad23:57
UBUNTijG: I mean, it can't display the desktop, it stops before23:57
spaceindaverdaftykins, unity is back! thanks for all the help :-)23:58

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