/srv/irclogs.ubuntu.com/2015/07/23/#ubuntu.txt

ki7mtbekks, No, clang is options for the most part.00:00
ki7mtoptional00:00
bekksSo what is llvm/clang actually for?00:01
ki7mtBut it's error reporting / debugging capabilities are ( IMHO ) a bit better that g++00:01
MightyKikoMy network state that "Wired Unplugged". But my Network Card have Green light blinking. How will I know if I have problem with my NetworkCard or something else?00:01
mgolischit can probably make use of the optimisations llvm provides too00:02
mgolischeven though that part is probably limited due to the static/compiled nature of the language00:02
ki7mtbekks, Basically, it's a C/C++/Objective-C compiler that is a bit faster in some circumstances, and has better error reporting.00:02
bekksDoes it produce "faster code" with comparable settings?00:04
ki7mtbekks, Im not going there :-) .. wars have been waged over that question :-)00:04
bekkski7mt: :D00:04
bekksOK, so I'll just note them as "hype" until the ubuntu repo patches are going to be compiled with'em :)00:05
mcgiwer@ki7mt: where could I send you the code with I'm trying to compile (and getting issues with) ?00:05
mcgiwer@ki7mt: it's not one file and I would need to send you it compressed00:06
ki7mtmcgiwer, Not offense mate, but, I don't accept code from folks I don't know well. Are you following a How-Too from somewhere?00:06
MightyKikoMy network state that "Wired Unplugged". But my Network Card have Green light blinking. How will I know if I have problem with my NetworkCard or something else?00:06
ki7mtbekks, Yeah, that may take a while before that happens :-)00:07
mcgiwer@ki7mt: yes, I follow it from README and it shoudn't be there any issues with it00:07
=== todd_ is now known as electrofreak
mcgiwer@ki7mt: ah... and I had discovered one more small compiler bug: while compilation it writes that he cannot find the libraries libopcodes-2.24-system.so and libbfd-2.24.so, even if the libraries are there, but in their newer versions (-2.25-). I tryed to link them, but it didn't helped much00:10
mcgiwer^libbfd-2.24-system.so00:11
ki7mtmcgiwer, well, gcc doesn't go and look for that library, something else is linked to that lib. I would not suggest linking those libs though as that could casue issues elsewhere. g++ and binutils is looking like possible culprits here. What version of Ubuntu are you using?00:16
mikyntciao00:17
capitan_skyhawkhelp00:17
capitan_skyhawkOops00:17
mikyntsera a tutti00:17
vlt!it | mikynt00:18
ubottumikynt: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)00:18
capitan_skyhawkI've tried the online website for Virt, but can't find the information I need -- is there any better source of information?00:21
ki7mtcapitan_skyhawk, what info is it your looking for and what source did you try already?00:22
mcgiwer@ki7mt: 14.1000:23
capitan_skyhawkI tried a little bit of googling and https://virt-manager.org/faq/ -- just looking on information about adding Filesystem hardware00:23
ki7mtmcgiwer, Ok, and Im guessing your trying to compile gcc ?00:24
mcgiwer@ki7mt: no, I try to compile anope00:24
=== walter is now known as Guest88736
MotiveGFXWhat are ubuntu00:26
MotiveGFXIs linux are ubuntu?00:26
capitan_skyhawklinux are ubuntu!00:27
Guest88736Anyone using a rasberry pi 2?00:27
ki7mtmcgiwer, Ah, ok .. I dont know much bout the build process for it though. You may have better sucess in their Forums / IRC00:27
=== Betal_k is now known as Betal
MightyKikohow will I know if I have problem with my NETWORK CARD? because my network indicate that "Wired Unplugged"00:27
ki7mtmcgiwer, From what you've posted, you have an issue with the CXXC compiler and that application, and, something strange going on with Libs, which I don't know what that could be either.00:28
mcgiwer@ki7mt: I already did that and they tell that it's ra compiler related issue00:28
=== Artemis3v_ is now known as Artemis3v
ki7mtmcgiwer, FWIW, I just followed th Anope instructions, and it completed though $(MAKE) without error. All I cna think is you either have missing deps, or what I stated earlier about gcc/g++ version issues.00:35
esr_:)00:39
=== charles_ is now known as Guest32339
svetlanaArgh. mcgiwer should have been pointed to #anope at irc.anope.org.00:39
=== Guest32339 is now known as charlesg32
=== charlesg32 is now known as charlesg3
=== petzku is now known as spetke
MotiveGFXubuntu bununtu00:56
esr_cubuntu00:57
=== alex__ is now known as ahuszagh
SuperFAMhello01:12
Kully3xfhello01:13
OhYashHello01:14
Kully3xfHello01:14
reisioHEllo01:15
Bashing-omSuperFAM: Ask your question to the channel .01:15
Kully3xfI think he just wanted to say hi01:16
reisioKully3xf: yeah but he should've _asked_ 'hi?'01:16
OhYashHe wanted to extend the 'hi' xD01:17
=== wileee is now known as Karnac
=== Karnac is now known as wilee
SuperFAMoh hey01:17
SuperFAMsorry i totally spaced01:18
SuperFAMwas wondering, is there a crash course on ubuntu for stuff like useful kb shortcuts01:18
OhYashOh, bq joined a minute ago.. Hey bq, hows your phone making going on?01:18
OhYashLong press the 'start' key, there you get the kb shortcuts01:18
reisioSpaced, okay series01:19
SuperFAMyeap just tried it! thanks a lot01:20
SuperFAMthats all i needed01:21
Bashing-omSuperFAM: Hang in here, as a new user you might be amazed at what you pick up here on this channel .01:22
Stuxwebki7mt: I figured out a way around my problem. I forgot that you can open a file using any syntax highlighting you wish. You do "nano -Y <nanorc file name> <file>"01:47
reisiowhat problem?01:47
Stuxwebso I can simply do "nano -Y conf /etc/ssh/sshd_config" to open it using syntax highlighting. I could also change the file name to have a .conf or something else and tell sshd what the new file is but I think using nano is easier and safer.01:47
StuxwebThe fact that nano only does syntax highlighting based off of file names and not file types01:48
reisioah, course01:48
Stuxwebso even though sshd_config is plain text nano won't automatically highlight it unless it has a certain file name01:48
reisiotoo bad it doesn't parse formats01:48
Stuxwebyeah I know01:49
reisiobut nano was always a little... sparse :)01:49
StuxwebI wish it did, would be much easier01:49
Stuxwebhaha01:49
reisiois joe not also a pico style but with more features?01:49
StuxwebI've been using it being a Linux newbie it's much easier than vi but my experience is rapidly expanding and I may soon outgrow it01:49
StuxwebFor example I can't easily copy individual lines to the copy buffer or do a "select all" command.01:50
StuxwebThis is in the context of ubuntu server and doing everything on a remote ssh terminal01:51
reisioyeah you might check the other pico style editors01:52
reisiothey're all really similar in how they work01:52
reisiobut some are more mature01:52
somsipStuxweb: not wanting to start a 'mine is better than yours' thing, but it is worth persevering with vi if you do much editing over ssh. A couple of weeks and you should be comfy with it01:52
reisiovi-m, that is :p01:52
reisio'vimtutor' is handy01:52
StuxwebYou're probably right01:52
Stuxweblike I said I starting using nano becaue I was/am a newbie and it was easier than vi01:52
reisioyup, it's straightforward01:53
Stuxwebbut that may change very soon since I am just starting to run into snags with nano01:53
somsipStuxweb: perfectly understandable.01:53
reisioobligatronic: http://mrozekma.com/editor-learning-curve.png01:54
Stuxweblmao01:54
StuxwebI'd say those graphs are pretty accurate01:54
Stuxwebespecially emcas01:54
Stuxwebemacs*01:54
reisioyeah, they really are :p01:55
reisiolot of truth in comedy01:55
MightyKikoI need HELP!!!! pastebin.com/6Pj90JVS02:01
MightyKikoplease check what went wrong in my NETWORK.. pastebin.com/6Pj90JVS02:02
Kully3xfMightyKiko: sudo dhclient eth002:03
Kully3xfwhat happens02:04
MightyKiko@kully3xf RTNETLINK answers: Cannot assign requested address02:08
Kully3xfifconfig02:08
MightyKiko_ifconfig lo link encap:local loopback02:10
MightyKikokully3xf can we have a 1 on 1 chat? i really need help and i need to resolve my prob ASAP :(02:12
Kully3xf1 on 1 will have no further help than here. I'm at work02:16
MightyKikokully3xf, have you check my pastebin? what do you think?02:19
OerHeksMightyKiko, check your cable or even bettern replace it, restart router ..02:19
MightyKikoOerHeks, i have tried my cable with other PC and it's fine.02:21
AndroidHackeris there a way to "ban" a specific package from being installed, say Nautilus02:21
AndroidHacker?02:21
AndroidHackerwould having it uninstalled and locking the version from synaptic work?02:22
OerHeksmaybe pinning is possible, keep uninstalled02:22
OerHeks!pinning02:22
ubottupinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto02:22
Kully3xfMightyKiko: what happens if you ping your router02:23
MightyKikoKully3xf, how to ping my router? sorry if im too noob :D02:24
AndroidHackerOerHeks, ill check it out thanks02:24
MightyKikohow to ping my router?02:26
somsipKully3xf: 'ping {ip address}'02:26
Kully3xfMightyKiko: try ifconfig eth0 up02:27
Kully3xfmight need sudo02:27
CB6hello, is there a way to easily change the icon size when viewing a window in Ubuntu desktop? I only see list view and grid. There's no evident option to adjust icon/shortcut size in folders.02:28
CB6NVM just guessed if you did the ctrl scroll function it works like font02:29
schlerpon the desktop you can also right click and icon and select resize if you wanted to change desktop icon sizes02:30
schlerpwith the ubuntu 15.10 desktop next images how can you log in to the live cd?02:33
AndroidHacker?02:33
MightyKikoKindly check what went wrong with my network pastebin.com/6Pj90JVS02:34
cint98guys im pretty brand new to ubuntu and i need a little help02:36
cint98im trying to run this -> https://github.com/richmt/BrainWallet-Scanner02:36
cint98but not sure how to run it02:36
cint98halp plz ->btc to someone that successfully helps02:37
=== Blaster is now known as Guest8296
somsipcint98: contact the github repo owner for support on non-official packages02:40
cint98ive pulled the files02:41
cint98not sure how to makefile02:41
cint98so i can run it02:41
notaeonhttps://help.ubuntu.com/community/CompilingEasyHowTo02:41
somsipcint98: told you - you get support for non-official packages from the author of those packages. It's not supported here02:42
notaeoncint98: have you read that?02:42
cint98i just had a read02:43
cint98so confuse02:43
notaeoncint98: have you got all the files in a folder?02:44
cint98isnt it already setup? cant i just go sudo make makefile02:44
cint98yes02:44
notaeoncint98: cd into that folder, then try running make02:44
cint98ok give me a sec, i have tried that but it failed, ill tell u why it failed in a sec02:45
cint98ok02:46
cint98it says no targets specified02:46
notaeoncint98: run ./configure ?02:47
OerHeksIsn't that software to hack unsecure bitcoin wallets ?02:49
cint98i did ./configure it says no such file or directory02:49
cint98notaeon02:49
cint98first day on ubuntu sorry02:49
reisiodidn't realize there was such a thing as a secure bitcoin :p02:51
notaeoncint98: it's ok, honestly i'm just guessing here on how to help you02:51
cint98its for a test for a class im in02:51
cint98ok02:51
cint98damn i thought it was simple02:51
LarryBGood Evening all02:51
cint98someone please help running this on ubuntu: https://github.com/richmt/BrainWallet-Scanner   - first day on ubuntu :(02:52
cint98ok now im getting javac not found, help02:53
OerHekscint98, we are not here to do your homework, and help with software to hack unsecure bitcoin wallets is beyond the scope of this channel02:53
LarryBhello OerHeks02:53
somsipLarryB: do you have a support question?02:54
LarryBquick question. (well, 2)02:54
LarryB1. is it ethical02:54
LarryBand #2, if I found a website I want to grab adn downlaod for future review ihow is the best wway?02:54
cint98im not asking anyone to help any of that, im just learning ubuntu. and im running into problems so im asking them here02:54
cint98whats javac: command not found02:54
LarryBcint98, it say JAVA BASED.02:55
LarryBdo you have linuix/JAVA installed?02:55
cint98no02:55
LarryByou'll need to find out how to get java installed02:55
LarryBIm neo to ubuntu02:55
cint98see now im learning02:55
cint98thanks02:55
LarryBjava.com may have some assitance02:55
MightyKikokindly check what went wrong with my network http://pastebin.com/6Pj90JVS02:55
cint98ok wait i have java02:56
cint98it says02:56
OerHeksMightyKiko, what have you tried sofar?02:58
MightyKikooerHeks, all i did was to check my wiring.. i tried my cable with other PC and i got a connection03:00
MightyKikowhen i ping my router.. i got unreachable response03:01
MightyKikoi don't know much. and i don't know if my network card have a problem or if it is system issues03:01
OerHekstry in terminal: " sudo service networking enable "03:02
OerHeksor restart your router, sometimes solves mistery comnnection issues03:02
lotuspsychjegood morning to all03:02
sinthapgoodmorning03:02
lotuspsychjesinthap: hello mate03:03
sinthaphello03:03
XelementGood morning! :D (It's 11:03 pm here)03:03
MightyKikosudo service networking enable = usage: /etc/int.d/networking {Start/Stop}03:05
MightyKikoOerHeks, sudo service networking enable = usage: /etc/int.d/networking {Start/Stop}03:05
somsipMightyKiko: what version of ubuntu are you on?03:05
OerHekstry start03:05
MightyKikoOerHeks, this what i got "Networking stop/waiting"03:07
OerHekssudo service networking start03:08
MightyKikosomsip 12.04 LTS03:08
MightyKikoOerHeks, sudo service networking start and the result is "Networking stop/Waiting"03:09
MightyKikoSomsip, check my pastebin www.http://pastebin.com/6Pj90JVS03:10
=== syntroPi is now known as Guest33540
reecardoTrying to avoid rebooting here. My X session needs to be restarted, but my console VTs are hosed by video corruption. The old ctrl+alt+backspace is disabled, so how do I restart X from within X without rebooting?03:29
reecardoTrick is X has to restart, as the console is unusable with the video corruption...03:30
est31damn03:32
est31how can I delete a file named --help from shell?03:32
est31rm --help doesnt work03:32
reisiorm -- --help03:33
somsipest31: try "--help"03:33
reisio'--' is fairly standard for "hey, there won't be any more parameters, so stop looking for them"03:33
est31reisio, thanks that did it03:33
est31"--help" didnt work, was my first try03:33
est31'--help' didnt work neither03:33
somsipest31: hmm. fair enough03:34
reisiofind is good for things like that, too, if you don't want to learn something else but already know find03:35
reisiofind . -name '--help'03:35
reisiofind . -name '--help' --delete, etc.03:35
pfiforeecardo, try logging out03:44
bobo69[TB]https://youtu.be/UX1JISH-C9E?t=31803:50
MightyKikoplease help me with my Network issue.. check my pastebin http://pastebin.com/6Pj90JVS03:50
bobo69[TB]anyone here have any exp with selling their souls to satan03:50
bobo69[TB]?03:50
bobo69[TB]the guy seems a little sketchy03:50
bobo69[TB]im not 100% convinced03:50
aleks_Hey!03:57
tekdjSecureCRT not working in Ubuntu 15.10.  Any ideas?  What other apps do users use for SSH GUI?03:58
aleks_Do you happen to know why my printer prints only half page and then stops responding - happens only with Ubuntu and not with Windows03:59
w30aleks_, You just now installed Ubuntu? Or,new problem just showed up?04:04
aleks_The OS is installed a month ago but printer was installed yesterday and problem showed up yesterday04:05
=== Guest33898 is now known as bob64646
reisioso it never worked right?04:06
aleks_No, I reinstalled OS 3-4 times in the past year, I am still Linux newbie and learning. It happens very very often04:07
aleks_yesterday, too04:07
aleks_Printer is HP04:07
aleks_It happened in the past04:07
aleks_prints half page or so, gets the paper out and stops responding04:07
aleks_Job shows as pending04:07
aleks_Printer is like frozen04:08
OerHeksaleks_, what printer exactly?04:08
aleks_HP Deskjet 1050A04:08
aleks_all in one04:08
reisioI'd guess the wrong driver or configuration04:08
OerHekshp should work fine unde linux04:08
reisiosee if hp-test does well04:09
reisiohp-testpage, even04:09
pokergodI have multiple kernels installed, what's the proper way to get rid of System.map-3.19.0-18-generic, vmlinuz-3.19.0-18-generic, initrd.img-3.19.0-18-generic, and config-3.19.0-18-generic04:10
OerHekspokergod, sudo apt-get autoremove # is a good start04:11
pokergodnah, it didn't get rid of these..  dpkg -l | grep linux-image , i see them04:12
w30pokergod, I use the software installer to remove old kernels so they get removed from grub too.04:13
aleks_@reisio - how do I run this, in Terminal it says n such command04:13
reisioaleks_: dpkg -l | grep -i hplip04:13
OerHekspokergod, install synaptics, detailed softwarecenter and do it manually04:14
pokergodah beautiful.. for some reason I was missing synaptic, .. i used to have it (i thought)04:16
w30pokergod, just pay attention to kernel numbers and don't delete latest one.04:16
aleks_@reisio, what is the expected result04:16
aleks_Something happened04:16
aleks_sorry04:17
aleks_about the lame questions04:17
reisioaleks_: something with 'hplip' in it, or nothing04:17
reisioif former: dpkg -L hplip | grep -i testpage04:17
aleks_ii  hplip                                       3.14.3-0ubuntu3.2                       amd64        HP Linux Printing and Imaging System (HPLIP)04:18
aleks_ii  hplip-data                                  3.14.3-0ubuntu3.2                       all          HP Linux Printing and Imaging - data files04:18
aleks_@reisio04:20
aleks_it created some files04:20
aleks_/usr/share/man/man1/hp-testpage.1.gz04:20
aleks_/usr/bin/hp-testpage04:20
reisiothen hp-testpage should work04:20
reisioor you might want to hp-setup and then hp-testpage04:21
ShirakawasunaHi! I'm not sure what the best channel to ask this is - I want to provision postres databases for messing around in for analysis/scientific purposes. Security isn't an issue, I just want to be able to easily spawn databases on a server. Is there a software package/framework for doing this?04:21
reisio/msg alis list *postgresql*04:22
aleks_@reisio, it says HPLIP is installed without graphical support04:22
aleks_I'll try testpage04:22
reisioyou probably want graphical support, but you don't need it04:22
=== GitGud is now known as Jessey
aleks_testpage has been sent to printer04:23
=== Jessey is now known as GitGud
aleks_@reisio , it printed successfully04:23
reisiok, try whatever app you were using before again04:24
reisiothe one that failed04:24
aleks_it was pdf files04:24
aleks_trying now04:24
reisiofrom what, evince?04:25
aleks_@reisio :  Document Viewer 3.10.304:26
reisiosounds like evince04:27
reisioprinting?04:27
aleks_Yes, evince04:27
aleks_btw, it printed them now04:27
reisiosame file/s that failed before?04:28
aleks_yes04:28
reisioweird04:28
reisiodid I ever tell you the story about printers?04:28
reisiogoes like this: printers suck04:28
reisiofin04:28
aleks_but what did you do?04:29
aleks_:)04:29
aleks_@reisio:  Thanks a lot !04:31
XelementOnce upon a time was a printer *looks at clock* *snores* "12:38 pm" :p04:38
Xelement*prints myself to sleep*04:41
herpderphurrHello everyone. I'm reading the docs on GCC's include path. There's a reference to "libdir", but libdir isn't specified. Can I get a hint to what "libdir" is defined as? (GCC doc: https://gcc.gnu.org/onlinedocs/cpp/Search-Path.html)04:42
yigalare any problems fixed here?04:45
amicrawlerhey people how to i save this driver so i dont have to recompile every time i reboot04:45
amicrawlerit is a netgear wifi driver ac60004:46
amicrawler8812au04:46
amicrawleris the driver04:46
herpderphurrUhh.... is the driver not supported by default, or what?04:46
amicrawleri fallowed  http://ubuntuforums.org/showthread.php?t=224063104:46
amicrawlerit is missing something04:47
amicrawlernot sure what04:47
yigalamicrawler: the only likely reason it's going to fail on a reboot is a new kernel version04:47
amicrawlerdoes not show on to make a hard link in to the wifi driver04:47
amicrawlerso how can i fix this04:47
amicrawlerso it shows up when i reboot04:48
herpderphurrYou shouldn't have to recompile the driver on reboot. After the "sudo make install" command, the driver is installed to the system (but it might not be loaded into the kernel).04:48
amicrawlerso what do i  do then so it is in the kernal04:48
herpderphurrOn each reboot, the most you should have to run would be "sudo modprobe 8812au" to load the driver.04:48
amicrawlerso what do i do so it happen auto04:49
herpderphurrI'm not too sure how exactly devices are auto-detected (and their drivers automatically loaded), but you definitely do not need recompilation.04:49
amicrawleri not sure  what to do04:49
yigallikely something with /etc/modprobe*04:50
yigalwe want to make sure that the driver loads on boot04:50
amicrawlerso it stayes put on reboot and load up when booting04:50
amicrawleryes04:50
amicrawleris there a command for that04:50
herpderphurrthat could be one way. The other way is to add the modprobe command to a /etc/rc* script.04:51
yigalsudo modprobe 8812au ?04:51
amicrawleryes04:51
amicrawleri did that04:51
yigalamicrawler: that works, or fails?04:51
amicrawlerit shows up now04:51
yigalok, good04:51
amicrawlerbut need it to boot every time04:52
amicrawleri compile from src04:52
studio_I am trying to burn cds using brasero.  It says the cd has burned but when I check the cd is still blank04:52
amicrawlerdo i need to make a kernal for it04:53
herpderphurrno04:53
yigalamicrawler: no no, just ensure it's in the conf files04:53
herpderphurrhmmm04:53
amicrawleri need help with that04:53
herpderphurrLet me do some internet searching04:54
amicrawlerthe folder is in the home dir04:54
amicrawleri fallowed  http://ubuntuforums.org/showthread.php?t=224063104:54
yigalamicrawler: have you tried adding the driver to /etc/modules ?04:55
amicrawlernot sure how to04:55
yigal$editor /etc/modules04:56
amicrawlercan i use gedit04:56
yigalcool04:56
herpderphurryou could04:56
yigalit needs 'sudo' sir04:57
amicrawleri have loop lp rtc04:57
yigalamicrawler: right, just ensure that driver, as a first step04:57
amicrawlerdo i just add 8812au04:58
amicrawler1st04:58
yigalyes04:58
amicrawlerat the top of the list04:58
amicrawleror does it matter04:58
yigalamicrawler: 'shouldn't'04:58
yigalmatter04:59
yigal:)04:59
yigalamicrawler: it's an initial test04:59
amicrawlerok rebooting wish me luck04:59
yigalamicrawler: but it should work04:59
yigalok04:59
yigalcross fingers04:59
yigalI'04:59
yigalm a Jewish atheist, #offtopic05:00
vincent42hi, in ubuntu 14.04, dnsmasq is started by networkmanager : /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d05:00
vincent42when I look into /var/run/NetworkManager/dnsmasq.conf, it's empty05:00
yigalwhat about /etc/dbus-1/system.d/dnsmasq.conf05:01
vincent42I'm trying to find what is the actual dns server used05:01
yigalprobably the conf. I pasted to you05:01
vincent42but I can't find it, it's not declared in dnsmasq config file05:01
yigalamicrawler: any luck?05:02
amicrawlercool it work just fine05:02
yigalsweet!05:02
yigalrock on :)05:02
vincent42ygthis is a dbus config file05:02
vincent42yigal: ^05:02
amicrawlerkeep getting this crash report poping up05:02
yigalvincent42: yes05:03
yigalvincent42: as far as I know05:03
vincent42yigal: it doesn't say what is the dns server05:03
amicrawleris there a way to stop the crash report not to pop up ?05:03
yigalvincent42: hmm, so what are you looking at 'ps aufx' ?05:03
yigalamicrawler: oh my, there's a crash report, what does it say?05:03
vincent42I don't understand, dnsmasq config file is empty and there's no resolv.conf or dns server on its commandline either05:03
amicrawlerkeeps telling me there;s a problem05:04
vincent42yigal: I'm looking for the dns server used by dnsmasq05:04
amicrawlerwhen i boot to gui05:04
vincent42the one that was provided by dhcp05:04
amicrawlerwants me to send info to ubuntu all the time05:05
yigalvincent42: sec, got to log into Github to look at some code05:05
yigalamicrawler: what is the error report?05:05
amicrawleri just keep closing it05:05
amicrawlerany ways off to bed05:06
yigalamicrawler: cool dude, one down a few more to go05:06
amicrawlergoing to work early05:06
yigalwe'll get them05:06
yigalamicrawler: sounds good05:06
amicrawlerbig thanx for the help05:06
yigalcool man, anytime05:07
yigalvincent42: which deb package are you actually referring to?05:07
vincent42hmm it's networkmanager05:07
yigalvincent42: cool05:07
feralHopehello.05:08
yigalall I can see is ➜  ~  dpkg -L network-manager | grep -i dh05:08
yigal/usr/lib/NetworkManager/nm-dhcp-helper05:08
yigaly05:08
amicrawlerthe crash report is doing some thing with cupsd05:08
feralHopei have what i assume is a shit question.05:08
yigalamicrawler: interesting, printing stuff derping05:09
amicrawlernot using cups yet05:09
amicrawlerno printer yet05:09
amicrawlernormaly i use a lp6 or lp505:10
yigalamicrawler: hmm, we'll look at it when you have the time05:10
yigal?05:10
wileedon't swear this is a worldwide family channel, please.05:10
amicrawlernetwork printers05:10
yigalamicrawler: could be05:10
amicrawleror smb05:10
amicrawlersamba05:10
=== ubik is now known as Guest82445
next_samba nice05:10
yigalamicrawler: both shared, but possible05:10
wileewe're glad to help though, no biggie.05:10
amicrawlerhumm any ways that is a diffrent chat05:11
amicrawlerbig thanx to all   good night05:11
feralHopei'm new to linux, and upon my first boot (mate 15.04 x64) i saw an error message that said something about the "acpi probe" failing. what is that? should i care?05:11
yigalferalHope: it's power management05:11
yigalferalHope: are you using a laptop?05:12
feralHopesi05:12
yigalk05:12
wileeferalHope, In the text while booting, or a popup error?05:12
feralHopetext while booting.05:12
next_laptop or netbook ?05:13
yigalferalHope: usually there will be kernel parameters you will need to pass to fully utilize the linux kernel's ability to use the power management of any given hardware05:13
feralHopelaptop05:13
feralHopeah.05:13
feralHopeso it isn't completely detrimental?05:13
yigalferalHope: you will want to have acpi utilized, in general, for a laptop05:14
wileeferalHope, You fully updated?05:14
feralHopeit should be stated that i booted from the cd, as a trial to ensure that all of my hardware was supported.05:14
feralHopeso perhaps that has something to do with it?05:14
wileeferalHope, This an install or live?05:14
feralHopelive05:15
yigalferalHope: in general one can expect some kernel teaking to utilize all of the features of a set of hardware05:15
yigals/teaking/tweaking05:15
feralHopeno idea what that entails.05:15
wileeferalHope, I would just install a live is not updated nor setup for your computer hardware.05:15
feralHopeword.05:15
feralHopes'what i thought.05:15
feralHopethanks fr the help, ya'll.05:16
wileeferalHope, I have rarely tweaked anything in 8 years myself05:16
wileekernels etc05:16
hammerhola05:21
wileehammer, welcome to ubuntu's mother ship.05:22
=== wilee is now known as wileee
=== Blaster is now known as Guest64394
agent_whiteEvenin' folks05:30
=== quellochevuoi is now known as Guest9557
=== Guest9557 is now known as grazieEX
murathi guys05:38
NeroonHi! Can someone help with a apt-get problem? I've got a broken package and can't remove or  update it or install any other package05:39
wileeeNeroon, Pastebin the apt-get command that shows this, must be an update, all the text.05:40
wileee!pastebin | Neroon05:40
ubottuNeroon: 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.05:40
Neroonwileee: so you mean apt-get update?05:40
wileeeNeroon, Sure, is it showing on updates, or when you try to install a package, just being sure on this.05:41
newUbuntuhey wileee, how do I set "nomodeset" parameter in this boot menu of Ubuntu 14.04 LTS: http://postimg.org/image/t29cn0ew5/ ?05:43
Neroonwileee: it shows, wheter i try to repair the package (tzdata) or remove it, or remove, install or update any other package.05:43
wileee!nomodeset | newUbuntu05:43
ubottunewUbuntu: 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 parameter05:43
newUbuntuno wileee, what I meant was there is no f6 option to enter commands05:44
wileeeNeroon, Cool, I have to take off for a few, however all that info you describe in a pastebin goes a loong way in analyzing is all.05:44
wileeenewUbuntu, What release is this?05:45
Neroonwileee: k, just did an update with apt-get, doesn't show anything, except a few missing sources05:46
wileeenewUbuntu, I wonder if your keyboard is dead there05:46
wileeeNeroon, Again no prof leaves us dead in the water, we want proof. ;)05:47
Neroonwileee: just a sec :-)05:47
wileeeNeroon, For the channel though I have to leave now for a little while is all.05:48
Neroonwileee: sure, thanks for now05:49
CQhello.. is there a way to figure out why a package was installed? I want to see why mysql is on my system... did I install it, or was it a dependency of something?05:51
somsipCQ: you could check /var/log/apt/history for something?05:52
somsiphistory.log05:52
CQsomsip: if it was installed, it was a loooong time ago probably, but I'll look...05:52
somsipCQ: you should have 10 logs in there if you want to gunzip the oldest. Mine go back a year or so, so you might have something05:53
CQsomsip they are all updates already05:53
somsipCQ you could run the apt-* that shows deps but I don't recall what it is right now...05:54
somsipapt-cahe rdepends mysql (possibly)05:55
somsipapt-cache05:55
r0th3dfuck05:57
svetlanaLanguage. What is the problem?05:58
r0th3dexit05:58
CQsomsip: thanks... apt-cache rdepends --installed mysql-common is what I needed05:59
somsipCQ: np05:59
CQseems I installed it manually at some point, it seems to be installed standalone05:59
VFDPrimso any one know have any ideas how to fix the fallowing?... error interpreting jpeg image file (improper call to jpeg library in state 200)06:00
somsipVFDPrim: In what situation?06:00
Pakikohow will I know if my Network Card is not working?? I don't have connection. my cable is okay.06:01
VFDPrimall where coppied from comp or another thumb drive to the current one its on06:01
somsipVFDPrim: when you're viewing images? Doing something else to them? What program is giving that error?06:01
VFDPrimsomsip trying to view an imige from a thumb drive06:01
CQah, akonadi-backend-mysql wanted it... if I remove it it switches to the sqlite backend. perfect.06:02
somsipCQ: mystery solved06:02
VFDPrimnot sure what program ubuntu is trying to use to open them so i guessing imige viewer06:03
VFDPrimyes its imige viewer06:03
freezercan ubuntu run a spaceship?06:04
somsipVFDPrim: google searches for that error suggest an incomplete file was transferred.06:05
VFDPrimsys there are 0 bytes so yea the stupid tranfer bar must have a glitch06:05
CQfreezer: I think so, check https://kerbalspaceprogram.com/06:06
VFDPrim:( this stinks thanks guys06:06
NeroonIf anyone could help with an apt-get problem, here are the apt-get command results: http://paste.ubuntu.com/11923800/  http://paste.ubuntu.com/11923775/  http://paste.ubuntu.com/11923795/06:07
freezerCQ, i mean for real06:07
Cajuntechie /j #socialism06:07
CQfreezer: then define what you mean by "run"06:07
somsip!ot | freezer06:08
ubottufreezer: #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!06:08
somsipfreezer: so take the question to #ubuntu-offtopic please06:08
freezerCQ, the whole OS, drivers for the rocket launchers etc06:08
somsipfreezer: not hear, thank you06:08
somsip*here06:08
slicepaperwordswhy does the GUI internet display get disabled when you use /etc/network/interfaces?06:10
OerHeksslicepaperwords, there can be one in control.06:12
=== grazieEX is now known as grazieprego
=== grazieprego is now known as graziett
=== graziett is now known as grazieatt
samuraiecco fatto06:24
OerHeks!it06:24
ubottuVai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)06:24
samuraiùescuseme06:26
Neroonno apt-get gurus here? ;-)06:27
OerHeksNeroon, haven't seen a question yet.06:29
NeroonOerHeks: sorry, posted it a few mins ago. Well, got a broken package (tzdata) can't repair, remove, update it. Nor any other package.  http://paste.ubuntu.com/11923800/  http://paste.ubuntu.com/11923775/  http://paste.ubuntu.com/11923795/06:30
=== never2far is now known as Guest31946
OerHeksNeroon, you can try sudo  dpkg-reconfigure tzdata06:34
OerHeksnot sure its tzdata or just the data needs fixing06:35
NeroonOerHeks: just a sec06:35
NeroonOerHeks: nope, no change06:36
manuel_Hi. I'm trying to set up Ubuntu 15.04 (Gnome) for a visually impaired person and I'm wondering how could I make mp3 autoplay when inserting a usb that contains nothing but mp3 files. Is there a way to achieve this? Thanks in advance :)06:37
OerHeksNeroon, So when did this occur?06:37
bala-de-arnomy dialerpad is showing no network in ubuntu touch06:37
NeroonOerHeks: that's a good question. Might be a few weeks. But I didn't care about one broken package at the time. Was busy, I guess. So today I wanted to do the upgrades and I found it wouldn't let me ;-)06:38
causticwhat would be the best channel to join, or best (any) website where I could learn how to find out what the source address/URL of various frames is?06:42
=== Cheatcode is now known as Guest66711
somsipcaustic: what browser do you use?06:46
=== hugegree_ is now known as hugegreenbug
milk__Hey guys my 2nd monitor is on but is just showing a black picture. my main monitor is connected to the video card (Amd 280) whereas the 2nd monitor i connected to the motherboards VGA port the VGA port is enabled in the bios so im not sure what is causing it not to be detected06:48
causticfirefox06:48
=== milk__ is now known as Guest64741
somsipcaustic: right click on the iframe and choose 'Inspect Element'. That'll show the src attribute06:49
causticI will try, it, ty06:49
Guest64741> Hey guys my 2nd monitor is on but is just showing a black picture. my main monitor is connected to the video card (Amd 280) whereas the 2nd monitor i connected to the motherboards VGA port the VGA port is enabled in the bios so im not sure what is causing it not to be detected06:50
svetlanaInstall arandr, open it, click things through, see if it helps.06:51
x4w3Good morning, yesterday i found same problem than other user after installed module for usb wifi card = tp-link archer t2uh ac600 and resolution was lshw doesnt show card when lsusb shows it perfectly. jhutchins_wk u notificated that driver was incorrect.06:53
causticI'm inspecting the element. I do not see a URL/IP. It might help if I explain what I'm doing. on LinkedIn (and really everywhere) I have dnsmasq using a hosts file that sends ads (ads.doubleclick.com in this case) to my local computer to be swallowed by a pretty picture. This one ad is showing me "unable to connect". I want to find out what address isn't connecting and route it back to my localhost.06:54
somsipcaustic: unless it's served by some JS or something, but this is nothing to do with ubuntu support so that's my last contribution06:55
wafflejockcaustic, you can just check in the network panel in the chrome debug panel for where requests are going and can look for any failed ones in there they'll be red06:56
causticthank you, somsip06:57
=== dearn_ is now known as dearn
=== quellochevuoi is now known as Guest46151
ubuntzooi been trying to reinstall windows for a long time now but im having some trouble im on ubuntu and im finding it imposible to create a bootable usb drive that boots windows can anyone guide me07:08
NeroonI'd need some  help with an apt-get problem. Here are the apt-get command results: http://paste.ubuntu.com/11923800/  http://paste.ubuntu.com/11923775/  http://paste.ubuntu.com/11923795/07:09
manuel_Sorry, connection went down. Please paste me in if there was a reply to my question (usb mp3 autoplay), thanks.07:09
backbox..07:10
wileeeubuntzoo, I use this loader with W7 to W1007:10
wileeehttp://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/07:10
ubuntzoothanks wileee!dont understand what you said on the first comment doe :I thanks for the link doe!07:11
ubuntzooim dumb sorry for the dumb comment07:11
ikoniaNeroon: have you swapped repos / added / removed repos07:12
wileeeno problem, carry on07:12
ikoniaNeroon: it looks like you have versions miss-matches07:12
ObrienDaveNeroon, you must preceed the commands with sudo:07:12
Neroonikonia: where did you see version miss matches?07:12
=== Guest46151 is now known as grandeglpiana
NeroonObrienDave: I just removed the sudo from the paste, that's all07:12
ikoniaNeroon: in the output of those commands07:13
ubuntzoowait wileee i just skimmed the link you gave me does this work with windows iso?07:13
wileeeubuntzoo, Has for me many times.07:14
ubuntzooalright thanks!07:14
Neroonikonia: found it, but how do I get an older version, since it says I've got the 2015d but it needs the 2015b?07:15
wileeeubuntzoo, So if you get winsdows instaled you will booting only windows, be sure to have a live ubuntu disk or usb to repair this.07:16
chris112hi, can i reduce the lag/timeout when accessing a samba/cifs mount of a server no more present?07:16
ikoniaNeroon: what have you done with the repos ?07:16
ikoniaNeroon: first thig - apt-get update and make sure your cache is current07:17
Neroonikonia: nothing that i know of... of the top of my head07:17
Neroonikonia: update just gives me http://paste.ubuntu.com/11923775/07:17
ubuntzooyeah i know wileee the boot loader for windows is kinda weird but i have a spare usb with ubuntu on it ima install it after i install windows :)07:17
Milky_Hey guys my 2nd monitor is on but is just showing a black picture. my main monitor is connected to the video card (Amd 280) whereas the 2nd monitor i connected to the motherboards VGA port the VGA port is enabled in the bios so im not sure what is causing it not to be detected07:18
ikoniawhats it http://www.bunkus.org ./ Release07:18
wileeeubuntzoo, Excellent, that loader allows a lot of other iso's to be added, I use it with about 10 OS's and special apps on it.07:18
ikoniawhat is it http://www.bunkus.org ./ Release07:18
=== grandeglpiana is now known as samuraiRM
ubuntzoo10 OS's O_O why do you need 10 OS's lol07:19
=== samuraiRM is now known as Guest93789
ObrienDavebecause 9 OSs is just insignificant ;P07:20
ubuntzooXD07:20
wileeeubuntzoo, Some I have multibooted, not all OS's, some are AV for the winders, gparted, and other cool tools.07:20
=== Guest93789 is now known as romasamurai
wileeelol ObrienDave07:20
trist4nany idea how to limit the user ids of newly created users? ive tried /etc/login.defs but it doesnt seem to "take"07:21
OerHeksikonia, some mkvtool ppa07:21
ubuntzoodident understand most of what you said there but ok :I im a ubumtu noob07:21
Milky_Hey guys my 2nd monitor is on but is just showing a black picture. my main monitor is connected to the video card (Amd 280) whereas the 2nd monitor i connected to the motherboards VGA port the VGA port is enabled in the bios so im not sure what is causing it not to be detected07:21
wileeeubuntzoo, The only key word is I 've called that multisystem iso loader, a loader07:22
ObrienDaveMilky_, you have not figured this out after THREE nights?07:22
ubuntzoo>.<oh well i feel dumb07:22
Milky_Nope i wasnt home last night and i still dont know07:22
OerHeksMilky_, some motherboards automatic disable onboard when you use the plug in card07:22
wileeeubuntzoo, nah, it is a slang use.07:23
Milky_yeah i have reenabled it in the bios07:23
Milky_it shows grub and the unbuntu logo during boot up07:23
Milky_moment i get to desktop poof blackness and the main monitor comes to life07:23
Milky_anyideas?07:26
OerHeksMilky_, nope, maybe the onboard is an old one ?07:28
Milky_oerheks , I dont know what you mean?07:29
OerHeksMilky_, what does lspci say about onboad?07:30
OerHeksonboard07:30
=== juiced is now known as Guest91484
OerHeksif you use a restricted driver, and the onboard is not supported ( too old), this is what you get.07:31
Milky_http://pastebin.com/cKVHjBpS Heres the lspci output07:31
OerHeksMilky_, hard to say, seems that a restricted driver? disabled the onboard.07:35
Neroonwileee: hey, you're back. Got time to take a look at the apt-get tzdate (broken) problem?07:35
Milky_Yeah thats my gpu driver i dont know how to reendable it do you?07:35
Milky_removing the driver isnt a option as that mucks up my main monitor07:36
wileeeNeroon, Tok a look at it a while back, that is a mess, I figured others better at this.07:36
OerHeksMilky_, nope, connect both screens to that amd28007:36
Neroonwileee: k, thanks. I thought so, it's never easy with me ;-)07:37
OerHeksMilky_, nope, connect both screens to that amd28007:37
OerHeks,07:37
Milky_yeah i wish i could but my 2nd monitor only has vga out and the gpu dosnt have vga in ;?07:37
wawbI'm using Cinnamon, I've connected to a shared folder on a remote device from the "Network" icon in the file explorer... Where can I see that mount in the file system in a terminal?07:39
AAA__I went AFK for 20 minutes and return to all windows closed, firefox does not load last session after starting it... how do I resume my work now? Who at ubuntu thopught this is a good idea?07:39
wileeeAAA_, a ready to blame ubuntu huh.07:40
wileeeall*07:40
OerHeksAAA__, we never gave you permission to walk away for 20 min.07:40
AAA_wait, now that I run system monitor, suddenly all the windows are back and the firefox window I opened blank disappeatred? I only have ONE desktop...07:41
* wileee walks away07:42
AAA__Somehow a second desktop is activated, but I can not switch between those two, unless I run task manager...07:42
ObrienDave*face palms*07:42
VHF21hello07:45
VHF21who's here07:46
ObrienDave1726 people07:46
VHF21ds07:46
VHF21das07:46
VHF21f07:46
VHF21asd07:46
VHF21f07:46
VHF21asdfasdf07:46
wafflejockAAA_, the settings for what to show when the browser starts are in the preferences of the browser pretty sure it's up to them what the default config is for that I always turn on the open last tabs option in chrome07:51
wafflejockAAA_, the weird session thing you're describing I don't know about though07:51
AAA_wafflejock, the problem is that the computer caused a second instance of logged in desktop somehow and I can't switch between those two... I don't know why of how it opened, I was AFK for 20 minutes... :O07:52
ObrienDavedon't go afk so long ;p07:53
AAA_ObrienDave, yes, I get it, yes, okay... :D07:54
wafflejockyeah computer must have been missing you and decided to start up a new session so it'd have something to do :)07:54
ObrienDavecomputers are temperamental that way LOL07:55
lordievaderGood morning.07:57
AAA_lordievader, oh, on the goodness of the morning...07:58
=== Blaster is now known as Guest92025
Kartagishm08:05
Kartagisopenssh-server is installed, netstat -antlp reports port 22 is open, but telnet host 22 from outside just tries.08:06
lordievaderKartagis: Is port 22 forwarded?08:07
Kartagisscratch that, I somehow enabled ufw08:07
KartagisI now disabled it08:08
KartagisI guess ufw blocks port 22 by default08:08
lordievaderDidn't ufw have an allow all in allow all out policy by default? Iptables does, would be strange if ufw didn't.08:09
=== emma is now known as viewz
=== viewz is now known as em
JustSigh_Hello08:12
JustSigh_Is there a way to make the ubuntu dash more responsive?08:12
=== Logan is now known as y
=== y is now known as Logan
JustSigh_i.e when I search for an application and it shows up, I'd like to press enter and have it open immediately instead of continue searching for stuff08:13
Neroonwileee: fixed it :-)08:13
Kartagishow do I see current ufw rules?08:13
wileeeNeroon, Good job. ;)08:13
wileeeJustSigh_, It is a general search engine, anything with the letters to some extent shows08:14
JustSigh_Kartagis, ufw status numbered08:14
JustSigh_wileee, yeah but when I press enter, it keeps searching for another second08:15
KartagisJustSigh_: not status, rules08:15
wileeeJustSigh_, What is your setup, this computer up for this desktop?08:15
wafflejockJustSigh_, you can turn off the scopes that search the internet08:15
JustSigh_Kartagis, did you try what I gave you?08:16
wileeeI turned al that off when  I used unity long ago08:16
Kartagisyeah, it just said status: active08:16
wafflejockJustSigh_, when you open the dash there's a button for filters or scopes or something where you can uncheck sources you don't care about searching08:16
JustSigh_Yeah I switched them all off. But it's still kind of slow08:16
wafflejockJustSigh_, there's also options to disable the blur when showing the dash08:16
KartagisJustSigh_: ^08:16
wafflejockJustSigh_, think that's in unity-tweak tool08:16
JustSigh_Kartagis, did you type "ufw status numbered" with numbered at the end?08:18
JustSigh_wafflejock, I think I'm just gonna disable it completely and use something else.08:18
wafflejockpersonally switched to Ubuntu Gnome only complaint I really have on here is the notifications but it's being worked on just not out in the current releases of Gnome packaged with Ubuntu08:18
lordievaderKartagis: If it just says that it is active there aren't any rules in there.08:18
JustSigh_I tried a bunch of DEs but unity has the best HIDPI support08:18
wafflejockah08:19
KartagisJustSigh_: yes. I think that means there are no rules, which is weird because ssh port is blocked as soon as I enable it08:19
Kartagislordievader: ^08:19
lordievaderKartagis: Default policy to drop?08:19
lordievaderOn input I mean.08:19
Kartagislordievader: how do I check that?08:20
lordievaderNo idea, haven't used ufw in ages. Glad I got rid of it.08:20
Kartagisthere is a openssh-server in /etc/ufw/applications.d/08:21
Kartagisbut it just says what the port is08:21
CB6lol where do you get this ubuntu app? hilarious https://www.youtube.com/watch?v=rVMn3xk5mcY08:22
Kartagis[UFW BLOCK]08:23
Kartagisthis is in /var/log/syslog08:23
KartagisCB6: that's cool!08:24
lordievaderKartagis: Ain't it easier to simply learn iptables?08:24
Kartagislordievader: I was just wondering08:24
ShalokShalomJustSigh_: you try plasma 5 as well ?08:24
ShalokShalomCB6: take a look into the comments: sudo apt-get install hollywood08:25
CB6lol08:25
=== ghostcube_ is now known as ghostcube
KartagisCB6: https://github.com/dustinkirkland/hollywood08:26
Kartagisthe source code is here08:26
=== d- is now known as Guest1377
Kartagissudo apt-add-repository ppa:hollywood/ppa08:27
CB6ty08:27
Kartagishollywood technodrama - 2nd hit08:29
CB6Are you guys able to get it installed?08:29
barq!eol08:29
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades08:29
CB6E: Unable to locate package hollywood08:29
KartagisCB6: sudo apt-add-repository ppa:hollywood/ppa08:30
Kartagisthen update, then install08:30
mcgiwerhello. I still have compilation problems of anope. This time I test it on Ubuntu 14.04. I include the pastebin. It seem it's a internal compiler error08:30
CB6ah the update may be key there08:30
CB6I did as you mentioned08:30
Kartagismcgiwer: when you say anope, are you talking about IRC services?08:31
mcgiweryes.. I had reported it on their irc, but they redirected me here because it's a compiler related issue08:32
Kartagismcgiwer: iirc, it was replaced by epona08:33
Kartagishad been*08:33
wileeeCB6, You are in never never land with support on ppa's.08:33
mcgiweryou mean that anope has been replaced by it?08:33
Kartagisor was it the other way around08:33
CB6haha, seems like it hey?08:33
wileee;)08:33
Kartagisnope, I was wrong08:34
CB6You guys see MR Robot from today? I am about to watch it in about 15 mins08:34
Kartagisepona has been replaced by anope08:34
KartagisCB6: it's just another "damn society" thing08:35
CB6pretty much08:35
CB6It's one of those things that's bizarre but you can't help but to keep watching.08:35
mcgiwerhere is the pastebin of output: http://pastebin.com/mxbgc3vw08:36
mcgiwernote: I have the cmake and g++, gcc in their actual versions08:36
CB6Would there be a noticeable difference in video rendering from my AMD X4 920 8GB to my AMD X4 975 with 16GB of ram?08:36
CB6Noticed for HD video on Ubuntu it does it fine but kind of chokes a bit for about 15 seconds while it's preprocessing08:38
mcgiwer@Kartagis: any ideas?08:38
treeprogramhow do I check if the last time a file was modified was X or more hours ago? or X or more seconds ago?08:38
CB6Does the whole fade to black while processing08:38
lordievadertreeprogram: Check the mtime.08:39
barqHow can I upgrade from 13.10 to an LTS distribution?08:39
treeprogramlordievader: I want to create a bash script that only runs if the last time a log file was modified 1 or more days ago08:39
barqAs in how do I make sure I get LTS and not 1508:40
lordievaderbarq: Probably easiest to reinstall Trusty.08:40
wileeebarq, that is long eol, a fresh install will be easier of 14.0408:40
Kartagismcgiwer: try make or gmake08:40
Kartagiswhy cmake?08:41
Kartagiswhat is it anyway?08:41
lordievaderKartagis: Cmake is default for a lot of things.08:41
Kartagismcgiwer: are you doing ./configure?08:41
barqfresh install is not an option08:42
barqWhat happens if I do a dist-upgrade?08:42
CB6treeprogram couldn't you have a cron job check for that?08:42
Ben64barq: nothing08:43
mcgiwer@Kartagis: no because it has been replaced by the ./Config script with does anything and direct calling of ./configure don't work and ask to run the mentioned first script08:43
treeprogramCB6 no because my computer is not always on, so I can't count it being on when the cronjob runs08:43
Ben64!eolupgrade | barq08:43
ubottubarq: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades08:43
treeprogram*when the cronjob is scheduled to run08:43
wileeebarq, that is a in release security call. Honestly your are a bit of a ways from doing a successful upgrade if even possible08:43
CB6Frequency of cron could check pretty often.08:43
Ben64wileee: whats so hard about going from 13.10 to 14.0408:44
lordievadermcgiwer: What are you trying to compile?08:44
barqI updated the sources list and did apt-get update08:44
Ben64barq: updated how08:44
barqDeleted contents of sources.list and pasted the 4 urls from the link you posted08:44
wileeeBen64, Not muxh for a person whom knows how to get rid of the dependencies added not needed as start and asking this last question?08:44
wileeelike ppa's etc08:45
mcgiwer@lordievader: anope, but I don't get wird crash of g++ instead (see my pastebin)08:45
CB6Should one run that apt-get remove command with regularity as part of maintenance or does the system do that automatically?08:45
treeprogramCB6: yes, I will have the cron check often, but I don't want my script to execute regularly, because it's resource expensive08:45
CB6this is true08:45
Ben64barq: you used saucy for codename, right08:45
CB6Are bash commands typically less resource intensive?08:46
CB6operations even08:46
Ben64than what08:46
lordievader!info gcc08:46
ubottugcc (source: gcc-defaults (1.136ubuntu2)): GNU C compiler. In component main, is optional. Version 4:4.9.2-2ubuntu2 (vivid), package size 5 kB, installed size 42 kB08:46
lordievadermcgiwer: Is build-essential installed?08:47
mcgiweryes08:47
treeprogramCB6 the bash script is not my concern. It's the program the bash script executes. I only want the program to execute once a day08:47
=== em is now known as emma
barqBen64: Yes.08:49
Ben64barq: then you should be good to continue08:49
lordievadermcgiwer: Reinstall gcc/g++? Seems like your g++ is broken.08:49
barqSo next I do dist-upgrade?08:49
Ben64barq: read the page08:50
barqafter updating the update-manager08:50
CB6treeprogram here's one half of the solution to the string http://askubuntu.com/questions/814/how-to-run-scripts-on-start-up I'm not sure about how to create the condition for if run already though but it should be for the day. Kind of seems like a fun little script08:51
shreddinghey all08:51
stoogenmeyer_hey guys, I have a script which I want to git pull from a repository, but it will be asked for a username and password. Is there a way to pull with some other credentials kept on file or something?08:51
shreddingi'm moving a very old site from a very old free bsd to ubuntu. on free bsd in some files i have things like "f\xef\xbf\xbdr" (german für) which is displayed with a char-set-mismatch character set in ubuntu (vim and served via nginx).08:51
shreddingIs this a case where you randomly turn different charsets on and off and convert manically around to hope it fits?08:51
Ben64barq: theres a section called "run the upgrade" with a few commands there, you need to do them in order08:51
somsipstoogenmeyer_: if you pull from a repo on a server, you will always be storing credentials in plain text somewhere. Best to use a post commit hook from somewhere else08:51
shredding... as i understood thats unicode in the original file.08:52
barqSo first I update 13.10 to the newest and then do-release-upgrade upgrades to 14.04?08:52
shreddingand the header claims it to be iso-8859-108:52
Ben64barq: pretty much08:52
barqAnd it happens that 14.04 is LTS08:53
CB6treeprogram looks like you're not the first to want this http://askubuntu.com/questions/16160/execute-bash-script-at-startup-but-only-once-a-day08:53
barqSo I don't have to be worried about hopping to 15?08:53
mcgiwer@lordievader:  it didn't helped08:53
stoogenmeyer_somsip: I don't mind having the credentials on file there08:53
lordievadermcgiwer: What does /usr/bin/g++ --version return?08:53
mcgiwer@lordievader: you mean whole output or just version?08:54
somsipstoogenmeyer_: http://git-scm.com/docs/git-credential-store08:55
treeprogramCB6: thanks08:55
somsipstoogenmeyer_: with links about better ways of doing it on there08:55
stoogenmeyer_somsip: thanks!08:55
treeprogramthough I'd still like to do it using mtime, as a learning experience08:55
lordievadermcgiwer: Let's see the whole output, via pastebin.08:55
treeprogram"find /var/log/outputlog.log -mtime +10s" gives me this error "find: missing argument to `-mtime'08:56
treeprogram"find /var/log/outputlog.log -mtime +10s" gives me this error "find: missing argument to `-mtime'"08:56
kongthapwhen ~/.profile is actually loaded?, when i tried to put some error there, openning terminal nothing show, when using "source ~/.profile" error show08:56
CB6treeprogram better article on it http://askubuntu.com/questions/163549/how-to-run-a-script-on-each-login-or-once-a-day-if-not-run-that-day-already08:56
treeprogramCB6: thanks08:57
mcgiwer@lordievader: http://pastebin.com/Ugsfvz6q08:57
ubyx.08:57
CB6Kind of odd Google picks the older articles for most relevant. With Linux that's almost never the case and can cause real issues lol.08:58
wileeeCB6, always know what your reading and doing......period. ;)08:59
CB6wileee that's what the hollywood script is for lol!08:59
lordievadermcgiwer: Can you build a simple C++ program with it? Hello world or something.09:00
wileeeCB6, for fun I ran it, nothing I would use, it errored out09:00
wileeein 14.04 anyway09:00
wileeeused to be a Matrix like screen saver'09:02
CB6wilee ya it was just a mess for me too. It ran but looked dumb. Says I need a restart09:02
EriC^^!cmatrix09:03
EriC^^!info cmatrix09:03
ubottucmatrix (source: cmatrix): simulates the display from "The Matrix". In component universe, is optional. Version 1.2a-5build1 (vivid), package size 15 kB, installed size 71 kB09:03
wileeeheh09:03
CB6lol09:03
CB6sudo apt-get cmtrix ?09:04
CB6cmatrix even*09:05
EriC^^sudo apt-get install cmatrix09:05
wileeeI'm not a youngster so I'm happy if I can read the screen at this point09:05
EriC^^CB6: you want a screensaver of the matrix?09:06
CB6Just amusing09:06
CB6why not lol09:06
CB6I just installed it but that's for terminal screen is it not?09:07
EriC^^yeah09:07
CB6I need to learn some shortcuts. In particular how the heck to paste in code without having to right click in terminal. That's annoying09:08
EriC^^CB6: shift+insert09:08
CB6nice09:09
EriC^^if it was highlighted09:09
EriC^^or ctrl+shift+v09:09
EriC^^if copied09:09
mcgiwer@lordievader: when I try to compile a "Hello world", I get following error: http://pastebin.com/SnfJ6BbK09:10
EriC^^xscreensaver has a matrix screensaver and other screensavers too09:10
wileeeCB6, this is the cmatrix page I see some controls you might check for fun.  http://www.asty.org/cmatrix/09:10
EriC^^i think the login screen is pretty obnoxious though09:10
CB6ty09:10
EriC^^CB6: it has a pacman screensaver too, pretty interesting stuff, give it a look if you want09:11
lordievadermcgiwer: http://comments.gmane.org/gmane.comp.gcc.help/2692609:13
lordievadermcgiwer: Is binutils up to date?09:14
TheMasterxscreensaver has a lot of different screensavers, even bsod and some fun games.09:14
CB6if you open a program from terminal it leaves a blank line after and doesn't revert back to your username followed by $. If you close terminal it says it will kill the program you just opened with the terminal command. How do you start a new line without killing the process?09:16
EriC^^CB6: program &09:17
EriC^^it will put it in the background09:17
CB6ty09:18
EriC^^if you want to close the terminal and keep it, program & disown09:18
EriC^^or just typing exit in the terminal will disown it and exit09:19
blaidВсем добрый день! Кто может помочь разобраться с сетью(маршрутизацией) в ubuntu09:19
mcgiwer@lordievader: yes, it is09:20
CB6think this is a ppa issue again or whatever because not able to grab xscreensaver-extras09:21
OerHeks!ru | blaid09:21
ubottublaid: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.09:21
AppAraathi, suppose you're using a live environment of your favorite Ubuntu flavor. You installed some packages and made a few configuration customizations (think: setting the default view in a file manager etc.). Now however you want to install it on a real system. I know how to preserve the home dir, but how can I also transfer the packages which were also installed?09:23
AppAraat(preserve as in, transfer the user made configurations)09:23
OerHeksAppAraat, check softwarecenter > history, or /var/log/apt/history.log what you installed09:26
OerHekselse think hard :-P09:27
somsipAppAraat: maybe http://askubuntu.com/questions/17823/how-to-list-all-installed-packages09:28
AppAraatah, and then just use the package manager to simply install it on the target system? Yeah I guess that saves a lot of headache.09:28
AppAraat*install them09:28
lordievadermcgiwer: Well it is clear your compiler is broken.09:30
tokamNach 5 Versuchen wird aufgegeben. Error: g-io-error-quark: Error opening file '/media/tokam/ToKaM/my-important-lenovo-g550-backups/duplicity-full.20150722T144539Z.vol728.difftar.gpg': Input/output error (0)09:31
AppAraatoh I like this method: aptitude search '~i!~M'09:31
AppAraatthanks :)09:31
lordievadermcgiwer: Is your install a fresh install or an upgrade?09:31
AppAraattokam: I can't understand German but it seems like either source or destination can not be accessed properly.09:32
AppAraat!de | tokam09:32
ubottutokam: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!09:32
mcgiwer@ lordievader: I got forced to run it from LiveCD of ubuntu 14.04 with repositories of 15.0409:32
tokamIts a failure message of my data backup service09:33
lordievadermcgiwer: Err, what?09:33
mcgiwersince the 15.04 is causing crash of the system (stop to response) after I enable wifi with turned off IPv6 support09:33
cluelesspersonSo I'm trying to allow a user to access CIFS mounts.  This is my FSTAB  http://paste.ubuntu.com/11922616/   these are the mounts http://paste.ubuntu.com/11922620/09:33
cluelesspersonthe user zachary who is part of the "mediashare" group CAN read and acess the mounts, good09:33
cluelesspersonhowever, the service/application subsonic, using "subsonic" user, ALSO part of the "mediashare" group, CANNOT access the mounts for some reason with permission denied09:33
lordievadermcgiwer: So you are compiling something on a Trusty system with Vivid binaries? I now understand why your compiler is broken.09:34
mcgiwer@ lordievader: I had installed vivid, but as I wrote a bit ago, it started suddely to hung the system after connecting wifi without IPv6 turned on (in console it showed me kernel panic)09:36
AppAraathmm, aptitude search '~i!~M' seems to cut descriptions though.09:38
jemendjahi09:40
AppAraatFor more information on search patterns, see the section “Search Patterns” in the09:42
AppAraat           aptitude reference manual.09:42
AppAraatyet I can't find those search patterns anywhere :S09:42
AppAraathi jemendja09:42
JustSigh_   09:47
JustSigh_zzzz99rash09:47
JustSigh_aaaaa0ooollll09:47
kongthap__hi, when ~/.profile is actually loaded?, when i tried to put some error there, openning terminal nothing show, when using "source ~/.profile" error show09:48
lordievaderkongthap__: Upon login.09:51
OerHeksif you use ~/.bash_profile in Ubuntu then ~/.profile will not be read.09:51
lordievaderOerHeks: It should still be read.09:51
kongthap__lordievader, great :)09:52
kongthap__when type $PATH in terminal there is error "no file or directory" i'm sure these wrong path setting are not in both ~/.profile and ~/.bashrc, is there technique i can debug where it from ?09:54
lordievaderkongthap__: Do you mean 'echo $PATH'?09:58
kongthap__lordievader, yes when echo $PATH, an error shown09:58
lordievaderkongthap__: What error?09:59
kongthap__lordievader, not file or directory (i'm sorry i cannot be exact now because now i'm on windows)09:59
lordievaderkongthap__: That is really strange. Is echo somehow missing?10:00
=== progician is now known as proggger
kongthap__lordievader, at least i saw java path when echo $PATH (java path export is not in .bashrc, .profile), so i think there are some other files using to setup path10:01
kongthap__lordievader, please wait i will start ubuntu10:01
* proggger trest10:02
progggerhi, I have an issue with 15.04 on my laptop10:02
progggerwell, I have a few issues but this one is an important one for me: so I used ubuntu before and I remember it was able to save the active session when turning off and getting back to it after booting up10:03
progggerI used dconf to set the autosave sessions but it doesn't seem to work10:03
progggerany idea?10:04
kongthap__lordievader, i'm so sorry, i was stupid forgot to type "echo", so i thought it must be error :(10:06
OerHeksautosave isn't working for a long time now, see this bugreport https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/77189610:06
ubottuLaunchpad bug 771896 in gnome-session (Ubuntu Precise) "No way to save current session" [Low,Fix released]10:06
progggerOerHeks: thanks. It's a shame though... I really need it, because on my laptop sleep doesn't work, hibernation doesn't work... I wil report the sleep issue but it's annoying that I have to start up manually everything whenever I turn off the laptop and back again10:13
christianhi10:15
rejnsi run apache2 on ubuntu 15.04 and i get this error when i try to restart server "Failed to start LSB: Apache2 web server."10:17
cluelesspersonhey guys10:29
sharaxhi10:29
sharaxi want install luasql.mysql from ubuntu10:29
cluelesspersonhow doy ou get the user id and gid of a running process?10:29
EriC^^cluelessperson: ps aux | grep <process>10:29
sharaxerror after load command "luarock install luasql-mysql"10:30
sharaxError: Could not find expected file mysql.h for MYSQL -- you may have to install MYSQL in your system and/or pass MYSQL_DIR or MYSQL_INCDIR to the luarocks command. Example: luarocks install luasql-mysql MYSQL_DIR=/usr/local10:30
cluelesspersonEriC^^, awesome.  Is there a way to see what groups that process is a part of?10:34
cluelesspersonEriC^^, Subsonic is the user, and subsonic in ubuntu shows it's part of my mediashare group, but I'm not sure the process has the permissions of that group?10:34
EriC^^cluelessperson: i think it has the permissions10:36
cluelesspersonEriC^^, I'm getting permission denied errors from CIFS when the service subsonic attempts to scan the directories for media10:37
EriC^^what's the permissions of a dir there?10:38
EriC^^ls -ld /media/something10:38
=== mudo_ is now known as mudo
cluelesspersonEriC^^,  http://paste.ubuntu.com/11922620/10:39
=== pvl is now known as mypriv
EriC^^cluelessperson: type getfacl /media/mediashare10:39
cluelesspersonEriC^^, http://paste.ubuntu.com/11924587/10:40
murray2khey folks, I got a rather strange problem since kernel 3.19.0-22+, one of my two displays stays black after boot up. Works in *.0-21. Any idea where I can start looking for the error?10:40
EriC^^cluelessperson: that's getfacl of /media/mediashare?10:41
EriC^^cluelessperson: what's the dir before the dir you showed earlier?10:41
cluelesspersonEriC^^, it's  /media/zac/share10:43
EriC^^cluelessperson: try getfacl /media/zac10:44
EriC^^cluelessperson: it must be some dir before that that it doesn't have permissions to10:44
cluelesspersonEriC^^, drwxr-xr-x   4 root root  4096 Jul 22 13:34 media10:46
cluelessperson   10:46
cluelesspersonEriC^^, /media/zac has the same permissions.10:46
EriC^^cluelessperson: yeah, type getfacl /media/zac10:46
EriC^^it should have extra stuff10:46
cluelesspersonEriC^^, http://paste.ubuntu.com/11924619/10:48
EriC^^cluelessperson: hmm, odd10:49
cluelesspersonEriC^^, Yeah, it's confusing.  Before user "zachary" couldn't access it, but I readded it to the group and restarted the shell and it worked10:49
EriC^^ok10:50
EriC^^so if you run the process as zachary it doesn't work?10:50
=== MerwanOuddane_ is now known as MerwanOuddane
cluelesspersonEriC^^, basically, before I could not access the mounts with any non-root user10:51
cluelesspersonEriC^^, Now I CAN as zachary, or as root, but subsonic fails10:51
cluelesspersonzachary is part of mediashare group, so is subsonic10:52
EriC^^cluelessperson: did you logout and log back in after adding subsonic?10:52
cluelesspersonEriC^^, the server has been restart10:53
cluelesspersoned10:53
EriC^^cluelessperson: ok, type sudo su subsonic -s /bin/bash10:54
EriC^^and try cd /media etc. see where it hangs10:54
cluelesspersonEriC^^, it accesses it fine, wtf.10:54
=== Mr777 is now known as shaky
DevtaCan you help me triple boot my pc with ubuntu, Windows xp,Windows 8.1.10:56
mnr33firefox flash player  issue , can't load any page like youtube facebook, I know flash player is removed from firefox but how to solve it?10:56
baizonmnr33: what is the error msg?10:57
cluelesspersonEriC^^, Well, basically the symptom now is that subsonic cannot scan the media directories10:57
cfhowlettmnr33, a patch was released.  sudo apt-get update && sudo apt-get dist-upgrade should get you going10:57
mnr33oh I see let me check10:58
EriC^^cluelessperson: can zachary?10:58
cluelesspersonEriC^^, both users zachary and subsonic can raed the directory yes.  The application subsonic fails to run a media scan under the subsonic user.  Not sure if that's an application bug or what.  I'm going to try running it as zachary and see if it works10:59
DevtaCan you help me triple boot my pc with ubuntu, Windows xp,Windows 8.1.10:59
cfhowlettDevta, xp?  as in no longer supported?  better option; install ubuntu, add virtualbox, install windows to vbox11:00
EriC^^cluelessperson: ok11:01
EriC^^TJ-: you there?11:01
TJ-EriC^^: Yes, although pre-occupied11:01
EriC^^ok, np11:01
TJ-EriC^^: But to your obvious question: "strace ..." !11:02
EriC^^ok, thanks :)11:02
DevtaOk if I say I have had installed it in Vbox and I want to access network connections on pc. How can I do that?11:03
EriC^^Devta: make the connection bridged i think11:04
=== erwin is now known as easyOnMe
voidz0rHey guise, this widget shows up in lspci: 01:00.0 VGA compatible controller: NVIDIA Corporation NV44 [GeForce 6200 SE TurboCache] (rev a1)11:07
voidz0rbut nvidia-detector says "none"11:07
voidz0rwhich package do i need for this card and/or how do i figure this out myself?11:07
voidz0rthe links in the descriptions are all 40411:10
voidz0r14.04.2 btw11:10
AppAraatI'm hooking up this Samsung 32GB microSD to a USB adapter and trying to format in NTFS but for some reason it gives me this - http://kpaste.net/d1f11:13
AppAraatalso I got this from gparted but I'm not sure I can see this info in CLI - http://imgur.com/jf7o5bd11:13
AppAraatI ran ntfsfix after that but no luck - http://kpaste.net/1878991c11:13
AppAraatif anyone can please tell me what is going on, I'd really appreciate that. I don't really want to fix it as I can return this to the shop I bought from but it would be great if I could know what the problem is.11:13
=== JanC_ is now known as JanC
voidz0rtry sudo mkfs.ntfs -Q -L NewVolume /dev/sdxY11:14
voidz0ralso, is it unmounted?11:15
voidz0rtry umount /dev/sdxY first, just in case11:15
voidz0r(with sudo ofc)11:15
AppAraatoh yeah it's definitely unmounted, I'll try that mkfs command in a bit.11:17
TJ-AppAraat: There are some (older) USB SD adapters that cannot address more than 16GB ... you may have one of those11:18
mnr33cfhowlett: now it's working but the video on facebook is sloppy , could you give me a solution11:18
cfhowlettmnr33, more workaround than solution: try chromium browser11:19
=== quellochevuoi is now known as Guest25930
AppAraatTJ-: the weird thing was that it formatted fat32 just fine on windows. Could it be that the kernel doesn't recognize the block device directly because it's an adapter?11:19
TJ-AppAraat: I'd doubt that; if the USB adapter is fine with Windows then it'll be fine with Linux.11:20
voidz0rformatting fat just writes a header afaik11:24
voidz0rI installed nvidia-304 but dkms failed... here's the log http://sprunge.us/ageF11:27
cluelesspersonThanks for the help, here's your reward.  https://youtu.be/JSdzkzZQvFY?list=PLtDPZXa1DfzfWmIUUW-CufM0vTBLWd-AL11:31
AppAraatvoidz0r: it said it was successful - http://kpaste.net/f18c2d - but I still get the error when I try to mount it.11:35
AppAraathmm... lemme see if I can mount another microSD card through that adapter.11:35
RIdley5does anyones have a sollution against Flash player for Firefox please ?11:35
cfhowlettRIdley5, get the patch.  sudo apt-get update && sudo apt-get dist-upgrade11:36
RIdley5ok thank you cfhowlett11:36
cfhowletthappy2help! RIdley511:36
RIdley5:)11:36
RIdley5i got anything to update cfhowlett, im using Ubuntu 14.04.2 LTS11:39
pvljoin openstack11:39
cfhowlettRIdley5, there are 2 commmands:  sudo apt-get update refreshes your list of installed programs.  sudo apt-get dist-ugprade will upgrade all installed packages, including flash, to the highest version currently available in the repos.11:40
voidz0rAppAraat: that's the part that works11:41
voidz0rwhere's the error?11:41
gulzarwe have a product working on server with Ubuntu12.04 .  i need to work on its development. So using ubuntu12.04 is better or ubuntu14.04? Will 14.04 make any problems?11:42
cfhowlettgulzar, ask #ubuntu-server11:42
gulzarMy development is on desktop11:42
gulzarcfhowlett:11:42
voidz0rcreate a chroot with debootstrap11:42
voidz0rfor 12.04, and then do development there11:43
cfhowlettgulzar, yes 14.04 has improvements over 12.04.  upgrade or don't.  your choice.11:43
ericPi installed nodejs and it created /usr/bin/nodejs. most scripts invoke `env node`. i stuck a symlink in /usr/local/bin but i'm wondering how this is normally handled. (same for other stuff like jison.)11:44
=== AppAraat is now known as Guest75556
gulzarcfhowlett: my question is if using 14.04 for compiling and packages is good idea, since I have to put them on server with 12.0411:44
voidz0rgulzar: it's not11:44
gulzarvoidz0r: so I should keep 12.04 on both11:45
RIdley5i done the two command but no update available cfhowlett11:45
kjaergulzar, It really depends on the dependencies of the package. If you are creating a simple wrapper without dependencies it doesn't mather.11:45
voidz0reither upgrade both or upgrade none11:45
voidz0ralso if you statically compile everything, it won't matter either11:46
Lunatic_PlayerIs there a channel for distant control computer or can I ask help here?11:46
voidz0r*statically link11:46
gulzarkjaer: it is simple python, shell script, c++, java sripts. and few tools which needs compilation using gcc, or python etc.11:46
kjaerHow are you creating the packages? debtool or fpm?11:46
voidz0ryeah pretty simple it only uses all of the languages and compilers11:46
gulzarkjaer: no , only compiling and adding their path to environment for executable11:47
gulzarkjaer: then from within the compiled folder they are called11:47
gulzarkjaer: no .deb creation11:47
gulzarkjaer: there is a hierarchy to keep those folders11:48
Lunatic_Playerremmina & x11vnc in my case11:48
kjaerSo no external dependencies?11:48
gulzarkjaer: till now I needed these dpkg-dev make g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev libpng-dev libjpeg-dev python211:49
gulzarkjaer: rest mostly web based tools like D3, or R packages which are not probalamatic11:50
=== Guest25930 is now known as tuonick
kjaergulzar, Ok. I think you should make sure that the build environment matches the execution environment. That is, same Ubuntu version.11:51
BBLLCCtar.bz2, can i safely use one of those on xubuntu?11:51
gulzarkjaer: Ok11:51
gulzarkjaer: thank you11:51
kjaerBBLLCC, Thats just like saying should I trust .zip?11:52
cfhowlettgulzar, I'd have to agree wth kjaer.  of course, you COULD upgrade, then install 12.04 to a virtualbox ...11:52
kjaergulzar, No problem.11:52
BBLLCCok11:52
kjaerBBLLCC, If it contains an executable, you should be sceptical of the origin.11:52
gulzarcfhowlett: that will not make sense. I have almost all tools on 12.04. Yes 14.04 is better but the requiremen of build is 12.04. I was asking to confirm whether I can use 14.04 for 12.04 .11:53
gulzarcfhowlett: but its not11:53
gojuA insatlled game on my ubuntu 14.04 from playdeb refuses to uninstall/install or launch what can i do to completely earase it from my system11:53
gojui am an indian11:54
gulzargoju: why to declare that yout are an indian11:54
gojucause i saw u11:54
BBLLCCcan anyone help me with gadmin?11:54
gojui thought u r too11:54
gulzargoju: yes I am11:55
murray2kHi folks, I have a strange problem I can not use both of my displays in 1080p since kernel  3.19.0-22. If I set them both to fullhd one turns off.11:55
gulzargoju: But I am an Archer11:55
gojuha ha ...guessed right ......location ?11:55
gojume: Kolkata11:55
TJ-!ot | goju gulzar11:55
ubottugoju gulzar: #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!11:55
gojusorry11:56
voidz0r^ mentioning arch in #ubuntu11:56
TJ-murray2k: does booting from the previous kernel version solve it?11:56
gulzarTJ-: not that statement was to tell goju that don't expect ubuntu related help from me.11:56
murray2kyes it does.11:56
gulzarTJ-: and I am here because currently my work is on ubuntu11:56
TJ-murray2k: which GPU(s) does the system have; which drivers?11:56
gojuplz sove my problem: I want to erasr all traces of a game installed bt playdeb repositories11:56
goju*solve11:57
gulzargoju: locate and remove11:57
TJ-goju: If a package is installed using apt, then "apt-get purge <package-name>"11:57
=== Guest1377 is now known as dazm
gojusudo ?11:57
TJ-goju: Usually, yes11:57
gojuyes its installed but refuses to launch11:58
gojuare all playdeb games tested11:58
TJ-goju: playdeb isn't supported here; you'll need to find/ask the playdeb/getdeb/game publishers. If you can provide specific error messages that might help us narrow down the cause a little, though12:00
murray2kTJ-: http://paste.ubuntu.com/11924903/12:00
TJ-murray2k: OK, so an ATI/AMD Radeon currently using the open-source driver. Is the PC currently booted  with the misbehaving kernel version?12:01
murray2kTJ-: yes that's correct.12:03
TJ-murray2k: Can you pastebin "/var/log/dmesg" ?12:04
knuellai think i have a little problem with the webbrowser-app in ubuntu touch. Every time when i open the app a "java-warnmeldung" (engl.: warning massage) appears with the following content: "Herzlichen Glückwunsch, Ihr Ubuntu wurde zufällig als das heutige gklückliche mobile gerät ausgewählt! [...] Klicken Sie auf OK [...]" (engl., analogous: "You have won s.th., pleas press OK!"). Does anyone knows this? Maybe its only facebook advertising...12:06
cfhowlett!touch | knuella12:06
ubottuknuella: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch12:06
murray2kTJ-: sure, here: http://paste.ubuntu.com/11924922/12:07
tuonickI would change ip address without log off from isp12:08
Afdlahow to lower mouse sensitivity below what the gui offers?12:08
Afdlaxinput deceleration thing doesn't work12:08
Afdlaxset m doesn't work12:09
=== tuonick is now known as helplease
TJ-murray2k: Three ports: 1 x HDMI, 1x DVI-D and 1 x VGA - do all have monitors attached or just the digital outputs?12:10
murray2kTJ-: just the digital ones.12:11
TJ-murray2k: OK: can you show "pastebinit <( xrandr -q )"12:11
murray2kTJ-: http://paste.ubuntu.com/11924936/12:12
TJ-murray2k: and is one of those monitors currently blank?12:15
tobbenAnyone interesting in listening to a RTMP I just have configured?12:17
murray2k TJ-: no, both are working right now. If I set the HDMI-0 to 1920x1080 than this one turns off.12:18
tobbenAnyone interesting into a RTMP based server I just have written a script for ?12:18
=== Lucifer is now known as Guest62028
tobben Anyone interesting listening and give back a report of an  RTMP based server I just have written a script for ?12:19
cfhowletttobben, you've asked 3 times.  you've got your answer.12:20
tobbenAnyone interesting to listen in and give a report on a  RTMP based server I just have written a script for?12:21
TJ-murray2k: OK, and the max res is shown as "16384 x 16384" so that shouldn't be the issue; can you "pastebinit /var/log/Xorg.0.log12:21
tobbenOkay. sorry, no answer yet...12:21
sb_Hi12:22
sb_:-)12:22
murray2kTJ-: http://paste.ubuntu.com/11924974/12:23
tobbenmy URL is http://109.189.225.234:800512:24
nicechapis there a way to avoid copying trailing spaces when I copy paste text from terminal into, say, a gui editor in ubuntu?12:24
nicechapI get all these extra spaces when I try to copy paste :-(12:25
tobbenplease reports back....here12:25
nicechapI use Gnome terminal12:25
_Lucifernegro12:25
solsTiCehi. I installed mame. I am looking for doc about mame.ini. Spefically, I want it to run on my 2nd monitor.12:26
_Luciferyou people  are boring af12:26
cfhowlett_Lucifer, you are free to leave.  With your attitude, please do so.12:27
notmaelkreekwhat12:28
notmaelkreekcfhowlett:I drove my new car today ^^12:28
tobbencfhowlett, may you give a report to an audio server now running at  http://109.189.225.234:8005    ?12:28
cfhowlettnotmaelkreek, nothing to do with ubuntu.  try a different channel12:28
notmaelkreekcfhowlett:wtf with that attitude12:28
TJ-murray2k: I'd *suspect* it is because the ACI 22fa has 3 refresh rates for 1920x1080 and the driver is auto-selecting a 'bad' one.12:29
bazhangnotmaelkreek, take chat elsewhere12:29
cfhowlett!guidelines | notmaelkreek12:29
ubottunotmaelkreek: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines12:29
_Lucifer23.61.5.192     someone hit that no balls12:29
notmaelkreekbazhang:why ban me?12:29
bazhangnotmaelkreek, this is support only, no chat12:30
cfhowlettnotmaelkreek, you know why.  go play somewhere else12:30
mawahebHello Everyone, I have a problem, On my pc, Headphones and speakers are working same time!!! Googling did not help, I even tried the Alsa mixer channels suggestion...12:30
notmaelkreekI have support questions too12:30
TJ-murray2k: Try "xrandr --output HDMI-0 --mode "1920x1080@59.9"12:30
cfhowlettnotmaelkreek, Ubuntu support only12:30
notmaelkreekcfhowlett:I use Ubuntu12:30
bazhangnotmaelkreek, then ask them all one line12:30
geniinotmaelkreek: If you have a support question, ask it here. If you have comments about other thing, go to #ubuntu-offtopic12:31
notmaelkreekgenii:I am banned there12:31
geniinotmaelkreek: So if you have support question, ask it here. If you have comments about other things, use alis to find an appropriate channel that you're not yet banned in12:32
genii!alis12:32
ubottualis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*12:32
notmaelkreekgenii:"not yet banned in" lmao12:32
TJ-"yet" :D12:32
Matt_teni!wifi12:32
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs12:32
tobbengoto #ubuntu-offtopic12:32
tobben!#ubuntu-offtopic12:33
voidz0r /query ubottu try all the commands 1v1 :)12:34
w30does anybody know a command to re-read  the mouse ~/.config file?12:34
murray2kTJ-: xrandr: cannot find mode 1920x1080@59.912:35
tobbenDoes anybody listen to a fresh audio server set up by me now at http://109.189.225.234:8005   ?12:36
tobbeninteresting in a report....12:37
bazhangtobben, how is that oin topic here12:37
voidz0rwhy not try #icecast ?12:37
tobbenbazhang, what do you mean "oin topic here" ?12:38
bazhangtobben, your report and such is not on topic here12:38
TJ-murray2k: Grrrr, xrandr syntax I think12:39
JustMozzyhi everyone. I have constantly12:39
bazhangtobben, please find a social channel to poll there, it has nothing to do with ubuntu support12:39
tobbenI don't know how to switch topic, can you tell me the IRC command?12:39
bazhang!alis | tobben12:39
ubottutobben: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*12:39
weny_penygod damn lightdm high cpu usage. I'm very pro ubuntu but i feel people lie when they say ubuntu  runs better windows. the lighdm issue so huge.12:39
JustMozzy I have constant weird problems with my ubuntu machine. the newest: although it used to always work, suddenly ethernet cables are not detected (and I made sure that they are working on other machines). can anyone help me diagnose the problem?12:40
weny_penylinux literally needs to burn up 50cpu just to show javascript12:40
tobbenjoin #freenode12:40
voidz0rweny_peny: no problems here... though you could try lxdm if you need a lighter dm12:40
TJ-murray2k: Try "xrandr --output HDMI-0 --mode "1920x1080_59.9"12:40
weny_penyis it compatible with unity on ubuntu? voidz0r ?12:41
weny_penyoh it's a totally differnece deskt environment12:41
voidz0rsudo apt-get --no-install-recommends install lxdm12:41
weny_penyyou know, i installed xfce with thoughts of bypassing lightdm issue.12:42
voidz0rthat way it doesn't install lxdm12:42
murray2kTJ-: also not working12:42
TJ-murray2k: Sorry not it should be "xrandr --output HDMI-0 --mode "1920x1080  --rate 59.9"  !!12:42
weny_penysame issue. lightdm loves burning up resources.12:42
weny_penymy my rig aint so old either. it's core dueo 2.4ghz12:42
BluesKajHiyas all12:42
weny_penylike blank firefox page, lighdm just burns up like 1cpu. no problem. but when you just open like wunderlist, it skyrockets to 50cpu and stays there until i close the tab or change to something else12:43
weny_penywill install that environment voidz0r12:44
murray2kTJ-: yes that works.12:45
TJ-weny_peny:  1. what make/model of PC/motherboard is it?    2. Have you customised any kernel boot options ( cat/proc/cmdline ) ?12:45
TJ-murray2k: OK ... so you now have 2 working screens?12:45
weny_penyvoidz0r, i just ran it. i choose lxdm as default display manager. its just like 800kb12:45
weny_penyvoidz0r, what do i do if it totally wrecks the display manager? because in the past, i tried force installing gnome shell and totally wrecked it. had to reinstalled ubuntu12:46
voidz0rweny_peny: reinstalling ubuntu should never be the solution12:46
weny_penyTJ-, decent computer 2. i haven't customized anything12:46
voidz0rand it's a display manager itself12:47
murray2kTJ-: that's correct both working with fullhd as resolution.12:47
voidz0ryou get to choose which one you want by default w/ debconf12:47
weny_penyweny_peny, when your computer starts flashing, screen on and off.. there is some major issue12:47
TJ-murray2k: I looks as if that ACI screen doesn't like 60Hz refresh, or else the GPU isn't putting out 60Hz when told to. In the current kernel 60Hz is the default so we've forced it to 59.9Hz. You should boot with the older, good, kernel and check the "xrandr -q" report to see if it shows 1920x1080 with 60Hz as the default there too, and check whether it has been selected or is using 59.9.12:47
weny_penyvoidz0r, i just installed the lxdm and have it set to default. but im scared of restarting the pc. what should i do if i'm unable to enter the environment and left with blank screen12:48
weny_penyhow do i easily change the display manager back to lxdm?12:48
weny_penyi'll write i on a pen and paper just in case12:48
weny_penyi know i will have to alt+cntrl+f112:49
weny_penywhat then12:49
voidz0rweny_peny: make sure you choose lightdm as the default if you're worried12:49
voidz0rand then stop/start the dms manually12:49
voidz0rwhen you open a virtual console, log in with your username and password as usual12:50
voidz0rthen run this at the prompt: sudo -s12:50
voidz0rit'll ask your password again, and it'll give you root access if correct12:50
voidz0rthen you can service lightdm stop12:50
voidz0rservice lxdm start12:50
voidz0rand go back to tty1 with ctrl+alt+f112:50
murray2kTJ-: OK: I reboot now to check, brb. THX12:51
voidz0ras long as you don't make permanent configuration changes, you can safely reboot12:51
voidz0rand if reboot fails, there's still recovery mode12:51
en1gmaim on ubuntu 14.04. (1) is there a package to right click on desktop and "open new terminal" at that location also like you can if you browse with file manger and then right click anywhere and say "open new terninal" and it does at that file location. love that feature in 15.0412:52
weny_penyalright. so after running sudo apt-get --no-install-recommends install lxdm it gave the option to select display manager. i chose lxdm. now if hell breaks loose after login in, i will alt-cntr f1 and turn lxdm offand turn of lightdm. voidz0r got it. rebooting now12:53
en1gma(2) i think i screwed up my opencl driver that is in ubuntu repos. i tried to install intel sdk and it didnt go well. neither will work. if someone can help me fix that it would be great.12:53
voidz0rweny_peny: no, you choose lightdm12:53
voidz0rotherwise you'll be changing the configuration to start lxdm12:53
=== xubuntu is now known as Guest75443
weny_penyi think it's already changed12:53
voidz0rokay12:54
en1gmacan i just "reconfigure" the intel opencl driver or what ever driver it is thats from ubuntu repos12:54
weny_penyhow do i get the terminal window back when allowed me select the display manager12:54
weny_penywhich*12:54
voidz0rnot sure... perhaps it's dpkg-reconfigure -plow lxdm12:54
en1gmawhen the package is 1st installed it asks you some "Y" or "N" questions about the driver. i need to do that again and dont know how12:54
voidz0rrunning an install right now, can't do this for you this minute12:55
en1gmai tried the 'dpkg-reconfigure" but with no flags12:55
en1gmado those help?12:55
en1gmapreciate the help voidz0r12:55
weny_penyyes it was that thanks12:55
HawasI need help in bridging network connections between Windows xp in Vbox and system.12:55
en1gmai not sure which package it is that does that12:55
voidz0recho PURGE | debconf-communicate <name_of_package>12:55
voidz0r^ IIRC12:56
voidz0rthat'll make it forget all your answers12:56
voidz0rand then you can dpkg-reconfigure or apt-get --reinstall install <pkg>12:56
en1gmanice ill copy and paste those 2 commands and try em out.12:56
weny_penyreverted back. rebooting now. finger crossed12:56
weny_penysudo dpkg-reconfigure gdm did the trick for selecting the defaul display manager voidz0r12:57
voidz0rah, alright :)12:57
HawasI need help in bridging network connections between Windows xp in Vbox and system.12:57
en1gmaok. got the commands saved to document. gonna try and find out what package it was12:57
en1gmathanks and will let you know as soon as i do12:58
voidz0rnot sure if I'll still be here :)12:58
voidz0rbut there'll be someone I'm sure12:58
HawasDoes OS in Vbox requires separate drivers for bridging12:58
voidz0rheck no, that's something you configure on the host12:59
Matt_tenivoidz0r, phew man.. thank goodness i asked what do in the terminal if the display manager failed to start12:59
Matt_teniand it did fail lol12:59
HawasI mean if I want to access LAN connection would that to require to install separate drivers in xp12:59
Hawas??12:59
Matt_teniit said lxdm.service failed to start something12:59
Matt_teniwouldn't leave alt+cntr+f1. had to start lxdm to make it work13:00
Matt_tenii mean lightdm13:00
Matt_tenihad to start it, lxdm didn't start.13:00
voidz0rso, neither dm ran?13:00
voidz0ror did it only try to start lxdm and fail?13:01
Matt_tenino, lightdm did start13:01
voidz0rah, so you got to a login screen?13:01
Matt_tenii had lightdm set as default, so i stopped it and tried running lxdm. but didn't work. went to start lightdm again and now im here13:01
Matt_teniyes13:01
voidz0rah13:01
Matt_tenii was at the login screen, pressed alt-cntrl+f113:02
voidz0rso no harm done :)13:02
Matt_tenienter username/pass13:02
jzp113hi guys ?someone know ssl vpn ?13:02
Matt_teniyeah, phew :D13:02
voidz0rjust a failed attempt at replacing the dm13:02
Matt_tenii thought another ubuntu format was incomming :P13:02
voidz0rmight as well sudo apt-get purge lxdm now13:02
voidz0rnahh13:02
Matt_tenialiright13:02
Matt_teniso lxdm wont work on my machine?13:02
jzp113I don't know how to use openvpn?13:02
voidz0ridk... if you can figure it out13:02
Matt_tenialright.going to google13:02
voidz0ryou'd rule :)13:02
Matt_tenithanks for letting me know about lxdm13:03
voidz0ryw13:03
=== CyberJacob is now known as zz_CyberJacob
murray2kTJ-:  I booted from the good kernel but here display works with --rate 60.013:04
bluenemohi guys. I just booted my laptop with 14.04 and it seems there were some chnages to the fonts and stuff :) my firefox however sadly is not showing all tabs names in a light grey that is impossible to read. how can I fix that?13:05
TJ-murray2k: Right, so it looks like a timing fault in the new kernel; possibly in the radeon driver13:05
bluenemosry, its showing all tabs, but the text on them is in light grey, so they cant be read13:05
TJ-murray2k: can you report a bug using "ubuntu-bug linux"  with a concise description including the good and bad kernel versions, the output of "xrandr -q", and that its using the radeon (not fglxr) driver13:07
=== Help is now known as Guest85582
Guest85582Help please13:07
murray2kTJ-: i can do, but can use --rate 60 on the HDMI-0 output, if I decrease the resolution on the second output.13:08
rtreleavenGuest85582 what is the matter?13:08
Guest85582I am not able to bridge network connections between VM and system . I'm using Vbox13:09
TJ-murray2k: Yes, it looks like there's a bug in the max clock timing calculations13:09
rtreleavenGuest85582 are you getting an error?13:11
murray2kTJ-: OK: I file a bug report. Thanks again.13:11
Guest85582I chose Realtek adapter in network settings of Vbox . I still cannot find any connections after running VM.13:12
Guest85582Realtek adapter for LAN connections.13:13
rtreleavenin the vm do you see a nic using ifconfig?13:13
=== sins-_s is now known as sins-
Guest85582I have installed Windows xp in Vbox so can't use ifconfig. Do you know specified way for that OS?13:15
voidz0ripconfig13:16
bpsizemorealso can use ipconfig /all for more info13:17
TJ-murray2k: I've just looked at the changelog, and there are some drm/radeon changes in -22 .... you should dist-upgrade to the latest 3.19.0-23 because there are a lot of fixes that cover drm including patches for the CRTC13:17
TJ-murray2k: see http://changelogs.ubuntu.com/changelogs/pool/main/l/linux/linux_3.19.0-23.24/changelog13:17
rtreleavenGuest85582 ipconfig /all13:17
murray2kTJ-: yes, I've seen that, but I dist-upgraded today, so I'm already on 3.19.0-2313:21
Junkohi, i would like to ask a question13:23
skinuxWhich is the best free GUI screen recorder?13:23
voidz0rdon't ask to shoot just shoot13:23
bpsizemore^^13:23
Junkoif i install the unicorn's kernel13:24
DJones!screencast | skinux There are a few mentioned by the bot here,13:24
ubottuskinux There are a few mentioned by the bot here,: Some programs to capture your screen are Kazam, Vokoscreen & Simple Screen Recorder. Also ffmpeg/libav with x11grab option on the command line. Also see https://wiki.ubuntu.com/ScreenCasts.13:24
Junkoon 14.0413:24
Junkowhat happens when the unicorn edition is EOL13:24
boomstickhow can I copy downloaded packages to /var/cache/apt/archives directory, because the usual GUI copy/paste option doesn't work?13:25
DJonesskinux: I've not used any of them, so can't say which would be best though13:25
Fuchsboomstick: sudo cp /path/to/your/file /var/cache/apt/archives/13:25
TJ-murray2k: your earlier pastebin showed: "[    0.000000] Linux version 3.19.0-22-generic (buildd@allspice) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ) #22-Ubuntu"   - I assumed that was the bad kernel13:25
Fuchsboomstick: not sure how sane that is, mind13:25
skinuxOkay. Thanks13:25
voidz0rboomstick: what the hell? why?13:25
boomstickthanks fuchs13:26
Fuchsyou're welcome13:26
TJ-murray2k: either way, all those drm/radeon changes will be the cause, and need dealing with13:26
TJ-murray2k: let me know the bug number once you're reported it13:26
boomstickvoidz0r, I'm copying dowloaded packages to an offline computer for installation13:26
voidz0roh.. and apt-zip doesn't work :)13:26
voidz0rI tried, it failed13:26
voidz0rso guess that'll do, hopefully :)13:27
Fuchsboomstick: technically you could also install them with dpkg, that's just a bit more of a pain with regards to dependencies13:27
voidz0ryeah or create a local mirror13:27
boomstickyes, fuchs, there's a lot of dependencies13:27
voidz0rdeb file:///mnt/ ./13:27
boomsticksynaptic package manager kinda freezes when I try to do that13:27
voidz0rput all the debs there13:27
voidz0rto create the Release file:\13:28
DWSRHey all, I'm trying to configure a disk image of sorts for Ubuntu to deploy across a large number of laptops. What's the most effective way to do this? I'm used to sysprep'ing Windows machines. Is there something similar?13:28
voidz0rdpkg-scandir . >Releas13:28
voidz0r*Release13:28
boomstickhow would I install that after copying the debs, voidzor?13:28
FuchsDWSR: do you need to adapt the images or is it just the standard?13:28
bpsizemoreJunko: I would image you would have to either keep using the old kernel, or upgrade to a new one13:28
FuchsDWSR: if you have to adapt them: we use uck for that13:28
FuchsDWSR: for deployment there are lovely things like foreman or cobbler13:29
DWSRFuchs: Adapt them to different hardware configurations? If that's possible, I would like to be able to .13:29
DWSRI'm not used to being able to do that to Windows, but I know the Linux kernel is a hell of a lot less picky about stuff.13:29
bpsizemoreJunko: I don't think it will matter too much, but I'm not really an expert on this13:29
FuchsDWSR: well, technically with uck you can use an existing ubuntu image, change whatever you want  (we use it for active directory integration, certificates and the likes), then create a new .iso.  At this point  (or if you want the standard), you can use something like cobbler or foreman to deploy images to computers13:30
DWSRFuchs: That's not really any different than doing deployment through WDS or similar though13:31
FuchsDWSR: it's probably about as efficient as it gets. You specify an image, computers (with a FQDN and IP address, usually) and then boot these laptops via netboot13:32
FuchsDWSR: another alternative is to create a disk image and just deploy that, with stuff as simple as dd13:33
Fuchsthat will be somewhat tricky because you then still have to somehow ensure that the IP Address, hostname and likes are unique13:33
DWSRlol, there's a distinct lack of documentation for cobbler.13:33
Junkobpsizemore; but that kernel goes EOL13:33
DWSRFuchs: Does ucks take care of regenerating hostnames, user profiles, etc?13:34
FuchsDWSR: no-ish, that is what foreman could do for you13:34
FuchsDWSR: you could of course adapt the image with uck in a way so it runs something that does that for you, but for that I'd really use foreman (or cobbler)13:35
DWSRWould you recommend Foreman or Cobbler for a quick and dirty setup? We're imaging old laptops to be essentially netbooks.13:35
DWSRI want Ubuntu to literally boot into a user profile without sudo access and be able to run Firefox. That's it that's all.13:36
FuchsDWSR: for that I guess I'd just create an image using uck  and then deploy it via more simple methods,13:39
FuchsDWSR: how many machines do you have?13:39
=== Petazz_ is now known as Petazz
FuchsWe are currently switching from cobbler to foreman, but our usecase is slightly different  (coroprate use, new servers and client computers, we have quite a couple of these)13:40
=== Tsunami is now known as Guest28304
TJ-murray2k: how you doing with the bug report? I've got one of the kernel devs attention on it13:42
murray2kTJ-: sorry nearly forgot I'm at work ;), here its https://bugs.launchpad.net/ubuntu/+source/linux/+bug/147758713:46
ubottuLaunchpad bug 1477587 in linux (Ubuntu) "One black screen of two when both on 1080p60" [Undecided,New]13:46
ka1nHi. I have some trouble with segates 8TB smr hdd "ST8000AS0002". Getting ata errors frozen on ext4 fs. Im runing vivid kernel 3.19.0-16. Would it help adding kernel 4.1.3 or how do i get around this ?13:47
TJ-murray2k: many thanks13:47
w30does anybody know a command to re-read  the mouse ~/.config file?13:49
w30does anybody know a command to re-start  the mouse ~/.config file?13:50
w30after manual edit13:50
w30reboot?13:51
w30anything else?13:51
ka1nHi. I have some trouble with segates 8TB smr hdd "ST8000AS0002". Getting ata errors frozen on ext4 fs. Im runing vivid kernel 3.19.0-16. Would it help adding kernel 4.1.3 or how do i get around this ?13:56
myballhi13:56
ikoniaka1n: why would changing the kernel matter ?13:56
ikoniaka1n: what version of ubuntu are you running ?13:57
myball14.0413:57
byonabyeam glad to be here13:58
ka1nikonia: as it's a new drive (SMR) and old kernel drivers are not propperly supported. im runing vivid kernel 3.19.0-1613:59
ikoniaka1n: I'm not asking what kernel you're running - what version of ubuntu are you running14:00
ka1nikonia: I just dont know if new kernel are supporting these drives proberly and or if i have to apply a kernel patch of some kind14:00
ka1nikonia: again its vivid eg 15.0414:01
ikoniaka1n: ok, so you're currently running vivid, so what's the actual behaviour you're seeing with the drive ?14:01
ka1nikonia: while transfering large amount of data. i get ata errors frozen. transfer halts for half a minut and the continues until next fault appears and this continues until box crashes after many hours14:02
DWSRFuchs: Sorry, got pulled away from the desk. We're doing probably ~30 laptops.14:03
DWSRWe are eventually going to WDS, so this is mostly a temporary thing.14:03
FuchsMeh, then cobbler is a bit of an overkill14:03
Fuchsprobably you could just adapt the iso to your needs, install it on either all of them or on one of them where you create an image and then just dd that to the disks14:04
ka1nikonia: transfering lots of 50MB-100MB files at a speed of 30-50MB/s when it gives ata errors frozen. that specific file will transfer with around 4-10MB/s14:04
miketyson1234hii14:05
miketyson1234:) wassup14:05
ka1nikonia: much like this thread: https://bugzilla.kernel.org/show_bug.cgi?id=93581#c13 im just not very familiar with runing kernel patches and are interesset in if the 4.1.3 kernel includes these updates14:06
ubottubugzilla.kernel.org bug 93581 in Serial ATA "3.17..3.19 all fail with new Seagate Archive 8TB S-ATA disk (NCQ timeouts)" [Normal,Reopened]14:06
DWSRFuchs: The Foreman seems to be a pretty straightforward install.14:06
FuchsDWSR: we are using that here, but as said, we use it for a bit more than you do. If you manage to get it to run as you need it in a decent amount of time: sure, use that14:06
miketyson1234how to learn c on ubuntu14:07
FuchsDWSR: it offers Net / PXE boot, so you can basically put it in a network (it acts as DHCP), put the laptops in there with netboot enabled and have whatever iso you want installed14:07
FuchsThat's probably pretty efficient14:07
lotuspsychjemiketyson1234: maybe a question for ##programming?14:08
kathy_whoami14:11
kathy_exit14:11
DWSRFuchs: Yeah, that is definitely something I'd like to do. at the moment, I'm doing this all within hyper-v14:12
spodermen_swegHI14:21
spodermen_sweghi14:22
Daneelhi14:23
Daneeli am trying to use ibus on ubuntu 15.0414:24
Daneeli have two language supported by my OS14:24
Daneelkey combo is used to switch from one language to one other14:24
Daneelbut when i switch to Ja, il don't get a list or words in kanji14:24
Daneeli have logout and login after japanese language is activeted14:25
Daneelwhat am i missing ?14:25
thebwtheya guys, for unattended-upgrades can we do a package blacklist? I specifically want to stop updates of mysql* (server, client, common, etc)14:26
thebwtwould it just be "mysql" ?14:26
DJones!pinning | thebwt This info might be helpful with that,14:27
ubottuthebwt This info might be helpful with that,: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto14:27
thebwtfascinating, thanks DJones14:28
jzacharyHi everyone!14:28
dawidd6hi14:28
thebwtHowdy14:28
jzacharyis this the proper place for help or questions?14:28
dawidd6yup14:28
=== tcpman is now known as Guest82605
agent_whitetwice14:32
spodermen_sweghow do I view my android device's screen from the desktop by means of usb?14:32
vivaldishi world!!!14:34
vivaldisyou may download a smaller image of ubuntu studio?14:36
jzacharyi have a USB Raid box attached to a Ubuntu server, having trouble getting the partition/format setup14:36
DWSRjzachary: Make and model of the USB Raid box, as well as Ubuntu version14:36
=== Mitchell92[A] is now known as Mitchell92
Mitchell92Hi... Is there a way to defrag my hard disk?14:37
jzacharyUbuntu is 14.04, hangon have to walk down to server room to get the raid model lol14:38
somsip!defrag | Mitchell9214:38
ubottuMitchell92: The default Ubuntu filesystem (ext4) is engineered to avoid fragmentation issues in most cases, see http://linkpot.net/behead/ for a simple example on how it achieves this.14:38
Mitchell92thanks.14:38
jzacharyDWSR: Mobius™ 5-Bay FireWire 800, eSATA, USB 3.0 RAID Hard Drive Enclosure14:42
jzacharyiv’e considered formatting it as HFs+ but not sure if that’s wise14:47
=== Captain_h00k is now known as h00k
Fatarjoin #ubuntu-beginners14:48
Fatarshit.14:48
RabatHi all, I am writing an academic article and i'm trying to find the minimum hardware requirements for Ubuntu desktop 14.04 from either the Canonical or Ubuntu website. The closes i've found is http://shop.canonical.com/product_info.php?products_id=1146 which shows RAM and disk space.14:51
Rabatdoes anyone know of any other pages that show other hardware requirements (processor speed, display etc)14:52
eonbluezi enabled encrypted filesystem when i installed Ubuntu and now whenever i install a package or do anything it prompts for my encryption fs password.  Is this normal?  It's rather annoying14:53
eonbluezif this is normal behaviour, can I disable encryption without reinstalling the OS?14:53
TJ-eonbluez: the encrypted file-system will only need to be unlocked once, so it can be mounted. Are you referring to full-disk encryption, or user home-directory?14:55
Fatarhow do I check the file type of each files in a directory?(supernoob)14:55
kostkon!requirements | Rabat14:55
ubottuRabat: Hardware requirements to install, boot and comfortably use Ubuntu are listed at https://help.ubuntu.com/community/Installation/SystemRequirements - For a !flavor with lower requirements, see !Xubuntu or !Lubuntu14:55
eonbluezTJ-: full disk encryption14:56
Rabat@ubottu thank you, what versions of Ubuntu does this cover? thanks14:57
TJ-eonbluez: the only reason I can imagine for repeated requests for the pass-phrase is that the encrypted device file-system is being unmounted+closed each time.14:58
geniiRabat: The page the bot references is always updated to reflect the requirements of the current LTS release14:58
somsipRabat: ubottu is a bot. More info will be on that webpage or by typing (example) !Xubuntu for details and xubuntu14:58
geniiSo 14.04 in this case14:58
RabatExcellent, thank you genii and somsip14:59
Rabat!ubuntu15:01
ubottuUbuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com15:01
=== pkircher is now known as dev_ZERO
=== dev_ZERO is now known as pkircher
jzacharyWARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted. - I formatted using sudo mkfs.ext3, was that incorrect?15:11
jzacharyis there a better way?15:11
EriC^^jzachary: why ext3?15:11
jzacharyi honestly don’t know15:11
EriC^^why not ext4, and that error has to do with using fdisk instead of gdisk, as you have a gpt partition table15:12
EriC^^jzachary: ext4 is better, what will you be using iti for anyways?15:12
jzacharyi’m very unversed on the formatting options available15:12
EriC^^*it15:12
jzacharyit’s a USB raid box15:12
jzacharyfile storage, server backups, etc15:12
skulltipon ubuntu 15  betaville hijacked my file extensions. when i try to create a .sh it associates with betaville. how can i fix this15:12
jzacharyis ext4 proper for a 12 tb volume?15:14
EriC^^i think it can handle that, yeah15:14
skulltipin fact any blank file i create, betaville wants to own it15:14
cfhowlettskulltip, rightclick > properties > open with15:14
TJ-jzachary: is that 12TB of raw disks, or 12TB *after* being RAIDed ?15:14
skulltipright.. i want to make a script executable permanently15:15
jpdsjzachary: Better question is: "Is it proper for your use-case" whatever that is15:15
=== gary is now known as Guest77539
jzachary12tb after being raided15:16
jzacharyit mounts at that size15:16
TJ-jzachary: how many devices in the array?15:16
jzachary3 drives15:16
TJ-jzachary: Is that 3 x 4TB drives? If so where's the RAID there?15:17
jzacharyit’s 3x4tb its raid 0 i beleive, to it’s just one big volume no redundancy15:18
TJ-jzachary: So just striping the data over the 3 drives ... that sounds highly dangerous unless the data is 100% backed up somewhere else, or is very transient15:19
jzacharyyes, it will be backed up15:19
TJ-jzachary: From what you've already said it sounds as if the RAID device ( /dev/mapper/md0 ?) has a GUID partition table on it (GPT)15:20
jzacharyyes, i believe so15:21
OhYashWhats ##TopChat?15:22
TJ-jzachary: In which case don't use 'fdisk' - it doesn't understand GPT, as it reported. Check the layout with 'gdisk', and if its acceptable, you can do the file-system formatting using mkfs.<FILESYSTEM_NAME>15:22
OhYashAnn's a bitch15:27
jzacharyTJ-: i get confused on the format, My disk shows up as /dev/sdb but then there is /dev/sdb1 under “Device Boot”15:29
jzacharywhich should i be using in the format command?15:29
OhYashHey, could anyone of you standalone window manager users suggest me a complete panel that supports both systray and indicators?15:29
TJ-jzachary: is the RAID being done in hardware in the 'box' then?15:30
hggdhjzachary: dev/ddb is the raw disk, dev/sdb1 is a partition15:30
TJ-jzachary: So the file-system does in the partition sdb115:30
jzacharyTJ-: Yes, the box is handling it15:30
TJ-s/does/goes/15:30
hugegreenbugjzachary: if you were raided you should call 91115:30
jzacharylol15:30
jzacharythe raid was previously HFS+ on a mac, should i redo the entire thing? like the partition?15:31
TJ-jzachary: historically, Linux has had limited/problematic support for writing to HFS+ ... I'm not 100% sure how it stands today, but if the device is intended just for Linux I'd recommend one of the native Linux file-systems (ext4, btrfs spring to mind, or even use LVM dependong on use-case)15:33
jzacharyyeah i def want to format it for linux, with it previously being formatted for HFS im just making sure im wiping and reformatting it correctly15:34
EriC^^i think he means if he should repartition15:34
EriC^^it wouldn't hurt i guess15:34
=== moz is now known as Guest22164
EriC^^sudo cgdisk /dev/...15:35
EriC^^and make a new partition with the hexcode 830015:35
=== Guest22164 is now known as motz
=== roonie is now known as pellucid_banana
roninhihi my desktop was restarted because of power failure, and now it's in the login screen, is there a way to login remotely that i can take a vnc connection to the machine?15:40
roninI can get a SSH connection, but starting up a VNC server from terminal doesn't help, because it won't let me in before I have logged in to X15:40
compdocronin, you cant log in because you were using desktop sharing?15:41
roninx11vnc15:42
ronini can start up x11vnc server but when i try to log in it says connection refuses. it assumes that i have been logged to X15:42
JustMozzyhey everyone. was anyone able to install  L2TP over IPsec VPN Manager in ubuntu 14.10?15:43
=== ada2358 is now known as adzuci
KellerQBnow what15:49
=== venkat_331 is now known as venkat_330
stanregglxgears shows that I'm running at ~2500 FPS. Is that normal? Should it not be limited to the monitor's refresh rate?15:51
LeEarlhi15:53
LeEarlI did an update and the desktop item disappeared! Ubuntu Mate 14.0415:53
nicomachusLeEarl: what do you mean "desktop item"?15:54
JustMozzyseriously ubuntu can't crown itself anymore with userfriendlyness... ever since verion 10 things have gotten downhill :(15:54
KellerQBFirst attempt with irc15:55
Gallomimiaversion "ten"?15:55
reisioKellerQB: hi15:55
cfhowlettJustMozzy, less rant, more details.  or if your purpose is to merely rant: #ubuntu-offtopic . Thank you.15:55
Gallomimiai think you might have confused ubuntu with windows or mac15:55
LeEarlitems = icons , sorry my bad.15:56
cfhowlettKellerQB, ask your #ubuntu questions15:56
JustMozzycfhowlett: not ranting... I'm crying :P15:56
LeEarldesktop icons disappeared after update.15:56
cfhowlettJustMozzy, this ... really isn't the channel for tears.  :)15:56
Gallomimiamy desktop icons are all kept in ~/Desktop are yours there?15:56
roninthis fixed my problem sudo /usr/bin/x11vnc -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -forever -bg -rfbport 5900 -o /tmp/x11vnc.log15:57
roninnow i can login righ to the x login screen (lightdm)15:57
roninthanks guys15:57
KellerQBThank cfhowlett, just installed irssi, looking for channel sources15:57
cfhowlett!alis | KellerQB15:57
ubottuKellerQB: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*15:57
KellerQBthanks15:57
rsvmy laptop does not show icons on the desktop, when i saw the filesystem was full. i deleted some files. however, the avail space is still 015:58
cfhowlettKellerQB, happy2help!15:58
Gallomimiawhat files did you delete?15:58
KellerQByou may regret it... I just tried the /msg and nothing changed15:58
rsvwhen i try to copy my filesystem to a usb harddisk - using "cp -rp" command. all the files are showing root permission15:58
reisioKellerQB: /msg alis list *ubunt*15:58
GallomimiaKellerQB: you probably don't see where the /msg window popped up15:59
rsvGallomimia: i deleted some movies15:59
cfhowlettrsv, cp -rp?  not dd?15:59
rsvcfhowlett: yes cp -rp15:59
reisiohttps://wiki.debian.org/ReduceDebian15:59
Gallomimiarsv: what method did you use to delete them? did you put them in the recycle bin? are they still there?15:59
KellerQBI feel like an idiot...15:59
reisioKellerQB: that's life :)15:59
rsvGallomimia: no there are not in recycle bin15:59
GallomimiaKellerQB: normal mistake. most of IRC has a no-PM-without-asking policy just because message windows pop under without being seen like that.16:00
rsvcfhowlett: after doign cp -rp. all files are showing root as owner and 0777 as permissions16:00
rsvwhat could be wrong.16:00
reisioI don't think they have a no-pm-without-asking policy, they have a don't be annoying policy16:00
KellerQBI only have the one terminal open..16:00
reisiothe purpose of IRC after all is chatting16:00
reisioKellerQB: yes, and?16:00
Gallomimiareisio: i've seen many who don't like it16:01
reisiopeople who don't like chatting shouldn't be running a chat client :D16:01
Gallomimiarsv: this command should tell you some good information: df -h16:01
Na3iLLeEarl, → https://askubuntu.com/questions/483358/mate-menu-is-missing16:01
cfhowlettrsv, I've never seen or used cp to make an ubuntu USB.  Corry, can't help.16:01
reisiohttps://wiki.debian.org/ReduceDebian16:01
rsvGallomimia: i am using that command only16:01
ioriarsv are you using sudo to cp the files ?16:01
Na3iLguys who uses his DE/environment awesome wm?16:02
rsvioria: no16:02
JustMozzyDid anyone get a L2TP/IPSEC VPN client to work on Ubuntu 14.10?16:02
reisioNa3iL: various people use that wm16:02
ioriarsv the folder where the external hd is mounted is owned by who ?16:02
LeEarlNa3il the menu is fine but the desktop icons disappeared!16:03
Na3iLreisio, I want to make some statistics about ubuntu users had awesome wm already16:03
reisioNa3iL: sounds boring and pointless16:03
Gallomimiai'm still having trouble understanding rsv's problem. all i saw was that the hd is full?16:03
Na3iLI wonder reisio about making a projet like Ubuntu-gnome but Ubuntu-awesome wm16:03
reisioNa3iL: http://ubuntuforums.org/showthread.php?t=138759916:03
reisioNa3iL: go ahead and make one16:04
rsvi did it manually by using root16:04
Na3iLI want some guys to help, kind of a team to work a head for this project16:04
rsvmount /dev/sdb1 /mnt16:04
rsvsudo mount /dev/sdb1 /mnt16:04
GallomimiaNa3iL: i suggest starting a project page and asking for members to join you16:04
reisiorsv: rsync -a foo/ bar/ is better for copying16:04
reisioespecially if you care about the data16:04
ioriarsv yes, but must be owned by someone16:05
Gallomimiaright over top of /mnt ??16:05
Na3iLGallomimia, yup that's what I want, and I'd some skills on documentation on Wkikipages instead of my experience with ubuntu-gnome16:05
ioriarsv yes, if root mounted it... is root16:05
reisioNa3iL: usually a person must actually do some work on their own before people will follow them16:05
Na3iLbut I need some pple here to help to go through with this project16:05
reisionot that you can't get suckers to follow you at any time, if you're charismatic enough16:05
rsvircnode0: can a user mount16:05
cfhowlettreisio, yeah, folk are fickle that way ...16:05
Gallomimiarsv: yes but not to a mount point they don't own16:06
Na3iLLOL reisio fair enough, I'll go a head and make the wikipage for this project16:06
cfhowlettNa3iL, take your proposal to www.reddi.com/r/ubuntu16:06
Na3iLhad u any good name for this team..16:06
cfhowlett*reddit*16:06
Gallomimiaenjoy16:06
reisioNa3iL: Awbuntu16:07
Gallomimiarsv: can you back up and start again? what are you doing?16:07
rsvwhen i try to do that, i get the message "mount: only root can do that"16:07
Gallomimiayeah cause /mnt is owned by root16:07
Na3iLnice name reisio, any other suggestion..?16:07
Na3iLotherwise, like UbuntuAwesomers16:08
rsvGallomimia: i created a new directory /tmp/rsv16:08
rsvand tried it man16:08
EriC^^rsv: you need sudo to use the command mount16:08
EriC^^unless it's in /etc/fstab and with the option user16:08
Gallomimiaoh.16:08
Na3iLLeEarl, not solved yet?16:08
Gallomimiawell there you go. also, plugging in any kind of media should auto mount it under /media/username/16:08
LeEarlno16:09
Na3iLtry this command to restart your environment mate16:09
Na3iLudo apt-get install --reinstall mate-core mate-desktop-environment mate-desktop-environment-extras16:09
ioriarsv after mount , chown the folder16:09
jzacharyok…success finally! now to add to fstab…16:11
LeEarlNa3iL, u sure about that? I hope it does not cause more problems!16:11
cfhowlettthat will install the desktop NOT restart the desktop16:12
Na3iLLeEarl, that command make u restart ur mate, otherwise u'd nothing to loose..16:12
LeEarlok I will try then see! BRB16:13
GallomimiaNa3iL: i think maybe you should tell him to use dpkg-reconfigure and not apt-get install16:15
skulltipi created a launcher.sh and did chmod+x to make it executable. from Thunar file manager, opening or right-click and default is betaville. any simple file and it's associated with that. how do i break associations with betaville so i can make an executable script again??16:15
Na3iLGallomimia, I think he should restart and install the extra mate plugins again..16:16
Gallomimiathis implies removing them first... where's that command?16:16
cfhowlettNa3iL, too windowsy.   reconfiguring the installed pacakges should sort him.  then he can logout, select the other desktop manager session and login.16:17
larryonehi guys, I am having trouble with a service I'm trying to reload on 15.04.       `service haproxy reload` seems to behave very differently to `systemctl reload haproxy`16:17
larryoneis there any way to figure out why?16:17
EriC^^larryone: you mean service haproxy restart?16:18
larryoneno, reload.... I need to keep established connections alive16:18
larryoneneed a graceful restart16:18
EriC^^oh, no idea16:18
LeEarlok thanx it worked16:19
jiafanzHi, i use ubuntu 14.04 lts, is it possible to use kvm to install vm?16:19
bekksjiafanz: Yes.16:20
jiafanzbekks: any link of guidelines?16:20
cfhowlett!kvm | jiafanz16:21
ubottujiafanz: kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM16:21
larryoneEriC^^, `service haproxy restart` seems to be ok16:21
larryonebut a reload leaves the old process behind, still listening on port 80, and I end up with multiple processes listening on port 80 and causing non-deterministic behaviour16:22
larryoneaccording to the /usr/sbin/service script:16:22
larryone# When this machine is running systemd, standard service calls are turned into16:22
larryone# systemctl calls.16:22
jiafanzlarryone: how could that possible to have multiple processes listening on the same port16:22
larryonebut it doesn't seem to do what I expect16:23
larryonejiafanz, I was wondering that too16:23
larryonefitst time i've seen such a thing16:23
larryoneand yet16:23
jiafanzlarryone: the kernel shall prevent that16:23
larryonetcp        0      0 0.0.0.0:80              0.0.0.0:*              LISTEN      12652/haproxy16:24
larryonetcp        0      0 0.0.0.0:80              0.0.0.0:*              LISTEN      12631/haproxy16:24
larryoneit was happening, and I was getting responses from both processes16:24
skulltipi right click to create an empty file, it's associated as notepad file. there is no execute options for thunar file manager.16:24
larryoneI'm suspecting systemd16:24
jiafanzlarryone: ah.... i think it is some sort of high availability process16:24
larryonejiafanz, it could be a haproxy specific thing16:24
larryonebut it's something that a reload really shouldn't do16:25
jiafanzlarryone: quite possibly16:25
jiafanzlarryone: like an ative-backup process16:25
EriC^^larryone: try systemctl restart haproxy16:25
larryonebut I can't figure out why a `service haproxy reload`  doesn't do a proper translation into a systemctl call16:25
larryoneEriC^^, I can do than manually, but puppet cannot!16:25
larryonepuppet needs to be OS version agnostic16:26
EriC^^larryone: post the service script in paste.ubuntu.com16:26
rsvsorry, i got disconnected16:26
=== Mitchell92 is now known as Mitchell92[A]
dependenciesHi guys. Question time:16:27
dependenciesRunning apt-get install ubuntu-mate-core, I'm getting this: http://pastebin.com/s70y4Xjc16:28
dependenciesWhy wont it install any of the dependencies on its onw?16:28
skulltipok found my answer.. spent a little too much time away on windows, thought i was hacked  :P16:28
larryoneEriC^^, it's the one that comes with 15.04, unaltered:16:28
larryonehttp://paste.ubuntu.com/11925910/16:28
larryonethe systemd related stuff is the last section16:29
EriC^^larryone: check line 21216:31
larryoneyup, reload secion16:31
larryoneso if systemctl tells it that it can reload, then it should issue the command I want16:32
jiafanzlarryone: maybe puppet has issues of using systemctl16:33
larryonejiafanz, puppet calles the /usr/sbin/service script16:33
larryonewhich on 12.04 and 14.04 calls upstart stuff16:34
larryonebut on 15.04 it should call systemd stuff16:34
larryonebut in this case it doesn't like it16:34
EriC^^larryone: try sudo sh -x service haproxy reload16:36
=== Mitchell92[A] is now known as Mitchell92
EriC^^larryone: or sudo sh -x $(which service) haproxy reload16:37
EriC^^larryone: paste in paste.ubuntu.com if you want16:40
SpartacleHey guys, I brought a HP stream 13 and suffering my random wireless disconnects, usually switching aeroplane mode off and on gets my back online16:42
Spartaclebut I have no idea how to troubleshoot, dmesg doesnt show anything obvious16:42
larryoneEriC^^, frustrating, I can't reproduce the problem now  =0(16:42
larryoneEriC^^, I put in echo statements in and around that reload section, and the output suggests that it's doing the translation correctly16:43
larryonegrrr16:43
larryoneI think I need to give up for today16:43
larryoneam going to go run around in the grass with my wife and my daughter and get a nights sleep. will revisit this shite tomorrow16:44
larryoneEriC^^, thanks for your help, will let you know how I get on tomorrow16:44
EriC^^larryone: well, at least it's working now, ok have a good one16:44
EriC^^np, ok16:45
OhYashHey everyone, Wassup?16:45
riobeI'm trying to install ubuntu and I want to put /home, /usr/local, and /opt all on a different drive than the rest of Linux. I'd rather not make 3 partitions (one for each with it as the mount point) because I don't want to specify a max size for each folder. Is there a way to put those 3 directories on a different drive other than giving them each a sized partition?16:46
FuuzetsuIs there an easy way to use a package from trusty on a precise box? Needs to be doable through CLI without human-interaction (it's a CI box). The package in question is libzmq3-dev.16:46
OhYashHows mate panel for a WM standalone desktop? I'm looking for a good-looking panel with systray and indicators support?16:46
riobeA friend was suggesting I try deleting the three folders from my ubuntu install, and then making them symbolic links to folders on the other drive. Not sure if that's a good or bad idea.16:46
cfhowlettriobe, bad idea.  BAD16:47
EriC^^riobe: i think lvm allows you to expand easily, but it's hard to make them smaller, could be wrong though16:47
reisioriobe: just tell /etc/fstab they're there16:47
riobeI'll look into LVM and fstab then. Not sure how to use those.16:47
riobeThanks for the feedback.16:47
reisioriobe: pretty straightforward, /etc/fstab has some information itself, and man fstab some more16:48
riobeOut of curiosity, what would the be the danger of deleting them and making them symbolic links?16:49
riobeI'm not sure why that would be bad.16:49
reisioriobe: try it and see16:50
EriC^^riobe: how would you mount them before making the symbolic link work16:50
EriC^^riobe: that's what fstab does anyways, except it'll mount them under certain dirs,16:50
riobeWas just planning on installing all of linux on the first drive, going to root, deleting them, then putting symbolic links where they were.16:50
riobeIf fstab basically handles that for me in a non-hacky way though, I'll just read about that till I understand how to use it16:51
EriC^^so it'll be mounted under /home /usr/local and /opt16:51
EriC^^riobe: yeah, just make sure you use the uuid's of the partitions and not /dev/sdxY16:51
riobeGood to know, thanks for the tip. :D16:51
EriC^^np16:52
EriC^^riobe: don't delete them after installing, use rsync to copy them to the partitions then add to fstab16:53
EriC^^better yet use them in the manual partitioner during the installation16:53
riobeI'm in installer right now (on the computer I want to install in), but if I made each of those directories a partition, then I have to give them a max size16:54
riobeAnd I didn't want to have to pick sizes. I wanted all 3 folders to be able to grow until the disk was out of room16:54
EriC^^riobe: then make each partition span the whole disk16:55
riobeI can do that? O.o I'll try that now16:55
TJ-Sounds like a job for LVM16:55
riobeOnce I make a primary partition for /home, I cannot make another one for either of the other folders if it takes the whole drive.16:56
reisioriobe: something else you can do is make your two separate disks appear as one16:56
EriC^^riobe: aren't you making /home /usr/local and /opt on 3 separate disks?16:56
riobeNo, on the same. I have 1 disk I want to put the kernel on, and 1 disk I want to put those 3 directories on16:57
EriC^^oh, ok16:57
riobeSo I mounted / on my smaller disk, and I want to put /home /usr/locl and /opt on the other16:57
=== Mitchell92 is now known as Mitchell92[A]
riobeI'm reading about LVM right now to see if I can understand enough to figure out how to do that from the installer if that would solve what I'm trying to do16:58
riobeIt's a laptop with a 128gb ssd, and I put in a 512ssd. So I want ubuntu on the little one, and all my data stuff on the other drive.16:59
reisioriobe: why'd you want them on a different drive, again?16:59
reisioah16:59
reisiowell all your data should be in /home/16:59
riobeI figure I'll likely install quite a lot of software too though, which will likely go into /opt, right?16:59
EriC^^riobe: from the repositories, no17:00
riobeI wanted to be able to put that on the larger drive as well17:00
EriC^^riobe: most of the software will be in /usr17:00
riobeThings like IntelliJ IDEA, Unreal Engine 4, steam games, etc17:00
EriC^^/usr/local is for stuff you compiled and not from the repositories17:00
EriC^^oh17:01
reisioyou want software to be fast, though17:01
riobeI'm a coder (used to Windows, wanting to move to Linux) so I figure I'll be compiling a lot from source and making my own stuff, which is why I figured I'd put /usr/local off with /opt and /home on the larger drive.17:01
reisio128GB is plenty17:01
riobeThey're both ssd's17:01
reisioI don't think I'd even bother putting /home on the second drive17:01
reisioI'd just put huge files there at my leisure17:01
reisioI mean 128GB is going to start you off with something around 115-120 GB free on the drive17:02
reisioif you put the entire OS and /home/ on it17:02
reisioand then you'll have the second drive on top17:02
reisioyou might be overthinking this17:02
riobeIf my experience on my home pc with windows is any indication, I'll eat that pretty fast with games, unreal, ide's, etc17:02
reisioWindows apps take up more space17:03
reisiobecause they all install their own redundant deps17:03
reisiobut suit yourself17:03
riobeIf it's not possible, then I can just make my 3 partitions and deal with it. I just wanted to know if it was possible to have those 3 folders be on a different drive together and all have access to all the space.17:03
reisioyup, lots of ways to do that17:03
riobeI'm a Linux newbie, so I'm still learning what good practices are.17:04
reisiowell, people might yell at you for various things17:04
reisiobut this will always be true: if it works it works17:04
riobelol, true17:05
TechMongeranyone have any good resources for learning about kickstarter files?17:07
youzuzzYou live your whole life in your head.17:11
TechMongerlol wtf17:11
FatarIt's kinda true17:12
reisioalso, you live your whole life in my head17:13
reisio:p17:13
youzuzzYou never leave your mind17:13
bajahi i want to format flash17:16
bajaflash disk17:16
reisiobaja: why?17:16
bajahelp17:16
TechMongerlol17:16
=== rory is now known as rory-
bajaits 15 gb free but its telling me it has no space17:17
bajai guess its a virus17:17
bajareisio:17:18
phroa`baja: you sure there's not just a hidden trash folder17:18
bajahow?17:18
phroa`baja: what file manager do you use17:19
Fatarmaybe it's fragmented or something?17:19
reisiobaja: why do you want to format it?17:19
bajai dont know..17:19
phroa`reisio: phantom free space17:19
bajai dont know..my file manager17:20
reisioso you don't want to format it17:20
reisiobaja: what makes you think it has 15GB free17:20
bajaso that it can allow me to store movie inside17:20
reisiobaja: what makes you think it has 15GB free?17:20
bajaits my flash i know17:20
=== Levy is now known as Levy2251
bajaduh??17:20
FatarYeah it's fragmented17:21
bajaright click and properties shows its 15 gb17:21
phroa`Fatar: if he's calculating free space in his mind based on what files he thinks he put in there, I'm still leaning toward .Trashes folder17:21
bajaresio:17:21
bajaright click and properties shows its 15 gb17:21
bajaresio:17:21
phroa`Fatar: never mind, continue :317:21
Fatarphroa`: Ahah i'm totally bad at explanations go ahead, last time I had this issue I cried17:22
reisiobaja: that could be its already-used total capacity17:22
reisiobaja: what does 'df -h' say about it, after you've mounted it?17:22
phroa`reisio: it's going to be hard for him to answer you17:23
bajalet me go to terminal first and df-h17:24
bajahow do i df-h17:28
bajamy flashdisk17:28
phroa`baja: you literally write "df -h". you can target a path with "df -h /path/to/where/you/want/to/measure"17:28
bajaFilesystem      Size  Used Avail Use% Mounted on17:30
baja/dev/sdb1        15G   15G  488K 100% /media/baja/LETHALDICK17:30
reisioheh17:30
phroa`k17:30
reisiobaja: that says it's full17:30
reisio15G total, 15G used17:30
reisio100% use17:30
phroa`baja: you were reading the "free space" and "used space" backwards17:30
bajabut it has nothing lol17:30
stacks88so ive got this openvz container that runs ubuntu 14.04 and im trying to get it so that it automatically updates the packages , and on https://help.ubuntu.com/14.04/serverguide/automatic-updates.html it says to install unattended-upgrades which i did, but then it says to enable automatic updates, edit /etc/apt/apt.conf.d/10periodic -- when i ran nano /etc/apt/apt.conf.d/10periodic the file was17:30
stacks88empty.. is this normal? or is it suppose to be empty / and i put in the stuff that the link tells me to17:30
bajano files inside17:30
reisiobaja: what makes you think it has no files17:31
bajayou see thats why i need to format17:31
phroa`baja: pastebin the output of `du -h /media/baja/LETHALDICK`?17:31
Fuuzetsure: my earlier question, I managed with pinning, thanks17:31
phroa`(du is a more fine-grained df)17:31
bajaok17:31
reisiofind /media/baja/LETHALDICK -type f -exec du -hs {} \;17:31
phroa`reisio: pretty sure du is recursive by default17:32
phroa`or am I misreading what that does? :P17:32
reisiophroa`: that won't help him find files he thinks aren't there17:32
reisiowe already know it's full17:32
reisiodu of the dir will only say it again17:32
phroa`du shows sizes of all the files.17:32
bajai have pastebin17:32
reisiophroa`: nope17:33
bajahttp://pastebin.com/CYagcRsw17:33
reisiobaja: we already saw that17:33
bajabut its gat nothing inside17:33
stacks88also everything in my /etc/cron.daily is listed as disabled.. i.e apt.disabled , why is this17:33
phroa`reisio: does for me (on mac, albeit). am I being stupid again?17:33
bajais that a virus17:33
reisiobaja: find /media/baja/LETHALDICK -type f -exec du -hs {} \;17:33
reisiophroa`: dunno, who knows what a Mac does17:34
reisiobaja: very few people have seen a virus in years and years17:34
reisiowhat you're thinking of is "malware"17:34
reisioand you have no reason to suspect that, either, yet17:34
stacks88https://bugs.launchpad.net/serverguide/+bug/1031091 does this mean ubuntu is going to shit?17:34
ubottuLaunchpad bug 1031091 in Ubuntu Server Guide trunk "Serverguide Automatic Updates contains inconsistencies and / or errors" [Undecided,Triaged]17:35
bajathe terminal is going matrix17:35
bajaon me17:35
reisiostacks88: maybe if it's a real bug and is never closed17:35
reisiostacks88: if it's closed probably means the opposite17:35
reisiobaja: then it found a lot of files17:35
bajareisio:17:35
reisiobaja: files taking up space17:35
bajabut i have deleted all files on flash disk17:36
reisiobaja: no, you have not17:36
bajareisio17:36
bajahow do i convince yu reisio17:36
reisiobaja: pastebinit the output of the command I gave you17:36
reisioyou can't convince me, I trust df17:36
reisioI can, however, convince you17:37
bajaits tooo long17:37
bajamany files17:37
stacks88but that link is suggesting the documentation is out of date.. which brings me back to my original question, the documentation tells me to edit /etc/apt/apt.conf.d/10periodic , which that file doesnt even exist.. And on that launchpad link ( https://bugs.launchpad.net/serverguide/+bug/1031091 ) they seem to be talking about how the documentation is out of date17:37
ubottuLaunchpad bug 1031091 in Ubuntu Server Guide trunk "Serverguide Automatic Updates contains inconsistencies and / or errors" [Undecided,Triaged]17:37
reisiobaja: just the last few lines, then17:37
stacks88so if the documentation is out of date and its 3 years later, that is kind of disconcerting17:38
zxz_hello i am using lubuntu and i have big problem with skype and pulseaudio. i don't have any sound from skype and i cant install pulseaudio, because it says there are broken packages17:38
reisiostacks88: IME all distros suffer from out of date documentation17:39
mgs4hi have a question, im using ubuntu 14.04 and when im on a webpage and have my voip headset in, if i press the mute button on the headset it makes the webpages go back a page no matter what browser i use any help would be great17:39
reisiomgs4: neat17:39
stacks88okay .. well do you happen to know the answer to this? Im trying to get unattended upgrades going on my ubuntu 14.04..after installing unattended-upgrades , do i need to enable the unattended upgrades, , if so how? the documentation says edit /etc/apt/apt.conf.d/10periodic , which that file doesnt even exist..so im trying to figure out is that normal, or do i not need to enable anything and17:39
stacks88its already enabled simply by installing unattended-upgrades17:39
bajahttp://pastebin.com/X89kYpWn17:39
bajareisio17:40
bajahttp://pastebin.com/X89kYpWn17:40
=== Levy is now known as Levy2251
stacks88or do i need to create that file17:40
michaelaguiarHow can I make it so that when a user creates a new directory, that all users in that group can write to it?17:40
stacks88or is it a different file now17:40
tgm4883mgs4: I had a similiar issue with my plantronics headset.17:40
reisiobaja: okay, you deleted your files, but not really, they went to the disk's trash bin17:40
reisiobaja: so they're all still there17:40
mgs4anyway around it17:40
bajathats not normal17:40
reisiobaja: it can be, it depends17:40
bajaso how do i clean17:40
reisiobaja: rm -fr /media/baja/LETHALDICK/.Trash*; df -h17:41
mgs4i have tried a few other headsets and its the same17:41
tgm4883mgs4: I had to configure the plantroics headset in xorg.conf to not be an input device (input devince in this instance would be like a keyboard/mouse)17:41
stacks88nevermind figured it out, guess i needed to install update-notifier-common17:41
mgs4makes sense17:41
bajathen?17:41
stacks88which would have been nice if the doc said that, but wahtever guess its all free so i shouldnt complain17:41
bajareisio17:41
reisiobaja: then df -h will probably tell you that Use% is 017:42
reisioinstead of 100%17:42
bajaits showing file system17:42
bajahow do i clean17:42
reisiobaja: clean what?17:42
zxz_http://paste.ubuntu.com/11926214/17:42
tonyyarussomode -b *!*@205.189.187.417:42
bajadelete the files i need space17:42
reisiobaja: rm -fr /media/baja/LETHALDICK/.Trash*; df -h | grep -i lethal17:43
GitGudi'm back17:43
reisiowb17:43
GitGud:)17:43
mgs4@tgh4883 any tips on how to do it is there any write ups17:43
GitGudban filter hit my library IP17:43
bajais that all17:43
bajareisio17:43
GitGudcause someone was trolling from this library at one point17:44
mgs4can anyone upload it to a paste bin on how to do it17:44
michaelaguiaranyone have an idea?17:44
reisiobaja: if it says it's using 0%, that's all17:44
mgs4tgm4883:17:44
=== danielb is now known as HIP_TANAKA
bajacool bro17:44
bajathanks alot reisio17:45
reisioI wonder if they were actually rejoining, warranting more than a nick ban17:45
reisiobaja: np17:45
baja:)17:45
HIP_TANAKAhey, all - would anybody happen to know how to resolve "could not get lock /var/cache/apt/archives" when using synaptic package manager?17:46
HIP_TANAKAassuming this is a help channel :/17:46
reisioHIP_TANAKA: isn't that the error you get if you're trying to use more than one package manager simultaneously?17:46
tgm4883mgs4: This is what I did to fix mine http://www.rodneybeede.com/Plantronics_Savi_7xx-M_and_Linux_mouse_or_lockup_problems.html17:46
Serghiohi17:47
HIP_TANAKAreisio: i assumed it was, but i am not running apt in any other instances17:47
HIP_TANAKAi just booted up17:47
HIP_TANAKAalso i am running LXLE in a virtual machine if that helps17:47
ioriaHIP_TANAKA, update is running, maybe17:47
reisioHIP_TANAKA: yeah might be automatic update manager17:47
HIP_TANAKAioria: that is what i assumed.. checking ps now17:47
reisiolsof /var/cache/apt/archives17:47
Serghiohelp me ?17:47
michaelaguiarI am trying to set the permissions for all new files and folders to be writeable by the group, how can I do this?17:47
SerghioI can not install a znc in my vps because it says that I need copilador c ++ and g ++17:47
phroa`Serghio: znc lists the packages you need to install last I checked17:48
reisioSerghio: znc is in universe: http://packages.ubuntu.com/search?searchon=names&suite=all&section=all&keywords=znc17:48
bilb_onohow can I get into the grub menu? holding Shift and escape don’t seem to be working…17:48
Serghiochecking whether the C++ compiler works... no17:48
Serghioconfigure: error: in `/home/Zurdo/znc-1.6.0':17:48
Serghioconfigure: error: C++ compiler cannot create executables17:48
Serghio:S17:48
reisiomichaelaguiar: chown17:48
reisioSerghio: znc is in universe: http://packages.ubuntu.com/search?searchon=names&suite=all&section=all&keywords=znc17:48
Serghioinstall that?17:49
michaelaguiarreisio: so all new files created by a user are owned by that user, and a specific group17:49
michaelaguiarall other users are in that group17:49
mcphailbilb_ono: tried the right-shift key?17:49
michaelaguiarbut when that user creates a directory, no one else can write to that directory, even though its the same group17:49
bilb_ononope only the left, ill try that17:49
sirEggheadI just installed Ubuntu 15.04 fresh yesterday.  I have 2x Radeon HD 6870s and 3 monitors.  2 are connected via DVI and 1 via HDMI.  When my mouse is on one of the two monitors connected via DVI, it flickers very badly.  It operates fine on the HDMI monitor.  I have found online where it says to remove the unknown display, but I do not have any displays other than the 3 real monitors.17:49
michaelaguiarreisio: I don’t want to change permissions every time a user creates a new file or folder17:50
HIP_TANAKAmaybe something about the refresh rate17:50
sirEggheadIt's only the mouse cursor that flickers.17:50
mgs4cheers mate17:50
HIP_TANAKAthat is a weird one, sireebob17:50
bilb_onorats. still not booting the grub menu17:50
HIP_TANAKAsirEgghead*17:50
HIP_TANAKAi managed to install lubuntu 15 alongside of windows 817:51
HIP_TANAKAand they both boot fine..17:51
sirEggheadHIP_TANAKA: yeah it looks horrible when I'm using my RDP client.  The background is blocky rather than transparent.17:51
HIP_TANAKApain in the butt though17:51
SerghioI Have Ubuntu 1217:52
Serghioneed coopiler c++17:52
Serghio-.-17:52
HIP_TANAKAheh17:52
HIP_TANAKAyou need a c++ compiler?17:52
julian-delphikiSerghio: I would `apt-get install build-essential`17:52
mcphailSerghio: sudo apt-get install build-essential17:52
reisioSerghio: install it17:52
Serghiook go17:52
HIP_TANAKAsame17:52
ioria!info znc17:52
ubottuznc (source: znc): advanced modular IRC bouncer. In component universe, is optional. Version 1.6.0-2 (vivid), package size 1365 kB, installed size 5155 kB17:52
reisioSerghio: you don't need to compile it, just install it17:52
Serghiook and install for g++17:53
Serghio?17:53
ioria!info znc precise17:53
ubottuznc (source: znc): advanced modular IRC bouncer. In component universe, is optional. Version 0.206-1 (precise), package size 1221 kB, installed size 2912 kB17:53
julian-delphikiSerghio: that installs everything you need17:53
HIP_TANAKAmake will compile it for you, champ17:53
Serghiook17:53
reisiohe doesn't17:53
bilb_onois there a way to get into the terminal from the window that boots when you press F12?17:53
reisioneed17:53
reisioto compile17:53
bilb_onoor the one time boot menu17:53
HIP_TANAKAyou guys were right about the updater - it was running but stopped17:53
julian-delphikireisio: please use one line for your responses. :)17:53
reisioHIP_TANAKA: cool17:54
HIP_TANAKAalso: this is the first time in about twenty years that i have come on a help channel and actually received help17:54
reisiojulian-delphiki: one line clearly was not sufficing17:54
HIP_TANAKAso, thanks for that ! :)17:54
HIP_TANAKAhave a good day!17:54
bilb_onoI see you edit the grub config file if shift is not working to load the grub menu, but idk how to get to a terminal in order to edit it17:54
ka1nHi. I have some trouble with segates 8TB smr hdd "ST8000AS0002". Getting ata errors frozen on ext4 fs. Im runing vivid kernel 3.19.0-16. Would it help adding kernel 4.1.3 or how do i get around this ?17:54
reisiobilb_ono: CTRL+ALT+t17:54
bilb_onoreisio: as its booting?17:55
reisiobilb_ono: nope17:55
reisiobilb_ono: you can't get the grub screen to load?17:55
bilb_onono17:55
Serghioupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.17:56
SerghioSetting up build-essential (11.5ubuntu2.1) ...17:56
=== venkat_331 is now known as venkat_330
SerghioIs all?17:56
reisiobilb_ono: does the OS boot?17:56
bilb_ononeither shift key nor escape seems to work17:56
reisioSerghio: you don't need build-essential17:56
reisioSerghio: pay attention17:56
Serghiook17:56
bilb_onoreisio: it gets frozen on the purple ubuntu screen with 5 orange circles under it, like its just loading forever17:56
reisioSerghio: znc is an ordinary package in the 'universe' repo, you can install it without compiling it, like any other package17:56
reisiobilb_ono: CTRL+ALT+F2?17:56
bilb_onoits this problem: http://askubuntu.com/questions/477247/ubuntu-12-04-stuck-at-boot-splash-screen but I can’t try the solution because I can’t get into the grub menu17:57
bilb_onoidk Ill try ctrl alt f217:57
sirEggheadI just installed Ubuntu 15.04 fresh yesterday.  I have 2x Radeon HD 6870s and 3 monitors.  2 are connected via DVI and 1 via HDMI.  When my mouse is on one of the two monitors connected via DVI, the cursor flickers very badly.  It operates fine on the HDMI monitor.  I have found online where it says to remove the unknown display, but I do not have any displays other than the 3 real monitors.17:58
bilb_onoreisio: that took me into the BIOS setup, but just F2 does that alone anyways17:58
mcphailka1n: I would blame the disk, the SATA cable, the power supply or the motherboard before blaming the filesystem. I don't think a new kernel is likely to be the answer17:58
ioriabilb_ono, with shift after post sometimes you have to be a bit persistent17:58
reisiobilb_ono: no, CTRL+ALT+F2 when you're at the purple screen17:58
Serghiogo to install znc universe17:58
Serghiowget  please . some hae?17:58
mcphailka1n: in saying that, it is easy to swap kernels to check17:59
Serghiohave  wget?17:59
bilb_onoioria: what do you mean? I was just holding it, how can you get more persistant than that?17:59
reisiosirEgghead: try another cable first17:59
sirEggheadreisio: I have.  This happens on both DVI monitors.17:59
ioriabilb_ono, weel, got the same prob yesterday .... 4 times to make grub shows up17:59
reisioSerghio: sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"; sudo apt-get update; sudo apt-get install znc17:59
bilb_onoweel is a person?18:00
Serghiook18:00
ioria*well18:00
reisiosirEgghead: does it happen if you have only one dvi monitor connected?18:00
bilb_onooh i see. and you just had to press it more?18:00
reisiotapping works better18:00
reisiolots of tapping18:00
bilb_onoyeah ctrl alt f2 doesn’t do anything18:00
reisiolike you're playing an old arcade game18:00
sirEggheadreisio: Don't think so.  I had one connected to begin with before I finished setting everything up.  I had to reinstall with all 3 hooked up to get it all to work properly.18:00
reisiosirEgghead: "Don't think so" doesn't inspire confidence :)18:01
ioriabilb_ono, right after post, just press more times ...18:01
bilb_onogah. not fast enough i guess. this is ridiculous18:02
sirEggheadreisio: Ok, let me rephrase.  Going off of memory, it works properly with just one monitor hooked up via DVI.  However, I am working currently and it is more of an inconvenience to disconnect 2 monitors than it is to go off of my memory and/or deal with the flickering.18:02
reisiobilb_ono: yup18:02
sirEggheadreisio: Last time I unhooked one of the monitors, I couldn't get my display working properly again.18:02
reisiosirEgghead: ah, thought you said it wasn't working on one18:02
sirEgghead>.>18:02
reisiomaybe your card just sucks at powering that many monitors18:03
sirEggheadreisio: Works fine in Windows and in Linux Mint.18:03
reisiookay18:03
reisiodo you have the mint install still?18:03
sirEggheadreisio: No, I wiped it yesterday.18:03
reisiookay, well18:03
reisioit was probably using a different driver/version or kernel/version18:03
Serghioreisio18:03
Serghioldconfig deferred processing now taking place18:03
reisioSerghio: far out18:04
julian-delphikiSerghio: we don't really need the play by play.18:04
Serghionow?18:04
julian-delphikiSerghio: if you did all the commands he said, znc should work now.18:04
sirEggheadreisio: "maybe" and "probably" doesn't inspire confidence.  :)18:04
Serghiolook18:05
Serghioconfigure: No compiler with C++11 support was found18:05
Serghioconfigure: error: Either upgrade your compiler, or use ZNC 1.418:05
Serghio-.-18:05
Serghioznc 1.418:05
SerghioOLD VERSION18:05
sirEggheadSilence!  I keel you!18:05
sirEggheadlol18:06
bilb_onoawesome! it was escape, not shift18:06
Serghiothnx18:06
bilb_onobut actually idk, it just says grub> _18:06
tewardSerghio: I have a PPA that has builds... they use the newer toolchains but ehh18:07
bilb_onolike a grub terminal, not a grub menu18:07
Serghiook18:07
bilb_onois there a way to launch the grub menu from the grub terminal?18:07
ioriabilb_ono, it's the GRUB SHELL18:07
bilb_onoioria: ah ok grub shell. can I launch the menu from here?18:08
tewardSerghio: https://launchpad.net/~teward/+archive/ubuntu/znc if you want to use it, but no guarantees about compatibility.  (It has 1.6.0 in there, i probably need to push a new build though, because the toolchain issues can break znc-buildmod)18:08
TJ-bilb_ono: try "help" - do you get scrolling list of commands?18:08
ioriabilb_ono, i'm afraid not18:08
bilb_onoyeah18:08
Serghioteward  is ur file?18:08
bilb_onowell thats just great. Can I remove the “splash and quiet” entries from the kernel command line?18:08
TJ-bilb_ono: Try "set" - that should report environment variables, the import ones being "prefix" and "root"18:09
ioriabilb_ono, in some way it's not finding the kernel to load18:09
tewardSerghio: the packages in that PPA are indeed done by myself, based off of Debian, but the actual Ubuntu toolchains used are in a separate PPA.  I have a question though: what Ubuntu are you on?18:09
Serghiook18:09
Serghiothnx18:09
Serghioubuntu 1218:09
Serghiothnx18:10
bilb_onoioria: this was just working. I reboot it and it stops finding the kernel?18:10
julian-delphikiSerghio: btw, saying ubuntu 12 is not too useful. is it 12.04 or 12.10?\18:10
Serghioyes 12.0418:10
bilb_onoset prefix gives (hd0,gpt2)/boot/grub, set root=hd0, gpt218:11
ioriabilb_ono, follow TJ-18:11
TJ-bilb_ono: OK, that tells us that the /boot/grub/ directory is supposed to be in partition #2 of hard-disk 018:12
Serghiois done18:12
Serghiothnx guys!18:12
Serghioso much!18:12
TJ-bilb_ono: if you ended up at the grub prompt that suggests the files expected to be there, are missing, or those settings are incorrect18:12
Serghioteward , reisio , julian-delphiki and all18:12
Serghiothnx!18:12
ioriabilb_ono, changed the partition table ?18:13
TJ-bilb_ono: I missed out on what the original problem is - without intercepting GRUB does the system load a kernel at all?18:13
reisiohitting esc doesn't always yield a grub prompt?18:14
bilb_onoi didn’t do anything I hope. i just installed it following the steps, it worked fine, now when I press restart, it does this18:14
bilb_onohttp://askubuntu.com/questions/477247/ubuntu-12-04-stuck-at-boot-splash-screen which is the original problem18:14
TJ-bilb_ono: what Ubuntu release is installed? curent GRUB v2 uses the Shift key to get the menu; Escape was with GRUB v118:14
bilb_ono12.0418:14
TJ-bilb_ono: OK ... could be GRUB v1 then, so my memory of the required commands are very rusty... however, lets try the ones I know for GRUB v2: type "insmod normal"18:15
bilb_onoseems to be no output18:16
reisiothought he was at a prompt and not a menu18:16
TJ-bilb_ono: as long as there is no error message we're good18:16
TJ-bilb_ono: now type "normal" and you *should* see the grub menu18:16
ioriaset prefix=(hd0,1)/boot/grub    set root=(hd0,1) insmod normal   normal  ... stuff like that18:16
bilb_onohmm no it just goes back to that purple ubuntu screen with the 5 orange circles18:17
TJ-bilb_ono: That means GRUB has loaded the linux kernel... press Escape now to get rid of the splash screen, see what messages are there/appear18:17
* TJ- thinks that the kernel upgrade broke the initrd.img, possibly due to lack of space in /boot/18:18
ioriaright18:18
TJ-bilb_ono: Have you already tried to boot from an older kernel image, by selecting one from the GRUB boot menu?18:18
bilb_onois that something I did? the kernel upgrade? escape seems to not be working18:18
bilb_onoi cant get to the grub boot menu. thats one of my goals18:19
TJ-bilb_ono: OK, don't worry too much, if there's a problem the kernel may have frozen18:19
ioriabilb_ono, no live usb available ?18:19
bilb_onono I do have 2 live usb’s in fact18:19
=== zz_CyberJacob is now known as CyberJacob
bilb_onolive meaning there is an ubuntu iso image on it ?18:20
ioriabilb_ono, yeah18:20
TJ-bilb_ono: OK ... when the system starts if it has GRUB v1 the interrupt key is Escape - Precise 12.04 has GRUB v1 by default18:21
=== Betal_u is now known as Betal
bilb_onook. yeah escape worked to get into the grub shell18:21
ablest1980hello need some help18:22
TJ-bilb_ono: OK, we need to get you into the menu without GRUB auto-booting the default entry, so you can select an older kernel18:22
nicomachus!ask | ablest198018:22
ubottuablest1980: 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 !patience18:22
ablest1980‎want to change ablestx@ablestx-HP-Pavilion-g6-Notebook-PC:~$ to ablest1980@ablest1980-HP-Pavilion-g6-Notebook-PC:~$ in terminal18:22
TJ-bilb_ono: My problem is, the 12.04 system I have here is using GRUB v2 so I can't quickly replicate your scenario18:23
nicomachusablest1980: you may find this helpful: https://askubuntu.com/questions/34074/how-do-i-change-my-username18:23
ablest1980k ty18:24
bilb_onook. and i can’t switch to grub v2 easily?18:24
TJ-bilb_ono: With GRUB v2 if you do "insmod normal"  and then "normal" you should see the boot menu and GRUB should wait for your input; it should *not* auto-start the default entry18:24
TJ-bilb_ono: at the grub prompt does "ver" report the GRUB version?18:25
bilb_onono it doesn’t like that, error: unknown command ‘ver’18:26
bilb_onosame with version and -v18:26
TJ-bilb_ono: yes, same here, I'm testing GRUB v2 in a virtual machine18:27
ketamineHello18:27
tobbenketamine, please join ##tobben18:28
tewardtobben: don't advertise channels18:28
ketamineI'm looking for some help with a monitor issue18:28
ka1nmcphail: its not the hardware, its a know issue: https://bugzilla.kernel.org/show_bug.cgi?id=93581#c1318:29
ubottubugzilla.kernel.org bug 93581 in Serial ATA "3.17..3.19 all fail with new Seagate Archive 8TB S-ATA disk (NCQ timeouts)" [Normal,Reopened]18:29
DJonestobben: Please dont advertise offtopic channels18:29
JustCuriousHi, I'm using Ubuntu 12.04, and this page is not available: http://ddebs.ubuntu.com/dists/precise-security/multiverse/binary-amd64/Packages18:29
JustCuriouswhy not? support until 2017?18:30
=== aktx_ is now known as aktx
JustCuriousit happens when I try to update the packets18:31
TJ-bilb_ono: Does "ls ($root)/grub/" list something like "i386-pc/ locale/ fonts/ grubenv"  ?18:31
bilb_onoTJ-: ok 1 thing I changed when this was working was updating the drivers to nvidia drivers instead of whatever it was using before. any way that could have done this?18:31
helpplzubuntuhi18:31
ioriaJustCurious, try http://ddebs.ubuntu.com/dists/precise-security.obsolete/multiverse/binary-amd64/Packages18:31
helpplzubuntustill support utopic18:31
TJ-bilb_ono: It's not entirely clear what the actual issue is yet... if it is a corrupted/truncated initrd.img or kernel, that's an out-of-space issue18:31
helpplzubuntu?18:31
bilb_onols ($root)/grub/    lists “file not found18:31
TJ-bilb_ono: Right, so the 'root' value could be incorrect, or the file-system could be corrupted18:32
bilb_onoecho $root gives hd0, gpt2 . not sure if that helps18:33
TJ-bilb_ono: I suggest you get yourself sorted out with a Live ISO on USB and boot from that and use "Try Ubuntu" then come back to us and we can do much better diagnosis and fix18:33
bilb_onook18:33
JustCuriousthanks ioria, but if it's obsolete, what I gain with this?18:33
helpplzubuntuany1: still support utopic?18:33
ioriaJustCurious, .........18:34
JustCuriouspioria, seriously, I am a newbie18:35
MrPuppet69Hello everyone!18:35
JustCuriousioria18:35
ioriaJustCurious,  as you can see there is no precise-security   http://ddebs.ubuntu.com/dists/18:36
JustCuriousI thought Ubuntu 12.04 was supported until 201718:36
bilb_onoTJ-: ok im in the terminal in try ubuntu18:36
JustCuriousthen they lied18:36
DJonesJustCurious: it is supported until 201718:37
JustCuriousbut if there is not security updates18:37
MrPuppet69I just set up passwordless login via RSA encryption from my SSH Ubuntu server. However, while my RSA private key is encrypted via 128 bit AES, I can still view it with less without it prompting for a password. Is that normal behavior?18:37
joadrI've an airport (apple) and it uses 802.11a,b,g,n,ac and all that.. my pc supports wireless a,b,g,n but when I connect with my ubuntu, it only shows wireless g, so I have poor signal and poor internet speed, is there a way to force wireless n? Forgot to mention that my Macbook connects to the wireless n18:37
JustCuriousbut if there is not security updates for Ubuntu 12.04, what's the point? DJones18:38
joadrI mean, force my ubuntu to connect with wireless n insted of wireless g18:38
Ben64JustCurious: there are security updates, ddebs is something different18:38
DJonesJustCurious: My 12.04 install is still getting updates18:38
TJ-bilb_ono: I need to go to dinner here; but I'm sure there are several others can talk you through what's needed - essential mounting the problem file-system(s) as a 'chroot' and exploring/fixing it18:38
ioriaJustCurious,  DebuggingProgramCrash18:38
JustCuriouswhere can I get these security updates Ben64 ?18:39
Ben64JustCurious: "these" ?18:40
ioriaJustCurious,  cat /etc/apt/sources.list ?18:40
JustCurious#############################################################18:40
JustCurious################### OFFICIAL UBUNTU REPOS ###################18:41
JustCurious#############################################################18:41
JustCurious###### Ubuntu Main Repos18:41
JustCurious# deb cdrom:[Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release amd64 (20120823.1)]/ dists/precise/main/binary-i386/18:41
JustCurious# deb cdrom:[Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release amd64 (20120823.1)]/ dists/precise/restricted/binary-i386/18:41
Ben64yeah, obviously don't spam the channel, use paste.ubuntu.com18:41
TJ-JustCurious: Try asking in #ubuntu-hardened where the security team are18:41
Fatardid he just get muted18:41
hio_hey, what is ubuntu snappy? are there still deb packages there? i don't understand18:42
JustCurioushttp://paste.ubuntu.com/11926512/18:42
TJ-JustCurious: I seem to remember it is simply that precise-updates contains everything that used to be in precise-security, so change all -security references to -updates18:42
hio_should i use ubuntu snappy right now as my desktop?18:42
Ben64why are you trying ddebs anyway18:42
Ben64JustCurious: ^ they are for debugging18:42
DJones!snappy | hio_18:42
ubottuhio_: Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/18:42
JustCuriousBen64 could you pass me your sources.list data?18:43
hio_what does "rendition of ubuntu" mean? its a completely new distribution?18:43
Ben64JustCurious: no...18:43
JustCuriouswell thanks18:44
TJ-JustCurious: that sources.list dos *not* contain references to any ddeb repos, so that must be coming from something else, maybe under /etc/apt/sources.list.d/ ?18:44
ioriaJustCurious,  http://wiki.ubuntu-it.org/Repository/SourcesList18:44
JustCuriousfrom synaptic maybe18:45
JustCuriousI don't know! :(18:45
TJ-JustCurious: "ls -latr /etc/apt/sources.list.d/"18:45
tewardJustCurious: synaptic just uses the same files that TJ- mentioned - use their command18:45
joadrI've an airport (apple) and it uses 802.11a,b,g,n,ac and all that.. my pc supports wireless a,b,g,n but when I connect with my ubuntu, it only shows wireless g, so I have poor signal and poor internet speed, is there a way to force ubuntu to connecto to wireless n? Forgot to mention that my Macbook connects to the wireless n18:45
ioriaJustCurious,  wow it's a ppa.sources.list18:45
JustCurioushttp://paste.ubuntu.com/11926541/18:47
ablest1980hello i want to change ablest1980@ablestx-HP-Pavilion-g6-Notebook-PC:~$ to ablest1980@ablest1980-HP-Pavilion-g6-Notebook-PC:~$ in terminal how may i?18:47
JustCuriousshould I remove all ppa-source.lists ?18:47
ketamineHoping someone may be of help. I am using debian but maybe someone will know anyways18:47
ketamineHopefully someone could advise me on where to read or figure this out. I have had one tiny bug with my KVM switch in debian where if the PC went to sleep while I was on channel 2 and I went back to 1 the resolution would be small. Once I went to screen preferences it would auto correct. I just ignored it. Today I had this happen and now it will not auto fix and it shows it as an unknown screen with 640x480 resolution only.18:47
tewardketamine: you need #debian18:47
tewardon oftc18:47
teward!debian | ketamine18:47
ubottuketamine: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu!18:47
ketamineI uninstalled and reinstalled nvidia drivers with no luck18:47
tewardketamine: we don't give support for Debian here18:48
ketaminealright x.x18:48
TJ-JustCurious: "cat /etc/apt/sources.list.d/ddebs.list"  ... that's where the entries likely are18:48
bilb_onowhy is it when you boot to a live usb, sometimes it gives you the pretty GUI “try ubuntu or Install ubuntu” and sometimes it give you the ugly grub looking black and white text with the same options?18:48
* TJ- must go to dinner, sorry18:48
bilb_onothanks for your help TJ-18:48
JustCuriousTJ- No entry for that18:49
TJ-bilb_ono: the black-and-white screen is GRUB when the PC boots the device in UEFI mode, it's pretty when booting in LEgacy BIOS mode18:49
nicomachuspretty purple.18:49
bilb_onoah how can I specifically choose the black and white?18:49
fusion_Hello, how can I find out what program or pid is being used when netstat -anlp only shows me a "-" ?18:49
TJ-JustCurious: locate the file containing the references with: "grep ddeb /etc/apt/sources.list.d/*.list"18:50
TJ-bilb_ono: that's controlled by the PC's boot menu choices, not the operating system. This *might* be part of your original problem... the PC booting in the wrong mode18:50
bilb_onoi swear the bios says UEFI. but its booting into the pretty mode18:51
TJ- -- gone --18:51
ablest1980hello i want to change ablest1980@ablestx-HP-Pavilion-g6-Notebook-PC:~$ to ablest1980@ablest1980-HP-Pavilion-g6-Notebook-PC:~$ in terminal how may i?18:51
joadr!802.11n18:51
JustCurioushttp://paste.ubuntu.com/11926572/18:51
SpartacleHey guys, I brought a HP stream 13 and suffering my random wireless disconnects, usually switching aeroplane mode off and on gets my back online18:53
Spartaclebut I have no idea how to troubleshoot, dmesg doesnt show anything obvious18:53
JustCuriousTJ- http://paste.ubuntu.com/11926572/ are you gone? :-(18:53
tewardJustCurious: you may want to remove the ddebs.list file18:54
Spartaclefusion_, most likely nfs in my experience18:54
JustCurioushow teward?18:54
* teward scratches head18:54
fusion_Spartacle, The source of the is from the host not the server18:55
tewardJustCurious: well you can either purge it or you can manually comment out the lines18:55
fellayaboySamba Question: i cant write to certain folders in my samba share even though im a valid user in samba18:55
fusion_Spartacle, I see the random block ports on my firewall18:55
JustCuriousteward, the thing is they are not in my sources.list18:55
Spartacleablest1980, https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=ubuntu%20ps1%20bashrc18:55
tewardJustCurious: so either `sudo rm /etc/apt/sources.list.d/ddebs.list`, or edit the file (with sudo) and add # at the beginning18:55
tewardJustCurious: no, because sources.list.d/*, a folder inside /etc/apt/ is ALSO capable of holding additional lists18:55
tewardof sources18:56
ablest1980k ty18:56
JustCuriousok thanks18:56
tewardJustCurious: so that the /etc/apt/sources.list doesn't get infinitely cluttered AND so you can manage repositories more easier18:56
MrPuppet69Hey guys, I have set a passphrase for my RSA private key. How am I still able to view it using only "less" in the terminal without it prompting for the passphrase?18:56
Spartaclefusion_, can you pastebin it?18:57
tewardMrPuppet69: um... i assume you mean `less RSAPrivKeyFile` ?18:57
fusion_Spartacle, you want netstat or the ufw.log or both?18:57
tewardMrPuppet69: because that's 'encrypted' - to actually USE the key you have to decrypt18:57
tewardand then you need the password18:57
Spartaclefusion_, netstat o18:57
fellayaboyi copied this folder from a windows share but i cant write to it...but on linux side it looks fine...  do i have to delete this folder, set the permissions on windows and recopy it back into my linux samba in order for me to write...or is there a linux -windows permission editor18:57
MrPuppet69<teward> No, I mean the id_rsa file which contains the private key.18:58
MrPuppet69Can't someone just copy paste they key and use it?18:59
tewardMrPuppet69: same concept RSAPrivKeyFile is a placeholder not the real filename18:59
tewardMrPuppet69: do you see an Proc-Type: field in there, and it says ENCRYPTED ?18:59
tewardin the output18:59
Ashui have downloaded the ubuntu recently but will installing it shows error what shall i do...?19:01
JustCuriousthank you teward, I think you resolved my problem19:02
Guest1165question related with chroot, how do I install multiple packages19:02
Guest1165    to chroot env let say /home/user/chroot/ without using chroot19:02
Guest1165    command ?19:02
Guest1165 19:02
EriC^^fellayaboy: change the permissions in linux19:02
teward!multiline | Guest116519:02
tewardbah19:02
Guest1165teward: sorry.19:02
tewardGuest1165: don't type/paste to multiple lines, say it on all one line19:02
MrPuppet69Teward, yeah it says encrypted.19:02
fusion_Spartacle, when I netstat -o > file   , its telling me permission denied19:03
tewardMrPuppet69: then it won't help them if they don't have the password.19:03
MrPuppet69By the way, how do I respond to you directly? Which command do I use? Sorry, newbie here.19:03
tewardMrPuppet69: if there were no password on the key, i'd be worried.19:03
tewardMrPuppet69: just put my nick at the beginning like i'm doing.19:03
MrPuppet69teward Like this19:04
Guest1165question is related with chroot, how do I install multiple packages to chroot env let say /home/user/chroot/ without using chroot command?19:04
Spartaclefusion_, sorry that o was a slip of the finger... 'netstat -ntlp' as root is what you need19:04
MrPuppet69<teward> Not sure if it's working.19:04
tewardMrPuppet69: yep, that works and pings me :)19:04
tewardMrPuppet69: it's working.19:04
EriC^^Guest1165: sudo chroot /home/user/chroot , then install as if you're in the install19:04
MrPuppet69teward Ah, cool : )19:04
Spartaclefusion_, but a process showing as - maybe because you are not root/sudo19:04
EriC^^Guest1165: ah, i misread19:04
tewardMrPuppet69: the password prompt is when it's encrypted, as long as you have a secure password you're relatively OK19:04
EriC^^Guest1165: why do you not want to use the chroot command?19:05
fusion_Spartacle,  no problem, sorry I didn't catch that, I'm new to linux and learning.19:05
AshuWHAT THE HELL IS GOING ON HERE]19:05
fusion_Spartacle, I did run it as root and it did the same thing19:05
wileee!details | ashu19:05
ubottuashu: 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)19:05
MrPuppet69teward Yeah, I'm a little confused about that. Let me briefly describe what's going through my mind, and maybe you could clear some of the misconceptions I might have.19:06
Spartaclefusion_, no worries, we are/were all new at some point19:06
fusion_Spartacle, ok, for some reason, its not letting me redirect the command to a file.19:06
MrPuppet69So, I create two RSA keys, one public and one private. I stored the public key on my server, and now I set a password on my private key.19:06
tewardMrPuppet69: sure, but consider i'm also still at work, slow response times are important19:07
fusion_Spartacle, the command I ran was "sudo netstat -ntlp > file.txt"19:07
MrPuppet69teward Haha, sure. Sorry to disturb you at work.19:07
Guest1165EriC^^: I don't wanted to user chroot command , so env is /home/user/ubuntu-12 which is basically ubuntu-12.04 now with chroot /home/user/ubuntu-12 and then apt-get works. is there anyway I can install it from host rather then using chroot and then apt-get19:07
tewardMrPuppet69: ping me at the beginning of each line too so i don't miss anything19:07
Spartaclefusion_, you'll need write permission to the folder you are in.. what user are you running the commands as? try "cd ~ ; netstat -ntlp >> file.txt"19:07
EriC^^Guest1165: you can run sudo chroot /home/user/ubuntu-12 apt-get install <something>19:08
EriC^^but you'd still be using the chroot command, i guess19:09
EriC^^not sure if you can do that without the chroot command19:09
MrPuppet69teward My question is that why can I still view my id_rsa file containing my private key using just the "less" command, and it doesn't even ask for my password before I view it using "less." If someone were somehow able to get access to my account, couldn't they just copy the key and store it in another file, then use it to access my server?19:09
fusion_Spartacle, I figured it out lol. I had to change the directory that I was trying to save it too.19:09
Guest1165ok19:11
tewardMrPuppet69: because they still need your password to use it19:11
MrPuppet69teward I mean, when I encrypt the file using, say filevault on OS X, it would prompt me for the password before I can view the contents. Here, it doesn't, that's why I'm a little confused.19:11
MrPuppet69teward I see.19:11
tewardMrPuppet69: that's a different 'encryption' - likely it's being encrypted with a different key, and that needs a password first so you can gain access to the already-encrypted private key19:11
tewardMrPuppet69: when you generate a key and it asks you for the password, that's the password to decrypt the key for use when you need to verify ownership of the key19:12
AshuCannot download the metalink and therefore the ISO. For more information , Please see the log file   it comes every time while installing plz help what shall i do????????19:12
tewardMrPuppet69: to that end, having the viewability of the private key, while it's encrypted with a password and they don't know the password you put on it, they can't really do anything with it without bruteforcing the pw19:13
wileeeAshu, what log file, and calm down stop the helps.19:14
MrPuppet69teward I see, so if I copy pasted the key to another file (say id_rsa_copy), and used it on another computer, the file won't be the same as the original id_rsa file?19:14
tewardMrPuppet69: lets put it in a different way that may be more understandable.19:14
Ashuit shows an error19:14
MrPuppet69teward Haha, okay cool. Definitely.19:14
tewardMrPuppet69: i have a file.  I say "This is the public information.  The secure, top secret information is in this here safe.".  The safe in question has a pincode that is unknown digits long.19:15
tewardMrPuppet69: them having the public information and the safe doesn't help them if they want the secret information19:15
wileeeAshu, If you cannot show the errors and give some details here you will be wasting your time. Look at all the others doing this and getting help.19:15
tewardMrPuppet69: insomuch that because they need my pincode to open said safe, or they have to brute force open the safe.19:15
AshuERRoR:"Cannot download the metalink and therefore the ISO" it comes every time while installing19:15
wileeeAshu, Ah, this the mini installer?19:16
tewardMrPuppet69: the same concept applies here: they could have your Public Key, and your Private Key, but since your Private Key is encrypted, they either need to brute force the password you set on it, or they need the password, to actually authenticate as the private key19:16
Ashuso how can i solve this???19:16
tewardMrPuppet69: because it's encrypted simply having the encrypted private key doesn't help them since they can't put the password that would 'decrypt' the encrypted private key for use19:16
bilb_onohow much does it cost to have someone come to your house and install ubuntu for you?19:17
wileee!mini | Ashu is this what your using19:17
ubottuAshu is this what your using: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD19:17
tewardMrPuppet69: the nearest analogy is that "private info in the safe vs. public disclosed info on the same thing" example I just gave you - they don't know the pincode to the safe so they can't get to the private information19:17
tewardMrPuppet69: similarly, without your password or brute forcing the password, your encrypted private key is of no real use to them19:17
Guest1165EriC^^: Thanks that will work f19:18
wileeeAshu, Or are you trying to install ubuntu with Wubi?19:18
tewardMrPuppet69: but your actual concern shouldn't be "What if they get my key", your concern at that point is "If they have my encrypted private key they're in my system."19:18
tewardMrPuppet69: and the moment they're in your system, you are quite literally screwed.19:18
EriC^^Guest1165: np19:18
tewardMrPuppet69: so I'd be less worried about your private key which is encrypted.  And more worried about the security of the machine HOLDING the private key19:18
teward(the safest thing is to keep the private keys off of your computer on encrypted media)19:18
MrPuppet69Ah, I see. So, there's another "layer" of security in the file, and just being able to view the file and see the encryption key doesn't allow them to actually "use" they key?19:19
MrPuppet69teward Ah, I see. So, there's another "layer" of security in the file, and just being able to view the file and see the encryption key doesn't allow them to actually "use" they key?19:19
MrPuppet69teward Whoops, forgot to mention you first time : )19:19
tewardMrPuppet69: i saw what you were saying since i'm watching the channel right now.19:19
Ashui m installing it directly does it matter???without any CD or bootable device.19:19
fusion_Spartacle, http://pastebin.com/FN2RWag, netstat /ntlp didn't show the connection.19:20
MrPuppet69teward But if I kept the keys off of my computer, then I wouldn't be able to access my server right?19:20
tewardMrPuppet69: Another example that's even more laymans-terms than the one i gave is this: I give you a list of names, and a locked box. I don't give you the key.  I say "The personal information tied to each of these names is in the locked box"19:20
wileeeAshu, Wubi is not supported your using a install that is a bad idea.19:20
tewardMrPuppet69: so you can't get to that personal information without the key to the box.  What you see when you `less` your private key is the key after it's encrypted19:20
tewardMrPuppet69: the decryption 'key' isn't stored in there, afaik, and the 'decryption' of the key won't work without the password19:21
tewardMrPuppet69: and if you keep the keys off your computer, on an encrypted drive, you can specify the key file to use with `-i /path/to/file`19:21
tewardwithout backticks but meh19:21
tewardwhich is what I do, but I"m insane and paranoid so meh19:21
=== Guest21477 is now known as MonarchOfLight
tewardMrPuppet69: so your ultimate concern is not "They have my encrypted private key!" but "Did I use a strong passphrase on the key" and "Do they know my password"19:22
wileeeAshu, If you have a linux install and grub on the computer you could just boot the iso, otherwise put it on a disk/usb boot it and install.19:22
RainMan28Is there any benefit to using an init script to start something at boot vs just using crontab?19:22
bilb_onoIs there anything at all that persists when you re-install ubuntu ‘erase ubuntu and install from scratch'19:23
Ashuthanx a lot..19:23
wileeeno problem Ashu ;)19:23
bilb_onoIve been trying to do this for about a week now and starting to think there are system level things preventing me from doing this beyond just the os19:24
wileeebilb_ono, If you erase it, it is gone, can you be more clear?19:25
MrPuppet69teward That was very helpful, I get a much better picture now : )19:25
wileeebilb_ono, This anything to do with a dual boot, and booting?19:26
Spartaclefusion_, that pastebin was removed19:26
bilb_onowileee I can’t successfully install ubuntu. It never thinks its a bootable device. I don’t think anyone else has to make their ubuntu bootable, I think that is done when its installed. Thus I think my attempts at reinstalling are somehow missing something bigger, an issue that is preveting the total install19:26
MrPuppet69teward However, I'd like to know about how that happens, in more technical terms. Is there anywhere I could perhaps read about it? I tried Google, but nada : /19:26
bilb_onono I just want 1 install of ubuntu, plain and simple19:26
fusion_http://pastebin.com/FN2RWagb19:26
fusion_i just looked at it?19:27
wileeebilb_ono, You on the live now?19:27
bilb_onoother problems I have seen: no, I am on “ubuntu” of UEFI19:27
bilb_onoand there is an install of ubuntu for sure. I just installed it19:27
EriC^^bilb_ono: you mean you can boot it, but it won't boot automatically?19:27
bilb_onoits just a question of reaching it19:27
wileeebilb_ono, Ah UEFI, that is the most crucial info at this time.19:28
bilb_onoEriC^^: I can’t boot it. It says “No bootable devices - strike F1 to retry,...."19:28
EriC^^bilb_ono: what do you mean by you're on ubuntu of UEFI?19:28
tewardMrPuppet69: unfortunately i understand how the encrypted key works, but I don't know where that's documented.19:28
tewardsorry19:28
bilb_onoEriC^^ UEFI has a few items under it in the boot menu. I chose the ubuntu option19:28
Spartaclefusion_, that is a tcp connection from client to the NFS... umount your NFS and watch it disappear19:29
EriC^^ok, i guess your bios is set to csm legacy enabled19:29
EriC^^bilb_ono: turn csm legacy to disabled and uefi on and it should boot19:29
EriC^^bilb_ono: type sudo efibootmgr -v | nc termbin.com 9999 before you try that for a sec19:29
fusion_Spartacle, If I unmount it, then how am i going to connect to my serveR?19:30
bilb_onoEriC^^: I can’t reach a terminal to type anything19:30
EriC^^bilb_ono: why not?19:30
bilb_onoand how do I turn csm legacy to disabled?19:30
bilb_onoEriC^^: or, how do I reach a terminal from the boot menu?19:30
EriC^^bilb_ono: after you choose ubuntu from the uefi menu, what happens?19:30
wileee!uefi | bilb_ono Have this wiki on hand19:30
ubottubilb_ono Have this wiki on hand: 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:30
wileeebut follow EriC^^ to the T19:31
Spartaclefusion_, sorry, I meant unmount to just show you that it is NFS.. but remount the share afterwards ;)19:31
aktxhttp://www.news.com.au/technology/science/nasa-discovers-earths-bigger-older-cousin-kepler-452b/story-fnjwlcze-122745475549219:32
bilb_onoEriC^^: interesting. in BIOS setup, I see that it is using the ubuntu boot option under UEFI. When I boot, it says “no bootable devices found”, when I specifically enter the boot menu setup and choose UEFI> ubuntu, it just gives me a blank black screen19:33
MrPuppet69teward Ah, that's unfortunate. So, to my understanding, the id_rsa key which I am viewing using "less" is not the "actual" key, but only the encrypted content?19:33
EriC^^bilb_ono: hold shift after choosing ubuntu19:33
EriC^^bilb_ono: did you check if csm legacy is enabled?19:33
fusion_Spartacle, just sudo umount nfs?19:33
bilb_onoEriC^^: how do I check if csm legacy is enabled?19:33
EriC^^bilb_ono: it should be under boot options19:34
EriC^^bios boot or csm legacy or so19:34
tewardMrPuppet69: you're seeing the "encrypted" key, not the actual key, yes.19:34
tewardMrPuppet69: i.e. the safe, or the locked box, in my laymans-terms examples19:34
MrPuppet69teward Thanks for the help, teward. Appreciate it : )19:35
bilb_onoEriC^^: under other options I see BIOS setup and Diagnostics. Do I pick one of those?19:35
bilb_onoto determine if csm legacy is enabled?19:35
EriC^^try setup19:35
tewardMrPuppet69: just make sure to use strong passwords that're different than your logon passwords and such, to make it that much harder for them to guess the passwords19:36
bilb_onook bios setup. gives me a nice GUI that I can click and stuff. under boot sequence, I see UEFI is chosen and ubuntu is the first option, followed by UEFI: INT1319:36
MrPuppet69teward I sure will! : )19:36
=== oro is now known as orothus
EriC^^bilb_ono: any csm legacy option?19:37
tewardMrPuppet69: and always remember: if you're afraid about the security of the private key on your computer, you should actually be worried about them gaining access to that computer with the keys on it rather than the keys, since the bigger risk is introduced by them popping your system19:37
bilb_onothere is a legacy option instead of UEFI. I don’t see anything about csm19:37
EriC^^bilb_ono: ok, that should be it19:37
EriC^^is it enabled?19:37
bilb_onoEriC^^: by enabled do you mean I should check legacy instead of UEFI?19:38
EriC^^bilb_ono: no, i mean legacy shouldn't be selected19:39
bilb_onoah well its not. UEFI is selected19:39
EriC^^bilb_ono: ok, exit the bios and reboot, hold shift after selecting ubuntu19:39
MrPuppet69teward Can't agree more. I've got my drive encrypted, but I'm just concerned about keyloggers. How do I deal with those?19:40
sinthaphi, have any ddns client for ubuntu19:41
tewardMrPuppet69: if you're that scared about malware you should be taking your computer and locking in a safe19:41
MrPuppet69teward I mean, there are supposedly keyloggers which are virtually indetectable these days right?19:41
MrPuppet69teward HAHAHA!19:41
Realdudizationsup?19:41
MrPuppet69teward Yeah, there's no escape, lol.19:41
bilb_onopressed enter on ubuntu, holding shift, and…………………………………………………nothing happens just a blank screen19:42
bilb_onothis is grub v1 not v2 if that makes a difference btwt19:42
EriC^^O.o19:42
EriC^^why do you have grubv1?19:42
lordievaderv1? Wow, what version of Ubuntu?19:42
bilb_onobut if I press escape, it says “aborted” ,and gives me a boot: _ shell19:42
bilb_ono12.0419:42
bilb_onoi wish I could use 14.04 but alas, I am trying to test software on 12.0419:43
MrPuppet69teward Also, the common practice is to copy paste passwords, but is that really safer than entering it via keyboard? I mean, many apps and browsers can get access to your clipboard pretty easily innit?19:43
EriC^^bilb_ono: ok, boot a live usb19:43
bilb_onook then what?19:43
EriC^^type sudo parted -l | nc termbin.com 999919:43
bilb_onowhere do I type it? How do I enter a terminal?19:43
bilb_onoin try ubuntu?19:44
EriC^^yeah19:44
orothusexit19:44
tewardMrPuppet69: wrong guy to ask, because there's various different opinions on that19:45
Pupp3tm4st3rhi19:46
fusion_Spartacle, I tried remounting, and got hung at the same spot again.19:46
d4rklit3hi, im trying to do this tutorial, https://www.digitalocean.com/community/tutorials/how-to-use-cron-to-automate-tasks-on-a-vps  I am on 14.04  and crond doesn't seem to be a valid service nor is chkconfig a command on the system. how do I check this on 14.0419:47
bilb_onoEriC^^: ok that command gives me http://termbin.com.icct19:47
RainMan28Is there any benefit to using an init script to start something at boot vs just using crontab?19:47
EriC^^bilb_ono: well, that's odd19:48
bilb_onoits kind of hanging like its waiting for something more19:48
EriC^^yeah type yes19:48
bilb_onowhats it supposed to do?19:48
Pupp3tm4st3ris anybody here who can help me with apache2 and php (building and some configuring options)19:48
EriC^^bilb_ono: you have 1 hdd right?19:48
=== CyberJacob is now known as zz_CyberJacob
EriC^^2TB?19:48
bilb_onoEriC^^: yeah, and typing anything returns me to the command line19:48
bilb_onoyeah 2TB19:48
OerHeksPupp3tm4st3r, better join #ubuntu-server for that19:48
EriC^^bilb_ono: ok, type ls -ld /sys/firmware/efi19:49
EriC^^what does it say?19:49
skinuxWhich Ubuntu Studio tools are meant for generating audio such as music?19:49
Pupp3tm4st3rOerHeks: Thanks, will try19:49
bilb_onoEriC^^: no such file or directory19:49
EriC^^bilb_ono: ok, well ubuntu seems to be installed in legacy mode, and you're using a msdos partition table19:50
bilb_onoin /sys/firmware I have acpi and mmap19:50
bilb_onoi am, I think I remember seeing msdos when I was checking it earlier19:50
EriC^^bilb_ono: curious how you get an ubuntu in uefi though, did you have ubuntu installed earlier? on a different disk perhaps?19:50
bilb_onoyeah this system is going from ubuntu to ubuntu19:51
bilb_onook so from here, how do I go about installing it “right"19:51
OerHeksskinux, lots of META packages, ubuntustudio-sound -recording -video, or ubuntustudio-audio forallmetapackages19:51
=== Mitchell92[A] is now known as Mitchell92
^kiff^hello19:51
d4rklit3anyone, how can i check if cron is even running?19:52
OerHeksd4rklit3, service cron status19:52
d4rklit3i see19:53
EriC^^bilb_ono: well, you could try setting legacy enabled in the bios and it should boot i think19:53
d4rklit3then what is crond? and why does digitalocean refer to it?19:53
EriC^^bilb_ono: or if you want uefi you could make a gpt partition table and install in uefi mode, you need to make sure you boot the usb in uefi mode though as it's booted in legacy mode right now19:53
bilb_onoEriC^^ so which of the legacy options do i choose?19:53
EriC^^choose legacy enabled19:54
thispcwhat is cron19:54
EriC^^and turn uefi off19:54
EriC^^bilb_ono: or just reinstall in uefi, it's up to you19:54
OerHeksd4rklit3, crond is used by packages, cronjob by users afaik19:54
OerHeks!cron19:55
ubottucron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto19:55
=== zz_CyberJacob is now known as CyberJacob
bilb_onoEriC^^: ok so I unchecked UEFI and checked Legacy but there are checkboxes. 1 for USB storage, 1 for onboard NIC, 1 for CD/Dvd/Cd-rw drive, 1 for (Bus 04 dev 00) PCI Raid adapter19:56
bilb_onowhich of these should I check and which order should they be in?19:57
thispchi all i have removed windows 8 and install ubuntu before i have c d e f now where this partions19:57
EriC^^bilb_ono: put them before the hdd19:58
bilb_onoEriC^^: the hhd doesn’t seem to be an option19:58
=== Blaster is now known as Guest19758
EriC^^well check those19:59
bilb_onoEriC^^: ok they are all checked. What order should they be in. right now UB storage device is first which seems wrong. seems like it will just boot back to the live usb…?20:00
EriC^^bilb_ono: doesn't matter much20:01
EriC^^remove the usb and then boot20:01
AAA_There is still the second parallel desktop I can't switch into normally, is this normal after a system update? My only proof about it now is the two xchat windows confirmed in the System Monitor, while ... the hell? Ubuntu switched on ANOTHER desktop workspace after the system update? But of course did not leave me any option of switching between them... NOT funny, not funny at all.20:03
bilb_onoEriC^^: it works! imagine that20:04
bilb_onothanks for your help!20:04
RainMan28Is there any benefit to using an init script to start something at boot vs just using crontab?20:05
EriC^^bilb_ono: great, no problem20:05
AAA_RainMan28, the advantage of a script is the ability to write any software, conditions, you can run any software you want, written in any language you like20:07
=== Peetz0r is now known as fsociety
rsvi think my laptop has corrupted. When i login - it does not show any icons20:08
rsvor task manager20:08
RainMan28AAA_: thank you, that makes sense.20:09
TJ-EriC^^: nice work :)20:11
rsvI Also think my filesystem has got corrupted as well20:11
=== N is now known as Guest78044
AAA_N !!! How I missed you! How is your fight with robots and stuff? Clinging to walls still?20:13
skinuxOerHeks: I meant which program is meant for generating audio music? Something with a GUI.20:15
AAA_skinux: fruityloops? ProTracker?20:15
skinuxSo, Ubuntu Studio doesn't have any programs for generating?20:16
tobbenskinlux, want to hear/listen my audio server now?20:16
=== ochorocho1 is now known as ochorocho
skinuxI'm not asking about listening to music, I use Pandora for that. I want to generate music for lyrics I write.20:16
tobbenOoups20:17
TJ-skinux: do you mean MIDI-type applications?20:17
skinuxNo, I would want to generate MP320:17
tobbenThats what I do...20:17
skinuxAlthough, I wouldn't mind playing around with generating MIDI audio.20:17
brontosaurusrexskinux: did you try http://www.hydrogen-music.org/hcms/ ?20:17
OerHeksSkyrider, Bass synthesizer/sample player/sequencer  ? see Freebird or the ausio list https://wiki.ubuntu.com/UbuntuStudio/PackageList20:18
AAA_skinux: start trying various software, get familiar with trackers!20:18
OerHekshydrogen is also in ubuntustudio indeed20:18
skinuxWhat do you mean by trackers?20:18
iIbeIkyrhey ilbelkyr :)20:19
tobbenskinux, I recommend ffmpeg20:19
TJ-skinux: rosegarden and various other JACK supporting apps are what most F/OSS musicians use20:20
AAA_skinux: you need to have knowledge of 90's music creation software like ProTracker and such, there are newer, better variants, but the simplicity and value is there, it is a way to create music tracks, hehe, ever played any S3T? LOL20:20
skinuxtobben: I seriously doubt ffmpeg is a GUI for creating audio tracks.20:21
daftykinslol.20:21
AAA_adrenaline.mod is rarely played back correctly, only the original Pinball Fantasies could play it correctly, and still the best piece of music you could imagine...20:21
newbeeI have a question about creating a Ubuntu Live USB through mac20:24
=== newbee is now known as Guest82138
Guest82138I followed the instructions on the site here:20:24
Guest82138http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osxhttp://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx20:24
=== iIbeIkyr is now known as kIoeri
dworniokHi20:25
Guest82138what I'm curious about it is, should I end up with an image that is Ubuntu ubuntu-14.04.2-desktop-amd64.iso.dmg20:25
dworniokPlease, I need help with kodi instalation on my ubuntu20:25
AAA_skinux: as I said above... start small, by creating your own .mod or oplaying back some existing and you will understand how it all works.20:25
Guest82138Or should it just be ubuntu-14.04.2-desktop-amd64.dmg20:25
Pupp3tm4st3rguest8213820:25
Pupp3tm4st3rjust rename the *.img.dmg to *.img20:26
Pupp3tm4st3rwill bu sufficient20:26
Pupp3tm4st3rdid this today three times (ubuntu, debian and centos) was working all the time20:26
Pupp3tm4st3rthe transformation via hdiutil always appends the .dmg20:27
kIoeriishanyx isn't here? :(20:27
skinuxAAA_ My own .mod ? You mean re-mixing someone else's music?20:27
Guest82138ah, so just manually remove the <.iso> part of the file name?20:27
Pupp3tm4st3rwait...20:27
Pupp3tm4st3ryou download a *.iso20:28
Pupp3tm4st3rright?20:28
tobbenanyone knows the command for apt-get to search function, an example, search for 'nslookup' ?20:28
Guest82138yup20:28
Pupp3tm4st3rand then convert it via hdiutil to a img20:28
kIoeriAHHAHAHAAHHAHAHAHAHAAHAHAHAH20:28
Pupp3tm4st3ras described on the website20:28
Guest82138then I ran the transform bia hdiutil20:28
kIoeriWAY TO GO genii20:28
kIoeriHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHA20:28
kIoeri!ops TROLOLOLOLO MMMMMMMMMMMMMMMMMM YEAHHHHHHHHHH FUCK MY ASSSSSSSSSSSSSSS IM QUITING STAFF20:28
* genii makes more coffee20:29
DalekSecgenii: Wrong tab complete there.20:29
lasersgenii: Wrong person?20:29
Pupp3tm4st3ryeah and the transformation process builds a *.img.dmg20:29
Pupp3tm4st3rnormally20:29
geniilasers: Nope20:29
tobbentype of "apt-get search function" ?20:29
AAA_skinux: .mod were 4-channel pro-tracker files, tracker is a way to compose music from samples and tracks and simple tricks. all music is just a re-mix of tones, voice tracks, sounds. no matter how original, it still uses the concept of tools( instruments, voices) and independent tracks, which under the old system are played from what we call the "notes". Tracker system uses something similar, just modernized.20:30
Guest82138the terminal hasn't responded after doing the lasts step so it might still be working right?20:30
Pupp3tm4st3rwhat step20:30
Guest82138step 8: sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m20:30
Guest82138it asked for my pass, which I entered, then it hasn't returned a prompt20:31
tobbenhow doing "apt-get" search fir nslookup ?20:31
skinuxAnyone know a reason why streamed video would be stuck as if it were paused, even after restarting browser?20:31
Pupp3tm4st3ryeah that sometimes that takes a bit20:31
Guest82138I didn't know if it took more than a few minutes or if it should have written a .dmg (instead of a .iso.dmg)20:32
Guest82138ah okay, I'll wait a while then20:32
EriC^^Guest82138: sudo pkill -USR1 ^dd , should tell you about the progress20:32
EriC^^( type it in another terminal )20:32
AAA_skinux: well, there are many reasons, for example when playing RealMedia networks video, the reason usually is something called "Buffering..."20:32
skinuxIn this case, it's NetFli20:32
Guest82138btw, when I created a tails live USB, I only really needed to do this: dd if=tails-i386-1.3.iso of=/dev/rdisk9 bs=16m && sync20:33
skinuxIt's not buffering, though it does just a little if I move the position selector.20:33
Guest82138I never had to change the iso to a dmg20:33
Guest82138thanks EriC^^20:33
=== link is now known as Guest23552
EriC^^Guest82138: yeah that's not necessary, and using a higher bs makes it transfer quicker usually20:34
skinuxAAA_ Is there something in the system that could have crashed which I need to manually restart?20:34
Guest23552Hi everyone! Im new and i wanna know how to find dolphin-emu channel. ANy idea?20:34
Guest82138how long would it take? I mean the tails one was sign. smaller, but still, it's been around 10min20:35
AAA_skinux: web videos are a beast that works only when the weather is right and can fail for a variety of reasons inside or outside your computer.20:35
=== Guest23552 is now known as einner
EriC^^Guest82138: 10mins is pretty excessive, did you try the pkill command?20:35
akurilinquestion: with dpkg-query, how do I list only installed packages?20:35
Guest82138I wanted to wait to see if anyone would come in and say that was the equivalent of a delete system32 ;-)20:36
skinuxAAA_ In other words, you really don't know what you're talking about, so you're giving a useless answer just to feel smart.20:36
jhutchins_wkskinux: You need to test other streams, preferably of the same type of content, and test local playback too.20:36
reisioakurilin: dpkg -l20:36
Guest82138no offense, it's just I don't want to follow something I don't understand completely, especially if it's sudo20:37
reisioakurilin: https://wiki.debian.org/ListInstalledPackages20:37
jhutchins_wkskinux: No, you haven't given enough information for us to diagnose the problem.20:37
akurilinreisio: I was hoping to use globbing in there20:37
akurilinreisio: yep, looking at that, thank you20:37
skinuxjhutchins_wk: I already tried to watch something else on NetFlix and it does the same thing.20:37
reisioakurilin: dpkg -l | grep -i foo20:37
reisiootherwise you might want to use a tool that starts with 'a'20:37
akurilinapt?20:38
AAA_skinux: I know only too well what I am talking about... I just tell you that you might spend hours solving problems with your computer only to find out the said video is corrupted on the server and will always stop at said point, I remember this happening even on youtube? It was so long ago...  wanted to see the end of something and it just never worked.20:38
Guest82138I ran sudo pkill -USR1 ^dd and it gave me a prompt saying "The disk you inserted was not readable by this computer"20:38
skinuxApparently I'm having the same problem with YouTube Videos.20:39
Guest82138nothing showing progress such as xxx-in xxx-out20:40
skinuxSome kind of process must have crashed causing this....only thing I can guess.20:40
AAA_skinux: also, streaming service relies on high quality internet connection with pretty static IP on your side, and some caching, also, your ISP may be interfering with the streaming...20:40
Guest82138on another site, it says to ignore that and run http://computers.tutsplus.com/tutorials/how-to-create-a-bootable-ubuntu-usb-drive-for-mac-in-os-x--cms-2125320:41
SLRKcom20:42
Guest82138sorry, diskutil eject /dev/diskN20:42
EriC^^Guest82138: type sudo parted -l | nc termbin.com 999920:43
Pupp3tm4st3rdid you write diskN?20:43
Guest82138I'm going to try that now, restart and see if it worked... according to that other guide it looked like that should be it20:43
Guest82138nope20:43
Guest82138I wrote to /dev/disk120:43
Pupp3tm4st3rokay :D20:43
Guest82138haha20:43
CYBERH99Alguien de España???20:43
Guest82138I'm new, but not 100% new, just 98% new20:43
Guest82138;)20:44
CYBERH99I'm new too20:44
jhutchins_wk!es20:44
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.20:44
stanregWhat's that software that one can use to install ubuntu-recommended apps? It's something like "after ubuntu". Hints?20:44
jhutchins_wkCYBERH99: You're welcome to practice your English here though.20:45
Guest82138EriC^^ it gave me this: sudo: parted: command not found Use netcat.20:45
Pupp3tm4st3rokay, was just wondering, on my mac disk1 is still my disk^^20:45
wileeestanreg, You see the after install stuff outside of the OS developers20:45
Guest82138I'll try to restart and see if that worked20:45
Guest82138oh, I have EfiFind too...20:46
stanregwileee, ty.20:46
Guest82138thanks for the help, I'll be back if it didnt work or I can't figure it out20:47
* yoyo x20:48
Guest82138btw, what is this command?20:49
Guest82138sudo parted -l | nc termbin.com 999920:49
EriC^^nevermind20:49
h3inzhey guys, hope any1 can help me out20:50
SeveasGuest82138: that'll run a command to display partition info and post the results on termbin.com20:50
h3inzim installing lubuntu via usb and all works fine (using forcepae cuz of old laptop); but at the end of the installation it tells me that software updates cannot be downloaded because apt does not work20:50
Guest82138oh, good I didn't just download some malware or something ;-)20:51
jhutchins_wkh3inz: I think we need more accurate wording on the error.20:51
h3inzjhutchins_wk: Sub-process /usr/bin/dpkg returned an error code (2).20:51
jhutchins_wkh3inz: That should be ok though, you could reboot and troubleshoot apt/networking from a mostly working system.20:51
jhutchins_wkh3inz: You'll want to check your disk spce.20:51
h3inzdisk space is at ~30%20:52
h3inzmax20:52
Seveash3inz: we need the *full* output of that command. And the command itself.20:52
Guest82138I'm re-downloading a fresh copy of the .iso.... should I run everything as shown in the guide but then replace the ".iso.dmg" with just ".dmg" (remove the /iso)?20:53
Guest82138or is that not necessary20:53
h3inzok ill try to reproduce the error and then come back here; maybe tomorrow; thanks for the help til now cheers20:53
jhutchins_wkh3inz: Is this happening at the end of the debian installer or is this something else?  Sounds like Cydia might be involved.20:53
EriC^^Guest82138: why are you downloading a fresh copy? it's not necessary20:53
EriC^^Guest82138: run a checksum on the .iso to see if it's good20:54
Guest82138my friend just told me it may be a corrupted iso20:54
EriC^^!hashes | type md5sum /path/to/iso and compare here20:54
ubottutype md5sum /path/to/iso and compare here: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases20:54
Guest82138checksum (I've heard the term, but don't know the command)20:54
Guest82138ah okay20:55
Guest82138so it's like checking the key?20:55
ryeinhow can i make apt-get install dependencies20:55
EriC^^it hashes the iso20:55
mokmeisterburn at 4x max20:55
ryein?20:55
EriC^^Guest82138: if anything is different the md5sum will be different20:55
cheetahw26what is the order of operations when ubuntu starts... when there are older entries in /etc/rc?.d/  and other entries in /etc/init/  ?   Does ubuntu run through the older style first?20:56
jhutchins_wkryein: That's what it does by default.20:56
jhutchins_wkryein: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?20:56
Guest82138okay, also, can I just copy the iso to the drive like I did with tails (like: dd if=tails-i386-1.3.iso of=/dev/rdisk9 bs=16m && sync) or is it necessary to convert the .iso to a .dmg (which I didn't do for tails)?20:56
ryeinjhutchins_wk: i can see packages when searching but it claims it has unmet dependencies20:57
ryeinjhutchins_wk: they match perfectly20:57
EriC^^Guest82138: no, just dd it20:57
EriC^^Guest82138: the renaming doesn't do anything20:57
Guest82138so I *don''t* have to run the hdiutil convert if I have efifind?20:59
=== Mitchell92 is now known as Mitchell92[A]
bmprhi20:59
qpoohello there, when does it happen that you can access websites but not your mails ?20:59
bmprhi21:00
reisioqpoo: when your email server is poor?21:00
wileeeqpoo, Focus on the actual issue with details if you can.21:00
jhutchins_wkqpoo: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?21:01
bmprI have compiled a few executable files, and I want to make them available almost entirely everywhere, how can I do that? I have read from a few websites that I should  edit ~/.profile but I have almost no idea what that is21:01
bmprso how can I make this entire folder available to all the terminals and other apps as well?21:02
jhutchins_wkqpoo: What are you running?  What are you using for a mail client?  Where is your mail located? Can you reach the mail sever with something other than the mail client (ping)?21:02
EriC^^bmpr: where are they located?21:02
qpooI use thunderbird. I am checking if I can access mails otherwise21:02
i20makefile ?21:02
jhutchins_wkbmpr: You can put the files in a location that is on the standard path, or you can add their location to the path.21:02
bmprEriC^^ : I have compiled the few executables in my Desktop/apps/cpml folder21:02
wileeeqpoo, Are you setting up thunderbird or it does not work when it had?21:03
bmprjhutchins_wk21:03
bmprI thought  I could do that but apparently they need to be there cause they have to access some of the folders nearby21:03
=== Mitchell92[A] is now known as Mitchell92
SuperLagAnyone successfully got a connection made to a PPTP VPN, from Ubuntu?21:04
EriC^^bmpr: ok, type nano ~/.profile , and add at the end PATH="$PATH:$HOME/Desktop/apps/cpml"21:04
qpoowileee, the latter case21:04
SuperLagIs it doable, or does it require mucho voodoo?21:04
bmprEriC^^ :  you sure that wouldn't do any damage?21:04
EriC^^bmpr: quite certain, yes21:04
jhutchins_wkSuperLag: Yes, not even very hard.21:04
bmprok thanks21:04
SuperLagwileee: yo! my 12.04.5 -> 14.04.2 upgrade? The end users report all is well, and everything works.21:04
wileeeqpoo, Good so that is key info here, any info as others suggest a cause and effect is important.21:05
wileeeSuperLag, I forget the issue but great. ;)21:05
EriC^^bmpr: np21:05
qpoowileee, the mail server may be having a problem21:06
wileeeSuperLag, I remember now, heh, goog job.21:06
wileeegood*21:07
qpooI cannot access them in any other way21:07
qpooeither21:07
qpooor I am horribly hacked21:07
wileeeqpoo, Which mail server, this standard email accounts?21:07
qpoowileee, yes21:07
wileeeqpoo, Not exactly sure, maybe others will.21:09
qpoostrange, though..strange things in the night..exchanging traces..strange things in the night..what were the chances..21:12
jhutchins_wk!pptp21:12
=== ochorocho1 is now known as ochorocho
jhutchins_wkqpoo: Is the server a public, commercial sever, or a private server?21:13
qpoo<jhutchins_wk, wileee  it was just onfirmed that the interruption was caused by a temporary failure21:14
qpooconfirmed*21:14
wileeeqpoo, so now what?21:14
qpooIt should be working again in a little while. so waiting21:15
bmprEriC^ : you still there?21:15
jhutchins_wkqpoo: That's always the first thing to suspect.21:15
jhutchins_wkqpoo: There are tools you can use to track it down for certain.21:16
qpoo<jhutchins_wk, oh really, could you tell me more about it?21:16
i20does anybody know about freeglut prog ?21:16
bmprit worked my man21:16
bmprthanks EriC^21:16
jhutchins_wkqpoo: You check DNS resolution, you try ping, you can use telnet to connect to the mail ports and see how they respond.21:17
jhutchins_wkqpoo: The other way that can happen is if something is blocking the mail port - your ISP, their ISP.21:17
qpoojhutchins_wk, I will need to learn more about how to do them..thank you very much!21:19
qpoowileee, thank you, too :)21:19
wileeeqpoo, Ah good, carry on .;)21:20
moses_whats a good pdf reader/editor in ubuntu?21:21
=== ZelaumDazan is now known as JuzToday
wileeemoses_, There is a handful however limited by the code that may be there.21:24
edupthello! I am using a hub usb, and I want to know what serial port is connect a oximeter in the hub usb. Can someone help me?21:28
eduptI am using ubuntu 12.0421:28
A_mhi21:29
peroi have some weird issues with my audio on 14.04 since an update not too long ago: vlc playback will initially be very statically until window is resized; youtube videos are very choppy for the first 30 seconds or so; no sound in csgo at all any more; audio will turn off after a minute in random other games. any ideas where i should start to fix this?21:32
roninhow would you find out the config file for a x11vnc server?21:33
roninand when it doesnt exist especially21:33
linuxuz3rwhat happened to libgles3?21:34
RedOrionUBUNTU SUCKS MY DICK FUCK OFF LINUX21:35
RedOrionUBUNTU SUCKS MY DICK FUCK OFF LINUX21:35
RedOrionUBUNTU SUCKS MY DICK FUCK OFF LINUX21:35
RedOrionUBUNTU SUCKS MY DICK FUCK OFF LINUX21:35
nicomachuslot of trolls today....21:35
edupthello! I am using a hub usb, and I want to know what serial port is connect a oximeter in the hub usb. Can someone help me? I am using ubuntu 12.04.21:40
Razvahey. I'm trying to execute a cron that'll run this: https://github.com/Razva/newbadmin/blob/master/email/exim-flush-cron.sh . for reasons I cannot understand...when I run the file directly from console, it works. when I run it from cron...it doesn't. any tips?21:51
jhutchins_wkedupt: Try sudo lsusb21:52
eduptthanks very much21:52
jhutchins_wkedupt: If the meter emulates the serial port, it will most likely be ttyUSB021:52
=== michelle--- is now known as michelle-
jhutchins_wkdeweydb_: If you're using a multi-port serial emulator, or have other serial USB devices, it could be something else.21:52
jhutchins_wkdeweydb_: How did you get in my tab complete?21:53
John[Lisbeth]Is there a command in apt that will let me install a file and it's dependencies into a folder instead of intead of installig it in the main filesystem?21:54
John[Lisbeth]sort of like apt-get build-dep21:54
jhutchins_wk!pt21:54
ubottuPor 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.21:54
jhutchins_wkedupt: You are welcome here as well.21:54
reisioJohn[Lisbeth]: what for21:55
John[Lisbeth]I want to create a chroot jail that only has that program available21:55
John[Lisbeth]So I want to apt the files into an empty folder, or an empty directory tree.21:56
=== CyberJacob is now known as zz_CyberJacob
mjbrancatoJohn[Lisbeth] Don't mean to but in, but you can apt files from a site in replace of wget?21:58
mjbrancato*butt21:58
John[Lisbeth]How would I do that?22:00
mjbrancatoJohn[Lisbeth] no, i thought you were saying you could do that. if your trying to download files through Terminal just do    wget <url>   so an example to download ubuntu image is      wget http://www.sysadminslife.com/wp-content/uploads/2012/12/ubuntu-boot-loading-screen-300x225.jpg22:04
mailservercan someone help me set up a mail server with postfix that sends emails from users on a local network22:06
tewardmailserver: #ubuntu-server probably would be better, but keep in mind that this shouldn't be on a residential connection - that will likely get 'blocked' by most mail companies22:07
mailserverit wont be22:07
mailserverthanks for the chat channel22:08
HamRadioHey guys, I got a little mystery for you22:12
HamRadioOn a laptop that I am putting Ubuntu on, pressing a letter also activates another key22:13
HamRadiolike I press a, it also activates 0 on the number pad22:13
HamRadiopressing d also presses the enter button, and pressing the space bar also activates page down22:14
HamRadioany ideas?22:14
tewardHamRadio: is numlock on?22:16
tewardHamRadio: some laptops have 'numpad' keys connected to the actual keyboard22:16
HamRadioteward, tried that, doens't matter if numlock is on or off22:16
HamRadioteward, like I said though, d activates enter and space activates page down22:17
HamRadionumlock shouldn't do that22:17
HamRadiothose are just examples too22:17
tewardi missed the 'page down' part22:17
sjmikemHi, what's easiest way to grab a single frame from a .mp4 file ?22:17
HamRadioteward, oh, that's ok22:17
HamRadiosjmikem, take a screenshot22:18
sjmikemyech22:18
sjmikemfigured as much22:18
bazhangsjmikem, do it with smplayer22:20
bazhangsingle frame advance screenshot etc22:21
sjmikembazhang: thanks!22:21
bazhangsjmikem, single frame is the period key, capito; S to screenshot it iirc22:22
bazhangand capitol22:23
OerHeksThank you, Utopic 14.10, you are EOL now ( 30 min ago) https://lists.ubuntu.com/archives/ubuntu-announce/2015-July/000198.html22:27
=== BuzzBuzzard is now known as BuzzardBuzz
MoritHey guys, I'm kind of a noob here and I was thinking of putting ubuntu on dual boot22:40
ultragamecardok22:40
MoritI'm currently running W8.122:40
ultragamecardwin 8 is a pain to dual boot22:41
MoritWill installing ubuntu have any bad effect on battery life whatsoever ?22:41
ultragamecardI don't think so22:41
MoritOk so it's risk-free to install it right ?22:41
ultragamecardI did it22:42
ultragamecardI had one problem22:42
MoritOh I see22:42
Popkornium18Hey guys! I was wondering if there is a tool for viewing UFW-logs. I am using GoAccess for Apache logs and it is really useful. Is there something like that?22:42
Moritwas it related to drivers and stuff ?22:42
ultragamecardidk22:42
Moritultragamecard : what was that one problem ?22:43
INEEDANSWERSOk so now im going crazy, i installed all kinds of linux distros on my laptop but all with same problem. My laptop wont shutdown, reboot or anything like that, it freezes on splash-screen and i have to force it with the power button, i Run ubuntu mate 15.04 right now22:43
ultragamecardno22:43
Rochvellonwell if i want to remove some packages I get everytime http://paste.ubuntu.com/11927527/ but these packages are not installed22:45
MoritDo I have to manually install drivers if I want to dualboot ubuntu ??22:46
BuzzardBuzzINEEDANSWERS: i have your answers, first-> you are not crazy, second-> your issue with the power button could be a bios setting for ACPI version22:46
ultragamecard_after you dualboot22:46
ultragamecard_don't use avanced boot options in windows22:46
Moritultragamecard_: I don't understand how's that ?22:47
ultragamecard_windows advanced boot options set windows as the bootloader22:48
MoritOkay do I desactivate that in the BIOS ?22:48
INEEDANSWERSWell is there a solution for it then? and how to i whisper ppl xD22:48
ultragamecard_no22:48
ultragamecard_not in the bios22:48
Bashing-om!dualboot | Morit22:49
ubottuMorit: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot22:49
ultragamecard_did this computer have win8 preinstalled?22:49
ultragamecard_bye22:49
=== Simpaticul is now known as Inger4uu
MoritYes it did22:49
MoritIs that a problem22:49
Moritalso thanks ubottu Bashing-om22:49
Moritand it's an SSD22:50
Moritis that also a problem ?22:50
Bashing-omMorit: Generally, the only problem is with bleeding edge new hardware ( WIFI, graphics drivers ) .22:50
MoritWell my laptop is the XPS 1322:51
usermehello with windows you have samsung kies but on linux u dont. what can you use for linux22:51
Morituserme: AirDroid, it's pretty similar I think22:52
INEEDANSWERSOk well so how do i solve the shutdown, reboot issue then? have to change something in bios? i tried different shit there to22:53
usermeairdroid22:53
w30userme, doesn't keis open by using a browser on computer? browser is same for Linux or winders22:54
usermeits a download of samsung site22:54
Bashing-omMorit: SSDs generally are not a problem, unless Windows uses the SSD for fast boot -> Intel Smart Response .22:54
MoritI think it does22:55
MoritOne sec i'll check22:55
xanguawhat this samsung kied does userme ¿22:56
usermefor smartphones22:56
xanguaso....what does it do?22:56
w30userme, if I remember right keis tells you to point your browser at ip and port of the phone22:57
meciao22:57
=== me is now known as Guest84691
usermeu must have used kies before22:58
Moritlol, apparently the sound is broken if I try to dualboot my XPS 1323:00
Moritso I guess I'll have to stay with W8.1 :(23:00
=== Mitchell92 is now known as Mitchell92[A]
Morituntil it becomes stable23:00
w30android file managers can supply smb, ftp, protocols to send files to any computer with those clients23:01
xanguauserme: You must not asume everyone has used the same tools as you23:01
lone_wolfhm23:01
usermeu have to d/l kies to windows or mac and link smartphone to pc with usb or wifi23:01
w30userme, depends on which file manager you find on the app store23:01
usermesome have i phones and use itunes23:01
usermeairdroid from there site wont d/l to linux23:02
xanguauserme: as you were told already, you can try Airdroid, aviable for any android device and any OS23:03
w30iphone is in the Mac egosystem and harder to go outside it23:03
usermei am23:03
xanguayou don't download airdroid to linux, you just open your prefered browser userme23:03
=== Blaster is now known as Guest43534
MoritAirdDroid is the best solution, you don't download anything23:08
Moritit's all on the browser23:08
OerHeksliving in a browser23:08
Rochvellonwell if i want to remove some packages I get everytime http://paste.ubuntu.com/11927527/ but these packages are not installed23:09
=== YamakasY is now known as YamakasY_
ultragamecardI have a problem with flash on ubuntu23:10
ultragamecardthe web browser says I have flash installed23:11
usermeairdroid web23:11
=== YamakasY_ is now known as Yamakasi
ultragamecardbut when I type "sudo apt-get remove flashplugin"23:11
Bashing-omRochvellon: Have you tried to install the packages ? What results ' sudo apt-get install libpolkit-qt-1-1 ' ?23:12
ultragamecardit says not installed23:12
xanguaultragamecard: there is no "flashplugin" package23:12
xangua!info flashplugin-installer | ultragamecard also what browser¿23:12
ultragamecardwhat is it called?23:12
ubottuultragamecard also what browser¿: flashplugin-installer (source: flashplugin-nonfree): Adobe Flash Player plugin installer. In component multiverse, is optional. Version 11.2.202.481ubuntu0.15.04.1 (vivid), package size 7 kB, installed size 137 kB (Only available for i386; amd64)23:12
=== Yamakasi is now known as YamakasY
ultragamecardfirefox23:13
ultragamecardlet me try that23:13
RochvellonBashing-om: it's normaly installing23:13
Rochvellonand purging it is working23:14
Bashing-omRochvellon: If that completes, try to install the other depencency " libkhtml5 " .23:14
OerHeksRochvellon, did you update first, before installing?23:15
RochvellonOerHeks: yes, i'd updatet that system23:17
usermegot airdroid web and airdroid on phone works a treat23:20
|aaronjust installed a new video card (amd firepro w7000) and its working, except when i try to switch to a console (ctrl+alt+f1, etc) my monitors just go into power saving mode and wont even come back with ctrl+alt+f7. i tried adding GRUB_TERMINAL=console to my grub config but that doesnt help. anyone know what my problem is?23:21
squibby0is any one booting ubuntu 14.04 on a macbook retina?  I can't seem to lower the screen resolution down, the screen stays stuck in black even though I'm pretty sure I chose the correct native resolution.23:21
|aaronusing fglrx-updates drivers23:21
squibby0any ideas where I could look to troubleshoot this?  sorry about the herp derp question.23:21
squibby0.23:24
OerHekssquibby0, System Settings --> Display --> Scale for menu and title bars: 1.75 ?23:27
squibby0OerHeks, I've used that option and it works for the most part but I'm finding that I keep having to adjust the size for other applications such as firefox23:27
squibby0so it seemed like it might be easier just to set the right resolution in the first place.23:28
en1gmaim on 14.04 and i just finished building a 3.14.5 kernel from source for x86_64 and everything went well but i need to do a format and i dont want to have to build it again23:29
en1gmawhat do i need to save in the /kernel 3.14.5 sources directory23:29
en1gmawhere i built23:30
en1gmai know about bzimage23:30
RochvellonBashing-om: all packages are installed but i get the same error23:30
en1gmathats at location "/home/en1gma/linux-3.14.5/arch/x86_64/boot/bzimage"23:31
en1gmaisnt there headers or something i need to save besides that? maybe the config file?23:31
=== Bray9082_ is now known as bray90820
Bashing-omRochvellon: ' sudo apt-get -f install ' any errors paste them, please .23:33
RochvellonBashing-om: no errors and no packages to install23:34
andrewjs18hi all, has anyone ever ran across this error when trying to copy an ssh key from 1 server to another?23:36
andrewjs18Bad port 'umask 077; test -d ~/.ssh || mkdir ~/.ssh ; cat >> ~/.ssh/authorized_keys && (test -x /sbin/restorecon && /sbin/restorecon ~/.ssh ~/.ssh/authorized_keys >/dev/null 2>&1 || true)'23:36
andrewjs18command I was running: me@me ~ $ ssh-copy-id -p 1010 me@192.168.1.223:38
Bashing-omRochvellon: Did you also install libkhtml5 ? Also what results for install status ' dpkg -l kde-runtime ' ?23:38
lasersandrewjs18: I googled. Try: ssh-copy-id "me@192 -p 1010"23:41
Rochvellonit's strange. if i want to install it it says it is installed, but with dpkg -l kde-runtime it says it is not installed23:41
andrewjs18lasers, I'll give it a try23:41
andrewjs181min23:41
en1gmahow can i make a kernel.deb backup of my current headers and kernel23:42
en1gmaim on ubuntu 14.04 LTS23:42
Bashing-omRochvellon: ' apt-cache policy kde-runtime ' . More than 1 instance installed ?23:42
en1gmai had to do a kernel patch and want to save it so i can install it again after i format. dont want to build 30GB again for nothing23:42
HulkHhello what's the name of the channel for Ubuntu OS for smartphones?23:43
reisio-touch maybe23:43
RochvellonBashing-om: http://paste.ubuntu.com/11927849/23:43
Bashing-omRochvellon: Look'n at your http://paste.ubuntu.com/11927849/ .23:47
Bashing-omRochvellon: I see that "kde-runtime" is not installed. Try " sudo apt-get install --reinstall kde-runtime " .23:50
redfeltHello. :) I have a question about "Use as hotspot," hoping someone can help. It seems whenever I use this feature, my Ubuntu always creates an Ad-Hoc network (computer-to-computer) even though I selet "Infrastructure" from the drop-down menu.23:52
=== Mitchell92[A] is now known as Mitchell92
redfeltI've double-checked that my wifi card supports "AP" mode using `iw list` and indeed, it does. Any other reason why I'm only getting ad-hoc networks and not able to share my wired ethernet to wifi?23:53
redfelt(This is a new install of Ubuntu 14.04 LTS on an old but functional laptop, the wifi cards in it work fine, just having trouble creating a hotspot.)23:54
t0keInstalling any package (apache2 for example) brings up 'cannot find package', but it seems to do it fine as 'su -'. Any ideas?23:54
t0keI've tried apt-get update23:54
redfeltt0ke, maybe this is silly but check the read permissions for your /etc/apt/sources.list?23:55
lasersandrewjs18: Did you die ??23:55
andrewjs18lasers, sorry, no23:55
andrewjs18lol23:55
andrewjs18forgot to reply23:55
lasersandrewjs18: It worked perfectly? :o23:55
andrewjs18I need to adjust some server configs..my other server seems to be blocking it23:55
Bashing-omt0ke: "sudo apt-get update; sudo apt-get upgrade ; sudo apt-get install <package> ' ?23:56
andrewjs18gotta run, bbl23:58
t0keredfelt, yeah everything looks good in there23:58

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