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

zenguyhi i was wondering how i might help, i can't code but i can type :D00:02
Jordan_U!contribute | zenguy00:03
ubottuzenguy: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu00:03
zenguythank you Jordan_U :)00:03
Jordan_Uzenguy: You're welcome. Thank you for your future contributions :)00:05
zenguy:D00:06
CrazyEarnerEvening00:34
CrazyEarnerAnyone here know if theirs software to allow custom install of programs to diffrent dir then home when using deb files??00:45
JonelethIrenicuswhat are the additional software packages for languages that I am getting notifications about?00:47
minimecCrazyEarner: When using a deb file, you will never have a program installed in /home ... You will find the relevant files in /usr/lib and /usr/bin or similar folders...00:50
CrazyEarnerminimec am wanting to install to seprate location than where my distro is on like my storage drive00:54
Jordan_UCrazyEarner: What is your end goal? Is your root filesystem running out of space?00:54
CrazyEarnerYeah I need to install bunch of things and my ssd root is like 120 gb and want to install stuff to 3tb drive like00:56
CrazyEarnerbit like i had on windows all programs under big drive and ssd for minimul programs00:56
minimecCrazyEarner: The deb file itself contains all informations about dependencies (other nedded packages) and installation targets. You cannot chage them. The installation target follows the unix standard. So executable files for launching the program will be located in /usr/bin, /usr/local/bin or /opt/<something>. These folders are defined in a default 'path'. See /etc/profile.00:59
minimecCrazyEarner: If you compile software yourself, you can noramlly choose the folder you want to place them.01:00
CrazyEarnercompile myself not good with but am sure can try to like but need learn basics first got most it working to where need to be. Just need time to learn it all01:01
Jordan_UCrazyEarner: You can always make symlinks from your root filessytem, for example if I decide that armagetronad is taking up too much space I can make /usr/share/games/armagetronad/ a symlink to /external/armagetronad/ and those files will actually live on the external drive.01:01
=== Inception is now known as Incepti0n
CrazyEarnerJordan_U how do I create them like as that link posted I dont understand any of it or what to do01:02
CrazyEarnerwas reading this https://askubuntu.com/questions/843740/how-to-create-a-symbolic-link-in-a-linux-directory/843741#843741 but dnt understand01:03
Jordan_UCrazyEarner: What is one program whose data you want to move to your external drive?01:05
CrazyEarnerits Ethereum wallet01:06
tomreynCrazyEarner: this takes like 22 GB alone, doesn't it?01:08
Jordan_UCrazyEarner: For a basic primer on creating symlinks via the terminal, say you have a file /home/crazyearner/real_file and you want it to be accessible from the path /home/crazyerner/symlink . You could do that by running "ln -s /home/crazyerner/real_file /home/crazyerner/symlink". Then any time you or any program opens /home/crazyerner/symlink it will actually open /home/crazyerner/real_file . Does that01:08
Jordan_Umake sense?01:09
CrazyEarnerTakes aprx 122gb or more for full chain data01:09
Tobablockchain on bitcoin is getting long too01:09
tomreyna good candidate for moving off the ssd then01:09
tomreynunless oyu'll read it ofen01:10
CrazyEarnerits Ethereum not bitcoin got bitcoin sortyed as can get light wallet for it lol ethereum pain in my ass lol01:10
CrazyEarnerkind of makes sense like01:10
Jordan_UCrazyEarner: OK. At what path is your ethereum wallet currently?01:11
CrazyEarnercurrent location is /home/crazy/.config/Ethereum Wallet01:14
CrazyEarnerand location where want everything to sit in /media/cryptocrazy/Storage/Ethereum01:16
minimecCrazyEarner: so move '/home/crazy/.config/Ethereum Wallet' to '/media/cryptocrazy/Storage/Ethereum' and do 'ln -s /home/crazy/.config/Ethereum Wallet /media/cryptocrazy/Storage/Ethereum'01:20
CrazyEarnerdo that in terminal right01:22
minimecCrazyEarner: for the 'ln -s' command... yes01:23
minimecCrazyEarner: oh it should be the other way around... 'ln -s /media/cryptocrazy/Storage/Ethereum /home/crazy/.config/Ethereum01:24
minimecCrazyEarner: oh it should be the other way around... 'ln -s /media/cryptocrazy/Storage/Ethereum /home/crazy/.config/Ethereum Wallet'01:24
CrazyEarnerso what one to use lol01:26
Bashing-omminimec: Not perhaps my place to say .. but " Ethereum Wallet ' : need to verify that name and escape that space .01:27
CrazyEarnerthis one 'ln -s /media/cryptocrazy/Storage/Ethereum /home/crazy/.config/Ethereum Wallet'01:27
CrazyEarnerit has a space in it on  the system01:27
CrazyEarnerseems like the program creates the folder with the space in it01:31
minimecCrazyEarner: Indeed. In the console it would be '/home/crazy/.config/Ethereum\ Wallet' So you have to add a '\' in before the space.01:33
campitorhi everyone, is it generally ok if I uninstall, default desktop environment of ubuntu, beause of resource usage, I am trying to only use lxqt01:33
campitorI also don't want tools like gedit, disks, or such to disappear,01:33
trasckorehi01:34
doug16kcampitor, install a second environment and pick it when you log in at the top right01:34
trasckoredo you know a repository for ubuntu 11.04 ?01:34
trasckorei need to install build-essentials01:34
trasckoreand some other stuff01:34
campitordoug16k: I know, I really want unity to go, because I am using it on a usb disk, and there is not much space on it01:35
campitorI want to totally replace unity with lxqt01:35
CrazyEarnerok think its done it01:35
minimecCrazyEarner: Cool. ;) Hope it works...01:35
campitornormally I am only on unitym no problems, but now I really need to limit things ;(01:36
Bashing-omcampitor: You will find that to build up is much better than tearing down . Minimal to have exactly what you want .01:36
campitorBashing-om : so it is better not to touch it, is what you suggest. right?01:36
doug16kcampitor, are you asking whether it will kill the install if you uninstall unity? I'd guess it will survive but ymmv01:37
Bashing-omcampitor: Not at all . imstall the minimal ( core install ) and add what you want; with out the unwanted overhead .01:37
campitorwell nothing can 'kill' linux :) but I am afraid if some tools might stop working if I remove the default desktop environment01:38
campitorso is it ok to run 'sudo apt-get purge unity' ?01:38
CrazyEarnerminimec it makes it but it dont change the actual folder I need it to change as it makes the syslink with EthereumWallet not with the space01:39
doug16kwhen fpartx says "loop0p1 : 0 30720 /dev/loop0 2048" then on the next line says, "loop deleted /dev/loop0", is that its cryptic way of saying it failed? D:01:41
doug16kI end up with nothing in /dev/mapper01:43
Bashing-omcampitor: It is not that easy ; see for example: https://github.com/aysiu/purebuntu . I hve not tested and can not vouch for it .01:43
Bashing-omhave not**01:44
trasckoredo you know a repository for ubuntu 11.04 ?01:44
bazhangtrasckore, thats long eol01:44
bazhangtrasckore, why would you need that01:45
trasckorebazhang,, yeah, but i know there are old releases01:45
campitorBashing-om: you are a magician, exactly what I needed, thanks01:45
campitorThank you01:45
trasckorebazhang, old device shit is not compliant with newer releases01:45
bazhangtrasckore, why would you need that01:45
bazhangno cursing here trasckore01:45
campitori'll be careful with it ;)01:45
trasckorealready answer01:45
trasckore-ed01:46
bazhangtrasckore, give us the full info, which exact devices01:46
Bashing-omcampitor: Yhe author of the script is the magi . Me, I just been around a bit :)01:46
doug16kah I found the problem, I have to do fpartx -a fulldisk.img01:47
trasckorebazhang, gcc01:47
trasckorei need an old version of it to compile an old version of uboot for arm01:47
bazhangtrasckore, thats not a device01:47
trasckorethe device is the old dev board01:47
CrazyEarner@minimec Solved it01:51
CrazyEarnerI just renamed the folder it made for it xD and put the sapce in seems to work01:51
doug16kif I fsck.vfat a disk image that I just created with `truncate --size=15360K fatpart.img && mkfs.vfat -R 16 fatpart.img`, fsck.vfat complains that the FATs are not the same D:01:58
Ben64doug16k: works here02:00
doug16kBen64, really? thanks, maybe something else is causing it (I'm automating a build of a disk image)02:01
doug16kBen64, yeah you're right, this worked for me: `truncate --size=15360K fatpart.img && mkfs.vfat -R 16 fatpart.img && fsck.vfat fatpart.img`. pebkac02:02
doug16kthat helped02:02
Ben64looks like you're doing some weird stuff though02:03
doug16kI'm creating a disk image to test booting an OS project I'm creating. I'm patching in an MBR and VBR with dd. I had it fully working when it boots from MBR but I'm expanding it to support coexisting with other OSes using chain boot02:04
doug16kwhere "chain boot" means, MBR relocates itself to 0x600 and loads the partition first sector to 0x7C00 and jumps into it with SI pointing to partition table entry and DL=drive02:05
waffl3xI am having problems with udev on ubuntu server 16.04, it is missing certain files and I am getting confused trying to fix problems02:08
doug16kthis is the bigger picture of how I'm building the disk image: https://gist.github.com/doug65536/73d393357c5115c49573a62aee34b816  mbr-bin is the MBR (512 bytes) and bootfat-bin is the ~24KB bootloader at start of partition02:09
waffl3xI have reinstalled multiple times, I am going to try reburning the disk, I also verified the ISO with a hash02:10
=== mundus2018 is now known as mundus
Jordan_Uwaffl3x: What files are missing?02:17
doug16kfound the problem: I was reserving 16 sectors (8K) for the VBR instead of 64KB02:20
doug16k...and was trashing the FATs02:20
Kobazso, ubuntu 17.04.  btrfs on /.   Newest kernel 4.10.0-35 does not boot (cannot mount root).  But the oldest kernel in grub 4.0.10-21 boots just fine02:22
Kobazusually to fix this i would just build a custom kernel with btrfs compiled in, but... i pronbably should know the ubuntu way to fix this02:23
waffl3x@jordan_u /lib/udev/write_net_rules and /etc/udev/rules.d/70-persistent-net.rules atleast02:24
Jordan_Uwaffl3x: I have nether on my Ubuntu 17.04 installation. Why are you sure they should be there?02:25
waffl3xbased on trying to troubleshoot internet not working, and later the logical name of the adapter not being eth002:26
waffl3xI was directed to the latter file to configure that, and it was missing02:27
Jordan_UKobaz: Are you dropped to an initramfs shell with busybox when it fails to boot? What is the error message at boot?02:27
Ben64waffl3x: the name of the interface wouldn't make you not have internet02:27
bazhangwaffl3x, is it something like enpos302:27
waffl3xsomething like that02:27
KobazJordan_U: nope, just epic fail on mount root, and it's not failing in btrfs code, just general mount-root code02:27
waffl3x@ben64 yeah I know, internet is working now02:28
KobazJordan_U: cannot mount root unknown block02:28
bazhangwaffl3x, thats simply the systemd re naming, not an actual block02:28
KobazJordan_U: looks like btrfs modules didn't load in initrd02:28
Jordan_UKobaz: Does that kernel have an initramfs image at all in /boot/?02:28
waffl3xim just confused because it didnt configure right the first time, so I reinstalled, and then these files were missing so I am concerned other things might be going on02:28
waffl3x@bazhang the former file is supposed to be a script (I think?) to generate the rules file02:29
waffl3xI wasnt too concerned about the rules file missing as a couple pages I read just gave the write_net_rules file to generate it, but that one being missing was confusing02:29
KobazJordan_U: yeap... probably maybe rebuild initrd?02:29
waffl3xit it just likely I was reading outdated information?02:30
Kobazpoooooo02:31
KobazJordan_U: got it... new initrd didn't fit on /boot02:32
Kobaza 250MB /boot just isn't enough these days02:32
KobazJordan_U: is there an option for how many backup kernels to keep around?02:33
=== mundus is now known as Mundus
Jordan_UKobaz: Not that I'm aware of. But you can just not bother with a separate /boot/ partition. Grub can read btrfs.02:35
Bashing-omKobaz: One can set autoremove in unattended-upgrades to only keep 2 kernels .02:37
=== Mundus is now known as mundus
waffl3xI'm going to go forward assuming the information I was reading was outdated, so my new question is, is it important to configure the logical name for my network adapter to be eth0, and if so, how do I do that02:39
KobazJordan_U: not with the 17.04 installer02:43
KobazJordan_U: grub can handle it just fine, but whatever the installer is doing... i haven' looked into it, but it will not install grub to a single btrfs /02:43
Kobazit just dies02:43
Ben64waffl3x: no it isn't important02:44
waffl3xokay, thank you02:44
waffl3xthanks for the help02:44
realieswhat's an equivalent to rdp for ubuntu? vnc seems really slow03:13
=== xrandr_ is now known as ordertochaos
aloo_shuif you havd a ssh connection, you could set up a remote X session03:26
realiesaloo_shu, how?03:26
realiesalso, i'd like to be able to jump in from multiple platforms03:26
aloo_shuooof, not so easy to say in one line. you could study the man pages of X , Xserver , Xorg , realies03:27
realieslol03:28
aloo_shubut there is something else, dunno pkg name, some 4 letter things with x? k? , a search in synaptic or software manager w/ remote desktop should reveal03:29
realiesxrdp?03:29
aloo_shucould be it. server and clent had different names, i seem to recall03:31
aloo_shu*client03:31
mattflyhi03:37
mattflyi have a running process that i really need to kill but nothing does it03:38
mattflyi tried kill -9 900703:38
mattflywhich is its pid03:38
mattflykillall -903:38
mattflyand as root03:38
mattflymany times03:38
mattflysudo cat /proc/9007/syscall03:38
mattflyrunning03:38
mattflythe parent is 1 ...03:39
mattflymy user is the woner. the stat is R03:40
mattflycan someone help me?03:40
Jordan_Umandje: If a process isn't killed after kill -9 then either it's a zombie process, meaning it's dead but its parent hasn't reaped it yet, or it's stuck in a system call in which case there's usually nothing that can be done (there is sometimes, rarely, a way to cause the system call to fail and exit rather than blocking for certain sytem calls and situations).03:45
mattflyoh no03:46
Jordan_Umandje: And now that I see that you said the parent is PID 1, we know it's not a zombie :)03:46
mattflyhow to check if its a zombie?03:46
mattflyyeah03:46
mattflyi cat the proc/pid/syscall file and it says running03:46
mattflyand the parent is 103:46
Jordan_Umandje: What is this process?03:47
mattflyhashcat03:48
aloo_shumust be too stoned <--- ignore, please03:49
Jordan_Umattfly: I don't know much about /proc/pid/syscall, but I wouldn't expect it to output just "running". Are you sure that's the file you're reading?03:51
mattflyyeah03:52
mattflyim pretty sure03:52
Ojitoshi there03:52
mattflystatus show more03:53
mattflythe state inside status output show R (running)03:53
mattflywhat if i remove the process folder ?03:54
mattflyif thats even possible03:54
mattflyanything that would make it just crash and disappear is ok03:54
aloo_shujust thought the same, but don't know the answer03:55
mattflyinteresting03:56
mattflyokay i will sudo remove it03:56
mattflylets see03:56
mattflyyeah thats when root gets permission denied03:56
Jordan_Umattfly: Ahh, I think "running" means that it's not executing a syscall. Which means that we now know that it can't be either of the kinds of unkillable process...03:57
Jordan_Umattfly: Did you run kill as root? Did kill give any error message? Are you sure you didn't mistype the PID?03:58
mattflynothing kills it03:58
mattflyyeah im oding it03:59
mattflykill doesnt give any error03:59
mattflyim gonna do a infinite loop killing it03:59
mattflyokay now im running a infinite loop killing it as root03:59
mattflywith sigkill signal04:00
mattflyi think only rebooting will solve04:00
Jordan_Umattfly: Wait. If you don't mind, I'm curious now :)04:01
Jordan_Umattfly: please post the output of "ps aux | grep 9007 | grep -v grep"04:04
mattflyokay04:04
mattfly# ps aux | grep 9007 | grep -v grep04:05
mattflymatheus   9007 99.6  0.2 177692  8712 ?        R    00:13  50:43 /home/matheus/programs/hashcat-3.6.0/hashcat64.bin -m15700 $ethereum$s*262144*8*1*29834h908e3f093e4ruhg098w540gw059854nj9g489n6c2e60*7d838b7059bb5bed8053578d63cc1eb6e9f4f6a4419b5aceef17f77798d0a4e2*94d7644ce6aud9n0a8s9fdn089asdnf089ashb0df8as9dfhb08a9s7afg34IEDITEDTHISXDc3b316f1 out.txt --status --status-timer=5 -w3 -r /home/matheus/programs/hashcat-3.5.0/rules/hob064.rule -w 104:05
mattflyso my user is the owner, the start is R04:06
mattflystate*04:06
mattflythe program is hashcat04:06
mattflywhich wasnt gracefully exited for sure04:06
mattflywhat i did was ctrl +C04:06
mattflyand then force respawned my tmux pane it was on04:07
mattflyeven tho not being able to kill it in any way is weird04:07
mattflyi renamed the file it was taking as input04:07
mattflyand the values for the wallet there are edited lol... before someone ask04:08
mattflyany way to kill this jordan_U ? :/04:09
Jordan_Umattfly: And from the same terminal you recieved that output, "sudo kill -9 9007" produces no output?04:10
mattflynot output04:10
mattflyno output*04:10
Jordan_Umattfly: No containers, network namespaces, or anything like that?04:11
mattflywhile true; do kill -9 9007; done04:11
mattflyi let it run for 30 min04:11
mattflyis my laptop04:11
mattflynothing virtualized04:12
mattflynothing really04:12
mattflycan that be a ubuntu bug or maybe hashcats...04:12
mattflyno but would be ubuntu04:12
mattflyor the kernel04:12
mattflyinteresting04:13
bazhangmattfly, please dont use enter as punctuation04:13
mattflysorry i got this... weird mania thing sorry04:13
mattfly# uname -a04:15
mattflyLinux matheus-laptop 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux04:15
Jordan_Umattfly: Please pastebin the output of "dmesg".04:20
mattflyokay now i use a pastebin04:20
mattflyoh04:21
mattflyokay i got a bunch of 514488.333725] vgaarb: this pci device is not a vga device04:21
mattflyi have a ncidia card04:21
mattflyhashcat uses it probrably04:21
aloo_shuwas kt considered a security feature if the process wouldn't listen for any signal? to protect data, or prevent half-encrypted partitions, e.g.?04:22
aloo_shu*it04:22
mattflyhere it is jordan_U: https://pastebin.com/YAxxMtMU04:29
mattflythis is interesting: [513140.570725] ptrace of pid 9007 was attempted by: cat (pid 9710)04:30
aloo_shuman hascat to learn about possible peculiarities?04:37
mattflywould it be unable to kill?04:37
mattflythis is probrably a hardware bug or kernel bug04:38
mattflylook this thing is using 100% of my cpu... is probrably doing something04:38
Jordan_Umattfly: Try attaching to the process with gdb: "sudo gdb attach 9007"04:39
mattflyit says attach: file or directory not found04:40
mattflyand then attaching to proccess 90004:40
mattfly9007 *04:40
mattflyand i dont get the shell04:41
mattflyoh and ctrl+c dont quit04:41
mattflyctrl+z did stop it04:41
Jordan_Umattfly: Don't try to ctrl+c. Please pastebin all of the output from gdb.04:41
mattflyokay but it didnt work04:41
mattflyhey i god the gdb shell now04:42
Jordan_Umattfly: Is process 9007 still using 100% cpu?04:42
mattflyyes04:42
mattflyand do you know what04:43
mattflyi have another unkillable gdb process04:43
mattflythis other one returned adb shell after saying warning: process 9007 is already traced by process 11868   04:44
mattflygdb*04:44
mattflythe gdb output of the first one didng work at all04:44
mattflyjust got stuck after saying it was attaching to proccess04:45
mattflybefore this was just the gdb standart initial messages04:45
mattflyoh the first gdb process is killed now jordan_U04:45
mattflyim in another one now04:46
aloo_shucan't expect lighning speed w/ 100% cpu in use04:51
aloo_shu*lightning04:51
mattflyhi back04:51
mattflyhave i missed something? i wasnt online the last 5 min04:51
aloo_shukno04:52
aloo_shuno04:52
mattflyso i have this gdb stuck...04:53
mattflywhat is the right thing to do when a proccess like this is stuck?04:53
mattflysigstop?04:54
Jordan_Umattfly: I'm all out of ideas. This doesn't make any sense to me unfortunately.04:56
mattflyokay :/04:56
mattflyis there any way to use nice for decreasing the cpu usage at least?04:56
mattflythat would do until i have to reboot04:56
EriC^^kill -9 <pid>04:57
mattflyyeah04:57
Jordan_Umattfly: Actually, while we're at it. How much RAM is this process using?04:59
mattflyalmost nothing04:59
mattfly0.2 %04:59
mattflyof my 4 gb04:59
mattflyoh04:59
Jordan_Umattfly: Shame. I was hoping that the OOM killer might be able to vanquish it.04:59
mattfly:/04:59
mattflyi think restarting my X session will do it05:00
mattflythis thing uses nvidia drivers and didnt run without it05:00
mattflywithout the X server i mean05:00
mattflyI am using i3 window manager?05:00
mattflyso is there a way to restart Xorg withou loosing all thats running??05:01
Jordan_Umattfly: If you're going to do that, try rmmoding the nvidia modules after killing X too.05:01
mattflynow you got me05:02
Jordan_Umattfly: No. Your X clients will all die, no way around it. (If you had used xpra to start them in the first place then maybe).05:02
mattflydo you mean remoding?05:02
mattflyoh okay (about the X clients)05:02
Jordan_Umattfly: No, rmmod is the command to unload kernel modules.05:03
mattflyso i could do this?05:03
mattflyisnt there a way to just reload or restart while running X session?05:04
Jordan_Umattfly: No, the nvidia module can't be unloaded while X is using it.05:05
mattflyif i force remove all will crash05:05
mattflyokay how to know the nvidia module name?05:06
Jordan_Umattfly: "lsmod | grep nvidia"05:08
mattflyokay, nvidia_drm05:08
dekatchhi, can i upgrade an ubuntu 14 within its os to ubuntu 16.04?05:12
dekatchshort on cd-r and the install from external drive doesnt work05:12
dekatchbut i got this ubuntu 14 install cd. wondering if i can just upgrade it to 16.04lts05:13
Ben64dekatch: it's possible, but easier to install 16.04 fresh05:14
hateballdekatch: do you not have a working internet connection?05:15
hateballIf so, you can simply do-release-upgrade05:15
Ben64hateball: the way i understand it, ubuntu isn't installed yet05:16
hateballBen64: Oh. I only saw the line about "upgrade" which would suggest it is05:16
dekatchyep not installed yet sry :)05:16
dekatchi have the latest 16.04 on an external drive and when i try to boot into it says "no operating system found"05:16
hateballThen it has not been put onto the external drive properly05:17
dekatchguess its an ntfs issue05:17
dekatchthats also possible05:17
hateballYou can't simply boot an ISO off an NTFS drive, if that's what you're trying to do05:17
dekatchno, i did setup this partition properly. i can for example boot windows setup with it05:18
dekatchwhat i meant with ntfs issue is that the drive where ubuntu is supposed to be installed is set as ntfs05:19
dekatchand the ubuntu .iso i extracted lol05:22
hateballYes, which is the incorrect way to go about things05:22
hateballYou need to copy GRUB into the MBR of the drive, otherwise it wont find anything to boot05:23
hateball!usb05:23
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent05:23
dekatchuhm ok, how shoul i do it?05:23
hateballFrom Linux, "dd if=/path/to/iso.iso of=/dev/sdb" assuming sdb is your external device05:23
hateballOn Windows... well the links above should show you05:24
dekatchthanks. i didnt copy GRUP to anywhere05:25
dekatchill check that link. installing ubuntu as a secondary OS05:25
hateballWell it's not a manual operation, but the MBR is in the first bytes of the ISO05:25
sirru5hHello everyone05:41
dieomesieptochHello all, I'd like to ask a question about X.org not behaving correctly in my copy of Ubuntu from time to time. Is this the right place?05:58
Autopsyedieomesieptoch yes06:00
dieomesieptochIt appears about every other time I boot up the PC, I don't see the login screen. Then I reboot to custom boot in Grub, select low graphics mode, and it will once again go back to a black screen.06:00
dieomesieptochHowever in this situation, I can ctrl-alt-f1 in to the terminal06:01
dieomesieptochwhere I can ctrl-c and see a message 'waiting for X to die' (or something to that effect06:01
dieomesieptochand then I'll get to the low-res login screen06:01
dieomesieptochI've googled so many times but I can't find someone else reporting this problem06:01
dieomesieptochI have a picture of the exact message: https://i.imgur.com/0eS6UVk.jpg06:02
dieomesieptochso it appears that X keeps 'losing' the config file?06:03
dieomesieptochAnybody?06:05
hateballdieomesieptoch: What chipset/driver are you using?06:05
hateballI know nvidia blob can have issues with encryption, and it looks like you're using that in the screenshot06:05
hateballStill, it's X itself erroring out so... hmmm06:06
dieomesieptochSwitching back and forth between ubuntu and closed source, it's an AMD graphics card06:06
hateballSo even if you remain on the kernel provided driver, it will error like that?06:07
hateballI mean if you do multiple reboots06:07
dieomesieptochyes06:07
dieomesieptochbut then *sometimes* when going through failsafe graphics mode06:07
dieomesieptochI'll log out and turn off the computer06:07
dieomesieptochand the next time it *will* work fine06:08
dieomesieptochbut usually only untill the next boot06:08
hateballAlso, are you supposed to use nomodeset with AMD driver?06:08
hateballI only use nvidia/intel myself so I don't know06:08
dieomesieptochNo clue06:08
dieomesieptochI've tried adding it, removing it06:08
dieomesieptochjust no dice06:08
hateballSo what chipset is it?06:09
dieomesieptochRadeon 6850 it seems06:09
hateballI'm thinking if it's so recent you'll need to use a newer MESA from PPA06:09
hateballThat shouldnt be the case then06:09
hateballIs that card even supported by amdgpu-pro ?06:10
hateballOr are you on 14.04 using fglrx ?06:10
dieomesieptochI'm on 17.0406:11
dieomesieptochwhat is amdgpu-pro ?06:11
hateballIt's AMD binary blob for the latest chipsets, stuff they havent yet moved to the open source driver06:12
hateballthe RX series etc06:12
hateballI dont know if it is even used now, as I said I am not an AMD guy06:12
dieomesieptochwell the thing is, I get the feeling X.org is fucking up rather than the card / drivers06:15
aloo_shuhang on, going through failsafe graphics mode etc., could it be that a good xorg.conf is being generated, but duly overwritten? dpkg-reconfigure  worth a try in that case06:16
dieomesieptochbut would I have to run that every time as well06:17
dieomesieptochIt's almost as if after every update Ubuntu has (big or small) X resets and I have to go through the routine again06:17
aloo_shupfff, or write-protecting the config file as a dirty fix first06:17
dieomesieptochdpkg-reconfigure is also in the grub boot options menu, right?06:18
aloo_shuno idea06:18
aloo_shunew to me06:18
dieomesieptochalso, in /etc/X11/ there is no xorg.conf :)06:19
dieomesieptochthere *is* a xorg.conf.failsafe06:19
aloo_shurename? a copy of it06:19
aloo_shuI think that's how it works today, Xorg always intelligent guessing its config on the fly, but if a xorg.conf file is found, it will be used, an xorg.conf.failsafe only in failsafe mode, my 2ct06:22
hateballThat's it06:23
hateballUnless you need to use specific options etc, there is no xorg.conf06:23
dieomesieptochah ok06:23
aloo_shusudo cp /etc/X11/xorg.conf.failsafe /etc/X11/xorg.conf would persist failsafe settings in that logic06:23
dieomesieptochya I tried to create a config using "Xorg :1 -configure"06:24
dieomesieptochwhich at some point will error out and say "(EE) Caught signal 11 (Segmentation fault). Server aborting"06:24
dieomesieptochbrr06:24
aloo_shuman Xorg and you'll know why :)06:25
aloo_shutry my cp suggestion, then log out and in or reboot. should bd easily reconvertible by deleting xorg.conf if it doesnt give expected results06:27
dieomesieptochI'll give that a go06:27
kalcsoI can't switch into two different languages in ubuntu zesty, unity shell.06:30
=== r0Oter is now known as r00ter
[worksti]im looking for a way to thin out old backups - keep dailies for two weeks, keep one per week for six months, keep one per month forever, something like that, does ubuntu already come with a tool to manage something like that ?08:21
[worksti]seems like itd be a common requirement08:21
dekatchhi, thanks to hateball i was able to install ubuntu from an external drive. win32-disk-image-cloner to the rescue. however. now i can not boot to all my OP's that are installed.09:20
dekatchi have windows 7, 10 and ubuntu 16.04 installed. and i preferably would use that more lightweight windows 10 loader. trying to figure out how to add linux to easyBCD bootload manager09:21
dekatchi mean, i really can boot in all of those. but not in a convinient way09:22
dekatchfor example if i wanna boot into windows 7, i have to choose windows 10 bootloader from grub menu, and that opens the windows 10 bootloader where i can choose win 7 or 1009:23
dekatchi would kinda like to have these 3 entrys (ubuntu, win7, win10) available to begin with. not to mess around with loading different bootloaders09:24
dekatchis that possible maybe?09:24
danslomy ubuntu install boots quite slow, despite being on an SSD and a modern i7... stackexchange suggested to check for gaps in dmesg, but it doesn't look too weird to me: https://gist.githubusercontent.com/danslo/d7a1b4e85f3c8fbf5a52797cff1d4c14/raw/3d4c303845d80563fecb1ae8a7976c753c181e4d/gistfile1.txt09:31
dansloany suggestions on how to debug slow startup times?09:31
danslosystemd-analyze blame09:35
danslo         21.541s plymouth-quit-wait.service09:35
Steristanyone familiar with a 200+ partition issue? vast majority of which, erroneous09:37
Steristor anyone know of a more proper channel to ask about such issues, if not here09:37
dekatchnvm what i said. i fixed the bootloader part. i am booting into win10 bootloader. i just have to figure out now how to add my ubuntu install to it :)09:38
dekatchSterist, what was your question?09:38
Steristmy old laptop has been out of commission for 2-3 years, an extended partition has some kind of MBR error causing the extended partition to be infinitely read up to 256 partitions, causing all OS's installed to crash or initiate OOM killer -- live boot and recovery tools do the same, while the hard drive is still in the lapop09:40
dekatchwow so its about trying to get the data before replacing the hdd09:42
dekatch?09:42
Steristit's one seriously nasty problem to deal with, very little documentation on it via google searches09:42
Ben64just write zeros to the drive and it'll be fine09:42
Steristthe laptop is ASUS, i've already entertained the idea of formatting it and reinstalling win7 followed by ubuntu but after investigation, microsoft does not allow downloading win7 iso for ASUS and does not authorize ASUS to make the ISO avaiable -- ASUS will happily charge $60 to have it shipped in and handled there09:44
dekatchmicrosoft does allow. just had this issue the other day09:45
Ben64for windows issues head to ##windows09:45
dekatchits just that you cant use OEM keys to download the iso from microsoft09:45
Steristthis is not a windows issue09:45
Ben64talking about reinstalling windows sure sounds like a windows issue09:45
Steristyou are correct deka, but, according to ASUS, the activation key i have is only valid for the pre installed win709:46
Steristso i would need to re purchase a license yada yada or use illegal pirated copy or forego win7 entirely09:46
dedzeHello I have a question about auth.log09:46
dekatchthe oem key works just fine on any windows 7 .iso as long as its same version. home premium, pro or ultimate09:47
dedzeI get a lot of lines like this : Sep 25 11:39:18 Roronoa-Zoro pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000) Sep 25 11:39:18 Roronoa-Zoro pkexec: pam_systemd(polkit-1:session): Cannot create session: Already running in a session09:47
dekatchcheck pm Sterist09:47
dedzeAnd I didn'ttry to log in as root so is it a hacker?09:47
ass-holehello. Please join my new channel ##teledildonics09:47
aeifnHello. How to run unity with startx?09:48
ass-holeaeifn: start ft09:48
ass-holetypi09:48
ass-holetypo09:48
ass-holestartx is deprecated09:48
ass-holeubuntu is deprecated09:48
ass-holeuse debian or gentoo09:48
ass-holePlease join my new channel ##teledildonics09:49
Ben64dedze: it says by uid=1000 so no, it is you09:50
Ben64!ops09:50
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu09:50
Steristanyone know of a native debian hard drive imaging tool that can create images of individual partitions and COMPRESS them during image creation?09:50
dedzeBen64: Is it a hacker? What is uid=1000?09:50
Ben64dedze: no, it is you09:50
dedzeBen64: Ohh sorry I misread this one thanks!09:51
Ben64Sterist: dd | gzip ?09:51
Steristi cannot create THEN compress, must be simultanios09:52
Ben64it is09:52
Steristactually i think it would be better to just do the hard drive all in one file, but ok09:53
Steristany more specific search terms i can use on how to use those commands?09:53
Ben64do you know how to use dd09:54
dekatchback.09:55
dekatchfixed my bootloader issues completely09:56
dekatchthanks Ben64 and hateball for the previous help09:56
dekatchgot it all set up now09:56
ikoniaBen64: all ok now ?09:57
Ben64yeah the guy left09:57
ikoniacool, sorry for slow response09:57
Ben64np, it's late09:57
Steristno i dont09:59
Steristi have used it in the past but all via copy / paste or explicit instruction09:59
Ben64well you should read the manual or online guides. theres a ton you can do with it. basically 'dd if=input of=output' is normal, but you can do so much more. if you want to compress it as it goes, you can do something like 'dd if=input | gzip > output'10:00
Steristrighto.10:01
Steristso it should look like...10:04
Steristdd if=/dev/sdb | gzip > of=/dev/sda1/user/me/home10:05
Ben64nope10:06
Steristdarn! so much for a first guess lol learning!10:06
Ben64if you notice on my gzip example, there is no of=10:06
Ben64that's a dd option which doesn't exist for gzip10:06
Steristyes i thought that was your accidental omission10:06
Steristguess not10:06
Ben64i never make mistakes :P10:07
Steristneither do i! computers make them on my behalf.10:07
Ben64might want something closer to 'sudo dd bs=1M if=/dev/sdb | pv | gzip > output'10:07
Steristwhat are the bs and pv parameters?10:08
Ben64bs=1M will read 1MB at a time, pv is pipe viewer, will give you a neat status bar10:08
Steristtoo soon :)10:08
Ben64and you need sudo to read /dev/sdb10:08
Steristis there a safe way to abort if my hdd is dangerously close to full10:09
Steristmanual or automatic abort, either works.10:09
Ben64well it will die if the drive it's writing to fills up10:09
Steristhmm.. do you know if it'd auto delete the partial image or would that even matter10:10
Ben64it would keep it10:11
Ben64although gzip probably wouldn't finish writing so it might not be easily readable10:11
Steristim only concerned about issues related to 100.0% full disks10:12
Steristnot reading the incomplete image10:12
Ben64try to make sure you have room on the destination then10:12
Steristand potential corruption10:12
Steristi would if it was possible, there's no way to know for sure how well gzip will compress10:13
Steristdont even know how big it would end up prior to compression10:14
Ben64well that's easy, how big is the drive on sdb10:14
Sterist320gb physical, 296 actual. available storage options are ubuntu partition 160gb formatted, up to about 120 free (sda4) or 260gb formatted, up to about 210 free (sda2)10:17
Steristsdb should be no more than about 55-75% full on any partition. i know the free space should compress very well.10:17
Steristi guess i should expect a compressed image to be like 160 to 200gb... i dont use gzip very often but i dont recognize it as a high compression format10:21
Ben64free space won't necessarily compress well, when files are deleted they remain on the drive10:22
Ben64gzip isn't high compression, but it is fast10:22
Sterist7zip is open source... might it also be implemented for use in such commands?10:23
Ben647zip is sloooow10:24
Steristi can live with that lol10:24
Steristdont have a choice really10:24
Steristmy 1tb drive died literally last night. the circuit used in the retail housing crapped out (wouldnt power on), so i busted the drive out and hooked it up with an old sata adapter and it turns on but isnt recognized. planning to solve that with a replacement newer housing.10:26
Steristhopefully the problem is not worse than a simple housing replacement (0_o)10:27
Ben64for example, compressing 1GB of zeros from /dev/zero is going at 16MB/s for 7z; for bzip2 it's going 68MB/s; for gzip it's going 103MB/s10:28
Ben64and zeros are easy to compress, with actual data it's going to take forever10:28
Steristok i might or might not have stolen my roommate's 1tb drive... i should have up to 3 or 4 hours to return or not return it none the wiser10:31
Ben64so whats the goal here? recover data or what10:31
Sterist"sdb" the correct label to image an entire drive?10:32
Ben64yep10:32
Steristcurrent experiment is to have a backup to restore if other potential fixes worsen or simply dont correct the partition disaster10:33
Ben64ok10:33
Ben64well then if you have a 1TB drive to play with, don't compress :)10:33
Steristit's usb 3.0 too! :D10:34
Ben64for the extra comparison, 1.6GB/s without compression10:34
Steristthe problem drive is in a usb 2.0 housing, max read speed i've seen it perform is 40 mbyte/s10:35
Ben64yeah that's not ideal10:35
Steristand i will still have to compress, as i cannot leave the image on the drive and will need to retain it at least 1 day to 1 week10:36
Ben64you really shouldn't compress, will just waste time10:36
Steristi dont have an option, worst case scenario a compressed image will consume up to 120% the largest storage i can retain the image on10:41
Ben64grabbed 1GB from my ssd, piped through bzip2, went 6.93MB/s10:41
Steristsudo dd bs=1M if=/dev/sdb | pv | gzip > /dev/sdc1/folder/10:42
Steristlook good?10:42
Ben64you wanna write this image for 88 hours?10:42
Ben64and nooo you can't write to a folder like that10:43
bullybassW: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i91510:46
bullybasswhy this error on upgrade10:47
Steristi think that 88hr estimate is based on backing up 1tb of data. i just calc'd 296 gbyte to take 12.95hrs at 6.5mbyte/s, but if gz is faster than bz then i may take the chance.10:47
Ben64and then you won't even get any compression out of it10:48
Ben64so it's a big waste of time : /10:48
Steristsudo dd bs=1M if=/dev/sdb | pv | of=/dev/sdc1/folder/ ....besides the incorrect output part, look fine?10:49
Ben64well the output is really bad10:49
Ben64very close to obliterating sdc10:49
hateballbullybass: what sort of upgrade are you talking about?10:49
Steristim all ears :)10:49
bacon-userIs there ubuntu for women?10:50
hateballbacon-user: If you are talking about an IRC channel there is #ubuntu-women10:51
Ben64Sterist: sudo dd bs=1M if=/dev/sdb | pv > /path/to/an/actual/folder10:51
bullybassbacon-user: ? no one even knows you are a women, so just shut up10:52
bullybasshateball: what sort of upgrade? apt upgrade?10:53
bacon-userbullybass: nobody knows your a men so why don´t you shut up10:54
paul424hello , hello , would ubuntu-desktop-amd64 work as well on intel processor >?10:54
hateballbullybass: I am asking you what update you did, prompting this message10:54
S1GM4I've got a rather strange problem10:54
hateballpaul424: Yes, it just means it is 64-bit10:54
paul424btw which livecd linux distro comes with preinstalled chntpw ???10:55
S1GM4I'm stupid and tried to perform a "Windows Search" (using Windows 10) on a directory that is on my server, which is networked to this machine. This machine nearly froze, but now, I can't access my shares across the network10:55
S1GM4Even after restarting smbd and nmbd on my server via SSH10:55
hateballbullybass: anyhow, it complains about missing firmware for kaby lake, so unless you have a kaby lake cpu it's just a warning10:55
Steristsudo dd bs=1M if=/dev/sdb | pv > /sdc1/backups/hdd/ ...look good? or is the same issue still present in this output? i dont understand what part of the previous illadvised command was dangerous10:57
hateballbullybass: and make sure the package "linux-firmware" is installed, which it probably is10:57
paul424naah the chntpw is a program to change windows password10:57
Steristsudo dd bs=1M if=/dev/sdb | pv > /dev/sdc1/backups/hdd/10:58
Sterist^correction10:58
Ben64stop doing /dev/sdc10:58
Ben64thats a device, not a folder10:58
S1GM4I'm going to gamble this is a Windows problem and restart this machine XD10:58
Steristsdc is the device i want it to go to though.10:58
Ben64right but it is not a folder10:59
Ben64you need to mount it somewhere so you can write to the directories on it10:59
BluesKajHI folks10:59
Steristwith the 200+ partition problem, ubuntu will not allow access to any attached device by normal means. probably a safety measure via kernel to prevent OOM11:00
Steristsudo testdisk can and will still access attached devices, thus, i believe sudo dd will too.11:00
Ben64i didn't say you had to mount sdb, but you do need to mount sdc11:01
Steristits plugged in (and sudo testdisk sees it) but /mnt is blank11:02
Steristinfo center doesnt show it, or even my internal sda2 partition (win10) that otherwise appears normally lol11:05
soeehi, how can i open 3306 port in xenial firewall?11:05
bullybasshow did you know it's about kaby lake cpu?? hateball11:05
hateballbullybass: Because I am a skilled googler11:06
bullybassnot me11:06
Steristgparted shows the drive too, but Mount is grayed out.11:06
wallbrokenhi11:13
wallbrokenis possible to update from ubuntu 12.04 to 16.04 directly?11:13
wallbrokenkeeping the old kernel11:13
SwedeMikewallbroken: no you need to update to 14.04 in between.11:14
wallbrokenkeeping the old kernel?11:15
Steristmount /dev/sdc1 at /media/test11:15
wallbrokenmy goal is to keep the old kernel11:15
wallbrokenbecause is compiled with a specific driver11:15
reelinHey guys, think this is more a BASH question, but I'd be super grateful with a little help and this is the most helpful IRC I've seen. http://paste.ubuntu.com/25614009/ I want to grep values inside a loop whilst going over a file and output into a MySQL insert statement.11:15
Steristsudo dd bs=1M if=/dev/sdb | pv > /media/test/backups/hdd/11:15
SwedeMikewallbroken: possibly. I don't know for sure.11:15
Steristthat look good ben? the two commands11:15
wallbrokenanother question: why when i did install vim, i got uInitrd updated?11:15
bullybasshey what's the cmd to remove  a add apt repository?11:16
bullybasshateball:11:18
dekatchbullybass, google search term add repository ubuntu via terminal11:19
dekatchled me to this. first hit. https://help.ubuntu.com/community/Repositories/CommandLine11:20
oerhekswallbroken, upgrading 12.04 and keeping old kernel? no.11:20
dekatchis irc really the lazy way to troubleshoot things these days?11:20
Steristdeka, you familiar with mounting devices via terminal?11:20
dekatchSterist, no.11:21
oerheksreelin, try the #bash channel11:21
reelinthanks oerheks11:21
dekatchi managed some servers back in the day. gaming servers. i really was very used to all that kinda stuff11:21
reelinI googled it and got redirected to something bizarre11:21
dekatchbut i had a long break from linux11:21
reelinif there's one on freenode I'll do it11:21
bullybassdekatch: how do I list all the repositroies added?11:21
bullybasssorry to ask ; but i prefer the comad line11:21
dekatchand all is kinda gone. i am using ubuntu. i dont have much to do there via terminal11:21
oerheks!ppa-purge11:21
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.html11:21
bullybassno first to find it's name11:22
oerheksbullybass, if you in the ppa list, /etc/apt/sources.list.d/ you will find no proper name, check their launchpad page11:23
oerheks*look11:23
oerheksor use the guy ..11:23
oerheksoop, gui :-D11:23
bullybasshow do I deleted the software of hte ppa first before deleting hte entire ppa?11:26
bullybassnot just the ppa, but it's packages that i instaled too??11:26
oerheksbullybass, read back, ppapurge11:26
oerheksthat also removes the ppa line11:26
bullybassI use add-apt-repository --remove11:27
oerheksoh, you know the other answer, good.11:27
wallbrokenoerheks, which is the newer version of ubuntu i can put keeping the old kernel?11:28
wallbrokenand if i do the same, what could happen?11:28
oerhekswallbroken, none.11:28
wallbrokenoerheks, why?11:29
oerhekswallbroken,  go find out yourself, good lesson not to try such silly thing.11:29
bullybassoerheks: ubuntu is clearly for noobs11:29
bullybassit's way too easy11:29
oerheks1. 16.04 comes with systemd, a huge change.. 2. keeping an old kernel is not really supported.11:29
bullybassand doesn't encourage the user ot learn more os like arch does11:29
bullybassbut hte problem with arch is too many unwanted updates all the time11:30
bullybassoerheks: ubuntu is just and only for noobs11:30
bullybassI don't like it11:30
bullybassI am forced to become a noob and use it; because of less updaates, as bad internet11:30
bullybassmy internet is too slow11:30
dekatchif you mean by noobs "non linux pros" than yea maybe11:30
oerheksbullybass,  good, but this is technical support, your noob rant is useless.11:31
oerheks /ignore11:31
dekatchbut generally speaking of noobs about peeps who just dont want to spent hours and hours and hours to just have a running system. is wrong11:31
bullybassno don't igore me, most ubunntu noobs don't even know bash. I prefer less internet usage + advanced arch like distro?11:31
bazhangbullybass, thats enough11:32
Steristanyone, sudo dd bs=1M if=/dev/sde | pv > /media/me/Seagate Backup Plus Drive/Backup ...... fails with ..... bash: /media/me/Seagate: Permission denied11:32
bazhanglets keep this to topical support only please11:32
Steristanyone know whats causing that?11:32
dekatchless internet usage? but you want people to answere your question11:33
hateballSterist: Need to escape the spaces in your path11:33
dekatchhow is not knowing bash bad?11:33
dekatchyou cant even add repos to ubuntu dude11:33
bullybassit's not it's just noobish11:33
bazhangdekatch, lets get on with support please11:33
oerheksSterist, "/media/me/Seagate Backup 0Plus Drive/Backup"11:33
bullybassdude that's becuse I came from arch11:33
bazhangbullybass, did you have any support issues, if not take the chatter elsewhere11:34
oerheksSterist, or media/me/Seagate\ Backup\ Plus\ Drive/Backup11:34
Steristlol ubuntu's commands get so wonky sometimes11:34
Steristalright ill give it a shot :)11:34
oerheksSterist, spaces in names, so wonky11:34
JamaicHello. I ran into a problem, tried googling it, but I didn't found anything which would help me. Some of the apps (gone-software, nautilus) are ignoring $DISPLAY and keep opening their window in :0. I found a walkaround by opening xterm (which opens in defined $DISPLAY) and then openning the app from the xterm. Is there a way to open the app without the xterm middleman?11:35
Jamaicgnome-software*11:36
Steristoerheks, now fails with11:36
Steristbash: /media/nathan/Seagate Backup Plus Drive/Backup: Is a directory11:36
bullybasshey what's unsuppported updates in the settings?11:37
dekatchSterist, are you trying to backup things?11:37
bullybassis it enabled on by default?11:37
Steristyes11:37
dekatchid prefer rsync for that11:37
bullybassit's enbled for me l, even though I don't remember what I did11:37
bullybassso pleaes tell11:37
bazhangbullybass, no, thats things like PPA11:37
hateballdekatch: as you can see he is trying to restore from a device, not a partition11:37
bullybassshould i enbaled unsupported updates or not?11:38
bullybassfor increased security which is the best11:38
dekatchhateball, i wasnt talking to you anymore11:38
bazhangbullybass, then no11:38
dekatchmy last lines were towards Sterist11:38
bazhangdekatch, lets keep it civil here11:38
dekatchoh hateball . totally confusing11:38
dekatchwhat did i do bazhang ??11:39
hateballdekatch: The way I understand is that the device has failed, so there's no proper filesystem etc, hence the dd approach11:39
dekatchok, that way over my knowledge. i asked him back if he just wants to backup things11:39
dekatchthats why i said id recommend rsync11:39
Steristim at a big loss for time lol not sure what to say or do about learning how to perform the backup by that other method11:39
bullybassbazhang: no what11:40
bazhangbullybass, You want better security, unsupported is at your own risk11:40
bazhangbullybass, you asked if you should enable them11:41
bullybassyes, so disabled them for better security?11:41
bazhangcorrect11:41
bullybassbut what if security updates come for ppas11:41
bazhangbullybass, thats not going to happpen11:41
bullybasswhy not11:41
oerhekssecurity updates = !unsupported updates11:42
bazhangbullybass, and dont use ppa unless its some archive you absuoltuey trust11:42
dekatchSterist, rsync is really pretty simple. but if you try to fix some device that failed -> then ignore what i said.11:42
bazhangbullybass, things like a new firefox come along for security all the time11:42
bullybassfirefox is in the main repo of apt not ppa11:43
bazhangbullybass, a ppa is literally a personal archive11:43
dekatchSterist, i was assuming you just want to have backups of an working device/drive/partition11:43
Steristi need an exact clone of the hard drive i can restore in a likely mishap11:44
Steristnon working hard drive*11:44
dekatchi remmeber using rsync to do just that11:44
dekatchbut i dont know about your original issue . so i cant really step up to recommend things at that point11:45
Steristcan you convert the previous command to what i'd need to use for rsync?11:45
Steristsudo dd bs=1M if=/dev/sde | pv > /media/nathan/Seagate\ Backup\ Plus\ Drive/Backup11:45
Steristooooooh i think i know why it's erroring with "is a directory"11:46
Steristi would need to end the output with the file name right?11:47
dekatchdunno11:47
Sterist*please be a right guess, please be right* lol11:47
dekatchwhat program even is DD11:47
dekatchdoesnt make sense11:48
dekatchunless its an image file name11:48
Steristdata duplicate11:48
dekatchyea of several files11:48
dekatchso you cant backup several files to one file11:48
Steristi sporadicly used it since 2008 in android11:48
dekatchdo you have and hardware issues atm Sterist ?11:50
dekatchare you trying to fix anything? or are we talking about just to backup something?11:50
Steristas far as i know, no. just a MDR nightmare on the drive im trying to image11:50
SteristMBR11:50
dekatchuhm, ok.11:50
dekatchso from where to where do you want to backup the stuff?11:51
dekatchlocal drive to local drive?11:51
dekatchsame size? enough space available on target drive?11:51
Steristimage sde (in it's entirety) to sdd1. i guessed right btw, backup in progress11:51
dekatchok then gg :)11:52
bullybasshow do I disable root once again11:52
bullybassthe way ubuntu did it11:52
bullybasswhich cmd11:52
oerheksbullybass, whay guide did you follow ?11:54
Steristis MiB megabits or megabytes? =/11:54
Steristplz be byte.... lol11:54
dekatchhttps://en.wikipedia.org/wiki/Mebibyte11:54
=== ShalokShalom_ is now known as ShalokShalom
dekatch!MiB11:56
dekatchdoesnt work for me or isnt specified :)11:56
Steristseems like 20MiB/s is ever so slightly faster than 20mbyte/s11:57
Steristbased on that wiki11:57
dekatchMiB isnt megabits or megabyte. its mebibyte lol. 1000 megabytes are 1024 mebibytes11:59
dekatchkinda the same, but just not lol11:59
oerheksthe famous seagate gigabyte :-D12:00
Steristemberassed to say, after being the family's go-to nerd for like 18 years, i've never heard of kebi / mebi / gebi etc12:00
Steristjust bits m bytes12:00
oerheksit is just a marketing thing.12:01
Steristbut i have been very aware of the 1024 / 2048 / 3072 multiple12:01
SwedeMikeoerheks: no, it's a clarity thing.12:01
SwedeMikeoerheks: SI units are kilo, mega, giga etc, and they're multiples of 1000.12:01
SwedeMikeoerheks: so if you want to use 1024, then it needs to be clear that this is what's happening12:02
dekatchabout the marketing thing. if they promise a 2 TB drive. should i end up with 2048 terabyte then?12:03
=== Piece_Maker is now known as Acou_Bass
dekatchwhy is it vice versa?12:03
EriC^^dekatch: isn't TB terabyte?12:04
dekatchoh yea i guess i nknow why12:04
EriC^^!ping12:04
ubottupong!12:04
EriC^^you're thinking TiB12:04
dekatchyea its hard for me to explain. i am not native english speaking12:05
dekatchtebibyte lol12:05
dekatchthey use the terabyte for marketing purposes. but the machines really process in tebibytes. so 1 tebibyte is only just like 0.9 terabyte12:06
dekatchits confusing lol12:06
dekatchthey straight out lying to us12:06
AncerHey whats the command to bring wifi set up12:07
EriC^^dekatch: 1 tebibyte is 1.024 terabyte12:07
dekatchEriC^^, exactly thats what it should be12:07
dekatchbut order a 1TB drive and see how much real space you end up with12:08
dekatchits not 1000 GB12:08
dekatchnot 1024 GB12:08
dekatchits like 900GB12:08
dekatchor slightly more12:08
EriC^^dekatch: yes cause they give you the marketing in terabyte not tebibyte12:08
dekatchdamn, could have posted that all into one line12:08
dekatchoh well. then. why dont they offer 1024GB drives then... all issues were solved lol :P12:10
bullybasshey12:17
bullybasshwo do i encrypt hte entire /12:17
bullybassnot jsut /home12:17
TJ-bullybass: generally we use LUKS/dm-crypt, but you'll need to do it from the installer because we don't have tools to do an in-place encrypt after the file-system is created12:21
inflatusbullybass TJ is correct you'll need to do it at the installer - encryption will erase the drive12:27
neurehi12:28
bullybassinflatus: but ubuntu installer gives no such full encryption of /12:28
neurehow do i disable alt-leftMouseDrag moving window?12:28
neurei want to use alt-leftMouseDrag for something else12:29
TJ-inflatus: there are ways but they're highly technical and you really need to understand the nuts and bolts!12:29
TJ-bullybass: installer should offer an encrypted install - Full Disk Encryption12:30
TJ-bullybass: I think that also requires/uses LVM12:30
inflatusbullybass yes LVM12:31
neureanyone?12:33
oerheksneure, maybe this page is any help https://askubuntu.com/questions/118151/how-do-i-disable-window-move-with-alt-left-mouse-button-in-gnome-shell12:35
albechlooking for a way to route a particular application through a non-default route.12:38
albechnon-default gw12:38
neureoerheks, thanks!12:39
bullybasstj what is LVM 's requirement?12:58
bullybassI know it's restrictive12:58
bullybassbut why cna't I not go for just  /12:58
bullybassand not full disk12:59
bullybasswhat's wrong12:59
bullybassand no ubuntu doesn't offer any such option; just encrypt the home dir12:59
bullybassit says itself that in the instaler12:59
bullybasshave a look12:59
bullybassinflatus:12:59
oerheksit does give full-,  or just home encryption. look again13:01
inflatusbullybass you also may want to look at the advantages and disadvantages of using an LVM13:02
Simbaclawshey there, is someone willing to guide me through creating a multiboot usb in the command line that supports both uefi and efi/bios?13:20
SimbaclawsI'm reading the arch article but am having difficulties13:20
f0oHi, is cloud-init broken in Zesty? It doesnt seem to be executed and there's also a thread without a conclusion on the OpenStack mailing list. Any ideas? (yes the service/s are enabled in systemd and executes fine if triggered manually)13:20
f0oIt seems to me that the cloud-init systemd generator is defunct. Systemd doesnt consider entering the cloud-init.target.13:23
ExeciNhi people, I was trying to set up ufw on the vps and after locking myself out, I set it to boot to a rescue thing, I chrooted into the system's root and did systemct disable ufw and systemctl disable iptables. Then I rebooted and ssh'd into the server13:29
ExeciNthen I tried completely removing ufw and installing it again but I'm getting this error insserv: warning: current start runlevel(s) (empty) of script `ufw' overrides LSB defaults (S).13:30
ExeciNwhat can I do to fix it?13:31
samlamammaI've got 2 users (A and B) on the same physical computer. I'm logged into A and I want to run a GUI program through user B while logged onto A, how do I do that?13:37
samlamammaThey're both local users13:38
ExeciNok, I fixed it13:39
ExeciNI don't know how, but I have fixed it13:39
ksbalajiI have 16.04 my pointer is gone -touchpad not working. please help13:42
inflatusksbalaji has the touch pad ever worked? do you see it if you run less /proc/bus/input/devices13:45
ksbalajiIt was working earlier. After a failed update, this failure13:46
inflatusfailed update?13:47
ksbalajiinflatus, yes an update failed to complete and now I have updating problem too.13:48
xorpadhey guys13:49
xorpadhow do i install openjdk-7-jdk on 17.04?13:50
ksbalajiI get message when booting :  system problem detected...13:50
ksbalajiinflatus, what is less /proc/bus/input/devices ?13:51
inflatusin the terminal type less /proc/bus/input/devices    it will show input devices ie. keyboard, trackpad, power button etc13:53
ksbalajiinflatus, yes it is there in less . . .  ELAN something.13:58
samlamammaxhost + works but is dangerous13:59
ksbalajiinflatus, infact I get lot of output.14:00
=== purist_ is now known as purist
RashadHello. I installed an ubuntu ISO and coppied the contents to a thumbdrive.14:07
RashadI have tried rufus and other software to also make the thumbdrive bootable, but one way or another it didn't work.14:08
leftyfbRashad: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#014:09
RashadIs there a specific file that should be used by BIOS to start booting into Ubuntu Installation/Menu?14:09
Rashadleftyfb: That uses Rufus. Didn't work for me and I tried multiple times.14:09
RashadI will try again, but I want first to try if I can do it another way easily.14:10
leftyfbRashad: https://help.ubuntu.com/community/Installation/FromUSBStick#Creating_a_bootable_Ubuntu_USB_flash_drive_from_Windows14:10
leftyfbRashad: it sounds like you're not following instructions did you said you "coppied the contents" of an iso to the thumb drive.14:12
Rashadleftyfb: That looks like plenty of help. Thanks14:12
Rashadleftyfb: Yes, after re-formatting it after trying Rufus.14:12
leftyfbRashad: there's also no need to reformat14:13
=== yanome is now known as yn
kappa1In gnome terminal how can I rename or set the title of a tab? (it seems that such option was removed with latest versions)16:03
oerhekstons of howtos to find, https://askubuntu.com/questions/446041/setting-terminal-tab-titles16:05
kappa1none of which suits me16:06
kappa1I wanted a shortcut to set the title16:06
oerheksi think you need to logout/login again to let it take effect?16:07
BadInputI was trying to fix an update with apt-get stating that my boot was full it was after i compiled a new kernel . So I followed https://gist.github.com/ipbastola/2760cfc28be62a5ee10036851c654600 and was able to free up space now only 88% full but when running sudo apt-get autoremove i get https://paste.linux.community/view/b10a415d16:08
BadInputi am running ubuntu 16.04 running kernel 4.12.1416:09
nicomachusBadInput: what does 'ls /boot' provide?16:10
oerheksBadInput, why not the official way, and get the 4.12 from mainline?16:10
oerheksstill, it is for testing, not supported16:10
posiIf you had a bunch of untrusted people who got physical access to a machine, what would you do beyond a reinstall to verify safety16:11
oerheks!mainline16:11
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds16:11
positoss SSD? toss Mobo?16:11
leftyfbposi: there are no options other than reinstall from scratch16:11
nicomachusposi: sounds like a question for ##security16:11
oerheksposi, not really an ubuntu issue,  "what if"16:11
posileftyfb: that was table stakes. Beyond reinstall16:11
leftyfbposi: that's beyond the scope of this channel16:12
oerheksbuy a tin foil hat16:12
nicomachuslol16:12
nicomachus++16:12
BadInputi used 4.12.14 to compile my cpu support. tried to recompile the kernel but all the things i found online were to compile the lastest kernel and not to recompile16:12
nicomachuswhat are you compiling the kernel yourself?16:13
oerheksBadInput, we suggest not to compile16:13
BadInputjust to run intel 64 bit instead of amd it does give better performance16:13
nicomachusthis isn't long-beard gentoo, you CAN install a kernel from repos...16:13
leftyfbuh16:14
oerheksamd64 stands for inel + amd 64 bit. amd was just the 1st with 32+64 bit capable cpu.16:14
BadInputthe main thing was i was trying to run a headless system but not at first i was running desktop and i couldn't get ssl working. so i switched to the server install which allowed me to ssl and i installed apache php and rutorrent/rtorrent and i figured why not just installed ubuntu_desktop and go ahead and setup remote desktop but after i installed desktop ti came out with an error that i pasted16:15
nicomachusso it's a seedbox.16:15
BadInputwell not really its my own personal media server now16:15
BadInputi was going to install plex16:15
oerheksBadInput, so that error has nothing to do with compiling yourself ?? .. strange way of asking16:15
BadInputi know right just gave you the background16:16
leftyfbBadInput: btw, there is absolutely no difference between the server install and desktop install that would have changed the outcome of what you posted above16:16
BadInputi was told to check here to see if i needed to nuke a package to reinstall16:16
nicomachusleftyfb: I didn't think that was worth getting into. lol16:16
BadInputyes i know right it is only a different amount of packages installed except ssl doesn't work on deksotp16:16
leftyfbthere's a lot of misunderstanding going on16:16
naccBadInput: have you provided ls /boot yet?16:16
leftyfbBadInput: incorrect16:17
BadInputyes16:17
BadInputoh wait i did a df16:17
BadInputone sec16:17
BadInputhttps://paste.linux.community/view/2f08b1a416:18
oerheksso you builded 4.12, blame ssl ..16:18
blacknred0besides this resource -> https://help.ubuntu.com/stable/ubuntu-help/backup-thinkabout.html ... are there other recommendations as of what to backup if you are migrating system (from one PC to another)?16:18
naccBadInput: well, you built a kernel with a ridiculously large initrd16:18
naccI can't tell if it's not compressed properly, or if you picked every possibly modules16:19
nacc*module16:19
naccBadInput: but you've made it so you can't update the initrd in place16:19
BadInputwell shrug i was thinking it was going to be a reinstall but in the future how would i just update in place to add support for intel 64bit instead of generic 6416:20
leftyfb:/16:20
leftyfbBadInput: that isn't a thing16:20
oerheksamd64 stands for intel + amd 64 bit. amd was just the 1st with 32+64 bit capable cpu.16:20
leftyfbthere's no such thing as "intel 64bit". amd64 is ALL 64bit16:20
BadInputi change it to dual + xeon support16:20
BadInputdual core i meant16:20
leftyfbdoesn't matter16:21
BadInputrunning make -j2 does run faster16:21
leftyfbBadInput: amd64 already had multicore support16:21
oerheksit does not run at all, now..16:21
BadInputso no need to change it to intel processor then ?16:21
leftyfbBadInput: no, because that's not a thing16:22
naccBadInput: if you want to do that, you're on your own to support yourself. (I believe you mean, you disabled support for all other processors i Kconfig)16:22
naccBadInput: but given your current experience, I would strongly suggest not doing that.16:22
oerheksbuilding a kernel for a GPU, on a server .. i am missing something16:23
mekhamiyo something really weird just happened. I dual boot windows and ubuntu, I'm on my ubuntu boot right now. I have three monitors, one of which is a 4k monitor so i have to set up resolution scaling and some weird stu ff. anyways i took this screenshot with scrot, check it out16:23
mekhamihttps://cdn.discordapp.com/attachments/306284178549243907/361909580789186560/2017-09-25-111844_9600x2160_scrot.png16:23
mekhamithe weird thing is, besides all the weird corrupted nonsense, those 'screenshots' at the top of the left side of the image... are from when i was on windows earlier....16:24
naccoerheks: which GPU do you mean?16:24
mekhamihow did scrot pick up an after image across a different operating system?!?!16:24
oerheksnacc, BadInput did not give that info16:24
naccoerheks: right, i meant that I don't see any mention of a GPU :)16:24
oerheksoh, cpu support, my bad16:24
naccoerheks: yeah, np16:25
BadInputjust a question to ask when i am reinstalling server again, how can i add 3 hdds at once seems the install only allows you to pick one / and not add any other hdds for other mount points16:26
tomreynBadInput: you can either do manual partitioning and add them there, or you can do it post install.16:29
BadInputthe weird part i was just installing server because it doesn't have open ssh installed on desktop16:29
mekhamiwhere is this ghost image coming from in my screenshot? D=16:29
BadInputis there a way to install it after i tried doing but the service would not start ... or doing a manual partition while in ncruses setup of server16:30
BadInputwhich i didn't see16:30
tomreynBadInput: both the server installer and minmal installer (mini.iso) allow you to install the openssh serverduring installation.16:31
BadInputi know that16:32
BadInputbut i was talking about desktop :) sorry i have adhd and i jump aroun16:32
BadInputd16:32
arunsHi, anyone know if it's possible to enable a Vi / Vim-like visual mode on the terminal without setting your shell to use the Vi keymap scheme?16:32
tomreynBadInput: desktops don't usually involve services such as an open ssh server. you can, of course, install it after installation there, too.16:32
BadInputi tried and it would fail to start the server16:33
BadInputboo16:33
arunsThis is for the purpose of selecting text on stdin with the option to either yank it into the system clipboard or to delete it.16:33
BadInputok well i'll try some stuff but drop by here before doing explosive work16:33
tomreynBadInput: can't comment on this (failure to start openssh server) without more details.16:33
oerheksBadInput, after install, you need to configure ssl server https://help.ubuntu.com/lts/serverguide/openssh-server.html16:34
tomreynBadInput: manual partitioning is available in all three installer types, but the one in the server installation is the most flexible one.16:34
BadInputtom thanks yup i am just new and figuring things out16:35
tomreyns/ssl server/(open)ssh server/16:35
=== ShalokShalom_ is now known as ShalokShalom
Steristwhat's the recommended size for root partition in 17.04?17:08
Steristnot /root but /17:08
Steristwith /home excluded, to be created separately17:09
naccSterist: i feel like that completely depends on your other partitions, and use-case17:10
SteristI want everything OS related on root, and user files separate17:10
Steristwith a healthy extra bit on root for future storage requirement increases17:11
naccSterist: ok, so you know how big you want /home to be?17:11
Steristeverything that's left after creating root.17:12
inflatussterist i just stay with 10 gig > doesn't sound like you are going outside of a norm17:12
Sterist10 going to be future-proof for upgrades?17:13
naccSterist: is there a reason you want a separate /home? Are you planning on sharing it across multiple OS?17:13
Steristyes, planning on ntfs17:13
naccSterist: you want your /home to be ntfs?17:13
Steristcorrect17:13
nacci would be pretty amazed if that actually works. Also, why would you bother?17:14
naccSterist: why would you make your Linux /home a Windows filesystem?17:14
cyberputzI have an 18 gig partition for / , applications and home are on separate partitions, it hovers around 18% used on /17:14
Steristthat's where the vast majority of downloaded files land by default, yes?17:14
cyberputzi would have prefered not to do it that way, thats just how it gets set up via pxe17:15
naccSterist: for regular user (e.g., desktop), sure.17:15
naccSterist: that doesn't really answer my questio.17:15
cyberputzi dont like it, in case anything goes apeshit in /var/log and fills up / , heh17:15
cyberputzwhich has happened17:16
Sterist18% of 18gb used? that's pretty basic, yes?17:17
mmkumrwhat is alternative of proteus(ISIS) for ubuntu?17:21
naccSterist: I genuinely can't think of a good reason you would want to make your Ubuntu home a ntfs filesystem. You're going to be accessing those files from Windows primarily?17:22
oerheksmmkumr, huge list https://alternativeto.net/software/proteus-pcb-design/?platform=linux17:23
Steristwell I was planning on it yes, I frequently download and transfer stuff, long story short. but I just set it as ext4 since it sounded like more headache17:23
Steristjust got this laptop revived from 3 years assumed hardware fault17:24
Steristisn't 18.04 the next LTS?17:27
oerheksSterist, yes17:28
Steristdang. time flies17:28
MrCrackPotBuildei have been a tit and done something now when i use lsblk i have loop0 and loop1 and whn ever i mount the usb i was messing around with i cant read or write to the usb unless in sudo17:31
MrCrackPotBuildei tried dmsetup info to see the mappings but the loops are not listed17:32
MrCrackPotBuildehow can i remove them17:32
MrCrackPotBuildeim using ubuntu 16.0417:33
pavlosMrCrackPotBuilde: sudo losetup -d17:34
tomreynMrCrackPotBuilde: it can matter what "something" is that youhave done. are those loop devices listed in /proc/mounts ? (are they mounted?)17:34
MrCrackPotBuildei have no idea all i was trying to do was make a windows usb disk17:35
MrCrackPotBuildeit ket failing then i broke the usb so wiped it with fdisk that didnt work so used gparted then finally tried to use disks to write the iso17:35
MrCrackPotBuildethats when the loop appeared17:36
tomreynchances are the loop devices will be gone after reboot. or do what pavlos suggested.17:36
pavlosMrCrackPotBuilde: maybe you did not write the iso to the usb but mounted the iso (a loop device does that17:36
tomreynif they are still in use then losetup should complain17:37
MrCrackPotBuildecrap thing is i removed all the devices and restarted and still there17:37
pavlosMrCrackPotBuilde: sudo losetup -l will list all loop devices17:37
MrCrackPotBuildelosetup loop0 faild to use the device no such directory17:38
holgerdanskeAnyone ever run into a situation where you're trying to compile a tarball and towards the end of the ./configure'ing process the terminal spits "openssl check failed"?17:38
MrCrackPotBuildeah i see17:38
mmkumroerheks: Ok nice softwares:)17:38
MrCrackPotBuildeits mounted the iso17:38
MrCrackPotBuildebut i unmounted all the iso's17:38
tomreynholgerdanske: this sounds very much like a software specific question. i suggest to talk to its developers.17:39
pavlosMrCrackPotBuilde: df should list what is mounted, do you see a dev/loop0 (or /dev/loop117:39
acresearchpeople i am trying to format a USB flash drive on ubuntu 17.04 but it is not working (error sync after initial wipe), i cannot use the drive anymore i cannot format it and use it. any help how to forcefully format it?17:39
MrCrackPotBuildeacresearch im going through the same problem now17:41
MrCrackPotBuildeprocess i used is fdisk17:41
acresearchMrCrackPotBuilde: ohok17:41
MrCrackPotBuildesudo fdisk /dev/sdb17:41
MrCrackPotBuildethen d untill all deleted17:41
acresearchhmmm ok17:41
MrCrackPotBuildethen g17:41
pavlosholgerdanske: you may be missing ssl libraries that ./configure checks17:41
MrCrackPotBuildeafter n17:41
acresearchhow do i find out which drive is my usb flash?17:41
MrCrackPotBuildeand then mkfs.fat fat32 etc17:42
MrCrackPotBuildelsblk17:42
MrCrackPotBuildeit should be sd(?)17:42
MrCrackPotBuildemake sure you mount the letter and not the number17:42
acresearchMrCrackPotBuilde:  ok 1 moment17:42
MrCrackPotBuildeie dev/sdb not /dev/sdb117:42
acresearchoh ok17:42
MrCrackPotBuildei have another problem though ahhaha17:42
MrCrackPotBuildemy usb is read only what on earth did i do17:43
MrCrackPotBuildeit must be something to do with disks because its only after using that can i no longer write17:43
acresearchMrCrackPotBuilde: i get a problem: No partition is defined yet!17:43
MrCrackPotBuildetheres your problem17:43
acresearchMrCrackPotBuilde: oh17:43
MrCrackPotBuildeso use this17:43
MrCrackPotBuilden17:44
MrCrackPotBuildesudo fdisk /dev/sd(?)17:44
MrCrackPotBuildeand enter through till back to command promt17:44
MrCrackPotBuildethen finally w17:44
acresearchok i used n17:44
MrCrackPotBuildeexit and use the mkfs command with your desired format ext17:44
acresearchwait17:44
acresearchp or e?17:44
MrCrackPotBuildewait17:45
MrCrackPotBuildeyer p its usb17:45
MrCrackPotBuildep17:45
acresearchok17:45
MrCrackPotBuildeuse all defaults17:45
MrCrackPotBuildeyou can just keep tapping enter17:45
acresearchfirst sector?17:45
ChadTaljaardtcan someone zip ubuntu for me so that its like 10mb ?17:45
MrCrackPotBuildeagain hit enter17:45
MrCrackPotBuildehaha use defaults17:45
acresearchoh ok17:45
pavlosChadTaljaardt: ubuntu is bigger than 10MB17:46
acresearchok it is done, pritty quickly i must say17:46
tomreynChadTaljaardt: why?17:46
ChadTaljaardtultra compress it ?17:46
acresearchback to starting command17:46
ChadTaljaardtnot much internet17:46
MrCrackPotBuildeok now you need to format17:46
tomreynChadTaljaardt:  buy a dvd17:46
ChadTaljaardtwhy not just compress it haha17:46
naccChadTaljaardt: Ubuntu is an entire OS. it will never compress to such a size.17:47
tomreynChadTaljaardt: because there is no way to compress it to that17:47
ChadTaljaardtyou can get windows 7 at 10mb17:47
MrCrackPotBuildeno you can17:47
acresearchMrCrackPotBuilde: again from the gui?17:47
MrCrackPotBuildecant*17:47
pavlosChadTaljaardt: ubuntu is already compressed in the iso format17:47
ChadTaljaardthttps://drive.google.com/drive/folders/0B6Cyu_nvcBLmSzB5NDRQR0IwaWs17:47
cyberputztry slackware 2.0 floppy install.17:47
cyberputzjk17:47
ChadTaljaardthere is windows 7 at 10mb17:47
MrCrackPotBuildeacresearch can use terminal or gui17:47
ChadTaljaardtyou can do it17:47
acresearchMrCrackPotBuilde: failed again, same error17:47
acresearchMrCrackPotBuilde: nothing changed17:47
MrCrackPotBuildecan you display the error17:48
MrCrackPotBuildeoooo try partprobe17:48
MrCrackPotBuildeif that fails try sudo partprobe17:48
MrCrackPotBuildethe computer needs to reread the partition table17:48
acresearchMrCrackPotBuilde: wait i am confused,17:49
acresearchlet me repeat slowly17:49
MrCrackPotBuildeok follow my commands exactly17:49
MrCrackPotBuildei run along with you as i am doing the same thing17:49
cyberputzon a non-smartalecky note, if you legit need a minimized installation, lubuntu might be of interest.17:49
MrCrackPotBuildelsblk17:49
cyberputzthats "L" as in Larry17:49
MrCrackPotBuildegrab your disk name17:50
cyberputzthey have a pi distro and some other goodies17:50
ChadTaljaardtcan someone compress ubuntu for me please?17:50
tomreynChadTaljaardt: it is not going to happen17:50
MrCrackPotBuildesudo fdisk /dev/sd(?)17:50
naccChadTaljaardt: no, please stop askinng.17:50
ChadTaljaardtwhy? not17:50
MrCrackPotBuilded17:51
MrCrackPotBuilden17:51
MrCrackPotBuildecycle through enter using defaults17:51
MrCrackPotBuildew17:51
tomreynChadTaljaardt: because no compression algorithm exists in the world that could compress it to that amount, as you were told before.17:51
ChadTaljaardthow though17:52
ChadTaljaardtdid you see the link i sent?17:52
ChadTaljaardtthats 3gb of data in 10mb file17:52
tomreynChadTaljaardt: we can discuss this in #ubuntu-offtopic if you like17:52
ChadTaljaardtyes pelase17:52
MrCrackPotBuildeacresearch now sudo mkfs.msdos -F 32 /dev/sdg117:53
MrCrackPotBuildeyou should now be able to see it if not pull it out put it back in let ubuntu auto mount17:53
MrCrackPotBuildehaha acresearch i actually owe you a thank you by helping you i helped myself with the problem of not being able to copy to the usb hahaha17:54
MrCrackPotBuildefixed my last problem17:54
acresearchMrCrackPotBuilde: :-)17:55
acresearchafter w i get this: Re-reading the partition table failed.: Device or resource busy17:55
MrCrackPotBuildehhhhmmmm17:55
cyberputzjust doing some research on what you are claiming, "There are many websites showing to download the windows 10 with highly compressed format, however, they are providing you the hacked tool which will help you to update your current version of windows to windows 10,."17:55
MrCrackPotBuildetry to unplug and close anything using it17:55
acresearchMrCrackPotBuilde: did that17:55
cyberputzit does not appear to be a full windows installer.17:55
MrCrackPotBuildeits not17:55
MrCrackPotBuildei just extracted it and had a look17:56
nicomachuswhy are we discussing windows?17:56
oerhekscyberputz, and offtopic here, he is reasking in ##linux too17:56
nicomachus!ot | all17:56
ubottuall: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!17:56
MrCrackPotBuildeits missing a lot17:56
cyberputzthanks nico, oerheks. new to the channel.17:56
cyberputzi may enjoy those channels,will join17:56
MrCrackPotBuildeok acresearch try rebooting your computer without the usb in when you load it back up follow the steps again17:56
acresearchMrCrackPotBuilde: it worked now, just repeated everything again, and for some reason it worked haha17:57
acresearchMrCrackPotBuilde: thanks :-)17:57
MrCrackPotBuildehahahaha no worries its the same for me not being able to write sometimes we make a spelling mistake or something i dont what i did17:57
MrCrackPotBuildebut mines also fixed17:57
MrCrackPotBuildequestion for the group could it have been disks and trying to write a iso to the usb that buggered it up17:58
=== kostkon__ is now known as kostkon
MrCrackPotBuildeim really curious as to why the usb was read only and why i had the loops17:58
DarkDrgn3khi all17:59
MrCrackPotBuildehi17:59
DarkDrgn3khow do you stop networkd from wainting for an interface to come up on boot17:59
MrCrackPotBuildewhy dont you want it to come up18:00
DarkDrgn3ki dont want to WAIT for it to come up18:00
pavlosMrCrackPotBuilde: when you plug in a usb, you can look at the bottom of dmesg to see how the system recognized the usb.18:00
DarkDrgn3ksometimes the lan interface is not plugged and it wait 5 mins for it to come up18:00
MrCrackPotBuildepavlos thanks im going to try to repeat what i did so i can get a better understanding18:01
MrCrackPotBuildehhhhmm when you say lan interfaaace is unplugged you mean the ethernet cable18:01
DarkDrgn3kyes18:02
MrCrackPotBuildefrom what i know shouldnt take that long if there is no connection18:02
DarkDrgn3kwell it has a 5 min countdown on boot :/18:02
DarkDrgn3kactualy 5 mins and 5 secs18:02
DarkDrgn3kand untill it hites taht mark it doesnt continue the boot sequence18:02
pavlosMrCrackPotBuilde: for example, after plugging in a usb, dmesg tells me, [sdb] Write Protect is off18:02
MrCrackPotBuildeah before it told me i wasnt the owner18:03
MrCrackPotBuildebut when i use sudo nautilus i was18:03
MrCrackPotBuildebut at the time i hadnt used sudo disks so not sure how it got its ownership set to sudo18:03
MrCrackPotBuildeDarkDrgn3k try this18:04
MrCrackPotBuildesudo nano /etc/network/interfaces18:04
MrCrackPotBuildeback up everything inside the file18:04
MrCrackPotBuildedelete everything but auto lo iface lo inet loopback18:05
MrCrackPotBuildesave and reboot18:05
oerheks:-(18:05
MrCrackPotBuildeor you can check the configurations there see if the ethernet is listed twice18:06
oerheks.. network manager controls the network18:06
MrCrackPotBuildeyes but hes asking for the interface18:06
MrCrackPotBuildeif what i read about his request is right its on start up18:06
=== bboles_ is now known as bboles
oerheksI doubt that it takes 5 minutes when you boot with no network cable..18:07
MrCrackPotBuildeit depends18:07
MrCrackPotBuildeif his config is displaying twice then yes18:07
MrCrackPotBuildeif no internet i wouldnt have thought it would hang either but the double config can confuse the loading18:08
MrCrackPotBuildewouldnt*18:09
naccoerheks: it *might* take 5 minutes if you booted with nnetwork before and then unplugged a cable. systemd-network-wait-online.service will wait18:09
naccsystemd-analyze blame would tell us, i think18:09
DarkDrgn3konly thing i can think of is i enabled systemd-networkd service18:10
naccDarkDrgn3k: what version of ubuntu?18:10
MrCrackPotBuildeim more with nacc assumption18:10
naccDarkDrgn3k: and you manually enabled systemd-networkd?18:10
MrCrackPotBuildeas i have done that in the past and had two ips the same apart from the last number18:10
DarkDrgn3kyes manually18:10
MrCrackPotBuildeDarkDrgn3k undo what you did haha18:11
naccDarkDrgn3k: was there a reaso?18:11
nacc*reason18:11
DarkDrgn3kthere is reasons to my maddness :P18:11
MrCrackPotBuildecare to share the hatters ink18:11
DarkDrgn3k[ ***  ] (3 of 3) A start job is running for...or networkd DNS (18s / no limit)18:12
DarkDrgn3ksory its this one thast slowed it down18:12
DarkDrgn3ksystemd-analyze blame18:12
DarkDrgn3k[    **] (2 of 2) A start job is running for...twork interfaces (59s / 5min 4s)18:12
zarzar1xerces 3.1.4 on 16LTS, i am running into install errors, make check fails18:12
DarkDrgn3kanyway this is for an embeded board running ubuntu and it seems i needed systemd-network to fire systemd events for hot-plugged (and conntced) devices18:13
DarkDrgn3kanyway still awiting for18:13
DarkDrgn3k[**    ] A start job is running for Raise ne... interfaces (1min 42s / 5min 4s)18:13
oerheks!paste18:13
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:13
DarkDrgn3koerheks: technicllay i pased only one line :)18:14
DarkDrgn3kpractically too18:14
nacczarzar1: probably most useful to contact xerces for support18:14
MrCrackPotBuildetwo if your terminal is small18:14
nacczarzar1: we don't support non-ubuntu packages or building from source18:14
naccas in provide support for18:15
zarzar1oh ok, i think its an include issue, ubuntu includes are different than18:15
DarkDrgn3kugh any one know whaqt the magic file is that enables debugging on systemd ?18:15
zarzar1when i install something do i need to copy header files to ubuntu include dir18:15
zarzar1?18:15
MrCrackPotBuildehttps://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwi-nKnk-MDWAhVLtY8KHYvYCYEQFggoMAE&url=https%3A%2F%2Fwiki.debian.org%2Fsystemd&usg=AFQjCNF1g1F8jatiX659GnoBLsTtWHu_BA18:16
DarkDrgn3ki cant add kernel paramatesr18:17
DarkDrgn3ktehre was some other wayt that you add a file into your etc directory18:17
DarkDrgn3ki cant find it now :/18:17
pavlosDarkDrgn3k: suggestion, change one line in /etc/network/interfaces, from auto eth0 to allow-hotplug eth018:18
Jordan_Uzarzar1: Why are you not installing from the packages available in the default repositories? Also, what is your end goal? xerces is a library, not particularly useful on its own. Are you writing software to use xerces as a library?18:19
zarzar1as a library, need the same on my embedded board and dev machine18:19
zarzar1xerces works fine on BBB and RPI but fails on ubuntu18:20
zarzar1i used same install procedure18:20
DarkDrgn3kauto hotplug did it thanks pavlos18:22
pavlosDarkDrgn3k: https://unix.stackexchange.com/questions/128439/good-detailed-explanation-of-etc-network-interfaces-syntax18:22
zarzar1solved, g++ requires library last on command line18:24
zarzar1sad18:24
nacczarzar1: if you mean where you placed -l, you should read manpages18:25
zarzar1it used to work, older vesrions of g++18:26
nacczarzar1: i mean you should read what -l does, and why the order matters. If it worked before, it was probably by chance. Now (well, possibly the whole time) offtopic here18:27
Disaster_Areahey, printer issues. My printer normally works fine although I've not used it in a few months. Plugged it in my USB and it's turned on but my computer isn't acknowledging that it is connected in any obvious way18:28
Disaster_Areawhat can I do about this? ;w;18:28
MrCrackPotBuildeDisaster_area is it switched on18:33
Disaster_Areayeah18:33
MrCrackPotBuildeany errors at all18:33
pavlosDisaster_Area: is cupsd running? (try ps aux | grep cups18:33
Disaster_Areanope MrCrackPotBuilde; I'll type that command in a sec pavlos18:34
DarkDrgn3kugh..18:34
DarkDrgn3khttps://www.pastebin.ca/387811518:34
Disaster_Areahttps://paste.ubuntu.com/25616185/ that's the output pavlos18:34
Disaster_Areaahh i've managed to fix things now18:34
pavlosDisaster_Area: yes, cupsd is running ...18:34
Disaster_AreaI found a command online and now my printer is recognised18:34
Disaster_Areai did sudo apt-get install --reinstall cups18:35
Disaster_Areawew well thanks for trying to help :)18:35
MrCrackPotBuilde!paste18:36
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:36
MrCrackPotBuildeDarkDrgn3k try this in the config file18:37
MrCrackPotBuildehttp://paste.ubuntu.com/25616202/18:37
blacknred0besides /home and /etc, should there be other recommended folders to backup before migrating to another machine (like list of pacakges and links, etc.)?18:51
oerheksi would clone package lists, and backup home, no need for /etc/18:52
oerheks!clone18:52
ubottuTo replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate18:52
DarkDrgn3kanyone familiar with creatign bridges using systemd.network18:53
blacknred0oerheks: nice.... now, other packages that were not installed through apt, i would need to reinstall them manually,right?18:54
pavlosDarkDrgn3k: see examples 3 & 4 ... https://systemd.network/systemd.network.html18:57
DarkDrgn3ki had a type and the interface wasing being created LOL18:57
DarkDrgn3know the interface is not being added to the bridge18:57
DarkDrgn3klooking thanx18:57
oerheksblacknred0, yes, but it depends what that package does, some make an entry in /etc/apt/sources.list.d/18:58
oerheksblacknred0, another forum post with lots of info https://askubuntu.com/questions/9135/how-to-backup-settings-and-list-of-installed-packages18:58
blacknred0oerheks: thanks mate18:59
blacknred0i think some of the apps that i have are not in sources.list.d18:59
eniI dont get it. I change my sources.list and sudo apt-get update and it still tries to get from a line that is commented :/19:33
eniI even get an error19:33
DarkDrgn3kugh systemd wont add the interface to a bridge :/19:34
ioriaeni, maybe because it's in sources.list.d ?19:36
eniyeah19:36
eniioria, thnx19:37
ioriaeni, vous êtes les bienvenus19:37
enipas mal! :D19:38
Cobraxcan a kernel module crash cause a kernel panic?19:58
Cobraxhence requiring a reboot?19:58
Cobraxif so, are there ways to prevent it?19:58
naccCobrax: what kind of crash?20:02
naccCobrax: but yes, generally, that is possible, depending on what the module does20:02
Cobraxnacc, "sorry i can't do anything else"-kind of crash20:18
Cobraxpretty sure that was the only kernel panic?20:18
oerhekscheck /var/log/syslog or /var/log/kern.log -- https://help.ubuntu.com/community/DebuggingSystemCrash20:22
oerheksoh, skip that answer, you are clearly not interested in a solution20:34
TJ-I've got a mount process stuck in uninterruptable sleep; any ideas how to unstick it?20:35
amincdhi, on one of my Ubuntu installations, there is no indicator on the launcher icons to show how many instances of that program are open. How can I get that indicator back?20:44
oerheksTJ-, if you can reach comandprompt, umount -lf ?  -l, --lazy  Lazy  unmount.   Detach  the  filesystem from the file hierarchy20:44
TJ-oerheks: had to power down, there was a kernel BUG in a paging request20:45
oerheksamincd, normally you would see 2 or more tiangles, indicating you have multiple instances20:46
amincdoerheks: yes, I don't see that20:46
oerheksamincd, odd, did you install a theme/iconpack or something?20:47
amincdoerheks: I don't think so. This is an old PC that I just upgraded to the newest LTS version of Ubuntu20:47
amincdI can't remember what I may have installed back in the day20:47
oerheksi have no other clue to that, never experienced it myself.20:49
solar_seahi, i've just did a base install of the 16.04 on a dell latitude notebook. it fails to display any graphics unless I remove load_video and gfxmode from the grub config before booting. How do I make those changes permanent ?20:57
TJ-solar_sea: edt /etc/default/grub then do "sudo update-grub"21:05
solar_seaTJ-, thanks. I wasn't clear from the comments in the default how would I remove those so i edited 10_linux instead and just commented them out. It's not like I'll need them on that machine.21:07
TJ-solar_sea: there are control variables declared in /etc/default/grub which control what the shell scripts in /etc/grub.d/ include in /boot/grub/grub.cfg21:08
zenguyis there a chat channel for testing artfull xubuntu?21:20
oerhekszenguy, yes, #ubuntu+1 for upcomming releases21:20
zenguythanks oerheks :)21:21
brontosaurusrex_a tool that would detect window resize event? (something I can use from shell scripts), like 'xprop -spy -stuff' ?21:21
oerheksso all bugs/questions get to the right channel21:21
oerheksbrontosaurusrex_, wmctrl perhaps? https://askubuntu.com/questions/27894/get-window-size-in-shell21:26
brontosaurusrex_oerheks: cant see any 'spy' option and xdotool doesn't seem to have one either.21:26
d_1_stortionmy ubuntu mate 17.10 doesn't wake from sleep?21:40
d_1_stortionhow do I start fixing this problem21:41
d_1_stortion?21:41
naccd_1_stortion: #ubuntu+1 for 17.10 support21:41
TJ-d_1_stortion: and that sounds like an ACPI DSDT acpi_osi= fix is required21:42
d_1_stortionwhat do you mean by that TJ-?21:46
TJ-d_1_stortion: I'll respond in #ubuntu+121:47
dedzeHi, can anyone tell me if the guide this install adobe air (https://askubuntu.com/questions/87447/how-can-i-install-adobe-air) is safe or if I shouldn't do the sudo commands in it?22:23
doug16kI screwed up my system with this repo: ppa:ubuntu-toolchain-r/test -- how do I purge that garbage? if I try to remove gcc-7 it wants to remove dkms and xorg!22:27
mcphaildedze: it isn't supported by Ubuntu or Adobe. In that sense, it isn't safe. It might work, or it might not. But if it breaks anything you'll have to pick up the pieces22:29
doug16kI purged some of it yesterday and it tore out my NIC driver. had to modprobe r8169 to get network back22:29
dedzemcphail: Ah oki, what kind of damage could it do? I'm just worried about making my system vulnerable to hackers. If I have to delete all my files and reinstall ubuntu from scratch, I don't really mind22:30
glitsj16doug16k: did you sudo ppa-purge <ppa_name> or similar?22:37
naccdoug16k: ppa-purge22:37
naccdoug16k: don't remove the packages by hand, that's not what you wanted to do22:38
=== argent-coffee is now known as zenguy
=== kl1n3 is now known as kline
doug16knacc, glitsj16, thanks, I'll try that22:48
dedzeHi, is this command safe to use? sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.022:49
naccdedze: define safe?22:50
doug16kdedze, looks pretty harmless22:50
naccdedze: it is installing some packages22:50
naccdedze: for 32-bit support in some libraries22:51
dedzenacc: Safe as in my computer is not gonna get hacked because of this line22:51
naccdedze: fwiw, that last one no longer exists22:51
doug16ktwo of them are compressed file libraries and the middle one is a library for doing text UIs22:51
dedzenacc:  Ah oki. I'm trying to installed a game (Dofus), but it needs Adobe air, so i'm trying to install adobe air for now :)22:51
naccdedze: well, presuming you are using official trusted mirrors only, they are as safe as any package.22:52
dedzenacc: I don't know if I'm using offical trusted mirrors but I guess so. I'm a newbie in ubuntu actually22:52
naccdedze: if you haven't made any alterations from the installation time, then you probably are22:53
dedzenacc: I totally didn't change anything about this22:53
doug16knacc, I get "Warning:  Could not find package list for PPA: ubuntu-toolchain-r test" - should I add it back in and ppa-purge it? I removed the ppa already22:54
naccdoug16k: i'm not sure; you're in a bit of an awkward state having already removed the PPA. I think adding it back (using add-apt-repository) and then ppa-purge'ing it should be fine.22:55
dedzeI get this message when I try to install adobe air: http://paste.ubuntu.com/25617486/22:56
dedzeDOes anyone have an idea how can I fix it?22:56
doug16knacc, I add-apt-repository'd it back and ppa-purged it and it gives me a nice list of things to be removed/downgraded. looks like it will work. thanks!!22:56
naccdoug16k: yw, gl!22:56
naccdedze: i believe you need libgtk2.0-0:i386 (if you need 32-bit)22:57
qxtUsing Gnome and for some reason I do not see thumbnails just the icons of files when looking at them over samba or nfs22:57
qxtLocally I do see thumbnails. Anyway to fix this?22:58
dedzenacc: Oh I see, is 'sudo apt-get libgtk2.0-0:i386' the correct command to enter in the terminal?22:58
oerheksdedze, you might want to take a look at this ppa https://launchpad.net/~andykimpe/+archive/ubuntu/dofus but it is up to xenial 16.0422:58
naccdedze: i think so, but not sure22:58
dedzeHi oerheks !! How are you? You helped me a few weeks ago =)  Thanks for the link but how do I know if I can trust this source?23:00
oerheksi guess as much as you trust the source code23:00
doug16knacc, worked fyi, did exactly the right thing23:01
dedzeWhat does 'sudo ln -s' do?23:17
naccdedze: probably splits an error as you're missing an argument23:18
naccdedze: man ln23:18
naccdedze: and sudo means do it as root23:18
dedzeActually, the full lines are these: sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0  sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.023:19
dedzeBut I'm trying to figure what it does before doing it23:19
multifractalI'm having a lot of trouble with my trackpad. 16.04, Dell 9365. Sometimes it'll suddenly behave as if 2 fingers are depressed so any attempt to move the cursor scrolls you around. And the cursor sporadically jumps about, or select a load of text, and becomes poorly responsive...23:19
naccdedze: those are two lines of the first form from the manpage23:20
naccthey are creating symbolic links in /usr/lib/ with the given names pointing to the given files in /usr/lib/x86_64-linux-gnu/23:21
Bashing-omdedze: ^^ . Basically, think of it like this: ln -s 'location to link to' 'name of symlink' .23:21
naccdedze: that does't seem like it should be necessary, though23:21
naccsounds like old and buggy instructions to me23:21
dedzeAh oki, I didnt understand anything haha23:22
Bashing-omdedze: sysop@x1604:~$ ls -al /usr/lib/x86_64-linux-gnu/libgnome-keyring.so*23:23
Bashing-omdedze: >> lrwxrwxrwx 1 root root     25 Oct 16  2016 /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 -> libgnome-keyring.so.0.2.0 .23:24
dedzenacc: Bashing-om I finally got to run the Adobe air installer but it opened a X TERM windows asking for my password to install it, I entered it but it says wrong password?23:24
dedzeIt says this message: This application requires administrating rights to run23:25
dedzePlease enter root Password:23:25
dedzeIt means my user account password right?23:25
naccno, it sounds like it wants your root password23:26
nacci wouldn't set it23:26
nacc*type it23:26
naccno game is worth this much hassle, tbh23:26
TJ-dedze: sounds like a very poor installer script, that doesn't understand systems that don't set a root user password, which is how Ubuntu is configured23:26
TJ-dedze: the best way may be to do "sudo -i" first to gain root privileges, then run the installer script23:27
dedzeDoes it mean becoming root user?23:27
dedzeTJ-:23:27
* nacc stands by it's not worth it :)23:28
dedzeWhy not worth it nacc ?23:28
TJ-dedze: "sudo -i" does that yes. the "-i" means an interactive shell which you type "exit" later to return to your regular user23:28
* TJ- agress with nacc though - this sounds like the installer might break the system23:28
dedzeBreak the system??23:29
TJ-I'd do it/test it in a chroot or virtual machine23:29
dedzeWhat is a chroot?23:29
TJ-!chroot23:29
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot23:29
oerheksoh, air needs root to update itself.. found @ french forum http://forum.ubuntu-fr.org/viewtopic.php?id=174963123:30
dedzeThanks oerheks , I'll check that link23:31
oerheksi would drop that game, it has been removed from softwarecenter too, years ago23:32
dedzeHmm do you think it's unsafe?23:33
oerheksadobe air is dead, flash is dead,  .. i think you follow this manual ? http://forum.ubuntu-fr.org/viewtopic.php?pid=18872181#p1887218123:34
TJ-dedze: potentially invasive install requiring non-standard changes to core library configuration.23:34
dedzeAlright guys, I will give it up^^23:34
dedzeThanks for your advices!23:35
dedzegood night guys!23:41
=== deathonater is now known as Smeef
=== feodoran is now known as Guest74321
=== feodoran_ is now known as feodoran

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