[00:00] slavka`: here's one I used recently to snag a file before it was deleted: " inotifywait -e CLOSE_NOWRITE,CLOSE dhclient6-${IF}.conf; cp dhclient6-${IF}.conf /tmp/ " [00:01] how do i run this: node-v4.4.2-linux-x64.tar.xz [00:01] tar what? [00:02] is there a something that can be used in place of network manager [00:02] lee_G750jm: what do you want to do? [00:02] django_: if you really really really want to do a 3rd party code install, then read the readme/howto on the page you got that from [00:03] tar -ZxfJ I think [00:03] i get these errors NetworkManager[971]: error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.25': no such name [00:03] k1l, oh so how do i install node... [00:04] lee_G750jm: which ubuntu release? [00:04] 14.0.4 [00:04] !info nodejs | django_ [00:04] django_: nodejs (source: nodejs): evented I/O for V8 javascript. In component universe, is extra. Version 0.10.25~dfsg2-2ubuntu1 (wily), package size 672 kB, installed size 3094 kB [00:04] I need version 4 [00:04] thats not version 4 [00:04] lee_G750jm: give me a moment whilst I look at the 14.04 code === badon_ is now known as badon [00:09] if you are ok with a slightly messy install, you can just do tar -xf on it, copy it to /opt/, and add the bin folder to your path. [00:12] lee_G750jm: OK, that looks like the result of a bug in NetworkManager. the "org.freedesktop.NetworkManager.wifi.share.protected" is a PolicyKit name for authorising actions. It looks as if NM is mis-using it as a DBus name, which reports it cannot find it [00:13] lee_G750jm: is it preventing you from connecting to the WiFi network? [00:13] no its not [00:13] i just want too fix it [00:14] lee_G750jm: it's classed as a "" so it's none fatal. As best as I can see it was fixed in later versions of Network Manager [00:14] ok [00:15] clear [00:25] !help [00:25] 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 [00:25] !ask === bazhang__ is now known as bazhang [00:55] anyone point me to an example udev rule to have bluray, dvd, and cd all automount in a bluray drive? [00:55] !upgrade [00:55] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [00:56] enabling automount in X makes blurays automount, but i have to explicity mount dvd's, adding the drive to fstab makes dvds automount but doesn't seem to work for bluray === tonytt is now known as tonyt [01:02] I just installed sublime-text using their .deb package, it is installed, I can run it, but it's not listed on ubuntu software center [01:02] how can I remove it? [01:03] sudo rm -rf /opt [01:03] feneco: sudo apt remove sublime-text (or whatever that package name is for sublime) [01:03] k1l: any idea why it's not showing on ubuntu software center? [01:04] feneco: i dont know. try apt on a terminal [01:05] is mailing list for personal specific case help? [01:05] that removed, thanks [01:05] but it's still weird it's not showing on software center [01:06] guest83810: you can ask here for ubuntu support [01:07] guest83810: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users this is for technical support [01:08] feneco: looks like Ubuntu software center is being replaced in 16.04 with gnome software center [01:09] i mean is that for case specific help? [01:09] guest83810: what do you mean? [01:09] what is the mail list for if you can ask via here and/or forum? [01:10] wafflejock: that would be awesome, really [01:10] feneco: think most people (at least I can speak for myself) have just been using apt-get at the terminal like k1l said since it tends to be faster and more obvious if something goes wrong what needs to be done [01:10] ubuntu software center never looked that well [01:10] feneco: yeah hopefully is better I actually run gnome but not sure that I've used that version of the software manager yet [01:10] guest83810: if you want to ask in the irc (in here) you dont need a mailinglist. just ask your technical support question [01:11] i mean what is it for since anyone can ask? [01:11] wafflejock: I see, I knew about the apt-get remove, but I got curious about the behavior of the software center, I didn't expect I wouldn't be able to uninstall it from there [01:12] !guidelines | guest83810 read this [01:12] guest83810 read this: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [01:12] as in what is point of mail list since anyone can ask here and/or use ubuntu forum(s)? [01:12] guest83810: different people like different support media [01:12] ok thanks [01:13] is it also for updates to software? [01:13] like kernel mailing list for email updates for kernel? like new versions, patches etc [01:14] guest83810: see http://community.ubuntu.com/contribute/support/mailinglists/ [01:28] Hi! Is there any software on Ubuntu that can replace Itunes for syncing files on the Ipod? [01:29] Amarok on KDE? ... havent used it in 5 years lol [01:30] I prefer something non-KDE since I'm using unity [01:30] maybe rhythmbox or banshee? I don't know if they can do it [01:33] lectus: this might help https://help.ubuntu.com/community/PortableDevices/iPod [01:33] When one upgrades from 15.10 to 16.04 are all your necessary kernel modules preserved automatically? [01:34] So hardware support is preserved.... [01:34] lectus: personally have been using clementine https://www.clementine-player.org/ says it has ipod support but I just use it for streaming podcasts mostly [01:34] Rhorse: ubuntu uses dkms to build kernel modules. so yes, they will work on the new release if that supports the kernel in use [01:35] k1l: thanks kindly! [01:37] Rhorse: with dkms it can cause build failures against the new kernel, if the source code of the out-of-tree module uses some facility the new kernel has changed [01:38] I see, TJ - aren't most kernel upgrades backward compatible, though? [01:40] TJ in such a case, would it improve one's chances of compatibility if one just did a fresh install instead of upgrade? [01:40] Rhorse: the issue is that out-of-tree modules often use fragile constructs, but also that the mainline kernel's internal interfaces aren't fixed so a newer kernel could change things and of course the out-of-tree module doesn't keep in step - if the DKMS module comes from the Ubuntu archive you *should* be OK since the new release will be updated, but third-party DKMS modules can break [01:41] I see.... [01:42] we had an issue like that with nvidia for the 15.10 release, where a function Nvidia relied upon had its signature changed [01:43] The reason I ask, TJ- is that I have bleeding edge hardware. Everything is working now, but I worry about the coming upgrade.... [01:43] I need to report a bug in 16.04 and I don't know the package that it relates to. When I wake 16.04 from suspend, I experience a double log in screen. [01:43] Rhorse: you can always install the Wily kernel .deb files and test them [01:45] TJ-: I'm on Wily right now. What do you mean? [01:45] hahah I meant Xenial, 16.04 [01:45] Had someone yesterday installed the 16.04 kernel packages in 15.10 to fix a missing driver issue [01:46] TJ-: which deb files do you mean, the linux sources and firmware packages? [01:47] What if they don't work, could I easily downgrade to the old versions? [01:48] Is anyone aware of a way in inhibit screensaver/sleep/suspend/etc when the screen is locked ... Modifying the power settings, brightness & lock settings, and even running caffeine all only seem to inhibit these within the user's desktop. Once the screen is locked (CTRL+ALT-L or Super+L), within about 15 the Unity Greeter is already dimming and going to sleep. [01:49] Rhorse: it's just added into the GRUB menu so you can always boot from an older kernel, and then remove the 16.04 kernel [01:50] Rhorse: something like this to fetch/install: "mkdir /tmp/kernel; pushd /tmp/kernel; wget http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.4.0-17_4.4.0-17.33_all.deb http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-{image,image-extra,headers}-4.4.0-17-generic_4.4.0-17.33_amd64.deb; dpk -Ri . ; popd " [01:54] TJ-: so this would only be possible through the archives, not the software desktop application? [01:56] Rhorse: right, because you need the 16.04 kernels and you don't want to risk pulling in anything else [01:57] TJ-: OK, one thing what is that command you wrote dpk - Ri? === badon_ is now known as badon [01:58] Rhorse: it installs all .deb files in the named directory. By creating a dir and fetching the files into it, it avoids having to pass the filenames to 'dpkg -i' [01:59] TJ-: So the command is dpkg -Ri? Is that correct? [02:00] Rhorse: no, it is "dpkg -Ri ." there is a 'dot' there, meaning 'this directory' [02:00] Rhorse: the commands as I gave them are 100% accurate [02:01] when running a command line application (scrapy) with a newly pulled version of code, it is still running an old version..why??? [02:01] TJ-: got it. Thank you! [02:02] pianomonk: what do you mean by 'newly pulled' [02:02] just pulled from a repo [02:02] pianomonk: right, and has that over-written the previous version? [02:02] yeah [02:03] pianomonk: so any new executions of the same file will be the new version [02:03] files have been deleted as well, [02:03] for some reason it's running old code / potentially old files too [02:03] this is so ridiculous [02:04] this has nothing to do with replacing files [02:04] this has to do with cache or something [02:04] pianomonk: Are you trying to over-ride an Ubuntu package? [02:04] no [02:04] i know why up time is down time sometimes, cause, some time its up/baz, the other time baz/up, lolo [02:04] its python code [02:04] tried to get qnswers there [02:04] pianomonk: well, if you've replaced an older file with newer, then the old version has gone [02:04] wow thanks [02:04] i know why up time is down time sometimes, cause, some time its up/baz, the other time baz/up, lolo [02:06] what's the betting pianomonk's real issue was trying to use a locally built/installed version in place of the packaged version, and bash still has the Ubuntu version in its hash list [02:07] hey all anyone give me a hand with cpu fan issues [02:07] ubuntu 15.10 .always login loop with the nvidia drivers on [02:07] *meaning sensors shows no cpu fan [02:08] and fan not blowing [02:08] i have to use only intel driver [02:08] cpu getting hot [02:08] I've looked high and low [02:08] can't find a fix [02:09] in software / additional driver it lists and Unknown: Unknown [02:10] this device is not working [02:10] which one do you prefer? [02:11] now i use the 352.63 proprietary [02:13] my sdcard is mounted as /media/username/sdcard. was this always the case or did previous verisons of ubuntu use /media/sdcard [02:15] c|oneman: I think I recall that it may have changed. But now I would expect it to be /media/username/sdcard [02:16] c|oneman: udisks handles it and it goes to /media/$USER/$LABEL-or-$UUID [02:17] c|oneman: older releases - 12.04 I think - manually mounted under /media/ using udev rules I think [02:19] thanks [02:20] I want to add my Windows 10 install to the grub bootloader. I did fdisk -l and confirmed that my windows partition is on sda1. my linux install is on another physical disk. I followed the instructions at http://askubuntu.com/questions/618326/how-do-i-manually-add-windows-7-to-grub-list but when I rebooted and selected Windows it said that it cannot find the disk hd0,msdos1 [02:25] how to get client mac address for my security server [02:26] anyone have a sample config for bluray and dvd automounting ? [02:27] uruk: you mean you want the Ethernet MAC of the system's interface(s)? "ip link show" [02:27] hey [02:27] no no [02:28] can you guys help me with grub [02:28] sorry, I only cook for people I know :) [02:28] i cant figure out why my windows entry wont boot [02:29] uruk: what do you mean then? [02:30] TJ- i know my mac address i want know the mac address of clients for to make a lists of ip-macaddress of my clients if I detect abuss i ban for my server [02:30] towlie: is it an UEFI system with mixed boot modes? [02:30] uruk: "ip neigh show" [02:30] i think so [02:31] towlie: if you've got Windows installed in UEFI boot mode, and GRUB in legacy BIOS mode, you won't be able to use GRUB to boot Windows. If GRUB is installed in UEFI mode then it can do it via calling back into the system's UEFI code [02:31] ip neigh show? [02:32] how do i know [02:33] towlie: Does Windows have an entry in the System's UEFI boot menu? if so, then it's UEFI mode. [02:33] i dunno [02:33] I dunno how that stuff works [02:35] can I check that using fdisk? [02:36] if the boot disk has an EFI system partition you can check in that. EFI CP is a FAT file-system, usually the first partition, and usually about 500MB in size [02:45] i know why up time is down time sometimes, cause, some time its up/baz, the other time baz/up, lolo [02:46] damn [02:47] bazhang is a piece of shit who has sit on ubuntu/staff hat for years, not doin a shit contributing to the community [02:48] PIECE OF SHIT, FUCKING COCK SUCKER [02:49] !voting to ban the chinese trash [02:49] upbaz: I am only a bot, please don't think I'm intelligent :) [02:49] !ops [02:49] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [02:49] towlie: hi === cyphase is now known as Guest45121 [03:05] I want to add my Windows 10 install to the grub bootloader. I did fdisk -l and confirmed that my windows partition is on sda1. my linux install is on another physical disk. I followed the instructions at http://askubuntu.com/questions/618326/how-do-i-manually-add-windows-7-to-grub-list but when I rebooted and selected Windows it said that it cannot find the disk hd0,msdos1 [03:08] Is there an Amazon AMI for 16.04? [03:09] !16.04 | thomasj_ [03:09] thomasj_: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 [03:15] Hello guys , I have a question... So I have at media server running ubuntu 14.04 ... I want to say that this is literally DAY 1 of me ever touching ubuntu... To start with... We have a Mikrotik router, users are all on wifi via accessports.. The APs are ports 2,3,4,5 with port 1 being the WAN(ISP)... port 6 etc are on a different switch on the routerboard. so people on wifi have a local ip of 192.168xxx the media server has [03:15] I am trying to setup a plex server [03:15] while it is on a different local ip will that cause a problem? [03:15] is there something I will need to do to make that work? [03:19] can setting up unknown repositories be risky? [03:19] Which file system do I want when creating a Veracrypt volume? [03:19] How to choose? [03:19] sw0rdy: by definition any third party repository you add, you're on your own [03:20] xangua, i meant security risks [03:20] I want to add this to install x265 codec ppa:strukturag/libde265 [03:21] Hello guys... [03:22] got a technical question and in desperate need of help [03:23] !help | [03:23] : 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 [03:23] sorry [03:24] I asked my question earlier but got into my proper client now [03:24] How to tell which file system my disk is formatted as? [03:24] I'll use the same for my Veracrypt archive. [03:25] KelseyPi: mount (no idea about the Veracrypt though) [03:29] I am trying to setup a media server, if the port on the router i am connected to with the media server has a 10.XX.XX.XX local ip will devices on the same router but a different ip pool of 192. be able to connect for the purpose of media servers? [03:30] Lawilm: only if you have the correct routing set up. Easier to have everything on 192.168.X.* [03:39] Currently running Fedora23. Whats the best way to shrink the partition, and install a completely separate Ubuntu partition? Can I undo this later when I decide which one I want to keep as main OS? [03:39] is there any way to connect skype account to pidgin? [03:42] somsip, I am not really sure how to even get it on the same one.. because of how the ports are configured [03:45] can anyone please tell me how i can make my video card output a signal to display port? i updated drivers and it (again!!!) refuses to talk to my primary monitor. won't recognize it. doesn't see it at all [03:46] Gallomimia, do you have multiple monitors? or is this a laptop? [03:47] 2 monitors [03:47] desktop machine [03:47] singular gpu [03:48] i just updated to nvidia-361 with some help from folks in here and a PPA, but this is not the first time i've had the problem [03:49] the other times i "fixed" it i have no idea what happened. i fiddled and fiddled and suddenly it worked [03:55] Any advantages security-wise installing edubuntu over reg Ubuntu in a school environment? (ESL) [03:57] rustuptwist__, more preinstalled software for the kidz I suspect. never used it, but they are not getting updated to 14.04 [03:57] virtuosoj: I know nothing about edubuntu, but it does look like they're building it on 14.04 https://www.edubuntu.org/news/14.04-release [03:58] virtuosoj: ok. I'm just putting on Ubuntu cause the kids have manged to break windows. How or what to do to lock down computers so they can't mess with settings? [03:58] i think i'm challenged when it comes to cron (and maybe everything computers). trying to run a simple script which works fine until you set it up as a cron job. i get "/home/ubuntu/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- mysql (LoadError)" when i run it via cron instead of seeing normal script output. any ideas? [04:01] somsip, I mistyped. I meant, they're not updatign to 16.04. they're staying on 14.04 [04:01] timmmaaaayyy: probably environment not correctly set, as here http://stackoverflow.com/questions/13462447/cron-job-cant-load-gem [04:01] virtuosoj: fair enough [04:02] rustuptwist__, I think you force them to sign on in a non admin account? idk to be sure [04:02] HA! thank you somsip! i thought it was environment related but couldn't realy get any further. [04:03] timmmaaaayyy: np [04:07] Hi there are somesite I can't open in my country, I'm using ubuntu, anyone pls recommend me any vpn or any other way to open website? [04:11] crontab -e [04:11] lol [04:14] rahuldev: why won't the web sites open? === Rahul is now known as Guest29988 === Guest29988 is now known as RahulAN === Ramon is now known as Guest65097 [04:28] i put SHELL=/bin/bash in my /etc/crontab file and restarted the cron service. but i think it's still using the wrong shell. when i do puts `echo $SHELL` in my cronjob it spits out /bin/sh [04:30] hello, I just reinstalled my old 14.04 with a brand new 14.04, wireless (ath9k) is now limited at 11Mbps using usual environment. I could track down the problem to one detail, before reinstall kernel was 3.19.*, after clean install(and "apt-get dist-upgrade") the kernel is a 4.*. Configuration is default in both cases. Can someone point me in the right direction please? I heard of a kernel [04:30] bisection, should I do that? [04:35] stevennd: a bisect lets you compile your own kernel and then you do a binary search through all the changesets by compiling/testing in a loop all the time [04:36] stevennd: it is unlikely what you want [04:36] hello cpaelzer, actually yes, i suspect some regression [04:37] stevennd: it is a lot of work to do, and you would need to build the Ubuntu kernel [04:37] stevennd: are you familiar with compiling custom kernels? [04:38] yes i do [04:38] ah fine [04:38] but i was wondering if there would be some known problem regarding the ath9k (atheros wireless) driver and the 4.* series kernel in ubuntu [04:39] just making a clean install and alternating between the newest 3.* and the earliest 4.* kernels shows the wifi bitrate locks at 11Mbps in b/g/n mode. [04:40] stevennd: and all on 14.04 - that means you switch between hwe-vivid and hwe-wily (https://wiki.ubuntu.com/Kernel/LTSEnablementStack) [04:41] hum, you are right, both kernels are inapropriate for that release :/ [04:41] stevennd: no both are :-) [04:41] is it supposed to break the wifi though? [04:41] stevennd: the release gets out with an initial version, but then with every subsequent Ubuntu release the LTS versions get an updated HWE kernel [04:41] stevennd: so you should be totally in a good environemnt [04:42] it shouldn't be "supposed to" :-), but then I'm not at all an expert in WiFi things - I'll try to look through bugs .... [04:42] i was a bit lost by the choices offered by apt, this indeed seemed like an updated kernel (4.4) thanks for the clarifiaction, now i know they all are useable. [04:43] supposing i have some spare time and ressources available, would a bisecting the kernel be the good approach considering the symptoms? [04:45] stevennd: if it is really "triggered" just by switching between those two kernels in the boot menu and nothing else AND you have some spare time it is an option [04:45] stevennd: after seacrhing for open/known issues - just to be sure [04:46] only thing google could dig out was for unstable connexions and fluctuating speeds and boiled down to loading the kernel module with an option to disable hardware encryption offloading [04:46] it didn't fix the thing, and yes just switching kernels on a default install triggers the problem [04:47] stevennd: never did that after the howto, but the rough outline looks like a good guid https://wiki.ubuntu.com/Kernel/KernelBisection [04:47] stevennd: since you said you are known to custom kernels I tihnk you can fill in the gaps [04:47] i seems my next few nights will be busy sorting out commits then haha :) [04:49] stevennd: make sure you look through https://bugs.launchpad.net/ubuntu/+source/linux?field.searchtext=ath9k&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_patch=&field.has_ [04:49] no_package= [04:49] stevennd: that was bad, let me make a shortlink [04:50] stevennd: http://bit.ly/1UOKENj [04:51] stevennd: that is the list of kenrel bugs with ath9k in it [04:51] stevennd: otherwise good luck with the bisecting and thanks that you spent effort to make Ubuntu better [04:51] good idea thanks, i'll read those prior to attempting fancy stuff. [04:52] thanks for your help cpaelzer [04:53] going to start right now inside a clean vm, bye :) === ljhade25 is now known as ljhade24 [05:00] Hey guys... I enabled a virtual host in apache2, (conf file: https://bpaste.net/show/55caf55a46b4) and I can go to localhost:4201/cgi-bin/index.cgi, but it just cats the contents of the script. shouldn't that enable cgi? === charles_ is now known as Guest51621 [05:08] nchambers: did you chmod +x the file [05:08] dewwii, yes. I forgot to enable mod_cgi [05:09] oh [05:09] :D [05:12] go me [05:26] hey guys [05:26] vancha: welcome, how can we help you? [05:26] does anyone know why apt-get update shows ubuntu-device-flash needs to be updated, but it keeps holding it back? [05:27] when i enter apt-get dist-upgrade it just does nothing [05:27] vancha: did you add ppa's of any kind? manual installs? [05:27] could that have something to do with the installation of the the ubuntu sdk for developing ubuntu touch apps? [05:28] vancha: did you add external ppa's of any kind? [05:28] not that i know of @lotuspsychje [05:28] vancha: wich ubuntu version are you on? [05:28] 14.04 [05:28] !info ubuntu-device-flash trusty [05:29] ubuntu-device-flash (source: goget-ubuntu-touch): Flash supported Nexus devices with Ubuntu. In component universe, is optional. Version 0.2+14.04.20140416.2-0ubuntu1 (trusty), package size 1017 kB, installed size 4587 kB [05:29] hmm [05:29] vancha: can you check your /etc/apt/sourcues.list or in software&updates [05:29] *sources [05:30] vancha: check if there are external ppa's added there [05:30] do you want me to copy it hhere lotuspsychje? i'll check it now [05:30] vancha: if you pastebin sure, we take a look [05:32] jonoomph-openshot-edge-trusty.list jonoomph-openshot-edge-trusty.list.save openshot_developers-ppa-trusty.list openshot_developers-ppa-trusty.list.save private-ppa.launchpad.net_commercial-ppa-uploaders_plexmediaserver_ubuntu.list private-ppa.launchpad.net_commercial-ppa-uploaders_plexmediaserver_ubuntu.list.save ros-latest.list ubuntu-sdk-team-ppa-trusty.list thats all that's in it [05:32] vancha: ppapurge all external ppa's off your system, then sudo apt-get update && sudo apt-get upgrade [05:32] !ppapurge | vancha [05:32] vancha: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [05:33] oh, i'll go and install that then [05:33] not sure if i can delete the ubuntu-sdk though :O [05:35] vancha, you are deleting package sources only, not the package themselves [05:35] thx cfhowlett ;) [05:37] Any idea why I can't play webms in firefox on wily? [05:38] N3X15: codecs installed? perhaps ubuntu-restricted-extras ? [05:38] no driver plugin, N3X15 [05:39] lotuspsychje, thank you, will report back when apt is done stumbling around. [05:41] hmm how do i find the name of the ppa related with the files in sources? [05:41] installed ppa-purge, but i need to figure out what the ppa's are called [05:41] vancha: well officially we cant support ppa's mate [05:41] vancha: maybe apt-cache show package can show wich? [05:42] vancha: or apt-cache policy package [05:43] the problem is i dont know what to type for package :P i don't know what the package is called when i want to remove it [05:43] sources.d shows openshot, but that doesn't seem to be on my system anymore [05:44] vancha: this is why i would recommend to purge all external, non official ppa's from system [05:44] !sources | vancha these are official [05:44] vancha these are official: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [05:45] i want to lotuspsychje, but i don't know the names of the unofficial ppa's :( [05:45] lotuspsychje, nope, installed without errors, still getting "failed to decode". [05:45] Doesn't seem to matter whether VP8 or VP9 [05:51] And the same webms open on Windows build of the same version of Firefox without issue. [05:54] N3X15, in your ffox browser about:config then search for webm [05:54] All enabled [05:55] specifically? [05:57] cfhowlett, http://i.imgur.com/VuYx214.png [05:58] yep [05:58] for comparison http://imgur.com/yoaomKO [05:59] And if you check, those are all set to true on mine, as well. [05:59] I just have an additional bunch of settings for flashgot, which is an addon. [06:00] I see you have some custom settings --- I suspect your stream has been redirected to a different plugin. test: disable those user sets or try a different webm site [06:01] flashgot doesn't redirect those streams, though. I even disabled it entirely. === N3X15_ is now known as N3X15 [06:03] As I was saying before I was rudely interrupted by CenturyLink: flashgot doesn't redirect those streams, though. I even disabled it entirely. [06:11] Is there a way to hide the administrator log in and have an automatic log-in for a standard account? [06:14] Also can I update eduB 12.04 LTS via the Terminal? [06:15] rustuptwist, yes [06:15] first sudo apt update && sudo apt full-upgrade [06:15] then sudo do-release-upgrade === rustuptwist_____ is now known as rustuptwist [06:16] BUT your system upgrader must be set to LTS releases only [06:16] cfhowlett: I'm looking for just essentials if possible [06:16] no idea what you mean [06:17] I'm in a school environment with slow connection so if there is a way to just update core system as opposed to everything. [06:18] rustuptwist, then torrent the .iso and do an off-line upgrade. it will take a bit of time so be patient. in fact, you might wait a few weeks and get 16.04 instead of 14.04 [06:19] cfhowlett: is it safe to jump over LTS versions? just curious don't know one way or another [06:19] "safe"? [06:20] you cannot sudo do -release-upgrade more than a single LTS at a time [06:20] I just installed 12.04 if there is no security need to update to 14 then I don't have to [06:21] rustuptwist, why you not install 14.04??? [06:21] I'm just an Ubuntu enthusiast taking advantage of the fact that windows is fried on the computers so doing a side by side install with Ubuntu. [06:22] cfhowlett: yeah just meant can you do an upgrade install from 12 to 16 or do you upgrade to 14 then upgrade to 16 [06:22] wafflejock, nope. incremental upgrade still applies. 12.04 > 14.04 > 16.04 but that may have been invisibly changed. lots of reports that you could directly upgrade from 12.X to 15.10 [06:23] Not able to confirm that last [06:23] hello [06:23] guys I've a query about syslog file permissions [06:23] I'm not in the US, net speed is slow, computers were 100% inoperable, had a edubuntu 12 disc w/my stuff from the states, etc., [06:23] ah k just curious since that will probably be coming up pretty soon here :) off to bed for now though [06:23] rustuptwist, have one more year of support with 12.04. 14.04 is the latest LTS so you should have gone with that [06:23] makes sense [06:24] syslog can create files in /var/log (files named syslog.gz, syslog.gz1 etc), but only root has got write access on /var folder. How syslog does that..? [06:25] I figured I could use terminal to update to 14. Just need a rapid update if possible cause once I leave the lab, who knows what can and will happen, lol [06:25] rustuptwist, and that is why you should install the latest available LTS [06:27] cfhowlett: ok. How do i know if sys updrader is set to LTS releases? [06:28] FYI before i instsalled thrre was no linux/ubuntu running just windows [06:28] settings > system > software updater > settings > updates > Notify me of a new ubuntu version: For LTS versions [06:30] Dont see thst in sys setting (edubuntu 12) i do see an update manager folder on desktop [06:31] N3X15: tested other browsers then FF? [06:32] lotuspsychje, not yet. [06:33] N3X15: perhaps try with chromium-browser see what it does? [06:34] !upgrade | rustuptwist [06:34] rustuptwist: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [06:34] cfhowlett: i got sudo apt: command not found [06:34] doh! right. [06:34] rustuptwist, sudo apt-get update && sudo apt-get dist-upgrade [06:35] sorry for misinformation. apt is slowly rolling out to replace apt-get [06:36] but all things considered, you're still better off doing the torrent > install method rather than a hot upgrade [06:38] cfhowlett: ok I have 14 on Usb I just had edubuntu cd and since it is a school after all I thought I'd put eduB on at least 1 unit to try it [06:38] lotuspsychje, works on Chromium [06:38] rustuptwist, install 14.04 then install the edubuntu-desktop. logout, select edubuntu session, login = edubuntu! [06:38] N3X15: perhaps flash related then? [06:39] lotuspsychje, Firefox plays webms natively. From what I can tell via bughunting, this may be an issue caused by gstreamer-0.10-ffmpeg getting removed [06:39] ah [06:39] N3X15: reinstall then? [06:40] It's gone from the repo [06:40] N3X15: wich ubuntu version? [06:40] wily. [06:40] !find gstreamer [06:40] Found: gir1.2-gstreamer-0.10, gir1.2-gstreamer-1.0, gstreamer-tools, gstreamer0.10-alsa, gstreamer0.10-doc, gstreamer0.10-gconf, gstreamer0.10-nice, gstreamer0.10-plugins-base, gstreamer0.10-plugins-base-dbg, gstreamer0.10-plugins-base-doc (and 131 others) http://packages.ubuntu.com/search?keywords=gstreamer&searchon=names&suite=wily§ion=all [06:41] gstreamer-1.0-libav is supposed to fix it, but firefox isn't compiled against 1.0 in upstream yet [06:41] and I don't feel masochistic enough to set up their horrifying buildsystem tonight [06:42] hmm, apt-cache shows a whole bunch of it, not sure whats the replacement [06:42] Oh well, Chromium it is, for now. [06:42] Thank you, lotuspsychje [06:45] N3X15: perhaps a firefox purge, and reinstall will do the right dependecies also? [06:45] N3X15: also sure your up to date to latest? [06:46] lotuspsychje, Yep, just did an apt-get update an hour ago. I'll try blowing out firefox tomorrow. [06:46] N3X15: good luck, if you found it solved, plz come tell us [06:46] N3X15, I too am curious. [06:49] cfhowlett, lotuspsychje, still not working after purge and reinstall. [06:49] haven't been able to replicate the problem so can't advise further [06:49] http://www.quirksmode.org/html5/tests/video.html is the page I used, for the record. the ogg and mp4 play fine. [06:50] N3X15: plays like a charm here [06:50] Trying with a fresh profile. [06:50] thanks for that link! bookmarked [06:51] Yeah, still failing, even with a fresh ~/.mozilla/firefox [06:52] I'm going to blame firefox's gstreamer support and call it a day. [06:52] N3X15: can you doublecheck lsb_release -a [06:52] N3X15: if your on 14.04.4 [06:52] wily, lotuspsychje [06:52] oh [06:52] https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1323822 [06:52] Launchpad bug 1323822 in libav "Firefox can not play some WebM videos generated by avconv on Trusty" [High,Fix released] [06:53] lotuspsychje, yeah, it's not with a particular format, it's with all webms. [06:54] avconv! not ffmpeg === N3X15_ is now known as N3X15 === Drac0 is now known as Guest8364 [07:09] rkhunter on Ubuntu 12.04.5 LTS has issues.rkhunter --update Checking file i18n versions [ Update failed ] [07:11] N3X15: check apt-cache policy libav-tools to see version? [07:12] !info libav-tools [07:12] Package libav-tools does not exist in wily [07:12] yep, cuz we're going or gone back to ffmpeg [07:12] 6:11.2-1 0 lotuspsychje [07:13] Also, firefox plays webms natively. [07:13] dagerik: did you update your whole system also? [07:15] . [07:15] Hi. [07:15] Has anyone here tried to install the openstack single server? [07:16] Hyllegaard, please do not use "has anyone else" question structure. waste of time. post YOUR issues with YOUR information [07:17] Ok :) Sorry about that. [07:18] My problem is that having just installed ubuntu and the openstack single server, I am not able to reach any of the ip's listed in the openstack status. [07:22] Hyllegaard, I suspect the #ubuntu-server channel would know more ... [07:23] cfhowlett, lotuspsychje, #firefox got me to try a nightly mozilla build and it works fine. [07:23] So looks like an issue with ffmpeg, prehaps. [07:23] too weird N3X15. but yeah there is still significant confusion with ffmpeg/avconv [07:24] N3X15: bug mentions libav-tools update fixes issues [07:24] Yeah, but the question is when that'll roll down the hill into the stable pool. :P [07:24] N3X15: i wonder if a fresh install would solve your issue... [07:25] AGOguBLJGN [07:26] fffkkkk [07:26] jafòkadf [07:26] BOOOOM [07:26] popopino, stop that [07:26] oh [07:26] someone [07:26] this is a support channel. play somewhere else [07:26] sorry [07:27] never got answer [07:27] so sorry [07:27] new to irc, can i ask how does idling work? [07:27] popopino, ask your question, be patient. if no answer after 20 minutes ask again [07:27] !patience [07:27] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [07:28] thanks === [1]Peanutt is now known as Peanutt === angel is now known as Guest73208 === Guest73208 is now known as angel96 [07:49] is it possible to remove unity from ubuntu and install Xfce as a default DE?? [07:50] yes but not usually advise. [07:50] angel96: just install xubuntu-desktop and chose that instead. Tricky to cleanly remove unity AIUI [07:50] *advised. [07:50] why ? what is the problem to remove unity? [07:51] angel96, xubuntu-desktop will grab the whole xubuntu experience. sounds like you want only the DE. sudo apt-get install xfce4^ [07:51] angel96: lots of dependencies. To "cleanly" remove it is fiddly [07:51] angel96, unity is heavily integrated into ubuntu. breakage is almost guaranteed [07:51] angel96: eg, theis is out of date I think: http://www.psychocats.net/ubuntu/purexubuntu [07:51] install xfce4, logout, choose xfce session, login [07:51] very much out of date [07:52] cfhowlett: yup - just example though [07:52] angel96: if it's paramount to you, install from minimal and then install xfce cleanly on top of that [07:52] ok.. thanks [07:52] Does anyone know what might be happening at a low level when during GRUB if a USB device is plugged in, the computer is effectively frozen but as soon as you unplug the device the computer becomes responsive again and will even respond to buffered keyboard input that was entered during the frozen period? [07:56] nick jsge [07:56] join #nc-irc-challs [07:56] sylvain_: missing / === sylvain_ is now known as jsge === sarcastic is now known as Guest60412 === jorge is now known as Guest32610 [08:13] hay [08:14] I to get started with ubuntu [08:16] !manual | CLAYTEam [08:16] CLAYTEam: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [08:16] hello there i am new on ubuntu, can anybody explain me how to install a soft? not passing trough the ubuntu soft center [08:17] Guest32610: sudo apt-get install {package} [08:17] somsip : i have to write the code line in the terminal? [08:17] Guest32610: yes [08:18] ok thanks, and if an old version of the soft is installed do i have to remove it first? it's audacity i want to install because i have a bug with the version i use, it reads the fils for one sec and the stops [08:19] ubuntu koyoke gak tau update [08:19] CLAYTEam: english only here please [08:19] okey somsip... [08:20] Does anyone know of a rdp-client for linux (to connect to windows machines) that support having seperate windowsize and resolution? For example windowsize 2560x1440 and resolution 1920x1080 [08:20] Apparently, infrequently updated ubuntu? [08:21] CLAYTEam: what are you looking for? [08:21] Hello,.... [08:22] CLAYTEam, pay attention. he asked what software you are looking for [08:22] New update of ubuntu [08:22] CLAYTEam: due on 21st April [08:22] CLAYTEam, sudo apt update [08:22] sudo apt full-upgrade [08:23] What Addition of facilities in the next version? [08:23] What Addition of facilities in the next version of ubuntu? [08:23] !16.04 | CLAYTEam [08:23] CLAYTEam: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 [08:23] CLAYTEam: Discussion in #ubuntu+1 [08:24] CLAYTEam: read this link, talk about it in #ubuntu+1 http://www.omgubuntu.co.uk/2016/03/ubuntu-16-04-beta-2-released-whats-new [08:24] grats hggdh [08:25] good for ubuntu [08:25] i like ubuntu [08:26] somsip : do have i to put the file anywhere first? [08:26] somsip : is audacity-minscr-2.1.0 a name that seems valide to you [08:26] Guest32610: you put the package name instead of {package} [08:26] !info audacity-minscr [08:26] Package audacity-minscr does not exist in wily [08:26] ok :) [08:27] !find audacity [08:27] Found: audacity, audacity-data, audacity-dbg [08:27] Guest32610: so, no. Did you download a file? [08:27] I want to ask, how to run android apk file in ubuntu? Can it? [08:28] CLAYTEam: not directly. You need an android emulator [08:29] in where i can found emulator android for ubuntu? [08:29] shalom [08:29] CLAYTEam: try looking first. Please don't just ask here for people to do it all for you [08:30] Is there a guide about how to get hebrew fonts look good under chrome [08:30] in the latest stable ubuntu [08:30] Oke, I'm Sorry and Thanks for Inform... Enjoy using Ubuntu [08:31] zxd: does anything here help? https://help.ubuntu.com/community/HebrewLocalizationHowto [08:31] CLAYTEam, Genymotion should work [08:32] http://www.2daygeek.com/install-sdk-android-emulator-on-ubuntu-centos-debian-fedora-mint-rhel-opensuse/ CLAYTEam [08:33] Hi, is there a way to install ubuntu on a pendrive and make sure that it never changes a single bit of data while running, neither on the pendrive or the host system? [08:33] I'm seeing a guest log in when the computer boots. How do I remove it [08:34] Guys how is this possible? https://bpaste.net/show/c91aa4cc0271 [08:34] It shows the environment variable then complains about it [08:34] http://askubuntu.com/questions/451526/removing-guest-session-at-login-in-ubuntu-14-04 rustuptwist [08:34] Hello. I managed to mess up SMTP on my server by installing/configuring postfix and OpenDKIM. How do I restore everything back to normal now? I tried delete both of these but can still not send mail [08:36] Merdeka!!! [08:40] i know why up time is down time sometimes, cause, some time its up/baz, the other time baz/up, lolo [08:40] cfhowlett: if user account has no password but terminal asks for one I put in Admin password but did not accept [08:41] bazhang is a faggot [08:41] [sudo] password for students: [08:41] daytime is bazhang's faggot [08:42] Yehai: knock it off [08:42] * Yehai laughs [08:43] if you stop attacking me as a staff [08:44] maybe i will consider to knock you off my favor list [08:44] how can I deny ssh access and give a message instead [08:48] dagerik: you can allow users in sshd_conf "AllowUsers user1 user2" [08:48] or DenyUsers if you want to block only a few [08:49] dagerik: about displaying a message "Banner /path/to/file" [08:50] doesn't that only show up once logged in though? === N3X15_ is now known as N3X15 [08:51] I guess you can have a banner show prior to login, but not in the manner of "You were denied SSH access"? [08:51] cut -d: -f1 /etc/passwd | while read u;do usermod -s /usr/local/bin/hello_there $u;done [08:51] Zaitzev: Banner will display a message before the loginprompt, /etc/motd to display a message after login [08:52] daytime: what a faggot you are [08:52] drmagoo: that's right, but it looks like he was asking for a message output on access denied, which I suppose isn't available [08:53] Zaitzev: saw that now =) No idea about "block message"... =( === arun_ is now known as Guest65326 [09:02] <_jj_> hiii === Dinner is now known as Dinner4Breakfast [09:03] <_jj_> myth tv dont work for me [09:03] !details | _jj_ [09:03] _jj_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [09:03] _jj_, get help their channels https://www.mythtv.org/support [09:04] hello everyone, I have an audio problem on 14.04 (i think). there's no audio at all but in the sound setting menu under output there is two "audio" but with none of them the audio test works [09:04] <_jj_> cannot connect to sql server [09:06] _jj_, myth tv has their own support channel. use it. [09:06] <_jj_> ok [09:07] i am using ubuntu14.04. When my laptop suspends all op-pend file language is changing. Can any one help me pls? [09:07] alsamixer is ok, everything is at 100% but nothing works, I also restarted alsa. Any idea please? [09:08] <_jj_> but myth read the sql and.... make films??? === Drac0 is now known as Guest41786 [09:10] _jj_, get help their channels https://www.mythtv.org/support [09:14] my audio : 0 [PCH ]: HDA-Intel - HDA Intel PCH [09:16] hi [09:17] hi [09:17] how r u? [09:17] i am fine. I love hexchat. [09:17] first time 4 me [09:17] enjoy irc worl [09:18] @trollixx a1 [09:18] new here what everyone is doing [09:18] is there someone that can help me with the audio problem I'm facing? [09:18] Not me, sorry [09:18] shot [09:19] I have found pages on adding a keyboard that is present in log in but not how to remove one [09:19] ok tell us yr audio problems [09:20] is it safe to add clocksource=tsc in grub parameteres to force ts? [09:20] have to go bye [09:20] *tsc [09:21] As i said mario_ I can make it work my audio but the sound card is present on the setting menu and alsamixer looks ok [09:22] Keyboard on the login screen I mean [09:28] Hey folks - how can one figure out if their USB3 ports support fast charging, and if they don't, how can one enable it? [09:32] davesidious, http://askubuntu.com/questions/217676/how-do-i-find-out-whether-my-system-has-usb-3-0-ports [09:33] @search only revolutions === charles_ is now known as Guest1929 [09:36] Thanks, cfhowlett! [09:36] happy2help! davesidious [09:39] hi, how i can remove all packages that i have installed after the ubuntu instal at once ? [09:40] hi, how i can remove all packages that i have installed after the ubuntu install ? [09:41] asking every minute is a quick trip to /ignore. be patient [09:41] Guest1929: Don't spam [09:41] !patience [09:41] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [09:41] sry [09:42] Guest1929: http://askubuntu.com/questions/548683/how-can-one-remove-all-packages-installed-after-a-certain-date-time [09:44] Does anyone know of a rdp-client for linux (to connect to windows machines) that support having seperate windowsize and resolution? For example windowsize 2560x1440 and resolution 1920x1080 [09:44] remmina === N3X15_ is now known as N3X15 [09:49] I can't display a braille character on my terminal [09:49] I have utf-8 etc [09:49] ⡤ [09:49] that looks like a square to me [09:51] You need a font that has those symbols [09:54] Steve_Jobs: It works fine for me with the font Ubuntu Mono. [09:55] Also works with Monospace [09:58] when is 16.04 out? [09:58] sorry for asking [09:59] !isitout [09:59] No, it's not out yet! [09:59] !xenial | n-iCe [09:59] n-iCe: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 [10:03] thanks geirha, what would get more support time, 14.04 or 15.10? [10:05] regular releases are supported for 9 months, LTS releases are supported for 5 years [10:05] 14.04 is an LTS, 16.04 will be an LTS, 15.10 is not [10:05] geirha: is there a list to know the releases time and end of support time of each versions? [10:07] got it [10:07] wikipedia has a decent table: https://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions === me is now known as Guest12236 [10:14] I'm trying to upgrade python to 2.7.11 using the deadsnakes ppa. Here are the commands I've tried: [10:14] sudo add-apt-repository ppa:fkrull/deadsnakes [10:14] sudo apt-get update [10:14] sudo apt-get -y install python2.7 [10:15] t_, first you must add the ppa [10:15] oh, I see [10:15] That should install python 2.7.11. However python is still showing as version 2.7.6? [10:16] t_: what is the output of "lsb_release -d"? [10:16] is it possible to preload a .so for all exe's in a system? [10:16] Ubuntu 14.04.4 LTS [10:17] Hello when I Start ubuntu starts the busybox why [10:17] t_: it doesnt offer 2.7 at all for 14.04: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes?field.series_filter=trusty [10:17] t_: so better remove that PPA with ppa-purge again === N3X15_ is now known as N3X15 [10:18] t_, python 3 will be standard on 16.04. why do you muck about with 2.7? [10:18] Is there somewhere else I can get the latest version of 2.7? I'm stuck w/ it for a pre-existing app [10:19] Hello when I Start ubuntu starts the busybox why? [10:19] t_, https://www.python.org/downloads/source/ [10:19] Silverdragon, patience [10:20] Silverdragon: can you take a screenshot of the screen? [10:20] Yes [10:20] it says it supports ubuntu trusty...isn't that 14.04? [10:21] Hello, im using samba and i want to access with sftp one of the folders there, but when i use my external ip or no-ip domain i get "access was denied" error [10:21] any help to handle this please? [10:22] im using sftp://external.ip [10:22] Eher can i uploas the picture? [10:22] Wher* [10:23] imgur.com [10:23] thanks mallard [10:24] I think it's some locale problems in kubuntu [10:24] although I'm doubting that. the [10:24] braile doesn't show up outside of the terminal either [10:24] xterm was the only thing that showed it correctly [10:25] http://imgur.com/efKd9OZ [10:26] hi, anybody knows will 16.04 support zfs root booting? Especially zfs luks mirror root booting? [10:27] Why starts busybox? [10:28] !xenial | cdidd [10:28] cdidd: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. It is due to be released on April 21st. Discussion in #ubuntu+1 [10:28] ok [10:29] Silverdragon: because something is going wrong [10:29] What? [10:29] Silverdragon: a filesystem is in an inconsistent state [10:29] What can i do? [10:30] do you have a live usb? try to run fsck on it [10:30] Silverdragon, as stated, a fsck is required. [10:30] Silverdragon: your filesystem on your harddisk is damaged. you need to run a live-ubuntu and check that [10:30] \quit [10:30] \q [10:30] exit [10:30] quit [10:30] OK i try it [10:38] It is not working :( [10:39] And now? [10:44] Silverdragon: what isn't working? [10:46] When i Start ubuntu starts the busy box i checked for defects and it wasn't Wirkung [10:46] did you boot a live usb and run fsck? [10:47] Fsck? [10:47] yes [10:47] filesystem check [10:47] How can i run it [10:47] boot a live usb and run sudo fsck /dev/sda1 [10:50] Ther is only that http://imgur.com/zua69NK [10:51] Silverdragon: choose "ubuntu without installing" [10:52] Silverdragon: when the desktop is loaded, run the command EriC^^ just gave you [10:52] The terminal? [10:53] yeah [10:53] And now [10:53] hello [10:53] on clavier Fr-alternate marche plus comme il faut [10:54] Fr (variante) [10:54] !fr | jluc [10:54] jluc: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [10:54] oups sorry [10:54] And now? [10:54] my fr-alternate keyboard is 'broken' [10:55] Silverdragon: please press ctrl+alt+t then run "sudo parted -l | nc termbin.com 9999" [10:55] Silverdragon: that will produce a url, please show that url here [10:55] i wish to use the middle line . that is supposed to be CTRL+SHIFT+. [10:55] but it doesnt appear anymore [10:57] Silverdragon: did you run fsck /dev/sda1 ? [10:57] *sudo .. [10:57] EriC^^: on a usb live it could be the usb drive now [10:58] Hi. I have an installed package marked as "broken". Can I somehow manually mark it "not broken"? (missing dependency packages, installed with dpkg --ignore-depends=...) [10:58] k1l: true [10:58] how do i ensure the keyboard map layout is the one i wish ? [10:59] Silverdragon: type sudo parted -l | nc termbin.com 9999 [10:59] i use the top right indicator but it doesnt improve [10:59] http://imgur.com/nVQ1E21 [11:00] The problem is, if I try to install / update anything, I get "package broken, do apt-get -f install", which then wants to remove it (after which I of course have to install it again etc.) [11:00] Silverdragon: ok, type sudo fsck -f /dev/sda1 [11:00] jluc: why does it want to install it agaian? [11:01] EriC^^: It doesn't, but I do [11:01] I would rather "not remove it", but apt-get wants to [11:01] why does it want to remove it? [11:01] pastebin the logs [11:02] http://imgur.com/Q6IS0y1 [11:02] Does anyone know of a rdp-client for linux (to connect to windows machines) that support having seperate windowsize and resolution? For example windowsize 2560x1440 and resolution 1920x1080 [11:02] Silverdragon: press y [11:03] EriC^^: http://pastebin.com/3ve9x98J [11:03] Silverdragon: basically press y to everything unless it seems drastic i guess [11:03] EriC^^: I have installed asound2:i386, ia32-libs is, of course, no longer installable, unless I use some old repos [11:03] Jupp3: ok, try to install the aforementioned packages it depends on and see what it says [11:04] http://imgur.com/szF74Vf [11:04] On Ubuntu 16.04 btw, but I assume the solution (manually marking package as "not broken" should be probably same for any version) [11:04] Jupp3: maybe there's a different teamviewer ppa? /join #ubuntu+1 for 16.04 support [11:05] Silverdragon: y [11:05] EriC^^: Like I said, I have a "generic" problem, that a package is marked "broken". I don't care if ubuntu think it's broken or not, I want to prevent it from being uninstalled every time I do some installation & upgrades [11:05] EriC^^: And I specifically need to use this old version for nwo [11:06] I don't think this is related to ubuntu 16.04 specifically, or teamviewer at all [11:06] Jupp3: your "generic" problem is due to the ppa telling apt that it depends on that package, which isn't a part of ubuntu anymore [11:06] Sure, the "why it's broken" is, but I just want to "bypass" it [11:06] EriC^^: Well, that's one problem, but not the one I'm trying to solve [11:07] http://imgur.com/o7wRT9s [11:07] you mean workaround? [11:07] You could say that too [11:07] Jupp3: that sounds like you are trying to make the most dirty workaround not look dirty [11:07] Jupp3: if you want apt to ignore a dependency you'd have to rebuild the package yourself and remove the "Depends" in the control file [11:07] Silverdragon: try to reboot [11:07] What I mean, is there some apt-something / dpkg-something with some --mark-not-broken= command [11:08] Silverdragon: but either there was a big issue with a crash or powershortage, or the hdd is broken [11:08] OK [11:08] Of course the program seems to work ok (although not used too much yet, better try to make it so, it won't be uninstalled at each turn first) [11:09] Its Wirkung THX [11:09] Jupp3: i dont htink there is an ignore switch for broken states [11:09] Jupp3, 1. sudo dpkg --add-architecture i386 2. sudo apt-get update 3. sudo apt-get install gdebi 4. sudo gdebi your_teamviwer_version.deb [11:09] Working * [11:12] Anyway, got it working [11:12] anyone got a script for batch shrinking PDF files? [11:12] This is NOT recommended, but posting this workaround anyway: http://www.sudo-juice.com/ignore-broken-packages-ubuntu-aptitude/ [11:12] okay, this is frustrating. I have a laptop with 14.04 and I just recently started using GNOME Classic (3) instead of GNOME Flashback (the old 2.x interface). ever since then I have had the laptop quit responding after blanking the screen *at least* twice [11:13] k1l: Just would have expected that if I tell dpkg to ignore dependencies, it would be ignored for good [11:13] and I have zero useful diagnostic information. I have looked everywhere to try to find log entries that hint at the cause and no joy. [11:13] Jupp3: you are messing with your packagesystem. more issues are to be expected [11:14] Jupp3: you're playing with fire and begging to get burned. [11:14] k1l: Sure, definitely true, but doing that for a package, that no other should depend on, should be relatively safe [11:14] DocPlatypus: Sure, but uninstall is no option for me for now [11:14] Of course I'd want to get rid of that for good, but for now, I need it [11:14] Just posted the workaround as reference, with recommendation to NOT do it :) [11:15] Jupp3: I have had to uninstall and reinstall to fix package problems before. (especially in the case of running out of disk space things can go really bad really fast) [11:15] And I agree that doing that for some library would be way more dangerous [11:15] Jupp3: even with a recommendation to not do it, it's still dangerous advice and a bad idea to post [11:16] DocPlatypus: Well, of course I could have simply removed & reinstalled that each time I need to update / install something, but that would get bothersome after a while, and no guarantee if settings will be preserved etc. [11:16] Jupp3: it's kind of like those leaflets the Mexican government gives to people trying to expatriate to the US. they devote three pages to saying "legal is the best way" and 29 to saying how to do it illegally [11:16] Didn't paste it as "advice" [11:16] Jupp3: if you don't purge your configs will stick around [11:16] Jupp3: what program is it? [11:16] k1l: Teamviewer 8 [11:17] DocPlatypus: That's how it SHOULD go. I'd never absolutely trust that to work on a random old closed source program though :) [11:17] what was the workaround? [11:18] Jupp3: this is why I don't pollute my nice free software OS with non-free, binary-only software :-) [11:18] DocPlatypus: I'd rather do that aswell, but sometimes you just can't avoid id [11:18] hello Im trying to install ubuntu but i think my laptop hard drive is not working anymore [11:19] is there any command to check if it detects it or something? [11:19] n-iCe: what makes you think the hard drive is not working? [11:20] n-iCe: if you choose 'try ubuntu' you can use gnome-disks to see harddisks [11:20] DocPlatypus: Anyway, for YOUR problem, I think I've seen exactly similar behavior (system getting stuck at black screen after screensaver gets triggered) [11:20] DocPlatypus: when i click install ubuntu it does not show a disk or something [11:20] Probably not as old as your ubuntu was back then [11:20] Jupp3: this is on 14.04 LTS [11:21] how risky is it to install the last 16.04 LTS prerelease at this point? [11:21] and how easy is it to upgrade to the real 16.04 when it is out? [11:21] n-iCe: open a terminal and run "sudo parted -l | nc termbin.com 9999" show the link here [11:21] DocPlatypus: The bad news is, I don't 100% remember what was the thing causing it, I think it was some x lockscreen something... If I killed that, the system was usable again [11:21] DocPlatypus: if you need to ask dont run alpha/beta [11:21] To be honest, I found kubuntu 16.04 way more stable than 15.04 and 15.10 were for me [11:21] But there's always a risk [11:22] Jupp3: in my case, it was a hard lockup. laptop did not suspend on closing the lid. hooking up wired connection got nothing. trying to ssh in on laptop using wifi IP got nothing. [11:22] I'd install "next" version only, if I find some "too serious" issues in current version [11:22] Jupp3: laptop was D-E-A-D dead with only power light and wifi light on [11:22] Jupp3: my goal is to stay on LTS [11:22] Or if I just want to test it, being prepared to reinstall if it breaks [11:23] DocPlatypus: Ok, different then... For me, the screen stayed black, but I could ssh in [11:23] Jupp3: I could clone my install to an external hard drive and use that [11:23] Don't remember if virtual consoles worked [11:23] hi, how to get size of loop0p1 ? For sda1 it works with cat /sys/block/sda/sda1/size [11:23] Jupp3: in my case I got exactly jack #$%&. Alt-Prtsc-SUB didn't work [11:24] But there is no /sys/block/loop0/loop0p1 entry [11:24] only thing that worked was holding down the big silver button (I'm on an old Toshiba Satellite) [11:25] the last time I had to deal with an issue like this, was on a pair of old Athlon PCs both running Windows 98 [11:25] back in about 2000-2001 [11:25] k1l: ok [11:26] k1l: http://termbin.com/rc3r [11:26] especially I want to detect if a loopXpY device is an extended partition. with an bash script... [11:27] n-iCe: yes, there is only the usb drive. look at "dmesg |nc termbin.com 9999" if there is an output for another disk [11:28] k1l: http://termbin.com/4bi3 === pet is now known as Guest73481 [11:31] n-iCe: https://bbs.archlinux.org/viewtopic.php?id=129401 [11:31] same problem, different distribution [11:32] fixed in his case with a new SATA cable... not sure if that's an option in your case [11:32] k1l: ^ you have any further insight? [11:38] how do I set up Remmina to remote access from my Ubuntu Desktop to my Ubuntu laptop, or vice versa? === alexk is now known as Guest49133 [11:41] Hello [11:53] Howdy folks [11:55] If I have a motherboard with onboard video, does it show up in lspci? if so, what should I be looking for? [11:55] Or in /proc for that matter [11:56] raub: yes it does. [11:57] hi...i wanna read my email from terminal...how can do i this? [11:58] raub: look for something like VGA compatible controller: [11:58] reza_sam: it depends on what you really want to do. For instance you could get a browser liek lynx of a mail client like mutt [11:59] <raub> i wanna connect to my email from terminal and chech it [12:00] k1l: Don't know how I missed it: 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) [12:00] Thanks [12:00] reza_sam: https://help.ubuntu.com/community/mutt [12:01] <raub> hum very good tnx [12:03] <raub> but i dont want to send mail just i want read my email from terminal [12:03] reza_sam: where are those mails? [12:04] reza_sam: are they on an imap server? [12:04] for example my yahoo.mail .. i wanna check my email from terminal [12:04] then look at mutt [12:05] so how h iT? i check my email wit [12:05] so how can i check my email with it? [12:05] reza_sam: install mutt, do the config, run it. [12:05] reza_sam: you want it, so invest 10 minutes of reading and set it up :) [12:06] reza_sam: google told me that https://ubuntu-tutorials.com/2007/04/14/learning-the-mutt-mail-client/ [12:07] hummm my language is week but tnx [12:07] tnx again my friend [12:08] reza_sam: if you are going to use yahoo, it has a way to give a separate long weird password to be used with clients [12:09] You'll need to look into that on your own [12:09] !mutt | reza_sam [12:09] reza_sam: https://wiki.ubuntu.com/Mutt and https://help.ubuntu.com/community/mutt === Guest9618 is now known as sUbMuNdO === sami_ is now known as Guest40686 [12:33] awy [12:33] i see [12:37] daytime: stop harassing me [12:37] wtf? [12:39] Bom dia [12:40] clear [12:42] Alguem faklando portugues ai? === Guest60412 is now known as sarcastic [12:43] Elitebook bom dia [12:43] !pt | nailsom [12:43] nailsom: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [12:44] good morning === anonymous is now known as Guest98764 [12:48] hello [12:48] hello [12:49] petermore: hi [12:49] Im searching software to change format freeofice till pdf [12:49] do you know something? [12:51] petermore, did you mean libreoffice [12:51] yes [12:51] petermore, which format exactly , odf or what [12:52] libreoffice till pdf [12:52] petermore: xyou can make pdfs from libreoffice directly [12:52] print to pdf petermore [12:52] petermore: just open the document in libreoffice and choose "export to pdf" in the menu [12:53] oh shit! [12:53] i search on save for [12:53] ok, sry X) im new on ubuntu [12:54] iirc there is even a "pdf" button in the top of the program [12:55] yes, thanks guys :0) [12:55] hello [12:56] Hi, i'm using 14.04.4 on x86_64 system. When I try to install *steam*. I get a libGL.so.1 missing error. Also I have broken dependency for libgl-mesa-glx:i386 [12:56] what should I do. 32bit packages seem to be missing [12:56] I cannot share a screen shot because I 've uninstalled them [12:58] I've manually upgraded to 4.2kernel and latest mesa and xorg [12:59] saurabh__: that might be the issue [12:59] I upgraded from 14.04.1 [12:59] k1l, i guess [12:59] yeah [13:00] steam needs 32bit stuff since its 32bit only. but ubuntu is multiarch so that is not an issue. [13:00] Does anyone know of a rdp-client for linux (to connect to windows machines) that support having seperate windowsize and resolution? For example windowsize 2560x1440 and resolution 1920x1080 [13:01] saurabh__: try installing packages in the section MULTIARCH DESKTOP here: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [13:02] pesari, i'll do that noow [13:02] *now [13:02] I guess you already have others but the :i386 ones [13:03] pesari, you are right [13:06] helo again [13:07] im using transmission, but run to much slowly [13:07] how install apl in ubuntu [13:08] comes with regular installation [13:08] when i installed ubuntu [13:08] im downloading 43 kB/s [13:08] mean [13:09] bonrondon: APL? === acerbic is now known as zone_twelve === zone_twelve is now known as acerbic === it is now known as Guest29178 [13:13] Hey guys. I have the line "deb [arch=amd64] https://apt.dockerproject.org/repo ubuntu-trusty main" in my docker file in my apt sources directory. It's trying to fetch the url https://apt.dockerproject.org/repo/dists/ubuntu-trusty/Contents-amd64.gz but the correct url is https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/Contents-amd64.gz [13:13] Can someone tell me what's wrong and how I can fix it, please? [13:21] hmm === Cloud is now known as Guest99514 [13:24] Hi, it's possible to install and run Ubuntu on Zotac NEN Steam Machine like any other desktop pc? [13:25] Guest99514: Yes. SteamOS is just Debian [13:26] hateball perfect . I am going to buy one to use it as a Ubuntu desktop pc. Thank you! :) [13:26] You could most likely get better hardware for less if you built/bought a non-steam machine [13:26] But to each their own [13:29] hateball reviews say that it is very silent. As I want a very silent desktop it looks a good choice [13:30] bye [13:30] Guest99514: If you ask over in ##hardware they may have recommendations for a silent desktop computer that doesnt cost as much as a steam machine [13:30] hateball ok I will do, thank you again :) [13:30] Guest99514: But of course you do as you like. It just seems strange to me is all :) === nickz is now known as craptalk [13:30] waste of money [13:31] hateball ok :)) [13:42] how can i ADD my EMAIL to MUTT program? [13:44] !mutt | reza_sam [13:44] reza_sam: mutt is a small but very powerful text-based mail client for Unix operating systems. For more Informations on how to setup see https://help.ubuntu.com/community/mutt and https://wiki.ubuntu.com/Mutt [13:45] hey. i've got a sytem set up with windows 10 and arch with grub already installed. i want to install ubuntu as a third thing. can i figure out what ubuntu would put in grub's config and add it to /boot/grub in the arch partition? [13:45] reza_sam: you need to invest some minutes to get to know how to setup mutt. if you have specific issues then ask specific questions. [13:46] tpw_lappy: best case is you run "sudo update-grub" on the OS that you want to handle the grub and that will see all other OS installed and put that into the grub autmatically [13:47] how do i tell ubuntu's installer to not touch the boot sector or efivars? === andatche_ is now known as andatche === fginther` is now known as fginther [13:52] k1l> just i have problem for adding email...just it...if u say to me is very good [13:53] reza_sam: if you want an easy way to use your email: use thunderbird or another GUI program that got assistants for setting it up. [13:54] reza_sam: but you want a cli email program. they dont have assistants for settings that up. so you need to read the documentation and then make the settings yourself. [13:54] reza_sam: so if you dont want to read about it and just want an easy email program: use thunderbird. [13:55] GUys, i've installation proccess seems stuck. i can't use apt-get install cuz of it.. [13:55] is there anyway to know what's the proccess id ? [13:55] to kill it [13:55] So i think i need to red some document :) [13:56] reza_sam: the bot gave you the links already [13:58] RegulationD yeah tnx [14:01] xdevnull: what's stuck? press ctrl+c [14:02] I'm installing it via Ubuntu Software Center. andit said some other libs required. and stuck there [14:02] Like i see the icon is active. but can't open window [14:03] even in "Software center" => "proccess" i can't cancle them by clicking on 'X' [14:03] Oh cancelled :D [14:06] xdevnull: cool [14:06] So, I tried installing the latest (15.10) ubuntu this morning, and I've had wireless problems with Debian in the past but was always able to resolve them with the iwlwifi-6000 firmware, it seems that ubuntu as the latest version(6) of this preinstalled, but I still cannot connect to my network.... [14:07] Has anyone successfully connected with an intel ultimate n 6300 here before, on 15.10? [14:13] I've installed the 16.04 beta2 as an upgrade from 14.04. I run Ubuntu with i3wm (tiling window manager). Can anyone please tell me why now when I run unity-control-center most icons from there are gone? [14:16] I'm running unity-settings-daemon via i3 startup btw [14:16] hello, i have a problems with flash player in chromium, I`m using ubuntu 16.04.maybe someone can help me? [14:17] ?? [14:18] Royal_mc: #ubuntu+1 fo 16.04 as long as its not released [14:19] ~_~ [14:25] hey, i know this has nothing to do with ubuntu, but is there anyone thats good with portforwarding that can pm me? [14:26] hi guys short question / im searching a performance toolbar or something like that for ubuntu [14:28] SIN7: you mean a system monitor in the panel? [14:29] hi [14:29] im trying to install wine but the install button on the software centre is blanked out [14:31] hello? [14:31] evilchaos: open a terminal "sudo apt install wine" [14:32] ok [14:32] Hey, I'm running Xubuntu 15.10 and I'm considering upgrading to 16.04. I don't mind a few bugs here and there I just want my system to still work (although I do have a backup). With all these things in mind, how stable is the current status of the final beta? [14:33] Reece: its still unstable. if you need to ask dont use alpha/betas. :) [14:33] ok, i tried that but it just comes up with a load of erors [14:33] errors [14:33] Fair enough, when it's finally released will their be performance improvements? [14:34] evilchaos: paste them to paste.ubuntu.com and show the link === jorge is now known as Guest34993 [14:34] ok [14:35] Reece: depends :) but it will ship a new kernel and new version of packages. so it might be better === Guest34993 is now known as jcastro_ === King is now known as prince === Drac0 is now known as Guest12145 [14:44] Hey, Does anyone know if it is safe, to have mount and edit data on a disk, lets say /dev/sdb, that is exported as iscsi device and is mounted on another host? I mean does iscsi support a protocol for coherency (like NFS)? [14:45] bonjour [14:46] hello === N3X15_ is now known as N3X15 [14:47] Ummh hello people, I'm looking for PDF editor. and good one. does anyone suggest? [14:47] spmething [14:48] xdevnull: I use Okular for highlighting and commenting pdfs [14:49] katerina: no, it isn't safe. iSCSI is a SAN protocol, which is block, not file level [14:49] katerina, highlighting? what do u mean? [14:50] xdevnull: I've found Master PDF Editor quite useful. It was originally a paid-for application in the Ubuntu App Store but has been free for a while now (if I recall correctly) === francisco is now known as Guest9390 [14:51] TJ-, Do u have any link for it. to read about it [14:51] katerina, seems PDF reader. not editor. [14:51] viewer * [14:52] xdevnull: Yes you cannot edit text if that is what you want. [14:52] xdevnull: see https://code-industry.net/masterpdfeditor/ [14:53] Hey, i disabled icmp with ufw (ufw default allow outgoing), can this cause my ipv6 routes to be lost after the ttl expires ? [14:53] TJ-, Thanks )) seems good one [14:53] ehhh * ufw default deny outgoing [14:53] exalt: Yes; if you disabled icmp6 since it is used for Neighbour Discovery protocol [14:53] TJ-: So if I want to have access to a disk concurrently by two hosts, I use either NFS or clustered filesystem togother with a way to export it, right? [14:54] ehhh * ufw default deny outgoing [14:54] TJ-: how can i enable icmp6 with ufw ? [14:54] katerina: Yes, you need some file-system that can cope with concurrency [14:54] exalt: I don't know; I never use it, I work directly with the low-level tools [14:54] TJ-: Thanks, makes sense. === nickz is now known as craptalk [14:56] does anyone kno why wget and aptget dont use multiple simulatanious connections to speed up downloads? [14:57] or if its possible [14:58] nathan_: it depends if the remote server supports chunked ranges or not [14:59] nathan_, it's almost simultaneous, but they have to be listed in sequence so it only appears sequential [15:01] is there an irc channel for ufw ? [15:02] !info aria2 | nathan_ if you want multiple connections there is [15:02] nathan_ if you want multiple connections there is: aria2 (source: aria2): High speed download utility. In component universe, is optional. Version 1.19.0-1 (wily), package size 1222 kB, installed size 4798 kB [15:05] thankyou [15:06] i just thought it might be handy for wget and apt-get! [15:06] i use fdm on windows and its possible to use multiple http mirrors for the one download, wouldnt it be cool if we could select say the 5 closest mirrors and use 1 connection to each for apt-get [15:08] nathan_: well, for apt, if you were to use apt-cacher-ng as a local caching proxy, *and* configure apt-cacher-ng to use the jigdo-lite backend, it'd fetch (from compatible hosts) rather like a torrent [15:09] nathan_: apt-cache-ng can also be configured to 'know' that multiple remotes are mirrors of each other, although I think that only aids in not duplicating local cached packages rather than enabling multiple simultaneous remote connections [15:09] interesting [15:10] i remeber reading about debtorrent which used torrents for apt-get [15:10] i just dont know who uploaded the torrent [15:11] nathan_: for wget and multiple files (not a single file) from the same site, you can simply start multiple instances of wget with the "-nc" (no clobber) option so if one of those processes has already started fetching a file the other processes will skip over it and pick another file [15:11] thanks [15:11] Hi guys, who was helping me with my hard drive? [15:11] The thing is, it was disconnected, just needed to plug it back and worked. [15:13] is tab completion possible via adb push/pull? [15:19] r00trunner, https://askubuntu.com/questions/617262/terminal-auto-complete-doesnot-work-in-adb-command [15:19] Hey lads, just slapped 15.10 on my laptop, oddly enough cpufrequtils is behaving rather weirdly. If I try to set the cpu governor to "-g performance" it does so without problems, same with "-g powersaver", but when I try "-g ondemand" I get the "Error setting new values. Common errors:"-message. Any ideas? [15:21] hilx: Thx, but that's not what I ment. Probably my question was not specific enough. I ment to tab complete the directory structure of the phone from within my Linux system. E.g. adb pull /mnt/sdcard/ should show me available files/folders to choose from. [15:22] r00trunner: does it? [15:22] SchrodingersScat: My question was if it would be possible. [15:25] r00trunner: no, not possible, unless adb itself implemented it [15:28] ive got problems accessing the web in a vm [15:28] with ubunti [15:28] evilchaos, why are you trying to do it through a VM? [15:28] hello! I have a weird problem with my new install (ubuntu 14.04 LTS), whenever I launch any given program the mouse isn't directly recognized. I can't use it on the new launched program. I've found a workaround by clicking on the toolbar so that I have access to it, but then I can* only click on the new program [15:29] it's like my mouse is captured virtualbox-style with every single program I use [15:29] because im testing something out [15:29] can you guys help me or point me towards a solution? Thanks! [15:30] can't make my video card output signal to display port. is there any reconfigure command i can give to force it to scan that port? [15:31] evilchaos: when you say 'web' do you mean just HTTP(s) servers, or do you mean basic connectivity? if the latter, is it when accesing by hostnames (DNs problem), or also when accessing using IP addresses (routing problem) ? [15:31] basic conectivity [15:32] hi my friends [15:34] evilchaos: is it both ways? Can the host reach the guest? Can the guest reach the host? (use tcpdump on both sides to check). Check the hypervisor's network configuration in the host, and how the guest is connected to the host (bridge, routed, NAT, etc.) [15:34] i cant get google to work [15:34] thomasbg: [15:35] ☺ [15:36] hehellk [15:37] hihi [15:38] evilchaos: some would argue that's a positive :) === daytime is now known as fed [15:43] evilchaos: you need to check your network setup with ping and tcpdump. commandline stuff [15:44] is there a way to figure out the passphrase of an ssh key? [15:45] the ssh key being my main ubuntu ssh key [15:45] daedeloth, nope, if you lost the passphrase you need to generate a new key [15:45] daedeloth: no. that is the idea behind the key and passphrase [15:45] wjlafrance, but I never entered a passphrase [15:45] I'm guessing gnome-keyring generated the passprhase for me? [15:47] it's automatically being added to ssh-agent when I boot [15:47] so it must be somewhere :) [15:47] daedeloth: in which case it'll likely be the password the user account had when the key was originally added [15:48] hm tried that already [15:48] it still works fine in ubuntu [15:48] daedeloth: are you able to use the key manually on the command-line, or is this just via gnome-keyring ? [15:49] I copied the key to windows to connect to a vpn, and there I had to enter the keyphrase [15:49] Hey lads, just slapped 15.10 on my laptop, oddly enough cpufrequtils is behaving rather weirdly. If I try to set the cpu governor to "-g performance" it does so without problems, same with "-g powersaver", but when I try "-g ondemand" I get the "Error setting new values. Common errors:"-message. Any ideas? [15:49] TJ-, I don't really know, I just do ssh server and it works :) I don't really know what magic is going on in the back [15:49] sirriffsalot install indicator-cpufreq, an interactive applet [15:49] daedeloth: I'm not sure how the GUI tool does it, but it may be generating a wrapper passphrase that is unlocked by your user account password [15:50] yea that's what I was thinking as well [15:50] it's not in a gui tool, it's in any console [15:51] ok maybe it's in gnome console, can't try in a different terminal [15:51] using the ssh key from "ssh -i ~/.ssh/id_rsa ..." requires you to enter the passphrase? that suggests you did set one, somehow === badon_ is now known as badon [15:53] TJ-, yea, that works fine, no passphrase to enter [15:55] I'm guessing it works together with gnome keyring [15:56] no passphrase set... unrecommended. if anyone were to get that file from you, they'd have unrestricted access to any systems you do [15:56] but... sounds like it's stored somewhere [15:56] maybe you can look thru the keyring to see if its in there? [15:56] Gallomimia, well, that's what I'm trying to do and apparently that doesn't work :D [15:56] daedeloth: right, so in the gnome-keyring you need to *add* your user password authentication so it can unlock the keyring! [15:57] but it's not gnome-keyring, it's the ubuntu equivalent I need :) [15:57] daedeloth: I thought that might be it... there's an option to add the password, and I recall seeing a Wiki/AskUbuntu explanation of it a few months ago [15:57] de-facto: well... whatever the darn thing is called, the keyring app [15:58] !find keyring [15:58] Found: gir1.2-gnomekeyring-1.0, gnome-keyring, libgnome-keyring-common, libgnome-keyring-dev, libgnome-keyring0, libgnome-keyring0-dbg, libp11-kit-gnome-keyring, libpam-gnome-keyring, python-gnomekeyring, python-keyring (and 19 others) http://packages.ubuntu.com/search?keywords=keyring&searchon=names&suite=wily§ion=all [15:58] de-facto: it *needs* to have your user account password associated with it to allow it to unlock the keyring [15:58] yea, but it probably generates a passphrase instead of using your user password [15:58] TJ- what? [15:59] de-facto, wrong mention I'm guessing :) [15:59] de-facto: sorry, tab miscomplete :) [15:59] daedeloth: 2nd answer here is what I'm trying to describe: http://askubuntu.com/questions/65281/how-to-recover-reset-forgotten-gnome-keyring-password [15:59] TJ- np === dconroy_ is now known as dconroy [16:00] oh I found out that seahorse has a GUI :D [16:00] de-facto: seahorse is the GUI :) [16:00] Grrrr sorry! [16:00] daedeloth: : seahorse is the GUI :) [16:01] alright :D cool, ok I'm resetting the passphrase and trying again [16:09] i can't get an nvidia .run driver to install on 14.04LTS. i need 361.42 for some stuff. it complains that nouveau is still installed but no nouveau packages are. i've blacklisted it i think. i also tried xorg-edgers ppa but it doesn't have the driver i want for trusty [16:10] tpw_rules: the best place now is the graphics-drivers PPA [16:10] tpw_rules: see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa?field.series_filter=trusty [16:11] what is its url for apt-add-repository? [16:11] its not windows u must install driver via apt-get [16:11] with a ppa [16:12] tpw_rules: see the PPA page [16:12] ah yeah i found it [16:12] sudo add-apt-repository ppa:graphics-drivers/ppa [16:12] sudo apt-get update [16:13] sudo apt-get install nvidia-364 [16:13] cool that looks like it's working [16:13] thanks [16:17] i just installed nvidia-361 from that repo. now i can't get my main monitor on display port to turn on or be detected. only the DVI-D monitor is working. gtx 780Ti [16:18] nvidia-settings in terminal [16:18] yeah that doesn't help [16:19] Wow i love Ubuntu Mate ! [16:19] i've fussed with that for hours [16:19] the monitor just says "no signal detected" and goes to sleep [16:19] this is how they make new versions of ubuntu [16:19] they let ubuntu mate [16:19] jroot, why [16:20] did u restart when u installed the nvidia driver ? [16:20] yep. i've done it several times [16:21] Anyone got a good Ubuntu hosting company they would recommend ? [16:21] also this is not the first time i've had grief over getting the monitor to work [16:21] ok i don't know what is happening then maybe try the nvidia-364 driver [16:21] jroot: plenty. for what purpose? [16:21] Web Dev Mostly [16:21] digital ocean [16:21] Hmm [16:21] connection issues with that... [16:22] 0o [16:22] for you? or to everyone else? [16:22] Gallomimia: I just recently had similar issue, but laptop external monitor. I rebooted with screen unplugged and plugged in only after logging in. Helped. Had this issue few times in the past [16:22] oh yeah... interesting [16:22] is there a difference between server and desktop kernel-wise? [16:22] i've had this problem several times, and still no idea how it was fixed [16:22] Kubuntu xenial, mind you [16:22] evilbug: no. [16:22] evilbug: no [16:23] ty<3 [16:23] Gallomimia: check both kern.log and Xorg.0.log for clues [16:23] hmm [16:23] Gallomimia: have you used "xrandr -q" to see what the system's view of connected outputs is? [16:23] Will try her on Mate... [16:24] I think putty has some issues [16:24] DP-1 disconnected (normal left inverted right x axis y axis) [16:24] Gallomimia: also, is the system using hybrid graphics or multiple GPUs ? [16:24] that's the opposite of what i want to see. [16:24] it's a singular GPU [16:24] no embedded gpu on cpu [16:25] Gallomimia: check Xorg.0.log in case there's some output-related problem going on [16:25] Gallomimia: other than that I'd suggest a physical connector/cabling issue [16:25] hotkey for changing languages ? [16:25] generally when i do fix it it's from wiggling plugs or something [16:25] i'm going to try what madwizard suggested [16:26] reboot, with unplugged, then plug in [16:26] Gallomimia: you're almost confirming the physical issue then [16:26] Gallomimia: inspect the connectors, make sure they're not bent, there's no foreign material in them, etc. [16:27] Gallomimia: does one seem particularly loose, maybe, and not making a good connection? === Sazpaimon is now known as Sazpaimon_ [16:29] they do wiggle quite a lot. it alarming really [16:30] hi - i have a package installed that i would like to know where it came from .. all teh commands i run indicate it catme from /var/lib/dpkg/status .. help?! [16:30] course it doesn't help that the damn monitor turns itself off really quickly [16:30] if it doesn't detect a signal that is [16:30] Egyptian[web]: so you installed it manually [16:30] Egyptian[web]: or the repo you used is was deleted in the meantime. [16:31] k1l: figured .. how do i know where the package was residing? i mean was in /tmp? /var/tmp? [16:31] Egyptian[web]: i dont think there is that information. you could look at "apt-cache show packagename" [16:31] Egyptian[web]: "apt-cache policy " [16:32] k1l: same [16:32] TJ-: same [16:32] here's my real confusing thing tho TJ- i didn't touch the connectors at all. the thing that changed which caused the display to stop working was drivers and reboot. it was working just fine before [16:32] Egyptian[web]: what does "same" mean? please be more precise and descriptive [16:32] thats all you get [16:33] HA!!! i just found /var/cache/apt/archives !!!!! :D [16:33] Gallomimia: In the past I've found similar issues and tapping the keyboard is enough to provoke them sometimes [16:33] Egyptian[web]: that is where the packages are cached to. but its not where you put them in the first place [16:34] k1l: can i reinstall from that archive? [16:34] Egyptian[web]: its not an archive. its just a local cache. but yes you can [16:35] k1l: purrr-fect :D === charles_ is now known as Guest36303 [16:37] Egyptian[web]: if apt has the package then "apt-get --reinstall install " will do that [16:40] TJ-: actually i need to install it on a different machien . but thanks [16:42] MonkeyDust, I really prefer cpufrequtils, there should be a solution :) [16:42] Egyptian[web]: make sure you take any dependencies along then [16:43] Egyptian[web]: apt-offline might be of interest to you, depending on your requirement [16:45] I'm trying to install NVIDIA drivers for my GeForce 940M. I've tried the proprietary drivers, downloading and installing the drivers from nvidia.com, using ppa:xorg-edgers, ppa:graphics-drivers, and neither of those worked. I keep getting either black screen, login loop, or low graphics mode. Does anybody know what I should try? [16:46] I have an integrated Intel card, by the way, and I want to use my NVIDIA. === qqqqqs is now known as xalias [16:48] Dor: sounds like a hybrid issue with Prime. Has it ever worked? [16:51] TJ-, I installed Ubuntu 15.10 yesterday and I got it to work eventually. I then found out I had to switch to 14.04, and I couldn't get it to work. [16:56] anyone know why i cant seem to choose google as search in firefox on mint? [16:56] Hi. [16:56] nathan_: Mint is offtopic here [16:56] !mint | nathan_ [16:56] nathan_: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org === me is now known as Guest18821 [16:56] we don't support Mint here [16:56] ok sorry [16:56] thinking of switching to ubuntu [16:56] I am trying to get cgroups to work. Can someone tell we in which package I can find the 'service' for cgred? [16:58] i am getting "unknown" when i check my runlevel, any ideas? (i am trying to run a python script as a service, which doesn't succeed, and led me to check my runlevel), using ubuntu 14.04 [16:58] Where would I find instructions on getting java working with chrome under Ubuntu? [17:00] Dor: that doesn't surprise me since there'll have been a lot of improvements between 14.04 and 15.10 [17:00] !java | wad start here [17:00] wad start here: 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. [17:02] TJ-: so do you think there might be no way I can make it work with 14.04? [17:03] Dor: A *lot* of hybrid/prime bugs have been worked out over the last 2 years [17:04] I can't find any service related to cgroups. Can anyone point me in the right direction? [17:04] TJ-: I see. I'll see what I can do then. Thanks a lot! [17:05] I am using 15.10 [17:07] MonkeyDust, thanks!! [17:08] hello. I use ubuntu 15.10 and any wine app doesn't have sound. What can I do? [17:09] Anyone know how to get wifi working with Intel Centrino Ultimate N 6300? [17:10] 15.10 comes with IWLWifi firmware vesrion 6, but it refuses to connect to the AP === Petru is now known as Guest49758 [17:10] I tried the modprobe workarounds, and they had no efffect [17:11] RFKill lists nothing blocked [17:11] This is becoming more and more strange. After performing acs cgroups|awk '{print $1}'|xargs apt-file list |grep service the only services I get cgmanager/cgproxy non of which I am looking for ( and find esential ). [17:12] Google hasn't given me any help.... === Vampire0_ is now known as Vampire0 [17:13] irinix: What does iwconfig say? [17:13] usr13, uhm I'd have to log and boot back into ubuntu, give me a minute [17:13] irinix: Ok [17:14] hi there [17:15] i got a process which goes down on friday [17:15] where i can find what happen to that one ? === crondd is now known as crond [17:20] i am getting gsql running on another terminal [17:20] how can i know how many terminal opened.. [17:21] bujji, ps -A in terminal [17:21] bujji, alternatively to make it easier, ps -A |grep terminal [17:22] ps -A |grep terminal nothing it showing [17:23] bujji, do you see anything looking like terminal in the output of 'w'? [17:24] Guest18821: yes it showing uptime and the user logged info it showing only one user. [17:25] bujji, if you are looking for your x terminal sessions type 'xprop' and when the cursor changes click on the terminal and check 'class' [17:26] xprop|grep CLASS bujji [17:26] usr13, http://pastebin.com/aU3iRJRM [17:26] Guest18821: what it gives [17:26] bujji, then name of your terminal emulator [17:27] bujji, when you will get it ( the first thing in "" ) you can grep for it in ps [17:27] bujji, ps -ef |grep "thingfromclss" === Guest49758 is now known as Petru7 [17:28] bujji, in my output you can see that there is one virtual terminal started : me 1733 1584 0 mar30 ? 00:00:08 /usr/bin/python /usr/bin/terminator [17:29] usr13, ...you still here? [17:30] Guest18821: xprop: unable to open display [17:30] do i need to install? [17:30] bujji, do you know are you running X11, grahical interface? [17:31] bujji, maybe I misunderstood you. If you are looking for terminal sessions and not terminal emulators just use 'w|grep pts'. [17:32] Guest18821: it showing pts/3 [17:34] bujji, so you have only one session running. === paulbx is now known as pbx [17:34] Guest18821: user pts/3 means? [17:35] bujji, user - name of the user who is connected and pts stands for pseudoterminal session. [17:36] Guest18821: 3 ? [17:36] bujji, not sure how the numering works, but the more sessions are open the number increases. I have 2 opend so it looks like: [17:37] bujji, me pts/3 :0.0 śro22 37:00 0.71s 0.08s /bin/bash [17:37] me pts/6 :0.0 śro22 39:41 0.08s 0.08s /bin/bash [17:37] how can we close the opened sessions? [17:38] bujji, simpli logout. [17:38] bujji, type exit or ctrl+D [17:38] bujji, got2go [17:39] ok man thank you [17:43] how do I install my drivers for my laptop on ubutnu 14.04.04? is it done auto? [17:43] yes, it's auto [17:44] if everything works fine just leave it ;) [17:44] you can install some prop. drivers if app "additional drivers" [17:44] for example for video and etc (if you need so) [17:44] *in app [17:47] hello, is MacChanger persistent after reboot? [17:48] usr13, have you ever used the bt_coex_active fix? [17:48] ubuntu boot from usb error: panic occured. switching back to text console...dahell? [17:49] I use default video drivers (open source) and they are great. I will even play some games (most of they are basic or older then 2010). But if you want play some modern games 90% you will need to install prop. drivers. [17:49] thanks. [17:50] maybe this will help http://askubuntu.com/questions/471012/ubuntu-14-04-lts-fails-to-start-with-a-kernel-panic [17:50] but I never face this situation :) [17:51] Rhoarin: i don't think MacChanger persists after reboot [17:52] So back to my problem :). I have ubuntu 15.10 x64, and wine x32. I haven't sound in C&C, hearthone and etc. I try use ALSA_DEFAULT_PCM="plug:dmix" and some configs but zero result. Any help? [17:59] I added a script to /etc/rc3.d and gave it exec permission but it didn't execute on startup, why it might happend? [18:01] the name i gave it is K01 [18:01] at start [18:01] K01script [18:01] oops S01 [18:01] S01script [18:04] Does anyone have experience with the intel centrino ultimate-n 6300 on 15.10? [18:04] usr13, was helping, but seems to have disappeared. [18:05] jgknight: can i fix it? [18:08] when running update-ca-certificates the the terminal gives: http://paste.ubuntu.com/15618441/ ? what does this mean? [18:13] Does esorotica still comes here? [18:15] i am trying to install something using pip and i get an error "The directory '/home/user/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled" what can cause this? i checked the prmissions they seem fine [18:15] frainfreeze: nope. Last time they were in my logs was back in 2015. also, I don't see them ever speaking.. just you asking if they were here back in 2014. [18:16] frainfreeze: sorry, I was mistaken about that last part. [18:16] how to go java [18:16] sruli: did you recently sudo pip install something? [18:16] Pici how to go in java [18:16] Pici, thanks bunch bro! [18:17] suvrat: the channel? /join ##java , but you need to be registered and idenitified to nickserv to join. [18:17] !register | suvrat [18:17] suvrat: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [18:17] thank you..:) [18:18] all they are java exper pici? [18:18] Pici: i tried now first time on that PC [18:18] ##java [18:18] sruli: er, that wasn't intended to come across as a suggestion to use sudo. You should never use sudo pip to install things. [18:21] Pici: on my other PC it works without problem, when I try on that pc without sudo i get this error "Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qprwQH/negotiator-host/" [18:21] sruli: what are you trying to install? === N3X15_ is now known as N3X15 === KindOne_ is now known as KindOne [18:23] Pici: negotiator host, i just tried it onother PC no roblem [18:24] when i run update-ca-certificates terminal gives: http://paste.ubuntu.com/15618764/ in ubuntu 15.10 x64 how do i restore them? === Anuj is now known as anuj-zzz [18:24] i dont know any other apps from pip, if u want to give me something else to try i can [18:24] i removed them by mistake i should add... [18:26] i am unable to open java channel :( [18:26] frostie [18:27] suvrat yes? [18:27] frostie i am new to ubuntu [18:28] how do i switch to another channel , i need help in java, frostie [18:28] Pici: sorted, i ran "pip install -U setuptools", that sorted it [18:28] Pici: thanks [18:29] !register | suvrat [18:29] suvrat: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [18:30] my nickname is suvrat [18:30] so how do i register [18:30] hello [18:30] suvrat, some channels like #java need a registered nick in order to join, read the instructions above [18:30] http://paste.ubuntu.com/15618764/ <<< is there a way to restore the files or not? [18:30] I saw that launchpad was open source and free [18:31] is there .deb packages for it ? [18:31] <> [18:31] like reinstall ca-certificates package for example [18:32] « /nick suvrat » [18:32] its not registering? [18:32] were do i type thi command frostie help me please [18:33] So, I fixed my iwlwifi [18:33] sudo iw reg set US did the trick [18:33] done and it worked, reinstalled the ca-certificates package and error message is gone with update-ca-certificates [18:33] anyone irinix, frostie [18:34] suvrat register your nick if its needed and join the channel [18:34] ubottu [18:34] suvrat, what's up? [18:35] suvrat type it here, in the channel [18:35] how do i reg [18:35] « /nick your_favorite_nickname » [18:35] its not working [18:35] :( [18:35] suvrat without the quotes [18:35] yes [18:35] it did work [18:36] what do you want? register? [18:36] i have some difficulties in java [18:37] /msg nickserv register password_of_your_choice your@email.addres [18:37] /msg suvrat register suvrat111@suvrat12@gmail.com [18:38] nooo [18:38] hi [18:39] I have a .desktop file where in Exec says Exec=idea.sh [18:39] /msg nickserv register suvrat113@suvrat12@gmail.com [18:39] i am not able to register [18:39] My question is. how does it know what's the path to idea.sh ? [18:39] j #ubuntu-it [18:39] no [18:39] sorry [18:39] you need to type: /nickserv register blablablapassyouwant blablablaYouremail@gmail.com [18:39] I have a .desktop file where in Exec says Exec=idea.sh . How does it know the path of idea.sh? [18:39] like that : /nickserv register PASSWORDDDD EMAILLLL [18:40] then [18:40] you need to do identify [18:40] to identify you do [18:40] type: /nickserv identify PASSWORD [18:40] you need to do this everytime you get into this server [18:41] is there a way to get apt or dpkg to give a list of packages installed since a certain time? [18:41] pbx: check the apt man page for the list options. [18:41] there are scripts that do that by auto, by i don't know one today... [18:41] how do i switch to [18:41] java now [18:42] you need first to identify , only registered and identified nicks allowed to join there (i think) [18:42] you type : /join #java [18:42] or you can press on the hearth on the toolbar (if you use MIRC) [18:42] invite only [18:42] :( [18:42] /join #freenode for questions about joining channels. [18:42] this is ubuntu support only. [18:43] the command is /NETWORK ADD -autosendcmd "/msg NickServ IDENTIFY password;wait 2000" freenode [18:43] maybe he's using ununtu client ;) :P [18:43] siema [18:44] Hello123321: even if he's using ununtu, that's not ubuntu. :P [18:45] hehe , you must answer ha? i'm sure you gave it a thought for a 5 minute what you say [18:45] :P [18:45] *what to say [18:45] hello [18:45] i'm having some troubles wiht my ubuntu [18:46] i just made a fresh install of 15.10 and i'm using a tp-link wm722n wifi usb adapter and at some random interval i'm losing internet connection [18:46] if I have question for shell scripting can I do it here or where would I go? [18:46] Demon_Jester: in bash? I'd ask #bash === crondd is now known as crond [18:46] ok. [18:47] lord_zoo: there's a pretty good troubleshoot of that wifi card here: https://askubuntu.com/questions/512727/how-to-install-driver-for-tp-link-tl-wn722n-on-ubuntu-14-04 [18:47] lorddoskias1 ^^^ [18:49] nicomachus: thank you, i will take a look now [18:51] nicomachus: however, this card (sort of) works out of the box, that link there is if your card is not recognised by ubuntu, rather all the necessary modules are working for me [18:52] is there a minimal image of 14.04.04? === jorge is now known as Guest30023 [18:55] anyone? [18:57] yes [18:58] you ask, if someone is here, and can help you, he answer [18:58] Hello123321, what? [18:58] anyone in here willing to help be with an openVAS issue ? complains that my redis-server is not runing but it is! u dont know how to troubleshoot this [19:04] !test [19:04] Testing... Testing... 1. 2.. 3... [19:10] hello, I'm trying to update my sysrq config in proc... but it says it says permission denied. here's the command I used: "sudo echo 1 > /proc/sys/kernel/sysrq" [19:12] I want to be able to use all sysrq commands.. but I think this is reset everytime I boot even if I manage to edit it. it's not REALLY a file so I believe the echo command is correct... [19:12] not sudoedit which manages to work until i reboot [19:12] amdrockz: echo 1 | sudo tee /proc/sys/kernel/sysrq [19:13] Seveas: brb [19:14] amdrockz: you want /etc/sysctl.d/10-magic-sysrq.conf [19:16] Ben64: thanks, I'll try that. === Mike_________ is now known as Mike__ [19:16] hloo [19:18] Ben64: it works. [19:18] thank you [19:19] i want convert ubuntu to windows xp clone like .... is it possible? [19:19] angel2: you like both windows and ubuntu? why not use both? [19:20] although xp is pretty old and outdated [19:21] angel2, there is plenty of XP themes for kde [19:22] http://news.softpedia.com/news/Turn-Lubuntu-in-Windows-XP-with-a-Theme-and-No-One-Will-Notice-436255.shtml [19:22] aw they left [19:22] * BluesKaj wonders if kde for windows is still being dev'd [19:26] server irc.criten.net/ELITEWAREZ [19:27] hmm [19:30] so... client wants to dual boot win10 and ubuntu on the same drive. both with encryption. [19:30] is there even a reasonable way to do this? [19:30] hello [19:30] #ubuntu+1 [19:31] help [19:31] i'm going to pitch the idea to us bitlocker for win10 and just run linux in wmware workstation [19:31] trevor_s: linux has encrypted partitions too [19:31] can anyone help me with configuring the alps touchpad. it just randomly quit working. but the buttons still work. i'm on a dell inspiron 1525. [19:31] i once had a bootable usb with "liberte linux" that was completely encrypted. but idk how they do it [19:33] michael_1: does it have an Fn key on/off switch [19:33] trevor_s: I believe during install it actually asks you if you want to encrypt the home partition or if you want to encrypt the entire partition [19:33] says "LUKS" [19:35] trevor_s: yeah, what would the problem be? [19:35] trevor_s, if your machine has tpm i think it will hard.. [19:36] can anyone help me with fixing my touch pad? [19:36] Mathisen, you can disable tpm [19:36] it's enabled. i can tap when in a url and when i the buttons work. it just randomly stopped working [19:37] i'm just not finding any good documentation dual booting win10 and linux both with encryption [19:37] without using truecrypt [19:37] which isn't an option [19:37] trevor_s: you want to use the same encryption scheme for both? or don't mind separate schemes? [19:38] TJ-, i dont mind different schemes so long as they play nice with one another and there's an option to boot to both of them [19:39] trevor_s: to each of them? [19:39] trevor_s: well the only one that is cross-platform is going to be Truecrypt [19:39] it would be way too easy to just use bitlocker and run linux in a VM [19:39] trevor_s: native for Linux is LUKS+dm_crypt [19:39] if someone would help me i would really appreciate it. i'm trying to learn how to use linux and i want to learn how to program === Z3 is now known as strahl [19:40] trevor_s: however, there's no reason not to use the native encryption schemes for each. They will only encrypt the partition(s) the OS itself uses, so Windows can use bitlocker and Linux can use LUKS+dm_crypt [19:45] Hi all. I've just installed Ubuntu 14.04 server to run Kodi. All seems good except for the gamepad. Would anyone have advice how to enable it? It was working fine under OpenElec without any additional packages/libraries. Am I missing some? === jorge is now known as jcastro_ [20:05] would anybody help me out with this touchpad issue? [20:05] Has anyone noticed any strange throttling issues with Ubuntu 15.10 and Skylake CPU's? For example, when the CPU uses turbo boost it drops like 5-700 mhz almost immediately? [20:05] please === Luke_ is now known as Luke [20:09] hello [20:11] Hello [20:12] hello, what do you do to resolve a blocked package install, such as `openjdk-7-jre : Depends: openjdk-7-jre-headless (= 7u51-2.4.6-1ubuntu4) but it is not going to be installed` - I run into these from time to time, and I don't ever understand a) how it happens, nor b) how to resolve/prevent. My first inclination was to minimize PPA and thirdparty deb archives, which I have done, but this still seems to snag me [20:12] how can i make a new keyboard shortcut in lubuntu? [20:15] hey folks; trying to enable x11 forwarding on my ubuntu 14.04 laptop. ive already enabled X11Forwarding; and X11DisplayOffset 10 ; in my sshd_config; and connecting to it via -X option but it doesnt seem to be working still ... ideas? [20:18] nevermind; got it working! [20:27] arooni glad i could help [20:27] MonkeyDust hahah [20:30] arooni: how did you get it working? === N3X15_ is now known as N3X15 [20:34] it was a mac os x issue; had to restart xquartz to enable x11 to work [20:38] ciao ho un problema con lo scanner connesso a un 15.10 [20:38] !es | nicolac [20:38] nicolac: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [20:38] Has anyone noticed any strange throttling issues with Ubuntu 15.10 and Skylake CPU's? For example, when the CPU uses turbo boost it drops like 5-700 mhz almost immediately? [20:39] Has anyone ever had a problem with teamviewer on ubunut? I can connect and I can see that I am moving the mouse on my ubunut machine but I cant get a display back to my computer of the ubunut screen??? [20:43] hi where is ubuntu it? [20:44] Does anyone know of a rdp-client for linux (to connect to windows machines) that support having seperate windowsize and resolution? For example windowsize 2560x1440 and resolution 1920x1080 [20:44] i have a problem with scanner Epson 2480. My opc doesn [20:45] Hi Everyone [20:45] recognize scanner [20:45] !it | nicolac [20:45] nicolac: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [20:45] ahhh. sorry nicolac. i thought you were spanish [20:46] I have installed skype and it starts when I boot my laptop. Does anyone know how I can turn that off? [20:46] gallomimia: :- [20:46] andybrine: have you checked the preferences in skype? [20:47] yea, its not turned on [20:47] It was in the bashrc but I have removed it, restarted and its still loading on strtup [20:47] [15:38] *** now talking in #ubuntu [20:47] [15:38] *** topic is Official Ubuntu Support Channel | IRC Guidelines: http://ubottu.com/y/gl | This channel supports: Ubuntu and its official flavors, versions 12.04, 14.04, and 15.10. | Unofficial derivatives: use your distro's support channel, not here. | 16.04: not released yet, use #ubuntu+1 | IRC info: http://ubottu.com/y/irc | Pastes to http://paste.ubuntu.com/ | Download: http://ubottu.com/ [20:47] y/dl [20:47] [15:38] *** set by dax!dax@freenode/staff-emeritus/dax on Sat Mar 26 02:08:55 2016 [20:47] [15:38] #ubuntu http://www.ubuntu.com [20:47] [15:38] *** channel #ubuntu mode is +CLcntjf 5:10 #ubuntu-unregged [20:47] startup* [20:47] hi [20:47] how can I know if my video card is working? [20:48] xrandr -q [20:48] can give some hints [20:48] me? [20:48] wait no, it doesn't tell much about video card [20:49] glxinfo [20:49] or something like that [20:49] can't remember [20:49] SchrodingersScat, is there anything else I can check? === Drac0 is now known as Guest60880 [20:50] andybrine, Dash -> Startup [20:50] andybrine: ^ is a possibility [20:50] anyone? [20:51] alejandra_: what brand card? [20:51] squinty I dont have skype in my autostart applications [20:51] its strange :/ [20:51] yup. perhaps crontab? [20:51] Gallomimia, I want to know if render is working etc, glxinfo was the command, something like that [20:51] thats why im a little stumped [20:51] do you remember [20:51] can't find it [20:51] no, i can't either [20:52] for me, i look in nvidia settings [20:52] shows me loads of info. but that was installed with the proprietary drivers === sarcastic is now known as Guest95534 === N3X15_ is now known as N3X15 [20:55] alejandra_, maybe glxinfo -B [20:55] glxinfo comes from mesa-utils package [20:56] squinty, SchrodingersScat anymore Ideas on why skype is starting on startup? [20:58] I think it maybe just work removing skype all together [20:58] lol [20:59] Im not a fan of skype anymore :/ [21:00] andybrine: good call, and idk, is it an init.d? or a cronjob? mine does not start on boot when unchecked in skype thing. It's freedom-hating software anyway. [21:00] #ubuntu-br [21:00] !sysv-rc-conf | andybrine [21:01] SchrodingersScat where canI check init.d? [21:01] Sadly I chat with people on SKype every day [21:01] andybrine: anyhow, check in the repositories for sysv-rc-conf, to stop services running at startup, need to run it as sudo btw [21:02] !find sysv-rc-conf [21:02] Found: sysv-rc-conf [21:02] pfft [21:02] bprompt so I can run that command in terminal? [21:02] andybrine: yes [21:03] awesome, thanks [21:04] I can't run synaptic as root on Ubuntu 15.10! When I try, I get this error message, despite having been able to run synaptic as root for months. http://pastebin.com/f2tDyKrD Any tips? [21:05] Skype is not showing there at all :( === dummy is now known as craptalk [21:06] andybrine: is probably there, just under some other name I'd think [21:06] !gksudo | BlueProtoman [21:06] BlueProtoman: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [21:07] ubottu: "Unable to copy the user's Xauthorization file." [21:07] BlueProtoman: I am only a bot, please don't think I'm intelligent :) [21:07] Err, Jordan_U "Unable to copy the user's Xauthorization file." [21:07] BlueProtoman: mir as the DE ? .. not sure but what results ' sudo -H synaptic ' as synaptic is a GUI application . === [1]Lawilm is now known as Lawilm [21:08] Bashing-om: http://pastebin.com/F6D6NpJh [21:08] bprompt I cant see anything that may relate to it [21:09] andybrine: hmm dunno then.... maybe the window manager's autorun section....I don't use Unity myself [21:10] BlueProtoman: ls -l ~/.Xauthority [21:10] BlueProtoman: " No such file or directory " The system talking about .Xauthority ? what returns ' ls -al .Xauthority ; ls -al .ICEauthority ' ? [21:10] im not on unity, im using kde at the moment [21:10] really strange, I dont like skype but sortof have to use it [21:11] andybrine: then for kde, check under System Settings > Startup and Shutdown > Autostart [21:11] Jordan_U, Bashing-om: http://pastebin.com/Pzm1ekqv [21:15] BlueProtoman: Please run "gksudo synaptic" one more time and pastebin the complete output. [21:15] Jordan_U: "Error copying '/tmp/xauth-1000-_0' to '/tmp/libgksu-kTTX1F': No such file or directory" [21:16] tes [21:16] "Unable to copy the user's Xauthorization file." [21:17] hi [21:17] BlueProtoman: Please pastebin the output of "mount". [21:18] Jordan_U: http://paste.ubuntu.com/15621224/ [21:22] buena tarde alguien me podria colaborar con mi internet ya que no me permite el ingreso acabe de instalar ubuntu mate pero no me deja ingresar a internet cuando estoy conectado al wifi [21:22] ximena: Solo ingles, por favor [21:23] ximena: O usa #ubuntu-es === badon_ is now known as badon [21:24] ubuntu mate [21:26] Any thoughts, Jordan_U? [21:30] BlueProtoman: Please pastebin the output of "ls -l /tmp/" and "dmesg". [21:30] hello [21:31] having trouble with 16.04 [21:33] poshy-1: #ubuntu+1 for unstable [21:34] hello everyone, how can I get an output of all the terminal commands that I have typed in? === N3X15_ is now known as N3X15 [21:34] Jordan_U: http://paste.ubuntu.com/15621381/ and http://paste.ubuntu.com/15621387/ [21:34] jinette: "history" [21:34] jinette: -> history <- [21:35] jinette: Notice though that there will likely be many commands missing if you use more than one shell at a time [21:35] Jordan_U, no, that will not be a problem but I couldnt find history in the menu..where would it be? [21:36] jinette: type it in :/ [21:36] jinette: as in, the terminal [21:37] bprompt, ah, ok, thank you [21:37] Hi, I’m wondering if when I add ssh keys to a user’s ~/.ssh/authorized_keys does that disable the ability for that user’s ability to sign in w/ a password? Or do I need to take additional steps to disable the ability to log in over ssh w/ a password once I’ve added authorized_keys? As always, thanks for the help! === bleepy_ is now known as bleepy [21:39] Jordan_U: IRT BlueProtoman . With 2 /home directories mounted, how does the system know the controlling authority ? [21:39] Bashing-om: I don't know, but why would that matter in my scenario? Up until yesterday I haven't had this issue at all. === Charlotte is now known as Guest55080 [21:41] i just answered my own question by sshing into another one of my boxes and then sshing into the 1st box and logging in via password. Also, I think I found how to disable password login over SSH here: 107.170.194.223 [21:41] https://help.ubuntu.com/community/SSH/OpenSSH/Configuring#Disable_Password_Authentication [21:42] BlueProtoman: I am always amazed at what I do not know and I have no experience with mir. But, I do think the .ICEauthority file is required, and we can make one up . [21:43] Bashing-om: OK, let's do it. === KindOne_ is now known as KindOne [21:47] BlueProtoman: Worth a shot : From the F1 console logged in as the user profile with the problem run ' touch .ICEauthority ; chown : .ICEauthority ; chmod 600 .ICEauthority ' Where you are you in "your" /home directory so admin privileges are not required and if used may really mess things up . [21:48] /whois cuB3D [21:48] Bashing-om: OK, now what? [21:52] Hey all, is there a good way to make ubuntu ask to confirm a shutdown if you have programs running (especially in a different workspace)? [21:55] BlueProtoman: ' ls -al /home ' is the proper username listed ? also check ' ls -al /home/ ' . If all is good .. reboot for a whole new reset . [21:57] Bashing-om: Yes, I'm still jesse [21:58] BlueProtoman: :) reboot the box, let's see what happens . [21:59] /lastlog Jordan_U [22:01] BlueProtoman: I see only one /home/, within which there is another mount to jessie/Common. [22:03] Jordan_U: Yeah, that should be the case, right? I'm the only user on this machine, and /jesse/Common is a common partition I use to share data between my Windows and Linux partitions (music, homework, code, etc.) [22:04] I need a little bit of help understanding memory usage and swap space. My server seems to keep putting things in swap space and leaving them there, even though there is plenty of memory free. when it does this it noticble effects performance. All pages load substantially slower, until i forceably remove things from swap (sudo swapoff -a && sudo swapon -a) http://i.imgur.com/eKcJ1sr.png [22:04] right now, its using about 6 GB of 16GB of ram, but still putting things in swapspace! [22:05] deweydb: have you tried changing your swappiness value? [22:05] nope [22:05] its at 60 now [22:05] what would be a better value? [22:06] Not sure if there's an optimal amount, but reducing it will definitely make your box swap less [22:06] you can try tinkering with sysctl to do it temporarily then put it /etc/sysctl.conf once you find a good amount [22:06] https://help.ubuntu.com/community/SwapFaq#What_is_swappiness_and_how_do_I_change_it.3F [22:07] good call [22:07] thanks for the advice [22:07] no problem, hope it helps! [22:10] I've got an odd issue. All of my jump drives are reporting as read-only, but I do not have them set to read only. Any ideas? [22:11] Also, the file browser is not letting me change the permissions for the jump drive. === cigumo_ is now known as cigumo [22:13] What would be the best method to combine the free space of 4 servers into once filesystem over a network? all three have different drive sizes but in total it would be 15TB and would like to be able to add new servers in at any time, no redundancy needed since its bulk data that can be easly replaced [22:16] JRWR, suggest you ask #ubuntu-serer [22:16] *server* [22:16] Thanks === qqqqqs is now known as mikelos [22:59] Is it possible for me to install the ubuntu 15.10 version of libpthread-workqueue on ubuntu 14.04? [23:09] So...I've got networking again. But now if I try to change from our 2.4ghz channel to our 5ghz network manager crashes, and loses the networks. [23:09] =/ [23:12] So I've got a quick question, I'm booted to on a flash drive and I have another flash drive plugged in [23:12] I'm wanting to install xubuntu on the other flash drive, how do I do this? [23:13] Rarien, same as if it was any other hard drive [23:13] Rarien: start the installer and choose the other usb as destination to install in [23:13] Okay , I think I tried that, lemme give it another try. [23:13] how do I set up VPN connection for my ubuntu server [23:13] Rarien, BUT I highly advise unpluging any other HDDs to avoid issues [23:14] So I choose the "something else" option and choose the other SD and it tell me [23:14] Rarien, as in total loss of data on your drives [23:14] "No root file system is defined" [23:14] I don't mind that Rave1, thank you though. [23:14] Rarien, just making it clear is all [23:15] I have an HDD that is corrupted so I intend on running xubuntu on this computer solely off of the USB. (Which is a micro SD) [23:15] Rarien: "something else" means "manual partioning". so you need to do the setup your own [23:15] Oh, hmm [23:16] Well if I choose "Erase disk and install xubuntu", it'll default to the HDD, right? [23:16] it will name the destination there. i dont have the installer in front of me [23:17] Oh, that was simple enough. [23:17] I didn't want to hit "next" just incase it was just going to start it. [23:17] Thank you. :D [23:17] Rarien, make note of what your USB (sdcard) is named [23:18] Yeah it's pretty easy to remember, smartcardreader or something. [23:18] or sdc [23:19] Yeah, I'm going to have to remember that, thank you, Lol [23:19] how do I set up VPN connection for my ubuntu server [23:19] This IRC is so helpful compared to the others that I've been on. [23:20] hi [23:21] Is there a preferred file system that I should format the USB as? [23:22] ext4 [23:22] I read somewhere that it was ext4 for HDDs and ext2 or 3 for flash drives, etc. [23:22] But that was for puppy linux. [23:22] every so often, my cpu hits about 3500% load, and the hardrive goes nuts, basically the entire laptop locks up and i have to hard shutdown. what loag do you guys need to see? [23:22] So you sure? [23:22] *logs [23:23] hello everyone, can you please help me with this postgresql problem; http://paste.ubuntu.com/15622389/ ? [23:23] Rarien, and there was a time that it was advised not to use a swap on flash drive installs. not sure of the current feeling on that [23:23] uname --all is Linux Ben-laptop 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [23:24] That's how I had it setup on puppy linux (which doesn't support much new hardware hence me moving to ubuntu) [23:24] and it was running fine. [23:24] running ubuntu mate 15.10 [23:24] I'ma just try ext4 and see how it goes [23:24] Rarien, i always use ext4 on Sd card installs now days [23:24] Oh okay, cool then. Thank you for all the help. o: [23:25] Hmm, I used gparted to format the flash drive as ext4 and nothing else, I go to "Install Now" and it's telling me "Some of the partitions you created are too small."? [23:25] It's an 8gb card. [23:26] As far as I know I only have one partition on the whole flash drive. [23:26] Rarien, 8gb is marginal to install xubuntu [23:26] So what does that mean? [23:27] means you may need to use a diffenrt distro [23:27] Lame [23:28] I have a new totaly fresh just installed debian mate 4.97 gb and it would have much less software than default xubuntu [23:29] What about lubuntu? [23:29] not sure you would need to check installed size [23:35] You should be able to install Xubuntu on a 8GB partition [23:35] How? [23:36] I also wouldn't mind lubuntu, they both have great hardware support. [23:36] IDK, but the documentation states you need 6.1GB of free space [23:36] Hmm [23:36] Rarien: what setup did you make? [23:36] What do you mean? [23:36] I haven't installed anything yet. [23:36] you said you made partitions [23:37] Oh, I did ext4? [23:37] and how much partitions? how big? [23:37] 1 partition, 7.4gb [23:37] (keep in mind we dont know or see what you do there) [23:39] Rarien: please put the full error you get there onto paste.ubuntu.com and show it here [23:41] @K1l_ http://i.imgur.com/vGkShXP.png [23:41] ubuntu. enjoy. [23:42] Rarien: how many partitions wants the installer to create? [23:43] How would I figure that out? [23:43] Rarien: it says so under tha warning [23:44] Rarien: are you doing manual partitioning or one of the automated options [23:44] The automated option [23:44] Rarien: and please run in a terminal "sudo parted -l | nc termbin.com 9999" so we can have a look at partitions and disks [23:44] @k1l_ http://i.imgur.com/LE85a6O.png [23:44] Okay, one second [23:45] http://termbin.com/x4ui [23:45] Rarien: how much RAM is in this box? [23:45] 6gb [23:45] Rarien: hmm, could be that its trying to make 2 or 3 partiions. which then will be too small. [23:45] * tgm4883 wonders if partman is doing something weird with swap [23:46] Rarien: so i guess you should go for advanced partitioning tool and just use the one ext4 partition as "/" in the installer [23:47] yes, i think its trying to create more partitions like a swap with the size of ram. (because the installer is made for installing onto hdd/sdd which are way larger) [23:47] yep [23:47] Is there an ubuntu version for smaller drives? [23:48] how can i reload udev rules? [23:48] Rarien: just use manual partioning like i described [23:48] 6GB RAM and a 8GB hard drive is not exactly common [23:50] goddard, sudo udevadm control --reload === Mob is now known as MobGod === Steve_Jobs is now known as adymitruk [23:59] another problem I'm having with GNOME Classic that never used to happen with GNOME Flashback: enter password, and unlock screen just sits there like it is waiting on something else