[00:00] Riffe: on the PC boot manager menu the device should be listed twice, one indicating the EFI mode, the other Legacy/BIOS mode [00:00] Hey! [00:01] Riffe: check what mode the OS is in with "ls /sys/firmware/efi/" if there are EFI system var dirs there you know its EFI mode [00:01] fix monitor why [00:01] Hello, can someone suggest a good Contact manager for Ubuntu Mate 15.04 ? [00:03] TJ-: cheers for the help. This whole UEFI is quit new for me :) But now i'm booted in EFI and everything is back on track. Thx for help [00:03] Riffe: good :) [00:06] <[Saint]> anyone available to give me some help on pulseaudio vs. alsa madness? [00:06] <[Saint]> having sound setting panel open, and alsamixer, gives some really really confusing results. [00:07] <[Saint]> every so often my 5.1 surround setup goes absolutely mental and one channel becomes significantly louder than the others. [00:07] What kind of results? [00:07] <[Saint]> and there some just plain crazy stuff in the sound setting panel, like setting a left|right fade for some reason adjusts the ouput volume. [00:07] what's a nice way to get a directory in my /home to show up on my local http server [00:08] I was thinking symlink /var/www/html/box to /home/boxmein/webshit [00:08] but, that seems like it won't work because file eprms [00:08] I have a Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz, how many cores do i have? I mean, when I measure cpuload is my max 2 or 4? [00:08] <[Saint]> testing with "speaker-test -Dplug:surround51 -c6 -l1 -twav" works absolutely as expected. [00:08] <[Saint]> the sound settings panel sound test is just...craziness. [00:09] I have processor 0 and processor 1 each have cpu cores : 2 [00:09] :S [00:12] boxmein: apache has the mod_user facility that will serve out $HOME/public_html as http://host/~$USER [00:12] boxmein: excuse me, mod_userdir [00:13] TJ-: oh neat, anything neat for nginx for that? [00:13] boxmein: see the docs for more details. but all you need do is enable the module. https://httpd.apache.org/docs/2.2/howto/public_html.html [00:13] meh I'll try a rewrite rule first, and then :D [00:13] TJ-: that's pretty neat :D sadly doesn't apply to nginx :( [00:15] Has anyone had the chromeos_laptop module reply with “__add_probed_i2c_device failed to dmi find device trackpad.”? [00:15] boxmein: "sudo a2enmod userdir" [00:15] boxmein: oh, you have nginx? Hmmm, no luck there then. 'userdir' has been standard fare on *nix systems for about 20 years [00:16] Ive got a 6TB drive that shows only 2 x 2TB partitions in Gparted : how can I find my other 2TB [00:16] MWM: probably you've used msdos partitioning; you probably need to use GPT === root is now known as Guest24962 [00:18] TJ: Im not so sure... I can use GPT for each of the 2x2TB partitions and then format as I like, but there is still 2TB missing. Ive also wiped the disk down to nothing with diskpart in windows and still come up with only 2x2TB [00:19] what's it connected to? is it an old PC? [00:19] what's the OS version running? [00:19] MWM: ^ [00:19] MWM: does 'parted -l' show it has an msdos partition label? [00:19] semi current pc : running lubuntu 15.10 / uses ddr3 and a current proccessor [00:21] got a dmesg? [00:21] TJ: is there another argument/swith to enter after "parted -l" ? [00:21] <[Saint]> Holy crap...what the? :-S [00:21] MWM: the name of the device [00:22] <[Saint]> 'Surround' in alsamixer adjusts both the fade, and the balance, in a non-obvious and inconsistent way. [00:22] [Saint]: sounds like there's something weird going on there! [00:23] <[Saint]> and adjusting fade/balance in the sound setting panel adjusts the master mixer in alsamixer for...some reason? === ^CJ^ is now known as ^cj^ [00:23] <[Saint]> it's as though pulse and alsa are fighting each other and can't decide who wins. [00:23] now lsblk isnt even showing it. is there something special I should be looking for in parted -l and dmesg? [00:23] <[Saint]> alsa's CLI mixer test for 5 and 7.1 surround works perfectly as expected. [00:24] [Saint]: try booting without the GUI, and testing alsamixer, see if you get the same thing [00:24] <[Saint]> the sound panel, however... === ludwig is now known as Guest58928 [00:27] MWM: 'dmesg' represents the kernel's view and shouldn't have a problem [00:27] MWM: but as I said if the device has an msdos label you'll hit these kind of issues with large capacity drives [00:29] drive is back. weird. parted -l says there is a corrupted GPT and I should use parted's recovery feature. Guess I will try that [00:30] MWM: corruption mentioned? [00:31] TJ-, regarding the /media dir permissions issue, I finally got it working: I had to chown root: users and chmod -R 2775 the /media dir, (with user "joan" added to users group, of course) [00:31] MWM: you might want to do some rigorous drive health checking before you put anything precious on that device [00:31] "both primary and backup gpt tables are corrupt...." drive checking is what Im doing this drive hasnt hit service yet [00:31] s [00:32] running in to these issues from the start :) [00:33] MWM: not looking good then. check /var/log/kern.log for drive I/O errors [00:33] TJ-, but the weird thing is that this setup will only work exporting the "original" dirs at /etc/exports. If I use bind (for /home) and rbind (for /media), the latter won't work properly, I'm not be able to access it from dolphin at the client... Weird! [00:34] anabain: I seem to recall you need to specify additional 'exports' options to accept rbinds [00:35] anabain: maybe I am confusing that with crossmnt; I know configured NFS that way some time ago (with rbinds) [00:36] it will list "error" in /var/log/kern.log ? Ive got a few things listed in relation to the drive but none say error. The only thing that isnt common sense is "Mode Sense: Some Hex Digits" [00:37] MWM: things like "I/O Error", but there can be references to mode sense too. Best to paste the last 1000 lines or so if in doubt [00:38] TJ-, I used crossmnt, but it didn't do the trick. In theory, crossmnt option will let you access subdir mounts, but whilst these subdirs can be seen with dolphin at the client, they cannot be accessed [00:39] anabain: right, that comes back to the idmap/permissions [00:39] in windows when a drive is borked : diskpart -> list disk -> select disk # -> clean all : How do I accomplish this in Linux? [00:40] that doesn't help a disk at all. [00:40] Does anyone have some questions about why when I visit some sites that plugin (flash) does not seem to load or work ? [00:41] Why do you use flash? [00:41] I've noticed this for the past 2 weeks, some websites will not load the flash plugin leaving a box stating "this plugin is not supported". [00:41] actually its shockwave. [00:41] It has so many security vulnerabilities. And it just simply does not work for no apparent reason! [00:41] TJ-, and how can I set them? I put NEED_IDMAPD=yes in /etc/default/nfs-common files at the client, but it didn't seem to make any difference. Is there anything else to be done? [00:42] samthewildone: sometimes its warez sites wanting you to download a virus. [00:42] !shockwave [00:42] shockwave is currently only available for Windows. To run it under !Wine, see https://help.ubuntu.com/community/Shockwave [00:42] anabain: "man 5 idmapd.conf" [00:42] ok [00:43] anabain: NFS is a very complex system, it's not like using Windows Shares [00:43] TJ-, for sure [00:43] samthewildone, yes, flash drm content works best on chrome nowadays. [00:44] Hey all [00:45] daftykins: you are right but it will set me back at square one. then I can set the correct partition table and format. right now Im kinda stuck [00:46] MWM: you can recreate partitionining with parted or with the gdisk tools === user is now known as Guest30812 [00:47] Im am trying to use fdisk as we speak. is it the wrong option > [00:47] no, don't use fdisk [00:48] TJ-, you helped me a couple days ago with a bug related to my encrypted swap not geting an offset line in crypttab [00:48] MWM: fdisk is an msdos MBR tool; use gdisk (which is the GPT equivalent) [00:48] jnagro: I remember [00:48] you successfully helped me re-enable swap, but i dont think the encryption is back [00:48] TJ: thanks [00:48] TJ-, how do i verify that part? [00:48] and/or re-enable it if needed. [00:49] MWM: you can also clear all existing partitioning metadata using 'sddisk --zap-all /dev/sdX' to start from a clean slate [00:49] jnagro: first, check the crypt device is showing as /dev/mapper/sda5_crypt [00:50] jnagro: then, check for the swap device with "cat /proc/swaps" [00:50] MWM: excuse me, a typo there! 'sgdisk --zap-all /dev/sdX' === dex is now known as Guest33278 [00:51] was just looking for that :) sounds like exacly what I want [00:52] TJ-, http://pastebin.com/fCZnq6eD [00:53] TJ-, the reason i'm asking is that my boot used to ask me for disk passwords twice (before the login screen) and now it only asks me for one. [00:53] found valid GPT with protective MBR ? is this what i should see? [00:53] anyone know a software to pick colors on the screen and get rgb? [00:53] jnagro: that's correct; you had it configured wrong before [00:54] jnagro: the encrypted swap uses a key that is randomly generated at each boot; your original crypttab had "none" instead of "/dev/urandom" as its key-file - I remember noticing that particularly when we were fixing it but I didn't think to call that out === cyphase_ is now known as Guest17880 [00:55] TJ-, Ah ha. That makes sense. [00:55] jnagro: that "none" meant the system had to ask you for a passphrase, even though there was none on that device, so it'd silently fail to unlock [00:55] TJ-, thank you, i appreciate the help! [00:55] Need help please.... Something borked during a SSH session and I can no longer see my desktop when I log into the machine with 'nomachine'... All I see is a login screen (https://www.dropbox.com/s/crxdzgqygt4n7tj/Screenshot%202015-12-20%2018.55.26.png?dl=0) and if I log in, nothing happens... [00:56] gdisk finds no problems in either partition. I have formatted to GPT. I still think they should show as 1 disk and there should be 2TB more [00:56] jnagro: everything looks good in your pastebin [00:57] TJ-, thanks. the /dev/urandom explination connected to dots for me. [00:57] MWM: are you saying that gdisk cannot create a single partition spanning the entire 6TB disk? === KindOne is now known as nenolod [00:58] Im saying that lsblk shows 2 seperate block devices at 2TB each. I cannot view this HDD as 1 single device... but I willa dmit that Im not sure Im doing it right [00:58] MWM: that sounds totally wrong! How is this device connected to the PC? [00:59] MWM: can you show us "pastebinit <( sudo lsblk; dmesg )" [00:59] External USB. Totally sorry I didnt mention that before, I was just going to ask if that had any bearing [01:01] Its a used drive. Im trying to check integrity before putting it into the system [01:01] MWM: aha! Yes, very much so. Those devices have a USB<>SATA bridge chipset in them, and they translate access. Many have capacity limits on the size of drives they can present. [01:02] MWM: I'd 2^h500% recommend connecting the drive DIRECTLY on a SATA interface, for such a large drive. The translation of physical/logical sector sizes is VERY likely to change for the worse if you partition it on USB, even if you can see the entire disk [01:03] is it even worth it to do a surface test in this external adapter then? As I said I was just verifying the drive before putting it in the system [01:03] and thank you for confirming what was a growing suspicion [01:04] MWM: No it isn't, as I was saying earlier, those USB bridge chipsets have a habit of literally burning out with systained access [01:05] explains why I have been needing to keep an icepack on this bad boy. Creeps upwards of 55C if I dont keep it on ice [01:05] MWM: there was another user with related problems; although that turned out to be a fake USB flash storage that claimed to be 1TB but was likely only 32GB, (fake) and went read-only after sustained writes [01:05] TJ: Ive had that trouble with cheap SD cards. Exactly the issue as well [01:06] It was pretty obvious - they bought it for US$10 :D [01:06] Is eSata any better or will I have the same issue do you think? [01:06] eSATA is fine; that's just an external SATA connector [01:07] estata generally works better [01:07] MWM: I have external drives via eSATA>ExpressCard on my laptop; best way to do it [01:08] hi [01:08] Thanks all. Guess I have to go find an eSata connector or tear this PC down and add in the drive :D [01:09] i have a problem with ubuntu [01:09] my wifi card doesn't work [01:11] hi wal_zk did you try the wifi docs? [01:11] !wifi [01:11] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [01:12] Something borked during a SSH session and I can no longer see my desktop when I log into the machine with 'nomachine'... All I see is a login screen (https://www.dropbox.com/s/crxdzgqygt4n7tj/Screenshot%202015-12-20%2018.55.26.png?dl=0) and if I log in, nothing happens... On Lubuntu 14.04.3 LTS [01:12] ok, i'll take a look [01:12] just re-installed xorg... no joy [01:13] z [01:13] if I try to ssh -X into the server and run a gui program, I get "X11 connection rejected because of wrong authentication." === newbie is now known as Guest60039 [01:13] restart nomachine maybe? [01:13] LJSeinfeld: check ~/.Xauthority maybe [01:14] CORRECTION: When I enter my password at the prompt (correctly) it's never accepted [01:14] check Xauthority how? like permissions? [01:14] if it's owned by root chown it [01:15] -rw------- 1 root root 281 Dec 20 10:47 /home/dave/.Xauthority [01:15] so...looks like root owns it.. [01:15] sudo chown : ~/.Xauthority [01:17] small flood..(4 lines) coming.. [01:17] dave@houseofzoid:~$ firefox [01:17] X11 connection rejected because of wrong authentication. [01:17] X11 connection rejected because of wrong authentication. [01:17] Error: cannot open display: localhost:10.0 [01:18] did you ssh -X again? [01:18] yep [01:18] NoMachine still showing the same login screen too [01:19] system asked for a rebot... cant remember if I rebooted after installin xorg... so I'm gonna do that.. [01:20] LJSeinfeld: .ICEAuthority ? is used for client to client authorization . [01:21] reboot may have fixed the x forwarding part [01:22] lemme see if I get to a desktop via noMachine.. [01:22] ahhh [01:22] all better. [01:23] (all this started from trying to run gnome-desktop-item-edit over ssh.... ) [01:26] <[Saint]> Holy... [01:26] <[Saint]> https://help.ubuntu.com/community/SoundTroubleshootingProcedure [01:26] <[Saint]> alsa/pulse/jack is _sooooo_ bad in Ubuntu it needs a 15 point strong troubleshooting procedure? lol [01:57] <[Saint]> Can someone tell me why on earth, and who thought it was sane to, set "100%" audio volume to +12db? [01:58] <[Saint]> Oh. Hmmm...yay. Nevermind. More alsa buggery. [02:00] <[Saint]> Actually, no, can someone please test this for me to convince me either way if I'm either sane or insane? [02:00] <[Saint]> Open the 'Sound Settings Panel', and, additionally, open alsamixer in a terminal. [02:00] vlc is giving me a black screen when I play a movie.. any ideas? === Guest47445 is now known as Ladon [02:01] <[Saint]> Set the sound output volume in Sound Settings Panel to 100% [02:01] <[Saint]> Then watch alsamixer. [02:01] <[Saint]> PCM should not be +12dB [02:01] <[Saint]> *s/not/now/ [02:01] Hey can somebody help me out [02:01] <[Saint]> If anyone could verify that for me, I would love you forever. [02:02] what can i use to supply power with an outlet [02:02] !ask | skynetguy [02:02] skynetguy: 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 !patience [02:02] Steve N. Calif. test [02:02] "Under the Windows 10 app, with CPU use down to 10% and power use down to 9-10W, it's a different story." <-- He's saying that running Windows 10 reduces the load on his CPU, reduces its power consumption, and reduces the load on the fan, compared to Windows 7. Would Ubuntu 15.10 perform closer to Windows 7 or Windows 10? [02:03] NewTi0: depends on the CPU/firmware c-states, interrupt load, which can be tuned, etc. [02:04] vlc is giving me a black screen when I play a movie.. any ideas? [02:04] TJ-: Have you compared Ubuntu 15.10 to Windows 10 and Windows 7? [02:04] TJ-: How would I tune Ubuntu to reduce the strain on the CPU and fan? [02:05] I'm trying to execute a command from a GTK# program that needs to run in a terminal, what is the correct syntax to launch a shell with a command setup to run such as "bash sudo apt-get install -y fortunes-off", I can't seem to get the syntax right [02:05] C-states. Where do I modify those? [02:05] NewTi0: powertop is very useful for identifying power saving opportunities [02:05] TJ-: You suspect Windows 10 is doing some power saving that Windows 7 isn't? [02:07] NewTi0: I'm not interested in Windows; I'm giving you info on how to tune Linux power usage [02:07] hola hola [02:07] saludo a todos === nolsen is now known as FAT32 [02:08] !es | luisraul [02:08] luisraul: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [02:08] Ok. I just wondered what win 10 was doing that win 7 wasn't [02:08] since that's what needs to be done under Ubuntu. [02:09] oky, thank [02:09] windows isn't on topic here at all, you can't compare it to ubuntu [02:09] Does anybody know what i can use to power something without access to an A/C outlet [02:09] only searching new friend in this place [02:10] skynetguy: maybe try #ubuntu-offtopic [02:11] <[Saint]> Someone, anyone, please: [02:11] <[Saint]> Open alsamixer, and open the Sound Settings Panel, set the output volume in Sound Settings Panel to 100% [02:11] <[Saint]> Now, tell me please, what is the decibel output of the "PCM" channel in alsamixer? [02:11] <[Saint]> I'm seeing +12dB, which is frankly insane. [02:12] <[Saint]> It makes no sense to me that "100%" volume should be a positive decibel value and not 0dB. === step21 is now known as step21_ [02:17] [Saint]: are you a sound engineer? [02:18] <[Saint]> No. But I know enough to know that 100%/line level should be 0dB. [02:21] [Saint]: 0dB sounds correct to me, excusing the pun [02:23] +12dB suggests the output may have a booster-amp on it [02:25] -- i did the 28 backspace thing and it seems that i screwed up the most recent kernell, so it crashed when trying to load. i have removed it. my question is how this get upgraded? [02:26] i ran apt-get upgrade, but it doesn't seems to do it. [02:26] the gui says computer is up to date. [02:27] will appreciate a lead [02:29] x2: " 28 backspace thing " huh ? [02:30] Bashing-om: haven't seen the news? [02:30] x2: in grub isn't it? [02:30] yes [02:31] x2: should be fixed in a grub update then. [02:32] someone: yes, after the 28 backspaces the newer kernel went bad on me; so i had to choose the previous good one and that is how i am logged in. === FAT32 is now known as ext4 [02:32] somsip: i removed and upgraded grub also [02:32] x2: might be an idea to avoid trying to exploit your own PC in the future [02:32] x2: patch was published last week for CVE-2015-8370 [02:32] Multiple integer underflows in Grub2 1.98 through 2.02 allow physically proximate attackers to bypass authentication, obtain sensitive information, or cause a denial of service (disk corruption) via backspace characters in the (1) grub_username_get function in grub-core/normal/auth.c or the (2) grub_password_get function in lib/crypto.c, which trigger an "Off-by-two" or "Out of... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8370) [02:32] hehe somsip well.. i can say to you now yes i will never do it again.. but i don't trust myself. [02:33] x2: you'll probably need to reinstall the kernel images, and possible the grub install [02:34] TJ-: that is how i am trying to figure out, but when googling it, the instructions are all over the place. [02:35] at least the sites i have checked out. [02:35] x2: at what point does the boot fail? [02:35] x2: if GRUB loads the kernel image and initrd and hands over, then its in 1 or both of those. [02:35] TJ-: grub got fixed. n [02:35] TJ-: now it goes all the way to the user log in windows. [02:36] x2: so that's the /boot/vmlinuz-XXXXXX images from the linux-image-XXXXXX-generic packages, or the generated /boot/initrd.img-XXXXXX via "update-initramfs -u -k XXXXXXXX" [02:39] TJ-: just to make sure i am understanding ... you are saying to run: linux-image-3.19.0-42-generic [02:39] oops sorry that its a wrong paste [02:40] you mean to run: "update-initramfs -u -k XXXXXXXX" [02:40] where xxx its the kernel versio [02:40] n [02:42] x2: correct, because there are multiple kernel versions installed at any time [02:43] so the xxxx is the current that i have or the new one that i want? [02:43] x2: if you notice other issues it is possible you've caused unfixable corruption that requires a system reinstall, or reinstalling every package [02:44] x2: XXXXXX represents any version you have, you replace it with the version number you want to reinstall [02:44] TJ-: no issues that i can tell now. when rebooting it works smooth. it is the kernel version that i have its not the latest [02:45] x2: if you have linux-generic, linux-image-generic, linux-headers-generic installed those will ensure the latest kernel and header versions are installed [02:45] x2: oh hang on! [02:45] ok.. [02:45] x2: are you on Trusty 14.04 or 15.04 ? [02:46] x2: if it is 14.04 Trusty then those kernel versions are from the 15.04 Vivid hardware enablement stack, and you need alternate kernel package master files [02:46] Linux it 3.19.0-41-generic #46~14.04.2-Ubuntu SMP Tue Dec 8 17:46:43 UTC 2015 i686 i686 i686 GNU/Linux [02:46] x2: "cat /etc/issue" [02:47] cat /etc/issue [02:47] Ubuntu 14.04.3 LTS \n \l [02:47] x2: OK, so you need the HWE packages [02:48] !ltse [02:48] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:48] x2: so, that means that "linux-generic-lts-vivid" should be installed to ensure the kernels are kept up to date [02:49] ah, i don't remember seeing that in the list when grub was giving me the menu. [02:49] TJ-: probably i should start from there. installing ...lts-vivid [02:49] x2: "dpkg -l '*vivid*' " should show you the list of HWe packages installed === myztic__ is now known as myztic [02:50] is there a guide to stripping everything out of ubuntu possible [02:50] Koding only gives you 3gb of storage, there's literally nothing you can install in 1gb of space that's a "service" [02:50] genewitch: better to not install it in the first place. ubuntu-minimal is a good base [02:51] genewitch: I have server installs in less than 512MB [02:51] ii linux-headers-generic-lts-vivi 3.19.0.42.27 i386 Generic Linux kernel headers [02:51] Hi everyone. I have a question about a adsl/router combo in trying to disable to use a slave as the primary. Bc I think the tds provided modem router combo sucks. [02:51] This isn't anything Ubuntu or Linux related.. Sorry [02:51] Why do I see just '$' in SSH when I login as a user I added through 'adduser'? [02:52] And not their home directory straight away? [02:52] cuddylier: that's the shell prompt [02:52] cuddylier: did you do adduser -m [02:52] genewitch: No, I just did 'adduser' from what I remember [02:52] How do I 'fix' the user so it's normal? [02:53] cuddylier: you used 'adduser' or 'useradd' (-m is an option to useradd) [02:53] Does anyone know of a channel on free node that can help with me routing? Using a slave as the primary wifi signal. If that's possible [02:53] cuddylier: it's in the /etc [02:53] TJ-: so the pkg is there. does the upgrade has to be done manually or happens automatically? [02:53] genewitch: What should I do though to stop them logging in, in console mode? [02:54] cuddylier: 'adduser' will create the home directory based on the /etc/adduser.conf config, which unless you've altered it, should be doing all the usual stuff. [02:54] cuddylier: it's in /etc/passwd [02:54] x2: it'll follow automatically [02:54] cuddylier: from now on if you're making an interactive user use -m [02:54] TJ-: awesome. so i will leave alone then. thanks for your help. i really appreciate it. [02:55] genewitch: Thanks for the advice, will do. [02:55] cuddylier: oh, stop them from logging in in console mode? [02:55] yeah [02:55] cuddylier: is this a service user? like nginx or httpd? [02:55] No, a normal additional ssh user [02:55] what do you want to happen when they log in? [02:56] to be redirected to their home folder [02:56] genewitch: that is incorrect - 'adduser' doesn't have a -m option, and 'useradd' isn't recommended to be used. [02:56] cuddylier: what does "pwd" report? [02:56] TJ-: ok i believe you [02:56] cuddylier: you're only talking about the shell prompt [02:57] baywords: try #peoplesopen.net folks there are into wi-fi [02:58] cuddylier: which is set by the default shell's login scripts, via env-var PS1 [02:58] baywords: channel ##networking [03:04] TJ-: the laptop crashing its kernel has its hd encrypted. [03:05] x2: which part of the disk is encrypted, individual partitions, if so, what is in those? [03:05] TJ-: saying it, so in case similar issue comes into the channel. [03:06] TJ-: the whole disk, encryption done at moment of OS installation. [03:07] TJ-: anyways... gotta go now. many thanks again! [03:07] x2: the whole disk is never encrypted; couldn't be booted from in that case. indvidual partitions may be. so we need to know what they contain [03:09] TJ-: well, i know. -what do you mean with what is their content? regular stuff, rgular user stuff. [03:09] x2: e.g. if there's a separate file-system/partition for /boot/, that can be encrypted, as well as the partition containing the root file-system/LVM [03:10] x2: so there can be 2 partitions requiring unlocking at boot-time. If you go directly to the GRUB boot menu that suggests a separate /boot/ file-system that is not encrypted [03:11] TJ-: i see, now all its in one partition. [03:11] (now = no) [03:11] x2: so that suggests the root file-system isn't encrypted then, else there'd be no access to the GRUB menu without a 'crpytomount' unlock from GRUB [03:12] oh.. i see.. gotta go... people will grab me from my hair.. i need to get going. thanks! bye now. [03:18] http://packages.ubuntu.com/search?keywords=strongswan [03:19] strongswan-5.1.2 (ubuntu 14.04): received INVALID_ID_INFORMATION error notify ikev1 [03:20] https://wiki.strongswan.org/issues/819 === sireebob is now known as baubles === baubles is now known as christmascookie === kernel is now known as Guest40229 === namyzarc_ is now known as namyzarc [03:44] Help please. Two problems 1) I have a red ! in a triangle that says update info is outdated but when I follow it's instructions it shows my system is current and 2) I did a DD of a dying NTFS drive and I can't mount the image due to errors. How do I resolve this [03:45] MannyLNJ: For (1 ; pastebin ' sudo apt update ; sudo apt upgrade '. for 2) can not say . [03:52] Bashing-om, Working on it [03:52] MannyLNJ: k [03:53] Bashing-om, trying to use basebinit and it fails [03:54] !pastebinit ! MannyLNJ [03:54] Bashing-om: I am only a bot, please don't think I'm intelligent :) [03:55] !pastebinit | MannyLNJ [03:55] MannyLNJ: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [03:56] MannyLNJ: Is the package manager in such a state that ' sudo apt install pastebinit ' fails ? [03:58] Bashing-om: an alternative would be "command | nc termbin.com 9999" [03:59] zykotick9: ... 2 heads better than 1 .. even if one is a goat's head . :) [04:00] Bashing-om: hehe === Willy is now known as Guest53278 [04:02] hello. i would like to ask how to create parition in ubuntu. i am not familliar with the tutorial in the internet [04:02] can anybody help me? [04:03] i have created a new partition from a device using command "fdisk /dev/sda1" [04:04] the option is "extended" (i dont know what's the diff if i chose "primary" also) [04:05] next, when i type "lsblk" [04:05] i can't still find the partition [04:05] Bashing-om, Looks like my systen is very slow. I'm using VNC to access the ubuntu system [04:06] Guest53278: Consider that in the leagcy partitioning scheme there is a 4 primary partition limit. The way to get around this limit is to create one of those primary partitions as 'extended' . This 'extended' partition is a container to hold 'logical' partitions . === vlead is now known as madhavi [04:07] MannyLNJ: I wait . Be aware it is past my session time . My eyes are beginning to cross . [04:09] @Bashing-om how should i add an partition then? [04:09] Guest53278: Might show the channel what you have now, pastebin ' sudo fdisk -lu ' . [04:10] yeah but i want to create a new partition from the disk [04:11] Guest53278: Maybe you can. maybe you can not . Got to have the space and as well a means of addressing that space . show us what you have now . [04:13] http://pastebin.com/2pB89jJY [04:13] Guest53278: Look'n at your http://pastebin.com/2pB89jJY . [04:14] thx @Bashing-om [04:16] hey what do you guys use to edit video? [04:16] currently 8C outside [04:16] oops [04:18] ctrl_alt_pasta: yods [04:20] Guest53278: Small drive " Disk /dev/sda: 21.5 GB, " what is your goal here ? Presently you have very little unused space, and I doubt we can squeeze space to any effect - depending on what you have installed . [04:20] where can i found "chage - change user password expiry information" source code ? [04:21] hi guys! === anthony_ is now known as ctrl_alt_pasta1 [04:21] i am just planning to add an additional 1GB partition [04:21] @Bashing-om [04:22] ctrl_alt_pasta: avidemux === ext4 is now known as ext3 [04:23] Loshki, Thanks I'll check it out [04:23] hi, i'm having an issue with a raid 1. One of my drives crashed. So I continued working with one drive. Now I a new PC with new hardware and new Ubuntu. I fail to assemble the raid1 with a single drive. Any hints? [04:23] Guest53278: OK, you can not operate on partition that is in use, will need an alternate means of bnooting. Then may I suggest that you use GParted to shrink the present sda1 partition . and then in that unallocated space make up the new partition ? [04:24] Guest53278: bnooting/booting* [04:24] mdadm --assemble --scan says: /dev/md3 assemble from -1 drives and 1 spare drive - not enough to start the array [04:25] MannyLNJ: How ya doing ? [04:28] where can i found "chage - change user password expiry information" source code ? [04:28] where can i found "chage - change user password expiry information" source code ? [04:28] i can't change brightness. two config file, "/sys/class/backlight/acpi_video0/brightness", "/sys/class/backlight/nv_backlight/brightness". [04:32] Hi, anyone please tell me how can I know in ubuntu, a program how much process and ram is using? [04:33] rahuldev, the 'top' program from the terminal [04:33] rahuldev: Check out " top " and " free -m " . [04:34] where can i found "chage - change user password expiry information" source code ? [04:34] top is giving me full list working!, is there way to check for particulary program? [04:34] Bashing-om, TrivialGravitas [04:35] top -p pid [04:35] get the pid from ps -A which will list everything and its pid statically [04:35] where can i found "chage - change user password expiry information" source code ? [04:36] Thanks TrivialGravitas Bashing-om [04:37] Hi all [04:38] Anyone out there [04:39] It's a crowded channel [04:39] I come bareing gifts [04:39] han solo dies in the new star wars movie, thats a shame. poor hans [04:40] wasn't expecting that [04:41] syeekick: no he doesn't. His story line isn't great, but I guess it was just a call back to previous movies. In any case, off topic for this channel [04:44] xenial/wily strongswan-5.1.2-0ubuntu [04:44] freebsd strongswan-5.3.5_1 [04:45] ArchLinux strongswan-5.3.5 https://aur.archlinux.org/packages/strongswan/ [04:45] ubuntu so slow [04:46] !latest | showaz [04:46] showaz: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [04:47] security good, but not working ikev1 (only ikev2) [04:47] server-side only ikev1 [04:50] i learn English as a second language, but i can't memorize words by using vocabulary lists. how you guys learn English at school? [04:51] by swearing at one another :/ === francisco is now known as Guest54804 [04:51] vodka balalayka [05:08] gi [05:08] hola [05:12] anyone here? [05:12] !ask [05:12] 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 !patience [05:13] guess he didnt have a question [05:14] im getting an error 3.106772 ACPI PCC probe failed but it boots fine [05:14] any idea? [05:16] ssbbsb [05:16] ssbbsb [05:16] ssh [05:16] hi moe [05:26] I have a dell inspiron 3537 with 6 gb of ram and intel+amd hd 8670m graphics cards. It's taking too much time to boot, around 3 minutes [05:26] thanks in advance for help === zhxt_afk is now known as zhxt [05:58] hi guys [05:59] i have query regarding email client (evolution), could you guide me to the respective channel ? [05:59] What handles the wallpaper by default in Ubuntu 14.04? I'm toying with i3, and I've still got the standard ubuntu wallpaper, so some piece of the default desktop environment must still be active and controlling it [06:06] Aren't they in usr/share AHemlockLie [06:08] DaveyG: O [06:08] DaveyG: I'm not sure. I don't see anything that clearly seems to indicate it controls the wallpaper [06:08] Maybe the unity-settings-daemon... [06:09] Why not use the gui to change the background [06:10] I'm trying to figure out how to get it to change randomly at set intervals, and I want to incorporate a script to change some color themes === nudtrobert1 is now known as nudtrobert [06:11] The easiest way seems to be a scripted cron job, but I don't know which program controls the wallpaper. I tried feh, since I've heard some people use that, and it doesn't seem fully cooperative while still in Unity [06:12] I could jury rig it together, but if I can just go right to the controlling source... [06:12] Try googling [06:12] Variety [06:13] I'm sure that's what I use on my laptop to randomise backgrounds [06:15] Although I've only used it to pick random backdrops, never to use a folder of pre picked images [06:17] I've been googling with limited success, but I might have actually found something... [06:19] what TCP congestion driver ubuntu uses? westwood+ or cubic or reno ....? [06:23] Nope, no luck === russell is now known as Guest67926 [06:37] the Ubuntu installer for windows, does it let create a separate partition? [06:41] anonmatir: well i dont recommend it really, its better to create a live usb/cd === boodllebat_ is now known as boodllebat === Tronsha is now known as [UPA]Stefan [07:00] Baizon, thankyou === ab_ is now known as Guest23199 [07:06] ? [07:06] hello all [07:06] first user [07:06] new ubuntu user here [07:06] yes [07:08] ubuntu studio [07:09] music [07:09] ubuntu vs windows music [07:10] bledi: better if you ask your full question in well-worded english === arsenal__ is now known as arsenal [07:23] hello! I have an iMac with Ubuntu on, but sometimes the graphics hangs I'm using the radeon driver (tried with fglrx but ended up with a black screen), the graphicscard is a Radeon HD 6730M/6770M/7690M XT (from lspci) [07:24] when it hangs I can still move the mouse cursor, however not between monitors (I got 2) [07:25] internal + external [07:26] laptop + external? [07:26] i have no problems here [07:29] xcelq, the iMac have an internal and I have an external as well [07:30] don't work with macs sorry [07:30] you don't? xcelq [07:30] nope [07:30] i have a thinkpad [07:30] or it don't? [07:30] + external [07:30] okey [07:38] Hello, I'm having a problem with my 3g device. I just installed Ubuntu Gnome 15.10 and everything is fine except that I can't use my device to connect. After plugint it, I configure a new connection, but gnome applet is still displaying "Mobile broadband unavailable". It used to work on Linux Mint 16 and 17... Any help please? Thank you :) ! [07:43] WHY cant user access 0 display or use PulseAudio [07:44] can't even set the sound without creating a user [07:44] are you doing minimal? [07:44] no [07:45] just need a privileged user with current desktop [07:45] and this is the only problem [07:45] and vlc [07:45] i use mpv [07:51] is this unsupport hardware http://www.engadget.com/products/ibm/thinkpad/a20p/specs/ [07:55] how to create a link or shortcut and put it in /bin to access file from /usr/bin/folder/file? [07:56] drag and drop with file manager? [08:05] oaulakh: ln -s /usr/bin/dir/file /bin/file [08:06] celly: could you please fix your connection? [08:06] olf-folks: ThinkPad deprecated [08:07] olf-folks: IBM sold ThinkPad to the Chinese vendor, now the quality of these models is terrible [08:08] Hello. I aired this problem here yesterday and got some responses, thought my problem was fixed.. It wasn't. I'm investigating a problem i'm having with nfs. Adding an nfsv4 share to /etc/fstab makes the vm hang on boot. If i remove the line, boot the machine then i'm able to mount it manually. [08:08] hjjg, yup worked thanks [08:08] hi [08:09] ok thanks [08:09] helllo [08:09] anyone [08:09] yes? [08:10] I can mount it after the system as booted but not via fstab. it's like it's trying to mount before network is up [08:10] what do you guys do here [08:11] !topic | jack098, [08:11] jack098,: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [08:11] thanks [08:12] welcome vampolo [08:12] can anyone tell me how to reset ubuntu to factory setting kind of setting [08:13] i mean i have bloated the os [08:13] jack098, reinstall [08:13] cant i reset the kernel [08:13] jack098: reinstall from minimal [08:13] i want to set Clint for exchange email server but i wont it to keep offline emails on my computer [08:13] jack098, the kernel has nothing to do with "bloat". [08:13] jack098: you;re using words and you dont know what they mean [08:13] this ^^^ [08:14] i know what i mean trust me [08:14] !details } jack098, then you explained it poorly [08:14] cfhowlett: I am only a bot, please don't think I'm intelligent :) [08:14] !details [08:14] 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) [08:14] jack098: you want to compile your own kernel using as few modules as possible? [08:15] yea thats more like it [08:15] jack098: you're on your own with that then, or try #kernel or #linux. Support here for official kernels only [08:15] can i do that while runnning os [08:16] can anyone tell me best ide for python on ubuntu [08:16] jack098, changing a tire while going down the freeway ... unwise [08:16] jack098: yes - you compile a new kernel, boot to it, watch it crash and burn, rinse and repeat until you get it right. Not supported here though. Good luck [08:18] Hi [08:19] I m new linux user [08:19] Hey [08:19] Do you need any help? [08:19] And i m learning python in it [08:19] Yeah [08:20] Basically i hv been using python console in terminal [08:20] Nice! I also know python. So, what do you need help with? [08:20] For single line codes [08:20] what was the last thing you did [08:20] no [08:20] Yeah programmers call it the shell. IDLE Shell. [08:20] i mean a good ide for [08:20] rapid building [08:21] jack098: what IDE do you use? [08:21] good readability [08:21] geany [08:21] But i want to save my codes in nano [08:21] Do not use nano for python. [08:21] And then execute it in pytjon console [08:21] guys should i go for [08:21] ubuntu 15 [08:21] Use the software that comes w/ python. [08:21] or stick to [08:22] of course ! [08:22] 14.0 lts [08:22] go for 15 [08:22] 14.0 LTS [08:22] why and why [08:22] dont listen to stable hurr durr paranoia. Be a man [08:22] Any one can help me with this please :) ? http://ubuntuforums.org/showthread.php?t=2306925 [08:23] So how to save codes in my computer using terminal and then run it into python console inside my terminal [08:23] Python 14.0 has been out for longer and is more stable and can also run more apps. [08:23] yea [08:23] Use a text edit or an IDE st84 [08:23] which one [08:24] jack098: stick w/ 14.0 LTS until more application support is released for 15.0 [08:24] K thanks [08:24] This place is awesome [08:24] yea it is [08:25] yeah I get excited too [08:25] Anonops was fucked up [08:25] Nobody gives a shit about u there [08:25] Yeah [08:25] Thanks 404 [08:26] I only chose 404 as it is the name of an error === Baconator404 is now known as [404] [08:26] is adding ppa safe [08:26] <[404]> I will now be known as 404 [08:26] And one more thing [08:27] it is perfectly safe [08:27] <[404]> Yes? [08:27] Maybe i sound like noob [08:27] <[404]> What is your question st84 [08:28] Wait a min i ll ask later [08:28] My dad is in here [08:28] best eye candy other than kde you have used? [08:28] <[404]> Ok. Anyway I am gonna go now and do some programming. Have a nice day everyone! [08:29] ok bye [08:30] hi, on ubuntu 14.04 i have the following problem: my tty get spammed with these error messages: http://pastebin.com/kVSbT91V despite that system seems to work ok... any idea? [08:31] can i use autofs in addition to fstab? [08:33] hi, do you know if firefox has an image blocker? [08:34] I am trying to echo a header on a daily log concatenation in a bash script. I've got TIMESTAMP=`date -u` [08:34] echo -e "\n*** $TIMESTAMP Today's Backup\n" >> backup.log [08:35] the log output is: "n*** Mon 21 Dec 2015 08:32:02 UTC Today's Backupn" [08:36] Seven_Six_Two: "" in bash outputs exactly as given so wrap like: http://stackoverflow.com/questions/2991276/help-with-variables-and-new-lines-and-quoting-in-a-bash-script [08:37] I tried with '' too. thanks [08:38] with sed how would i replace the line before match [08:39] hi, Im running Ubuntu 14.04 with Kernel 4.2.0-21-generic on an Asus Z170-P mainboard with newest Bios Version 0601. my ttyx consoles get spammed with some error messages: ata5: {SError / irq_stat / expectioon E Mask} the syslog output is repeating: http://pastebin.com/kVSbT91V any idea how to fix this? [08:40] if ubuntu freeze and the mouse move, but cant jump to terminal screen by alt+tab+f1-6, are you think my program running or stuck? [08:41] i running photorec, consider if reset or let it run [08:42] Roikeman: if your system hangs so hard you cant access ttyx in any reasonable amount of time i fear reset is your only option [08:43] Roikeman: are you sure u need alt+tab to get to tty not ctrl+alt? [08:43] Roikeman: sruli is right you need crtl+alt+Fx to access ttyx [08:44] Hello there. When I run an update Ubuntu tells me I need to free up space in /boot - I try apt-get autoremove and still got that message. Is there any help here? I also cleared trash. [08:45] LordPicard: 14.04? [08:45] LordPicard: removing old kernels will usually solve this....hang on [08:45] LordPicard: here you go http://askubuntu.com/questions/2793/how-do-i-remove-or-hide-old-kernel-versions-to-clean-up-the-boot-menu [08:45] sruli: 15.10 [08:45] somsip: checking. hold on. [08:46] LordPicard: i use the last line in the first answer to delete old kernels http://askubuntu.com/questions/401581/bash-one-liner-to-delete-only-old-kernels [08:46] LordPicard, manually (and carefully) remove them with terminal [08:48] can also be performed in synaptic [08:49] thank you to all [08:49] I think I figure it out [08:49] :P [08:51] i need to replace 2 lines in a file with sed, both lines are the same but i want to replace each with a different value, how can i tell sed replace first with $1 and second with $2? or replace according to match on next line (the next line is unique) [08:52] sruli: http://stackoverflow.com/questions/148451/how-to-use-sed-to-replace-only-the-first-occurrence-in-a-file [08:58] hi, Im running Ubuntu 14.04 with Kernel 4.2.0-21-generic on an Asus Z170-P mainboard with newest Bios Version 0601. my ttyx consoles get spammed with some error messages: ata5: {SError / irq_stat / expectioon E Mask} the syslog output is repeating: http://pastebin.com/kVSbT91V any idea how to fix this? [08:58] hi, Im running Ubuntu 14.04 with Kernel 4.2.0-21-generic on an Asus Z170-P mainboard with newest Bios Version 0601. my ttyx consoles get spammed with some error messages: ata5: {SError / irq_stat / expectioon E Mask} the syslog output is repeating: http://pastebin.com/kVSbT91V any idea how to fix this? === ^cj^ is now known as ^CJ^ [09:19] silidan1, sruli: sorry, ctrl+alt. no way to release it :/ it happen when i open ppt file in libre office, its not the first time, the screen just freeze. thanks guys :) [09:21] somsip: tried the samples from that page none worked === benniblanco1 is now known as benniblanco [09:26] всем привет! [09:27] IIRC this is English only, right? [09:27] stevendale__: yes [09:27] !ru | shakuev [09:27] shakuev: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [09:27] guys, i've removed every kernel image exept the two last ones, and I still get an error "4026 k of disk space on '/boot'." when trying to update anything. any help? [09:27] I've done apt-get autoremove and clean. [09:27] енлуПожйсталууссязы hurr durr i am a russian [09:28] !o4o | lulcat [09:28] lulcat: Some topics are controversial and often end in negativity. Take care on subjects like war, race, religion, politics, gender, sexuality, drugs, potentially illegal activities and suicide. The topics are not banned; stating your position is ok, but trolling, baiting, hostility or repetition are not. If you are asked to stop, do so politely. Disputes to !appeals, please adhere to !freenode Policy and the !CodeOfConduct [09:28] roflmao [09:29] #ubuntu-ru [09:30] как зайти на этот канал [09:32] !ru [09:32] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. === MinedAWAY is now known as Mined [09:37] hi is anyone here use youtube-dl ? [09:37] For Android? [09:38] for ubuntu [09:38] Oh [09:38] I'm trying to download youtube playlist, just want to know is I'm doing right by typeing this. [09:38] "youtube-dl -cit [09:39] URL instead of playlist name, from what i read from their doc [09:40] url to playlist [09:41] hi, can someone tell me where LXD images are stored when you run "lxc publish" ? [09:43] Mined, King_Hual yes I use url, but showing error like unable to extract name [09:43] (st84) Hi [09:43] (st84) I got a question [09:43] (st84) I hv been using python console in my linux terminal [09:43] rahuldev a public list right? [09:43] (st84) And till now i use to test my single line code in that xonsole [09:44] (st84) So can anybody tell me that [09:44] (st84) Can i use terminal and python comsole also for writing big codes and saving it like anything.py [09:44] (st84) And then running it into the trrminal console [09:44] (st84) ??????? [09:46] st84 [09:46] #python [09:46] Mined, don't know it's public or private but I tried many playlist getting same error. [09:47] Lulcat i hv registered my nick but it still get connected to python unregistered [09:48] st84: http://stackoverflow.com/questions/947810/how-to-save-a-python-interactive-session === Mattias___ is now known as Mattias === themill_ is now known as themill === n-st_ is now known as n-st === [mhoney] is now known as mhoney === Spr0cket- is now known as Spr0cket === n0mad_ is now known as [n0mad] === arif-ali_ is now known as arif-ali === rax-Y is now known as rax- === stevenroose|BNC is now known as stevenroose === Z751 is now known as Z750 === jamick_ is now known as jamick === zwamkat_ is now known as zwamkat === crane_ is now known as crane === Tristan-Speccy is now known as Guest66175 === the_ktosiek is now known as ktosiek === croppa_ is now known as croppa === ujjain- is now known as ujjain [09:53] Can someone tell me what I'm doing wrong? I've done the "" quotes, '' quotes, and no quotes for setting FN and for the touch command. The best I can get is a file that shows up called "%80%9D [09:54] paste.ubuntu.com/14126546 [09:55] I'm in OSX, but this is bash, so I thought I'd try here === john-mca` is now known as john-mcaleely [09:57] Seven_Six_Two, this isn't bash, it's Ubuntu [09:57] Seven_Six_Two, unrelated [09:57] try #bash .. [09:58] hi, can someone tell me where LXD images are stored when you run "lxc publish" ? [09:59] Is it possible to get both wired and wireless internet connection at a time with one pc? [10:00] no === bob is now known as Guest27980 [10:00] you can only bridge wired connections i guess [10:00] Ubuntu new Caclulator is cool! [10:00] yup [10:00] Does ubuntu use SystemD [10:01] i dont know === Swish[\] is now known as Swish === bewbs is now known as Guest94019 === sleepypc is now known as hypermist [10:07] hey, can someone hint me what to what I can look at, when the install process is super slow? I think it's dpkg, but no idea, downloading is fast, install is super slow [10:07] just anything === mandje is now known as kerstmandje === ndancer is now known as Guest62138 [10:08] Hello I have a fatal issue. Yesterday I noticed I had somethings in my /mnt folder. I then lsblk to see what's mounted there but there was nothing as I expected. The contents were from my $HOME dir. But my home is mounted on /home. So I deleted everything in /mnt with cd /mnt; sudo rm -fr * then started noticing changes and the system went crazy. I haven't deleted much tho, But all contents from /boot and [10:08] most things. What could cause this please? [10:10] ArchNoob: something was mounted there, or maybe it was a symlink to another dir [10:10] type ls -l /mnt and df /mnt [10:11] EriC^^: Well, I could have seen it if it was mounted. Plus when I ran sudo umount /mnt something was displaying. I never read it but it was the reason I noticed my /mnt had contents. === alphaseg_ is now known as alphaseg === BaW_ is now known as BaW === bradjones_ is now known as bradjones === Punna is now known as Pwnna === DinCahill_ is now known as DinCahill === dcmorton_ is now known as dcmorton === AJC_Z0 is now known as AJ_Z0 === RaptorJesus_ is now known as RaptorJesus === HerbTarlek is now known as Herb_Tarlek === rawss is now known as rOss^64 === surfsue is now known as surfdue === Bearie is now known as IceBear === megabitdragon_ is now known as megabitdragon === geheimni1` is now known as geheimnis` === anderx is now known as andrex === Spilotro_ is now known as Spilotro === evil_dan2wik_ is now known as evil_dan2wik === supergauntlet_ is now known as supergauntlet === jswagner_ is now known as jswagner === samuelkadolph_ is now known as samuelkadolph === Hawkrz is now known as Hawkerz === copec_ is now known as copec === dw2 is now known as dw1 [10:12] now you know not to rush to delete things, right, ArchNoob === herb_ is now known as herb [10:13] EriC^^: Also I can not run anything there now, I can't boot it and I have lost some key programs like ls and all sorts. === Helheim_ is now known as Helheim [10:13] ArchNoob: something was mounted there i'd assume [10:13] what do you mean by after sudo umount /mnt "things showed" ? [10:14] tlt: I have learned my lesson. And it's weird that all my 1 year knowledge I did something as that stupid. :( [10:14] like umount: device is busy ? [10:14] ArchNoob, yeah it's no joke. It's unfortunate. [10:15] EriC^^: No, It was a larger error message. Is there a place where I can find mount logs maybe? and post them somewhere for you to read? Cause somethings aren't deleted .. [10:15] ArchNoob, have you made backups lately? If you have I'd have reinstalled and restored the backup instead of worryinb about the current setup === termos_ is now known as termos [10:16] larger error that means most likely it was mounted === sjums_ is now known as sjums [10:16] how can i use this script to replace previous line rather then adding new line? http://pastebin.com/Gi9Mfhzn [10:17] ArchNoob: like this? http://paste.ubuntu.com/14126651/ [10:17] Hi === vidplace7_ is now known as vidplace7 [10:17] tlt: Yeah I have all my home backup, and I have dual linux systems which am using right now. But I wish to recover it, cause it was my most stable system. :( [10:17] ArchNoob: i think it's pretty toast [10:18] EriC^^: Hold on i'm checking the link, internet pretty slow here. [10:18] EriC^^: Yeah it's that kind of error message.. [10:19] EriC^^: but it was /mnt [10:19] ArchNoob: yeah, that means it's mounted and something is using it [10:19] most likely the root filesystem was mounted there [10:20] maybe you did sudo mount --bind / /mnt ? or something like sudo mount /dev/sda1 /mnt ? [10:21] anyways if you have a backup of your files it's all good i guess [10:22] EriC^^: Damn, tho I remember never to do such a thing. I was pretty cautioned about my mounts. I had all my useful drives configurations in /etc/fstab and just there. === tesla is now known as fep [10:26] Morning guys, got a weird problem with a freshly updated 15.10 machine. The network interface is up, NetworkManager is running, the interface is showing is UP in the output of ip link, DHCPDISCOVER is sent out from the device, received by the firewall doing DHCP, DHCPOFFER is sent, never received by the machine running 15.10.... [10:26] ArchNoob: how long did you let it run? [10:26] ArchNoob: it probably only deleted /bin and /boot maybe === Numline1 is now known as Guest13940 [10:27] type echo /* , in a terminal you'll see a path of destruction like in final destination :P [10:28] is /etc still all there? === boxznc is now known as boxmein [10:29] Any help with http://ubuntuforums.org/showthread.php?t=2306925 would be appreciated :) [10:32] Hi all, I created a .desktop shortcut as seen (http://paste.ubuntu.com/14126714/). But when I execute it, I get an error - file not found. I am sure my pathing is correct and the program in question works. Any help? [10:32] Marouane: not directly fixing your issue, but have you tried configuring the device via sakis3g instead of the ubuntu thing? [10:33] Marouane: I did that, then it magically also applied to the ubuntu config and just started magically working [10:33] Marouane: e3372 here [10:33] Bluewolf: quote the paths [10:34] Bluewolf: that "/Unix" looks out of place [10:34] Boxmein : Ok, I will give it a try, thank you :) [10:34] though maybe start.exe requires it..? [10:35] Bluewolf: And I think \\\\ is one layer too many. The Exec line is NOT passed to a shell, so you shouldn't need to escape the backslashes twice [10:36] hi, can someone tell me where LXD images are stored when you run "lxc publish" ? [10:36] everything looks out of place, even, Bluewolf [10:36] looks like a mess [10:36] geirha: yes, /unix is apparently part of start.exe [10:37] you'd rather make a script called warcraft or something that does all that wine stuff [10:37] and put that in your shortcut [10:37] ^ [10:37] would be a bit less ...compressed [10:37] last time I installed something with wine, it created a desktop launcher for me [10:38] a working one [10:38] what are the linux-signed-generic packages? [10:38] put what you would have wrote manually into a script, chmod +x it, and put that in your shortcut [10:38] can I safely remove them all if I am using a kernel that has a common name? [10:41] ren0v0 better ask in #lxcontainers [10:46] MindSpark tip: if you're working on that level, test it in a VM, first === bazhang_ is now known as bazhang [10:46] MonkeyDust, it's a pc... [10:47] MonkeyDust, its an ubuntu project [10:47] LXD that is [10:48] ren0v0 i use lxc myself, lxd is the 'manager' for lxc [10:51] geirha: Well the program works, and thats cliking directly on the .exe. Yet even when I change the path to: Exec= /home/User/.wine/drive_c/Program Files (x86)/Warcraft III/Warcraft III.exe [10:51] It sill does not work? [10:51] boxmein : so sakis3g worked, but it seems that the same problem persists after finishing using it (not like for you, the problem was solved) :/ [10:51] Bluewolf: Yeah that's also wrong === lahwran_ is now known as lahwran [10:52] Bluewolf: try: Exec=env WINEPREFIX="/home/User/.wine" wine "C:\\Program Files (x86)\\Warcraft III\\Warcraft III.exe" === micalm_ is now known as micalm [10:53] Bluewolf, you'd have to put wine in front of /home/User/ [10:53] Exce= wine /home/User/ etc etc [10:53] GAH, fixed my issue - dodgy patch port..... [10:54] geirha: There was an error launching the application. [10:54] It did create a shortcut upon installation, but I deleted it. Silly me. [10:54] geirha: And like I say, the program runs...... [10:54] Marouane: I have a weird workaround, you could just use sakis3g for the future with an autorun script when the modem is plugged in [10:55] Bluewolf, Exec = wine "/home/User|III.exe" [10:55] With the .exe [10:55] Marouane: but if that's crappy we can go the other route and try debugging the ubuntu stuff [10:55] Bluewolf, with the full path of course [10:56] Hello, i search my video card but i found only "Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)" what's that mean? [10:56] Bluewolf: Install it again, then ;P [10:56] MindSpark yes, you can use a VM on your desktop [10:57] boxmein : if you have some time, it would be my pleasure to make some debug (and learn on the process) [10:57] CravateRouge: what video card you think you have? it seems that the video card detected is the one inside your CPU [10:57] tlt: one sec.... [10:57] MonkeyDust, yes, I think I might have not explained myself correctly. I am currently running out of space in the boot partition. So in order to upgrade to a new kernel, I need to remove/purge the old ones first [10:57] tlt: There was an error launching the application. [10:58] I had a look at the installed packages and noticed there are some linux-signed-image packages, which I can't remember I've seen before [10:58] TijG: i thought it was an intel HD4000 [10:58] so the question is, can these go too? or are they not related to what I am doing here? [10:58] geirha: Ah thats the long way around, but yeah I guess so [10:58] as I said, make a script, Bluewolf , and test that it works first, then, make a shortcut that points to that script instead === ejat_ is now known as ejat [10:59] Bluewolf, it's better to make shortcuts to things you know works, rather than a mess like that [11:00] tlt: The reinstall is looking optimistic....... [11:00] I'll give it all a go. Like I said, that mess has always worked before..... [11:00] Thanks for the help\ [11:01] geirha: And yours too :D [11:02] CravateRouge: the Intel HD4000 is a GPU inside your CPU, so that detection is correct [11:03] Marouane: alrighty, I honestly have no idea how to fix this but let's see what I can figure out on the go :P [11:03] MonkeyDust, not sure what you're explaining there i know what it is, i'm saying its being developed/funded by ubuntu team :) [11:03] wonder how the rest of those people's systems look [11:03] what a mess [11:03] no? http://www.ubuntu.com/cloud/lxd [11:03] boxmein : Ok :D [11:03] MonkeyDust, and if you use it, maybe you can give me a quick answer :) [11:05] TijG: if i want to be sure it's the Intel HD4000 and not another card, what should I do? [11:06] Marouane: hmm, can you try the advice in comment #7 here? https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1508718 [11:06] Marouane: if it works, let's go post to the forum thread too, so we get a permanent record for this :D [11:06] ren0v0 no, i use lxc on a very basic level, guess you're even more skilled than i am [11:08] CravateRouge: what does the command "lspci -nnk | grep -iA3 vga" do? [11:08] MonkeyDust, no not at all, i looked into LXD because i thought it would be easy to make images of containers etc [11:08] is this easily possible with LXC on its own ? [11:09] TijG: the same answer than the last [11:09] hey there. is it possible to directly upgrade from 14.04 to 16.04? [11:09] CravateRouge: well.. I guess it's the correct one then :) [11:10] TijG: ok thanks :) [11:11] ren0v0 my quick answer is: /j #lxcontainers [11:13] MonkeyDust, thats not an answer, i hate people who do that [11:13] why even reply to tell someone to go elsewhere :S [11:14] ren0v0 that's giving direction on where/how to find better support [11:14] it's a dedicated channel [11:15] What is going on [11:15] ren0v0, thats a pretty good re-direct, otherwise ask here every twenty to thirty minutes [11:15] ubuntu support Warlock [11:15] MonkeyDust, i'm already there, and as i said, LXD seems to be funded by ubuntu and this is more active [11:15] thanks though [11:15] Yeah [11:16] #ubuntu channel [11:16] Warlock, whats your support issue, if any [11:16] boxmein : Didn't work, I will try to delete all configured connections, reboot a see [11:17] None [11:17] What are you talking about [11:18] Warlock, this is ubuntu support as I said, for chit chat try #ubuntu-offtopic [11:19] No I am just trying to get involved in whatever is going on [11:19] Sorry for the confusion but I am on mobile and it is hard to scroll up [11:20] boxmein : no, didn't work even after reboot [11:30] Serious question, promise I'm not trolling: If I'm not using Unity, is Ubuntu still sending my data to canonical/amazon? [11:31] OpenSorce, no === Warlock is now known as Bacon [11:33] OpenSorce and tou can disable that in unity, if you like === Bacon is now known as Guest99866 [11:34] you* === Guest99866 is now known as Watlock === Watlock is now known as Warlock [11:34] MonkeyDust, yeah. I knew that just making sure it wasn't something system-wide. bazhang just explained it in another channel though :-) [11:35] great [11:35] MonkeyDust, I know it's a touchy subject but I couldn't find much definitive on it searching the web. [11:35] Anyway, thanks for addressing it :-) === ^CJ^ is now known as ^cj^ === Nach0z_ is now known as Nach0z [11:47] Hi.. I need help in renaming the block devices in ubuntu [11:47] 14.04 [11:47] i wrote a udev rule [11:47] ACTION=="add|change", SUBSYSTEM=="block", ATTR{size}=="2118123520", KERNEL=="sd*" NAME="sda" [11:48] but its not working [11:48] can anyone suggest ? [11:49] hey there [11:49] anyone can help with Kdenlive 15.12? [11:50] Shady ask, don't ask to ask [11:50] Hi ubuntu experts.. [11:50] anyone on udev rules.. [11:51] is it possible to name /dev/sd* as per my rules ? [11:51] Shady, kdenlive has its own support. [11:51] MonkeyDust, looking for the kdenlive 15.12 package for ubuntu 15.10 [11:51] !info kdenlive [11:52] tansy: I guess that might create a conflict in names [11:52] cfhowlett, the support on the website is not updated to the new release [11:53] !newest [11:53] !latest [11:53] bot is mia [11:53] so I see. [11:53] tansy: if /dev/sda is already used [11:53] !mia [11:53] Shady, it takes time for packages to be integrated into the repos. be patient or compile from source [11:54] Hi clobrano... i have 16 disks attached to system and on 1 of disk i have OS installed .. i need to name them consistently/. === cpaelzer is now known as cpaelzer_afk [11:54] after reboot they should be consistent// [11:54] Hello there o/ [11:54] I have a big problem with my computer [11:54] but sometimes after reboot the disk names are not consistent. [11:54] tansy: attached how? USB? [11:54] I installed the updates yesterday, this morning it booted [11:55] no physical disks attached to server.. [11:55] * purno slaps purno around a bit with a large fishbot [11:55] But now, I'm unable to launch the X session [11:55] I also don't have the network [11:55] cfhowlett, thanks, any recommendation app to compile from the source? [11:55] When I tried to startx, it showed: "xinit is not installed, try running apt-get install xinit" [11:56] But xinit is actually installed, because trying to install it made apt say: "xinit is already up-to-date" [11:56] tansy: well, you could use other names in place of sd* [11:57] clobrano : and how can i do that ? [11:57] tansy: but if the target is to mount all of them in the proper order, fstab configuration might be what you need to look for [11:57] clobrano: no mounting is not the issue.. [11:57] tansy start with a pastebin of sudo blkid [11:57] i need the raw disk names to be consistent [11:58] MonkeyDust.. blkid is only for filesystems or lvols.. not physical attached raw disks [11:59] How can i "export PATH=/cwd:"{$PATH}"? [11:59] where cwd is the current directory [11:59] tansy: the udev rule you copied before tries to change all entries to /dev/sda, which is wrong. At this link http://www.reactivated.net/writing_udev_rules.html you could check composition rules to create a proper name for each of your disk [12:00] clobrano.. i checked this link .. [12:00] the rule i wrote [12:00] ACTION=="add|change", SUBSYSTEM=="block", ATTR{size}=="2118123520", KERNEL=="sd*" NAME="sda" [12:00] the size of this disk is more as compared to other 14 attached disks.. [12:00] on which my OS is installed.. [12:00] so it should distinguish the disk [12:01] if i use symlink in this line it works.. [12:01] but the name="sda" is not working [12:01] * predictor slaps predictor around a bit with a large fishbot === cpaelzer_afk is now known as cpaelzer [12:01] tansy: because sda is a fixed name, already used for other system disks [12:01] anyone? [12:01] predictor stop your bot [12:02] no bot here [12:02] clobrano.. if i try to use some unused name also.. like disk1 .. it is not woring. [12:03] I am just trying to use irsii with sasl and it doesn't work on irc.freenode.net [12:03] anyone with irsii+sasl experience around here? [12:04] clobrano.. is there any way i ensure my naming is done before kernel naming of disks.. ?? [12:04] Shady [12:04] tansy: could you please better explain the issue? I didn't get what is not working [12:04] how to compile from source? [12:04] tansy: no, first is the kernel, then udev [12:04] this works: connect -ssl irc.rizon.net 9999 [12:04] predictor: ask in #irssi please [12:05] or even in #freenode [12:05] clobrano.. i have 15 disks attached on system and they got their names from /dev/sda to /dev/sdo.. but sometimes after reboot they shuffle and start pointing to another disk.. [12:06] e.g earlier /dev/sde was the one on which my OS was installed.. but after reboot /dev/sdg start poingint to OS disk. [12:06] how can i stop this thing ? [12:07] predictor scroll down http://freenode.net/sasl/ [12:07] tansy: ok, I think I got it, and this is weird [12:08] How do I automatically mount an external ntfs usb hdd? [12:08] safe_ in /etc/fstab [12:08] tansy: have you tried configuring fstab? Basically you do not need that the dev names are always the same, but that the mount points are always the same for each disk [12:09] tansy, mount and manage the disks by their UUIDs [12:09] then you're free of such problems. [12:09] * clobrano thinks tlt is right [12:09] just make sure to keep them unique [12:09] clobrano.. the requirement is quite different here.. i wont be usinf fstab to mount these disks.. i would be creating a cluster of storage disks from these ones... [12:10] i am not MOUNTING here guys [12:10] which is easy as long as you don't explicitly double UUIDs, really [12:10] so UUID wont be present [12:10] i need to create ceph storage cluster from the raw disks.. [12:10] but they still have UUIDs when unmounted? tansy [12:11] so disk name consistency is needed .. by any means [12:11] no.. tlt [12:11] UUIDs are only for mounted partitions or lvols.. [12:11] hi...what is the LVM? [12:12] mrsam_ lvm means logical volume manager [12:12] Hiyas all [12:12] tnx :) === marshal0605 is now known as marshal0505 [12:28] hello [12:31] Hello. I have a directory with thounsadns of subdirectories. I'm trying to create a folder named thumnails inside if this subdirectories. I tried with for dir in */; do mkdir -- "avatar/thumbnails"; done, but not worked. Any suggestion please? [12:33] mcfdez87: what about this: for dir in */; do mkdir ${dir}avatar/thumbnails; done [12:34] mcfdez87: before that, you could do for dir in */; do echo ${dir}avatar/thumbnails; done [12:34] mcfdez87: to see if the dirs are correct [12:34] mcfdez87: also you might need mkdir -p [12:34] good afternoon. on relatives computer running xrandr shows two connected display but there,s is no vga connected is there a way to force system to not use or show using vga [12:34] I think vga card is broke [12:35] hi people [12:35] Simon_NL: if you've got system settings up, use Displays and disable the VGA adapter's display [12:35] Simon_NL arandr is a gui for xrandr, may be usful [12:35] Simon_NL, you have lvds only connected [12:35] hola?= [12:36] boxmein, your line worked [12:36] boxmein: doen't accept that switches of both shown displays [12:36] On trusty LTS, I've tried to disable the "blink mouse pointer" when CTrl is pressed, but I don't find where the option is. Would someone help me, please? [12:36] Simon_NL: hmm [12:36] s/doen's/doesn't [12:37] kadiro: yes [12:37] that candy effect is making my Virtualbox unusable :( [12:37] Venker i use trusty... how did you even enable that option? [12:38] MonkeyDust: I don't remember :-( [12:38] Simon_NL, IMHO from this link you pasted http://paste.linuxmint.com/view/0pg8/ it look normal ( i could be wrong ) [12:38] connected vga monitor and that gave distorted image thats why i conclude card is broke [12:39] distorted? [12:39] No option found in "mouse config" or even "compiz manager" [12:39] kadiro: it shows vga and lvds connected. [12:39] kadiro: very bad image [12:40] Simon_NL from this link? http://paste.linuxmint.com/view/0pg8/ [12:40] arandr shows vga-0 and ldvs actief [12:41] boxmein, Also I tried find */avatar -type f -print0 | xargs -0 mv -t */avatar/thumbnails to move all files inside avatar directory (of all folders) to a thumbnails folder inside avatar, but some strange happed me [12:42] kadiro: VGA-0 connected (normal left inverted right x axis y axis), LVDS connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 331mm x 207mm [12:43] Simon_NL, yes but there is no actif display [12:43] for lvds the current one is 1024x768 59.9* [12:43] kadiro: there's no * [12:43] vga there is none [12:43] seen that [12:44] Simon_NL, If you adjust the display in lvds, same thing happen? [12:45] Simon_NL: you sure you got the right graphics driver active too? sudo lshw -C video to check [12:45] kadiro: the problem is if I set resolution to highest cinnamon crashes and system goes in fallback [12:45] Simon_NL: are you on mint? [12:46] MonkeyDust: could be a special option in .gconf? [12:46] lotuspsychje: yes [12:46] Venker: you could try dconf-editor or unity-tweak-tool perhaps? [12:46] Simon_NL: we dont support mint here sorry, seek their oddicial chat [12:46] official [12:47] Simon_NL, take a look in ~/.xsession-errors may be something is wrong there [12:47] friends in there told me to go here. that had the idea it was an ubuntu issue [12:47] s/that/they [12:47] Simon_NL: if you install an official ubuntu version, we can help you here [12:48] Simon_NL: check the versions from the topic [12:48] lotuspsychje: I'm using gnome-panel desktop, will it work? [12:48] thanks lotuspsychje [12:48] Simon_NL, go back to mint channel i will try my best to help [12:48] kadiro see you there [12:48] ok [12:48] Venker: are you on ubuntu-gnome or ubuntu desktop with unity? [12:49] thanks guys. [12:49] so hi all....which linux is stayble and goood for sever? [12:49] !server | mrsam_ [12:49] mrsam_: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [12:50] i wanna to know centos is good or debian? [12:50] lotuspsychje: apt-cache show gnome-panel [12:50] mrsam_: you joined an ubuntu support channel here, so we suggest ubuntu server [12:50] mrsam_: ask in ##linux [12:50] mrsam_: this is pure offtopic in here. [12:50] tnx [12:50] mrsam_, this is UBUNTU support. stay on topic please [12:50] while installing ubuntu on a new uefi system what should i take care off ? [12:51] ok tnx [12:51] right now booting in the usb shows Your installation CD-rom couldn't be mounted. [12:51] IIT: dualboot or singleboot ubuntu? [12:51] hello [12:51] lotuspsychje: is a tweak to make the default desktop more similar to gnome 2.x [12:51] lotuspsychje, dual boot [12:51] !uefi | IIT have a read :p [12:51] IIT have a read :p: 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/UEFI [12:52] I have weird problem - seems that apt-get is somewhat broken ... wherever I type ``apt-get update'' it never finishes the command but just hangs on waiting for repo - but every time waiting for different repo [12:52] Venker: not sure what your talking about, your on gnome fallback perhaps? [12:53] ntz_: added ppa's of any kind? [12:53] this is my repo list: # egrep -v ^#\|^$ /etc/apt/sources.list | _paste [12:53] http://sprunge.us/MNea [12:54] ntz_: looks all official [12:54] lotuspsychje: I have 14.04.02 LTS according to ect/os-release [12:54] sorry 14.04.3 [12:54] ntz_: can you ask in #ubuntu-mirrors for known issues on your country [12:55] ntz_: you used sudo apt-get update right? [12:55] it was doing that in friday also ... and again. I smell something broken because it just hangs every time on different repo which I can open in the browser even locally [12:55] lotuspsychje, yes, it's gnome fallback. I found the right option with the dconf-editor, thanks [12:55] !yay | Venker [12:55] Venker: Glad you made it! :-) [12:56] ntz_: main repos had issues few days ago but should by solved by now [12:57] hmm ... I see now that I* have some things in sources.list.d but again, I can manually open those repos in browser [12:57] ntz_: ask in #ubuntu-mirrors please [12:58] ok, thanks [12:58] ntz_: maybe with a pastebin of errors on your sudo apt-get update [12:59] lotuspsychje, okay :) in both uefi and legacy mode ubuntu is not getting installed [12:59] lotuspsychje: ok [13:00] IIT: im not into dualboots very much sorry, for singleboot its more easy, disabled fastboot and secureboot [13:00] lotuspsychje, can i create ubuntu sticks from linux itself ? if yes then using which software ? [13:00] !usb | IIT [13:00] IIT: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [13:00] IIT: what's the problem exactly? [13:01] holy sh*** .... can I somehow tell to apt-get to show me verbosely on what url it's waiting now ??????? [13:01] ntz_: it does that by default [13:02] EriC^^, it says CD-ROM couldn't be mounted [13:02] i am installing ubuntu server btw.. [13:04] are you using a live usb? [13:04] EriC^^: http://fpaste.org/303699/45070307/raw/ [13:04] ^^ I don't see it there === suigeneris is now known as Kartagis [13:06] EriC^^, yes [13:06] Anyone can help me please? I'm tryint to move all files from one subdirectory to a subdirectory of the subdirectory. I tried with "find */avatar/ -type f -exec mv -t */avatar/thumbnails/ {} +", , but not get results [13:06] now using unetbootin to create the usb stick [13:07] how can i tell which harddrive is attached to which sata port in ubuntu? [13:08] silidan1: hwinfo --disk [13:08] hello [13:08] IIT, Ibuild a ubuntu thumb drive by; booted a usb 'live ubuntu' then iserted a 2nd thumb drive and installng to that 'disk'. Works for me. [13:08] silidan1: ls -l /dev/disk/by-path/ [13:09] ^^ or parse filenames === lin_lin13 is now known as linlin [13:10] Hello again! [13:10] I ahve a problem with my Uubntu computer [13:10] Wow, typign too fast (<.<) [13:11] So, the X server doesn't start, running startx does nothing (it mentions to install xinit) [13:11] w9qbj, EriC^^ lotuspsychje this is the exact error i am getting while installing " your installation CD-ROM couldn't be mounted. This probably means that the CD-ROM was not in the drive. If so you can inset it and try again. [13:11] xinit IS installed however [13:12] Trying to reinstall it makes apt show that the latest update is already installed [13:12] IIT http://askubuntu.com/questions/671159/bootable-usb-needs-cd-rom [13:12] dont run startx [13:12] After I had a look at the logs, apparently libxshmfence.so.1 is missing [13:12] ioria, yes exacly same thing happening with me.. [13:13] So, I guess it's a library problem [13:13] Encrypt_: what ubuntu is it exactly? what desktop? what errormessages do you get when booting? where does booting stop? [13:13] IIT i see [13:13] I clearly have no idea why that suddenly got removed [13:13] Encrypt_: what did you do before that problem came up [13:13] k1l: Ubuntu 14.04.3 LTS [13:13] Desktop: Unity [13:13] IIT have you tried with a cd ? [13:13] k1l: I purged linphone [13:13] And installed ayte-client [13:14] yate-client* from a PPA [13:14] Installing yate-client worked but when I tried to purge linphone, it failed, saying that the volume was read-only [13:14] ntz_: but it only reports scsi controller number, is that the same as sata port? [13:14] dpkg got interrupted and I had to run it with the option -a if I remember correctly to fix it [13:15] k1l: Here is the yate I installed: https://launchpad.net/~sico/+archive/ubuntu/yate [13:16] k1l: Should I try to manually copy libxshmfence.so.1 from my liveUSB? [13:18] Encrypt_: see in the /var/log/apt/history logs what got removed and in the term logs what errors were produced then [13:18] silidan1: http://susepaste.org/view/raw/77112273 [13:18] Ok [13:18] ^^ check it ... sda & sdb here are pure scsi, sdc and sdd are sata [13:19] ntz_: yes this is the output, but im getting an error with ata5: blabla , and id like to know which device is connected to ata5 ? [13:21] k1l: I had a look [13:21] There is nothing worth in it [13:21] The real problem, I guess, is my filesystem goign read-only [13:21] see dmesg what is happening there [13:28] how do I print using apt what all repos it will attempt to contact ? [13:28] k1l: I have a lot of lines saying: [13:28] ntz_: apt-cache policy [13:28] init: cups main process terminated with status 127 [13:29] init: modemmanager main process terminated with status 127 [13:29] init: network-manager main process terminated with status 127 === Demannu_Woah is now known as Demannu [13:29] llutz: thanks, that seems doing that [13:29] ntz_, more /etc/apt/sources.list sources.txt === Zesty__ is now known as Zesty_ [13:29] cfhowlett: using apt !!!! [13:29] Encrypt_: pastebin full log. [13:29] salut tout le monde! [13:29] k1l: I guess the problem is really this missing library [13:30] I'll try then :/ [13:30] I have no network, etc [13:30] I'll manually mount a usb key [13:30] And paste is on pastebin [13:30] llutz: do you please see there anything what might cause that `apt-get update' never finishes ? http://fpaste.org/303702/4608145/raw/ [13:31] I don't find (yet) any way to tell to apt-get to show me verbosely where exactly it stucks [13:31] Hello mates..I get this issue everytime I try to add a package https://pastee.org/rx3e5 [13:31] llutz: eg here http://fpaste.org/303699/45070307/raw/ [13:31] Can anyone help? [13:31] JulianJr: run "sudo apt-get update" [13:32] are there another way of installing ubuntu-server other than usb stick ? [13:32] JulianJr: What command are you running that produces that output? [13:32] !install | IIT [13:32] IIT: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [13:33] IIT: pxe, mini.iso, dvd,... [13:33] ntz_: no real idea, you might try: apt-get -o Debug::Acquire::http=true update [13:34] pxe can be interesting and a new thing to learn.. [13:34] JulianJr: Can you also please share what version of Ubuntu you're running? (You can check with cat /etc/issue ) [13:35] k1l: http://pastebin.com/migQJCWe [13:35] k1l: Have a look at line 1003 [13:38] Encrypt_: says "mount" that the partitions are "ro"? [13:41] hello [13:41] #francais [13:42] there a some people here? [13:42] k1l: Nope [13:42] k [13:42] !fr | gabiroom35 gabiroom [13:42] gabiroom35 gabiroom: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [13:42] thx [13:43] k1l: I guess I should try to reinstall the libxshmfence library [13:43] Encrypt_: never heard of that libxshmfence [13:44] k1l: https://www.linuxquestions.org/questions/slackware-14/missing-file-after-upgrading-to-latest-version-of-x-4175511306/ [13:44] k1l: I'll dpkg -i that: http://packages.ubuntu.com/trusty/amd64/libxshmfence1/download [13:46] hello [13:46] hey, does dropbox running in the backround all the time drain battery life? [13:47] after installing closed fglrx drivers from additional drivers in 15.04, syslog is no updated anymore [13:47] dmesg is empty too, in /var/log [13:48] I've uninstalled fglrx but nothing has changed [13:48] Any ideas? [13:48] cristian_c: what kind of graphics card? [13:48] !info libxshmfence1 [13:48] libxshmfence1 (source: libxshmfence): X shared memory fences - shared library. In component main, is optional. Version 1.2-1 (wily), package size 5 kB, installed size 40 kB (Only available for linux-any; kfreebsd-any) [13:49] lotuspsychje: hd 5470 [13:49] problem solved: reason sata connector loose on dvd-drive [13:49] cristian_c: tried the radeon driver? [13:50] ntz_: problem solved: reason sata connector loose on dvd-drive [13:50] lotuspsychje: yeah, as described before, I've uninstalled fglrx [13:50] ntz_: thanks so far [13:50] how can i remote gui other ubuntu? [13:51] omg .,,.. this is so retarded distro .... [13:51] mrsam_: you could use ssh with x forwarding... [13:52] i want a program looklike teamviewer [13:52] Rory: Actually, I'm not running Ubuntu here mate. I'm using Tails and since I noticed a few Ubuntu users were having the same issue before, I thought to ask [13:52] mrsam_: or look for remote xserver... [13:52] lotuspsychje: there was also a system crash during reboot after driver installation [13:53] mrsam_: realvnc...maybe [13:53] JulianJr: Tails only works via a live disk right? [13:53] cristian_c: wich ubuntu version? [13:53] tnx [13:53] lotuspsychje: do you mean environment? [13:54] cristian_c: version and flavor sure [13:54] mrsam_: so far i only used x forwarding for linux machines and vnc server on windows machine with vinagre vnc client on ubuntu... [13:54] nix__: Yes === mcphail_ is now known as mcphail [13:55] lotuspsychje: as described before, 15.10. And lxde [13:55] JulianJr: there's no support for tails os here [13:55] cristian_c: tried radeon driver on LTS version? [13:55] lotuspsychje: why this question? O.o [13:56] nix__: I know, but many Ubuntu users faced that issue before [13:56] JulianJr: please ask the tails guys how to fix that. [13:56] mrsam_: did you checkout http://www.techotopia.com/index.php/Remote_Access_to_the_Ubuntu_Linux_Desktop [13:56] I don't understand I'm asked to try another release, in my case [13:57] *why [13:57] k1l: Problem unsolved, apparently it doesn't recognize my graphics card [13:57] I really don't know why (T.T) [13:57] It worked this morning [13:58] hi [13:59] greetings..had a horrible time find9ng you folks. The web based IRC client I am using could locate freenode [13:59] cristian_c: sometimes its handy to know if other ubuntu versions occur the same problem, to know why its hapening, troubleshoot [13:59] couldn't [14:00] hello I'm Milchbauer Sepp and need to get work done [14:00] curlyears simply freenode.net === ubik_ is now known as Guest75021 [14:00] in any case, I am in trouble, running on my LTS 14.04 Live CD )-: [14:00] MilchbauerSepp let's hear it, in one line === MaggiKari is now known as Bakwan [14:00] lotuspsychje: t's a strange request because there isn't this issue in 15.10, out-of-the-box [14:01] k1l: thanks! [14:01] lotuspsychje: as described before, issue has occurred after fglrx installation [14:02] lotuspsychje: but before this work, syslog was logged [14:04] In any case: I was ru ning along nicely the other day, when I got an update notice from Canonical. It was for release 16.57. Didn't think about it muxch, just installed it, to my woe. [14:04] crashed my system so it cannot boot. [14:05] tried the boot-repair thingie on the net, made things even worse. (deleted grub 2 from the system) )-: [14:05] cristian_c: remove fglrx [14:06] My external hard drive is not showing up. How do I check or mount it? [14:06] curlyears version 16.57 of what program? [14:06] !mount | monokrome [14:06] monokrome: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount [14:06] lotuspsychje: as decribed before, i've already removed fglrx, and nothing has changed [14:06] monona: ^^ [14:06] *described [14:06] Ok, I'm giving up [14:06] so, now I need to backup all my personal stuff so I can re-install. XCan't get Live CD version to recognize my 8GB USB thuhmb )- [14:07] I'll install debian [14:07] cristian_c: recoverymode/fix broken packages to the rescue [14:07] lotuspsychje: It shows up in lsusb, but I'm not sure what path to use with mount. How do I check that? [14:07] MonkeyDust: Ubuntu 14.04 LTS === Guest13940 is now known as Numline1 [14:07] Encrypt_: there is still something missing on details. a install doesnt just remove libs out of the blue. so what did you do before the crash? [14:08] it seems server installation is broke :( for usb sticks [14:08] lotuspsychje: ok, maybe I could find broken packages by typing dpkg -l [14:08] curlyears so you're have troubles installing 14.04, or is it something more specific? [14:08] Encrypt_: please shot the dpkg and apt logs in a pastebin [14:08] k1l: I installed the updates yesterday... [14:09] lotuspsychje: but I must read the dpkg doc better, to find the proper option [14:09] MonkeyDust: I already have LTS 14.04 installed. I was updating it to release 16.057 which crashed it. [14:10] I know how to recover (reinstall) but I have thousands of 3D .stl file I need to bavkup first, and I can't figurer out how [14:11] curlyears ok, but release 16.057 of what exactly? [14:11] \MonkeyDust: LTS 16.04. [14:12] curlyears ah, ok, i have it in a vm, 16.04 support in #ubuntu+1 [14:12] it had a new linux image in itl. [14:12] curlyears: why did you upgrade to 16.04? [14:12] thanks, Monkey dust [14:12] no, I upgraded to 16.57 [14:13] There is no Ubuntu 16.57 [14:13] curlyears: There is no such thing as Ubuntu 16.57. Ubuntu release number denote the YEAR.MONTH of release. [14:13] curlyears there's no such thing as ubuntu 16.57 [14:13] hello [14:14] hello [14:14] lizihao it works, we see you [14:14] xangua: 14.04 RELEASE 16.57 [14:14] The latest Ubuntu is 15 [14:14] k1l: dpkg.log : http://pastebin.com/xi8fc4ZB [14:14] see your too [14:14] And the most stable and popular is 14.06 LTS [14:15] k1l: history.log : http://pastebin.com/AxYVXnte [14:15] curlyears "14.04 release 16.57"? what do you mean by that? [14:15] Warlock: well, I rely on Canonnical's atuo-update system. [14:15] k1l: term.log : http://pastebin.com/dfPsw71D [14:16] hi, can someone tell me where LXD images are stored when you run "lxc publish" ? [14:16] Canonical releases periodic updates, sometime, once a day, sometimes once a week. that is what the 16,57 is about [14:17] oh, daily version of 16.04 alfa ... [14:17] curlyears: that doesnt make sense. is it a daily iso build? [14:17] canonical wont auto update that [14:17] http://cdimage.ubuntu.com/daily-live/current/ [14:17] this one? [14:17] nor will it send a notice [14:17] curlyears: oh, you are running the 16.04 not-even-alpha release? [14:18] k1| no, i s a daily update. it replaces specific files with updated versions [14:18] where can i read more about the 16.57 ? [14:18] how do i mount a volume from the terminal ? [14:18] chatter_boX: sudo mount /dev/sdXY /mnt/point [14:18] \akik Canonical's website, I imagine\ [14:18] curlyears: can you link a webpage about this? i am not sure i (we) understand what you are talking about exactly [14:18] k1l: Strange, right? [14:19] thanks for trying, folks [14:19] curlyears: does some package reference 16.57 or where do you get that number? [14:19] llutz, thnx [14:20] well that was weird [14:20] Encrypt_: ok, so the yate thing broke stuff. but i am not sure what [14:21] Ok :( [14:23] I'm going out [14:23] Thanks k1l, I'll try to figure out what has gone wrong later [14:23] See you o/ [14:24] lotuspsychje: I've executed fix broken packages from recovery mode, but issue is not solved [14:24] lotuspsychje: any other ideas? [14:24] cristian_c: check sudo lshw -C video whats behind driver? [14:26] cristian_c this fixes packages too, i picked it up in this channel ... save as 'fixpackaes', make executable and then run sh ./fixpackes ... http://paste.ubuntu.com/14128069/ [14:26] typos* [14:27] Hi Guys.. anyone has idea if we can really rename disk devices /dev/sda to /dev/sdb ? [14:27] i am still stuck in this .. [14:27] Hi, Brightness after each off monitor or reset system set to maximum value please help me [14:28] tansy: why would you want that? use UUIDs or labels [14:28] uuids are not present for raw disk.. I have 15 raw disks attached to server.. [14:28] on 1 disk OS is installed.. say /dev/sde [14:29] but it changes sometimes agter reboot.. [14:31] is there anyway i can have persistent disk names ? [14:31] tansy there's also #ubuntu-server [14:32] ok thanks MonkeyDust.. [14:36] lotuspsychje: http://paste.ubuntu.com/14128126/ [14:36] tansy the way to do that is use the /dev/disk/by-*/ symlinks... but you've gone so you'll never know [14:37] cristian_c: unclaimed= no driver active [14:37] cristian_c: means also radeon not installed or syslog holds errors preventing radeon to load [14:41] MonkeyDust: when pasting text from pastebin, newlines are missing [14:42] so I must insert them [14:43] cristian_c really? not here. paste the text in leafpad === step21_ is now known as step21 [14:44] hi [14:44] lotuspsychje: additional drivers said xorg-server radeon was in use, before fixijg broken packages from recovery mode, now additional drivers doesn't show any drivers anymore! :O [14:44] i need some help w/ nvidia's driver === ext3 is now known as extFAT [14:45] MonkeyDust: yeah, tried in leafpad and gedit, it doesn't a text editor issue [14:45] but I insert newlines, btw [14:45] !details | alexge50 [14:45] alexge50: 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) [14:46] cristian_c: check your syslog, to see whats failing radeon driver to load [14:48] ubottu: i waited for someone to respond me. I installed the proprietary drivers, but after boot(fsck, inti, everything) i have to wait a bit(10 - 15min) because the screen is black and printed a white dash. I have this problem for a while, every distribution i had. I have ubuntu 15.10 and the gpu is gt520m [14:48] alexge50: I am only a bot, please don't think I'm intelligent :) === Reshesnik_ is now known as Reshesnik [14:49] i waited for someone to respond me. I installed the proprietary drivers, but after boot(fsck, inti, everything) i have to wait a bit(10 - 15min) because the screen is black and printed a white dash. I have this problem for a while, every distribution i had. I have ubuntu 15.10 and the gpu is gt520m [14:49] alexge50: have you installed nvidia-prime? [14:50] : what is it?? === phschwartz_ is now known as phschwartz [14:50] Hi, I installed Ubuntu Minimal then the packages plasma-desktop and sddm, and I am expecting to start directly with a gui, but I get a tty. What can I do? Thanks for your help. [14:50] alexge50: your card has optimus technology, so need the packages nvidia-prime === ubik_ is now known as Guest20663 [14:50] !info nvidia-prime | alexge50 [14:50] alexge50: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (wily), package size 10 kB, installed size 114 kB (Only available for i386; amd64) [14:50] Exagone313: I found some sort of simple login manager was needed to avoid needing to startx [14:51] sddm in not that? [14:51] alexge50: do you know wich driver version is active? [14:51] oh maybe not [14:51] lotuspsychje>: i know, 352 [14:52] alexge50: try a lower nvidia version + nvidia-prime [14:52] alexge50 type lo and then hit tab, to autocomplete the nickname [14:52] alexge50: after that, enable performance mode in nvidia-settings [14:53] Exagone313: any reason you dont install regular kubuntu desktop? === intel is now known as Guest83232 [14:54] yes, I want something minimal [14:54] I just want to test KDE with some settings, it's not to use [14:54] what' this [14:54] who can tell me what' this [14:54] Exagone313: you can install kubuntu and strip how you wish afterwards? minimal is bit expert tuning [14:54] it's a VM [14:54] ? [14:54] I want to keep it minimal [14:54] what are you talking about [14:54] startag: ubuntu support channel [14:54] startag, this is ubuntu support. ask your ubuntu questions [14:55] oh ,tks [14:55] lotuspsychje: how to run nvidia -prime in terminal?? [14:55] alexge50: sudo apt-get install nvidia-prime [14:55] how to download movie in thunder [14:55] !warez | startag [14:55] startag: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [14:55] lotuspsychje: i have it [14:56] alexge50: ok try another nvidia version now, 340 or 346 perhaps? [14:56] Exagone313: how heavy is KDM? [14:56] over 9000 [14:56] kdm no longer exists I think [14:56] it was replaces by sddm [14:56] apparently [14:56] !behelpful | studentttu [14:56] studentttu: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [14:57] Exagone313: ah - ok. I'm using SliM which was is a bit old nowadays too. Small though [14:58] lotuspsychje: I set lower version. if i type "nvidia-prime" in terminal, it says that doesn't exits. I have installed nvidia-prime [14:58] anyway, I don't care to what session manager I use, but what is expecting to launch it? sddm service is started and still ctrl alt f7 shows nothing, tried to reboot [14:58] wanted to not use lightdm [14:58] alexge50: you dont need to run nvidia-prime, start nvidia-settings from your dash to enable performance mode [14:58] wait I didn't installed X [14:59] Exagone313: maybe talk to the #kubuntu guys? [14:59] lotuspsychje: done that [14:59] alexge50: ok whats your drivers version now? [14:59] uaaaaaaaaa [14:59] lotuspsychje: your question is very strange, as described also at the beginning, syslog is not updated anymore after fglrx installation [14:59] ubuntu hates me [15:00] ntz_: focus on the issue [15:00] it's ok now it works [15:00] Exagone313: job done then [15:00] how do you manage services in this wtf distro please ? chkconfig ain't available .... not systemctl here [15:00] lotuspsychje: 340.96 [15:00] I tried to run startx and I saw that x wasn't installed so I did [15:00] alexge50: rebooted? [15:00] I thought it was a dependence to plasma-desktop or sddm, but no [15:01] lotuspsychje: i will reboot now to see if it worked. thanks for help [15:02] cristian_c: if notthing works anymore= reinstall clean or try LTS [15:02] clean install LTS [15:03] omg, what the heck should I do that ubu won't start X and won't autologin user ?????? [15:03] cristian_c: if i was you, i would test 14.04.3 and see if radeon loads properly on your card === _Dumle29 is now known as Dumle29 [15:03] ntz_: better ask your issue all clear in one line to channel every time so we can follow [15:03] MonkeyDust: ok, I've fixed the text file putting newlines (I noticed that when I've pasted, newlines were put casually between some lines, but not at the end of lines O.o), I've given execute permission to the script, and I've launched it [15:04] I'd like to install llvm-3.5.2 on my ubuntu trusy 14.04 machine. However, only 3.5 is packaged: http://packages.ubuntu.com/search?keywords=llvm-3.5 [15:04] if I do ``echo manual > /etc/init/lightdm.override'' it doesn't start X but it still autologins user via: share 1450 1420 17 15:57 ? 00:01:07 Xvfb :20 -auth /home/share/.Xauthority -nolisten tcp -noreset -screen 0 1600x1200x24 [15:04] How can I install llvm 3.5.2 on my trust machine? [15:04] !ppa | trubert9 (either use a PPA or compile it yourself, both of which are unsupported) [15:04] trubert9 (either use a PPA or compile it yourself, both of which are unsupported): A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [15:04] lotuspsychje: if I do that, then how would it be useful next? [15:04] lotuspsychje: I want to troubleshoot my problem by setting runlevel 3 as a default here in ubu but it doesn't work [15:05] So I've installed Ubuntu 15.10 on an ahci ssd, everything runs perfect. But when I add my other 2x ntfs hdds where I had windows installed, Ubuntu won't boot from ssd, even tho it's selected as main boot. [15:05] lotuspsychje: if it worked in 14.04.3 lts, as expected, and as it worked in 15.04 too, how would it be useful to solve this issue? [15:05] !runlevel | ntz_ [15:05] ntz_: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [15:05] somsip: do you know of a specific ppa that packages llvm 3.5.2 ? [15:06] (reason why syslog is not updated anymore) [15:06] trubert9: a search link was on the last response from the bot [15:06] lotuspsychje: thank you very much. It worked, now i don't have to wait that much... [15:06] somsip: thanks. [15:06] !yay | alexge50 [15:06] alexge50: Glad you made it! :-) [15:06] lotuspsychje: all sane init system replacements still emulates for legacy purposes old init except of ubuntu .... [15:06] so is there a way that user "share" won't autologin ???? [15:07] cristian_c: keep in mind that LTS is more stable [15:07] cristian_c: if something doesnt work properly in latest, file a new bug [15:07] !bug | cristian_c [15:07] cristian_c: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [15:08] MonkeyDust: http://paste.ubuntu.com/14128317/ === tombtc is now known as Guest45147 === avis is now known as Guest33596 [15:10] morrwin_: define 'add' hd's? [15:10] lotuspsychje: ok, I could tryto reproduce, installing 15.04 again and installing then fglrx, in order to know if there is really a bug [15:11] lotuspsychje, plug the hdds to power and connect them to MB. Checked bios so ubuntu ssd is the only bootable option. [15:11] cristian_c: did 15.04 not work on radeon? [15:11] lotuspsychje: but 15.04 has more updated repositories, btw [15:11] what TCP congestion driver ubuntu uses? westwood+ or cubic or reno ....? [15:12] morrwin_: you cant dualboot by just adding hd's later, you need to install ubuntu dualboot way [15:12] !dualboot | morrwin_ [15:12] morrwin_: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [15:12] lotuspsychje: as described more times, syslog is updated, out-of-the-box with radeon drivers [15:12] ntz_: is the user a member of the 'nopasswdlogin' group? [15:12] Does the Startup Disk Creator have EFI support? [15:12] lotuspsychje, I don't want to dual boot tho. I just want to use the new installed ubuntu from ssd, but with ssd selected as boot it doesn't boot when the hdd's are added. It just stays at a black screen witha cursor [15:12] lotuspsychje: as described before, issue appeared after fglrx installation, and uninstalling the driver has not fixed the issue [15:13] cristian_c: file a bug as described before... [15:13] Nevermind, it does. [15:14] morrwin_: install ubuntu on the ssd, with all hd's already inside, not plugged in afterwards [15:14] morrwin_: i presume their sata hd's? [15:15] lotuspsychje: ok, after executing MonkeyDust fixpacoages script, additional drivers comes back to show closed drivrrs in additional drivers window [15:15] morrwin_: The PC firmware has a bug if that is happening. [15:15] lotuspsychje, hm is that the issue? Can I run a ubuntu repair now so I don't have to reinstall ubuntu? [15:15] yeaha sata [15:15] morrwin_: is the PC using UEFI firmware? [15:15] 'X.org X server in use' [15:15] Yes, but the ubuntu install wasn't on uefi, but regular legacy [15:15] regular from usb, didn't choose uefi usb [15:16] lotuspsychje: to confirm it, I should reproduce the issue, btw [15:16] morrwin_: right, but if there's an EFI system partition on those NTFS disks the firmware may still be 'seeing' it and trying to do something clever [15:17] cristian_c: file a bug as described before [15:17] TJ-, Aha so I should do an uefi ubuntu. Can I add it to the curent installed ubuntu? [15:17] Or do I need to reinstall it full? [15:17] ??? [15:17] Ghost_r00t: can we help you? [15:18] lotuspsychje: without confirmation? [15:18] morrwin_: i would do a full reinstall with all hd's inside [15:18] what TCP congestion driver ubuntu uses? westwood+ or cubic or reno ....? [15:18] Guys, if i type localhost:8080 i see the page that im developing but if i use the local ip address (192.168.1.74:8080) it doesnt work. What am i missing? [15:18] fabio: maybe a question for the ##networking guys? [15:18] morrwin_: I don't think you should need to change the Ubuntu side to be UEFI but it may well help, if you put an EFI System Partition on the SSD [15:19] Hello, I'm having boot errors in 15.10, also the boot requires so long time. Can someone help me with it? [15:19] lotuspsychje, well, im using ubuntu. maybe its something that i forgot to do [15:19] fabio /etc/hosts [15:19] fabio, sounds like a http server configuration [15:19] altair: can you press F1 to see boot errors? [15:19] while booting? [15:20] ioria, what i should do there? [15:20] fabio your ip [15:20] ioria, but i want to access it from other local machine too [15:20] I already know which they are because I copied them on paper while booting [15:20] fabio windows ? [15:20] w9qbj, well yes but its on my virtual machine [15:21] lotuspsychje: after reboot, unclaimed is disappeared [15:21] lotuspsychje: have I to paste the output in pastebin? [15:22] ioria, huh? [15:22] altair: share to us please [15:24] http://pastebin.ubuntu.com/14128403/ these [15:24] I know it's a known bug, I tried using recommended repair with boot-repair but it didn't help === john is now known as Guest33203 [15:24] altair: I just joined in here, what's the issue? You're getting this error while booting? [15:25] yes [15:25] lotuspsychje: apart from the bug report, how could I make again syslog logged in 15.04? === o_be_one is now known as o_be_two [15:26] /join #archlinux [15:26] nicomachus: also the boot needs so much time [15:26] altair: can you get to a TTY? (Alt+F1)? [15:27] i have intalled windows, now when installing i can't select lvm over left over free space instead it chooses entire disk and setup LVM [15:27] I'm using the chat from this computer, I'd have to use something else to chat [15:28] so how to setup LVM on free space available ? [15:29] altair: ok so you did get it booted? [15:29] yes [15:30] altair: ok, can you show me the output of 'uname -a', 'lsb_release -a', and 'lspci | grep VGA'? === dfused_ is now known as dfused [15:34] nicomachus: http://pastebin.ubuntu.com/14128493/ [15:35] anyone here can help me with dpkg ? === Guest94019 is now known as bewbs [15:36] libfuse2:amd64 conflicts with fuse (<< 2.9.4-1ubuntu1) [15:36] fuse (version 2.9.2-4ubuntu4.14.04.1) is present and installed. [15:36] i have grabbed libfuse2 (the wily version) to install on trusty and just want to upgrade (replace) the 2.9.2 package [15:36] IIT what windows you installed? is it 10? [15:36] altair: ok, yea it's definitely looking like that kernel bug. You were able to log in, so have you found a workable workaround? [15:37] IronicBadger: dont mix releases [15:37] virtuaposta, yes [15:37] IronicBadger: either compile it yourself or see if there is a PPA that already made sure the depencies match [15:37] k1l: i'm not mixing releases anymore than i have too [15:37] compile it myself? [15:37] why? [15:37] IronicBadger: "i dont mix, but i do"?? [15:37] i'm mixing one package [15:37] ok 3 [15:38] log in to windows, go to control panel settings and disable secure-boot, do disable it from BIOS as well, it will display install alongside once disabled from windows-10 and BIOS [15:38] IronicBadger: at the very least you need to match both packages coming from the same source package [15:38] there you go. dont mix [15:38] nicomachus: no, it boots regularly since the install, I found the error because I was tired to wait so long for boot to finish so I wanted to know what was happening [15:38] virtuaposta, okay :) === 64MAAKZ0N is now known as jasonj8 [15:39] i'm not 100% sure what i'm doing [15:39] altair: ok, well it looks like the kernel folks are aware, and are working on (or already have) a fix. so you may just wait for that. in the meantime you can try 'apt-get dist-upgrade' to make sure you have the most recent version of the 4.2 kernel. I do think there is a more recent one than the one you're showing currently. [15:40] nicomachus: ok, I'll try the update now [15:41] Hi everyone, i want to resize or rather shrink my LVM setup (logical volume) from 100G to 20G. https://gist.github.com/anonymous/5db5e805e2ec22ebdae6 . I am really confused with all the tools out there. I can only access through a terminal. Can anybody guide me through? [15:42] nicomachus: I found the updates, hope this will fix the errors, thank you [15:42] altair: hopefully that'll do it. good luck. [15:43] naftilos76, http://www.tecmint.com/extend-and-reduce-lvms-in-linux/ [15:44] naftilos76, also "backup" before you go [15:46] virtuaposta, i do not mind if the entire data is lost. I am experimenting. Can shrinking be done on the fly? [15:47] LVM is supposed to do all these things while lvs are mounted [15:47] naftilos76: what do you mean by "on the fly"? [15:48] while mounted [15:48] no. you cannot resize any partitions while they are mounted. [15:48] you will need to use a live USB [15:48] naftilos76, for shrinking you need to unmount it, you can extend on fly but cant shrink [15:48] i can see many links suggesting that you can extend [15:49] ok then we are seeing the same thing. Shrinking needs unmounting. [15:49] ok thanks [15:51] what's the difference between diff kernels like linux-generic, linux-virtual, linux-signed ? [15:52] IIT is short, differs only in number of included drivers, more details can be collected from askubuntu [15:53] virtuaposta, yeah searching askubuntu but not many answer are visible.. [15:53] while installing it ask's me to select the kernel of my choice and i have no idea which one to select.. [15:54] go for generic if its for personal usages as that will take care of most of the stuffs [15:54] it's for home server [15:54] headless server [15:54] where i will host my vm's [15:54] IIT: generic will do what you need [15:54] I will be suggesting generic then, still ask to other folks, they might be having better explanations [15:54] also why is it asking to select vivid kernel evne when i am installing 12.04.3 ? [15:55] linux-generic-lts-vivid [15:56] IIT: Its a backported kernel image. [15:57] IIT: More info here: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [15:57] that means LTS will use kernel from vivid [15:57] i.e. vivid-lts kernel.. [15:58] IIT: It is an long-term support release of the kernel from vivid (which itself is not an LTS release) === [UPA]Stefan is now known as Tronsha === mteufel is now known as mt [16:01] Pici, got the point.. [16:02] Pici, my repos will also be of vivid ? [16:02] IIT: nope [16:02] because right now apt-get update fails stating failed to fetch, Please use apt-cdrom to make this CD-ROM recognized by APT. [16:02] internet is working on this box [16:03] it seems there are no sources in /etc/apt/sources.list [16:05] IIT: Thats weird, that error makes it sound like the apt-cdrom line wasn't commented out in your sources.list file, which is supposed to happen automatically [16:05] yes it's not commented out.. === reveal_ is now known as reveal [16:05] and in that file i have only that single line.. [16:05] I have problem with compile of module for wifi usb card, I compiled all modules from rt2x00 directory but after compiled I don`t see k73usb.ko module :( [16:06] https://help.ubuntu.com/lts/serverguide/configuration.html i should add this repos ? [16:06] IIT: this is a new install? from CD? or? [16:06] new install for usb disk [16:06] s/disk/stick [16:10] IIT: This should be a stock 12.04 sources.list file from one of my servers: http://paste.ubuntu.com/14128810/ [16:11] replacing precise with trusty [16:12] IIT: I thought you said 12.04? [16:12] IIT: 12.04 = precise, 14.04 = trusty [16:12] my bad it's 14.04 [16:12] 14.04.3 [16:14] IIT: yeah, then replacing precise with trusty should be just fine [16:19] Pici, all setup :) [16:21] hi [16:22] hello [16:22] i am trying to find out which version of fuse i am running, how would i do that please? [16:22] IronicBadger: apt-cache policy fuse [16:23] EriC^^: thanks [16:23] 2.9.2 [16:23] no problem [16:24] EriC^^: i'm going round in circles. been staring at my screen for too long maybe... [16:24] http://pastebin.com/DYUu0LLm [16:25] i have compiled libfuse2 from source but when i try to install i get the following error [16:25] the server has disconnected me [16:25] and i cannot figure out how to get past it! [16:25] Has anyone answerer to me? [16:25] *answered [16:25] IronicBadger: it's cause it uses dpkg to check what's installed, why are you installing mhddfs not from the repos ( if it's there? ) [16:26] EriC^^: becuase i need a specially patched version [16:26] see here https://github.com/vdudouyt/mhddfs-nosegfault [16:26] IronicBadger: can you tell it where to look for libfuse maybe? [16:26] where did you install libfuse to? /usr/local? [16:26] i ran make install [16:27] https://github.com/vdudouyt/mhddfs-nosegfault [16:27] EriC^^: it said 'libraries installed to /usr/local/lib/` [16:30] IronicBadger: cd to the dir and type fakeroot dpkg-buildpackage [16:30] tried that [16:30] i'm using fpm or somethign tnow [16:30] ( to where you extracted the git stuff ) [16:31] fpm? [16:31] you mean rpm? [16:31] no [16:31] https://www.digitalocean.com/community/tutorials/how-to-use-fpm-to-easily-create-packages-in-multiple-formats === dreamon_ is now known as dreamon [16:31] what happened when you ran the fakeroot command? [16:31] not muich [16:31] errors [16:32] while ago now [16:32] sorry! [16:33] Running Ubuntu Studio 14.04.3. I have wifi problem where about every 20 seconds, ping to router climbs to over 500ms, then returns to ~1 ms after 5 seconds. This happens with two different wifi adapters that I have tried, and is unique to the Ubuntu installation. Nothing in dmesg or syslog at the time. Any ideas on how to troubleshoot? [16:34] hi there [16:34] Hi [16:34] Actually, one more piece of info: irq/17-ehci_hcd climbs in CPU usage at the time of delays. [16:35] I had been conservative fan of Fedora, first time using Ubuntu [16:35] Do you like unity desktop? [16:35] seems cool [16:36] but I used to push harder with some tricks in fedora that seem to be lacking here [16:36] hello all [16:37] ambijat: what is the exact issue? [16:38] mbeierl: you could try playing with iwconfig settings, i would start by setting up a fixed reasonably low rate (like 11M), fixed max twpower. If that does not work, then sens/retry may do, but trying to tune them usually just worsens your problem. Any mistake will be washed by a reboot (or by NetworkManager, so maybe you want to stop it before starting tests). [16:38] nothing great, but I would love xfce arrangment of things sometimes [16:39] ambijat: ubuntu ships xfce. you can use that [16:39] well I would do yum install @xfce [16:40] how to do that in command line in ubuntu [16:40] ambijat: ubuntu doesnt use yum or .rpm. it uses .deb and "apt". [16:40] bodom: k, thanks. Will look at iwconfig [16:40] what would be the full command then [16:40] ambijat: "sudo apt install xfce" or "sudo apt install xubuntu-desktop" for the whole xubunut package will all standard apps [16:40] !apt | ambijat [16:40] ambijat: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) [16:41] hi, is there an easy way to go back to firefox-42? (14.04 here) [16:41] one more thing [16:41] addiks: there is no going back since it lacks the security updates. [16:41] what about fusion free non-free are there any equivalent repo === cpaelzer_ is now known as cpaelzer_afk [16:42] ambijat: ubuntu doesnt seperate free and nonfree. what do you expect in fusion repo? [16:42] mbeierl: also have a look at the router's settings, if you can, and try replacing "auto" settings with reasonable manual ones (write down the old values of the ones you change). [16:43] bodom: thing is, no other wifi connection has this problem. Macbooks and iDevices all seem good [16:43] bodom: I have played with the router's settings a lot already. [16:44] ambijat: there is the partner repo for software not allowed to be shipped in regular repos. [16:44] !partner [16:44] Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » [16:44] mbeierl: mhhh... let's assume router is ok then. Which chipset is your current wifi adapter and which chipset was the other one giving you the same problem? [16:45] ambijat: but drivers from nvidia and such are shipped in regular repos already [16:45] ok thanks I shall check it [16:46] bodom: both on UbuntuStudio show the same problem. Here is the one I am currently using: NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271] [16:46] ambijat: if you install xubuntu-desktop, at first login I suggest you to choose "xubuntu" instead of "xfce" for your session: it wlll give you a better default desktop. For next logins you can choose any. it no longer matters. [16:48] ok, is there is some compromise in user experience between ubuntu nd xubuntu [16:49] bodom: random thought here. This is the lowlatency kernel. Going to give the generic a shot for a quick test. Be back in 5 minutes. [16:50] ambijat: some compromise? choose what you like. there is no one limiting your experience just for fun. everybode got a differen taste and usecase. so use what you like [16:51] sure indeed [16:52] mbeierl: most common brands often share the same chipsets. There seem to be no known issues with the one you are using, but better check the old one wasn't built with the same chipset: it could just be a compatibility problem. === ubik_ is now known as Guest83540 [17:03] o/ [17:05] Hello. I've been trying to google around for a smart solution to the problem where one's /boot partition gets filled up by old kernels, and suddenly at some point autoupgrades stop working. I know it's handled by apt-get autoremove, but that does not run automatically. Does anyone have any thoughts on the smart solution? [17:06] bodom: no difference in the kernel. === Omnipotent_ is now known as Omnipotent [17:07] Eising, yeah run autoclean once a week [17:08] and autoremove [17:08] BluesKaj: autoclean? [17:08] Eising: no solutions beyond having a sensibly sized /boot to begin with, or not having a separate /boot at all imo [17:08] daftykins: yeah, somehow I apparently forgot to think when I was setting up this system [17:09] BluesKaj: ahh, are you sure autoclean/autoremove would even touch the kernels? [17:09] a separate / and /home is alll that's needed nowadays [17:09] zykotick9: autoremove does. I can confirm [17:09] Eising: it's definitely a serious problem though, i see it very regularly in here [17:09] daftykins: yeah, it's not the first time I've run in to it either [17:09] zykotick9, it does for me [17:09] zykotick9: seems to only be from 14.04 for autoremove [17:10] daftykins: interesting. [17:10] so a cronjob with apt-get -f autoremove && apt-get -f autoclean? [17:10] no -f needed [17:10] there is an odd bug where apparently upgrading the system results in existing kernels in /boot being marked as manually installed, so autoremove doesn't catch them. [17:10] err -y [17:10] not -f [17:10] hi === andreas is now known as Guest59342 [17:11] hello is it possible to install 16.04 already for tests? i have liblouisutdml-bin package missing when trying to install [17:11] w0jtas1: #ubuntu+1 please. [17:11] even with the proper rules for autoremove set in /etc/kernel/postinst.d/apt-auto-removal [17:11] thanks [17:11] wolf_mozart, using the daily image ? [17:12] oops w0jtas1^ [17:12] BluesKaj: nope, netinst [17:12] w0jtas1, best to use the daily for dev OSs [17:13] i have fully automated dev env which rely deeply on netinst :/ [17:13] i will wait for now then, nvmd [17:14] well, downloading th eimage and putting on a stick with dd can't be so difficult [17:14] Yes. [17:14] * BluesKaj shrugs [17:15] most of the times it is the windows antivirus that makes troubled during creation of an usb device. [17:32] I am on an old laptop with ubuntu utopic on it! I cannot get at any repos to upgrade. I don't have any removable media I can flash or anything. How can I upgrade, or reinstall, a newer ubuntu? I can't even apt-get install update-manager, as the utopic repos have disappeared etc :( [17:32] !EOL | willvarfar [17:32] willvarfar: 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/EOLUpgrades [17:33] willvarfar: that second link will show you how to upgrade to 15.10. [17:33] thx === Warlord is now known as pi____ === pi____ is now known as pi_______ === pi_______ is now known as piisawesomecomek === victor is now known as Guest25276 === piisawesomecomek is now known as Bacon [17:37] nicomachus: is working a charm :) === Bacon is now known as Warlord [17:37] hi! === Warlord is now known as Warlord_ === Warlord_ is now known as Warlord [17:38] i tried updating to 15.04 and my computer shat lol [17:38] im sticking to 14.04 [17:38] LTS === Piper-Off is now known as Monthrect [17:47] Hi, can anyone help me with installation? I'm stuck at "creating ext4 filesystem". I checkd my disk twise - it's ok. [17:47] Also I got error "the driver descriptor says the physical block size is 2048 bytes" === Warlord is now known as kyo_ [17:48] Arch linux setup fine [17:57] Excuse you [18:02] would someone please point me to site/article where i can learn to set up multiple monitors via multiple video cards [18:02] e.g. i have two video cards and wan to enable 4 monitors (2 per video cards) [18:03] i am on 14.04 [18:03] hansraj7: are the cards the same? [18:03] no [18:03] 1 is gti 750 and another is gtx 950 [18:04] hansraj7: well at least they're both nvidia. this may help: http://ubuntuforums.org/showthread.php?t=53966 [18:05] thank you i will check it out === nils_____ is now known as nils_ [18:11] hi can anyone tell me how I paste information into crontab it uses crontab -e to put things in there and it appears not to use the standard clipboard [18:12] I follow this guide: https://help.ubuntu.com/community/PPTPServer to get pptp setup on a small server, now when I try to connect from my andrroid phone I get: http://pastie.org/10645834 has anyone seen this? I've tried turning ppp on, on my phone [18:12] ....what do you mean it doesn't use the standard clipboard, transhuman? [18:18] nicomachus, I copy paste into clipboard and it doesnt update into crontab I think it must not use clipboard but must have some keysequence for accessing clipboard [18:19] I just dont know what key sequence that is [18:21] transhuman: crontab -e opens up a text editor, either ed, nano, or vim. it usually asks you which one to use. which did you select? [18:21] Anybody facing random hang ups in 15.10? [18:22] malprxctice: how will a poll help you? [18:22] actually it doesnt ask or should say it didnt ask. Can get it ask again some how perhaps with dpkg-reconfigure? [18:22] I'm using network-manager, where is dnsmasq configuration stored? [18:24] transhuman: can you right click and paste? [18:26] aib: what version of ubuntu? [18:28] transhuman, what editor are you using [18:29] w9qbj: he doesn't know, apparently. [18:29] /window close [18:31] nicomachus, transhuman The default editor is /usr/bin/editor - on my 14.04 that is Nano. a bit confuising to use. It can be changed to vim or emacs. [18:32] except nano has the key shortcuts listed at the bottom of the terminal, so he hsould just be able to look if that's the case. === Warlord is now known as TheWarlord === extFAT is now known as FAT12 [18:34] Hi [18:34] hi klabibunder [18:34] nicomachus, I know, but Ctl-X exits without saving - but it does ask. Somehow I use emacs, but can't find the environment var that I used for that. It's somewhere in my configuration. [18:35] EDITOR is used to change the crontab editor [18:35] transhuman: there's is no automatic paste into "crontab -e". it just opens your crontab in and editor. just paste text as you would normally [18:36] akik, EDITOR or VISUAL, are two of the places, but I don't have them in ENV or SET. Mine works so I don't have to worry about it any more. [18:37] transhuman: try "select-editor" to reconfigure "crontab -e"'s editor of choice <- i ran crontab -e for the first time and see this message. [18:37] akik: I think he's trying to ctrl+v, which won't work in any editor I'm aware of except gedit. but should be able to right-click and paste. regardless, he hasn't replied to anything in about 15 mins so I give up. [18:37] nicomachus, I am not sure that would help. Generally facing issue when copying files from External HDD and the likes [18:38] ctrl+Shift+v [18:43] hello [18:44] hello [18:44] lorenzo522: we see you... [18:48] lorenzo522: it helps to ask an actual question === goosblabla is now known as goosfraba [18:49] shift+insert is another paste variant in kde, or ctrl+shift+v when in konsole (terminal) [18:50] i tried the "backspace security flaw" but didn't get the results this article says - http://www.zdnet.com/article/how-to-hack-any-linux-machine-just-using-backspace/?tag=nl.e539&s_cid=e539&ttag=e539&ftag=TRE17cfd61 [18:50] akik: fyi, shift+insert (or middle mouse click) is Xorg's paste [18:50] Hello eveyrone! === SteelGolem_ is now known as SteelGolem [18:51] How do I change the home directory of current and only user? usermod -d gives me systemd using this user. [18:51] Well still no luck. Still have driver descriptor error === Guest83540 is now known as ubik123 [18:55] malprxctice: usermod doesn't seem to work while the user is logged in. you can change the directory name in /etc/passwd [18:56] akik, and that will work after I login or effective immediately [18:56] malprxctice: a new login is needed [18:58] systemd seems to be prohibiting it, even on 14.04.3 [19:00] I follow this guide: https://help.ubuntu.com/community/PPTPServer to get pptp setup on a small server, now when I try to connect from my andrroid phone I get: http://pastie.org/10645834 has anyone seen this? I've tried turning ppp on, on my phone [19:02] do I only need snmp for an end point if I'm not running a server? [19:04] Jeeves_Moss: snmp is used to monitor devices [19:07] what file does crontab -e represent what file does it open? === ^ is now known as Guest25370 [19:08] eelstrebor: it is already patched: http://www.ubuntu.com/usn/usn-2836-1/ [19:10] transhuman: /var/spool/cron/crontabs/$USER [19:10] thanks [19:11] seems like getting anything into chrontab (besides typing it in is a pain in the but going to try and append the info into the bottom of the file [19:12] no, it's not a pain. your editor is broken [19:12] I wish i could reconfigure it to use gedit . any idea how to do that [19:12] EDITOR=gedit crontab -e [19:13] ftfy [19:13] thanks TheNumb [19:13] yw transhuman [19:14] hey [19:15] can anyone suggest some free web control panel to install in ubuntu server [19:15] reveredge: maybe the #ubuntu-server guys know something? [19:15] reveredge: cockpit [19:15] TheNumb, thanks for suggestion, have u used it? [19:16] reveredge: I have. [19:16] It's fancy [19:16] :) [19:16] reveredge: keep in mind that it's only available from an unofficial repository. [19:16] It's not a part of ubuntu archive (yet) [19:17] reveredge: other choices would be webmin, virtualmin... ;) [19:17] reveredge: there are lots of those [19:17] TheNumb, but it is server administaation instead of ftp, email, apache server management [19:17] hmm [19:18] reveredge: should've mentioned that ;p [19:18] TheNumb, I meant for latter purpose. sorry if I couldn't make myself cler [19:18] reveredge: check out ispconfig === Warlord is now known as TheWarlord [19:19] http://www.ispconfig.org/ispconfig/online-demo/ [19:19] !ot | reveredge TheNumb [19:19] reveredge TheNumb: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:19] nicomachus: how's that ot? [19:19] software recommendations don't really belong here [19:19] hmm [19:20] true [19:21] nicomachus, yeah got it [19:21] TheNumb, thanks [19:22] reveredge: yw === cpaelzer_afk is now known as cpaelzer_ === thenes_ is now known as thenes === Warlord is now known as TheWarlord [19:31] Hi. In Ubuntu, playing 4K video uses high CPU (80%). I tried with MPV --vo=vaapi. Do i miss something? [19:31] PETSounds: what kind of graphics setup do you have? [19:32] nicomachus: Intel HD520 [19:33] PETSounds: yea... 4k is going to definitely use a lot of your CPU then. no way around it. [19:34] unless you have a dedicated graphics card that can handle 4k video, it's going to put a lot of stress on your CPU. [19:35] PETSounds: vlc or mplayer doing any better? [19:35] nicomachus: but according to http://ark.intel.com/products/88193/Intel-Core-i5-6200U-Processor-3M-Cache-up-to-2_80-GHz it supports 4K [19:36] well sure it does. but it takes a lot of processing power to do it. [19:36] about 80%, apparently. [19:36] lotuspsychje: when playing the video with VLC with GL output, it took 100% of the cpu power. [19:39] hello, I am getting a 192.168.1.1 IP for my 'DNS' servers, what's the best way to trace where this is coming from (within a large organization) [19:40] the server has disconncted me [19:40] has anyone answered to me? [19:40] what i did here is connecting the laptop to a TV, but really watching 4K video quickly drains the battery. I suppose something like Hardware Acceleration will ease the CPU task. Is it possible that i don't have HW rendering enabled? [19:41] I tried with Windows that comes preinstalled with the laptop, and it only took 30%-35% of CPU power. === FAT12 is now known as nolsen [19:43] hello everybody from /me [19:43] aesthetic256: maybe the ##networking guys can assist you? [19:44] cristian_c: what was your issue? [19:44] Hi I have a problem with my partitions on an ubuntu 15.10 install. When I was installing, I made a home directory partition of about 200 gb, and a / partition of 10gbs. Now data from my home partition seems to be filling /, and my system is reporting low disk space [19:44] nicomachus: I don't know why my syslog stopped logg9ng [19:44] *logging [19:46] nicolas_: type: sudo fdisk -l && sudo parted -l && df -h [19:46] !paste | nicolas_ [19:46] nicolas_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:48] Reventlov: awake? [19:49] cristian, how should I show you the results? [19:49] !paste | nicolas_ [19:50] nicolas_: paste at paste.ubuntu.com and link that here [19:51] ye [19:51] aesthetic256: packet sniff and look at where the DHCP offer came from [19:52] http://paste.ubuntu.com/14131463/ [19:53] PETSounds: i'd be willing to bet your chosen player can't make use of your skylake chip's hardware decode yet [19:53] /dev/sda5 14G 13G 0 100% / [19:54] nicolas_: cat /etc/fstab | pastebinit [19:55] gotta install pastebinit first [19:56] http://paste.ubuntu.com/14131463/ [19:56] nicolas_: about my question/issue, any ideas? [19:56] "The locale requested by LC_CTYPE=en_US.UTF-8 isn't available here." #onlyinubuntu [19:56] nicolas_: it's the previous paste/link [19:57] sorry: http://paste.ubuntu.com/14131495/ === cpaelzer_ is now known as cpaelzer_afk [19:58] nicolas_, sounds like your home ( cd ~ ) is not on /home. try "cd ; df ./" and see what file system is actually being used. I had that problem on an old Fedora install. [19:58] nicolas_: ls -l / | pastebinit [19:58] daftykins: Hi. Do you think there is library/package/firmware or anything that will enable HW rendering properly in Ubuntu Wily? or Skylake support is still immature in Linux? [19:59] nicolas_ what's the output of env|grep HOME [19:59] PETSounds: is the only thing you're trying to achieve, to reduce power consumption of a laptop playing 4K content on a TV? [19:59] ls -l : http://paste.ubuntu.com/14131532/ [20:00] env | grep HOME is HOME=/home/nicolas [20:00] MonkeyDust: your script, as told today has fixed driver manager (after reboot), but dmssg is empty yet, and syslog is disabled yet [20:01] cristian_c awesome, glad it works! [20:01] cd ; df ./ is http://paste.ubuntu.com/14131540/ === w9qbj is now known as not_w3ccv [20:02] nicolas_: sorry, I thought ls -l showed also directory usage too, but I was wrong, my bad, sorry! [20:02] :( [20:02] *shown [20:03] MonkeyDust: unf9rtunately, it doesn't solve 'the issue' :( [20:03] nicolas_, my i ask you why you set the boot flag on swap ? (primary linux-swap(v1) boot) [20:04] *may [20:04] daftykins: Due to the high CPU usage, the fan going full blast in Ubuntu but not in Windows. So i'm looking if there is possible solution to make playing 4K video in Ubuntu smoother. [20:04] uhh that seems bad. I probably messed up when I was using the graphical ubuntu installer [20:04] nicolas_, i see [20:05] !info du [20:05] Package du does not exist in wily [20:06] cristian_c: it should be a port of coreutils [20:06] afair [20:06] thanks [20:07] s/port/part/ [20:07] * TheNumb a bit tipsy [20:07] btw, ioria is right: 1 1049kB 8193MB 8191MB primary linux-swap(v1) boot [20:08] cristian_c, have you tried to purge rsyslog package and reinstall ? (i have never done that) [20:08] It seems like ubuntu thinks my home partition is just part of /, even though there is a 200gb partition labeled /home [20:08] Should I merge / and home or something? [20:08] nicolas_ what's the output of env|grep HOME [20:08] ioria: already tried yesterday [20:09] cristian_c, ok [20:09] HOME=/home/nicolas [20:09] nicolas_ and of lsblk (use pastebin) [20:09] ioria: sincerely, I've tried only 'reinstall' from synaptic, not purge+instalp [20:09] PETSounds: what player are you using? [20:10] cristian_c, no, the config files persist... [20:10] lsblk : http://paste.ubuntu.com/14131642/ [20:10] mpd, daftykins [20:10] mpv* [20:10] inm [20:10] fffff [20:10] f [20:10] f [20:10] f [20:10] f [20:10] f [20:10] f [20:10] f [20:10] ff [20:10] f [20:11] khxc: no spam plox [20:11] daftykins: the MPV and VLC, i set vaapi as its video output. [20:11] PETSounds: i'm unaware of the status of full hardware decode for skylake of HEVC content. [20:11] i'd be willing to bet it's not in whatever OS and kernel you're using [20:11] nicolas_ sda1-4 are primary disks, sda5 and above are logical ... maybe that's something... [20:11] ioria: ok, I'll give a try [20:12] Oh I did not know. [20:12] I didn't put home on 6 on purpose [20:12] nicolas_ what i'm saying, it's odd that swap is primary and / is logical [20:13] Yeah that seems bad. Is backup + reinstall the best move then? [20:13] hhu [20:13] hu [20:13] u [20:13] g [20:13] gwtf [20:13] wtf [20:13] !ops | khxc [20:13] khxc: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [20:14] nicolas_, the most secure move. [20:14] nicolas_, 200 g for home is a lot compare to 10 g to / .... [20:14] allo === jessica is now known as Guest30586 [20:15] I don't usually put much on / .. [20:16] nicolas_, alll the installed apps are on / , not on home [20:17] 13 gb used in /, 13 gb used in /home, curious [20:17] o.o [20:18] cristian_c: 'ls -la /' and 'ls -la /home', then compare the two. [20:18] nicolas_, home is for your private data and preferences [20:18] daftykins: probably the driver quality is still poor compare to the one in Windows. hopefully support for Skylake will be better in the next release [20:19] nicomachus: ok, but , as seen before, ls -l does not show 'directory space usage' [20:19] PETSounds: wich driver and ubuntu version si this [20:19] to compare [20:19] nicolas_: you said that files you put into /home don't end up in sda6 but your lsblk shows the big partition mounted at /home [20:19] don't need space usage, cristian_c, just wondering if the same files are in both somehow. [20:20] Yes, that is what I'm asking about [20:20] it's not possible (same files in both partition), unless they are copies [20:20] lotuspsychje: i have the latest driver installed from https://01.org/linuxgraphics and i am on Kubuntu WIly [20:21] PETSounds: have you tried this on LTS? [20:21] PETSounds: look it up! [20:21] uhm find either locate commands can help to verify that [20:21] lotuspsychje: it'll be even worse, skylake is too new :) [20:22] daftykins: and trusty on higher kernel would that work? [20:22] yes on Trusty it is worse [20:22] lotuspsychje: yup [20:22] nicolas_: do you see the separate /home mount in "mount | grep home" ? [20:22] Reventlov: have you been able to fix your 920m issue yet? [20:23] lotuspsychje: it's the uefi that's the issue [20:23] Hey guys, I have an issue with my touchpad. I feel it is too sensitive. When i press on the touchpad to click on a link, i often miss because the cursor moves off it. Anyone knows how i can fix this? Thank you [20:23] i have tried the Xenial kernel with not so much (if any) gain [20:23] it's not my computer, so I lost the physical access to it, but this is like 95% uefi [20:23] Reventlov: how have you fixxed? [20:23] well, not fixed. The only solution would be the uefi downgrade. [20:23] lotuspsychje: no it's not in any release yet i'd bet [20:23] Reventlov: ok tnx was for feedback that i ask [20:23] no, it just says /dev/sda6 on /home [20:24] ext4 [20:24] PETSounds: xenial on 4.2 or 4.3? [20:24] and since it's not my hardware, I won't downgrade it. [20:24] Reventlov: ok tnx for info [20:24] lotuspsychje: 4.3 [20:25] nicolas_: ok so it's mounted as it should. that's the separate mount line as it wouldn't show up if /home resided on / partition [20:25] hi, I know that for OS-level virtualization I should probably use lxc, but what about a more general virtualization (to run another OS, etc)? I can't understand the difference between VirtualBox, Xen, KVM, what should I use? [20:25] PETSounds: ok then lets follow daftykins advice [20:25] nicolas_, it's a fresh install ? isn't it ? [20:26] its one month old [20:26] nicolas_, ohhh [20:26] nicolas_: you can create empty test files like this (in your home dir) "dd if=/dev/zero of=nullfile bs=1024M count=1" [20:26] xebra Virtualbox is a gui, you run it on software, Xen is a hyperviso, for servers, kvm runs on hardware (iirc) [20:26] Hi. I am trying to follow this tutorial on making a game https://bbs.archlinux.org/viewtopic.php?id=125436. I have to import the pygame module, but it comes up with an error saying:"ImportError: No Module namd pygame". I did install the pygame throuth apt-get (the name of the package is python-pygame). How do I install the pygame module correctly? [20:27] nicolas_: that'll create an empty file with size 1 GiB [20:27] I don't think it will fit, but I'll try [20:27] python3 autocomplete in vim on 14.04, possible? [20:27] hypervisor* [20:27] nicolas_: then monitor how df output changes [20:27] support monitor crashing again [20:28] ctlaltdel: share the whole story mate [20:28] lotuspsychje: corrupted graphic lines [20:28] xebra there's also qemu and system-V [20:29] !details | ctlaltdel ubuntu version? grafix card chipset/driver? [20:29] ctlaltdel ubuntu version? grafix card chipset/driver?: 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) [20:29] it worked without issue [20:30] PETSounds: this is interesting for the media centre software i use - http://forum.kodi.tv/showthread.php?tid=231955 [20:30] might trash your install though :) [20:30] lotuspsychje: gfx no clue 15.04 have 60+ tabs [20:30] lotuspsychje: i'm pretty optimistic that Skylake support will be better. It is a worth upgrade if you are from Haswell and i bet in 2016 most laptops will be using this CPU. [20:31] daftykins: ok i'll check [20:31] alright thanks for your help guys, I'm going to try to post on the forums. finding this a bit hard to follow [20:31] ctlaltdel: sudo lshw -C video [20:31] PETSounds: hardware talk is off topic here, really. [20:31] ctlaltdel: 60+ tabs...? [20:32] nicomachus: firefox I keep open [20:32] so nicolas_ left before telling how the df output changed [20:33] ctlaltdel: how much RAM do you have? [20:33] nicomachus: no clue [20:34] ctlaltdel: well, in addition to 'sudo lshw -C video' like lotuspsychje asked for, let's see 'sudo lshw -C memory' [20:34] HP Stream [20:35] typing from phone unresponsive from yesterday [20:36] * kungfudazza away [20:36] ctlaltdel: so you can't get to the machine right now? [20:38] nicomachus: no save can't quit [20:38] ctlaltdel: ok, well looking at the specs online, this machine is not capable of handling 60+ tabs open in Firefox all the time. save them to your bookmarks or something, because otherwise it's GOING to crash. [20:39] nicomachus: was stable before 50 [20:40] 60 tabs, unrealistic request. [20:40] ctlaltdel: but it's crashing now? because you only have 2gb of RAM and firefox is gobbling up all of it trying to keep track of those web pages. [20:41] nicomachus: possible fix more ram? [20:42] ctlaltdel: don't open 60 tabs. use your bookmarks for tux sake [20:42] no swap at install now swap can? [20:43] ctlaltdel: don't open 60 tabs. use your bookmarks. that's all I've got. === Atl is now known as Atlas [20:48] ioria: purged and reinstalled, but it didn't solved [20:49] cristian_c, that's weird... so dmesg and syslog empy ? [20:49] *empty [20:50] ioria: dmesg empty [20:50] cristian_c, syslog ? [20:50] syslog not updated by almost two days [20:51] cristian_c: have you tried a tail -f /var/log/syslog in realtime? [20:51] no, so, I'll try [20:52] cristian_c, ls -l /var/log/syslog [20:53] lotuspsychje: very, strange, some ueadhead messages (recent messages 20:48 utc) [20:55] cristian_c, who's the owner and the group ? [20:57] syslog and adm, now I paste if you want, ioria === stevendale___ is now known as stevendale__ [20:57] cristian_c, no it's ok ... did you reboot after purge ? [20:57] ioria: yeah [20:58] rw-r----- [20:59] cristian_c, maybe paste the syslog file .... really no idea ... you can check /etc/rsyslog.conf [20:59] ioria: ok, I'll check that [21:12] I just interrupted a grub update and restarted, now I'm in the boot console and it's saying "ALERT! /dev/disk/by-uuid/.... does not exist. Dropping to a shell!" [21:12] Before that it says "Gave up wating for root device" [21:14] What can I do to find out more about the problem! [21:14] ? [21:16] Turion: Well, 2 options. We can try and boot the install from grub > ; or flat out from a liveDVD(USB) (RE-)install grub . Your call . === stevendale__ is now known as stevedale [21:27] Bashing-om, how would I do the first one? [21:28] I don't see any useful devices in /dev, and /boot is unavailable as well [21:29] moo [21:29] moomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoomoov [21:29] Turion: I like that thought, find the fault and fix it . at the grub > prompe what retuen ' ls -lh ' . And we start looking for the files that grub and the kernel are hunting for. and tell them where they are . [21:30] table fliiiip [21:30] ding dong [21:30] Aluminite: stop [21:30] Im working with a Ubuntu VPS and i wanna check if Firefox is installed, any idea how? [21:30] Bashing-om, "ls -lH"? [21:30] django_: apt-get install firefox from a terminal [21:30] django_: or, 'firefox --version' === cpaelzer_afk is now known as cpaelzer_ [21:31] Turion: that be a lwer case "L" .. [21:31] django_ apt-cache policy firefox [21:31] Bashing-om, yes, but there is no -h option [21:31] anyways I can't paste from the boot console [21:32] ls gives "dev sbin scripts bin var run conf proc root etc lib64 lib usr init sys tmp" [21:33] Turion: Beats me .. - lh - has always ben valid for me in that grub environmnet . We are looking to find what partition contains the '/' file system . and where grub's config files are locatd . [21:34] tt [21:34] ty! [21:36] Bashing-om, /dev is quite empty [21:36] no disks [21:38] Turion: Ouch ! .. reboot, does bios see the hard drive(s) ? [21:39] Bashing-om, well, yes, I guess so, since the bootloader is on there [21:42] Bashing-om, I don't have an /etc/fstab either [21:42] Turion: True .. think'n what else could cause grub not to see a hard drive . [21:45] Bashing-om, yes, it's funny. Also, during the boot the kernel recognise a lot of stuff, and udev runs [21:45] ah, this is interesting... "udevadm settle is not permittet while udev is unconfigured" [21:47] Turion: try ls -l [21:47] Turion: Under discussion .. bear with us . Maybe time to run a file system check ? [21:47] in grub [21:48] Bashing-om: Turion is at the busybox shell in the initial ramdisk; its implementation of the coreutils tools are very stripped down [21:49] Bashing-om, maybe, but I think I must have messed something up with grub, because I interrupted a console updating grub [21:49] TJ-, right [21:49] hello, I had a xorg crash (segmentation fault) and would like to investigate this. I have a .crash dumpfile, can someone help to analyze? [21:49] EriC^^, ls gives "dev sbin scripts bin var run conf proc root etc lib64 lib usr init sys tmp" [21:50] Turion: ok, try rebooting and in grub press c to get a command prompt, unless TJ- wants to try something from the initram shell [21:51] Eric^^, yes [21:51] Ah, much more to see here :) [21:52] ls gives (hd0) (hd0,msdos3) (hd0,msdos2) and other stuff corresponding to the USB stick I think [21:52] EriC^^: no, go ahead, I'm not really here :D [21:52] linuxr: you can look through /var/log/Xorg.0.log as well [21:52] Turion: ok, type ls -l [21:53] so it gives you the uuid [21:53] nicomachus, I sure did, any found a xorg stacktrace, but no backtrace [21:53] EriC^^, bear with me, the keyboard layout is US :/ [21:54] Turion: EriC^^ :: How bout ' search -f /vmlinuz ; search -f /sbin/init ' see if we can boot up from grub ? [21:55] Bashing-om, EriC^^, that returns hd0,msdos1 [21:57] Turion: ok, type set root='(hd0,msdos1)' [21:58] yep [21:58] Turion: ok, type ls / [21:59] EriC^^, that gives the good ol' disk with everything from bin to var [21:59] I think I've set linux and initrd to the stuff in /boot [22:00] Turion: Let's see what grub knows . try and boot the system. ' linux (hd0,msdos1)/vmlinuz root=/dev/sda1 ro ; initrd (hd0,msdos1)/initrd.img ; boot ' . === [Saint_] is now known as [Saint] [22:02] MonkeyDust: syslog is now re-enabled, and trick is surprisingly simple [22:02] MonkeyDust: I've simply deletec the file, and after reboot it has been generated again - but updated - [22:03] MonkeyDust: unfortunately, dmesg file has not been created too :( [22:04] cristian_c what was your initial question? [22:05] Bashing-om, EriC^^, if I boot then I'm at the busybox again === cpaelzer_ is now known as cpaelzer_afk [22:06] did I lose something since I did cp -npr from my harddisk to an external NTFS drive, and back from there with the same command to /home [22:06] Can someone help me with automatically mounting external usb hdd at boot? I googled the man for mount but I still haven't quite figured it out. [22:06] Turion: do you have a live usb? [22:06] EriC^^, yes [22:07] safe_: is it always going to be in? [22:07] So if I start /init, it says /dev/sda1 does not exist etc [22:07] Turion: try booting the live usb [22:07] Turion: bashing-om wanted you to run the commands at the end of his last message [22:07] daftykins: Yes, and it's a ntfs one. [22:08] akik, Bashing-om, yes, I did, I ended up with the busybox again [22:08] safe_: i use gvfs-mount in the startup apps so it mounts just like you press on it in the file manager [22:08] safe_: ah. use "sudo blkid" to identify the UUID for the partition, then create an entry for it in /etc/fstab [22:08] maybe I lost some date information from the files, but maybe thats all [22:08] hello what will happen if I have an LVM snapshot that run out of space to hold more changes, but it is mounted ? [22:08] MonkeyDust: my initial question was about dmesg and syslog files deactivation [22:09] EriC^^: Do I have to use it in system boot or can I use it as startup applications? [22:09] MonkeyDust: syslog issue seems solved by trick described above [22:09] MonkeyDust: but I don't know how to resume dmesg logfile === nolsen is now known as fsck === fsck is now known as grep [22:10] safe_: i use it as startup applications === grep is now known as nolsen [22:10] EriC^^, that's a very old ubuntu stick it turns out, hope that's not a problem [22:10] safe_: this is the command gvfs-mount -d /dev/sda2 [22:11] use /dev/sda2 that fits your partition [22:11] Turion: should be ok [22:11] is it fine to install php7 on 15.10 ? [22:11] on home pc ? [22:13] soee: I don't see why not === downtime is now known as rust [22:14] EriC^^: I'm using gnome-shell and it wont let me add a command as a startup application via gnome-tweak-tool === nolsen is now known as gaben === gaben is now known as Gaben === rust is now known as Guest56617 [22:15] safe_: try gnome-session-properties [22:16] nicomachus: using this ppa https://launchpad.net/~ondrej/+archive/ubuntu/php-7.0?field.series_filter=wily i have dependency probems [22:16] http://paste.ubuntu.com/14132836/ [22:16] EriC^^: Ah great. Thanks! :) [22:16] safe_: no problem [22:17] soee: did you install python-software-properties first? [22:17] is it generally fine to copy files from linux to NTFS and back? [22:17] EriC^^, is the plan to install grub from the stick? [22:18] nicomachus: no, i did just now, will reboot and see it if whelps [22:18] soee: shouldn't need to reboot [22:18] oh than it does not help [22:18] just do apt-get update, then add the PPA, then apt-get update again, then install php7 [22:18] Turion: yeah [22:19] soee: completely instructions here: https://askubuntu.com/questions/705880/how-to-install-php-7 [22:19] and check /etc/fstab [22:19] Turion: also maybe update the initramfs [22:19] alt+f4 is working [22:19] monitor problem now solved [22:20] trying to build the latest apache but when trying to get the libapr1-dev dependency for building I'm getting an error libapr1-dev : Depends: libapr1 (= 1.5.0-1) but 1.5.1-2+deb.sury.org~precise+1 is to be installed, what to do? [22:20] need to get the latest Apache for PCI compliance (or at least version 2.4.16, right now have downloaded source for 2.4.18) [22:21] appears to me the libapr1-dev dependency is too strict? [22:21] EriC^^, ok, makes sense. I'm just having trouble with my live stick [22:22] this is on 14.04.3 Ubuntu Server edition on an AWS VPS if it matters === cpaelzer_afk is now known as cpaelzer_ === intel is now known as Guest64448 [22:25] wafflejock: try in #ubuntu-server [22:25] thx nicomachus will do [22:29] Hi guys. I have this issue again with LTS 14.04 The upgrade needs a total of 80.9 M free space on disk '/boot'. Please free at least an additional 14.7 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.... I tried the suggestions though still don't work. [22:34] threeminutemonta: go to a terminal and "sudo apt-get autoremove" === pi___ is now known as bg [22:37] EriC^^, do we have any other options besides a live stick? [22:39] Turion: yeah [22:39] btw do you have an iso on the ubuntu install itself? [22:39] Turion: I am still in favor of attempting to boot from grub, We can do this IF grub.cfg is consistent . What returns ' ls (hd0,msdos1)/boot/grub/grub.cfg ' ? [22:39] you could try booting that from grub [22:40] EriC^^, I do, it's just that somehow my live sticks from that iso turn out unbootable [22:40] and I only have a 1GB one, so I have to use the 13.10 iso [22:41] eek [22:41] Turion: AFAIK the full Lubuntu 14.04 iso is still < 1gb [22:42] nicomachus, ah, maybe I'll try that (I always get "Missing operating system" from the BIOS) [22:42] hi, how can i find out the DHCPv6 DUID on ubuntu server? [22:44] Bashing-om, that file exists [22:45] hey [22:46] Bashing-om, the contents are all the standard one, one boot entry, one recovery mode, two memory tests [22:48] So the problem occurred after there was some kind of grub update, and I interrupted it and restarted [22:51] Eric^^, ah, now I understand what you meant, I unfortunately don't have that [22:51] When installing stuff with Wine, do I need to run the command sudo? [22:51] badblocks shows no output. can I take this to mean there are no bad blocks? [22:51] aotea: no... Wine doesn't quite work that way. [22:52] aotea: see this page, and try to familiarize yourself a bit with wine and how it works: https://help.ubuntu.com/community/Wine [22:52] EriC^^, Bashing-om, Would it help to remove the disc with the nonbooting linux from the laptop and insert it elsewhere as a USB disk [22:52] the reading I have done suggests that there should be some sort of output [22:54] nicomachus, been trying this installer and it just keeps on freezing up. And no idea what might be the issue === trevor is now known as Guest28884 [22:54] Maybe you can tell me what I'm doing wrong with creating the live disk [22:55] I've downloaded an iso, now I'm formatting the whole stick with fat32, running unetbootin to install the iso and the bootloader [22:55] Turion: We should be able to tell grub where the files are, so grub can tell the kernel where it's files are . We should be able to boot the system from grub and then repair grub. Try ' set prefix=/boot/grub/ ; insmod normal ; insmod linux ; linux (hd0,msdos1)/vmlinuz root=/dev/sda1 ro ; initrd (hd0,msdos1)/initrd.img ; boot ' . === ubuntu is now known as Guest28817 === Guest28817 is now known as StevJibs [22:58] nicomachus: 0 to upgrade, 0 to newly install, 0 to remove and 15 not to upgrade. [22:58] Bashing-om, as before it says "Gave up waiting for root device" [22:58] also "udevadm settle is not permittet while udev is unconfigured" [22:59] and last but not least "ALERT! /dev/sda1 does not exist. Dropping to a shell!" [22:59] As if neither the kernel or the initramfs have the drivers or modules or whatevers to make /dev/sda1 visible [23:00] Turion: you there i got dc [23:01] EriC^^, sorry I didn't understand [23:01] Turion: i got disconnected [23:01] EriC^^, I see :) welcome back [23:01] thanks :) [23:01] did you boot up and reach grub? [23:02] EriC^^, when I boot I always get back to the BusyBox [23:02] Turion: :( ... not making a lot of sense yet .. as grub can tell us where that root device is - (hd0,msdos1) .. unless I misunderstand somewhere something . ' ls (hd0,msdos1)/ ; ls (hd0,msdos1)/boot/grub/grub.cfg ' gives positive returns, no ? [23:03] Bashing-om, yes grub.cfg exists and looks exactly like what I see from the boot manager [23:03] Turion: try booting into an older kernel [23:03] go to advanced in grub, then an older kernel [23:04] EriC^^, the only ones I have are /vmlinuz and /boot/vmlinuz-3.13.0-24 [23:04] EriC^^: Turion Excellent idea to boot an older kernel ! [23:05] Turion: ok, try recovery mode maybe [23:05] EriC^^, yes, I tried already [23:06] ok, try going to grub, press c [23:06] yes [23:06] then set root='(hd0,msdos1)' [23:06] then type ls -l [23:06] then type cat /etc/fstab and check if the uuid= matches the uuid from hd0,msdos1 [23:06] just to cover the basics here [23:07] EriC^^, aha /etc/fstab doesn't contain any uuids [23:07] what's it contain [23:08] second line is "LABEL=ROOT / ext4 defaults 0 1" [23:08] what's the back story of this box [23:08] let us have it :D [23:08] Thats not a valid fstab entry [23:08] It's a Linux Mint I set up for my mum [23:09] that is a regular Ubuntu with some minor addons, isn't it? [23:09] you can't ask about Mint in here. [23:10] Turion: Mint is offtopic here [23:10] !mint | Turion [23:10] Turion: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [23:10] sorry, I wasn't aware of that [23:10] the clue is in the name [23:10] *blushing right now* [23:10] Turion: It's not minor additions, fwiw. There's quite a few. [23:11] I start wishing I had just installed Ubuntu... [23:12] Turion: try ls -l in grub [23:12] Turion: write down the uuid next to hd0,msdos1 [23:13] EriC^^, ok [23:14] EriC^^, I have all of that done [23:15] Turion: An example of an 'buntu fstab .. mine is non-standard : http://paste.ubuntu.com/14133177/ . === jayne_ is now known as jayne [23:16] Bashing-om, thanks, now I just need to find any text editor that will work from here [23:17] Turion: nano ? [23:17] Bashing-om, but I'm in the grub console, no nano here :/ [23:17] how do I set up an auto-responder for mail [23:18] ugh, this is getting more and more annoying. am i seriously the only one who uses dhcpv6 to assign static ips to hosts?! [23:18] Turion: i got dc again [23:18] any luck? [23:19] ThiefMaster: ;) [23:19] relying on DHCP to provide static always struck me as insane [23:19] daftykins: why? that way i can configure all ips for my network in a single place [23:20] EriC^^, not really :/ but the labels of fstab match those on the disks, so that shouldn't be the problem I hope [23:20] best i don't enter into that topic :) [23:20] Turion: yeah [23:20] it's so easy on gentoo.. dhcpcd generates the duid, writes it to a file and then uses that duid for the future. apparently dhclient also has an option to specify a separate file for the duid, but so far i couldn't find an option to specify additional commandline args [23:20] ThiefMaster: though rather than an exclamation, you really ought to link to a problem description, with config examples and output of what happens [23:21] well, basically i'm trying to figure out which DUID is used for dhcpv6 requests *or* where to set a static one [23:21] EriC^^, maybe the problem was that I tried to update a Mint system with apt-get in the first place...? [23:22] ThiefMaster, have you checked under /etc/default/...? usually apps have their configs there [23:22] Turion: no, mint uses apt-get as well [23:22] but is still off topic in this channel i'm afraid. [23:22] Turion: i wonder what it paused on, try cat /var/apt/term.log [23:22] it should show the last msgs of the terminal [23:22] daftykins: why? it's about the network config system of ubuntu [23:23] * /var/log/apt/term.log [23:23] BlackFate: /etc/default/networking doesn't seem to have anything related to it [23:23] ThiefMaster: that wasn't at you. [23:23] ah [23:23] Hi, I have been searching for hours and couldn't find any way to extract netflow from a pcap file.. cany anyone help? [23:24] that's more apt for ##networking [23:24] EriC^^, the last entry start with "grub-pc (2.02~beta2-9ubuntu1.6)" [23:24] it's in german I'm afraid [23:24] ThiefMaster, you're using wide-dhcpv6-server right? [23:25] BlackFate: whatever is installed by default [23:25] (i'm not trying to run a dhcp server on the machine) [23:25] !info tcpflow | mustu [23:25] mustu: tcpflow (source: tcpflow): TCP flow recorder. In component universe, is optional. Version 1.4.4+repack1-3 (wily), package size 214 kB, installed size 690 kB [23:27] EriC^^, then there is this funny message, it says that GRUB had been installed on a disc that's not present in the current system anymore. And more stuff about Grub-core-images and grub-modules === TheWarlord is now known as James === James is now known as TheWarlord [23:34] Hi. Any ideas, why connect is not an unkown setting? [23:34] http://paste.ubuntu.com/14133355/ [23:37] m15k: it's as plain as day [23:37] "Fatal: Error in configuration file /etc/dovecot/conf.d/auth-sql.conf.ext line 7: Unknown setting: connect" [23:39] daftykins, according the wiki connect should exist: http://wiki2.dovecot.org/AuthDatabase/SQL [23:39] try commenting out the conntect line [23:40] and how to specify the database? [23:40] SQLite: connect = /path/to/sqlite.db [23:42] maybe you've got some errant characters in there that are throwing it o0 [23:43] mh just editing with vi... [23:43] I'm going to sleep. Thanks a lot for your help, and sorry that I asked about mint, I wasn't aware of the differences [23:43] good night sweet prince [23:43] well try a minimal config rewritten by hand [23:44] m15k: i take it that db file exists and dovecot's run-as user has permissions on it also? probably further along that, though [23:46] -rw-r--r-- 1 root root 2048 Dec 21 22:41 /etc/postfix/postfix.sqlite <- should be readable === toto is now known as Guest14631 [23:51] m15k: but that's owned by root, so only if dovecot executes as root [23:51] pretty sure that config file formatting is your issue though [23:54] I think I got it... [23:55] what was it? [23:56] there's a generic sql conf for setting up connection -.-' [23:56] auth-sql.conf.ext <> dovecot-sql.conf.ext [23:57] hehe [23:57] so in your paste you'd included the wrong one at the end? [23:57] figures why it wasn't line 7 :> [23:58] but thank anyway! wihtout your questions i would not have found it. [23:59] ^_^ np