[03:35] Hm, nvidia-352-updates, still no joy with vlc. [05:57] howdy [05:57] Will 16.04 have snappy packages? [05:57] And Unity 8 as an option? [07:49] hi [07:50] will there be a beta1 release of 16.04 today? [08:04] Does Ubuntu Xenial support Java8 via some official package? [08:05] !find java8 [08:05] Found: openjdk-8-jdk, openjdk-8-jre, openjdk-8-jre-headless, default-jdk, default-jre, default-jre-headless, openjdk-9-jdk, openjdk-9-jre, openjdk-9-jre-headless, W: (and 34 others) http://packages.ubuntu.com/search?keywords=java8&searchon=names&suite=xenial§ion=all [08:05] !info openjdk-8-jdk xenial [08:05] openjdk-8-jdk (source: openjdk-8): OpenJDK Development Kit (JDK). In component main, is optional. Version 8u72-b15-2ubuntu3 (xenial), package size 8358 kB, installed size 38662 kB [08:06] spm_draget: ^ this what you looking for? [08:06] Ah, thanks. Was looking for oracle… but yeah, openjdk [08:07] !java [08:07] To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [08:57] http://paste.ubuntu.com/15195735/ [08:57] apt-get -f install wont fix it [08:57] any idea how i could fix that? [08:57] i cant install any pkg till its fixed [09:06] http://paste.ubuntu.com/15195807/ apt-get -f install output [09:09] i tryed mv html5lib-0.999-py2.py3-none-any.whl to html5lib-0.999-py2.py3-none-any.whl.back and then apt-get -f install again, but i have the same error [10:09] spm_draget, there's a really good ppa for oracle java [10:10] but i'd perfer openjdk. is has far better integration (e.g. it receives frequent ssl ca updates because it uses the system's ca database) [10:27] Okay, thanks [11:49] http://paste.ubuntu.com/15195735/ http://paste.ubuntu.com/15195807/ apt-get -f install output [11:49] id need help to fix that please [11:49] i cant install any other package till its fixed [12:26] CryptoSiD: Install that package with the dpkg flag '--force-overwrite'. [12:27] can i use this flag with apt-get? [12:27] nope [12:27] will download the deb then [12:27] CryptoSiD: You have already downloaded it ;) [12:28] CryptoSiD: /var/cache/apt/archives/python-pip-whl_8.0.2-7_all.deb [12:28] right just noticed that lol, my bad [12:29] thanks a lot! [12:29] worked:) [12:32] No problem, glad it works. [13:34] Hey all [15:52] In xenial, installing 'phpmyadmin' pulls 'php5-cli php5-common'… despite I already installed 'php' (which pulls php7.0) [15:52] Will php5 and php7 be installed side by side then? Or how does this work? [18:34] python-pip-whl is breaking today's apt dist-upgrade [18:34] oh, actually it looks like autoremove might fix that [18:37] ok, how do I remove python-html5lib-whl and update python-pip-whl at the same time? [18:43] ok, turns out the problem was virtualenv, which I've uninstalled because I no longer need it [19:02] hi all. has anyone had this problem before? i can't get to the grub menu. When i hold down shift it just shows "grub loading" and then continues to boot the default kernel... [19:03] drhalan: try the left ctrl key [19:03] Or, just reset it before it completely boots :D [19:05] i tried both holding and pushing the left ctrl but doesn't seem to do anything [19:06] my system currently doesn't boot (i have an encrypted HD and it gets stuck before promting me for a password) [19:06] ...maybe boot from a usb stick and change grub.cfg then? [19:07] /boot isn't encrypted, is it? [19:08] yeah i can try that [19:08] i dont't hink it can [19:09] yes it can be, but it's a non-standard setup [19:59] I assume there wouldn't be many too noticable differences between the current nightly Xenial server build and the upcoming beta1, right? [20:01] rule of thumb: if you need to ask about stability, dont run it as production or important system :) [20:03] Well, ofc... more that I'm installing and testing to see what I can expect to upgrade to... :) [20:03] i am using it as daily system already. [20:04] Thing is, out of the box, it's running more services than I'd expect it to... [20:05] Was wondering if some services were enable by default in the nightly which wouldn't be once in beta... [20:05] (or once from release for that matter) [21:29] so how do i set things like GRUB_TIMEOUT in grub.cfg? [21:29] drhalan: /etc/default/grub usually [21:29] yeah but in my case / is encrypted [21:29] and i can only modify /boot [21:29] Um. [21:30] You set it in /etc/default/grub, and then update-grub. [21:30] unless i figure out how to mount my encrypted root filesystem [21:31] Oh. Boot from a desktop ISO and chroot in to fix things then. I'm not sure GRUB_TIMEOUT should be your primary concern if you've gotten to where you can't descrypt your root fs. [21:31] yeah thats what ive been doing [21:31] tried form the command line to mound the drive for a while, now i figured out that the gui can do it just fine :D [21:31] It's worth learning how to do it on the command line. [21:31] man cryptsetup [21:32] Are you running a RAID? [21:32] Note that you can hose up your config by letting the rescue environment spin up your MD-RAIDs under the wrong names, which then get stamped into the on-disk config. [21:32] no i am not using raid nor lvm i think [21:32] kk [21:33] can i just chroot to / and run update grup? or do i need to mount /proc or something [21:33] If you were, it's worth assembling them as the correct md? device by hand. [21:33] drhalan: You need to bind mount a few things. Half a sec and I'll find a good reference. [21:35] thanks :) [21:35] https://bpaste.net/show/a5d08b32ddce [21:35] The references I want to give you are all about setting up ZFS root. Too much to wade through to find what you need. And so, that paste. [21:36] It's useful if you know in advance what you had before as the decrypted name. Before making any changes, you might find this (once you mount the FS, before you bind mount or make any changes) in /etc/crypttab [21:36] If so, you can then back out, cryptsetup luksClose, and then re-open with the right name. [21:37] This might not matter. initramfs-tools might just get their idea from fstab and crypttab. But it can't hurt to be meticulous. [21:39] drhalan: boot your system, then change the defaults in /etc/default/grub, ten run update-grub. [21:40] or if its an issue with booting then just change the file in /boot once [21:41] Oh, that's no fun. [21:42] He can be a rescue-system ninja with a little practise. [21:56] when updateing grub i get something like "cannot find a GRUB drive for /dev/sdb1". not sure if that is a problem? [21:56] also, is there an easy way to just reset /etc/default/grub to default? [21:57] Hrm. Reinstalling the relevant packages (grub-pc in this case?) might do it. Or find a pristine copy. [21:58] This is what I've got in there on my work desktop, running Trusty: https://bpaste.net/show/257f787f0e6f [22:00] As for the error message, I'm not sure. More context might help. [22:01] that's the settings I've had [22:02] i just don't get grub to show up. nor does it mount / [22:04] drhalan: UEFI system? BIOS? [22:06] How many drives? If you're using grub-pc/BIOS, something I like to do is dpkg-reconfigure grub-pc, which will show you what the package sees as targets for grub installation. [22:07] Here, for instance - again, 14.04 because I'm looking at my work desktop as an example: https://bpaste.net/show/0e139bf8e2ad [22:09] i think its uefi [22:09] drhalan: FWIW, normally I expect errors from your initrd. That you're not actually seeing GRUB makes me think it's going to be less twitchy to fix. [22:09] Um. Can you pastebin the partition table please? [22:10] If it's UEFI, it's a slightly different kettle of fish, with a couple possible solutions. [22:11] Is more the default pager in 16.04? Man, git, and various other commands are using more instead of less as a pager and it's rather annoying. [22:14] Jordan_U: export PAGER=less [22:16] ChibaPet: I know, but why was the default changed? [22:17] Is this an intentional change or a bug? I'm seeing /etc/alternatives/pager pointing to /bin/more on a recent daily LiveCD image of Ubuntu Gnome 16.04. [22:19] I'd imagine it was intentional, and I have no clue why, but it's easily set to whatever you like. That said, I'd think less(1) would be the more reasonable default, but I've long since stopped expecting OS vendors to adhere to my ideas of reasonableness. [22:20] I can't imagine why *anyone* would want more to be the default pager. [22:20] I mean, it *works*. Dunno. [22:21] I don't cobsider not being able to scroll up working. [22:22] * Jordan_U goes and files a bug report [22:24] i don't even care about fixing grub that much... just would like to get the system booting again [22:24] i just installed the newest kernel from proposed and ran update-grub again but it didn't help :/ [22:25] drhalan: Installing a kernel seems like the wrong answer if GRUB isn't loading at boot time. [22:25] You want to walk through the minimally-invasive options *first* or you just add more variables. [22:25] grub is loading. i just doesn't show the menu [22:25] i just tries to boot the default kernel [22:26] It's loading, and then. [22:26] Okay. And? [22:26] ther kernel boots detects my keyboard and such but does not mount / (which is encrypted) [22:26] nor does it prompt for a passowrd [22:27] Can you capture error messages from the end of the boot attempt? [22:27] Sounds like your initramfs might be horqued after all. [22:27] And please post your partition scheme to help us suss out if you're booting under UEFI or not. [22:32] there aren't any. but it really seems like the kernel boots up fine. I can even plug in an external monitor and use my docking station [22:32] you mean the output from fdisk? [22:34] Maybe fdisk, maybe gdisk. I'm thinking you might want to consider sticking with a stable release - some of these questions shouldn't be necessary for someone running a testing release. No insult intended, but things *will* break. [22:35] yeah sure... i mean i have all my data backed up [22:37] i'm pretty used to the development releases bricking my machines already :P [22:38] Well. Things to focus on, then... Find out if you're running UEFI, and what kind of partitioning scheme you've got. Look at where GRUB and other bits get installed. Go into a properly set-up chroot, rebuild your initramfs and make sure GRUB's config is sane. [22:39] Maybe look at an article or two on interacting with the busybox shell, and see if your crypto modules are loaded. If the tools are there, you can decrypt and mount root and proceed manually. [23:42] Looks like the more/less bug is fixed in the latest daily image.