Bashing-om | Smaug: I hunt us up a EFI boot tutorial . wait a few . | 00:01 |
---|---|---|
Bashing-om | Smaug: Ros Smith is some kind of sharp and HE wrote the book . http://www.rodsbooks.com/linux-uefi/#oops . | 00:03 |
Bashing-om | Rod* | 00:04 |
dckx-m | Ben64: I did what you said. Script now looks like this: | 00:04 |
dckx-m | #!/bin/bash | 00:04 |
dckx-m | DISPLAY=:0 | 00:04 |
dckx-m | xinput set-prop 11 276 2 | 00:04 |
dckx-m | after rebooting, mouse still has different mouse speed than specified. I am making the script run by going to gnome-session-properties, and adding it as an additional start-up program | 00:05 |
Smaug | Bashing-om: thanks for the link, are we sure that is relevant though? I'm not dual booting with any other OS, windows or otherwise | 00:06 |
konrados | Hello. From time to time my wifi disconnects, and can't reconnect. It asks for a password, which I provide, then it 'thinks' and asks me again, without saying anything. There is only one way to make it working, which is... resetting the pc. Maybe re-plugging the usb wifi adapter would also work, IDK (although it is still there under lsusb). How do I start debugging it? | 00:06 |
konrados | Oh - I have a tp link TL-WN823N wifi adapter | 00:07 |
Bashing-om | Smaug: Not enough info as of yet to be sure of anything . But if your machime is EFI . and you have installed in UEFI mode; then yes 100% relevant . thogh maybe more than you want to know presently . | 00:08 |
Bashing-om | Smaug: On an UEFI system the boot process is generally UEFI boot manager > grub core.img (/EFI/ubuntu/grubx64.efi) > ($root)/grub/x86_64-efi/normal.mod > ($root)/grub/grub.cfg > ($root)/vmlinuz-$VERSION + ($root)/initrd.img-$VERSION > Linux booting . | 00:10 |
dckx-m | Ben64: I was missing chmod +x | 00:12 |
dckx-m | Ben64: thanks for your help | 00:12 |
=== yCrazyEdd is now known as CrazyEddy | ||
Smaug | Bashing-om: thanks. been trying things that have not been working. taking a break now | 00:33 |
Bashing-om | Smaug: Smaug I too continue to seek a simple guide to boot EFI from grub . Back to it . | 00:40 |
Jordan_U | Smaug: My guess is that you missed adding a root= kernel parameter. Try "configfile /boot/grub/grub.cfg" after setting $root to the device your kernel and initrd were found. When you're booted into your installed system, or when you want to just boot into an Ubuntu LiveUSB instead, please run boot info script: https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces. | 00:49 |
Jordan_U | You'll need to "sudo apt install gawk" before boot info script will run properly. | 00:49 |
gadget | lo' all. Has anyone experienced firefox/rendom_app switching to the foreground when switching viewports/virtual_desktops? This happens and then when I switch back it's always the first focused app. | 00:51 |
=== brainwash_ is now known as brainwash | ||
=== Piece_Maker is now known as Acou_Bass | ||
Smaug | Jordan_U: i tried the configfile thing | 01:20 |
Smaug | still got to intramfs | 01:20 |
demophobia | Bashing-om: that thread has missing pictures | 01:25 |
demophobia | so i don't see how to follow the instructions in the section "How to enable kernel options on the livecd (before install)" | 01:26 |
* demophobia is reading https://ubuntuforums.org/showthread.php?t=1613132 | 01:26 | |
Bashing-om | demophobia: t the purple splash screen (stick figure keyboard emblems at bottom of screen) -> hit any key -> | 01:29 |
Bashing-om | Language screen -> escape key to accept the default -> | 01:29 |
Bashing-om | Booting options screen -> F6 key (other options) -> arrow down to the preset option(s) space or enter to accept and then the escape key to exit; | 01:29 |
The_Dv8or | https://i.imgur.com/gA5n70j.gifv | 01:33 |
The_Dv8or | please watch that forever | 01:33 |
The_Dv8or | whups, wrong window | 01:33 |
demophobia | i'm worried that the USB drives aren't working on this dell d620 :( | 01:34 |
demophobia | just got it ~3 days ago from amazon | 01:34 |
Jordan_U | Smaug: Did configfile bring you to a grub menu, boot you immediately, or do something else? | 01:34 |
The_Dv8or | drives or drivers? | 01:35 |
fishcooker | im on ubuntu 14 with this init script every time i do kill this core apps the platform service restarted this is the init script http://vpaste.net/HkipX | 01:35 |
Bashing-om | !md5sum | demophobia | 01:35 |
ubottu | demophobia: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM | 01:35 |
demophobia | ah, was the damaged CD i was trying to rip into iTunes causing the autoplay window not to appear | 01:35 |
demophobia | Bashing-om: did that already | 01:35 |
Smaug | concifgfile seemed to clear the grub prompt. i was still at the same type of grub command line prompt | 01:35 |
Smaug | Jordan_U: ^ | 01:35 |
demophobia | gonna try your advice now to set nomodeset | 01:36 |
Smaug | i tried both before and after sending linux and initrd commands | 01:36 |
fishcooker | what's the diff between init and init.d ... afaik i used to use init.d rather than init | 01:36 |
Bashing-om | demophobia: Then next is to boot into the loveUSB to the boot menu and " check disk for defects " . => then boot with 'nomodeset' . | 01:36 |
Jordan_U | Smaug: OK, does "cat /boot/grub/grub.cfg" print a whole bunch of text to the screen? | 01:36 |
Jordan_U | Smaug: What is the device name of your root partition? | 01:37 |
Smaug | i wish i knew the device name of my root partition | 01:37 |
Smaug | how would i figure that out? | 01:37 |
Smaug | the root files seem to be in (hd0,gpt2) | 01:37 |
Smaug | though I tried putting that in as the root= param and it didn't help | 01:37 |
Jordan_U | Smaug: Then it will probably be /dev/sda2, but could be /dev/sdb2 (or c2 or d2 depending on how many drives you have). | 01:38 |
Smaug | yeah i did the cat command you just suggested and it's a bunch of text | 01:38 |
Bashing-om | Smaug: You are now in good hands :) | 01:38 |
Smaug | when I do ls (hd0,gpt2)/dev there are no sda* | 01:38 |
Jordan_U | Smaug: Try "root=/dev/sda2" (without the quotes) as a kernel parameter (by adding it after the file path to the kernel, on the same line). | 01:39 |
Smaug | ok | 01:39 |
Jordan_U | Smaug: That's because grub names devices differently than linux does. | 01:39 |
Smaug | Jordan_U: tried it out, still boots into busybox initramfs | 01:41 |
Smaug | (adding root=/dev/sda2 to the linux command | 01:41 |
Jordan_U | Smaug: Run "cat /proc/partitions" in the busybox shell. Hopefully you'll be able to tell by the partitions that are listed which drive contains Ubuntu, and you already know that the root partition is the second partition on that drive. /proc/partitions will list all of your drives and partitions, as linux names them. | 01:43 |
Smaug | there are 4 partitions. | 01:45 |
Smaug | the first and third are significantly larger in # of blocks | 01:45 |
Smaug | Jordan_U: | 01:45 |
Smaug | (I apologize if I'm dense, I'm new to this boot stuff) | 01:46 |
Smaug | (I really appreciate you taking the time to help me sort this out) | 01:46 |
Jordan_U | Smaug: What is the name of the one that ends in "2", like "sda2" or "nvme1p2"? | 01:47 |
Smaug | nvme0n1p2 is the only one that ends in 2 | 01:47 |
Smaug | of the /proc/partitions | 01:47 |
Jordan_U | Smaug: Then your root= kernel parameter should be "root=/dev/nvme0n1p2". | 01:48 |
andschwa | If anyone here knows snap, I need some help. I'm looking for the global configurations so I can change SNAP_DATA and SNAP_COMMON for all my snaps (so I can install them to a separate drive). | 01:48 |
andschwa | But my god, I've searched and searched. There's docs on what the environment variables are, but not how to set them for snapd. | 01:49 |
bazhang | andschwa, #snappy for that | 01:49 |
andschwa | ah thank you, I tried #snap and #snapd :P | 01:49 |
bazhang | np | 01:49 |
Smaug | Jordan_U: it worked! I'm in! thank you so much | 01:52 |
Smaug | any advice on how to prevent it from happening again? :) | 01:52 |
andschwa | (realized I should probably stay here in case someone does know, since #snappy is eerily quiet) | 01:53 |
=== viv`d is now known as vivid | ||
Jordan_U | Smaug: Please pastebin your /boot/grub/grub.cfg . | 02:04 |
Smaug | Jordan_U: pm'd | 02:09 |
nofacetimber | I am currently running node on Ubuntu 16.04, and node is having trouble detecting ffmpeg on the server. First node checks the environment variable process.env.FFMPEG_PATH to if it and the path exists, if not then it will check the $PATH for ffmpeg. I thought I set the FFMPEG_PATH environment variable and add the ffmpeg location to $PATH however node still can't seem to detect or find ffmpeg. | 02:27 |
nofacetimber | Can anyone help me troubleshoot this issue or ensure that my path or environment variable is properly set in a way that node can detect it? | 02:30 |
Jordan_U | Smaug: Odd. I don't see anything obviously wrong with it, but it seems it's not giving you a menu at boot. | 02:33 |
xz | hi there, I'm on Ubuntu 16.04 with Dell U3011 display and GeForce M1000 graphics card. Display's native resolution is 2560x1600, however max I can set from Ubuntu is 1600x1200. I have nvidia-xxx driver. Any hints? | 02:35 |
Jordan_U | Smaug: If you reboot and run "source /boot/grub/grub.cfg" at the grub shell does it print any error messages? (Remember how to manually boot from the grub shell again as you'll need to). | 02:36 |
Smaug | Jordan_U: no error, but boundaries of the grub command prompt switch from center of the screen to fullscreen | 02:41 |
Jordan_U | Smaug: Try pressing the escape key exactly once. Hopefully it will take you to a grub menu. | 02:45 |
Smaug | Jordan_U: esc does nothing | 02:49 |
Smaug | Jordan_U: i have to go. if you give me more things to try, I will try them! (just letting you know so when I don't respond you know why. thank you so much for all of your help) | 02:52 |
xz | ok, so I'm using fairly common laptop HP Zbook with fairly common graphics card GeForce M1000M and I have fairly common DELL display with 2560x1600 native resolution. I can only get 1600x1200 from it. What's going on with Ubuntu? | 03:15 |
xz | why isn't the GUI letting me to set higher resolution? | 03:15 |
xz | I'm fucking around with xrandr too and no luck | 03:15 |
xz | any ideas on how to force native display's resolution to work on that graphics card? | 03:15 |
xz | it works with no problem on Windows over the same HDMI connector | 03:16 |
xz | with 2560x1600 (native) resolution | 03:16 |
kk4ewt | you may need the nvidia drivers to do that | 03:22 |
mmkumr | I am trying to extract .iso.bz2 file with ubuntu archive manager but I am unable to extract the file. | 03:33 |
pankaj | Does anybody know what a typesetter is? | 03:36 |
pankaj | I was studying about nroff and troff but could not understand their difference in their functionalities. | 03:37 |
al2o3-cr | mmkumr: bzip2 -cd foo.iso.bz2 | 03:40 |
madLyfe | to be linux the only requirement is the kernel? | 03:41 |
rypervenche | al2o3-cr: You do know that that will spam mmkumr's screen with output, yes? | 03:41 |
mmkumr | Now I am tring command 'bzip2 -d -k -v R2015a-glnxa64.iso.bz2'. | 03:43 |
al2o3-cr | rypervenche: is that a problem? | 03:44 |
rypervenche | mmkumr: Are you trying to turn the iso.bz2 into an iso file? | 03:45 |
mmkumr | rypervenche: yes | 03:45 |
rypervenche | mmkumr: Then: bzip2 -d R2015a-glnxa64.iso.bz2 will work | 03:46 |
rypervenche | It will overwrite the .iso.bz2 file with an .iso file. | 03:46 |
rypervenche | mmkumr: But what you wrote will work just fine too :) | 03:46 |
kk4ewt | R2015a is ancient | 03:46 |
mmkumr | rypervenche: I have used -k option for keep the original file. | 03:46 |
rypervenche | mmkumr: Yes, and it was good of you to look up those options :) | 03:47 |
al2o3-cr | mmkumr: or just use bunzip2 R2015a-glnxa64.iso.bz2 (if you don't want spamming) | 03:47 |
* al2o3-cr yeesh | 03:47 | |
mmkumr | al2o3-cr: ok. but now extracting process in going on. | 03:48 |
al2o3-cr | mmkumr: great! | 03:48 |
mmkumr | al2o3-cr: :) | 03:48 |
kk4ewt | mmkumr, also look into octane as a matlab replacement | 03:48 |
al2o3-cr | xz: what did you try? | 03:50 |
xz | al2o3-cr: I tried xrandr, I tried nvidia-settings | 03:51 |
mmkumr | kk4ewt: NO, Actually I have downloaded it for institutional purpose and I don't want to use windows OS. So I have downloaded it for ubuntu for short time period. | 03:51 |
xz | al2o3-cr: and I tried 'displays' in ubuntu settings | 03:51 |
xz | al2o3-cr: I just started a thread on nvidia forum as well, https://devtalk.nvidia.com/default/topic/1023278/linux/how-do-i-get-native-2560x1600-resolution-on-m1000m-ubuntu-16-04/ | 03:51 |
kk4ewt | mmkumr, matlab has linux ports and octane is linux | 03:51 |
kk4ewt | and 2015a had some major bugs | 03:52 |
al2o3-cr | xz: have you tried setting a newmode with xrandr? | 03:52 |
mmkumr | kk4ewt: ok. But both the software's UI is similar or not. | 03:53 |
al2o3-cr | xz: have you generated a modeline first? | 03:54 |
mmkumr | The .iso.bz2 file has extracted successfully | 03:54 |
mmkumr | :) | 03:54 |
kk4ewt | yes your matlab files will run in octane | 03:54 |
mmkumr | kk4ewt: Then fine I will try it. | 03:55 |
xz | al2o3-cr: I think so, I used for example that tutorial: https://askubuntu.com/questions/377937/how-to-set-a-custom-resolution | 03:56 |
xz | al2o3-cr: I tried multiple times xrandr with options --newmode and --addmode | 03:56 |
xz | al2o3-cr: if you understand that a little bit more, I can do all that again and give you exactly error messages | 03:57 |
al2o3-cr | xz: you did choose the right monitor? | 03:57 |
xz | al2o3-cr: I did, yes | 03:57 |
xz | al2o3-cr: my external display is called DP-1 | 03:57 |
xz | al2o3-cr: it's little funny as it is connected to HDMI port over HDMI->DVI cable | 03:58 |
xz | al2o3-cr: and DP-1 suggests that linux recognizes that as DisplayPort | 03:58 |
xz | al2o3-cr: no clue, however, it's correct display, at least the same on is reported in nvidia-settings | 03:58 |
al2o3-cr | well, if you followed that tut i'm stumped as to why then | 03:59 |
kk4ewt | xz which nvidia driver are you using | 04:00 |
kk4ewt | go to nvidia.com and make surre you are using the correct driver | 04:00 |
kk4ewt | and it could be the cable | 04:00 |
xz | kk4ewt: 384.69 - I believe it's the latest one | 04:01 |
xz | kk4ewt: I checked Nvidia website and my GPU was listed for that driver, so I think that part is correct | 04:01 |
xz | kk4ewt: the story is it works on Win 10, so from the hardware point of view I know *it can work* | 04:01 |
xz | kk4ewt: however, 2560x1600 resolution wasn't listed by default under win10, I had to add it manually | 04:02 |
=== davr0s is now known as davr0ski | ||
=== davr0ski is now known as davr0s | ||
mkquist | help with partitions... had a hardware problem and could boot only to ubuntu (dual boot), recovered windows (7) not dont see the ubuntu part in gparted on live cd... | 04:17 |
mkquist | (now) not not* | 04:17 |
Bashing-om | mkquist: pastebin ' sudo fisk -lu | 04:19 |
spider_x | Hello all, I am experiencing some very slow boot and shutdown, any idea how I could progress to diagnose the issues? Both in boot up and boot down no text is shown. | 04:39 |
mkquist | partition question.. dual boot win7/ubuntu and had hardware problem which required reboot, ubuntu worked but not win7, used recovery console to fixboot now dont see ubuntu part at all | 04:41 |
Bashing-om | mkquist: Boot a liveUSB(DVD) and pastebin ' sudo fdisk -lu ' . See if the ubuntu partitions are seen . | 04:46 |
=== rkta_ is now known as rkta | ||
mkquist | Bashing-om - will do, let me change machines and reboot this one.... | 05:00 |
mkquist | back | 05:03 |
mkquist | stupid me.. who was trying to help? | 05:12 |
mkquist | https://pastebin.com/79t5ew2g either way.. | 05:12 |
Bashing-om | mkquist: Looking . | 05:16 |
mkquist_ | whoever was trying to help, im sorry but was on web irc and dont remember the name.... partition problem with win7 and ubuntu.. | 05:20 |
Bashing-om | mkquist: Nope. linux partitions no longer exists . All that is on that sda drive is Windows :( | 05:21 |
mkquist | oops.. thank you anway | 05:22 |
mkquist | Bashing-om: thank you anyway | 05:22 |
Bashing-om | !recovery | mkquist | 05:23 |
ubottu | mkquist: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode | 05:23 |
Bashing-om | mkquist: Opps . wrong one ^ | 05:23 |
Bashing-om | mkquist: See: https://help.ubuntu.com/community/DataRecovery if you are sure you had ubuntu on that sda drive . | 05:26 |
tmuwa | exit | 05:50 |
arunkumar413 | Does ubuntu recommend any laptop which runs Ubuntu smoothly | 06:57 |
arunkumar413 | My HP laptop come with propritery drivers and ubuntu isn't smooth. It's drains the battery quickly. | 06:58 |
ducasse | not afaik. there is a certified hardware list, but not for laptops. | 06:59 |
arunkumar413 | Can u share the link to the certified hardware | 07:01 |
ducasse | just google it? | 07:01 |
arunkumar413 | Why doesn't ubuntu work with laptop vendors to give a very good experience | 07:01 |
ducasse | it's probably more the other way around. | 07:02 |
arunkumar413 | Hardly 2 percent of ppl use Linux and developers are wasting their entire life on building a OS which hardly any ppl use | 07:03 |
ducasse | do you know how big a share of the server market linux has? and this is not a support issue. | 07:04 |
arunkumar413 | I'm talking about the desktop | 07:05 |
ducasse | it's still not a support question, please take this to #ubuntu-offtopic | 07:05 |
arunkumar413 | I just made a comment not a support question | 07:07 |
arunkumar413 | My ubuntu now gone to sleep mode | 07:07 |
arunkumar413 | and is not waking up | 07:07 |
arunkumar413 | The screen is black but the power button is glowing | 07:08 |
=== pronet is now known as _pronet_ | ||
lesshaste | how can I search for a manually installed .deb by name? | 07:33 |
ducasse | synaptic can display locally installed packages, and you can use aptitude search terms as well to only search those packages. | 07:35 |
sbef | hello guys. is it possible to change that awful super ugly ubuntu bootsplash? i tried with all tutorials i found, it didn't work. | 07:59 |
ducasse | sbef: easy to turn off, never tried switching it. the 'plymouth' package would be the thing to investigate there, afaik. | 08:04 |
=== r0Oter is now known as r00ter | ||
lesshaste | ducasse, thanks | 08:08 |
lesshaste | ducasse, aptitude search "~o" appears to be the magic command line | 08:08 |
ducasse | lesshaste: yes, i rarely use aptitude myself these days, but that seems right. | 08:10 |
lesshaste | I never use it | 08:10 |
lesshaste | but someone suggested this | 08:10 |
ppang | https://unix.stackexchange.com/q/388260/140642 | 08:12 |
geirha | Yeah, aptitude is usually the first package I install on a fresh ubuntu :) | 08:14 |
donkeysnore | :) | 08:15 |
geirha | the manual page for aptitude is far from complete though. The full documentation is in /usr/share/doc/aptitude/README, which is where you'll find the "magical" ~o | 08:15 |
geirha | «?obsolete |~o |Match installed packages that cannot be downloaded.» | 08:16 |
cloudbud | how to resolve this error : subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: E: Sub-process /usr/bin/dpkg returned an error code (1) | 08:38 |
bielski | @cloudbud try to get more specific info, this info from pkg installer but what is the real reason for that specific package? | 08:41 |
ducasse | cloudbud: also, crossposting is generally considered a bad thing | 08:41 |
cloudbud | bielski : I am trying to install it using apt-get | 08:42 |
cloudbud | getting error in output | 08:42 |
cloudbud | subprocess installed post-installation script returned error exit status 1 getting this now | 08:43 |
bielski | @cloudbud I don't remember know how to do it but google 'apt-get verbose logs' or sth similar | 08:44 |
bielski | @cloudbud: to know exactly which step failed | 08:45 |
ducasse | cloudbud: pastebin the complete output, including the command | 08:47 |
cloudbud | ducasse : | 08:48 |
cloudbud | https://pastebin.com/raw/T5v0FiMh | 08:50 |
cloudbud | ducasse : https://pastebin.com/raw/T5v0FiMh | 08:51 |
ducasse | why are you censoring the packagename? | 08:51 |
ducasse | cloudbud: anyway, that's not a package from the repos, so contact whoever you're getting it from. | 08:56 |
cloudbud | ducasse : its a package developed by a developer | 08:56 |
Ben64 | ha | 08:56 |
ducasse | cloudbud: obviously | 08:57 |
Ben64 | then fix it by fixing it | 08:57 |
ducasse | cloudbud: nvm, fix this yourself. | 08:57 |
cloudbud | nvm ? | 08:58 |
ducasse | 'never mind' | 08:58 |
lesshaste | how do I tell which dns server my ubuntu machine is using? | 10:08 |
ddellav | lesshaste cat /etc/resolv.conf | 10:16 |
hateball | That only works if you're not using network-manager, otherwise it lists the loopback interface | 10:16 |
lesshaste | ddellav, that gives nameserver 127.0.1.1 | 10:17 |
lesshaste | search config | 10:17 |
lesshaste | hateball, right... what can I do? | 10:17 |
hateball | lesshaste: nmcli sh conn <tab your conn here> |grep domain_name | 10:18 |
ddellav | oh whoops, thought this was ubuntu-server | 10:18 |
ddellav | my mistake | 10:18 |
lesshaste | nmcli device show enp2s0 | 10:18 |
lesshaste | that shows it | 10:18 |
lesshaste | now how do I change it? | 10:19 |
BBMAsk | On Ubuntu i see a one main issue that on Debian is not aper | 10:19 |
BBMAsk | Ubuntu after couple of day work in | 10:19 |
BBMAsk | the have strange unexpected behavior | 10:20 |
BBMAsk | That situation mainly aper on after updates | 10:21 |
BBMAsk | Event, in it's have default repository set up | 10:22 |
BBMAsk | what is cos this kind of thinks in Ubuntu ? Lack of information flow between project Ubuntu is based of ? | 10:24 |
BBMAsk | This kind of situation don't aper in Linux-mint | 10:25 |
BBMAsk | most buggy it's Ubuntu Ubuntu 16.04.3 LTS | 10:26 |
vlt | !details | BBMAsk | 10:33 |
ubottu | BBMAsk: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. | 10:33 |
BBMAsk | The question was more glob scope - lack on stability in long run without re-install it after first error ( in not touching mainly configurations files of based apps) - apear on Ubuntu 16.04.3 LTS | 10:36 |
BBMAsk | if system run, but without update it's less secure but rock solid with stability in log term development on it an own project | 10:38 |
BluesKaj | Hey folks | 11:02 |
anddam | hellop | 11:09 |
anddam | I'm trying to use a specific monitor layout in lightdm login screen itself, before login, I found this https://askubuntu.com/a/363992 that would be very convenient since copying monitors.xml is easier than writing the relevant xorg sections | 11:11 |
BBMAsk | Why adding monitor in clone mode it's easy on Mac Os X, than on Ubuntu without configure Xorg server and with open source drivers based on mesa ? | 11:11 |
anddam | but it doesn't work on xenial, I copied the file, reassigned it to lightdm:lightdm and chmod'ed it to 664, stopped and started lightdm again to no avail | 11:11 |
anddam | journalctl doesn't mention anything, any hint on what I could check? | 11:11 |
anddam | BBMAsk: what? | 11:12 |
BBMAsk | I ask in constructive way - https://en.wikipedia.org/wiki/5_Whys | 11:14 |
BBMAsk | What is cos that clone mode with 2 or more monitor in different Hz frequency, it's not so simple as in Mac Os X ? | 11:16 |
BBMAsk | Why software cant detect this automatically? | 11:17 |
BBMAsk | Based on open source drivers ? | 11:17 |
Ben64 | BBMAsk: this isn't really the place to complain | 11:19 |
BBMAsk | Better mechanism will be allow to have all function of video cards in system | 11:21 |
BBMAsk | Like so detect monitor automatic, and add in user space, blacklist files configuration. | 11:21 |
Ben64 | BBMAsk: ok cool. if you don't have a support question you're in the wrong channel though | 11:22 |
BBMAsk | That disable eventually unwonted feature by program write in python and added control panel in display section | 11:22 |
BBMAsk | Chanel are good :) | 11:22 |
BBMAsk | Sorry thugs are good :) | 11:23 |
BBMAsk | Chanel wrong :) | 11:24 |
BBMAsk | So, good place will be developer channel ? | 11:25 |
=== yofel_ is now known as yofel | ||
ai101 | hello | 11:29 |
ai101 | wtf | 11:32 |
ai101 | aaaaaaaaaa | 11:32 |
ai101 | 0000000000 | 11:32 |
ai101 | 0u0b0u0n1t1u1 | 11:33 |
ducasse | ai101: stop that | 11:33 |
bytefire | :) | 11:36 |
OnkelTem | HI all | 12:00 |
antonm | Hi | 12:01 |
OnkelTem | How to stop right-click from being detected as left click? | 12:01 |
antonm | What kind of mouse are you using | 12:01 |
OnkelTem | "Bloody V7" | 12:01 |
OnkelTem | let me find something more sensible | 12:03 |
OnkelTem | http://www.ebay.com/itm/Bloody-V7M-Gaming-Mouse-/191715939020?epid=1023582586&hash=item2ca32912cc:g:MdwAAOSwe7BW023L | 12:05 |
adrian_1908 | OnkelTem: Have you checked in Ubuntu's mouse options? There might e.g. be a left/right-handed toggle that could be responsible for the reversal. | 12:08 |
OnkelTem | adrian_1908: didn't found anything | 12:08 |
OnkelTem | find* | 12:08 |
ducasse | OnkelTem: does this also happen if you use another mouse? | 12:09 |
OnkelTem | I haven't checked it :-/ | 12:10 |
adrian_1908 | OnkelTem: and help articles gave no userful advice? I don't know if the latest Ubuntu still uses X or libinput, if the former I'm pretty sure there are many guides you can use to remap the buttons. | 12:10 |
ducasse | OnkelTem: check that before hunting down software problems | 12:12 |
ai101 | oh hey | 12:12 |
ai101 | i have ubuntu issues | 12:13 |
adrian_1908 | ducasse: what's the use though, if his main mouse happens to do that? He'll want to fix it instead of using another, no? | 12:13 |
ai101 | the issue is when i deleted the ubuntu partition and i wanted to reinstall ubuntu... it said i already have it when i deleted the partition? | 12:14 |
ducasse | adrian_1908: because we'll have more info to find out if it's a hardware or software problem. he'll need to know that to fix it, no? | 12:14 |
ai101 | You guys have an idea how to fix? | 12:15 |
ai101 | my issue? | 12:15 |
ai101 | it says like i already have this grub rescue bootloader thing | 12:15 |
ai101 | i dont know how to get rid of that | 12:15 |
adrian_1908 | ducasse: yeah, I wouldn't even assume this is anything but a hardware issue to be fixed by software adjustment :) | 12:15 |
ai101 | update mouse drivers | 12:15 |
ai101 | or get a new mouse | 12:15 |
ai101 | that may fix the issue | 12:16 |
ai101 | if you have a spare mouse test it with that | 12:16 |
ai101 | Any of you here? | 12:17 |
adrian_1908 | ai101: describe your problem again, I'm not sure I understand. You want to wipe Ubuntu and re-install over it? | 12:17 |
ai101 | yes | 12:17 |
ai101 | i used computer management | 12:17 |
ai101 | to get rid of partition | 12:17 |
ai101 | gparted is better you get more control | 12:17 |
ai101 | but i didnt even know what gparted was at that time | 12:18 |
adrian_1908 | ai101: So it's a partition different than the one you're running gparted on, yes? | 12:18 |
ai101 | wait i wasnt running gparted | 12:18 |
ai101 | the Ubuntu installer that i was using automatticaly made a new partition for ubuntu | 12:19 |
ai101 | so i deleted that | 12:19 |
ai101 | and there is this "grub rescue loader" that is confusing the installer | 12:19 |
ai101 | i need to get rid of the grub thing | 12:20 |
ai101 | i even formatted my whole pc to fix the issue | 12:20 |
ai101 | and guess what.. | 12:20 |
ai101 | it removed everything except the grub loader | 12:20 |
ai101 | so i am quite pissed off that i cant get ubuntu working | 12:21 |
ai101 | cuz i love that os | 12:21 |
ai101 | windows is fine but sometimes i wanna run linux distros | 12:21 |
ai101 | @adrian_1908 you still there? | 12:22 |
ai101 | wait.. | 12:22 |
ai101 | THIS THING IS EXPOSING MY IP | 12:22 |
ai101 | really | 12:22 |
ai101 | wow | 12:22 |
adrian_1908 | ai101: Yes, sorry – I'm not sure what to make of it. You have Windows and Ubuntu on the same Disk? | 12:22 |
ducasse | !enter | ai101 | 12:22 |
ubottu | ai101: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. | 12:22 |
ai101 | @ubottu ok | 12:22 |
ai101 | Yes but different partitions | 12:23 |
ai101 | same disk, different partitions.. | 12:23 |
ai101 | one was a linux swap i think | 12:24 |
ai101 | and my windows partition was nfts | 12:24 |
ai101 | afk will say when im back | 12:24 |
ai101 | back | 12:25 |
adrian_1908 | ai101: Installing over it doesn't work? Did you do it manually like this: https://www.youtube.com/watch?v=OU_dkeFprhY ? | 12:27 |
ai101 | lemme check the vid' | 12:27 |
ai101 | thx for the help, i really appreciate it. | 12:27 |
adrian_1908 | I never had such an issue, but I kept Windows and Linux on separate disks (and hence their bootloaders). | 12:28 |
ai101 | smart idea | 12:28 |
ai101 | i have another 1tb disk | 12:28 |
ai101 | but i dont wanna use it cuz it had other stuff on it | 12:28 |
ai101 | and plus my dad uses it all the time | 12:29 |
adrian_1908 | Yeah, keep that for data. Just saying that I might not have had the issue because mine didn't share the same disk. | 12:29 |
ai101 | i didnt use this "manual option" i used the "automatic option" | 12:30 |
ai101 | wait a sec the guy in that vid is using a....... virtual box client | 12:31 |
ai101 | oh i get it now.. wait i have to get the new install disc and my internet is sometimes 30kbps i am scared now | 12:32 |
adrian_1908 | Yes, but that shouldn't make a different in this case. I'd try to remove all non-Windows partitions, and just create a single ext4 (mount point "/") parititon to install Ubuntu on. | 12:32 |
adrian_1908 | (my reply is regarding your virtual box comment) | 12:32 |
ai101 | ext4? | 12:33 |
ai101 | i thought it was linux swap o.o | 12:33 |
ai101 | k this is relly confusing meeeeeeeeee | 12:34 |
adrian_1908 | ai101: ext4 is what you'd install Ubuntu on. Swap isn't needed anymore in recent versions as Ubuntu moved to a swap file. | 12:34 |
ai101 | swap isnt needed? | 12:34 |
ai101 | in 16.04 lts? | 12:34 |
ai101 | is swap recommended? | 12:35 |
adrian_1908 | ai101: looks like 17.04 is the first: http://www.omgubuntu.co.uk/2016/12/ubuntu-17-04-drops-swaps-swap-partitions-swap-files | 12:35 |
ai101 | really.. | 12:35 |
ai101 | i wanted an lts | 12:35 |
adrian_1908 | swap is recommended if you're short on Ram, otherwise not needed in my experience. | 12:36 |
ai101 | i am short on ram | 12:36 |
ai101 | 4 gigs | 12:36 |
ai101 | 3.8 usable | 12:36 |
adrian_1908 | Ok, then in your case do create a swap partition and use it :) | 12:36 |
ai101 | how big should it be | 12:36 |
akik | ai101: 4 gigs is plenty | 12:36 |
ai101 | my pc gets laggy when you use 1 gig | 12:37 |
adrian_1908 | Half of your physical ram, i.e. 2GB? that sound reasonable to me. It's mostly for emergencies when a process takes more than your system can handle. | 12:37 |
ai101 | i tried installing mac on vbox it worked but it was lagging my pc like hell | 12:38 |
adrian_1908 | Anyway, try reinstalling Ubuntu manually and see if that fixes the Grub issue. The problem might just get "overwritten" if you're lucky. | 12:38 |
ai101 | cuz it was using so much ram] | 12:38 |
ai101 | k | 12:38 |
ai101 | "overwritten" | 12:38 |
ai101 | hmm | 12:38 |
ai101 | well i doubt that | 12:38 |
ai101 | i think canonical needs to make their installers a bit more basic for nubs like me | 12:39 |
akik | ai101: if you reinstall ubuntu, it'll take care of the boot sector or uefi settings | 12:39 |
ai101 | but my pc has secure boooot | 12:39 |
akik | ai101: secure boot is handled by ubuntu | 12:40 |
ai101 | i had to go into windows 10 bios to load ubuntu | 12:40 |
ai101 | akik:really | 12:41 |
ai101 | akik: cause i want it double boot when i start my pc | 12:41 |
ai101 | can ubuntu manage that? | 12:42 |
ai101 | btw make an ubuntu discord | 12:43 |
ai101 | still there | 12:44 |
CarolinaRube | any chance for sensible high dpi display support sometime? i'm running open source apps in windows 10 so I can see them. | 12:45 |
akik | ai101: point the ubuntu installer to your efi system partition | 12:46 |
akik | ai101: when selecting where to put grub | 12:46 |
ai101 | where do i do that in the installer | 12:46 |
akik | ai101: it's on the page where you create the partitions | 12:47 |
ducasse | CarolinaRube: file bugs on the problems you find with the hidpi support, so they can be fixed | 12:47 |
ai101 | cuz there are already unessesary instances of grub in my system | 12:47 |
ai101 | hmm ill see | 12:47 |
CarolinaRube | ducasse: thx, i will | 12:48 |
RonWhoCares | How do I change this to search subdirectories recursively ls ./*[!x]odt | 12:49 |
adrian_1908 | RonWhoCares: ls -R … maybe? | 12:50 |
akik | ai101: on my laptop i have to select the efi boot file in the laptop's bios screen (EFI\ubuntu\shimx64.efi) | 12:50 |
ai101 | wait | 12:50 |
ai101 | oh | 12:51 |
tsglove | Hello... running into a problem. I am trying to change the hostname of a small virtual machine. I do it both with #sudo hostname new_name or by modifying sudo /etc/hostname and then restart. The hostname is in fact changed, yet sudo no longer works. What am I missing? | 12:51 |
adrian_1908 | akik: yes, that's how I remember to too. There's a drop-down where you select where to write the efi information to. In my case there were to choices (different disks). | 12:51 |
adrian_1908 | *remember it too | 12:52 |
ai101 | i have phoenix bios | 12:52 |
Pici | RonWhoCares: ls doesn't really do that well, something like: find . -regex '.*[^x]odt' should work | 12:52 |
ai101 | can you do it in that bios | 12:52 |
RonWhoCares | ls: cannot access ./*[!x]odt: No such file or directory | 12:52 |
akik | ai101: you'd have to check it yourself | 12:52 |
ai101 | hmm what bios u have | 12:52 |
ducasse | !hostname | tsglove | 12:52 |
ubottu | tsglove: Use hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. | 12:52 |
akik | ai101: it doesn't matter which bios i have | 12:53 |
adrian_1908 | ai101: Dude, just do it. It seems you're here to strike endless conversations instead of fixing your problem. | 12:53 |
tsglove | ducasse, huh... thank you. Trying that out now. | 12:53 |
ai101 | k gosh | 12:54 |
tsglove | ducasse, excellent. I was reading up, yet didn´t quit understand the full of it. ubottu´s message was concise. Thank you! | 12:57 |
ducasse | tsglove: no problem | 13:00 |
vimes | hello! Tryin to set up a webserver for use when learning php on my own, but I fail with the permissions on /var/www after installing apache. see https://hastebin.com/apasixisag.rb I feel Like I've tried the entire two first pages of google, but nothing helps. | 13:03 |
vimes | any ideas? The hastebin is the ls -al output of the folder | 13:03 |
nchambers | sudo chmod +w /var/www/html ? | 13:04 |
vimes | but is that safe? | 13:04 |
vimes | I want to do it by being a member of www-data. which I am | 13:04 |
foca_ | Hey guys...Today when I started my computer I just took a look in software center and I saw some duplicated applications installed, those that were duplicated is write below "source: www.ubuntu.com.br". Should I worrry about it ? thanks | 13:04 |
akik | vimes: did you login again after adding yourself to www-data group? | 13:05 |
vimes | I tried to restart the computer akik | 13:06 |
akik | vimes: tried and succeeded? | 13:06 |
vimes | yes :) | 13:07 |
ducasse | foca_: can you pastebin the output of 'ls /etc/apt/sources.list.d'? | 13:07 |
tsglove | Hey guys, how come this works (from link)?? sudo apt install lamp-server^ . I do apt-cache search lamp and see no packages listed for lamp-server ---> https://help.ubuntu.com/community/ApacheMySQLPHP | 13:07 |
foca_ | ducasse: gerardpuig-ubuntu-ppa-zesty.list google-chrome.list google-chrome.list.save graphics-drivers-ubuntu-ppa-zesty.list graphics-drivers-ubuntu-ppa-zesty.list.save opera-stable.list opera-stable.list.save plushuang-tw-ubuntu-uget-stable-zesty.list plushuang-tw-ubuntu-uget-stable-zesty.list.save skype-stable.list skype-stable.list.save | 13:08 |
vimes | the weird things is that I did this on linux mint, should be exactly the same? (giving myself permissions on war/www( | 13:09 |
adrian_1908 | vimes: yeah, the permissions issue makes no sense from my point of view, odd. | 13:10 |
akik | vimes: do you see www-data if you run "id" ? | 13:10 |
ducasse | foca_: pastebin /etc/apt/sources.list itself | 13:10 |
vimes | yes akik | 13:10 |
vimes | akik, https://hastebin.com/olakahuxak.rb | 13:10 |
adrian_1908 | chmod is 7xx for the dir? | 13:12 |
akik | adrian_1908: looks to be 2775 | 13:12 |
adrian_1908 | ok | 13:12 |
vimes | you talking about me? | 13:13 |
vimes | I tried setting this up inn a vm now, and it worked! I have no clue what I've done wrong. this is a clean new ubuntu 16.04 install | 13:13 |
ducasse | tsglove: it's not a package, it's a tasksel task | 13:14 |
tsglove | tasksel task... searching for that now. Thanks ducasse ! | 13:15 |
ducasse | tsglove: run 'tasksel' | 13:15 |
foca_ | ducasse: I don't understand you answer | 13:15 |
ducasse | foca_: can you pastebin that file? | 13:16 |
tsglove | ducasse, TIL! Quite interesting! | 13:16 |
foca_ | ducasse: http://pasted.co/bfa091be | 13:26 |
corentin | I'm having trouble installing unity-teak-tool, any clue how to solve this issue? https://pastebin.com/DJeE1Efh | 13:30 |
corentin | basically it seems like apt is not pulling dependencies correctly for this program | 13:31 |
corentin | tried to add this ppa: ppa:freyja-dev/unity-tweak-tool-daily | 13:31 |
corentin | but same problem | 13:31 |
ducasse | corentin: you are using at least one ppa that is causing this problem, i suggest you start purging them. | 13:33 |
ducasse | foca_: no, read again. i need the contents of /etc/apt/sources.list | 13:33 |
corentin | ducasse: I already removed all ppa | 13:33 |
corentin | see apt-get update at beginning of pastebin | 13:34 |
ducasse | corentin: did you use ppa-purge? | 13:34 |
corentin | mmmmm no | 13:34 |
corentin | guess I'll look into it | 13:34 |
ducasse | corentin: then the packages from them are still installed. | 13:34 |
corentin | I see, thanks! | 13:34 |
ducasse | !ppa-purge | corentin | 13:35 |
ubottu | corentin: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html | 13:35 |
corentin | ducasse: should I reinstalled the ppa before ppa-purge can purge them? | 13:36 |
ducasse | corentin: yes. | 13:36 |
corentin | thx! | 13:37 |
corentin | mmm looks like ppa-purge can't find the package list for the repo, so it's doing nothing :/ | 13:46 |
ducasse | corentin: did you run apt update? | 13:48 |
corentin | ducasse: yes | 13:49 |
corentin | am I doing something wrong? https://pastebin.com/k8Mj2BJ7 | 13:49 |
corentin | $ cat /etc/apt/sources.list.d/skypeforlinux.list => deb [arch=amd64] https://repo.skype.com/deb stable main | 13:49 |
corentin | same for virtualbox | 13:50 |
ducasse | corentin: you can only use that syntax on launchpad ppas, on third-party repos you need to use the options in the man page | 13:50 |
ducasse | corentin: i'm heading out now, but someone else can help you with that | 13:51 |
ducasse | bbl | 13:51 |
corentin | thx, see you | 13:52 |
foca_ | ducasse: http://pasted.co/906236bf | 13:53 |
corentin | ok correct syntax was: sudo ppa-purge -s repo.skype.com -o deb -p dists | 13:54 |
pankaj_ | How can I check that whether my linux is using which bootloader grub legacy or grub2? | 13:54 |
corentin | pankaj_: grub-install --version | 13:57 |
corentin | also you could check /boot/grub | 13:57 |
corentin | files are different in there whether it is grub1 or grub2 | 13:57 |
corentin | sometimes the folder is called /boot/grub2 but not always | 13:58 |
pankaj_ | corentin: Thanks very much. | 13:58 |
corentin | pankaj_: wait, have you installed both and just want to validate which one is installed in the MBR? | 13:59 |
pankaj_ | corentin: I just wanted to know which grub version was my OS using. | 14:00 |
corentin | pankaj_: then it's ok | 14:00 |
pankaj_ | corentin: I was reading about grub-legacy in a book. | 14:01 |
pankaj_ | corentin: So, to later to understand about the grub2 and to make same differences. | 14:01 |
=== JanC is now known as Guest96910 | ||
=== JanC_ is now known as JanC | ||
corentin | cool everything's working now! | 14:17 |
corentin | thank you ducasse | 14:17 |
holgerdanske | How would I utilize a Java based backend to an API? I realize this is probably a remedial question but it's something I've never had to tangle with til just now. | 14:18 |
pankaj | corentin: Can I work with grub interface inside m terminal emulator. I want to check some commands | 14:24 |
linuxlove | heu guys | 14:26 |
linuxlove | i need to download https://dist.torproject.org/torbrowser/7.0.4/tor-browser-linux64-7.0.4_en-US.tar.xz | 14:26 |
linuxlove | can someone put it in one place and give me a download link ? | 14:26 |
ducasse | linuxlove: why can't you just download it from there? | 14:29 |
linuxlove | i dont have access in my country | 14:29 |
linuxlove | ducasse, can you do it? | 14:30 |
ducasse | linuxlove: that's not what this channel is for, try #ubuntu-offtopic or something | 14:30 |
holgerdanske | Uhhhh yeah that's definatly not a cool thing to be asking for on here. | 14:30 |
linuxlove | okay | 14:31 |
ducasse | linuxlove: i doubt any #ubuntu* channel will help you | 14:32 |
linuxlove | ducasse, whats should i do then ? | 14:33 |
foca_ | ducasse: did you see my pastebin ? | 14:33 |
CarlFK | I am sshed into a box. i am trying to run xrandr to see what res the video card can do, and set it to something other than the 1024 that it defaulted to. I get: juser@gator:~$ xrandr ... Can't open display | 14:33 |
ducasse | linuxlove: it's not our problem or policy to help you circumvent local laws and regulations | 14:33 |
ducasse | foca_: i was out, hang on | 14:34 |
linuxlove | i just need it to use from my eclipse as socks proxy to get my repository | 14:34 |
ducasse | foca_: that looks good. i don't use the software app, so i don't know what that message means, but it doesn't seem as if you have any suspicious sources. | 14:36 |
xfceone | no sound ubuntu 16.04 after HDMI cable | 14:36 |
CarlFK | xfceone: hdmi supports sound. that is where your sound is going. Settings, Sound, change the "play sound though" to ... the other choice - hopefully it is that simple | 14:38 |
xfceone | I can`t hear sound from headphones after change my videocard | 14:38 |
xfceone | any solution? | 14:40 |
Bashing-om | xfceone: What was the old card , what is the new card, and what driver is now loaded for the graphic's card ? | 14:41 |
V7 | OnkelTem: I'm not bloody ... | 14:41 |
xfceone | Nvidia Quadro 290 256 mb the old card | 14:42 |
xfceone | Nvidia Geforce 210 1 gb the new | 14:42 |
thanzex | hi there! i can't seem to get bluetooth to work, i'm on ubuntu 17.04 on a dell xps 15 9550, the device seems to be working but doesn't detect any devices, tell me if you need anything | 14:43 |
Bashing-om | xfceone: Old card . what driver is loaded ? Pastebin ' dpkg -l | grep -i nvidia ' . | 14:44 |
pankaj | corentin: Can I work with grub interface inside m terminal emulator. I want to check some commands | 14:45 |
corentin | pankaj: I'm not sure, I think you have to go trough the boot menu | 14:45 |
pankaj | corentin: When I type 'grub' in terminal it says that I can install it by typing 'sudo apt-get ------'. So, what does it mean? | 14:46 |
thanzex | systemctl status bluetooth gives me http://paste.ubuntu.com/25417922/ | 14:46 |
corentin | pankaj: what if you type grub2? | 14:46 |
thanzex | and bluetoothd gives "D-Bus setup failed: Name already in use" | 14:47 |
corentin | pankaj: sorry it doesn't exists also | 14:47 |
pankaj | corentin: It gives error that no command for it has found. | 14:47 |
corentin | pankaj: try this: dpkg -l 'grub*' | 14:47 |
xfceone | https://pastebin.ubuntu.com/25417926/ | 14:47 |
corentin | you're interested in the lines starting with 'ii' | 14:47 |
corentin | those are the installed packages | 14:48 |
xfceone | Bashing-om : https://pastebin.ubuntu.com/25417926/ | 14:48 |
pankaj | corentin: Yes | 14:49 |
ducasse | pankaj: afaik, no, you can't do that | 14:49 |
Nothing4You | where does ubuntu manage networking on a fresh installed desktop machine? | 14:49 |
pankaj | ducasse: Surely ? | 14:49 |
ducasse | Nothing4You: network manager | 14:49 |
Nothing4You | do you know which files? | 14:49 |
ducasse | pankaj: hmm? | 14:49 |
Bashing-om | xfceone: Nope, wring friver, you want the 340 version for the Geforce 210 : http://www.nvidia.com/download/driverResults.aspx/114719/en-us . | 14:50 |
pankaj | ducasse: I was just puzzled that when I typed 'grub' it said that I can install it. Now, what if I installed or what will it do? | 14:50 |
corentin | pankaj: it will probably install grub-legacy (grub 1) | 14:51 |
ducasse | Nothing4You: /etc/NetworkManager - but you are expected to use the tools to manage it aiui | 14:51 |
corentin | but not sure | 14:51 |
corentin | pankaj: what are you trying to acomplish? | 14:51 |
xfceone | Bashing-om I have 32 bit system | 14:51 |
Bashing-om | xfceone: K; lemme see if 32 bit makes a difference . | 14:51 |
pankaj | corentin: Just for knowledge. But, sorry in some books it had been stated that grub1 and grub2 are both under the grub and not in grub-legacy. | 14:52 |
xfceone | give me the 32 bit link please | 14:52 |
ducasse | pankaj: when i type 'grub' here i get no such message, which release is this? | 14:52 |
pankaj | corentin: OK. Now I know. | 14:52 |
Bashing-om | xfceone: dame - 340 : http://www.nvidia.com/download/driverResults.aspx/114718/en-us . Install that driver from our repo ! | 14:53 |
xfceone | I can hear sound if put headphones in my motherboard? | 14:53 |
Nothing4You | ducasse: i see | 14:53 |
diamjdk | anyone having positive experience with opensuse? I have to use it instead of ubuntu | 14:53 |
Bashing-om | !sound | xfceone | 14:53 |
ubottu | xfceone: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. | 14:53 |
thanzex | no one knows about bluetooth? | 14:54 |
ducasse | Nothing4You: gui - use the app, cli - use nmcli or nmtui | 14:54 |
ducasse | diamjdk: offtopic here | 14:54 |
xfceone | !sound | 14:54 |
ubottu | If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. | 14:54 |
Nothing4You | ducasse: i guess i'll just look at how to disable nm | 14:55 |
Nothing4You | so i can manage it via /etc/network/interfaces | 14:55 |
thebigj | From the experience of Yesterday, I have decided to prepare blog post for it. | 14:55 |
thebigj | I was unexpectedlly formatted my boot partition. | 14:56 |
ducasse | Nothing4You: just configure the interface there and nm will not manage it | 14:56 |
Nothing4You | ok | 14:56 |
thebigj | Here is the blogpost. https://github.com/ultimatecoder/Blog/pull/20 | 14:56 |
Nothing4You | thanks | 14:56 |
ducasse | Nothing4You: (unless you explicitly tell it to) | 14:56 |
thebigj | I am writing first time on GRUB. I don't have much experience on this topic. | 14:56 |
xfceone | thanks | 14:56 |
ObiWanKan | I am trying to set wallpaper through a cron job but get the following error : failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY | 14:57 |
thebigj | I will help verymuch if anyone from here can proofread the post. | 14:57 |
thebigj | Thanks! | 14:57 |
thebigj | ducasse: https://github.com/ultimatecoder/Blog/pull/20 | 14:57 |
thebigj | ioria: https://github.com/ultimatecoder/Blog/pull/20 | 14:57 |
ducasse | thebigj: you might want to edit the description, now it sounds like you spoonfed us how to do it ;) | 14:58 |
ObiWanKan | Setting through commandline works fine.. but cronjob fails | 14:58 |
diamjdk | ObiWanKan, i think there are configuration on update-alternative | 14:59 |
ducasse | ObiWanKan: cronjobs don't run in your user environment, so don't have access to your x display | 14:59 |
diamjdk | ObiWanKan: desktop-background i think | 14:59 |
ioria | ObiWanKan, https://help.ubuntu.com/community/CronHowto#GUI_Applications | 15:00 |
thebigj | ducasse: Description of the PR? | 15:00 |
ioria | thebigj, good job | 15:00 |
ducasse | thebigj: yes, i don't have time to look at it fully now | 15:00 |
ioria | ObiWanKan, you need to set DISPLAY | 15:01 |
thebigj | ducasse: OKay. If you can suggest anyone I can take their advice then it will be verymuch helpful. | 15:01 |
thebigj | ioria: Thanks! | 15:01 |
ObiWanKan | ioria, lemme try this.. debugging cronjobs is a pain :'( | 15:07 |
=== BrAsS_mOnKeY is now known as g2 | ||
chrisml | how can i increase `net.netfilter.nf_conntrack_max` permanently? | 15:38 |
ducasse | chrisml: which release? | 15:38 |
chrisml | ducasse trusty | 15:39 |
leftyfb | chrisml: http://antmeetspenguin.blogspot.com/2011/01/high-performance-linux-router.html (first result on google for "net.netfilter.nf_conntrack_max perm" ) | 15:39 |
chrisml | leftyfb thanks | 15:40 |
ducasse | chrisml: add a file to /etc/sysctl.d, i assume | 15:40 |
leftyfb | Anyone know how to make do-release-upgrade completely non-interactive? I've tried "Dpkg::Options { "--force-confdef"; "--force-confnew"; }" in /etc/apt/apt.conf.d/local and /etc/dpkg/dpkg.cfg as well as setting DEBIAN_FRONTEND=noninteractive. | 15:41 |
MajesticFudgie | Anyone able to point me in the right direction in setting up two NICs on OVH? I have to mess with their stupid routing and I dont seem to be able to make any sense of it all. The routing commands I use are "route blah blah" yet some sites say "ip route" and tell me to edit /etc/iproute2/rt_tables | 15:43 |
soee | hi all, any idea how to fix this snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks ? | 15:44 |
leftyfb | MajesticFudgie: shouldn't OVH support be able to help you with this? | 15:44 |
MajesticFudgie | Well, I'd assume it's basic routing though? | 15:45 |
frostschutz | MajesticFudgie, route is old, ip route is new. no idea about ovh's setup, don't they have wiki/docs or maybe a customer forum? | 15:45 |
nacc | soee: in what context? sounds like snaps --> #snappy | 15:45 |
MajesticFudgie | I just have to statically set an address and route through a gateway | 15:45 |
soee | nacc: when trying to run an app installed via snap | 15:45 |
nacc | soee: yeah, ask in #snappy | 15:45 |
soee | nacc: sure, thanks | 15:46 |
MajesticFudgie | Like so, http://paste.ubuntu.com/25418165/ | 15:46 |
frostschutz | MajesticFudgie, give details and output of ip link, ip route | 15:46 |
MajesticFudgie | I just need to get two routes on two nics to play ball, as soon as I add a 2nd nic Ubuntu suddenly decides that all the other nic's don't matter and only uses that one. Apache etc ends up only listening on that nic | 15:46 |
MajesticFudgie | Ok, one sec | 15:47 |
frostschutz | MajesticFudgie, the listen ip is another problem, you have to set that in the apache cfg. as long as you can ping these IPs you set you should be good, routing wise | 15:48 |
MajesticFudgie | Ideally I'd be listening on all interfaces via 0.0.0.0 | 15:48 |
MajesticFudgie | frostschutz http://paste.ubuntu.com/25418178/ | 15:50 |
frostschutz | MajesticFudgie, what you posted first was ens160, your route has ens192 and ens224... your default route says dev ens192, so which one is it now? | 15:56 |
MajesticFudgie | Oh sorry, I took ens160 as an example | 15:56 |
MajesticFudgie | ens160 is my LAN, ens192 and ens224 are both my outgoing NIC's | 15:57 |
MajesticFudgie | both are setup the same | 15:57 |
MajesticFudgie | just different addresses | 15:57 |
foca_ | ducasse: Good to read that... I did the command apt-get autoremove then all those duplicate applications now gone but that looked really weird for me | 16:13 |
cjohnson | How can I specify the password that is supplied to dpkg for the mysql root password from the command line? | 16:15 |
cjohnson | My server standup script is mostly automated but right now you have to enter the password 4 times and hope you got it right all 4 times | 16:16 |
cjohnson | Sorry, the context is "when installing mysql-server" | 16:16 |
cjohnson | apt-get install mysql-server will spawn an interactive dpkg | 16:16 |
cjohnson | Thanks rubber duck: https://stackoverflow.com/questions/7739645/install-mysql-on-ubuntu-without-password-prompt | 16:17 |
chrisml | what's the best way to download 100gb+ of files from one server to another? | 16:42 |
soee | wget ? rsync ? | 16:42 |
_BIGSHOT_ | wow 100GB+++!!! chrisml what is it? movies? | 16:43 |
chrisml | soee looks like wget -b does it | 16:44 |
_BIGSHOT_ | chrisml, what is 100GB> | 16:44 |
_BIGSHOT_ | > | 16:44 |
_BIGSHOT_ | ? | 16:44 |
_BIGSHOT_ | chrisml, all the pawn fiel? | 16:44 |
chrisml | _BIGSHOT_ pics of your mom | 16:44 |
bl4ck0ut | https://aria2.github.io? | 16:44 |
_BIGSHOT_ | chrisml, no look carefully they are your sisters! | 16:45 |
chrisml | lol | 16:45 |
tgm4883 | rsync | 16:45 |
chrisml | yeah probs gonna use rsync | 16:45 |
_BIGSHOT_ | chrisml, seriously what are you doing with all those Large files? i also want it for time pass | 16:46 |
chrisml | _BIGSHOT_ user avatars | 16:47 |
_BIGSHOT_ | you run a forum? | 16:47 |
chrisml | no | 16:47 |
EriC^^_ | to disable automatic updates completely all i need to do is have this is /etc/apt/apt.conf.d/10periodic ? http://termbin.com/k4f2 | 16:53 |
EriC^^_ | do i also need to set APT::Periodic::Unattended-Upgrade "1"; to 0? thanks | 16:54 |
=== WarKitteh is now known as jemoeder | ||
jemoeder | test | 16:57 |
_BIGSHOT_ | ting | 16:57 |
_BIGSHOT_ | jemoeder, yo bud how's it hanging | 16:58 |
jemoeder | Crippling depression | 16:58 |
_BIGSHOT_ | dang why | 16:58 |
jemoeder | Nah just kidding | 16:58 |
_BIGSHOT_ | howdoyou pass your time jemoeder | 16:59 |
jemoeder | (I know, not something to joke about) | 16:59 |
jemoeder | But Reddit karma tho | 16:59 |
_BIGSHOT_ | howdoyou pass your time jemoeder | 16:59 |
WarKitteh | Hi | 17:00 |
_BIGSHOT_ | hey | 17:00 |
_BIGSHOT_ | WarKitteh, are you girl? | 17:00 |
WarKitteh | I´m kinda new to IRC stuff | 17:00 |
_BIGSHOT_ | nice | 17:00 |
WarKitteh | Any interesting channels? | 17:00 |
_BIGSHOT_ | sure | 17:00 |
WarKitteh | No, I´m a guy | 17:00 |
_BIGSHOT_ | foff then | 17:00 |
WarKitteh | Well ok | 17:01 |
_BIGSHOT_ | what are your interests? | 17:01 |
WarKitteh | Programming (obviously), reading, rowing | 17:01 |
WarKitteh | But do you know any interesting channels I can join? | 17:02 |
WarKitteh | I´m kinda bored | 17:02 |
_BIGSHOT_ | >> /msg alis LIST *searchterm* | 17:02 |
_BIGSHOT_ | WarKitteh, i am bored too | 17:02 |
WarKitteh | Wow | 17:02 |
WarKitteh | Ok | 17:02 |
WarKitteh | Nice | 17:02 |
_BIGSHOT_ | WarKitteh, what do you do when you get bored? | 17:02 |
ducasse | please take the chatter to #ubuntu-offtopic | 17:02 |
WarKitteh | Ok | 17:03 |
WarKitteh | Sorry | 17:03 |
_BIGSHOT_ | man ducasse you made that poor guy quit | 17:03 |
pankaj | What is the difference between halt and shutdown? | 17:11 |
ikonia | shutdown shuts down the OS, halt halts the whole system | 17:14 |
ikonia | on a modern PC shutdown will also "halt" too | 17:15 |
ikonia | hence shutdown -h | 17:15 |
pankaj | ikonia: So, what does halt does? I read in a book that halt runs before shutdown so I though it would be another daemon and performs job like logging but could not understand fully. | 17:16 |
ikonia | neither are daemons | 17:16 |
OnkelTem | V7: :) | 17:17 |
pankaj | ikonia: I think halt means to pause? | 17:18 |
ikonia | no | 17:19 |
OnkelTem | V7: I imagine someone with "Hi" nick. Well, this guy wouldn't make use of hilights! | 17:19 |
pankaj | ikonia: Please explain. | 17:19 |
ikonia | I just did | 17:19 |
V7 | OnkelTem: True ) | 17:20 |
pankaj | ikonia: Hello | 17:22 |
ikonia | hi | 17:23 |
malwar3hun73r | i have an issue where my drive is full and i cannot update/upgrade - i also cannot autoremove but apt seems to have gotten stuck during a header install | 17:50 |
malwar3hun73r | but = because | 17:50 |
malwar3hun73r | every command is met with a "Try 'apt-get -f install' with no packages (or specify a solution)" | 17:51 |
malwar3hun73r | which, if i run that i just get "No space left on device" | 17:51 |
leftyfb | malwar3hun73r: clean up your drive | 17:53 |
malwar3hun73r | i'm trying, but there's not really much to clean up since it's just the OS (all data is on a separate drive) | 17:54 |
leftyfb | malwar3hun73r: how big is the drive/root partition? Is /boot a separate partition? Is that the partition that's filled? | 17:54 |
malwar3hun73r | it's not the boot partition that's full | 17:57 |
leftyfb | malwar3hun73r: and the answers to the other questions? | 17:58 |
malwar3hun73r | one sec... | 18:00 |
de-facto | malwar3hun73r, you can try locate the biggest files like in a root terminal like "du -ax / | sort -rn | head -100" | 18:01 |
leftyfb | sudo !! | 18:01 |
de-facto | the "/" being the path to the starting directory | 18:01 |
malwar3hun73r | correct | 18:02 |
malwar3hun73r | drive is 7 GB | 18:03 |
malwar3hun73r | the largest files are almost all kernels | 18:03 |
malwar3hun73r | i've been dpgk --purge on older ones, i guess i can continue down that path | 18:03 |
nacc | malwar3hun73r: you just said /boot isn't full, but then that the largest files are kernels? do you mean kernel headers? | 18:07 |
malwar3hun73r | things like:/lib/modules/4.4.0-92-generic | 18:08 |
nacc | malwar3hun73r: those are the kernel's modules. If you remove the kernel (did you try `sudo apt autoremove` ?), it should remove the modules. If you don't need that kernel, that is | 18:08 |
de-facto | malwar3hun73r, you also can try to clean out old cached files from apt like "sudo apt-get clean" | 18:09 |
malwar3hun73r | correct, i've been following this and it seems to be helping http://ubuntuhandbook.org/index.php/2016/05/remove-old-kernels-ubuntu-16-04/ | 18:09 |
malwar3hun73r | at least removing a couple so i can then do an autoremove | 18:09 |
linux_user | I wrote a udev rule and only part of it (Ubuntu 16.04 Desktop) is executing | 18:12 |
linux_user | here is the rule: | 18:12 |
linux_user | ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:0c:29:ba:dd:ad", RUN+="/sbin/ip link set dev %k address 04:99:00:00:00:01", NAME="eth0" | 18:12 |
linux_user | it changes the device name to eth0 | 18:12 |
linux_user | but the mac address does not change | 18:12 |
linux_user | It does work when the %k is replaced with eth0 though! | 18:14 |
nacc | linux_user: i think you want $name | 18:17 |
nacc | linux_user: not %k | 18:17 |
nacc | linux_user: since you are changing name | 18:17 |
linux_user | ok | 18:18 |
linux_user | whats the difference between %k and $name? | 18:18 |
nacc | linux_user: http://manpages.ubuntu.com/manpages/xenial/man7/udev.7.html\ | 18:18 |
linux_user | I'll try it right now | 18:18 |
linux_user | ok | 18:18 |
nacc | linux_user: %k is the kernel name, while $name is the name of the device from the rule (including side effects of the rule) | 18:18 |
linux_user | I clicked that link and no page came to my browser by the way | 18:19 |
nacc | linux_user: the distinction is in the latter case. generally they are the same, but if you are renaming in a rule, then you want ot use $name | 18:19 |
nacc | linux_user: sorry, trailing \ | 18:19 |
nacc | linux_user: http://manpages.ubuntu.com/manpages/xenial/man7/udev.7.html | 18:19 |
linux_user | what if I wanted to print out the value of %k how could I do that in a udev rule and pipe it to a file or that so I know what it is? | 18:21 |
nacc | linux_user: i think you can just add another RUN+="/bin/echo %k > /path/to/file" ? | 18:22 |
nacc | linux_user: i'm not sure | 18:22 |
nacc | linux_user: you might be able to echo directly, but i can't recall if that gets logged to syslog or not | 18:23 |
vook | how can I prevent modules in kernel/zfs from being loaded and instead force modules in extra/zfs to be loaded? | 18:23 |
vook | in a way that persists across kernel upgrades, etc. | 18:23 |
linux_user | well your modification did work! | 18:24 |
linux_user | mazel tov! | 18:24 |
nacc | vook: what version of ubuntu? at least in latest, there is no extra/zfs from ubuntu packages (that i can see) | 18:25 |
nacc | linux_user: yw | 18:25 |
vook | nacc: It's xenial, these are custom built modules from zfsonlinux | 18:26 |
ducasse | vook: are you building yourself? would the zol ppa be a solution? | 18:28 |
vook | no, those don't support native zfs encryption - was just merged recently | 18:28 |
vook | I can just remove /lib/modules/version/kernel/zfs, but that's not going to persist across kernel upgrades | 18:29 |
nacc | vook: why are you not using the ones provided by ubuntu? | 18:29 |
nacc | vook: ah i see | 18:29 |
nacc | vook: well, that seems like a question the zfs folks would be able to answer quickest. I don't know how to tell modprobe to use specific paths by default, sorry | 18:29 |
ducasse | vook: set them up with dkms? | 18:30 |
vook | I'm following this guide: https://github.com/zfsonlinux/zfs/wiki/Custom-Packages, and it only supports kmod for debian/ubuntu. | 18:31 |
vook | I've tried unsuccessfully to adapt dkms configs from zol 0.6.5 to 0.7.1 | 18:31 |
ducasse | ok, what about the daily ppa, then? :) | 18:36 |
vook | doesn't support zfs native encryption | 18:36 |
vook | strangly it still claims to be part of trusty as wel | 18:36 |
=== Guest6953 is now known as EriC^^ | ||
vook | found it, it's /etc/depmod.d | 18:42 |
SirCmpwn | I have a script that installs some packages, and I need it to answer "n" (keep your currently-installed version) to the modified config files prompt | 18:44 |
SirCmpwn | what's the best way of accomplishing this? | 18:44 |
=== jstein_ is now known as jstein | ||
ducasse | SirCmpwn: apt-get -o Dpkg::Options::="--force-confold" install ... | 18:49 |
nettlejam | I'm seeing problems with mounting volumes specified in fstab on boot on 16.04. Fstab entries look like this '/dev/xvdm /var/data ext4 defaults,nofail 0 2'. Most of the time they mount fine on reboot, but sometimes, randomly, i get failure messages from fsck and then mount saying the device is busy... at boot | 18:50 |
nettlejam | This is on EC2 with EBS volumes, BTW. Multiple servers, having the same issue with the same config | 18:50 |
nettlejam | Never happened with 14.04 so I'm wondering if it's related to how systemd is now handling mounts | 18:51 |
leftyfb | SirCmpwn: --force-confold | 18:51 |
leftyfb | oops, already answered | 18:51 |
linux_user | does anyone know of a way to determine what the values of $name or %k would be in the udev rules? how can I print them or log them or capture them? | 18:53 |
linux_user | what other variables are there too? | 18:53 |
foca_ | Failed to query NVIDIA devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and that user 122 has read and write permissions for those files. | 18:54 |
foca_ | Anyone could help here with that erro ? | 18:54 |
ducasse | linux_user: see 'man udev' for that last question | 18:55 |
SirCmpwn | ducasse: leftyfb: thanks | 18:58 |
ducasse | foca_: where did you get that message? | 19:00 |
foca_ | ducasse: from Applications\utilities\logs | 19:01 |
ducasse | foca_: _which_ log? | 19:01 |
linux_user | ducasse, ok | 19:02 |
dkfadf2884 | Any idea why I'm getting Error: Unable to locate package -- for any/all packages? My sources.list file is correct. | 19:03 |
EriC^^ | dkfadf2884: did you try sudo apt-get update ? | 19:03 |
dkfadf2884 | Yes | 19:03 |
dkfadf2884 | Updates fine | 19:03 |
dkfadf2884 | xubuntu 16.04-- sources.list is fine, deleted everything in /var/apt/lists, and ran apt-get update | 19:04 |
linux_user | ducasse: I saw what the variables mean in the man page, but the man page did not speak to how to print their current value (which is what I was trying to ask, if I was unclear). Did I miss something in the man page?? | 19:04 |
EriC^^ | dkfadf2884: try "ls -l /var/lib/apt/lists" | 19:05 |
ducasse | foca_: https://devtalk.nvidia.com/default/topic/934350/linux/nvidia-persistenced-failed-to-query-nvidia-devices-/ | 19:05 |
dkfadf2884 | Eric^^: It shows files | 19:06 |
ducasse | linux_user: i said it was an answer for your last question, not your first one :) didn't you get an answer for that earlier? | 19:06 |
EriC^^ | dkfadf2884: is there a file /var/lib/dpkg/available ? | 19:06 |
foca_ | ducasse: I saw that forum already but a did not understand what they're suggesting to do | 19:07 |
dkfadf2884 | EriC^^: Yes | 19:08 |
dkfadf2884 | Should I rebuild it? | 19:08 |
EriC^^ | dkfadf2884: what happens if you type "apt-cache policy irssi" ? | 19:09 |
dkfadf2884 | Strange 500 error on http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Pacakges | 19:11 |
dkfadf2884 | Installed (none) | 19:12 |
dkfadf2884 | W/ a version table of 0.8.19-1ubuntu1 500 | 19:12 |
EriC^^ | dkfadf2884: which package were you trying to install that it said didnt exist? | 19:12 |
dkfadf2884 | Any package | 19:12 |
dkfadf2884 | libvirt / vim | 19:13 |
dkfadf2884 | python-pip | 19:13 |
dkfadf2884 | wireshark | 19:13 |
dkfadf2884 | All fail | 19:13 |
dkfadf2884 | Virtualbox/vagrant/docker.io/ansible all fail | 19:15 |
leftyfb | dkfadf2884: try a different repo. http://ubuntu.media.mit.edu/ubuntu for instance | 19:19 |
dkfadf2884 | Same problem....it's like it doesn't read my sources.list | 19:20 |
dkfadf2884 | However I know it is because apt-get update shows the pull | 19:20 |
dkfadf2884 | I'll try that repo tho | 19:20 |
dkfadf2884 | So just using deb http://ubuntu.media.mit.edu/ubuntu xenial main, apt-get update works, and installing still fails-- error to locate packages | 19:22 |
pankaj | I just deleted some important file by typing 'rm *' by mistake. How can I recover them? | 19:22 |
leftyfb | pankaj: restore from backup will be your easiest way | 19:24 |
pankaj | leftyfb: If I had one I would surely have. Now I understood the importance of backup. From today my first aim is to create backup. After reading several blocks I am confirmed that my important files are gone. Thanks | 19:25 |
religiono | hi | 19:25 |
religiono | My cpu is consuming too much. | 19:26 |
religiono | it's like 50% all the time or more. how do i find out the cause | 19:26 |
religiono | it's over heating the cpu | 19:26 |
ducasse | pankaj: look into extundelete if this is ext4, and you just might be able to recover them. | 19:27 |
pankaj | ducasse: How do I do that? | 19:28 |
=== iczero is now known as REWRITELYKOSINRU | ||
=== REWRITELYKOSINRU is now known as iczero | ||
=== iczero is now known as MOONY_SMELLS | ||
=== MOONY_SMELLS is now known as iczero | ||
ducasse | pankaj: you should probably run it from a live usb/cd. there are a few guides online on how to use it, if the man page isn't enough. | 19:30 |
pankaj | ducasse: I installed it and trying to use it. | 19:30 |
dkfadf2884 | well a fresh install worked so w/e | 19:31 |
dkfadf2884 | Still donno how that's possible | 19:31 |
ducasse | pankaj: were the files on your root filesystem? | 19:31 |
pankaj | ducasse: No. In my home directory | 19:32 |
ducasse | pankaj: yes, but is that a separate filesystem? | 19:32 |
pankaj | ducasse: I think No | 19:33 |
ducasse | pankaj: then you shouldn't have done that, but used a live usb. now you've written to that fs and might have overwritten what was left of the files. | 19:34 |
pankaj | ducasse: I knew that I could not recover (sadly) | 19:35 |
ducasse | pankaj: try to google 'extundelete tutorial | 19:36 |
ducasse | pankaj: try to google 'extundelete tutorial' and try it from a live session. | 19:36 |
ducasse | pankaj: you might be lucky. | 19:36 |
pankaj | ducasse: I hope I do not waste the time rather then recraeting those files that I lost. | 19:36 |
ducasse | pankaj: up to you. | 19:37 |
pankaj | ducasse: Thanks | 19:37 |
linux_user | ducasse: I didn't see a response, but, I am trying to determine what the value of %k or other things are, or have a way to determine what their real values are. I did come with a solution for now to making the rule work, but, I'd like to be able to know how to display the variable so I can debug it myself next time, you know? | 19:39 |
linux_user | I found a few notes on google about using echo but they did not work | 19:40 |
ducasse | !doesntwork | 19:41 |
ubottu | Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. | 19:41 |
royal_screwup21 | I'm on ubuntu 16.04 and I have a "hybrid graphics system", with one intel core i7 and a radeon graphic card. I'm currently using the icore7 but I want to switch over to the graphic card. Here's what I get when I type in lspci -nn | grep -E 'VGA|Display' https://thepasteb.in/p/vghOzqGky1Nc3 How do I accomplish that? | 19:48 |
ducasse | royal_screwup21: i think you need to select the card as primary in the bios | 19:51 |
=== tcpdump is now known as somerandomdick | ||
ducasse | royal_screwup21: and for the future, please don't crosspost. it's rude and not necessary. | 20:15 |
royal_screwup21 | understood, sorry about that | 20:16 |
daddesio | Hi all, I'm looking for a clean way to do shell substitution in a file, e.g. all occurrences of $(echo $HOME) (or similar) in input.txt will be replaced with the output of that command. output the result to output.txt. You can do it with GNU m4 (using the esyscmd macro). I think you can also do it with vim? | 20:20 |
daddesio | I want to preserve whitespace, so "echo $(cat input.txt) > output.txt" is not a nice solution. | 20:23 |
reisio | I don't see why that wouldn't preserve whitespace, but... | 20:24 |
daddesio | echo a b -> outputs "a b" | 20:24 |
reisio | can I ask why you want to replace variables with constants? | 20:24 |
daddesio | Well I created a command "print-exact-float" which uses MPFR to print the exact decimal representation of a float, and I created a C file containing data like "{123, 456, 789, float32(0x3cdc0000)}," | 20:25 |
oerheks | echo "$(cat input.txt)" gives the proper format, without removing \n | 20:25 |
reisio | daddesio: already this explanation is too long :p | 20:26 |
reisio | but it sounds like there's a better way to do what you want, by going one or more steps back | 20:26 |
daddesio | just want to replace all occurrences of float32(0x3cdc0000) with 0.026855469f, etc. | 20:26 |
de-facto | eval is evil? | 20:27 |
reisio | ev-a-l, not evil | 20:27 |
reisio | postprocessing is a good way to waste your time | 20:27 |
de-facto | probably also something like "cat > output <<EOF filecontent over multiple lines EOF" with last EOF on single line in a #!/bin/sh script would interpret $(stuff) inside filecontent i guess (unless using 'EOF' after the cat cmd) | 20:32 |
daddesio | I'll stick to GNU m4, since I got it working. maybe one day I'll add a "macro substitution" mode to my print-exact-float program (or just create more m4 scripts, yay!) | 20:34 |
daddesio | this is a one-off job; I'm not putting this evil code on the internet | 20:34 |
reisio | oh good :) | 20:35 |
=== kostkon_ is now known as kostkon | ||
egelor | hi i upgrade my server form 12.04 to 14.04 and after restarts crashes with the command fsboot need a path | 21:06 |
egelor | can you help me? | 21:07 |
reisio | egelor: "fsboot"? | 21:08 |
dckx_ | join #ros | 21:09 |
reisio | egelor: the internet has never heard of the combination of strings "fsboot" and "need a path"; please be more specific | 21:09 |
egelor | nfsboot | 21:09 |
reisio | you using NFS with your server? | 21:10 |
egelor | yes | 21:10 |
egelor | i can only use the grub terminal | 21:11 |
reisio | sounds like it isn't receiving a path | 21:12 |
reisio | what do you use NFS for? | 21:12 |
egelor | to access over a computer network | 21:13 |
reisio | to access what? | 21:13 |
egelor | local storage | 21:14 |
reisio | for the OS, or for something extraneous to the core OS? | 21:14 |
egelor | now give me the ip of my router and need path | 21:14 |
egelor | can i boot over 14.04 somehow? | 21:15 |
reisio | you appear to be getting a pretty straightforward error message about something not being able to get a path from input it's expecting | 21:22 |
reisio | if you need that to boot your OS, figure it out; if you don't, turn it off | 21:22 |
dos000 | mayday mayday .. i hosed my system :((( | 21:23 |
reisio | gj | 21:23 |
dos000 | how do i go back to a pristine ubuntu install ? | 21:23 |
tgm4883 | reinstall | 21:24 |
dos000 | i dont want to reformat everything .. | 21:24 |
dos000 | my machine is still working | 21:24 |
tgm4883 | dos000: well let's start from the beginning, what did you hose | 21:24 |
dos000 | but something i installed made it bork for zoom which i use for work | 21:24 |
tgm4883 | because "i hosed my system" != "my machine is still working" | 21:24 |
reisio | dos000: what're you using, plain Ubuntu with Unity? | 21:25 |
dos000 | reisio: tgm4883 https://paste.ubuntu.com/25420202/ | 21:27 |
dos000 | reisio: ubuntu 17.10 | 21:27 |
tgm4883 | !ubuntu+1 | dos000 | 21:28 |
ubottu | dos000: Artful Aardvark is the codename for Ubuntu 17.10 - Support only in #ubuntu+1 | 21:28 |
dos000 | this was working alright before i rebooted ... i mostlikely installed something that hosed zoom | 21:28 |
reisio | so uninstall it | 21:28 |
dos000 | my question is how do you get back to a standard install ? lets say i wanted to go back to a simple unbuntu desktop install | 21:29 |
dos000 | reisio: i always use tar based install for that app .. something i installed is not happy with it | 21:29 |
reisio | dos000: so go into /var/log/ and find what you've installed recently | 21:30 |
tgm4883 | This is the wrong place for dev support | 21:30 |
dos000 | reisio: do you mean /var/log/apt ? | 21:31 |
reisio | sounds good | 21:31 |
jerichowasahoax | Is there an fcron package for 16.04? I need to set MAILFROM and the default cron daemon doesn't support it, as best as I can tell. | 21:32 |
tgm4883 | !info fcron xenial | 21:33 |
ubottu | Package fcron does not exist in xenial | 21:33 |
jerichowasahoax | does that also search PPAs? because i'm not allergic to those | 21:34 |
reisio | !info fcron 16.04 | 21:34 |
ubottu | '16.04' is not a valid distribution: artful, artful-backports, artful-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakke | 21:34 |
* reisio rolls eyes | 21:34 | |
tgm4883 | jerichowasahoax: no | 21:34 |
choki | hello, i've some issues with 17.04. when i watch videos (flash) the sound is gone after a few minutes/seconds | 21:44 |
choki | i don't know why | 21:44 |
reisio | choki: in Firefox? | 21:46 |
choki | reisio: in google-chrome, don't know if it is an issue with firefox | 21:46 |
reisio | you right click and it says it's flash? | 21:47 |
choki | yes | 21:47 |
reisio | you tried chromium? | 21:48 |
choki | reisio: it is always different, sometimes after 2 minutes, sometimes after 32 seconds. | 21:48 |
choki | i try with firefox now | 21:48 |
choki | reisio: do you think it depends on the browser? | 21:48 |
jerichowasahoax | didn't google roll their own flash player | 21:49 |
reisio | jerichowasahoax: bundled, yeah | 21:49 |
choki | i don't know, i've heard flash will no longer get any updates | 21:49 |
reisio | choki: I think so, yeah | 21:49 |
jerichowasahoax | choki: adobe's player won't | 21:49 |
reisio | yeah in about a year or something, IIRC | 21:49 |
choki | it is good but still many sites use it | 21:50 |
reisio | yeah it's no big deal, plenty of open source implementations | 21:50 |
jerichowasahoax | choki: those sites are heathens | 21:50 |
choki | i wish there is an inbuild way to just watch videos with mpv all the time | 21:50 |
jerichowasahoax | i think mplayer used to have an NPAPI plugin | 21:50 |
choki | jerichowasahoax: wht does it do? | 21:50 |
jerichowasahoax | choki: what it *did* was embed mplayer into your browser as a video player | 21:51 |
jerichowasahoax | choki: past tense for a reason: the API it depended on has been retired | 21:51 |
choki | jerichowasahoax: oh, on the same position? | 21:51 |
choki | reisio: thank you it works fine now! | 21:52 |
reisio | choki: what does? | 21:55 |
choki | reisio: watching videos without sound issues :) | 21:56 |
reisio | what, chromium? | 21:58 |
choki | reisio: firefox nightly :) | 22:00 |
reisio | k, gj | 22:02 |
reisio | probably chromium would work | 22:02 |
reisio | it's hard to predict what closed source binary blobs like google chrome will do | 22:02 |
boblamont | I just installed lubuntu 16.04 onto a usb stick on an Acer Aspire 9500 laptop... I have a different usb stick with an older version of lubuntu on it that boots into grub fine, but the new one brings up an error "symbol 'grub_term_highlight_color' not found" and takes me to a rescue prompt... I've tried boot-repair a few times, but no luck (though it says it repaired it) | 22:04 |
choki | reisio: are you working for resilio? your name looks like | 22:04 |
virmaha | Hello..I've a soft link /build/bin pointing to /home/build/bin (/build/bin -> /home/build/bin) . How can I remove this link? | 22:06 |
nacc | virmaha: unlink /build/bin ? | 22:08 |
nacc | virmaha: might need sudo depending on permissions of /build/bin | 22:08 |
reisio | choki: never heard of it | 22:09 |
reisio | virmaha: rm without trailing slash | 22:09 |
reisio | AKA rm without additional parameters | 22:09 |
virmaha | nacc: wohoo thanks! Now how can i create the link properly? I want /build/bin/myfile to be looked up as /home/build/bin/myfile | 22:09 |
nacc | virmaha: is that the only file you want linked? | 22:10 |
virmaha | ln -s /home/build/bin/ /build/bin/ created a symbolic link at /build/bin/bin -> /home/build/bin/ | 22:10 |
virmaha | no entire directory | 22:10 |
virmaha | nacc | 22:10 |
nacc | virmaha: read the manpage, trailing slashes affect behavior | 22:10 |
nacc | virmaha: well, really, it's a general shell thing i suppose | 22:11 |
nacc | virmaha: if you want /build/bin -> /home/build/bin, then do: `ln -s /build/bin /home/build/bin` | 22:11 |
nacc | (iirc) | 22:11 |
boblamont | When I run boot-repair, it asks if the usb stick is a removable drive, I check yes, since it is... would saying no cause any harm? could that possibly help? I don't remember boot-repair ever asking that before, so it's one difference with the earlier (working) setup | 22:12 |
virmaha | nacc: i think the arguments have to be swapped | 22:12 |
nacc | virmaha: err, yes, sorry | 22:12 |
nacc | virmaha: `ln -s /home/build/bin /build/bin` | 22:13 |
virmaha | nacc: err..that does /build/bin/bin -> /home/build/bin :S | 22:14 |
virmaha | nacc: so I've to do unlink /build/bin/bin | 22:15 |
virmaha | okay i already had bin dir so | 22:16 |
virmaha | deleted it and works fine..thanks nacc :) | 22:16 |
nacc | virmaha: yw | 22:18 |
preview | hi, could anyone help me getting usb-snd-caiaq working in Kubuntu 17.04? | 22:27 |
boblamont | well, it worked... redid boot-repair, said it wasn't removable and boom: grub menu... so apparently lying is justified in this case | 22:29 |
dury | hi there all | 23:13 |
dury | hi :-) | 23:15 |
Sven_vB | hi :) what kind of pipe is this showing up in my ls output? /proc/30220/fd/63 -> pipe:[27583640] | 23:18 |
Sven_vB | I'm experimenting with spawning child processes from node.js, and when I ask node to establish a "pipe", instead of that "pipe:[…]" I get /proc/30220/fd/12 -> socket:[27583831], so there seem to be several types of pipes. | 23:21 |
nacc | Sven_vB: the latter is a fd to a socket | 23:27 |
nacc | Sven_vB: the former is a fd to a pipe | 23:27 |
Sven_vB | nacc, so a socket isn't any kind of pipe? | 23:28 |
Sven_vB | actually, I meant: is node just wrong (as in, bug) to call that a "pipe"? | 23:29 |
nacc | Sven_vB: to call what a pipe? | 23:30 |
Sven_vB | nacc, to call the socket a pipe | 23:30 |
nacc | Sven_vB: the above is ls showing your information about the file, as told by the kernel | 23:30 |
nacc | Sven_vB: where is it calling a socket a pipe? | 23:30 |
nacc | Sven_vB: the two pastes you've provided so far are for different file descriptors | 23:30 |
Sven_vB | when I ask node.js to create a child process and establish a "pipe" to it, the child gets a file descriptor that links to socket:[27583831] | 23:31 |
Sven_vB | yeah that pipe fd is from bash, not node.js. | 23:32 |
nacc | Sven_vB: seems like a question for a node.js channel | 23:32 |
Sven_vB | nacc, the "how to get a real pipe" part, yes. however, the "is there any excuse to call a socket a pipe" seems more of a general linux question to me. :) | 23:33 |
Sven_vB | what function would I use in C++ to create a pipe that I can share with a child process? | 23:34 |
Sven_vB | aka which manpage should I read for the "create a pipe" command/function? | 23:35 |
Sven_vB | (No manual entry for mkpipe) | 23:35 |
Sven_vB | oh, there's actually one for just "pipe". | 23:35 |
nacc | Sven_vB: and a genearl linux question would belong in #linux :) | 23:35 |
nacc | Sven_vB: in c, it's pipe() | 23:36 |
Sven_vB | could a function that creates a unix domain socket gonna help me create a pipe, or is that yet another mechanism? | 23:42 |
nacc | Sven_vB: do you understand the difference between sockets and pipes | 23:43 |
nacc | Sven_vB: they are not the same thing | 23:43 |
Sven_vB | yeah sounds more like a special type of socket. so would a UDS yield a fd that shows socket:[number]? | 23:45 |
odigem | hi | 23:46 |
Sven_vB | hi :) | 23:46 |
odigem | Sven_vB: what is it: ` | 23:47 |
Sven_vB | odigem, I see the character U+0060 grave accent | 23:48 |
Sven_vB | also called "backtick" | 23:48 |
odigem | O.o | 23:49 |
odigem | thx | 23:49 |
odigem | Sven_vB: you bot? | 23:53 |
Sven_vB | odigem, nope :) | 23:54 |
odigem | you are human? | 23:54 |
Sven_vB | yes | 23:54 |
odigem | but humans not see character U+0060 grave accent :D | 23:55 |
odigem | humans see strange oblique shit! | 23:55 |
Sven_vB | I'm glad my IRC client displays just characters, no shit. | 23:56 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!