[00:04] figured it out, somehow I had a binary in /usr/bin/java instead of a symlink [00:04] ERROR: PAE is disabled on this Pentium M (PAE can potentially be enabled with Kernel parameter "forcepae" - this is unsupported [00:05] some version for my laptop dell [00:05] d600 [00:05] please [00:05] 14.10 lubuntu not working [00:07] what does it mean to be "compiled against" something? [00:08] how can i enable pae? [00:10] Mtik1: info:http://ubuntuforums.org/showthread.php?t=2211590 <- Now 14.04 Lubuntu has support for non-pae: [00:11] what is pae? [00:11] on boot I add --forcepae [00:11] and work [00:11] :) [00:11] can i damage my CPU? [00:11] Mtik1: Physical Address Extension see also: https://help.ubuntu.com/community/PAE/PentiumM . [00:14] I wanna use lubuntu live version and I want set Wifi parameters and safe setting on USB [00:14] how? === bazhang_ is now known as bazhang [00:14] !persistence | Mtik1 [00:14] Mtik1: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence [00:17] I'm trying to re-install my kernel after having deleted /boot. I'm unable to apt-get install --reinstall linux-image-/kernel_version/ due to dpkg failing on missing files it's trying to move from the previous installation. apt-get purge and install -f fail for similar reasons [00:18] any suggestions on how to force it to install the package or somehow convince it that the package is not installed so I can install it from scratch? [00:18] try installing an older kernel [00:18] Hi all having troubvle installing adb and fastboot on ubuntu using this tutorial http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378 and the following command. I get the error "has no installation candidate" sudo apt-get install android-tools-adb android-tools-fastboot [00:18] K4k: one you would have had and perhaps autoremoved, you could pop it back in [00:18] *on [00:19] daftykins: I've got the deb packages in the apt archive in /var/cache. Is that what you mean? [00:19] K4k: well no, it'd need to be one that's not marked as "ii" from "dpkg -l | grep linux-image" [00:20] hi, does anyone here know much about Clementine? I'm trying to connect the Remote Android App and keep getting "Could not reach host" [00:20] daftykins: Yeah, I have 3.16.0.30-generic showing as ii [00:21] What does it mean to "compile against" vs just "compile" [00:21] K4k: so pick the first older version that isn't ii, then install that :) e.g. sudo apt-get install linux-image-3.16.0-##-generic" [00:22] -" [00:22] jayjo: What is the context, and what is your end goal? [00:22] daftykins: that's what I was trying to say before, though. I've tried that and I get dpkg errors about gzip not being able to unpack because there is no space left on device. But I have 500GB free on the disk mounted that I'm chroot'd in to. [00:23] K4k: can you pastebin a "df -h" ? [00:23] anyone know how to remove error "no installation candidate when installing adb and fastboot for android? [00:23] K4k: Also "df -i". [00:23] jishjish: it's an error because those packages do not exist. you're using the wrong name [00:24] daftykins: ok, do you know the name I am supposed to use for the application name and or ppa so I can install them? [00:24] daftykins: I can but I'll just tell you. It looks weird, says Filesystem "none" followed by /dev/shm, "none" /dev and /dev/sda1 as /boot/efi [00:25] For some reason (and I'm not all that familiar with how things /should/ look in a chroot environment) there is no / mounted [00:25] i would prefer seeing it first hand to be honest [00:25] k, give me a minute, I'll have to transcribe the pastebin url from the other computer. What's the preferred pastebin for this channel? [00:25] jayjo: usually it means it requires a *specific* version of a compiler, tool, or library, which you need to compile successfully. [00:26] !paste [00:26] For 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. [00:26] K4k: install pastebinit then you can just "df -h | pastebinit" === brian is now known as Guest10982 [00:27] How do I debug a new Ubuntu desktop that (apparently) crashes while X is loading? [00:27] (during the boot process) [00:27] daftykins: except I can't install packages in the chroot where I'm running the df commands from >_< [00:27] dunpeal: try seeing if there are any issues in /var/log/Xorg.0.log [00:28] K4k: really 0o [00:28] yes, that's what I'm saying in all this, apt-get and dpkg don't work in the chroot for some odd reason.. here's the pastebin... [00:28] http://paste.ubuntu.com/10165868/ [00:30] K4k: heh, you haven't mounted all your file systems properly [00:30] whilst your issue does relate to /boot, you can't just transplant it like that [00:30] Loshki: I'm trying to install an apache module (mod_wsgi) that says in troubleshooting that the module is probably no 'compiled against' the correct language versions === enterprisedc_ is now known as enterprisedc [00:30] anyway if Jordan_U is up for it, he's the boot expert :> [00:30] !list [00:30] nicomachus: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [00:31] K4k: hmm yeah it also looks like your /boot/efi is 1MB O_O [00:31] daftykins: so, the deletion of /boot wasn't entirely by accident === corey84_ is now known as Corey84 [00:31] ah, cool, there's a clementine channel. [00:31] I was trying to do the efi fix for macbook [00:31] props on your great bot, btw [00:31] and didn't even think about the fact that my kernels were in there [00:32] correct ppa for installing android adb and fastboot anyone? [00:32] K4k: how does this relate to a mac? :S [00:32] jishjish: we don't support PPAs, there's a package i think for android dev tools - i don't remember the name though [00:33] daftykins: I have Ubuntu installed on my mac. Mac does not like vfat formatted /boot partitions so there is a way you can reformat it as hfs and "trick" the mac firmware in to thinking it's a proper boot partition so you don't have to press option every time you boot up to load Ubuntu [00:33] long story short, I did that but forgot to backup /boot before re-formatting it to hfs [00:33] i'm not asking if anyone supports it, I'm asking if anyone knows of a way of installing android adb and fastboot. My isue with ubuntu is I keep running into tutorials saying use this ppa, but the files are never found. [00:35] K4k: You don't want /boot/ formatted as fat or hfs or hfsplus. If anything, it should be your EFI System Partition that is one of those filesystems. [00:35] jayjo: it sounds like the module is out of date. Is this a standard apache installation from the repos? [00:35] Jordan_U: I think that was what the walkthrough was trying to have me do... one sec, let me try to dig the URL back up... [00:35] K4k: Please pastebin your /etc/fstab and the contents of /proc/mounts. [00:36] jishjish: you misunderstand, what ubuntu version is this? [00:36] daftykins: I am using 14.10 - the latest [00:37] jishjish: so, here's what i did... i went to google... i typed in "android tools ubuntu 14.10" - first result, "android-tools-adb" and "android-tools-fastboot" second result. [00:37] Jordan_U: http://paste.ubuntu.com/10165957 and http://paste.ubuntu.com/10165962 [00:38] so what is the point/pros/benefit of using Ubuntu Make( https://wiki.ubuntu.com/ubuntu-make ) instead of a package specific PPA? http://packages.ubuntu.com/vivid/ubuntu-make [00:39] !vivid [00:39] Ubuntu 15.04 (Vivid Vervet) will be the 22nd release of Ubuntu due for release in April 2015. Discussion and support in #ubuntu+1. For more info see the announcement at http://www.markshuttleworth.com/archives/1425 [00:40] hey guys, can anyone recommend a php (or similar) server monitor i can install to watch my home server? [00:41] K4k: You have a comment reffering to /boot/ in your /etc/fstab, but no entry for it. Do you know why that is? [00:41] koding123, Vivid isn't out yet, join #ubuntu+1 [00:41] Jordan_U: The walkthrough had me remove /boot and replace it with /boot/EFI [00:42] K4k: Please link to this walkthrough (though it sounds like it's fairly flawed). [00:43] OerHeks, so where am I supposed to ask that question? [00:44] #ubuntu+1 for vivid 15.04 [00:45] Jordan_U: https://medium.com/@PhilPlckthun/ubuntu-14-10-running-on-my-macbook-18991a697ae0 [00:45] Starting with the "Fixing Ubuntu" section [00:49] I'm having difficulties installing Ubuntu to a USB drive, could anyone help? I have 1 USB drive with a live install on it (Where I can try/install ubuntu), but when I try to install Ubuntu to another USB drive (So I can carry around a full permanent install), the installer hangs at "Preparing to Install Ubuntu", done plenty of research online and no solutions have fixed it. Any ideas? [00:49] K4k: Re-read those instructions. You'll see that it never asks you to remove your /boot/ partition. [00:51] oh... is the efi partition seperately mounted? @_@ I didn't have /boot/efi so I /assumed/ (what's that saying again?) that they were having me delete /boot and re-create it. [00:51] daftykins: after doing what you suggested and gooogling, and going to those results I can't find a ppa or deb package to install? [00:51] So, to install with the EFI partition, is it just that I need to boot from the live CD using the EFI option or is there something special to get that? === Jua is now known as Guest84295 [00:53] K4k: Normally if you boot the Ubuntu LiveDVD/USB via EFI the installer will create or use an existing EFI System Partition, which it will mount at /boot/efi/. And yes, it's completely different from /boot/. [00:54] DOH! I guess I installed from the non-EFI boot. I'll re-install and try this again. Thanks for working with me on it. [00:55] K4k: You're welcome. [00:56] jishjish: *facepalm* no you run "sudo apt-get install android-tools-adb android-tools-fastboot" [00:57] !info android-tools-adb [00:57] android-tools-adb (source: android-tools): Android Debug Bridge CLI tool. In component universe, is extra. Version 4.2.2+git20130218-3ubuntu36 (utopic), package size 67 kB, installed size 241 kB (Only available for linux-any) [00:57] they are available from the default repos [00:58] OerHeks, so according to you we can't ask Ubuntu specific features in here? [00:58] considering it is in https://github.com/ubuntu/ubuntu-make [00:58] koding sure, but not about vivid. [00:59] it seems like a shame it this so called "Ubuntu Member" s don't know what is ubunt-make (no offense) [00:59] *ubuntu-make [00:59] ola === fred_ is now known as Guest30223 [01:00] ola [01:00] koding123, good luck. i answered as best as i can. [01:00] OerHeks, sorry :) no offense over there I know the rules and stuff, posting it every 30 mins [01:00] daftykins: I'm not sure you understood my original question. I tried that exact command and get the error "android-tools-adb and -fastboot "have no installation candidate". I was looking for a ppa or any method of installing the tools which doesn't fail and give me an error like this. [01:01] OerHeks, is it against the topic? [01:03] has anyone ever installed cacti [01:04] jishjish: maybe you didn't run "sudo apt-get update" first, or haven't got the universe repo enabled. [01:04] !info cacti [01:04] cacti (source: cacti): web interface for graphing of monitoring systems. In component universe, is extra. Version 0.8.8b+dfsg-8 (utopic), package size 1623 kB, installed size 4929 kB [01:05] whats the real question rpp601 [01:06] bazhang: i goofed on the installation and picked the wrong option for my server. uninstalling the packages and running the install again starts me off half way through it, picking up where i left off. how do i totally remove the installation of the packages, rather than use apt-get remove [01:07] daftykins: I ran the update command, how do I know if universe repo is enabled? and or how do I enable it? [01:08] koding123: Try #ubuntu-app-devel perhaps. #ubuntu is for support with the desktop suite (mostly), not really really for development discussion, [01:08] jishjish: do you have a gui? [01:09] bazhang: i'm gonna google it and try and get this one myself [01:09] don't wanna use my #ubuntu help card for the night on something stupid [01:09] thx tho ) [01:09] :) [01:09] Pici, getting help in #ubuntu-touch as well, thanks! [01:10] OerHeks, and sorry :) no offense. [01:11] jishjish: well first try "apt-cache search android-tools" and see if it spits out their names === jnoob22 is now known as Harlin [01:17] daftykins: I get this "android-tools-fsutils - Android ext4 utilities with sparse support" === holymac_ is now known as holymac === neems is now known as neemsio === neemsio is now known as neems [01:21] jishjish: you might need to check what repos are enabled then, system settings button on the left if this is unity, then go to software and sources [01:22] Anyone know if the Dell XPS 13 is shipping with Ubuntu yet? [01:22] daftykins: thanks I'll check there [01:23] Steve_Jobs: we are not Dell. call them :) [01:23] daftykins: haha :) [01:25] Steve_Jobs: http://www.dell.com/us/business/p/xps-13-linux/pd [01:27] how 2 instal virtualbox? [01:27] that's not the new one with the infinity screen, nicomachus [01:27] well you didn't say that... [01:28] http://www.dell.com/ca/business/p/xps-13-9343-laptop/pd [01:28] that's all the rage these days [01:28] beni85: sudo apt-get install virtualbox [01:28] that is why this is not a Dell sales channel ) [01:28] * :) [01:28] ok, thx [01:28] np [01:29] daftykins: I know, but we have on the horizon a MacBook beater that ships with Ubuntu. Hence, Ubuntu channel. [01:29] "Ship dates for the XPS 13 are 22nd Jan (Core i3) and 28th Jan (Core i7.)" [01:29] http://ultrabooknews.com/2015/01/07/gorgeous-featureful-dell-xps-13-starts-at-799-could-be-the-one-details-here/ [01:29] I'll happily talk about Clementine instead. :) [01:29] nicomachus: but there is an upcoming version that ships with Ubuntu out of the box [01:29] Steve_Jobs, you don't install your OS yourself? [01:30] Baribal_: correct. Ships with Ubuntu [01:30] It's called the dev edition [01:30] there always has been one, but it came with 12.04 last i saw [01:30] Yeah, not what I meant, but not really relevant to the channel anyways. [01:31] daftykins: this is supposed to be 14.04 [01:32] glad to hear they've finally updated [01:32] is linux-headers-3.13.0-32 the kernel source because the only difference i see is linux-headers-3.13.0-32-generic is symbolic links to linux-headers-3.13.0-32 why the two [01:32] hi all is there a tool built into ubuntu which burns images on dvd/cd. I want to install minimal ubuntu on an old laptop [01:33] Steve_Jobs: but you're probably talking about the US right? which isn't the centre of the world :) [01:33] jishjish: startup disc creator [01:33] or just right click on the .iso file and select "write to disc" [01:33] jishjish: Yes. You can just right click the iso and select "burn to disk" (or similar). You can also open Brasero and work from there. [01:34] thanks Jordan_U [01:34] jishjish: if it's too old it might not have the RAM to boot, i guess you might be referring to mini.iso though [01:34] if you right click and select "write to disc" you can hit the properties button and select lower speeds. [01:34] I'd recommend it, really. 4x [01:35] jishjish: You're welcome. [01:37] Hi, I've tried to install SELinux on my computer and if I set it to enforcing, on reboot, it says the system is running in low graphics mode and It won't let me configure X11 manually either [01:38] hey [01:39] I think it might have something to do with the fact that the selinux policy hasn't authenticated my user to be allowed [01:40] javelinanddart: Why are you trying to use SELinux rather than apparmor? [01:40] I prefer using it over AppArmor [01:41] * daftykins chuckles [01:41] Jordan_U: Call me crazy but if the NSA developed SELinux for the Department of Defense, and open-sourced it, and it's maintained well, I would think it would be more secure [01:42] is there an easy way to set or find my mysql root pw? [01:42] this is not really a channel for your soap box to be brought out :) [01:42] what is the purpose of linux-headers-3.13.0-32-generic which is a sym links to linux-headers-3.13.0-32 and correct me if i am wrong this is still what the kernel is named/source files for the kernel [01:42] rpp601: dpkg-reconfigure lets you reset it afaiui === alchemist_ryu12 is now known as ryu13212 [01:45] though uname -r says linux-headers-3.13.0-32-generic [01:46] daftykins: dpkg-reconfigure mysql-server doesn't return anything [01:46] i mean 3.13.0-32-generic [01:46] but confused because that is symbolic link [01:46] rpp601: well it needs to be the right package [01:47] yoda: yeah there are multiple variants other than -generic, so it symlinks to the non-variant headers [01:47] daftykins: i'm trying to install cacti, i'm having trouble with mysql's 'root' password - i never set it. [01:47] maybe you never installed mysql server then [01:48] it's installed [01:48] javelinanddart: Frankly, if you want to use SELinux you might want to use a distribution that uses SELinux by default. That said, what is the output of "check-selinux-installation"? [01:48] i know for sure it always prompts with the text style blue window and asks for a root password to be defined [01:48] dunno then. === SonikkuAmerica_ is now known as littlebunnyfufu [01:48] you useless ass [01:48] rpp601: Please watch your attitude and language in this channel. === littlebunnyfufu is now known as SonikkuAmerica [01:49] rpp601: i'd recommend you don't make a comment like that again :) [01:49] Jordan_U: daftykins has helped me before, i was joking :-) sorry tho === ryu13212 is now known as ryu === ryu is now known as ryu13212 [01:49] i am not laughing :) [01:49] rpp601, try this http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html [01:49] sorry guys :( [01:52] hoping someone can help me here, as i seem to have messed some things up === ryu13212 is now known as Sleep_ryu12 [01:52] !ask | Plomos [01:52] Plomos: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === Sleep_ryu12 is now known as ryu13212 [01:54] i had windows 8.1 and ubuntu 14.04 dual booted on my laptop. got tired of ubuntu for the time being, so while in windows i deleted the linux partitions like a noob and reallocated the space for windows, but now the laptop boots into a limited version of grub and nothing else [01:54] i tried setting it to boot from usb, but it won't do it [01:54] Do you have windows install cd? [01:55] Plomos: Is this a UEFI or BIOS based machine? [01:55] i have a bootable windows usb, but the laptop doesn't have a cd drive [01:55] uefi [01:55] Try UEFI boot from usb [01:56] Plomos: If you run "ls" from the grub rescue shell, is your USB drive listed? [01:56] is there a command for that? [01:56] hold on [01:57] it sees an hd0.msdos1 [01:57] and then other partitions that it thinks are linux [01:58] yoda: " uname -r says linux-headers-3.13.0-32-generic " says you do have a serious problem. Instead of beating around the bush, what is the real question ? (out of disk space ?) . === alpha-1 is now known as ryu13212 [02:00] is there a way to force it to boot windows from grub? === McPeter is now known as Guest98409 === McPeter_ is now known as Guest24679 === McPeter__ is now known as reloadMc [02:01] Plomos: Does it list any (hd1)? === reloadMc is now known as McPeter [02:02] greetings everyone [02:03] mes respects [02:03] would anyone be able to help me with a PXE question? i want to install ubuntu via PXE using a downloaded local CD, currently the PXE goes out on the internet and pulls from the archive site [02:04] jordan it lists hd1,gpt4 hd1,gpt3 hd1,gpt2 and hd1,gpt1 in that order [02:04] * titou_ never used pxe sorry [02:04] after the hd0 [02:04] SG-PXE: Local as in connected to the machine being net-booted, or local as in hosted on a TFTP server within your LAN? [02:05] Plomos: Good. Are you at a "grub>" prompt, or a "rescue>" prompt? [02:05] grub [02:06] Jordan_U: stored on the server running TFTP and Apache since i am currently using apache to serve up the filesystem.squashfs for gparted, and clonezilla [02:06] quit [02:06] Plomos: OK. What is the output of "echo $root"? [02:08] hd1,gpt2 [02:08] salve [02:09] Plomos: OK. If you run "ls -l" you should see two partitions (one on each drive) with a FAT filesystem. Which two are they? [02:10] says can't find command ls -1 === badon_ is now known as badon [02:10] oh thats an L oops hold on [02:11] still says can't find command [02:11] yoda: ^^, still with us ? [02:12] Plomos: OK. Let's guess that your internal drive's EFI System Partition is (hd0,gpt1). Run "root=(hd0,gpt1)" then "ls /". [02:13] Plomos, ofcourse there is [02:13] Plomos, youll need a Ubuntu live USB to fix it [02:13] says disk hd0,gpt1 not found Jordan [02:13] koding i have a live usb [02:13] and it has ubuntu [02:14] but i can't get the system to boot from it [02:14] Plomos: OK. "root=(hd1,gpt1)" then "ls /". [02:14] Plomos, here is the instructions https://help.ubuntu.com/community/RestoreUbuntu/XP/Vista/7Bootloader === gerald is now known as Guest97764 [02:15] Jordan: unknown filesystem [02:15] Plomos, already told you the link to fix [02:16] koding123: Those instructions are for BIOS rather than UEFI, and depend on Plomos being able to boot from USB, which they can't currenty do (for some reason). [02:17] Jordan_U, ok [02:17] Plomos: root=(hd0,msdos1); ls [02:17] Plomos: Make that second part "ls /" again :) [02:18] ya one sec [02:21] does anyone know how to disable the serial console? I need to free up ttyS0. Distro is Ubunbu 14.10 [02:21] ubnkern ubninit .disk/efi/boot/casper/dists/install/isolinux/pics/pool/pressed /ubnpath.txt readme.diskdefines autorun.inf md5sum.txt wubi.exe ubnfilel.txt ldlinux.sys syslinux.cfg menu.c32 Jordan [02:22] Plomos: configfile /boot/grub/grub.cfg [02:22] hw get virtualbox on linux backbox??? [02:23] HI [02:23] Plomos: That should bring you to the boot menu for the Ubuntu LiveUSB you have connected. [02:23] hi all [02:23] it did [02:23] so hit try? [02:23] HELLO [02:23] Plomos: Yes. [02:23] k loading [02:23] this is the first time i used this chatroom [02:24] anyone play freedroid rpg? [02:24] beni85, ask in a backbox support room, we support ubuntu only [02:24] ok it loaded into the live environment [02:24] KILLAKAT: Welcome to #ubuntu! If you have a support question please ask. For other offtopic discussion please join #ubuntu-offtopic. [02:24] oooo... [02:25] Plomos: Great. Please pastebin the output of "sudo efibootmgr". [02:26] says command not found [02:26] Plomos: Are you sure that you spelled it correctly? [02:27] ya i put it in terminal without the quotes right? [02:27] Plomos: Correct. What version of Ubuntu is on this LiveUSB? [02:27] 14.04.1 [02:28] Plomos: 64 bit or 32 bit? [02:28] 64 [02:28] Plomos: What is the output of just "efibootmgr"? [02:29] no command efi found, did you mean: [02:29] Question: I'm trying to install ZFS on my Ubuntu Server this way: https://github.com/zfsonlinux/pkg-zfs/wiki/HOWTO-install-Ubuntu-to-a-Native-ZFS-Root-Filesystem#step-1-prepare-the-install-environment [02:30] Plomos: Please run the exact command, and copy and paste the full output to http://pastebin.ubuntu.com , then post a link to the output here. === aarobc is now known as aarobc_afk [02:30] However aptitude can't find any of the packages that should be added via the ppa...any idea what I could try to fix that? [02:32] spacekookie: which ubuntu are you using? [02:32] spacekookie, are you on 64 bit ubuntu ? https://wiki.ubuntu.com/ZFS [02:32] Plomos: I need to leave soon. [02:32] Should be Ubuntu Server 14.10 64 bit [02:33] says it is currently not installed, you can install it by typing sudo apt-get install efibootmgr [02:33] spacekookie, after adding that ppa, reload: sudo apt-get update [02:34] Plomos: OK. Please do so then. [02:34] done [02:34] Plomos: Please pastebin the output of "sudo efibootmgr" now. === sleepypc is now known as `hypermist` [02:35] OerHeks, I already do that. And it doesn't tell me about any errors [02:35] spacekookie: type cat /etc/apt/sources.list.d/*zfs* [02:36] EriC^, http://pastebin.com/x1vm2mwA [02:38] http://pastebin.ubuntu.com/10167139/ [02:38] spacekookie: can you type cat /etc/apt/sources.list.d/* ? [02:38] spacekookie: i wonder why it says saucy there [02:40] EriC^, There you go: http://pastebin.com/gp6YcSZ9 [02:40] thx [02:41] part of paste was missing, here http://pastebin.ubuntu.com/10167167/ [02:41] spacekookie: what's cat /etc/issue say? [02:41] know what it was I couldn't figure out with with MonoDevelop that deb line.... SEARCH in the software center, pulls up a MonoDevelop icon to install it... but if you go to development from the first window and hit Mono / CLI there isn't. [02:42] EriC^, ==> "Ubuntu 14.10 \n \l" [02:43] Plomos: You don't have a Windows boot entry in your firmware, which makes me sceptical that you have a valid Windows installation at all. [02:43] i just used it last night, i know it's there [02:43] happy happy happy to be xubuntu nappy.. I tried out ubuntu also [02:44] Plomos: What is the output of "sudo os-prober"? [02:44] Plomos: maybe you're using legacy? [02:45] dev/sda2@/efi/Microsoft/Boot/bootmfgw.efi:Windows Boot Manager:Windows:efi [02:46] Plomos: are you in the installation right now or a live usb? [02:46] live usb [02:47] what's the output of sudo parted -l ? [02:48] model: ATA Toshiba MQ01ABD0 (scsi) [02:49] Plomos: paste the whole thing in paste.ubuntu.com [02:49] Plomos: sudo mount /dev/sda2 /mnt/ [02:52] Plomos: If that completes without any error then run "sudo grub-install --target=x86_64-efi --efi-directory=/mnt/ --boot-directory=/mnt/". [02:56] Plomos: I'm leaving very soon. If you can reply more promptly, it's in your best interest to do so. [02:56] http://pastebin.ubuntu.com/10167318/ [02:56] um, is it just me or is there no ubuntu installation? [02:57] EriC^: Plomos has no Ubuntu installation, they accidentally deleted it without realizing that doing so would affect their ability to boot Windows. [02:58] Plomos: sudo efibootmgr -c -w -l \\EFI\\Microsoft\\Boot\\bootmgfw.efi -L "Windows" -p 2 -d /dev/sda [02:59] trying to type these and read at same time [02:59] Plomos: type the above then type sudo efibootmgr -v and paste it please [02:59] Joran yours says modinfo.sh doesn't exist [02:59] EriC^, have you seen his question? he removed the Ubuntu partition, and now unable to boot into Wind0ws basically helping him is offtopic for this channel foreword him to #windows ;) [02:59] Plomos: Ignore my grub-install advice for now, EriC^'s solution is cleaner. [03:00] ok [03:00] is an upgrade to libc6 safe? [03:00] akkad: How and why are you trying to upgrade libc6? [03:00] apt-get -f install [03:01] as a result of apt-get install python-pycurl -> a ton of {package} : Depends: libc6 [03:02] nvm. will remove the bogus apt-repo entry [03:02] akkad, run a, sudo apt-get update && sudo apt-get upgrade && sudo apt-get -f install && sudo apt-get autoremove [03:03] koding123: Helping people get Windows booting again after (improperly) removing Ubuntu is most definitely on topic for this channel, especially when we are doing so entirely using Ubuntu. We aren't just going to leave users stranded without their OS of choice because they made a mistake while trying to remove Ubuntu. [03:04] connected to irc via a seperate computer so will have to type this output out real quick in pastebin [03:04] Good morning - wondering if anyone knows how to change the 'master' os for controlling the boot? I have 3 installs, on 2 drives. Two are on a regular 2.5", another one on a mSATA. That's mostly fresh, and is the one I want to use from now on so I can wipe the old ones on the 2.5. But the boot drive and grub are managed by an OS that will be removed when I replace the 2.5 [03:05] herent: you mean GRUB? [03:05] Plomos: just type out the boot order, and the Windows entry [03:05] I'm confused xD [03:06] NegativeFlare, It's using uefi, but the os that rebuilds that with sudo update-grub and the boot partition are on a drive I want to replace [03:06] Plomos: just check that it says File(\EFI\Microsoft\Boot\bootmgfw.efi) [03:06] I have a new OS ready to go on a different drive, and can boot into it [03:06] Not sure how to do that if I remove the other drive first [03:06] Well, honestly. I hate uEFI. So I honestly don't have a clue. [03:07] Yeah, I kind of hate it, too, but didn't have a lot of choice when first installing [03:07] Eric, its not listing the microsoft one [03:07] what's the boot order? [03:07] And can't take the downtime to totally wipe everything and build it with classic boot [03:07] BootOrder 0008,0003,0006,0007 [03:08] ok 0008 is new i think [03:08] it must be there i guess [03:08] you could take a leap of faith and try to restart i guess [03:08] oh 8 says windows on the end [03:08] does it say \EFI\Microsoft\Boot\bootmgfw.efi ? [03:09] no [03:09] the ubuntu 8.04 dvd has no md5sum ? [03:09] hi. i installed a virtualbox.deb file manually instead of the mainted apt-get packages, now , how do i uninstall it? [03:09] why would you use 8.04 to beggin with¿ [03:09] Plomos: i'd try to restart [03:09] ok [03:09] orbisvicis: 8.04 is EOL, don't use it [03:09] here goes [03:10] Ben64: need to [03:10] lasagn4: dpkg -r [03:10] orbisvicis: no you don't [03:10] booted to the minimal grub [03:10] Ben64: I need to evaluate a gtk1 program, see if its worth porting [03:11] thanks [03:11] how do i search what packages are installed? [03:11] Plomos: if you press esc while it boots, can you get a boot options menu? [03:11] lasagn4: dpkg -l [03:11] no [03:11] Plomos: ok, type ls -l in grub [03:12] -l not found [03:12] EriC^: Ubuntu's minimal UEFI secure boot doesn't have the modules needed for the "-l" switch to grub's ls :( [03:13] oh [03:13] EriC^: Were you here for how we got booted into the Ubuntu LiveUSB from the grub shell? [03:14] nope [03:14] EriC^: root=(hd0,msdos1); configfile /boot/grub/grub.cfg [03:15] you want me to run that again? [03:15] can we try to boot the microsoft efi file? [03:15] EriC^: Now that we know that Windows is on sda2, we can try "root=(hd1,gpt2)" though. [03:15] which do you want me to try? [03:16] EriC^: So: root=(hd1,gpt2); chainloader /EFI/Microsoft/Boot/bootmgfw.efi # I think will boot Windows. [03:16] ok, cool, Plomos please type those commands [03:17] the chainloader? [03:17] EriC^: Plomos: I'm off for now, good luck! [03:17] ok thanks [03:18] Jordan_U: thanks for the help [03:18] question, I am currently using this command to output the total amount of RAM in bytes "free -b | grep -i Mem | awk '{print $2}'" [03:19] EriC^: You're welcome. [03:19] is the # included in the command? [03:19] UnrealXero: wheres the question [03:19] Plomos: no, type root=(hd1,gpt2) [03:19] done [03:20] Plomos: ok, type chainloader /EFI/Microsoft/Boot/bootmgfw.efi [03:20] and typing chainloader /Efi/Microsoft/Boot/bootmgfw.efi gives a file path for it [03:20] but doesn't seem to do anything else [03:21] Plomos: type ls /EFI/Microsoft/Boot/ [03:22] Plomos: "boot" [03:23] boot for which part? [03:23] Plomos: type boot [03:24] unknown error [03:25] ls /efi/microsoft/boot lists a bunch of files eric [03:25] Plomos: that's good [03:26] part of it says Resources/ BCD.Log1 BCD.log2 boot.stl bootmgfw.efi bootmgr.efi memtest.efi [03:26] most of the output is language files [03:29] what about bootmgr.efi? [03:30] Plomos: i wonder if there's a way to get the uuid of the efi partition from grub, maybe that'd work, type edit (hd0,msdos1)/boot/grub/grub.cfg [03:30] Plomos: nevermind i guess that won't work [03:31] ok [03:31] Plomos: i dont think bootmgr.efi works [03:31] k [03:31] there's another file in /EFI/Boot/bootx64.efi that might though [03:31] Plomos: type chainloader /EFI/Boot/bootx64.efi [03:32] Hello, im a bit of a bind. I lost power briefly earlier today, and i cannot boot my ubuntu install. It loads into grub, i select ubuntu and it stays on a purple acreen [03:32] k hold on [03:33] comes back with /EndEntire and a file path [03:33] Plomos: hmm, try boot [03:33] after a recent update on ubuntu 14.04 I no longer have a clang binary (I have clang-3.5 installed). it has a binary named clang-3.5, but is there an explanation why the `clang` symlink was removed? [03:33] When i try to boot into recovery mode, it asks for the encryption key which i an 100% sure is correct but it says it is wrong [03:33] its trying [03:34] awesome [03:34] it worked [03:34] THANK YOU [03:34] how do i make sure it keeps booting into windows? [03:35] HelloSquared: Run a file system check from the liveDVD ? [03:36] Plomos: cool, np, you need to boot the ubuntu live usb again and add that instead of /Microsoft/Boot/bootmgfw.efi [03:37] oh, crap, ok, so i have to go back to grub and then boot into live usb? [03:37] yeah [03:37] is there a way to get an up to date changelog for a package? the most recent change shown for clang-3.5 is Sun, 23 Mar 2014 (at http://packages.ubuntu.com/trusty/clang-3.5) [03:37] alright, gotta find the command for booting the live usb [03:38] Bashing-om ok let me get the live cd out.... [03:39] EriC^ what is the first part of the command i need before Microsoft/Boot/bootx64.efi? [03:40] HelloSquared: K, same same release as the install . [03:40] Yep [03:40] Do drives get locked when mounted? [03:40] Plomos: sudo efibootmgr -c -w -l \\EFI\\Boot\\bootx64.efi -L "windows" -p 2 -d /dev/sda [03:42] HelloSquared: If the system detects a problem then the files system is put into a read only mode, to protect it's self from further damage . [03:42] While in setting this up. I get bio: create slab (bio-1) at 1 [03:43] ok, working on it [03:43] Plomos: there's no Microsoft [03:43] Whenever i try to get into recovery mode and it says cryptsetup failed bad password or options [03:43] oh ok [03:43] HelloSquared: Never encounted such before, I do not know . [03:44] I am in a pretty serious pickle then [03:45] HelloSquared: We can hope that the file system check/repair will correct the corrupted 'password-encrpytion' file . We can hope . [03:45] I have some one actively ddosing one of the IPs on my server and I can't track the IP, can some one help me find them? I don't know much about networking and only have one command I know to see ips connected, but am not sure which it is, or what it is connected to [03:46] this is all I know: netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n [03:46] and I for some reason cannot -drop ips on my IP tables, even though they are installed [03:46] Wow [03:47] so I kind of have a slew of issues here and really would like to get proper protection setup [03:47] I restarted and it worked [03:47] Three hours of it not working and suddenly its fine [03:48] Well that was scary. Would have lost a day of work. Always back up! Thanks for the help, no idea what that was about [03:48] can some one please help with this, I really need to get these things figured out [03:49] I have tried setting up UHC and ended up locking myself out of the server...I can't be trusted to do these things lol [03:49] HelloSquared: Great ! I still would -> sudo touch /forcefsck , sudo shutdown -r now <- ( sets up to do a file system check on next boot, and then reboot to do it ) [03:49] Eric, since its the live usb it doesn't think it has efibootmgr installed [03:49] my biggest question is how do I locate the IP of the person ddosing [03:50] and then how do I ban that IP if IP tables are not allowing me to -drop [03:50] Plomos: no problem, type sudo apt-get install efibootmgr [03:50] k [03:50] got that, now to put in new command [03:52] anybody use synapse here? [03:53] hey hey hey, says bootorder now starts with 0005 and 0005 is listed as windows [03:53] here goes [03:53] I know there is a specific program I can also run to track connections even if I cannot connect to the server machine itself, does anyone know the name of it though? [03:53] nice [03:53] I have to be able to do something to deter ddos on this server [03:54] i see the spinning dots [03:54] booted to my windows login screen [03:54] nice [03:54] is it safe to remove the ubuntu stuff left over or? [03:55] like what [03:55] seems like it had some partition left over [03:55] ok you mean the stuff in the efi partition? [03:56] *oh [03:56] ya [03:56] surely some one can at least point me in the right direction please? [03:57] yeah you can remove it if you want, but it doesn't take up any space anyways like 1mb or so [03:57] good point [03:57] I'd buy you and Jordan a beer, but we don't live next to each other [03:58] farva, do you have a firewall of some sort? [03:59] or surely a router that can block ports? [03:59] I only have iptables [03:59] it is a server machine at a datacenter [04:00] I tried installing UHC but it locked me and everyone else out of the machine [04:00] why isn't libgtk1.2 available for hardy ? [04:00] I know absolutely nothing about networking unfortunately [04:00] I've updated the sources.list for old-releases, and according to https://launchpad.net/ubuntu/hardy/i386/libgtk1.2 there should be packages [04:01] so setting up IP tables and firewalls is like....what to do.. [04:01] !info libgtk1.2 hardy [04:01] 'hardy' is not a valid distribution: extras, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed [04:01] hell, I hardly know jack about linux, I am only 4 months in on all this [04:02] right now the guy is actively dosing the server as we speak [04:02] I rerouted the IP and put our programs on another, updated dns etc so he is hitting a dead end atm [04:03] but I would like to track his IP so I know who it is and I can deal with him more quickly (as well as actively ban him) in the future [04:03] thanks for the help guys, have a good one [04:03] you too [04:03] I just don't know how to find the IP that is connecting to that specific IP on the server [04:04] nothing showed up when you ran netstat -tun on it? [04:04] let me see, idk that command-do I just run that righ there? [04:04] hi [04:04] farva: you pasted it earlier [04:04] ubottu [04:04] oh that [04:04] oh, I forgot to uncomment universe, heh [04:05] ubottu [04:05] jejeje [04:05] well, I had a suspicious IP with 10 connections [04:05] no? [04:05] we ran it against a list of known ddosers and it was on there [04:05] Toll? [04:05] Troll Detected [04:05] so I tried to add him to the -DROP list on our IP tables and it denied me the command [04:05] español? [04:05] spanish? [04:07] this is the error it gives me when I tried to block the IP in question: http://gyazo.com/f715b2ed76ed2448a489de6b988e5f77 [04:07] so I checked that IP tables was up to date and it was [04:07] farva [04:08] yea [04:09] farva, much easier to use ufw command [04:09] farva join my chanel [04:09] I have tried installing it, (sorry I called it uhc earlier) but it locked me out of the machine entirely and my datacenter had to disable it to get us back in [04:10] I would prefer to talk about it in open chat so that I have other sets of eyes that can warn me if I am doing something I shouldn't. No offense I really do appreciate the offer, I am just especially cautious [04:11] I know I have ufw installed but I don't know how to undo what was done that locked us out of the network to begin with [04:11] would anyone be able to help me with a PXE question? i want to install ubuntu via PXE using a downloaded local CD imagestored on the server running TFTP & Apache, currently the PXE goes out on the internet and pulls from the archive site. Apache is serving up the filesystem.squashfs for gparted [04:12] farva, man ufw in a terminal will inform you of usage [04:12] farva bot created [04:12] greetings, anyone here real ubuntu experts? [04:12] hi - can someone reply to test if this is working?.... [04:12] !test | jishjish [04:12] jishjish: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [04:13] I can see you jish [04:13] 2 farva [04:13] farva bot [04:13] farva: upon seeing the error I would include the kernel and iptables version in the question. oh, and run that iptables command as sudo, perhaps? [04:13] jishjish: works [04:13] farva friend? [04:13] can we please stop asking 'friend?' in here. it's not productive. [04:14] !behelpful | Natsuki, [04:14] Natsuki,: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [04:14] ok sorry [04:14] I did actually run as sudo, and it gave me no output, also, when I ran as sudo the IP in question was still connected [04:14] thanks svetlana [04:14] eviltwinzzz, no, just fedora and arch experts here , that's why the channel is called #ubuntu =) [04:14] does anyone know if it is possible for 'CTB-LOCKER' to infect Ubuntu? [04:14] | [04:14] @ [04:14] farva: 'no output' means the iptables command worked then -- check the list with 'iptables -L' as root [04:15] farva: (already established connections may still survive newly added rules, but I personally have no idea to what extent or how to handle them) [04:15] there is literally nothing on that list svetlana [04:15] odd [04:16] can we back up just a sec, perhaps configuring ufw would be the way to go? it is my understanding it is more powerful anyway [04:16] farva, I tend to agree [04:16] you run that command, it gives no output, then you immediately check the list and it's empty? I run out of brains here. (there also is the #netfilter channel which might give more ideas) [04:16] svetlana: http://gyazo.com/9bcea08b4378fbd9ef8d2da0df384968 [04:16] ufw, iirc, still uses iptables as backend [04:17] cfhowlett: in ufw, it shows options to set for default? will this reset all ufw commands to default or...I am very new to linux and really have no idea about 99% of these things [04:18] cfhowlett: am I misunderstang this: http://gyazo.com/4a53550f36fbcf4a6b146f8b67e10835 [04:18] farva, man ufw is pretty informative and yes you can set defaults. settings will remain until you change them. [04:18] becuase if I re-enable it, it will lock us out of our network entirely [04:18] so I need to set it back to its full default settings before I try and config it agin [04:19] again* [04:19] does anyone know if it is possible for 'CTB-LOCKER' to infect Ubuntu? [04:20] CS1.6 ANYONE?! [04:20] UnrealXero, wwrong channel. [04:21] cfhowlett: so I should first run 'ufw reset --force'? [04:21] before I enable it [04:21] farva, yes that will reset to ufw defaults [04:21] does anyone know how to make hola work on chromecast? [04:21] sorry, in all seriousness, I do have a serious question [04:22] UnrealXero, ubuntu questions are welcomed [04:22] is there a way for me to mute him from my chat here? [04:22] I am currently using the command "free -b | grep -i Mem | awk '{print $2}' [04:22] " [04:22] to give me the total RAM on a device in bytes [04:22] does anyone know if it is possible for 'CTB-LOCKER' to infect Ubuntu? [04:22] farva, "him"? in hexchat, click on the nick and ignore [04:22] I want to take that output and divide it by 4 [04:22] ty [04:22] hola [04:22] UnrealXero, ask in ##bash === aarcane_ is now known as aarcane [04:23] english? [04:23] the fact that theres a bash channel makes me a happy camper [04:23] Cheers [04:23] Natsuki, stay on topic or play somewhere else. being rude and disruptive violates channel guidelines [04:25] cfhowlett: so now that I have ufw rest to defaults [04:25] farva, sudo ufw status verbose will tell you [04:25] how do I proceed with setting this up so I can auto drop ips that spam connections or try to mass connect etc [04:25] kk [04:25] I guess noone has heard of this [04:26] farva, YMMV but I enabled to default deny. [04:26] farva, sorry, but I don't know ufw in sufficient to do what you suggested. perhaps the #ubuntu-server channel? [04:27] sounds good cfhowlett I will check with them [04:28] farva, best of luck [04:28] curious is there no ubuntu kernel source package downloadable thru the software center gui or in any repo that i can apt-get source for the kernel source [04:28] can anyone answer my question? [04:28] ty =] [04:28] eviltwinzzz, silence was the answer. in other words: no one has encountered it. [04:28] or by default ubuntu already have the source on it that can be used/modified [04:28] yoda, enable source in your repos and download [04:30] I have saved a cat in my refrigerator, this re cold hard cat [04:30] cfhowlett: I reset the settings for ufw, enabled it, and it is timing out my console immediatly....I can't log in now =[ === aarobc_afk is now known as aarobc [04:30] farva, sudo ufw disable [04:30] however we are still connected to our server machine apps [04:31] can i replace php with python?? [04:31] mofi, yes [04:31] I can't connect to the console at all [04:31] I can't log in [04:31] farva, alt-ctrl-f6 should kick you to a console [04:31] from putty? [04:31] alt-ctrl-f7 will bring you back [04:32] farva, wait, putty?! I missed that VERY IMPORTANT bit of news [04:32] LOL [04:32] yea lol, I was talking earlier about how it is a server at a datacenter lol [04:32] ez to over look I guess hgaha [04:32] farva, OK, ignore me. go to #ubuntu-server for expert advice [04:32] ticket time! [04:33] gotcha, thanks so far for the advice though, I picked up a few new things =] [04:40] ya there is nothing when i do a search for kernel in the repo deb packages or anything even with the sources repo check on [04:41] !kernel | yoda [04:41] yoda: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [04:42] yoda what are you trying to do? [04:42] not talking about linux kernel.org site i am talking about the ubuntu kernel sources and weather there still have .deb package for it in the repo for ubuntu [04:42] yoda: apt-cache search linux- gives loads of results. And ubuntu does not use deb packages directly [04:42] compare the ubuntu kerenl against the kerenl.org linux kerenls [04:43] yoda: easier if you just explain what the issue is for you [04:43] the same thing that you can do with apt-get should be viewable in software gui center but i will try that to [04:45] evilnickveitch: erm. no. ctb-locker doesn't look like a linux thing. [04:46] i've got 14.04x64 and a Lenovo T440s. I want to install the latest kernel, but there are warnings on the ubuntu kernel site saying that I need an "image" file [04:46] what does that means? [04:47] joltman, paste the error [04:47] there is no error, i'm just trying to figure out which kernel i should use [04:50] i'm looking for somethign in the 3.17 or .18 kernel [04:50] they all appear to be labeled for vivid [04:50] and i've got trusty [04:51] joltman, is there something wrong with your default kernel? [04:51] it doesn't have the correct drivers for DisplayPort1.2 as well as it lacks the latest updates for my Synaptics mouse pad [04:51] (touchpad) [04:53] joltman: some other fixes for the rouchpad not requiring a new kernel may be useful http://stephen.rees-carter.net/geek/thinkpad-t440s-ubuntu [04:53] *touchpad [04:53] i'll check it out [04:54] but regardless, i do want to use DP 1.2 (as my monitors are set to daisy-chain DP) [04:54] Dell U2414H displayport daisy chaining [04:56] joltman: the only references I find for that are that a new kernel and video driver are required. [05:00] I think this updated driver works better [05:00] but, still need the DP driver [05:03] so do i only need to download the 3.18 deb files? [05:03] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/ [05:03] or, because it's for vivid, will it just jack up my ubuntu 14.04? [05:04] !mainline | joltman (but I know nothing else about this) [05:04] joltman (but I know nothing else about this): The 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/MainlineBuilds [05:06] ok, i guess i'll give this a try [05:10] ok, rebooting. [05:12] well, i'm on 3.18 [05:12] now to install the latest xorg intel crap [05:12] hi [05:13] hola [05:15] My audio just failed completely. Services brings up pulseaudio as negative. When I try >service pulseaudio start, it returns start: Unknown job: pulseaudio [05:15] hi all, what tools does ubuntu 14.10 have installed so that when I plug my nexus 5 in it shows up as a device with internal storage? (I need to place some files on my device) and I am curious what package enables this. [05:17] jishjish I think you just need to mount the new drive. [05:17] Which should be doable through the command line or through nautilus. [05:22] thanks JCM83 I was able to mount it with pcmanfs and go-mtpfs-git [05:23] badass hi 5 [05:23] I'm still trying to restart my audio process or whatever. [05:25] I'm stopping X to install nvidia driver with sudo service lighted stop but when i run the .run file it still says i appear to be running V [05:26] i mean running X* [05:28] dannymichel: try CTRL+ALT+F1, then login and then "sudo service lightdm stop" [05:28] thats what i did usr0 [05:31] dannymichel: you shouldn't install nvidia drivers that method [05:32] how should i Ben64 ? sudo apt-get install nvidia-current ? [05:32] i have a gtx 960 and am having issues Ben64 [05:33] dannymichel: well it depends what card you have [05:33] I'm following http://ubuntuforums.org/showthread.php?t=2263316 Ben64 [05:34] i'd suggest using this ppa https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa [05:36] use that ppa somehow then do sudo apt-get install nvidia-current ? Ben64 ? [05:36] Ben64: My audio just failed completely. Services brings up pulseaudio as negative. When I try >service pulseaudio start, it returns start: Unknown job: pulseaudio [05:37] dannymichel: the link i gave you shows how to add it, there are multiple nvidia versions to choose from [05:39] ok cool [05:39] thanks [05:39] one last thing. i see you have to add the number for which OS you want to be default in default/grub, but i don't have a numbered list to go by anywhere [05:40] i did grub-update and counted down, and it seems its 10th down so i did 10 but doesn't work [05:41] where do I place the command which I want to have executed every time before system goes off? [05:42] dannymichel: what i do, is modify it to boot the last OS I booted [05:43]