/srv/irclogs.ubuntu.com/2015/03/27/#ubuntu.txt

ToeSnackshow do you downgrade the kernel?00:01
OerHeksToeSnacks, hold shift @ boot and select a previous kernel00:02
ToeSnacksOerHeks: there is nothing else required?00:02
Lornehey all...00:02
LorneI need some help with a Purple Screen of death... - can anyone walk me through recovery?00:03
=== vince_ is now known as vince_the_ponder
OerHeksToeSnacks, not that i know of00:05
ObrienDavethere's a PSOD????00:05
Lorneyeah... I did some app updates today...and rebooted ....and it came back to a PSOD!00:06
vince_the_ponderI have a question about how to check if a computer has Internet connection, what is the most common way to check if a PC has Internet access? Do you browse to a web page or ping google.com or something?00:06
Lornehaven't been able to get a terminal or menu or anything.... just dead PSOD00:06
ToeSnacksOerHeks: thanks00:06
LorneI googled the forums for it....and there was some discussion for v12... but not much for v14....00:07
LorneCan I use a bootstick to "repair" my ubuntu?00:08
Bashing-omvince_the_ponder: -> ping -c3 8.8.8.8 , ping -c3 ubuntu.com <- verifies DNS .00:09
vince_the_ponderBashing-om, thanks, I guess 8.8.8.8 is the address Google has decided will never fail then? (recognize it as their DNS server address00:10
MoonlightningI'm getting an error that a /dev/mapper device doesn't exist on boot. I poked around in the initramfs shell, and noticed that it didn't seem to have a `cryptsetup` binary. I've tried booting into a live system, chrooting into the installation, and then reinstalling the cryptsetup package and running `update-initramfs`, but it doesn't seem to have helped. Any ideas?00:11
vince_the_ponderLorne, is the ubuntu installation on actual hardware or is it a VM? Regardless the bootstick is very useful tool and could be used to repair your installation00:11
ToeSnacksI appear to have ruined dpkg/apt somehow. When trying to run apt-get upgrade or apt-get autoremove or dpkg --configure -a I get this http://pastebin.com/raw.php?i=qTau6Q3y00:13
tallymarkdanyone know anything about conky?00:14
hkrrsxToeSnacks: sudo apt-get -f install00:14
tallymarkdwhats -f?00:15
vince_the_ponderforce00:15
hkrrsx^^00:15
tallymarkdoh. well i have conky installed already i just dont understand it. i get its like rainmeter but im not sure..00:15
ToeSnackshkrrsx: will try, thank you00:15
ToeSnackshkrrsx: does -f work for --configure on dpkg as well?00:16
bzmerhi everyone -- i just mounted an iso file using the file browser GUI, but i want to know how to go to the mounted directory in terminal. could you tell me about this?00:16
hkrrsxToeSnacks: " apt-get -f install " and " dpkg --configure " do 2 different things00:16
hkrrsxAs far as I know, anyways00:16
k1l!conky | tallymarkd00:16
Moonlightningbzmer: if you don't know where it mounted, you can invoke `mount` with no arguments to get a list of mounted filesystems.00:17
ToeSnackshkrrsx: dpkg is called by apt isn't it?00:17
k1ltallymarkd: https://help.ubuntu.com/community/SettingUpConky00:17
tallymarkdwhat is !conky like attention? confused00:17
hkrrsx!man dpkg00:17
bzmerMoonlightning: i did that (because i tried to google that), but i can't see anything in mount that seems relevant...this is a matlab ISO i got from my university department's IT person...00:17
k1ltallymarkd: conky is that what you tell it should be. see the several conky desktop pics to get a clue what is possible00:17
hkrrsxToeSnacks: dpkg and apt-get work independently of each other00:18
tallymarkdok. i have the manager installed but okay. thanks00:18
hkrrsxToeSnacks, dpkg will install a local .deb file, apt-get will install from a remote repository00:18
bzmerMoonlightning: if i right click in the open folder showing the stuff that was mounted, i get the following for "name": / on R2014b_glnxa64.iso00:19
bzmerMoonlightning: i see *nothing* like that in the output that mount gives me00:19
hkrrsxToeSnacks: See these links for the man pages to those commands ..... http://linux.die.net/man/8/apt-get --- http://linux.die.net/man/1/dpkg00:19
Moonlightningbzmer: as far as I can tell, `mount` lists them in the order they were mounted, so it should be the last one. Also try looking for the name of the .iso in the output, or things mounted under /media—I think that's where the GUI mounts things.00:19
ToeSnackshkrrsx: thanks00:20
ToeSnackshkrrsx: doesnt seem to work00:20
ToeSnackshkrrsx: it says that the package is at the latest version00:20
bzmerMoonlightning: this is the last thing listed by mount: gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=brian)00:21
hkrrsxToeSnacks: Great, then the package (software) is already installed and updated00:21
ToeSnackshkrrsx: when I run upgrade apt still thinks it needs to install it however00:21
Moonlightningbzmer: well, if `mount` doesn't display it, I dunno what to tell you.00:21
bzmermoon00:22
bzmerMoonlightning: hmm, oh well. thanks00:22
pi_user_84greetings everyone00:23
ToeSnackshkrrsx: apt says the packages are partially configured00:23
hkrrsxToeSnacks: What's the output from apt-get -f install ?00:23
hkrrsxToeSnacks: In pastebin if it's lengthy output, please00:23
ToeSnackshkrrsx: it's basically the same output from my original pastebin00:24
hkrrsxToeSnacks: Have you run apt-get update && apt-get upgrade ?00:25
ToeSnackshkrrsx: yes00:26
ObrienDaveapt-get dist-upgrade?00:26
ToeSnacksObrienDave: yes00:27
hkrrsxToeSnacks: how about apt-get build-dep which should download and install the dependencies first00:27
hkrrsxThen try installing your initial packages00:27
ToeSnackshkrrsx: I had no initial packages this started happening after a dist-upgrade00:28
hkrrsxToeSnacks: the 2nd line from your pastebin says you are trying to install cloud-init mountall postgresql, etc .... those are the "initial" packages I meant00:29
ToeSnackshkrrsx: I will try running the build-dep command against one of the failing packages though00:29
=== andrex|off is now known as andrex
ToeSnackshkrrsx: ah alright I ran sudo apt-get build-dep cloud-init and still get the same output as before00:29
hkrrsxsudo dpkg-reconfigure -a00:30
hkrrsx?00:30
=== jiohdi_ is now known as jiohdi
ToeSnacksalright I'll pastebin the output when it's done00:30
hkrrsxRunning out of ideas here .... sudo apt-get -f install should have fixed everything00:30
ToeSnacksit's seems to be working on it00:30
ToeSnacksI can describe the situation in more detail if you think it would help00:31
oldsk00li have a question i have ubuntu 12.04 pentium 4 3.2 ghz 3 gb ramm i have amba and zoneminder installd can i upgrade to 14.04 wit no problems ?00:31
hkrrsxLet dpkg-reconfigure finish00:31
oldsk00lps i have a 265 mb video card of msi gforce a old one00:32
ToeSnackshkrrsx: yes of course, I meant while we wait I can describe the steps leading up to the error00:32
oldsk00lamba is samba00:32
jiohdioldsk00l, a fresh install would be better otherwise it may be a royal disaster00:33
oldsk00l@jiohdi tnx00:33
elseJunhahahhha00:34
jiohdioldsk00l, otherwise you need to upgrade in steps from 12.4 to 12.10 to 13.4 to 13.10 etc00:34
oldsk00ldoes 14.04 doenst make it slower ?00:34
=== ron is now known as Guest38310
oldsk00loke :P00:34
oldsk00lbetter a clean install :P than a clean install it wil be :P00:35
jiohdimuch better00:36
jiohdimuch faster too00:36
ToeSnackshkrrsx: dpkg-reconfigure -a finished running and I ran apt-get update and upgrade to test, the same issue persists.00:36
oldsk00land does it mater that i have a old machine ?00:36
Guest38310hello. i am newish to linux and am looking to learn as much as i can about computers and linux. does anyone have any suggestions on where to start learning?00:36
jiohdioldsk00l, your specs seems good enough to run ubuntu00:36
hkrrsxToeSnacks: is it the " No apport report written because MaxReports is reached already " error ?00:36
ToeSnackshttp://pastebin.com/raw.php?i=ZhkMYCdn00:36
hkrrsxthanks00:36
hkrrsxchecking00:36
jiohdioldsk00l, if things get too slow you can use lubuntu00:37
oldsk00ljiohdi thats write :P00:37
oldsk00li have 12.04 4 over than a year know00:38
hkrrsxToeSnacks: Have a look at http://askubuntu.com/questions/31667/what-does-no-apport-report-written-because-maxreports-is-reached-already-mean and see the accepted answer (green checkmark)00:38
jiohdiI only have 2gigs of ram and the machine is like 5 and I am running ubuntu 15.400:38
oldsk00lin the begining i heard there were preformence isius00:38
k1lGuest38310: install ubuntu and start using it.00:38
oldsk00land does in run smooth00:38
jiohdioldsk00l, I am using open box and an lxpanel and it runs fine00:39
oldsk00lwat processor do you have ?00:39
vince_the_ponderGuest38310 try a little of everything because some things you may not like start by using an operating system you can dissect00:39
Guest38310lol i downloaded kubuntu and all of the ubuntu desktops including ubuntu, lubuntu, and xubuntu to test which GUI i like the best, and i have been using it off and on for years00:39
Arrickhow does one put the task bar on the bottom of the screen?00:39
jiohdioldsk00l, not really sure, its an e-machine with nvidia00:39
oldsk00loke buth my pentium 4 3.2 ghz would not be a problem00:40
Guest38310but it doesn't help me delve deeper into the command line and i would like to eventually move to linux as part of a career00:40
jiohdioldsk00l, I think thats a lot more than I have... but is it 64bit?00:40
oldsk00ljiohdi, tnx :p00:40
oldsk00ljiohdi, nope 32 bit00:41
oldsk00l12.0400:41
jiohdioldsk00l, not sure if thats an issue yet00:41
vince_the_ponderGuest38310 instead of jumping into the deep end start with a fresh installation of ubuntu, then customize to your liking by using terminal and nano, then move onto simple scripting, then see if you like python as a language.00:41
oldsk00lbetter 2 use 64 bit00:41
jiohdioldsk00l, I means your box not the software00:41
ToeSnackshkrrsx: should I just '> /var/crash/procps.0.crash' to clear the log and try again?00:42
Guest38310that is the thing, i don't know what nano is or how to customize.00:42
oldsk00li dont tink its a 64 bit00:42
Guest38310i only know basics like cd pwd and ls00:42
hkrrsxToeSnacks: Actually, I found another resource that suggests deleting the .crash files , not just zeroing them out00:42
ArrickGot it.00:42
=== megabit|away is now known as megabitdragon
ToeSnackshkrrsx: will try that00:42
hkrrsxTry deleting 1 or 2 and then run the dpkg-reconfigure -a  again00:42
jiohdiGuest38310, nano is just a text editor for terminals00:42
oldsk00lcan that be the problem ?00:43
hkrrsxIf that works, then perhaps remove the rest of the .crash files00:43
ToeSnackshkrrsx: there was only one file the /var/crash00:43
ToeSnacksand it's was onky 99k00:43
hkrrsxOk00:43
jiohdioldsk00l, it could be if you install 64bit software on a 32bit machine00:43
hkrrsxHope this fixes your issue b/c I'm leaving in ~10 minutes00:43
hiexpoman nano00:44
oldsk00ljiohdi, i think it is a 64 bit ist a box white sata conections :P00:44
oldsk00land i have instalt 32 bit 12.0400:44
jiohdioldsk00l, check the specs on your processor, only way to tell00:44
oldsk00loke :P00:44
ToeSnackshkrrsx: either way thanks for your help00:45
hkrrsxYou're welcome, thanks for the respect00:45
jiohdioldsk00l, under 4gigs of ram you can run 32bit software, but you can't run 64bit software on a 32bit processor00:45
hiexporun top oldsk00l see whats running00:46
ToeSnackshkrrsx: alright I killed the log and reran dpkg-reconfigure and apt update/upgrade and still have the same errors00:47
hkrrsxhttp://askubuntu.com/questions/378883/problem-with-package-installation-linux-image-server00:47
hkrrsxThe accepted answer calls for you to reboot00:47
hkrrsxI'll probably be gone by the time you come back00:47
jiohdioldsk00l, PC (Intel x86) desktop image is availible for 32bit machines. if you are not sure it will work on 64bit machines too00:48
hkrrsxBest of luck with the issue if that doesn't resolve it00:48
ToeSnackshkrrsx: this isn't the machine00:48
Guest38310how do i learn bash scripting?00:48
ToeSnackshkrrsx: but thank you again for all your time00:48
hkrrsx:)00:48
ToeSnackshkrrsx: the machine is a aws instance00:48
oldsk00lArchitecture:          i68600:48
oldsk00lCPU op-mode(s):        32-bit00:48
oldsk00lByte Order:            Little Endian00:48
oldsk00lCPU(s):                100:48
oldsk00lOn-line CPU(s) list:   000:48
oldsk00lThread(s) per core:    100:48
ToeSnacksit failed to start up after a kernel upgrade and I had to remount the drive on a different vm and alter the grub config to boot on the previous kernel00:49
ToeSnacksnow it's starting from the previous kernel and that's when it started doing this00:49
hiexpoGuest38310, http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html00:49
Guest38310thanks hiexpo00:50
hiexpoyup00:50
jiohdioldsk00l, PC (Intel x86) desktop image it is00:50
hkrrsxdo you have a 3rd oldest kernel installed?00:50
jakesylHey, so I'm trying to install ubuntu alongside windows 8.1 and using empty space for it, so on windows 8 it says that it is unallocated space but ubuntu says it is fat 16 so i don't think i can create partitions using that space, any ideas?00:51
ToeSnackshkrrsx: yes I think there are probably about 7 on there00:51
ToeSnacksis that likely to be the issue?00:51
hkrrsxTry booting into the 3rd oldest and try again00:51
oldsk00ljiohdi, yep00:51
jiohdijakesyl, use  gparted and clear out that space00:51
ToeSnackshkrrsx: could it be the kernel downgrade causing the issue?00:52
jakesylalright, let me try that00:53
Bashing-omGuest38310: also: http://blog.jdpfu.com/2014/12/28/learning-linux . Good intro tutorials.00:53
hkrrsxToeSnacks: it could be .... never know the answer to a problem until you reach it00:53
ToeSnacksmaybe apt is trying to configure agains the newer kernel and failing due to the kernel version being different than what it's expecting?00:53
oldsk00ljiohdi, long live putty :p00:53
jiohdioldsk00l, when it gets too old there is always a puppy varient00:54
jakesylalright, I'm in gparted00:54
oldsk00ljiohdi, yep long live puppy :P00:54
ToeSnackshkrrsx: anyway have a good night00:55
hkrrsxthanks, you too00:55
jakesylit's now showing up as unallocated..00:55
jakesyl(odd)00:55
jiohdijakesyl, does it have an sdX id?00:56
jakesyl(apoligies) how do i find out?00:56
jiohdijakesyl,00:57
jiohdiwhen it shows the partitions how does it designate them00:57
jiohdiyou should be seeing sd1 for the main and maybe sd2 for recovery etc00:58
bekksThere is no sd1 or sd2.00:58
jiohdior sda sdb00:58
bekksThere are sda, sdb, etc.00:58
jakesylthere is an sdb100:58
MoonlightningWhat happens after sdz? :o00:58
bekksWhich is partition 1 on sdb.00:58
bekksMoonlightning: sdaa is the next block device.00:59
Moonlightning:D00:59
jiohdijakesyl, is there that for the unallocated space?00:59
bekksI've seen around 1100 block devices on a single server, myself.00:59
jakesylnope00:59
bekksTry counting...00:59
jiohdijakesyl, is there any designation for the un-allocated space?00:59
jakesylno01:00
jiohdijakesyl, then you should be good to go01:00
jakesylalright but back on the install screen it says 1mb of free space01:01
jiohdijakesyl, next option is to partition it01:02
=== yolo is now known as Guest59808
balrog-k1nI have a grub problem that I think a lot of people upgrading from earlier version have where i386 grub boots up every time and can't find its modules because everything has been updated to x86_64, how do I get rid of the i386 grub?01:07
balrog-k1nI've tried grub-install --target=x86_64-efi on all possible devices01:07
ObrienDavejakesyl, the 1mb is normal. it can't allocate the drive 100%01:07
gangilHi, Is there a way I can host a debian repo on a rhel machine? I am unable to install reprepro on rhel01:08
ObrienDavejakesyl, something about cylinder boundaries. not to worry01:08
gangil?01:08
balrog-k1nand it works just fine, only when i reboot the i386 grub runs01:08
Guest59808Hi, I have a problem that'll sound really stupid but since I did an upgrade to 14.10 through the Software Updater GUI, the highlight color is bright pink (using XFCE) and I can't find any way to change it, Appearance, Theme configuration, and Window Manager settings don't affect it.01:10
Guest59808Any idea?01:10
crepplebalrog-k1n I'm just reading about Boot Repair https://help.ubuntu.com/community/Boot-Repair - I've read about something called fix grub and I'm just looking for that.01:12
Bashing-om!boot-repair | crepple balrog-k1n ::01:14
balrog-k1ncrepple: hmm I'll try that but I really wonder where that i386 grub is sitting right now, I think something is very wrong01:14
balrog-k1nit shouldn't be anywhere on the system at this point01:14
Guest59808Figured out my problem, sorry for disturbing01:16
yandu.01:19
crepplebalrog-k1n This also looks interesting http://www.supergrubdisk.org/ I've never really had  boot issues present themselves. I should probably read more in case they do01:19
decadence18I'm trying to configure sendmail and.. well. it's not working. It hangs after every command, no matter what command it is01:31
jeremiah__decadence18: Is there are reason you're using Sendmail?01:31
jeremiah__Are you just trying to "send mail" or do you really want an MTA?01:32
jeremiah__If you really want an MTA, why Sendmail?01:32
decadence18I'm attempting (emphasis on attempting) to configure fail2ban to send emails @jeremiah01:32
jeremiah__Ah, I see01:32
decadence18And i know nothing about this; I'm learning01:32
jeremiah__decadence18: :-)01:32
vince_the_ponderyou dont by any chance use gmail right ?01:32
decadence18@vince I do, yes. @jeremiah ?01:33
vince_the_pondersendmail and gmail hated each other when i tried to get them to play along nicely.01:33
owen1apt-get update => Failed to fetch https://get.docker.com/ubuntu/dists/docker/main/binary-amd64/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none01:33
jeremiah__Sendmail is an old and hard to configure tool.01:33
vince_the_ponderits do-able, but a very arduous process01:33
jeremiah__Look into configuring what is likely already on your system; exim for example01:33
decadence18What comes default with Ubuntu 14.04, if anything?01:34
jeremiah__decadence18: I imagine exim is the default since it is the default in debian01:34
jeremiah__do this; sudo which exim01:34
jeremiah__to see if it is on the machine01:34
decadence18Nope01:34
jeremiah__Or you can call aptitude like this; aptitude show exim01:35
jakesylSo i made all my partitins and stuff and when i try to designate a / file system as root it says no mount point01:35
jeremiah__Ah, I should have told you to use the proper package name; exim4-daemon-light01:35
decadence18Still no results for it as far as I can tell01:36
jeremiah__decadence18: try this; 'aptitude show exim4-daemon-light' or 'aptitude show exim4-daemon-heavy'01:36
jeremiah__Hmm. decadence18 do you have xmail on your system?01:37
jeremiah__Did you install Sendmail, or was it already on your system01:38
decadence18Nope, not that either.01:38
decadence18And I installed it01:38
jeremiah__Usually it is symlinked01:38
jeremiah__Ah, okay01:38
vince_the_ponderdecadence18, "sudo apt-get install exim4" boom you have exim401:38
jeremiah__Now I understand. You likely did not get a default MTA since perhaps you're using a server install.01:38
jeremiah__Makes sense.01:38
jeremiah__In any case, I stopped configuring Sendmail years ago unfortunately and won't be much help there.01:39
jeremiah__I can help a bit with exim, or other MTAs.01:39
decadence18Have you ever used exim or anything with fail2ban?01:39
jeremiah__decadence18: Yes, I think I have a working config running now.01:39
jeremiah__:-)01:39
decadence18Well, let me try attempting that01:39
jeremiah__What are you banning? ssh brute force attacks?01:39
jeremiah__Because my solution for that is sshguard01:40
jeremiah__Which is pretty good01:40
decadence18Along with, hopefully, apache01:40
jeremiah__I also switch my ssh daemon port to something non-obvious.01:40
jeremiah__But your users might have to use port 22 so I don't know if my solution will work for you01:40
jeremiah__fail2ban should support apache and ssh out-of-the-box01:40
creatureHas anyone else had any issues with the broadcom BCM43142 wireless card on ubuntu, I have had a google and tried a few things but still nothing is working. Thanks01:41
jeremiah__Its a non-obvious configuration file01:41
jeremiah__Though its well documented01:41
decadence18It does, my problem is getting the email support. I THINK i have the jail.conf/local set up.01:41
jeremiah__creature: Do you have the latest drivers?01:41
jeremiah__decadence18: I only enabled the jail and log files. I didn't enable email support since I use logwatch to email me my logs daily.01:42
creatureyeah, I have also tried using the additional drivers under the ubuntu settings01:42
decadence18I'm not using that, but I've noticed some odd login attempts (very  odd considering very few people have my IP), and so I'm attempting to monitor them01:43
jeremiah__creature: More than upgrading the drivers I don't really have any advice, I'm not familiar with the hardware. :-/01:43
jeremiah__decadence18: Likely just skiddies. But always worth checking out.01:43
jeremiah__You can read /var/log/auth.log to find out logins.01:43
jeremiah__That is good readhing. :-)01:44
decadence18@jeremiah Apparently I have a package utilizing rmail01:44
creature no worries, getting ubuntu installed alongside windows on the new hp uefi bios was enough of a pain as it is01:44
jeremiah__decadence18: interesting. :-)01:44
jeremiah__creaux: :-) Sounds . . . complex.01:44
decadence18I have no idea how to use that either. xD01:45
jeremiah__heh, nor do I01:45
decadence18Okay so I tried reinstalling sendmail, and I got a warning "WARNING: local host name (...) is not qualified"01:49
decadence18any idea why?01:50
macibookg3Hi first time here01:52
Bashing-omjakesyl: Back up to the initial install screen, choose "change" and in the next screen set the mount point '/' .01:52
Bashing-ommacibookg3: Welcome, you have a support question ?01:53
vince_the_ponderdecadence18, you dont have a FQDN (domain name like google.com) and your hostname does not resolve to an IP address as far as sendmail could tell01:53
macibookg3I have a MacBook Pro 8.1 Late 2011 I would like to install 14.04LTS on it as a second OS or on its own01:54
decadence18And how would I fix said warning?01:54
macibookg3I have used Unetbootin to put the AMD 64 bit onto a USB stick but I can not get me Mac to boot the USB01:56
=== thomas is now known as evilthomas
=== rwp_ is now known as rwp
chacha#ubuntukylin02:20
=== mkv is now known as m4v
chacha#ubuntukylin-devel02:21
aeiouj02:38
=== megabitdragon is now known as megabit|away
=== elliotd123_ is now known as elliotd123
nikola_test02:47
somsip!test | nikola_02:47
ubottunikola_: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test )02:47
evilbugare there no more arm versions of ubuntu or am i not looking in the right place?02:50
evilbugnevermind, found it.02:51
macibookg3 I have a PowerBook Pro8.1 Late 2011.  I have downloaded ubuntu-14.04.2-desktop-amd64.iso and used UNetbootin to put it on a USB 8GB Stick but I can not get my Mac to boot from it .  please help. I would like to be able to install it as a second OS or on its own02:52
not_dammithow's the state of surface pro 3 support for ubuntu?02:52
not_dammitmacibookg3, powerbooks aren't made past 200602:54
not_dammitare you sure you're not using a macbook pro?02:55
evilbugmacibookg3: you mean macbook pro? you need something like http://sourceforge.net/projects/refind/02:55
not_dammit^02:56
macibookg3yes you are right02:56
not_dammitit's an issue with the boot manager of OSX02:56
not_dammitit only recognises darwin/win32 systems02:56
macibookg3 I have a MacBook Pro8.1 Late 2011.  I have downloaded ubuntu-14.04.2-desktop-amd64.iso and used UNetbootin to put it on a USB 8GB Stick but I can not get my Mac to boot from it .  please help. I would like to be able to install it as a second OS or on its own02:56
not_dammityou'd need an EFI tool like rEFInd or rEFIt02:57
evilbugmacibookg3: dude, check out youtube, there are plenty of videos on that subject which should help you out.02:57
evilbugmacibookg3: do a search for 'ubuntu mac' and voila.02:57
somsip!mac | macibookg302:58
ubottumacibookg3: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages02:58
not_dammitrEFIt is kinda old02:58
macibookg3I tried to use rEFIt but that dose not seem to work boot manager dose not come up.  Also I have Mac OS 10.10.202:58
not_dammitmacibookg3, http://refit.sourceforge.net/doc/c1s3_remove.html02:59
vince_the_pondermacibookg3, you are attempting to do something that apple is not fully in agreement with, so they make you jump through hoops02:59
not_dammitthen install rEFInd02:59
not_dammitApple's ecosystem tends to be.... anally closed02:59
vince_the_ponderthats why the bloat so much :-P03:00
not_dammitI mean, it's not so much bloat, as it is a development philosophy03:00
not_dammitanyone know of the state of ubuntu on Surface Pro 3?03:00
vince_the_pondermine was a constipation joke..03:01
not_dammitDAMMIT03:01
not_dammitI'm tired, ignore me03:01
vince_the_ponderive officially turned over three of my mates at work over to linux full time on their home pc's03:01
not_dammitI game a lot, so I use windows most of the time, but I'll be damned if it isn't painful to do any remotely technical thing on it03:02
iqbalkhanHello, what date ubuntu 15.04 will be released?03:11
evilbugapril.03:14
bodhi_zazeniqbalkhan, https://wiki.ubuntu.com/VividVervet/ReleaseSchedule03:15
=== mkv is now known as m4v
BlackDalekHow do I install Ubuntu 14.04 as guest OS in virtualbox virtual machine on my mac running host OS MacOS 10.6.8? Mac can't even mount the installation ISO.03:22
linuxuz3r;(03:25
=== gerald is now known as Guest75447
=== sleepypc is now known as `hypermist`
LTS14N00bI am having trouble with my FujiXerox printer driver where I can't get it to duplex print, even though one of the options is to duplex. I am using the official FX driver from the website links, but to no avail.03:45
=== mohan is now known as Guest526
Guest526?03:56
Guest526\quit03:56
Guest526exit03:56
Guest526quit03:56
solomonixhere's a tricky one . . . is there a way I can redirect standard input to a pipe?  i.e. I have a script being called with "echo 'somestuffhere' > myscript" and I need to mimic the behavior as if it was "echo 'somestuffhere' | myscript"03:57
BlackDalekHow do I install Ubuntu 14.04 as guest OS in virtualbox virtual machine on my mac running host OS MacOS 10.6.8? Mac can't even mount the installation ISO.04:03
cfhowlettBlackDalek, physical USB?04:04
LTS14N00bI have booted a live CD of 14.04 (64Bit) on my Laptop computer (Which I had Ubuntu on before and everything worked OK) and the Wifi is not recognised, it acts as if there is no wifi in the lap top at all..04:07
cfhowlettLTS14N00b, which wifi?  broadcom??04:07
cfhowlettLTS14N00b, if broadcom = easily fixed04:07
LTS14N00bcfhowlett: You've got me on that one.. How do I check?04:08
cfhowlett!broadcom | LTS14N00b04:09
ubottuLTS14N00b: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx04:09
BlackDalekcfhowlett, don't have access to a free usb :( I was hoping there would be some way to convince the mac to use the ISO or a burnt DVD.04:10
cfhowlettBlackDalek, and my question is: in what form is the ISO?  do you have it on a USB or what?04:10
BlackDalekcfhowlett oh sorry... I thought you were making a suggestion... I have it as a downloaded ISO and a DVD I burned from the ISO.04:11
cfhowlettBlackDalek, perfect04:11
LTS14N00bcfhowlett: Yes, it's a Broadcom BCM4318 (going by the Ubottu link)04:12
cfhowlettBlackDalek, using the downloaded iso: go to virtualbox, Device menu: CD/DVD, unmount whatever is there, and mount your iso04:13
cfhowlettLTS14N00b, you'll like this:04:13
cfhowlettLTS14N00b, navigate to filesystem>pool>main>D>dksm04:13
cfhowlett*dkms*04:13
cfhowlettsudo dpkg -t dkmsFOO.deb04:13
cfhowlett"FOO" = I ain't typing all that mess04:14
cfhowlettLTS14N00b, then do the same with filesystem>pool>restricted>b>broadcom>bcmwl-kernel-source_FOO04:16
BlackDalekcfhowlett.. can't actually get that far. Virtualbox dies at the virtual machine creation stage when it asks for an OS to load onto it. So can't ever get to the stage where I can access the "devices" menu for the virutal machine.04:16
cfhowlettBlackDalek, could be #vbox failing, could be a MAC specific issue.  Can't help with those.  sorry.04:17
cfhowlett!mac | BlackDalek04:17
ubottuBlackDalek: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages04:17
cfhowlett!vbox | BlackDalek04:17
ubottuBlackDalek: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox04:17
ForTheWinwhat do you guys prefer, lubuntu or lxle?04:19
cfhowlettForTheWin, gee let's think.  lubuntu = official ubuntu distro.  lxle = not.  this is ubuntu support so .... lubuntu FTW!04:19
LTS14N00bcfhowlett: I can't find it. I'm still fairly green with Linux.04:20
cfhowlettLTS14N00b, open you file manager; nautilus IIRC04:20
LTS14N00bcfhowlett: Open04:21
cfhowlettLTS14N00b, wait 1: firing up a virtual machine04:21
cfhowlettLTS14N00b, http://oi60.tinypic.com/kaifjn.jpg04:25
cfhowlettLTS14N00b, devices > computer > cdrom > pool >04:26
cfhowlettLTS14N00b, not your fault: my previous instructions were inaccurate.   sorry.04:26
LTS14N00bcfhowlett: Yes, I see similar and am in the pool folder with "main" and "restricted" folders showing only04:28
tripelbHelp. 14.04 gnome 2D. I clicked on the example sont.ogg swann something. OK I heard it and hated it so I clicked the program closed. AND IT KEPT PLAYING with nothing indicating it was playing and no way to control it. What in the world? This is awful. (finally I did top and kill process number) Please explain this oversight to me. This is not the way a system should behave.04:28
cfhowlettLTS14N00b, great.  main > d > dkms04:28
LTS14N00bcfhowlett: In the "main" folder I only see b43-fwcutter"04:29
cfhowlettLTS14N00b, MAIN!04:29
cfhowlettyou are in the restricted folder04:29
cfhowlettand you must dpkg -i dkms first04:30
LTS14N00bcfhowlett: I dont' know how I got in there, maybe lag in the computer and I ended up there. I see it now...04:30
cfhowlettLTS14N00b, PEBKAS error    :)04:30
LTS14N00bcfhowlett: there is a deb file in there dkms_2.2.0.3-1.1ubuntu5_all04:30
cfhowlettLTS14N00b, sudo dpkg -i that file04:31
tripelbNVIDIA-bla-bla.run doesnt run. -- :~$ NVIDIA-Linux-x86_64-304.88.run --check04:31
tripelbNVIDIA-Linux-x86_64-304.88.run: command not found  (but the command is there and I can cat it and get horrid binary output) It is a file to install the driver. I did it with the --check option to check the file and same thing.04:31
mewtwohttp://askubuntu.com/questions/601812/kernel-on-ubuntu-partition-has-stopped-working can someone help me with this?04:32
LTS14N00bcfhowlett: It is processing at the moment. This would be the same procedure if it is installed on the HDD, except for the path of course?04:36
cfhowlettLTS14N00b, nope.04:36
LTS14N00bcfhowlett: Just when I thought I was getting used to it LOL - I have the command line back.04:37
cfhowlettLTS14N00b, for some reason, broadcom doesn't always work on a live session.  installation to permanent storage generally works04:37
cfhowlettLTS14N00b, they do pull you back in :)04:37
cfhowlettLTS14N00b, same operation for the next .deb   restricted > b > bcmwl > broadcom-kernel-source-FOO.deb04:38
LTS14N00bcfhowlett: It's processing now. What path would I need to use for once I install onto the HDD?04:42
cfhowlettLTS14N00b, it should automagically configure.  if not, plug in your ubuntu boot USB and dpkg -i these 2 files to your hdd04:43
=== `hypermist` is now known as sleepypc
LTS14N00bcfhowlett: Ah, OK, is this because I've just dpkg'd both these packages or normally (I have a friend who is having the same problem and he has installed onto HDD, but not sure as to what brand of WiFi dongle he is using)04:44
cfhowlettLTS14N00b, this procedure has worked on every broadcom b43** chipset I've encountered.  I can't advise on other broadcom or non-broadcom models.04:45
LTS14N00bcfhowlett: That's OK. As long as I can ge tmy laptop running, I can then latch onto his network and get back onto this forum for the WiFi dongle issue...04:46
cfhowlettLTS14N00b, as far as dongles go, I'd advise trashing any dongle that fails and getting a known replacement.  they're cheap04:47
Besogongood day. Did someone install vagrant from official site using deb[64]? I can't start vagrant after installation. It halts with error: [BUG] Segmentation fault ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]04:49
pipo_I do "sudo hostname pc"          and I get                 "sudo: unable to resolve host pc"               and the hostname is not set,              please help?04:51
Besogonfuuu... installation vagrant deb[32] helped04:54
=== kalen is now known as kalen_not-here
=== CompuDesktop_ is now known as CompuDesktop
=== sleepypc is now known as `hypermist`
=== corey84_ is now known as Corey84
=== CompuDesktop is now known as Compu
systemd0wnQuestion, using the desktop networking widget I attempted to create a bonded interface for eth0 and wlan0. However, after realizing it wouldn't let me pick my wlan0 I decided nevermind. But now I can't delete the network interface it has created. Help?05:31
=== SL0P3 is now known as AxeHandleInsideY
=== AxeHandleInsideY is now known as WhatDoRead
drakedouayMy default keyboard layout is dvorak, but I switched it to qwerty today. For some reason every window is qwerty except steam. Any idea why steam would still be using dvorak?05:32
=== WhatDoRead is now known as Othodontistt
systemd0wndrakedouay: is there perhaps a steam settings file that it's reading from?05:33
LTS14N00bcfhowlett: Thanks for your help, the laptop is still churning away (I am waiting for the memory upgrade to arrive) - it failed beacuse it was read only media. I will keep a copy of your directions for when I install on the HDD.05:33
drakedouaysystemd0wn: that would be awesome if true. Only reason to switch to qwerty is for steam.... checking ....05:34
systemd0wndrakedouay: perhaps in one of these places? http://steamcommunity.com/app/221410/discussions/0/846939854175874788/05:34
cfhowlettLTS14N00b, happy2help!05:34
=== Othodontistt is now known as BeautifulWhales
=== BeautifulWhales is now known as MajesticWhales
=== x44x45x41x4E is now known as [Away]x44x45x41x
=== [Away]x44x45x41x is now known as x44x45x41x4E
systemd0wnAnyone know much about bonded interfaces?05:42
=== MajesticWhales is now known as RUSRS
=== RUSRS is now known as PotatoMan
=== andrex is now known as andrex|off
=== andrex|off is now known as andrex
=== PotatoMan is now known as FukMangoz
Patero-ngdoes it runs the same speed if I install ubuntu then running it from a external HD iso image05:51
drakedouaysystemd0wn: doesn't seem to be it. I deleted all the steam files and uninstalled. Then made sure I had the correct keyboard selected and reinstalled, still dvorak05:52
cyborgcygnusUsing DD I cloned a 160gbs encrypted hdd to a 500gb hdd. The line was similar to this "dd if=/dev/hda of=/dev/hdb conv=noerror,sync bs=1024", is bs the block size? Is it important to get that the same size as the first hdd?05:52
systemd0wndrakedouay: huh. that's certainly odd. You just reminded me I ought to install steam so I'll poke about when it's done and see what I see.05:53
editionI am stuck with windows 7, and I am looking for suitable bootloader alternatives to grub.05:53
Patero-nglilo05:54
Patero-ngused it on bt305:55
drakedouaysystemd0wn: I am thinking about making a new user and trying again. Maybe they are detecting my default layout05:55
cyborgcygnusedition, Are you dual booting?05:56
editionnot at the moment.05:57
cyborgcygnusedition, Do you just want to get rid of bootloaders altogether & return to booting windows normally?05:58
systemd0wndrakedouay: perhaps? I doubt it, but maybe.06:00
editiondualboot ubuntu and windows.06:00
cyborgcygnusedition, what's wrong with grub? There's an app you can install to set windows as the first boot choice instead of windows if that's the problem06:01
cyborgcygnusInstead of ubuntu*06:01
somsipcyborgcygnus: ask in ##windows06:04
somsiper..ignore that - misread06:05
cyborgcygnussomsip, Was going to say lol06:05
=== FukMangoz is now known as Alzebro
=== `hypermist` is now known as sleepypc
=== Alzebro is now known as Jac0liobo
yaquyahey, where is the folder where Google Chrome webapps are? when i created them, chrome asked if i wanted to put the webapp on desktop or applications, and i didnt choose desktop...  now i would want to change those icons...06:09
theoriginalpineshello06:12
LTS14N00bI have a HP5370C scanner that according to SANE-PROJECT.ORG, the HP 5370c is a supported device but it is not recognised by any of the scanning programs (Simple Scan or Xsane). Any ideas/suggestions on getting it working06:13
=== Jac0liobo is now known as alzebro
theoriginalpinesI'm having trouble mounting my nexus 5 to my laptop to ubuntu 14.04 lts06:14
lotuspsychjetheoriginalpines: join #ubuntu-touch06:15
lotuspsychjetheoriginalpines: and follow the wiki install06:15
kauwa"Official Ubuntu Support Channel."  <--- and this is the topic???06:17
OerHekskauwa, yes.06:22
kauwaw.o.w06:25
premiehunterHi06:26
ObrienDaveGreetings & Welcome06:26
amigahi06:26
amigaare you there06:26
ObrienDaveno06:27
amigaaros06:27
theoriginalpineslotuspsychje it doesnt specify what tools. am i missing it?06:27
amigacommodore 6406:28
amigarun06:28
Patero-nghola amiguita06:28
amigahtml06:29
amigahi06:29
pgunnarshey, so i accidentally annotated some extra data to a binary file of mine, was wondering, how do I remove the wrong data?06:29
pgunnars(I've found it in a hex editor, it's a repetition of the first part)06:30
Patero-ngpgunnars did you do the housekeeping module06:31
Loshkipgunnars: why won't the hex editor let you edit it?06:31
=== alzebro is now known as PotatoBoy
kiraoi06:32
kiratem alguem aqui?06:32
Patero-ngKira is that you?06:32
Patero-ngeres tu mi amiga?06:32
Loshki!pt | kira06:32
ubottukira: 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.06:32
kirano06:32
kirajoin #ubuntu-br06:33
linuxuz3r!X1106:33
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution06:33
linuxuz3r!xorg06:33
ubottuX.Org is an implementation of the X Windows System, and is the part of your system that's responsible for graphical output. To restart it on an Ubuntu system, type 'sudo service lightdm restart'. To fix screen resolution or other X.Org problems: https://wiki.ubuntu.com/X/Config/Resolution . See also !xorgconf06:33
pgunnarsPatero-ng: ???06:34
=== PotatoBoy is now known as Alzebra
linuxuz3r!failsafe06:34
pgunnarsLoshki: not sure how to delete all the data below that block06:34
mewtwohttps://bpaste.net/show/d40177a15360 can someone show me how to fix this?06:35
editionBefore I install, does Ubuntu have stable graphics card drivers for AMD Vision cards?06:35
Loshkipgunnars: dunno what to tell you. Read the docs for your hex editor. I would use emacs personally, but that doesn't help you at all.06:35
mewtwoedition: i have an A6 AMD vision and havent had any issues06:36
mewtwowell, nothing related to graphics card drivers06:36
Loshkiedition: also, the live cd is meant to allow you to test if your hardware work before committing to an install.06:36
adammmmewtwo, http://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list06:36
mewtwothanks adammm06:36
adammmmight give you some more details on it, relatively easy fix06:37
editionwhy is the dash menu on the left?06:37
mewtwoadammm: yeah figured it was. just didnt know what it was looking for06:37
adammmprobably a silly comment in your sources.list06:38
=== andrex is now known as andrex|off
=== Alzebra is now known as Potato
=== Potato is now known as Salsa
=== Salsa is now known as Chips
=== Chips is now known as Mexicans
=== Mexicans is now known as JohhnyKnox
bojanI have installed libreoffice 4.0 version after purging 3.5.7.2.But libreoffice 4 taking too much of time to load i want to purge version 4 and resinatll 3.5.7.2...Can anybody guide me on this?06:44
somsipbojan: how did you install v4?06:47
evilbugwhat's the difference between ubuntu server and snappy ubuntu core?06:47
somsipevilbug: http://askubuntu.com/questions/589426/how-do-you-compare-ubuntu-server-to-snappy-ubuntu-core06:48
bojansomsip:i have purged and installed v4 by adding source list06:48
somsipbojan: what source have you used?06:49
evilbugsomsip: thanks for that. so i'll probably just install a standard arm7 version on raspberry pi then :)06:50
somsipevilbug: for normal use, probably best06:50
evilbugsomsip: do you know why canonical stop releasing arm isos?06:51
somsipevilbug: no - there is a #ubuntu-arm channel (or similr) I believe06:51
evilbugsomsip: cool, thanks agian.06:51
bojansomsip:check thsi link "http://paste.ubuntu.com/10687795/"06:52
somsip!ppa-purge | bojan06:52
ubottubojan: To 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.html06:53
bojansomsip:how to purge the ppa??I have just removed from /etc/apt/sourceslist.d06:53
somsipbojan: I just triggered a FAQ to tell you that. Read it06:54
bojansomsip;okay06:54
bojansomsip:yes i have purged the ppa and how to install the same version i want libreoffice 3.5.7.206:57
somsipbojan: http://askubuntu.com/questions/428772/how-to-install-specific-version-of-some-package06:58
editionI don't have a dvd or a flash drive.06:58
cfhowlettedition, USB ....06:59
editionI know.06:59
developerhello there07:01
developeri am loosing battery life much faster than window in linux ubuntu07:01
developerwhat can be the solution07:01
SVCR3D-SHVD0WSwhats the comand in xchat to join a channel..... /join --channel    ???07:02
=== sleepypc is now known as `hypermist`
ObrienDaveyes07:02
ObrienDave /join #channel07:02
SVCR3D-SHVD0WSthansk ObrienDave07:03
ObrienDavesure07:03
SVCR3D-SHVD0WSObrienDave, where u from07:04
ObrienDavenorthwest USA07:04
SVCR3D-SHVD0WSsorry guys I havent been on my linux distro for a while when i want to adress a specific user... how?07:08
somsipSVCR3D-SHVD0WS: er...what's the question exactly?07:09
editionshould I use easyBCD?07:09
SVCR3D-SHVD0WSsomsip, u just adressed me directly.. howd u do that07:09
cfhowlettSVCR3D-SHVD0WS, nick completion.  first few letters of their nick + TAB07:10
SVCR3D-SHVD0WSo shit i forgot its that easy... high as fuck over here07:10
somsipSVCR3D-SHVD0WS: watch the language, and offtopic chat belongs in #ubuntu-offtopic07:10
Sidju_Good day to thee. I'm currently experiencing a problem that makes all of the shutdown, suspend and hibernate shortcuts in the shutdown menu all open the logout/lock menu. Shutting down through terminal works.07:15
Sidju_Does anybody have any idea of how to solve that?07:16
SVCR3D-SHVD0WSsomsip, my bad no bad intentions over here homie07:23
SVCR3D-SHVD0WSsomsip, what exactley does ubuntu-offtopic cover? just like simply anything with ubuntu but off topic from ubuntu if that makes sense. so like generally computers NSFW kinda shit?07:24
cfhowlettSVCR3D-SHVD0WS, you were asked to dial back the profanity.  you are violating the guidelines.  stop.  now07:25
cfhowlett!guidelines | SVCR3D-SHVD0WS07:25
ubottuSVCR3D-SHVD0WS: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines07:25
ObrienDaveSVCR3D-SHVD0WS, ALL ubuntu channels request you act in a family-friendly manner07:27
=== Chetic_ is now known as Chetic
mutualSVCR3D-SHVD0WS, #ubuntu-offtopic is for non-support related talk for users of #ubuntu.  NSFW content and profanity will not be tolerated.07:30
readidkillall07:32
SVCR3D-SHVD0WSsorry dudes i didint know we could say sh**07:36
ObrienDave*sighs*07:37
SVCR3D-SHVD0WSObrienDave, you like drake? lmfao?07:38
* ObrienDave loves a good /ignore command07:39
somsipObrienDave: funnily enough, I just did that too :)07:39
ObrienDavegreat minds think alike :)07:40
mutualSVCR3D-SHVD0WS, talking about drake is not allowed here.  this is for support only.07:40
mutualSVCR3D-SHVD0WS, and I believe that censoring yourself with asterisks is also not allowed.07:40
fizk_Is there a way to set a limit on how many TCP connections can idle in the CLOSE_WAIT state?07:41
somsip!ignore | mutual (not worth calling the ops, he'll soon get bored and leave)07:41
ubottumutual (not worth calling the ops, he'll soon get bored and leave): If you really don't wish to see the messages from a particular person on IRC, you can use /ignore nickname07:41
mutualsomsip, i know, i'm just letting him know07:41
somsipmutual: fair enough. He;s just a stoned troll. If he gets abusive, just signal the ops07:41
mutualsomsip, yup07:42
ObrienDavehe gives us old stoners a bad name ;P07:42
mutualObrienDave, #ubuntu-offtopic ;P07:43
somsipObrienDave: I've had my day. He;s just learning how to grow up. Still, !ot and !illegal (probably)07:43
mutual!illegal07:43
ubottupiracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o07:43
mutualah.07:43
ObrienDavemost definitely07:43
mutualsomsip marijuana is not illegal everywhere though.  it's still offtopic without a doubt though.07:44
somsipmutual: yes. And no more from me on this07:44
mutualok.07:44
cfhowlettObrienDave, !  I KNEW it!07:45
mutualcfhowlett, #ubuntu-offtopic07:45
mutual:)07:46
cfhowlettmutual, OK07:46
ObrienDave;P07:46
somsip:-L surely?07:46
cyborgcygnusAnyone know how to resize an encrypted partition to fill the remaining hdd size from a live ubuntu usb?07:56
=== ubik is now known as Guest19178
dsnyders!backup07:57
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning07:57
cyborgcygnus!cloning08:00
ubottuTo replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate08:00
Peace-why git push on github website sometime works and sometime it doesn't ? http://paste.ubuntu.com/10687957  btw   i did my .netrc , in this way http://paste.ubuntu.com/10687953   , git cloned with https08:08
=== norc is now known as Guest88148
mutualPeace-, you could try #git08:11
Peace-mutual: done there is a ddos attack on github website08:12
Peace-mutual: thank you for support08:12
jkroonhttp://ubuntuforums.org/archive/index.php/t-2039786.html - i'm running into a similar issue.  the filesystem with the least free inodes is /usr with 8.5K free inodes, and that matches the error (error creating symbolic link `./usr/src/linux-headers-3.16.0-33-generic/scripts/kconfig/lkc.h': No space left on device).08:13
jkroonI just can't imagine linux-headers installing 8.5K files though ...08:13
bindiwhat's the iptables file location in ubuntu?08:14
jkroonwhere does apt/dpkg first extract the "image" to?08:14
Peace-jkroon: in your root ?08:14
jkroonthere are no remnant files from the failure.08:15
Peace- /usr/src/ ??08:15
Peace-NO SPACE LEFT ON THE DEVICE08:15
jkroonmeaning I'd at least expect the /usr/src/linux-headers-3.16.0-33-generic folder to exist.08:15
Peace-so i guess ...08:15
jkroonok, so that does look viable.08:16
jkrooncan I safely nuke everything under /usr/src/linux?08:16
jkrooncan I safely nuke everything under /usr/src/*?08:16
Peace-jkroon: no08:16
bindiugh08:17
bindi-A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-port 808008:17
Peace-jkroon: have your /home mounted on the same partition of /08:17
bindii need to add this into my ubuntu vm (testing something) but this ufw thingie is kinda in my way >.<08:17
Peace-jkroon: if you don't know run sudo fdisk -l then paste the code08:17
norcbindi: Funny. Im trying to do the exact same thing but its not working :D08:17
jkroonok, in /usr I've got 317M available, and 8.5K inodes ... that should be just fine.08:17
bindinorc: hah, do tell me if you get it working :P08:17
norcbindi: http://pastie.org/1005684208:17
norcI wish I could :D08:18
adammmahh listen to those plates clang in this 2.5" drive.... sounds like a coo coo clock08:18
bindinorc: there are some ufw files in /etc/ufw08:18
bindii'm gonna try before.rules08:18
norcbindi: My ufw is inactive08:18
bindihm08:18
bindimine isnt :P08:18
jkroonPeace-, /usr sits on LVM so the output from fdisk won't help you much.  I'll rather pastebin the output of df -h and df -hi for you here:  http://pastie.org/1005684708:18
norcI tried dnat, tried redirect, nothing seems to be working. :(08:19
Peace-jkroon:  86% /usr08:20
Peace-jkroon: so guess maybe it has some problem with that i guess08:20
jkroonAvail = 317M >> additional space used.08:21
jkroonok, added a 1G to /usr, same problem.08:22
jkroonbut don't worry, i'll figure something out.08:23
vdsI get an interesting error tryinh to update ubuntu today: unable to install new version of `/usr/bin/sudo': Device or resource busy any suggestions?08:23
jonatan_Hello, ive ran into some wierd problems. Ive just installed ubuntu server 14.xx in a brand new pc. The installation is going well and after its done i remove the usb and restart. The boot screen rolls by and then nothing.08:26
jonatan_The screen is just black and i cant login, if i do the login in by freehand and spam enter nothing comes up. Ive tried CTRL ALT F1 F2, still nothing08:27
jkroonPeace-, I'd recommend a restriction gets added to the installed that / may not be smaller than 1G (assuming /var, /usr, /home, /tmp and /boot is on separate partitions).  Bigger for each of those that's not elsewhere.08:27
jkroonproblem is /lib/modules/ that consumes approx 200MB / installed kernel.08:28
jonatan_I have the system installed on a 250gb ssd08:28
Peace-jonatan_: mmm have tyrou tried to boot from recovery kernel ?08:29
Number5Hello guys, I started a program for a long process from terminal. Now I'm not sure whether it's ready or not, so I want put the process as a background task so I can do some checks, like top. How can I achieve that if the program is already running?08:29
jonatan_No i have not Peace. I will have to look into how to do that08:29
dreamonIs there a tool out there, where it is possible to paste some often used textparts. for console or other belongs. Im getting old, an I hate it to google for so much things, I already did years ago. Like a database with important Lines I can easly paste somewhere?08:30
Peace-jonatan_: nothing when you reebot you should see the grubmenu  something like that http://1.bp.blogspot.com/-_YAvrJXlqrg/UFSTdc6y66I/AAAAAAAAGlU/Q1-4AvXqoHg/s640/grub-recovery-mode-1.png08:30
jonatan_Peace, first its just mobo, then the grub menu where i pick boot ubuntu, then the screen rolls and everything loads then nothing08:31
jonatan_ah ok i see Peace- i will try08:32
bindinorc: any luck?08:32
=== azharh_ is now known as azharh
=== Guest23195 is now known as cyphase
Peace-dreamon: you need to redirect the standard output to a log file i guess08:32
jonatan_Peace- I could now drop into a root shell. But how do i fix so this problem dont occur next time?08:34
Peace-jonatan_: ok now you need to figure out why it doest that08:34
jonatan_Peace- yes.08:34
Peace-jonatan_: it could be a video driver problem08:34
Peace-so can you go in the standard shell now and try to do startx?08:35
Peace-jonatan_: i actually work on kubuntu so i do not know well ubuntu-unity but it should be that08:35
Peace-jonatan_: that is a fresh installation ?08:35
jonatan_Its not unity, its just cli server based ubuntu08:35
Peace-jonatan_: so .... better08:36
Peace-jonatan_: no video driver so ? right ?08:36
jonatan_No driver installed08:36
norcbindi: Yes. Though I doubt my solution is of any help to you.08:36
Peace-jonatan_: it just hangs and you can't get the konsole08:36
jonatan_yes08:36
bindinorc: do tell08:36
Peace-jonatan_: weird08:36
norcbindi: Though it might. I completely forgot I had a firewall between me and my server. ;)08:36
Peace-jonatan_: the installation is fresh or not ?08:36
jonatan_Fresh08:37
Peace-jonatan_: i am thinking08:37
Peace-jonatan_: yoiu have oonly ssd ?08:37
jonatan_No, there is a big hdd also in the system08:37
Peace-no flash no sd no other memoy stuff08:38
jonatan_No sd card in, just the hdd and ssd08:38
Peace-jonatan_: mmm so ... maybe could be an hang for the other hd08:38
Peace-jonatan_: have you checked the fstab?08:38
norcbindi: So on a scale from 1 to 10, how much did my solution help you? :p08:38
jonatan_No. What will i be looking for?08:38
Peace-jonatan_: could try to commet the line of the no-system hd\ssd ?08:39
bindinorc: i just removed ufw and started with a new rules.v4, seems to get me going :P and nah it didnt help, im playing with a vm08:40
Peace-*comment08:40
dhilipanhello08:40
Peace-jonatan_: when ubuntu has a bad fstab \ or there is a problem with fstab it could hang08:40
norcbindi: What network method and which virtualization software?08:40
Peace-jonatan_: you could try to press S to skip08:40
Peace-jonatan_: so you can reboot your machine when you see it hangs and it doesn't do anything you could try to press S08:41
bindinorc: it's connected to my physical network08:41
norcbindi: You mean bridged network?08:42
norcOr physically with some usb nic?08:42
bindinorc: i have a virtual switch that is attached to my physical network08:42
jonatan_Peace- ok I will try to press S the fstab didnt look weird08:42
bojanpls suggest me some idea on that i cant mount nfs share on other computer but i can mount that in the same computer i shared08:43
jonatan_Peace- We will leave this issue for now. Thanks for your help, but I have to do other things now08:46
=== Rahul is now known as Guest53287
=== Guest53287 is now known as RahulAN
nepsare there any git experts08:53
aeon-ltdneps: just ask the actual question08:53
Patero-ngamigos08:53
nepswould like to push my code from local git repo to my production server08:53
Patero-ngneps good luck08:55
developeranyone there to help me with battery problem in ubuntu08:56
cfhowlett!ask | developer08:57
ubottudeveloper: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience08:57
Patero-ngguys I have a particular problem, I have both partitions one for OS other for /home however the /home partition doesn't load if i enter as root under system recovery, is there another way to enter as root with the /home partition loaded?08:58
cfhowlettPatero-ng, encryption???09:00
bojani can access the shared folder through NFS on the same computer but cannot mount that on my network computer..If i try to mount that it is saying that :mount.nfs:access denied by server whimle mounting pls help09:03
fnurrwifi worked without problems in 12.04 and in the 14.04 installer, but in the installed system I can't connect (I see the networks though). Anyone have any ideas of why that might be?09:08
Patero-ngfnurr09:08
Patero-nggo back to 12.0409:09
fnurrPatero-ng: why is that? any other problems with 14.04 ?09:10
Patero-ngUlulus hi09:11
UlulusPatero-ng: hi09:12
=== `hypermist` is now known as sleepypc
mewtwohey guys... im trying to mount an encrypted partition from a seperate partition, but when i run ecryptfs-mount-private i just get: ERROR: Encrypted private directory is not setup properly. any help?09:17
LopeI'm trying to OCR a simple image with a table of numbers. I've tried this on tesseract, I've tried reducing the image down to 6 colors, messing with the brightness and contrast so that the numbers show up boldly etc. I've tried about 20 free online OCR sites. None of them have been able to produce anything useful. http://i.imgur.com/YGr2C9l.png Any ideas?09:17
EriC^^mewtwo, type lsblk and get the name of the partition sda1 , sda2 etc.09:19
Ben64Lope: too blurry09:19
Patero-ngUlulus my friend I like your name09:19
mewtwoEriC^^: https://bpaste.net/show/ac87030b56b1 so sda109:20
EriC^^mewtwo, how big is the partition you're trying to mount?09:20
mewtwo~150 gigs09:20
EriC^^mewtwo, isn't it already mounted at /media.... ?09:21
mewtwosorry... im not sure why i said mounted09:21
mewtwoi mean decrypt09:21
EriC^^yeah, but it's mounted already, there's nothing in the dir?09:22
EriC^^mewtwo, type sudo blkid09:22
mewtwook09:22
Patero-nggentleman09:22
Patero-ngguys I have a particular problem, I have both partitions one for OS other for /home however the /home partition doesn't load if i enter as root under system recovery, is there another way to enter as root with the /home partition loaded?09:22
mewtwo/dev/sda1: UUID="fc9ca35b-8859-43c3-aced-e2af0071359f" TYPE="ext4"09:22
mewtwoits mounted, but theres nothing in the home dir09:23
Ben64Patero-ng: mount it yourself once you're in recovery09:23
EriC^^mewt?wo, ok, what about the rest of the partitions09:23
EriC^^i have no idea how that question mark went there09:23
mewtwooh im sorry i thought we were just talking about sda109:23
mewtwoill paste real quick09:23
mewtwohttps://bpaste.net/show/b71a24c6265409:24
EriC^^mewtwo, are you sure there's an encrypted partition there?09:24
mewtwoyes09:24
=== truAndy is now known as truAndrew
EriC^^ok type sudo umount /dev/sda109:25
mewtwook09:25
EriC^^wait a sec,09:25
mewtwosure09:25
EriC^^i think you mean an encrypted home dir or something09:26
mewtwoprobablu09:26
mewtwo*y09:26
EriC^^because the partition has dirs in it  ( home/dtscode )09:26
EriC^^so it's mounted and the files are there..09:26
mewtwowell not anymore but yeah there were09:26
EriC^^ok, i've no idea..09:27
mewtwodamn :/09:27
EriC^^you need to decrypt the encrypted home dir09:27
mewtwoi know. and when i do that it says not setup properly09:28
EriC^^i mean i dont know about it, thought you had an encrypted partition09:28
EriC^^hm09:28
EriC^^mewtwo, try sudo mount /dev/sda1 /mnt09:29
EriC^^then try ls -la /mnt/home/dtscode and see if there are any files09:29
mewtwohttps://bpaste.net/show/62995fa75ec909:30
petard_Hello09:30
petard_what is the best method to recover deleted files in ubuntu 14.0409:30
Ben64!recovery | petard_09:31
ubottupetard_: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode09:31
Ben64hmm, wrong factoid09:31
Ben64!undelete | petard_09:32
ubottupetard_: 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/ext3undel09:32
EriC^^mewtwo, try ecryptfs-mount-private09:33
mewtwoERROR: Encrypted private directory is not setup properly09:33
mewtwook EriC^^ let me ask you this09:33
mewtwoif i copy all of /home/dtscode/, and reinstall ubuntu, then merge the new /home/ubuntu, then reboot, will it decrypt all of my files?09:34
EriC^^mewtwo, that's pretty drastic, you can just decrypt it from the live session09:36
EriC^^mewtwo, and i don't know really09:36
mewtwohow would i decrypt from the live session?09:36
EriC^^hold on,09:37
mewtwommk09:37
EriC^^type sudo ecryptfs-add-passphrase --fnek09:37
mewtwook09:37
EriC^^i'm reading this btw https://help.ubuntu.com/community/EncryptedPrivateDirectory#Long_way09:38
kradhello. i tried to upgrade my openvz server from trusty to utopic.. i'm getting this WARNING: this version of the GNU libc requires kernel version09:38
krad2.6.32 or later. Please upgrade your kernel before installing09:38
kradglibc.09:38
mewtwoEriC^^: thanks09:39
kradi don't think i can upgrade the kernel since this is an openvz.. what to do09:39
Ben64krad: contact your provider09:40
kradthat's the only way to go about it?09:41
Ben64yeah, but they probably won't indulge you09:41
Ben64you should stick to 14.04, is LTS09:41
=== Yukkii is now known as Kaneki
kradoh.  then how can i go back to trusty Ben64?09:43
Ululus<Patero-ng> Ululus my friend I like your name <<< well that nice, thanks09:44
Ben64krad: ooh, so you did upgrade : /   .... don't think you can go back09:44
momomowhen I run the command nautilus .. which exectuable is actually exectuted in order for me to alter some global parameter?09:44
Ben64momomo: what do you mean09:45
kradBen64, i ran a few commands.. do-release-upgrade, apt-get update/upgrade etc.. sources.list is pointing to utopic now ..09:47
Number5You know guys, I just love Ubuntu :D It's a complete system, works well, I just don't understand why people still use MS's Windose. The lesson I learn form GNULinux is, if you share with others, the result is much and much better!09:48
Ben64krad: from what i remember about openvz stuff, you're stuck on the host's kernel, so i'm not sure what to suggest09:48
=== Guest63470 is now known as DreamThief
Number5Ben64, you're totally right, and I just like Ubuntu :D09:49
Ben64Number5: me too09:50
Number5hahahahaha09:50
momomoBen64, when nautilus is launched for whatever reason, by chrome, by command line or whatever, I would like to intercept that09:59
=== jack is now known as Guest73961
Guest73961who ?09:59
=== Kaneki is now known as Yukkii
=== Yukkii is now known as Yukkino
CyborgCygnusCan you use dd to resize an encrypted partition?10:24
sveinseHi. My grub does not always proceed to the default choice (on 14.10). It just sits there waiting for a choice. I've set GRUB_HIDDEN_TIMEOUT_QUIET=false and GRUB_TIMEOUT=10. Any ideas to what this can be?10:27
sveinseThis is a sorry thing to have on a server, you see10:27
sveinseSometimes when I boot, I get the countdown and the automatic boot. But not consistently :(10:28
CyborgCygnusubottu resize10:33
CyborgCygnusubottu !resize10:34
bazhang!gparted | CyborgCygnus10:35
ubottuCyborgCygnus: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php10:35
bazhangCyborgCygnus, in future, /msg ubottu10:35
CyborgCygnusbazhang, It won't let me resize an encrypted partition though10:36
=== nopf_ is now known as nopf
bazhanghttps://help.ubuntu.com/community/ResizeEncryptedPartitions CyborgCygnus10:37
=== ExtreGhost is now known as Extreminador
=== vexn is now known as vexn_bot
deadc0dehey there - I've got question marks on my ethernet and wifi connection symbols in the status bar - does anyone have an idea how to invesitage what's going on?11:00
=== vexn_bot is now known as vexn
=== vexn is now known as vexn_bot
=== vexn_bot is now known as vexn
=== vexn is now known as vexn_bot
=== vexn_bot is now known as vexn-bot
=== vexn-bot is now known as vexn
=== thomas is now known as Guest5303
fnurrdoes anyone know how to get wifi working in 14.04? it worked fine in 12.04 and in the 14.04 installer, but not in the installed system11:13
fnurrI can see wifi networks, but I can't connect11:14
fnurrI've tried installing 14.04 and 14.10 64-bit versions, and now I have 14.04 32-bit11:15
fnurrwifi hasn't worked in any of them11:15
bugs_buggerhi. can anyone point me to a good tool to use the mythes and openthesaurus libraries outside libreoffice/ding? id like to have a standalone gui/command to lookup thesauri11:21
deadc0dehey there - I've got question marks on my ethernet and wifi connection symbols in the status bar - does anyone have an idea how to invesitage what's going on?11:22
spidyhi11:24
JonSnowdeadc0de, did you try restarting your network manager ?11:26
deadc0deJonSnow: yep, multiple times, also released my dhcp lease and got a new one11:27
JonSnowspidy, hi11:27
JonSnowYou connected via wifi or ethernet ?11:27
JonSnowand you checked the logs of network manager what it says ?11:31
deadc0deactually not - #facepalm :)11:31
JonSnowcheck "/var/log/syslog"11:31
deadc0denothing11:32
deadc0dejust a couple of info logs saying it's connecting11:33
JonSnowpaste your logs in pastebin11:35
ubuntuser13hello Friends , i updated linux kernel 14.04 64bit. kernel updated but i got error 1. no space left on device. and df -i shows /dev/sda3 full. but its not.11:38
k1l_ubuntuser13: please show the "df -h" in a pastebin11:39
ubuntuser13kil_ ok . please wait for a minute.11:39
ubuntuser13kil_: http://pastebin.ubuntu.com/10688604/11:40
=== adrian_ is now known as adrian47
cyberbraiHow can i fast up my system i am using ubuntu 14.04 lts11:43
cyberbraii am using some command for fast up like sudo aptget clean11:44
cyberbraidisabling zRam but nothing happens11:44
k1l_ubuntuser13: can you pastebin the error output from that last kernel install?11:44
ubuntuser13kil_ ok please wait.11:44
k1l_why did you disable zram? and what machine is that cyberbrai11:44
cyberbraimy laptop i3processor with 2 gb ram11:45
cyberbraihttps://sites.google.com/site/easylinuxtipsproject/speed#TOC-Clean-up-your-Ubuntu11:45
ubuntuser13kil_: http://pastebin.ubuntu.com/10688616/11:46
cyberbrai i am following this site for fatup my system11:46
cyberbraifatup = fastup11:46
cyberbraik1l_  dude any suggestion how can i fastup my system11:47
ubuntuser13cyberbrai: install pyload to speed up sytem.11:48
k1l_ubuntuser13: "sudo apt-get autoremove &&sudo apt-get autoclean"11:48
cyberbraipyload  command for this sudo apt-get install pyload11:49
=== JeDa_ is now known as JeDa
cyberbraiubuntuser1311:49
k1l_cyberbrai: well, i dont like to "tune up" the system. if you want a more lightweight system use more leightweight programs. like using Lubuntu with lxde etc.11:49
k1l_cyberbrai: pyload is a download tool. that will not help you11:49
cyberbraik1l_ not going for pyload11:50
cyberbraik1l_ any suggestion plz if you know11:51
ubuntuser13kil_: no i can't do it. it gave following error: http://pastebin.ubuntu.com/10688629/11:51
k1l_cyberbrai: why do you think you need to tune your system?11:51
vltHello. I installed the package "cryptsetup" on 14.04 LTS. Any idea why it’s not available in initrd.img?11:51
k1l_ubuntuser13: ok, run "sudo apt-get -f install"11:51
cyberbraik1l_  not running fast it's work very slow11:52
cyberbraik1l_  day by day performance is low11:52
ubuntuser13kil_: i did that before. this returned to previous error . no disk space left.11:53
bazhangcyberbrai, get more ram11:53
bazhangcyberbrai, 2GB will be slow, no getting around that11:53
k1l_cyberbrai: then see what programs you run there and what is consuming the power11:53
cyberbraik1l_  using top command11:54
bazhangcyberbrai, more ram, or choose a much lighter DE11:54
k1l_cyberbrai: and i said already: with not much ram, see if running Lubuntu is better11:54
bazhang!lubuntu | cyberbrai11:54
ubottucyberbrai: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support.11:54
bazhangcyberbrai, sudo apt-get install lubuntu-desktop11:54
k1l_ubuntuser13: "sudo apt-get autoclean"11:55
cyberbraik1l_  Lubuntu  if i install this so any problem with  other data like i am using eclipse11:55
EriC^^cyberbrai, no11:55
ubuntuser13kil_:http://pastebin.ubuntu.com/10688642/11:56
EriC^^cyberbrai, programs will run on lubuntu too11:56
=== ahmed is now known as Guest51586
k1l_ubuntuser13: ok, run "sudo apt-get -f install"11:57
cyberbraiEric^^  just run the command on terminal11:57
cyberbraiEric^^  nothing to do11:58
EriC^^cyberbrai, yeah run the command, then logout and choose lubuntu from the top right corner of the box where you login11:58
ubuntuser13kil_: http://pastebin.ubuntu.com/10688649/11:58
cyberbraiEric^^ ok thanks for help11:59
k1l_ubuntuser13: sorry, need to go afk. see if the system is Readonly or try to free up some space.12:01
ubuntuser13kil_: Thankyou so so much for help.12:02
Boscophi. my headphone jack doesn't appear under sound settings anymore. so i can't set the sound output to headphones. it also doesn't appear in alsamixer. how can i fix this?12:03
ahmed__#jquery-content12:04
SequiturSo I just got a pair of USB headphones, and they work fine out of the box, with the exception that the volume control seems odd. At around 30% volume or less they just cut off completely.12:13
nomicwhats that got to do with ubuntu12:15
nieeHi folks :)) Any ideas how to format my USB Flash Drive? Some program or etc... ?12:15
cfhowlettniee, gparted12:16
nieeot tnx cfhowlett :)12:16
cfhowlettniee, happy2help!12:16
nomicniee formatting a flash drive through ubuntu is something easy - just google it12:17
SequiturI should clarify, those headphones don't have hardware volume control. So I mean the software volume slider, including with media keys or in pavucontrol, etc.12:17
nomichttp://askubuntu.com/questions/22381/how-to-format-a-usb-flash-drive12:17
vltHello. I installed the package "cryptsetup" on 14.04 LTS. Any idea why it’s not available in initrd.img? Anything I can do different with mkinitramfs?12:17
nieenomic: i try to format whit Disk Utility, but see this error "Error creating partition table: helper exited with exit code 1: Error calling fsync(2) on /dev/sdc: Input/output error12:18
niee"12:18
SequiturI think maybe Pulseaudio just has some poor defaults for how the actual levels are scaled? Less than 35% is completely mute, but more than 60% gets uncomfortably loud.12:18
hateballSequitur: you can change the stepping12:21
Sequiturhateball, where is that setting?12:21
hateballSequitur: I dont recall, I can google it. you should be able to change volume using alsamixer tho12:22
hateballfor the time being that is12:22
vltHow can I force a binary (like cryptsetup) to be included in initrd.img?12:23
SequiturWell volume control works, with the exception that it works properly in a narrow band in the middle.12:23
SequiturAha, yeah, the values in alsamixer are correct, the ones in pulseaudio are out of whack12:25
nieecfhowlett: view this please => http://postimg.org/image/lnx5hwqyz/12:28
BluesKajHiyas all12:29
cfhowlettniee, ok.  and???12:29
nieenot impossible to format this drive. not have this options.12:30
MehrzadHi.12:31
MehrzadI installed ubuntu and my windows 7 is lost12:31
MehrzadWhat should I do to bring it back?12:31
nieecfhowlett: http://postimg.org/image/a2gvhurbh/12:31
cfhowlettniee, I see.  what is your question???12:32
nieehow to format whit gparted. i dont know diferend method12:32
k1l_niee: you cant format a empty hdd. make a partition first12:33
cfhowlettniee, add a new partition, choose your format12:33
Ankithow can i check workspaces12:34
Ankit?12:34
nieecfhowlett: k1l_ hot to make/add new partition. not inposible ];12:34
k1l_niee: choose: "new"12:34
cfhowlettniee, false.  check your menu.  I think it's device  > new12:34
k1l_niee: its the same as you would do it on windows. come one, read what is in the menu and press it12:35
BluesKajMehrzad, what method did you use to install ubuntu. Did you create an ext4 partition in unallocated space?12:35
nieek1l_: cfhowlett http://postimg.org/image/nvh8qak3x/12:35
k1l_niee: please read the message. then do what the message tells you12:36
nieecfhowlett: ok. now im try.12:36
MehrzadI created ext4 on C where I had had windows XP12:36
MehrzadBluesKaj: I created ext4 on C where I had had windows XP12:36
Ankiti am on backbox and can't find workspaces  in the ui , can anyone help12:36
cfhowlettAnkit, no. sorry.  this is ubuntu support, not backbox12:37
k1l_Ankit: please see the backbox support for questions about their setup12:37
cfhowlett!backbox | Ankit12:37
ubottuAnkit: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it.12:37
cfhowlettniee, you really have to start reading your system messages.  it clearly states what to do next.12:37
nieek1l_: what partition i need to selected http://postimg.org/image/qlamyb8c7/12:40
k1l_msdos is fine12:40
nieek1l_: oks. i`m try this option, but my device removed alone.12:41
=== it is now known as Guest51260
BluesKajMehrzad, open a terminal and run,  sudo os-prober, then run, sudo update-grub12:41
nieecfhowlett: k1l_ after try to create new partition, i see this error "ROOT -- Error while creating partition table."12:44
nieemay be this flash drive is broken forever!12:45
cfhowlettniee, tell me you are not running as root?12:45
nieecfhowlett: what Gparted. i uset after run System>Administration>GParted12:50
nieethis methon is good, or need to run in some another method?12:50
cfhowlettniee, it's good. try a different USB12:51
nieeok cfhowlett12:51
chotaz_workAnyone knows a way to achieve silverlight compatibility for the latest chrome version on ubuntu 14.10? Thanks in advance :)12:55
nieecfhowlett: i try, but i seed this error again, and my flash removed ]; => http://pastebin.com/NWMakE3T12:56
nieethis flash drive is broker12:56
cfhowlettniee, I can't see pastebin in china.  USB12:56
cfhowlettusb12:56
cfhowlettbreak all the time.12:56
JonSnowuse any other google pastebin alternative12:57
nieeok. you seed this? https://pastebin.anope.org/index.php?page=viewpaste&id=8f3e10cf0112:59
=== gabbo is now known as Guest78962
cfhowlettniee, I suspect bad USB. try a different one13:00
nieeoks cfhowlett :)13:01
chrismymanHas anybody loaded Intel display drivers in Ubuntu?13:01
BluesKajchrismyman, yes13:01
cfhowlett!details | chrismyman, please don't ask "anybody" questions ...13:01
ubottuchrismyman, please don't ask "anybody" questions ...: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)13:01
AfterDarkness_hello how to ssh to my other pc?13:02
AfterDarkness_AfterDarkness, is my other pc13:02
AppleCIDRAfterDarkness_: Enable ssh on other PC, "ssh otherPCsIP"13:02
BluesKajchrismyman, sudo modprobe snd-hda-intel , then probly have to reboot , there won't be any output from the  command if the driver loads correctly13:03
chrismymanI have a Toshiba Laptop that requires Intel display drivers. I made the laptop a Dual boot and I would like to have the display be at a highr resolution13:03
AfterDarkness_i am not sure if i enabled it AppleCIDR but when i try to ssh otherPcIP nothing happenes13:04
Boscophi. my headphone jack doesn't appear under sound settings anymore. so i can't set the sound output to headphones. it also doesn't appear in alsamixer. how can i fix this?13:04
AfterDarkness_does that mean ssh is not enabled?13:04
onefredskype for xubuntu 14.04 anyone?13:04
AppleCIDRAfterDarkness_: Can you ping the other pc's IP?13:04
PiciAfterDarkness_: did you install it?13:04
cfhowlettchrismyman, intel has linux graphic support drivers for 14.10.  14.04 driver has been deprecated13:04
AfterDarkness_ill try13:04
manornkHey. I have around 50 000 files in one folder, and i want to copy files that are bigger than 1mb to another folder, how can i do it?13:04
AfterDarkness_can't ping it13:04
AppleCIDRAfterDarkness_: Is it on the same network?13:05
AfterDarkness_i am on my friends house13:05
chrismymanwhy does Ubuntu display at 640x480 only?13:05
AfterDarkness_in*13:05
BluesKajchrismyman, lspci -knn | egrep -A 3 'VGA|3D' to check the gpu driver , most likely the i91513:05
cfhowlettchrismyman, no gpu driver = low resolution13:06
AppleCIDRAfterDarkness_: And where is the PC you're trying to SSH into?13:06
AfterDarkness_my home13:06
AppleCIDRAfterDarkness_: Oh dear13:06
AfterDarkness_xD13:06
AfterDarkness_i need to get some files i dont feel like driving back there13:07
AppleCIDRAfterDarkness_: To do that you'd have to have your home's external IP, then set up port forwarding on your router to forward Port 22 to the IP of the PC you want to SSH into13:07
chrismymansays driver in use e100013:07
AfterDarkness_I see13:07
cfhowlettchrismyman, NOT intel13:07
manornkI have around 50 000 files in one folder, and i want to copy files that are bigger than 1mb to another folder, how can i do it?13:07
AfterDarkness_AppleCIDR, there are two AfterDarkness on this channel if u noticed lol13:08
chrismymandriver is not intel?13:08
AfterDarkness_i used this ip address13:08
oldsk00ldoes sombudy knows ruberhose ?13:08
cfhowlettchrismyman, e1000 is not an intel driver13:08
AfterDarkness_but it seems no port is forwarded to it13:08
chrismymanhow do I change it?13:08
AppleCIDRAfterDarkness_: Then that's most likely the problem. At least if you are sure that the remote machine has SSH installed13:09
cfhowlett!details | oldsk00l don't waste time asking "anybody" type questions13:09
ubottuoldsk00l don't waste time asking "anybody" type questions: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)13:09
BluesKajchrismyman, lspci | grep VGA, will show your GPU ,13:10
leo_арпа13:10
leo_тут кто?13:10
AfterDarkness_well AppleCIDR i think i didnt install ssh server on my other pc(this is one has) but that is another problem since i cant even ping the address13:10
AppleCIDRAfterDarkness_: Well, looks like you know what you gotta do now :)13:11
AfterDarkness_yup13:11
AfterDarkness_AppleCIDR, what do you recommend for RDP software?13:12
AppleCIDRAfterDarkness_: On *nix I like Remmina13:12
DJJeffhttps://wiki.ubuntu.com/KvmWithBridge13:13
DJJeffI am getting held up with the libvirt part13:13
AfterDarkness_gn everyone13:16
=== jorge is now known as jmendes
=== jmendes is now known as jorgemendes
=== jorgemendes is now known as jmendes
SmithgiftI'm running apt-get update, but it seems to be taking absurdly long to connect to certain servers every now and then.13:24
cfhowlettSmithgift, did you localize your sources?13:25
Smithgiftcfhowlett: I'm using the us servers while I am in the US, yes.13:25
=== Laogeodritt| is now known as Laogeodritt
cfhowlettSmithgift, I'd suggest you do the "select best server" option in software source settingws13:26
cfhowlett*settings*13:26
Anonym_hello13:28
Anonym_Its somene on?13:28
Anonym_Can we talk here?13:29
cfhowlettAnonym_, this is ubuntu support.  ubuntu only13:29
hateball!ask13:29
Anonym_Hello13:29
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 !patience13:29
Anonym_!ask13:29
Anonym_clear13:30
Anonym_q13:30
MehrzadBluesKaj: I did what you say13:30
Anonym_How do I make my own room?13:30
MehrzadBut it didn't change anything13:30
Anonym_How can I make my own roam?13:30
cfhowlettAnonym_, join /#myownroom13:30
ArrickHey all, I have a 12.04.3  server running a moodle/totara site... I am wondering if I install the latest server version on a new machine, will there be any snags I run into if I export the DB's and copy over files?13:32
cfhowlettArrick,13:32
cfhowlett!server13:32
ubottuUbuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/14.04/serverguide - Support in #ubuntu-server13:32
BluesKajMehrzad, check your partitions with gparted, maybe you wiped windows partition13:32
Arrickcfhowlett, I know the versions arent the same, I know where it is avialable from, I asked because I dont want to run into a huge snag, and if it will be a big hassle, I will download the old version.13:33
cfhowlettArrick, suggest you ask the #server channel13:33
Smithgiftcfhowlett: I switched to the server the select best server thing did. it seems to be stalling at the same place, which are right after the english translations.13:34
Arrickyeah I forgot that it was there, lol13:34
cfhowlettSmithgift, dude are you even reading my responses13:34
cfhowlett?13:34
Smithgiftcfhowlett: I switched to the best server that that option gave me. Did I miss something you said?13:35
cfhowlettSmithgift, #ubuntu-server13:35
Smithgiftcfhowlett: I think you're confusing me with Arrick, I'm on the desktop edition on my personal laptop.13:37
cfhowlettSmithgift, doh!  right.  so VERY sorry.13:37
hkrrsxmorning13:37
bazhangSmithgift, where does the problem occur? is it with the language list13:37
bazhangSmithgift, if you get rid of that, then try again it should work13:38
cfhowlettbazhang, can you expand on this a bit?  why would language cause a hang??13:38
bazhangcfhowlett, long time bug, happens on occasion the /var/lib/ I just need Smithgift to affirm where13:39
Sentra_Bot.13:40
bazhangyou can pastebin Smithgift or just tell us the single line13:41
Smithgiftbazhang: apt-get update stops connecting successfully (it takes forever to go on) the moment after it hits the trusy/main Translation-en thing.13:41
mustmodifyCan anyone explain how this could happen when I ssh into localhost? https://gist.github.com/mustmodify/142f0ef0aad6fc01372513:41
bazhangSentra_Bot, bot?13:41
Sentra_Botnot13:41
bazhangSmithgift, thats the one, get rid of that and it should update as normal once again13:42
=== TheBigDeal is now known as innocent95
Smithgiftbazhang: Where do I go to remove it?13:43
Mehrzad_BluesKaj: Did you say gparted?13:44
bazhangSmithgift, it gave a directory, correct?13:44
BluesKajMehrzad_, yes13:44
Sycridhey guys, has anyone gained the LPIs for Linux? If so, are they worth while? And are they hard to acquire?13:45
bazhangSycrid, try #ubuntu-offtopic13:45
Mehrzad_I can see windows files using ubuntu itself13:45
SmithgiftThis is the exact line before it stalls: "Ign http://ppa.launchpad.net trusty/main Translation-en"13:45
bazhangSmithgift, ah thats something else13:45
bazhangppa-purge that Smithgift13:46
Sycridbazhang: no problem. sorry.13:46
bazhang!ppa-purge | Smithgift13:46
ubottuSmithgift: To 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.html13:46
Mehrzad_BluesKaj: The files are there13:46
BluesKajMehrzad_, then use an app called "boot repair" installed on media, usb or disk,  it will install/restore the grub bootloader13:47
Mehrzad_Ok13:48
BluesKaj!boot-repair13:48
BluesKaj!info boot-repair13:49
ubottuPackage boot-repair does not exist in utopic13:49
BluesKaj!info boot repair13:49
ubottu'repair' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed13:49
BluesKajhehe13:49
MiDOZAlAyyoubiHey, can I move a free space I shrinked between partitions ? In Gparted it's non-movable13:49
cfhowlettMiDOZAlAyyoubi, freespace doesn't move.  move your partitions and freespace will move13:50
MiDOZAlAyyoubi@cfhowlett, alright , I'' try that13:52
MiDOZAlAyyoubiThanks13:52
cfhowlettMiDOZAlAyyoubi, happy2help!13:52
MiDOZAlAyyoubiDoes somebody know how to remove system generated msgs from quassel IRC?13:54
cfhowlettMiDOZAlAyyoubi, you mean leaves and joins from channel?13:54
MiDOZAlAyyoubicfhowlett: Yes, exactly13:55
cfhowlettMiDOZAlAyyoubi, I'm not on quassel but there is a factoid in this channel.  let me look13:55
MiDOZAlAyyoubicfhowlett: Alrgiht :)13:55
bazhangMiDOZAlAyyoubi, try asking in #quassel13:55
cfhowletteven better !   ^^^13:56
MiDOZAlAyyoubibazhang: Trying13:56
MehrzadBluesKaj: I can't find boot repair13:56
DJonesMiDOZAlAyyoubi: http://wiki.xkcd.com/irc/hide_join_part_messages13:56
DJonescfhowlett: for reference its !quietirc13:56
cfhowlettDJones, of course!  thanks13:56
MiDOZAlAyyoubiDJones: Thanks :)13:57
vltHello. I get "cryptsetup: WARNING: invalid line in /etc/crypttab for ..." from update-initramfs on Ubuntu 14.04.  How to get rid of this error?13:57
MiDOZAlAyyoubicfhowlett: Thanks too :)13:57
Smithgiftbazhang: ppa-purge is now stalling on "Updating packages lists"13:57
BluesKajMehrzad, https://help.ubuntu.com/community/Boot-Repair13:57
bazhangSmithgift, stalling where: would you mind pastebinning the output please13:59
Smithgiftbazhang: http://paste.ubuntu.com/10689172/14:00
vltI get this "cryptsetup: WARNING: invalid line in /etc/crypttab for ..." from update-initramfs even with an /etc/crypttab file of size 0. What is happening here?14:00
bazhangSmithgift, theres zero output there14:01
Smithgiftbazhang: That's a direct cut and paste from my entire terminal winow, minus my username/hostname.14:02
bazhangSmithgift, what about apt-get update14:03
DJonesSmithgift: Is that a typo in the command "ppa:trusy/main"14:03
DJonesSmithgift: "trusty" ?14:04
SmithgiftDJones: *red face*14:04
SmithgiftHere's a pastebin from what apt-get update gives; http://paste.ubuntu.com/10689187/14:05
AndChat228864Hi I installed win 8 and Ubuntu at same laptop but when startup there is no option for selecting os. Win8 starts automatically14:06
=== Myrtti_ is now known as Myrtti
EriC^^AndChat228864, try to press esc and choose boot options14:08
MehrzadBluesKaj: Grub menu is back. But windows is not in it14:08
JonSnowWHy pm-hibernate doesnt work in 14.04 ?14:08
JonSnowhttp://askubuntu.com/questions/548015/ubuntu-14-04-sudo-pm-hibernate-doesnt-work14:08
BluesKajAndChat228864, or hold the left shift key down to bring up the grub bootloader14:09
AndChat228864.14:10
BluesKajMehrzad, ok, try , sudo os-prober, and, sudo update-grub in the terminal14:10
AndChat228864Ok will do that14:11
MehrzadBluesKaj: Ok, done14:11
bananabobhey guys, behind a proxy here and want to use gnomes nautilus to connect to webdav on external https. But seems like nautilus isnt honoring the set system-wide proxy. Any ideas?14:11
MehrzadBluesKaj: Do I restart?14:11
veduI have just created a swapfile in my ubuntu server 14.04 . But 'free -m' shows 0 mb of swap is being used14:11
newmanHi guys. I am facing this problem with notification error. I got Ubuntu 14.04 http://paste.ubuntu.com/10689048/14:12
newmankindly help14:12
BluesKajMehrzad, does grub show the windows OS ?14:12
MehrzadI'm reseting and will be back14:12
SmithgiftHave to go. I'll try again later.14:13
Gnonehi serfs14:13
cfhowlettGnone, serfs?  seriously?  needless insults get you added to /ignore list14:15
cfhowlettvedu, you have to swapon14:16
cfhowlett!swap > vedu14:16
ubottuvedu, please see my private message14:16
veducfhowlett: I have used `sudo swapon filename`14:17
NitrigaurRunning Ubuntu 14.04 64 : Every USB stick I plug in (all of them Fat32 formatted) is mounted, but when I try to create a directory on it, it gives me the Error: Target is read-only, even on USB drives without any protection slider.14:18
cfhowlettvedu, then you system is presently demanding swap14:19
cfhowlettNo swap.14:19
chotaz_workHow can I turn off automount for a specific device(in this case, my cellphone) on ubuntu? My cellphone has no "Charge-Only" options like many other android phones and I need it to be ignored by ubuntu's filesystem but still be able to charge.14:19
NitrigaurThe problem is limited to Nautilus only.14:19
DJJeffhttps://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/137934614:20
ubottuLaunchpad bug 1379346 in libvirt (Ubuntu) "Error creating a VM: internal error: No PCI buses available" [Critical,Fix released]14:20
gaowenguohello every one.14:21
LaibschMy trusty system stopped to download Packages files correctly.  Has this hit anyone else? It looks for Packages but not Packages.gz or .bz2.  Packages doesn't seem to exist anymore14:22
LaibschI can no longer do "aptitude update" or "apt-get update"14:22
NitrigaurNautilus won't add directories on plugged in USB drives, claiming that the target is read only, yet I can create directories using my trusty terminal.14:22
=== Nikhil_Joshua is now known as ANJ7
MehrzadBluesKaj: It's still the same14:23
MehrzadWindows 7 is not there14:23
Bluekinghave som issues with network on mine router box  running ubuntu server + shorewall...  router are online  if disconnect wan cable and reconnect it to router it doesn't get online again and can't ping on the net, pc's on local net can't access net nor one can't see net from router box have to 'service networking restart' to bring it online again,  checked nic's and they seemed to have ip gateway14:26
Bluekingand that... not sure how/where to debug this ?14:26
EriC^^Laibsch, pastebin the error your getting14:26
Bluekingmight be bug with routing setup ?  martian source error ?14:27
BluesKajMehrzad, open a terminal, sudo grub-install /dev/sdX , X being the device designation given to your windows partition, grub needs to be installed to the windows mbr, but i'm surprised boot-repair didn't fix that.14:28
Bluekingrouter worked perfect for more than one year without any issues until last week :/14:28
LaibschEriC^^: http://paste.debian.net/163518/14:29
jackhomeasanyone ?14:29
Picijackhomeas: anyone what/14:30
EriC^^Laibsch, change your mirror, open the dash and type software & sources14:30
EriC^^*software & upadtes14:31
cfhowlettjackhomeas, Ms. Cleo has the night off.  You have to actually STATE your issue to get assistance.14:31
LaibschEriC^^: I'v already tried four different mirrors14:31
Sentra_BotLoL14:31
LaibschEriC^^: Check even archive.ubuntu.com, it doesn't have the uncompressed Packages file.14:32
=== daz_ is now known as dazza5000
* Blueking twiddles his thumbs impatiently14:32
* Laibsch wonders what prevents the fallback to Packages.bz214:33
EriC^^Laibsch, it doesn't say archive.ubuntu in your paste14:35
BluesKajBlueking, which router ? also did you try the obvious ...a reboot?14:35
LaibschEriC^^: I never said that it does.  What is your point?14:36
antimatroidsay I have /test/content/ and /test/scripts . If from /test/scripts I run "sudo ln -s ../content ./" then /test/scripts/content is created which links to /../content and can be renamed to say /test/scripts/renamedlink. Question: How do I make a local link to the parent directory which isn't called ..?14:36
LaibschEriC^^: http://tw.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/14:36
LaibschEriC^^: http://archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/14:36
LaibschEriC^^: http://de.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/14:36
LaibschEriC^^: http://hk.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/14:36
antimatroidargh, sorry that's not written well14:36
antimatroidlet me rewrite14:36
EriC^^Laibsch, it sounded like you were asking me to check that even archive doesn't have the packages14:37
EriC^^Laibsch, anyways i don't see it erroring out on the stuff you just pasted14:38
antimatroidsay I have /test/content/ and /test/scripts/ . If from /test/scripts/ I run "sudo ln -s ../content ./" then /test/scripts/content is created which links to ../content and can be renamed to say /test/scripts/renamedlink while still linking to ../content. Question: How do I make a local link to the parent directory which isn't called ..? Ie. I want /test/scripts/parentlink which links to the parent folder locally?14:38
=== danmo98 is now known as shark
antimatroidso basically, how do I create a link which links to the parent folder locally (ie. if I make a copy of test, the copied link will link to the copied parent folder, not the old parent folder)14:39
kaniexit14:39
=== shark is now known as shake
newmanHi.. Why I am getting this error "W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/Translation-en  Hash Sum mismatch14:39
newman"14:39
newmanh kindly help14:39
bazhangthat error has been reported at least 3 times in the last hour14:40
EriC^^bazhang, by the same person?14:41
shakewho ?14:41
bazhangEriC^^, by 3 people14:41
EriC^^bazhang, oh14:41
EriC^^newman, try to change your mirror14:41
k1l_the translation repos seem to be very flaky recently. just try in a few minutes again14:41
EriC^^newman, type sudo rm /var/lib/apt/lists/* && sudo rm /var/lib/apt/lists/partial/*14:41
newmancould you help how to do it please14:41
bazhangremoving that directory and running apt-get update again should fix it14:41
EriC^^newman, then change your mirror ( open the dash and type software & updates and change the server ), then type sudo apt-get update14:42
bazhangfor some unknown reason the update files get changed to html, which causes the hang14:43
Laibsch1newman: I think EriC^^ likes to poke in the dark.  Do you happen to use a local cache such as apt-cacher-ng, by chance?14:43
newman:)14:43
bazhangLaibsch1, thats not a poke, thats a viable fix14:43
newmani am using main server Laibsch14:43
newmanEriC^^,14:43
EriC^^Laibsch1, it's pretty well known that sometimes servers get funky and you get a hash mismatch, and deleting the file in /lists or /lists/partial and updating again fixes it, i'm not making this stuff up..14:44
newmanyou mean to give this command? it says " cannot remove ‘/var/lib/apt/lists/partial"14:44
bazhangLaibsch1, this error has been around for quite a while, so it's not some random poke in the dark14:44
newmanhow to do than14:44
Laibsch1well, it seems you are fond of changing mirrors.  This problem only happened to me when I somehow corrupted the local cache and changing mirrors on a client all day long wouldn't have changed a thing about it.14:44
=== Laibsch1 is now known as Laibsch
EriC^^Laibsch1, yeah but bazhang said it happened to 3 different people, thus why i said to change the mirror14:45
bazhangLaibsch1, which was why the removal of the files first was warranted14:45
Laibschbazhang: you'll get the problem right back if he uses a proxy14:45
bazhangnewman, use sudo with that14:45
Laibsch(or his upstream does)14:45
Laibschand again, no amount of changing the mirror is going to change that14:46
newmani did sudo bazhang14:46
newmanas given above14:46
bazhangLaibsch, its not for debate14:46
newmani changed the server to us14:46
elkadeemhello14:46
bazhanghi14:46
elkadeemwho are you?14:47
bazhangelkadeem, ubuntu support question?14:47
igoryonyahello, I mount a remote disk by sshfs. when I loose connection, the whole system halts, until I get reconnected and I cannot do anything. everything freezes without the connection. Is it possible to avoid it, make sshfs nonblocking, I guess14:47
Laibschbazhang: I'm just pointing out that your "remedy" isn't going to help a single bit IF he is using a proxy.  But again, you guys both seem to like poking in the dark instead of proper analysis.14:47
cfhowlettelkadeem, this is not a hook-up/socializing channel.  it's ubuntu technical support.14:48
LaibschEriC^^: (22:38:04) EriC^^: Laibsch, anyways i don't see it erroring out on the stuff you just pasted14:48
Laibschyou did not see all those 404s? Really?14:48
linduxedheello everyone o/14:48
sharkhello14:49
elkadeemi'm very sorry >>> it is anew distribution for me14:49
EriC^^Laibsch, i was talking about the stuff you pasted in the channel, please can you just be constructive14:49
EriC^^or chill14:49
linduxedi've got a situation where my coworker has somehow manged to render his system unbootable14:49
cfhowlettlinduxed, fun!14:49
linduxednone of the files are gone, but we need to get it to boot again14:49
linduxedcfhowlett: yeah, indeed14:49
linduxednow14:49
linduxedhe's got the kind of setup where /dev/sda1 is /boot, /dev/sda5 is a luks+dm-crypt volume14:50
linduxedin the encrypted volume there's an LVM system14:50
cfhowlettlinduxed, live session boot, copy his files to safe storage and reinstall his system.  this time, make him a no-privilege desktop user and set the admin account behind a strong password14:50
linduxedcfhowlett: hahah14:50
LaibschEriC^^: the links would have shown you that Packages does not exist anywhere. OK?  Again, no amount of changing the mirror is likely going to change that, given that the master does not have the files.14:50
linduxedcfhowlett: i was thinking of a simple solution:14:50
igoryonyahello, I mount a remote disk by sshfs. when I loose connection, the whole system halts, until I get reconnected and I cannot do anything. everything freezes without the connection. Is it possible to avoid it, make sshfs nonblocking, I guess14:51
linduxedwhat i need to know is where ubuntu (i'm an arch user) stores the instructions that it should decrypt this drive on boot?14:51
linduxedin arch, i add a hook in /etc/mkinitcpio.conf14:51
linduxedthe hook would be "encrypt"14:51
linduxedthis would allow me to decrypt at boot14:51
cfhowlett!encryption14:52
ubottuFor information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory14:52
linduxedwhat in ubuntu is the thing that tells the bootup process that /dev/sda5 is encrypted14:52
linduxedis it initramfs?14:52
derjanniGood evening!14:53
derjanniI have a ubuntu server with 3 network adapters. I want to allow clients using the machine for NAT routing to be able to select through which adapter they want to route their internet traffic. What do you suggest for it?14:54
alex999ghfgh14:56
MehrzadHi. I have ubuntu on C and windows on D drives.14:57
MehrzadAnd GRUB doesn't detect windows14:57
MehrzadWhat should I do?14:57
derjannii think i'll use Dante Socks Server14:59
tim_hy all.. i got problem with my ubuntu.. keyboard is allways switching to englesh .. please help15:01
mikecmpbllI have a file owned by user_x, and I want to scp it using a cron task to a different server but the ssh keys are set up for user_y -- is there a way i can do this without setting up keys for user_x?15:01
mikecmpblloh crap nvm15:01
* mikecmpbll is stupid15:01
tim_someone, please help15:03
cfhowlett!ask | tim_15:03
ubottutim_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience15:03
tim_sorrz15:04
tim_sorry15:04
k1l_tim_: you accidntly pressed alt+shift?15:04
tim_never!  it switches sometimes when visiting internet pages15:05
tim_nothing happens on that alt+shift15:05
k1l_see this http://askubuntu.com/questions/68127/how-to-switch-language-keyboard-combination15:05
tim_em.. i need to make my keyboard to stay fixed to one language! no need shurtcuts15:06
MehrzadI have ubuntu on C and windows on D drives. And GRUB doesn't detect windows. What should I do?15:09
BluesKajMehrzad, are these separated HDDs or partitions?15:10
BluesKajerr separate15:10
tim_k1l_, i have allready walking through this... it does not work! only one input language displayed, marked all windows same langauge..15:10
MehrzadBluesKaj: separated partitions on the same HDD15:11
cfhowlettMehrzad, what does sudo os-prober tell you?  here's mine  http://paste.ubuntu.com/10689494/15:11
BluesKajMehrzad, what is the /dev/sdX on the windows partition?15:12
Mehrzadcfhowlett: it prints nothing15:12
MehrzadBluesKaj: You mean dev folder?15:13
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!!15:13
=== hxm- is now known as hxm
MehrzadThere is no dev folders inside the root of the windows partition15:13
BluesKajMehrzad, no /dev/sda is usually the windows partition in gparted, since it's normally the first partition on the hard drive15:15
=== solaris is now known as wfio
MehrzadBluesKaj: I have not installed gparted. I'm using the default explorer15:16
NemesisDhi. both of my machines running 14.04 get a system update dialog daily and attemping to install the updates just freezes the UI, requiring me to have to kill the process15:17
NemesisDi'm happy to just use apt-get update && apt-get upgrade but that doesn't seem to find any updates. why does the GUI say i have updates but apt won't get them?15:17
BluesKajMehrzad,  run, sudo fdisk -l, in the terminal and pastebin the output15:18
MehrzadBluesKaj: I found that file, but do not have the permission to read it15:18
BluesKaj!pastebin15:18
ubottuFor 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.15:18
BluesKajit's not a file it's partition15:18
MehrzadBluesKaj: http://paste.ubuntu.com/10689543/15:19
=== JanC_ is now known as JanC
igoryonyaI mount a remote disk by sshfs. when I loose connection, the whole system halts, until I get reconnected and I cannot do anything. everything freezes without the connection. Is it possible to avoid it, make sshfs nonblocking, I guess15:19
tim_any1 copy?15:22
cfhowlett!patience | tim_,15:22
ubottutim_,: 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/15:22
BluesKajMehrzad, sudo grub-install /dev/sda2 , then sudo update-grub15:29
cha0t1xhi i want to install windows alongside ubuntu 14.04 full encrypted (the whole hard drive). does the luks resize and the windows setup will destroy my full encrypted ubuntu installation?15:30
tim_windows??? people still use that?15:31
cfhowlettcha0t1x, recommended method is install windows first ...15:31
cha0t1xcfhowlett, yes but now the ubuntu 14.04 is already installed and I want to avoid re-formatting15:32
cfhowlettcha0t1x, consider it.  you've a fully encrypted HDD, something that windows will NOT like ...15:32
cha0t1xcfhowlett, this is true15:32
cha0t1xcfhowlett, is there an option to install windows in an external bootable disk?15:33
cha0t1xis there any problem with grub?15:33
cfhowlettcha0t1x, windows bootloader will wipe out grub = reinstall15:33
cfhowlettreinstall grub15:34
cha0t1xcfhowlett, i know that but I want to ask if I keep full encrypted linux as it is, to install windows in a usb hdd external and to boot from it. Is there a prob with grub?15:35
cha0t1xI will reinstall grub but I want to ask if there is a problem that the disk will be external (usb)15:35
MehrzadBluesKaj: Isn't /dev/sda2 for swap?15:35
cfhowlettcha0t1x, should be doable.15:35
cha0t1xcfhowlett, thanks15:36
BluesKajme nope, it's your W95 partition15:36
BluesKajMehrzad,^15:36
BluesKajMehrzad, your swap is /dev/sda1015:37
MehrzadBluesKaj: I'm confused. But ok. I'm doing it15:37
MehrzadAh15:37
MehrzadBluesKaj: http://paste.ubuntu.com/10689669/15:40
BluesKajMehrzad, why so many partitions, you still have a whole lot of HP partitions there. they're normally for recovery etc but this HDD obviously had a  differnt windows OS on it when you bought the pc15:40
geniiYou're trying to install GRUB to a partition15:40
genii( as opposed to installing it to an MBR)15:41
MehrzadBluesKaj: No, I'd made the partitions before15:41
cfhowlettgpt partitions can easily have more than the usual MBR number15:41
BluesKajyeah genii , I thought it mioght work since this is what we're dealing with http://paste.ubuntu.com/10689543/15:42
geniiHm15:43
BluesKajhe wiped the mbr with tthe linux install15:43
cfhowlettBluesKaj, where IS his ubuntu?  no ext4 partitions in sight ...15:43
BluesKajcfhowlett, /dev/sda115:44
MehrzadBluesKaj: All I can say is I have windows on partition D (the third physical partition)15:44
=== Guest40762 is now known as gusnan
MehrzadThe other two are allocated for ubuntu and swap15:45
MehrzadBluesKaj: Will the "map" work?15:46
BluesKajMehrzad, that's not exactly the kind of partitoning I'm used to ...windows should always be first , then linux then swap15:47
MehrzadBluesKaj: Yes I know, but I hadn't. My bad15:48
BluesKajMehrzad, and w95? ...that's a bit ancient15:48
MehrzadI never installed windows 9515:49
cfhowlettBluesKaj, only 20 years old or so ...15:49
hi-towerhello!15:49
MehrzadBluesKaj: ^15:49
BluesKajgenii, why woule these LBAs show W95 ?15:50
BluesKajwould15:50
hi-towerI MIGHT have discovered a bug in storebackup package. I would like to get the opinion of people in-the-know before filing a bug report15:50
MehrzadBluesKaj: That's what were installed before: WinXP on C. Windows 7 on D, Ubuntu and SWAP on E15:51
geniiBluesKaj: Probably a dedicated partition on an OEM system where the Windows Install or Recovery stuff is15:52
MehrzadBluesKaj: I formatted C in order to install Ubuntu on it15:52
BluesKajtwell Mehrzad idon't understand your partitions then , something i haven't dealt with before ,, sorry for wasting your time15:52
MehrzadBluesKaj: No problem and thanks for putting time15:52
BluesKajgenii, that's what I suspected, but I never keep them , just wipe them clean when I get a new machine and start from scratch15:53
=== Isla_de_Muerte is now known as NwS
hi-towerBluesKaj: would you be able to test a storebackup problem?15:54
geniiBluesKaj: I dd the contents off to an external drive normally, in case machine has to go back for repairs it can be put back to factory15:54
BluesKajgenii, yes I understand that in your situation , that's a wise move15:55
BluesKajhi-tower, uhm test ?15:56
MehrzadBluesKaj: I suspect win7 is installed on sda5. Does this information help?15:57
hi-towerBluesKaj: well I would like to have someone confirm a bug before submitting it on launchpad15:57
=== kimphill is now known as Guest16899
hi-towerI am absolutely new to Ubuntu but worked on other distros since 199915:58
BluesKajhi-tower, that depends on which ubuntu version etc ...difficult to replicate bugs on different OSs and desktops15:59
hi-towerBluesKaj: OK this is Kubuntu 14.10 amd64 arch.16:00
xyzwhateverim looking for a comprehensive list how to set up ubuntu for maximum speed under virtualbox disabling everything that is not absolutely necessary16:01
hi-towerBluesKaj: It seems like the default config created by storebackup upon package install is incompatible with the cron script16:01
BluesKajMehrzad, do you have important data on windows that requires backup, because 10 partitions is lot for only 2 OSs and swap16:01
reboot_exuse me?16:01
reboot_?16:01
reboot_can some 1 help me?16:01
cfhowlett!ask | reboot_16:01
ubottureboot_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience16:01
hi-tower!patience16:02
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:02
xyzwhateverfor example how can i turn off this stupid transparency thing when I click on the ubuntu startmenu button16:02
reboot_how to download all information gathering tools that are in kali linux any comand ????16:02
AlissaAcquire::socks::proxy "socks://user:pass@host:port/";16:03
reboot_how to download all information gathering tools that are in kali linux any comand ????16:03
AlissaThat's the correct configuration to make a socks proxy for apt-get, right?16:03
reboot_how to download all information gathering tools that are in kali linux any comand ????16:03
cfhowlett!reboot_, kali | reboot_16:03
k1l_reboot_: stop that annoying spam16:03
cfhowlett!kali | reboot_16:03
ubottureboot_: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), kali-linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)16:03
gr33n7007hreboot_: download kali and use the live iso16:03
tgm4883Can't think of the right searching terminology. When I go into my BIOS and attempt to boot from USB (or even go into the EFI shell) my system starts automatically scrolling? up. It's like a repeating up arrow key16:04
reboot_how can i creat my own private chanell?16:04
reboot_how can i creat my own private chanell?16:04
xyzwhateveryeah go to your own channel talk to yourself16:04
cfhowletttgm4883, stuck key?  funky bios?  not ubuntu16:04
cfhowlettreboot_, stop it16:04
reboot_help me ...its ok :[16:05
tgm4883cfhowlett: yea it's a funky little device. Let me swap keyboards16:05
embikI always wonder why people like that are asking for Kali ... Maybe a 12-years old who wants to "hack" his friends? :|16:05
cfhowlettreboot_, stop acting silly then.  /join #mychannel16:05
=== JohhnyKnox is now known as Sl0P3
cfhowlettembik, let's not feed them.  moving on now16:06
embikyessir16:06
k1l_reboot_: ask in #freenode16:06
nullbyte_have removed libdrm-nouveau2 and manager removes all other linked packages how can i restore all of everything that16:07
BluesKajtgm4883, turn secure boot off/disable in the uefi/bios16:07
tim_anything for me yet?16:07
tgm4883BluesKaj: already off :/16:07
BluesKajtry legacy mode16:08
tgm4883There is no legacy mode16:08
BluesKajshould be in boot16:08
MehrzadBluesKaj: On windows 7? No16:09
tgm4883BluesKaj: I'll check again, but I'm pretty sure this only ships with 32-bit EFI16:09
BluesKaj32bit?16:09
cfhowletttgm4883, I've NEVER seen a 32 bit efi ...16:09
tgm4883Yea16:09
tgm4883The older mac's used to have only a 32-bit EFI and they are common on the windows tablets16:10
BluesKajnever seen that16:10
tgm4883This particular device is one of the intel HDMI sticks16:10
BluesKajok time for other things ...bbl16:10
MehrzadBluesKaj: 6416:11
tim_is there possible to steal some time for my linux?16:11
ikoniatim_: do you have an ubuntu issue ?16:11
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!!16:12
tim_ikonia, i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!!16:12
SchrodingersScatI would remove the offending layout, but that's me.16:14
fabrizziopHi. I wonder if someone could give me a bit of help. In ubuntu 14.10, after I log in, as soon as unity starts loading (taskbar appears) unity freezes16:15
fabrizziopso I can only move mouse16:15
cfhowlettfabrizziop, how much ram??16:15
fabrizziopwhen I ctrl+alt+f1 into a console, stop and start lightdm, then log in again, it works fine16:16
fabrizziop16 GB ram, FX 8350, ubuntu is installed in LUKS+LVM16:16
fabrizziopalready deleted dconf, .cache, nothing works16:16
BluekingBluesKaj several times16:16
fabrizziopany guesses?, does anybody know where I could make a post to ask for help?16:20
tim_ikonia ?16:22
genii!forums16:22
ubottuThe Ubuntu forums can be found at http://www.ubuntuforums.org. Kubuntu Forums are found at http://www.kubuntuforums.net. There is also a channel on freenode IRC #ubuntuforums16:22
fabrizziopthanks16:22
geniifabrizziop: np16:22
b3h3m0thI did a force poweroff and at the next boot, Im dropped to an (initramfs) shell. What should I be doing to fix (the missing /dev/disk/by-uuid/blah) ?16:23
=== xubuntu is now known as Guest47728
Bluekinghow long I have to wait before repeat question ?16:24
chotaz_workBlueking: patience is a virtue. use common sense.16:24
balazshey, how do I install jq on 12.04 ? apt-get install -y jq cannot locate the package16:26
dfinningerthis might not be the right forum for this... but I don't know a better channel and Google isn't helping... I haven't been able to log into #docker on freenode since they changed permissions to +r16:26
dfinningerdoes anyone know how to help, or a better form for me to ask in?16:26
dfinningerforumn*16:26
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!!16:27
fabrizziopbtr16:32
madsmile<channel>16:32
madsmileHi lel16:32
fabrizziopb3h3m0th: you could boot from a live cd, chroot into your installation and run update-grub=16:32
b3h3m0thfabrizziop:  is it possible to fix it from the (initramfs) shell ?16:33
b3h3m0thIm curious16:33
fabrizziopb3h3m0th: I can't answer that for you, because I don't know.16:34
b3h3m0thfabrizziop: okay . thanks for the first solution, the live boot thing :)  I hope that satisfy my primary goal (get this fixed somehow) and I hope to find someone here to satify my secondary goal, to quench my intellectual curiousity :p16:36
Bluekinghave som issues with network on mine router box  running ubuntu server + shorewall...  router are online  if disconnect wan cable and reconnect it to router it doesn't get online again and can't ping on the net, pc's on local net can't access net nor one can't see net from router box have to 'service networking restart' to bring it online again,  checked nic's and they seemed to have ip gateway16:36
Bluekingand that... not sure how/where to debug this ? might be bug with routing setup ?  martian source error ? router was perfect for more than a year before it started have issues last week16:36
wlodpolmi might need help16:36
wlodpolmtrying to make SystemRescueCD into a usb stick with unetbootin16:37
fabrizziopb3h3m0th: :)16:37
wlodpolmit keeps freezing ant 33316:38
wlodpolmit keeps freezing at file 33316:38
BluesKajBlueking, already suggested rebooting the router16:39
wlodpolmi tried the default iso maker but it doesn't load SystemRestoreCD and i am trying to recover windows machines from a deep infection16:39
wlodpolmshould i just DL a windows app and run it under wine?16:40
BluekingBluesKaj tried several times   no go16:40
BluesKajBlueking, what router model ?16:40
Bluekingpc16:42
Tim3why ubuntu is so garbage?16:42
kruxits the user that is usually garbage :P16:43
lapionwlodpolm, just use ubuntu live cd with clamav16:43
BluekingBluesKaj  pc  supermicro mobo xeon cpu ecc ram  intel nic I210  onboard +++16:43
Bluekingusing ubuntu/shorewall as router16:43
BluekingBluesKaj using ubuntu/shorewall as router16:43
=== Isla_de_Muerte is now known as NwS
BluesKajBlueking, shorewall is new to me , not familiar with it's configuration16:47
BluekingBluesKaj no idea where to look as I don't know where bug are if it's within ubuntu or other software16:50
BluesKajBlueking, did this happen after an upgrade?16:51
saltlakeDoes ubuntu server have pnfs support ? Or has anyone successfully got pnfs working on a ubuntu server ?16:53
Bluekingdidn't touch router for more than a year before it started bug on me a week ago16:53
BluekingBluesKaj didn't touch router for more than a year before it started bug on me a week ago16:53
BluekingBluesKaj  updated it two days ago  didn't fix problems16:54
BluesKajBlueking, well I bought an inexpensive tp-link router and modem combo after I switched ISPs  and I'm very happy with it , but I checked with ISP first to make sure the devices would work on their networks16:56
=== Guest16899 is now known as kimphill
BluekingBluesKaj  I'm on fibernet with a modem without any router functions16:58
saltlakeanyone with intel on pnfs for ubuntu ?16:59
=== tcpman is now known as Guest60773
=== ubuntu is now known as Guest49726
tomshredsHi folks, I'm using a CDN to share videos online. I'm tracking stats and for 300 video views I shared the file 2615 times for 56gb of bandwidth (file worth 500mb). It seems something is leeching. I've blocked hotlinking but it's still pretty major. Any suggestions? Thanks17:03
jrtapperstomshreds, Server?17:03
tomshredsjrtappers nginx+php-fpm+varnish17:03
=== Arab_Aspie is now known as zolk3ri
jrtappersAnd is the 56Gb at the server, or at the CDN?17:04
=== zolk3ri is now known as Guest96986
=== Guest96986 is now known as Arab_Aspie
misakibodya17:04
m0r0nHello. Can someone help me with this tutorial on Deluge-Headless? I'm trying to create the startup script but I'm not sure where to locate it. See "Run the Deluge Daemon on startup" here: http://www.havetheknowhow.com/Install-the-software/Install-Deluge-Headless.html17:06
=== QuantumWeridness is now known as QuantumWeirdness
=== misaki is now known as __misaki
chotaz_workm0r0n: people at #deluge might be able to help u better.17:12
chotaz_workm0r0n: more so, you are more likely to find support for software on its own channel channel rather than on the OS channel. since it's the first's responsibility to ensure or not compatibility with said OS :)17:13
htrussyou guys! is there a reason why everytime I reboot the wifi "disabled by hardware switch"??17:14
chotaz_workhtruss: not really sure I understand your problem.17:14
rawburtI gotta have the new Ubuntu phone- I'm in the USA. what can I do?17:15
EriC^^!ubuntu-touch | rawburt17:15
ubotturawburt: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch17:15
jrtappersIs there a known issue that sets the keyboard to US after login?17:16
ipuArnah, check dpkg-reconfigure keyboard-configuration ;)17:17
htrusschotaz_work, been having problems with the wifi since i just got this computer with ubuntu. I had to go hund for the driver but now. I have a working wifi but on reoobt it gets disabled and there is no way to get it back up. my rfkill is Hard blocked: YES17:18
mbeasley_anyone have an idea why gnome-terminal would render bold text in a different font than normal text? (this is on lubuntu). the font i'm using has a bold variant.17:18
htrussmbeasley: change your profile to that variation right_click>profiles>preferences>general pick the font, i think if its anything like mine17:22
serardHello17:22
serardAnyone knows a way to get apt-cacher caching HTTPS-based package delivery ?17:23
htrusschotaz_work: ?17:25
balamuruganhi17:26
balamurugandid any one know how to install rpm packages in ubuntu17:26
tewardbalamurugan: you shouldn't unless you know what you're doing.  why do you need to install RPM packages in a Debian based system17:27
BluekingBluesKaj  ip addr show -> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN, link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00, inet 127.0.0.1/8 scope host lo, valid_lft forever preferred_lft forever  <- could be sumthin here ?17:27
BluesKajmbeasley_, console fonts are configurable separately in the console profile/appearance17:28
balamuruganteward: i need to install vm ware17:28
=== thomas is now known as Guest86023
BluesKajBlueking, what does ifconfig show as gateway IP ?17:29
ubuntupcproblemoHello, I dual boot xubuntu and windows 7. I somehow messed up my bootloader and grub went into rescue mode. Using the ubuntu live CD and boot-repair I was able to fix the windows boot, but now grub won't load at all. What do you recommend to get my ubuntu install working again?17:29
mbeasley_BluesKaj: right. i have it configured in the profile. it's just that when text is bold, it uses one font and regular, another.17:29
nikola_I would like to ask you is it possible someone to help me to run windows 8.1 on ubuntu 14.04 without restarting, now i have both on my pc, i am new to linux17:29
BluekingBluesKaj  send pm with copy&paste ?17:29
BluesKaj!pastebin | Blueking17:30
ubottuBlueking: 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.17:30
BluekingBluesKaj http://paste.ubuntu.com/10690272/17:31
w0rmienikola_: use wine under ubuntu17:32
BluekingBluesKaj another paste   output from ifconfig  all http://paste.ubuntu.com/10690287/17:34
nikola_w0rmie: thank you i will see what is this cause i have no idea17:34
BluesKajBlueking, are you using network manager gui or the /etc/network/interfaces file to mange your connections?17:36
w0rmienikola_: this is easer than the ubunto documents even you're a beginner, take this road: http://en.wikipedia.org/wiki/Wine_%28software%2917:36
BluekingBluesKaj /etc/network/interfaces17:36
skmanhi17:37
skmanis there a way to make ubuntu keep the iptables configuration?17:37
BluesKajBlueking, have you run sudo /etc/init.d/networking restart ?17:38
Bluekingjust 'service networking restart'¨17:38
nikola_w0rmie: this work on Ubuntu 64 bit?17:39
skmanarfter rebooting, ubuntu delets all iptables rules!!!17:39
BluekingBluesKaj  'service networking restart' brings router back online17:39
hkrrsxskman: http://www.cyberciti.biz/faq/how-do-i-save-iptables-rules-or-settings/17:39
w0rmienikola_ : i've used it under SONY VAIO i7 (8cores) 64bits so yes !17:40
BluesKajBlueking, oh yeah , forgot init.d is no longer used17:40
tgm4883skman: how are you configuring the rules?17:40
Bluekingbringing router offline and hook router on net again router remains offline, until reboot or service networking restart17:42
BluekingBluesKaj (I need to put your nick here every time?  forget to put in nick once a while) bringing router offline and hook router on net again router remains offline, until reboot or service networking restart17:43
skmanthank you very much?17:43
skman!17:43
SchrodingersScatBlueking: it helps to flag with their name so it will highlight them, can maybe miss a few if they are active and not much else going on in channel.17:44
BluekingI know :)17:44
SchrodingersScatjust confirming your question :)17:44
Bluekingdamn kid 'puked' food on me  16 month old17:45
=== ChunkzZ1_g is now known as ChunkzZ
SchrodingersScatcan probably be fixed from a livecd17:46
BluekingBluesKaj  back in some minutes need to change clothes17:46
BluesKajBlueking,  I'm not sure how to deal with your setup, since I haven't seen anything like it before.17:47
BluekingBluesKaj  so nothing suspicious within ifconfig and ip addr show ?17:48
BluesKajBlueking, it looks quite nornal except for the ipv6 addresses17:49
BluesKajBBL ...got a few errands to to do17:51
Whitor_Is there anyway to adjust mouse pointer speed via cli ?  I'm looking to make it slower than the slowest setting in the GUI... is this possible?17:54
Whitor_14.04^^17:54
EriC^^Whitor_, look into xinput17:54
Whitor_EriC^^,  thank you17:55
sudoritzis there a way to forward to a remote syslog (but be able to only grep like a certain keyword so not all is going to the remote box)18:07
=== daveomcd_ is now known as dmcdonald
jarnosI made a bootable disk of beta2 by usb-creator-gtk, but it won't boot.18:13
SchrodingersScatjarnos: beta2?18:14
jarnosSchrodingersScat, http://releases.ubuntu.com/15.04/18:14
SchrodingersScat!15.04 | jarnos18:14
ubottujarnos: Ubuntu 15.04 (Vivid Vervet) will be the 22nd release of Ubuntu due for release in April 2015. Discussion and support in #ubuntu+1. For more info see the announcement at  http://www.markshuttleworth.com/archives/142518:14
=== kalen_not-here is now known as kalen
eluxhello.. i just recently realized my ubuntu 14.04 server doesnt come with a swap and its running just mongodb which will consume all of the memory and will need a swap18:28
eluxsince mongodb uses mmap'ed files, apparently those will never use the swap (mongo docs)18:28
eluxim trying to figure out an easy way to add a swap to the system now.. and looks like these days i can put a swap in just a file..?18:28
eluxinstead of a partition..?18:28
ramoseI need some help, I have dual boot system windows/ubuntu . On ubuntu side I made some changes to /etc/default/grub , set roottimeout to 0 and uuid to Yes18:30
AfterDarknessis it normal holding alt and pressing a key. brings the menu item corresponding to the key?18:30
ramoseBut now I'm unable to boot my system18:30
AfterDarknessfor example holding alt and pressing f brings file menu18:30
ramosenone of OS's are coming up18:30
AfterDarknessbecause in my case i cant use the terminal shortcut for alt f18:31
ramoseany one please help me out18:32
bazhangAfterDarkness, control alt T18:33
EriC^^ramose, with what?18:34
AfterDarknessbazhang, that is not what i meant18:34
ramoseEriC^^:   I have dual boot system windows/ubuntu . On ubuntu side I made some changes to /etc/default/grub , set the "roottimeout" to 0 and "uuid" to Yes18:35
AfterDarknessctrl + b in terminal moves cursor to end of the world and ctrl + f moves to the beginning of the word18:35
EriC^^ramose, why?18:35
ramoseEriC^^ : Now none of my OS's are coming up18:35
EriC^^ramose, why did you set uuid to yes and roottimeout to 0?18:36
ramoseEriC^^ : I was trying to boot with own compiled kernel18:36
ramoseEriC^^ : Is there any way to fix it?18:37
EriC^^ramose, ok, do you have a live usb?18:37
ramoseEriC^^ : No ,Don't have it :(18:37
EriC^^ramose, ok, boot and press e over the ubuntu entry18:38
AfterDarknesssorry i meant alt + B and alt + f18:39
octavian_I just bought a second hdd for my pc. What do I need to do to install ubuntu on second hdd?18:40
EriC^^octavian_, boot a live usb and install to it18:40
octavian_Root partition, home and swap?18:40
octavian_-anything else?18:41
EriC^^up to you18:41
EriC^^you could get by with just a root partition and a swap, or just a root partition18:41
AfterDarknessfound the solution lol it was the in the terminal keyboard shortcuts by disabling menu access keys18:42
octavian_EriC^^: I also got this error: invalid system disk replace disk and then press any key18:42
EriC^^octavian_, check that it's not first in the boot order18:42
EriC^^in the bios18:43
BluesKajoctavian_, / and /home and swap is a goosetup , easy to upgrade to newer OSs etc18:43
BluesKajgood setup :)18:43
octavian_EriC^^: and the windows failed to load after i booted up from the previous hdd which has windows on it18:44
AfterDarknessBluesKaj, / and /home remind me of android18:44
EriC^^octavian_, try removing the hdd and booting18:45
octavian_EriC^^: it's working if I do this18:45
BluesKajAfterDarkness, that's been used in linux for a long time18:45
AfterDarknessik ofc18:45
BluesKajoctavian_, just make siure your windows hdd is first in the boot sequence18:46
octavian_EriC^^: I don't know what it fails... It loads and then when it should show the login screen it gives me an error18:46
octavian_BluesKaj: I already made it the first18:47
leonichello18:47
BluesKajoctavian_, right18:47
octavian_EriC^^: if I remove the second hdd it works18:48
leonichow do i instal a package in a tar.gz file18:48
EriC^^leonic, which package are you trying to install?18:48
EriC^^it might be in the repositories18:48
EriC^^octavian_, are you using win7?18:49
TechIsCoolcan someone paste me the content of /etc/sudoers.d/zfs18:49
TechIsCooli broke it and need a fresh copy can't seem to find it online without reinstall18:49
leoniclx viewer a need to look a .dwg file a autocad file18:49
octavian_EriC^^: win818:50
EriC^^octavian_, ok, boot the live usb and take it from there18:50
bazhang!find lxviewer18:50
ubottuPackage/file lxviewer does not exist in utopic18:51
BluesKajTechIsCool, zfs?18:51
TechIsCoolBluesKaj: Yes18:51
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!!18:51
leonichttp://sourceforge.net/projects/lx-viewer/?source=typ_redirect18:52
leonici dowloaded it from threr18:52
octavian_EriC^^: but I ca not boot up windows if I have the second hdd connected...18:53
EriC^^leonic, ok, cd to the dir you downloaded it to and type tar xzvf filename.tar.gz18:53
tim_try to change boot order in bios?18:53
EriC^^octavian_, no problem18:53
octavian_EriC^^: apparently those two hdd works good but ALONE18:53
Nettleshelp usb pet rock is not responding in ubuntu 10.0418:54
JokesOnYou77Hi all.18:54
octavian_EriC^^: on what hdd will be installed grub?18:55
ramoseEriC^^ : What I need to do afer pressing e over ubuntu booting up ?18:55
SchrodingersScatNettles: lsusb ?18:55
JokesOnYou77I'm having a whole lot of trouble installing qt.  I had to do a whole bunch of messing around with nvidia packages a while back to get my system to work with an old gpu and now I have some kind of blocking dependencies: libdrm-dev : Depends: libdrm2 (= 2.4.56-1~ubuntu2) but 2.4.58+git20141006.00847fa4-0ubuntu0ricotz~trusty is to be installed18:55
Nettleswhat18:55
EriC^^ramose, can you post a screenshot of the entry?18:55
SchrodingersScatNettles: should list usb devices18:55
SchrodingersScatNettles: but I feel like you are joshing us, because how would pet rock 'respond'?18:55
EriC^^octavian_, you can install it to the second hdd that you're installing ubuntu to18:56
NettlesYes that was the joke18:56
tim_any1copy ?18:56
SchrodingersScat!ot | Nettles18:56
ubottuNettles: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:56
EriC^^octavian_, it's at the bottom in the partitioning tool in the installer, Bootloader18:56
ramoseEric^^ : Sorry, System is not with me , its my friends system and now I'm not able to talk to him, He slept I think : (18:58
EriC^^ramose, do you use ubuntu?18:58
tim_use teamviewer??18:58
tim_lol18:58
=== thomas is now known as evilthomas
tim_anyway.. can i finally please get some help??18:58
ramoseEriC^^ :  Yes18:59
Amm0ntim_, if its just at surfing it's maybe a locale setting of your browser.19:00
EriC^^ramose, does he use uefi?19:00
hkrrsxtim_: http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu19:00
ramoseEriC^^: It should be plain BIOS for him I guess19:01
tim_no .. it changes every xx time.. usualy ok.. but sometimes it chganges... not just in browser19:01
tim_no links please19:01
EriC^^ramose, ok19:01
Amm0ntim_, if not read: https://help.ubuntu.com/community/Locale19:01
EriC^^do you use bios?19:01
ramoseEric^^ : Yes19:01
hkrrsxtim_: you shouldn't ask for help and then tell how the help is to be provided19:01
octavian_EriC^^: thank you. I'll try this and I'll let you know if I can boot windows after installation :D hope it works19:02
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. it is not browser, it is not possible to fix with system locale... please help!!19:02
tim_u see.. i click ads to get paid.. and sometimes browser changes system settings19:03
EriC^^ramose, ok type grep -A20 Ubuntu /boot/grub/grub.cfg and get the first menuentry19:03
tim_and i can not undu19:03
SchrodingersScattim_: have you considered checking the keyboard layouts?19:03
tim_YES19:03
archipwill 15.04 use mir by default?19:04
nikola_I want to ask does someone now can i run TecDoc on Ubunutu 14.04 64bit19:04
EriC^^ramose, paste it in paste.ubuntu.com and use it to make your friend's menu entry similar19:04
ramoseEriC^^ : but where I need to type it?19:04
tim_all #easy# options i tryed19:04
archipor .05 whatever the next LTS is19:04
EriC^^ramose, modify his so it's similar, if it has any extra options try removing them19:04
tim_even some rows i put in terminal .. adviced from here... did not fix a problem19:05
leonicmmm how do i installl the qt libreries _19:06
ramoseEriC^^ : This is where his system get stuck "http://askubuntu.com/questions/15515/disk-by-uuid-not-detected-initramfs-boot-failure"19:06
leonicor better  i need to know the if tha dwg file is goodor nop19:07
octavian_EriC^^: but still I don't understand why it doesn't boot up windows while I have the second hdd connected(It loads windows and then when it should show the login screen it restarts)19:08
EriC^^ramose, it might be using an invalid uuid, if you press c to get a grub prompt in grub, typing ls -l might show the uuid's19:08
EriC^^ramose, if you have a live usb or cd, you could just use it to chroot and modify /etc/default/grub and update-grub19:08
EriC^^octavian_, i have no idea, boot the live usb and check the disk, the partition table etc.19:09
tim_SchrodingersScat, any idea?19:09
Amm0ntim_, can you Shift+Super+Space to go back to previous layout?19:10
EriC^^ramose, https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot19:10
octavian_EriC^^: check the disk? Does the live cd have any sort of diagnosis tool?19:10
tim_does not work19:10
tim_alt + space does not work19:10
Banana_i have problems using the intel graphics installer for linux. It fails on installing packages19:11
EriC^^octavian_, i'd start with sudo parted -l and see if it recognizes it fine, and then maybe create a new partition table19:11
EriC^^octavian_, you can install software in the live usb if you need19:12
FutureSutureSo what is the obvious way to install SUSE Studio Imagewriter in Ubuntu?19:12
mike802http://mike802.blogspot.com/2013/09/slowing-progress.html19:12
mike802http://mike802.blogspot.com/2013/09/company-summary.html19:12
FutureSutureGoogling has been a waste of time as I've found nothing.19:12
ramoseEriC^^: But can't I do anything from initramfs prompt?19:13
mike802have you tried #suse?19:13
FutureSuturemike802, well, my friend is on Ubuntu and wants to install it there.19:13
Amm0ntim_, System Settings / Keyboard / Typing / Layouts / Options... / Keys to change layout19:14
AfterDarknesswhy does remmina gives protocol security negotiation failure?19:14
AfterDarknessi have enabled the port19:14
mike802ok, my bad19:14
hkrrsxFutureSuture: that program looks specific to the SUSE operating system ... what about UNetBootin ?19:14
hkrrsxhttp://alternativeto.net/software/suse-studio-imagewriter/19:14
bekksFutureSuture: Despite he wants it, that software is not available on Ubuntu - and so he is pretty much on his own with using SUSE software.19:14
tim_i got only one source.. slovenian19:14
bekksFor creating a bootable Ubuntu image, just use "dd".19:14
tim_thats what is funny19:15
FutureSutureI use SUSE Studio Imagewriter just fine in Manjaro. Surely my friend can install it just as easily in Ubuntu, right? She's in another city so I can't do it for her.19:15
bekksFutureSuture: There is no need for that software actually.19:16
reboot_can some1 tell me how can i get all information gathering tools in ubuntoo that are present in kali linux with some kind of command.19:16
FutureSutureWell, okay, thanks.19:16
tim_Amm0n,  i only got 1 input source.. and keys for changin sys locale ARE NOT WORKING19:16
bekksA Manjaro user seeking for SUSE support in #Ubuntu. It's weekend. </2cent>19:16
hkrrsxFutureSuture:  Manjaro can install stuff from the AUR using yaourt or other package managing software .... Ubuntu and Manjaro are 2 completely different beasts19:17
reboot_can some1 tell me how can i get all information gathering tools in ubuntoo that are present in kali linux with some kind of command.19:17
bazhangreboot_, no19:17
bazhangreboot_, stop asking here19:18
nikola_I want to ask does someone know can i run TecDoc and Photoshop on Ubunutu 14.04 64bit19:18
bazhangnikola_, check the appdb first19:18
tim_why is reboot not allowed to ask here?19:19
bazhang!appdb | nikola_19:19
ubottunikola_: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help19:19
bazhangtim_, its for kali linux, not ubuntu thats why19:19
hkrrsx!kali > tim_19:19
ubottutim_, please see my private message19:19
=== pvoigt_ is now known as pvoigt
tim_ow.. ok, ok19:20
tim_tnx19:20
AfterDarknessstrange when i change the settings to VNC instead of RDP it works19:21
AfterDarknessany ideas why ?19:21
nikola_thank you19:21
=== Yukkino is now known as Yukkii
gangilhi, I am trying to setup a custom debian repo. However, I am confused where should I add the control file which establishes dependencies among packages?19:22
alexises:'( it's easyer with rpm19:23
alexisesjust exec createrepo and all work19:23
tim_and i am waiting... >/19:24
gangilalexises:19:24
gangil?19:24
usr13Ubuntu 10.04 "Lucid Lynx" Minimal CD  will install full Desktop Ubuntu?   Yes?______  No?_______19:24
yeats!10.04 | usr1319:25
Kris545545_usr13: yes19:25
ubottuusr13: Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Desktop support ended May 9 2013. Server support ends on April 30 2015. See http://ubottu.com/y/lucid for more details.19:25
usr13Kris545545_: Tnx19:25
Flannelusr13: If you tell it to.  But 10.04 is EOL on the desktop, so you may want to go with 12.04 or 14.04 instead.19:25
bazhangthe mini cd will not19:25
yeatsusr13: you should install something newer19:25
usr13It's 14.04 sorry.19:26
Kris545545_14.04 mini will installa desktop19:26
=== mihai is now known as Guest7644
AfterDarknessdo i need to install xrdp? or does ubuntu have an rdp service by defualt?19:30
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!! it is not browser and sys locale settings are fixing the problem.. please help!!19:31
[Ex0r]This is sort of a generalized question, as it has multiple 'connections' to it. I have windows 8 installed on one harddrive in my PC. I want to install ubuntu on another hard drive in my pc, and when I restart the computer, I get the option which one I want to boot into (With ubuntu being the default option if none are selected)19:31
[Ex0r]how can I achieve this?19:31
leonicthaanks people it worked but the file was  a litte corrupted19:32
mihai_stefan@Ex0r19:32
mihai_stefanis windows installed as UEFI?19:32
[Ex0r]windows8? Yes, i'm pretty sure it's a requirement for win819:32
EriC^^!uefi | [Ex0r]19:33
ubottu[Ex0r]: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI19:33
mihai_stefannot really, it can be installed MBR19:33
JokesOnYou77it's a pain in the BIOS (dadum ching)19:33
[Ex0r]Well than the default/recommended option is UEFI, I remember it selecting it during installation.19:33
[Ex0r]However, they are both on two different physical drives19:34
mihai_stefanwell, you have to correctly set the partitions when installing, and set grub to install on the bootable drive (which you selected in BIOS)19:35
octavian_EriC^^: install it and while i am in grub i ca not use the keyboard.. It seems to be dead. After that it auotomatically boots in ubuntu without letting me to use windows19:35
SNAFUdowserHey guys.  I have 2 laptops both the same model, and I want to clone each (using clonezilla) and then swap the harddrives.  They both dual boot Ubuntu and Windows.  Will the process be as simple as, clone each laptop, and then copy each clone to new laptop?  Or will I have to fix the boot settings or something?  Or should it automatically work perfectly?19:36
[Ex0r]mihai_stefan- So there's nothing I can do during ubuntu installation that will do this all for me automatically?19:36
mihai_stefanthe graphical installer has an option to use a whole drive19:36
mihai_stefanand i think, by  default, it selects the correct place to install the bootloader19:37
[Ex0r]right, I know that, and I can select the second drive (Not the windows one), but does the graphical installer give me an option to change the bootloader and specify which one is default?19:37
mihai_stefanyes, it does, if i remeber correctly, in the same screen19:37
mihai_stefanat the bottom19:37
EriC^^[Ex0r], you're going to be installing to a second hdd right?19:37
[Ex0r]EriC^^- yes19:37
EriC^^[Ex0r], it's not that simple19:38
[Ex0r]Windows on drive 1, ubuntu on drive 2, default boot I want to go on drive 2, unless I choose drive 1 in the loader19:38
EriC^^[Ex0r], you have an efi partition on the first hdd, and your uefi uses the efi files there to boot windows19:38
mihai_stefanyou have to disable secure boot from windows19:38
EriC^^so you'll need to install ubuntu on the second hdd, and give it its own efi partition19:38
octavian_mihai_stefan: can you pm me pls? :D19:39
[Ex0r]EriC^^- Can that be done inside of ubuntu installer?19:39
econdudeawesomeIs this an apropros forum to ask some general Linux/Xorg questions in addition to Ubuntu?19:39
EriC^^[Ex0r], and you can have your uefi boot the ubuntu efi file on the second hdd, and have grub chainload the other windows efi file on the first hdd19:39
[Ex0r].. that sounds really advanced to be doing manually19:39
a556265is this (Acer E3-112) a good laptop for linux considering it's £219, or would there be a better one at roughly that price point?19:40
EriC^^[Ex0r], yeah, create an efi partition, and choose at the bottom the ubuntu hdd19:40
[Ex0r]let me double check, I may not actually have UEFI installed19:40
[Ex0r]or running, I was thinking it was something different.19:40
[Ex0r]Can I check without powering down the system?19:41
[Ex0r]nope im booting in legacy mode19:41
[Ex0r]so no uefi19:41
linbinHi I installed ubuntu with KDE desktop on my chromebook, have no idea what I'm doing - I think the first step would be to make sure im at the latest version of everything - please help19:42
econdudeawesomeIm having major boot errors. I upgraded to the nvidia kernel and now x won't start AND it can't find my screens. I'm at  a loss. Note that I am running Debian Wheezy, so this is more asking for general principles help than ubuntu specific help...19:42
EriC^^[Ex0r], well that's good, just install ubuntu to the second hdd and make sure the bootloader is set to ubuntu's hdd at the bottom, then change the boot order in the bios to boot it19:42
[Ex0r]EriC^^- I see, that makes sense. Will that also prompt a screen to allow me to select which OS to boot to, and after like 'x' seconds, default to one?19:43
EriC^^SNAFUdowser, not sure what you're trying to do exactly, you have 2 laptops and you're cloning one and want to use it on the other19:44
EriC^^?19:44
EriC^^[Ex0r], yeah, it will, you can set the timeout in /etc/default/grub19:44
[Ex0r]Okay, awesome. Glad I can do this easier than having to do a bunch of advanced stuff.19:44
[Ex0r]Thank you19:44
[Ex0r]If only PCs could operate now where you could actually 'dual-boot' both OS' at the same time.19:45
tim_anything for me yet??19:45
EriC^^[Ex0r], you mean simultaneously?19:45
[Ex0r]yeah, like in parallel19:45
econdudeawesomeWhat was your question tim_?19:45
[Ex0r]and you can just switch to either one on the fly19:45
EriC^^[Ex0r], well, you can use virtualbox if you want19:46
mihai_stefan[Ex0r]: you an use a virtual machine for that19:46
tim_seriuslly??19:46
tim_hy all.. i got problem with my ubuntu.. keyboard is allways!!! switching to englesh at internet surfing.. please help!! it is not browser and sys locale settings are fixing the problem.. please help!!19:46
[Ex0r]yeah, but virtualbox has severe hardware limitations19:46
[Ex0r]for example, if I want to game, I cant game in a vm19:46
econdudeawesometim_ I only recently came on19:46
EriC^^tim_, maybe you're pressing super+space?19:46
tim_IT does NOT WORK19:46
Loganecondudeawesome: you'll probably want to follow these instructions: http://askubuntu.com/a/474923/4673119:47
tim_i tryed all easy options..19:47
econdudeawesomeLogan: much thanks19:47
Loganecondudeawesome: that's assuming you used the x-updates PPA (adjust the purging command accordingly)19:47
Loganand no problem - let me know if you have any further issues19:48
econdudeawesomeLogan: i'll give it a shot!19:48
kianfinished some system updates and said reboot required. They involved kernel (as far as I remember) and rebooted and I got a black screen blinking cursor.19:49
kianShould I attempt a force reboot?19:49
mihai_stefancan someone please help me with installing the nvidia drivers on kubuntu vivid beta 2? (i have a laptop with optimus: nvidia 750m and intel hd 4600)? thanks!19:50
bekkskian: You arent using Windows. Rebooting will not help. Which graphics card do you use, and whch driver?19:50
kianbekks: haven't touched Windows in 3 haha19:51
kianbekks: intel integrated19:51
kianbekks: lubuntu 14.04 lts19:51
bekkskian: Optimus by chance?19:51
kianbekks: no idea man19:52
kianIt's a dell optiplex gx62019:52
thunder_kkcan we use bluetooth module hc05 to stream music19:52
bpromptkian:     how many files was the update btw?19:52
kianbprompt: can't recall19:52
kianupdated last night, rebooted after work today19:52
bpromptkian:    ok... if you list  say...    ->   ls /var/cache/apt/archives   <---- how many files does it list?19:53
thunder_kkcan we use bluetooth module hc05 to stream music?19:53
kianbprompt: can't access anything man lol19:53
bpromptkian:    how about in "recovery mode"?    hold-down Shift key while booting to get the grub menu, and choose "recovery mode" from the list19:53
bpromptkian:    just wondering if you can simply redo the .deb install manually in recovery mode, without the GUI loaded, so it updates properly without any file-lock issues, but if you have too many .deb files there... then you may end up installing stuff you may not need or want19:55
a556265Would someone be able to help with my laptop question from earlier?19:56
bprompta556265:    repost maybe19:56
a556265is this (Acer E3-112) a good laptop for linux considering it's £219, or would there be a better one at roughly that price point?19:56
Desez2tPunkDoes anyone know of a program or anything that might allow automatic LCD brightness according to light levels like Android, but for Ubuntu?19:57
bprompta556265:    good and bad, are always relative    ->    " Nothing is good or bad, but thinking makes it so."  <br> ~~  Shakespeare ~~19:57
a556265bprompt, alright in your opinion do you think it would be worth the money?19:58
bpromptDesez2tPunk:    usually on your monitor it'd a button for that already :), or on a mobile, a [Fn] function key combo19:58
bprompta556265:    we're back to square one, depends on an array of things19:58
rgb-onea556265: look into redshift19:59
yeatsa556265: I would do a quick google search for ubuntu bug reports on that model, and you might search the ubuntu forums19:59
a556265Thanks everyone19:59
rgb-onea556265: http://jonls.dk/redshift/19:59
bprompta556265:     I mean.. say... I can run say... hmmm ubuntu 9.x just fine on a single core 1.3ghz or so, and that's "good" for running lots of stuff20:00
trijntjei set ubuntu to automatically install updates but i just noticed I have over 250MB of updates. Why doesnt ubuntu honor those settings?20:00
issahello20:00
Desez2tPunkbprompt, For automatic adjustment? What would it look like?20:00
DJonesa556265: As you're asking about prices in £'s, I'm assuming you're in the uk, might be worth asking in #ubuntu-uk as well20:00
issai have added a script on /etc/rc.local, but ubuntu don"t want lunch it20:00
issahow i can ffound why please ?20:00
kianbprompt: oh wow20:00
bekks!upstart | issa20:01
ubottuissa: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/20:01
issabecaus if i lunch the command on the terminal that"'s works20:01
kianbprompt: false alarm everyone, just my stupidity20:01
TheNumbissa: can you pastebin the file?20:01
octavian_If I have two hdds(one with win8 and one with Ubuntu) the grub should be installed on the hdd with win8 or with ubuntu?20:01
kianleft a flash drive plugged in20:01
yeatstrijntje: this is old, but might be helpful: https://help.ubuntu.com/10.04/serverguide/automatic-updates.html20:01
bpromptDesez2tPunk:    automatic?    it usually steps up or down based on what you press,  ->   http://cdn.computerhope.com/laptop-brightness-keys.jpg20:01
TheNumboctavian_: which one is the "boot" drive?20:02
issahttp://www.enlightenment.org/ss/display.php?image=e-5515af43c4a2c1.81341815.jpg20:02
rgb-oneoctavian_: The one with Ubuntu.20:02
bpromptkian:    To see what is in front of one's nose needs a constant struggle.  ~~ George Orwell, "In Front of Your Nose" ~~20:02
Desez2tPunkbprompt, see that is the thing, I know it usually steps according to what you press, but I am looking for a way to make it automated.20:02
bekksissa: Did you read the link given?20:03
TheNumbissa: that's not the proper way of doing that.20:03
trijntjeyeats: i dont think so, i'm on 14.04 and it has this option in the gui20:03
bpromptDesez2tPunk:     hmm?   automated?    like.. read your thoughts and does it?  or activated with eyesight?   looks very automated to me, maybe it is just me, dunno20:03
rgb-oneoctavian_: If you want to launch Ubuntu first, set the HDD with Ubuntu above the one with Windows20:03
issabekks, which link ?20:04
Desez2tPunkbprompt, Have you ever used an Android phone?20:04
=== [1]CupricReki is now known as CupricReki
bekksissa: The link you were given by ubottu.20:04
bpromptDesez2tPunk:    sure, and tablet20:04
rgb-oneoctavian_: Device boot priority is set from the BIOS20:05
Desez2tPunkbprompt, then you know how they can auto adjust according to how bright the room is. That is what I am looking for, but for a laptop.20:05
issai don"t understand, i ahve to install upstart ?20:05
bekksDesez2tPunk: Your laptop would need a sensor for doing that.20:06
octavian_Ok guys I have Grub on the Ubuntu'hdd but the problem is: I can't use keyboard while I am in Grub... It seems to be dead. After this it loads up ubuntu and I can normally use keyboard20:06
bekksissa: No. Your Ubuntu is using upstart already, so "the ancient ways" dont work anymore.20:06
octavian_rgb-one: ^20:06
bpromptDesez2tPunk:    ?   well.. those buttons do that, on an android screen, I configure the "tap" on the widget, but that's because it lacks a keyboard and an [Fn]  key, if it had one, I'd use that20:06
yeatstrijntje: seen this?: http://askubuntu.com/questions/9/how-do-i-enable-automatic-updates20:06
issaok so i have to learn upstart20:07
bpromptDesez2tPunk:     maybe your wording is off, on what you're after, is all20:07
Desez2tPunkbekks, no one has come up with a make shift one that parses the camera perhaps every few minutes or so then shuts it off?20:07
octavian_TheNumb: ^20:07
bekksDesez2tPunk: Apparently no.20:07
TheNumboctavian_: usb keyboard?20:07
TheNumbwireless?20:07
bekksDesez2tPunk: So be the first one :)20:07
octavian_TheNumb: yep20:08
TheNumboctavian_: which one? :P20:08
octavian_TheNumb: usb20:08
octavian_:D20:08
trijntjeyeats: I have set this already: https://i.stack.imgur.com/I3yHR.png The problem is that it appears to have no effect20:09
TheNumbtrijntje: how do you know?20:09
yeatstrijntje: but security updates are not *all* updates20:09
bekkstrijntje: Only security updates are installed. All other updates have to be installed manually.20:10
octavian_TheNumb: usb keyboard20:10
TheNumboctavian_: hmm, try enabling legacy usb support in the bios20:10
Desez2tPunkbekks, for future reference, while asking on here and continuing to google I found this charm "Calise" http://www.webupd8.org/2012/06/calise-sets-screen-backlight-based-on.html Also "WildGuppy" which is supposedly simpler for people without terminal knowledge http://www.webupd8.org/2014/01/wildguppy-adjusts-your-laptops.html20:10
yeatstrijntje: you can verify what's been installed when by scanning /var/log/dpkg.log and related20:10
trijntjeTheNumb: yeats, bekks I know because firefox disabled the flash plugin because it was no longer secure20:11
bekkstrijntje: So if you know, then you already know the reason for your "issue".20:12
octavian_TheNumb: another problem is that if I try to boot from the win8 hdd it fails.. Blue screen and restart20:12
TheNumberr ,_,20:12
octavian_TheNumb: if i deconnect the hdd with Ubuntu it can boot the windows hdd20:13
trijntjebekks: I dont know the reason for my issue, why doesnt ubuntu install the security updates20:14
OerHekstrijntje, is this an example or really you on maverick ??? https://i.stack.imgur.com/I3yHR.png20:14
bekkstrijntje: Ubuntu install security updates ONLY, thats how you configured your Ubuntu.20:15
Desez2tPunkIs there any charts out there explaining the various names of various parts of the Ubuntu desktop? Such as the Unity Launcher is the bar to the left, etc.20:15
octavian_TheNumb: it's like a conflict between those hdds20:15
trijntjeOerHeks: no, thats just an example20:15
TheNumboctavian_: is it a BIOS setup or UEFI?20:15
trijntjebekks: that should include security updates for flash right?20:15
bekkstrijntje: Good. So pastebin YOUR settings please.20:15
octavian_TheNumb: sorry? :D20:16
rgb-oneoctavian_: lol20:16
TheNumbugh20:16
bekkstrijntje: Which version of flashplugin-installer is installed on your system, currently?20:17
TheNumboctavian_: what's the model of the mobo?20:17
rgb-oneoctavian_: spend a week with arch linux and you will be able to understand his language20:17
octavian_TheNumb: just a moment20:18
hkrrsxDesez2tPunk: I found this really tiny image: http://media.bestofmicro.com/ubuntu-windows-benchmarks,2-A-324082-13.png20:18
trijntjebekks: 11.2.202.451ubuntu0.14.20:18
Desez2tPunkhkrrsx, Decent enough, thank you :020:18
Desez2tPunk:)*20:18
bekkstrijntje: Thats the currenty security updated version.20:18
trijntjebekks: yes, because I just manually installed updates20:18
octavian_TheNumb: G41MT-S2PT20:18
bekkstrijntje: So pastebin your update settings, as already requested.20:19
issawell sorry i don"t understand how works upstart, where i have to add my script to make it work at startup please20:19
TheNumbissa: try .xinitrc20:19
bekksTheNumb: Thats the totally wrong place.20:19
TheNumbissa: in user's home directory20:19
issaTheNumb, that's not good, because i need to lunch the screen before the login page20:20
TheNumbbekks: what was he trying to do again?20:20
bekksissa: http://upstart.ubuntu.com/getting-started.html20:20
bekksTheNumb: Trying to use upstart.20:20
octavian_TheNumb: it's like a conflict between those two hdds20:21
trijntjebekks: https://i.imgur.com/RrG7ils.png20:21
bekkstrijntje: What does the third combo box mean?20:22
trijntjebekks: pre-released updates20:23
bekkstrijntje: Thats the meaning of the third checkbox. Whats the meaning of the third combobox?20:23
=== d is now known as Guest96130
Bluekingrouter(ubuntu/shorewall on pc) network problems   are this software or hardware error ? -> http://paste.ubuntu.com/10691231/20:23
trijntjebekks: show updates when: directly20:24
bekksBlueking: Neither nor.20:24
=== Isla_de_Muerte is now known as NwS
TheNumboctavian_: I'm out of ideas. Sorry :(20:24
bekkstrijntje: Ah ok.20:24
rgb-oneissa: https://tr.im/tS48W20:24
Bluekingbekks: how where what ?20:24
bekksBlueking: your message show that the link went down.20:24
Bluekingso it's fibermodem that caused it ?20:25
issargb-one, that"s look better i try it20:25
issa:)20:25
bekksBlueking: Most likely, yes.20:25
octavian_ Omg it's really annoying... Maybe tge windows ia broken or maybe I need to set some parameters like slave/master... I don't get it20:26
octavian_TheNumb: ^20:26
Bluekingbekks: ok  and when I simulate net drop out performed by pull cable out and back on it remains offline (was online before unplug)20:26
buconero51ciao20:27
bekksBlueking: That may be a modem issue, also.20:27
buconero51!list20:27
ubottubuconero51: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».20:27
androdexterHey, guys!!! Ubuntu hotspot not working for Android phones.... Is there any way to connect?20:30
viodandrodexter: this is an android-related issue iirc, the solution would be to root the phone and install some modules20:30
viodandrodexter: see http://android.stackexchange.com/questions/4418/why-cant-my-device-see-an-ad-hoc-wifi-network20:31
trijntjeis there a way to find out when an updated version of a package became available?20:31
octavian_If I reinstall windows on sda will the grub get problems even if it's installed on sdb alongside Ubuntu?20:33
rgb-onetrijntje: From my understanding Canonical only maintains a few packages officially so you would have to keep up with the development of the specific package you have in mind.20:33
rgb-oneoctavian_: Are you trying to dual boot?20:34
octavian_rgb-one: yep20:34
CptRageToasteroctavian_: Don't quote me on anything here... I'm pretty unsure, but I think if you install windows second, it will replace grub...20:34
bekks!dualboot | octavian_20:34
ubottuoctavian_: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot20:34
CptRageToasterI'm going to have to do some research myself20:34
Arrickok... so I wanted my xubuntu box to look like a mac... I followed a tutorial online... everything went well with this tutorial http://www.noobslab.com/2014/04/macbuntu-1404-pack-is-released.html until a reboot was performed.... and then I couldnt even get to a terminal prompt.... go figure.20:35
rgb-oneclick alt F120:35
rgb-oneArrick: How far do you boot to?20:36
trijntjergb-one: I'm just curious when the latest flash plugin became available20:36
rgb-oneArrick: How far does the machine boot to?20:36
octavian_rgb-one: I am using separate hdds for ubuntu and win820:36
Arrickit doesnt even get to where it can ctrl+alt+f220:36
Arrickor alt f120:36
bekkstrijntje: Use packages.ubuntu.com and take a look at the changelog of the package desired.20:36
CptRageToasteroctavian_: It doesn't matter20:37
CptRageToasteroctavian_: It will still replace grub with it's own bootloader20:37
Arrickblank black screen right after the computer prompts for the bios, etc..20:37
octavian_Where is grub stored?20:37
CptRageToasteroctavian_: If you go that route, you'll have to re-install grub as your bootloader using an ubuntu iso/install cd20:37
CptRageToasterhttps://help.ubuntu.com/community/DualBoot/Windows20:37
CptRageToasteroctavian_: I think it's the MBR that that guide talks about20:38
CptRageToasteroctavian_: http://en.wikipedia.org/wiki/Master_boot_record20:38
sudoritzahoy there (is there a way to point local4 to a remote syslog BUT modifiy its output before it sends over) like  change the format and regex it if possible20:38
sudoritzlocal4.* @172.27.144.44     kinda wanna do    local4.* @172.27.144.44 {awk '{print $1"||",$2}'} kinda thing so i can have a better format before heading over20:38
octavian_MBR?20:39
Arrickmaster boot record20:39
CptRageToasteroctavian_: Master Boot Record20:39
trijntjebekks: so http://changelogs.ubuntu.com/changelogs/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_11.2.202.451ubuntu0.14.04.1/changelog shows 3 security updates since jan 23, but dpkg.log shows no updates at all since then20:39
CptRageToasterWindows will overwrite it with it's own special deal, so if you install Ubuntu First, THEN windows second20:39
CptRageToasterthe last one to the race will have the final say as to what MBR you use20:39
CptRageToasterthis means that if you isntall windows second, you'll lose grub (for a bit)20:39
rgb-oneoctavian_: This may be useful https://tr.im/uks6920:40
ArrickI recommend installing ubuntu last.20:40
CptRageToasterand will have to take an extra step to Re-install grub20:40
CptRageToasteror... yes... install ubuntu again20:40
bekkstrijntje: you are using 11.2.202.451ubuntu0.14.04.1 which is the _current_ version.20:40
trijntjebekks: yes, but I installed it _manually_, even though I configured ubuntu to install it _automatically_20:40
sefioI get this all the time                "sudo: unable to resolve host pc"          already checked hosts and hostname20:42
Arricksefio, what version you running?20:42
sefio14.0420:42
grywhat does your hosts file contain?20:43
bekkstrijntje: whats the output of "grep flashplugin dpkg.log | tail -1"?20:43
Arrickhttp://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none20:43
Arricksefio, ^20:43
sefiohosts file   ->             http://pastebin.com/eaRjttb220:44
sefioI already checked hosts and hostname, it's not that20:44
bekkssefio: And whats your /etc/hostname ?20:44
rgb-onetrijntje: so the problem is that Ubuntu doesn't update even though you specifically set it to automatic update?20:44
trijntjergb-one: yes20:45
grysefio, try to put "pc" into quotation marks, check for the issue20:45
trijntjebekks: 2015-03-27 21:18:20 status installed flashplugin-installer:i386 11.2.202.451ubuntu0.14.04.120:45
sefiohostname says "pc"20:46
sefionothing else20:46
issahello20:46
issathe service not working20:46
bekksissa: "the service"?20:46
sefioalso in a terminal I do "sudo hostname pc"              and it says         "sudo: unable to resolve host pc"            and then after this            "ping pc"               and same thing20:47
issaok20:47
rgb-onetrijntje: Is this a server version of ubuntu you are running?20:47
trijntjergb-one: no, lubuntu20:47
issaso i create a file lightkeybord on /etc/init.d --> http://www.enlightenment.org/ss/e-5515c1c2c9a425.80338545.jpg20:47
issawith a script and when i start it on reboot20:47
issai have a return 120:47
issawhy ?20:47
=== ubuntu is now known as Guest56210
bekksissa: because creating that script will not have any effect. You have to configure upstart to run thta init script, too.20:48
grysefio: I mean in the hosts file try to put it into quotation marks20:48
issabekks,  i make it like the how to says20:48
grysefio: and pastebin your hostname file please, I'm a bit puzzled. it looks more or less ok, does the issue persist after reboot?20:48
issai make the upstart-rc  script defaut20:49
sefiogry: yes after reboot20:49
rgb-onetrijntje: https://tr.im/jdxuq have a look at this20:49
sefiogry you mean in hosts put the pc in quotation?20:49
gryyes20:50
Bluekingbekks: any idea how to test what is faulty ?20:50
sefioif I put in the terminal "hostname"20:50
sefioit says pc20:50
sefiogry: ^^20:51
bekksBlueking: Use another modem?20:51
Bluekingfibermodem...20:51
trijntjergb-one: I'll give it a try, just weird that the gui option doesnt seem to have any effect20:51
Bluekingtelsys cpl320:51
bekksBlueking: Use another modem...? :)20:51
issain fact hte problem is probably is xmodmap can"t start something before serveur X is started20:51
bekksissa: Which is correct, yes.20:52
Bluekinghave none spare :P20:52
bekksBlueking: Then you cant test :)20:52
issaand whe u login the server X is reseting so my command is deseaper in the /null20:52
grysefio: http://paste.ubuntu.com/10691406/ is what I have with computer name "laptop". you could copy from that, probably.20:52
grysefio: er, computer name "localhost"20:52
issaso i have no solution to lunch it before i log in20:52
bekksissa: So run that script after you login.20:52
issathat's really badless20:52
grysefio: which is silly, I'll go try to change it to something different and pastebin once it works20:53
Bluekingbekks hum ISP might have log if their hardware have failed or ?20:53
issabut the good way is get the functionality of the keyboard before u login20:53
issanot after20:53
bekksBlueking: Yeah.20:53
sefiogry:  what is the   ::1 for?20:53
bekksissa: So run it before and after you login.20:53
TheNumbissa: so you want your login manager to run a command, right?20:53
rgb-oneissa: what keyboard functionality are you looking for?20:53
issargb-one, lighting20:54
Picisefio: ::1 is the localhost/127.0.0.1 in ipv620:54
grysefio: ipv6.. but I am thinking my setup is probably useless, since using localhost for a computer name adds plenty of confusion, so if you can ask someone else here to pastebin their files it would probably be more useful20:54
issaii have a cmstorm keyboard with a button to light the keyboard, works perfectly on windows20:54
issabut no on linux20:54
rgb-oneissa: what model laptop are you using?20:54
sugoiryuhey.. when i boot i must use the recovery mode or else my keyboard/trackpad  are not working.. how can i check y?20:54
Bluekingyou doesn't know what kind of log is needed to see em ?20:54
Bluekingbekks20:55
bekksBlueking: Me neither. I dont know their hardware and their logs :)20:55
grysugoiryu: lack of drivers, please mention your keyboard model20:55
issais not a laptop20:55
sugoiryugry i am using a toshiba satellite c850d20:56
sugoiryuin recovery mode the keyboard and trackpad are working fine20:56
issargb-one, http://www.amazon.com/CM-Storm-Devastator-Keyboard-Edition/dp/B00DKXXAAQ?psc=1&SubscriptionId=AKIAILSHYYTFIVPWUY6Q&tag=duckduckgo-d-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B00DKXXAAQ20:56
issathis model20:56
sefiogry: also I can't do this                 "sudo: unable to resolve host pc"20:56
issait' rocks20:56
issabut not on linux20:56
sefiogry: sorry I can't do                 sudo hostname pc20:56
sefioit says "sudo: unable to resolve host pc"20:56
=== mfisch is now known as Guest90957
grysugoiryu: is the xserver-xorg-input-synaptics package installed?20:57
igoryonyaI mount a remote disk by sshfs. when I loose connection, the whole system halts, until I get reconnected and I cannot do anything. everything freezes without the connection. Is it possible to avoid it, make sshfs nonblocking, I guess20:57
grysefio: alright, you might have to boot into recovery mode to edit these files, or you might have to use a live cd.20:57
sugoiryugry yes it is20:58
sefiolook I do this in a terminal     ->       sudo hostname xxx        -> it says    "sudo: unable to resolve host pc"       -> then I do  "hostname"       -> it says "xxx"     -> then I do "sudo apt-get update"  --> it says  "sudo: unable to resolve host xxx"20:58
sugoiryuim in the gui environment right now and everything is fine... if i reboot to use the normal kernel the trackpad and keyboard stop working..20:59
bekkssefio: Did you pastebin /etc/hostname and /etc/hosts already?20:59
grysugoiryu: do you have an /etc/X11/xorg.conf file20:59
sefiogry: there's got to be something else wrong besides those 2 files20:59
sefiobekks: yes20:59
sefioit's not those 2 files20:59
rgb-oneissa: https://tr.im/zvugd20:59
sefioI just set the hostname manually and get same error20:59
sugoiryugry: no20:59
grybekks: https://pastebin.com/raw.php?i=eaRjttb2 is his hosts file20:59
bekksgry: And did we see his /etc/hostname file too?21:01
=== kimphill is now known as Guest88174
sefiobekks: it only says pc21:01
sefiobekks: that's all21:02
sefioand also the setting of hostname manually in terminal won't work21:02
rgb-onesefio: What is the content of the hostname file?21:04
sefiopc21:04
sefiorgb-one: pc                              just those 2 letters21:04
rgb-onechange the hostname to something else21:04
rgb-oneecho hostname > /etc/hostname21:05
rgb-onesefio: where hostname is the hostname you want21:05
sefiorgb-one: why21:05
rgb-onesefio: when you first installed the machine what hostname did you set?21:06
sefiorgb-one: don't remember21:06
=== ste is now known as ste_
=== ste_ is now known as ste123
sugoiryuso any ideas?21:07
sugoiryui just installed xubuntu yesterday and everything was fine..21:08
sefionow i do sudo gedit /etc/hostname and it says                                   ** (gedit:17400): WARNING **: Could not open X display No protocol specified error: XDG_RUNTIME_DIR not set in the environment.21:08
bekkssefio: using sudo with graphical applications may mess up your .Xauthority file.21:09
grysugoiryu: out of my depth; try to ask the question again and see if someone else can pick it up.21:09
grysefio: use gksu instead of sudo21:09
sefiobekks: this error never happened before, used sudo gedit a thousand times21:10
ste123hi guys. I've just installed latest ubuntu but I've come across something I've not seen before - when typing passwords with a ~ followed by another symbol, ubuntu will repeat the tilde symbol even though I have not pressed it again. It almost locked me out of the system before because it made me mistype the password. For example if I type ~(keep tilde pressed down) then $$$, the output will be ~$~~~$~~~$ for every dollar sign I21:10
sugoiryuhrm ty.. ima try a few things i found on net.. bbiab21:10
ste123enter. Any ideas?21:10
bekkssefio: Which doesnt make sudo more sane for graphical applications. Dont use it. Use gksudo instead.21:10
rgb-onesefio: Have you tried rebooting since getting that error?21:11
sefioso really nobody knows anything besides the hosts and hostname for solving this sudo error?21:11
bekkssefio: Did you try using another hostname rather than "pc"?21:11
sefiobekks: yes, before there was the same problem with another hostname21:12
rgb-onesefio: Have you rebooted since the change?21:13
sefiorgb-one: yes21:13
rgb-onesefio: press Ctrl+Alt+F1 then login21:14
sefiooh one thing21:15
rgb-onedo you see username@pc:~$21:15
sefioboth hosts and hostname have in the same dir a version with ~ in the end21:15
sefiohosts~21:15
sefioand hostname~21:15
sefioshall I delete those21:15
rgb-onesefio: no21:15
rgb-onesefio: those were the previous hostnames21:16
rgb-onesefio: those were the previous hostname and host file21:16
sefiowell hostname has "pc"21:16
rgb-onesefio: open them and look at the content21:16
sefiowhile hosts~ has another name21:16
=== stan is now known as Guest3637
rgb-onesefio: hostname~ has pc?21:17
sefiohostname~ says pc and hosts~ says the previous name I ad21:17
sefiohad21:17
hkrrsxsefio: Regarding your issue, read this:21:17
hkrrsxReplaced /etc/nsswitch.conf with new one from original install media  .... somehow my file at fault had somehow been stripped down to a single  line only of "hosts:  files" and was only 18 bytes ... the new  replacement is 19 lines and is 507 bytes.21:17
hkrrsxhttp://askubuntu.com/questions/439001/sudo-unable-to-resolve-host21:17
gryit would help if people stopped linking to various QA site and started talking about what needs to be done21:17
=== Guest3637 is now known as stanmcm
grythis way whoever is reading the chat doesn't have to keep clicking things, except for really good written long documentation21:18
sefiohkrrsx: yes I read another guy who also seemed to fix with nssconf...21:19
hkrrsxDoes that resolve your issue?21:19
sefiohkrrsx: no21:19
hkrrsxSorry .... I digress21:19
sefiowhy can't I erase hosts~ and hostname~21:21
grynow http://paste.ubuntu.com/10691558/ really works for me, but only after a reboot21:21
archipgry why are you mapping localhost to youtube?21:22
gryarchip: to prevent some silly people here from using it (including me)21:23
rypervenchesefio: Are you using sudo?21:23
sugoiryuwell booted normal kernel and used a usb keyboad to get in... the laptop kb n trackpad still dont work21:23
archipahh makes sense21:23
gry(of course, it's not relevant to the question, only around the first 3 lines are meant to be relevant)21:23
archipI know was just curious21:24
sefionow I can't use sudo gedit anymore21:24
sefiowhat is the alternative?21:24
sefiogksudo?21:24
gryyes21:24
rgb-onegry: or vi21:24
sefiosame error21:25
=== joel is now known as Guest81253
sefioI'll reboot21:28
EriC^^sefio, what are you trying to do?21:28
gryEriC^^: he is trying to set a computer name to something interesting. last thing he tried was "pc". he kept getting 'sudo: unable to resolve hostname 'pc'" error.21:29
EriC^^gry, oh ok21:30
rgb-oneEriC^^: https://pastebin.com/raw.php?i=eaRjttb2 is his hosts file21:31
rgb-oneEriC^^: or it was earlier21:31
=== DANtheBE- is now known as DANtheBEASTman
sugoiryuhrm21:36
zikziaI'm the guy withe the sudo problem, just rebooted, look now21:36
zikziahttp://pastebin.com/cUCLGH6J21:36
zikziaby the way, this hostname was the original one when I first installed the system21:37
bekkszikzia: And you booted a CD before?21:37
zikziabekks: cd? no I don't have no cd21:38
_10b0nano for text works nice too21:39
zikziahere's with the nssswitch added              http://pastebin.com/X8AAgC2L21:40
bekkszikzia: Change the "hosts: dns" to "hosts: files dns"21:42
droidtuxk21:42
droidtux.21:42
zikziabekks: oh yes!!!!21:44
zikziaactually I had a bkup of that file21:44
zikziawent back to the old version and it works21:44
bekkszikzia: So why did you mess with that file?21:44
zikziathat line I guess21:45
zikziahosts: dns21:45
bekkszikzia: "< bekks> zikzia: Change the "hosts: dns" to "hosts: files dns"".21:45
bekksNo guessing involved so far.21:45
zikziabekks: naaa I changed it to this                                                hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns421:45
zikziawhich is what I had in my backup21:45
bekkszikzia: And why did you change it to "hosts: dns" before?21:46
zikziaI don't remember!21:46
bodhi_zazenzikzia, #always leave a comment when editing system files21:46
zikziafor everybody: please remember when having this problem it could be hosts, hostname and also nsswitch.conf !!!!!!!!!!!!!!!!!!!!!!!21:46
bekksOr dont touch files when you dont remember why :P21:47
zikziabekks: this is besides me, I've been here like 2 or 3 days now and nobody knew about nsswitch21:47
zikziathey keep on insisting on hosts and hostname21:47
bekkszikzia: Because those files are the actual issue at that point. The hostname cannot be resolved, and the error you've seen was thrown.21:48
gryzikzia: you're the guy who had this hosts problem half of an hour ago?21:48
hkrrsxI seem to recall mentioning /etc/nsswitch.conf to you 30 minutes ago and getting reamed by gry21:48
mewtwohey guys... is it possible to reinstall ubuntu over an existing install but not lose any personal files?21:48
bekksgry: yes21:48
oalI have a fairly big folder (7GB) that I want to compress and encrypt, as I want to archive it off site. What tools do you recommend for that?21:49
zikziagry: actually for days now, came here more than once asking about it21:49
Opiniezikzia, so what's the problem?21:50
bekksOpinie: The problem is solved now.21:50
Opinieoh, ok21:50
Opiniemy favorite kind of problem21:50
=== thomas_ is now known as Guest29971
sugoiryuyay fixed my problem21:54
* JeDa saluda!21:54
sugoiryuhad ta do sudo dpkg-reconfigure keyboard-configuration21:55
grysugoiryu: ooh good21:56
sugoiryuyep! wonder what caused it to break though21:56
grycould dig in dmesg but I guess it's ok to forget about it as long as it doesn't happen again21:57
sugoiryuheh dmesg was 1st place i checked... then the X logs21:57
sugoiryunothing out of ordinary.21:57
csmuleAfter i restart the nfs server process, my client hangs. Is there a command to force a reconnect?21:59
=== Mathis|2 is now known as Mathis
AladiahIam with lubuntu 14.10 dual boot windows 8, after a restart in lubuntu with a pen drive inserted with Lubuntu Live on it, something went wrong. I switch off on laptop button. Now every time i swtich on, i no longer see the menu to choose lubuntu or windows, it start with windows , why this ?22:01
EriC^^Aladiah, try to press esc and choose boot options22:01
Aladiahesc , when ?22:02
w00dieDoes anybody know how to intercept terminal commands and modify it before execute?22:02
EriC^^when the pc boots, right after you turn it on22:02
Aladiahok , i will try, i will be back here, to say if it works22:02
AladiahIt doesnt worked . esc do nothing22:06
=== Mathis|2 is now known as Mathis
Aladiahafter reboot, bios ask me password, i put it , then esc and nothing happnes.22:06
EriC^^ok, do you have a live usb?22:09
gstvohi all!22:10
psichashi22:10
gstvothis is my first time i talk here,  where come you from?22:11
bodhi_zazenhi gstvo , this is primarily a support channel, there are tons of social channels22:13
Tin_mani've a question, i've come from mint 17.1, and currently running ubuntu 14.04 64 bit. with mint i have a icon that when pressed it minimizes all open windows, and then when pressed again, it restores them, is there a similar way to do this with ubuntu?22:15
gstvothx boyz, i will visit the vid support chanl22:16
=== arun__ is now known as arunpyasi
sheapI'm trying to download packages from a ubuntu repo (ddeb.ubuntu.com), but I keep getting "tcp connection refused" that stops the download from completing.... any idea as to why this is happening?22:17
EriC^^Tin_man, super+d i think, hold the super button for a list of shortcuts22:17
Tin_manok thanks much EriC^^22:17
leslieI have a completely blank screen after the grub selection screen. just that sort of dark purple background. Any idea what would cause that? I suspect invalid grub config but I don't know really22:20
Tin_mangot it EriC^^ thanks..22:21
Bashing-om!nomodeset | leslie Can ypu boot with this boot option ?22:26
ubottuleslie Can ypu boot with this boot option ?: 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 parameter22:26
leslie I'll give that a go, thanks. one moment22:26
Bashing-omleslie: K22:27
AladiahEric yes i have22:27
leslieI'm not sure why it's suddenly broken though. it was booting just fine yesterday22:27
AladiahEriC^^  yes i have22:27
=== joel is now known as Guest26970
Bluekingare there ways to make linux auto check have sense function to see if eth0 are online or not ?22:28
Bashing-omleslie: Update maybe broke the proprietary graphics driver ?22:28
leslieah yeah, possibly. I was using the official nvidia drivers22:29
AladiahEriC^^  could got to do with power management windows . . .22:30
=== ubuntu is now known as Guest75791
AladiahEriC^^  got a do with the fast start up of windows ? should be on or off , the fast boot of windows ?22:33
Aladiahi will enter with lubuntu live usb here ok EriC^^ ?22:35
=== ExtreGhost is now known as Extreminador
victorhello22:41
sponixAnyone in here good with Hardware... Hard Drives, seem to have a Sata 3TB Seagate failing horribly...22:51
sponixHard to believe there is 1,800+ people in this channel and they are _all_ idle !! *Grin*22:53
Bashing-omsponix: All we can advise is to run a SMART test. What results -> sudo smartctl -t long /dev/sdX <- where 'X' is a,b c ext. ...22:59
natuzoto use the vdpau decoder in vlc do I need a specific packet like vaapi or not?23:02
ex0rhow do I set my 'default' monitor? Whenever I open a window it opens it in my secondary monitor23:07
sponixBashing-om: Thanks for that Advice... Drive is encrypted, will change the process at all ??23:08
ReScOAnyone in here has an Asus N750JK?23:09
grymaybe someone does! what's the issue?23:09
Bashing-omsponix: Encryption does make for another level of compexity . I have no experience with encryption. Best I say nothing more.23:10
sponixBashing-om: Well, at least it _started_ the test --> Please wait 335 minutes for test to complete. Test will complete after Fri Mar 27 23:44:36 201523:10
ReScOgry, CPU's onboard GPU and the dedicated GPU don't work smoothly together23:10
sponixBashing-om: odd, it told me before that I had 13,868 Bad Sectors ... This time firing up the system and mounting the drive it says I have "One Bad Sector"  *Grin*..23:11
Bashing-omsponix: I do expect the test routine to be smart enough to wotk in the encryption environmnet, and yeah that -t long is a long thorough test .23:12
sponixBashing-om: Do know one thing for sure, I am avoiding Seagate in the future no matter what Deals they have !!23:12
Bashing-omwotk/work*23:12
sponixBashing-om: All my WD's are from 2009 or older and running strong. This Seagate of course is just 2 weeks past the 2 year Warranty :P23:13
DepalaciolemosBoa noite! estou tendo probelamas pois instalei uns pacotes de educação o que fez meu ubuntu passar a apresentar-se como edubuntu. depois disso somado a atulização do sistema para o ubuntu 14.04 lts senti q ficou um pouco mais lento p iniciar. Alguem me ajuda a corrigir isso?23:13
gryReScO: tell as much details as you can mentioning the laptop model and the isue (what do you mean don't work smoothly together) in one line, someone would pick it up. about to head out myself23:13
sponixBashing-om: Wife just thinks it is funny because it is one of my main pr0n drives that is failing23:14
LordFoobarI have installed postgresql-9.4 and pgadmin3 from the default repositories (15.04-daily) but pgadmin3 is at version 1.18, which does not support PGSQL 9.4; how do I install the beta of pgadmin3 (1.20)?23:14
Bashing-omsponix: :) .. sad when that happens, 2 years is too soon to die, but it can and does happen . Let's see what the test reveals before passing judgement .23:14
sponixBashing-om: Probably best... I did already post a nasty on NewEgg about it. And it turns out about 50% of Everyone with this drive is having similar .. Just seem to have gotten a Lemon23:16
ReScOi have a Asus N750JK with a Intel Core i7-4710HQ and a Nvidia GeForce GTX 850M GPU, i'm having trouble with the whole double GPU thing, i've tried bumblebee, latest drivers, etc23:17
pl1xhow to change main screens in ubuntu 14.04?23:18
daftykins'main screens' ?23:18
ReScOdaftykins: i think he means the whole ctrl+alt+left and ctrl+alt+right23:18
pl1xdaftykins: i have too, but videos in full screen getting played all the time on my second (smaller) notebook build-in screen23:19
pl1xReScO: thanks, didn't knew about this feature haha23:19
ReScOpl1x: why on 14.04 though?23:20
pl1xReScO: because that's the version i'm running23:21
Agent_Smith1i'm trying to find a cpu temp monitor and I tried using psensor but got an error upon following all of the steps listed here https://delightlylinux.wordpress.com/2014/06/21/psensor-temperature-monitor/23:22
Agent_Smith1got GConf Error: Type mismatch: Expected `bool' got `int' for key /apps/psensor/interface/window_decoration_disabled\23:23
daftykinspl1x: i think you highlighted the wrong person23:23
Bashing-omReScO: That Nvidia card takes the 346 version driver. Not available in the 14.04/10 repo. Have you thougtt about the xorg-edgers/ppa and nvidia-prime ?23:23
=== sleepypc is now known as `hypermist`
ReScOBashing-om: yep...23:24
ReScOi still had to log out to switch GPU23:25
[Ex0r]hmm, my ntfs drive cant be mounted unless its mounted in ro status... how can I make automount do that? I can't seem to find out where flags are set23:37
vince_the_ponder it may be an error with the filesystem23:39
vince_the_ponderyou should check it for errors or bad blocks (fsck and badblocks are the two commands that seem most appropriate)23:40
[Ex0r]It says its because it wasnt shut down properly23:40
bathroomfeces23:40
vince_the_ponderis it a windows install, or just NTFS storage?23:40
[Ex0r]but.. if that's going to be an ongoing issue, i'd rather not deal with having to manually mount it every bootup. It's only used for reading from, so I don't mind forcing read-only on it23:40
[Ex0r]yes, a windows install23:40
bathroombowel movement23:41
vince_the_ponderboot into windows and do a "scandisk" command in the command prompt23:41
bathroomdefecate23:41
[Ex0r]vince_the_ponder, - I understand what to do, but if this is going to be an ongoing issue I don't want to keep dealing with having to manually mount because automount doesn't work23:41
bathroomshit23:41
[Ex0r]There should be no reason the disk got messed up, I booted in off of a restart23:42
vince_the_ponderExor, windows has problems for no reason sometimes23:42
[Ex0r]I understand that, that's why i'd rather force automount to mount is as read only23:42
vince_the_ponderboot into windows and use the built-in tools to try to scan the disc / filesystem for errors23:42
[Ex0r]so that I can still access it in those circumstances.23:42
bathroomdiarrhea23:42
bathroommanure23:42
bathroomcrap23:42
[Ex0r]Since the drive, when accessible via linux, is only for reading23:43
bathroomstool sample23:43
bathroommeconium23:43
bathroomexcrement23:43
vince_the_ponderedit your /etc/fstab file to automount read only then, and you're done23:43
vince_the_ponderthe google should have information on how to do that, im not sure exactly what the flag is, but its an obvious one in name, remember you have to be root to edit this file23:44
[Ex0r]in terminal its -ro for read only23:44
[Ex0r]not sure what it is in fstab23:44
vince_the_ponderprobably the same23:44
bathroomfeces23:44
bathroombowel movement23:44
bathroomdefecate23:44
mneuroHi I am interested in running Ubuntu 15.04 but I'm not sure if I should download a daily image or if there is a beta release that i should download.23:47
vince_the_ponderthe beta should be unstable enough for daily use :-)23:47
[Ex0r]lol23:48
mneuroWhats the difference between the beta and the daily?23:48
vince_the_ponderbeta was deemed good enough to package for dispersal, daily release is bleeding edge and may have new bugs (read features) introduced that are not yet addressed23:48
mneuroDoes the beta get updated?23:49
vince_the_ponderyes23:49
vince_the_pondermine gets updates about every 2-3 days23:49
mneuroThanks a lot for the information23:49
vince_the_ponder=)23:49
=== [1]CupricReki is now known as CupricReki
acz32i didn't know ubuntu had a bleeding edge unstable version23:53
=== sephix is now known as Sephix57

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