/srv/irclogs.ubuntu.com/2017/09/09/#ubuntu.txt

sirru5hHello Everyone00:11
glitsj16aloo_shu: An install of a linux-image-... package via apt would call a post-install hook to generate an initrd image yes, is that what you mean?00:17
aloo_shuglitsj16 no, I have a fresh install with a initrd that fails to start lvm and hence cannot find root00:24
glitsj16aloo_shu: ow, have you tried regenerating it manually yet?00:25
aloo_shuglitsj16 I am at it, in a chroot. you happen to know how to get /dev and /proc going inside the chroot?00:26
sirru5hhmm iirc /dev would need a --bind00:31
glitsj16aloo_shu: for i in /dev /dev/pts /run /proc /sys; do sudo mount --bind "$i" "YOUR-CHROOT-MOUNTPOINT/$i"; done00:31
aloo_shuthx!00:33
glitsj16aloo_shu: see https://help.ubuntu.com/community/LiveCdRecovery, the command above uses a different syntax, but it should have the same effect00:33
aloo_shuI'd probably bind - mounted by hand, but this is elegant00:37
aloo_shuupdate-initramfs -c -k all is running! glad.00:37
aloo_shubut unfortunately, no improvement - still stuck in an initramfs shell with lvm relevant stuff not running, how could I tell update-/mkinitramfs to include lvm? glitsj1600:41
aloo_shusince my install didn't finish, the system might be only half-aware it's on lvm. or it's a ubuntustudio low-latency kernel problem.00:45
glitsj16aloo_shu: not sure if that's possible sorry.. I know you can add modules via /etc/initramfs-tools/modules, but LVM is something I haven't much experience with00:45
glitsj16aloo_shu: that would make sense, half-aware = half-botched :p00:46
aloo_shuglitsj16 and #lvm is not very busy ..00:46
glitsj16aloo_shu: maybe try ##linux00:46
bobsaccamanoHi..I have a dual boot Win 7 and Ubuntu 16.04. I want to increase the size of the Linux partition with an unallocated block preceding the Linux partition. Apparently this is not straightforward and  I would appreciate some pointers on how to handle this. GParted screenshot is attached.00:47
bobsaccamanohttps://ibb.co/k1CKwv00:47
glitsj16always tricky to find channels with good help-flow on a friday night alas00:47
aloo_shuglitchsj16 nor is #ubuntustudio , it is a possibility that lvm got overlooked since low latency kernels are a speciality ..00:48
glitsj16aloo_shu: yes indeed.. personally, if you just installed now, I would redo the installation00:48
=== Schnabeltierchen is now known as Guest50584
AudioHey, I accidently changed permissions in the usr folder, since timeshift messed them up and I had to had permission to install some py libraries00:51
AudioWell, now I can't access my linux system00:51
AudioI don't really have any important info on it, but I still want to check if there's another option except for reinstalling linux00:52
Audiocan you guys help me?00:52
aloo_shuglitchsj16 tomorrow, my batteries are getting low (solar), but also I am headstrong, and since I also tried borrowing the initrd from the install medium, same result, and on the other hand *could* boot w/ kernel&initrd brrowed from another linux, i fear it could indeed be an ubuntustudio bug00:52
glitsj16aloo_shu: maybe this might help https://askubuntu.com/questions/551446/cant-find-lvm-root-dropped-back-to-initramfs00:52
aloo_shuwill possibly install regular kernel next to test. link sounds relevant, thanks glitchsj1600:53
glitsj16you're welcome, I see why you would like to have things fixed asap00:54
sirru5hAudio, recursively?00:54
AudioUnfortunately... yes00:55
AudioI was just now able to get in a single user mode00:55
Audioand am trying to change usr that way00:55
Audioso we'll see how that goes00:55
mojtabaHello, I am trying to scp a 6GB file in LAN from one computer to another one, but the problem is that, it gives me the error: "File too large."00:56
mojtabaDo you know what should I do?00:56
sirru5hWell I did the same thing by accident trying to install perl modules I thought about doing a chmod 755 then I figured that because some of the files are libraries, images, headers I went with a re-install.  I was able to save /home since it was mounted on another partition.00:58
[n0mad]mojtaba: is your destination fat32?00:59
mojtaba[n0mad]: Oops00:59
mojtabayes00:59
magkneetoehttp://paste.ubuntu.com/25493571/00:59
mojtabathanks for the hint00:59
magkneetoeHey guys. I do not understandother than i need gtest and gmock01:00
AudioThe thing is I have restore points, I just need to be able to access the system enough for them to work01:04
sirru5hAudio, you used what timeshift or something similar? systembackup?01:07
aloo_shuglitsj16 well, the vgchange -ay approach doesn't work, since my initrd doesn't create the socket/run the daemon lvm wants to talk to, but this has given ,e an idea, I will try borrowing initramfs-tools scripts from another distro that has a working initrd for lvm01:07
Audiotimeshift01:07
glitsj16aloo_shu: maybe restate your issue from time to time, as people drop in someone might have the 'lightbuld' reaction to your issue01:09
sirru5hAudio, https://ubuntuforums.org/showthread.php?t=2240407  give that a read you can use a live media install timeshift and go from there01:10
glitsj16Audio: You could chroot in from a live USB and at least get sudo back..01:10
aloo_shuglitsj16 thanx, but I have 1 or 2 approaches to try out, and supporting so who is trying stuff at the same time, is a nuisance :) comparing kxstudio and ubuntustudio /usr/share/initram..../lvm2 scripts now01:11
AudioOk I think I was able to use timeshift from terminal01:13
Audiothough, timeshift mentioning01:13
glitsj16Audio: hmm, wait.. if timeshift messed up your file permissions, can you still trust those restore points? Have you tried restoring from timeshift before this happened?01:13
Audioi3868 is kinda weird sine my ubuntu is x6401:13
glitsj16aloo_shu: I understand, keep going at it :)01:13
Audioyes glitsj1601:13
Audiowell, it messed up the python libraries I think01:14
Audioand some other ones but nothing of importance to the system01:14
AudioI am not that experienced in ubuntu so I just went and changed the permission to the whole folder01:14
glitsj16Audio: .. python is a pretty critical part of Ubuntu, I'm not wanting to spread doom&gloom, but still..01:15
psychoticwarriorchmod u=rwx,g=rw,o=r01:15
psychoticwarriorchmod u=rwx,g=rw,o=r <file>01:15
Audiowell if you have an alternative to timeshift I will be grateful, the reason why I am using it, is because c++ doesn't offer01:16
Audiovirtual environments and one foul step leaves you with01:16
Audiobroken libraries01:16
Audiothat cannot be mended01:16
Audioso... I thought creating restore points would be a good idea01:16
glitsj16Audio: I just use rsync for backup/restore, the 'old' but tried and tested shell script way01:17
Audiodoes it restore system paths and the like?01:17
glitsj16Audio: I follow your reasoning, nothing wrong with it01:17
glitsj16Audio: yes, if you feed it the correct parameters it keeps all metadata intact01:18
Audiohmmm01:18
Audiomight check it out, if this doesn't work out :)01:19
Audiothank you glitsj1601:19
AudioI was able to restore the system now :)01:19
glitsj16Audio: phjeww, nicely done :)01:20
Audiothank you :D01:20
glitsj16scary situation to be in suddenly heh01:20
sirru5hWell done Audio I guess you know that your backups work01:21
AudioWe'll see, I'll test the permissions now01:21
psychoticwarriorok try chmod!!01:22
Audiochmod got me into this mess :p01:22
glitsj16https://opensource.com/article/17/1/rsync-backup-linux might be a nice read now you've gotten over that chmod hurdle01:22
Audioit is glitsj16, this week has been nothing but reinstalling linux, trying to make ros and opencv play nicely, reinstalling again trying to make slam work having a mess for an output reinstalling again01:24
Audio:(01:24
glitsj16but if timeshift works for you reliably, I suggest sticking to it01:24
live150Trouble shooting a network card after booting up into a live boot of Ubuntu 16.04 LTS it does not let me connect to a wifi network01:30
live150lspci lists a network card01:30
sirru5hlive150, use http://paste.ubuntu.com/ paste the results there01:34
live150Can't really do a clean copy paste: cause the machine in question is a lappy I'm sitting on a different machine using IRC. :P01:34
live150Ill quickly copy it over manually01:35
__Myst__I'm having some issues with dependencies.01:36
__Myst__Some packages I want need libpng12, and some others need libpng16.01:36
__Myst__I can't get both at the same time and I'm not sure if deleting libpng16 to install libpng12 is safe.01:36
sirru5hSounds good live150 take your time mate01:36
__Myst__Could anybody please help? Thank you in advance.01:36
weboHow do you install QtSpim in Ubuntu, if possible?01:36
AudioYeah, I still get the permission error01:38
jnewtok, sudo grub-set-default, how do i know what goes after to boot my windows OS?  it looks like it wants a number.  is there a list somewhere of what the options are?01:39
ChetManlySo something happened to my computer where it ran out off space in / on a ssd and  there are other separate partitions on other hdds.01:40
=== brainwash_ is now known as brainwash
ChetManlybut I am sure I pretty of space for the system01:41
sirru5hAudio, when I did the same thing with perl modules I just re-installed.01:41
AudioNo that's not the problem sirru5h01:41
AudioI successfully restored ubuntu01:41
Audioit's that timeshift messes up some folder's permissions01:41
ChetManlyI had to use the "make free space options" and repair broken packages to make the system start01:41
Audioso now I have to manually get them to what they were before01:42
sirru5houch .. the metadata is gone? wow not good I hope it isn't a production environment or something similar01:42
Audiomy fear is, that this will cause some error later on, and the error message will be ambiguous enough that I won't know which permission I'll need to change01:43
ChetManlythere is no way my ubuntu install is 75 gigs01:43
Audioit's not sirru5h, I am a student trying to make a git project run, and I have enough time, and have done it once previously but man is ubuntu unforgivable01:44
ChetManly some kind of bad update or something self replicating?01:45
live150https://paste.ofcode.org/6h2dmEpbVU4rxyFJ2n2sRb01:46
live150The Live boot: Linux ubuntu 4.4.0-21-generic #37-Ubuntu01:48
live15016.04 LTS01:49
sirru5hlive150, what is the output of lspci -nnk | grep -e rtl01:52
live150Gonna check right now. :D01:53
ChetManlyit say /proc is 128 terabytes01:53
ChetManlywtf...01:53
Audiois it ok, if I chown /usr/local/?01:53
live150no return01:54
sirru5hAudio, usually it is owned by root:root01:56
sirru5hlive150, https://ubuntuforums.org/showthread.php?t=222426201:57
AudioI guess I'll need to delete timeshift and use something else01:57
live150Thank you for the help Ill read through it.01:58
live150Hopefully I'll fix the issue01:58
sirru5hI hope if helps01:59
live150Need to get an ethernet connection FTP required. :D02:01
sirru5hAudio, I'm checking on google seems that you are not the only one who has done this though02:04
Audiothe nuking permission thing?02:05
Audiowell, thank you for taking interest :D02:05
sirru5hyeah nuking permissions on /usr seems to happen like I said I did it with perl modules02:08
sirru5hI found a thread where a guy did it to /02:09
ChetManlywhat the  heck is suing up all my space on my sdd?02:12
ChetManlyall the folders look very empty02:13
ChetManly   /var /usr and /tmp dont have much in them02:13
sirru5h_sorry got dc'd02:15
sirru5h_Audio, https://serverfault.com/questions/221447/how-to-repair-restore-ubuntu-10-04-after-sudo-chmod-777 in this thread someone changed permissions on /. But someone created a script to modify the permissions based on the permissions of the packages installed02:15
Bashing-omChetManly: logs ? what shows ' sudo du -ah /var | sort -n -r | head -n 10 ' ?02:15
lordcirthChetManly, install and run ncdu02:15
lordcirthor xdiskusage02:15
ChetManlyBashing-om: nm I found it. vbox didnt listen where to put files on a separate drive o/02:17
sleehi, will installing python3.x screwup the pyton2.7 that came with 16.04?02:17
Bashing-omChetManly: :)02:17
ChetManlyBashing-om: are they moved easily?02:18
ChetManlylordcirth: whats that do?02:18
lordcirthChetManly, it scans your filesystem and tells you were all the space went02:18
sirru5h_Audio, I am sure that with a bit of modification you can apply it towards /usr02:18
Audiohopefully I've fixed it, but if not I'll try and do that :)02:20
Bashing-omslee: python3 us installed : dpkg -l python3 >> ii  python3         3.5.1-3 .02:20
sirru5h_Audio, https://ubuntuforums.org/showthread.php?t=1112766 is another such thread to look at02:20
ChetManlyBashing-om: thank god I over provisoned my ssd so it didnt wear on it being so darn full02:20
sirru5h_Good luck Audio02:21
sleeBashing-om, oh wow, it is, thanks02:21
sirru5h_bye everyone02:21
Bashing-omChetManly: As you say, good deal . moving a lot of files ... rsync is your friend .02:22
Audiobye sirru5h_, and thank you for your help :)02:22
BustinHello, on Ubuntu 17.04, newer user to linux. I installed Sublime text, and every time it opens, even after purging / uninstalling the application, it's default opening "/run/user/1000/gvfs/sftp" - I was using sublime to open files which I was connected via sftp to edit, but am not sure why it's opening an empty file in named "sftp" in that location. Any help is appreciated02:43
Bustinto add, even if I type in "sublime-text" in the panel search for applications, I see the sublime text icon, with the path stated previously.02:46
=== r0Oter is now known as r00ter
=== sins-_h is now known as sins-
bubbelyHi. I have two files...they are both .css files. one is an older version of the new one. how can i use diff to compare the new to the older version and only output the old parts that where changed in the new one.. diff -y comes close. but it prints *everything* i only want the changes (using terminal!)03:09
null_r3fWhat files control how filesystems get mounted at boot? 17.0403:24
lankanmonis there any way to restore a mysql innodb DB using the files within /var/lib/mysql/?03:44
=== tcpdump is now known as KernelPanicAtThe
sarylankanmon: You may wish to ask in #mysql .04:06
plex_daveI am using discord for a project and it doesn't have an always on feature for the sound input.  Is there an application that lets me tell ubuntu to, for example, hold down the shift key constantly but only in a specific window?04:08
psychoticwarriorhey04:15
plex_davewhat's the good word?04:15
psychoticwarriornothing much how about you04:16
plex_davejust here doing what everyone else is trying to do.... figure out how to solve a problem04:18
psychoticwarriorwhats your problem?04:18
plex_daveit's kind of dumb.  i use discord in my podcast.  there's no always on feature.  i am trying to figure out a way to tell ubuntu to hold a key down in that window04:19
=== JanC is now known as Guest88403
=== JanC_ is now known as JanC
psychoticwarrioryea im not sure how to fix that04:21
plex_daveOh it's an odd question04:23
psychoticwarrioryea seems that way04:24
kundarsahey all! i reinstalled my ubuntu and am having trouble adding my exsisting storage volume to lxd, heres is my command + error https://pastebin.com/Xrp7iuRr04:49
=== rkta_ is now known as rkta
PinealGlandOptichi everyone! what program can edit PDF files? highlight, add notes, etc?04:55
psychoticwarriormaybe leafpad05:01
psychoticwarriornever tried05:02
psychoticwarriorcheck it out05:02
psychoticwarriorcheck out master pdf files05:02
psychoticwarriorhttps://code-industry.net/free-pdf-editor/05:02
nuked0nefoxreader?05:03
PinealGlandOpticfound okular - seems working!05:03
psychoticwarriornice05:03
=== harindu95_ is now known as harindu95
=== aminvakil1 is now known as aminvakil
=== pksadiq_ is now known as pksadiq
theSanDiegoKidDoes anyone know how I can monitor what devices are connected to my network? Just installed nmap but seem to view any devices.06:15
kundarsatheSanDiegoKid, is your nix box acting as a router? or a device on the network?06:26
kundarsagoogle gave me this result https://www.dynacont.net/documentation/linux/network_monitoring/ i have used iftop before, it's small and gave me the info i wanted06:27
ghostnik11so i fixed my bootloader following these instructions from this site: http://www.jfwhome.com/2016/01/04/latest-steps-to-install-ubuntu-on-the-asus-t100ta/ but when i boot, i dont see grub asking me to select ubuntu. i have to then put in live disk and then hit c and run commands to boot ubuntu06:27
kundarsaghostnik11, what is pc manufactor/brand?06:28
ghostnik11kundarsa: its a asus transformer book t100taf 2 in 1 pc06:28
kundarsaghostnik11, more then 1` hd?06:28
kundarsaghostnik11, i worry it is trying to boot off another device06:29
kundarsaghostnik11, a risk of that at all?06:29
kundarsaghostnik11, asus is esc key i think to select device from list during boot proces06:29
ghostnik11kundarsa: no i erased it earlier for a clean install of ubuntu 15.1006:29
kundarsaghostnik11, sometimes when i do grub-install i put /dev/sda1 when i need to do /dev/sda06:30
kundarsaghostnik11, to get the boot menu it's pretty much just grub-install /dev/disk follow by grub-mkconfig -o /boot/grub/grub.cfg06:31
ghostnik11kundarsa: following the instructions from that site it says to do: sudo apt-get install grub-efi-ia3206:31
kundarsaghostnik11, sorry! i was talking about apt install grub-pc06:31
kundarsacan you access the computer now?06:32
ghostnik11kundarsa: won't what will apt install grub-pc do?06:32
kundarsaghostnik11, grub-pc is for master boot record06:32
kundarsaghostnik11, efi is for signed bootloader06:32
kundarsaghostnik11, if you go into your bios and set it to legacy (old) style OS for the bootloader that is for mbr, not uefi stuff06:33
kundarsaghostnik11, i havnt done the uefi. i have been avoiding it. i should start doing it prolly....06:33
kundarsaghostnik11, can you access the computer with live usb stick?06:33
ghostnik11kundarsa: right now i can't b/c the battery is low so i have to let it charge then use it b/c for some reason the computer doesn't see that its charging well it sees it when its in use but doesn't charge it. shows signal but doesn't and yes i can access it via live stick but i don't want to keep having to do that. just want to turn it on and see grub with ubuntu06:34
kundarsaghostnik11, i understand. i do recomend booting live distro and checking the /boot drive for /grub/grub.cfg file06:35
kundarsaif that file is not there install grub with grub-install /dev/disk06:35
kundarsaand then run grub-mkconfig -o /boot/grub/grub.cfg06:36
kundarsadid you make a dedicated /boot partition? or is it a subfolder on root / ?06:36
kundarsai dont think ubuntu will install grub onto the disk and make the configure file with just apt install grub06:37
kundarsasorry :\06:37
EriC^^ghostnik11: what's the problem?06:37
kundarsaghostnik11, installed ubuntu but has no grub06:38
EriC^^ghostnik11: did you follow the guide yesterday?06:38
kundarsaerr eric, :P06:38
ghostnik11kundarsa: i did make a dedicated partition on /dev/mmcblk0p206:38
kundarsahe linked the guide he used above, i didnt dig thought it to much06:38
ghostnik11EriC^^: i did follow the directions but every time i boot it never shows me grub just takes me the bios06:38
kundarsaghostnik11, then you will need to mount that if fstab does not have it as auto mount (when you go to run grub-mkinstall)06:39
EriC^^ghostnik11: did you install grub-efi-ia32 ?06:39
ghostnik11EriC^^: yeah and did the update grub and edits06:39
EriC^^ghostnik11: ok boot from grub as yesterday and tell me when you've booted06:39
kundarsaooo, this thing is a tablet..... intel cpu?06:40
ghostnik11EriC^^: i can't b/c it needs to charge it. when its in use it sees that its plugged in but doesn't charge even though the indcator comes up and also the amber light shows thats it plugged in06:40
kundarsaid behalf tempted to run uboot :P06:40
ghostnik11kundarsa: whats uboot06:41
kundarsaghostnik11, something more complicated06:41
EriC^^ghostnik11: it should power on if it's plugged in, even without a battery06:41
ghostnik11EriC^^: its weird it charges when its shutdown only and won't charge while in use. it started on windows thats why i got rid of it thinking that would solve the problem but even in ubuntu it happens. i ordered a new charger for it but won't come till monday06:42
ghostnik11EriC^^: it powers on but will still lose power06:42
ghostnik11EriC^^: i think it had something to do with the drivers in windows that controlled the batteries06:43
kundarsathis asus is an in order cpu, bah06:44
ghostnik11kundarsa: it was a gift from my dad. i told him no windows but he doesn't understand so i have to use what i have. in reality it could have been a great product if it wasn't so closed down with uefi and windows06:45
kundarsahey all, i am trying to add an exsisting btrfs storage volume to lxd but when i go lxc create it looks like it wants to erase my containers :\ https://pastebin.com/Xrp7iuRr06:45
kundarsaghostnik11, looks cool all the same, but i would hazard a guess with a multimeter that the new ac brick may solv your power issue06:46
kundarsaghostnik11, if it doesn't you may have to replace the first little pcb right at the power connector for the notebook :(06:46
ghostnik11kundarsa: wait what was the first thing u said06:46
kundarsaghostnik11, or perhaps the battery pms/bms board, either or hopefully the ac bricks fixes your issue06:47
ghostnik11kundarsa: what is an ac brick? you mean like a new charger?06:47
kundarsaghostnik11, the part where grub-install /dev/disk ?06:47
kundarsaghostnik11,, ac brick / charger, same diff to me sorry06:47
kundarsaghostnik11, some people even call them wall wort's06:48
ghostnik11kundarsa: okay, i am going use that one on my friends06:48
kundarsaghostnik11, since they look like a wort growth on your wall06:48
ghostnik11kundarsa: yeah so i did the grub-install /dev/mmcblk0p206:49
kundarsaghostnik11, when your power is all set, you can boot to the liveUSB stick and then change to your installed ubuntu OS on the hard drive to repair it06:49
kundarsaghostnik11, i would check for file /boot/grub/grub.cfg06:50
ghostnik11kundarsa: yeah i just want to figure out what i am doing wrong: in instruction i put the line: intel_idle.max_cstate=006:50
kundarsaghostnik11, you can ls /boot as well to make sure lost+found is there to see if its mounted06:50
kundarsaghostnik11, or mount | grep boot06:51
kundarsaghostnik11, was the file theire ghostnik11?06:51
kundarsaghostnik11, to edit it. or did you make a new one?06:51
ghostnik11kundarsa: no it was there and i did the edit from the terminal window06:52
kundarsaghostnik11, you may want to write a note to youself to do that intel_idle part again in the /etc/grub.d folder of the computer to make sure that change saves through updates06:52
kundarsaghostnik11, ok if the file was their your good then06:52
kundarsaghostnik11, and not having that file wont stop grub06:53
ghostnik11kundarsa: thats the only part i think i might have messed up was maybe the editing part. wait i was suppose to do that in the /etc/grub.d06:53
kundarsaghostnik11, the current way to keep that change is todo it in /etc/grub.d06:53
kundarsaghostnik11, or it will disappear after some updates of the computer06:53
ghostnik11kundarsa: okay i am making a note of that now so when i wake up and hopefully its like 60% charged i can apply all that you have told me06:54
kundarsaghostnik11, i dont know your computer and dont know if mmcblk0p2 is your bios's first boot device06:54
kundarsaghostnik11, i wouldnt worry about that /etc/grub.d untill you get your computer booting06:55
ghostnik11kundarsa: well mmcblk0p2 is where the actually partition is, its where root is06:56
ghostnik11usually i think its something like this: (hd1,gpt2) then root=/dev/mmcblk0p206:57
kundarsaya but i am not doing uefi stuff yet06:58
kundarsaso i install brug onto /dev/sda and then boot into /dev/sda106:58
kundarsagrub is installed onto my disk, not my partition06:58
kundarsas/brug/grub06:58
kundarsai should sleep06:59
acetakwasWhere are Telegram settings saved on Ubuntu?07:15
ikoniaakik: are you active ?07:20
EriC^^#Linux07:29
=== wetterfu1hs is now known as wetterfuchs
akikikonia: i'm active now07:40
ikoniaakik: did you get anywhere with the cloud image, I read your last comment, it seems an odd config to release by default07:47
akikikonia: well actually i don't use ubuntu on azure but centos. i just provisioned that image to take a look at the cloud-init config that they have07:53
akikso i provisioned that ubuntu server 16.04 image just for test07:55
ikoniaakik: maybe interesting (if you have time / enough interest) to raise a bug to canonical about it, it seems a very odd config to release as default07:55
akikikonia: sure i can do that but in which project, cloud-init?07:56
akikbecause it's just the configuration of cloud-init which creates that sudo config07:57
ikoniaakik: a good question07:57
ikoniaare you sure it's cloud-init creating that, and it's not just part of the default image07:58
ikoniacloud-init is normally for user-data driven config, I don't class sudo as that07:58
akikikonia: you can see my question about it here: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/using-cloud-init07:59
ikoniainteresting so it is being passed in as a user-data option08:00
ikoniathat seems very "bad" to me08:00
akikikonia: i can understand why they would add it; convenience08:02
ikoniaakik: lazy != good though08:04
ikoniaespecially as default08:05
akikikonia: i'll browse the cloud-init bugs. there has to be some discussion somewhere about it08:08
ikoniaakik: I've just been skimming the same, not found anything yet, quite surprising,08:09
ikoniaakik: it's a good find by the way, well spotted08:09
akiki'm not on any ubuntu mailing list, if those exist08:10
=== jstein_ is now known as jstein
ikoniaakik: not looked on those, a good suggestion08:11
akikhttps://lists.ubuntu.com/archives/ubuntu-cloud/08:16
akikthat seems to be just a place holder. almost no messages08:16
ikoniadissapointing08:17
demophobiaHello from Lubuntu on a Dell D620! :D Finally got the wireless Internet working, thanks to askubuntu and you!08:33
=== jstein_ is now known as jstein
bobsaccamanohi..Is it possible to allocate a preceding block of memory to increase the size of my ubuntu root partition?09:18
rdzbobsaccamano, by memory you mean diskspace?09:23
rdzbobsaccamano, depends on the filesystem09:23
=== kyle_ is now known as Guest73847
rdzbobsaccamano, ext4 grows only be extending the end part09:23
bobsaccamanordz: yes, its ext409:24
bobsaccamanordz: so what can be done?09:24
rdzbobsaccamano, you could create a backup of your partition with partimg and then create a new partition that uses the whole space and use partimg to restore your backup09:39
demophobiahttps://fcitx-im.org/wiki/Customize_Fcitx is missing -- i'm struggling to type Japanese in lubuntu09:40
bazhangdemophobia, ibus works a treat09:43
bazhangwhy not use that09:44
demophobiainstalled Mozc, finally got it.09:44
demophobiaI have this problem of no sound in Firefox -- http://www.omgubuntu.co.uk/2017/03/firefox-52-no-sound-pulseaudio-alsa-linux I installed PulseAudio from the package manager GUI but it's still no sound10:13
demophobiawhat's wrong?10:13
demophobiafirefox 5510:13
demophobialubuntu 16.0410:13
demophobiai installed the gstreamer pulseaudio plugin ... removing it and installing the actual pulseaudio package instead together with additional packages10:16
demophobiamaybe this will fix it10:16
demophobiait did. thanks10:17
=== ShalokShalom_ is now known as ShalokShalom
demophobiaIs there a way to monitor laptop temperature? it seems to be getting very hot ...10:41
ledenidemophobia, try in terminal 'sensors'10:43
demophobiaSODIMM running at 57 C10:44
demophobiaisn't that bad?10:44
luc4Hello! Anyone who knows why installing libicu-dev:i386 it is mandatory to remove libicu-dev?10:51
brainwashluc4: maybe due to a version mismatch10:53
brainwashcheck apt-cache policy libicu-dev libicu-dev:i38610:53
luc4brainwash: 57.1-5ubuntu0.1 for both10:54
brainwashah indeed10:55
brainwashseeing the same10:55
luc4brainwash: https://paste.kde.org/pc6eyrisr10:55
luc4brainwash: I see someone else asking this in askubuntu10:55
luc4brainwash: isn't it possible to install libs for multiple archs at the same time?10:56
brainwashit is. but this case is special I guess10:56
brainwashmaybe it is indeed, or a bug10:57
brainwashintended I mean10:57
detlyI'm looking for a file search program with the power of GNU find (eg. can search filename patters, dates, etc.) but that allows me to review and delete files as well. GUI or CLI I don't care.10:57
detlyBasically I want to find a subset of videos or pictures taken between certain hours of the day and move or delete them.10:58
luc4brainwash: I see that uninstalling doesn't even remove the libs, it just removes the .so symlinks.10:58
brainwashluc4: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83789810:58
ubottuDebian bug 837898 in libicu-dev "libicu-dev is not Multi-Arch compatible" [Normal,Open]10:58
brainwashdetly: I suggest trying "catfish"10:59
brainwashdetly: not sure if it's capable of doing all this though10:59
luc4brainwash: ah so it is somehow a bug...10:59
luc4brainwash: thank you!11:00
brainwash:)11:00
detlybrainwash: I agree its niche, and I might write a Python script to do it, but the review-before-delete thing is hard11:00
detlyI don't *really* want to do it manually with CLI output, but I might have to11:01
brainwashdetly: catfish is written in python. maybe you could open a feature request, or even contribute patches11:02
detlybrainwash: I'll take a look, cheers11:03
fego611:06
=== juboxi is now known as jubo2
detlybrainwash: turns out FSearch does it!11:16
detlyhttps://github.com/cboxdoerfer/fsearch11:16
detlyhas a PPA for Ubuntu too11:16
brainwashand a freenode channel also11:17
brainwashnice11:17
renatonetohi guys i'm having some troubles shutting down my ubuntu server tls 16.04.311:41
renatonetowhen i rename my interface to eth0 using GRUB_CMDLINE_LINUX="net.ifnames=0" in my grub config11:42
renatonetoubuntu hangs at shutdown at "stopping raise network interfaces..."11:42
renatonetoany clue where i should start debugging? journalctl/syslog don't conaint any (usefull) messages11:44
acetakwasI have just installed kernel 4.13, and wifi no longer works11:44
acetakwasI thought this was a stable version11:45
ducasseacetakwas: where did you get 4.13?11:45
acetakwasIt's a fresh install of Ubuntu 16.04 (I did this yesterday), and after learning about kernels. I checked what I had it was 4.411:46
acetakwasSo I installed 4.13 mainline build11:46
ducassethose are unsupported11:46
acetakwasducasse: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/11:46
ducasseyes, i know where they are. still unsupported.11:49
acetakwasducasse: How do you mean unsupported? How do I get my wifi working again?11:51
ducasse!mainline11:51
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds11:51
acetakwasCan I uninstall it?11:51
acetakwasWhat version of the kernel should I be using?11:52
ducasseyes, just purge the packages and use the kernel that comes with your release.11:52
acetakwasducasse: I'd appreciate if you could help with instructions to do that.11:54
acetakwasI really dont want to mess things up further.11:54
ducasselook at the .deb files you downloaded - everything up to the _ is the package name. just do 'sudo apt purge linux-headers-4.13.0-041300 linux-headers-4.13.0-041300-generic <etc>'11:58
renatonetodoes someone know which shutdown script containts the "stopping raise network interfaces"?12:08
renatonetoi noticed that when I use systemctl reboot --force, it doesn't hang12:26
=== dreamon_ is now known as dreamon
tomreynrenatoneto: most likely since that ignores failing shutdown jobs. what's your use case for switching back to the old NIC naming scheme?12:57
tomreynif it's just "i'm used to those old names" then you should probably adapt to the 'new' defaults. if you have scripts which dpeend on them then you should probably seek a newer version or adapt them yourself.12:58
tomreynthere are very few situations where you actually depend on the previous naming scheme.12:59
farhad2161Hi, I have a dedicate server with ubuntu 15.04, how can I upgrade it to 16LTS13:14
farhad2161 do-release-upgrade give me this "An upgrade from 'vivid' to 'xenial' is not supported with this tool"13:15
EriC^^farhad2161: backup and reinstall 16.04 would be easier13:15
farhad2161EriC^^: I prefer to upgrade :(13:15
MonkeyDust!vivid13:17
ubottuUbuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid13:17
MonkeyDust!eolupgrade13:17
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades13:17
EriC^^farhad2161: what does "grep Prompt /etc/update-manager/release-upgrades" give you?13:17
farhad2161EriC^^: Prompt=normal13:18
EriC^^farhad2161: that's fine13:23
EriC^^farhad2161: contact your vps ask them how and if you can upgrade13:23
ducassefarhad2161: you probably need to read the link and edit sources.list like it says13:24
farhad2161ducasse: bot link?13:25
ducasseyep13:26
farhad2161ducasse: there is no vivid in http://old-releases.ubuntu.com/ubuntu13:27
MonkeyDustfarhad2161  that's why it has been suggested, that a fresh install is faster and easier13:31
farhad2161MonkeyDust: I know but still I prefer to upgrade13:31
ducassefarhad2161: you've had almost two years to do so13:32
farhad2161ducasse: I was in my cave :D13:33
ducassefarhad2161: riiight. if the mirror you're using now has vivid packages, then get what's needed from there, then update sources.list to old-releases and wily and upgrade.13:34
ducassefarhad2161: you *should* just reinstall, though.13:35
=== zenguy is now known as coffeeguy
xerfmorning13:53
ducasseafternoon13:56
farhad2161ducasse: I think it worked. It is now upgrading.13:56
BluesKajHiyas all14:13
renatonetotomreyn: i'm using this image as a template which i deploy to different machine, physical ones but also virtual14:34
renatonetotomreyn: it's important for me that every deployed machine has the same name for it's nic, it doesn't matter which one it is14:35
renatoneto(it's important for some software licenses)14:36
=== beaver is now known as evilnewbie
Asad2005Can someone help me connect my iphone7 via bluetoth, i added it as atrusted but still it keeps failing at pairing15:00
MonkeyDustAsad2005  use blueman15:21
lotuspsychjehey MonkeyDust :p15:22
metaphysicianWhen I install a HWE kernel, I don't get the corresponding linux-libc-dev. Why?15:22
MonkeyDusthi lotuspsychje !!15:24
lotuspsychje!hwe | metaphysician can this help?15:26
ubottumetaphysician can this help?: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack15:26
metaphysicianlotuspsychje: HWE kernels do not have the corresponding linux-libc-dev package. This package provides headers from the Linux kernel.  These headers are used by the installed headers for GNU glibc and other system libraries.15:28
ioriametaphysician, https://askubuntu.com/questions/888614/removing-left-over-kernel-packages-from-previous-kernel-after-hwe-upgrade15:29
ioriametaphysician, never really used it, but i guess they are 'c related' not 'kern related'15:32
metaphysicianioria: it says it should stay the same, but that's not correct advise, because it comes from linux source package.15:33
ioriametaphysician,  sy, what comes with the source pkg ?15:34
metaphysicianioria: linux-libc-dev comes from src:linux15:35
ioriametaphysician, yes, true15:36
metaphysicianioria: so I expected a linux-libc-dev-hwe-16.0415:36
ioriametaphysician,  have you checked the 2 pkgs in the link above ?15:37
ioriametaphysician,  linux-tools-virtual-hwe-16.04, for example  (consider that you did a manual hwe-upgrade)15:38
=== deathonater is now known as Smeef
multifractalFaced with this problem https://askubuntu.com/questions/696413/ubuntu-installer-cant-find-any-disk-on-dell-xps-13-9350 I switched my 2017 XPS13 into AHCI mode. Then re-installed Win10. Installation appeared to proceed successfully. But after removing the installer USB it's unable to detect the hard drive and failing to boot.15:40
psychoticwarriordoes your system have virtual KBC enabled15:41
metaphysiciansurprisingly even linux-hwe-tools-4.10.0-33 depends on linux-tools-common (4.4.0)15:42
brainwashmetaphysician: #ubuntu-kernel15:48
Pinkamena_DHey guys, was trying to help my friend with their civic - temp sensor is not working so the fan never comes on. IT seems that no parts store in existence has the sensor - only the one for the gauge sending unit. Ebay has it but he needs the car. How bad would it be to short the switch for a week or so so that the fans are always on? Will that damage the engine at all?16:23
Random832Pinkamena_D, that's not really on topic at all. ask mechanics.stackexchange.com16:25
Pinkamena_Dmy join to cars failed :(16:25
Pinkamena_Dmy bad16:25
Random832oh heh i didn't even realize there was a cars channel here - ask there i guess then16:25
Random832might need to join it as ##cars, sometimes the redirect doesn't work, or might need a registered nickname16:26
sysRPLhello16:49
lotuspsychjesysRPL: welcome, what can we do for you?16:49
sysRPLso i put up live stream of hurricane irma from my living room before i evacuated -> http://www.codebot.org/webcam/?stream=961016:50
sysRPLrunning ubuntu there16:50
lotuspsychje!ot | sysRPL16:51
ubottusysRPL: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!16:51
sysRPLalready registered16:51
brainwashsysRPL: signal lost16:51
sysRPLoh crap16:51
sysRPLi hope i can ssh into that ubuntu box16:52
sysRPLto restart the servelet16:52
buggaboosanchezI did something kinda dumb a while back and now I don't know how to fix it. I was playing around with using different / custom folder icons and went into properties of a lot of folders in my hom directory and changed the icon to somthing different. Now I want to go back to the default icons but don't wan to have to go into each folder one by one to do it. Is there a command I can issue or some other simple way to just restore16:54
thirashello. is there any actively developed silverlight port project16:54
buggaboosanchezdefault?16:54
buggaboosanchezthiras: I though chromium implements something like that. I could be wrong16:54
thirasbuggaboosanchez, checking16:54
buggaboosanchezIn' fact I'm sure I remember it16:54
buggaboosanchezoh forget it16:55
buggaboosancheznow I can't even find tthe way to changet the folder icon at all. I thought it was in properties in the context menu for each folder16:57
MonkeyDustbuggaboosanchez  try /usr/share/pixmaps/17:01
ducassebuggaboosanchez: https://askubuntu.com/questions/217757/how-can-i-programmatically-change-a-files-icon#21956017:03
buggaboosanchezMonkeyDust: ducasse:  Thank you17:07
buggaboosanchezMonkeyDust: I can put any icon I want in that pixmaps dir and then use it for a folder icon?17:08
MonkeyDustbuggaboosanchez  not sure, i never tried it17:12
CrAzYWolFSup all17:28
CrAzYWolFQuick question, if i have my ubuntu box on, and i connect a hdd to the mobo using sata, is there a way to view the hdd?17:28
CrAzYWolFAfter i reboot i am able to see the drive but i want to do it without rebooting17:29
ducasseCrAzYWolF: you can if your controller supports hotplugging17:30
Posterif it does not, you can get USB to SATA adapters which will17:44
buggaboosanchezI've never seen a command like this: 'gvfs-set-attribute -t string /path/to/your/file metadata::custom-icon file:///path/to/your/icon.png'  Can someone explain what each of the arguments are where they are beign separated by double colon?  Help me idendify what is expeected for each argument and were to find it on my system?17:47
ducasse'/path/to/your/file' - file/dir you want to change icon for, '/path/to/your/icon.png' - icon to use17:49
silvianHai World!18:06
JimmyNeutronAnyone get Webex working on Ubuntu x64 bit?18:11
JimmyNeutron16.04.3 to be specific18:11
JimmyNeutron HexChat: 2.10.2 ** OS: Linux 4.10.0-33-generic x86_64 ** Distro: Ubuntu "xenial" 16.04 ** CPU: 8 x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (GenuineIntel) @ 800MHz ** RAM: Physical: 15.6GiB, 92.0% free ** Disk: Total: 477.9GiB, 19.9% free ** VGA: NVIDIA Corporation GM204 [GeForce GTX 970] ** Sound: HDA-Intel - HDA Intel PCH1: HDA-Intel - HDA NVidia ** Ethernet: Intel Corporation Ethernet18:12
JimmyNeutronConnection ** Uptime: 2h 31m 9s **18:12
MonkeyDust!find webex18:12
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 114 others) http://packages.ubuntu.com/search?keywords=webex&searchon=names&suite=zesty&section=all18:12
MonkeyDustwhat's webex18:12
JimmyNeutronSomething that I hate and is stupid and thinks 32bit is what the world uses18:13
JimmyNeutronThanks! for that link18:13
ducasseJimmyNeutron: please don't post system stats like that unless asked18:13
JimmyNeutronducasse: sorry, didn't realize it went public18:13
=== KindTwo is now known as KindOne
mjrosenbI'm trying to build a kernel from source following https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel , but apt-get sourve linux-image-4.10.0-33-generic fails with...18:33
mjrosenbPicking 'linux' as source package instead of 'linux-image-4.10.0-33-generic'18:34
mjrosenbE: Unable to find a source package for linux18:34
ioria !info  linux-source-4.10.018:36
ubottulinux-source-4.10.0 (source: linux): Linux kernel source for version 4.10.0 with Ubuntu patches. In component main, is optional. Version 4.10.0-33.37 (zesty), package size 114962 kB, installed size 130001 kB18:36
ducassemjrosenb: you need to enable the source repos18:37
mjrosenbducasse: I already did that.18:37
ioriamjrosenb, apt-cache policy linux-source-4.10.018:37
mjrosenbioria: and will that pull in the build-deps that it mentions a few lines later?18:37
tgm4883JimmyNeutron: I had it working once, IIRC only in FF and it broke with later versions of FF (actually it complains about the version of FF). IIRC I also still had to dial in for audio, but I did get video and the rest of the stuff18:39
ioriamjrosenb, idk for sure, sy18:39
tgm4883Actually, the FF thing was probably just the autolaunching of the java applet since chrome doesn't support that18:39
JimmyNeutrontgm4883: Thanks!  Mine was working too but broke recently and not sure why or after some updates.18:39
ducassemjrosenb: you need to install build deps in addition18:40
tgm4883I just use webex on my phone now18:40
JimmyNeutrontgm4883: I'm doing some debugging now and try and poinpoint the cause; Ubuntu 16.04.3 32bit works but 64bit doesn't and trying to narrow down the cause to either Firefox, Java, or one of the 32bit packages18:41
mjrosenbducasse: ok, and how do I do that?  the command for installing the source in that document was out of date, and the command for installing the build-deps similarly fails.18:41
ioriaJimmyNeutron, you have seen this : https://gist.github.com/mshkrebtan/407786e334847544b40e7d6a8a53d24718:41
JimmyNeutronioria: Thanks!  I'll give that a try.18:43
ioriaJimmyNeutron, gl18:43
JimmyNeutronThanks!18:43
edge226So... I've got NetworkManager-wait-online service activated and I'm mounting a NFS mount on boot with fstab... It does *not* wait until network is online and instead just adds 1.5 minutes to the bootup.18:44
edge226Why does ubuntu not respect the wait-online service?18:44
buggaboosanchezwhat18:48
buggaboosanchezirc client messing up sorry18:48
B105PH3REhow can I disable "Monitor of Built-In Audio Analog Stereo"18:49
B105PH3REwith pulseaudio preferences no option18:49
B105PH3REubuntu 16.0418:49
B105PH3RExubuntu18:50
B105PH3REor change the order of priority18:50
B105PH3REall games default as that input instead of mic18:50
oerheksedge226, how did you mount nfs in fstab, hostname or ip adress?18:51
oerhekshostname is preferred AFAIK18:51
pennTellerHi guys I've been struggling to find an easy way to extract all image attachments from my ubuntu 14.04 server mailbox. Does anybody know of a script of sorts or a method that works reliably? Thank you18:51
silvianpennTeller: in what way do you want them extracted... per email basis as archives? or as a system backup of your mail server. The entire attachments?18:56
ioria!info  mpack18:57
ubottumpack (source: mpack): tools for encoding/decoding MIME messages. In component universe, is optional. Version 1.6-8.1 (zesty), package size 34 kB, installed size 93 kB18:57
pennTellersilvian, I would like to basically extract all images from my mailutils mailbox and put them individually in a folder somewhere18:57
pennTelleros inside folder we would have: iamge001.jpg image002.jpg etc18:57
pavlospennTeller: there is a pkg called mpack18:58
pennTellerpavlos, I thought that package only worked with a different kind of mailbox18:58
silvianpennTeller: ok so i would imagine simple grep and cp a few joint commands would do it.18:58
edge226oerheks: I don't remember but the install is busted due to the kodi ppi screwing the updates and being borked.18:59
pavlospennTeller: https://unix.stackexchange.com/questions/53047/periodically-download-attachments-from-mail-box18:59
pennTellerin my case mail is located in /var/mail/{user}18:59
pavlospennTeller: might be of help18:59
silvianpennTeller: so like find -type f | grep "*.jpg"18:59
edge226I don't know why things gotta be so hard on Ubuntu.18:59
silvianthen use the copy command on the output of that18:59
pennTellersilvian, however email attachments come as base64 "blobs"18:59
silvianwhere you need to copy them to18:59
pennTellerso I don't think I can just grep for jpg string18:59
silvianagh19:00
silvianyeah of course19:00
=== jackNemrod_ is now known as jackNemrod
pennTellersilvian, yeah its been tough trying to get this to work19:00
silvianpennTeller: ok the way i would do it then if i have enough space19:01
silvianis first create a folder and copy everything to that folder19:01
silvianthen we want to run base64 decode on all the files19:01
silvianin that backup folder19:01
oerheksedge226, oh, kodi ppa.. remove that and see if that fixes the mount.19:01
silvianonly then you can use find with grep and then exec cp command to finally copy only the jpg19:01
silvianigonoring of course like word .doc or .pdf attachments19:02
silvianthat have been base64 decoded19:02
silvianleaving he originals untouched of course.19:02
silvianthat kinda make sense?19:02
pennTelleryes it does!19:02
edge226oerheks: well no... I want a newer Kodi. I don't want to old garbage from the repo.19:02
silvianand once you're don you can remove that folder19:02
pennTellersilvian, thanks a lot man, that seems like it will work19:02
pennTellerI will try it and report back19:02
edge226want the*19:02
=== sins-_x is now known as sins-
silvianlet me find you some example snippets that would work base64 --decode19:03
silvianwill do that19:03
silvianyou can pipe your files into it19:04
silvianone at a time19:04
oerheksedge226, and 'i don't remember' does not help finding a solution, good luck!19:04
pennTellersilvian, ok19:04
oerheksseriously, weekend support sucks.19:04
=== jackNemrod_ is now known as jackNemrod
silvianpennTeller: good luck man... let us know how it goes :)19:13
pennTellersilvian, thanks guys working on it as we speak and looking good, will report back very soon hopefully19:13
ghost291Hi. by default on ubuntu server 16.04 LTS do I need to install iptables-persistant in order to use normally iptables firewall ? or default iptables is enough ?19:17
ioria!info iptables-persistant xenial19:19
ubottuPackage iptables-persistant does not exist in xenial19:19
pavlospkg name is iptables-persistent19:20
iorialol19:20
pavlos!info iptables-persistent xenial19:20
ubottuiptables-persistent (source: iptables-persistent): boot-time loader for netfilter rules, iptables plugin. In component universe, is optional. Version 1.0.4 (xenial), package size 6 kB, installed size 42 kB19:20
ghost291yes like pavlos said, so it doesn't need to be installed19:20
ioriaghost291, you can use a script at boot19:21
B105PH3REhow do I remove "Monitor of Built-In Analog Stereo" as a input device19:21
ghost291ioria, so either script either persistent, right ?19:22
ioriayep19:22
ghost291alright, thanks all19:22
ioriaof ufw19:22
ioria*or19:23
pennTellerSo guys, if there is a text file with many base64 encoded images. Is there a simple way to just extract all images and save them individually as .jpegs?19:34
amiritei just installed ubuntu on my macbook; running into a problem where bluetooth audio is extremely choppy. i can't find any insight on stackoverflow, google or otherwise19:36
ioriapennTeller, already tried munpack ?19:37
pennTellerioria, sorry I haunt let me do that right now. I got busy with another solution. One sec please19:37
pennTellerDid not find anything to unpack from {MyUserName}19:38
pennTeller^Munpack output19:38
amiritehas anyone ever run into a problem with choppy bluetooth audio?19:38
pennTelleramirite, I have19:39
pennTelleramirite, is this ubuntu 16.04 you are using?19:39
amirite1719:39
amiritedo you recall the fix? might be the same issue19:39
pennTelleramirite, im trying to find it for you19:40
pennTellerbut if I remember correctly it involved installing bluez19:40
amiritealright, another related question -- how can i determine what hardware device bluetooth belongs to? lspci doesn't exactly say "bluetooth"19:41
pennTellerI think this was it19:42
pennTellerhttps://askubuntu.com/questions/475987/a2dp-on-pulseaudio-terrible-choppy-skipping-audio19:42
pennTellerdmesg | grep -i blue19:43
pennTellershould give you something like: Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)19:43
amiritethanks penn19:45
amiriteit's been a while since i ran linux on my own workstation, stupid bay area hands out macbook pros like candy19:46
pennTellerno problem man19:46
KanovIs there some way to download all files from links such as http://example.com/blabla/0001.png where *.png runs from 0001 to 00450, through a browser?20:07
EriC^^Kanov: you could do it with wget if you wanted20:09
KanovEriC^^: its not too simple unfortunately. i must be logged onto the site to download any file, and though this may be easily done with wget/curl by injecting in the cookies file, that does not work either since in order to get the files, you must click a kind of button beforehand and for that you need cookies. and i don't think it's possible to inject cookies into wget/curl too easily20:10
Kanovcache*20:10
Kanovi meant you can't inject cache into wget20:11
EriC^^Kanov: hmm, you could write a bot in sikulix that does it for you, it'd be pretty slow though, as if you were manually doing it20:12
EriC^^maybe there's an easier way, hang on in case anyone knows20:13
andrewjs18hi all, is it possible to upgrade ubuntu 14.04 desktop to ubuntu 16.04 or 17.04 server version?20:13
=== pepee- is now known as pepee
EriC^^andrewjs18: yeah, sudo do-release-upgrade in the terminal starts the upgrade20:13
andrewjs18it's been a while.  will the do-release-upgrade upgrade it to 17.04 desktop version or will it let me choose which version to upgrade to?20:14
andrewjs18@EriC^^, ^20:14
ghost291Hi. iptables accept port 22 on input chain, iptables drop all other packets. if the drop rules goes first, does it change something ?20:15
EriC^^andrewjs18: it'll upgrade to 16.0420:16
andrewjs18thanks20:16
EriC^^np20:17
BigTymer37hi I am having issues with drbd20:27
BigTymer37can anyone help me20:27
demophobiaI am not sure whether this computer has Bluetooth. hcitool dev returns "Devices: " i.e. nothing, apparently not seeing any. Does this prove there are no devices? Or could something not be configured in the same way I had to "jump through a hoop" to get the wireless card working?20:33
pavlosghost291: 1. ufw allow ssh 2. ufw default deny ... rules executed top bottom ... if you flip the rules, you deny everything incl ssh ... not good20:36
pavlosBigTymer37: maybe #drbd20:39
ghost291pavlos, thank you20:40
demophobialubuntu displayed only a black screen resuming from lid-induced sleep and i resorted to power button off on restarting ... how do i fix resume from sleep?20:42
demophobiaIs there no keyboard shortcut to open terminal? I don't see one at https://help.ubuntu.com/stable/ubuntu-help/shell-keyboard-shortcuts.html20:51
demophobiaI just found it listed at https://help.ubuntu.com/community/Lubuntu/Keyboard thank you.20:52
AndrzejLLadles and Jellyspoons21:02
AndrzejLI have installed Ubuntu 17.10 on macmini 2009 and I have a slight issue with mouse focus21:03
pavlos!17.1021:05
ubottuUbuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu.  It is due to be released in October 2017. Discussion in #ubuntu+121:05
AndrzejLah cheers buddy21:05
gunixguys, why don't i see normal ubuntu on this page: https://wiki.ubuntu.com/ArtfulAardvark/Beta1/21:20
gunix?21:20
gunixalso, there is no link to the normal ubuntu on the last article from fridge: http://fridge.ubuntu.com/21:21
pavlosgunix: daily builds at http://cdimage.ubuntu.com/daily-live/current/HEADER.html21:28
adrian_1908Does have a point though in that one would expect vanilla Ubuntu on those pages, no?21:29
demophobiaIs the principle, "Don't upgrade unless you have to" still true for Ubuntu?21:34
gunixdemophobia: if you are on LTS, you should do all security upgrades ASAP and all other upgrades when you want them. "don't upgrade unless you have to" usually applies to production servers that don't have a proper testing environment21:35
gunixdemophobia: upgrades usually fix broken code, nothing more. so if you are on a testing release, you want them as soon as possible. if you are on stable, i wouldn't worry that much ... well i don't consider ubuntu desktop a really stable distro, more of a testing one. they have lots of new stuff :D21:36
gunixonce per week should be enough21:37
=== KernelPanicAtThe is now known as tshark
gunixubuntu server is a bit more stable, or i am crazy. am i crazy? or is the server version a bit more stable (older packages, not so frequent upgrades) ?21:42
leftyfbgunix: no21:43
leftyfbgunix: there is zero difference between server and desktop besides the additional desktop-specific packages for ubuntu desktop21:43
demophobiaMy super key is not working for lubuntu 16.04. Is this answer applicable, or is it limited to 'dash' and 'unity' in ubuntu? https://askubuntu.com/questions/830329/super-key-does-not-open-dash-on-16-0421:53
aloo_shuubuntu 16.04.3 64bit install (ubuntustudio, lowlatency kernel), cpu scaling is not available (AMD Athlon(tm) X2 Dual-Core QL-65). Propietary microcode is shown as installed. cpuscaling worked fine in kxstudio, an ubuntu 14 spinoff. what could i try installing to pull the appropiate cpu driver?21:56
aloo_shuhttp://paste.ubuntu.com/25500811/21:56
adrian_1908demophobia: What do you want the Super key to do? Have you tried mapping keyboard shortcuts to actions?21:57
demophobiaadrian_1908: the default shortcuts listed in lubuntu documentation are not working. i would also expect the super key to open the lower left menu as in Windows21:59
demophobia(e.g. super + 2 to switch to second virtual desktop isn't working -- https://help.ubuntu.com/community/Lubuntu/Keyboard#Keyboard_shortcuts )22:00
adrian_1908demophobia: Ah, I see. I'm not familiar with LXDE. On my Desktop Super does nothing, and isn't intended to. Have you verified that the keys are bound in the control panel/settings (if such a thing exists)?22:01
psychoticwarriorhye whats up22:07
psychoticwarriorhey22:07
aloo_shuubuntu 16.04.3 64bit install (ubuntustudio, lowlatency kernel), cpu scaling is not available (AMD Athlon(tm) X2 Dual-Core QL-65). Propietary microcode is shown as installed. cpuscaling worked fine in kxstudio, an ubuntu 14 spinoff. what could i try installing to pull the appropiate cpu driver?  - http://paste.ubuntu.com/25500811/22:07
adrian_1908aloo_shu: How do you determine that scaling isn't available, and what Ubuntu version are you using?22:09
demophobiaadrian_1908: i don't see where to check key bindings. i don't have gnome control center like https://wiki.ubuntu.com/Keybindings says22:09
adrian_1908demophobia: Looks like LXDE is somewhat sparse in this regard. Have you looked at ~/.config/openbox/lubuntu-rc.xml (if that exists)?22:11
aloo_shuadrian_1908 I determine version by install medium/iso , and the fact that scaling isn't available by the fact that cadence tool greys it out, supported by lsmod, and the fact that /proc/cpu only tab completes to ../cpuinfo . did you look at the paste?22:12
aloo_shuadrian_1908 power management section of desktop (xfce4) setting doesn't offer scaling, neither22:13
demophobiaadrian_1908: doesn't ~/ mean /home/ ? i can't access /home/.config/openbox22:13
demophobiaor /.config/openbox22:13
demophobianvm fonud it22:14
geirhano, ~ is "$HOME"; your homedir22:14
demophobia/home/accountname yeah22:14
demophobiaadrian_1908: opening it in leafpad, it says "<!-- Do not edit this file, it will be overwritten on install.22:14
demophobia        Copy the file to $HOME/.config/openbox/ instead. -->"22:14
adrian_1908demophobia: aye, maybe you should do that then. I have no idea if you can add the shortcut there (if it's in fact missing), but it seems like a sensible thing to try.22:16
adrian_1908(by do that, i mean, copy it and work with the copy; it'll probably that precedence over the original on startup)22:16
demophobia$HOME means /home/ ?22:16
adrian_1908$HOME is /home/username/22:17
demophobiabut that's already where the file is located! ...22:17
demophobiathe file saying not to edit it but rather copy it to that location ...22:17
geirhait's probably a copy of the file that's in the place where you shouldn't edit it ^^ :)22:18
aloo_shuadrian_1908 will you be looking into the cpufreq thing later, or should I restate rather? take your time, just want to know22:18
adrian_1908demophobia: ah right, I didn't even check. I assumed it was subdirectory thereof. Then just make a backup of the original and edit the file in place :)22:18
demophobiasome (all?) super key shortcuts listed in this document are in fact working, so good that it's detecting the key ...22:18
demophobia(confirmed via xev)22:18
adrian_1908aloo_shu: too busy helping demophobia now, sorry. For me CPU scaling implies Clockrate adjustment, and I'd use something like `watch 'lscpu | grep MHz` to determine if that happens. You probably mean some thing other than I assumed.22:20
adrian_1908demophobia: Is there a binding for plain "SUPER", the one you found lacking?22:20
adrian_1908demophobia: you'll of course also have to figure out what command opens the startmenu, if that can invoked directly.22:23
ghostnik11okay i am back and i want to figure out how i can get grub to boot without using the live cd everytime. here are the instructions i have followed: http://www.jfwhome.com/2016/01/04/latest-steps-to-install-ubuntu-on-the-asus-t100ta/22:27
adrian_1908demophobia: p.s. could also be that plain Super (without another associated key) cannot be bound to an action.22:27
ghostnik11it tells me to install the grub-efi-ia32 which i have done and then do a sudo apt-get update22:28
adrian_1908demophobia: Examples: http://openbox.org/wiki/Help:Actions#ShowMenu22:28
demophobiaRegarding sylpheed, "Google will continue to block sign-in attempts from the app you're using  because it has known security problems or is out of date. You can  continue to use this app by allowing access to less secure apps, but this may leave your account vulnerable." Is Google wrong? Is sylpheed (lubuntu's email client) risky?22:28
aloo_shuadrian_1908 away for a minute due to log out and in of seesion22:28
ghostnik11after i tell it to install grub-efi-ia32 but when i restart it doesn't go straight to grub just brings me back to bios screen22:28
ghostnik11should i check for the file: /boot/grub/grub.cfg22:29
demophobiaadrian_1908: https://askubuntu.com/questions/79557/bind-the-windows-key-to-lubuntu-start-menu suggests i could change the alt+f1 binding to 'Super_L' instead22:30
adrian_1908demophobia: Cool, that looks like an option. Tried it?22:31
demophobiawell, i'm worried to change it: why is alt+f1 the default? using the windows key seems too obvious a choice to not have it be the default, so i wonder if there is a good reason it isn't already22:32
demophobia(i mean, since the windows key has always opened the start menu in windows)22:32
ghostnik11can anyone tell me how to have grub appear after bios22:34
adrian_1908Your choice. I used SUPER to resize windows for instance. The default on my Desktop is ALT, but ALT+Mouse is also a combination used in some applications, so the default conflicted :)22:34
adrian_1908ghostnik11: not very knowledgeable about these things, but if you don't reach Grub, then isn't it doubtful that Grub configuration is the cause?22:36
adrian_1908ghostnik11: or do you mean, you see Grub but want to "stop" it from booting? That's usually SHIFT or ESC.22:37
ghostnik11adrian_1908, yeah but i followed the steps that said how to fix the bootloader and it said once i restart that i should go pass asus screen and see grub but i don't it just enters my bios setup22:38
demophobiaadrian_1908: 'k thanks22:39
adrian_1908ghostnik11: So item #6 is where you had no success, right?22:42
ghostnik11yeah22:42
ghostnik11adrian_1908, yeah22:42
demophobiais Google wrong to declare sylpheed unsecure and consequently block access?22:43
adrian_1908ghostnik11: Hmm no idea man, I looked at it but frankly that's beyond my skill level.22:43
ghostnik11adrian_1908, i can show you my lines for that grub and you can tell me if i did something wrong22:43
adrian_1908ghostnik11: definitely worth a shot, just create a paste (or screenshot) and link it here. Maybe others have a look too.22:44
ghostnik11adrian_1908, i will be back i just got a chance to install all the updates since it finally has some charge22:44
ghostnik11adrian_1908, okay one sec22:44
ghostnik11adrian_1908, https://pastebin.com/P2Ligxqc22:46
adrian_1908ghostnik11: line #11 should be GRUB_CMDLINE_LINUX_DEFAULT="intel_idle.max_cstate=0 quiet splash"22:47
adrian_1908ghostnik11: btw, I'm not sure I understand, but how do you edit your Grub if you can't boot? If you use the LIVE-USB, wouldn't that leave your installation on disk untouched?22:48
gunixubuntu desktop 16.04 runs on kernel 4.4?22:49
adrian_1908ghostnik11: p.s. remember to `sudo update-grub` after any edits ;)22:49
ghostnik11adrian_1908, i use the installation cd and then hit c and enter command then tell that grub where my ubuntu partition is and then tell it too boot22:50
adrian_1908gunix: Afaik yes.22:50
adrian_1908ghostnik11: Ah ok, I think I understand. Never did that.22:50
ghostnik11adrian_1908, this is the new one: https://pastebin.com/mtgdiifj22:53
ghostnik11adrian_1908, is that correct?22:54
adrian_1908ghostnik11: looks good now.22:55
ghostnik11adrian_1908, will restart22:55
Bashing-omghostnik11: Only as a thought : " GRUB_TIMEOUT=10 : . 10 seconds is a long time to wait .22:55
ghostnik11Bashing-om, wait does that mean i have to wait 10 secs to see grub22:55
adrian_1908ghostnik11: The stuff in section #4 looks far trickier to get right imo, I hope you got that right.22:55
adrian_1908ghostnik11: No, it means 10 seconds waiting in the menu. But that's cosmetics, you can fix it afterwards.22:56
ghostnik11adrian_1908, okay, i will restart now22:56
adrian_1908I use 2 seconds, but better to long than too short, since you need time to enter the menu if something goes awry.22:56
Bashing-omghostnik11: No, the 10 seconds is the countdown to boot the default .22:56
ghostnik11adrian_1908, well the 4th step is the one that because it took me so long is the one thats easy now22:57
ghostnik11adrian_1908, will be back one sec22:57
adrian_1908good luck!22:57
ghostnik11adrian_1908, okay now it just boots straight into ubuntu but i don't get a chance to see grub!! thanks for the help. that means i don't need the live cd any more but i still can't see grub but at least i boot straight to ubunut23:05
adrian_1908ghostnik11: Maybe try `GRUB_HIDDEN_TIMEOUT_QUIET=false` but I have it set to true like you and for me it appears. But yeah, congrats on the progress.23:07
ghostnik11adrian_1908, will try that23:08
adrian_1908ghostnik11: I'm pretty sure you can comment out (or remove) the line `GRUB_HIDDEN_TIMEOUT=0` btw, it's no longer used (though still forgotten in there).23:08
adrian_1908And `sudo update-grub` as always ;)23:08
aloo_shuadrian_1908 my issue got solved (krytarik@#ubuntustudio) , by installing cpufrequtils (gave me a cli tool to set governor) and a cpufreq applet for my desktop. I was wrong assuming there should be a /proc/somethingeasy interface for cpu scaling, according to cpufreq-set man page, it's /sys/devices/system/cpu/cpu[core number]/cpufreq/scaling_set_speed . and since I just noticed in passing: the straight to ubuntu boot is annoying a lot of people, not to say get23:10
adrian_1908aloo_shu: Cool man, glad you managed to solve it in the end!23:11
ghostnik11hey so it says in software that i have a microprocesor driver that proprietery, i don't know what to do. here is an imagebin: https://imagebin.ca/v/3ZqMwdNYb0hp23:11
adrian_1908ghostnik11: yes, that's normal. Intel firmware is close source, so Ubuntu cannot provide it for you, but gets you the binaries from Intel instead. Nothing needs to be done :)23:12
adrian_1908*closed source23:13
aloo_shugood you all (ghostnik11, adrian_1908) reminded me to edit my grub files while things are still working... I happen to want to multi-boot various linuxes, and the fact that always the latest install tries to take over grub, is annoying. Is my scenario so difficult to forsee? We all found it uncool how Windoze used to overwrite present bootloaders, didn't we?23:16
psychoticwarriorgrub-install <dev>23:19
psychoticwarriorupdate-grub23:19
ghostnik11adrian_1908, hey that did the trick also. thanks bro for all your help23:19
psychoticwarriorupdate-initramfs -u23:19
adrian_1908np :)23:20
=== ShalokShalom is now known as haywire
=== haywire is now known as heywire
amiriteanyone ever installed ubuntu on a macbook pro?23:33
=== heywire is now known as ShalokShalom

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