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

=== jstein_ is now known as jstein
HychThere are two similar directories, one existing on my computer and one on my USB. They have nearly the same content, but the one on the USB hasn't been updated since a long time. The directory on my computer, let's call it X, has some additions of new files and some of the already-present files were modified. How can I transfer all of these new changes to the USB?00:18
HychI don't want to just copy the entire directory to the USB all over again.00:18
adrian_1908Hych: rsync is an option. e.g. `rsync -av /path/on/your/computer /path/on/your/usbstick/`00:20
Hychadrian_1908: i have a feeling that they'll instead copy simply the new files over, forgetting about the files which have the same names but were modified and are of a different size00:21
Hychabout rsync -av00:21
Hychisn't some other parameter required for this whole thing00:21
adrian_1908Hych: no, it compares timestamps.00:21
adrian_1908btw, don't use a trailing slash like I wrote, just end with the directory name.00:27
adrian_1908Hych: Pass `--dry-run` if you're not sure, that'll show you what rsync would do.00:29
adrian_1908I tripped on rsync multiple time. I think source dir needs trailing slash, destination needs no slash. Then it's a 1:1 copy from one dir to another.00:30
leftyfbthat's not going to work if it's a FAT32 usb drive. You'll want rsync -rlhtzv00:34
EraserPencilAre there server or ubuntu core images in the "lxc image list"?00:40
leftyfbEraserPencil: lxc uses cloud images00:41
leftyfbEraserPencil: https://cloud-images.ubuntu.com/00:41
EraserPencilso its all server images00:42
leftyfbEraserPencil: you won't be running a desktop OS in a container00:43
EraserPencilis there an ubuntu core version? https://insights.ubuntu.com/2017/02/27/ubuntu-core-in-lxd-containers/00:48
tubalHello. On the cusp of doing the 17.04 -> 17.10 upgrade. Wondering if it's all smoothness? Particularly the Unity-to-Gnome/GDM transition.00:49
bazhangtubal, it's fine, 17.10 has a nine month support cycle00:51
bazhangtubal, and 18.04 is the LTS five year00:51
blueingressbazhang, when will 18.04 be available?00:54
bazhangblueingress, 4/1800:54
bazhangmonth april, year 201800:54
blueingressbazhang, can't wait that long :-)00:55
tubalbazhang: Yeah, I think I'll jump anyway.00:55
leftyfbEraserPencil: why would you ask a question and immediately link to the answer on the same line?00:56
EraserPencilOh! I ran "lxc image list ubuntu:" and couldnt find the core version he used. I tried "lxc image list ubuntu-core:" and couldnt find it either.01:00
EraserPencilI'm confused and that's why I'm asking if there is a core version. or is there a better way to find images01:02
leftyfbEraserPencil: install lxd from proposed01:07
leftyfbEraserPencil: remove lxc first01:08
=== CompuDesktop is now known as Compu
=== Guest38451 is now known as Numline1
tubalFrom what i'm reading, it looks like Gnome doesn't do titlebar menus. Is that correct?02:19
econdudeawesomeHowdy #ubuntu! Long time. Looking for people's preferences. I'm currently running Ubuntu through Windows 10 Linux Subsystem. I'm curious as to people's opinions on a solid database to run through the subsystem. MySQL? PostGres? SQLite? Not looking for massive storage, but stability and ease of configuration to play nice with Windows (if needs be) would be awesome02:32
k_szeI just installed the proprietary NVIDIA driver from the PPA and I got a warning like this: cryptsetup: WARNING: target cryptswap1 has a random key, skipped02:38
k_szeShould I be concerned?02:38
tomreyn!wsl | econdudeawesome02:38
ubottuecondudeawesome: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide02:38
k_szeThat's at the very end, after update-initramfs: Generating /boot/initrd.img-4.13.0-19-generic02:38
econdudeawesometomreyn: Much obliged02:40
tomreynk_sze: this message is about an encrypted swap partition02:40
tomreynso unrelated to nvidia drivers.02:40
tomreyni suspect the source of this warning is os-prober, invoked automatically during update-initramfs02:41
tomreynunless you have other operating systems installed and want to be able to have them selectable from the grub installation you use to boot into this ubuntu installation, you can just uninstall os-prober02:42
EraserPencilAm I getting the concept of lxd right?02:44
EraserPencilIf I need to deploy 10 raspberry Pi to outfield as sensor boxes, I can create one container using lxd on my desktop and clone it to 10 different SD cards. That is opposed to installing and configuring the packages to 10 different SD cards02:44
adrian_1908EraserPencil: Different architecture, no?02:51
tomreynEraserPencil: the processes you're looking for is called OS deployment, software deployment. you could also work with a golden image and clone it, but that's not what you use lxd for, after all those are different archiotectures.02:52
tomreynalso configuration deployment02:52
EraserPencilthought if i got the arm version, it would be fine02:53
EraserPencilarm version of the image02:53
tomreynlxd is containers, not virtualization02:53
EraserPencilahh okay. I'd get the kernel stuff of my laptop hard ware.02:55
EraserPencilSo what I want is to configure one raspberry pi with lxd then clone it?02:55
tomreynEraserPencil: why lxd?02:57
EraserPencildosent have to be, I'm not sure what I'm looking for. I was reading up and thought LXD would be it02:58
EraserPencillxd*02:58
tomreynbe what? what are you trying to achieve?02:59
EraserPencilhave 10 identical OS02:59
EraserPencilfor swarm robotics application03:01
EraserPencilI could do it the old school way by doing everything manually, but I was wondering if there was a quicker way.03:01
tomreynokay, so either create a golden image by installing on one of them, then taking that image, then clone it and after cloning it modify central system settings like hostname etc. or use some form of OS, software and configuration deplyoment. the latter scales, the former not really. the latter allows you to deploy changes easily later on, the former not really.03:02
EraserPencilwhats the keyword I'd be googling for if I wanna use the latter03:06
tomreyn"OS, software and configuration deplyoment"03:07
tomreyn"OS, software and configuration deployment"03:07
EraserPenciltomreyn: thx03:08
EraserPencilOh, for completion sake, is docker a route I should consider?03:09
tomreynEraserPencil: docker is a container management solution which (at leats on ubuntu) depends on lxd, i think. so, containment, not virtualization. if you are trying to create the golden image on a system which is a different hardware architecture than arm, you'll need to do so in virtualization (such as qemu), not (just) containment.03:13
tomreynif you're thinking about running lxd and docker on those pi's (i.e. if it will be inside the golden image), then it's a different matter, you can do that.03:14
tomreyn(but it only makes sense if you're planning on using containers there)03:14
NoldorinWhere is the help for `apt depends` and `apt rdepends`?03:18
tomreynSEE ALSO03:19
tomreyn       apt-get(8)03:19
tomreynactualyl that's in apt-cache(8)03:21
EraserPencilthink i'll do just that, im more keen to learn lxd and docker than ansible or puppet03:30
EraserPencildosent matter if its containered or not. I think03:31
=== RaptorJesus is now known as Majesticles
=== Majesticles is now known as RaptorJesus
texlaI want to upgrade from 14.0.4 to 16.0.4 which command should i use04:01
Bashing-omtexla: 14,04 fully upgraded and proprietary drivers reverted; then : ' sudo do-release-upgrade ' .04:08
realiesa process has hung, how to kill04:11
realieskill doesn't work04:11
realiesif i restart it starts stopping everythin except that process and i have to physically restart it04:11
texlaBashing-om, thanks why is it no longer in updates04:12
Bashing-omtexla: ?? Sorry I do not follow " no longer in updates" . details please .04:15
texlaWhen yuo open updatte it has a catagory for new releases or long term YOUNhad the option of updating 15.05 or 16.04 that option is no longer available04:18
Bashing-omtexla:  A thought : /etc/update-manager/release-upgrades . prompt= is set to what ?04:23
texlaBashing-om,  /etc/update-manager/release-upgrades: command not found04:26
Bashing-omtexla: Ya want to read that file " cat /etc/update-manager/release-upgrades ' .04:27
texlaBashing-om, Prompt=lts04:29
Bashing-omtexla: That is correct, I do not know what is wrong in the GUI . Not a GUI person .04:34
texlaBashing-om, Thanks for the info I will use your given command04:35
Spiegel1hello05:31
ducasse\o05:32
virmaha_Hello.I've a serious issue. I was running ubuntu 16.04 in a VM and suddenly, I get a message 'targeted filesystem doesn't have /sbin/init'. No init found. Try passing init=bootarg.05:35
virmaha_I've lot of important files. How do I recover them? I just end up with a text console :S05:36
ducassevirmaha_: what does 'ls -l /sbin/init' say?05:42
virmaha_ducasse: no such file or directory05:43
ducassewhat kind of vm is this? what is the hypervisor?05:44
virmaha_ducasse: I am using vmware workstation05:44
ducassei know nothing about vmware, sorry. what i would do is use an external tool to mount the vm disk image, and look at it that way. if necessary and possible, backup your stuff and set up a new vm.05:46
virmaha_but how do I get the files I already had? I've taken snapshots but I want to try getting my vm up and running without snapshot if possible05:47
virmaha_do you think it's a good idea to create bootable usb, login from that and fsck /dev/sda1?05:47
virmaha_https://askubuntu.com/questions/17647/target-filesystem-doesnt-have-requested-sbin-init05:47
ducasseworth a try05:50
ducasseit's just another approach to what i suggested05:50
TsakNorrisi have still this - https://askubuntu.com/questions/983099/ubuntu-17-10-public-hotspot-problem05:51
=== graphitemaster is now known as graphitemaster_
=== graphitemaster_ is now known as graphitemaster__
=== graphitemaster__ is now known as graphitemaster_
=== graphitemaster_ is now known as graphitemaster__
=== graphitemaster__ is now known as graphitemaster_
=== graphitemaster_ is now known as graphitemaster
=== thursdaylark is now known as thurstylark
=== Mittens_AFK is now known as Mittens
=== kostkon_ is now known as kostkon
lotuspsychjeTsakNorris: to get your issue solved, repeat here once in a while with all details in one line please06:23
alkisgGood morning everyone06:31
virmaha_ducasse: i just reverted to previous snapshot06:49
jk^hi all07:18
lotuspsychjejk^: welcome, how can we help you?07:18
jk^which antivirus do u suggest to install on ubuntu?07:19
lotuspsychje!antivirus | jk^07:19
ubottujk^: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus07:19
lotuspsychjejk^: if you do want to experiment, try clamav, rkhunter,snort,..07:19
lotuspsychjejk^: are you running specific services, or just ubuntu desktop?07:20
jk^maybe xubuntu07:21
lotuspsychjejk^: ok, just keep your system up to date at all times for security issues07:21
jk^i just want to say if after installation of operating system i need to install even an antivirus suite07:21
jk^[08:19] <ubottu> jk^: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba).07:22
lotuspsychjejk^: that depends on your needs really, ubuntu is built with safety in mind by default07:22
lotuspsychjejk^: but that doesnt mean you cant get compromized07:22
jk^i need antivirus if files will pass from ubuntu to windows?07:23
lotuspsychjejk^: for windows security, we cant help here07:23
lotuspsychjejk^: lets say you download a harmfull exe with ubuntu, and transfer it to windows and run it.. its a security risk yes07:24
jk^I just said that because i read: "Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba)."07:24
jk^yes, maybe i'll need to open file .exe in wine or similar emulators07:25
lotuspsychjejk^: we dont offer security support for windows, i hope you understand07:25
lotuspsychjejk^: common sense is also important here, try not to run harmful programs you dont know?07:26
jk^ok could ubuntu get security's problems by a program opened in wine?07:26
jk^a program .exe07:26
jk^opened in wine?07:26
lotuspsychjejk^: depending on the program you choose yourself, yes a rootkit can enter your system07:26
jk^ok07:27
jk^thnaks07:27
jk^thanks07:27
jk^!livedvd07:27
jk^!burningdvd07:28
jk^!iso07:28
ubottuTo mount an ISO disc image, type « sudo mount -o loop <ISO-filename> <mountpoint> » - There is a list of useful cd image conversion tools at http://wiki.linuxquestions.org/wiki/CD_Image_Conversion - Always verify the ISO using !MD5 before !burning.07:28
jk^!burning07:28
ubottuCD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto07:28
lotuspsychje!msgthebot > jk^07:28
ubottujk^, please see my private message07:28
ducassejk^: if you want to know what kind of harm a windows virus can do if executed through wine, i suggest you ask in #winehq - they are the experts on that07:35
jk^ok07:35
jk^my doubt is only if after installing ubuntu i have to install even an antivirus or not07:35
jk^:\07:35
lotuspsychjejk^: that depends what you gonna do07:36
lotuspsychjejk^: are you going to experiment with random exe's or not?07:36
jk^no07:37
jk^usually not07:37
jk^i download ever by their official site07:37
jk^[08:19] <lotuspsychje> jk^: if you do want to experiment, try clamav, rkhunter,snort,..07:37
jk^are these antivirus's names?07:38
lotuspsychje!info clamav | jk^ yes07:38
jk^clamav? rkunter, snort?07:38
ubottujk^ yes: clamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.99.2+dfsg-6ubuntu2 (artful), package size 107 kB, installed size 793 kB07:38
jk^i hate command line software :(07:38
jk^i'm not expert on pc, so i need solutions by gui :|07:38
lotuspsychjejk^: there are GUI antivirus out there for ubuntu aswell07:39
jk^[08:19] <ubottu> jk^: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See07:39
jk^what's samba?07:39
lotuspsychje!samba | jk^07:39
ubottujk^: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html07:39
ducassejk^: it's for sharing files and printers over a network07:40
jk^What does it has to do with antivirus? :\07:44
bazhangjk^, you dont need one for ubuntu07:45
bazhangjk^, unless you might be using samba, for example to file share iwth windows07:45
ducassejk^: because if you download files for windows from ubuntu and save it over samba, the windows machine that runs it might get infected07:46
ducassejk^: but seriously, just protect your windows machines, browse safely, update frequently and don't worry too much about malware on linux07:50
DF3D2i dont understand why I manually edit /etc/network/interfaces on a 16.04 server install and then do ifdown interface ifup interface why the old IP is still used?07:51
DF3D2even systemctl restart networking doesnt help only a reboot?07:51
DF3D2what am I missing ?07:51
alkisgDF3D2: networking isn't a systemd service afaik, try sudo service networking restart07:55
alkisgHmm no both can be used, my bad there07:55
jk^does avast exist for ubuntu? :|08:00
ducasseDF3D2: can you pastebin the interfaces file? obscure the address if necessary.08:00
DF3D2I figured it out my bad08:00
DF3D2im new to proxmox and I was running ubuntu in a container, I had to change the network settings via proxmox apparently08:00
bazhangjk^, there's a version for linux and ubuntu , yes08:00
bazhangjk^, you'd need to hunt that down and maintain yourself08:01
ducassejk^: there are commercial scanners, but they're not necessary and designed for enterprise environments. look at clamav for your desktop.08:01
jk^so poor english, just a moment, i need translator :)08:03
jk^bazhang, i can't find avast for linux08:04
bazhangjk^, thats something you need to websearch for, we dont support it08:04
bazhangjk^, although we have repeatedly said you do NOT need it08:04
Spookanjk^: Hello. It looks like Avast antivirus only support Windows/MacOS/Android.08:06
jk^yes, but i often pass files from linux to win, so i need antivirus. In the past i always used Avast, it's ever been very good08:06
Spookanjk^: I did some digging. They have a paid version for Linux.08:08
xcom169hello all08:09
xcom169can you help me?08:10
YounderHow can we know that i you don't tell us what you wan't help with?08:10
ducasse!ask | xcom16908:10
ubottuxcom169: 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 !patience08:10
DF3D2im proud of myself i remembered all the steps by heart to take a blank partition in to mounted disk space08:10
Spookanjk^: https://www.avast.com/en-us/linux-server-antivirus08:11
xcom169ubottu: Is it possible ( simply way ) to compile from C / C++ to Windows exe on Ubuntu?08:11
ubottuxcom169: I am only a bot, please don't think I'm intelligent :)08:11
jk^for servers?08:11
jk^what version of ubuntu do u suggest for my pc?08:12
DF3D2well08:12
ducasseyes, it's an enterprise product. again, you don't need one.08:13
DF3D2what window manager do you want?08:13
jk^Which version of ubuntu do u advice/suggest for my pc?08:13
ducassejk^: 16.04 desktop version08:13
ducassejk^: unless you tell us more about the pc08:14
jk^Ubuntu, Kubuntu, Ubuntu-Gnome, Ubuntu Mate, Ubuntu Budgie-Remix, Xubuntu or Lubuntu?08:14
jk^My pc is 1,4 GHz Celeron M, 2 GB RAM08:14
DF3D2yikes08:14
ducassejk^: then i would probably try xubuntu or lubuntu08:15
jk^is there no chance for ubuntu or the other flavours?08:16
jk^for example, kubuntu or ubuntu mate?08:16
Spookanjk^: If you have alot off windows friends, my tip is to advice them to use a good antivirus and scan your files. As people are saying here, a AV  for Linux Desktop isnt needed.08:16
alkisgUbuntu MATE will work, yeah08:16
alkisgFirefox browsing e.g. youtube will be slow no matter which OS or distro you select08:16
alkisgjk^: assuming you're talking about this CPU: https://www.cpubenchmark.net/cpu.php?cpu=Intel+Celeron+M+360+1.40GHz&id=70808:18
alkisg...with only 327 score, you'd better buy something newer with 1000+ score, it costs less than 100€... https://www.gearbest.com/tv-box-c_11262/nt1_windows~10/08:18
jk^ok Spookan, after the things you said me, i think i won't install any antivirus, maybe, i just use ClamAV possibly with a GUI interface... i think an avast or other one antivirs will just make slower my pc08:18
alkisgA current i3 has 6000+ score, i.e. 20 times faster than what you have08:19
fubHi. How can I specific that my for a specific external monitor always 154 DPI is used?08:23
fubI know I can set this with xrandr, but to take effect I need to re-login, and then the xrand change is lost08:23
DF3D2you could add it to ~/.xinitrc08:24
DF3D2or some such08:24
DF3D2not sure what the right way to do that anymore is, i havent used linux with a window manager in some time08:24
ducassefub: put the xrandrd line in ~/.xsessionrc08:24
DF3D2^ yeah that sounds more right than what i said08:24
ducasse.xinitrc is only for xinit/startx08:24
DF3D2right08:24
DF3D2like i said im rusty on the old WM stuff08:24
DF3D2all linux server for me heh08:25
alkisgMaybe an alternative would be to put it in xorg.conf for all users, e.g. https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI08:25
fubducasse: can this be monitor specific? My use case is: a) only laptop b) only external 4k monitor c) only external FHD monitor08:25
alkisgThat would even work within the display manager08:25
jk^alkisg, if i can avoid, 100€ in my pockets are good at the moment :|08:25
jk^[09:17] <alkisg> Firefox browsing e.g. youtube will be slow no matter which OS or distro you select08:25
jk^i don't understand what do u want to say08:26
DF3D2your processor is bad08:26
alkisgjk^: I mean that youtube browsing needs a better CPU than what you have08:26
DF3D2long story short08:26
fubalkisg: For xorg.conf it can be tied to a specific monitor, is that right?08:27
alkisgfub: yes08:27
jk^so even if i try lubuntu that's so light, i can't use pc for normal uses?08:28
fubalkisg: so then I have to take each monitor I have, calculate the DisplaySize and add it in the xorg.conf, right?08:28
jk^usages?08:28
jurgentjeHi... I just tried installing PulseAudio Equalizer. I get a setting in Shell extensions that asks me if I want to enable system wide PulseAudio-Equalizer. But whatever I choose, I don't see the equalizer. Any experience with this? (supo apt install pulseaudio-equalizer)08:28
alkisgjk^: you can use ubuntu-mate or lubuntu or windows or whatever for light tasks like solitaire or libreoffice writer, but not for heavy tasks like decoding HQ video. It's not a limitation of the software, but of the hardware.08:28
jurgentjeI'm getting that dialog box when trying to lanuch the equalizer from inside the software center.08:29
Spookanjk^: What OS do you use now?08:29
alkisgfub: right, and only for the monitors that autodetection doesn't satisfy you08:29
jk^ok, but now i'm not talking about decoding HQ video, i'm talking about "normal/basic" usage of the pc such as: web browsing, mail, youtube, chat, music :\08:30
alkisgjk^: youtube has HQ video08:30
alkisgweb browsing nowadays is the heaviest common task08:30
jk^ok08:30
jk^:(08:30
jurgentjejk^, I think any computer that's less than 5 years old, should be able to do basic stuff like browsing the internet when you use a light distro like mate or lubuntu08:31
alkisgHis isn't less than 5 years old08:31
jurgentjebut I also have a computer with only 1 gig of RAM and a dual core. And that tends to get really slow with lots of javascipt loaded sites08:31
fubalkisg: the resolution is auto detected and fine, but the DPI is bad and so everything is tiny here on 4k08:31
alkisgfub: yeah, got it08:31
alkisgfub: i see a section on how to configure dpi on nvidia, but for others, I only see DisplaySize which indirectly causes DPI calculations08:32
fubyeah I have an intel card (its an thinkpad x1 carbon)08:33
fubso I will look for the dimensions of my external monitor now08:34
fubalkisg: so how do I get an unique identifier for my monitor?08:40
ThyriaenI installed Ubuntu on my X1 Carbon and everything works as it should ( WiFi, function keys, sleep, shutdown ) - if I choose the minimal install and reinstall Ubuntu with that - will those things work out of the box aswell ?08:45
peet1try it and tell me08:46
=== r0Oter is now known as r00ter
mentalitahi08:58
mentalitacan I make my custom action appear under Create New Document/08:58
mentalitaxubuntu thunar08:59
alkisgmentalita:  grep TEMPLATES ~/.config/user-dirs.dirs09:03
alkisgThis will probably show that your TEMPLATES folder is ~/Templates, which is a folder that you can create and put documents inside it09:04
alkisgThose then appear in New> actions of file managers09:04
mentalitaalkisg: not sure what should I replace with what?09:04
alkisgJust run the command and paste the result here09:04
mentalitaXDG_TEMPLATES_DIR="$HOME/Templates"09:04
mentalitaok I see them09:04
alkisgRight. So create /home/mentalita/Templates and put your templates there09:04
mentalitaok09:04
mentalitacheers man09:04
alkisgnp09:04
mentalitahere's a joint09:04
mentalitaalkisg: I can't change the icon tho :(09:07
alkisgmentalita: icon on what, the file type in general or the menu in thunar?09:08
mentalitaalkisg: like when you right click somewhere in a folder, create new > python script. it's some generic icon...in a folder is different, like python's icon (it's still ugly but at least it's python's)09:09
mentalitait's different in a folder809:09
alkisgPaste a screenshot, but that sounds thunar-specific, and I'm not using thunar...09:11
fubalkisg: so in xorg.conf I cant set settings for a specific monitor09:11
fubjust for a specific "port" like DP1-109:11
fubI now tried writing a little script and put it in my .xinitrc09:11
fubbut even an echo "foo" > /home/myuser/test.log in the .xinitrc will not write to that log file09:12
mentalitaalkisg: http://i.imgur.com/o6boXHr.png here's in a folder, but it won't let me take a screenshot while the right click pop up menu is open09:12
fubI have the feeling that gdm skips the xinitrc, because there is also no "exec i3" in there09:13
ducassefub: don't use .xinitrc, use .xsessionrc like i said earlier09:14
fubok, I will try09:15
hotwater99999does kern.log and syslog not regenerate if you delete them?09:15
ducassefub: unless you actually use xinit/startx, which i doubt since you mention gdm09:15
fubducasse: this is the script I will execute from there: http://dpaste.com/1BJP8YQ09:15
fubit should set the dpi only if I am using the 4k screen09:16
alkisgfub: sounds strange if displaysize isn't per display :D09:16
fubalkisg: what do you mean?09:17
hotwater99999im deleted those files and its been some time and they have not regenerated09:17
ducassehotwater99999: try 'touch'ing them09:18
hotwater99999how you do that?09:18
hotwater99999ducasse:09:18
ducasse'touch /var/log/syslog' (as root)09:19
mentalitacan I change the icon of a template09:19
jk^so, is clamAV just a scanner :\ not a completely security solution :\09:20
jk^?09:20
mentalitaor can I at least group custom actions in a folder09:20
hotwater99999i think the other one is kern.log right?09:20
hotwater99999i mean thats the name of one of the files09:20
fubducasse: thanks, putting it in xsessionrc executed it. it also executed xrandr --dpi 154 (as I wanted to), but maybe this is already too late in the xsession start so it has no effect? because all things are still tiny (and not the same as if I put the dpi setting in ~/.Xresources)09:21
hotwater99999ducasse: they appeared but they are blank right now09:23
hotwater99999i thought files like that would regenerate?09:23
=== jackNemrod_ is now known as jackNemrod
hotwater99999is this something that might get fixed on a reboot?09:24
alkisg(11:12:06 πμ) mentalita: alkisg: http://i.imgur.com/o6boXHr.png here's in a folder, but it won't let me take a screenshot while the right click pop up menu is open => to do that you use a program that takes screenshots after 5 seconds (usually included)09:25
alkisg(11:11:38 πμ) fub: alkisg: so in xorg.conf I cant set settings for a specific monitor => but that's exactly what monitor sections are for, to be able to specify settings per monitor09:26
alkisghttps://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI09:26
mentalitaalkisg: I know I had it on mint but it's not here09:26
mentalitaalkisg: can I find out where are templates icon located?09:26
mentalitaor all the icons09:26
alkisgmentalita: in general, .desktop files specify the icons. But I don't know about thunar, sorry.09:27
alkisghotwater99999: you also need to chown the files to syslog:adm09:27
omegaa_pdxwould anyone mind giving me a hand with blockid syntax for fstab ? I have all the information I need to mount my drive but I’m not parsing it correctly for some reason…..09:28
alkisgomegaa_pdx: ask the more specific question; noone can say "yes I'll help you" before seeing the details..09:28
fubalkisg: but if you look at the example there, you see the identifier is just "Monitor0"09:30
hotwater99999alkisg: do you know the command for that? I didnt realize that this would not happen on auto lol09:30
omegaa_pdxi think i figured it out, thanks anyways….09:30
fubhow should this differentiate between a 4k monitor and a different monitor I have09:30
alkisgfub: of course not, it can be HDMI-0 etc09:30
alkisgIt's just an example09:30
alkisgfub: type xrandr and check the output names09:30
fubalkisg: right, so imagin this: Im at home and plug my 4k in HDMI-0, then Im at work and plug the FHD09:31
fubboth at HDMI-009:31
fubthen the "Identifier" is the same, but they have different resolutions and dimensions, right?09:31
hotwater99999anyone know the chown command for system log files?09:32
fubso the identifier option is not monitor specific, its (connecting) port specific (DP1-1, DP1-2, HDMI-0, HDMI-1, ..)09:32
alkisgfub: yes if you want to specify a different displaysize on the same output, it's getting more difficult, I'm not sure if a match xorg directive could do that. Alternatively, you could search to apply the xrandr command earlier, at the DM init stage.09:33
fubhotwater99999: sudo chown user:group file09:33
fubalkisg: exactly, thats what I am trying right now. I wrote a little script and put it in .xsessionrc, see here: http://dpaste.com/1BJP8YQ09:34
alkisgI'm not sure that .xsessionrc is early enough09:34
fubalkisg: yeah, thats what I also think, because the xrandr --dpi command in there has no effect on the UI09:35
fubso where else can I put this?09:35
alkisgWhich ubuntu version and which display manager and which desktop environment?09:35
hotwater99999that command did not work09:35
alkisghotwater99999: sudo chown syslog:adm /var/log/syslog09:36
alkisgfub: `xrandr --output VGA-1 --dpi 144` in .xsessionrc works for me in Lubuntu 16.0409:38
hotwater99999alkisg: the command worked but the files are still empty09:40
alkisghotwater99999: now try: logger hi09:40
alkisgThen check your syslog09:40
hotwater99999alkisg: they are both still blank09:41
RepentanceIf we didn't get an answer on askubuntu, could we try here alternatively? I got a wifi issue ; . ;09:41
alkisghotwater99999: service rsyslog status09:41
alkisgRepentance: yes, you can ask here. You can also mention the link of the question if you want.09:43
RepentanceThanks09:43
hotwater99999alkisg: https://zerobin.net/?e1da0cfa6a1d9f01#z2/76ahPn7MFpgxhz2V7YRGI1zR68fXLkeVlrTnX+B0=09:44
alkisghotwater99999: ok, try sudo service rsyslog restart; logger hi; tail /var/log/syslog09:45
RepentanceThis was my issue: https://askubuntu.com/questions/983103/after-installing-bluetooth-headphones-wifi-drops09:45
hotwater99999alkisg: thanks they are both back up.. :)09:47
alkisgnp09:47
RepentanceI got on GitHub and went to the firmware driver's author's page where he has submitted his updated drivers for us to use: https://github.com/lwfinger/rtlwifi_new/issues If you see the Issues page here, there are very similar issues to mine with the rtl8821ae LAN driver.09:47
Repentancelwfinger actually commented back to my issue but without good advice, as I am clearly noob. But, even the method I followed with on askubuntu doesn't work because for some reason, I'm getting a reply back that the .conf config file with the parameters I've entered as suggested on the Ubuntu page I've linked to, that the parameters are being ignored.09:49
fubI'm using ubuntu 17.10 with gdm and i309:53
RepentanceThis problem all started when I installed some Bluetooth headphones. So my wifi keeps dropping and the only thing I can think of doing right now is typing into command: sudo modprobe -r rtl8821ae && sudo modprobe rtl8821ae09:55
fubalkisg: just tested, when I put "xrand --output DP1-1 --dpi 154" in my .xsessionrc, it does not change anything with the look (everything still tiny), but xdpyinfo shows the 154 dpi.09:56
fub(but this also happens when I started i3 and then type xrandr --dpi. the dpi is changed but it has no effect09:56
alkisgfub: put `xterm` in that file, and see if xterm starts before the session09:56
fubalkisg: "exec xterm" or just "xterm" ?09:58
alkisgJust xterm09:58
alkisgYou're supposed to see an xterm without a window manager etc09:58
alkisgThen when you exit it, the session will continue normally09:59
alkisgIn xterm, type `ps faux` to see what's running at that point and whatnot09:59
fubno xterm here09:59
fubI logged out and logged in again09:59
fubwhich xterm "xterm not found"09:59
fubmaybe I need to install this first09:59
fubok, next try10:00
fubalkisg: okay, xterm is started before everything else appears10:01
RepentanceIf I'm not replying it's due to the obvious issues.10:01
alkisgfub: run `ps faux | nc termbin.com 9999` to put a list of processes to pastebin10:03
fubgot it in a text file, will paste, second10:03
alkisg...if you only have systemd --user, gdm and xterm there... then it's early enough10:03
fubXsession i3 > xterm10:04
fubalkisg: http://dpaste.com/3XPZ7JR10:05
fubline 160 is what you are looking for I guess10:05
RepentanceI'm a noob with i3... I'd like to learn how to use it eventually.10:06
alkisgfub: yes, although it seems like i3 doesn't clean up the sessions properly, you still have processes from the previous logout, check the bottom10:06
alkisgfub: so, it's early enough, and it's weird if settings are not applied at that point. Try to set dpi manually now before typing exit to continue, does that work?10:07
fubalkisg: no, does not work. xdpyinfo shows its 154x154, but after exiting the term, its still tiny10:09
RepentanceI wish I could see a print screen of what this setup looks like, sounds cool.10:09
fubRepentance: its tiny currently, when its normal size I can make a screenshot for you ;)10:10
Repentancecool !10:10
fubalkisg: can I leave all this gnome-shell session stuff out? maybe thats the problem?10:10
RepentanceI downloaded someone's advertised color scheme for Vim I saw on his YouTube page link to his GitHub. Sometimes, it doesn't hurt borrowing creativity10:11
alkisgfub: you're using wayland btw :D10:13
alkisgfub: so, xorg is kind of "emulated" there... maybe you should be seeking wayland specific instruction instead. Try logging in with the xorg session.10:13
fubI thought when using i3, it falls back to xorg10:14
fubhow do I switch to an i3 with xorg session10:14
alkisgI've never used i3, wait for someone else there...10:14
Repentancefub know of any good intro tutorials for i3?10:17
fubthe i3 page had everything I needed10:17
RepentanceI've had it installed, played with it months ago.10:18
RepentanceOK, cool.10:18
throsturmy 16.04 LTS virtual machines are all segfaulting on `apt update`... fairly new install, any known issues with the distribution?10:18
fubq10:19
RepentanceJust using tmux for now. Will eventually give it a go again.10:20
alkisgthrostur: no segfaults here10:20
throsturalkisg: what image did you base off?10:23
alkisgthrostur: I'm talking about desktop ubuntu 16.04.3... mate, lubuntu and unity10:23
fubalkisg: are you sure I am using the "emulated wayland" ? Because echo $XDG_SESSION_TYPE tells me "x11"10:23
alkisgfub: oh, I saw wayland in your process list, I didn't dive further10:24
alkisgI haven't used wayland yet a lot, I don't know its quirks10:24
fubok10:24
akikfub: you can check with xrandr. it'll say WAYLAND010:24
fubno WAYLAND in there10:25
mosezis it possible to create 2 independent software raids with mdadm?10:25
throsturalkisg: okay alkisg10:25
fubso then we are still left with the question why using xrand --dpi does not work in my xsessionsrc10:25
mosezbackground: i've got 2 spinning disk i want to use for the os as raid 1 and i've got 2 ssd i want to use as raid 0 for thing sthat require speed.10:26
alkisgfub: remind me, are you using 2 monitors simultaneously, or only one at a time?10:29
fubalkisg: just one10:30
fublaptop lid is closed10:30
fubI tried putting the xrand command in /etc/gdm3/PreSession/Default, but then the session will not start (I am thrown back to login screen)10:31
alkisgfub: and you're using i3 as the window manager, but you're using gnome apps with that, right?10:31
akikfub: it's xrandr not xrand10:31
throsturwhich versions *most closely* resemble 16.04 LTS ?10:32
fubalkisg: yeah but not a lot of them. just things like the screenshotter etc. for everything else I have other tools10:33
fubakik: yeah, was a typo10:33
alkisgfub: I mean, you could use a gsetting instead, e.g. https://askubuntu.com/questions/875832/how-to-set-per-monitor-scaling-on-wayland10:33
alkisgThis changes text size on the fly10:34
alkisgSomething like: gsettings set org.gnome.desktop.interface text-scaling-factor 210:35
fubalkisg: no, somehow the gnome settings do not make a difference10:35
fubalso the media keys, touchpad, etc. are not controlled by gnome10:35
akikfub: gnome has hard coded the dpi to 96. but you were using i3?10:35
fubit was before when I could use gnome-settings-daemon10:36
alkisgSo that command above does nothing?10:36
fubakik: when I put the dpi settings in ~/.Xresources, then it works and I have my 154dpi here on i3. No other way works. The problem is that I work with the laptop and sometimes with an 4k screen. Im looking for a solution where I do not have to change the Xresources before each login process.10:37
fubalkisg: exactly10:37
alkisgfub: ok, and what do you need to do to actually see your dpi settings applied?10:37
alkisgSorry, just read about .xresources10:38
akikxdpyinfo will show the dpi value10:38
fubalkisg: Xft.dpi: 154 in ~/.Xresources10:38
alkisgfub: well then, instead of doing an xrandr command at .xsessionrc, maybe you could recreate .Xresources based on the connected display?10:38
fubalkisg: this might be an idea10:39
fubso in the .xsessionrc I echo the correct dpi in this file?10:39
alkisgYup10:39
fubbut then we need to hope its not read before xsessionsrc is executed10:39
fublet me try10:39
alkisgRight10:39
fubnope, its too late. dpi still at 96 now10:41
rexwin_what is purpose of uMap instance in ubuntu machine?10:41
alkisgfub: try doing it from gdm init dirs then10:42
alkisgIf you don't have permission there, use a symlink instead, ~/.Xresources pointing somewhere where gdm has write permissions10:43
fubgdm init dirs?10:44
alkisgIt used to support some init-presession.d etc etc dirs, I suppose it still does10:44
fublike /etc/gdm4/PreSession/Default ?10:44
alkisgRight10:45
fub*gdm310:45
fubalkisg: a simple echo "Xft.dpi: 154" > /home/foo/.Xresources worked10:49
fubinterestingly xdpyinfo still shows 9610:49
alkisgCool10:49
fubbut I can see that its 15410:49
alkisgXft.dpi sounds like the font dpi, not the display dpi10:49
fubalkisg: maybe adjusting with xrandr already worked, but had no effect on the font?10:50
xcom169why 17.10 is missing from many ppas ?10:53
mentalitahi11:00
mentalitahello11:00
mentalitacan i please ask a q11:00
mentalitai need help11:00
mentalitahi?11:00
mentalitahow can I make a folder for my custom actions when I right click somewhere in a folder in thunar, I want to have like that thing that expands 'Create New' ?11:05
Neo1I installed php 5 how to remove all lack?11:05
Neo1how I can check what apps installed and remove not important?11:06
Ben64Neo1: 'dpkg -l' will show you what packages you have11:08
Neo1I did it sudo apt-get remove php7.0 and sudo apt-get remove php7.1 and got it http://prntscr.com/hkqhts11:10
Ben64Neo1: ok11:12
Neo1they are not removed?11:13
Neo1Ben64: here only modules http://prntscr.com/hkqjjz11:13
Ben64why pictures of text11:13
Ben64pastebins exist11:13
Neo1installed php5.6 http://american-chat.ru/info.php11:16
Neo1not good, but work11:17
Neo1I have still one VPS there was installed ISPManager and all structure Apache2 changed. Who know where there created virtual hosts?11:17
acresearchpeople is there is a way to generate a beep from the terminal? a command that can generate a BEEEEEEP instead of \a that generates the default DUHB???11:18
Ben64don't run 5.6 on 16.0411:18
Neo1I have there 3 virtual host and went to folder /etc/apache2/sites-available and there only 000-defaul.php and I have 3 virtual host are made by ISPManager ....11:18
Neo1Ben64: why? majority wp plugins doesn't work with php7 ???11:19
Ben64then get better plugins11:19
Neo1php7 is raw11:19
Neo1Ben64: yes I will seek better plugin behalf php7...11:20
Neo1No11:20
Ben64well since  you're using 3rd party repositories and software, this channel isn't really for you11:20
Neo1a few years later when it will good made and compatible with old version then I'll use it11:20
Neo1Ben64: seems php5 presents in default repository11:21
Ben64it isn't11:21
Neo1sudo apt-get php5 and all installed11:21
Ben64from a 3rd party repository11:21
Neo1really?11:21
Ben64yep11:21
Neo1maybe11:21
Ben64it's kind of scary that you don't know what you're running on your own server11:22
Neo1Ben64: I bad understand commands, just trying if work all right11:22
Neo1not try other commands11:22
Neo1ubuntu early remove php5, should return it back11:26
BluesKajHowdy folks11:35
MonkeyDustBluesKaj11:36
BluesKajhey MonkeyDust11:36
acresearchpeople is there is a way to generate a beep from the terminal? a command that can generate a BEEEEEEP instead of \a that generates the default DUHB???11:43
geirhaacresearch: beep from the beep package, perhaps11:47
acresearchgeirha: how do i use it? it keeps asking for an audio file11:58
fubalkisg: I also cant use the /etc/gdm3/PreSession/Default trick :/ Problem is that at this time, I cant get the resolution of the screen, so I dont know if highdpi or not...12:03
fubI know tried adjusting the /usr/share/xsessions/i3.desktop file. Cloning the file and making an entry for a) i3 b) i3 hidpi, but somehow I cant make an "echo ... > /home/myuser/.Xresources" there12:03
fubI just get back thrown to the login shell12:03
fubalkisg: I may have found a way to adjust Xft.dpi "on-the-fly": xrdb -merge <(echo "Xft.dpi: 154")12:09
=== SimonNL is now known as SimonNL_Afk
steenmanhow do i run a command everytime my server boots?12:10
IndustrialHi.12:11
steenmanhi12:11
IndustrialHow do I enable Java plugins in Firefox on Ubuntu?12:11
steenmani dont know sorry12:12
steenmanwheres that ducasse when you need him!12:14
catphishis there any way to skip creation of a user during the normal server install process?12:21
BluesKajIndustrial,d they should be enabled bt default, but you can find java  if you type about:config in the FF addresbar then java in the search12:22
mentalitacan I change this 'Create Document' to something else?12:22
mentalitain Thunar12:22
mentalitawhen you right click12:22
mentalitasomewhere in a folder12:22
jurgentjeHi... I just tried installing PulseAudio Equalizer. I get a setting in Shell extensions that asks me if I want to enable system wide PulseAudio-Equalizer. But whatever I choose, I don't see the equalizer. Any experience with this? (supo apt install pulseaudio-equalizer). I'm getting that dialog box when trying to lanuch the equalizer from inside the software center.12:23
geirhamentalita: change to what?12:23
mentalitaat least 'Create', or better yet add new child menu like that 'Crate Document'12:24
mentalitaCreate*12:24
mentalitaI know I can make custom actions but I'm asking child menus12:24
geirhaother than translating it, I don't think you can alter the menu in any meaningful way ... other than modifying the source code itself of course12:26
TBotNikAll: What is the best tutorial for Apache Aliases?12:29
BluesKajjurgentje, you might be better off using the alsa-equalizer, it's global by default12:29
BluesKajjurgentje, aka Alsaequal12:30
BluesKajjurgentje, my mistake it's libasound2-plugin-equal.12:32
Seveas!info debhelper trusty12:45
ubottudebhelper (source: debhelper): helper programs for debian/rules. In component main, is optional. Version 9.20131227ubuntu1 (trusty), package size 590 kB, installed size 995 kB12:45
Seveas!info debhelper xenial12:45
ubottudebhelper (source: debhelper): helper programs for debian/rules. In component main, is optional. Version 9.20160115ubuntu3 (xenial), package size 721 kB, installed size 1300 kB12:45
Seveas!info debhelper zesty12:45
ubottudebhelper (source: debhelper): helper programs for debian/rules. In component main, is optional. Version 10.2.2ubuntu1 (zesty), package size 724 kB, installed size 1304 kB12:45
eskatremHello, I did a `sudo apt-get --fix-broken install` that removed me apt and I can reinstall it with dpkg12:52
eskatrem*and I CANT reinstall it with dpkg...12:54
GrandPa-GI am confused about ports "open" when ufw is disabled. My googling gives conflicting answers. If I use https://mxtoolbox.com/SuperTool.aspx?action=scan%3afoo.com&run=toolpage# and ufw is disabled, should I get any port status open?12:55
geirhaeskatrem: yikes. Did you add a bad ppa or something?12:57
eskatremgeirha: not AFAIK. I didnt add a ppa recently12:57
jk^!burning12:58
ubottuCD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto12:58
Seveaseskatrem: that sounds horrendously wrong. Do you still have the console output of that apt-get command?12:59
alkisgeskatrem: why, what's the message you get when you try to install apt with dpkg?13:00
eskatremSeveas: here is the end of my apt history (from /var/log/apt/history.log): http://paste.ubuntu.com/26139293/13:00
Seveaseskatrem: ok, not quite as disastrous as I expected. My next question is the same as alkisg's :)13:01
eskatremalkisg Seveas here it is: http://paste.ubuntu.com/26139300/13:02
geirhaseems it just removed all :i386 packages13:02
eskatremyikes13:02
SeveasIt did not13:02
geirhaso 64 bit apt should still be installed13:03
Seveaseskatrem: you're installing libapt-pkg, which wasn't removed. Try installing apt13:03
eskatremI have an i7 by the way, I am not sure if I should install :i386 or :amd64 packages13:03
Seveasgeirha: this seems to be an i386 system13:03
alkisgeskatrem: dpkg --print-architecture13:03
eskatremoh thanks alkisg13:03
geirhabut it also mentions :amd64 packages13:03
alkisgAlso, which ubuntu version is that?13:03
eskatremok, it's i386. I have ubuntu 17.1013:04
linuxthefishhi, why do I have a load of messages like "Starting delivery, 6099 message(s) in queue." in /var/log/syslog? my server is on the internet!13:04
Seveas!info apt13:04
ubottuapt (source: apt): commandline package manager. In component main, is important. Version 1.5.1 (artful), package size 1123 kB, installed size 3666 kB13:04
Seveas!info apt zesty13:04
ubottuapt (source: apt): commandline package manager. In component main, is important. Version 1.4.6~17.04.1 (zesty), package size 1103 kB, installed size 3556 kB13:04
Seveasartful13:04
alkisgeskatrem: start there: https://packages.ubuntu.com/zesty/apt13:05
alkisgAh sorry artful13:05
Seveashm, wait13:05
Seveasit installed 64 bit apt and remved 32bit apt13:05
alkisghttps://packages.ubuntu.com/artful/apt13:05
eskatremalkisg Seveas here is what I get when trying to install apt: http://paste.ubuntu.com/26139312/13:05
Seveasare you trying to move from 32 to 64 bit?13:05
eskatremhmm no13:06
Seveaseskatrem: uname -a; lsb_release -a; dpkg --print-architecture13:06
Seveas(and pastebin the output of all that)13:06
linuxthefishwhen i do apt-get remove nullmailer why does it want to install exim? i don't want to send emails!!13:07
Seveasadd dpkg --print-foreign-architectures to that list13:07
alkisgeskatrem: also, the output of this: dpkg -l '*apt*' | grep -v ^un13:07
Seveaslinuxthefish: because something you installed wants an mta to be installed13:07
linuxthefishah i just deleted "/etc/nullmailer /usr/lib/nullmailer /usr/share/man/man7/nullmailer.7.gz /etc/init.d/nullmailer" stupid email13:07
tomreynlinuxthefish: you'll have soemthing installed which depends on an mta13:08
linuxthefishtomreyn, how can i see what that is?13:08
tomreynlinuxthefish: i'm just trying to remember the mta meta package name13:09
eskatremSeveas: here you go: http://paste.ubuntu.com/26139325/13:09
Seveasok, so you have a 32 bit machine13:09
Seveasbut for some reason a bunch of 64bit packages got installed13:10
Seveasdpkg -l | grep amd6413:10
Seveaspastebin the result13:10
eskatremalkisg: http://paste.ubuntu.com/26139331/13:10
tomreynlinuxthefish: mail-transport-agent13:11
tomreynlinuxthefish: try removing this package13:11
eskatremSeveas: http://paste.ubuntu.com/26139337/13:11
linuxthefishtomreyn, "Virtual packages like 'mail-transport-agent' can't be removed" O.o13:12
Seveasah. This broke when you installed skypeforlinux13:12
Seveasso let's first remove that: sudo dpkg -P skypeforlinxu13:12
eskatremSeveas: you're saying that I have a 32 bits machine, for some reason I installed packages for 64 bits, and then somehow apt decided to remove itself because of that13:12
tomreynlinuxthefish: good point. ;) do you still have any exim packages installed? dpkg -l 'exim*'13:12
Seveaseskatrem: there are a few more steps in that process, but basically yes13:12
eskatremwow, I have no idea how you could get that13:13
Seveasand the package that caused this was skype13:13
eskatremand I removed skype for linux by the way13:13
linuxthefishthanks tomreyn, fixed now!13:13
Seveascool, now let's get apt back in order13:13
eskatremhmm but I installed skype months ago13:13
linuxthefishthe best skype client for linux is their web client, https://web.skype.com/en/13:13
eskatrembest/less worse13:14
Seveaseskatrem: dpkg -P libapt-pkg5.0:amd6413:14
Seveasmight fail, in that case: dpkg -P libapt-pkg5.0:amd64 synaptic:amd6413:15
eskatremSeveas: it did fail, gonna try the second instruction13:15
Seveasif that fails, pastebin output13:16
alkisgapt-transport-https:amd64 too13:16
eskatremit failed... gonna pastebin the output13:16
Seveasalkisg: probably, yes13:16
linuxthefishis it possible to remove messages like this from the syslog? "Dec  8 13:11:01 user-OptiPlex-760 CRON[13124]: (root) CMD (bash cloudflare.sh > /dev/null)"13:16
linuxthefishi have to run this cron ever minute, and it's a lot of syslog spam13:16
eskatremalkisg Seveas http://paste.ubuntu.com/26139377/13:16
Seveasalkisg: one point for you :)13:17
alkisg;)13:17
alkisgbbiab13:17
Seveaseskatrem: dpkg -P libapt-pkg5.0:amd64 synaptic:amd64 apt-transport-https:amd6413:17
eskatremyeah ok it did work after I added apt-transport-https:amd6413:17
Seveascool, now try dpkg --configure -a13:18
eskatremok done, worked fine13:18
Seveasapt-get install --reinstall apt apt-transport-https13:18
Seveasand if that works, pastebin the outut of a new run of dpkg -l | grep amd6413:19
eskatremWOW, it (seems to) work(s)13:19
eskatremit WORKED!13:19
Seveascool, apt works, time to clean up more13:19
eskatremapt-get autoremove ?13:19
Seveasapt-get -s autoremove13:20
Seveas(and pastebin the output, together with that of dpkg -l | grep amd64)13:20
Neo1how to check default app on ubuntu I installed or now?13:21
SeveasNeo1: I'm afraid that that sentence doesn't quite parse... can you rephrase?13:21
eskatremSeveas: there you go: http://paste.ubuntu.com/26139398/13:22
Neo1I reinstalled server and tried ufw app list and get error this app doesn't exists13:22
eskatremyek, I do have a bunch of amd:64 packages13:22
Neo1command now found, http://prntscr.com/hksata13:23
Neo1What does it mean?13:23
Seveaseskatrem: apt-get autoremoves removes a few more packages than just the amd64 ones. If you're ok with that, run it :)13:23
Seveaseskatrem: and afterwards, do another dpkg -l | grep amd64 and see what's left (pastebin)13:23
SeveasNeo1: that means ufw has not been installed13:23
Neo1Seveas: it was installed on ubuntu server default and on other server not, why?13:24
Neo1Seveas: they use differ ISO?13:24
SeveasNeo1: no idea. I hate that thing anyway, so it's always removed on my servers :)13:24
eskatremhmm... how does `apt-get autoremoves` decide what to remove?13:24
Neo1Seveas: how I can check list of apps installed on my server?13:25
Neo1seems on this server default much13:25
Seveaseskatrem: if you install package A, and it depends on B, C, and D, then B, C and D are marked as auto-installed. If you then remove A, autoremove will see that B, C, and D can also be removed13:25
Neo1Seveas: I can install my OS on virtual server?13:26
SeveasNeo1: dpkg -l | grep ^ii13:26
eskatremok so basically the packages that were installed as dependencies of packages that were removed afterwards13:26
Seveaseskatrem: correct13:26
eskatremuh I seem to have lots of amd64 packages still http://paste.ubuntu.com/26139420/13:27
Seveaseskatrem: apt-get -s remove libc6:amd6413:28
Neo1in my server exists disks, I can install OS from ISO? http://prntscr.com/hksdpi13:28
Seveasand pastebin the output. That *should* get rid of all of them (except that -s makes it a noop and it just shows what it would do)13:28
SeveasNeo1: that's a question for your hoster. Ubuntu supports installing on virtual servers just fine, but no idea how that's done in your environment.13:30
eskatremSeveas: nope, still some left: http://paste.ubuntu.com/26139436/13:31
geirhathe -s only simulated, it didn't remove anything13:32
Seveaseskatrem: because -s means 'don't actually do this'. I wanted to see the output first, as it could do bad things :)13:32
Seveasbut it doesn't. So run it without -s13:32
gulzaranyone using vlc and themes (eg: arc-dark, deepdark etc) with vlc? I always get two windows in VLC. One hidden and one playing video. But with default theme there is only one window. Anyone?13:33
eskatremok, it's removing stuff now13:34
fubalkisg: so the trick I posted works fine!13:34
fubthanks anyway for your help :)13:34
Neo1there also nano not found13:35
Neo1vi instead13:35
Neo1how check ubuntu version?13:35
eskatremSeveas I finished to remove libc6:amd64 but I still have some amd64 packages left13:36
EraserPencilWhat is the difference between setting up static IP from this guide https://www.modmypi.com/blog/how-to-give-your-raspberry-pi-a-static-ip-address-update13:36
Neo1seems there is not ubuntu 16.0413:36
eskatremI suppose it's not such a big deal now...13:36
EraserPenciland this guide https://www.modmypi.com/blog/tutorial-how-to-give-your-raspberry-pi-a-static-ip-address13:36
eskatremSeveas: I was impressed that you could diagnose and solve my problems so easily, thanks a lot!13:37
Neo1host support say me I can install any OS, load ISO and make hi as load OS and setup13:37
Neo1it means I can even windows server setup there13:38
Neo1on VPS can install any OS yes?13:38
Neo1on digitalocean too or only from list?13:38
jurgentjedid anyone in here already try installing pulseaudio-equalizer on Ubuntu 17.10 (64 bits)? Here, it says it's installed, but I can't find a way to open it.13:39
ducasseNeo1: we don't support digitalocean, they do. ask them.13:39
Thyriaeni just installed ubuntu 17.10 on my x1 carbon and everything works as it should ( wifi, sleep, shutdown, trackpad ) will those things work out of the box aswell when i choose the Minimal Install ( the 50MB install ) or how much work would i have to do to get those drivers working ?13:39
ThyriaenI am asking because i had some problems when installing debian or other ubuntu based distributions - so thats why i am asking13:41
alkisg(03:34:43 μμ) fub: alkisg: so the trick I posted works fine! => nice13:44
fubThyriaen: Im running 17.01 on a x1c here as well, except the fingerprint reader everything works13:48
Thyriaenfub: did you install with the minimal iso ? ( given here https://help.ubuntu.com/community/Installation/MinimalCD )13:49
fubno, I took the default installation13:49
fubbut Im not running gnome13:49
Thyriaenfub: yea the default installer works for me perfectly too13:49
Thyriaenfub: but i prefer a minimal install - so i am wondering how much extra work i would have to do in oder to get everything working13:50
fubokay13:53
Seveaseskatrem: you're welcome :) And I've been doing support in here for 13 years, I've seen a lot of things before, this was not the first multiarch weirdness :)14:00
ducasseThyriaen: depends what you mean by 'everything'14:02
ducasseThyriaen: it's mostly a matter of just installing the right packages14:02
Thyriaenducasse: by 'everything' i was refering to the appropriate drivers for my hardware14:06
Thyriaenducasse: so how to get wifi working - cause on ubuntu i was using the proprietary iwlwifi package which had the effect of not shutting down my laptop correctly cause it would hang on the shutdown procedure of iwlwifi14:08
Thyriaenducasse: so really all i want is wifi support, touchpad & trackpoint and proper shutdown with sleep support14:08
RepentanceCan anyone help with this wifi issue I'm having? Lame14:13
tomreynRepentance: depends on the issue, did you describe it, yet?14:14
RepentanceSure tomreyn14:19
ducassetomreyn: most wifi chipsets are supported by the kernel, some require firmwares (but i don't know about yours), touchpad etc is normally included in the x packages, and shutdown/sleep is now handled by systemd/logind iirc14:19
RepentanceThank you.14:19
Repentancehttps://askubuntu.com/questions/983103/after-installing-bluetooth-headphones-wifi-drops is my question14:19
RepentanceI'm using firmware.14:20
tomreynRepentance: i believae what ducasse just addressed at me was meant to go to you14:20
RepentanceAh. Let me go looking.14:21
RepentanceI continuously have to rely on my firmware to restart my wifi after it keeps dropping connection.14:21
RepentanceI'm having to c&p sudo modprobe -r rtl8821ae && sudo modprobe rtl8821ae every few minutes14:22
RepentanceI tried entering a command on my iwlwifi.conf file, but to no avail. And I was given a warning that my parameters in my rtl8821ae.conf file were being ignored.14:24
tomreynRepentance:  sorry, reading it again i guess duscasse was actually talking to Thyriaen14:25
RepentanceAh ok.14:26
tomreynRepentance: i'll check your askubuntu post now14:26
RepentanceThanks14:26
RepentanceMe and quite a few others are going through the same issue. I tried contacting the firmware driver's author via GitHub but it wasn't successful.14:27
Repentancehttps://github.com/lwfinger/rtlwifi_new/issues14:28
Thyriaenducasse: ok - sounds good14:29
Thyriaenducasse: if my wifi works on 17.10 does that mean it is included in the kernel and thus should also work with the minimal install ? :)14:29
lieferI would very much like to have vfio-pci load before xhci_hcd, is that possible? it seems that because xhci_hcd is compiled into the kernel (not as a module) i cannot get vfio-pci to load for my device before xhci_hcd has already claimed it.... what do?14:29
tomreynRepentance: let'S start from the very beginning: which ubuntu (also point) release are you running, is it all updated, which hardware do you have exactly there?14:30
RepentanceSure.14:32
RepentanceRunning 17.10 with all updates made.14:32
RepentanceRunning an ASUS X555LAB w/ 7.7GiB Mem, Intel Core i7-5500CPU.14:35
tomreynRepentance: what does "lspci -nn | grep Network && lsusb | grep Network" return?14:38
Repentancesure, I think I just ran lshw14:38
RepentanceWhich said  RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller14:38
RepentanceHold on.14:38
Repentance03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821AE 802.11ac PCIe Wireless Network Adapter [10ec:8821]14:39
alkisggrep -i wireless....14:39
RepentanceThanks.. yeah, that last one was wired.14:40
ducasseThyriaen: the intel cards usually 'just work', ime14:42
Thyriaenducasse: alright thanks i will try the minimal install when i get home and hope everything 'just works' :p14:43
ducasseThyriaen: remember to install the x stuff if you want a gui :)14:44
Thyriaenducasse: ye xD14:45
ducasseThyriaen: i've went this route myself a fair few times, and it always seems there's one or two more x-something packages i need to install for stuff to work as expected. most are pretty obvious, though :)14:47
Thyriaenducasse: oh well14:48
Thyriaenducasse: i did the same on debian14:48
tomreynRepentance: so the rtl88921ae driver which comes with 17.10 does not provide stable connectivity out of the box, right?14:48
tomreynRepentance: those combo modules (wireless + bluetooth) can be tricky.14:49
GrandPa-Gif I am connected via ssh (port 22) and then I put in a rule for the firewall to block port 22, will I immedately be disconnected? i.e. when does the rule start, now or next boot?14:49
tomreynRepentance: i found this similar report, I assume you've come across similar posts as well https://askubuntu.com/questions/972335/ubuntu-17-10-wifi-issues . If the stock 17.10 drivers do not work well for you, did you try building and loading the driver from the Git repository references by thios post, yet?14:50
tomreyni.e. https://github.com/lwfinger/rtlwifi_new.git14:51
ducassetomreyn: unless imisremember totally, that particular chipset is infamous for making problems14:51
tomreynsearch results suggest this14:52
RepentanceYeah, and if you see the Issues on the github page, rtl8821ae has been mentioned numerous times.14:52
RepentanceUnstable connectvity.14:52
Repentancetomreyn If I could undo this, I would have. I had downloaded the firmware modules from the rtlwifi_new git, and it was working until thath appened.14:53
RepentanceLet me read that post.14:53
RepentanceQuestion tomreyn. I wondered about maybe 'uninstalling' and reinstalling. However, I wouldn't know how to do this.14:54
RepentanceBecause I tried to entering sudo make install via terminal and for some reason I got a no target error.14:55
RepentanceI even uninstalled the Bluetooth headphones and my Bluetooth is turned off, EVEN though I have had installs from other Bluetooth devices in the past, like my wireless speakers.14:56
ecdheIs there a definitive reference on administrating changes to xenial graphical sessions (adding workspaces, changing wallpaper, changing terminal profile preferences, removing icons from the dash, changing power button behavior and sleep settings, etc)14:56
ecdheI can script this stuff when a single user is logged in, but I'd like to be able to configure it for mutliple users when they are not logged in.14:57
ducasseRepentance: no target = probably no makefile14:57
RepentanceWeird, I was looking at the Makefile, too which confused me... and looking at the file it was targeting. Let me gitclone these files again.14:58
RepentanceI like how the author of the firmware replied to me that I was entering "arbitrary parameters that you do not understand" . Noob alert.15:05
RepentanceI'm going to restart my computer now tomreyn and see if there was any change. As arbitrary of a parameter he said it was, my wifi hasn't crashed yet and it's been almost 15 - 20 minutes now.15:06
tomreynRepentance: so youz are pachecohjr on Github and the issue you reported is https://github.com/lwfinger/rtlwifi_new/issues/294 - I assume.15:07
RepentanceI went ahead and just recompiled and reinstalled the driver files, esp. since I saw there was an update 2 months ago in the btcoexist folder.15:07
RepentanceYes, tomreyn that's me.15:07
tomreynRepentance: okay, it's good to know what we'Re tlaking about15:08
tomreynRepentance: try shutting down the system and removing power, also battery, then replug both and power it up again.15:08
RepentanceGood idea. Be back in a bit.15:09
jk^On guide's page i read it's better burn DVD at a low speed. Have i to set the "lowest" speed in the burning software?15:11
jk^https://pastebin.com/raw/bNH3YyQc15:12
MWMI have been reading https://askubuntu.com/questions/32164/what-does-a-keyring-do and want to check if I understand what the keyring is correctly15:15
MWMso (as I understand it) the keyring is an encryption system for anything that stores a password (like your web browser) so that the file containing these stored passwords is encrypted?15:17
tomreynRepentance: so, i think the reply of 'lwfinger' to the issue you posted at https://github.com/lwfinger/rtlwifi_new/issues/294 is a good place to start, and may require some translations / explanations. He has a point about you risking to break hardware if you apply module options you have not read documentation for.15:18
RepentanceThank you.15:20
jk^anyone can help me?15:20
jk^On guide's page i read it's better burn DVD at a low speed. Have i to set the "lowest" speed in the burning software?15:20
jk^https://pastebin.com/raw/bNH3YyQc15:20
tomreynRepentance: he also discusses that the 'default view' on this Git repository he provides is actually quite outdated and you'd better use the one available in the mainline kernel (i.e. what ubuntu are built from)15:21
RepentanceI'll look up this parameter, however, it seems like the wifi is running stable again.15:21
RepentanceUnderstood. And how can I do that, then?15:21
tomreynRepentance: do what, use the default kernel + module? you'd undo the changes you may have made and maybe reinstall the packages ubuntu provides.15:22
RepentanceYes.15:23
tomreynRepentance: do you currently use custom module parameters? which driver / kernel module do you currently use, the one from ubuntu, the one from iwfinger, or something else? do you use a different kernel, too?15:23
RepentanceI believe I'm using iwfinger's.15:24
RepentanceAnd I think a different kernel.15:24
RepentanceHow may I confirm?15:24
tomreyn"cat /proc/version" should tell you about your kernel15:24
tomreyn"cat /proc/cmdline" should tell you about custom kernel boot options.15:25
RepentanceOK, cool.15:25
RepentanceLinux version 4.13.0-19-generic (buildd@lcy01-amd64-021) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3)) #22-Ubuntu SMP Mon Dec 4 11:58:07 UTC 201715:25
tomreynand the files in /etc/modprobe.d/ should contain any custom module parameters15:25
RepentanceRight. I've been in modprobe.d resolving some of the issues I've had since this all started.15:26
rrmanHello. The ghost of my MTP device remains when I replug it once more there are more ghosts shown in Nautilus, also when I run the command "gio mount -l". Command log: https://paste.ubuntu.com/26140000/15:26
rrmanVolume 1 to 4 is the same and 3 of them aren't mounted.15:27
tomreynRepentance: "modinfo rtl8821ae" should provide information on the kernel module itself15:27
RepentanceI can view the information, yes, thank you.15:29
tomreynRepentance: you seem to be running the default artful (17.10) kernel15:29
RepentanceYes.15:29
RepentanceAnd I will keep it that way.15:29
tomreynRepentance: the end of the lsmod output explains which module parameters are available and (sometimes) what they do15:30
Repentanceicarus@icarus-X555LAB:~$ modinfo rtl8821ae filename:       /lib/modules/4.13.0-19-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko15:30
RepentanceYes, I see the parameters available.15:31
RepentanceI see the control power save here. But, in the github he mentions how the parameter applies to the wireless interfaces and not the host computer. Wouldn't that mean then that the parameter I entered for turning off firmware power-save control, not work?15:32
RepentanceOr would it work on somewhere else besides my computer? I'm assuming this laptop is the host computer.15:33
=== jstein_ is now known as jstein
tomreynRepentance: package "linux-image-extra-4.13.0-19-generic" provides the /lib/modules/4.13.0-19-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko module file. to make sure you use the module provided by ubuntu, you can run: sudo apt reinstall linux-image-extra-4.13.0-19-generic15:38
=== LabMonkey is now known as Mechanismus
tomreynRepentance: about power control: fwlps=0 disabled power control by the module, supposedly meaning it will push as much power to the chipset as it can at all time. this can break hardware if it's not meant to run fully powered at all time.15:40
tomreynmore likely, it won't immediately break it but it may remarkably reduce its remaining life time (so it may fail in weeks rather than 10 years)15:41
akikthere's also the option to disable the wireless power management with "iwconfig wlan0 power off" that has helped me many times with wireless problems15:42
tomreynRepentance: with a problematic wireless chipset like yours i would just decide to use it for either wireless or bluetooth, not both. probably wireless. and if i need the other functionality i'd provide this by connecting a seperate piece of hardware to usb (or other buses you have available).15:44
arorahey, is there any way to get git flow chart?15:47
RepentanceThank you tomreyn. It unfortunately seems like that would have to be the option I'd have to take. I don't use Bluetooth that often anyway.15:47
RepentanceThanks tomreyn, I will make sure I'm running the module provided by ubuntu since I see it available for use.15:48
isaiahnixonI have a live persistent usb install of ubuntu 16.04 and I want to make a new default user. I know there are some caveats to doing things that way. Anybody have any advice?15:48
EmospiceGood morning. I'm currently having trouble debugging a problem with systemd user jobs seemingly not getting a journal entry. Is there somewhere I might read up on how this behavior is handled? The SystemD logs seem to indicate all I have to do is set "StandardOutput" and possibly "StandardError" to "journal" and "inherit" (or "journal" and "journal").15:51
=== SimonNL_Afk is now known as SimonNL
Emospice(this is on 16.04, if that changes anything)15:51
Repentancetomreyn I tried reinstall just in case: got error message E: Invalid operation reinstall15:52
alkisgisaiahnixon: just install ubuntu on the usb instead of using the live version :D15:52
alkisgThen you can have persistance, users and all15:52
isaiahnixonalkisg, I have tried time and again. I cannot get a proper uefi boot with a full install.15:54
tomreynRepentance: try sudo apt-get install --reinstall15:54
tomreyn+ package name15:54
ducasseisaiahnixon: check the grub-install man page on the --removable option15:56
jk^problem with burning :(15:57
RepentanceThank you tomreyn, just did it.15:59
RepentanceHopefully this stays working.16:00
isaiahnixonducasse, do you have a guide for how to use that flag in a practical sense. Because I have installed Grub on a boot partition of a full ubuntu install before with that flag and it has not worked out for me.16:00
alkisgisaiahnixon: I haven't seen any such issues, did you use an mbr or a gpt partitioned stick, and did you have a vfat efi partition there?16:02
alkisgSince your stick obviously boots, it's just a matter of providing a grub.cfg, to boot a normal ubuntu from there...16:03
isaiahnixonI used gpt and this usb is an hdd not flash. if that makes any difference.16:04
leftyfbHow can I get some traction on https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1736794 ? I know oerheks was interested in looking into it the other day but I haven't seen them online since.16:04
ubottuLaunchpad bug 1736794 in linux-firmware (Ubuntu) "iwlwifi driver for Intel 7260 crashing " [Undecided,New]16:04
alkisgisaiahnixon: not much difference, and what was the error message while trying to boot it?16:05
jk^https://pastebin.com/raw/hGS3US1D16:07
jk^:(16:07
isaiahnixonNo error message, just the grub terminal. A recovery revealed that the grub install could not find root or home partitions or even the linux kernel, despite me writing in the uuids in the fdisk file.16:07
alkisgisaiahnixon: I would suggest trying it again, and coming here to troubleshoot any issues. Don't do anything manually, just a normal installation on the external disk.16:08
isaiahnixonA normal install assumes a dual boot environment.16:09
isaiahnixonWhich means I have to reconfigure my boot settings on Windows, again.16:09
isaiahnixonUnless I'm just doing it wrong (very probable at this point)16:10
alkisgisaiahnixon: no mixing of boot managers16:10
alkisgThe efi partition would be on the external disk16:10
alkisgNot related at all to the efi partition on your internal disk16:10
alkisgThe external disk would be bootable in any pc, not related to your internal disk at all16:11
alkisgYou can even remove the internal disk while installing :D16:11
isaiahnixonThat might be a good idea lol. The efi partition on my internal has picked up the install even when I set the boot instructions to go to the external drive.16:12
isaiahnixonThank you for your time, alkisg and ducasse :)16:14
alkisgnp16:14
=== SimonNL is now known as SimonNL_Afk
Epx998Is there an option for service to get only an exit code returned instead 'is running' or what have you?16:31
Neo1I include to virtual machine ISO with ubuntu server 16.04, I can it setup using shell?16:51
Neo1from one ubuntu run ISO with other ubuntu and install it16:52
compdocif you boot an iso in a virtual machine, should install fine16:53
Neo1compdoc: I did not right, support has given me guide16:55
Neo1you make stop virtual machine and than run16:56
Neo1how to do who interesting https://www.host-food.ru/faq/vps/resize.disk.on.linux.vps/16:56
compdocI cant read that16:57
compdocare you saying everything works now?16:57
ecdheWhat process is responsible for setting XDG_RUNTIME_DIR for my shell?17:06
Neo1how to get link on ubuntu server?17:07
Neo1I need link for VPS load from there17:08
borw3Wow, ubuntu is slow!!!17:09
borw3Memory hog17:09
bcowanlol17:09
borw3Boots with 1.3GB consumed.17:09
borw3And on new Gnome, it uses 1.5GB17:10
borw3even worse17:10
kantlivelonganyone know if converting ext4 to 64bit results in a large amount of data changing? would it be safe to take a lvm snapshot prior?17:19
GrandPa-Gdoes anyone have a good idea how to remotely manage a ubuntu server in a server room when it doesn't seem to respond (like ports closed) without physically going to the server?17:25
borw3can you ping it?17:26
lakituhow can i play midi (easily)?17:31
lakituhi, btw17:31
lakituwith gui17:31
lakituall wiki's music theory files are / seem to be in midi17:32
lakitu& so far i can't find something to play them =/17:32
nicomachuslakitu: midi files are not technically music files. they have to be processed by sound synthesizer.17:39
nicomachuslakitu: you can convert the midi files to wav and play them that way.17:40
shazbotmcnastyHey, I'm having difficulties transferring data from one external HDD to another. I dd'd the drive to another partition, but since it brought the partially corrupted file system, i have to transfer the data off, then back on.17:40
shazbotmcnastyWhen transferring with rsync, it only gets 404GB out of 582GB transferred17:41
shazbotmcnastyany way to ensure that it moves ALL data, in the exact same structure as the source drive?17:41
shazbotmcnastyother than dd, that is.17:41
compdocyou ever read teh drive's SMART info?17:42
nicomachuslakitu: there's a program called timidity that can convert easily. 'sudo apt install timidity', then 'timidity -Ow <filename>' will convert to .wav17:42
shazbotmcnastythe source drive is bad - I dd'd it to another drive, and it transferred everything - but it also brought the bad filesystem. I'm now transferring from that second drive to another one, then back onto the good drive. "Source > 2nd drive > 3rd drive > repair file system on 2nd drive > transfer good data back onto 2nd drive17:43
lakitui'm aware what a midi file is, but it's a basic amenity to be able play them even with weak soundfonts,etc -17:44
lakitui need a gui one, since i'm opening web-files17:45
nicomachuslakitu: you can try rhythmbox17:46
nicomachusI've never used it.17:46
realiesusing teamviewer on a headless ubuntu 16.04 produces some extremely low fps feed17:47
realiesany ideas?17:47
realiesresolution is low and all animations, etc are 1fps and like moving in slow motion17:47
nicomachusrealies: wait, teamviewer on a headless server? with no gui? what am I missing?17:51
romancehello, any bad thing may happen if i change ip_default_ttl to 65? on vps17:53
shazbotmcnastyI have to go to an on-site, but if anyone knows of a good way to do what I asked please let me know. I'll leave this open.17:58
realiesnicomachus, by headless i mean no monitor18:02
jk^[17:07] <jk^> https://pastebin.com/raw/hGS3US1D18:02
jk^[17:07] * seen_ (~seen_@gateway/tor-sasl/seen/x-50706747) has joined #ubuntu18:02
jk^[17:07] <jk^> :(18:02
jk^[17:07] <isaiahnixon> No error message, just the grub terminal. A recovery revealed that the grub install could not find root or home partitions or even the linux kernel, despite me writing in the uuids in the fdisk file.18:02
jk^is it for me the message?18:03
jk^:|18:03
nicomachusrealies: ok, that's much different than headless18:03
hotwater99999I'm seeing similiar notices or maybe errors in syslog and kern.log to the rate of like sometimes serveral per second or a few each seconds..so this is producing a bunch of these notices or errors concering i2p and or zulu9 which is a version of openjdk java: https://zerobin.net/?c6930faece4af844#wKGWqPAj4S4V1NtMek3Xug6BHAdnb5ERQakqyvCPoQM=18:05
hotwater99999those logs where slightly edited18:05
hotwater99999i mean or a few every 3 seconds or so ..in another words a whole bunch of those.18:06
hotwater99999the reason i started looking is because im getting segment faults in another program and I started digging in the sys logs and so a bunch of those..18:07
jk^Do u understand which is the problem/s?18:07
jk^https://pastebin.com/raw/s7578UXC18:07
nicomachusjk^: use rufus18:08
leftyfbHow can I get some traction on https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1736794 ? It's become pretty mission critical.18:09
ubottuLaunchpad bug 1736794 in linux-firmware (Ubuntu) "iwlwifi driver for Intel 7260 crashing " [Undecided,New]18:09
realiesnicomachus, nope https://en.wikipedia.org/wiki/Headless_computer18:09
steenmanwhat on earth does this mean18:38
steenmanversion magic '4.10.0-38-generic SMP mod_unload ' should be '4.10.0-40-generic SMP mod_unload '18:38
steenmani plugged a a wireless usb adapter in18:41
geniiThe driver for it contains what version it is within some bytes in the driver itself, "magic bytes"18:42
steenmanare you serious?18:42
geniiSo it's telling you the driver says it's for kernel version 4.10.0-38 but you're currently on kernel 4.10.0-4018:43
steenmanthat makes sense because i havent plugged this device in for a while but the system has had updates to it18:44
ylwghstHow should generate vmlinuz ?18:44
ylwghstI18:44
steenmanhmm the driver is the latest i beleive18:44
steenman*believe18:45
geniisteenman: If you want to override the version number, it would be done in /etc/modules18:49
geniiSorry on lag, I'm back and forth from doing work away from the computer18:50
=== SimonNL_Afk is now known as SimonNL
geniisteenman: With the --force-vermagic option of modprobe18:51
steenmanright ill look into that - thxs18:52
ugniusHi, my wireless is not connecting to 5Ghz band, I'm on ubuntu 17.10, network managed by NetworkManager, Windows has no problem connecting, WiFi-card http://www.tp-link.com/en/products/details/cat-11_Archer-T9E.html, my router - TP-Link TL-WDR3600 v1 with flashed DD-WRT, 5Ghz channel has own SSID, encryption WPA2-AES, Channel - Auto (currently 40, card supports up to 106).18:53
ugniusOh and 5Ghz channel is set to N-Only18:54
supeingoHi, anyone know the way to hibernate in 17.10?19:01
supeingoI can't see the bottom :(19:01
geniiylwghst: vmlinuz is provided by kernel package. So if you're missing one for the default GRUB entry it's probably for whatever version kernel your linux-image-generic package is. Boot into an earlier kernel which is working, then: sudo apt update&& sudo apt-get install --reinstall linux-image-generic19:02
geniiylwghst: Then reboot and see if the default one is working now.19:03
genii..or not19:03
geniiugnius: Check that package bcmwl-kernel-source is installed19:10
genii!info bcmwl-kernel-source19:11
ubottubcmwl-kernel-source (source: bcmwl): Broadcom 802.11 Linux STA wireless driver source. In component restricted, is optional. Version 6.30.223.271+bdcom-0ubuntu3 (artful), package size 1484 kB, installed size 7008 kB (Only available for i386; amd64)19:11
ugniusgenii: thanks, but bcmwl-kernel-source/artful,now 6.30.223.271+bdcom-0ubuntu3 amd64 [installed]19:11
geniiugnius: You may need to enable the "restricted" repository first, as the bot shows that's where it is19:11
geniiugnius: So see if the w1 driver is loaded19:12
geniiwl rather19:12
ugniusIt's loaded I suppose: lsmod | grep wl / wl                   6447104  019:13
ugniusgenii: I'ts now on 2.4 Ghz band and working, but 5Ghz refuses to connect, not sure how to troubleshoot19:14
ugniusgenii: I thought may be it's some well known bug, or complete silliness on my side19:15
geniiugnius: Maybe check if your access point that is using 5GHz has a hidden SSID, or not broadcasting, or possibly even not enabled19:17
geniiCan you se it with some other thing, like your phone?19:18
ugniusgenii: It sees SSID, asks for password, tries to connect but 30 sec later falls back to 2.4 Ghz19:18
ugniusgenii: Just tried a phone, it has no problem connecting19:20
benccis there a way to find external ip address without making a request to external server?19:21
geniiugnius: I'd tell it to forget the 2.4, then try again on the 5, and doublecheck the password, also make sure you're not doing something like maybe hitting capslock by accident during password entry, or numlock, etc19:24
geniiugnius: It might be reverting because the 2.4 signal is stronger19:25
ugniusgenii: Ok, thanks for help, let this be a mystery for a while, not that it's vital or something19:26
zimzamHi, I'm looking for some help. When I type n19:29
zimzamWhen I type nano -v, I want it to refer to nodejs -v. But creating a symbolic link doesn't work for me. I try typing ln -s /usr/bin/nodejs /usr/bin/node, but the error I receive is. ln: failed to create symbolic link ‘/usr/bin/node’: File exists19:30
geniibencc: Not really. But you might be able instead to logon to your modem/router and find out what it's IP is, if it's masquerading the computers on the LAN19:30
akikzimzam: isn't /usr/bin/node the application you wanted?19:31
akikzimzam: you can also create shell aliases to do that19:31
zimzamakik no because my /usr/bin/node returns version v0.12.7 when I type node -v. nodejs -v returns the correct version.19:31
zimzamv8.9.219:32
akikzimzam: alias node=nodejs19:32
zimzamakik ok I'm trying that19:32
akikzimzam: the other choice is to remove the package that delivered /usr/bin/node19:32
zimzamakik I tried that as well, but when I type sudo apt-get purge node, it tells me that no node package exists19:33
zimzamstrange, I know19:33
akikzimzam: no it's not strange19:33
akikzimzam: use: dpkg -S /usr/bin/node to see which package it comes from19:33
zimzamakik the reponse is "nodejs: /usr/bin/node"19:34
zimzambut that doesn't make sense because the version I get when I type node -v is different from nodejs -v19:34
akikzimzam: maybe a packager's problem then19:35
ylwghstAny alternative to nvidiabl module??19:35
akikzimzam: you can also list the nodejs package contents with: dpkg -L nodejs19:35
zimzamakik should I try adding alias node=nodejs to my ~/.bashrc?19:35
akikzimzam: that would work19:36
zimzamakik I added node=nodejs to my ~/.bashrc, but node -v still returns the wrong version19:36
akikzimzam: start a new shell19:38
zimzamahh it works now, thank you akik19:38
zimzamrestarting the shell did it19:38
akikzimzam: you could report that problem19:39
akikzimzam: i read on the web that there's even a ubuntu package called node19:43
akik!info node19:43
ubottuPackage node does not exist in artful19:43
zimzamhmm19:43
miniboxerHello, I had a problem before with ubuntu and someone gave me commands to have ubuntu autoinstall all the drivers that I needed, and I was wondering if anyone knew them off Hans. Thanks!19:43
akik!info node trusty19:43
ubottunode (source: node): Amateur Packet Radio Node program (transitional package). In component universe, is optional. Version 0.3.2-7.4 (trusty), package size 1 kB, installed size 38 kB19:43
akikit's been removed since trusty19:43
zimzamOh I see19:44
akikzimzam: could you check if /usr/bin/node is a symlink to something?19:44
zimzamakik yeah19:44
zimzamakik how do I check to see what /usr/bin/node is symlinked to?19:45
akikzimzam: ls -l /usr/bin/node19:46
miniboxernvm I found the command19:46
zimzamakik for nodejs I get lrwxrwxrwx 1 root root 24 Dec  8 14:24 /usr/bin/nodejs -> /etc/alternatives/nodejs. For /usr/bin/node I get -rwxr-xr-x 1 root root 29091400 Dec  6 01:09 /usr/bin/node19:48
zimzamIt looks like /usr/bin/nodejs is a symbolic link, but /usr/bin/node is not.19:49
akikzimzam: check that /etc/alternatives/nodejs too19:49
akikit's interesting that they would tell you different versions19:49
zimzamah yes, and lrwxrwxrwx 1 root root 13 Dec  8 14:24 /etc/alternatives/nodejs -> /usr/bin/node19:49
zimzamSo /usr/bin/nodejs refers back to /usr/bin/node19:50
akikzimzam: so they should be the same19:50
akikzimzam: some apps function differently according to how you call them19:50
zimzamthey appear to be the same now. My new problem is that npm is using /usr/local/bin/node, which is still out of date. I need to create a symbolic link so that /usr/local/bin/node refers back to /usr/bin/node19:50
akikzimzam: i don't think ubuntu installs things to /usr/local19:51
akikzimzam: maybe that's where your version difference is coming from19:51
zimzam./usr/local/bin/node -v returns the outdated version that's giving me problems, v0.12.719:51
akikzimzam: you can use "which node" or "which nodejs" to show you the path19:52
zimzamnpm is giving me an error because it's trying to run /usr/local/bin/node. I somehow have to stop that19:52
zimzamwhich node returns /usr/local/bin/node19:52
zimzamwhich nodejs returns /usr/bin/nodejs19:52
akikok that's it then19:52
akiksomehow /usr/local/bin is searched before /usr/bin ?19:53
zimzamI wonder why "which node" returns /usr/local/bin/node, which is out of date, but if I type node -v, I get the correct version19:53
zimzamyeah19:53
zimzamnode -v19:53
akikzimzam: you fixed it with the shell alias19:53
zimzamoh yes19:53
zimzamHow can I create a symbolic link so that /usr/local/bin/node refers to /usr/local/bin/node?19:54
zimzamerr19:54
zimzamrefers to /usr/bin/node19:54
akikzimzam: if you don't need it, i would remove it19:54
zimzamsudo rm /usr/local/bin/node? Then, ln -s /usr/bin/node /usr/local/bin/node ?19:55
akikzimzam: yes19:55
zimzamok thanks I'll try it19:55
akikzimzam: i meant, remove it completely :)19:55
zimzamWell, the versions are correct now. thanks for the help19:56
=== gildarts is now known as freebooter
=== freebooter is now known as gildarts
=== dkh is now known as notdanie
=== notdanie is now known as notdaniel
alexasmy ubuntu have some software center problem and recently after i've tried to install emacs-snapshot it would not update any mode, here is the log https://0bin.net/paste/5VwILXZx4arSdPJJ#IXrBI+6T2ndmpZokirrCC1f56rjOqnG9Ecnzg0XKmMn20:16
alexasnow i've got constant 'system problem detected' and 'sorry, ubuntu 17.10 has experienced an internal error' pop-up in gnome asking me to send the report and each time I confirm it will show it again after few seconds20:21
alkisgalexas: ls /var/crash shows the error reports, and sudo rm /var/crash/* deletes them20:31
alkisgYou're supposed to report them...20:31
alexasalkisg: how can I report them manually?20:33
alkisgJust click the ok button20:34
alkisgIf you want command line, it's apport-bug /var/crash/whatever20:34
alexasalkisg: you mean click on the windo in the gnome that popping up saying there is an error?20:35
alexaswindow*20:35
alkisgyes20:36
alkisgThere should be a [report bug] option there20:36
alexasalkisg: yes I did but I have constant repeat of the same window again and again20:36
alexasand I can't apparently update anything20:36
alexasplease see log20:36
alkisgalexas, type: apt policy 'emacs*'20:38
alkisgand upload the result to pastebin20:38
alkisgYou probably have some broken ppa or something...20:38
ChunkzZI have the exact same problem as this, anyone know of a fix? https://ubuntuforums.org/archive/index.php/t-2335651.html20:42
alexaswhat is the prefix that can save the output of the command to the file, please?20:42
alkisgapt policy 'emacs*' | nc termbin.com 999920:42
alexasaha thanks20:42
alexasalkisg: please see http://termbin.com/0m2x20:43
alkisg!info emacs-snapshot-common20:43
ubottuPackage emacs-snapshot-common does not exist in artful20:43
alkisgalexas: see, broken PPAs there20:43
alkisgUse ppa-purge to remove them, they are not supported here20:44
alkisg!ppa-purse20:44
alkisg!ppa-purge20:44
ubottuTo 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.html20:44
alkisgRemove the ubuntu-elisp ppa20:44
ChunkzZanyone?20:44
ChunkzZ:P20:45
alexasalkisg: I can't seem to install app-purge http://termbin.com/0m2x20:45
alkisgRead again20:46
alkisgIt's called ppa-purge20:46
alexasyes sorry I mistyped20:46
alexashttp://termbin.com/iv7420:46
alkisgalexas: start with sudo apt purge --auto-remove emacs-snapshot20:47
alexasalkisg: done20:49
alkisgok, everything ok now?20:49
miniboxerHello, i just recently switched to ubuntu and i was wondering if there is a way to overclock my computer like with the percisionx program i used on windows.20:49
miniboxer. Thanks!20:49
alexasalkisg: there was a lot of stuff removed but am not sure how to test it now20:50
alexasalkisg: usually I get an error after the reboot, should I try it now?20:50
alkisgalexas: try sudo apt-get update; sudo apt-get dist-upgrade20:50
alkisgAlso, to remove previous errors, sudo rm /var/crash/*20:50
alkisgBecause those might have been related to the broken ppa20:50
user401how comes i am able to delete a root owned file in my home directory(0755) using pcmanfm and also nautilus but i can't delete it from the terminal without sudo?(lubuntu 16.04)20:50
alkisguser401: what's the output of `ls -lha . file` ?20:51
alkisgls -lhad . file20:51
alexasalkisg: sorry but still the same error, apparently http://termbin.com/2fbv20:53
alkisgalexas: run sudo apt --fix-broken install, and put the result to pastebin before pressing enter20:54
MonkeyDustalexas  i didnt follow from the beginning or didnt read your initial question, but theres this... I picked this up in this channel ... save it as 'fixpackages' ... make executable with 'chmod +x fixpackages' ... then run it with './fixpackages' ... http://paste.ubuntu.com/15121279/20:54
alexasalkisg: http://termbin.com/f1fy20:55
alkisgalexas: eh, press y, although I doubt that will fix it20:56
alexasstill got red indicator near system clock with package error message after system restart20:56
alexasalkisg: same error, you right!20:57
alkisgalexas: so if it doesn't work, go to http://termbin.com/0m2x,20:57
alkisgsee which packages you got from the ppa, and purge them all in a single apt-get purge line20:57
alkisge.g. sudo apt-get purge emacs-snapshot-nox-dev emacs-snapshot-common etc etc20:58
alexasalkisg: can't purge got the following error once again http://termbin.com/mwu521:00
alkisgI don't see the command you used there21:01
alexassudo apt-get purge emacs-snapshot-nox-dev21:01
alkisgThen you didn't do what i said21:03
alkisgI said put ALL the packages in one command21:03
alexasok let me try again please21:04
alexashold on21:04
alexasalkisg: so the command should look like this, right? https://pastebin.com/Sy7BnWps21:14
alexasok I think I did21:15
alexasthe ones I did not have it just says that they can't be removed21:15
alexasbut I still got the fillowing error anyway21:17
Jordan_Uadhawkins: Make sure to run "sudo dpkg-reconfigure -phigh grub-pc --frontend=text" to be sure that on future updates/upgrades grub will be installed to the boot sector of all of the drives (do *not* select any partitions).21:23
alkisgalexas: and what's the output of apt policy 'emacs*' now ?21:25
alkisgAre those packages still installed?21:25
alexasalkish ok I did apt --fix-broken install and it worked apparently21:26
alexaslet me reboot21:26
alkisgremember to remove the ppa21:27
alkisgfrom your sources21:27
isaiahnixonSo I installed ubuntu 16.04 on an external hard drive with the normal installer and told the installer to put the boot loader instructions on a 1 gig efi partition. Now I try to boot to the drive and literally nothing happens. What am I missing?21:27
Jordan_Uisaiahnixon: What does happen when you try to boot? Do you see a white screen? Monitor off? Purple screen? Error message? Immediate reboot? Something else?21:29
isaiahnixonJordan_U: I press f9 select the hard drive and get spat right back to the boot menu.21:30
alexasalkisg: I did but it seems to freeze on 'updating cache' afterwards.... waiting...21:30
alexasseems that it freezed or/and something wrong21:31
alexasalkisg: do you think my emacs policy file is ok now? http://termbin.com/3oaj21:34
alexasok it seems that it was just my local server was slow am now updating from the main21:38
thejesterhow do the rules of the ufw interact with network name spaces ? will a rule set in the host itself also apply in a created nns ?21:40
Jordan_Uisaiahnixon: Are you trying to boot the drive from the same computer that you rand the installer from?21:40
isaiahnixonYes21:41
isaiahnixonHowever, I would like this hdd to be portable.21:41
Jordan_Uisaiahnixon: Are you booted from a GNU/Linux system on that machine right now? If so, please pastebin the output of "sudo efibootmgr".21:42
isaiahnixonI am not on a linux system. It's an HP Windows laptop.21:42
isaiahnixonI can boot into the installer usb if that will help.21:43
Jordan_Uisaiahnixon: Yes. Please do.21:44
isaiahnixonJordan_U: Ok, I will be able to do that in a few minutes and I'll send the output.21:45
=== Israphel is now known as Guest36780
=== Israphel_ is now known as Israphel
mentalitaany thunar devs here? or other people who can help me make submenus in thunar for custom actions when you right click somewhere?21:54
alexasok my updating cache seems to freeze again in software program21:59
benccgenii: thanks22:00
mentalitahttps://askubuntu.com/questions/984366/xubuntu-thunar-not-showing-templates-icon-correctly22:01
Jordan_Uisaiahnixon: It looks like the UEFI boot entry that the Ubuntu installer added to your boot firmware didn't stick. You want to be able to boot this drive from machines that don't have an entry added anyway, so let's just get the drive to a state where no entry is needed.22:22
Jordan_Uisaiahnixon: Do you know how to mount the EFI system partition from your external drive?22:22
isaiahnixonI think so22:23
isaiahnixonalright it's mounted22:27
Jordan_Uisaiahnixon: OK. Where is it mounted to?22:27
isaiahnixonJordan_U: /mnt22:28
Jordan_Uisaiahnixon: Please pastebin the output of "find /mnt/".22:29
isaiahnixonJordan_U: The output is just "/mnt/"22:30
Jordan_Uisaiahnixon: Then you haven't mounted the EFI system partition there (or it's completely empty). Please pastebin the output of "mount" and "sudo blkid".22:31
blueingressHi, I have problem updating firefox: E: Failed to fetch http://mirror-lax.psychz.net/Ubuntu/pool/main/f/firefox/firefox_57.0.1+build2-0ubuntu0.17.10.1_amd64.deb  404  Not Found22:35
isaiahnixonJordan_U: https://pastebin.ubuntu.com/26142240/22:35
blueingressAnyone have this problem?22:35
vimartblueingress: as it says - NOT FOUND22:37
blueingressvimart, How can I get through this?22:38
Jordan_Uisaiahnixon: Looks like you have two fat32 partitions on that drive, maybe the second one is the EFI System Partition. Do you know why you have two fat32 partitions on that drive?22:39
isaiahnixonMaybe I had a bios and a uefi partition. I tried a lot of different configurations, trying to peice together forum posts and old internet guides.22:40
vimartblueingress: use: sudo upgrade22:40
isaiahnixonThe EFI one is definitely mounted a /mnt I just checked the disk utility22:41
blueingressvimart, or maybe this is the problem of this mirror. How can I change to another mirror?22:41
blueingressvimart, I did "sudo apt-get dist-upgrade --fix-missing"22:41
Jordan_Uisaiahnixon: Did you use manual partitioning or automatic paritioning in the Ubuntu installer? That EFI System Partition is completely empty, which explains why it won't boot.22:44
isaiahnixonJordan_U: I used manual partitioning.22:45
isaiahnixonJordan_U: Let me move the information from one partition to the other and see if I can boot.22:46
Jordan_Uisaiahnixon: Since you don't have any UEFI boot entry for Ubuntu I would be surprised if you were able to boot after moving the files from one partition to the other.22:47
isaiahnixonJordan_U: Oh. What should I do?22:48
vimartBlueking: sudo apt update then sudo apt upgrade supposed it to upgrade of firefox if any in reps22:49
vimartblueingress: sudo apt update then sudo apt upgrade supposed it to upgrade of firefox if any in reps22:49
Jordan_Uisaiahnixon: The easiest thing to, in my opinion, would be to just re-install wiping the existing partitions and use automatic partition (which will set things up properly). You will still need to do some manual steps afterward to make the drive bootable on other machines, but at least you'd be starting with something reasonable and working. We can also manually fix everything without re-installing but22:50
Jordan_Uit will take more effort and probably more time too.22:50
isaiahnixonJordan_U: That makes sense. Thanks so much for your help. I will have to do the reinstallation later tonight. Do you have any sort of guide for the post-install steps I need to take to make it bootable from other machines?22:52
blueingressvimart, I checked the server, there's some other version there. but it is not the version apt asking.... So I uninstalled/remove the firefox. the problem *solved* lol.22:53
Jordan_Uisaiahnixon: The primary thing would be boot from the USB drive then from your installed Ubuntu system run "sudo cp /usr/lib/shim/shim.efi.signed /boot/efi/EFI/bootx64.efi". I think that would be sufficient, though I haven't tested it. Also, you would need to be aware that if you ever get an update for the grub-efi-amd64 package and you install that update while the drive is booted from a different22:58
Jordan_Ucomputer, like your friend's for example, it will add an entry to their computer saying to boot from Ubuntu by default. That entry would probably just be ignored if the computer booted without the external drive plugged in, and their other entry would be used.22:58
Jordan_Uisaiahnixon: /EFI/BOOT/BOOTX64.efi (capitalization doesn't matter since this is a fat filesystem) is the path where UEFI machines look for a UEFI image to load if there is no boot entry for that drive pointing to a different specific path (like /EFI/Ubuntu/shim.efi which is the default path for Ubuntu).23:03
isaiahn63Jordan_U: Thanks again for your help. :)23:05
Jordan_Uisaiahn63: You're welcome :)23:07
PissWizardI don't know where the problem is but my game won't use the proper native resolution of my monitor now that I have two Dell Ultrasharps of differing resolution. In windowed mode is seems fine, but in windowed{fullscreen} or fullscreen is looks like it's resizing the text and it looks really bad. Ubuntu's display settings show it in the proper resolution. I don't understand what I'm doing wrong.23:13
PissWizardfor some reason whether I pick monitor 1 or monitor 2, it always does fullscreen only on the new monitor that's shorter, 1920x1080, the same resolution it thinks my old monitor is.23:14
jeremysalwenHow do I build libc6:i386 from the eglibc source package on amd64?23:20
jeremysalwendpkg-buildpackage -ai386 demands packages which conflict with the 64 bit gcc, etc.23:21
beefjoebluetoothctl shows that I'm connected to my beats but there's no option to choose it in pulseaudio as output23:32
beefjoewhat could be the problem ? it's not the first time I use this headset with my laptop23:32
shazbotmcnastyIs there any way to exactly transfer everything on a hard drive to another without bringing the file system? Rsync didn't grab everything. I DD'd, but it brought over a corrupt file system. I'm kind of at a loss. I've heard of people using tar, but I'm not sure how, or if it would be any better than rsync23:32
shazbotmcnastyi don't know /what/ rsync missed, but it missed over 170GB of data. maybe hardlinks or softlinks or something got messed up23:33
mentalitacan someone explain to me how can I switch to different file manager without breaking anything23:37
Jordan_Ushazbotmcnasty: It sounds like you're asking for how to copy more than can actually even be read from the original. Can you clarify what you want if not that?23:43
Jordan_Ushazbotmcnasty: What is "bad" about the source drive?23:48
mentalitawhich stackexchange node should I ask on a q regarding software recommendation when it comes to ubuntu's file manager? is it software recommendation or askubuntu? also I'll ask here as well: I need a file manager that lets you configure custom actions pop up menu by adding other submenus and stuff23:50
=== notemerson is now known as emerson
shazbotmcnastyJordan_U: well the original source drive file is failing. I've dd'd it onto a second drive, which now has a dirty file system. I've attempted repairing the file system, but it's still too dirty to work correctly.23:59
shazbotmcnastyThe source drive has 582GB used, the DD'd destination drive has 582GB used - if I attempt to transfer the data from the DD'd drive to another drive with rsync, i get 404GB data.23:59

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