[00:00] I am planing to upgrade 10.04 to 14.04 on number of remote machines which are connected through 3G network. Before upgrading these servers in the field I want to test the upgrade process. Upgrade process went fine but when we are restarting server in lab I am getting "error: the symbol 'grub_xputs' not found. [00:00] Grub rescue>". I can recover it with live CD but the issue is how can we eliminate this issue with out occuring.. [00:00] Any suggetions? [00:00] I tried installing grub before reboot.. [00:00] That did not solve my problem.. [00:00] Am I doing some mistake when installing grub? [00:02] will Ubuntu 15.10 have Jesse's kernel? [00:05] Rabbitnightmare: #ubuntu+1 and read the release notes [00:06] ty daftykins [00:06] k [00:07] the_count: That last URL is s duplicate of the xorg . Try again ' dpkg -l xserver-xorg-input-synaptics ' . [00:07] ll [00:07] hello [00:07] yay they are using the standard 3.19 kernel [00:07] whew [00:08] Bashing-om: I have to go, I will have to talk to you later [00:08] Rabbitnightmare: not in 15.10 they're not [00:09] daftykins, oh thats 15.04 [00:09] i think it's gonna be 4.1 or 4.2 [00:10] as long as its the Linus approved kernel and not the debian special magic version [00:10] daftykins: would i be tripping if i ask what is tripping? [00:10] none of my hardware agrees with Jesse's kernel [00:10] du_: not on topic here. [00:10] Rabbitnightmare: not relevant here :) [00:11] https://clbin.com/nTma7 [00:11] for anyoene who wants to play with a text irc client [00:11] daftykins: gotcha #daftyking [00:11] im asking in there nobodys responding, daftykins can you link me the 15.10 rnotes? [00:12] Rabbitnightmare: no [00:12] though i guess it's too early for literal 'release' notes since it's... not released === marcos is now known as Guest28258 [00:23] 15.10 kernel is v4.2 [00:26] hey all, having the oddest issue i've ever seen... my internet speed is fine, but on lan any transfer is severely bandwidth limited [00:26] I can get about 600kb/s lan, and 900 megabits on the internet (yes, my internet is that fast) [00:27] NFS/Samba are like 600kb/s max, and SFTP is even worse like 20kb/s [00:27] 600kb/s is verified on two different devices, one wired, one wireless thats right in front of the router [00:28] if you're using a speed test versus real world file copy, that's not a good comparison [00:28] try using iperf to check the LAN [00:28] k [00:28] ill see what i can do with iperf [00:29] ideally it'd be a single contiguous large file too [00:29] just googling how to iperf [00:30] (for a standard samba or NFS test i mean) [00:30] getting good speeds on iperf [00:30] about the max of the wifi on my phone (38 megabits per sec) [00:31] as for samba and NFS that's what I already did and measured the speed [00:31] you don't have two wired devices to test? [00:31] my wired device is my kodi box without a keyboard unfortunately [00:31] could be a bad disk at either end :> [00:31] so, SSH? [00:31] I also tried doing dd on the drive [00:31] and it wrote really fast [00:31] and read really fast [00:31] no errors [00:32] over SSH it was even worse like 20kb/s [00:32] its just such an odd issue [00:32] no i meant SSH to run iperf on the HTPC [00:32] oh gotcha [00:32] yeah its a windows htpc [00:32] Hello! [00:32] but i bet theres iperf for windows [00:32] ah, iperf is available on Windows too [00:32] ill see what i can do [00:32] yeah [00:32] brb ;) [00:33] nullx: the low speeds; is that transferring many files, or just one large? [00:33] not even one large.. it used to be able to view 20 gb mkvs without issue, its struggling on 1gb mkvs [00:34] so streaming, not file copy... [00:34] I switched from sharing on a windows pc to having a dedicated linux file server [00:34] its the same pc [00:34] yeah iperf over htpc is saying really fast speeds as well [00:34] nullx: gb = gigabit, GB = GigaByte [00:35] gb = grambit ;) [00:35] are you using a windows mapped drive, or Kodi's built in samba use? [00:35] :) [00:35] kodi's built in samba/nfs/sftp [00:35] Whats better Mac OSX or Ubuntu? [00:35] jordanrandles: for what? for who? ;) [00:35] jordanrandles: all OSs suck, you use the one you mind cleaning up after the least. [00:35] offtopic here jordanrandles [00:35] nullx: I'm trying to ascertain if you see the slow speed transferring a single large file. If not, the issue might be name resolution [00:35] that too [00:36] Tj: oh im connecting by ip though [00:36] ok want me to iperf again with a bigger data size? [00:36] are you using iptables nullx? [00:36] if that is how it works [00:36] nope [00:36] okay then [00:36] nullx: for webdevelopment [00:36] nullx: The remote end may still be trying ot do reverse lookup. [00:36] jordanrandles: both very good, see: vagrant/docker too [00:36] Tj: ah I see [00:37] nullx: Also, if you're using CIFS/SMB then Samba/NetBios/winbind could enter the mix [00:37] I just had a similiar issue, I think, I cant remember exactly. even the most Guru linuxgods I knew didnt know what was up with it, I had to manually set my MTU to like 1400.. had to reinstall ubuntu to get it fixed :) [00:37] Tj: I tried both there was no difference [00:37] bindi: I can try that [00:37] Greetings anyone have a minute to help me with a dual boot problem? [00:38] not until you ask it [00:38] nullx: I'm not on about which protocols you used; with Samba installed nsswitch may be trying winbind on every name resolution [00:38] Tj: gotcha [00:38] nullx: *read* the server logs [00:38] wow [00:39] I set my mtu to 1400 my phone is now transferring way faster [00:39] . [00:39] gonna check the kodi box [00:39] you don't mess with MTUs on a LAN ¬_¬ [00:39] nullx: is the network using VLANs [00:40] -A POSTROUTING -o eth1 -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1420 [00:40] i had to have this to make my network work [00:40] but it wasnt a solution, the problem appeared on its own [00:40] or i upgraded iptables or something. but as i said, i installed a newer ubuntu lts version and it was fixed, and not even the gurus knew wtf was up :P [00:40] no vlans [00:40] I installed recent ubuntu distro and my acer laptop only boots to windows. I have run boot repair. and played with bios priorities nothing will boot to ubuntu except ONE time I hit F12 at startup and it went to GRUB [00:40] sec [00:40] bindi: what's your point? [00:41] nah not working properly [00:41] my point is i had a similiar sounding problem and a "fix" was to mess with the mtu :P [00:41] bindi: I'll try that [00:41] bindi: nullx MTU can be set via NetworkManager connection-manager, or if using ifupdown, in /etc/network/interfaces [00:41] its better on phone [00:41] but not on kodi [00:41] bindi: well that's a lovely single case example of your setup being messed up, but doesn't prove anything :) [00:41] yes, I know :> [00:42] but it's now commented in the config :P [00:42] k Tj [00:42] and nobody knows what caused it :) [00:42] hashtag onlylinuxthings [00:42] davidlinuxidiot: so you don't have something set to Windows Boot Manager that you can change to the disk device name? [00:42] Say guys. I'm using a pretty straightforward install of Ubuntu and wonder if there's a simple way to enable 'listen to line in over my primary audio out' [00:42] right now the method I am using is this command: [00:42] pactl load-module module-loopback [00:43] is this my best method? I don't know how to 'turn it off' except for muting it [00:43] unload module? :> === du_ is now known as deniz [00:43] tried that, didn't quite work [00:43] dafty: I dont know what you are asking. As you can tell by my name I am an idiot with linux [00:43] maybe. === deniz is now known as bomongo [00:43] anyways [00:43] -is- there another way? [00:43] help [00:44] sorry [00:44] davidlinuxidiot: i'm asking if when you enter the BIOS you see something set to 'Windows Boot Manager' that can be changed to the hard disk device name instead. [00:44] I have a PS4 that plugs into my secondary monitor via HDMI, then I run a headphone cable from the back of the monitor to my PC's sound card Line In [00:44] bindi: weird thing to need to do mtu [00:44] bindi: I'll try the iptables [00:44] bad idea imo [00:44] iptables is not for your setup [00:44] yeah [00:44] you'll need more than just a single line of config :P [00:44] ill set a really low mtu [00:44] just to test [00:44] dafty: Windows Boot Manager is the last possible boot order, I set it as such so that hopefully grub would load first but it still boots to windows 8 [00:45] nullx: that's ridiculous :) [00:45] lol [00:45] it is I have to agree [00:45] but it'd be nice to actually be able to watch shit :P [00:45] dafty: acer BIOS don't really have many options [00:45] davidlinuxidiot: not the boot order, but the boot device - possibly under a hard disk priority menu [00:45] davidlinuxidiot: i've heard more options become visible once you set a supervisor password [00:46] not just that it'll probably mess up my internet speed lol [00:46] that might be true let me go back to that and come back here if I can't finger it out, thanks good point [00:47] nullx: what is the layout of your network devices? [00:47] Tj: basicly modem/router -> switch -> devices [00:47] its a dumb switch [00:47] and direct to this pc though no switch [00:48] nullx: so the router is also Wifi ? [00:48] I didn't have this issue doing SMB over windows [00:48] yeah [00:48] same pc everything wired wise worked 100% in windows 7 [00:48] i bet you're using 15.04 huh [00:48] nullx: and the problem transfers are DEVICE_1 <=> router <=> DEVICE_2 [00:48] for samba hosting [00:49] like I said no change if its NFS or sftp [00:49] right Tj [00:49] but the other thing that's odd is iperf shows really high b/w between devices [00:50] nullx: is the router Linux, and can you gain an admin terminal on it? [00:50] nah its a really shitty isp specific one [00:50] I plan on turning it into modem only and getting an AC router sometime soon [00:50] nullx: iperf results tends to suggest name resolution, or disk access, as suspects [00:51] I tested disk access... so name resoluton? [00:51] resolution* [00:51] so do you think by adding to hosts file it'll make a difference? [00:51] nullx: But you said your connecting through IP, correct? [00:52] correct [00:52] nullx: this is why I asked whether the issue affects transferring a single, large, file. name resolution may be done once per file, so 1 parge file shouldn't see the slow-down. [00:52] Yeah, I was gonna say, check /etc/hosts [00:52] Tj: oh the issue is always one large file [00:52] wymillerlinux: some protocols will do reverse-lookups [00:52] it's never multiple [00:52] my tests are on a big rar file actually, and on the kodi its been a 1.2gb mkv [00:52] nullx: OK, that helps. Do you have 2 Linux devices you can test from? [00:53] I do not. Android at best. [00:53] I mean [00:53] I could take my old pc and turn it into one [00:53] just seems like overkill, though [00:53] also, in case I don't say this later.. thanks for the help whoever has been trying [00:53] not when you just need to boot a live session [00:53] nullx: I was thinking about doing a test similar to iperf, but which can be morphed to write to/read from disk too [00:53] daftykins: I didn't see any added functions when I set a supervisor password [00:53] daftykins: good idea [00:53] ill make a live usb [00:54] daftykins: I wish I could show you a screenshot of my BIOS [00:54] davidlinuxidiot: and the other thing? [00:54] so take a picture of each page and put it on imgur.com [00:54] take a picture of your bios with your phone and then upload it to imagebin [00:55] list [00:55] Tj: gimme about 2-3 minutes, I don't have a KVM or anything though nor a second monitor [00:55] nullx: VM? [00:56] DK: Osiris: http://paste.ubuntu.com/12539379/ [00:56] wymillerlinux: this is my only pc right now, lol [00:56] nullx: e.g: "dd if=/dev/zero | pv | nc a.b.c.d 1234" and at the other end "nc -l a.b.c.d 1234 | pv | dd of=/dev/null" [00:56] k [00:56] thats my boot repair log I will take photos now brb [00:59] making usb now [01:00] k [01:01] Is there any image viewer that will display a picture, but also a small preveiw of the next couple of pictures in the folder ? [01:01] apt-cache search slideshow debdeb [01:02] ok so Tj can you explain the command again to me? [01:02] So I am trying to run a minecraft server. I have a 2.3ghz quad core, 2 gigs of ram, running ubuntu. I changed it to boot into the terminal not DE. But it keeps lagging and running slow. kicks my players and boots me as well. Any ideas what could be happening. [01:02] nightwork: not a lot of ram for minecraft fyi [01:03] but that should be ok [01:03] the debugger keeps saying that 'something cant keep up" [01:03] nightwork: bad JRE [01:03] oh yeah [01:03] Yeah, i want to upgrade it. [01:03] openjdk is no good for minecraft [01:03] get sun java [01:03] 'upgrade' ? is it even the right one? [01:03] nullx: On the sending PC: "dd if=/dev/zero | pv | nc a.b.c.d 1234" and at the remote: "nc -l a.b.c.d 1234 | pv | dd of=/dev/null" [01:03] oh, that is a good point. [01:03] what is a.b.c.d 1234? [01:03] that I don't understand [01:03] nullx: VM's let an individual run multiple machines at once with one computer https://www.virtualbox.org/wiki/Linux_Downloads A computer inside a computer XD [01:03] a.b.c.d is ip [01:03] I meant upgrade the ram [01:03] nullx: of the remote PC on the LAN, ues [01:04] wymillerlinux: I'm well aware what a VM is, but it'd have to be on the same PC so wouldn't that be a totally useless test? [01:04] and what's 1234? [01:04] nullx: the port number [01:04] oh ok [01:04] cool [01:04] what's the differece between "tar -zxvf" and "tar -xvf" to exract a .tar.gz file. is there a point to add the -z? [01:04] hi all - was hoping someone could help me with a keyboard issue [01:04] okay, is it hard to change the JRE? [01:04] Guest94485: do man tar, look for the z explanation ideally ;) [01:04] 'man tar' to find out [01:04] Guest94485: it tells tar not to guess the compression type [01:04] heh [01:04] nightwork: not that hard [01:04] nightwork: just google how to, its real easy [01:04] I want to deal with my issue first lol [01:05] then I'll try to help if you haven't already [01:05] nullx: Not necessarily, you can port forward from the virtual network. [01:05] wymillerlinux: oh I see so it goes to the network and back [01:05] i know it for zip but both commands work [01:05] nullx, thank you sir. [01:05] nightwork: its quite easy, theres even a few apt ppks available to get it too [01:05] on a fewo [01:06] of my keys I get ghost presses [01:06] nullx, can you send me a link. Just so I know I am starting from the right guide. I am really new to linux [01:07] nightwork: it's really not rocket surgery. [01:07] nullx, yeah, it goes in loop, unless you port forward [01:07] remove openjre, install oracle JRE... simples [01:09] daftykins, yeah I know it seems easy to you guys, but I literally just started with linux and dont want to fubar it [01:09] so google your version + a guide [01:09] daftykins: uploading BIOS images to imgur now [01:09] there are tonnes out there, all for minecraft obsessives [01:09] there are a lot of JREs out there. I just want to make sure i do it the right way [01:10] no there really aren't :> [01:10] just get JRE 8 from Oracle [01:11] I'm having a little trouble, I tried installing the nvidia drivers via the software center and now I get the splash page and then my screen goes black. Can somebody talk me through backing this out? [01:12] puff: did you remove it all to restore functionality, or are you typing from something else? [01:12] daftykins: I used shift-alt-f1 to get a terminal. That's where I'm typing from. [01:13] daftykins: Please pastebin the output of "sudo efibootmgr". [01:14] I am back something went wrong with my pc when I moved my monitor cable heh [01:14] had to reboot [01:14] Jordan_U: i'd love to, only i don't have a problem with that :D [01:15] anyyhow [01:15] Tj: command again please ;( [01:15] davidlinuxidiot: Please pastebin the output of "sudo efibootmgr". [01:15] puff: sudo apt-get purge nvidia* [01:15] puff: then reboot [01:16] daftykins: There are 10 different nvidia packages. [01:16] sudo dpkg -l | fgrep -i nvidia lists 10 packages. [01:17] puff: and? [01:17] sending pc - 64kib 22.8mib/s [01:17] ran 5 times highest 96.5MiB/s [01:17] Jordan: Don't know what you mean. My name is the truth I am an idiot with linux [01:17] checking other pc [01:18] davidlinuxidiot: Open a terminal, run "sudo efibootmgr" then copy and paste the output to http://pastebin.ubuntu.com and post a link to it here. [01:19] Jordan: Im in windows [01:19] daftykins: here is my bios pics http://imgur.com/a/aj108 [01:19] daftykins: Okay, here goes again. Back in a sec.... [01:20] other pc max 13.1 MiB/s but its only 10/100 that pc so it makes sense [01:20] nullx: OK, that looks good then [01:20] Tj: actually brb to make it easier im gonna install openssh on that machine [01:21] so I don't have to change monitor/kb/mouse every time I switch back and forth [01:21] nullx: so now let's alter it to *read* from the source PC's disk: instead of "if=/dev/zero" change it to "if=/dev/sda" [01:21] not a specific file? [01:23] clear [01:23] daftykins: Thanks, that fixed it. [01:24] same speeds as if=/dev/zeroi [01:24] same speeds as if=/dev/zero [01:24] puff: if you still want to try using proprietary drivers, you may want to share an "lspci" [01:24] and same if I chose a file on either disk [01:25] Jordan_U: hrmm it's one of those Windows 8.1 with Bing machines that davidlinuxidiot has, so i wonder if it's a quirky 32-bit EFI thing [01:25] daftykins: Nah, it's been a long day. So long, I can't really figure out why I wanted to try nvidia drivers. [01:25] just 1 sec gonna give the other PC ssh [01:25] daftykins: I have some hazy memory of poor performance and thinking maybe proprietary drivers would help. [01:25] :) [01:25] they often do, for nvidia [01:25] nullx: OK, now we swap, and change the remote PC's "of=/dev/null" to "of=/tmp/test.dat" so the received data is written to disk [01:26] daftykins: I have a thinkpad t520 with nvidia optimus. [01:26] k sec [01:27] ah shit Tj [01:27] I've been doing it wrong the whole time [01:27] I didn't realize the remote PC is of= [01:27] I thought I read if= [01:27] nullx: :D [01:27] if logrotate is failing, would there be a log of that somewhere? === hugegree_ is now known as hugegreenbug2 [01:27] that actualy makes more sense lmao [01:27] * TJ- hums [01:28] http://imgur.com/a/aj108 [01:28] BIOS pics [01:28] Tj: getting about 11.3 mib/s sustained with /dev/null [01:28] gonna try disk next [01:29] similar speeds [01:29] sending file.. similar speeds [01:29] ok [01:29] now /tmp [01:29] 10.9 - 11.3 mib/s [01:30] same with /dev/sdc [01:30] :( [01:31] nullx: is that MegaBits/s ? [01:31] it says MiB I assume it means megabytes [01:31] nullx: right, so to x8 to get Mbits/s [01:31] 90.4 max [01:31] over 10/100 [01:32] nullx: all of that seems to confirm the transfer itself isn't an issue (so no need to change MTU). Reading from/writing to disk alos seems to confirm no disk I/O issues holding things up... so guess where that takes us? :D [01:32] nullx: name resolution :) [01:32] im listening lol [01:32] nullx: either it means megabytes or men in black [01:32] how do I fix name resolutions [01:32] lol [01:32] Osirus126: well what the hell is the .3 then lol [01:32] nullx: you need to discover where in the path the problem is [01:33] Tj: I have an idea, I'm gonna confirm its an NFS issue on the new linux box as well [01:33] nullx: men in black 3 [01:33] :) [01:33] hahahahah [01:33] jkjk [01:33] nullx, Sounds about right, that's what I get on my machines with 10/100 [01:33] wymillerlinux: yup [01:33] im not worried about that actually [01:33] So if anyone can help an idiot it would be awesome if I have to deal with windows 10 for another day I might just jump out a real window. I installed the most recent ubuntu distro on my acer aspire laptop, but it still boots to windows. I ran boot repair here is the report http://paste.ubuntu.com/12539379/. Here are pics of my BIOS settings ht [01:33] tp://imgur.com/a/aj108. Please help I am so frustrated and also an idiot. [01:35] stop throwing about the idiot thing, it is not acceptable to go around with that attitude === scarforget is now known as AnKa [01:35] Tj: I wish I had a good router, this is a piece of junk that came from my ISP lol [01:36] yup confirmed same issue over NFS on linux box (of course lol) [01:36] gonna try smaba === AnKa is now known as AnKaLeader [01:37] Ok well I don't know programming or linux very well but I can navigate xwindows and I prefer to use it as a OS since windows is horrible and Macs are too expensive. But I am not super good with the nitty gritty of the OS hence how badly I need you alls help [01:38] davidlinuxidiot: The PC uses UEFI, Ubuntu is installed as Boot0003 in the UEFI boot menu. Windows is Boot0002. It looks as if maybe you have Windows set to the default *and* UEFI fast-boot enabled so that the UEFI doesn't offer the boot menu at boot-time. Enter UEFI setup and look for indications of a setting that sounds like 'fast boot' that is enabled currently [01:38] TJ:good point [01:39] Tj: lol this sounds retarded to me but should I install bind9 (or whatever it is) and point all my machines to it for dns? === Rexter1 is now known as Rexter [01:40] TJ: How do I "enter" UEFI setup? in BIOS?? [01:40] nullx: I doubt it. Usually, your gateway/router will do DNS relay/caching from your ISP's DNS servers. It will give its own IP address out over DHCP as the nameserver [01:40] YEAH [01:40] oops caps [01:41] davidlinuxidiot: The PC has no BIOS. It was replaced by UEFI (Unified Extensible Firmware Interface). There will be a key you can hold down at power-on that gets you into the Setup [01:41] yeah F2 [01:41] I guess thats what Im calling a BIOS [01:41] nullx: Are all the issues caused by the Linux server that has samba/NFS installed? [01:41] Tj: I don't know [01:42] Tj: but when windows 7 was on it this was a non issue [01:42] !tab | nullx [01:42] nullx: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [01:42] nullx: as in, are the transfers that suffer always accessing the samba/nfs Linux server? [01:42] Tj: this one yes [01:42] okay, i got sun java installed, how do I set my java_home to it. the guides just says dont forget to set java_home [01:42] TJ: Did you look at my BIOS images on imgur? Could you lead me to where I setup UEFI settings? I had no idea in the 4 years since I have had to enter a BIOS that the computer world doesn't call that a BIOS anymore [01:42] !java | nightwork [01:42] nightwork: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [01:43] nightwork: you might have it set just have to log out and back in [01:43] nullx: look at its "/etc/nsswitch.conf" and in particular its "hosts:" line (which controls the services and order of name resolution [01:43] davidlinuxidiot: let me scroll back to find it [01:43] Tj: under hosts it says files, mdns4_minimal [NOTFOUND=return] dns [01:44] something tells me that's a weird line [01:44] what's mdns4? [01:44] http://imgur.com/a/aj108 [01:44] tj [01:45] davidlinuxidiot: that doesn't show the "Security" or "Boot" options [01:45] nullx: mulitcast-DNS (avahi aka bonjour) [01:45] ah [01:45] nullx: OK, that looks like the default so no winbind there [01:46] k [01:46] TJ: Did you see all five screen shots? That is my entire UEFI [01:46] davidlinuxidiot: No, I can only see one: "Exit" [01:47] I already installed oracle java8. But if I run java --version it says could not create JVM unexpected error occured. The if i run apt-get install oracle-java8-installer it says it is installed. but the other guide mentioned that I had to set the JAVA_HOME variable [01:47] davidlinuxidiot: ok, they're appearing now [01:47] TJ: Scroll down [01:49] Tj: wow I had a feeling, I changed it to "files dns" then restarted nfsd, it sped up by about 3 fold on the 10/100 pc [01:49] davidlinuxidiot: for some reason the photos were taking ages to be received. Looking at the "Boot" menu I'm surprised we don't see "Ubuntu" there, although Windows Boot Manager is listed as #8 of #8 [01:49] 8.5 megabits/s to about 30-60 [01:49] lemme test on my phone [01:49] nullx: aha! [01:49] does anyone have any suggestions for the following situation: I successfully installed ubuntu from a USB drive on to a hard drive partition, but now i cannot boot using this partition - even in my BIOS / UEFI, i don't have an option to select that partition [01:50] nullx: possibly mdns/multicast is being dropped by the router [01:50] TJ: I know its weird [01:50] Tj: we'll see once I test the other devices [01:50] davidlinuxidiot: On the "Security" tab I see something interesting though... [01:50] TJ F12 boot? [01:50] davidlinuxidiot: "Select an UEFI file as trusted" ... which looks to expect you to select a file. [01:51] TJ: So I booted into GRUB last night by hitting F12 but today it went straight to Windows boot manager [01:51] davidlinuxidiot: I'd suggest investigating that by pressing Enter. I'm guessing you'll get a basic file navigation prompt. You should navigate to the "ubuntu/shimx64.efi" file [01:53] Tj: false alarm, it looks like it started high but then went down to same speeds [01:53] other devices completely unaffecte [01:53] d [01:53] however I have a hunch still this could be it, gonna reboot and ill be back in a min [01:53] okay, so i figured out how to get java to update so now i am using the sun java. but minecraft server still lags and kicks people out. I have a 2.3ghx, quad core and 2 gigs of ram. Running ubuntu 14.04 and I changed it to only run the terminal, no DE. the debugger for minecraft server says that 'something is taking too long' then lists what is taking too long. root.level.world.tick, root.save [01:53] etc [01:53] anyone have any ideas? [01:53] I dont have a firewall running either [01:53] TJ: Ill try it now [01:54] nightwork: sounds like a minecraft issue; check whether it requires the java VM to reserve more memory for heap/stack etc. === chalcedny is now known as chalcedony [01:55] When I run it I am using -Xmx1536M and -Xms1536M [01:55] yeah no difference lol [01:55] I was hoping === Rexter1 is now known as Rexter [01:56] nullx: Is the switch always in the circuit for the tests you are doing? can you remove it just for a test? [01:56] sure [01:57] EatMoPossum! [01:58] no change sadly [01:58] hum === AnKaLeader is now known as AnKa_Leader [02:01] I dont understand this. even when no one is logged into the server it has warnings about not being able to keep up [02:01] nightwork: and this is j2se latest? [02:01] err [02:01] java whatever [02:01] nullx: well that's a good thing really, since it indicates the switch isn't the cause. One device proved. [02:01] I am running ubuntu on a very restricted machine. I do not need man, I see that there are a bunch of .gz files in /usr/share/man - is there ANY possible reason to keep them ? [02:02] Tj: such a tricky issue. So weird. [02:02] I just updated to oracle 8 [02:02] nullx: how about connecting 2 devices to the switch, but don't connect the switch to the router. Manually configure the network interfaces on the PCs, test using your usual file transfer method [02:02] Tj: I have a thought - to see if its the modem/router itself. How about I share NFS on the other box and test speeds from this one? [02:02] Tj: I'll do this nfs idea first then yes [02:05] hello,good afternoon [02:06] nullx: Is it possible you've got 2 devices on the network with the same IP? And on that note, could this be an IPv6-preferred-over-IPv4 issue? [02:06] Tj: my network doesn't even support ipv6.. and *VERY* interesting, it's the same speed [02:06] well a little faster [02:06] 12 megabits/s [02:07] IPV4 [02:07] nullx: but the Linux PC will likely support it. We had a lot of issues with this on 12.04 and to some extent 14.04 [02:08] Tj: so you think I should disable ipv6? [02:09] TJ: I hit enter and went into hdd>UEFI>ubuntu> and then entered shimx64.efi and it brought up a prompt "Do you wish to add the file to allowable databases" Underneat that it said "Boot Descriptor" and under that it said yes no but would not let me hit yes until I entered something in the boot descriptor field and so I typed yes hit enter and then [02:09] hit yes. restarted and it still boot to windows, what did I do wrong? [02:09] Oh after I hit enter on yes it said "FILE is exist" [02:09] I am trying to install ubuntu via a USB. I downloaded Ubuntu 14.04 and used the Startup Disk Creator, however half way through the installation it says theres an IO error (error 5). I tried to use Ubuntu 15.04, but the same problem. I also have verified the iso so I know thats not the problem. What else can I do? [02:10] Can someone help me with a wrong going clock? It either goes two hours wrong or, when it finds internet, sets itself right but my hardware clock wrong so that other OSes end with a wrong time. [02:11] ziggyfish, Do you have another USB device? [02:11] ziggyfish, might be an broken usb drive. [02:11] ah you should've set it to non-UTC so it doesn't ruin the other OSs [02:11] How do i do that? [02:11] sanner, yeah I do [02:11] let me see if that works [02:11] Tj: k disabled ipv6 alltogether [02:12] not present in ifconfig either [02:12] https://www.filepicker.io/api/file/dOv5b2qWQdCnF790gKHA [02:12] TJ that is the screenshot of the prompt [02:14] Tj: k ill be back in a few gonna try what you said [02:16] TJ or daftykins: What is it asking when it says boot descriptor? Does it just want me to label my Ubunu boot as something? [02:16] also if that is the case it still has not helped load ubuntu [02:16] Evening everyone. I converted my Thinkpad z560 from Windows 10 to Ubuntu 14.04 LTS, but I have a problem. My battey stops charging at 78% Any ideas why? [02:17] sanner: Windows defaults to considering the hardware clock to being local time. Ubuntu (and pretty much all *NIX systems) defaults to considering the hardware clock to be UTC. So every time you boot Windows it's "fixing" the hardware clock, and setting it back X hours from UTC to your local time.// What is set in the file /etc/default/rcS for UTC ? [02:18] I never had windows, but thanks for the long text. The other os is another ubuntu. [02:18] OMG can anyone help me? [02:19] hi¡¡ [02:19] sanner: Still check that " UTC=yes ' on both machines in the /etc/default/rcS file . [02:19] Doing right now. [02:20] davidlinuxidiot: That prompt looks good. [02:20] TJ what does it want me to type after boot descriptor [02:20] ? [02:20] davidlinuxidiot: the Description is the human-readable entry: e.g. "Ubuntu" [02:20] Is it just asking me to label the boot? [02:21] davidlinuxidiot: correct [02:21] TJ ok well I labelled it YES and nothing happened just booted into windows [02:22] Bashing-om, its no for this one and yes for the other. Tell me is this supposed to be Yes for the default? The comment implies so but then why does it say no? [02:22] davidlinuxidiot: on the "Boot" menu are you able to re-order the entries? I suspect it is picking the first available valid boot entry [02:22] wymillerlinux, sanner it worksing better now, thanks [02:23] TJ: I will check but Windows was always the last boot option [02:23] ziggyfish, Anytime, happy to help :) [02:23] TJ: I'll check brb [02:26] sanner: The default for linux is "yes" ..to set the sysetn to use UTC time . [02:26] system* [02:28] Bashing-om, i used the ubuntu minimal disk, apparently its wrong for them. [02:29] TJ: that totally worked thank you so much it is so nice to be in ubuntu. Anyway to set up a dual boot now or do I justreconfigure the boot order when I want to load windows? [02:30] davidlinuxidiot: There should be a key you can press at boot-time to bring up the boot menu, where you can then select the entry to boot [02:30] sanner: I too installed from minimal. I do not recall changing that variable . [02:30] davidlinuxidiot: check in the user manual [02:30] Weird :/ [02:30] TJ: thanks man super awesome, I LOVE UBUNTU SUPPORT! [02:31] davidlinuxidiot: if you can let us know there is a key to get the boot menu, *and* that it allows you to select a different OS, please tell us! We've had several users with the same issue and you're the first one we've been able to sort out without several days of investigation [02:33] hmm ok I don't think I have a manual thats very extensive for this laptop. I will search the web should I search "What is the key to bring up a boot menu ACER UEFI?" [02:33] davidlinuxidiot: that info is usually in the standard user guide [02:34] Oh its totally F12 [02:34] I will double check right now but last time I did it it had the windows boot loader I bet now it offers me the ubuntu loader as well. [02:36] Evening everyone. I converted my Thinkpad z560 from Windows 10 to Ubuntu 14.04 LTS, but I have a problem. My battey stops charging at 78% Any ideas why? [02:39] MannyLNJ: possibly some kind of ACPI bug in the firmware. "acpi_osi=Linux" might help [02:40] TJ: F12 brings up the boot menu and ubuntu is now available for me. [02:42] davidlinuxidiot: Thank you :) we'll add that to our knowledge base for Aspires [02:52] Is there any way to disable touchpad touch clicks on the MDM login screen? [03:03] Lope: ubuntu doesn't use mdm. it uses lightdm [03:04] What;s up everyone [03:04] ufo [03:04] ah, how can I execute a command when lightdm has started up? [03:05] Anyone have the problem of your wifi card not working when you downloaded ubuntu on a new computer ?? [03:05] MicroAlien: what wifi card do you have [03:05] MicroAlien, please avoid wasting time with "anyone else ... " type questions. tell YOUR details and YOUR issues. thanks [03:05] Lope: you can switch to tty shells to run a command. to auto run a command with mdm, add it to your xinitrc file [03:06] cfhowlett: should have said "no" just to look at his face :P [03:06] badbodh, I'm not that twisted. [or AM I?} [03:06] Killer 1525 802.11ac 2x2 WiFi and Bluetooth 4.1 [03:07] oh you [03:07] eh? killer wifi ? never heard of that . ok google... [03:10] MicroAlien: run "lspci -nn|pastebinit" and share url [03:10] I'm trying to install 64-bit ubuntu but I keep getting an error "unable to locate live file system" [03:10] MicroAlien: are you on wifi-less pc right now ? [03:11] magic_ninja-lap: disabled fastboot and secureboot? [03:11] yes i am [03:11] but i run a wifi usb [03:12] MicroAlien: ok, if you don't have pastebinit installed , run "sudo apt-get install pastebinit" , if you already have it run the above command [03:13] lotuspsychje, I'll do that first, I really have had no clue where to begin [03:13] !uefi | magic_ninja-lap [03:13] magic_ninja-lap: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [03:14] magic_ninja-lap: single boot ubuntu or dualboot? [03:14] new computer, I have 2 hdds and 1 ssd 1 bootable usb [03:14] okay ill let you know how it goes.....thanks [03:14] i'm going to put the sides on this machine and fire it up [03:15] give me 5 [03:15] MicroAlien: that isn't the solution. that's for id-ing your excta make and model of network cards [03:15] *exact [03:16] badbodh: thank you very much. rebooting [03:17] Evening everyone. I converted my Thinkpad z560 from Windows 10 to Ubuntu 14.04 LTS, but I have a problem. My battey stops charging at 78% Any ideas why? [03:17] MannyLNJ, batteries do that. [03:18] MannyLNJ, my max charge = 90% [03:19] http://www.omgubuntu.co.uk/2013/12/check-battery-life-health-ubuntu-linux [03:20] cfhowlett, I didn't want to hear that. I was hioping it was something in Ubuntu causing it to stop charging. I may go back to windows then because I want to print coupons from the PC and the coupon printer won't work under wine or in a virtual envoronment [03:21] MannyLNJ, this is normal battery behavior. nothing to do with the OS and it happens on windows as well. [03:22] Tj still here? [03:22] same problem over switch with static ip [03:22] lma [03:22] o [03:26] lotuspsychje, i dont' see any settings for secure boot [03:26] and I have an option for uefi or legacy + uefi [03:27] static 10086 [03:27] magic_ninja-lap: single install ubuntu or dualboot? [03:27] single [03:27] it wants to boot my usb drive as "uefi" [03:27] and you said to disable uefi correct? [03:27] magic_ninja-lap: yes but first, change to legacy yes [03:28] magic_ninja-lap: fastboot + secureboot must be turned off both [03:28] fastboot is off [03:28] magic_ninja-lap: and if you install to ssd, make sure bios is set from IDE to AHCI [03:28] I booted it in uefi and it worked haha [03:28] it is ahci [03:29] so I'm gonna restate my issue ive been having since I installed ubuntu, can transfer over iperf or nc at very fast speeds, but over nfs/samba/sftp it's limited to under 10 megabits (instead of up to 90+ megabits), internet wise I'm able to download faster than this, disk drives have been tested.. Tj thinks its name resolution and/or my router (I tried a switch with 2 ubuntu 15.04 static ips - both failed to be any faster) [03:30] If anyone can offer any help, much appreciated === Dhs92 is now known as Yukiku === Yukiku is now known as Yukkii [03:32] So just so you guys know. [03:32] I've been a Windows user for like 10 years. [03:32] I've been using Ubuntu now for maybe half a week. [03:32] okay [03:32] Volund, your point? [03:33] Believe it or not, I just found myself thinking, 'you know what, I am actually doing everything I need to do pretty easily.' [03:33] That is awesome. [03:33] Sheesh, no need to be so sarcastic guys. @_@ [03:34] volund nerds are just like that [03:34] don't take it personally [03:34] Volund: linux in general is a lot better than it has been for sure [03:35] :D [03:35] I just need to make a few things more convenient and I'll be ret-2-go! [03:35] * Volund just discovered that Filezilla has a site manager. [03:36] the only thing that still bothers me on ubuntu desktop is office, but even then its not THAT bad [03:36] its like using a really old version [03:36] I mean, unless something better has come out recently [03:37] and don't get me wrong it's no easy task [03:38] I got my hard drives completely converted over to ext4 and reorganized - 7 years of clutter and mutter all completely reorganized. I got VNC working, samba working, I've got all of my work stuff, and web browsing... got pretty much everything going. [03:38] Volund: you may also want to look into LVM it's pretty cool [03:38] Logical Volumes? [03:39] you mean like RAID? [03:39] it does raid but it does other stuff as well [03:39] well actually now that I think about it it's largely raid lol [03:39] hi guys, does anyone know when UFW gets loaded at bootup? I'm noticing that my router doesn't work right if forwarding ip tables load after ufw? [03:39] hrmngh. I would LIKE to setup my two drives in a RAID1 arrangement. is it possible to engage LVM on a drive that already has data on it? [03:40] I'm assuming not easily. :| [03:40] I'm having issues with a domain user authenticating when I try to log on [03:40] the workstation has been joined to the domain [03:40] but it only pam_unix(su:auth): authentication failure; logname=linuxsupport uid=1000 euid=0 tty=/dev/pts/0 ruser=linuxsupport rhost= user=pdadmin [03:41] oooh. domain logins [03:41] where should I look to troubleshoot this? [03:41] as someone who learned Active Directory, this interests me. [03:41] * Volund wonders what Linux uses in place of AD. [03:41] I have 20 ubuntu servers that work [03:41] just not this one [03:41] *sigh* [03:41] I joined using krb5, winbind, and samba [03:41] DammitJim, ask #ubuntu-server or #networking ?? [03:41] but for my life, I can't see any information as to why it's failing [03:42] the /var/log/auth/log only says what I pasted when I try to su - to that domain user [03:47] lotuspsychje: installed and up [03:47] HexChat: 2.9.6 ** OS: Linux 3.16.0-38-generic x86_64 ** Distro: Debian jessie/sid ** CPU: 8 x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (GenuineIntel) @ 3.38GHz ** RAM: Physical: 15.6GB, 95.1% free ** Disk: Total: 213.4GB, 92.7% free ** VGA: NVIDIA Corporation 804 Technotrend Budget T-3000 Hybrid ** Sound: HDA-Intel - HDA Intel PCH1: HDA-Intel - HDA NVidia2: HDA-Intel - HDA NVidia ** Ethernet: Realtek Semic [03:47] onductor Co., Ltd. CIe Gigabit Ethernet ** Uptime: 7m 24s ** [03:48] hmm, I'm on mint, must have grabbed the debian based ... [03:48] !mint [03:48] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [03:48] please stay on topic in this channel [03:48] please take your mint questions to ^ [03:48] no questions here [03:49] then keep your foreign distro speak away ty :) [03:49] hahah [03:53] hello [03:54] lo [04:07] Hi guys [04:09] Anyone use irc on a mobile? I'm trying it now [04:09] !touch | ubuntu123456, [04:09] ubuntu123456,: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [04:10] Why'd you write touch with the ! Symbol in front? === owner is now known as Guest51463 [04:10] it was a bot factoid [04:10] I'll check that link now thanks [04:10] it made the bot talk to you [04:12] I get duped by bots more often than I would like to admit [04:12] What is the best linux platform? [04:12] a mean op had a whole conversation with me through one when i was new to IRC :( [04:13] Ok I don't feel as bad anymore [04:13] I think that might constitute bot abuse, daftykins [04:14] :D [04:15] I came here because i thought making an irc server in Ubuntu would be a cool project [04:15] hi all, I have a fresh install and am getting an error after running apt-get update. after running the suggested command i get access denied (or something of that sort anyway) here is the error any help would be apreciated;} [04:16] (gtk-update-icon-cache-3.0:6984): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory [04:17] MicroAlien: What do you mean by platform exactly? [04:18] * cfhowlett prefers the table top platform [04:18] Guest51463: version? [04:19] 14.04 xubuntu i386 [04:19] boot your install media again and check it for defects [04:19] hola.. [04:20] !es | Enfermiizah [04:20] Enfermiizah: 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. [04:20] Hello.. [04:21] hi, got a question? [04:22] thanks, i will try, system seems to be running fine, im on it now. if there is an error, do i need to re-install or can be fixed? [04:23] Guest51463: well checking you installed from good media is a good step #1 [04:23] can't know what to do next without checking that one [04:23] hello. I use 14.04.3 64 bits. AMD Radeon R9 380 GPU with propietary drivers from Synaptic, last thing I did was setup the Compiz to have all magical effects, turn it off, and when I tried to login to my PC again it would not reckognize my password, actually, it would try to login bet then return me to the login screen. I Ctrl-Shift F3 and purged all fglrx drivers, reboot and reisntall them, reboot, and still can't login [04:23] yep, makes sense, thanks [04:24] i can use gnome-control-center to create a hotspot on my debian install but why can't i do the same with gnome-control-center in my ubuntu install? [04:24] like ubuntu, debian jessie etc... [04:24] guest-DpFgt1: check your /home for files not owned by you. "ls -al ~/" [04:24] MicroAlien: that's nice but this channel is for support only [04:25] Okay was just wondering [04:27] daftykins, How do I make it so I can see the output by page [04:27] ls -al ~/ | less [04:29] daftykins, Ok, I have no idea what am I looking for XD [04:29] daftykins, What files make my PC not let me login? [04:29] guest-DpFgt1: ....lolwut [04:29] something that says "root root" beside it instead of "yourusername yourusername" [04:30] daftykins: That's an interesting question. Fill me in? [04:30] after the actual support query is resolved perhaps [04:30] Okay, just tell me what file he's checking the owner and group of :P [04:30] guest-DpFgt1: or you could just run "sudo apt-get install pastebinit" then "ls -al ~/ | pastebinit" and link me [04:31] everything in ~ to diagnose login loops [04:32] guest-DpFgt1: getting there? [04:36] daftykins, http://paste.ubuntu.com/12551253/ [04:36] oh dear yes [04:37] guest-DpFgt1: "sudo chown -R administrador: ~/" then reboot [04:37] daftykins, What do you see there? [04:37] ok [04:37] files owned by root [04:38] daftykins, How did that happened? [04:38] i guess you ran something silly like 'sudo startx' :> [04:38] <[n0mad]> I see it all the time [04:38] daftykins, I did :) [04:39] yep, never again [04:39] I promise [04:39] haha [04:39] Thanks a lot! [04:39] I'll see if it works [04:39] np [04:55] hihiihihi [04:55] morning [05:01] how do i make f5 refresh my browser [05:01] it already does 0o [05:02] I sue xubuntu [05:02] use [05:02] Hello All [05:04] Please suggest me chat shorthand sofware ? I want to use this app every day as our own support ticket system. [05:05] this is an IRC chat network, you can make your own [05:05] no idea how you'd make it short :P [05:06] jan_, you *could* use the software you're using right now, could you not? === ubuntu is now known as Guest6006 [05:11] msg [05:13] what is command to see all file folder sizes in a directory using terminal? [05:21] Where are the channel logs? [05:22] !logs | jeaye [05:22] jeaye: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too. [05:23] thanks [05:23] Ah, that makes since harder to grep. [05:23] Archyme1: Probably du or df [05:24] Anyone else been having issues with clang-3.6 from llvm-toolchain-precise-3.6 not being found with apt? [05:24] Archyme1: (both support -h for human-readable) [05:24] Been happening on my travis-ci 12.04 machines, after having worked for weeks. [05:25] Archyme1: ncdu (ncurses du) is also very nice [05:27] Archyme1: I think "du -h -d 1" is probably the closest exact answer to your question [05:28] (and -a will include files rather than just folders) [05:33] 哈喽 [05:33] 有人吗 [05:33] !cn | sangloupmon [05:33] sangloupmon: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [05:33] Hi [05:33] HI [05:34] How are you? [05:34] :) [05:34] I AM fiine [05:34] Lubuntu 14.04.3 LTS here [05:34] my english is very bad [05:34] Nice to meet you [05:34] So is mine [05:34] me too [05:35] you are chinese? [05:35] sangloupmon, ask your ubuntu question. or perhaps ask in #ubuntu-cn for Chinese [05:35] Same pinch [05:35] No. [05:35] What is your question? [05:35] where are you come from? [05:35] India. You? [05:35] sangloupmon, doesn't matter. ask your UBUNTU question [05:36] china [05:36] Hello neighbour [05:36] Mainland? [05:36] hi , india is a very beautiful place [05:37] icecoldkilla, sangloupmon if you want to socialize, go to a private channel. this is ubuntu support. please stay on topic. [05:37] China is great! Ni Hao [05:37] just installed LXDE from software market [05:37] Sorry. My Chinese brother, please ask your question [05:38] I hope I'm able to help you with ubuntu [05:38] logged out, and its still booting up [05:38] in Unity [05:38] please ask your question? [05:38] how do I remove unity [05:38] What problem? [05:38] Yes. You need some help with Lubuntu? [05:38] and initiate my install of LXDE [05:38] Tachibana why don't you install lubuntu instead? [05:39] It's the same ubuntu in LXDE [05:39] my english is very poor [05:39] wouldn't that be like waisting 200 mb bandwidth vses downloading 13 mb? [05:39] sangloupmon, I told you the chinese channel = #ubuntu-cn [05:39] You're right though [05:40] no wai [05:40] Sometimes things go horribly wrong when changing DE [05:41] i want to learn english with you [05:41] last time i installed gnome perfectly then tried apt-geting and software managering for the same file [05:41] to download XDFE [05:41] sangloupmon, this is not the "learn english" channel. sorry. [05:41] and ubuntu would not bootup [05:41] Add me sangloupmon [05:42] i even aptget update and upgraded twice inbetween installs and it still came out courrupting the system somehow? [05:42] so I am slowly accepting I am inferior [05:42] It happened with me [05:43] You're not inferior, my friend. It's just that you need to have a little more expertise [05:43] The only susscessful DE installation I have done is installing XFCE [05:43] i add you [05:44] you magician [05:44] Thanks Sangloupmon [05:44] There are guides online [05:55] just removed unity and update/upgraded, hopefully i didnt need to install lxde again to reupdate architecture things somehow.. :/ wish me luck i really dont want to install ubuntu again 5 times [05:56] :'[ [05:56] Best of luck [05:56] :) === Kniple_ is now known as Kniple [06:07] no luck [06:08] unity is now trying up all weird with bi loauncher or menubars [06:08] and i gotta navigate with limited command line [06:09] Have you done some reading online? [06:09] hello , i need bit of help [06:10] from a few web pages and forum questions and hundreds of answers [06:10] bsdnoob: just ask [06:10] literally [06:10] ubuntu is not installing in uefi mode [06:10] omg uefi mode [06:10] i just installed it and grub loads only in legacy mode [06:10] makes me want to throw a yheti out 7 story window [06:10] Have you found some reliable tutorial [06:11] how can i fix it ? [06:11] debian is having same problem [06:11] :/ [06:11] now im attempting to try installing xfce4 from commandline over lxdecorrupted and tainted unity shell [06:11] bsdnoob: May I suggest the following reading https://help.ubuntu.com/community/UEFI ? [06:12] should i update/upgrade before logging out? or restart or what? [06:12] notalanturing, yes i read it [06:12] You can restart and do the upgrade update part later [06:12] !who [06:12] As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [06:13] do you think not restarting is the cause of this problem? [06:13] on guides i keep seeing just logout i swear [06:14] notalanturing , when i choose 'something else' and assign efi partition as mount point [06:14] You can see if restarting works [06:14] it just shows /dos and /windows [06:14] no /boot/efi [06:14] :( [06:15] and if i use automatic installer , ubuntu is installed in bios mode [06:15] no efi mode === gyaresu is now known as gyaresu|AFK [06:16] even Boot-Repair tool does't shows to install grub in efi partition [06:16] what can cause this? [06:16] bsdnoob: I assume you want to dual-boot with Microsoft Windows and Ubuntu? [06:16] Is there a separate ubuntu installer with UEFI support? [06:16] yes [06:16] You can see if there is [06:17] no ubuntu installer automatically detects uefi [06:17] Hi Sonali [06:17] What computer are you using? [06:17] lenovo z51 [06:18] i updated bios few days back [06:18] can that cause this? [06:18] Perhaps [06:18] unlikely [06:18] Stock Lenovo bios? [06:18] yes [06:18] Then it cannot [06:19] few months back , everthing installed as expected but i don't know what's happening now [06:20] Have you google searched "ubuntu not installing UEFI mode"? [06:21] i did [06:22] and i did not get any definitive answers [06:22] What has changed since when you were successful between now when you have failed? [06:23] bootloader installation fails or is installed in bios mode [06:23] What may be causing this problem [06:23] i boot usb drive in bios mode , would that cause any trouble ? [06:24] I don't think so [06:24] A lot of people use pendrive to boot [06:25] i previously used dvd for installation [06:25] You can try and see if it works with a DVD [06:26] UEFI is relatively new. So there may not be ample support for UEFI related problems [06:26] also , is there any way i can run QCA61x4 wifi card in ubuntu ? [06:26] hey .i have aprblm with my ubuntu.when i switch on to ubuntu.it displays only desktop background.no launcher no icons.i cannot open terminal [06:26] logging out with xdfce4 wish me luck [06:26] Do you dual boot with windows? [06:27] Best of luck [06:28] stub: Sounds like unity died [06:28] Saru does it occur after a fresh install? [06:29] hi. is programm "hfsprogs" broken in ubuntu? I cannot mount dd-image from mac (hfs+) via partitions-offset anymore: error: wrong fs type, bad option, bad superblock on /dev/loop0 [06:31] wyoung: yeah i tried that too.i reinstall and enabled unity pluging [06:31] but i lost in 5 min [06:31] back to same postion === Zzyzx_ is now known as Zzyzx [06:58] hello [06:58] Does anyone know if Ubuntu 15.10 will be shipped with Kernel 4.3? [06:59] !15.10 | ziggyfish [06:59] ziggyfish: Ubuntu 15.10 (Wily Werewolf) will be the 23rd release of Ubuntu. Discussion in #ubuntu+1 [07:02] how to get back unity === wook is now known as Guest3073 [07:04] saru_: what did you do exactly? [07:05] when i saw the pronlem mention abv.i referd on net.install untiy.and done unity reset [07:06] it worked for 5 min.the again all icons launcher disappeard [07:09] it ruined my machine wont login now [07:09] lotuspsychje: what to do? [07:10] i even tried purging all xfce lxde and unity and reinstalling lxde so it for sure could be my ownly [07:10] only GUI running? so whats next?? [07:10] im lost for all ideas, so i am actually now trying to apt-get install lubuntu-desktop [07:11] !recovery | tachibana [07:11] tachibana: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [07:13] y'a t'il quelqu'un en ligne qui parle français? [07:15] !fr | mezadi [07:15] mezadi: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [07:17] Hi all. I need some urgent help please. I'm missing my unity bar on the left as well as the menu bar on top and all the bars on the windows to drag them arround [07:18] only thing i did yesterday was adding a new ppa and running update+upgrade. I've removed the ppa already and ran update+upgrade again, restarted pc but no success yet [07:18] any hints what might be gonig wrong? === rory- is now known as rory === thomas is now known as evilthomas [07:33] how mouch time ubuntu paste lives? [07:35] absklb: I don't they expire, if I go to paste.ubuntu.com/1/ thats dated 22nd February 2013 [07:35] is anyone using budgie DE or cinnamon DE ? [07:35] am not sure i can find a ppa to install one [07:39] !ppa | murlidhar [07:39] murlidhar: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge === dreamon_ is now known as dreamon [07:43] somsip: thanks [07:45] DJones: how can I request to delete one? [07:46] absklb: I don't know, I'm not sure if its possible === Demonium is now known as dsfdsfsdf === dsfdsfsdf is now known as DemoniumOne === DemoniumOne is now known as Demonium === Demonium is now known as TheDemonium [07:47] hai [08:01] hi everyone, is it possible to copy apt-get app to another ubuntu (without re-download)? [08:02] lalalala, yep. apt-get appname. do not install [08:02] e.g apt-get jdk8 or something, because it's big size, i want to copy it than re-download it [08:03] cfhowlett, right apt-get install [08:03] lalalala, READ what i sent you [08:03] i dont know that trick, let me try [08:04] my mistake lalalala = apt-get download appname [08:04] right ... [08:05] note: this doesn't address dependencies ... [08:05] thank you cfhowlett [08:05] lalalala, happy2help! [08:14] hey guys, is there any way to force minicom to use a non-standard baud rate for my FTDI usb to serial? [08:14] still couldn't get my desktop fixed. Any suggestions on what to do, when i'm missing th launcher on the left as well as the menu bar on top and on all the windows? [08:14] i'm trying to open it with a baud rate of 250000, but nothing works. it works fine on windows... [08:14] auspetrol, wrong cahnnel [08:14] *channel* [08:15] oh, sorry! which channel should I use? (also, it doesn't have to be minicom) [08:15] auspetrol, try #hardware [08:15] i'm running Ubuntu, so this was the first channel that came to mind! [08:15] roger, thanks for that mate === TakumoKatekari is now known as Takumo === MonkehParade is now known as Monkeh|Away [08:17] DJones: ok [08:18] en ligne? [08:18] in english? mezadi [08:18] hello boss [08:19] mezadi, greetings, but I'm not the boss. ask your ubuntu question [08:19] thank you cfhowlett === jayne_ is now known as jayne [08:20] happy2help! mezadi [08:30] finaly got some software to backup my server, now i can install one thing at a time and if i need to go back i can :) [08:35] I'm trying to learn bash scripting for ubuntu, is there a better channel I should join? [08:36] slicepaperwords: #bash [08:36] !bash | slicepaperwords strangely enough ... [08:36] slicepaperwords strangely enough ...: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [08:36] !terminal | slicepaperwords [08:36] slicepaperwords: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [08:37] okay thanks [08:38] hi everybody === b is now known as Guest3446 [08:39] i amguest3446 [08:39] Guest3446, ask your ubuntu question [08:40] why ubuntu 14.04 has menu not visible in first instance? [08:41] I am answering in facebook ubuntu group about menu not visible; i answerred right upper corner there is menu [08:45] and where is menu system setting in ubuntu 14.04?? === enchilado is now known as aeonchild === trick is now known as Guest81882 === ytixdecaf is now known as lelznot [09:06] hi [09:06] my unity is dead.i tried renabling it.but it fails. [09:06] what to do [09:07] try to not using ubuntu [09:07] install XFCE or KDE [09:07] hello. Is there any way I could hide a particular folder in an external HDD? [09:07] cinamon should be tnough [09:08] !details | saru_ [09:08] saru_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [09:08] leznot: put a . at the start of the name [09:09] so enyone know something abotu elementary os ? [09:09] kuricooly: their support channel does. ask them [09:09] !elementary [09:09] Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. [09:09] but its sucks, isn't ? [09:10] when i start ubuntu nothind displays except desktop background.cannot open terminal.i refferd in net for the problem it showed unity i installed unity pluging.but notthing happens.it still displays only desktop background.i canot even operate terminal [09:10] kuricooly: this is #ubuntu, we focus on #ubuntu and its official flavors in here. for other distris see their suport or ask in ##linux [09:10] saru_: what did you do before this happens? [09:11] hi peeps [09:11] awww [09:11] i kept my lap on and slepy.batry completed and turned off.when i turned on this happen [09:11] how type command to open gui app only [09:12] ? [09:12] in termianl [09:12] terminal [09:12] alig: what are you trying to do [09:12] well [09:12] ctrl+shift+f1 [09:13] sudo lightdm start [09:13] type for example [09:13] "opera" [09:13] but when close terminal [09:13] saru_: so you see the login screen. but afterwards it doesnt work? does the guest account work? [09:13] alig: try "opera &" [09:13] yeah. [09:14] guest account also same happens only desktop cannot operate any thing [09:14] saru_: guest acc works? [09:14] same happens with guest account k1l_ [09:15] it closes opera too [09:16] saru_: did you install video drivers? what video card is it and how did you install the driver? === Monkeh|Away is now known as MonkehParade [09:16] ctrl_shift_f1 dont work [09:16] i disable desktop )) [09:16] ok [09:17] alig: what are you trying to do? run without a desktop? [09:17] no i did not install any video drives.but recently before that incident i coned libre office code [09:18] yes [09:18] ok with opera work [09:19] but with Tilda no ) [09:19] i use Terminator console [09:19] alig: some programs require a desktop enviroment [09:19] saru... do you get login screen?? when you put your password nothing happen?? Is it the error?? [09:20] well [09:20] i didnt close eviroment [09:20] i closed all panels and icons [09:20] yeah i get login screen and iam able to login.after that nothg happens\ [09:20] saru_: ok, we need th dmesg and Xorg.log from /var/log/ in a pastebin to see what the issue is [09:20] only right click menu [09:20] on desctop [09:21] sudo rm ~/.Xauthority [09:21] and reboot [09:21] k1l_: i did not understand can u say it more clearly [09:21] btw how can i restore it ? [09:22] saru_: we need to see the logs to get a clue what is going wrong on your system. so we need to see the "dmesg" and "Xorg.log" called logs which are placed in /var/log [09:22] alig: what desktop is it? [09:22] gnome [09:23] alig: does the guest account work properly? [09:24] yex [09:24] yes [09:25] d'u know how call control panel from console ? [09:25] so say me what should i do so that i can clear this problem [09:25] alig: in user terminal do "mv .config .config.backup" [09:26] doesnt exist ) [09:27] saru_: right now it could be thousands of issues. i suspect it a driver or kernel issue but i dont know due to lack of details. those logs could help getting to know. [09:27] okk === Guest70077 is now known as Abhi_ [09:28] did you try? sudo rm ~/.Xauthority [09:28] no === anu is now known as Guest64759 [09:29] i will try this [09:29] try it! [09:35] ok, solved ) [09:35] nohup opera & [09:36] why would you be mean rubytor :( [09:37] no failed [09:37] hypermist: what?? [09:37] rubytor, it could break morwe stuff :p [09:39] hypermist: well dont use it.... For me it has resolve problems like that!! [09:39] rubytor, and i also read it wrong ;) [09:39] I thought u told him to rm ~/.Xauthority being his user [09:40] LEl [09:40] Is there anyway to hide a particular folder in an external HDD? [09:40] lelznot: hide from who/what ? [09:42] I have my personal stuff in a folder. I have to lend it to my friend. [09:43] lelznot: You could possibly encrpyt it using ecryptfs. If your home directory is already using that, and the friend will use a separate user profile, then that would be sufficient - although it doesn't stop the files being deleted [09:43] ey === ion__ is now known as Guest294 [09:43] Hello, I'm starting to use ubuntu and I would like some help. I'm trying to install skype on my 64bits system and I'm having problems. First I need to remove all the junk installation that I have done and the configuration archives. I'm trying to use the command: "sudo apt-get remove skype skype-bin rm -rf ~/.skype". But it returns me: "E: Option of line command 'r' [de -rf] is unknown". Could someone help-me here? [09:44] vvH1p|a5h: you don't do both comands on the same line at the same time [09:45] I want the entire folder hidden and don't want the content inside it to come up in searches. [09:45] Oh tank you auronadace [09:46] Could you say-me something about how to get skype 64bits for an ubuntu up-to-date? [09:47] i don't use skype, but... [09:47] !skype | vvH1p|a5h [09:47] vvH1p|a5h: To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [09:47] vvH1p|a5h: the latest version available in the repos is 4.3 [09:47] vvH1p|a5h: microsoft doesn't really care about the linux client [09:48] i already download the theme on .themes folder [09:48] what is the next step in order to change the theme? [09:48] thank you so much guys [09:49] blah-: depends on what desktop environment the theme is designed for [09:49] gnome [09:50] blah-: is that the current gnome-shell or the old gnome 2 [09:50] auronandace, [09:50] this is the one [09:50] Aurora 3.16, 3.14, 3.12 Updated [09:50] GTK 3.x Theme/Style [09:50] i'm using ubuntu 14.04LTS [09:50] blah-: good, in that case after you have put it in the .themes folder you then change the theme as you normally would through the settings [09:51] no need to install ubuntu tweak? [09:52] blah-: not as far as i'm aware [09:53] ok, i open system settings [09:53] and click appearance right? [09:55] blah-: if that is how it's done for gnome-shell then yes, i'm using unity [09:56] !ekiga [09:56] ekiga is an Internet telephony application included with Ubuntu, which supports the SIP and H323 protocols. Information and help at https://help.ubuntu.com/community/Ekiga [10:00] Hello [10:01] but on appearance there is no icon to change the theme [10:02] no menu or something to click in order to change it. [10:04] Is it against Ubuntu's TOS to modify and sell a modified ubuntu distro ? [10:04] Does somebody know how i can disable multi-touch functions in Ubuntu 14.04? I want to use 2 finger scroll but when I do i also activate some "alt-tab" like function. This makes scrolling useless and I really want to disable it. [10:06] hypermist: if it comes to selling you might want to talk to canonical because of the several trademarks and licences involved [10:06] how does one contact canonical ? [10:07] I am not seeing events for (un)plugging a monitor in "udevadm monitor". It changes in the output of "xrandr -q" though. [10:07] hypermist: this http://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy got a listing what do look at and got a "contact us" [10:13] hola [10:13] f [10:13] g [10:13] alpachavi [10:14] ty k1l_ [10:14] zi [10:14] holaaa gente [10:14] qui ets? [10:14] loku [10:14] jo soc en simon [10:14] xD [10:14] tu ets en xavi capullo [10:14] cicle: cicle_ please keep this channel clear for actual ubuntu support [10:15] halo, ada yang blokir mr cicle? [10:16] bisa* [10:23] is it possible to have nautilus/gedit/whatever have that gnome-shell-y interface where toolbar and titlebar are merged, like in gnome-tweak-tool? using fluxbox btw [10:24] oh, it seems it's a thing in a newer gnome/gtk version that isnt in 14.04 yet === ecin is now known as ochozero9 [10:31] trollope === notalanturing1 is now known as notalanturing [11:07] Hey folks [11:08] I have a harddrive besides my SSD where Ubuntu is installed. It contains lot's of windows stuff from a previous installation. How do I clean this drive? I tried formating it from the Disk software. But that just created a new image of the drive. [11:08] hi interested in some help on chroot [11:09] Bernzel: if you formatted it then the data is effectively gone [11:09] auronandace, must've done it wrong then. It still contains all the previous fata [11:09] data* === olaf is now known as Guest46280 [11:10] what was that package that checked after apt-get update that no processess are using old files ? [11:10] Bernzel: to format the drive it must be unmounted first [11:11] auronandace, Ok! And in "Disks" What Partion should I format? 1 & 2 ? number 2 says "Filesystem" so I guess that is it? [11:11] Bernzel: i use gparted, i find it more straightforward [11:12] Bernzel: you should get used to the linux naming conventions for disks and partitions [11:13] Bernzel: you have 2 disks, if your 1st disk is the ssd then that would be sda [11:13] Bernzel: the first partition on sda would be sda1 [11:13] Bernzel: your second disk would be sdb [11:16] !chroot | capsicum1 [11:16] capsicum1: A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot === me is now known as Guest58212 [11:27] + [11:27] hello [11:28] hi [11:28] dutch people on board? [11:28] what do you think is better for a laptop with only 1GB of RAM? Xubuntu or Lubuntu? and which is more friendly for a simple domestic user? [11:29] !nl | sad [11:29] sad: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [11:29] albert: i would start with Lubuntu [11:29] albert, test both. it's easy to do. install one. then install the alternate DE. logout/choose DE/login [11:29] now i'm installing Xubuntu in this laptop, but meanwhile i'm question your opinion cfhowlett [11:29] on my xubuntu 14.04 plays blu-ray movies very slowly [11:30] albert, sudo apt install lxde will grab the alternate DE [11:30] cfhowlett: can i have both desktops without problems? [11:30] albert, that is for you to test [11:31] is not my laptop, i dont want innecesary programs in the menus etc [11:31] albert: Then don't have two desktops installed if you don't want to confuse the user [11:31] albert, this will grab ONLY the DE not the apps. see for yourself: apt-get -s lxde [11:31] okey jpds , because the user is my grandpa xd [11:32] albert, sorry: apt-get -s install lxde [11:32] okey cfhowlett thx [11:32] happy2help! albert [11:32] sad: Totemplayer of iets anders? [11:33] smplayer [11:33] gelud en beeld gaat niet samen [11:34] sad: Doet VLC ook wel - maar kun je gelukkig verschuiven [11:34] sad, try vlc ? [11:35] How to find out running local sites on Ubuntu ? [11:35] no , but smplayer has better subtittels system [11:36] my english is not very good [11:36] how do you know if you haven't tried it [11:36] How to find out running local sites on Ubuntu ? [11:37] apache [11:38] kuricooly, netstat -l shows all listening ports [11:41] vlc has a horrible playback [11:42] artifacts constantly [11:45] nothing wrong with vlc [11:46] * Mathisen likes it [11:46] * cfhowlett plays HD videos ALL the time with VLC [11:47] vlc is horrible in terms of video quality, it really is :P [11:47] ... if you say so. but I ran the 4k, 60 fps big buck bunny with ZERO issues [11:47] it's faster and plays more thing than the others, and i use it to play things daily sure, but for my series and movies, i use mpc-hc with madvr, lav-filters and reclock [11:48] and we've gone offtopic bai :P [11:50] Hi [11:50] Anyone here? [11:50] !ask | biprodeep [11:50] biprodeep: 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 === mudo_ is now known as mudo [11:52] j12 [11:52] How can I integrate my AI script with Ubuntu to obtain a client? [11:52] no one has the answer I guess [11:53] is there a better software to route BGP on linux ... aka without cisko routers [11:53] !patience | biprodeep [11:53] biprodeep: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [11:53] than quagga [11:53] leaving anyway thanks ubottu [11:57] Hi any good, recent books that anyone can recommend on Ubuntu security? Thanks [12:05] good morning,, may i ask for support? [12:05] !ask | Skummbar [12:05] Skummbar: 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 [12:07] :) great... Ubuntu 15.04 with mate envoirement i got some problem with a Network Print. i have a Kyocera 6501i and i got the right linux drivers from the product website.. i installed it putting the PPD file in CUPS.. and it seams to work. i can print the test page.. but it takes a long time to make up the job.. and when i try to print something el [12:07] se it's basically impossible... it totally stucks. suggestions? [12:07] any help for my hd videos playing too fast? [12:09] Is there a fix to this annoying bug where my 2nd letter also gets CAps-locked all the time? [12:09] Others are having it as well? [12:09] Hello everyone :) I have installed 'Ubuntu 14.04' using the Automated process + LVM, I was wondering how to add swap space. (Gparted doesn't seem to work, GUI) [12:10] Ntemis, what's the source and player? [12:10] smplayer [12:10] mkv 1080p/720p [12:10] !swap | anony [12:10] anony: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info === thomas is now known as Guest8905 [12:11] all began after my hw upgrade to 14.04.3 from .2 [12:11] hw stuck [12:12] Ntemis, I haven't had much luck with smplayer. VLC works well [12:12] *stack [12:12] vlc works ok yes [12:16] boichev: it's out of scope for this channel, but OpenBSD can make really good routers with OpenBGPD. Not sure if OpenBGPD has been ported to Linux though [12:17] Hi any good, recent books that anyone can recommend on Ubuntu security? Thanks [12:17] CodeChris: I have OpenBSD on my two gates, so no problem I will check OpenBGPD :) Thanks [12:19] is it possible to install Ubuntu on an NTFS usb keydrive ? [12:19] AndChat23529 Not sure that I've seen one specifically on Ubuntu security. Can you describe particular interest? [12:20] aaaa^: I wouldn't think so, NTFS doesn't have the necessary file permissions required by any linux distro's, you would need to reformat the usb drive with a recognised linux format [12:21] !persistant | aaaa^ The 2nd link from ubottu will help you installing onto a usb drive [12:21] aaaa^ The 2nd link from ubottu will help you installing onto a usb drive: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [12:28] usr13 I suppose protecting the desktop pc from snooping..not much can be done if the ISP is compromised as they all seem to be now [12:30] cfhowlett, thing is I use LVM (I read the guide). I 'll try to boot from usb... [12:32] guys i added a user. how can i do so he cant ssh to it. and also only list his home dir with scp [12:33] Edit (as root) /etc/ssh/sshd_config [12:34] arcsky: hang on, you can't have it both ways. scp *is* ssh [12:34] AllowUsers user [12:34] sudo service ssh reload [12:34] http://askubuntu.com/questions/16650/create-a-new-ssh-user-on-ubuntu-server [12:35] arcsky: If you want to allow scp but no shell, you can add a "command ..." to the 'authorized_keys' [12:37] i only want him do to scp (Send files like a ftp= [12:37] is there no way to get the asus xonar dg's headphone amplifier working on ubuntu? [12:39] C-Media CMI8786 is the audio chip, headphone amp is Texas Instruments DRV601RTJR (if that even matters) - in windows you select a headphone amp mode (<32ohm, 32-64ohm, >64ohm) and bam it works [12:46] does anyone here know if the usbmon kernel module has a limitation on the size of captured frames? [12:47] Greetings, I have installed fresh Xubuntu 15.04 on a older Dell Mini 10 and cannot connect to the network via Ethernet cable. Troubleshooting: Reinstalled OS from new downloaded .ISO, plugged cable into another Ubuntu desktop PC to confirm function; success; and ran ifconfig. RX and TX packets had errors and no drops or collisions. There's no Web and the install kept throwing errors that it could not download from the us ubuntu archive. [12:47] Exo_, could the network card have failed? [12:47] Currently also running Xubuntu 15.04 on an identical Mini 10 with zero issues installing / updating / networking [12:48] How can I find out of the network card failed (this is a real possiblity) [12:48] Exo_, someone in the channel will know. === toto is now known as Guest34276 [12:48] broken cable, Exo_? :P [12:49] Cable function confirmed on desktop PC running Kubuntu. [12:49] Hi guys - really struggling to hold a WiFi connection for some reason. Laptop, 14.04 LTS. [12:49] try with the cable that works on the other dell mini [12:49] ..... I unplugged the cable from the mini and plugged it into the PC................ [12:50] it works................................ [12:50] Exo_: use mii-tool to find out if your card reports link at all [12:50] Thank you! stand by. [12:51] eth0: negotiated 100baseTx-FD flow-control, link ok [12:51] Anthaas, I had a similar problem with my laptop on 14.04 LTS until I updated the Kernel to 13.9. http://askubuntu.com/questions/598483/how-can-i-use-kernel-3-19-in-14-04-now. [12:52] Thanks baffledbear - I'd love to get an internet connection to fix this... :P === jan is now known as Guest38006 [12:53] They are pretty helpful. haha [12:54] Repeating problem for new friends: I have installed fresh Xubuntu 15.04 on a older Dell Mini 10 and cannot connect to the network via Ethernet cable. Troubleshooting: Reinstalled OS from new downloaded .ISO, plugged cable into another Ubuntu desktop PC to confirm function; success; and ran ifconfig. RX and TX packets had errors and no drops or collisions. There's no Web and the install kept throwing errors that it could not download fro [12:54] hi all [12:54] used mii-tool and got: eth0: negotiated 100baseTx-FD flow-control, link ok [12:55] but no connection - can't update [12:55] Heya all [12:55] Exo_: how do you know there's no connection? can you ping 8.8.8.8 for example? [12:56] connect: Network is unreachable [12:56] After an upgrade from 14.04 to 15.04 iptables seems broken for me [12:57] root@creativewolf:~# iptables -L [12:57] modprobe: ERROR: could not insert 'ip_tables': Exec format error [12:57] tried apt-get update; apt-get upgrade; apt-get dist-upgrade [12:58] Also tried apt-get install linux-image-$(uname -r) - as it was given as a solution for this issue [12:58] Appreciate any help please... [13:01] Repeating problem for new friends: I have installed fresh Xubuntu 15.04 on a older Dell Mini 10 and cannot connect to the network via Ethernet cable. Troubleshooting: Reinstalled OS from new downloaded .ISO, plugged cable into another Ubuntu desktop PC to confirm function; success; and ran ifconfig. RX and TX packets had errors and no drops or collisions. There's no Web and the install kept throwing errors that it could not download fro [13:02] baffledbear: Once I have installed the new kernel, do I just reboot, or...? [13:03] That's all I did [13:03] Then my wifi was more stable upon boot. [13:10] hi, where is the kdump service in ubuntu 14.04 lts [13:11] Does anyone know if I can get openvpn-as on an intel server [13:18] T3DDY: what is the "-as" part ? [13:19] Anthaas: when you reboot probably it will be the default kernel ... check with "uname -a" [13:19] I have 14.04 installed with LVM and Home folder encrypted. I'm trying to add a swap partition but the guide didn't help much. I can only Down-size my partition by 44mb (I guess there's a different way for LVM) [13:19] cfhowlett, ^ [13:20] anony, I see you. sadly (?), I've never lvm'd so can't advise. [13:21] boichev: So, it says "3.19.0-28-generic" [13:21] cfhowlett, thanks for the tip so far. [13:22] Anthaas: restart and recheck [13:22] My internet has been fine so far. I have rebooted. [13:24] Does anyone know if I can get openvpn-as on an intel server [13:25] T3DDY: what is "openvpn-as" ? I know what is "openvpn" but I do not know what the "-as" stands for.... [13:26] Access Server, I have asked in the server group but Im just curous if anyone else knows [13:26] T3DDY: I can see packages for ubuntu on the openvpn site, why do you expect problems ? [13:27] T3DDY: should be like any other installation [13:27] All I can find is packages for AMD servers but my servers are intel [13:28] T3DDY: there will be no problems use them [13:28] T3DDY: the amd64 is the name for 64bit. the patent for 64bit is from amd. its not only for amd cpus. [13:29] Thankyou, I know now :P [13:29] T3DDY: Good luck and have fun :) [13:29] I have some dkms modules that are listed as "installed" in dkms status. How can I actually use these modules? the module I want to use is "ixgbe-zc" which is a network driver, while the driver in use (checked with ethtool) is "ixgbe" [13:30] shambat: lsmod [13:31] boichev: lsmod only lists "ixgbe" [13:32] Howdy [13:32] is it true the laptop battery life with Ubuntu is worse than Windows? [13:32] Hi... I just installed Kubuntu 15.04 on a Dell laptop, dual booting with Windows 10. However, I'm unable to see the Windows partition from Dolphin. Any help? [13:32] shambat: run it as root "sudo lsmod" it should return more than one [13:33] boichev: there is no difference unfortunately [13:33] utu8o: that depends on the exact model. but for some models the battery life is worse than windows because the manufacturer doesnt provide the same drivers for better battery usage. [13:33] neogarfield, did the grub pop up when you started the computer? [13:33] shambat: if it is hot there try loading it with "sudo modprobe ixgbe-zc" [13:33] utu8o: Yes, I can enter Windows or Kubuntu from grub [13:34] My system is telling me that my cd drive is empty even though I just used the OS using it. Why cant I see the files on my CD ? [13:34] idk [13:35] utu8o: The Windows partition is fine I can access it via Windows. But it is not listed on Dolphin to mount, like it generally is in Nautilus (on other systems). [13:35] boichev: so this is strange. modprobe returns that it can't find "ixgbe_zc" even though I asked it to use "ixgbe-zc" [13:35] boichev: don't you have to provide a .ko file usually? === me is now known as Guest65295 [13:36] shambat: insmod requires a .ko file modprobe loads them from /lib/modules/(uname -r) [13:37] /lib/modules/$(uname -r) [13:37] ah [13:39] so dkms has built the module, and "installed" it, but modprobe can't find it [13:40] shambat: search for your .ko file in the system and see if it is in the right place, maybe if it is in the wrong /lib/modules/ you can not load, or the name of the module is different. When you use modprobe omit the trailing .ko [13:42] Ugh - I just reminded myself why I hate laptops. [13:43] I keep tapping the touchpad with my palm while typing [13:43] HAHA. I usually turn off the touchpad while I'm typing. [13:43] But your internet is working? [13:43] It is! :D [13:44] Now is the time for celebratory dance. [13:44] I installed "Logical Volume Manager" (system-config-lvm) and It seems that I've got 4GB of swap. - The program randomly crashes though. - My initial concern came from 'System Monitor' which has SWAP marked as "Not Available" === Yukkii is now known as Dhs92 [13:44] I wonder if there is a way to set a timeout on the touchpad so that it doesn't work until after 1 second after the keyboard stops being used. [13:44] That would be a nice feature. [13:44] Saying that baffledbear, I can't do two finger scrolling on this touchpad either. [13:44] No synaptic drivers :/ [13:44] Well, none installed anyway [13:45] xinput list shows a PS/2 Generic Mouse installed, so if I do xinput list-props here on that mouse I can see that it uses evdev instead? [13:47] Sorry, I can't help you there. I got my laptop from Puget Systems. They preinstalled Ubuntu and most of the drivers were already configured properly. [13:50] hi, i need to restore my iphone, but i don't know icloud password [13:51] boichev: I tried intalling the linux headers for uname -r and doing a dpkg-reconfigure on the dkms driver package, and it was reinstalled. Now a modprobe inserted the module and show up in lsmod [13:51] shambat: Good job :) [13:52] Hmm, found something in xinput list-props called evdev wheel emulation which was set to 0, put it to 1 and awaiting the results. [13:52] The locker for lexde doesn't work. If I put my laptop lid down until is suspends the session and then bring it up, I am greeted by a blank screen. [13:52] boichev: so now the next question is: how do I get the network interface to use the driver? [13:52] use thtool perhaps? [13:53] Hmm [13:54] Can someone help? [13:54] If I enter "xinput set-prop 11 276 1" and then restart, the change doesnt persist? [13:54] 11 being my touchpad, 276 being evdev wheel emulation [13:54] shambat: aaaa not really sure, check lspci there should be a row named "Kernel driver in use:" maybe..... [13:55] lspci -v [13:56] shambat: looking it again you can check even in lshw -C network and there is a "configuration" row and inside there is "driver=XXXXXX" [14:03] shambat: if the wrong driver is chosen I know that you can blacklist a module and see if the other module will be used, but the testing probably needs local access to the machine... because I just speculate and never tried that [14:03] Has to be said that not having two finger vertical scrolling is the most annoying part of this laptop :( [14:03] I cant get the evdev configuration to work :( [14:04] boichev: yeah I have idrac available in case of emergency :) [14:07] morning [14:07] morning Marenz [14:08] hello, I have a (potentially stupid) question, my computer has Nvidia graphics, I use the "Nvidia X server settings" proprietary driver, I have to do an underscarn because my tv is too big, or something, but the thing is, everytime I turn my computer off and on again, I have to change to my resolution and underscan on "X Server Display Configuration" ... there's a button en the thing that says "Save to X Configuration File", I clicked thinking [14:09] shambat: well https://help.ubuntu.com/community/Loadable_Modules [14:11] I'm still new and I'm afraid I might break something [14:13] Where should I check for system compromise or breaches? Running Ubuntu GNOME 15.04. Also, seeing (unknown) user in my last command output. Should I be worried? [14:13] thanks boichev [14:14] shambat: no problems and good luck with that quest :) I'm going back to BGP multihoming [14:14] lastb command also shows a weird username, 'adasd' [14:16] hi there. what utility should i use to backup my files, applications, preferences etc? i want to be able to recover them on a disk partition of larger size (i decided that when i first partitioned my laptop, i made the ubuntu side too small). [14:20] So in Windows, I know I cant simply copy my "Program Files" folder over to other computers, because they;ll all be missing DLL files. What about with Ubuntu? If I backup packages and applications I stored in, say, /usr/lib, or /usr/share, can I simply copy them onto a removable device and restore them on another machine? [14:22] hi all. one question. have wine, and several program (photoshop and other)how lock out/in traffic from program which installed in wine? [14:23] hi. I've just instlled linuxmint on my eepc 1025c. it has atom n2800. It goes rendering mode with video driver. video card is an intel corporation atom processor D2xxx/N2xxx integrated graphics controller (rev 09). driver actually is gma500. Any suggestion to solve that? thanks [14:23] I feel so sorry for all of us asking questions nobody cares to respond [14:24] People will reply when A) they can offer some assistance, and B) They aren't too busy with their own tasks. [14:25] People dont just sit here waiting for people to ask a question. [14:25] yeah yeah, we all read the sticky... [14:26] when I ssh to a server for the first time, I'm asked to check whether it is the right machine I'm trying to connect to with something like this: https://bpaste.net/show/badeb1357aa8. Where on the server is this information stored to authenticate it? [14:28] Luyin: it is stored in ~/.ssh/known_hosts [14:28] ah, thanks boichev [14:28] how to save my current nvidia config to my x config file doesn't seem like something that will take a lot of your precious time to answer [14:29] Hex: Apologies, I've never used an Nvidia card or hooked up to a TV or I'd try to answer. I'm not familiar with the Proprietary nVidia drivers. [14:29] Luyin: and after the first login if there is a man in the middle this hash will be different and you will know that you are not connecting to the right server [14:29] baffledbear: I assume most of the ones not answering is because of that, but I also assume I'm not the first person who uses the Nvidia X Server Settings on Ubuntu. thank you anyways. [14:30] That being said. Some information that might be helpful is what version of Ubuntu are you using? What card? What kind of connection? I do know that I had some issues with HDMI in 15.04. [14:31] I ended up downgrading to 14.04 LTS and my issues went away. === dan_ is now known as Guest87329 [14:32] I'm running Ubuntu 14.04 LTS, using an old GeFore GT430 through HDMI connection, I want to save my current X Server Display Configuration on my X config file so I don't have to configure my display everytime I turn my computer on. [14:32] GeForce* [14:33] hexagonSun_: Why are you having to configure every time? Are you using xrandr? [14:33] I can't decide what backup/restore utility to use, or if any are suitable to my needs. Can anyone help? [14:34] nicomachus: I don't know, how can I check that? (if I am ussing it without knowing, is it something I shouldn't be doing?) [14:36] phree_node, you need to say what your needs are [14:36] well, if you're having to configure your display with every boot, then how are you configuring it? [14:36] what console cmd to see list of wifi ap ? [14:36] boys and girls something is driving me crazy. When I wake my computer up or start it, my wireless goes offline for a bit then searches for a while, then connects to the network. is this something normal? [14:37] bishops: yep. [14:37] nicomachus: I'm using the Nvidia X Server Settings... [14:37] pbx, I want to backup: *applications that I stored in various locations (/usr/share, /usr/lib, and so on), *system settings, *stuff I installed with apt-get, *python and java libraries, *personal files, *hardware drivers. But I can't make a complete image of the partition because I intend to restore it on a partition of a different (larger) size. [14:38] phree_node: Why don't you just enlarge your partition? [14:38] hexagonSun, this will ruin my Win7 partition. [14:38] phree_node: that would be a good thing :p [14:39] hexagonSun, that's so helpful to hear. [14:39] eh? resizing the ntfs partition is not a destructive act ... normally [14:39] s [14:40] hexagonSun, don't get me wrong, I don't like Win7 that much, but I need it for certain things. I have grown to like Ubuntu very much and that's why I need more space on my Ubuntu partition. But unfortunately I still need to keep a Win7 partition. And Win7 was installed first, so messing with GParted will ruin the bootloader. [14:41] hexagonSun_: are you using the GUI to configure the X Server Settings or are you doing it manually? [14:41] phree_node, assuming bootloader = grub, reinstall [14:41] phree_node: I'm not so sure about that last part, anyway, you don't have to explain yourself to random strangers on chats, I honestly couldn't care less what you like or not :p [14:41] nicomachus: the GUI [14:41] I got to go to class now, I will reconnect later, thank you! [14:42] cfhowlett, so Win7 was installed before Ubuntu was installed. What does that mean for my bootloader situation? When my computer first switches on, I see GRUB, and it gives me an option to either load Ubuntu or Win7 [14:42] "why won't anyone help me right nowwwww" - "ok fine I'll try" - "sorry gotta go now byeeee" .... [14:43] phree_node, correct. resizing shouldn't cause grub to lose the links, but if so, boot your ubuntu usb/cdrom and reinstall grub to fix. [14:43] hi [14:43] !grub2| phree_node [14:43] phree_node: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [14:44] anybody knows how can i open firefox in maximized windows using a comandline? [14:44] type firefox [14:45] CodeChris: but the windows don't appear maximized [14:45] boys and girls something is driving me crazy. When I wake my computer up or start it, my wireless goes offline for a bit then searches for a while, then connects to the network. is this something normal? [14:45] cfhowlett, I still don't understand. Resizing the Ubuntu partition will require that Win7 is resized, which will ruin it. Then I'll need to reinstall windows, which will later require reinstalling Ubutntu, no? [14:45] odd, does for me. You can pass commands though, check --preferances [14:46] phree_node, false! [14:46] bishops: the last time you asked that I said "yes". [14:46] which part? [14:46] !dualboot | phree_node [14:46] phree_node: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [14:46] read the wiki phree_node. resizing windows7 is easily done and in no way necessitates reinstallation [14:46] albert, i think you'll have to create a script, then replace your firefox launcher shortcuts with the script. [14:47] http://askubuntu.com/questions/53646/how-do-i-make-firefox-start-always-maximized [14:47] is it possible to remove old recognized nics from ubuntu so that the remaining two nics are eth0, eth1? [14:47] phree_node, more precisely: https://help.ubuntu.com/community/HowtoResizeWindowsPartitions#Windows_Vista_and_Windows_7 [14:52] think i found my answer : http://clintboessen.blogspot.co.uk/2012/07/removing-nic-which-no-longer-exists-in.html [14:53] cfhowlett - so is this right--- I can resize Win7 using GParted, running off an Ubuntu memory-stick. (I assume GParted will also resize the Ubuntu partition with no ill-effects). Then I will likely encounter "booting problems" in Windows. To fix this: plug in Win7 stick, in GRUB choose "boot Win7", it will load up the Win7 installation tool, choose "repair installation" - this will reinstall the bootloader and make Win7 bootable a [14:54] I have a server running Ubuntu which we host on a web application project. This project has many members working on it, sometimes on the same file at the same time. To avoid any problem that could occur incase if someone has comitted changes and the other hasn't seen them yet. Is that where revision control systems comes in handy? [14:54] phree_node, if and only if the windows doesn't boot from grub. my win7 didn't fail when I resized, but it did immediately demand a chkdsk [14:54] mzaza: yes, check out git [14:54] CodeChris: Thanks [14:55] cfhowlett - so you begain with Ubuntu, and made a Win7 partition? Instead of the other way round (which is supposedly easier)?? [14:55] Does anyone of you have some experience with nvidia optimus systems using bumblebee? [14:56] phree_node, no I did it right. windows + ubuntu. I later realized I needed to re-partition to gain some extra space and add a dedicated /home. [14:56] cfhowlett - oh like me [14:56] phree_node, great minds ... :) [14:56] cfhowlett: couldn't phree_node resize windows from within windows? I think it'd be a bit safer [14:56] dpluth: no.. [14:57] dpluth, I did advise him of that option via the link [14:57] dpluth - Windows has Disk Management, but it only lets you resize Win7 partition a tiny bit normally - because Windows puts page files and other things at the very end of the partition table. [14:57] wait, what? You can resize a windows partition from within that partition...? [14:57] I think that improved a lot with W8 phree_node [14:58] nicomachus - yes that's correct, using the "disk management" utility [14:58] windows is weird. [14:58] never used it. gparted = magic [14:58] uh-oh, I've made you all talk about Windows!!! [14:58] !ot | everyone [14:58] everyone: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [14:59] still though, the question was germane because it was about how to get Ubuntu and Win happily side by side, after resizing them both. [15:00] phree_node, read the last link I sent, take your time, double check before you and of course, do all your backups before you do any of the above [15:01] let's imagine I choose to go the GParted route like cfhowlett suggested. Can I make a backup of my drivers before I take the plunge? Because after much tinkering and updating, things are finally running quite smooth - I'd hate to think how things would go after a total fresh reinstall. [15:01] Why would this error come: sudo: unable to resolve host ip-172-31-129-114 [15:02] You could run cloneziller phree_node so you have an exact copy of your existing HDD [15:02] When I type sudo with any command, this error comes [15:02] phree_node, apt-get download will grab the .debs. save those to a save spot and dpkg -i should the need arise [15:02] but yeah, cloning might just be the wiser option [15:02] CodeChris yeah but that's no good because I'm resizing partitions. [15:02] Well, if it goes wrong you can start again [15:02] just put the backup back on the HDD and try again [15:03] cfhowlett: sorry just to clarify - runing "sudo apt-get download" will download and store .debs of my drivers someplace? where? [15:03] phree_node, where you decide [15:03] I doubled my RAM and now I'm having problems with networking and video issues. I looked through my syslog and found "BAD grad_size" ... could that be related? Anyone have any thoughts about how to fix this? https://gist.github.com/mustmodify/0fa59bfa323fabc1bc1e#file-gistfile1-txt-L264-L301 [15:04] phree_node, and that's sudo apt-get download packagenamehere [15:05] actually you need not sudo [15:05] cfhowlett well how do I know what all my driver pakages are called? [15:05] how do i search for an installed package at the cli? [15:05] i want to purge an app but dont know its name [15:05] phree_node, gotta research that one yourself. what drivers are you referring to?? [15:05] lehzm, what do you know about it? [15:05] can i pipe an include or grep? [15:06] its quake [15:06] but dont know the exact pkg [15:06] lehzm, dpkg -l | grep quake* [15:06] ah cool [15:06] thank you [15:06] learned something :) [15:06] cfhowlett - my wifi driver was acting a fool when i first got the computer. now it's settled down, i think since some updates were installed. that one in particular. i also have an nvidia driver but that's not too hard to get back. [15:06] happy2help! lehzm [15:07] phree_node, the wifi might seem the bigger challenge. is it a broadcom chipset? [15:08] good evening. i'm trying to install gdb-arm-none-eabi, but it fails. [15:08] (is there a way to get the error in english, so i can show you?) [15:08] what language is the error in, Bundestrojaner? [15:08] I have huge problem with BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01) Driver , which does not work , only bcwml-kernel-source , sometime works , and It works only for a boot , if I restart , then again , I should reinstall or do something , look at dmesg output , It willed with these lines : [15:08] http://paste.ubuntu.com/12555294/ [15:09] nicomachus: german (my system language) [15:09] lehzm: sidenote to cfhowlett's suggestion, you might want to try "dpkg -l | grep quake" first, or if you know it starts with quake "dpkg -l | grep ^quake" (for quake it probably doesn't make much difference, but for other searches it might cut down on the clutter) [15:09] update ur system [15:09] !de | Bundestrojaner you may try there [15:09] Bundestrojaner you may try there: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [15:09] !utopic | weox, [15:09] weox,: Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu. Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic [15:10] ubottu: Stragly I use 14.04 but it shows my kernel is 14.10 [15:10] weox: I am only a bot, please don't think I'm intelligent :) [15:10] nicomachus: i know there's a prefix to get messages in english, i just don't remember it... [15:10] ubottu: shit ! [15:10] weox, no profanity [15:10] cfhowlett: sorry , sorry , [15:10] updates!!! [15:11] are coming..... [15:11] zykotick9: thank you [15:11] need to restart [15:11] damit! [15:12] My ubuntu is 14.04 but it installed bcmwl from utopic version ? I cannot undersand this [15:12] jaska__, It is your choice [15:12] hello.. any experts on HD partitions and grub that can help me figure out this questions: http://askubuntu.com/questions/677245/adding-lvm-from-another-lvm [15:12] Bundestrojaner: this may help: https://askubuntu.com/questions/264283/switch-command-output-language-from-native-language-to-english [15:13] found it: http://paste.ubuntu.com/12555332/ [15:13] trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 7.7.1-0ubuntu5~14.04.2 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) [15:13] sub [15:13] nicomachus: LC_ALL=c is the prefix [15:14] k. [15:14] cfhowlett - no its not broadcom, it's intel. But as I say, it was a nightmare, then it just settled down, with no input from me. I think it was after a round of software updates but I can't be too sure. === Christopher is now known as Guest10064 [15:15] everythong will be fix in 15.04 update === Ululus is now known as Heylus [15:16] gunfus, imho not possible with grub or another tool, this is a raid question [15:17] brothersome: A raid question? [15:17] ubuntu is fater than windows but it hass less support than windows. i am chat bot ver 1.3 beta [15:17] brothersome: maybe we are missunderstanding.. I just want to know where my Grub2 so that I don't blow it away.. [15:17] i where made in finland [15:17] jaska__, spellcheck [15:18] brothersome: I know is not in the MBR === Heylus is now known as Ululus [15:19] 1011011010 10110111011010110110 1001100110101110011 [15:19] gunfus: MBR points to grub2, Also keep a grub2 repair disk (that repairs the grub2) [15:19] 10110110 0100100110 1101 110110110101 110 101 101011010 [15:19] jaska__: stop. [15:19] !ops | jaska__ chat bot abuse [15:19] jaska__ chat bot abuse: 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 [15:20] jaska__: oliko sulla jotain oikeaa asiaa? [15:20] input_erorr_#1249943094 [15:20] * tonyyarusso snirk === rory is now known as gaben [15:22] brothersome: right.. MBR(disk1 bootable) ---points to---> grub2 src files (disk2).. [15:23] gunfus, Yes, and your grub2 files are in the filestructure of your Xubuntu [15:23] brothersome: what I want to do now..is leave grub2 only on disk2, and create a new partition that I can use for adding storage to my LVM on disk1 [15:23] right [15:24] brothersome: okay.. so maybe the solution is mount grub2 on disk1, then.. [15:25] 1 [15:25] hi [15:25] one question. have wine and several program. how block out/in traffic from wine [15:25] or program which work in wine [15:25] !ufw | darkonlight, [15:25] darkonlight,: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [15:26] gunfus, ok, make a small linux partition on disk 1 (ext3/ext4) and copy the grub2 files there and use the repair disk for grub2 to see if you can change to point the MBR to the right grub2 files [15:26] hi, how do I access ftp on ubunutu terminal? I am trying like ftp local_ip_address_ftp_running_on:port [15:26] it doesn't connect me to ftp [15:26] cool_boy, Why don't you use FileZilla? [15:27] brothersome: because I needing to test it on a linux server [15:27] brothersome: hmm yeah.. the problem is that disk1 has barely any space.. thus the reason for trying to make a new partition on disk2.. [15:27] hmm [15:27] thanks [15:28] brothersome: I think I am just going to have to bite the bullet and move files around.. [15:29] gunfus, I am serious about that repair disk - so you always have an option to repair [15:29] brothersome: okay.. will do.. hopefuly I can put the repair disk stuff on a USB key or something.. who uses disks now a days..? I don't even have a CD-ROM on that unit [15:30] cool_boy, So you are talking about Ubuntu-server edition without any gui [15:30] cool_boy: are you sure the FTP server is configured properly and is set to listen? [15:30] gunfus, yes [15:30] brothersome: cool thanks for the response.. that is whay I mostly needed a linux-buddy-to-talkt-to [15:30] brothersome: yes on filezilla it is listening and working well [15:30] brothersome: yes through terminal [15:30] i'm using xubuntu and i cant restart the system but if i choose the poweroff option then it turns frezzie before off [15:30] anybody knows how can i fix this? [15:30] "it turns frezzie"? [15:31] cool_boy, I use openssh for my webserver - that works fine [15:31] i can restart the system without problems (fixed) but i can not to poweroff [15:31] because it turns frezzer [15:31] freeze [15:32] crash, break, blocked [15:33] albert: I'm reading some interesting threads... do you have AMD/ATI drivers installed? [15:33] is a new installation [15:34] albert: ok, is there an AMD graphics card in the machine? [15:35] i found a suposed solution and this consist to change the /etc/default/grub and add something like 'acpi=force' but it not works for me [15:36] what version of xubuntu? [15:36] if i type the command 'lspci | grep AMD' it returns nothing [15:36] the same if i try with ATI [15:36] lspci | grep VGA [15:36] xubuntu 14.04 [15:36] brothersome: thing is I am working on a document management software which implements ftp, I am able to get it working using filezilla would like to get it working through command line so I can test it on server as locally [15:36] albert: some solutions here you may try: http://ubuntuforums.org/showthread.php?t=2217602 [15:37] How do I install a driver for a dedicated graphics card on an optimus laptop (haswell + gt 740m)? When using optirun i just get the error: "Cannot access secondary gpu". (dmesg: http://paste.ubuntu.com/12555400/) [15:38] brothersome: I need to pass username of ftp user(which is not a system user but only a user in a database) [15:39] any idea how i can fix this error while installing gdb-arm-none-aebi: [15:39] dpkg: error processing archive /var/cache/apt/archives/gdb-arm-none-eabi_7.6.50.20131218-0ubuntu1+1_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 7.7.1-0ubuntu5~14.04.2 [15:39] http://paste.ubuntu.com/12555332/ [15:39] albert: what does your /var/log/syslog say it is hanging on when you try to restart? [15:40] coolboy, not the same as ssh? open user@localhost ? [15:41] Bundestrojaner: try sudo dpkg --configure -a [15:41] Bundestrojaner: Remove gdb? [15:43] nicomachus: and than try again? [15:43] then try sudo apt-get install -f [15:45] brothersome: I found it thanks, while specifying port it takes space not ':', what I was trying [15:45] thanks [15:46] nicomachus: http://paste.ubuntu.com/12555638/ it didn't install it... [15:46] the listed packages for autoremove are the dependencies [15:47] crayolarx: nothing is working [15:47] autoremove, and then try re-installing gdb-arm-none-aebi [15:50] nicomachus: same problem. shall i try to remove gdb? but i think it's not unusual to have dgb for more than one architecture? [15:51] so i have no idea why the packages block each other [15:51] purge them all and then reinstall the ones you need I guess. [15:52] crayolarx: if i type sudo shutdown -h now it turns off well [15:52] Program received signal SIGSEGV, Segmentation fault. [15:52] 0x00007fffeed9a297 in g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 [15:53] hi, i need to restore my iphone but i don't know my icloud password, any solutions? [15:53] xela2244: this is not an iphone support channel... [15:53] xela2244, only one. Ask APPLE not ubuntu [15:53] albert: so you only have issues with restarting? [15:54] i tried using idevicerestore [15:54] i dont understand nothing........ now is working well in anyway.... [15:54] xela2244, you are in the wrong channel. we can't help you. ask apple [15:55] well, does someone know how to install idevicerestore? [15:55] crayolarx: restarting runs correctly since the first moment, the problem was when i choose 'shutdown' option (Apagar in spanish) [15:55] xela2244, you are trolling us, right? ha ha not funny. go to apple. [15:55] apple tells me that i need icloud password [15:56] lol [15:56] and now you are ignored. later [15:56] xela2244: there is nothing we can do for you. [15:56] and idevicerestore is a tool for linux, but i'm having problems installing it [15:56] hello guys, i'm currently using latest available ubuntu version: Linux xmikhka 3.8.0-19-generic #30~precise1-Ubuntu SMP Wed May 1 22:26:36 UTC 2013 x86_64 x86_64 x86_64 GNU/Linu [15:56] @info idevicerestore [15:56] Package idevicerestore does not exist in vivid [15:56] I told an apple genius at a apple store to install ubuntu he smiled and walked away [15:56] I told an apple genius at a apple store to install ubuntu he smiled and walked away [15:56] how can I easily recompile and use new kernel? i need to modify exactly one config option... [15:57] !recompile | mikkqu [15:57] !kernel | mikkqu "easily" ???? [15:57] mikkqu "easily" ????: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [15:57] i've tried the way from the faq, but it failed at "apt-get source linux-image-`uname -r`" [15:57] i got the following messages: Picking 'linux-lts-raring' as source package instead of 'linux-image-3.8.0-19-generic' [15:57] E: Unable to find a source package for linux-lts-raring [15:58] https://github.com/libimobiledevice/idevicerestore [15:58] is it okay, if I just take vanilla kernel from git? 3.8.0-19? [15:59] i don't want unexpected effects, so I would like to use the same version that I have now, just with changed option [15:59] and i can't figure out why apt-get suggesting me to get "lts-raring" src instead of what i'm currently use [15:59] mikkqu there's also #ubuntu-kernel [16:00] MonkeyDust: oh, i didn't know that. i'll try to ask there as well, thanks [16:00] ./autogen.sh: line 6: libtoolize: command not found [16:01] xela2244: you will have to check with that program's documentation, we can't do much becuse it's not in the repository [16:02] xela2244: if it's something you need to compile, you might need build-essentials (sudo apt-get install build-essentials) [16:02] xela2244: otherwise we can't really help you [16:02] ok thanks [16:04] meow [16:04] http://paste.ubuntu.com/12555719/ [16:04] is not running another tim [16:04] Hi. I am trying to use a Docker container defined by someone 2 years ago based on Ubuntu Precise. The dockerfile does some apt-get update/upgrade and installing. Including atempts to install apache2.2 and perl. Failing on both due to version issues. What can I do about this? I chnaged apt-get install to aptitude install but that claims perl is not installed/going to be installed. I have my doubts as perl is mandatory for lots of system scr [16:04] ipts [16:08] djjeff: what am I looking at? [16:09] djjeff what's that wall of text? [16:09] if you have no idea what gdb is you can ignore it [16:09] !info gdb [16:09] gdb (source: gdb): GNU Debugger. In component main, is optional. Version 7.9-1ubuntu1 (vivid), package size 2393 kB, installed size 6684 kB [16:10] trying to find out why this emulator is crashing when I load a state [16:10] Hey guys, got a machine in my office here that kernel panics... the girl said he was giving her fits last week, too, but she'd reboot it and it'd be fine. (3 beeps from the tower, and then kernel panic ) ... I booted onto the live cd, ran fdsk, it said there were errors, but it didn't seem to say anything needed repairs. Any thoughts/ideas? === Shrooms` is now known as Shrooms [16:12] atdiehm: in my experience, kernel panics are always untraceable. However, the first thing to check is usually hardware. HDD, HDD cable, RAM. something is pushing out corrupt bits. [16:13] ENV['TERM'] : this returns the type of terminal we're running our ruby application in, right? I want to know what terminal my ruby application is running in because of discrepencies between SGR codes. I want certain SGR constants in my application to be different based on the terminal the program is running in. Now, ENV['TERM'] for a gnome terminal in Ubuntu returns "xterm". I was hoping for "gnome 6.1.3" but is "xterm" all I need? Gnome is a sor [16:13] I flipped out the ram... I'm assuming the disc has some errors, but I was confused that fsck didn't ask me to fix anything [16:13] I thought this was the Ruby channel :P But as you can see it's mostly an Ubuntu question [16:13] i guess I was hoping fsck would fix things, and I could reboot all happy-like [16:14] atdiehm, try smartmon-tools [16:14] also memtest86 [16:14] smartmon-tools is something on the live dvd then? [16:15] no idea. I rarely use ubuntu. [16:15] it probably is [16:15] also check dmesg [16:15] I would have run memtest, but as I mentioned since I flipped out ram with another machine and got the same 3 beeps and kernel panic, I figured it was safe to say the ram isn't an/the issue [16:15] atdiehm: SMART disk check is on the live disk, yes. [16:15] you are probably right, yet assumption is the mother of all all f*ck ups [16:15] that'll check your HDD [16:16] kk [16:16] kuz if I can run ubuntu fine off the DVD... that seems like a solid indication that the issue is storage related, eh? [16:19] Are all terminals based on xterm the same? Are all sgr codes, for example, the same between gnome and another terminal based on xterm? [16:22] How can I fix (in Ubuntu Precise): perl : Depends: perl-base (= 5.14.2-6ubuntu2) but 5.14.2-6ubuntu2.4 is to be installed [16:23] error is produced by an installation docker script running apt-get install [16:23] bazbing80, ino, not all terminals are the same [16:24] *no === regedit_ is now known as regedit [16:30] it looks like perl has a hardcoded version instead of a minimal and maximum version. And that in a LTS release??? [16:39] Hi, which program creates the ssh keys at first boot? (aws ec2 default ami for 14.04 if that matters) ? [16:40] jtheuer, you might want to ask in ##aws [16:41] Thanks. When/how are they created when I install via CD? when the openssh === raccoon is now known as Guest25073 [16:42] ...package is installed? [16:42] jtheuer, that is aws specific, they should be able to tell you [16:44] jtheuer type /j ##aws <-- 400+ people there [16:45] OerHeks, the second question is about cd installation and not aws [16:45] But thanks for the pointer to #aws I already asked there [16:46] jtheuer, not sure there are ssh keys generated during install from cd [16:46] you need to do that action yourself, afaik [16:46] !ssh [16:46] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [16:46] Good morning. I've just completed a 14.04 -> 14.10 upgrade, wanted to do 15.04, but I guess I had to stop in 14.10-land for a few minutes. I'm receiving a dreaded 'An unresolvable problem occurred while calculating the upgrade.' message during upgrade process. Need some help trying to get around this. [16:46] https://help.ubuntu.com/community/SSH/OpenSSH/Keys#Generating_RSA_Keys [16:47] I lack sufficient knowledge on how to parse what's in /var/log/dist-upgrade to figure out a solution. === littlebunnyfufu is now known as SonikkuAmerica [16:47] allballs, 14.10 is EOL, dead. [16:47] Apparently some people have been having problems with a workspace bug, screen freezes up. It happened to me when tring to install sketchup, I had to reboot the system. What happens when you reboot in the middle of an installation? [16:48] allballs, is there something in particular preventing you from a clean installation? [16:48] Rimann you'll have to to sudo apt-get install -f , or sudo dpkg --configure -a [16:48] allballs, you might need the eol-update trick with 'old-releases [16:49] !eolupgrade [16:49] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [16:49] to do* [16:49] MonkeyDust: ok do I just type that in the terminal? what does it do? [16:49] Rimann it completes the broken installation [16:50] MonkeyDust Awesome thank you [16:51] OerHeks: thanks. I'll give it a go. I knew 14.10 was kaput, but I wasn't paying very close attention during release-upgrade. FIgured it'd go straight to 15.04. [16:51] id like to try a 15.x ubuntu variant on my desktop. the ones i like are all based on 14.x (LXLE, Peppermint). Any suggestions to try out? [16:51] i do like xubuntu [16:52] !flavors | lehzm, [16:52] lehzm,: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu. [16:52] lehzm: I suggest trying things you want to try [16:52] Rimann more advanced, paste this script in leafpad or so, save as 'fixpakages', make executable and run: http://paste.ubuntu.com/12556283/ [16:53] and as far as 15.x goes, 15.04 is the only release currently available. 15.10 is slated to release 18 October, IIRC. [16:53] lehzm, but the clever folk install ONE ubuntu, add virtualbox and test ... whatever they want to test in the box [16:53] nicomachus, false. 12.04 and 14.04 are both available and supported [16:53] yeah i test them in VMs first, just seeing if there was a distro based on updated code i dont know about [16:53] but cool, thnx === Geom is now known as Geom_away [16:53] cfhowlett: he said he wanted to try something 15.x [16:54] nicomachus, ah, yes. my mistake. [16:54] we all make them, me more than most. :) [16:55] MonkeyDust: is leafpad a text editor? I use sublime [16:55] Rimann hence 'or so', the editor you're familiar with [16:56] Rimann: yes. it's the default on lubuntu [16:57] MonkeyDust ok cool, just double checking [16:57] nicomachus thanks i'm new just switched over from a lifetime of windows [16:57] Welcome. :) [16:58] Rimann you're never too young to make the switch to linux [16:58] or too old. [17:00] MonkeyDust what kind of file should i save it as? [17:01] I love Linux so far, i'm too mechanically minded for windows [17:02] MonkeyDust those first to lines you gave me did nothing [17:03] this is the output for the first: sudo apt-get install -f [17:03] [sudo] password for riley: [17:03] Reading package lists... Done [17:03] Building dependency tree [17:03] Reading state information... Done [17:03] 0 upgraded, 0 newly installed, 0 to remove and 85 not upgraded. [17:05] not sure what I just did, i posted the output of the terminal on here and it did something weird [17:06] !paste [17:06] 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:06] the bot quieted you for pasting to much at once [17:06] Rimann, yes you were flooding [17:06] I'm so sorry guys .....Learning [17:06] Rimann: always use a pastebin, don't ever post into IRC [17:06] paste* [17:07] Rimann, its okay, no worries [17:07] How do I make the window's menus (file edit tools etc) always appear, never auto-hide? [17:07] Heya all [17:07] After an upgrade from 14.04 to 15.04 iptables seems broken for me [17:07] root@creativewolf:~# iptables -L [17:07] CreativeWolf: broken how? [17:08] modprobe: ERROR: could not insert 'ip_tables': Exec format error [17:08] Tried apt-get install linux-image-$(uname -r) - as it was given as a solution for this issue [17:08] tried apt-get update; apt-get upgrade; apt-get dist-upgrade as well [17:08] it's all up to date [17:09] Norbin i believe its system settings>appearance>behavior [17:09] Rimann: nope [17:09] no such option there [17:09] Norbin i'm sorry that is the launcher [17:10] CreativeWolf: Try apt-get install --reinstall iptables [17:10] hi all [17:11] what can i do with a broken kubuntu system where the release-upgrade failed me? [17:11] genii, trying that now [17:12] i can't boot even into a terminal, i can't run apt-get since libstdc++6 has been deleted in the process [17:13] genii - root@creativewolf:/home/cw# iptables -L [17:13] gives modprobe: ERROR: could not insert 'ip_tables': Exec format error iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?) [17:17] CreativeWolf: What says result of: file /sbin/xtables-multi [17:18] genii, /sbin/xtables-multi: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=2c9ed0066bf6c84ca2ec376223bb36854c8ab94d, stripped [17:19] CreativeWolf: So 32bit binary. Does that match with the output of: uname -m ? [17:20] genii, uname -m gives x86_64 [17:20] Rimann: gsettings set com.canonical.Unity always-show-menus true [17:20] that did the trick [17:20] i wonder if it's saved through reboot :P [17:20] FINALLY [17:20] this is 1000000000% better [17:20] hate the auto hide so much :/ [17:21] CreativeWolf: So there's your problem. [17:21] genii, the kernel being 64 bit? [17:22] CreativeWolf: Yes, 64bit kernel and trying to run 32bit binary [17:22] genii, how do I get the 64bit binary for iptables? [17:24] good people of Latin America ? [17:25] people of Latin America [17:25] Web10, C'mon, ask your question, all are good people here, someone will help :) [17:26] #marionette [17:26] CreativeWolf: Try: apt-get install iptables:amd64 [17:26] * genii runs back to work [17:26] I thank you very much again [17:28] CreativeWolf, I am a rookie but my question about the ip [17:28] Web10, ask away please, someone will help. [17:28] Web10: Depending upon which Latin America country, there are many channels for different languages and nations [17:28] :) [17:29] genii, if you aren't running back to work, it says E: Unable to locate package iptables [17:30] trying to execute script in terminal, file is in current directory. access denied? [17:31] Rimann, Check file permissions? [17:31] can I use desktop app for google hangouts? [17:31] CreativeWolf: Does the output of: apt-config dump| grep Architecture ...show amd64, i386, or both? [17:31] pueden please explicar paso a paso Disculpen Que novato mar [17:32] genii, Shows only i386 [17:33] see your ip that crazy [17:33] nhe [17:34] CreativeWolf: What about apt-cache policy linux-image-$(uname -r) [17:34] #portugal [17:34] !pt [17:34] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [17:35] How do I install a driver for a dedicated graphics card on an optimus laptop (haswell + gt 740m)? When using optirun i just get the error: "Cannot access secondary gpu". (dmesg: http://paste.ubuntu.com/12555400/) [17:36] not many people living in chile :( [17:36] Web10, join #ubuntu-br please [17:36] Web10: If your first language is Spanish, you can also join #ubuntu-es [17:37] genii, http://pastebin.com/E8d3EZzL [17:37] CreativeWolf, genii thank you [17:38] join #ubuntu-es [17:38] you need a / [17:38] join #ubuntu-es === tcpman is now known as Guest32276 [17:40] Web10, type /join #ubuntu-es [17:40] CreativeWolf, forgiveness bind my keyboard [17:41] Web10, no problem :) [17:45] hello friends, I'm on ubuntu 14.04 LTS, facing an issue with my display configuration, I use an Nvidia GeForce GT 430 gpu and I use the NVIDIA X Server Settings proprietary driver, now, every time I turn my computer on, I have to configure my resolution and monitor underscan, how can I make it so it works "for ever"? [17:48] CreativeWolf: So your kernel is 32bit, binary is 32bit. Although according to uname, it's running on a 64 bit machine. It makes the "exec format error" very odd, that's usually what you see when trying to run a binary of a different platform than the kernel [17:49] genii, hmmm...all I did was apt-get update && apt-get upgrade [17:49] !glib [17:49] Hi. I open "personal file sharing" and I see "this feature cannot be enabled because the required packages are not installed on your system". What am I missing? [17:49] !libglib [17:50] genii, is there a way forward or should I start from scratch? :/ [17:50] !info libglib [17:50] Package libglib does not exist in vivid [17:50] #smogon [17:50] CreativeWolf: I might try getting ahold of someone at DigitalOcean support first [17:50] !find libglib [17:50] Found: libglib2.0-0, libglib2.0-0-dbg, libglib2.0-bin, libglib2.0-cil, libglib2.0-cil-dev, libglib2.0-data, libglib2.0-dev, libglib2.0-doc, libglibmm-2.4-1c2a, libglibmm-2.4-dbg (and 8 others) http://packages.ubuntu.com/search?keywords=libglib&searchon=names&suite=vivid§ion=all [17:50] hello can I check if I've understood something correctly? Problem: I have dual boot Win7 and Ubuntu, but I made the Ubuntu partition too small. Solution: Use my Ubuntu installer mem-stick to open GParted, shrink the Win7 partition and grow the Ubuntu partition. Confusing part: I may encounter problems booting into either OS, because of bootloaders being erased. In this case, I must use the Win7 and/or Ubuntu installer sticks to repa [17:50] genii, okay... [17:51] : did you install samba? [17:51] CreativeWolf: Could be some issue specific to their repositories [17:51] pmaxk, nope [17:51] guys what would be the command to use scp to copy files on a non-standard port? [17:51] C_minus: too long, cut off [17:51] C_minus: shrinking shouldn't play with your boot loaders, but you can reinstall them with install media for either OS [17:52] hey guys [17:52] you must have a public file in home dir.. [17:52] rimtay: bye-o [17:53] Hi [17:53] pmaxk: I cannot choose the path? [17:53] hi addi [17:53] what path? [17:53] something like scp /filepath/to/file/to/copy user@IP-address:localpath [17:54] but with non-22 port [17:54] CreativeWolf: Can you pastebin result of: ldd /sbin/xtables-multi ...so we can see if it's trying to use some non-32bit libraries? [17:54] -P [17:55] do you put -P after :localpath? [17:55] should be able to put it where ever its just a flag [17:56] tombtc: For simplicity put it right after the scp command like: scp -P 999 /yadda etc@somewhere [17:57] Oh OK, I was reading this and was confused: https://help.ubuntu.com/community/HowtoResizeWindowsPartitions#Windows_Vista_and_Windows_7, and then didn't fully understand this: https://help.ubuntu.com/community/RestoreUbuntu/XP/Vista/7Bootloader [17:57] genii, http://pastebin.com/qv29QGcr [17:57] adn this: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows?action=show&redirect=RestoreGrub [17:58] I lost the login credentials to a 10.04 lts server ..what can I do ? [17:59] Has anybody done this before: resize both Win7 partition and Ubuntu partition using GParted? [17:59] genii: thanks! worked [17:59] parapan: reboot to rescue mode, mount and fix the problem [17:59] Should I do one at a time: first shrink Win7, leaving free space, and see if I need to fix the Win7 bootloader (with the mem stick). Then grow Ubuntu, and see if I need to repair its bootloader? === gyaresu|AFK is now known as gyaresu [18:00] parapan what ratrace says: https://help.ubuntu.com/community/LostPassword [18:01] is there such thing as a bad ethernet card driver on ubuntu? I'm having very slow speeds over lan transfers of files over any protocol: smb, sftp, nfs, ftp, etc... but the internet connectivity is fine [18:02] sorry got cut off there [18:03] MonkeyDust: with that procedure you can reset the root password ? [18:03] or you have to have a different than root username ? [18:04] CreativeWolf: Yeah, that output looks fine, although you do still have legacy location of just /lib/ instead of the current location of /lib/i386-linux-gnu/ [18:04] genii, hmmm [18:06] C_minus: just from resizing the partitions (and not changing the amount or the sporting of them) should not interfer with the bootloader [18:07] CreativeWolf: Do the files listed on the ldd output which are in just /lib/ ( libip4tc.so.0 libip6tc.so.0 and libxtables.so.10 ) also exist in the /lib/i386-linux-gnu/ directory? [18:07] k1l so is this just a kind of disclaimer about something that MIGHT happen, but shouldn't normally? [18:08] C_minus: its murphys law. if you dont have backups of the important files things will go wrong :) [18:09] CreativeWolf: Because it might be a case where it's using the ones in /lib/ first where it finds them but later editions in the other one might be what's needed [18:09] C_minus: i dont see where the resizing part says you need to reinstall anything? [18:09] genii, checking... === user is now known as Guest82833 [18:10] genii, no, those files aren't in /lib/i386-linux-gnu/ [18:10] On the page for "Resizing Win7 partitions": "If you find you cannot boot into Windows, this guide on recovering Windows may help. : https://help.ubuntu.com/community/RecoveringWindows [18:11] parapan that page explains it better than I could do [18:11] Hm [18:12] C_minus: well. i never heard of that issue mentioned there. also i always suggest to use the resize tools from inside windows system settings to resize the windows. but gparted does the job, too [18:13] Also, how does the Ubuntu partition react to being resized? Is it OK with that usually? [18:13] : my sd card, /dev/sdb has 3 partitions sdb1 is fat32, sdb2 and sdb3 are ext4. How do I mount all of them from cmd line? [18:13] C_minus: yes, that is an easy one usually. [18:14] C_minus: but again. everytime you touch a hdd, the hdd itself can have hardware issues etc. so better have backups than to be sorry afterwars [18:14] *d [18:14] fred1807 create a folder per partition, then mount eacht partiton to its folder [18:14] MonkeyDust: Do I have to specify fat32, ext4?... [18:14] typos* [18:15] fred1807 if you have to do that, you'l get an error message [18:15] k1l that's the thing, I would love to use Win7's Disk Management to do it, but it only lets me shrink a tiny bit. Even after following all the tutorials about disabling page file etc. etc. [18:15] CreativeWolf: What says result of: apt-cache policy libxtables10 [18:15] C_minus: did you defrag it? [18:15] MonkeyDust: Can I use 1 command to mont all of them automagically? [18:16] IS this how GRUB works: Small bootloader that allows each OS to keep its own bootloader in its own partition (chain-bootloading?)? So Win7 has it's own one, Ubuntu has another one... No? [18:17] genii, http://pastebin.com/y7Xpvdhr [18:17] k1l, I did but it's pretty fresh install, barely used it so far. === mrJack1 is now known as mrJack === MrJack2 is now known as MrJack1 [18:19] CreativeWolf: Try apt-get install --reinstall libxtables10 ( we already did this with the iptables, which would have overwritten 3 of 4 of those library files from the ldd output, the other one belongs to this package) [18:21] Does anyone know if and where I can get an English version of NeoKylin? [18:22] genii, did that, same error messages with iptables -L [18:22] CreativeWolf: I'm fresh out of ideas on it right now [18:22] genii, Thanks though! :) [18:23] genii, I think I might take a backup and get back to 14.04. Been running in to one too many issues with 15.04 not just on this box, on another one as well. [18:23] fred1807 no, but you can type all the commands in one lie, with ; in between [18:23] line* [18:24] fred1807 or maybe with a script [18:25] What's the most comprehensive backup I can do without making a complete image of my Ubuntu partition? [18:26] Is there a command to view a list of everything I've installed? [18:26] C_minus rsync - a --progress ~ [from] [to] [18:27] dpkg -l | grep ii maybe [18:27] C_minus rsync -a --progress ~ [from] [to] [18:29] how do I use the GUI file manager with sudo powers? [18:29] fred1807 if you have to ask, you shouldnt do it [18:30] every time I turn my computer on, I have to configure my resolution and monitor underscan, how can I make it so it works "for ever"? [18:31] MonkeyDust: I am navigating trought the files of a SD card , it is a raspberry system, andI want to recover it [18:31] MonkeyDust: Root files [18:31] Why do people say it's easier/better to begin with Win7 and then install Ubuntu? [18:31] (rather than the other way round)? [18:31] C_minus: because, 7 will override grub [18:31] C_minus because windows ruins the grub menu [18:32] C_minus: Trust me, I've done it too many times [18:32] But then can't I just run the Ubuntu installer stick and hit "repair"? [18:32] C_minus: Windows only wants it's own bootloader to be installed and doesn't play nice with other ones [18:32] C_minus: the windows install will override all bootloaders and doesnt care about other OS [18:32] C_minus yes, you can repair it, if you like to fix things [18:33] C_minus: of course you can. but its kind of doubled work. [18:33] C_minus: and windows wants to sit in the first partitions in most times. [18:33] some people actually like to break and fix things [18:33] So it's actually pretty easy - just more work/sitting around waiting for progress bars to fill up? === kpease_ is now known as kpease [18:33] C_minus: no [18:34] what else do you have to do besides running the Ubuntu rpair stick then? Because that sounds pretty easy [18:34] C_minus: Unless things have changed there's a lot of terminal work required to restore grub [18:34] C_minus: the easiest way is to install windows and then ubuntu. the other ways do work but need more work. that is way most guides and people say: do it the easy way [18:35] Finetundar: there is boot-repair which helps out in most cases. [18:36] k1l_: never had any luck with that [18:37] what kind of things in terminal? if I need to run the Win7 bootloader repair tool, will that mess up the Ubuntu bootloader/GRUB? [18:39] C_minus: almost guranteed. I have a bunch of guides bookmarked on my computer at home. But why do you want to install windows after installing ubuntu? [18:40] C_minus https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows?action=show&redirect=RestoreGrub [18:40] C_minus: you are making that a lot more complicated than it should be [18:40] ^^ [18:41] I already have Win7 and Ubuntu. But Ubuntu needs to gro, Win7 needs to shrink. Guides said maybe have to repair Win7 bootloader after this process: http://www.howtogeek.com/howto/windows-vista/using-gparted-to-resize-your-windows-vista-partition/ https://help.ubuntu.com/community/HowtoResizeWindowsPartitions#Windows_Vista_and_Windows_7 [18:41] C_minus: if you write grub to the start of your linux partition, you can dd it to a file and then later in windows add it to windows boot loader with bcdedit [18:41] C_minus: so use gparted on a live image to reallocate space [18:41] Hi all, I am using a JAVA program in Ubuntu which displays a lot of messages in the command line. A couple of second after starting the program, the messages are displayed and compiz'sCPU usage raises to more than 100%. Is it normal? Should the compiz process use so much CPU? Or is the problem that my JAVA program displays to much messages in the terminal? When I don't run the JAVA program, then I have no CPU usage problems. [18:42] MonkeyDust: I think that's the best guide on that topic that I've seen [18:43] anybody knows what is the lubuntu minimalist size after installation? [18:43] Finetundar "if all else fails, join #ubuntu" [18:43] K1l and Finetundar: I'm just saying: that howtogeek page was talking about "Unless you are very lucky, you’ll be greeted with this horrible error message saying “Windows Failed to start. [18:43] C_minus: link [18:43] http://www.howtogeek.com/howto/windows-vista/using-gparted-to-resize-your-windows-vista-partition/ [18:43] MonkeyDust: well it usually helps [18:44] [19:41] see also, link === kpease is now known as kpease_ [18:44] C_minus: that article is old. Things have changed [18:44] Oh yeah? [18:45] C_minus: published in '07. [18:45] Very much out of date [18:45] C_minus "Published 08/8/07" [18:45] I just like to be cautious, read up about all the worst things that can happen after these awkward partitioning shannanigans. [18:45] C_minus: ubuntu is much more agreeable now [18:47] 2007... that's... how many releases ago? [18:47] the first ones [18:47] MonkeyDust: 8 I think [18:47] actually no, more like 16 since there's around 2 per year [18:48] 16 [18:48] OK didn't see that. But the Ubuntu one from 2012 https://help.ubuntu.com/community/HowtoResizeWindowsPartitions#Windows_Vista_and_Windows_7 talks about "If you find you cannot boot into Windows, this guide on recovering Windows may help." and suggests the same as howtogeek - which would cause me problems with GRUB... [18:50] MonkeyDust: ratrace: that page doesn't say anything about changing the root password [18:50] And in turn, this is proposed as the solution to those GRUB problems: https://help.ubuntu.com/community/Boot-Repair [18:50] C_minus: that's in the event that something goes wrong. More likely thatn not everything will be ok. === nathanleclaire_ is now known as nathanleclaire === sakozdqqhytuagqn is now known as bygfusgldetqkjid === bygfusgldetqkjid is now known as TomyLobo === kpease_ is now known as kpease [18:50] parapan remind me? [18:51] MonkeyDust: login to ubuntu 10.04 server , lost credentials ... [18:52] MonkeyDust: the prompter I have sais: Ubuntu server login ......username ........than asks for password ...... [18:52] parapan yes, it says something about the user password, i'm not sure about the root password [18:52] Just for conversation's sake then: if one uses the Win7 boot-repair, the problems for GRUB are the same as if Win7 had been installed AFTER Ubuntu? [18:52] Yep [18:52] C_minus: yes [18:52] MonkeyDust: I do not have a user@server prompter ...I do not know the user also ... [18:53] parapan then i don't know [18:53] MonkeyDust: k...looks like I'll have to re-install ...i wanter to avoid this .... [18:53] So one ought to follow the instructions for restoring the Ubuntu bootloader, GRUB (which you say can be complicated, but this site says just run the wizard: https://help.ubuntu.com/community/Boot-Repair) [18:54] C_minus: the windows "repair" will always wipe all other bootloaders and will not boot other OSs. because of "we have the monopoly" === TheEternalAbyss is now known as Guest44026 [18:54] k1l_: windows boot loader can boot grub [18:54] since windows8? [18:54] Thanks MonkeyDust, Finetundar, k1l and the others. You#ve been very helpful for understanding this topic better. [18:54] C_minus: You really have nothing to loose if this is a fresh install. Just go for it [18:54] k1l_: earlier too [18:54] C_minus: np [18:54] akik: oh. [18:55] See you later [18:55] C_minus: see ya! [18:55] k1l_: it's just you copy the mbr 512 bytes into a file and add it to windows boot loader with bcdedit [18:55] akik: ah, so with manual work [18:55] computer work :) [19:08] is there any option for increase inode limit for partion during installation ? reserve block or etc ... === frdmn is now known as frdmn_ [19:10] just executed a script to fix a broken installation. Now what? [19:12] error message: a failure occurred attempting to install .NET framework 4 [19:12] sounds like WINE [19:12] Hi All [19:12] greetings, b-yeezi [19:12] b-yeezi: hello there [19:13] Rimann: yeah, perhaps re-run the wine .NET 4 installer? [19:13] SCHAAPI137 WINE does this often? installation was going well until workspaces froze my pc and I had to reboot [19:13] Finetundar reinstall WINE? [19:13] I've been banging my head on this issue for a while and can't seem to find an answer [19:13] Rimann: no, no, just the .NET 4 component [19:14] PPTP VPN is not working on 15.04 [19:14] Finetundar thanks, im an Ubuntu noob, will seek instruction on web. Unless you want to refer me or tell me how === frdmn_ is now known as frdmn [19:16] Rimann: I'll help out. Just a sec [19:16] Finetundar: thanks [19:17] MonkeyDust: it works .....one have to use the passwd root command [19:18] Rimann: so do you know how to operate winetricks? [19:18] Needing help installing Ubuntu on Dell XPS 13 (9343) Developers Edition. After install I am not able to boot to the new install. [19:18] Finetundar: no never used Wine before this [19:18] * m3n3chm0 nasZ [19:18] Uhtred: what're you able to do? [19:20] After following a few sites and this one in particular (http://hgdev.co/installing-ubuntu-15-04-on-the-dell-xps-13-9343-2015-a-complete-guide-update/) I am still only getting to "No bootable device found." [19:21] Rimann: so open a terminal and type" winetricks --gui" [19:21] Uhtred: are you able to get into BIOS? I have to specifically command my pc to boot Ubuntu due to some changes i made in the boot order while installing. [19:21] Fintundra: ok [19:22] Rimann: I do have access to the BIOS. [19:22] Rimann: is it up? [19:23] Finetundra yes it warned me about being in 64 bit [19:23] but its up [19:23] eh, doesn't matter [19:24] so, tick Select default wineprefix cand click ok [19:24] I'm trying to setup a PPPTP VPN comnnection into my home network. When I try to add the connection it's greyed out [19:24] Uhtred try looking in your boot options, sorry thats all the help I can give you. Its how i do mine and im new to this [19:25] Finetundra ok complete [19:25] Rimann: I have tried to set the UEFI to the grub but it will not allow me to apply the change. I have full admin control of the BIOS as well. [19:25] ok now tick install a windows dll or component and click ok [19:26] done [19:27] now go tick the box that says dotnet40 and click ok and then follow all the instructions it throws up. It may provide warnings but ignore those [19:28] error this package does not work on 64 bit package: should I just reinstall wine on a 32 bit package? [19:28] Rimann: yeah [19:28] Finetundra thank you I will do that and hopefully it will resolve the problem [19:29] Rimann: the 32 bit version of wine usually works much better than the 64 bit. [19:30] system settings, time and date, clock, [x] time in other locations, Choose Locations.... Where are those stored? [19:31] Finetundra: awesome good to know [19:31] hi [19:31] Rimann: WINEARCH=win32 WINEPREFIX=/home//.wine/ [19:31] I can't add any. if it is a text file I'll just add a text file. [19:31] Rimann: that;ll wipe and replace the 64 bit prefix [19:31] I just figured it out. ufw was blocking the vpn [19:32] Rimann: run in terminal [19:33] guys im wanting to improve security on my system, any advice? [19:34] in which aspects quants_ ? [19:34] Finetundra: Nice thats much simpler than what I was just about to try [19:34] Rimann: :) [19:34] SCHAAP137 i want to ensure im safe while online [19:34] quants_: in a software sense? [19:36] Rimann: you'll find that you can have more than one wineprefix and different versions per prefix. It can get crazy [19:36] !virus | quants_ [19:36] quants_: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus [19:37] why dont i need protection? [19:37] quants, your question is rather vague, safe is your definition, you're the safe factor in the end, https://wiki.ubuntu.com/BasicSecurity [19:39] quants_: If this is a stand-alone system. uninx is a cloased system and nothing can get to the 'root' of the system unless YOU do something that is ILL advised . Presently there are no known viruses in the wild that will effect linux . [19:39] closed* [19:40] Needing help installing Ubuntu on Dell XPS 13 (9343) Developers Edition. After install I am not able to boot to the new install. After following a few sites and this one in particular (http://hgdev.co/installing-ubuntu-15-04-on-the-dell-xps-13-9343-2015-a-complete-guide-update/) I am still only getting to "No bootable device found." [19:40] Uhtred: have you tried entering the UEFI boot menu? there might be an entry for Ubuntu in there [19:41] i am using Ubunto 14.04 lts [19:41] I thought the XPS 13 came with it preinstalled? [19:41] SCHAAP137: I have and I am not able to apply the change so it is lost as soon as I exit the BIOS. [19:42] quants_: The distro and release makes no difference so long as it has continued support . If this is a stand-alone system you have nothing to fear . [19:42] Uhtred: similar issue is described here: http://en.community.dell.com/techcenter/os-applications/f/4613/t/19631468 [19:43] about not being able to change UEFI boot order [19:43] stand alone?? [19:43] Uhtred: it could be that "Secure Boot" is playing a part in this [19:44] SCHAAP137: I have checked that as well and it is disabled. It was disabled by default since this Laptop came with Ubuntu installed on it.] [19:44] ah okay [19:44] quants_: This system is not part of a larger LAN or working in a server environment. ( linux can be a carrier to Windows of a virus ) . [19:45] no, its a personal laptop [19:46] Any CLI tools to help me figure out why my VPN won't connect? [19:46] Uhtred: https://help.ubuntu.com/community/Boot-Repair [19:46] maybe this could work [19:47] SCHAAP137: Thanks, I will give these a shot and come back with my results. [19:47] Uhtred: read the link i sent you, i got it from there [19:47] quants_: Then, you have nothing to worry about, and nothing to do . Until such time as you open the system up to the outside world what is impemented on the system ( all ports closed by default ) nothing will get to the operating system . [19:48] http://xdcc_CANCEL_X1443117480 [19:48] cute [19:49] that looks like a script failing [19:49] how do i bind a bash script to a particular hot key ? (ubuntu 14.04) [19:52] quants_: just keep your packages and system up to date [19:52] it checks for updates automatically, it's easy [19:54] thanks for the information, can you tell me how to hide myself online, hide my ip address [19:54] thanks [19:55] hmmm such issues [19:56] quants_: you can hide your ip address by not connecting anywhere :) [19:56] haha, true [19:56] also tor, vpn [19:56] it's the network that makes the machine unsafe [19:56] whats the best way to consume DMT? [19:56] well that is offtopic [19:56] !guidelines | surfer [19:56] surfer: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [19:57] quants_: There is NO 100% fool-proof way to hide yopur IP .. that IP is your address and is why the internet works. 'tor' might give you some level of comfort . [19:57] thanks :) i need to be anonymous [19:58] i am using stealthy on chrome at the moment but ill give tor a go. can i do anything in the terminal that will help? [19:58] quants_ if you are TRULY concerned about anonymity, privacy, and obfuscation, then look into the TAILS OS: https://tails.boum.org/ [19:59] quants_: Then, do not connect to the internet . There is no way to be up and at the same time be completely anonymous . [19:59] but Bashing-om is right that there's no foolproof method. [19:59] hi guys [20:00] can anyone help me about installing my wifi? the cable network rj45 works, but the wifi is not detected. [20:01] its ok im not into anthing shifty but i just like to be safe [20:01] tykayn1: normally, all supported wireless adapters work "out of the box" - there is a chance that yours is not supported yet [20:01] SCHAAP137: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 20) [20:01] SCHAAP137: that's being generous, when it comes to USB adapters... [20:01] yup i guess [20:02] i have a fresh install (well, updated) of ubuntu 14.04 [20:02] tykayn1: http://askubuntu.com/questions/607707/ath10k-installation [20:02] it's old though [20:03] when I ssh into my system it says 7 packages can be update and 7 updates are security updates. i did sudo apt-get update and sudo apt-get upgrade but it still shows the 7 packages [20:03] mk [20:03] from 2011 that post [20:03] MannyLNJ, try dist-upgrade [20:03] tykayn1: the bottom answer is from july this year though [20:03] mkay ill try this === tinyhippo is now known as MistressHippo [20:05] quants_: Rigft now, you are chasing ghost. You are safe in the default install of ubuntu . If it were other wise 1800 other people here in this channel would have said. [20:05] I'm trying to get knockd to work. Starting knockd fails. Is there any way to check what the error might be? [20:05] right* [20:06] thanks for your help [20:06] done, have to reboot o/ [20:07] that's fast [20:07] I have a ubuntu file server with a raid. is there a way to send files to it from a windows computer on the same network? [20:07] quants_: Vondiser, that on the net there are billions of connections present. When you click on any web page, site or chat, if your addres is not known, how would you on your computer receive the response ? [20:07] i know i can putty into it but can i rsync files from a windows computer? [20:08] !samba | TechMonger [20:08] TechMonger: 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 [20:08] TechMonger: you could use scp, or samba, or nfs [20:08] and how do these work? [20:09] fair point [20:09] scp is just a filecopy over SSH, you'd need something like Cygwin on the windows machine to have it [20:09] using ssh from Cygwin is preferable to PuTTY, imho [20:10] hello everyone [20:10] humpf, still no wifi [20:10] TechMonger: samba is the same they call "windows data exchange" on the windows boxes. [20:11] tykayn: you could try using the latest firmware file [20:11] https://github.com/kvalo/ath10k-firmware/tree/master/10.2.4 [20:11] bonsoir tt le monde [20:11] i have a question. What cant "rm -rf *" do in a specific directory? i mean pwd -> /home/arc/some-dir/ . Does "rm -rf *" remove files and folders on other directories? [20:12] hmmm SCHAAP137 how do i install it ? [20:12] that was described in that other post right? [20:12] arc__, yes, the -r part means recursive, the -f part = force [20:13] i see a wired thing. i lost everything on my /usr/ directory. i have no /usr/bin directory. [20:13] arc__: That command would remove all files at the Present Working Directory, and ALL files below . [20:13] mhmhm === ferret__ is now known as ferret_ [20:15] i just can't understand something. with the exact pwd which i said above, why i lost my entire /usr, but some directories in /etc? [20:15] arc__: it matches what * matches, which is some things but not necessarily everything [20:15] and potentially nothing if you have files starting with certain chars [20:15] ah wait tykayn, this one: https://github.com/kvalo/ath10k-firmware/tree/master/ath10k/QCA6174/hw2.1 [20:15] if you want a whole dir gone, target the dir and not its contents [20:15] firmware-5.bin [20:16] is there any way to recover a specific directory now? [20:16] arc__: /usr/* ? [20:17] no i don't what my usr, i had a lot of downloaded files in /etc/ which i need them. [20:17] arc__: where'd you run it? [20:17] i installed lubuntu on my dads laptop and theres no wifi drivers....is there a way i can download the drivers on a usb stick and go install them for him? [20:17] BadDream: yup [20:18] !extundelete | arc__ [20:18] "/etc" is where i need back. not /usr. [20:18] arc__: doesn't answer my question [20:18] arc__: look at extundelete and photorec [20:18] arc__: but the more you use the hdd after the remove the less data will be found [20:18] BadDream: A fresh install ? Try ' sudo apt update ; sudo apt upgrade ; sudo apt fll-upgrade ' Then look in "additional Drivers' see if there is a driver available for the WIFI . [20:18] they only problem is how do i install them? with no apt-get and any other utilities? [20:19] should i use a live disk? [20:19] arc__: if you want any data back shut that system down ASAP [20:19] wileee, Thanks that is working :-) [20:19] cool [20:19] use a live system and dont touch that hdd. every using will delete(like override) more data [20:20] BadDream: 'apt full-upgrade' * ^^ [20:23] thanks SCHAAP137 , ill try this later [20:23] time to go, good night folks :) [20:25] wileee, the upgrade went in but it still shows 7 packages can be uodated [20:26] MannyLNJ, I have to take off, but I would show this in a paste. [20:26] wileee, thanks I will later tonight when I have more time [20:27] downloaded ubuntu 15.04 [20:29] MRX great, are you familiar with ubuntu or is this your first try? [20:30] MonkeyDust: yes [20:31] MonkeyDust: Im an expert in Ubuntu [20:31] MonkeyDust: I have 30 years of linux experience [20:32] madras pasangaa irukeengalaa ? [20:32] Which is impossible, since Linux isnt 30 years old. [20:32] well, linux isn't an OS, either [20:32] bekks: vandutaaan sappuradhuku [20:33] GNU's over 30, and Unix is as well [20:33] yes. Lets just blindly quote rms [20:33] reisio: But Linux isnt :) [20:33] MRX i am RMS [20:33] reisio: appo enna mayiraa [20:33] Hello guys! I use this rule to redirect my IAX asterisk port to the PBX server: -A PREROUTING -p udp -m udp --dport 4569 -j DNAT --to-destination 192.168.5.253:4569 [20:33] MonkeyDust: RMS ?? [20:33] bekks: sure isn't [20:33] bekks: the cleaner probably is that old, though [20:34] reisio: :D [20:34] MRX if yoiu were an expert, you'd know who RMS is [20:34] but one of the peers is refusing to authenticate, but it is a firewall problem because if I put the PBX in the same server as the firewall, they have no problems. [20:34] What can be the issue? [20:34] MonkeyDust: in which subject are you talking about ? [20:35] MonkeyDust is not RMS... not possible. [20:35] nicomachus: is it [20:36] * OerHeks facepalms [20:36] I have a broken systemd file which will not load that I wrote for a daemon. How do I run a syntax check so I can figure out what in the world is wrong with the file? [20:36] nicomachus: he must be a noob [20:36] Can centos be installed as a raid [20:36] ryu945: yes [20:36] ryu945: better ask the centos support [20:36] MonkeyDust is not a noob. but he's also not RMS. [20:37] k1l_: i know centos [20:37] MRX: please drop the offtopic and focus on technical ubuntu support in here. thanks [20:37] veruppu ethaadheengaa da [20:37] k1l_: saavu ku raaki [20:38] oh. now I get it. ignore me (as usual). [20:39] Sorry for some reason I was thinking it was Ubuntu based === Dhs92 is now known as Yukkii [20:40] Any clues on systemd file debugging [20:50] test [20:50] !test [20:50] Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [20:50] thx bot [20:51] hi genii [20:52] ork_: Hello. Seems like your IRC client works properly. If you have questions about your Ubuntu just ask them in the channel and wait for a response. For more casual conversation, we have the channel #ubuntu-offtopic [20:53] thx, thats ok === MistressHippo is now known as tinyhippo [20:54] u a bot or real person [20:54] ork_: I can assure you that I'm an actual person. ubottu is a bot, however [20:54] genii is real. ubottu is a bot. [20:54] bleep bloop [20:54] ok [20:54] rusts up, malfunctions [20:56] hi! [20:57] i just got ubuntu desktop running on an nvidia shield tablet, finally! [20:57] olá, alguem para suporte em PT-BR? [20:57] hi doterleo [20:57] !br | odinei [20:57] odinei: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [20:58] I want to know if this is a bug that should be reported :) Setup: Ubuntu 14.04, Canon PIXMA MG3550, connected via wifi. Using the free driver, with the printer test page i have all the colour very very dark, using the official .deb driver from Canon site (installing them with the install.sh script), the colours on the testing page are perfect. [20:59] is this a bug? [20:59] DottorLeo: possibly [20:59] what info should i report? [21:00] how do I remove the amazon lens? [21:00] SolarNRG: see the privacy settings in system settings [21:01] why does ubuntu come bundled with spyware hence the privacy polic? [21:01] !spware | SolarNRG [21:01] !spyware | SolarNRG [21:03] SolarNRG: (well, there is no factoid). its not spyware. you dont call your browser spyware, do you? it sends your data out, too. some users want and use that service. if you dont want it disable it or dont use the online search [21:03] does ubuntu have less spyware pre-bundled than microsoft windows? [21:04] I quote ubuntu's privacy policy: e don't share your personal information with anyone except to provide you with services, products, to comply with the law, or to protect our rights. [21:04] note the except part [21:04] SolarNRG great, but not in this channel [21:04] SolarNRG: calling a search, that is labeled as "online search" spyware just reflects to your self as not knowing what you talk about. [21:05] uve got cool bots running in here :) [21:06] kll_ can you please enlighten me with the part that states "except to provide you with services, products, to comply with the law or to protect our rights" means please? [21:06] SolarNRG: so is there any support question? since you already searched for ubuntus policies etc one can think you only want to start a rant/flamewar in here [21:07] Hey [21:07] hi hush [21:07] How's it going? :) [21:08] great, thx :) [21:08] and you? [21:08] Doing alright really. Just stumbling against a little issue. [21:09] I'm trying to connect to an SFTP through the default file browser on ubuntu gnome, I got the ppk key and all but not sure how I should go about doing that. [21:09] I'm asking a question [21:09] SolarNRG: it does as the policy states. [21:09] silenthush: have you successfully connected to SFTP without using nautilus? (gnome file browser) [21:09] Filezilla just failed on me, keeps giving me a: Disconnected: No supported authentication methods available (server sent: publickey) [21:10] I have via FileZilla before but I did a fresh install of Ubuntu a few weeks ago and now trying to connect to the server. [21:11] I had this before, it's so super random. Once I get it to work it works :/ [21:11] maybe try and install ssh? [21:11] i am no xpert sry [21:11] silenthush: try this: ssh -v -oPreferredAuthentications=nope user@host [21:11] ^ [21:11] Hmmm ok, sec shudon. [21:11] silenthush: then share with us the last line (should say "Permission denied (something,something)" [21:12] Should I do anything with the PPK file yet? [21:12] actually, i don't even think you need the -v [21:12] silenthush: nope [21:12] Ok let me try, sec. [21:12] hi [21:13] so in other words the operating system is spying on you and is sending your information to 3rd parties and by installing ubuntu you inherintly agree to the privacy policy and agree for your personal information to be shared with law enforcement, marketing companies, canonical and other organisations blackmailing the makers of ubuntu, is that correct? [21:13] what I want to know is how is it spying on you [21:13] SolarNRG: no, the OS is not spying on you [21:13] ?? [21:13] hello [21:13] What apps bundled into ubuntu are? [21:13] SolarNRG: none [21:13] what command do i use to destroy my system? [21:14] lol [21:14] Warning: Permanently added 'mysite.com,123.123.123.12' (ECDSA) to the list of known hosts. [21:14] Permission denied (publickey). [21:14] SolarNRG: if you type a search-word into a browser to get a search result. is that spyware? [21:14] That's what I get. [21:14] SolarNRG it's not that bad, ubuntu like debian from which it is made is divided into 3 parts [21:14] robert___ sudo destroy ubuntu [21:14] silenthush: good [21:14] * genii smacks MonkeyDust [21:14] and only one of these really represents non-free contractual software [21:14] robert___: just format the disks. [21:14] silenthush: now run the "file" command on your ppk file [21:14] kll_ I know that the javascript even without hitting enter the moment your finger goes down on 'a' that a has been sent to another site and you are getting feedback and it comes back with a list of suggestions [21:14] silenthush: and share the result :) [21:14] ./file.ppk like that yeah? [21:15] some open source organizations wish this functionality was not availbale in debian or ubuntu [21:15] genii i thought his question was a joke, apologies [21:15] silenthush: no, "file yourfilename.ppk" [21:15] SolarNRG: so if you know everything, what is the reason you still ask over and over again in here? stop that drama [21:15] but in fact the poltical divide of the repositories allows us to both operate and track freedom oriented softwares. and also utilize non-free of we need [21:15] for instance the only non-free software i use is for my family [21:15] robert, windows vista will do the job ;) [21:16] thx peeps for this great service, kudoos [21:16] Well I ditched windows a few months back, went to Debian but the devs were dicks now I'm using ubuntu and I read this: http://refugeeks.com/ubuntu-spyware-is-it-true/ [21:16] SolarNRG: if you dont want that search-words to be sent online dont use the online search. best to disable the online search then. [21:16] So I am concerned [21:16] And I want to know whether or not my privacy concerns are well founded or not [21:17] SolarNRG: that is a lot of FUD. [21:17] shudon, i get this: mykey.ppk: ASCII text, with CRLF line terminators [21:17] SolarNRG debian is a giant organization the people at its core are different than the people you meet in the lobby handing out drinks [21:17] It's a password protected PPK key as well btw. [21:17] silenthush: huh... weird... afaik ssh only supports PEM format public keys [21:17] pretty sure you know who i am talking about [21:17] SolarNRG: i told you 3 times now what and how to not get online results (that you call spyware) [21:17] silenthush: for example, here is my ssh public key: /home/hdon/.ssh/id_rsa.pub: OpenSSH RSA public key [21:17] Usually on windows I would just have Putty installed, I open the PPK file, enter the password and just freely connect through WinSCP (or filezilla) [21:17] Sec [21:18] barfod: ##linux for that others OS chats, thanks [21:18] silenthush: if you are ABSOLUTELY sure that it's your PUBLIC key (not PRIVATE!) you can safely share it with us to help you further, but i suspect this is the wrong file. [21:18] Nah I can't share that file unfortunately. [21:18] but isn't ubuntu essentially built off debian? [21:18] silenthush: hmm... i wonder what the ppk format is.. i used it one time a long time ago with putty, also [21:19] k1l_ i think you have a misconception, debian and ubuntu work together [21:19] paultag for instance works on both [21:19] silenthush: try this: http://www.ramsmusings.com/2014/02/20/converting-a-putty-ppk-file-to-a-pem-file-for-accessing-aws-ec2-instances/ [21:19] Ok sec. [21:19] SolarNRG: ubuntu is based on debian [21:19] silenthush: once you have a pem format public/private key pair, you should be able to use ssh (sftp is just ftp-like protocol tunneled inside ssh) [21:19] (more or less) [21:19] barfod: we focus on ubuntu support in here. the rest is offtopic. like you know the rules since you were asked to read them more than once. [21:21] SolarNRG: so what is the issue with a) dont use the online search labeld search if you dont want the search words to be sent online or b) disable that at all in the privacy settings? [21:21] ok, let me backtrack, do you think debian comes bundled with spyware, rootkit, backdoor or whatever? [21:21] I mean it's open source, so surely someone would have seen it in the source code and reported it right? [21:21] SolarNRG: ubuntu doesnt come with spyware, rootkits or backdoors [21:21] SolarNRG: where do you live? [21:21] SolarNRG not really no [21:21] debian and ubuntu share much of the same code, i don't expect either of backdoors [21:22] SolarNRG: and what's your CPU? [21:23] SolarNRG: you sound very paranoid and you have been told multiple times that this channel is for support issues and k1l_ has thoroughly addressed your concern [21:23] shudon are you about to suggest what I think you're going to suggest, the OS independent "hypervisor" on all hardware? [21:23] :) [21:23] shudon, perm key generated, do I now just upload it in the .ssh folder just like the user describes in that tutorial? [21:23] silenthush: well before you do that, you can test the key file [21:23] silenthush: ssh -i yourkeyfile user@host [21:23] oh ok cool, sec. [21:23] k11 would you like me to end my support for ubuntu on ##linux and the other channels i frequent? [21:24] because i did with arch when they acted this way, and i will with you all as well [21:25] I get: Permission denied (publickey). [21:25] silenthush: and i don't know a lot about using publickey authentication in nautilus for sftp, BUT if it uses ssh/scp underneath it all, then it will respect your ssh config, in which you can specify what username and key to use for a given host. but maybe nautilus can remember these details on its own and persist it across lost connection or reboot [21:25] barfod: re read what i wrote. i never said anything like that. if you just want to make again more drama like you are know to do, then please just leave. we want to focus on technical ubuntu support in here. thanks [21:25] silenthush: well that sounds like the private key isn't good for the user@host you're trying to login to [21:25] hmmmm [21:25] Its an SFTP [21:25] Should I specify it like this user@ftp.domain.com [21:25] sftp.domain.com* [21:26] silenthush: well the hostname is not a really important thing at this step. ssh will resolve the hostname to an ip address to decide who to connect to, and then attempt to authenticate you. the error you're getting is an authentication error, not another type of error you could get (for instance if the server only wants you to use SCP but not, say, the bash shell) [21:26] Oh wait it works! [21:26] silenthush: the hostname also matters for verifying the the identity of the remot ehost, but [21:26] silenthush: oh great :D [21:26] Had a capital letter in my username :P [21:26] silenthush: heh [21:26] What should I do next silenthush? [21:27] I mean shudon LOL [21:27] silenthush: alright so, you probably know more about sftp in nautilus than i do. give it a try and if you still have problems, come back :) [21:27] Oh ok, I'll give that a try now then [21:27] silenthush: you say you've done this before with nautilus (gnome file browser) right? [21:27] Nah I've done it with FileZilla and FileZilla works too now :) [21:27] http://imgur.com/GDFv3lg << any idea what's cause this? [21:27] silenthush: when you did it before, did you use password authentication or publickey authentication? [21:28] k1l_ the "please just leave" part was clear from the beginning [21:28] silenthush: ahhh ok [21:28] Man I think I just messed up with the capital letter hahah because I had it in my FileZilla set as well like that (Facepalm) [21:28] silenthush: well, what i would try then [21:28] silenthush: is to create an ssh config file for your user on your system that's running the nautilus you want to use [21:28] silenthush: you should put your private key someplace safe (mkdir ~/.ssh ; chmod 700 ~/.ssh ; mv yourkey ~./ssh) [21:29] barfod: since you didnt stop i muted you. if you want to talk about your entries in the bantracker and your actual mute please join #ubuntu-ops [21:29] silenthush: and take a look at this to see some of the things you can do with an ssh config file http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/ [21:29] That is awesome Shudon, I definitely will. [21:29] Thanks a bunch mate! [21:30] silenthush: you're welcome :) [21:30] bbiab [21:38] k1l you fascist bastard, why did you ban barfod!? Is that what you do to anyone who doesn't agree with you? [21:39] he was a highly knowledgable linux user with a lot to offer the community [21:39] SolarNRG: a user that got banned in here 5 times already and is a known troll in other channels is not a reason why you call me a fasciest bastard [21:48] Ç? [21:51] Sticks and stones fellas [21:52] hi === ix is now known as Guest83772 [21:53] v;' [21:54] hey guys. Got a weird issue here (or at least I'm interpreting this wrong). should $ nslookup `hostname` respect what I have in /etc/hosts ? === Shrooms` is now known as Shrooms [22:13] http://xdcc_CANCEL_X1443218689 [22:14] !warez | michele_ [22:14] michele_: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [22:20] Test [22:20] !test | Bray90820_ [22:20] Bray90820_: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [22:21] Thanks [22:22] *hi* [22:23] is there newer documentation for creating and using an ubuntu chroot using debootstrap? https://wiki.ubuntu.com/DebootstrapChroot is pretty old [22:30] phillips1012 there's this https://help.ubuntu.com/community/BasicChroot [22:34] so, I'm following these instructions: https://help.ubuntu.com/community/MacBookPro11-3 [22:35] and when I run 'dpkg -i bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu1_amd64.deb' it tells me that the dependency 'dkms' is not installed [22:35] I'd like to install the .deb file so I can get my wifi working while I'm running the live version of ubuntu [22:37] !info dkms [22:37] dkms (source: dkms): Dynamic Kernel Module Support Framework. In component main, is optional. Version 2.2.0.3-2ubuntu3 (vivid), package size 63 kB, installed size 343 kB [22:37] ok, but I'm on a mac right now [22:37] asklepian: It's in Main, you should be able to install it [22:37] oh [22:37] so, it should already be installed in the live image? [22:38] asklepian: Oh, right, offline. Any way to hook it up temporaily with an ethernet cable first? [22:39] unfortunately no [22:39] !offline [22:39] does it have a lot of dependencies? [22:39] If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD [22:39] I can just download it and install it manually [22:39] oh nice [22:40] so, is there a way to do that for my bcmwl.deb file in case there are other dependencies? [22:41] or should I just worry about dkms for now [22:41] ? [22:41] asklepian: You can check requirements of a package at http://packages.ubuntu.com/ [22:42] ok, I'll go generate that package download script and maybe that'll be enough [22:42] thanks! [22:43] Bashing-om: Somehow my problem is fixed now [22:44] Bashing-om: After the third or fourth restart, the cursor works as normal again [22:44] also, I forgot to ask: how do I install the 'dkms_2.2.0.3-1.1ubuntu5.debian.tar.gz' file once I'm in? [22:45] not sure why you would've been pointed to a tar 0o [22:45] daftykins http://packages.ubuntu.com/trusty/dkms [22:45] unless the deb is inside [22:45] oh you grabbed the wrong one [22:45] asklepian, get the deb from packages.ubuntu.com [22:45] asklepian, NOT the tar [22:45] I see a .dsc [22:46] but I don't see a .deb [22:46] that's 'download source' [22:46] you don't want source. [22:46] asklepian: where it says architecture the link with "all" does it http://packages.ubuntu.com/trusty/all/dkms/download [22:47] got it [22:47] perfect [22:47] now, I can do this for other packages if their needed [22:48] they're, yep [22:48] lol [22:48] grammar [22:48] I'll be back if I have other questions [22:48] thanks again === asdf is now known as marcelito [22:51] Hi - what is the command associated with Alt Tab ? [22:52] depends on the shell tahr210341 [22:52] unity or gnome-shell [22:52] bazbing80, Oh - I see. [22:52] So for unity ? [22:53] gnome-shell has plugins that let you do alt tab which bring s up a coverflow type all windows in a 3d space window switcher [22:53] unity no idea [22:55] tahr210341: to switch between programs [22:55] So... I"d like to install Ubuntu to an SD card... but not as a live CD, rather, a full install... from within Windows 7. Is this possible at all? [22:55] EriC^^, yes. [22:57] I wasn't aware you could have a persistant sd card [22:57] jgranate, I am talking about installing it to an SD card like one would a hard drive, which is possible, but from within Windows. [22:58] Which is probably the impossible part. [22:58] Unless I get VirtualBox to see the SD card as a hard drive, maybe, and install Ubuntu from within Virtualbox. [22:58] Don't know if that would work, however. [22:59] Yuken: no [22:59] also you'll kill the SD card :) [22:59] Daaaamn it. [22:59] ok, dkms installed fine [23:00] Hi [23:00] but then we got this: http://pastebin.com/85mLHCAV === Gordon is now known as Guest85100 [23:00] I just kernel 4.2.0-040200-generic #201508301530 and at dmesg I see [ 2908.456029] hfs: can't find a HFS filesystem on dev sda2 [23:00] [ 2915.619159] EXT4-fs (sda2): unable to read superblock [23:00] [ 2915.648331] XFS (sda2): Invalid superblock magic number [23:00] and here's the make.log file: http://pastebin.com/yF67XPpq [23:00] hetii: no pasting [23:01] !paste | hetii [23:01] hetii: 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. [23:01] sure [23:01] not more then 3 line. [23:01] so should I worry about those message? [23:01] hetii: well first off you're in the wrong place, 15.10 is in #ubuntu+1 - second, you're trying to mount HFS? why? [23:02] actually don't answer second, because you're in the wrong channel :) [23:03] daftykins: #ubuntu+1 ? never head about that #, No I don`t try mount anything: http://pastebin.ca/3174029 [23:04] anyone? anyone? [23:04] be patient === Kaizokuj is now known as kaizokujoe [23:06] asklepian: I just joined so missed the first part of your question. What version of ubuntu are you running? [23:06] Hi, I was hoping to get some help with a small problem I'm having. [23:06] nicomachus I'm live booting the 'ubuntu-14.04.3-desktop-amd64.iso' [23:06] kaizokujoe: as soon as you detail it, someone can begin [23:06] and trying to install on a MBP 11,3 [23:07] I'd like to get wifi up and running so I can fix stuff on the fly during the install [23:07] Well, I have quite a bit of experience with ubuntu from before but I'm having a stupid problem at the moment. [23:07] to do that I need 'bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu1_amd64.deb' installed [23:07] I'm trying to set up a VM running Ubuntu for a friend. [23:07] dkms was one of its dependencies [23:07] that's where you came in [23:07] asklepian: can't you just set it all up on wired first? [23:07] far less effort believe me. [23:07] no wired [23:07] not ethernet port [23:08] no* [23:08] I installed SSH and set up port forwarding and such. I can connect but when I connect over the internet it won't let the user login [23:08] oh yes, overpriced mac [23:08] :> [23:08] lol [23:08] lol [23:08] kaizokujoe: define "won't let" [23:08] I'm still hunting for a 1TB PCIe SSD in a thin laptop [23:08] It says access denied, though when I connect over the local network it does it just fine. [23:08] as far as I see some modules like qnx4, nfs, hfsplus andy many more are loaded [23:09] once I find that I can give up this baby [23:09] hetii: you really need to be on #ubuntu+1, as you've been told. [23:09] kaizokujoe: are you trying to use root which you've horribly created a password for? [23:09] Nope [23:09] what user then? [23:10] A secondary user I've made for the friend. [23:10] i suggest you have a browse of auth.log and see what's up [23:10] i suspect it's locked out [23:10] nicomachus: ok [23:11] do I have to install an older version of dkms? 'ERROR (dkms apport): kernel package linux-headers-3.19.0-25-generic is not supported' [23:12] asklepian: this may be helpful: https://askubuntu.com/questions/470153/no-wireless-when-install-14-04-on-macbook-pro [23:12] nicomachus thanks, but I'm on an 11,3 and following these: https://help.ubuntu.com/community/MacBookPro11-3 [23:14] I don't get anything useful from the log as far as I can see. [23:14] Well, something seems weird but not sure. [23:14] the problem is you're not actually using trusty per sé, but 14.04 with the vivid kernel [23:14] Pastebin the standard still? [23:15] paste.ubuntu.com is [23:15] so much cleaner and neater than pastebin... [23:16] +1 [23:16] http://paste.ubuntu.com/12562893/ [23:17] My Official Channel : https://www.youtube.com/channel/UCpW7RV72BJzs7OTSgBEmZCQ/videos [23:18] kaizokujoe: you need a slice from when your pal is trying to test connect [23:18] That's all that's in the auth file [23:18] Just repeats those same lines and I think those are just from me checking the file. [23:19] kaizokujoe: https://help.ubuntu.com/community/SSH/OpenSSH/Configuring#Log_More_Information [23:19] are libc6-dev and linux-libc-dev installed by default? [23:20] why don't you run "dpkg -l | grep " to check? [23:20] because I'm not booted into ubuntu [23:21] ok well PM ubottu and type !info [23:24] My Official CAM GIRL Channel with skype contact : https://www.youtube.com/channel/UCpW7RV72BJzs7OTSgBEmZCQ/videos [23:25] i sure hope they run ubuntu. [23:25] lol [23:26] http://paste.ubuntu.com/12563154/ [23:26] There [23:28] ok, so I tried installing them and it didn't fix anything [23:28] I got the same error [23:29] so, how do I get around the fact that 'kernel package linux-headers-3.19.0-25-generic is not supported' [23:29] ? [23:30] i'd reinstall with 14.04.1 media if i were you [23:30] even though, oddly, 'linux-headers-3.19.0-25-generic' is listed as a dependency on: http://packages.ubuntu.com/trusty/linux-headers-3.19.0-25-generic [23:30] might work ok with the default intended 3.13 kernel [23:31] Any ideas for the SSH? [23:31] kaizokujoe: hmm only a guess but check which groups your pals account is a member of versus yours [23:32] He's in the sudo group only afaik. [23:32] doubt it [23:32] check means check [23:32] Thing is, the user connects and auths fine over local network. [23:32] Just not over the internet, even though it's the same username and password. [23:33] Yup, just sudo [23:33] mmm, restarted since? [23:33] daftykins where do I find the .torrent file for that? [23:33] Yup I have. [23:33] old-releases.ubuntu.com [23:34] hey kaizokujoe: what's your ssh command look like? [23:34] without addresses, of course. but what's the format? [23:35] lol, ssh user@host? :P [23:35] I spent ~an hour one day trying to figure out a similar issue to this, and I was typing the hostname instead of the username. [23:36] you never know... it would give that error [23:36] Well, I'm using putty but it's basically the equivalent of ssh HOSTNAMEHERE [23:36] kaizokujoe https://www.youtube.com/watch?v=ZkcEB96iMFk&index=14&list=PL6gx4Cwl9DGCkg2uj3PxUWhMDuTw3VKjM [23:37] actually - sudo: makke : TTY=tty1 ; PWD=/home/makke ; USER=root ; COMMAND=/usr/bin/joe /var/log/auth.log [23:37] o0 [23:37] that almost suggests someone logging in as root [23:37] think that's just local sudo use actually [23:38] Yeah it's what I reacted to as well when I said something looked funky.. [23:39] That's from me using sudo joe /var/log/auth.log [23:40] but that's not even a command [23:40] be better if you could make the log section relevant to just the test connection [23:41] kaizokujoe also, this: https://www.youtube.com/watch?v=a5UBtE1UqYg&index=28&list=PL6gx4Cwl9DGBpuvPW0aHa7mKdn_k9SPKO [23:41] why on earth would you link to video o0 [23:41] I know how to do both those things.. [23:42] whatev, trying to help [23:42] I'll stop [23:42] lol [23:44] I appreciate the attempt to helping but it's not the first time I'm doing this. [23:44] the format of the logs begged to differ ;) [23:45] How so? === BlackDevil is now known as Halion-x === Halion-x is now known as Neutrix [23:45] well as i said it would've been more useful just having the specific portion relevant to the test login being made [23:45] see whether your pal has any logs too [23:46] He isn't trying to log in, it's me trying to log in using that user before giving him the login. [23:46] Putty doesn't keep logs afaik. [23:46] so you're using the external IP but internally? [23:47] I'm using the domain name to connect to it externally. [23:48] but from *inside* on the LAN? [23:48] Yup. [23:48] Though [23:48] ugh not a lot of routers allow that =| you lied in your original explanation :( === domaldel is now known as Domaldel [23:48] Well, I didn't lie. I was mearly telling you what I thought would be enough for you to understand. [23:48] also forget domains, try the public IP [23:49] Did that too [23:49] It was the second thing I tried. [23:49] well no, you made it out like you were testing from the other place remotely [23:49] alright so test properly now :) [23:50] Properly being what? [23:50] from a remote host over the internet [23:51] I don't HAVE a remote host to connect from. [23:51] Need to hit up some friends for shells on their boxes for this kind of thing :p [23:51] or just ask the friend to test connect [23:51] My last router had no issue with these kind of things. [23:52] come to me with solutions, not problems :> [23:52] uh huh, well things change [23:52] He isn't awake anymore, it's 2 in the morning here. [23:52] again, none of these details concern me [23:52] there are some out there that don't even allow a locally hosted web server to be reachable internally [23:53] And I'm not telling you because it concerns you, it was mearly idle chatter. [23:53] i don't think you quite understand the sentiment there [23:53] essentially i'm pointing out that i don't need to know the details, you know what to do... get it done [23:54] Yeah and as i said, those things are more for the sake of conversation then to further the problem solving of the issue. [23:54] sounds like 'login intranet-at-work-while-not-at-work' [23:54] spare me :) [23:55] OerHeks: ooh dear i hope not [23:57] Well, since it seems idle chatter is not appreciated here and I'm done testing it for today I'll be heading off. [23:57] aww diddums