[00:00] to do query exercises on [00:00] metaresolve: right, but that is not a postfix file [00:00] https://www.postgresql.org/docs/current/static/tutorial-advanced-intro.html [00:00] metaresolve: so something else must put it there [00:00] i don't know what a postfix file is [00:00] Hetachi: okay. So... was ~/test being created? [00:00] beneter, Just did it, a minute has not yet passed [00:01] kk [00:01] ok i need to go play my game for a bit [00:01] I just restarted an OEM install and the screen is blank, any help? Don't really know what's happening [00:01] beneter, does it matter if I do it with root or user account? (I been using my user account for cron editing) [00:02] Hetachi: Not really. Every user has his own crontab. So your file will be crated at /home/<>/test [00:03] Yes it did create it [00:03] Hetachi: If you want root to run your command, you need to run "sudo crontab -e" === eukreign is now known as Guest20796 [00:03] Hetachi: So we made sure, that cron is correctly working [00:04] beneter, yes, so there is something wrong with my command... [00:04] Hetachi: Correct ;-) [00:04] Any suggestion for remapping a bluetooth mouse keys? I used to compiz plugin. Running Gnome Ubuntu [00:04] beneter, if I pasted it to you would you mind taking a look at it? [00:04] Hetachi: Feel free [00:06] I'm trying to use gsettings to change the icon-size in unity but it doesn't seem to work (actually it creates a duplicate entry in dconf) thereafter gsettings get returns the value set by gsettings and dconf returns the value set by dconf cli and via regular Ubuntu Settings UI. [00:06] beneter, http://pastebin.com/1tMyc5PH [00:06] Hetachi: you can also check /var/mail/ you will probably find the errors in there since cron sends a mail to the user [00:06] beneter, I think the path is not correct [00:07] xangua: Tried booting from grub with ' nomodeset ' ? [00:07] Hetachi: you seem to miss the redirection of your output [00:08] So apparently I had to switch to another terminal Bashing-om , ctrl+alt+1 [00:08] you should remove everything behind "monitor" and add " > /home/hetachi/mycron.log 2>&1" [00:08] beneter, what do you mean? [00:08] xangua: All good now .. or no GUI ? [00:09] Bashing-om: don't know, is this normal in an OEM install? Xubuntu by the way, new user is already created [00:09] Hetachi: currently you are redirecting the output to /dev/null (at least I think so) [00:09] Hetachi: you should remove everything behind "monitor" and add " > /home/hetachi/mycron.log 2>&1" [00:10] beneter, oh okay I will try that [00:10] in dconf-editor you can see duplicate entries, i didn't know that was even possible: https://snag.gy/8YmbQ1.jpg [00:10] beneter, the issue is that the monitor script is not launched and the output is just to see what happens when it tries to launch it [00:11] xangua: I have not installed as "OEM" so no direct experience . but I would not think so . For a 1st time user from that install I would anticipate booting to GUI . [00:12] Hetachi: Please try this: "3 * * * * /home/hetachi/gameserver monitor > /home/hetachi/mycron.log 2>&1" [00:12] Bashing-om: it booted to GUI, it just was displaying in f1, not f7 [00:12] First time OEM install [00:12] Weird [00:12] beneter, I set the time to * * * * * so we dont have to wait 3 minutes [00:13] Hetachi: I'm pretty sure you are currently redirecting to /dev/null. And thats why you have no output [00:13] hi [00:13] How do I install xdg-desktop-portal-gtk in Ubuntu 16.04.1 ? [00:14] beneter, I really hope that that is all there is to it :) === Guest74264 is now known as mikeymop [00:15] xangua: Yeah, kinda different . I would expect the GUI on TTY7. mind rebooting and looking at the kernel boot line in grub ? [00:15] beneter, there we go output is working [00:15] Hetachi: ">" Redirects the output from StdOut to a File. The "2>&1" is for redirecting the Error Channel to the same (normal) channel. This way, all output is written to the log and you won't be bothered by mails containing the errors. [00:16] beneter, /bin/sh: 1: /home/hetachi/gameserver: not found [00:16] Hetachi: Well... Please do ls- a /home/hetachi/gameserver and give me the output [00:17] Hetachi: "ls- a /home/hetachi/gameserver" [00:17] beneter, I mistyped the name sorry it should have been gameservers [00:18] Hetachi: Thought so. Did you set the execute flag? (chmod +x) [00:18] beneter, yes [00:18] Hetachi: Then it should work now ;-) [00:18] beneter, could it have any affect if the user account does not have sudo rights ? [00:19] try running the command with the account outside of cron and check [00:19] Hetachi: Depends on what your application needs to do. [00:19] beneter, not it is working perfectly, this is so weird [00:19] beneter, I did not change too much in the commands [00:19] I have the following script that saves and restores the iptables rules when networkmanager changes an interface status (http://pastebin.com/gPRAMHrL). why it creates always two log lines in syslog (http://pastebin.com/36CE6h9z)? [00:20] beneter, it just starts an application which does not require sudo or root access [00:21] Hetachi: Then everything should be alright [00:21] Hetachi: What is bothering you? [00:21] Hetachi: Do you know what "> /dev/null" does? [00:21] beneter, As I understood it sends all output to dev/null right? [00:22] beneter, crontabs have always been quite confusing to me... [00:22] Hetachi: Right! And do you know what "/dev/null" is? [00:22] beneter, no, I have no clue what it is [00:22] Hetachi: Aha :-D [00:23] Hetachi: /dev/null is a "fake-device" which acts like a bin. [00:23] Hetachi: So you were throwing away all your output to void [00:24] beneter, oh, well that explains why I wasn't able to find it [00:24] i'm the previous Guest20796 in case someone has any suggestions [00:24] beneter, I was looking all over internet for where cronjobs store the outputs [00:24] beneter, literally spent the past 2-3h just looking how to check if cronjobs are even running, and if so where do I find info [00:26] Hetachi: Well... the learning curve for unix is quite steep. [00:26] beneter, my problem is when I haven't actually tried studying it, as I should, always grabbing what I need and never fully understanding it [00:27] Hetachi: Learning by doing... same for me. ;-) [00:28] guys! Need some quick help! [00:29] beneter, once again thank you so much for your help, I really appriciate it, now I can go to sleep with out worrying about it [00:29] I somewhat got conky to work on my desktop, but the icons don't work, the font isn't the one that's supposed to be used, and there are only 5 days xD === bazhang_ is now known as bazhang [00:30] the temps work tho :D [00:31] Hetachi: You are welcome. Good night [00:33] any help? [00:34] Hi Everyone! Just a quick question.. Is there an open source solution that helps in the setup, configuration and management of a mail server? [00:40] GrayGhost13: you could say that every linux distribution performs that role === g2[ATL] is now known as g2 [00:40] GrayGhost13: i'm guessing you're looking for a GUI? [00:40] mukluks: :) that's true.. I was just now reading about iRedMail .. are their others similar to that? [00:41] Anyone have 16.04 with Apache and mod_dav_svn/mod_authz_svn working? I can't get them to work together on a server that was working w/ 14.04 due to undefined symbols in the subversion apache modules [00:42] undefined symbols: dav_do_find_liveprop and dav_svn_get_repos_path2 [00:42] Is there no GUI to remap a multi-button bluetooth mouse? [00:42] I read somewhere that an apache package was built w/ subversion 1.7.9 and downgrading to subversion 1.7.9 fixes it, but can't seem to downgrade to that version using apt [00:43] Deeewayne: Config files differ in systemd from what upstart in 14.04 was : https://wiki.ubuntu.com/SystemdForUpstartUsers might help . [00:44] GrayGhost13: i would recommend WebMin [00:44] mukluks: why? Is it better than iredmail? [00:45] GrayGhost13: i don't know iredmail, but i do know webmin [00:45] mukluks: I'm looking to do a mail server, with no domains being serviced on the server [00:46] mukluks: i'm looking at it now, it's interesting [00:46] GrayGhost13: that's fine, but if you use webmin you will have some flexibility in case your requirements change in the futute [00:46] Bashing-om, thanks, but after briefly looking at that I'm not sure its applicable to this particular issue. [00:47] mukluks: that's interestin.. that might be useful on something else.. [00:48] hello [00:50] 6:49 PM Another little issue, the images icon won't show in thunar places sidebar [00:52] xangua, seriously crossposting? [00:55] Kali_Yuga: helloooo [00:55] is it me you're looking for? [00:57] I guess I found my apache/subversion problem: https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1639809 [00:58] Launchpad bug 1639809 in subversion (Ubuntu) "Problem with Apache & Subversion versions in Trusty" [Undecided,Confirmed] [01:06] Deeewayne: :( .... " Apparently Apache version was too recent, and not compatible with the 1.8.8 " ; RE-install of apache ? [01:10] Bashing-om, yeah, looks like the fix [01:11] Not sure how I should proceed. I've been migrating to Git, but would have preferred to leave my subversion repos in subversion [01:12] I'm not that great w/ apt but it looks like the version of apache that was referenced in that work around may not be available in 16.04 [01:13] so, for me, it might be reasonable to try to wait for that issue to be fixed and if needed, migrate stuff to git [01:15] I do not see my bluetooth mouse listed in xorg.conf, If I add a configuration will it cause conflicts? should I be looking somewhere else for the config? [01:15] Deeewayne: Not me, no excperience here , but surely others here have had this issue and can advise on their solution . [01:17] Bashing-om, yeah, my fault for not properly investigating before release upgrade. I made the assumption that 16.04+apache+subversion would be safe by now [01:17] (doh) [01:18] wiggmpk: did you already "pair" bluetooth devices? yes or no [01:18] tatertots: yes, it is a bluetooth mouse, with a lot of buttons =P [01:18] tatertots: basic functionality works, mouse click 1/2, scrolling and wheel press, back/forward buttons [01:24] Hi guys [01:28] I'm configuring cron for doing regular updates to a local database used by a team. Which crontab should I use? [01:29] energizer: depends [01:29] mukluks: how so [01:29] energizer: you could use the crontab for the user created to run the database, if a user has been created [01:29] eg. mysql user [01:30] this way if you ever remove mysql from the system the crontab will probably be removed at the same time [01:30] wiggmpk: ok so basic mouse functionality works fine? [01:30] tatertots: yes [01:31] energizer: but if the crontab entries are sensitive and you don't want them to be accessible to a hacker if they hijack your database process then a different user's crontab may be better [01:31] Hello, I have recently upgraded from 14.04 -> 16.04, and now my unity does not work (no ui, or bars, and ctrl-alt-T will not open a terminal.) when I try to open TTY I only see the top half of the first line. I was able to login recovery mode, and delete the compiz .config, but that did not fix. I was unable to apt-get upgrade unity or dconf from recovery mode. I can open a file browser, due to a desktop folder, is there a way to get [01:34] Andrew_: did you check dmesg or system messages for any errors or warnings? [01:36] mukluks: sudo su mongodb fails but mongodb is listed in /etc/passwd [01:36] n4n0: I checked .xsessionerrors and I saw: "upstart: unity7 pre-start process terminated with status 127" [01:36] energizer: the shell is probably set to /bin/false, which is good [01:37] you don't need that user to have shell to edit their crontab [01:38] mukluks: is that the right user to use [01:38] or perhaps make a new one with the project name [01:40] energizer: well as i said, it depends... just please don't put the database password in the crontab [01:40] Andrew_: Sounds like maybe an issue with the updater/permission issues when you updated. You could try running `unity --replace` from your recovery console or possibly `dpkg-reconfigure gdm` to reset your default LM. Might have to do some further poking on google or askubuntu.com [01:41] Andrew_: did you try guest user? Does unity work there? [01:42] n4n0`: i have tried those commands from recovery mode, but it is unable to connect to the network [01:43] xangua: unity is also broken in guest mode [01:43] hi all. in unity when i open any application, the application window appears at the bottom right of my screen. how do i have these windows open in the middle of the screen? [01:44] I think that if I could get a terminal open in non recovery mode, I could fix this [01:46] tatertots: I have a horizontal scroll wheel that I would like to enable. xinput reports it as button 13/14, how do I go about that? [01:47] Andrew_: During startup you are presented with the console after the prestart fails? Are you able to use any of the shortcut keys to get to a TTY? You said you only see the top half of the first line but can you read the contents? [01:47] Andrew_: At the login screen - ctl+alt+F1 should give you a console interface where you can log into the system , [01:50] nvm i just configured it in compiz config [01:50] n4n0`: the only thing I can read is 'Loading 3.16.0-77-generic', I have tried logging in blind, and then clearing, but as far as I can tell nothing is happening [01:50] Andrew_: Like Bashing-om said, Ctrl+Alt+F1 will get you to your LM if that fails, you'll need to find out why, eventually leading you to get to a working console that should init networking [01:51] Bashing-om: I just tried doing ctrl-alt-f1 from login screen, and I still only see half of the top line [01:52] I had a similar problem but it was related to proprietary video/graphics drivers. I don't see that being true in this scenario. === cuddle is now known as pjamma [01:54] But X is able to run applications, as evidenced by the file browser, and picture viewer working. could there be a way of opening up a terminal in X from the file browser? [01:55] wiggmpk: https://wiki.archlinux.org/index.php/Mouse_buttons [01:56] Andrew_: maybe after you press Ctrl+Alt+F1 try `/etc/init.d/lightdm restart` ... as for opening a new terminal in file browser if you right click anywhere that isn't a file/folder you can select "Open in Terminal" [01:57] So [01:57] how do you guys sync your gmail to your desktop? === pjamma is now known as cuddle [01:57] n4n0`: let me restart and try that [01:57] Andrew_: That terminal shortcut is confirmed for 16.04 > [01:57] bear_: uh, i have it set up on alpine [01:58] Andrew_: kk. [01:58] bear_: it doesn't sync as much as it reads directly from the server [01:58] n4n0`: I remember looking for something like that, but not finding it [01:58] tatertots: I'll take a look at it, thanks [02:00] . [02:00] Andrew_: I found it while navigating to any folder and right-clicking in the blank white area. Also if you can attempt to right-click a file and "Open With..." you might be able to start a new terminal from that window. [02:01] n4n0`: haha got it. so it was treating everything that was not a file in the browser as the desktop when I right clicked, but when I right clicked in a folder I was able to open that folder in thunar, which gave me the ability to open to terminal [02:01] HiddenDjinn, that's syncing. [02:01] n4n0`: much thanks [02:01] Andrew_: no problem, what a strange issue. Take care, lol. [02:02] bear_: uh, no...syncing is something slightly different [02:03] bear_: alpine doesn't save it to the local machine [02:03] HiddenDjinn, Syncing doesn't mean you have to save it to non volatile storage [02:06] bear_: that's kinda idiosyncratic...to syncronize, one must have data in two locations to bring into sync...the data is never anywhere other than the imap server [02:06] HiddenDjinn, then you never read it. [02:07] once you read it it's in memory on your machine and now in sync with your imap server [02:07] bear_: i don't think it means what you think it means [02:07] it does [02:11] my laptop don't see my memory flash [02:12] I run the command lsusb and i can see but don't mount in nautilus [02:20] I do an "lsusb" in console and the result is the one you see below. I see that it recognizes the pendrive (Verbatim), but I do not see it as an available drive and can not access its contents. [02:22] dayron: `dmesg | grep "Verbatim"` [02:24] dayron: If the flash drive isn't mounted or formatted correctly you may not see it in your file manager. Use parted or gparted (user-friendly) for managing disks/partitions but I advise you to do some reading on Google first. [02:26] dayron: Some other commands for viewing disk information -- "df -h" and "fdisk -l", use caution when executing fdisk however. [02:28] is anyone aware of a bug in 14.04 LTS xenial HWE install images w/r/t preseed files and custom repositories, my apt sources.list file was getting repositories added without the “deb” prefix [02:28] now that i write that, it sounds so absurdly specific, i wonder if anyone ran into it ever :| [02:28] n4n0`, The pendrive is a friend, I have to copy an information, windows works perfectly and in the usb port other devices work [02:29] Hello! Is it possible for me to play vainglory on my laptop running ubuntu 16.10? I've tried AVD, but it turned out that vainglory can't be installed on it, as an error message that 'The device is not supported popped out. === adin is now known as green_adler [02:38] My keyboard input lags reaaaly bad sometimes in intensive applications. I noticed it in IntelliJ IDEA, steam, Minecraft, and even HexChat. [02:39] Greetings, I've got a quick question. I have a GTX 780 and a GT 630 installed in my current PC. I'd like to run Ubuntu, but they are from different driver eras, how can I do this? (I have the two cards for a six monitor setup I am using just fine in windows) [02:44] hols [02:44] hola [02:44] y aqui que? que hacen o a que se dedican? [02:44] !es | juan_ [02:44] juan_: 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. === adin is now known as green-adler [02:56] ack [02:57] why is visudo launching nano [02:57] * Phanes judges his machine [02:59] also why am i having to do this to reduce irrelevant results: `apt-cache search openssl | grep openssl` [03:02] Phanes: you're NOT "having" to do that, you are consciously deciding to do that...there's a difference [03:02] man apt-cache [03:02] well, it's the thought that counts [03:03] Phanes: Seems nano is the degault . one can change it : http://askubuntu.com/questions/539243/how-to-change-visudo-editor-from-nano-to-vim . [03:05] i know how to change it [03:05] was just odd that =vi=sudo would launch nano [03:05] should rename it to nanosudo [03:05] since its not using vi and is using nano [03:05] that is what the vi means in visudo [03:06] Hi everyone [03:08] why does sudo want reverse dns resolution [03:08] it keeps complaining that it cant resolve its own hostname [03:14] Phanes: have you changed your hostname? [03:15] Phanes: just add your new hostname to 127.0.0.1 in /etc/hosts [03:18] Phanes: sudo on it's own wouldn't be complaining, the syntax or maybe what ever secret you're doing with sudo might be complaining [03:19] Phanes: but it's not sudo [03:19] does anyone here understand apahce virtual hosts? [03:21] !details | mikeymop, avoid "... anyone? ..." [03:21] mikeymop, avoid "... anyone? ...": Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [03:21] !pastebin [03:21] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [03:22] tatertots, please dont give fake advice, it was copying a file. matsasc i think that's close, i did change hosts. my concern is why it even cares. [03:22] !topic [03:22] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [03:22] sudo is not a network-aware tool [03:22] i'm on xenial, i'm following this guide https://www.howtoforge.com/tutorial/install-laravel-on-ubuntu-for-apache/ [03:22] and ive reproduced this on several systems [03:23] i wrote a .conf file for apache to use an apache virtualhost, however when i tried to use this conf file apahce failed to start [03:23] i tried checking journalctl to no avail [03:23] so i reverted to 000-default.conf for now, i'm trying to understand why laravel's conf file didn't work [03:23] Phanes: did you document the steps to reproduce the issue anywhere, like launchpad or maybe even a personal blog or facebook even? [03:24] not yet [03:24] mikeymop, that tutorial is written for a dead verison of ubuntu. contact the packager for support and updated information [03:24] it could be expected behaviour if i can find someone with a cluestick [03:24] cfhowlett: thanks, i was hopoing it would be distro independent [03:26] Phanes: could be expected behavior? it is expected, else why would you not have shared your verbatim command syntax that produces the very results you're complaining about [03:26] because deep inside somewhere you already know it's human error [03:26] Phanes: fake advice? I just gave you a solution for not getting the message again [03:26] tatertots, as i said please dont give fake advice, it was copying a file. [03:26] tatertots, people read and learn from what is discussed here [03:27] Phanes: fake advice? [03:27] tatertots, http://paste.silogroup.org/piyatoxoro.scala [03:27] there you go [03:27] now pretend to be an expert with that [03:27] Phanes: please don't cry wolf or raise false alarms...right back at you [03:29] for best results, dial down the attitude [03:29] let's all stay civil please [03:29] Phanes: a error message and verbatim command would suffice, [03:30] i did find this: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/32906 [03:30] it says sudoers can perform on several hosts so needs hostname resolution for context, im unaware of such features and am still looking into it [03:30] Launchpad bug 32906 in sudo (Ubuntu Hardy) "sudo fails if it cannot resolve the local hostname and no MTA is installed" [High,Fix released] [03:30] tatertots, provided in paste [03:31] now thats interesting, sudo provides remote host features indeed: https://www.sudo.ws/man/1.8.19/sudo.man.html [03:32] ok that's expected behaviour as suspected [03:32] of course [03:32] can anyone help me with the problem of weak wifi signal ?? [03:33] zeiad: it will most likely be a physical problem we can't help with [03:33] zeiad, booster relay, increase power to ant., or check sensitivity options in firmware, or move closer. that's about it besides dish shaping. [03:33] there are some cool things you can do with bidirectional ant. [03:33] i get weak signal from my room and a full signal on mobile [03:34] i changed the wifi card nut nothing happened [03:34] that doesn't need to mean anything [03:35] i'm new to ubuntu, so any idea how to work this problem out ? [03:35] zeiad: how many networks are arround you? what channel are you on? what channels are the other networks broadcasting on? [03:35] zeiad, im on a give-the-answer-only-once diet [03:36] i don't know any of this informations [03:37] phanes: if you don't want to help it's ok thank you anyway [03:38] i have 4 or 5 connections within the building [03:38] Does Ubuntu use less CPU, and RAM than windows 8.1 compared to like system required things? [03:38] WindowsMike it depends [03:39] WindowsMike, depends on what youre doing on it but unless you're really filling it up with animations then categorially yes [03:39] uses about tree fiddy less ram and cpu [03:39] *castegorically [03:39] i give up [03:40] Phanes and cfhowlett I mean like freshly installed no apps open. [03:40] WindowsMike, yes [03:40] Does Ubuntu is better on CPU compared to windows in that? [03:40] WindowsMike, significantly less [03:40] *So [03:40] WindowsMike, again: it depends. configurations, display effects, and many others. BUT [03:41] if i could spell categorically i'd be abusing it right now [03:41] WindowsMike, the easy answer is to install it - for free! - and test things for yourself rather than asking random internetz [03:44] * Phanes witholds tongue about gnome 3 bloat in the spirit of the statement [03:45] hello [03:47] cherwin, exit code 0 [03:48] Phanes: why did you exit succesfully? [03:48] also, you're not a program and I'm not a shell [03:48] * cherwin is confused [03:49] hi [03:49] nono_, exit code 0 [03:50] ok ill stop [03:50] * cherwin smacks Phanes around a bit with a large trout [03:52] Is there a Ubuntu iso that provides a live OS that only includes the terminal interface (no GUI)? Can Ubuntu server be run in live mode? [03:53] FishPencil, answer to question 2 = no [03:53] !mini | FishPencil [03:53] FishPencil: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [03:53] Look at that [04:06] Can I manage rhythmbox remotely? And install the means to do so without moving? [04:06] So, like, I'm in bed with my laptop because it is sunday [04:06] I have shell access to my desktop [04:06] bobdobbs, vnc [04:07] I want to control rhythbox without have to move [04:07] cfhowlett: ta. [04:07] bobdobbs, ssh or vnc to the machine. [04:09] apt install x11vnc [04:10] mukluks: doing that now :) [04:11] my mission for the rest of sunday is to stay in bed [04:11] except maybe for food [04:11] and poop [04:11] that's cheating [04:11] * bobdobbs nods [04:11] so, x11vnc is a server? And I'll need a client on my lappy? [04:14] remmina should work for a client, I think it's installed by default [04:15] bobdobbs: yup, i use xtightvncviewer [04:15] Hi [04:15] I just install vinagre, cos it was easy [04:15] bobdobbs: just ssh in to server, start x11vnc, wait a few seconds, connect from client, done [04:16] mukluks: k [04:17] I think I'm connected! [04:18] bonus points for using pm-suspend on server when you're fininshed and using wakeonlan when you want to use it again [04:18] YUS! connected! [04:19] scaling makes it a bit tricky, cos I have two monitors on my desktop. BUt I can make out the rhythbox controls and can use them [04:19] yay! [04:19] \0/ [04:20] now... how do I get rhythmbox to bring me my poop bucket? [04:20] bobdobbs, family friendly channel and off-topic. enough. [04:20] cfhowlett: sorry [04:20] thanks all! [04:24] hello everybody [04:31] Okay, this is probably a silly question. How do I put an ISO on a hard drive that I can boot from to install on my hard drive. I can't use any of the stock ubuntu systems and all the ones I try to download it doesn't work. Also, for some reason my dd terminal commands aren't working. [04:31] **ISO on a USB drive** [04:31] !install | Raulwynn [04:31] Raulwynn: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [04:32] It's not ubuntu... it's another ISO [04:32] we only support ubuntu here. ask the other OS for support [04:32] What? I am using ubuntu software. [04:32] Raulwynn, which iso do you want to put in your usb/disk/whatever? [04:32] but you are not trying to boot ubuntu. y [04:33] xubuntu core [04:33] OK for the record; xubuntu is an official ubuntu flavor so it IS supported here. [04:34] also see the install options link I sent earlier. the method is there [04:34] ignacio, xubuntu core [04:34] have you tried usb-creator-gtk /or idk the name/ [04:36] ignacio, I have tried to get a few unetbootin, gmounted [04:36] I would assume 8Gb is enough to install ubuntu but when I do "sudo ddrescue -D --force '/media/data/ubuntu-mate-16.04-desktop-armhf-raspberry-pi.img' /dev/sde" I get an error saying "ddrescue: Write error: No space left on device" [04:36] ignacio, I have closed my terminal since that. [04:36] wanna hear a story?, It took me 3 hours to put a ubuntu iso in a usb from fedora [04:37] ignacio, I'm trying to change from xubuntu to the core. I keep have gnome and sdk? I think popping up [04:37] It's been a day long process. [04:37] you will need to install those I guess [04:38] ignacio, set bs=100M to avoid that, the default is bs=512 which means the data are transferred 512 *bytes* a time [04:38] no, 3 hours because I couldn't make the usb bootable [04:38] used dd and everything [04:39] That's where I'm at. [04:39] I can't get the dd to run it just closes on me. [04:39] ignacio: did you remember to use the sync command after you used dd? [04:39] 3 times :D [04:40] check the hash? [04:40] hello [04:40] after getting tired of using dd, I did this http://pastebin.ubuntu.com/23802350/ [04:40] Hello Santos [04:40] hi santos177 and TRUMP_ [04:40] we are from chile... [04:40] Good night of coding for everyone! [04:41] hola :) [04:41] we are coding in the south of the world [04:41] hola ignacio [04:41] I'm from Uruguay [04:42] sleep it's better :P [04:42] sleep is better when you're on holydays [04:43] ajajaj [04:43] santos177: hahaha =P for me it's always holyday :P [04:44] you are the boss dude [04:44] win32 [04:44] TRUMP_: =P [04:44] santos177: am not boss :D [04:44] Byee!! [04:45] bye everybody [04:45] have fun [04:57] When using dd to iso to a USB do I /dev/sda or /dev/sda1? [04:58] sda [04:58] ty [05:01] dd if=/home/user/Downloads/mini.iso | pv | of=/dev/sdf Is something wrong? I'm running in root [05:02] why running in root? and i'd put bs=1M in the output [05:02] oh and you're missing dd in the output [05:02] thats what. === ibm is now known as Guest96472 [05:02] This whole time.. Sigh [05:02] you couldn't tell from the error? [05:02] It doesn't give an error [05:03] just shows zero cancels out and prompt for next command [05:03] writing zero bytes and exiting is an error [05:03] i missed the second set of dd [05:03] this whole (bad word) time. [05:05] last time when I downloaded & installed ubuntu 16.10 there was so much bugs. Is this safe to install it again? [05:06] !Details | nitish [05:06] nitish: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [05:06] ubottu: I don't think you are intelligent [05:06] nitish: I am only a bot, please don't think I'm intelligent :) [05:08] lol [05:10] where is everybody, this channel used to be way more active [05:11] !ask | cherwin [05:11] cherwin: 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 [05:11] cherwin: it will be active if you place your question mate [05:11] lotuspsychje: I don't have a question [05:12] not technical at least [05:12] cherwin: for more active chitchat you could join #ubuntu-discuss or #ubuntu-offtopic? [05:12] sweet, thank you lotuspsychje [05:28] Is there a way from the command line to unlock the default lock screen on ubuntu? [05:29] tacomaster, why do you want to do it from the command line? [05:29] tacomaster: maybe this? http://askubuntu.com/questions/505177/unlock-screen-from-command-line [05:30] leaftype: because i want to make a program that will unlock it from checking email address for a specific code to unlock the computer [05:30] ah [05:33] tacomaster: is this what you wanted? [05:34] cherwin: It is saying that you have to click the password field before it will work. [05:34] cherwin: Its a start to be honest but i am still looking [05:35] tacomaster: yeah I see, that's not very helpful [05:36] what is ubuntu's default lock screen program name? [05:37] nic_: its part of lightdm right? [05:39] typically not, it's an external program. ''xlsclients'' might find out what it is, although I haven't tested it on the default ubuntu flavor [05:40] once you know the program name, pkill/killall/kill $(pidof progname) should do the job === JanC is now known as Guest24786 === JanC_ is now known as JanC [05:40] the command "gnome-screensaver-command -l" locks it [05:41] you might be able to use '-d' instead, still reading into it [05:47] Anyone familiar with getting horizontal mouse wheel to work? I have tried modifying the 50-vmmouse.conf file in /usr/share/X11/xorg.conf.d/ I can make changes, but it seems not to be able to enable horizontal scrolling. http://pastebin.com/wtDvYwsE [05:49] tacomaster, you might check out this: http://askubuntu.com/questions/341014/unlock-login-screen-using-command-line#341072 [05:50] leaftype: ahh you are awesome. I think that will work :D [05:51] let me know! [05:56] tacomaster, works for me, as long as the script is done with sudo privaleges [05:57] leaftype: This is going to be a deamon with admin privs. My spelling may be off [05:57] :) [06:12] I know this is more of a python question but i installed python3-espeak but when i run it in a script it only says the first half of the first word. I have tired using time.sleep(5) to make sure the program is not just closing but nothing seems to get it to fully say it like when typing directly in the terminal [06:13] I asked in python an they don't seem to know [06:15] tacomaster: maybe you need to quote the sentence? [06:15] tacomaster: show us the code [06:16] cherwin: pastebin? [06:16] yea [06:16] http://pastebin.com/cwQTnrwT [06:17] that's... underwhelming [06:17] cherwin: thats all i have so far but it doesn't work right [06:18] cherwin: it just says hel [06:18] :) [06:19] * wonders if python is starting to think the world is hel [06:19] tacomaster: looking at the github page I don't see anything with espeak.synth() [06:20] it says you should be instantiating ESpeak and then use .say() [06:20] lord the apache2 conf in this disto package is just butchered [06:20] cherwin: with the say() i get the exact same thing [06:21] ok lemme try this out for a sec [06:22] cherwin: give me two secs need to do something around the house. Ill be back in like 5-7 mins [06:22] #ubuntu [06:22] tacomaster: awww I can't pip install this?? [06:23] apt-get install python3-espeak [06:23] if I've added two nics to a bridge with a router behind the 2nd... is there a reason the computer with the bridged connections should be able to ping one side but not the other? I'm trying to connect a 10/100 switch behind a server I have but I can't figure out how to pass through the network to the switch behind the severs 2nd interface [06:24] is adding both eth0 and eth1 to a br0 the wrong way? [06:25] cherwin: sudo apt-get install python3-espeak [06:25] router1(192.168.1.1)---server:eth0:eth1 (192.168.1.112)---router2(192.168.1.200) [06:26] Can I do that, or should I assign the 2nd router a different netblock? [06:28] gbear14275: should probably be asking in ##networking [06:28] tacomaster: I'm not using ubuntu, but fedora [06:29] there's no rpm for that [06:29] and honestly I don't like installing python packages outside my virtualenv [06:31] Just upgraded 14.04 to 16.04. Lots of problems but I think I've got them mostly fixed. I do have the old ATI graphics card where supposed fglrx drivers are no longer supported. No biggie but I do notice that if I start using gnome-session, the video acceleration works fine but if I use the old Unity/Ubuntu desktop (which I prefer) there are no graphic acceleration [06:31] what gives? === kevin is now known as Guest79420 [06:32] tacomaster: ok I installed espeak and it works as advertised [06:32] yeah my 16.04 upgrade didn't go smoothly either [06:32] jnoob22: how are you testing the video acceleration [06:32] cherwin: if i do espeak with my terminal it works fine. From python file it doesn't work for me [06:33] Ben64 just eyeballing it [06:33] hmm ok lemme check that out [06:34] for instance one thing you can do is "grab" a window and "shake" it around a bit. [06:34] maybe im using the wrong name for it "acceleration" [06:34] that doesn't mean anything for acceleration [06:34] but you can kind of tell a difference [06:34] ^^ [06:34] maybe i dont know the proper term for it. [06:34] tacomaster: also works when I save it to a file and execute it [06:35] another thing is if I play a game like Bzflag, it works fine when I have the gnome-session running [06:35] The link to the word "catalytic" is broken on the Ubuntu Operator Requirements page. [06:35] but if I try to run the game in Unity, it's very very laggy and slow. [06:35] cherwin: no idea then.. wonder whats wrong with my package [06:35] Or rather, I should say, I can't access it. [06:35] jnoob22: unity is slower [06:35] 404 error [06:35] well in 14.04 i never had an issue running it in Unity [06:36] to actually check acceleration, do glxinfo | grep rendering [06:40] can someone please tell me why this is happening: http://paste.silogroup.org/xuwamoyine.js [06:41] last i checked, and call me crazy, but when -root- is changing perms chmod shouldn't say -no- [06:41] cherwin: finally got it to work [06:41] nevermind [06:41] im being stupid [06:41] typo [06:41] g+w was what i was thinking and my terminal cant read my mind [06:41] files can be immutable [06:42] but yeah, OK [06:57] guys [06:57] if i paste here ! [06:57] i got banned ? [06:58] use paste.ubuntu.com [06:59] tacomaster: what was it? [06:59] i got banned last week [06:59] ok [07:00] i dont know way [07:00] i just asked [07:00] and the admin kick me and band me [07:00] i leave [07:00] that was productive [07:01] If a usb dongle doesn't turn on immediately when plugged into a usb port, and there isn't a dedicated switch, how can one send a *power on* command through the usb port to the dongle? [07:01] lol [07:02] shouldn't the dongle be recognized as soon as it's plugged in? That means, check dmesg | tail for relevant lines [07:02] Firefishe: Never seen such a situation. [07:02] Firefishe: Or lsusb [07:03] firefishe: lsusb |nc termbin.com 9999 [07:04] firefishe: then copy link and paste [07:08] good morning, if a person has two laptops (A) and (B), and wishes you use (A) as a keyboard and mouse for (B), but doesn't want the bandwidth penalty of seeing (B)'s screen on (A), how would somebody achieve this? [07:09] ironhide_: http://termbin.com/9f31 [07:10] spearthistle: there's an app called synergy to do that [07:10] he hasn't said or identified what usb device he's talking about....i'm surprised he even posted the termbin being all super secretive [07:11] tatertots: Are you referring to me, or ironhide_? [07:12] Firefishe: hi, what is the details of the usb device in question? make and or manufacture or any details that was on any of the products packaging might come in handy [07:12] tatertots: I have an older usb 2.1 dongle running a Broadcom BCM2046 chipset. The thing won't turn on when I plug it in. I"ve tried a slew of command line bluetooth procedures, all of which have failed. [07:12] tatertots: It's an older 2.1 usb mini-plug. IOGear is the brand, running a BCM2046 chipset. [07:13] tatertots: I'm looking for a command to directly access the device to power up. [07:13] tatertots: just to power up, nothing else. [07:13] Firefishe: usb "blank" dongle???/....solve for "blank"...see there's usb wlan adapters, usb bluetooth adapters, usb modems? [07:13] tatertots: it's bluetooth apparently [07:14] Firefishe: Bus 004 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth) [07:14] Firefishe: that one? [07:16] Firefishe: did the device come with a wireless mouse and keyboard? [07:16] tatertots: Yes, that's the device, but I need to know how to access the chipset. I turned it off on an older version of 'doze years ago (Vista, I think) using a soft switch via a right-click menu in the systray. It worked on linux just fine, until after I used that switch. Then I upgraded, and havne't been able to get it to work on any platform since then. [07:17] Firefishe: did the device come with a wireless mouse and keyboard? yes or no [07:17] no [07:17] stand alone [07:17] Firefishe: have you tried rfkill? [07:18] ducasse: Yes, to no avail. [07:18] Firefishe: have you shared your logs here? [07:19] Firefishe: have you shared your logs here? yes or no [07:19] tatertots: No. [07:19] Firefishe: hmmm [07:19] Firefishe: any reason why not? [07:20] tatertots: This is a bit of a fishing expedition. I"m asking this on a variety of channels for a variety of distros. Not ubuntu, specifically, as it's a bit of a universal problem I have with a variety of linux os's with this particual dongle. It used to work, now it doesn't I'm trying to understand how bluetooth works in linux. [07:20] Firefishe: if the answer is something like "no because i actually want to bang my head against a wall possibly for no reason at all'...that's certainly your prerogative [07:21] tatertots: I've been using gnu/linux since the Mandrake/Red Hat daze. I'm not trying to be overly obscure or obtuse. [07:21] tatertots: What logs do you want? [07:22] Firefishe: is there anything in dmesg when you plug it in? [07:22] tgm4483: thanks, I found for the link, you can connect using ssh. 'ssh -X grower@symbiosis x2x -west -to :0.0' which puts (B)'s screen to the left/west of (A). [07:22] Firefishe: i don't want them, it's telling enough that you're here about the usb dongle but yet no one has seen your logs as of yet...i've seen enough [07:23] tatertots: The question was regarding bluetooth command syntax for a BCM2046 chipset. [07:23] tatertots: maybe I missed it, but did anyone ask him for logs? [07:23] ducasse: I appreciate the help, but I have to go,. [07:29] dear usrs [07:30] hi there [07:30] Firefishe I plug and unplug mine a few times if it doesn't work. [07:30] i have some problem with kaffeine [07:30] i cont add new sattelite to it [07:31] * never thought he'd discuss publicly about unplugging his dongle. [07:31] how can i add new sattelite like yahsat to it [07:34] Sad that Firefishe left. The dongle he was asking about really seems to be a headache in Linux: https://bbs.archlinux.org/viewtopic.php?id=208850 [07:35] broadcom chipset, so big shock there... [07:36] elias_a Hmm, yeah. I might have a squizz at that article though:) Thanks. [07:38] :quit === Henric_ is now known as Henric [07:49] I got this when doing apt-get update: W: GPG error: http://http.debian.net wheezy-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010 [07:53] LiftLeft: ask in #debian [07:54] yo [07:54] I'll just create a new server === yourname6 is now known as underd0g [08:05] anyone have any knowledge on wol? [08:05] What's wol [08:05] glitchd: [08:06] lol [08:06] bum wol=wake on lan [08:06] What's your issue glitchd [08:07] bum, trying to figure out how to suspend a machine that i just setup wol on [08:07] bum, the wakeup is working, now want to suspend it also [08:11] ?join Steamlug [08:11] For what [08:12] to remove the need to log into the server to shut it down [08:12] *suspend it [08:17] Hello. :) [08:25] Guys [08:25] the admins [08:25] get me band [08:25] i want to test somthing [08:25] something [08:26] P3R: try saying whole sentences on one line or you'll look like you're flooding. [08:26] P3R: what is it you want to test? [08:29] what is the ethical hacking? [08:30] !ot | amer [08:30] amer: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [08:31] thanks [08:46] Good day. When I sudo -i it changes the cwd, but when I su user (user being non root) it does not. Is does this make sense? I think it is backward. [08:53] yea dumb question sorry [09:29] hi all [09:30] &j #asciipr0n [09:32] hi [09:33] hi, I have tried to upgrade to 16.04 and it failed [09:34] I left upgrade running overnight, this morning I saw a crash icon in taskbar and progress window was frozen at 1 hour 30 minutes left of installs === Jochen_wvdT is now known as Schlawiner [09:35] now upgrade window is just a gray rectangle [09:35] Naktibalda: did you record the error message, try to create your bootable media using a different usb key or burn a different dvd, does your installation media work on a different computer, ? [09:35] how do I check the status of the system and resume installs? [09:38] tatertots: I didn't see a message, I clicked the icon and it went away [09:38] should I pastebin output of dmesg or something else? [09:38] Naktibalda: are you using the computer now? [09:38] Naktibalda: is your system bootable? If so, try sudo apt-get -f install [09:38] yes [09:39] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [09:39] Naktibalda: install inxi, it's in ubuntu's official repositories so it can easily be found using software manager, and easily installed using your favorite method [09:40] Naktibalda: just let me know once you have it installed, i dont have the patience i used to ;) [09:43] that file is locked by dpkg process [09:43] root 4606 0.3 7.0 307764 283912 pts/7 Ss+ Jan14 2:20 /usr/bin/dpkg --force-overwrite [09:43] reboot [09:44] strace: Process 4606 attached write(82, "status: odbcinst1debian2:amd64: "..., 41 [09:49] I killed it and I am running sudo dpkg --configure -a now [09:51] Hey is there a way to recover my broken linux desktop? I have my macbook pro dual partitioned - half of my 1tb SSD is OSX and the other half is Ubuntu 14 but I am having a bunch of problems with it [09:51] !details | vasili [09:51] vasili: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [09:52] Is there a way I can somehow access my Linux data from my mac booted into OSX [09:52] vasili: /join #osx [09:52] Sorry EriC^^ [09:52] np [09:55] I hvae been using Linux for almost 10 years now - I am running Ubuntu 14 on my Late Macbook Pro 2011 - I forget what started it because it was a year ago - but I had a bug in the default Windows Manager (This happened a year ago, and as a result I had to start booting into OSX on this laptop rather than the Ubuntu partition) - but basically I was running into some issue with the GUI, I forget what the issue was, but it was something that was [09:55] critical like I am pretty sure it was preventing me form using my house)... So I had to navigate to Chrome using Window manager, and I switched Window managers based on my researc.. When I switched window managers, it fixed it, until I shutdown my laptop.. When I turned it back on, it only could boot into CLI mode.. [09:57] So normally this would not be a big deal - I am a software engineer for 3-4 years, and I have been working in CLI since I first installed Ubuntu on my macbook pro way way back in the day when I was probably like 16 (I am turning 26 next mont) - so I got real good at CLI, because I had to learn how to install ATI Drivers through CLI, just to get my old Macbook Pro to have a GUI... I fell in love, and just went from there.. Bought linux servers, [09:57] which I currently own and use as a data-farm... Long story short I am very experienced with CLI.. But I was NOT able to fix this [09:59] It got to the point where I remember that - just to get into the linux side of my laptop - when I booted into Linux - I had to do some crazy stufff and get lucky by hitting a key at the right time just to get Ubuntu to boot into CLI, and even there it was so hosed that it was basically useless.. I forget what GUI I switched to but it was something Light (or the light version of something) [10:01] I spent a long long long time trying to fix the Linux side of my laptop, but no luck - and it was so hard t eveen boot into it because I basically had to get lucky with some weird key-combo or something... basically its hosed but I would like to try and get the data off, or recover my Linux copy - I tried to recover it using the Install CD but I never was able to because the recover button was grayed out [10:02] Oh wait - I remember - it was LightDM [10:03] I had tons of problems with it [10:03] If I could load that half of my Partition in VirtualBox on my mac - that would be great === billy is now known as Guest38172 === root____9 is now known as oniichan [10:13] hello [10:14] Hi [10:14] vasili : what os you use? [10:14] Ubuntu 13 === Guest55676 is now known as oniichan [10:32] Can I share block device contents as a file via samba? [10:32] help me [10:33] oniichan, ? [10:34] @oniichan I meant to say ubuntu 14 [10:34] @oniichan ubuntu 14 or 16 [10:35] slavanap : can help me to fix ssh error [10:36] oniichan, well, you need to describe your problem properly first, and post it at AskUbuntu or here and wait if anyone can help you with it. [10:38] slavanap : i have a problem with ssh server, can anybody help me... [10:39] oniichan, nobody can help you with such description of problem. [10:39] except yourself. [10:39] oke oke [10:41] Is there a way I can recover my Ubuntu install at least? Like can I just remove all sys files but keep some of my user data without having to back it all up and then reinstall - When I try doing it using the install CD - the recover Install Option is grayed out for some reason === root____2 is now known as oniichan [10:43] Anyone familiar with mdadm here? I want to merge contents of several block devices sequentially to new block device. Is that possible? Are there limitation for sizes of such block devices (one of them have 32256 bytes size)? [10:44] vasili, you can recover your home folder with tar. It have "archive" option. (tar --help) === betterdeveloper is now known as notabetterdevelo === notabetterdevelo is now known as notabetterdevops [10:48] is it possible to desenzitize middle mouse button click? [10:48] since i get multiple pastes [10:48] with "one" click [10:50] vasili: i just read all of what you wrote so far. i assume you have a dual boot system there, OS X and ubuntu, is this correct? [10:50] tomreyn yes! [10:51] vasili: okay, and OS X still works but ubuntu doesn't. and you want to backup / keep the data / user specific configurations you have stored on ubuntu and reinstall ubuntu? [10:52] yes! [10:52] do you know or can you find out how many partitions linux is installed on? just one, or multiple? [10:52] thanks for taking the time to look at this btw [10:52] np ;) [10:52] should be 1 but standy for a sec so I can verify [10:54] slavanap: you'll want RAID array memebers to at least cover a couple megabytes, probably more if it's backed by HDDs, to make reads writes more effective. [10:55] hi all [10:55] tomreyn, well I've already found out that minimal chunk size for array is 1K. 512bytes is legacy. [10:55] slavanap: i'm not sure what the minimal size is, however. [10:55] Hey did you get that img? [10:55] now I'm looking at dmsetup [10:55] i need help guys [10:55] tomreyn, ^ [10:55] can someone help me [10:56] tomreyn, are you familiar with dmsetup? [10:56] vasili: no. please post anything you have into the channel using a pastebin / image hosting site. i don't accept private messages or file transfers via IRC. [10:56] tomreyn http://pasteboard.co/mkOOpKvTn.png [10:56] Yeah I literally just google "Pastebin for images" lol [10:56] right before you said that ha [10:57] vasili: looking at it now [10:57] slavanap: a bit. you should, however, explain the overall problem you are trying to solve. [10:58] Sorry Daisy you must to ask this to Donald [10:58] who is donald ? [10:58] vasili: i'm not familiar with this utility. would you say the red or the green part is ubuntu, or both? [10:59] !ask | daisy [10:59] daisy: 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 [10:59] pink is Ubuntu (or Red is what I think your seeing) [10:59] !helpme | daisy [10:59] daisy: Error: unresolvable to please [11:00] tomreyn, ok. I was using ddrescue to rescue broken device. I applied ddrescue to /dev/sdq1 (partition) and not disk overall. To run testdisk on recovered image, I need to mount an image somewhere as block (maybe loop) device. I dd'ed begin and end of disk (parts before and after recovered partition). if I do `cat begin.raw par.raw end.raw > disk.raw` I'll get raw image of full disk for sure. But I'm still recovering thus I want to look at what was [11:00] recovered already. [11:00] sorry daisy, please ignore what i / ubottu just told you [11:01] daisy: do explain the issue you are triyng to solve, though. therE's no need to ask who can help, people will help if they can and when they can. (feel free to repeat your question after a while= [11:01] tomreyn, I need to somehow mount my parts as a new block device. Add Copy-On-Write temp file to this. And them safely run testdisk without possible corrupting my image I was got via ddrescue. [11:01] Sorry tomreyn - but yeah so Pink (red) is Ubuntu and orange is my Apple Partition. The Green is the EFI. I have a 1tb HD that I split 50/50 with half Ubuntu and half OSX - I am currently running on the OSX part ofcourse because my Ubuntu half broke a while ago - and that's why OSX is just reading the label of the Ubuntu Partition as just a bunch of FFFF-FFFFF-FFFFFFF-FF etc..." [11:02] vasili: okay, so just one partition, wehich means your user configuration data and the ubuntu system itself is on the same partition. that's why you can't just reinstall it easily. [11:02] my life is hell and i want to leave this country but i dont know how to find a job abroard if someone can give me some information plz [11:02] https://clipartfest.com/download/1b87c94b29866763c3f5a860f294633ec522b4c2.html [11:02] For daisy [11:02] Ohhhhh tomreyn.. I understand.. Do I have any other options? [11:02] vasili: how much RAM do you have there? [11:03] gffg_, this is not Trump [11:03] vasili: more than 4 GB? [11:03] 16gb :-) The mst I could put in my MBP tomreyn [11:03] Daisy Duck and Donald Duck :-D [11:03] vasili:and you have virtualbox installed on OS X and know roughly how to use it? [11:04] tomreyn yes [11:04] Good day counterparts! Did anybody encounter with not being able to curl localhost? [11:04] curl: (7) Failed to connect to localhost port 80: Connection refused [11:04] Whie it is curlable from internet [11:05] daisy: sorry to hear this. i don't think this is the right place to discuss jobs, though. you could !register and try in #ubuntu-offtopic, but your best bet is probably to look for classifieds on a dedicated website. [11:06] come on guys im serious [11:06] daisy_: so am i. [11:07] tomreyn, if you curious I'm now going through https://st.xorian.net/blog/2013/03/using-linux-device-mapper-snapshots-to-rescue-a-failed-raid/ and https://linux.die.net/man/8/dmsetup to setup proper device. [11:08] well donald duck wont help [11:10] vasili: so how about this: you assign the linux partition as a physical storage device to a virtualbox VM, share an OS X directory with this VM, (download and) boot the ubuntu desktop live cd in this VM, then create an archive file of your ubuntu home directory in the shared OS X directory, and just reinstall ubuntu on that ubuntu partition? [11:11] vasili: it could be much easier is OS X could mount and read the ubuntu partition itself, but i think that's not supported by Os X, right? [11:12] s/ is OS X / if OS X / [11:12] ohhhhhhh tomreyn what a great idea! I will try that now [11:12] Yeah it is not tomreyn - sorry for accidentally sending two messages instead of one again btw [11:12] tomreyn I tried that initially [11:14] vasili: 'that' which you tried initially is direct mounting / access from OS X to linux, right? [11:16] vasili: I just looked up the direct mounting approach, too, and it does not seem to be the way to go if you're on a current OS X version. [11:16] so better try the virtualbox approach [11:17] Yeah tomreyn I had tried directly mounting from OSX and yeah it seemed like it "should" work when I looked into it - but once I actually downloaded, installed and then tried it, it did not work at all... And yes I am trying the VirtualBox method you just thought of. Great Idea btw buddy I really appreciate it [11:19] vasili: welcome. herE's how you assign the partition to the VM: https://www.virtualbox.org/manual/ch09.html#rawdisk and then follow up at "9.9.1.2. Access to individual physical hard disk partitions" [11:20] tomreyn - My Man! === himcesjf is now known as Guest31059 [11:20] :) [11:26] Hi all, does anyone know any good pdf editor? [11:27] adobe hahahah [11:27] slavanap: i've never used dm snapshotting outside of lvm2, so i'm afraid i'll not be of much help. === Guest31059 is now known as him-cesjf [11:28] Yop [11:30] winsen_: try with libreoffice draw [11:31] winsen_: also http://askubuntu.com/questions/162037/how-to-edit-pdfs#162038 [11:34] tomreyn: I tried right now with 4.3 version it doesn't work [11:36] winsen_: What do you actually mean by PDF editor? Do you want already existing PDF files or what? [11:37] tomreyn, no problem [11:38] quick question. Does these lines equal in bash? `array[$i]=$(echo 123; echo 456)` and `(echo 123; echo 456) > ${array[$i]}` ? [11:40] omg, I'm wrong [11:40] slavanap: you don't redirect output into an array like this. [11:40] it'll write to a file named as the arra yinstead [11:40] tomreyn, I just need output from `losetup -f --show`. Will try part_loop[$i]=`losetup -r -f --show ${part[$i]}` [11:42] elias_a: yes edit existing pdf yes [11:45] test [11:45] elias_a: I guess i need to install 5.2 v? [11:57] Hi, I asked about failed upgrade to 16.04 earlier. I ran dpkg reconfigure and rebooted, [11:58] Naktibalda: yeah i remember that, so what did you discover about the "status" of the system after reboot? [12:04] is there a way I can download my windows games with the Linux version of steam and run them in wine? [12:05] Rabbitnightmare: it's really not that simple [12:07] ikonia: if I have the games already downloaded on a Windows machine, can I login to Linux with steam? [12:07] no [12:07] Rabbitnightmare: only certain games will work with Linux, Steam sometimes wraps with wine, or running wine on it's own. it really depends on a load of things [12:07] Rabbitnightmare: sadly, I have the unpopular view that to play windows games properly you need to use windows [12:07] alrighty ty [12:08] yeah no they should try to integrate wine into Steam [12:08] ikonia: that requires I buy windows [12:08] Rabbitnightmare: wine is not a solution [12:08] if I wanted to be a pirate I would have simply pirated windows and the games I want to play [12:08] Rabbitnightmare: so no way should wine be integrated into steam === tobi is now known as Guest77323 === Guest77323 is now known as Zelda006 [12:10] ikonia: a properly configured wine is just as compatible as Windows [12:10] maybe your adherence to broken principals has kept you from updated builds of wine [12:10] are there other programms like wine ? [12:10] but it has gotten quite stable [12:11] Rabbitnightmare: no, I'm sorry, it's not [12:11] Zelda006: nothing free or as good [12:11] Rabbitnightmare: wine is a moving target with changing support [12:11] ok thanks [12:12] Zelda006: there are talks that MS might be working their own BLOB that lets you run windows apps etc on Linux that you may be able to license but rumors be what they are, untrue til proven [12:12] its a solid rumor though [12:13] solid rumor sounds like a truthful lie [12:13] I've not heard of such "rumours" [12:13] tatertots: well, .NET is open source, windows power shell, etc being open source, Microsoft announced windows 10 is the last version of windows [12:13] there are no new beta versions of windows other than 10 updates [12:14] not sure what .net being open source and no new beta versions of windows 10 have to do with the rumour you just suggested [12:14] Rabbitnightmare: just say that ..solid and rumor go together like a honest fib [12:14] just saying [12:14] well just repeating something I read in some news story [12:15] I've not seen any mention or reference to a rumour [12:15] or a hot cold day [12:18] idk they are making edge open source [12:18] they made the java engine for IE open source [12:18] again, no sure what that has got to do with the rumour you're pushing [12:19] not really pushing just mentioned it passing with a warning tacked on, you are the one losing youir panties over it [12:19] I don't think edge is actually open source [12:19] I'm not losing anything over it, [12:19] not yet [12:19] ? [12:20] its going to be an interesting year [12:24] 07459316239 [12:24] ? [12:25] its his handle in alt code [12:25] pretty smart [12:25] alt code ? [12:26] its the address at which keyboards read and display letters, if you hold down alt and press numbers, they output characters [12:26] þ such as this which cant be found on the keyboard is 02558 [12:28] sɹǝʇɔɐɹɐɥɔ uʍop ǝpᴉsdn ǝdʎʇ uǝʌǝ uɐɔ noʎ [12:28] so as his starts with 074 [12:28] Rabbitnightmare: J = 106 [12:28] that seems to not be true [12:28] J j [12:28] ahh thats lower case [12:28] I see [12:28] neat huh? [12:28] so the case matters too, very interesting [12:29] the second letter doesn't match an "a" though, [12:29] imageboards which shall go unnamed taught me crap like this [12:29] but I'm taking the channel, way offtopic here [12:29] sorry [12:29] I have a tendancy to talk [12:30] I was just as guilty, [12:30] I like to be social [12:30] Rabbitnightmare: #ubuntu-offtopic would welcome that [12:32] hi guys.anybody know how to use rsync+inotify-tools to backup the file in my pc? [12:33] I want to backup to my another disk [12:33] I never understood syncing, copy and paste seems to be good enough for me, its worked since 1991 for me === JanC_ is now known as JanC [12:37] Hi [12:37] I have a question [12:38] Recently my own debian package repo (use reprepro tool) server got damaged and lost all packages. [12:38] Then I rebuild new repo by copying cached packages from all servers (/var/cache/apt/archives). [12:38] I used "reprepro includedeb" command ro rebuild the repo. [12:38] Now I want to test new repo. [12:38] For that, I am planing to delete all old repo link from /etc/apt/sources.list.d/xxx, then add new repo. [12:38] After that I want to confirm that, all the installed packages in the server now pointing to this new rep, How to do that? [12:40] I have posted my question here http://paste.ubuntu.com/23804143/ [12:47] saju_m: packages don't point to repos [12:47] once a host has that repo defined in it's repo list, it's done [12:48] ikonia, I am looking for a way to find missing packages in the new repo. [12:48] missing packages ? [12:48] find the packages which are installed in the server and not exist in new repo [12:48] why would there be missing packages [12:49] earlier i were using multiple repositories , those repositories were running in one of my server [12:50] that server got damaged [12:50] and lost all repos [12:50] saju_m: is this a copy of an upstream repo, or a custom repo you've built yourself [12:50] custom repo [12:50] saju_m: so if it's your repo, you'll need to audit it yourself, just script a manifest of your hosts and compare [12:50] so i have tried to rebuild it from server's apt cache [12:52] ikonia, are you suggesting this [12:52] Afternoon. [12:52] suggesting what ? [12:52] find all installed packages using $dpkg -l [12:52] then for each package run $apt-cache policy pkgname [12:52] saju_m: thats one way yes [12:53] you could just actually search the repo file system too [12:53] and find repo, and check is it my new repo [12:53] (as you control the repo) [12:55] ok [12:55] 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) [12:55] 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff) [12:55] do you know how to switch between them ? [12:56] Because at the present moment only "Intel® Sandybridge Mobile " is active. [12:58] ikonia, there are packages which installed from ubuntu.iso , when we installed OS [12:58] ikonia, How to filter those packages [12:58] Anyone can help ? [12:58] Kovalsky: https://help.ubuntu.com/community/HybridGraphics [12:58] ikonia, when i do $dpkg -l, those packages also coming [12:59] Many Thanks, this should do the trick. [13:00] saju_m: so you basically only want to know packages that did not come from the ubuntu repos [13:01] ikonia, no, some packages which i installed from ubuntu repo also i need to know [13:02] ikonia, basically, i want to know all packages which i installed after OS installation [13:03] saju_m, can't you check /var/log/apt/history.log by date ? [13:04] ioria, let me check, what is there [13:07] Hiyas all\ [13:07] saju_m: what does it matter if they are installed during/after the install, they will still need to be in your repo [13:11] oem [13:11] ja pobrac chrome [13:11] jak pobrac google chrome [13:12] lqklq [13:12] jak [13:12] jak [13:12] kakj [13:12] kak [13:12] oem_ it works, we see you [13:12] ikonia, i am using Ubuntu 14.04.3 LTS, i dont want packages coming with iso of Ubuntu 14.04.3 LTS in my repo [13:12] what instal chrome [13:12] poland [13:12] !pl [13:12] saju_m: right, so you want packages that are not provided by the main ubuntu repo then [13:12] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [13:13] jak\ [13:14] ikonia, after OS installation i installed some packages from ubuntu main repo. [13:14] saju_m: You could just check .bash_history, like: cat /root/.bash_history | grep "apt install" [13:14] saju_m: right, so in that case you need the ubuntu main repo [13:14] ikonia, but, now exact version will not be there [13:15] saju_m: so the fact that it's on the CD means nothing, you need the main repo [13:15] ikonia, there will be latestt version in ubuntu main repo [13:16] ikonia, i dont want the latest version og packages which i installed [13:16] saju_m: thats right, [13:16] winsen_: If you don't have some particular reason for using an ancient version, yes you should. [13:16] saju_m: then just copy the repo from the CD [13:17] saju_m there's also this command ... apt-clone clone --with-dpkg-repack [backup folder] ... 'repack' copies the pkg names which did not come from the repos [13:19] hello everybody [13:19] hi [13:19] MonkeyDust: thats nice, I didn't know the --repack option [13:19] i'm experiencing a problem with my ubuntu [13:19] running 16.4 [13:20] how would you describe what you are experiencing [13:20] !details | sqdf [13:20] sqdf: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [13:20] ubuntu server in a windows domain [13:20] MonkeyDust, thanks [13:20] all of a sudden my System Center 2012 stopt backuping my ubunut [13:20] oh dear [13:20] 2012? what version of ubuntu? [13:20] it is provided to work in an online state [13:20] but now it only works in an ofline state [13:20] ubuntu 16.4 [13:20] elias_a: now it works thanks [13:21] sqdf: I'm not sure what you're asking here.... [13:21] i looked at the package details for the system center [13:21] but cant find any updates recently done [13:21] system center ? [13:21] is this a known issue, comunity forum says nothing about it [13:21] System Center 2012 [13:22] as in microsoft system center [13:22] no such ubuntu such software. [13:22] yep [13:22] microsoft 2012 R2 Domain [13:22] sqdf: so are you trying to get an ubuntu server to be visible in microsoft system center ? [13:22] (join a 2012 domain) [13:22] MonkeyDust, this will copy all packages which doesn't have repo, that means these packages are came from CD/iso image, right ? [13:22] oh no [13:22] that is not the issue [13:22] elias_a do you how to get shortcut thunderbird? [13:23] the ubuntu server normaly gets backuped while being online [13:23] no shutdown is required to backup the full system [13:23] as is the same with the windows machines running in the domain [13:23] ok, so you sucessfully have ubuntu being backed up [13:23] a couple of days ago the backup of the ubuntu server is returing failed [13:23] you might be better served asking #ubuntu-server -- [13:23] if i swith the ubuntu server to an offline mode it works again [13:24] MonkeyDust, suppose i installed a package1 from repo1, then deleted repo1 from /etc/apt/sources.list, does that package also cloned by that command ? [13:24] #ubuntu-server [13:24] the name sugests i might ask their [13:24] !server | sqdf [13:24] sqdf: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04.1) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [13:24] sqdf: so the problem is your ubuntu backup has stopped working [13:24] thanks for the hint cfhowlet [13:24] sqdf: what are you using to backup ubuntu ? [13:24] Windows DPM === Tobirium1 is now known as Tobirium [13:24] Didnt even know that is possible^^ [13:25] I didn't either.... [13:25] yes it is [13:25] "history.daemon " always eating up my CPU, and there no way to the that proces, the p..moment I kill it, next moment it stat, I'm using Ubuntu 16.10 please hel [13:25] and i must say a realy nice feature if it works [13:25] thanks for the info everybody [13:25] i'm going to ask again in the server chanel [13:25] thx [13:27] ikonia, MonkeyDust , suppose i installed a package1 from repo1, then deleted repo1 from /etc/apt/sources.list, then run $apt-get update, Now how do I find the rpo of the package1, How do i know that whether package 1 is installed from CD/iso or another repo ? [13:27] winsen_: Desktop shortcut or what? [13:29] saju_m not sure, did not try it ... for 'repack' you need to have their .deb files stored somewhere [13:30] ok [13:31] does ubuntu remove this type packages when we run apt-get autoremove ? [13:32] i have seen some apt-get -f install also [13:32] saju_m: no it doesn't remove it [13:32] that also don't touch this type of repo less packages [13:32] ok [13:32] saju_m: and apt-cache policy package to answer your first q [13:33] apt-cache policy packagename, shows empty repo [13:34] fro that i can't figure out whether this package is installed from CD/iso or another repo [13:34] saju_m: if it's empty i think it's not in your sources.list then [13:35] saju_m: you mean you want to know if it was in the default installer packages or not? [13:35] yes, that is what i mentioned earlier, I lost sources.lst [13:35] saju_m: default installer or default repos? [13:36] you want to know if it was installed by default when ubuntu installed itself or you want to know if it was installed from the official repos? [13:36] sorry ,what is default installer ? [13:36] did you understand what i mean? [13:37] yes, i got [13:37] so which is it? [13:39] suppose i installed a package1 from customrepo1, then deleted customrepo1 from /etc/apt/sources.list. Now hoe do i find it was installed from default installer or default repos or customrepo1? [13:39] you want to know if the package was in the freshly installed system ?(is that what you mean by CD/iso)? or you mean just the official repository [13:39] saju_m: oh ok, apt-cache policy package should say === ecmetin is now known as dassi [13:40] if we delete from /etc/apt/sources.list, apt-cache policy package shows empty [13:40] saju_m, http://repogen.simplylinux.ch/index.php [13:40] saju_m: zgrep package /var/log/installer/initial-status.gz shows if it was installed by the installer by default [13:41] saju_m: see the link cfhowlett gave you and repopulate sources.list and ran sudo apt-get update [13:41] *run === dassi is now known as ecmetin [13:41] how to remove this key "apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29"? [13:41] I have error message [13:41] i can't repopulate sources.list [13:42] my customrepo1 went down, lost all packages [13:42] saju_m: populate the default sources.list [13:43] Hello. How can I turn an HTML+CSS+JS "animated" website into 25fps full HD video? [13:43] any clue guys? [13:43] that doesn't help [13:43] vlt: obs project maybe? [13:43] saju_m: why not? [13:43] sources.list has default ubuntu repo links [13:43] vlt, wrong channel. ask #programming or find a website design channel [13:43] that is working [13:44] vlt, OR you could do a "record my desktop" [13:44] that will not "turn" it into anything but you can capture video [13:45] problem is there in sources.list entry of customrepo1 [13:45] saju_m, there is no way we can help you rebuld a CUSTOM repo. you backed up before you deleted it right? RIGHT? [13:46] i am trying to recreate it from cached packages from all servers (/var/cache/apt/archives). [13:47] saju_m: did you see /etc/apt/sources.list.d/ ? [13:48] saju_m: try "apt show package" and look at APT-Sources [13:48] nevermind, without the stuff in /var/lib i dont think it would work [13:49] saju_m: try to see log files maybe, /var/log/apt/history* [13:49] saju_m: it really sounds like the idea for maintaining a repo for you may be totally different than how it's meant to work [13:49] history not there [13:50] saju_m: logically you could just copy the repo from the CD if you wanted to make sure it was the same versin as the install media [13:50] k [13:50] EriC^^, please read this http://paste.ubuntu.com/23804143/ [13:51] actually i recreated new repo [13:51] saju_m: /var/log/apt/term* might have the command when you added the repos [13:51] now i want to find the delta [13:51] if any [14:01] !pic upload [14:02] Dreaman, use imgur [14:03] http://imgur.com/a/cvMFM [14:03] is there a question here? [14:03] no [14:04] please don [14:04] do not randomly paste [14:04] ok === scottt is now known as Guest83800 [14:14] hi all [14:17] hey [14:17] with an ssd, using virtualbox vm, should I definitely not use swap on the vm also? [14:19] apestate: I would always recommend setting at least some swap space aside to prevent processes beeing killed [14:20] apestate: iirc ubuntu default is Swap == RAM [14:20] at least for server installs === wolf is now known as Guest81124 [14:39] i'm following the instructions here https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel#Modifying_the_configuration to build a custom kernel [14:41] I need to change the kernel config to enable a custom DSDT, e.g. CONFIG_ACPI_CUSTOM_DSDT=y but I don't understand which config file to modify === SaxUz is now known as Kenix === nikos is now known as Guest11802 [14:51] im getting these error messages while updating and im not really sure what to do about them http://pastebin.com/xkG9J0zr [14:51] Hi. I just did an upgrade from 14.04 to 16.04 after prompt. It said it didn't finish properly and it might be unstable but then closed. What logs will have the output? And how do I fix the possibly broken upgrade? [14:53] boontoon,have you tried booting into it [14:54] hi [14:54] hello [14:54] hi [15:00] BluesKaj: I haven't no [15:01] didn't want to restart if I could fix now and have no problems [15:01] Hello [15:04] boontoon, so where to whathas your install progressed ...it's difficult to assess without knowing what state it's in [15:05] oops where to [15:06] BluesKaj it seemed to get to the very end and then give the error. It was in the process of installing all the new packages it downloaded. As I say it then closed and I'm not sure if it'd log it anywhere to help you [15:07] boontoon, try running sudo do-release-upgrade again [15:07] hello everyone, can I create a logical (extended) partition on a whole disk? [15:08] BluesKaj: says "no new release found" [15:08] I've also run apt-get install -f [15:09] boontoon, then run sudo apt update && sudo apt upgrade [15:11] BluesKaj all up-to-date already. Maybe it upgraded okay and some old packages made it think it's gone bad? [15:12] boontoon: try an apt full-upgrade [15:12] ok boontoon run lsb_release -a [15:13] who knows macbuntu [15:14] BluesKaj: says 16.04 [15:16] ducasse: that also says up-to-date [15:18] boontoon: then do 'sudo dpkg --configure -a' [15:18] ducasse: no output [15:19] boontoon, ok drop to VT/TTY, ctl+alt+F1-F6 and try to return to the desktop with ctl+alt+F7 [15:20] BluesKaj: yep, works fine [15:21] boontoon: good. then do apt autoremove and you should be fine. [15:22] ducasse,good suggestion, then boontoon the next move is a reboot to be absolutely sure [15:22] ducasse, BluesKaj. okay will do. cheers guys [15:22] boontoon: come back if you have problems :) [15:23] I'm sure he will :-) [15:23] I compressed a file using the "compress" commands. How do I find the extent to which the file has been compressed? [15:24] command* [15:29] my rsync isn't syncing .irssi folder for some reason... i'm not sure why [15:31] rsync -av --rsh='ssh -p422' /home/user myserver.net:/home/user/zbkups-rsync/automated-bkups/ [15:32] scornbread: consider asking in #rsync if you don't get an answer here [15:36] wedgie: ah nvm stupid typo [15:36] i looked in the wrong folder [15:37] s/looked/specified [15:51] hi guys , i have some problems , i wanna try to install ubuntu if i boot from the DVD got these screen https://gyazo.com/fe759bc2c42052310b30f3ec943a752e 30mins later nothings happens maybe anyone can call me whats wrong ?! thx guys.. === Trystam is now known as Tristam [16:00] Remote desktop suggestion? I used to use x2go, not working as good as I would like. Suggestions? [16:01] (linux beginner), tried running a ./install for a program(matlab) in terminal and got "installation finished" instantly, did this a couple of times before I "fixed" it and I got a GUI up for installing my program. Could the previous ./install runs have an (adverse) effect on my system? === kyle is now known as Guest71291 [16:07] ash_______: the later runs will most likely just write over the files that were written before, if any. [16:08] okay, thank you! [16:10] hello everyone [16:11] taktloss: Try to boot with the nomodeset option. Your nvidia card is not recognized correctly... http://askubuntu.com/a/162076 [16:12] once I've chrooted into the live cd filesystem is this where I install a compiled kernel module? [16:12] taktloss: After installation activate the proprietary nvidia driver... [16:13] ok thx i will try [16:14] thx guys === j3di3 is now known as kostyay [16:24] HI [16:25] hi i installed python-virtualenv but when i type python-virtualenv it doesn't open and autocomplete, so where are it's files? in which location? [16:25] does anyone uses it, where ca i enquire more about this?j [16:25] how do i use apt-get to list all it's files instead? [16:25] come on guys tell me what's the matter with this [16:26] lostguy: dpkg -L | grep bin [16:28] EriC^^: so it's [16:29] returns null [16:29] try without | grep bin [16:29] so i installed virtualenv package but it's for python2? can i get for py3 [16:30] does ubuntu provide a virtualenv for py3 ? [16:30] it works thx for the help === ibm is now known as Guest9197 [16:34] so u set up to fuck poeple up if they try to find new place to chat [16:34] all other channels disabled [16:35] this one not disable biut he hits you with a drone in the face soon u enter chat [16:35] this chat worthless [16:36] while the rest all playing silent nd "victims" [16:36] for you maybe, not for users looking for ubuntu support0 [16:36] Guest9197: this is not a channel for chat, but technical support [16:36] oh but how come this is the only channel that someone can connect too? [16:36] thru all the servers [16:37] Guest9197, then you have your irc client improperly configured [16:37] ok [16:38] !join [16:38] ok no bot info there === g2 is now known as g2[ATL] [16:45] why dont i have pyvenv installed as dep? when i have python3.5? [16:45] does ubuntu NOt package it ? [16:45] why not? [16:46] Anyone played with vbox or bios? [16:46] !find pyvenv [16:46] File pyvenv found in cdist, cdist-doc, python3-venv, python3.5-examples, python3.5-venv, python3.6-examples, python3.6-venv [16:48] lostguy: packages are not installed as dependencies unless they are necessary for the package to run. python3.5-venv is only a Suggests: [16:48] bum: and so what if anyone has played with vbox or bios? [16:48] I would like to test bios without affecting actual hardware [16:49] How to do it tatertots === beaver is now known as evilnewbie [16:49] bum: try a virtualization channel [16:50] bum: don't you already have vbox installed? [16:50] tatertots: yes it's installed [16:52] bum: you want to test BIOS? [16:52] Yes tgm4883 [16:52] How it looks [16:52] Which are available options [16:52] Etc... [16:52] How to modify [16:53] I'm not sure I follow [16:53] And what happens if different options applied [16:54] hello, could you please test www.deyaeldeen.com on an iPhone, i know i can render online, but wanted to test on real iPhone, it works everywhere except on some iPhones :( [16:55] !ot | octo8 [16:55] octo8: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [16:56] :( ok === vucen_ is now known as vucen [16:56] bum: press F8 promptly after powering on a vbox vm. [17:04] hi [17:04] hi evgeniy [17:04] i have a problem [17:05] state your problem evgeniy [17:05] i not run Dota 2 [17:05] 1 sec [17:05] hy all [17:05] Required OpenGL extension "GL_ARB_separate_shader_objects" is not supported. Please update your OpenGL driver [17:06] Hello, quick question, does anyone know how to map onedrive as a network drive? [17:06] i input in terminal...... [17:06] $ sudo add-apt-repository ppa:oibaf/graphics-drivers [17:06] $ sudo apt-get update [17:06] $ sudo apt-get upgrade [17:06] $ sudo apt-get install libegl1-mesa libegl1-mesa-drivers xserver-xorg-video-intel libgl1-mesa-dri libglapi-mesa mesa-vdpau-drivers [17:06] but... [17:06] !paste evgeniy [17:07] !pastebin [17:07] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:07] !pastebin evgeniy [17:07] ?? [17:07] ок === Tobirium1 is now known as Tobirium [17:07] !paste [17:07] !paste [17:07] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:07] and?) [17:07] oops [17:08] !paste $ sudo add-apt-repository ppa:oibaf/graphics-drivers [17:08] $ sudo apt-get update [17:08] $ sudo apt-get upgrade [17:08] $ sudo apt-get install libegl1-mesa libegl1-mesa-drivers xserver-xorg-video-intel libgl1-mesa-dri libglapi-mesa mesa-vdpau-drivers [17:08] evgeniy: I am only a bot, please don't think I'm intelligent :) [17:08] evgeniy: hi [17:08] evgeniy: have tried to update you system? sudo apt update && sudo apt upgrade [17:08] yes [17:08] it's ok [17:08] but... [17:08] evgeniy: you want to play dota 2 on linux? [17:09] evgeniy: do you meet the min system reqs? [17:09] problem --> [17:09] $ sudo apt-get install libegl1-mesa libegl1-mesa-drivers xserver-xorg-video-intel libgl1-mesa-dri libglapi-mesa [17:09] error [17:10] evgeniy: just error...really?... [17:10] sorry... [17:10] evgeniy: install inxi, let me know once you have it installed [17:10] not error) i'm waiting... [17:10] evgeniy: sudo apt install inxi [17:11] thanks === koffeinfriedhof is now known as ChickenLipsRfun2 [17:12] dark_witcher: this might work http://ubuntuhandbook.org/index.php/2014/08/map-network-drive-onto-ubuntu-14-04/ [17:13] did that [17:13] added some info for how to map it in windows (e.g. address and CID) set up my credentials [17:13] !pastebin [17:13] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [17:14] and I'm left with mount error(115) === ChickenLipsRfun2 is now known as koffeinfriedhof [17:16] anyone know why this is continuing to happen when upgrading the kernel when i don't need that firmware (i'm using a skylake i5 processor)? https://paste.ubuntu.com/23805589/ [17:17] eelstrebor: its a warning because intel added that code already to the driver in the kernel but didnt add the firmware. it doesnt affect your system [17:20] How to get check result of openssl decrypt in Bash ? === ignacio is now known as DevSome1thing === DevSome1thing is now known as ignacio [17:23] hi [17:24] dark_witcher: https://www.youtube.com/watch?v=vE9YRXki74Y [17:26] Hello everyone === alberto is now known as Guest94842 [17:27] Hi all [17:27] hi === mortalius__ is now known as mortalius [17:29] I come here to study English and Ubuntu... [17:30] percyc ok, but only ubuntu questions here [17:30] I need some help here... I'm trying to automount a remote windows shared folder by editing /etc/fstab, but I just can't make it visible every time I turn the computer on and log in with my user account... [17:30] I'm on Ubuntu 16.04 [17:30] Ok [17:31] !ntfs | Guest94842 [17:31] Guest94842: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [17:31] Thank you [17:31] !samba | Guest94842 [17:31] Guest94842: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html [17:31] Guest94842: see that for remote folders [17:33] By the way... Is it possible to do what I'm trying to do? I mean, I already read the links you just gave me, and edited /etc/fstab, but in the end, I always have to 'sudo mount -a' if I want to access the remote windows folder. === scottt is now known as Guest30925 [17:35] Guest94842: it's possible, yes. try adding the 'auto' option. [17:36] ducasse Do you mean in /etc/fstab? [17:36] Guest94842: yes. [17:38] * eelstrebor just installed kernel 4.9.4-040904-generic on ubuntu 16.04.1 - no problems noted so far [17:38] ducasse Between which arguments? [17:39] Guest94842: as one of the mount options [17:39] Guest94842: fourth field [17:40] May I paste here the line in /etc/fstab? (It's just one line) [17:41] Guest94842: sure [17:42] /remotemachineIP/sharedfolder /media/alberto/sharedfolder cifs credentials=/home/alberto/.smbcredentials,iocharset=utf8,gid=0,uid=alberto 0 0 [17:42] It actually starts with "//" [17:42] Not just one, but two. [17:43] Hi, I am experiencing somewhat of an issue with my Apache install. [17:43] Guest94842: try making it "... auto,credentials=..." [17:43] It happened when I tried to install Nginx alongside it. [17:44] ducasse Ok :) [17:44] I am on Ubuntu 16.04. [17:44] So far Apache seems to be OK, just when I attempt to access pages on my local LAMP stack sites other than the index page. [17:44] I get the message about Apache being unable to resolve these URLs. [17:45] The message I got was E: Sub-process /usr/bin/dpkg returned an error code (1) [17:45] I'm going to reboot my machine, I'll be right back. === Tims_Tech_ is now known as Guest4695 === Tims_Tech is now known as Guest75685 === alberto_ is now known as alberto_80 [17:48] I'm back [17:49] I'm afraid it didn't work... :( [17:49] At the moment I am checking /var/lib/dpkg/status in Vim [17:49] To check if any packages didn't install OK via dpkg. [17:50] /remotemachineIP/sharedfolder /media/alberto/sharedfolder cifs auto,credentials=/home/alberto/.smbcredentials,iocharset=utf8 0 0 [17:50] What am I doing wrong? [17:51] alberto_80: try this - https://wiki.archlinux.org/index.php/Samba#As_mount_entry [17:51] hi everyone [17:52] any gvfs experts here? is it somehow possible to specify some concrete mount points? [17:52] my mount point looks like: /run/user/1000/gvfs/dav:host=localhost,port=42427,ssl=false,prefix=%2FgaA-3VsXTk0w%2Ffiles/ [17:52] and 'mount -t fuse.gvfsd-fuse' gives me 'gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)' [17:55] ducasse Thank you very much. === alberto_ is now known as alberto_80 [17:58] ducasse Thank you very much, problem solved! :-) [17:59] alberto_80: good, yw :) [18:00] hi, I just added yubikey challenge response authentication to PAM and it works great but some things are now a little off on my system like, no sounds, no brightness control, not being able to run certain apps... I think this has to do with being able to authenticate somehow but I'm not sure... can someone help? === Tims_Tech__ is now known as Guest29980 [18:02] !yubikey [18:04] hey guys i try to install ( boot ubuntu ) but i have some troubles i getting these error https://gyazo.com/938913e143c5ac604ec38d3e8d696898 a friendly dude here in the chat say my nvidia shit dosent load i need to boot with nomodset i try but it dosent work sometime it stucks after the first 2 lines of code some times it stucks after the hole [18:04] code ( in my screenshot on gyazo ) makes me sad :( anyone an idea ?! sry for my bad eng ;D [18:05] brb in a few mins, thx 4 help guys === Guest29980 is now known as Tims_Tech241 === Miklo` is now known as Miklo === Tims_Tech241 is now known as Tims_Tech [18:13] bumblefuzz: try checking auth.log. i've never had any problems like that, but i really only used c/r auth long enough to see that it worked. [18:17] hi [18:17] i have a question [18:17] ? [18:17] so ask it [18:17] probably best to ask it [18:17] which is the best theme for ubuntu [18:17] i search a theme [18:18] impossible to answer [18:18] have flat [18:18] it's totally subjective [18:18] flat design* [18:18] yes i know [18:18] but i don't like the ubuntu thme so [18:18] *theme [18:22] back , anyone an idea to solve my prob ? [18:22] !theme | faerel look if you find a theme that you like for your desktop [18:22] faerel look if you find a theme that you like for your desktop: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [18:37] Immediately after installing Ubuntu, there is one package people usually install apart from ubuntu-restriceted-extras, I forgot the name. Could anyone remind what it is? [18:37] yarinoz: what does it do? [18:38] EriC^^: It used to be collection of basic tools like cpp, g++ etc [18:38] I forgot [18:38] build-essential [18:38] build-essentials? [18:38] yesah! [18:38] Yes, thanks [18:39] yarinoz: but thats not something, that most users need to install after first boot. but glad we could help you :) [18:39] I have this habit of installing ubuntu-restricted-extras and build-essential [18:39] I forgot the package name since having a fresh install after many years [18:40] how do you add a custom kernel module to the ubuntu live cd? [18:41] yarinoz: I don't think you even need to download it anymore [18:41] hydrajump: you can't [18:41] hydrajump: livecd is read only [18:42] ikonia: what about the livecd customization [18:42] ikonia: right but it's possible to add it if making a custom live cd, right? [18:42] the factoid always escapes me [18:42] EriC^^: thats different, but "yes" of course [18:44] !customlivecd [18:44] Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ [18:44] ah that's it [18:45] ikonia: I've read and tried to follow that guide, but I'm stuck at where to copy my kernel module. [18:46] on a running ubuntu system I understand that I can load the kernel module with `modprobe foo`, but I'm not clear on how to do this when I've extracted the livecd filesystem [18:49] hydrajump: into the kernels module tree [18:49] blag: into the kernels module tree [18:49] oops [18:52] ikonia: you mean `/lib/modules/4.8.0-22-generic/kernel/drivers/input/foo.ko? [18:55] hydrajump: what livecd is that ? [18:55] ikonia: ubuntu-desktop-16.10-amd64.iso [18:56] just looks a "late" kernel [18:56] ahh 16.10 [18:59] hydrajump, yo can also modify the initrd.img , repack and recreate the iso [19:02] ioria: can you please elaborate? [19:04] ioria: at the moment i've been following the instructions in LiveCDCustomization and I have extracted the squashfs filesystem [19:04] hydrajump, i did it with the mini iso. If you mount the iso, copy the content in another folder you can edit the initrd.img, then you can repack initrd.img and redo the iso [19:05] hydrajump, but LiveCDCustomization is ok too, i guess === anon is now known as Guest68848 [19:10] salut [19:13] il y a t'il un français? [19:14] oslozorin: #ubuntu-fr for french [19:14] Why does scrolling up cause the browser to go back a page. [19:14] merci [19:15] olá [19:16] Mouse is acting very buggy. Scrolling up causes the browser to go back a random number of pages. The mouse is a Microsoft IntelliMouse 1.1A. [19:16] Could it be a driver issue or an issue with the PS/2 > USB bridge adaptor? [19:17] TheNH813: maybe an add-on? [19:17] Oh adapter, no idea [19:18] TheNH813, does it happen for every page you browse or only for some of them ? [19:18] Pretty much every page. [19:18] Hm.... I can restart Firefox in safemode with the firefox --safemode command to try without addons I guess. [19:19] But then I'l have to log back onto this IRC. [19:19] BRB [19:21] Mkay, I'l back on a dedicated IRC client. [19:21] Restarting Firefox without addons had no effect. [19:21] USB mouse seems to work normally when I plugged it in. [19:22] Just not the PS/2 mouse plugged into the PS/2>USB bridge. === BulkReefSupply is now known as CONNOR_KILLA [19:22] Although it does seem to scroll fine in HexChat and other applications. [19:22] ps/2 mouse is not hot pluggable === CONNOR_KILLA is now known as BulkReefSupply [19:23] Yes it is, with a USB adaptor. Plug it into the USB bridge, and then plug the adaptor into a USB port. A hardwired PS/2 like on the motherboard wouldn't be hot pluggable though. [19:23] /dev/sda1:, clean 5407/1221600 files, 215410/2441872 blocks alguem sabe tirar isso? [19:23] no with ps/2> usb adapter also not hot pluggable [19:24] Hello again [19:24] :) [19:24] Actually, the package states it's hotpluggable. It shows up as a standard USB mouse. [19:24] Bus 003 Device 011: ID 0e8f:0020 GreenAsia Inc. USB Mouse Device [19:25] I'v tried rebooting before, but it does the same thing. [19:25] TheNH813, this one? https://upload.wikimedia.org/wikipedia/en/c/c5/Ps2_to_Usb.jpg [19:26] No. One of these active PS/2 > USB bridge adaptors. [19:26] https://www.amazon.com/Monoprice-Keyboard-Converter-Adapter-110934/dp/B00IACID2C/ref=sr_1_1?ie=UTF8&qid=1484508380&sr=8-1&keywords=ps2+usb+adapter [19:26] Just out of curiosity, you’ve looked in your mouse settings to make sure that the scroll wheel isn’t bound to the back page button? [19:26] I've managed to automatically mount a remote shared folder (thanks tu ducasse) by editing /etc/fstab. Only I don't know why it shows two icons of the same shared folder on the desktop. [19:27] and you’ve tried a diffrent browser? [19:27] There's an option to bind scroll to back? [19:27] I'l check that if there is then. [19:27] I'm on Ubuntu mate 16.04 [19:27] BulkReefSupply, please don't spam in PM, thanks [19:28] what distro are you using TheNH813? === ubuntu is now known as Guest59710 [19:29] alberto_: did you use the gvfs from the file browser too? [19:29] Ubuntu 16.04. Installed XFCE afterwords manually after some OpenGL conflicts between Unity and Steam. [19:29] Hey all. I need some advice. I have a Digital Ocean droplet, I SSH into it and start a java application with "java ... &> stdout.txt &" and then I go "less stdout.txt" and shift+F to follow. But for some reason, sometimes I get a "Connection reset by [ip] port 22" and I get kicked out from SSH - but strangest thing is that my Java app also dies.. what could kick me out + kill my java app? [19:29] quit [19:29] ioria: i'm trying your method since it seems straightforward [19:30] hydrajump, good luck [19:30] ioria: i've extracted the initrd.lz, added the kernel module and repacked it [19:30] k1l_ I think I didn't... [19:30] Saxuz OerHeks: Well, I'l be. Checking "reverse scroll direction" made it fixed. Though I'm not used to that, guess it's a workaround I can deal with. [19:30] how to I go about the failed installation of the microsoft fonts when doing a ubuntu-restricted [19:30] my question is how do you remaster the iso with that new initrc.lz? [19:30] hydrajump, you need to remake the iso now [19:30] Haha, nice. Glad to help :) [19:31] Also, that’s dumb that it would do that, but at least it worked :P [19:31] BulkReefSupply: Please don't spam my PMs. One message is enough. [19:32] hydrajump, http://askubuntu.com/questions/324778/how-can-i-create-a-bootable-iso-from-an-extracted-ubuntu-13-04-iso [19:32] hydrajump, mkisofs could be an option [19:33] !ops | BulkReefSupply spams in PM [19:33] BulkReefSupply spams in PM: 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, chu [19:33] !info genisoimage | hydrajump [19:33] hydrajump: genisoimage (source: cdrkit): Creates ISO-9660 CD-ROM filesystem images. In component main, is optional. Version 9:1.1.11-3ubuntu1 (yakkety), package size 316 kB, installed size 1524 kB [19:34] ioria: thank you looking at that link now [19:35] hydrajump, ok [19:35] OerHeks, yeah, me too === done is now known as Guest87941 [19:37] Question time! [19:37] ~oscar@73.109.63.9 [19:37] Anyone know of a nice calendar that allows me to sync my Google Calendar [19:37] oops [19:38] I'm using Budgie on my ubuntu install right now and Gnome calendar is meh I also get no raven integration [19:39] !ops BulkReefSupply mass PM's to join their chatroom [19:39] kefgnsdfjsdjk: I am only a bot, please don't think I'm intelligent :) [19:50] good evening [19:50] good afternoon [19:50] I'm split on Linux right now. [19:51] My laptop works pretty good with Linux but my desktop is Windows and I find most stuff I do works better on Windows than Linux so far [19:51] I'm probably after OSX really [19:52] ? [19:53] oh, ty DalekSec [19:53] Is there some kind of minimal iso if I want the ubuntu base system but use a different wm/de than unity? [19:53] server image is as minimal as it gets with Ubuntu [19:53] !flavors | nek_knak [19:53] nek_knak: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. The current list is: !Edubuntu, !Ubuntu-GNOME, !Kubuntu, Ubuntu !Kylin, !Lubuntu, !Mythbuntu, Ubuntu !Studio, !Xubuntu, and Ubuntu !MATE [19:54] !mini [19:54] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [19:54] I think there's a mini ISO also [19:54] The mini iso isn't wha he wants. [19:54] Oh there [19:54] Ah, yeah, the mini one seems to be what I'm looking for [19:54] the mini iso is just a smaller disk image [19:54] Or can I just select what package groups I want to install with the big one too? [19:55] sorta... [19:55] haven't tried it yet (looking for something like the fedora netinstaller, where you can do exactly that) [19:55] I can't remember if the mini one comes with Unity or not but the serve rdoesn't [19:55] the mini is basically net install [19:55] nek_knak: if you want to get your hands dirty, Ubuntu Server makes a good tiny Ubuntu base, if you don't, try a flavour. [19:56] nek_knak: I might reccomend Ubuntu Budgie [19:56] Technically Budgie Remix right now, as of 17.04 it will be officially a flavour [19:56] You can install any desktop environment with --no-install-recommends, but that is a choise [19:56] ( with the mini iso) [19:57] The only thing I have against Linux in general is the lack of polish [19:57] Ubuntu with Unity is well polished but once you stray away it gets ruffer. [19:57] At least under the Ubuntu Umbrella [19:58] I find other Ubuntu flavors well polished [19:58] So for example, Ubuntu Mate is pretty hard to customize how it looks and kinda ugly. [19:58] kefgnsdfjsdjk, for you? not for the most of us [19:58] OerHeks: regular old Ubuntu is the most polished distro I've ever tried [19:58] It was like I installed Windows, but it was Linux [19:59] Everything just worked [19:59] kefgnsdfjsdjk: don't really want to get my hands dirty. I mean I'm well past my arch linux phase. I just want something stable and simple [19:59] Ubuntu mate has a dedicated tweak tool abd well... That's what gnome 2 looked like half a decade ago... kefgnsdfjsdjk [19:59] nek_knak: Ubuntu [19:59] The only problem is I'm so sick of non-tiling WMs [19:59] xangua: I know, the tool sucks and installing themes is a PITA [19:59] nek_knak: If you really want to get your hands dirty you could go Debian + i3 [20:00] oh dear, what is wrong with ubuntu + i3 ? do not suggest other distro's, please. [20:00] is it smarter to launch background processes as "sudo"? [20:00] You have to go through the hastle of killing Unity off [20:00] squeakytoy: only if they need root permissions [20:00] exactly that's something I'd like to avoid [20:01] squeakytoy, like what ? [20:01] kefgnsdfjsdjk: I think you're mixing lots of things [20:01] kefgnsdfjsdjk, so it doesn't impact the reliability of the process uptime? [20:01] squeakytoy: no [20:01] xangua: I came from Ubuntu Mate. It worked well but it was ugly as sin. [20:01] squeakytoy, if you have to ask, the answer is no. [20:02] now on Budgie Remix and wow is raven slick [20:02] OerHeks, "ok" [20:02] ugly is an opinion [20:02] nek_knak: is tiling required...? [20:03] Hi, question, I have a Soundblaster Recon 3Di onboard and it works fine but only on the speakers. How do I tell it to use the headphones instead by default? [20:03] kefgnsdfjsdjk: not really, but I'd really love to be able to navigate windows in a more fine grained way than alt-tabbing through loads of stuff [20:03] nek_knak: I'd say try Ubuntu with Unity first, if you don't like it try a flavour. Ubuntu is about as "it just werks" as it gets [20:03] I'm so used to hjkl-ing my way through i3 [20:03] everything else feels kinda clunky [20:03] also I'm using like 10 workspaces usually and most WMs/DEs don't really do that well [20:04] nek_knak: you can always install Ubuntu and sudo apt-get install i3wm or it was i3? and select it when logging in through lightdm [20:04] Yeah, I just thought there would be some way to manually fixing font rendering and all that.. ;) [20:05] to avoid* [20:05] It should work fine [20:05] I guess I'll just try it then [20:06] install it in virtualbox [20:06] try before you buy :P [20:06] Yeah probably I'm even going to try budgie that way [20:07] It just looks super neat [20:07] hello everyone, how can I import my keyrings from gnome-keyring to keepass? [20:07] Budgie is slick [20:07] nek_knak: just made the switch today. Loving it. [20:07] it's not perfect but raven is so much nicer than no notification center [20:10] well, thanks a lot guys. bye! [20:10] Gluck [20:10] ok, solved it with a workaround..but I have one more question..I am trying to install nixnote to an ubuntu derivative distro, but get this error even though I installed the qt driver in the repo: paste.ubuntu.com/23806555 [20:12] taora, what derivate? we support official flavors only [20:13] OerHeks, it is UberStudent OS..is it an official flavor? [20:14] nope ( and i never heard/read about it ) [20:14] nixnote does not install on ubuntu 16.x bug > https://sourceforge.net/p/nevernote/bugs/251/ [20:14] but the error seems to be a common one..maybe there is a general solution for ubuntu distros? [20:15] oh, thanks! viewing === cyborg is now known as Guest42998 [20:32] Why is the tmux cpu tmp font color still yellow even though my cpu tmp is 31 degrees celcius? Is this an error? [20:39] sziasztok [20:41] OerHeks, thank you very much!! I tried the deb install way with the download on the linked page, and added the mentioned missing dependency in the output. and nixnote opened :) [20:45] taora, great, have fun! [20:46] OerHeks, thank you :) === dax is now known as ro === cyborg is now known as Guest16050 [20:57] hi there === Chappie-san5 is now known as Chappie-san [21:05] So where did the compiz config manager go? I remember there was a package like that but I can't seem to find it in 16.10 [21:06] !info compizconfig-setting-manager I knak_nek [21:06] 'I' is not a valid distribution: kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakkety-proposed, zesty, zesty-backports, zesty-prop [21:07] Ups [21:07] xangua: apt-get tells me it's been replaced by compiz-core though [21:09] how to get vfio-pci kernel module working? === hoshi_ is now known as hoshi [21:10] !info compizconfig-settings-manager | knak_nek [21:10] knak_nek: compizconfig-settings-manager (source: compiz): Compiz configuration settings manager. In component universe, is extra. Version 1:0.9.13.0+16.10.20160818.2-0ubuntu2 (yakkety), package size 561 kB, installed size 4487 kB [21:11] Hey dudes and dudettes, any of you know of a good program to test (stress etc.) my wifi connection? My router drops wifi from time to time, the signal is good, nothing shows in the logs etc. I can't replicate it as is, so I'm wondering if it is just when the traffic is "heavy" with more clients, I can have 10+ at the same time. [21:11] knak_nek: do you have universe repository enabled? [21:11] xangua: yeah that might be the problem. Sorry for that, just switched from fedora [21:13] join #ubuntu-social [21:13] jnoob22: its #ubuntu-offtopic (if you look for the offtopic channel) :) [21:15] I would assume an 8Gb SD card is enough to install ubuntu mate but when I do "sudo ddrescue -D --force '/media/data/ubuntu-mate-16.04-desktop-armhf-raspberry-pi.img' /dev/sde" I get an error saying "ddrescue: Write error: No space left on device" [21:16] bray90820: how big is that image? [21:16] and some sdcards or usb pendrives are a bit smaller than 8gb but labled 8gb [21:17] on geez it's 8.05GB why is it so big isn't an image of ubuntu usually like 1GB [21:17] bray90820: well, its not a installer image like we have for the desktops. its already the whole system as image. [21:18] Aaahhh that makes a bit more sense [21:19] it says on ubuntu-mate.com that you need a minimum of an 8gb card but the image is over 8gb? [21:19] bray90820: i dont know the specifics but its possible that the rpi image includes some free space (that is in the end of the partition). so maybe that dd error should not matter at all === SaxUz_ is now known as SaxUz [21:20] I'll try it again and boot it up to see but if it does fail what do you think my next course of action should be [21:20] the specifics of that rpi image. [21:22] On shutdown this message appeared:"starting hostname service" [21:22] And then it shutdown [21:22] Im so confused, it never appeared before [21:22] bray90820, why not use just DD? dd if=/path/to/downloaded.img of=/dev/devicenode bs=1M [21:23] I tried both and got basically the same results the reason I posted ddrescue here is because that's what the official ubuntu mate documentation told me to use [21:24] that image should be exactly 8 gb .. [21:26] OerHeks: When I extracted it it was 8.04 [21:27] My bad 8.05 [21:29] OerHeks: I'm thinking I should just use a bigger SD card [21:33] Hello everyone. May anyone point me to the config file for changing colors in xfce4, to be more specific- the panel volume slider. My problem is that the handle on the volumeslider is the same color as the background on the volumeslider. Same problem for the slider in panel preferences/appearance. Thanks. [21:46] xchat question - how do I silence all the "joined" and "quit" messages? === love3 is now known as zomboy121 [21:48] i've followed the steps here to create an ISO image https://help.ubuntu.com/community/LiveCDCustomization#Producing_the_CD_image [21:48] !quietirc | leaftype [21:48] leaftype: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages [21:49] and an ISO is created. However, when I use dd to write it to a usb drive it doesn't show as a boot device [21:49] thanks [21:49] the stock ubuntu 16.10 iso works fine when I use dd to write to the drive [21:50] I'm thinking that it has something to do with this `sudo mkisofs -D -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-9.04.1-desktop-i386-custom.iso .` [21:56] looks liks that mkisofs command in the wiki doesn't create a valid partition table [22:03] justintv [22:09] hello everyone, I installed 2 systems of the same distro on my disk, and now I don't see one of them in grub..can you help me fix this please? [22:11] taora: ' sudo update-grub ' does not pick up the secondary system - booted from your primary ? [22:11] So I have got a new install of Ubuntu running and installed Kodi, the remote works fine but is pulling up other applications in Ubuntu with some keys, where is that configured, it is not the old Lirc that I remember [22:11] Bashing-om, I haven [22:11] ok, I know this is not an ubuntu specific question. But somehow our homerouter is dosing our computers. its an ASUS RT-AC56U [22:12] Bashing-om, sorry..I haven't tried this command [22:12] I will do so, hope it works [22:12] I'm looking for some pointer on what it can be [22:13] during installation the debian installation GUI had asked me if all the other OSes on disk are shown, and I'd noticed that the same other OS as the one I was installing was not shown..but I went on with the install [22:14] taora: please show a "sudo parted -l" in paste.ubuntu.com and show the link here [22:15] taora: I too multiboot, and I did experience recursion in the boot config files . My solution was to diable 30_os-prober on the secondary systems . [22:17] k1l_, Bashing-om, currently an install continues on the machine, I will run the commands as soon as I have access to desktop again [22:18] taora: k; and see k1l_'s directive above . [22:21] Receiving address 169cqw2NxkAiZMVf37B6yBe5U6DrLdirpw === rudolf is now known as Guest94474 [22:22] Hello [22:22] sorry [22:24] Bashing-om, sure, still waiting for the process to end [22:25] taora: Sure . at your pace as we can do :) [22:27] So I have got a new install of Ubuntu running and installed Kodi, the remote works fine but is pulling up other applications in Ubuntu with some keys, where is that configured, it is not the old Lirc that I remember [22:27] Bashing-om, thank you :) [22:35] Bashing-om, problem solved..since the process that just went on was an install, too, it reinstalled grub and fixed the problem :) [22:36] Bashing-om, k1l_, thank you very much! [22:44] taora: Good deal. you do good work :) [22:45] Hi Bashing-om [22:46] binarydepth: Uh Huh ? [22:47] ej [22:47] Just saluting Bashing-om [22:50] salut [22:51] Bashing-om :) enjoy your day/night, everyone! ciao! [23:00] does anyone know if 16.04 has apache event per default ? I'm checking this out comparing to 14.04 which does not have a mpm-event package [23:01] hello [23:01] its me [23:01] Hey itsme, my name is Iriez [23:03] rizonz: By default 16.04 does not contain MPM, that is a package that will be installed when apache2 is installed. [23:05] n4n0`: yes but -event is not there at all but -worker is [23:06] so I think event is now default installed ? [23:09] rizonz: After apache2 is installed by default mpm_worker module is included, they are all included in the apache2-bin package which is a dependency of apache2. By default mpm_event module is enabled, you can disable it and enable mpm_worker with "a2dismod mpm_event; a2enmod mpm_worker" and then restart apache2 for the configuration to take place. [23:10] salut n4n0 [23:10] n4n0`: ok, some change then :) thanks === Chappie-san2 is now known as Chappie-san [23:11] rizonz: Np rizonz, it is a noticeable change from 14 to 16. [23:11] binarydepth: salute. :P [23:11] What is this IP info for ? [23:11] when an User Joins [23:11] n4n0`: yap need to check some changelogs more and more for what has been changed [23:11] hi ! [23:12] n4n0`: some update service in my mialbox or so that notices me about the right stuff [23:13] n4n0`: weird thing on 14.04 is that the module is in but you can still install the package [23:16] rizonz: I could be wrong but I believe that mpm functionality changed with apache 2.4. I know in 14.04 you were required to install additional packages (apache2-mpm-event) since it wasn't included in apache2-bin. [23:16] Hey Dreaman [23:17] n4n0`: yeah it's weird [23:17] binarydepth: If you are referring to the IP info when someone joins the channel, they are the user's ident @ hostmask, you can change that information by using HostServ which is a service provided by NickServ (anope) [23:17] o [23:19] n4n0 ok [23:23] Anyone mind helping me figure out why my icons are so messed up? I never had any issue on my laptop running Kubuntu http://i.imgur.com/K5qkRnp.png [23:23] A theme change ? [23:24] binarydepth, that was my first thought and unfortunately changing themes doesn't do anything [23:24] Check the desktop entries of any of the apps involved [23:24] I can't screenshot it but I'm also missing icons in the application launcher [23:25] binarydepth, by that you mean check where? [23:25] "/usr/share/applications" [23:25] Oh sorry [23:26] I haven't actually checkled those files for icons [23:26] let m =e first check one here [23:26] binarydepth, ah yeah they're missing there but what's weird is that when the app is open the icons are normal [23:28] Well the .desktop files could be the factor here [23:28] http://i.imgur.com/ngK7qYp.png [23:29] binarydepth, any idea how to remedy it? [23:30] Well try modifying this file and putting it in the path I told you before [23:30] http://paste.ubuntu.com/23807669/ [23:32] binarydepth, wait so I'm supposed to make a file for each app I'm missing? [23:33] Well If you have the patience... But this could show if this is the problem ;) [23:33] binarydepth, and what should I save this new file as? [23:34] this file is called atom.desktop [23:34] for the atom entry [23:34] but I already have a [app].desktop [23:35] for example I opened up my Atom and it's exactly the same as what you gave me [23:35] poco_: maybe the guys in #kubuntu can tell you if that is a known kde error. [23:36] k1l_, I'll ask thanks [23:36] poco_: did you try a logout and relogin to the desktop? [23:36] yeah I've been having this issue all week since I installed Kubuntu from scratch. I also have Kubuntu on my laptop and no issue [23:37] Well I tried here and taking out the desktop file does take out the icon [23:38] And when I open it the Icon is there [23:38] yeah the icon always appears whenever I open the app [23:38] Maybe you should file a bug to the KDE Task manager poco_ [23:39] binarydepth, should I still file a bug even if I can't replicate the issue on another machine? [23:39] No in that case it is not useful [23:42] Ok I checked the DEB package of chromium browser in "/var/cache/apt/archives" [23:43] And the package should have the desktop file in it [23:43] The trick is opening it with the Archive manager [23:44] hmm ok one sec. I ended up losing a file in my applications directory while trying to edit it. Trying to get it back [23:45] poco_ do you get the idea ? [23:45] binarydepth, I don't I'm sorry :( [23:46] http://imgur.com/a/8blv6 [23:47] The idea is to browse into one of the packages and check if it has the ".desktop" in the "/usr/share/applications" [23:47] check the image uploaded [23:47] http://imgur.com/a/8blv6 [23:47] Ok, I found Firefox or example which has a firefox.desktop entry [23:47] but missing an icon [23:48] ok then you can try installing "aptitude" [23:48] "apt-get install aptitude" [23:49] so reinstall Firefox is what you're saying? [23:49] Yes [23:49] and check if the ".desktop" was installed too [23:49] well the .desktop files are all there [23:50] It is kind of pointing into a HDD problem I might say [23:51] weird I have no indications that my SSD might be bad [23:52] yeah as you can see all my .desktop files are present but the ones without tiny icons next to them are the ones that don't show an icon on the task bar or application manager when they are *not* opened http://i.imgur.com/YKx7vPM.png === perrier-1 is now known as weetest [23:54] tiny icons ? you mean the counts ? [23:54] I'm not familiar with counts [23:54] Ok I see [23:54] No my bad [23:55] Then I see, it has to be that the icons are missing [23:56] but where are the icons coming from when I open the app? haha [23:56] In the same Archive manager you can browse into the icons folder in the Share folder [23:56] Yeah, I'm at getting if the package is corrupt [23:58] poco_ do you have an Unity box ? [23:59] I don't think so? [23:59] Ok [23:59] I made some modifications to Unity animations with compizConfig [23:59] oh you mean did I ever have Ubuntu Unity installed? No