/srv/irclogs.ubuntu.com/2017/08/23/#ubuntu.txt

LimeTkenrin, just realized that00:00
LimeTthat's the same if did with a2enmod00:00
cattuslaetusthis is what i have just done: i booted the desktop on a live image of the same os i clean installed just before coming here and speaking to vlt. then, i immediately ran the command # systemctl stop NetworkManager.service. Then, I followed the exact commands vlt told me to run on the desktop again. all this time i left the laptop as it is.00:00
LimeTand a2dismod00:00
cattuslaetusnow the desktop NIC is working, and from the desktop i can ping and get a response from 192.168.47.11 (laptop) and 8.8.8.800:00
cattuslaetusDNS is not set right now so web pages do not load. however i now need to find out what happened to the installation on the desktop's boot drive that made it not work at all, when the only difference is i stopped networkmanager before doing anything.00:02
LimeTThank you kenrin and pavlos :)00:02
LimeTI am leaving now00:02
cattuslaetusi am going to reboot into the boot drive installation on the desktop and try to replicate what has happened on the live image00:04
vltcattuslaetus: put "nameserver 8.8.8.8" as the only line into /etc/resolv.conf00:05
cattuslaetusvlt: ok i did it all again on the desktop, after disabling and stopping networkmanager, and put google DNS into resolv.conf, and now the desktop can access the laptop and webpages through the laptop wifi connection00:14
pavlosit works@00:14
pavlosit works!00:14
cattuslaetusvlt: thanks very much for helping, this is the first time i have ever successfully set up NAT on a device that wasn't running a router OS00:15
cattuslaetusvlt: do you know if any of the commands to set up the laptop were session only? meaning how can i restart the laptop later, and the connection still work00:16
sbdI accidentally deleted the /etc/rc3.d directory on my Ubuntu 16.04 installation can someone list the contents for me, with ls -all so I can see the symbolic links.00:18
vltcattuslaetus: Every single command (except the edit of /etc/resolv.conf) was session only.00:21
geniisbd: The contents of /etc/rc2.d, /etc/rc3.d, /etc/rc4.d, and /etc/rc5.d are identical. Use one of the others to copy back over to it00:22
genii!runlevels00:23
ubottuIn 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.00:23
sbdgenii: thanks so much for the fast response00:24
Pinkamena_Don Kaby lake, fresh ubuntu 17.04 install and gedit will not render correctly. screen starts blank and test will quickly become graphically distorted. I have tried updating to 4.12 kernel but the problems remain. Intel proprietary drivers were 'in use' when I installed - I have not tried disabling them. (microcode)00:24
geniisbd: Glad to be of assistance00:25
Pinkamena_DSo far no other problems with programs in general00:25
cattuslaetusvlt: ok, i will make a oneshot systemd service on both machines that runs the ifconfig and ip route commands, that should work right?00:27
=== sbd is now known as TheViking
=== Schnabeltierchen is now known as Guest73598
Guy1524im on Ubuntu 16.04.3 and I tried following this guide: http://dan.bodar.com/2016/06/07/rebuilding-ffmpeg-with-nvenc-and-aac-on-ubuntu/   to enable nvenc in ffmpeg01:31
Guy1524however when I run make, I eventually get this error http://paste.ubuntu.com/25373687/01:32
Guy1524and it won't build01:32
Guy1524ill try sudo make install then rebooting01:33
kenrinI was going to tell him that is included in the source by default but he left =/01:38
maxcell_when 17.10 comes out?01:39
kenrinoctober 19th01:40
sdaHelpis there a logical way to connect mounts from files gui and command line lshw /sdx ?02:03
teskocould you explain that question a little more, i havent slept in over 36 hours02:06
sdaHelpI have no confidence in writing to sd card in card reader that I know for sure which SDA/B/C identifies it.  I know some work arounds, but I'm wonding if there is a positive, no doubt about it, way to identify which SD is which partition holder02:07
teskosudo hdparm -i /dev/sdb | grep -i serial what happens when you type that02:09
sdaHelpIt identifies one of my hard drives02:11
teskoso sdb is an HDD?02:12
sdaHelpyes, and I see that I could start at "A" and work through "Z" and maybe I'd recognize the drive, but it seems like a crazy way to do it02:13
teskopastebin me the output of your dmesg02:14
leftyfbsdaHelp: pull out sd card, type dmesg ... make note of the last few messages that show up. Plug in sd card, type dmesg again. Anything after the previous messages will refer to the sd card02:15
teskoor dmesg | grep sda02:15
leftyfbsdaHelp: or just use gparted02:15
sdaHelpThanks, but I'm not so much trying to identify a drive right now, I can run gparted with the chip in the card reader, and then run it again without the chip in the card reader and find out which one it is, what I'm hoping to get now is a way of identifying the device easily and positively02:16
leftyfbsdaHelp: you just did02:17
teskothats why we told you to dmesg twice02:17
teskowell lefty did02:17
leftyfbsdaHelp: either dmesg or gparted or fdisk -l or lsblk02:17
leftyfbsdaHelp: in fact, try lsblk02:18
sdaHelpI don't understand why either of those would help me, though I appreciate you time02:18
sdaHelpall those methods return information, but they do not say which is the chip in the card reader.  I can get the card reader id, but not the chip info02:19
leftyfbseriously? You don't understand why lsblk would help you in identifying an sd card?02:19
leftyfbsdaHelp: what "chip" info are you looking for besides it's storage/block size?02:19
sdaHelpseriously, yes, I run lsblk and nowhere on there does it say "chip in card reader"02:20
leftyfbas opposed to?02:20
leftyfbchip NOT in card reader?02:20
teskoso dmesg with it out then dmesg when its in02:20
sdaHelpI want to know that before I wipe a partition that I know which one I'm wiping, and in this case, the chip GB size is very close to the root partition and an other one.  I can't tell which is which02:21
leftyfbsdaHelp: lsblk02:21
teskopastebin.com so leftyfb and i can review them02:22
leftyfbthat'll tell you total size with partitions02:22
sdaHelpI don't need to know that02:22
leftyfbsdaHelp: put "chip" in the card reader and type lsblk and paste it to pastebin for us02:22
teskothen dmesg | grep sdb02:22
leftyfbtesko: lets not bother with that until we get all the info from sdaHelp02:23
sdaHelpthat is probably not going to work as I"m not chatting on the computer that has the issue02:23
teskookie dokie02:23
leftyfbsdaHelp: ok, good luck02:23
sdaHelpAnd, you seem to be missing the point.  I appreciate the help, but the question is about ubuntu, not about my special case in this instance.  Like I said, I can pull the chip and the put it back and figure out which it is, but I was hoping for something straight forward02:24
sdaHelpIn the gui the chip is obvious, but no way to get sda number from it that way02:25
sdaHelpin gparted the chip is there, but now way to connect that with what I say in gui02:25
sdaHelp*saw02:25
leftyfbyes there is02:26
leftyfbsdaHelp: in gparted, pick a partition, right-click it and go to information02:26
teskowell shit it could be sda1 or sda2 or sda3 and so on02:28
sdaHelpthere's nothing there that I see will tell me where the physical partition is mounted02:28
teskofdisk02:29
teskoabout computer02:29
leftyfbsdaHelp: ah, so you want `ls /sys/class/block/`02:29
sdaHelpidealy what I want is to be able to right click on a partition in "files" and have it give me the "sda" identifier02:30
leftyfbsdaHelp: right-click on a partition in "gparted" and it will give you the ""sda" identifier"02:31
sdaHelpbut it won't give me the disk info, gparted does not tell you where a physical disk is mounted02:31
=== r0Oter is now known as r00ter
leftyfbdefine "where"02:32
leftyfbactually, yes it does02:32
leftyfb"mount point"02:32
sdaHelpyou have to just guess from the size, "where " is "in the card reader, or "internal hard drive" or even just "that's an sd card"02:32
teskois anything on the sda card?02:33
sdaHelpI appreciate you time but you'll all don't understand what I'm asking so I'll go try and formulate the question better and get back to the chat room02:33
teskostay02:33
teskoits ok to chat02:33
leftyfbtesko: not really. That's what #ubuntu-offtopic is for02:34
teskoare you using 17.94?02:34
leftyfbtesko: this is a support channel02:34
leftyfbsdaHelp: sorry we couldn't help you. Though I really think it's more an issue of you not understanding what exactly it is you want/need02:35
teskoi ment chat about any other computer problems02:35
sdaHelp16.0402:35
teskoshould have made that clear02:35
leftyfbtesko: it's really irrelevant02:35
teskosorry sir02:36
teskoleftyfb, in ubuntu can you do a pin dump?02:37
leftyfbpin dump?02:38
teskoyea02:38
leftyfbwhat is a pin dump?02:38
teskoits basically getting information about a card or sd02:38
teskonm i never did that02:39
teskopci card02:39
teskoleftyfb, would 'cat proc sda' work?02:41
leftyfbtesko: lshw02:42
teskoim going to have to agree with leftyfb. sdaHelp sudo lshw02:44
leftyfbtesko: I think we're done helping sdaHelp02:44
teskoit did say run as root02:44
sdaHelpI gave up02:44
teskooh02:45
teskosorry we couldnt help you,02:45
=== [b0b] is now known as b0b
=== deathonater is now known as Smeef
asarchA cheap, reliable (to buy new cartridges) and good color laser printer?03:34
=== iczero is now known as moooo
=== moooo is now known as mooooooooooooooo
=== mooooooooooooooo is now known as iczero
B105PH3REanyone familiar with inspircd??04:22
B105PH3REcan't seam to get ssl to work on it using ubuntu 12.04 server04:24
B105PH3REconnects without but can't get ssl to work04:24
Bashing-om!12.04 | B105PH3RE04:26
ubottuB105PH3RE: Ubuntu 12.04 LTS (Precise Pangolin) was the sixteenth release of Ubuntu. !End-of-life was April 28th 2017. See https://lists.ubuntu.com/archives/ubuntu-security-announce/2017-April/003833.html for more information04:26
B105PH3REya i knoew04:26
B105PH3REprobably need to load m_ssl_gnutls module for inspircd but not sure how04:27
Tri3125I finally made it04:38
Tri3125Anyone here willing to help with some dual boot problems?04:38
teskoi would but ive never dual booted04:39
Tri3125Oh yeah my problem is definitely not for someone who has never dual booted before. I'm in some deep shit04:40
teskowell, whats happening?04:40
teskoi can try and help04:40
teskoare you using 17.04?04:41
Tri3125I already had ubuntu 14.04, and a friend was helping me install 16.04. In the process, he deleted sda2, which I believe contained a grub that knew how to boot into my windows partition and my linux partition. So at one point I was able to boot into ubuntu but not into windows04:42
Tri3125(I know "a grub" is not the proper way to describe it at all, but I can't think of a way to say it)04:43
teskocan you create a new grub04:43
teskono its the term04:43
teskohe deleted it or did ubuntu delete it04:44
Tri3125That's what I'm in the process of doing (using boot repair) but it is telling me to create a BIOS-boot partition (>1 MB, unformatted filesystem, bios_grub flag)04:44
Tri3125He deleted it not knowing it was important04:45
=== br00tal1 is now known as br00tal
Tri3125So I turned sda2 into the partition it's asking for but boot repair keeps giving me that same error04:46
teskohttps://askubuntu.com/questions/704794/dual-boot-how-to-target-the-new-grub04:46
=== rkta_ is now known as rkta
teskowas that helpful?04:48
Tri3125I don't even have the restore MBR option for some reason04:50
teskooh and next time you want to install from 14.04 to 16.04 .. use 'sudo apt-get full-update'04:51
Tri3125But I deselected reinstall GRUB and boot repair is telling me I should be able to boot into my computer again. I'll see if that worked04:51
Tri3125I thought the same thing, but my friends told me that never worked and they're both much more experienced than I am04:52
Tri3125As in it would try to replace certain things and break them in the process04:52
Tri3125Neither of them are experts, of course, but I have no one better to look to04:53
teskodid you create a new grub?04:54
Tri3125I'm refreshing gparted to see if anything significant changed04:55
Tri3125Other than that, I think boot repair did04:55
Tri3125Somehow I got past the partition error this time. I have no idea how04:55
teskodo you know how to use pastebin.com04:56
teskoor paste.ubuntu.com04:56
Tri3125Yeah, at the end of every boot-repair session it tells me it stored the results at paste2.org, but obviously that's just the homepage04:56
teskotype this 'sudo lshw > paste' then copy the text onto the text field and link me to it04:58
madLyfewhen installing server it detects drives to install to. i have two of the exact same usb keys, one empty and one with the ubuntu server iso on it to install from. will the installer ever ask me to install to the installer usb key?04:59
teskoit didnt for me05:00
Tri3125https://pastebin.com/JnxCvrXS05:01
Tri3125All right, I'm going to see if boot repair actually worked05:02
madLyfelike if it cant detect another empty usb key, does it detect itself?05:02
Tri3125Good luck, madlyfe05:03
Tri3125What's up with the sudden influx? Is this a ddos attempt or something05:03
teskono05:05
teskonetsplit05:05
tesko Broadwell-U Host Bridge -OPI this is 32bit .. the rest of your hardware is 64bit05:07
Tri3125Hey @tesko05:36
Tri3125I managed to get on my main ubuntu partition again! Admittedly I had to use rescatux, but it's still better than where I was before!05:37
teskogoooooood job05:37
teskodid you notice something in your hardware is 32bit the rest is 6405:38
teskoso what about windows05:39
Tri3125I did see your comment about that. What was the command you told me to get that list again?05:40
Tri3125And I still have no idea what to do about windows05:41
teskosudo lshw > hardware05:41
teskoand it said windows was mounted05:42
teskoyou have a partition of FAT3205:42
Tri3125Yeah, I can still see all of my windows files through linux05:43
Tri3125I just can't run windows05:43
teskohold on05:43
Tri3125How can I find out where grub is installed so I know what to be careful around?05:44
Tri3125Like, which partition grub is installed in05:44
teskopaste the hardware again05:45
teskoill tell you05:45
teskouse paste.ubuntu.com05:45
Tri3125http://paste.ubuntu.com/25374746/05:46
teskowhile im looking i wannt you to type 'sudo cat /proc/pci > cat'05:47
teskological name: /dev/sda105:49
EriC^^Tri3125: type "sudo parted -l" and paste it05:49
teskological name: /mnt/boot-sav/sda105:50
Tri3125gparted says that boot-sav is a windows recovery partition05:50
Tri3125And I get that /proc/pci is not a file/directory. Also here's sudo parted -l - http://paste.ubuntu.com/25374768/05:52
teskovolume 2: description: Windows NTFS volume:logical name: /dev/sda logical name: /mnt/boot-sav/sda305:55
teskotheres windows05:55
Tri3125Yep, that's what I can mount to look at all of the files on my windows partition05:56
Tri3125I've done it before to get important files that I don't want to lose05:57
teskoalso sda7 is fat32 win 2000 i believe05:58
teskohow many os' do you have on thhat box?05:59
Tri3125Gparted says the name of sda7 is "Microsoft recovery partition". Only 2. Windows 8 and ubuntu 16.0405:59
Tri3125Everything else is either something for booting or windows fluff06:00
Tri3125Well, I gotta go to sleep for now. I'll come back in the morning at a more reasonable hour06:07
Tri3125Thanks to everyone who helped me! Mostly tesko06:07
teskoyou are welcome, no charge06:08
=== sunrunner20_ is now known as sunrunner20
=== dabor_ is now known as dabor
=== dabor_ is now known as dabor
=== dabor_ is now known as dabor
freelancerbobhi what is difference between /usr/sbin/nologin and /bin/nologin06:57
mgorfreelancerbob, ubuntu doesn't seem to have a package that provides /bin/nologin?07:00
farhadminimec, if you there really thanks for your help in hide-topbar yesterday.now its work :)07:06
fishcookerwhat does the sensible-editor do ? http://www.unix.com/man-page/Linux/1/sensible-editor/ but don't know the diff between sensible-editor and update-alternatives07:09
freelancerbobcan you help me with this ?  sudo /etc/init.d/tomcat start sudo: /etc/init.d/tomcat: command not found07:15
roryfreelancerbob: How did you install tomcat?07:16
freelancerbobrory manually just extract into /opt/tomcat07:18
freelancerbobrory when i try to run it with sudo /opt/tomcat/bin/startup.sh it works but a want with sudo vi /etc/init.d/tomcat start and i am getting error07:23
roryvi is a text editor07:24
roryif you extracted to some dir manually you need to use startup.sh, or create your own init script in /etc/init.d/tomcat07:24
freelancerbobsorry i meant sudo /etc/ini.t/tomcat start07:24
rory/etc/init.d/tomcat is just a shell script but it doesn't exist because you only extracted to /opt/tomcat07:24
freelancerbobrory i know i have created it07:25
roryoh07:25
rorychmod +x /etc/init.d/tomcat07:25
roryI have to go now.07:25
AmisHello! Is it possible to prevent an application from accessing global media keys? (VLC in this case)07:31
glitsj16Amis: Hi, easiest way to do so would be disabling them in VLC settings I suppose. Have you tried that yet?07:39
Amisglitsj16, I unbound every global key but it still "captures" them and doesn't do anything07:47
nekoexmachinahow do I blacklist a module from appearing in initrd?07:51
nekoexmachinaI've it blacklisted in modprobe.d, yet it is loaded on boot after update-initramfs. module in question is nvidia-384, I've blacklisted nvidia-384, nvidia_384 and/or nvidia, with no luck.07:52
zaoqiWhere is the minimal root filesystem of Ubuntu?(armhf)07:54
glitsj16Amis: this seems to be a rather common nuissance with VLC, lots of different advice on the internets. I don't have much else, haven't used VLC in years. I guess you've tried clearing the cache as some people indicate --> https://forum.videolan.org/viewtopic.php?f=14&t=80652#p28833907:56
zaoqiWhere is the minimal root filesystem of Ubuntu?(armhf)08:09
lotuspsychje!arm | zaoqi can this help?08:09
ubottuzaoqi can this help?: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel.08:09
nekoexmachinaI've double-checked all the configs, and nvidia-384 is blacklisted the proper way it seems, however initramfs still contains it. I've checked it through decompressing initramfs and looking for what modules are included.08:15
nekoexmachinaAny idea how could I fix that?08:15
IamTryinghttps://askubuntu.com/a/919513/25165 - Because of this problem i stop using Ubuntu. When Ubuntu will have an option "If such thing happen, fix it auto without having to get human involved in Kiosk users"08:21
ducasseIamTrying: the root fs will require manual fsck on any linux, that is not an ubuntu thing08:22
IamTryingOK - Ubuntu or Linux knows by doing `fsck /dev/sda1` it will fix the problem. Why not introduce automagically `fsck /dev/sda1` on that problem so that a kiosk never has to be sit on a black screen or involve human involvement ?08:23
IamTryingducasse: in Windows you have `bcdedit /set {default} recoveryenabled No; bcdedit /set {default} bootstatuspolicy ignoreallfailures`08:24
ducasseIamTrying: because that might not actually fix it, it wants you to answer any questions it has08:24
IamTryingOK - make sense ducasse. But again i have to drive to French or German to fix my kiosks? where if i use Windows i do not have to go.08:24
IamTryingJust because of this problem i have removed Ubuntu from 200 Kiosks i had ducasse. And included Windows on them.08:25
ducasseIamTrying: then use windows. or something else. fine by me.08:26
IamTryingThank you, i do agree what you mentioend. But would have been great if auto option were existed.08:26
ducassemake the root fs readonly, then it should not fail on boot afaict.08:27
IamTryingThank you ducasse, i will play with it and try to simulate the issue.08:29
nohitallhi, is there a trick to change datadir for mysql under ubuntu? it complains about missing file but its clearly there in either the old or the new data dir, usually I just rsync and change the line and starts up fine08:35
freelancerbobwhere is located file index.html for Tomcat, anyone knows ?08:37
freelancerbobi mean tomcat start page08:37
nohitallnvm was apparmoar issue, despite it being stpped08:40
freelancerbobwhat is some good linux book for inetemediate linux user, i do not want beginner book :)08:48
ducassefreelancerbob: you're better off getting a good book on whatever subject you want to learn about, like shell scripting08:50
ducasseimo08:50
freelancerbobducasse: maybe some general one would be good, but yes you are right08:51
freelancerbobcatalina.sh is run before tomcat started ?08:52
rond_Hi! How is that possible that running "bash /mnt/nfs/script.sh" works, but "/mnt/nfs/script.sh" doesn't?08:54
ducasserond_: the script lacks a shebang?08:55
ikoniarond_: what OS are you using08:57
rond_ducasse:  shebang is present, executable flag too because I can run it when i'm on the host09:07
EriC^^rond_: you mean you're ssh'ing in and it doesn't work?09:15
rond_EriC^^: no. I have mounted host's disk via nfs, on both machines i09:19
ducasserond_: like ikonia asked, which os?09:20
rond_i'm logged in as the same user (username, userid etc are the same), but when i'm on client i cannot execute script from host's machine. Interesting fact: I can do this when I do this with sudo, so i guess the user permissions aren't transfered approriately...?09:21
rond_ducasse: host: ubuntu 14.04, client: ubuntu 16.0409:21
ducasserond_: what error are you getting?09:21
zambai have a huge problem with my workstation.. every time i perform any I/O operations, my computer is grinded to a near halt09:27
zambai have an SSD and 12 GB RAM09:27
=== r0Oter is now known as r00ter
rond_ducasse:  i guess i've solved it. thank you for your time!09:36
acresearchpeople, i know this is not an ubunutu question, but I do not know where to ask. is there a website where I can upload a picture temporary and it get deleted after a certain time?09:49
freelancerbobwhat can be wrong ? /opt/tomcat/bin/setenv.sh: line 4: JAVA_HOME: command not found09:58
BluesKajHi folks10:00
bazhang!info tomcat810:00
ubottutomcat8 (source: tomcat8): Apache Tomcat 8 - Servlet and JSP engine. In component main, is optional. Version 8.0.38-2ubuntu2 (zesty), package size 41 kB, installed size 301 kB10:00
bazhangwhy in /opt10:00
bazhangwhy not use the ubuntu repos10:00
Aginorfreelancerbob: you need to install a JRE and have the JAVA_HOME environment variable set10:01
freelancerbobbazhang: i have extracted it there10:01
freelancerbobAginor: i have installed JRE10:01
zaoqiHow can I install xephyr?10:02
freelancerbobi just create setenv.sh in tomcat/bin directory and put there JAVA_HOME = /lib/jvm/java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64/jre10:02
ankeetshki am not able to write in derive10:02
ankeetshkplz help me10:05
ankeetshki am not able to write in drive10:06
ankeetshkhelp me10:06
ikoniafreelancerbob: el7 ?10:07
bazhangankeetshk, need more details10:07
ikoniafreelancerbob: that doesn't look like an ubuntu JVM10:08
ankeetshkwhat info10:08
Aginorthat doesn't look like el7 either10:08
ankeetshkcurrently i am using ubuntu 1610:08
bazhangankeetshk, what drive, what are trying to write, which drive10:08
bazhangankeetshk, using which software10:09
melissa_Can anyone help me with switching to Upstart? When I try it, I just get a black screen even before I see grub.10:09
ikoniaupstart is dead10:10
freelancerbobproblem solved :)10:11
freelancerbobikonia: Centos :)10:11
ankeetshk without any software10:11
bazhangankeetshk, write what10:12
ikoniafreelancerbob: so why are asking in this channel ?10:12
freelancerbobikonia: because it is general thing10:13
ikoniafreelancerbob: it's not though, this channel is only for ubuntu specific support, if you could please stick within that usecase, that would be really good10:13
ankeetshkany file10:13
ankeetshki am not able to wrtie any file10:13
bazhangankeetshk, thats not any info at all10:13
ankeetshkin external drive10:13
ankeetshkwhat do you wanna know10:14
bazhangankeetshk, what are you trying to write10:14
=== BrAsS_mOnKeY is now known as g2
melissa_Anyone??10:14
ankeetshki have downloaded a movie in my download folder10:15
freelancerbobikonia: ok i have also ubuntu VM with same problem10:15
ankeetshki want copy it to another drive10:15
ikoniafreelancerbob: I don't think so,10:15
bazhangankeetshk, so you want help with some pirated movie10:15
freelancerbobikonia: come here and you will see10:16
=== the_ant1 is now known as the_ant
hateballbazhang: There are free movies you know ;p10:17
ankeetshkit is a case with all the file10:17
ankeetshki have given an example10:17
bazhangankeetshk, so give us the exact thing you wrote10:17
ankeetshkmy system is dual booted and i have create drives in it10:19
bazhangankeetshk, give us the exact command you used10:19
hateballankeetshk: If you have created a drive/partition with NTFS using your dual booted windows, perhaps it was not cleanly unmounted on reboot. That will make it mount read-only10:20
hateballankeetshk: And if you unplug/re-plug it, you should see mention of that if you run "dmesg"10:20
ankeetshkhow to unplug / replug10:21
ankeetshkdrive10:21
bazhangankeetshk, is an external usb drive10:22
ankeetshkit is a partition10:23
bazhangankeetshk, you said previously an external drive10:23
ankeetshkits my falut10:24
bazhangankeetshk, so Please give us he exact command you used to copy this movie10:24
ankeetshki was just using copy paste10:25
ankeetshkwithout any command10:25
bazhangankeetshk, ok10:26
bazhangankeetshk, whats the filename you are trying to copy10:26
ankeetshkJ0hn.W1ck.14.BR.D2.mkv10:27
bazhanghateball, uh10:27
bazhangankeetshk, thats clearly a pirated movie10:28
ankeetshkbut i am not able to transfer software also10:30
ankeetshkwhich i have downloaded10:30
hateballbazhang: The issue is clearly that the partition is mounted read-only, morals aside10:30
bazhangankeetshk, is one of the partitions ntfs10:30
ankeetshkhow to check10:30
=== ShalokShalom_ is now known as ShalokShalom
ankeetshkpropeties of drive10:30
bazhangankeetshk, is that other partition just for storage, or a dual boot10:31
ankeetshkit is a partition for storage10:31
hateballankeetshk: run "sudo fdisk -l" to list partitions and filesystem10:32
hateballankeetshk: actually this is probably more useful "mount|grep sd[a-Z]"10:33
hateball!paste10:33
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:33
=== the_ant1 is now known as the_ant
ankeetshkhttp://paste.ubuntu.com/25375847/10:36
ankeetshkmount|grep sd[a-Z]10:37
ankeetshkhttp://paste.ubuntu.com/25375847/10:37
ankeetshkhateball10:38
ankeetshkhelp me10:38
ankeetshki had used mount|grep sd[a-Z] command10:38
ankeetshkits show http://paste.ubuntu.com/25375847/10:39
hateballankeetshk: as you can see, sda5 and 6 are mounted read-only10:39
hateballankeetshk: Are you dual booting with Windows 10?10:39
ankeetshkyes10:39
hateballankeetshk: Then I suggest you reboot into Windows, and turn off "fast boot" as seen here http://imgur.com/9k5YBa510:41
hateballankeetshk: otherwise windows wont unmount partitions cleanly on shutdown, and Ubuntu by default does not mount dirty ntfs partitions10:41
hateballankeetshk: running "dmesg|grep unclean" should give you a message10:42
=== the_ant1 is now known as the_ant
ankeetshkthanks hate ball10:49
ankeetshk:)10:49
ankeetshkmy problem is solve10:49
hateballankeetshk: You're welcome10:50
=== notdaniel is now known as _notdaniel
=== jamie_2 is now known as jamie_1
=== pavlushka_ is now known as pavlushka
arunkumar413how to block notifications by default in firefox11:43
=== jackNemrod_ is now known as jackNemrod
oerheksarunkumar413, https://support.mozilla.org/en-US/questions/1139372 perhaps?11:55
oerheksdom.push.enabled = double-click to toggle it to false.11:55
oerheks+ dom.webnotifications.serviceworker.enabled11:56
guesshey guys11:57
guessim new here can anybody explain to me whats going on here please?11:58
oerheksguess, read the topic, ubuntu technical support11:58
guessyou mean you are linux tech support?11:59
arunkumar413guess: this is a community tech support channel for Ubuntu OS11:59
freelancerbobthis line means that port 8080 is listening for IPv6 address from any IPv6 address ? : tcp6       0      0 :::8080                 :::*                    LISTEN12:00
freelancerbobtcp6       0      0 :::8080                 :::*                    LISTEN12:00
arunkumar413guess: yes, linux has many flavours. Ubuntu is one them12:00
guessoh ok so i can ask help or questions about it?12:00
guessim using ubuntu12:01
oerheksfreelancerbob, yes12:01
arunkumar413guess: great12:01
arunkumar413what's your question12:01
freelancerboboerheks: telnet fe80::6e53:6cbd:3edf:32e5 8080 Connecting To fe80::6e53:6cbd:3edf:32e5...Could not open connection to the host, on port 8080: Connect failed12:01
guessnothing for now! in the future i mean12:01
arunkumar413ok12:02
guesstnx12:02
arunkumar413guess: Are you new to Linux or Ubuntu?12:02
freelancerboboerheks: how can i force telnet translate my incoming connection to IPv6 address ?12:02
guessi just started to use it just yesterdey12:02
guessactually im using it right now)12:03
oerheksfreelancerbob, it the service waiting for ipv4 perhaps?12:03
arunkumar413guess: are you into tech?12:03
arunkumar413i mean software development or a programmer12:04
guessif true webdeweloper and just trying to learn basics of linux after will see12:05
oerheksfreelancerbob, maybe this is your ansewr https://askubuntu.com/questions/947948/unable-to-enable-ipv6-for-telnet-server12:07
=== phatm1ke_ is now known as phatm1ke
guessbrb guys tnx12:09
freelancerboboerheks maybe, btw: do you know shortcut CTRL+R ?12:13
freelancerbobsearch in commands12:13
freelancerbobCTRL-R shows only one result ?12:16
EriC^^freelancerbob: press it again12:18
freelancerbobEriC^^: thanks its possible reverse seraching12:23
EriC^^freelancerbob: yeah i forgot the shortcut though12:24
EriC^^hmm it says ctrl+shift+r12:24
EriC^^that's not working for me though12:25
freelancerbobyes for me neither12:25
freelancerbobmaybe as they said12:25
freelancerbobhttps://unix.stackexchange.com/questions/73498/how-to-cycle-through-reverse-i-search-in-bash12:25
EriC^^freelancerbob: if you add "[[ $- == *i* ]] && stty -ixon" to your ~/.bashrc you can use ctrl+s and ctrl+r12:29
EriC^^freelancerbob: apparently it's usually ctrl+s, but ctrl+s also colludes with the flow control shortcut ctrl+s, so disabling flow control is a workaround12:31
freelancerbobEriC^^:  thanks for investigation :)12:32
kristhianwhat does ctrl+s do?12:32
kristhianand ctrl+r12:32
oerheksctrl + r , depends on the application open, browser = r - reload ( F5)12:46
hollowmask_hello12:58
vimartHi hollowmask_13:10
=== jackNemrod_ is now known as jackNemrod
hollowmask_im new in hexchat vimart13:12
freelancerbobwhere can be problem ? i have open port 8080 on my server byt i can't telnet it....telnet 192.168.56.33 8080 Connecting To 192.168.56.33...Could not open connection to the host, on port 8080: Connect failed13:16
vimartthat's no problem holl13:18
=== jackNemrod_ is now known as jackNemrod
=== jackNemrod_ is now known as jackNemrod
roryHey folks I have a question about bash syntax, maybe SSH.13:48
leftyfb!question | rory13:49
ubotturory: 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 !patience13:49
roryI want to run multiple commands on a host behind a bastion/jump-box. I am using a command like this: ssh -Avt bastion.example.com 10.86.1.2 "command 1; command 2"13:49
roryBut what I find is happening, is "command 1" is being properly executed on the 10.86 server, but "command 2" is being executed on the bastion! Probably because the ; is being interpreted by some outer shell. How can I achieve what I want?13:50
rorysorry my command should have read13:50
leftyfbrory: to make things simpler, you can create a ~/.ssh/config profile for your machine using the ProxyCommand to specify your bastion host13:50
roryssh -Avt bastion.example.com ssh 10.86.1.2 "command 1; command 2"13:50
roryI'm aware of that but I want to understand why this is happening13:50
leftyfbrory: you're supposed to put the command(s) to be run after -t13:50
roryno, -t is a flag to ssh to allocate a terminal. commands come after the host.13:51
roryI thought anything between the double quotes would be interpreted as a single command. but it looks like it's interpreting it like so: ssh bastion.example.com "ssh 10.86.1.2 command 1" ; "command 2"13:51
leftyfbrory: try ssh -Avto ProxyCommand=bastion.example.com 10.86.1.2 "command 1 ; command 2"13:57
leftyfbno, hold on13:57
leftyfbrory: try ssh -Avto ProxyCommand='ssh bastion.example.com nc -q0 %h %p' 10.86.1.2 "command 1 ; command 2"13:58
leftyfbmaybe double quotes instead of single13:59
roryI was using double quotes14:17
rorymaybe it's a zsh thing14:17
vltfreelancerbob: How do you verify that you "have open port 8080"?14:21
Mathisenvlt, telnet to it14:22
vltMathisen: "port 8080: Connect failed" doesn't look like a verified open port to me.14:24
Mathisennope14:25
=== neko_ is now known as nekoexmachina
Mathisenwould help if something is listening also on that port doh14:25
nekoexmachinahi everyone. I'm still struggling with prime & nvidia setup on new ubuntu install. Currently my freezes are gone with nvidia-384 drivers from ppa, but I can not run anything when nvidia is selected via prime-select ("couldn't find RGB GLX visual"). Could anyone suggest the course of action?14:26
=== jackNemrod_ is now known as jackNemrod
Mathisenvlt, sudo netstat -ntlp | grep LISTEN14:27
Mathisenif you dont have netstat install "net-tools"14:28
Tri3125Is anyone here willing to help me with a dual boot problem? TL;DR grub is broken14:29
MathisenTri3125, would help if you explain exact problem/error and so on14:30
Tri3125Wait, I just realized that I haven't tried this yet. https://askubuntu.com/questions/197868/grub-does-not-detect-windows If that doesn't work, I'll be back14:31
tomeaton17What serial monitor tool would you recommend? I have tried stuff like screen and putty but would like something with a seperate input box14:38
vltMathisen: What about `lsof -i :8080`? And perhaps this would have been more interesting for the nick freelancerbob than for me ;-)14:39
=== jackNemrod_ is now known as jackNemrod
warri0rrAh yes I remember the struggle to make nvidia optimus work14:44
Mathisenvlt, ops did not see you typed to nick, and no use netstat14:44
vltMathisen: What is the reason to prefer netstat?14:48
PuffTheMagiccan someone give me some help, I am trying to install chromium-62.* from a ppa but the onlything that will install is version 60.*14:48
PuffTheMagici've used apt-cache madison and I see the 62.* version listed but it just wont install14:48
PuffTheMagicapt-cache policy chromium-browser does not show the version that madison does14:49
=== simonious is now known as Simonious
Mathisenvlt, personal preference :)14:49
aziesCurrent version of Chromium in Software is 6014:53
aziesI'm on Ubuntu Gnome, it could be different for you.14:54
naccPuffTheMagic: pastebin `apt-cache policy chromium-browser`14:56
naccazies: the difference is the use of a PPA14:56
aziesAh yeah, thought so.14:56
__Myst__I was wondering15:03
__Myst__I can uninstall wine with no consequences, right?15:03
Tri3125@tomeaton17 I recommend tera term. I have used both that and putty in the past and I like tera term better.15:04
LeelaHi guys! I'm having some issues mounting a new HDD to my system15:08
Leelado you have a complete newbie-friendly version on how to do it somewhere?15:08
__Myst__Leela: Your best bet is probably on r/buildapc or r/PCMasterRace15:08
LeelaOh no sorry, I've managed to install the hardware (:15:08
LeelaI need to make it show up in the filesystem on Ubuntu15:09
xuanruiI've set up drivers a few million times, but it stops working suddenly15:09
xuanruiall the time15:09
warri0rrcheck if partition is mounted with lsblk15:09
nacc__Myst__: well, you won't be able to use wine anymore. that's a consequence technically15:10
Leela@warri0rr if that was to me then I can see the disk fine15:10
naccLeela: what issues?15:10
Leelathe name is just sda though15:10
naccLeela: that's a disk, not a partition. You can't mount a disk.15:10
LeelaHi @nacc15:11
LeelaOh sorry! I'm completely new to this15:11
warri0rrLeela: is this an external hdd?15:11
LeelaOkay, but, so how do I make the disk show up so I can store stuff on there?15:11
naccLeela: partition it and put a filesystem on it15:12
LeelaNo I've connected it with SATA (?) cable and power and found a spot inside the case15:12
LeelaThank you @nacc, but that is where I run into issues because I don't really know how to do that :(15:12
warri0rrLeela: Ok, but is it a secondary disk or are you on a live cd?15:12
naccwarri0rr: why is that relevant?15:13
LeelaOh sorry @warri0rr, yes, it is a secondary disk. I have a ssd which I boot from, but there's not much space on it so I got this one to store movies and such on (:15:13
LeelaOr that's the plan anyway!15:13
warri0rrBecause telling to partition /dev/something is not safe if I don't know that there are other hard drives15:13
warri0rrOk if this is your first time you can launch gparted which should load up the partition table of your hdd15:14
PuffTheMagicnacc: https://pastebin.com/XmCPQ7Vv15:14
warri0rrthere should be a tool called GParted15:14
LeelaYes okay let me open15:14
LeelaOh I've the disk15:15
Leelathere's a grey box which says unallocated15:15
naccPuffTheMagic: it failed to build15:15
naccPuffTheMagic: https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev/+packages15:15
naccPuffTheMagic: so you can see that it's not showing up in apt-cache policy15:15
warri0rrLeela: Perfect. That means that it is completely empty. You need to create a partition table according to what you want to do with it15:15
naccPuffTheMagic: and you can see in madison output it's just the sources, not hte packages15:15
warri0rrLeela: if you're using it only for storage I'd choose either ntfs if you plan to use it from windows too. Or Ext4 if only from linux15:16
PuffTheMagicahh thanks for point that out, this was the first time i've used either of those tools15:16
Leelathere are quite a few options @warri0rr, does it matter which one if I want to stream to a Chromecast?15:17
warri0rrNo it doesn't matter15:17
Leelais there like a safe option which works for everything?15:18
warri0rrYou can choose either ntfs if you plan to share it with windows or just ext4. Being only a storage hdd it doesn't matter15:18
Leelathank you (: I'll go with ntfs15:18
Leelado I need to give it a partition name?15:19
warri0rrLeela: As you wish15:19
warri0rrLeela: That's the name that gets shown when the disk is mounted15:19
LeelaI see, thank you (: !15:19
warri0rrLeela: You're welcome15:20
Leelaand just apply operations?15:20
warri0rrLeela: yea15:20
teskothen Leela can type lshw to see it mounted, right?15:20
LeelaYay! It says all operations successfully completed15:20
warri0rrPurrfect15:21
Leelanow it shows up in a different way if I type lsblk15:21
Leelathat means I've done it correctly right?15:22
warri0rryes because now it reads the partition too15:22
LeelaWoo!15:22
warri0rr:)15:22
LeelaUh, sorry, this is going to sound stupid, but how do I copy something to it now?15:23
Leelawill it show up like it does on Windows?15:23
warri0rrYes you should see it15:23
warri0rrCzech it15:23
naccPuffTheMagic: np15:24
warri0rrLeela: You ok?15:25
enochhi all15:25
LeelaI don't think so :( I can't see it but maybe I need to restart my computer first?15:26
enochis unattended-upgrade active by default in 16.04.2?15:26
warri0rryes go for it. then you will find it15:26
enochi got varnish upgraded automatically on two servers and apt has overwritten my configuration files15:26
warri0rrI thought ubuntu would mount it automatically15:26
LeelaOkay thank you (: ! I'll be back shortly15:27
freelancerbobhow can open h2 db files ?15:27
warri0rrFree customer service15:27
warri0rrlmao15:27
yeevehey chat, I'm trying out xbindkeys on Ubuntu 17.04 with Gnome. I've defined a command/key in .xbindkeysrc and xbindkeys -s shows it correctly, xbindkeys -n runs without error but the command doesn't seem to run15:27
yeeveI've used xev to check and it seems (as best as I can tell) that the right keysym is triggered15:28
enochdoes someone knows if unattended-upgrade cron is active by default?15:29
yeevehttp://paste.ubuntu.com/25377010/15:30
yeeveHmm maybe there's an issue with it being a Launch/Media key :S I'll try rebind to something else and try again15:31
LeelaHi again! @warri0rr it works ! thanks so much (: !!15:34
enochdoes someone knows if unattended-upgrade cron is active by default?15:34
yeeveHmm lol, half the battle is finding valid keys, with no prior functionality which _are_ mapped. I tried to map to kanu_A (ã‚¢) lol but xbindkeys won't accept it because my keyboard is mapped to UK :/15:34
warri0rrLeela: you're welcome15:35
naccenoch: it's not a cron job, it's a service. look in /etc/apt/apt.conf.d/50unattended-upgrades for the current settings15:37
enoch nacc it works by default? Why has it overwritten my conf files?15:40
yeeveHmm, I've mapped it to "XF86WebCam" which is available/unmapped and changed the command to "/usr/bin/amixer -q -D pulse sset Master toggle" which mutes all sound. I've tested this on CLI and the command works but the xbindkey stuff isn't :S15:44
naccenoch: i don't know what you're referring to? "it works by default"? -> yes, unattended-upgrades is functional by default. I don't know off the top of my head if it's enabled by default, I believe you get a prompt when you install to choose. What are "your" conf files?15:45
ducasseyeeve: you sure some gnome stuff isn't interfering?15:51
yeeveducasse, not 100% but I know on my last system XFCE was getting in the way and `xbindkey -n` actually complained, it's not doing that this time.15:52
yeeveI setup a xbindkey on my main keyboard using a default key `KP_End` and that works :/15:52
yeeveducasse, this potential issue here is that I use http://paste.ubuntu.com/25377097/ to rebind keys on this http://amzn.eu/1UaYWow15:54
ducasseyeeve: right, i remember talking to you about it before15:56
ducasseyeeve: are all keys on the keypad now mapped to something that is not on the main keyboard?15:57
yeevelol ducasse, I couldn't remember who I was talking to in here about it xD sorry I forgot about you :P I appreciate all the help so far15:57
yeeveYeah they are all mapped BUT to the media/function keys starting XF86... and xbindkeysrc ONLY targers a single specific key on the keypad.15:58
yeeveducasse, I'm thinking this is a key is bound to 'XF86AudioMedia' BUT not included in xbindkeys ... this opens Rhythbox ... so I think Gnome keyboard shortcuts are working :S15:59
yeeveI'm thinking it's a xbindkey issue as there is a key bound* ...15:59
ducasseright. i assume those are listed in dconf or something, not familiar with gnome.16:00
yeeveducasse, they're definetly not defined in the Keyboard app in Gnome (I can't find XF86AudioMedia mentioned there)16:01
yeeveducasse, if I reset the second keypad to default then my testing command using KP_End works .. this implied that xbindkeys CAN work on the keypad, it's just the keysyms like XF86Webcam it doesn't seem to like :S16:03
ducasseright, i wondered about that too :) what are you using to remap them - the xkb tools?16:05
yeeveYeah, I've seen another tool mentioned for remapping but xkb seems to be working fine for me so I haven't tried it :s16:06
ducassexmodmap, i'd think, but that is now obsolete and doesn't work 100%16:06
ctrlhi. anyways i could update build-essential to get g++ g++- gcc gcc- versions of 5+? currently after installing build-essentials im getting g++ g++-4.8 gcc gcc-4.8. ive tried to install g++5 seperately, but was unable to compile required packages couse it tells im not having CMAKE_C_COMPILER. im running ubuntu Ubuntu 14.04.5 LTS16:07
yeeveducasse, I see, that could have been it :) I tried adding the XF86Webcam as a trigger to open my file manager via the Gnome Keyboard app and this DOES work ... to me that implies xbindkeys is broken for that keypad specifically :S16:08
yeevexbindkeys DOES work if it's on the default layout and I attach to a default key like KP_End, BUT once I re-map that's when it fails (even though no error is shown anywhere)16:08
ducasseyeeve: seriously odd, i can't think why the layout would make a difference...16:09
yeeveIt's something to work from though, it's consistently like this so I can keep R&D'ing in my free time16:10
yeeveducasse, I use this 'setxkbmap -layout us && setxkbmap -layout gb' to "reset" the layout ever time I want to re-run the xkb remaps. This should be safe enough right? Nothing "bad" about it?16:11
yeeveOh no nevermind, that's daft.16:11
ducasseyeeve: you could try asking in #xorg? that's a long shot, but at least they should understand the x keyboard stuff better than me ;) alternatively look for an xbindkeys mailing list or something?16:13
=== dabor_ is now known as dabor
yeeveducasse, I'll start there :P It's the setxkbmap which is breaking stuff. If I map k`ey <KP0> { [ KP_End ] };` then the test using KP_End on the default layout DOESN'T work. So it's like xbindkeys can't see the keypad once setxkbmap or xkbcomp runs16:15
ducasseyeeve: are you starting xbindkeys before setxkbmap or after?16:16
yeeveafter, http://paste.ubuntu.com/25377097/16:17
ducassei really don't know, sorry. someone's waiting for me, so i've got to run, but i'll be back later. try #xorg?16:19
yeeveducasse, thanks!!!!16:22
minimecto2ma*sec16:26
bethany7010i have command-not-found installed, but apparently it only works when i'm the root, i.e., shows `The program 'foo' is currently not installed....`, then a package is recommended, if i am a normal user, i'll be prompted merely `-bash: foo: command not found. how do i make that happen for normal user?16:28
arun007How to get rid of the "A stop job is running for session c1 of user gdm" message while rebooting16:29
=== jstein_ is now known as jstein
=== jathan is now known as Guest43992
=== jathan73_ is now known as jathan
MrHallhello16:56
MrHallSomeone know a good cloud tool to use on ubuntu, i want say some like google drive or dropbox16:56
MrHallmaybe some to use since shell16:57
MrHalldoesnt matter16:57
PiciMrHall: dropbox has a linux client17:02
MrHallThanks!17:03
MrHallIm using linux to university17:03
MrHallShellScript is so good17:04
MrHallecho "thanks for info" > thanks.txt17:04
uebera||Hi. I have three Ubuntu Xenial servers, all have bash-completion and a service called "glusterfs-server" installed (same set of packages). On one server, typing "service glus" and hitting tab won't work. How to debug that?17:05
klaus_nomiDoes anyone know of a way to access the patch notes/debian security advisories available for a given APT-managed package?17:10
klaus_nomiFrom the command line, or using an apt* CLI frontend, i mean17:10
uebera||klaus_nomi: You're referring to this? --> https://askubuntu.com/questions/14394/apt-changelog-for-to-be-installed-packages17:12
klaus_nomiapt-get changelog, yes! Thank you.17:13
klaus_nomiuebera||: Much appreciated.17:13
thyriaenWhen i try to capture a screenshot with vlc player it doesn't do anything - this is a known issue and im doing something wrong with some output settings but i forgot what it was and i tried some stuff already - can someone help me out ?17:14
klaus_nomithyriaen: If screenshot isn't capturing the VLC video buffer, you can always manually extract a still frame https://www.isimonbrown.co.uk/vlc-export-frames/17:15
thyriaenklaus_nomi, thanks but i don't think thats what im looking for17:19
thyriaeni want to get the snapshot feature to work - and in my previous linux install i got it to work somehow with disableing some video acceleration setting17:19
uebera||thyriaen: If all else fails (w/ VLC), try "mpv" (pressing "s" will save a screenshot here). I prefer mpv as vlc somehow won't display Bluray videos for me.17:20
thyriaenuebera||, alright17:21
=== jathan is now known as jathan73
ksbalajihi! my pointer is gone. Is it because of low space in / ? how to start the mouse pointer please?17:41
ksbalajiAm I still in ubuntu channel please? can someone confirm?17:43
tomreynksbalaji: you are. the mouse pointer should not vanish as a result of a mostly fully alocated, and not really due to a fully allocated file system.17:44
tomreynyou don't 'restart the mouse pointer' since it's not a stand-alone application but part of X / your desktop. i suggest you logout and login again.17:45
ksbalajitomreyn, Whew! I am live. ok. I need my pointer. How to get the prog running please?17:45
tomreynksbalaji: how to get which prog(ram?) running?17:45
tomreyn!patience | ksbalaji also read this for later17:46
ubottuksbalaji also read this for later: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/17:46
ksbalajiI find it difficult to use anything without touchpad. I have forgotten using the keypad commands. I need help17:46
tomreynksbalaji: try alt-f4 to close all graphical applications, i think once they're all closed hitting alt-f4 again will offer to logout / reboot17:47
ksbalajitomreyn, I need to logout and login using only the keypad. Can you be of help please?17:47
tomreynksbalaji: alternatively you can press (just shortly) your computer's power button, this should also bring up this menu17:48
tomreynksbalaji: finally, if this also doesn't work you can press ctrl-alt-f1 followed by ctrl-alt-delete, but this way any unsaved work is lost.17:50
ksbalajitomreyn, sorry. this shutsdown the computer. I am unable to start a terminal to logout.17:50
tomreynksbalaji: i'm sure one of these three methods will work for you.17:50
ksbalajitomreyn, thanks. This might help. Since, I dont have much unsaved item to loose.17:51
tomreynctrl-escape may also bring up the menu on the graphical interface17:51
tomreynthen you should be able to 'tab' to the option to shut down / reboot / logout17:52
tomreynso now we got 4 methods ;)17:52
tomreynoh, gone.17:53
_BIGSHOT_how to make mouse's scroll wheel MORE responsive?17:58
_BIGSHOT_it's not as smooth as it is in windows17:58
ksbalaji(: bad luck. ctl+alt+f1 leads to root shell. ctl+alt+del shuts down system.17:58
_BIGSHOT_how to make mouse's scroll wheel MORE responsive? it's not as smooth as it is in windows in webbrowser i.e.18:00
ksbalajihow to logout using a terminal please?18:04
tomreyn<tomreyn> ctrl-escape may also bring up the menu on the graphical interface. then you should be able to 'tab' to the option to shut down / reboot / logout. so now we got 4 methods ;)18:05
tomreyni suspect you have unity there, which i don't have, though, so i'm guessing based on my xfce desktop.18:05
tomreynhttps://askubuntu.com/questions/69114/how-do-i-logout-using-only-the-keyboard18:06
tomreynon xubuntu, pressing alt-f1 brings up the menu. which can be navigated with cursor keys and allows for signing out, too. that's method #518:07
_BIGSHOT_how to make mouse's scroll wheel MORE responsive? it's not as smooth as it is in windows in webbrowser i.e.18:08
tomreynksbalaji: method #6: press alt-f3, type "logout", press enter twice.18:08
ksbalajialt-f1 allows choosing an applicationl18:09
ksbalajialt-f3 does not move a thing.18:09
tomreynhttps://askubuntu.com/questions/28086/what-are-unitys-keyboard-and-mouse-shortcuts18:10
ksbalajiIs it ssafe to try all alt function keys?!18:10
tomreynksbalaji: well alt-f4 closes the currently activee application.18:11
tomreyncan you access the web page i just posted?18:11
ksbalajiyes alt-f4 does closed current prog18:12
ksbalajitomreyn, I cant access the page. the only web connectivity I have is xchat here.18:13
ksbalajiI struggled and found a way to open xchat using keyboard.18:14
_BIGSHOT_how to make mouse's scroll wheel MORE responsive? it's not as smooth as it is in windows in webbrowser i.e.18:14
tomreynksbalaji: try holding down the super / windows or apple logo key. this should bring up the Launcher and display the shortcuts.18:15
Sander^homeWhats the ubuntu phone os irc channel again?18:15
ksbalaji_BIGSHOT_, nice that you have a mouse pointer to worry about!18:15
tomreyn!phone18:16
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch18:16
Sander^hometomreyn: its closed18:16
pavlos_BIGSHOT_: do you have a control center (system settings) where you can adjust mouse properties?18:16
_BIGSHOT_yes now i am trying imwheel18:17
ksbalajiIs there a keyboarad shortcut to access top panel?18:18
tomreynksbalaji: did you try super key?18:20
Ben64ksbalaji: what are you trying to do18:20
tomreynksbalaji: which desktop are you using anyways?18:20
tomreynksbalaji: using a graphical desktop without a mouse, specifically logging out of it.18:21
ksbalajiI have 16.04 running in acer aspore laptop.18:21
tomreynBen64: ksbalaji is trying to use a graphical desktop without a mouse, specifically logging out of it.18:21
ksbalajiBen64, I am trying to get my mouse pointer running again.18:22
tomreynoh so the goal has changed18:23
ksbalajitomreyn, which goal? I am trying to get back my lost mouse pointer from the beginning!18:24
Ben64thats not what it seemed like18:24
ksbalajiBen64, I am trying to logout to login again to see if I can get back my mouse pointer.18:26
dakerhello, i'll post my question again maybe someone can help18:29
dakeri have a 100giga ssd that i want to use18:29
pavlosksbalaji: can you try, pkill -u $USER18:29
dakershould i partition it or just use like that?18:30
pavlosksbalaji: on my 16.04 ubuntu, I typed gnome-session-quit18:33
ksbalajipavlos, I tried pkill - the system stalled. I had to reboot again.18:39
FrostCandyI have a chrome box and a Brix mini computer running ubuntu. I have wireless static ip setup on both working fine. However when i reboot either of them they don't start back up with wifi access. Shut them off, wait a bit, turn back on and then they do have wifi again.18:44
FrostCandyany idea what's going on here?18:44
FrostCandyntermitten wifi on boot18:45
=== iczero is now known as icbeak
=== JanC_ is now known as JanC
=== icbeak is now known as beakyic
=== beakyic is now known as beaky___
=== beaky___ is now known as iczero
=== iczero is now known as beaky___
TheteI just installed ubuntu 17.04 on a machine, it goes straight to booting, I don't get a grub menu, is there a way to bring this up?18:52
DJonesThete: Assuming nothing has changed, you normally need to either press and hold left shift during boot, or keep pressing the left shift during boot (virtually as soon as the computer is switched on)18:54
pavlosThete: or change the GRUB_TIMEOUT parm in /etc/default/grub18:55
DJonesThete: This gives better instructions https://wiki.ubuntu.com/RecoveryMode - steps 1 -  318:55
=== beaky___ is now known as iczero
pavlosFrostCandy: are the first lines of /etc/network/interfaces       auto wlan0 then iface wlan0 inet static with details of ip and wpa-ssid and wpa-psk18:58
Theteshift isn't working, I need to be able to set nomodeset since I just get "no signal" on boot, I'll try from livecd to edit grub19:00
Thetesystem boots i just have no video, would be nice if openssh was installed by default19:00
ioriaThete, usually you need to spam <shift>  or <ESC>19:05
TheteI spam escape and it takes me to grub prompt, how do I get back to the menu?19:08
ioriaThete, no, it's not that19:09
TheteIt gets to the menu, but it goes by so fast it takes me to grub>19:10
Thetehow do I get out of grub> and go back to the menu?19:10
Thetenormal?19:10
ioriaThete, i don't think so, with normal you should boot the machine, not get back to the menu19:11
ioriaThete, reboot19:11
Thetehow do I get back to the menu then?19:11
ioriaThete, that's the grub prompt, it's another thing19:12
TheteOk, when I boot my machine, I spam escape and it takes me to grub menu but if I hit escape too many times it takes me to grub> prompt, I need to get to the menu so I can edit one of the configurations19:12
ioriaThete, try ' exit'19:12
ioriaThete, we got that19:13
Thetewhy is there no timeout set by default on 17.04?19:13
ioriaThete, that is the default behaviour unless you're dual-booting19:13
aloo_shuThete, iorio , not exit. It's documented in info grup19:13
aloo_shu*info grub19:13
ioriaaloo_shu, ?19:13
aloo_shucannot look myself here19:14
ioriaaloo_shu, what you mean ?19:14
aloo_shuioria did exit work? maybe if the grub command line was invoked coming from the menu, it does19:15
ioriaaloo_shu, he needs the main grub menu, not the grub prompt ...19:15
aloo_shubut is at the grub prompt, for some reason, no?19:16
ioriaaloo_shu, yes, because he pressed ESC19:16
ioriaaloo_shu, yes,  on some configs, it triggers the menu to show19:17
ioriaaloo_shu, yes,  on others (the most) triggers the grub prompt19:17
Thetetyping exit just reboots my machine19:19
ioriaThete, ok, so spam left shift19:19
TheteLeft shift does not work19:20
Theteescape is the only thing that takes me into grub19:20
sla3kHi, on a CentOS 6 server, I can use 'mail -S smtp=external.mail.relay -s "subject" user@example.com to send out email, but in Ubuntu mail reports that there is no such option as -S19:20
sla3kusing mailutils 2.99.9919:20
ioriaThete, that's the grub prompt (as i said, it's another tool)19:20
Thetefuck me19:20
Thetelisten to what I'm saying19:20
TheteI know what it is19:21
TheteI have to mash escape to get into the grub menu on boot19:21
Thetebut if I hit escape too many times it takes me to the grub> prompt, but I can't not hit escape in a split second to not get into the grub menu19:21
Term1nalIn 17.04, how does one specify static DNS servers when connecting via DHCP?19:22
Term1nalI'm confused as to if I should edit /etc/dhcp/dhclient.conf or /etc/systemd/resolved.conf19:23
aloo_shuThete, did 'normal' work?19:24
ioriaaloo_shu, he's gone19:25
aloo_shuioria the direct boot is giving many people problems19:25
aloo_shunice if things work, but if they don't...19:26
ioriaaloo_shu, he had another issue, a video issue19:26
aloo_shuioria which in the old boot behaviour, he would have known to fix by editing the menuentry and adding nomodeset, as he stated19:28
ioriaaloo_shu, he cannot get video signal (i could open a console instead)19:29
aloo_shuioria how's he's seen the menu flashing by w/o video signal?19:30
ioriaaloo_shu, pressing esc19:30
aloo_shulet's drop it19:30
ioriaaloo_shu,  esc triggers a text mode (not graphical)19:31
Term1nalAnyone? :(19:33
ioriaTerm1nal, what ?19:34
Term1nalioria: I have 17.04, I want to override the DNS servers provided by DHCP, how do I accomplish this? Do I need to edit /etc/dhcp/dhclient.conf or /etc/systemd/resolved.conf ?19:35
Term1nalsince apparently /etc/resolv.conf is symlinked to resolved19:35
ioriaTerm1nal, i'd try the first19:35
ioriaTerm1nal, prepend domain-name-servers19:36
oerheksuse the networkmanager, it has the option dhcp-ip only, and option to set dns manually19:36
BluesKajTerm1nal, /etc/systemd/resolved.conf is what i use for static IP on LAN Mentioning it now due your override wish19:37
BluesKajwithout Network-manager btw19:38
jtaylorhi, I have /proc/sys/net/ipv6/conf/<interface>/temp_prefered_lft set to 86400 yet I seem to get addresses with lifetimes no higher than 180019:39
jtayloris there another configuration somewhere?19:39
jtaylorubuntu 17.0419:41
Tri3125Hey guys19:42
Tri3125I'm having trouble with booting into windows/linux. For starters, here's a boot repair dump http://paste.ubuntu.com/25377893/19:43
oerheksjtaylor, 86400 sec = 24 hrs lease.19:44
Tri3125Basically, I can't get into ubuntu without using super grub disk to manually start grub, and grub itself does not recognize my windows partition19:44
jtayloroerheks: I am aware, but I do not get 24hr leases I get 3 hours19:44
oerheksoh, that is oke. That config is set in the router.19:45
BluesKajTri3125, did you try sudo os-prober then sudo update-grub in ubuntu?19:46
Tri3125sudo os-prober returns nothing. I should have mentioned that I tried that19:47
BluesKajwhat about update-grub? I have to ask19:47
Tri3125It finds a whole variety of linux images and nothing else19:48
Tri3125Well, linux and initrd images19:48
oerheksline 2013 The boot files of [The OS now in use - Ubuntu 16.04.2 LTS] are far from the start of the disk. Your BIOS may not detect them19:48
BluesKajthen sudo grub-install to your ubuntu partition, then sudo update-grub, Tri312519:50
Tri3125The partition currently at the start of my disk is a microsoft recovery partition, and it's always been there, even back when I could boot into windows and linux with no issue19:50
Tri3125But I do think that sda2 was a boot partition at some time or other, and right now it has nothing19:51
BluesKajwell now you have an issue19:51
Tri3125Haha yeah19:51
BluesKajso install grub to the ubuntu partition19:51
Tri3125But I also don't know if moving or deleting that windows recovery partition will destroy windows somehow19:51
oerhekswhy not UEFI ?19:52
Tri3125I forget why I changed it. If there is a way to change it back I am willing to try it19:52
BluesKajit shouldn' do anything to youwindow recovery19:52
Tri3125Ok, so just grub-install and update grub?19:53
Tri3125It sounded like there was something before that I was supposed to do19:53
BluesKajsudo grub install /dev/sdX (ubuntu partition) then update-grub19:54
BluesKajtr it's supposed be installed to the /uefi/boot afaik , did you move it or somethingh19:56
Tri3125http://paste.ubuntu.com/25378452/19:56
BluesKajTri3125,^19:56
Tri3125Grub is supposed to be installed to /uefi/boot?19:56
BluesKajyes19:56
EriC^Tri3125: what command did you try to run to get that error?19:57
Tri3125sudo grub-install /dev/sda419:58
BluesKajEriC^, to the rescue, Tri3125 , now you're in good hands :-)19:58
EriC^Tri3125: type "ls /sys/firmware/efi"19:58
EriC^BluesKaj: :)19:58
Tri3125I looked at a previous screenshot of my gparted and sda2 was mounted at /boot/efi19:58
Tri3125My friend was helping me update ubuntu 14.04 to 16.04 and he deleted it not knowing it was important19:59
EriC^Tri3125: aha, try running "sudo grub-install" without anything else19:59
EriC^aha..19:59
Tri3125Install device is not specified19:59
* BluesKaj makes a note of what happens next19:59
EriC^Tri3125: type "sudo parted -l | nc termbin.com 9999"20:00
Tri3125Eric, did you see the boot repair dump I posted above?20:00
EriC^Tri3125: no i just came in20:00
Tri3125That's important, here you are http://paste.ubuntu.com/25377893/20:01
EriC^thanks20:01
Tri3125Also, sys/firmware/efi does not exist20:01
Tri3125No, thank you20:01
EriC^Tri3125: type "sudo mkfs.fat /dev/sda2"20:04
Tri3125mkfs.fat 3.0.28 (2015-05-16)20:04
Tri3125Did that reformat sda2?20:04
EriC^Tri3125: yeah, now to change the uuid in /etc/fstab20:05
EriC^Tri3125: type "sudo mount /dev/sda4 /mnt"20:06
EriC^then type "sudo blkid /dev/sda2" grab the uuid, then type sudo nano /mnt/etc/fstab and replace it in the line that says uuid=something /boot/efi20:07
Tri3125Wow, you're a CLI guy at heart. I just go into the disks utility and mount it with the play button looking thing20:09
=== ASpacy is now known as ATemmie
EriC^:)20:10
=== vimart is now known as Bischoop
Tri3125Well there are 2 of them20:12
Tri3125@EricC http://paste.ubuntu.com/25378552/20:12
Tri3125Oh never mind I see that one refers to /dev/sda220:12
EriC^Tri3125: yeah, remove the comment "#" at the start of the line of the first one that has umask in it, and replace the uuid from blkid20:13
Tri3125Done20:16
EriC^Tri3125: cool, ok let's fix some stuff quickly before setting up a chroot and reinstalling grub20:17
EriC^Tri3125: type sudo cgdisk /dev/sda and go to the linux partition and change the type to 830020:18
EriC^you want the sda2 to be ef02, and linux 8300 and swap 820020:18
acresearchpeople, I downloaded a .mov file and I cannot play it, how can i play it or convert it to a format that can be played in ubuntu?20:19
EriC^acresearch: download the codecs, try installing vlc and go with what it says, also enable multiverse repository20:20
acresearchEriC^: ok i will try to install vlc and see if it works20:20
Tri3125I was curious and I found this https://unix.stackexchange.com/questions/331977/how-to-view-and-play-mov-files-on-ubuntu-16-04-lts20:20
vltacresearch: First try vlc or mplayer. If they fail try if ffmpeg can read and transcode it.20:20
acresearchEriC^: vlt ok installed vlc but it is not working,20:21
EriC^acresearch: try sudo add-apt-repository multiverse && sudo apt-get update20:21
Tri3125So I changed the linux partition, but the swap and sda2 already had the right types20:22
EriC^acresearch: what does vlc say when you play it?20:22
acresearchEriC^: vlt  i tried ffmpeg (ffmpeg -i 1.MOV -vcodec libx264 -r 25 -crf 23 -ab 384k -acodec ac3 1.mp4) but i got this error message ([mov,mp4,m4a,3gp,3g2,mj2 @ 0x559c4c400000] moov atom not found 1.MOV: Invalid data found when processing input)20:22
vltacresearch: What does "not working" mean? What happens instead?20:22
EriC^Tri3125: my bad, i meant you want ef00 for sda220:22
acresearchEriC^: it just does not do anything, just blank screen and no play clock moving20:23
JonelethIrenicusanyone know which kernel has best support for threadripper?20:23
vltacresearch: What does `ffmpeg -i 1-MOV` say about "Stream #0:0"?20:24
vltacresearch: s/1-/1.20:24
acresearchvlt: same error message20:24
Tri3125Ok, I changed everything. How do I exit while saving my changes?20:25
EriC^Tri3125: press on write then press quit20:25
vltacresearch: Sounds to me like a broken file.20:25
acresearchvlt: ok20:25
acresearchvlt: it is 15 MB20:26
Tri3125So say yes to "sure you want to write the partition table to disk"?20:26
vltacresearch: Can you paste a link to the file?20:26
EriC^acresearch: try running vlc from the terminal and see if it says any info too20:26
EriC^Tri3125: yes20:26
acresearchEriC^: could not open Unknown error 109499552920:27
Tri3125All right, that is done. Should I attempt to reboot now?20:27
acresearchavcodec demux error20:27
EriC^acresearch: what does "file movie.mov" give?20:27
EriC^Tri3125: no, type "sudo partprobe"20:28
acresearchEriC^: 1.MOV: ISO Media, Apple QuickTime movie, Apple QuickTime (.MOV/QT)20:28
Tri3125Returned nothing20:29
EriC^Tri3125: ok, that means it worked20:29
EriC^Tri3125: type the following line "for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done"20:29
Tri3125Eric, I just want to let you know that is probably the craziest thing I have ever typed into my terminal. Also, it returned nothing20:31
EriC^Tri3125: haha20:31
EriC^Tri3125: ok, now type "sudo chroot /mnt"20:31
Tri3125Done20:32
Tri3125Now my terminal has a /# in front of it20:32
EriC^Tri3125: ok, let's investigate a little, cause it's odd the efi partition was commented out20:32
EriC^Tri3125: type "dpkg -l | grep grub | nc termbin.com 9999" and paste the link it gives you here20:32
teskoTri3125, were you here yesterday?20:33
Tri3125Yep, that's me!20:35
Tri3125http://termbin.com/du5020:35
EriC^Tri3125: type "mount -a" then type "mount | grep efi" and see if sda2 is mentioned20:36
Tri3125test20:37
Tri3125-/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)20:37
EriC^Tri3125: great!20:37
EriC^Tri3125: type "apt-get purge grub-pc grub-pc-bin"20:38
EriC^then "apt-get install grub-efi-amd64-signed"20:38
Tri3125So I want to have all my grub2 files removed?20:39
Tri3125A little menu popped up. I think boot repair made me do this at one point too20:39
EriC^Tri3125: grub-pc is installed, that's the grub version for bios not uefi20:40
Tri3125Done20:41
EriC^Tri3125: it should have complained about missing efivars, did it not?20:42
Tri3125Not that I saw20:43
Tri3125http://paste.ubuntu.com/25378680/20:43
EriC^Tri3125: that's odd, try "grub-install" alone20:44
Tri3125grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory.20:45
EriC^Tri3125: aha20:46
EriC^try "grub-install --target=x86_64-efi --efi-directory=/boot/efi"20:47
EriC^it's cause it's booted in legacy mode right now, so it's kind of confused on what to do20:48
EriC^later it should work smoothly when it's booted in uefi mode20:48
Tri3125Installing for x86_64-efi platform. efibootmgr: EFI variables are not supported on this system. efibootmgr: EFI variables are not supported on this system. Installation finished. No error reported.20:48
Tri3125Don't know why that printed twice20:48
Tri3125So when I press F12 after I boot, I have the option to change the boot mode. Will I have to change it to uefi non-secure next time?20:49
Tri3125Sorry, not after I boot, but right after I turn my computer on20:50
teskothey may work on your system but just unsupported20:50
teskono gocs20:50
teskodocs20:50
EriC^Tri3125: type "mkdir -p /boot/efi/EFI/Microsoft/Boot" and "mkdir -p /boot/efi/EFI/Boot" then "cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi"20:50
EriC^Tri3125: yeah, next time you boot you need to switch uefi mode on, you can do it permanently in the bios under boot options20:51
EriC^Tri3125: also, type "cp /boot/efi/EFI/ubuntu/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi"20:52
Tri3125All right, all 4 of those commands have been executed20:53
Tri3125This is exciting20:53
EriC^Tri3125: next time you boot, type "sudo grub-install" and it should add ubuntu to the uefi list, and then you can reinstall the windows bootloader, get a boot options menu to boot ubuntu or boot a live usb and switch it back using "efibootmgr"20:54
EriC^Tri3125: type "update-grub"20:55
coet-i3Hi, anyone know how to allow insecure repos to be updated with apt-get update ? it says on the manpages that "Individual repositories can also be allowed to be insecure via the sources.list(5) option allow-insecure=yes" but I don't know how to do that20:55
Tri3125It found a bunch of linux/initrd images, but no windows unfortunately20:56
EriC^Tri3125: by get a boot loader menu i mean that you can press f11 for instance or something else to get a uefi menu and choose ubuntu (after windows bootloader is installed it will become the first to boot)20:56
EriC^Tri3125: yeah, it's looking for bootmgfw.efi in the efi partition, which only has ubuntu now20:57
EriC^Tri3125: do you have a windows cd/usb?20:57
EriC^i *could* upload mine if you want, not sure if it would work really20:57
Tri3125Yeah, that's another problem I wanted to ask you about. So I have a windows 8 install iso, and I've gotten it to work with this computer before, but recently the boot menu thinks it's a diskette drive and when I select it it says that it failed to boot into it20:58
Tri3125I install it on the usb drive by right clicking, selecting disk image mounter, and then clicking on the usb drive and then restore image20:59
EriC^Tri3125: the iso is on a usb?20:59
Tri3125And I swear it's worked before20:59
EriC^Tri3125: are booting it in uefi mode?21:00
Tri3125Oh would that make a difference? I've been trying to boot it in legacy mode21:00
EriC^yeah, it has to be uefi mode21:00
Tri3125Oh ok21:00
EriC^Tri3125: type "exit" then try rebooting21:01
Tri3125Ok21:02
EriC^remember to change the booting mode to uefi21:02
Tri3125Also, heads up, in 15 minutes I have to go drop my brother off at tennis. I'll reboot and come back if it works, but if it dies on me I'll go drop him off and come back in about 45 minutes using a ubuntu usb that I know works21:03
EriC^alright21:04
Tri3125Eric you're a wizard21:11
EriC^Tri3125: wb21:11
Tri3125I have to go drop my brother off now, but the boot menu gave me an option to boot my hard drive under UEFI boot mode. I didn't even have to change any settings21:12
Tri3125I'll be back to fix windows21:12
Tri3125Thanks a lot!21:13
EriC^Tri3125: no problem!21:13
teskoi gotta restart ill be right back21:19
=== KindTwo is now known as KindOne
cluelesspersonhey guys, I can't seem to get my nvidia gpu to show up with opencl, does anyone have any suggestions?21:41
cluelesspersonI'm dealing with a headless server.21:41
jbasehello21:47
teskohey jbase21:47
jbaseI have ubuntu 16.04 LTS on a flash drive. Please help, how can I view it on a different computer running same OS? I messed up /etc/sudoers21:47
jbasetried to mount21:47
teskoyou dont need sudoers21:47
jbasei can only mount /dev/sdb, but it's got mostly boot stuff21:47
teskowhere is this other computer?21:48
jbasesudoers file is messed up.21:49
jbaseI plugged in the USB stick which has the messed up Ubuntu image into another computer21:49
teskostrange21:49
teskowhat does it do your computer?21:50
jbaseI need to mount the USB stick properly to see all partitions and find the partition which contains the sudoers file21:50
jbasepartitions are: sdb, sdb1, sdb2, sdb5. I can only mount sdb121:51
teskoyou should be able to mount it21:51
naccjbase: what happens when you try?21:52
jbasefor sdb2 error msg: wrong FS type, bad option, bad superblock on /dev/sdb221:52
tesko Type mkdir /media//USB Then type sudo mount /dev/sdb1 /media//USB21:52
jbasefor sdb5: unknown filesystem type LVM2_member21:52
jbasetesko: I have already mounted sdb121:53
jbaseI need to mount other partitions21:53
naccjbase: that's an LVM member, not a filesystem21:53
teskowhich other partition?21:53
jbaseok, but what is the /etc/sudoers file location? i need to fix it21:53
naccjbase: probably you want to mount something from /dev/mapper21:53
naccjbase: i don't know, i'm not at your system to say21:54
naccjbase: which ever LVM LV has your root filesystem21:54
teskotype whereis sudoers21:54
jbasenacc, this is a standard Ubuntu 16.04 distribution21:54
naccjbase: i don't know what the LVM LVs are called, but like i said just look in /dev/mapper to see if they are recognized21:55
nacctesko: taht assumes it's mounted already21:55
jbasetesko, are you kidding me. whereis searches the current filesystem21:55
teskoso sudoers is gone from your box21:56
nacctesko: please stop21:56
nacctesko: you're not helping at this point21:56
naccjbase: did you look in /dev/mapper?21:56
jbasenacc: looks like the /dev/mapper idea worked!21:57
jbasesudo mount /dev/mapper/RIG11--vg-root /mnt/usbstick21:57
naccjbase: yeah that looks right21:58
jbasenacc, looks like I was able to edit the file. Thank you very much!21:58
naccjbase: yw21:58
ramsub07Hi, how to restart samba?22:07
ramsub07does it result in killing existing tasks?22:07
oerhekssamba for 14.04 or 16.04+?22:08
ramsub0714.0422:08
ramsub07i'm trying to connect using smb protocol when i'm on VPN to a remote server22:08
ramsub07and it says unable to access smb22:09
ramsub07*server22:09
oerhekshttps://help.ubuntu.com/community/Samba22:09
oerheksgood start for such basic questions22:10
oerhekssudo service smbd restart / start / stop22:11
ycyclistdepmod: FATAL: could not load /boot/System.map-3.13.0-117-generic: No such file or directory22:12
ramsub07oerheks: i get this smbd: unrecognized service22:14
oerheksoh, now i read vpn and samba..22:16
oerheksstrange, smbd(eamon) should be available/running22:16
oerheksnot sure how to do that, vpn and samba ..22:17
Tri3125Is EriC still around?22:22
naccEriC^: ? Tri3125 --^22:22
Tri3125What is that?22:22
Tri3125Looks like some sort of regex expression22:23
naccTri3125: i notified them that you were looking for them. You could also have just used <tab>22:23
Tri3125Oh ok. Sorry, I am not familiar with irc at all22:24
pavlosoerheks: could this help? ... https://askubuntu.com/questions/751034/how-do-i-share-samba-via-open-vpn-is-that-possible22:25
MWMIs there an alternative to uck https://launchpad.net/ubuntu/zesty/+source/uck ?22:29
MWMI seee an uck-remaster but I am not sure it is what I am looking for.  Ill be trying it shortly though if no one here has a better idea22:29
lavinhogood night22:30
lavinhohow to install ar9565 ubuntu 17.04 ?22:30
oerheksMWM cubic https://launchpad.net/~cubic-wizard/+archive/ubuntu/release22:32
oerhekshttps://askubuntu.com/questions/741753/how-to-use-cubic-to-create-a-custom-ubuntu-live-cd-image22:32
nacclavinho: is that a package?22:34
lavinhobackports22:35
MWMcubic seems to be doing the job.  thanks :D22:36
lavinhonacc help me22:36
nacclavinho: backports what?22:36
lavinhoplease22:36
lavinhobackports package22:37
nacclavinho: that does not appear to be an ubuntu pacakge of any kind22:37
nacclavinho: or you have a typo?22:37
nacc!info ar9565 zesty22:37
ubottuPackage ar9565 does not exist in zesty22:37
lavinhodisconnect sometimes22:37
locrian9ntp question... I'm running Ubuntu 14.04 LTS (sysvinit) and wanted to have this server ntp sync with 'server x.ubuntu.pool.ntp.org'.  I'm running the 'ntpd' daemon https://ptpb.pw/DMxU.txt and I entered these into my iptables https://ptpb.pw/LKg1.txt . I'm testing manually and seeing 'no server suitable for synchronization' https://ptpb.pw/MYd3.txt. Any suggestions?22:38
nacclavinho: please express yourself in complete sentences/thoughts. I don't know what you want or need currently.22:38
lavinhohow to install backports on ubuntu 17.0422:38
lavinhomodules failed22:39
nacclavinho: what modules? you enable the zesty-backports component22:41
nacclavinho: again, those are *not* complete thoughts.22:41
pavloslocrian9: does "sudo ntpdate -u pool.ntp.org" adjust the server?22:51
Jordan_Ulocrian9: There are also many organizations that block NTP (usually providing their own internal NTP server for everyone to use).22:55
puffHm, this is odd... pulseaudio seems to have crashed, or something.22:57
nine_milliyo, is ubunti illegal?22:57
puffNo sound on videos, and when I open Sound Settings I get the same error message as here: https://askubuntu.com/questions/70560/why-am-i-getting-this-connection-to-pulseaudio-failed-error22:58
oerheks"ubunti" ?? explain?22:58
nine_millii dont wanan get arrested for downloading ubuntu22:58
oerheksoh, ubuntU ..22:58
puffWhen I try "sudo start-pulseaudio-x11, as suggested above, I get:  Connection failure: Connection refused\n pa_context_connect() failed: Connection refused22:59
kk4ewtnine_milli,  depends on where you are in the world. in a place like china yes it could be illegal22:59
puffnine_milli: No, ubuntu is not illegal, unless you live in some weird country that outlawed open source.22:59
oerheksnine_milli, you can download it legally, if you get arrested, say my name22:59
Tri3125Ubuntu is definitely not illegal.22:59
Tri3125Oh wait I did not know about China22:59
kk4ewtnine_milli,  so where in the world do you live?23:00
nacci would suggest unless you know all the details of nine_milli's geographical location, you don't give legal advice :)23:00
nine_milliatlantis currently23:00
naccalright, trolling, everyone move on23:00
oerheksmaybe the restricted extra's acan give legal issues, but that is in the license https://help.ubuntu.com/community/RestrictedFormats23:01
Tri3125Haha23:01
oerheksor VPN23:01
Tri3125I at least have never known of anyone who got arrested for downloading ubuntu. You can't download windows off of anywhere because an entire company worked on that and wants to make money off of it. Ubuntu is not the same at all23:02
hggdhnine_milli: please get on topic23:02
nine_milliubuntu isnt the topic?23:02
oerhekssorry hggdh, i had to give full legal answer ;-)23:02
hggdhoerheks: no problem there :-)23:03
Tri3125Technically it's just support for installing ubuntu23:03
naccTri3125: for ubuntu itself, not just installation23:03
Tri3125Oh yeah, that is what the headline says23:03
fission6I am trying to increase my elastic volume on an ec2, after resizing through the amazon console i am told i need to run growpart and resizefs, what are these doing and do i need to do that OR can I just reboot my ec2 and upon spinning up will essentially run these commands and find the new disk space23:11
=== beaver_ is now known as beaver
=== Bischoop is now known as vimart
=== beaver_ is now known as beaver

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