[00:00] !reisub | putolov [00:00] putolov: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [00:00] Where does Ubuntu store the print screens by default? [00:00] except that it won't work during a kernel panic. [00:00] xubuntu666, for instance my screen is frozen but coursor moves [00:00] selite: /Downloads/ iirc [00:01] Blue1: it's not in downloads [00:01] selite: ~/Pictures [00:01] putolov, wait. if your caps lock is flashing, your cursor shouldn't move. do you mean that you can turn caps lock on and off, or that it flashes on and off on its own? [00:01] LtL: It's not in pictures either I use the Files and it doesn't show. [00:01] What a stupid fucking OS. [00:01] xubuntu666, my coursor moves and caps lock flashing [00:02] putolov, CA [00:02] but I cann't work on browser [00:02] putolov, try alt+ctrl+F1 [00:02] putolov, do you get a text login? [00:02] no [00:03] putolov, try what daftykins recommended with reisub [00:03] xubuntu666, yes [00:03] daftykins, boots to a black screen, then crtl-alt-f1 over to a tty to check out logs and things [00:04] I have got tty [00:04] putolov, you can remember it in a pinch (which is the only time you'll need it!) by remembering the phrase "Raising Elephants Is So Udderly Boring" [00:04] exit [00:04] ops [00:04] promet: do you have working networking at that point? "pastebinit /var/log/Xorg.0.log" if it's non-zero could be handy, also an "lspci | pastebinit" [00:04] putolov, ok, log in, and restart lightdm with command sudo service lightdm restart [00:04] it (Xorg.o.log) seems to be trying to load fglrx and ati modules for video, I think it should maybe be "radeon" [00:05] promet: mmm that might depend on the card at hand [00:05] anyone know how to pause the boot up so i can edit the .bashrc file [00:05] I know it [00:06] I know it's Utterly. I visualize udders. [00:06] daftykins, ATI Rage IIc with 2 MB of SGRAM [00:06] Smokin... =D [00:06] promet: i think full ubuntu would be impossible then, i'd retry with xu or lu perhaps [00:06] notionSunday: edit the file. Log-out. Log-in. [00:06] or dsl [00:07] xubuntu666: psst we're in an ubuntu channel [00:07] ;) [00:07] xubuntu666, what is lightdm ? [00:07] how do i do that one bootup [00:07] i need to stop the boot process first so it doesnt run the .bashrc [00:08] putolov, it's the display manager that gives you your login session and starts x for you. restarting it will kill your previous graphical session and bring you to the login screen without a full reboot [00:08] daftykins, just for kicks though, how might I point the X instance to load radeon. I've never quite understood this since xorg.conf.d came around; luckily never had much need. [00:08] notionSunday: .bashrc is only read when the user logs in [00:08] i got it set to auto login [00:08] daftykins, fair enough. does ubuntu package something that is equivalent to dsl? [00:08] its for a raspberry pi [00:08] if I write an xorg.conf will it default to that? [00:08] rasbian [00:09] xubuntu666: er, i assume you refer to damn small linux which is an alternative distro - why would a distro package a distro? [00:09] xubuntu666, ok, tnx [00:09] i'm seeing Russian dolls here... [00:09] daftykins, no, I mean you shh me because dsl isn [00:09] notionSunday: Ahhh, well, Raspian isn't Ubuntu and not supported here [00:10] promet: er you'd need a minimal config xorg.conf that explicitly only pics a driver - but the fact nomodeset didn't work is kinda telling nothing will [00:10] isn't ubuntu product, but there is no equivalent. I'm not trying to support dsl, but if there's nothing that ubuntu does that is equivalent, there's no reason to ban mentioning it. [00:10] daftykins, gotcha [00:10] yes, I meant damn small linux. Puppy Linux would be another that isn't in the same space. [00:10] xubuntu666: i'm not saying i'm banning mentioning it, just that if someone is in an ubuntu support channel it's likely because that's what they want to run :) [00:11] daftykins, fair enough. [00:13] I'm trying to get my nVidia GeForce 520M working with the latest drivers on Ubuntu 15.04 (and Optimus, of course), but I'm not sure if I actually did. How can I check what my graphics hardware and OpenGL version is? [00:13] BlueProtoman, glxinfo [00:13] BlueProtoman: did you go the nvidia-prime route? nvidia-settings should run also [00:13] xubuntu666: And what am I looking for? [00:14] xubuntu666, ok, is there some solution to kill browser when my screen is frozen and my coursor works ? [00:14] glxinfo | grep direct tells you if you've got direct hardware rendering [00:14] xubuntu666: Does it display info for multiple OpenGL versions? [00:15] putolov, you can kill an x-window from the terminal a few ways, or alt+F2 and run xkill then click on window to kill [00:15] sudo ubuntu-drivers devices [00:16] BlueProtoman, yes, as well as available extensions [00:16] xubuntu666: Oh, I see, for core profile, compatibility profile, etc.? [00:16] xubuntu666, Terminal I opent with Ctrl+Alt+T [00:16] xubuntu666: Looks like my core profile supports OpenGL 3.3...but I'm still using the nVidia. [00:18] xubuntu666: *still using the Intel, derp [00:18] putolov, do you? I don't know your hotkeys, sorry. I'm not using unity. from terminal you can kill using pid or kill all processes of a certain name. [00:19] xubuntu666, how does it work with pid or to kill process of a certain name ? [00:19] BlueProtoman, oh you have an APU? a newer intel processor? [00:19] xubuntu666: no, optimus - intel on-die + nvidia discrete chip [00:20] BlueProtoman: as i mentioned initially, did you install nvidia-prime or bumblebee? does nvidia-settings run? [00:20] xubuntu666: I have a Intel HD Graphics 5000 and a nVidia GeForce 520M, and an Optimus to let me switch between them [00:20] putolov, well, you can get the pid using "top" "ps" or "pidof" commands. then kill -[1-9] where the 1 to 9 is a choice of signal to send, and the is replaced with the pid number [00:20] daftykins: Yes, I have them both. But "primusrun glxinfo" returns "primus: fatal: Bumblebee daemon reported: error: Could not load GPU driver" [00:21] BlueProtoman: no you can't use them both. nvidia-prime is what should be used *instead* of bumblebee [00:21] putolov, in a terminal, you can get the manual for commands with the "man" commaqn [00:21] putolov, "man" command. e.g. man ps [00:21] xubuntu666, tnx very much [00:22] daftykins: Okay, I'll uninstall bumblebee and get back to you on that. [00:22] BlueProtoman: cool. sudo apt-get purge bumble* [00:23] daftykins: Cool. Then what, try "primus glxinfo"? [00:25] daftykins: What do I do next? [00:29] BlueProtoman: "dpkg -l | grep nvidia" and "pastebinit /var/log/Xorg.0.log" [00:29] er the former should be pastebin'd as well, but apparently i don't have my head screwed on today [00:30] could just do "dpkg -l | grep nvidia | pastebinit" [00:31] hello everyone, I'm trying to make a bootable usb, however my web browser crashes when attempting to download. Normally I'd use unetbootin but my computer seems to be refusing to boot a usb made with that [00:31] *download uuo [00:31] *uui [00:34] daftykins: http://paste.ubuntu.com/12203028/ for the first command, http://paste.ubuntu.com/12203029/ for the second [00:36] BlueProtoman: hrmm xorg-edgers and nvidia-355, there's actually an official PPA for ubuntu for updated drivers now. 355 is a waste for such an old mobile chip though [00:36] Xorg's log there shows no sign of your nvidia being used or configured [00:36] !info nvidia-prime [00:36] nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (vivid), package size 10 kB, installed size 114 kB (Only available for i386; amd64) [00:37] hmm [00:37] back in 10 [00:38] Hello, how to set virtual desktops under multiple monitors in latest xubuntu? [00:39] I heard that its possible. On windows 10 its possible, so... War started. [00:42] Fyxi: go to settings [00:42] i believe you want workspaces [00:43] daftykins: Is this the PPA you mean? https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [00:43] Still no Official Supported Google Drive for Ubuntu/Linux? [00:43] ask Google [00:45] Yea, workspaces [00:45] designbybeck: they really need to get on it. It was supposed to be out long ago [00:45] But I heard that its not working under multiple monitors, it's that true? [00:45] Can you damage an NTFS file system by reading it from Linux? [00:45] daftykins [00:45] designbybeck: and technically, you mean no google supported google drive for linux. There are other supported google drive clients [00:46] BlueProtoman: looks like the one - you'll need to purge _all_ nvidia* and remove xorg-edgers first though [00:46] correct tgm4883 [00:46] BlueProtoman: oh you're still on 12.04 - wow. [00:46] designbybeck: well yea, only google can make a google supported one [00:46] daftykins: What? No. I'm on 15.04 [00:46] BlueProtoman: nevermind, misread [00:47] I have an old server I am trying to connect to with the nomachine NX server ... but it is giving the error "Cannot find X servers running on this machine" ... I can login via ubuntu gui .... how would I double check that X is running? [00:47] nrdb: if iy really was a server it won't have X [00:48] daftykins: Okay, purged nvidia*, but what is this "xorg-edgers" and how do I remove it? [00:48] daftykins, it is a LTSP server.. so yes it should [00:50] BlueProtoman: the PPA you're getting drivers from already, visit their site for removal [00:50] daftykins: You mean *not* https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa ? [00:51] xorg-edgers is the one you ALREADY have on [00:51] which needs to go === Guest31358 is now known as Ivoah [00:53] daftykins: Okay. Just ran "sudo ppa-purge ppa:xorg-edgers/ppa" [00:54] reboot [00:54] daftykins: And then what, reinstall the nvidia drivers? [00:55] then install nvidia-355 nvidia-prime nvidia-settings [00:56] Okay. Will do, then let you know how it goes. Thanks! [00:56] help Brazil [00:56] !br [00:56] 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. [01:00] daftykins: All righty, just rebooted and installed those packages. [01:00] and reboot again and pastebin a fresh Xorg.0.log [01:00] wouldn't mind seeing an "lspci | pastebinit" too [01:01] Sure http://paste.ubuntu.com/12203129/ [01:01] I'll give you another once I reboot === bazhang_ is now known as bazhang [01:09] anyone know how to use gadmin openvpn? [01:09] says Missing certificate or key setting. [01:09] do you have a VPN service to connect to yet? === oats_ is now known as oats === moral is now known as mnkyobi === mnkyobi is now known as mnkyboi [01:12] yes [01:12] from where? [01:12] openpvn [01:12] openvpn [01:13] but they don't offer anything direct [01:14] idk [01:14] daftykins: Oops, I broke my graphics and have to fix everything by console. Now what? [01:15] ablest1980: do you have any other system than the one you're typing from? a VPS? a server co-located? [01:15] daftykins, http://paste.ubuntu.com/12203146/ [01:15] no [01:15] ablest1980: yes that's configuring a client, but you need the service to connect to at the other end... [01:15] BlueProtoman: so X never started but you've got TTYs huh? [01:15] i got open vpn [01:16] ablest1980: as much as i enjoy going around in these circles, i suspect i will leave it there for now. unless you got connection details from the site when logged in, you can't go any further. [01:17] ok [01:17] daftykins: Bingo [01:17] ablest1980: Do you know that to use openvpn you need *TWO* PCs, your local PC and some other PC somewhere else? [01:19] no [01:20] #deepin [01:21] ablest1980: To create a Virtual Private Network (VPN) you'll need 2 PCs, one might be a hosted service somewhere on the Internet that sells you a VPN connection service. When you buy that service they will provide an openvpn configuration file for you to use on your local PC, and *then* you will be able to use it [01:21] What was that !term used to find the ubuntu touch chat room folks? [01:21] BlueProtoman: try pastebin'ing /var/log/Xorg.0.log now - then might have to be "sudo apt-get purge nvidia* " [01:22] Didge-: better yet is remembering #ubuntu-touch [01:22] HAHA cheers pal, I'm such a douche mate, sorry and thanks :) [01:24] ok ty [01:26] !info hal [01:26] Package hal does not exist in vivid [01:26] daftykins: i cant add more than 1 workspace, its possible under windows10, lol [01:26] and i always was under linux site... [01:26] side* [01:27] Fyxi: are you going to make me google it for you? === tswett is now known as dipperswett [01:27] i googled and its says its not possible, there are several ppl that its possible [01:27] Hi [01:28] ya, linux ppl laughed that i said that windows10 have better workspaces support under multiple monitors and get hated, because it's possible under linux but nobody knows how [01:28] WAT [01:28] hi [01:28] Fyxi: is that using Unity? === john is now known as Guest70960 [01:28] XFCE [01:28] ubuntu xfce [01:29] xubuntu [01:29] no xfce definitely has workspaces. [01:29] hello [01:29] hi [01:29] i mean [01:29] what is going on here? [01:29] i have two monitors [01:29] and want to have workspaces under these [01:29] spanich? [01:29] spanish? [01:29] so on ubuntu-server 15.04 what do i need to run say a script or command at login? [01:29] Fyxi: define what you mean by "under" ? [01:30] it doesnt matter if one monitor will have workspaces and second will have other, or one workspace will use two monitors [01:30] Fyxi: you have the monitors using a single X screen (single desktop across both) ? [01:31] TJ-: i dont get it ;_; probably not [01:31] or... ef i dont know [01:31] Guest70960: as the topic states, this is an Ubuntu support channel, for support. [01:32] i have extended desktop to two monitors, so i can have things on first, and other things on second [01:32] Fyxi: with multiple monitors, the X server can do 1 of 2 things. Use both monitors on a single X screen so the desktop covers both monitors (as in windows), or have each monitor on a separate X screen, in which case there are two separate desktops and you cannot move applications from 1 to the other [01:33] i want first case [01:33] daftykins: http://paste.ubuntu.com/12203204 [01:34] but, im not really familar with terminal and used last two months windows so i forgot most [01:34] BlueProtoman: hrmm this laptop of yours, does it have any BIOS controls over the optimus configuration? [01:34] i just know few commands, to install packages or compile something [01:34] Fyxi: which should be what is configured by default when you connect the 2nd monitor. So now if you add workspaces, each workspace will include both monitors (because as far as the X server is concerned, there's just 1 very large display) [01:34] daftykins: No. [01:35] BlueProtoman: alright, i suspect the repo i suggested does not have drivers supporting prime then :( did you purge nvidia* yet? [01:35] TJ-: when i change number of workspaces under settings, it doesn't add item to list [01:35] just i still have only one workspace [01:35] i can post screenshot [01:35] (away) not here. [01:36] Fyxi: OK, what you say makes sense... it is either silently failing to create the workspaces, or not listing them [01:37] TJ-: http://i.imgur.com/1zSrXhY.png [01:37] I tried to that before. [01:38] daftykins: 355 is the beta driver, right? Maybe I should just use 352? [01:39] BlueProtoman: you're welcome to try something else, i'd purge - remove the PPA then try the default repos 346. [01:40] daftykins: I want a newer driver than that, though [01:40] I'll try 352 and report back [01:40] BlueProtoman: i already mentioned it's a huge waste of time [01:40] do you have any idea how old that chip is? :) [01:41] TJ-: I go sleep, probably will read logs later. If I will dont remember your msg's i will write to you privately. Good night. [01:41] Fyxi: although the list only shows 1 entry, do the workspace hot-keys move to another workspace? From what I've read the hot-key is Ctrl+F1 through Ctrl+F4 [01:41] If I will lost your msg's* I mean [01:41] TJ-: Nope. [01:41] daftykins: No, I do not. And the site still lists my chip as supported, by the way [01:42] Ok, good night, i can read logs, bye [01:42] BlueProtoman: it's old, chasing driver versions is fruitless. [01:42] I will sleep about 2-5 hours [01:42] daftykins: Why is it fruitless? [01:42] because such an old chip will not have any worthwhile improvements [01:43] versions are iterated to add support and tweak newer hardware, they're not going to miraculously triple the framerates on an old product [01:44] daftykins: Just let me try 346 on this new PPA first. If that fails, I'll rever [01:44] *revert [01:45] but 346 might be coming from the wrong place [01:46] daftykins: Ok, so what's the PPA for the default driver source again? [01:46] you don't need one [01:46] just remove what was added before [01:47] But I did a ppa purge as the PPA's site suggested [01:47] ok hang on you've lost me [01:47] where are we? 1) default 2) xorg-edgers PPA 3) ubuntu-drivers PPA [01:48] I purged 2) so I could install from 3), as the site for 2) suggested [01:49] Via sudo ppa-purge [01:50] right so you have 3) on and you want to...? [01:50] Fyxi: according to a post in the Mint forums, the issue is caused when you have Compiz (3D effects) enabled. In that case you have to use the Compiz Config Settings Manager and change the desktop numbers there for workspaces to function. See http://forums.linuxmint.com/viewtopic.php?f=57&t=191883 [01:50] daftykins: Either install the latest drivers in 3) and have them work or revert to 2) safely [01:52] yeah so you can do the first idea now [01:52] What's the PPA's exact name again? [01:53] but you already have it installed [01:53] https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa?field.series_filter=vivid [01:53] ooooh [01:53] "apt-cache search nvidia-3" might list the available [01:54] im pretty sure that ppa uses the exact copied packages from xorg-edgers btw [01:55] How do I start contributing by developing and improving Ubuntu on Windows 10? [01:55] EphraimMB: you mean to want to contribute whilst not using it? [01:55] !contribute [01:55] To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu [01:56] vivid: right now perhaps, but it'll change. [01:56] what a curious nickname for an ubuntu channel. [01:58] i know right, i have more ignores in this channel than in all of the world of irc [01:58] Okay, now what? [01:58] How do I do this on Windows? [01:59] I have no idea what I'm doing [01:59] Workrave doens't seem to be proper for my uses of setting a reminder every hour. Any other programs I could use? [01:59] !contribute | EphraimMB [01:59] EphraimMB: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu [01:59] EphraimMB: those are links, click them. [02:00] BlueProtoman: actually that PPA lacks something, i'd say purge nvidia* and reboot. [02:01] daftykins: Then what? [02:01] remove 3) [02:02] Is there any reason why I shouldn't install an Ubuntu-only system as 'Legacy'? I'm getting so many errors trying to get it to install + boot in UEFI [02:02] Nikesh: is it to be the only OS, or will it be alongside Windows? [02:02] Okay, I have working graphics now, but am no closer to a working Optimus than when I started [02:03] Nikesh: if you want to dual boot with something installed using uefi === hugegree_ is now known as hugegreenbug [02:03] BlueProtoman: i've noticed. so remove 3) then install "nvidia-346 nvidia-prime nvidia-settings" and try again. [02:05] daftykins: And what exactly do you mean by "try again"? [02:07] The links you gave me only tells me how to do this on Ubuntu. I want to know how to do this on Windows. [02:07] daftykins: I only ever want Ubuntu [02:08] Nikesh: i can't see any issues with booting and installing as EFI then? what goes wrong? [02:08] EphraimMB: your request makes no sense; what contribution can you make if you don't use Ubuntu? [02:08] TJ-: i have compiz, so that can be problem, i was thinking about that before [02:08] thanks [02:08] hello. im having few slow loading pages and just read bout flushing dns servers what this and how on linux [02:08] BlueProtoman: rebooting *facepalm* [02:09] daftykins: I keep getting 'No Bootable Device' after install [02:09] Nikesh: what kind of system is this? [02:09] daftykins: I've tried Boot-Repair [02:09] daftykins: What details can I share? [02:09] how the compiz workspace settings is named? [02:09] desktop/laptop - make/model [02:09] daftykins: Aaand my graphics are broken again [02:10] Fyxi: i don't think you can use compiz with xfce? might be wrong. [02:10] daftykins: Laptop with Intel 2.16ghz quad core, 128gb ssd, 8gb ram [02:10] Fyxi: in that forum post the user called them "Displays" [02:10] Nikesh: if all you want is ubuntu go ahead and install legacy, its simpler [02:10] daftykins: Yes, you can [02:10] ah ok :> [02:10] BlueProtoman: weird, usually all setups i've seen work fine with this, ah well i give up. [02:10] Ben64: Can I still install other version of Ubuntu, or will it only ever be one Ubuntu? === gerald is now known as Guest45829 [02:12] vhosts /Cloaks [02:12] Hello! May I ask is the ssh (server) required on a desktop system? [02:12] ok, i set multiple monitors, but its still dont works [02:12] Hi. I have Ubuntu 14.04 installed with an Nvidia GTX 970. I use the proprietary graphics drivers. As a software engineer, I really want to love ubuntu (I've been a Mac OS X devotee for 10 years), but the X window system crashes randomly once every 3-4 hours. Sometimes dbus brings it down, sometimes I suspect it is compiz (though, I have zero "effects" turned on)... in general though, it is unreliable to code on. Has anyone else experienced t [02:12] and know how to run ubuntu with the stability linux is known for? [02:12] i have at xfce panel widget four workspaces, but clicking them nothing changes [02:13] maki: no it's not [02:13] TJ- [02:13] Thanx! [02:14] Fyxi: I'm not sure why that would be, sorry. Maybe you have to switch using hotkeys for the Compiz 'displays' ? [02:15] where is workspace hotkeys under compiz settings [02:16] i want to know how to change workspace... === dsfzxc is now known as HellZ [02:17] just adding the workspace switcher to the panel will work [02:18] msodrew: It's usually stable for me. I'm a software engineer, too. But presently struggling with a new machine (also graphics drivers and boot issues..) [02:19] Nikesh: does X server bring down the whole system for you too? that's pretty much my only quip [02:20] ill be running Atom, gnome-terminal, Zeal, and Chrome and it'll randomly happen after a few hours [02:20] Nikesh: so what's the make + model? [02:20] msodrew: Hm, no. The issue for me is that it seems like my CPU is doing what the graphics card should (seeing heavy loads when nothing but X is running) [02:20] daftykins: It's an Acer Aspire E11-111 [02:21] msodrew: Linux generally excels at logging clues. For X see "/var/log/Xorg.0.log" and possibly "/var/log/kern.log" (or if using systemd, use "journalctl" ) [02:21] Nikesh: mmm. what kind of GPU you have? [02:21] Nikesh: hrmm, latest BIOS as per their website? sometimes there's a Linux variant for acers, or just an update if EFI boot is going weirdly. [02:21] msodrew: Not sure actually. Just the stock laptop one.. nothing special I'm sure (maybe that's why -- but I hope rather that I can find some different drivers and it will work better) [02:22] TJ-: thanks. I wasn't aware of /var/log/kern.log ... ill look into that. Is systemd something I can run to get more logging? [02:22] daftykins: Hm.. I had it working on 14.04 after using Boot-Repair, but it seemed magical (can't remember what changed) -- I wanted to reinstall though for other reasons [02:22] TJ-: thanks [02:22] its works like harm [02:22] Nikesh: that is, I've found, one of the most essential things to find out. If you're running windows you should be able to inspect your hardware and see if it's AMD or Nvidia [02:22] one things i would have is to show desktops and windows like windows OS had [02:23] seperate desktops with sepeare windows [02:23] msodrew: No windows around.. But I think I can find it Linux, too [02:23] msodrew: systemd is the new init system in 15.04+. Up to then the init system is upstart. systemd takes over a lot of core services, including generating binary (not text) logs, and to view those "journalctl" is required [02:23] Nikesh: generally, the state of things is that AMD proprietary drivers are absolute garbage and not updated enough, so you gotta use the open source ones mantained by xorg [02:23] msodrew: you don't need to use Windows to detect the hardware... [02:23] msodrew: Ah yeah, that's my feeling. So I wonder what's being used [02:23] Nikesh: so any luck on the acer website? [02:23] Nikesh: nividia is better, but ive found that since im running a (reasonably) new and high powered card, I have to use the xorg-edgers special PPA that supports it [02:25] Nikesh: open a terminal and type "sudo lspci | grep VGA" and tell us what it says [02:25] daftykins: I was only saying that in case he was talking to us from a booted windows partition [02:25] why are you folks talking about graphics hardware anyway, when the query is EFI installation? [02:25] daftykins: Not yet [02:25] when did graphics issues come up? [02:26] daftykins: msodrew was talking about it, and I was also facing that, but first I just want to boot! :P [02:26] daftykins: that's my issue... Nikesh just chimed in and wanted to talk about it too [02:26] ah ok. === mnkyboi is now known as freq [02:28] TJ-: so should I forget about systemd if im running 14.04.3 deliberately for stability? [02:28] daftykins: OK, so I'm in a live USB and Boot-Repair says "Boot of PC is in EFI mode, but no EFI partition found" Recommends creating one.. [02:29] daftykins: In gparted I see /dev/sda1 bios_grub and /dev/sda2 as ext4 and /dev/sda3 (unknown.. somehow an aborted swap partition it seems) [02:29] Why does the Ubuntu UI look so outdated? [02:29] Nikesh: i'd rather start with the BIOS options if you wouldn't mind just glancing if there is one [02:29] msodrew: Yes, 14.04 has upstart and all text logs in /var/log/ [02:29] daftykins: Sure, what do you mean though? [02:29] are you sure it's not an E3-111 ? [02:30] http://us.acer.com/ac/en/US/content/series/aspire-e11 [02:30] that page has confusing model numbers [02:30] The bottom says es1-111 --> http://us.acer.com/ac/en/US/content/model/NX.MSNAA.003 [02:30] oh dear 8.1 with Bing [02:30] TJ-: for sure... I'll take a stronger look tomorrow at the office. I just get into the mode of "Im trying to work! Not look at logs! ... I'll solve this later." and then about 2 hours later X will completely throw me out to the login screen again lol :'( [02:30] Nikesh: is that what it came with? [02:30] Why does the Ubuntu UI Desktop look so outdated? [02:30] daftykins: Hehe yeah. That's gone. I have a new SSD in it [02:31] Windows 8.1 is the ultimate sadness. [02:31] Plus upgraded RAM to 8GB [02:31] msodrew: No, Windows 10 is... [02:31] :P [02:31] Nikesh: doesn't matter, that EFI is hamstringed to only load 32-bit EFI code - so no wonder it doesn't work properly [02:31] Moving on X [02:31] *XD [02:31] those machines are intentionally made harder to use non-Windows with [02:31] tsimonq2: I dunno man... I dunno how they could fuck things up harder than 8.1... I had to live with that for 3 months on a project and oh my god did I want to kill myself [02:32] daftykins: Interesting. THe Amazon reviews said you could send it to Acer to get your Windows $ back if you show you haven't activated it [02:32] Evenin' [02:32] hey guys.. i want to fix something that i just can't put up with anymore.. you see, my browsers work just fine, but if my laptop's lid is ever closed or the computer goes to sleep , when i log back in, the internet browsers are super slow.. pages don't load. i have to restart the PC. can someone help? [02:32] What file system type do I use for an EFI boot partition? [02:32] Nikesh: doesn't change the firmware on the system sadly. [02:32] Why is everyone ignoring my question? [02:33] EphraimMB: It looks modern to me [02:33] msodrew: I'd suspect your X server crashes are caused by using the xorg-edgers PPA. I'd recommend purging that PPA and returning to the stock Ubuntu packages, and either use the LTS HardWare Enablement stack or use the new special PPA that providers just the video drivers: see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [02:33] Nikesh: FAT32 [02:33] Nikesh: this should help - http://askubuntu.com/questions/392719/32-bit-uefi-boot-support [02:33] The Ubuntu Desktop UI isn't flat [02:33] EphraimMB: it's up to you to customize Unity. Try Numix. http://sourcedigit.com/9432-top-10-best-custom-themes-ubuntu-14-04/ [02:34] Nikesh: you probably would find it easier to try and boot and install as legac *if* that machine will let you though. [02:34] EphraimMB: you're not asking a support question. [02:34] TJ-: ah... does that PPA provide an open source GPU driver that supports the Nvidia GTX 970? [02:35] daftykins: OK, interesting. Though I was weary because the Legacy USB boot was really slow [02:35] msodrew: It provides the latest nvidia drivers, without all the other X server changes that make xorg-edgers unstable [02:35] Nikesh: if you enter the BIOS and check, does it let you disable secure boot and EFI - and enable legacy / CSM ? [02:35] TJ-: amazing... I will DEFINTELY try that out tomorrow. [02:35] TJ-: thank you [02:35] !ot | EphraimMB if you don't have a support question [02:35] EphraimMB if you don't have a support question: #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! [02:36] daftykins: Yes, I did that and was able to boot into the USB in legacy mode (the boot splash was different) [02:36] Nikesh: mmm maybe you'll be ok installing that way then, you'll want to nuke your disk entirely before setup to ensure it's got no GPT evidence left :) [02:36] msodrew: see also https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:37] So.. in gparted the option to create a fat32 partition is disabled.. I created new unallocated space of 2mb at the beginning of the disk, but it only allows ext2/3/4 [02:37] daftykins: How do I nuke it? [02:37] Nikesh: sudo dd if=/dev/zero of=/dev/sda bs=1M count=1 [02:37] TJ-: im already on a fresh install of 14.04.3, so is that relevant? [02:37] Nikesh: from live session assuming sda is your SSD [02:38] daftykins: Oh wow. Hours and hours later? [02:38] Nikesh: what hours? [02:38] I mean, that will take a long time? [02:38] that's going to be instant, i told you to write 1MB :) [02:38] msodrew: It might be - it brings in the latest kernels that support recent hardware, etc. [02:38] daftykins: Ah right, I see now [02:38] Nikesh: it's also pretty annoying that you've been carrying on with your own approach whilst i've been describing this btw [02:38] :) [02:38] msodrew: most importantly, HWE is a supported option on LTS [02:38] daftykins: Is there any way legacy will be 'slower'? [02:38] daftykins: I see [02:38] TJ-: "The 14.04.2 and newer point release will ship with an updated kernel and X stack by default. If you have installed with older media you can use the following to install the newer kernel from 15.04 (Vivid):" [02:38] you'll have to try it and tell me [02:39] but no, there shouldn't* [02:39] OK, I'll give it a go.. [02:39] * - disclaimer, who knows what that funky windows 8.1 with Bing firmware will do [02:39] :O [02:39] :( [02:39] msodrew: I thought that only applied to the installation media, not package upgrades if you start from say 14.04.0 [02:39] if i have laptop from 2005, does it means i should use ubuntu 5? [02:40] TJ-: yeah so my ubuntu is a fresh install media sourced copy of 14.04.3 [02:40] TJ-: i didnt apt-get my way to victory on that ;) [02:40] msodrew: nice short-cut :) [02:42] I have a strange problem when trying to get Optimus working on Ubuntu 15.04. http://askubuntu.com/questions/666277/optimus-using-optirun-logs-me-out-then-fails Any thoughts? [02:46] I am running Gnome3. I am unable to configure any VPN connections in my network manager. When I click "configure" the configuration window never opens. Any ideas how to fix? [02:48] lofty: no, you should use a supported ubuntu release, if by "laptop from 2005" you mean you have low resources then try Xubuntu or Lubuntu [02:49] hi. i googled a lot, and found that outgoing packets of tproxy needs a route config to know where to send the censored packets. anyway to keep them on the original path , which is in a realy bridge mode ? [02:50] xangua, i'm looking for "perfect" distro for past few days. the crux of my dissatisfaction lies in the fact that windows xp can run 720p videos on youtube and none of linux can run it without lagging [02:58] lofty: install graphics drivers, install chrome, use html5 player [03:00] Ben64, graphic driver is universal, and not individual. that's where i lose performance out of my hardware. i'm already using chromium and html5 is lagging aswell [03:01] lofty: what hardware is this? perhaps it's old enough that Linux regressed. [03:01] can anyone help me with my qyestion? [03:01] hey guys.. i want to fix something that i just can't put up with anymore.. you see, my browsers work just fine, but if my laptop's lid is ever closed or the computer goes to sleep , when i log back in, the internet browsers are super slow.. pages don't load. i have to restart the PC. can someone help? [03:01] it's from 2005, something for ubuntu 5.10 or 6.04 but i'm tweaking latest distros [03:01] i don't know where to start [03:02] i take it sleeping isn't an option? [03:02] lofty: so what's the graphics hardware? [03:03] daftykins, Mobile Intel® 915GM/GMS, 910GML Express Chipset Family [03:03] #samba [03:05] lofty: and the processor? [03:06] daftykins, Intel Pentium® M Processor 760 [03:06] lofty: i've had a feeling for a while now that something has regressed in the i915 driver to ruin it for older hardware, i would not even bother personally. === live is now known as Guest79189 [03:06] i would not make my worst enemy use a system of that age. [03:06] hi i downloaded a full circle magazine and i can't read it [03:07] what format? what is full circle? [03:07] ubuntu full circle magazine [03:07] free [03:07] daftykins, it's not mine, but i would like to make it run smooth with proper software [03:07] single core, and older intel , no racemonster with movies [03:08] i assume it's in pdf i'll try a pdf reader [03:08] lofty: good luck with that. i'd sooner buy them something from the last decade. [03:09] daftykins, they made lubuntu for the last decades, aren't they? [03:09] so you've tried lubuntu 14.04 ? [03:09] even 15.04 [03:09] or even 12.04 is still supported [03:09] no 15.04 is too new for you :) [03:10] tried from 11.10 (first official lubuntu) up to 15.04 [03:10] waste of time then [03:11] hmm... if windows can make it work, linux can make it work too [03:12] no. [03:12] and you are wasting all the people in here's time by bothering anyone with it [03:13] daftykins, don't me mad about something you don't know [03:13] be* [03:13] that's not the case, i'm mad at obnoxious individuals who waste others time for pointless frivolous matters. [03:14] you could get something capable of HD youtube HTML5 for $150 / £200 / etc. [03:14] html5/flash needs a duo core, even with the opendriver. === Fred_ is now known as Guest89378 [03:15] https://downloadcenter.intel.com/download/12536/Intel-Graphics-Media-Accelerator-Driver-for-Windows-XP-exe- [03:15] * lofty gloats over solution [03:16] not everyone has $150 lying around either, just saying [03:16] lofty: then use the dead os that is windows xp, have a nice day [03:17] That would be a solution. sad. [03:17] but hey, those old machines are a fire risc too. [03:17] nevermind... have a great one [03:18] that is a sad solution but hmm [03:19] hello can I repair my linux mint bootloader through a zorin live usb? [03:20] i love this guy :-D [03:20] Guest79189: neither mint nor zorin is supported here [03:20] or does it have to be a linux mint live cd [03:20] where do i go? [03:20] can you tell me the right chatroo,? [03:21] #linuxmint-help on irc.spotchat.org [03:21] I am sorry I am new to xchat so I am not on irc.spotchat.org? [03:21] you're on freenode [03:22] I am used to running xchat through mint [03:22] could you please let me know how i get to spotchat? [03:22] can i do it through this? [03:23] /server irc.spotchat.org [03:27] Hi, I bought a new computer that is on it's way(shipping) right now. I am currently on a really old 32-bit computer, but I have a bunch of crontabs and configuration files and such...when my computer comes, how can I easily make the transfer? What do I not copy over? [03:27] OS? [03:29] Lubuntu...although I think you guys can help [03:30] version though? [03:30] 15.10 [03:32] daftykins [03:32] that's not out yet [03:32] so unless you time travelled here... [03:32] how they describe lubuntu, it should be able to run on nokia 3310 [03:33] * tsimonq2 sprints towards #ubuntu+1 [03:33] Thanks [03:36] Hello. not sure where to ask if here or ubuntu-server. I have the desktop version of ubuntu installed on a laptop. How can I access that system remotly with a GUI from my Windows system? I do have the ability to ssh in [03:37] teamviewer, VNC if local trusted LAN (or tunnel over SSH) [03:37] plenty really. [03:38] but really my brain screams 'why?' :) [03:38] EmanuelNJ, come with me son, i'll buy you some genuines :) [03:39] daftykins, It's a trusted LAN. Do I need to install a VNC server first? And to answer why, I'm too lazy to go downstairs every time I want to use software manager to install an app [03:39] daftykins, I'm trying to turn this into a Plex Media Server [03:39] EmanuelNJ: learn to install packages via SSH [03:40] it doesn't even need a GUI running, Plex would run faster without :) [03:41] turning it into a plex media sever is easy you download the deb and install it using the Ubuntu software center [03:42] ##d3v01d [03:42] daftykins, I don't have time now to lean how to install over ssh. I'm under the gun from my fiancee who wants this working by the weekend. I need to get Plex installed and seen by my Amazon Fire TV stick [03:42] lol. [03:42] your fired [03:43] EmanuelNJ: and you don't believe you can find out how to install a single package between now and the weekend? [03:43] Tux, give me strength [03:44] actually dont i'm off to bed [03:44] \o [03:44] once installed you setup the directory for movies etc and start adding your media [03:44] daftykins, installing over ssh yes I know I won't have time. After work tomorrow I have to visit my parents in rehab and on Friday I have a wedding to go to === wook is now known as Guest84280 [04:31] When upgrading to an LTS Enablement Stack, is there any special considerations if upgrading from one stack to the other? [04:32] !hwe | chaos7theory, this might help [04:32] chaos7theory, this might help: On August 7, 2014, Ubuntu 12.04.5 will deliver the kernel and graphics stack from 14.04. At that time, security updates and bug fixes for older hardware enablement stacks will cease. Users of older hardware enablement stacks are encouraged to update to the 12.04.5 hardware enablement stack or upgrade to 14.04. Please see https://wiki.ubuntu.com/1204_HWE_EOL for further details. [04:35] Thanks, although this page is more specific to Trusty https://wiki.ubuntu.com/Kernel/LTSEnablementStack [04:35] Seems weird they'd cease support on stacks when LTS is all about extensive support [04:36] chaos7theory, I seem to recall reading the hwe support was rolled into the kernel after 12.04 [04:37] obviously, I'm no expert [04:40] hello, I have a problem when excuting vdr-sxfe it give me some errors like: Failed to open VDPAU backend libvdpau_i915.so: cannot open shared object file: No such file or directory [04:44] test [04:45] !test | colemakuser [04:45] colemakuser: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [04:45] hi, thanks, I didn't know about that [04:45] I'm just trying out Pidgin for the first time, I'm used to HexChat and other IRC networks. === LambdaComplex is now known as Lambda_i [04:51] irc is neat [04:57] but died [05:03] Hi, anyone facing a problem with extremely slow firefox on 15.04? [05:04] Toya_, please avoid "has anyone ..." questions. explain YOUR issues and use case. [05:06] ops my bad! firefox is extremely slow on my 15.04, I did try to reinstall it and still same issue [05:06] Toya_, disable ff plugins and try again. [05:06] I confirm that too [05:06] Toya_, also try launching from cli to observe error messages. [05:07] Can multi person login in my pc with different account? using Desktop, not ssh [05:08] gshmu, are you talking about a server setup? [05:08] I opened the desktop share (vnc) at other account, but can't to connect in [05:09] cfhowlett: which server can do this? [05:09] !ltsp | gshmu [05:09] gshmu: LTSP is the Linux Terminal Server Project, which adds thin-client support to Linux servers. See chapter 3 of the !edubuntuhandbook, http://www.ltsp.org and/or http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project [05:09] thanks all [05:09] gshmu, if your goal is multiple login support, you might ask the #ubuntu-server [05:11] hello, i just want to ask about env variable, how to set the env variable from other env variable? [05:12] TEST="hello" <~ get from other env that contain hello [05:12] or load the env first [05:12] TEST="load some env ,and assign it to here" [05:12] would someone proof read a 2 paragraphs for me? [05:12] proof_read_this: not on topic [05:13] !ot | proof_read_this [05:13] proof_read_this: #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! [05:14] Launched firefox from cli, got this "GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed" [05:15] Toya_, ff errors should be asked at ff/mozilla support but wait 1 ... [05:17] Toya_, yeah I get all kinds of errors and warnings. this is a fairly fresh and clean installation of Xubuntu. firefox still runs perfectly from what I can see and the errors refer to gnome which I do not have since xubuntu. http://paste.ubuntu.com/12203707/ [05:18] I'm trying to set a battery threshold in my computer [05:18] TP520 [05:18] Can't seem to echo the values into start_charge_thresh and stop_charge_thresh [05:23] ubottu: I want my friends try my ubuntu, at sametime, using vnc or rdp [05:23] gshmu: I am only a bot, please don't think I'm intelligent :) [05:25] Looks like the issue is not from firefox, as I just noticed that alot of programs are a little bit slower than usual [05:25] Also, CPU is a bit more spikey [05:28] hi [05:36] I could not connect to Internet, how could I install mp4 offline deb file? [05:37] wasgay, do you have the .deb? [05:38] I don't know where could I find deb file [05:39] !details | wasgay [05:39] wasgay: 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) [05:41] I just want to play mp4, mp3 files , but I can't connet internet , how can I install that through other computer [05:42] wasgay: download the required deb packages [05:42] wasgay: http://packages.ubuntu.com/ [05:42] !vlc | wasgay [05:42] wasgay: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [05:44] Search key world: aoudio ? [05:44] wasgay, no. codecs. you need the restricted/non-free codecs to enable .mp3/4 [05:44] Okay. I got it === stephen is now known as Guest61263 [05:45] Non-free codecs ? How to do it? [05:46] wasgay, find the debs. download. install. [05:46] !codecs | wasgay [05:46] wasgay: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [05:46] Okay [05:52] me === brian is now known as Guest20937 [05:54] test [05:54] !test | r1k1_, [05:54] r1k1_,: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [05:56] is there a possibility to run a command when screen starts and quits from .screenrc? [05:58] ubottu im usimg irssi true phone and was testing does it go to tje bottom if i send msg [05:58] r1k1_: I am only a bot, please don't think I'm intelligent :) [05:58] hi om [05:58] r1k1_, not in this channel. join and test in #test === KAN_ is now known as DotKev [06:00] just scrolled 15min [06:01] <_Roc> can someone help me with a linux bash problem [06:01] I'm still learning linux, but maybe I can help, depending on your problem, _Roc [06:01] _Roc: as before, define your problem [06:02] <_Roc> hello again somsip, thank u also DotKev [06:03] <_Roc> whenever i open a new terminal i get bash: script/bash_completion_dog: No such file or directory [06:03] _Roc: http://askubuntu.com/questions/617211/bash-script-bash-completion-dog-no-such-file-or-directory [06:04] <_Roc> now i looked into and found it may be a program i was messing with called sheepdog, so i uninstalled [06:06] <_Roc> too easy, thank you somsip [06:07] Hi [06:07] How can I install an older version of gcc on my system? I tried using apt-get install, but it says no such packages are available - I guess that means it's no longer available in the repos. [06:11] How can I know if the GPU driver is causing my CPU to spike? [06:17] d [06:17] juhiuhiuiu [06:22] <__doc__> So since yesterday my second monitor (hdmi) stopped being recognized, worked fine before. [06:22] <__doc__> now it's running like 800x600 and can't go any higher [06:23] <__doc__> switching between nuveau and proprietary nvidia drivers in the additional drivers settings didn't do anything (nuveau doesn't do the monitor at all) [06:24] __doc__, do you have backup of your ETC, like etckeeper? Try reverting to old configuration [06:25] Toya_, If you are playing some game, most likely it causes CPU to spike [06:27] No, not running any game. Just doing really simple stuff like switching tabs in browser or resize a window [06:30] <__doc__> acosonic: don't have etc backup [06:30] <__doc__> acosonic: unless that's installed by default === regedit_ is now known as regedit === venkat_331 is now known as venkat_330 [06:44] hmm, is it possible to disable grouping in the "alt-tab" switcher? [06:49] @baizon found something here http://askubuntu.com/questions/68151/how-do-i-revert-alt-tab-behavior-to-switch-between-windows-on-the-current-worksp/68171#68171 [06:49] doei: yes i found that, but it's not working with 14.04 - 15.04 [06:49] doei: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1083084 [06:49] Launchpad bug 1083084 in unity (Ubuntu) "add option for alt-tab window grouping disable" [Low,Triaged] [07:04] hi all, In what package I can found MagickWand.h ? [07:04] I've installed libmagickwand-dev [07:06] !find MagicKWand.h [07:06] Package/file MagicKWand.h does not exist in vivid [07:07] quiz question: why does "pkill -9 chromium-browser" not kill all chromium-browser processes? (i know why) [07:08] ubottu I need this for ruby [07:08] pentanol: I am only a bot, please don't think I'm intelligent :) [07:09] DJones i.e. this header not available in packages? [07:09] also I have /usr/include/ImageMagick-6/wand/MagickWand.h [07:10] but C_INCLUDE_PATH=/usr/include/ImageMagick-6/ bundle install --without development test mysql sqlite [07:10] not works [07:10] pentanol: Which version of ubuntu are you using [07:10] vivid [07:10] pentanol: Looks like its included in http://packages.ubuntu.com/vivid/all/libmagickwand-6-headers/filelist [07:11] I've this installed i A libmagickwand-6-headers [07:11] pentanol: I'm not sure then, its not something I've ever installed [07:11] Hi [07:11] ok then it ruby thing.... [07:12] Does anyone can help me with a little trouble trying to figure how to make to work the script livecd-iso-to-disk.sh? [07:13] Ethoscience: what is wrong with using the installer to have a properly installed system? [07:14] i'll solve: "chromium-browser" is too long. the command name string only has enough space for "chromium-browse" [07:14] Are there any firefox experts in here? I have firefox window with no menu or anything displayed in it a complete blank, but the window title works and even the keybord commands work! ;( [07:14] Hello! On startup, Ubuntu aways tells me "System program problem detected". With no option to show me what the problem is. How can I find out whats up? [07:15] AAA_: what is the question? [07:16] FreeHu, the question is how do I configure firefox to display menu, url bar, bookmarks toolbar and the webpage itself :D [07:17] AAA_: you mean FF starts up in the state you described? [07:17] FreeHu: hey dude. open up a terminal and check out some of your logs. These include /var/log/syslog /var/log/Xorg.0.log and more. You can pretty much browser /var/log and poke around to see what is suspect [07:18] FreeHu, exactly, It runs everything as expected, but no display, no drawing output, only the window title shows you that the window is doing anything... [07:18] FreeHu: also, commands like "dmesg" cant hurt... that'll barf out all your kernel log messages on boot [07:18] phone [07:19] msodrew: how is dmesg connected to firefox? [07:19] msodrew: yes, i know those logs. i just thought when apport tells me something is wrong, it should tell me *what* is wrong. [07:19] !touch | Ethoscience [07:19] Ethoscience: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [07:19] AAA_: and when you type CTRL+L, type a url and hit return? [07:20] AAA_, firefox experts are at mozilla. [07:20] AAA_: I'm answering FreeHu's question. Not the help he is offering you. [07:20] FreeHu: I can do ctrl+T and "load" a new webpage with no display, no toolbar menu... [07:21] msodrew: well, there are 912 lines in dmesg. hard to say what it is that apport complains about. [07:21] msodrew: yae, I noticed now, it just seemed connected, sorry... I came too late in your conversation so didn't see the previous [07:22] AAA_: and when you type ALT+V and enable toolbars and stuff in the menu? [07:22] FreeHu: welcome to the world of linux. you really have to dig through log files and look for things that are suspicious to diagnose problems [07:22] cfhowlett and mozilla irc channel is? as you see my browser does not work :D [07:22] FreeHu: combine that with googling those errors you find and you're on your way to victory [07:22] msodrew: guess i will deinstal apport then [07:22] FreeHu: what is apport? [07:23] msodrew: the thing that bugs you with the "system program problem detected" messages. [07:23] FreeHu: lol i dont think thats a solution [07:23] FreeHu: you should try to diagnose the problem [07:23] FreeHu: the thing is: I had toolbars and menu enabled before and I tried the alt-v and such... nothing :) I... it is as if the rendering output is redirected to /dev/null [07:23] FreeHu: instead of uninstall the app that is warning you [07:24] msodrew: if the app is so dump to report "problem" but not what, i dont trust that app. no other linux distro i know uses it. [07:24] FreeHu: fair enough [07:24] FreeHu: good luck [07:24] 1\ [07:25] its another blow agains my trust in ubuntu [07:25] they want you to send them data without even giving you the chance to see the data yourself. [07:26] I installed cryptsetup and i got there error cryptsetup: WARNING: failed to detect canonical device of /dev/md2, why is it trying to detect anything ? [07:26] apport offers a "report the problem" button but no "see the problem". [07:26] this is SO anti-user [07:26] FreeHu: trust in ubuntu? not a good idea, given their totalitarian tendencies (stripping you of options and choices) [07:26] AAA_: just using it because my new laptop came with it. already downloaded mint to replace it. [07:27] I know it's tempting, but let's focus on the technical support topic, please. FUD, religion and politics should be discussed in #ubuntu-offtopic --- if you must [07:28] cfhowlett, I didn't say ubuntu is a religion ... ;-) [07:28] i didnt say its a political party. just that it has apport installed which prompts you to send data to canonical and offers no way to look at that data yourself. [07:29] which is a technical description of what that app does. [07:30] and there also was no fud in what we said. [07:30] just facts. [07:30] FreeHu: on the other hand, I have reliable reports of confidential and personal data being sent to microsoft ever since the early days of windows XP..., they had all the names and usernames and organisation names and such from all the installations, including the pirated ones... [07:31] AAA_: maybe. i did not use windows since windows 2k. [07:32] FreHu: when I try to closethe firefox, I get the window of "confirm close" that is also empty... no buttons in it... frustrating :D [07:32] AAA_: how did you install FF? [07:33] FreeHu: I am only reporting what the internal employees saw... and the same goes for win 10, even worse [07:33] FreeHu: wll, it was installed for years, but there cuold have been an upgrade to it... well. [07:34] AAA_: is it installed from the ubuntu repos or did you download it from somewhere? [07:35] FreeHu: I loaded a blank profile instead of the usual one and well it started, it seems I will have to repair the profile!!! I'm dead... [07:44] FreeHu: I think it could be caused by a combination of firefox update and the big freeze it suffered (10.5 GB of virtual memory) [07:47] AAA_: i would probably apt-get purge firefox, then install it from the repos. [07:48] FreeHu: yea, but you still need to repair the profile... [07:48] wouldnt apt-get purge delete itß [07:48] wouldnt apt-get purge delete it? [07:48] FreeHu: no [07:48] then i would delete it manually [07:48] FreeHu: where is the difference between comitting suicide and deleting your profile? [07:49] i dont keep anything important in the ff profile [07:49] i would just do rm -r /home/username/.mozilla [07:49] FreeHu: no bookmarks, even? [07:49] sometimes i bookmark something as a reminder "hey you could look into this later" [07:49] AAA_: just rename your .Mozilla directory and try a new one, you could also start Firefox in safe mode to check is not an add-on causing any troubles [07:50] and when i have time, i go through my bookmarks and read some of them. [07:50] but nothing important, no. [07:50] FreeHu: your bokmarks are in the profile [07:50] yes, but i dont need them [07:50] right now, i have 1 bookmark [07:50] from like 30 minutes ago [07:51] probably i will delete it again without readin it. [07:51] xangua: how do I start in a safe mode is I don't have menu, url bar or anything displayed? :D [07:52] AAA_: I don't remember the actual command , Firefox-safe-mode maybe? I'm not in Ubuntu right now [07:53] xangua, aah, command line? good idea... I need to find the list somewhere... [07:53] AAA_: man firefox [07:53] AAA_: will tell you the parameter is -safe-mode [07:54] FreeHu, great, that one man page is nice === cz4 is now known as cz2 [07:56] FreeHu: and I see Glib-CRITOCAL and several warnings after I run it... nice... [07:57] FreeHu: but the safe mode works even less than the usual one... [07:58] AAA_: and when you run it with a fresh profile? [07:59] FreeHu: fresh profile works, but I would like my browser session back and the bookmarks and so on... [08:00] AAA_: then analyze what is in the profile dir and copy the important bits over [08:01] How old is this profile? What Ubuntu/Firefox version? When and how did your profile stopped working? [08:01] FreeHu: there are issues with that as well :(, but I will have to do that... hours and hours of work... [08:13] I installed i3wm and let it execute the mate-settings-daemon by default. now i can control the volume by fn-keys but not the brightness. is there another daemon which controls that part? [08:18] is there a keyboard only way in ubuntu to start programs? [08:19] in gnome i use ALT+F1 to bring up the main menu and then start applications via the first char in their name. [08:19] but unity seems to not have that. [08:19] i just rsynced my home folder to my new machine (with --delete, so it's exactly the same as it was on the old machine) and now i cant log into an x session anymore. both machines are kubuntu trusty [08:21] FreeHu: hit the super/Windows key [08:21] xangua: i see. will try that for a while [08:22] according to the syslog, something went wrong while initializing the display. i'll pastebin it in a minute [08:24] http://paste.ubuntu.com/12204300/ === Guest64905 is now known as Magee [08:33] hi === Yukkii is now known as Yukkino === Magee is now known as Vito_L [08:33] how to transfer files , movies, pdf, jpg between ipad and ubuntu ? [08:34] !ipad | linocisco [08:34] linocisco: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [08:35] hey guys [08:35] i really really need some help [08:35] !ask | ubuntu [08:35] ubuntu: 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 === ubuntu is now known as Guest48877 [08:36] okay when i start my computer it says that it is running in low graphic even in fail safe mode and i have not been updating or removing any drivers [08:37] cfhowlett, it doesn't help. I want to transfer like USB drive between ipad and ubuntu. [08:37] linocisco, then you'd have been better served with an android tab. osx is not linux friendly [08:38] exit [08:38] okay when i start my computer it says that it is running in low graphic even in fail safe mode and i have not been updating or removing any drivers can anyone help me out?! [08:39] cfhowlett what a useless answer. [08:39] Guest: seems like you havean older GPU that is "no longer supported", welcome to the new world [08:39] Guest44528, you're on a live usb not full install. I'd suspect you haven't got the correct answers. [08:39] benwilber, feel free to improve on it [08:39] @Guest48877 what video card do you have? [08:40] cfhowlett i am running the live usb right now because i cant boot from my hard [08:40] linocisco: well, in old XP, we used the F5, Enter to copy files... in Total Commander, it seems the new methodsare not as user friendly? [08:41] h0mer its a intel i ran these 2 in teminal sudo lshw -c display and lspci -nnk | grep -iA2 VGA doesnt say much to me but maybe you know more about it [08:42] Guest48877 then you need a proprietary driver, and most likely the old one had "issues", what chipset is it? [08:43] what motherboard do you have? [08:43] AAA_ how will i know what chipset it is?? [08:43] h0mer i have a hp laptop its a probook 430 g2 [08:44] cfhowlett when the answer is "use something else", then the result is "don't use ubuntu" [08:44] Guest: either look at the mainboard or find it somehow... on manufacturers page or during startup, bios, etc. [08:44] @Guest it's a Intel HD 4400 [08:45] benwilber, do YOU have an answer to the original question: how does one transfer media between ubuntu and ipad? [08:45] h0mer is there any ways i can reinstall my drivers from the live usb? === kerdel is now known as Hardcore7 [08:45] the answer is you can't. don't use ubuntu if you want to play with your ipad [08:46] @Guest48877 try the following: http://ubuntuforums.org/showthread.php?t=2222388 (update your kernal version) [08:46] Guest48877: why from live usb, can't you use the recovery or fallback? [08:47] linocisco, sorry. other than transferring pictures in camera mode, usb transfer between ios and ubuntu doesn't work. [08:48] is it possible on a system with both ubuntu and window to run ubuntu and access the window systm from a vm such as VirtualBox ? [08:49] arussel, ssh for sure. remote desktop procedures possibly [08:49] if you're dual booting operating systems... only one is running at a time so I'm going to go ahead and say no.. === Poe is now known as Guest73866 [08:50] cfhowlett: what do you mean ssh ? I mean start a VirtualBox instance that uses the Window OS installed. [08:50] !ssh | arussel, [08:50] arussel,: 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) [08:50] Hardcore7 no nothing is working the fallback and recovery mode is giving me the same errors about graphics and i tried CTRL + F1 ro do it in the console but it couldn't connect to my wifi because the ssid is hidden [08:51] cfhowlett: if the window system is not up and runnning, I can't ssh into it [08:51] arussel, pretty sure that any remotely accessed system must be up and running before you come knocking ... [08:51] Guest48877: is it possible to connect your LAN cable? [08:52] cfhowlett: my question is how do you get the Window system up and running using VBox (is it possible) [08:52] Hardcore7 thats the sad thing it's not possible so the options i got is find a way to update from live usb or format at least thats the options i see [08:53] arussel, ask in ##windows? seems something they would know [08:53] h0mer if i update the kernal will i lose anthing?? [08:53] arussel: you can't start up an installed windows system as a virtual machine [08:53] http://paste.ubuntu.com/12204300/ <-- I get this error as soon as I connect a monitor to my docking station. what do you suggest? [08:53] Guest48877: Hm, I never tried to change drivers with an live usb; I think I can't help you out :/ [08:53] adsc: why not? lol [08:53] except not connecting a monitor to the docking station :) [08:54] AAA_: because an installed system is not a virtual machine container? [08:54] adsc: the great feature of windows (XP, 98 and such) was the ability to clone it, so you do a clone and run the clone in an VM. [08:54] adsc: thanks [08:55] cfhowlett, if ubuntu would offer wifi tethering without any assistance of wifi router in between and ipad can connect to ubuntu's mini web server, it would be cool [08:55] adsc: it will of course complain about the drivers, so you reinstall the drivers and such, but then... much better than nothing at all! [08:55] AAA_: yes, but it's a clone, not the same system...if you change files, the files on the installed system aren't changed [08:56] #hi [08:57] plz how supprimer windows [08:57] ? [08:57] shetriwy16, ??? [08:57] AAA_ any new suggestions? [08:57] plz supprimer windows 7 [08:57] Hardcore7 its alright thanks for trying [08:57] you speak arabic,, [08:58] !arabic | shetriwy16 [08:58] shetriwy16: For Arabic language support, please : /join #ubuntu-arabic : للحصول على الدعم باللغة العربية [08:58] ايوجد من يتحدث العربية [08:58] انا ضعيف قليلا في انجلزية [08:58] خخخخ [08:59] shetriwy16: ktob /join #ubuntu-arabic [08:59] اريد ح\ف ويندوز 7 وابقاء اوبنتو فقط [09:00] do you guys know if i can just download the drivers and store them on a hard disk then boot into my console and install them from there?? does that seem like something that would work?? [09:00] shetriwy16: this channel is english only. use the #ubuntu-arabic channel fpor arabic [09:00] ok [09:00] shetriwy16: you are still on the #ubuntu channel, you need to go to #ubuntu-arabic :) [09:01] I want to delete Windows 7 [09:01] Guest48877, possibly yes, but find the drivers first... find the chipset first. [09:01] shetriwy16: boot the ubuntu live usb, choose erase disk and install ubuntu [09:01] How do you [09:01] Do you have pictures or video to explain [09:02] it will erase windows completely, so back up the stuff you want first [09:02] !install | shetriwy16 [09:02] shetriwy16: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [09:02] AAA_ i can show you the out put of these commands sudo lshw -c display and lspci -nnk | grep -iA2 VGA [09:02] shetriwy16: I just clicked on the #ubuntu-arabic and was transferred there... [09:03] ؟؟ where you ubuntu arabic [09:03] shetriwy16, /join #ubuntu-arabic : للحصول على الدعم باللغة العربية [09:04] http://ubuntu-arabic.org/linux/ [09:04] ok by thanks all [09:05] AAA_ Technology, 3 MB cache, 2 cores) [09:05] Intel® Core™ i3-5010U with Intel HD Graphics 5500 (2.1 GHz, 3 MB cache, 2 cores) 4 === mo is now known as Guest91760 [09:08] test [09:08] Hallo. Kann hier jemand deutsch? [09:08] minter: besser ists in #ubuntu-de [09:08] danke [09:09] minter nicht viel :P [09:11] when i boot into fail safe or fall back or regular mode on ubuntu 15.04 it tells me that i have low graphics and that it could not find my graphics driver it gives me the option to look at the error message but there is nothing on it it's just blank [09:11] can someone please help??? [09:12] !nomodeset | Guest48877, sounds like a graphics setting issue [09:12] Guest48877, sounds like a graphics setting issue: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [09:12] Guest48877: so you get a desktop when you login? [09:13] no its all just black [09:13] i get a little window with that error [09:14] hello can anyone tell me how to open html page in ubuntu server [09:14] !server | sam_ [09:14] sam_: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Trusty (Trusty Tahr 14.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [09:15] use vim [09:15] EriC^^ cfhowlett it says "the system is running on low-graphics mode your screen graphics card and input deice settings could not be detected correctly, you will need to configure them yorself" [09:16] !graphics | Guest48877, I must have missed it but you DID set up your card and drivers ... right? [09:18] !display | Guest48877 see #1 [09:18] Guest48877 see #1: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution [09:18] Guest48877, I reasearched it a bit and it seems you are using a MESA driver for the GPU, well, the issue might be in the mesa driver, I remember struggling with in on a different computer for a while, why I am running it right now! [09:19] Guest48877: type lspci | grep VGA and paste here [09:21] hi please anyone suggest me the best book of command line [09:22] for what? [09:22] can anyone tell me how to open html page in ubuntu server?? [09:22] sam_: as already mentioned, use vim [09:22] or your editor of choice === zaggynl_ is now known as zaggynl [09:23] so whats your best idea? [09:23] kire vai tora dehi amare time e des na [09:24] ghotona ki?? [09:24] shalara [09:24] EriC^^ here is the output 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b) [09:24] emon pidan pidamu ekbare shoja hoe jabi [09:25] Guest48877: ok, type sudo ubuntu-drivers devices and paste in paste.ubuntu.com [09:25] I have this really weird touchpad issue with my new dell laptop it seems like the cursor is always in the positive click position xorg0.log thows up unable to find touch point in xorg0.log === Pantsu is now known as MrElendig [09:27] EriC^^ http://paste.ubuntu.com/12204579/ [09:29] Guest48877: try sudo apt-get update && sudo apt-get dist-upgrade [09:30] EriC^^ will that apply to my harddisk as well as the usb?? [09:30] Guest48877: i dont follow [09:30] you're in a live usb? [09:31] yes thats what i said i couldnot start it normaly or in fail safe or even fallback and the CTRL + F1 console is not working [09:32] ok, type sudo parted -l [09:32] use paste.ubuntu.com [09:34] EriC^^ http://paste.ubuntu.com/12204611/ [09:35] hey [09:39] in Ubuntu 14.04 what is the 32bit intel graphics driver? (or is there one for both 64 and 32 bit?) [09:39] Guest48877: type sudo mount /dev/sda1 /mnt [09:40] EriC^^ and then?? [09:40] Guest48877: type for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done [09:41] Guest48877: type the whole line from for i ... til done [09:41] I left my machine running some code overnight and this morning I can't get any output on the display. I can ssh in fine and I managed to trace the output of the running code. Is there anything I can do via SSH to try and get it to start outputting to the display again? [09:41] EriC^^ after that?? [09:41] Guest48877: did you type them? [09:42] EriC^^ yup copied everything " i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done" [09:42] Guest48877: no, from for i ... [09:43] Hi, I am using ubuntu 14.04 and I think, the search in /etc/resolv.conf is not working. Can someone help? [09:43] EriC^^ oh okay done cx [09:43] Never mind, it obviously decided one more attempt was enough to get it to output something after restarting the display stuff several times [09:43] Guest48877: did you get any errors? === root is now known as Guest34608 [09:44] any flashgot plugin for firefox? [09:44] linocisco: yeah, google for it [09:44] EriC^^ nope [09:44] Guest48877: ok, type sudo chroot /mnt [09:45] EriC^^ and then? [09:45] linocisco: or go to tools > addons > flashgot [09:45] Guest48877: let me know when you type it and what you get [09:46] EriC^^ i typed it and my name went from "root@ubuntu:~#" to "root@ubuntu:/#" [09:46] ok [09:46] type apt-get update [09:47] i got 4 warnings and one E at the end looks like i was updating my harddisk? [09:47] type apt-get update |& nc termbin.com 9999 [09:48] EriC^^ is that for me?? [09:48] yeah [09:49] it just showed me a link [09:49] ok, paste the link here [09:49] http://termbin.com/l8pb [09:49] thx [09:50] Guest48877: try apt-get dist-upgrade [09:50] EriC^^ no probs but it is not listinf the earnings [09:50] did it say reading packages 100% at the bottom? [09:51] zetheroo, intel pulled the 14.04 drivers. for more info, see https://01.org/linuxgraphics/downloads [09:52] EriC^^ when i apt-get update?? [09:52] Guest48877: yeah [09:52] EriC^^ nope [09:52] cfhowlett: ok. How do I know what my system is using now? [09:53] zetheroo, unless you explicitly installed intel stuff, you're using opensource drivers [09:53] EriC^^ here is the update http://paste.ubuntu.com/12204717/ [09:54] Guest48877: ok, you have some ppa's you need to disable === mike is now known as Guest51038 [09:55] EriC^^ how do i do that X [09:55] !s fantastic four [09:55] qu4nt1n: I am only a bot, please don't think I'm intelligent :) [09:57] Guest48877: type for i in /etc/apt/sources.list.d/*; do echo $i; cat $i; done | nc termbin.com 9999 [09:57] EriC^^: That termbin.com looks nice. No more making people install pastebinit [09:57] EriC^^ there http://termbin.com/92y5 [09:59] Guest48877: type sudo sed -i 's/^deb/#deb/' /etc/apt/sources.list.d/evolve-os-ubuntu-ppa-vivid.list* [10:00] Guest48877: also sudo sed -i 's/^deb/#deb/' /etc/apt/sources.list.d/tsvetko_tsvetkov-ubuntu-cinnamon-vivid.list [10:01] hi [10:03] EriC^^ we have got problems http://paste.ubuntu.com/12204757/ [10:03] Guest48877: ah, sorry without the sudo [10:04] but it's odd you don't have /etc/sudoers though, we'll look into it after the ppa's [10:04] its probably a permissions issue on the etc folder [10:05] EriC^^ i get no result [10:05] Guest48877: for both commands? [10:05] EriC^^ yea [10:05] ok, try apt-get update again [10:06] hii [10:06] all === Newbie is now known as Guest94702 [10:07] EriC^^ 3 warnings [10:07] can you paste them in paste.ubuntu.com? [10:07] paste the whole output there [10:08] EriC^^ sure http://paste.ubuntu.com/12204788/ [10:08] EriC^^ wait thats not the whole out put give me a sec XD [10:08] it's ok, it seems that it read the lists [10:09] try apt-get dist-upgrade [10:09] EriC^^ there http://paste.ubuntu.com/12204793/ === megha is now known as Guest291 [10:12] #join [10:14] #ubuntu [10:15] for the life of my i cannot get udev to name my ethernet interfaces properly once ive enabled SR-IOV, anyone know a surefire way to do this? [10:15] EriC^^ you there?? [10:16] yeah [10:16] AAA_, what are you talking to me? === ChoiKyuSang is now known as Tempesta [10:16] Guest48877: try apt-get dist-upgrade [10:16] liniocisco: I don't know, when? [10:16] ( dist-upgrade not update ) [10:17] EriC^^ i did and it gave me a couple of packages that are no longer needed [10:17] Guest48877: ok, can you paste the whole output? [10:18] EriC^^ im not questioning your linux skills or anything but how will this help ?? http://paste.ubuntu.com/12204832/ [10:18] Guest48877: trying to install the latest packages and kernel [10:19] EriC^^ ohh okay okay cx [10:19] which pc do you have? [10:20] EriC^^ its a hp probook 430 g2 with a intel i3 [10:20] ok, type ls -l /etc/sudoers and paste here [10:21] EriC^^ -r--r----- 1 root ghost 770 Aug 25 21:05 /etc/sudoers [10:22] ghost? [10:22] EriC^^ yea?? [10:22] why is the group ghost? [10:22] EriC^^ its the name of my pc dont question my awesomeness XD [10:23] it should be root :D [10:23] did you chgrp it? [10:23] mate [10:24] EriC^^ ohh haha nope i mean i took the ownership of the Home folder [10:24] Guest48877: type chown root: /etc/sudoers [10:24] cfhowlett: how do I know if my graphics drivers are 64bit or 32bit? I have a 64bit install of Ubuntu but I think I need the 32bit libraries for my graphics ... [10:24] EriC^^ okay [10:25] zetheroo, why? if you're running a 64 OS, 64 parts ... [10:25] zetheroo doesnt that depend on how much RAM you got installed?? [10:25] cfhowlett: in trying to run a program through wine (32bit prefix) there seems to be some errors in the log about drivers missing .. [10:25] *** Topic for #ubuntu : hello [10:25] Guest48877: try apt-get install --reinstall linux-image-generic [10:26] zetheroo, wait, you're trying to access your graphics card ... through wine ? [10:26] EriC^^ okay that sounds baad [10:26] cfhowlett: I read online that someone needed to install the 32bit libraries in Linux for it to work [10:26] EriC^^ will it erase any data or something?? [10:26] Guest48877: no just reinstalling in case it'll help [10:26] no [10:26] cfhowlett: I guess .. === mike_ is now known as Guest31006 [10:27] zetheroo, :) tis a bit confusing at times, yes. I'm no wine expert but so far as I know, I installed ONLY 64 bits of stuff on my ubuntu + wine. [10:27] !wine [10:27] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [10:27] Guest48877: i was hoping installing the latest kernel might fix the problem, but it's already updated so we'll try to reinstall [10:27] EriC^^ you want the output of that?? [10:27] Guest48877: yeah [10:27] cfhowlett: ok [10:28] EriC^^ there http://paste.ubuntu.com/12204878/ [10:29] I am trying to run pcap files in sdn mininet pox controller. But the controller is not responding to the traffic generate by pcap file.Does anyone has any idea ?? [10:30] Guest291, whats the connection to ubuntu there [10:30] Guest48877: ok [10:31] #openflow [10:31] EriC^^ should i do the auto remove?? [10:31] Guest48877: no [10:32] EriC^^ okie [10:33] / [10:33] Guest48877: try apt-get install --reinstall xserver-xorg-video-intel [10:34] apache htaccess [10:34] EriC^^ here is the output http://paste.ubuntu.com/12204903/ [10:35] anyone use the Ubuntu touch core app Calendar? I'm having trouble running it to begin with, getting this error: http://pastebin.com/Up3b7ft1 [10:36] Guest48877: i think your permissions are pretty messed up [10:36] Guest48877: type ls -l /etc | nc termbin.com 9999 [10:36] cfhowlett: the issue I am having is that .net 4.0 is not installable in a 64bit prefix, so I am stuck with using a 32bit prefix - hence the need for Ubuntu 32bit libraries ... no? [10:36] EriC^^ does that have anything to do with the gpu? [10:36] zetheroo, outside my area. please ask #winehq or see the wine database for that specific app. [10:37] cfhowlett: ok [10:37] Guest48877: i dont know, did the pc used to run correctly? [10:37] EriC^^ http://termbin.com/2okz [10:37] searching google shows your pc as one of the certified to be preinstalled with ubuntu.. [10:37] cfhowlett: but is it possible to install the 32bit libraries in Ubuntu 64bit? [10:37] EriC^^ yes it used to be fine it came wiht windows 8 but i have been using ubuntu on it for maybe 2 month now [10:37] yes that would affect the install Guest48877 , those ghost should be root [10:38] zetheroo, of course. [10:38] i think you should opt for reinstalling at this point Guest48877 [10:38] Guest48877: i think you've run chown ghost on your system [10:38] EriC^^ cant i just give root the ownsership? [10:38] Guest48877: no saying how much the damage is.. [10:39] zetheroo, https://help.ubuntu.com/community/MultiArch [10:39] EriC^^ i did because it wouldnt let me open firefox without doing sudo firefox [10:39] cfhowlett: ok, great - thanks! [10:40] Guest48877: well, never change the permissions of the system files [10:40] just your home directory [10:40] EriC^^ so where is no was to give root the ownsership again?? [10:41] Guest48877: the files aren't all owned by root, some have different groups etc. also what was the command you issued? [10:41] was it just on /etc ? [10:41] yea the whole etc i had some problems that i didn't have before [10:43] hello [10:44] EriC^^ what if i just replace those files wit the files of the live usb?? [10:44] with** [10:44] Guest48877: those are config files [10:44] Guest48877: type ls -l /etc/cron.daily [10:44] are the files also owned by ghost? [10:45] EriC^^ yupp [10:45] i'd reinstall [10:45] or you have to check what a base install /etc looks like and manually fix everything [10:45] a reinstall would be quicker and easier [10:45] EriC^^ is there any way to keep the files i have?? i dont wanna download all the software i got [10:46] Guest48877: if you haven't run apt-get clean then the files will still be in /var/cache/apt/archives [10:46] you can try to copy them and in the new install copy them back or so, also you can save the list of packages you have installed right now and install them back [10:47] EriC^^ so they won get deleted or anything ill just get a new system and all my software will be installed on there? [10:47] !aptoncd | Guest48877 [10:47] Guest48877: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline [10:48] Guest48877: the programs will be reinstalled, you'll lose the configs you've done, except for the stuff that's in your home dir if you back it all up and copy it back [10:48] EriC^^ i have to go eat food but ill do that [10:48] i'll be back in around 30 mintes [10:48] ok [10:50] I am trying to create sparse file using dd if=/dev/zero of=test.dat bs=1G count=0 seek=1 [10:50] my expected result is a 1G file however i am left with 0 byte file ? === MrJack1 is now known as MrJack [10:52] hello can anyone tell me how to open html page (GUI) in ubuntu server [10:52] magicoverflow: you need count=1 [10:54] ubuntu358: you need to install a de/wm for a gui [10:54] ubuntu358: if you just want to view the page minimally you can use elinks or so in the terminal === omnik5570 is now known as omnik5569 [10:59] why [11:00] i'm using ubuntu server in virtual environment and want to open html page on host browser, can anyone help plz? [11:00] ubuntu358: then you need to change the virtual network interface to either host-only or bridged [11:01] I'm trying to install ubuntu-sdk and I keep getting messages in the form of ubuntu-sdk : Depends: but it is not going to be installed, and the chain just keeps going up. What's going on? [11:01] EriC^^, turns out even though its zero bytes if i mkfs then mount it shows its size [11:01] ubuntu358: #vbox can help with the specifics of how to configure virtualbox (assuming you're using virtualbox) [11:02] i have already set bridge but don't know the exact url of that page [11:02] I cannot get auto-login to work in 15.04, despite editing the lightdm conf files like I should. I also don't have lightdm-set-defaults (?) [11:03] ubuntu358: run this on the guest to find the ip: ip -o -4 addr show then http:/// in your web browser [11:04] Can I select a PNG as desktop background? [11:04] disregard that, my home directory was encrypted and apparently that prevents it! [11:06] Help: which is best Free VPN Linux? [11:07] skeleton: that is correct since the password to unlock the ecryptfs file-system won't be available [11:07] ysr: All Linux VPN software is 'free' === timut is now known as timut_ [11:17] TJ-: fyi, I solved my yesterday network problem by removing the network-manager-vpn and network-manager-vpn-gnome packages [11:17] walac: so it wasn't the hardware it was the network-manager? [11:18] TJ-: yep [11:18] walac: was it creating a tunnel and routing packets into it? [11:18] TJ-: nope, I just had the packages installed, nothing configured [11:19] walac: that is weird; I have those routinely installed and never seen any problems, even when they're not configured for use [11:20] TJ-: really weird, anyway, I can connect to network now :) [11:22] help: vpn software in Ubuntu [11:33] Hi, I have some issue with reprepro, I have one package that is built twice for each version of ubuntu, but when i try to issue reprepro includedeb trusty file.deb (previous includedeb was for vivid), it throws "Already existing files can only be included again, if they are the same, but:...", any ideas how this can be achieved? [11:37] EriC^^ you there? [11:38] Guest48877: yeah [11:38] EriC^^i got this crazy idea [11:39] what if i downgrade the kernel [11:39] Guest48877: won't work [11:39] hi [11:39] it's irrelevant [11:40] EriC^^ what if i download a virgin etc and replace mine [11:41] Guest48877: you'll lose some configs of installed programs and lots of other stuff [11:41] why don't you make the aptoncd , and get the list of your packages, backup your home dir and then fresh install? [11:42] EriC^^ becuse i have some problem with terminal [11:42] you mean you don't know how to use the terminal very well? [11:42] no i mean wait ill write it down [11:43] There was an error creating the child process for this terminal getpt failed: No such file or directory [11:44] EriC^^ problem ^ [11:45] ok, type exit [11:45] type sudo mount -B /dev/pts /mnt/dev/pts [11:46] mount: mount point /mnt/dev/pts does not exist [11:46] Guest48877: type sudo mount -B /dev /mnt/dev [11:47] EriC^^ mount: mount point /mnt/dev does not exist [11:47] did you type exit? [11:47] wait wait nope XD [11:48] okay uhh it exited the whole thing [11:49] ok, open a new terminal [11:49] type mount | nc termbin.com 9999 [11:49] i cant [11:49] that error shows when i open a new one [11:49] ok, try rebooting [11:49] 2600 [11:49] then xchat will uninstall [11:50] live cd remember XD [11:50] 2600 [11:50] mount | grep pts [11:50] yeah [11:50] 2600 [11:50] reinstall it [11:50] what if i purge terminal and install it again [11:50] no [11:51] okay so i tried to remove it from the software center [11:51] omg [11:51] http://paste.ubuntu.com/12205183/ [11:51] gave me that [11:51] Hi All, I have a question I'm compiling something from source (a driver) and I'm performing alot apt-file and auto-apt to search for packages -- is there a way to know whether a package is a part of a bigger package? [11:53] Guest48877: you know there's a santa claus for sudo right? https://xkcd.com/838/ [11:53] e.g. that libxcb-glx-0 and libxcb-sync are part of, say, 'lib-all-dependencies-for-xcb' [11:54] EriC^^ haha cx [11:55] what if i CTRL + F1 and try to install it from there? [11:55] Guest48877: reboot the live usb, and reinstall xchat [11:55] no it's a problem with /dev/pts on your live usb [11:56] EriC^^ yea it said that it was unable to localate terminal XD [11:56] im just gonna install a optional terminal for now [11:57] Hello :) During install this message: zlib not found please install it or specify the location with --with-zlib (sudo-apt get install zlib did not help) [11:58] Guest48877: it won't work, the terminal is just the program [11:58] EriC^^ is that an option?? if i download a optional terminal and place it in say "downloads" and ohh yeah there is no way to run a .sh file without a terminal is there? [11:59] Guest48877: why do you want to run a .sh file? [11:59] arent those the files that install them self where they are opened like java.sh [11:59] it was how i installed phpstorm and webstorm [12:00] *.sh almost be run in terminal. [12:00] Guest48877, mount | grep pts ? [12:00] Guest48877: ok, those are scripts, what does that have to do with backing up and fresh installing? [12:00] ioria what? [12:00] Guest48877, mount | grep pts [12:01] EriC^^ i want to be able to download that software you talked about so i can back up the list of my installed files right now and the fresh install [12:01] Guest48877: ok, great, reboot the live usb, and you'll almost be done [12:02] EriC^^ what is ioria trying to say?? [12:02] Guest48877, you can see if the device is mounted , if not mount with mount -t devpts devpts /dev/pts [12:03] ioria what should i mount?? [12:04] Guest48877, first this mount | grep pts what's the output ? [12:04] ioria lol are you following what we have said?? [12:04] ioria my terminal isnt working how do you want me to put in that command [12:05] Guest48877, you cannot use terminal [12:05] ioria yea so how do i put in a command into a terminal that i cant use?? [12:05] Guest48877, try xterm or alt+f2 [12:05] Hi. Quick question: since Youtube changed their player to the html5 version i no longer have sound in the videos. It's the same in Firefox safe mode so i guess it's not an addon, and it's not the Ubuntu sound config since i have sound in other programs and Youtube had sound with the Flash player. Ideas? [12:06] Guest48877, or alt+f2 and then xterm [12:06] Jimmymaniac try chrome [12:06] Jimmymaniac, theres a converter you can dl to add sound to that [12:06] hello [12:06] hello >_< [12:07] ;) [12:07] Jimmymaniac, an extension actually === omnik5570 is now known as omnik5569 [12:07] ioria i opened it [12:07] ioria i mean it wont open [12:07] Guest48877, xterm ? [12:08] ioria yea [12:08] you speak spanish [12:08] any one free ? little doubts [12:08] !es | casa [12:08] casa: 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. [12:08] speak English [12:08] ioria okay so say i did mount that what is that anyways [12:08] Guest48877, can you open a console ctrl-alt-f1 or f2 ? [12:08] skiddie: if its a ubuntu issue ask here [12:08] ioria yea sure i can try that [12:09] yeah okay KiL :) am just Beginner in Blackbox [12:10] skiddie: well, blackbox is not supported in here. see their support [12:10] okay thanks for that :) [12:10] ioria okay hell no [12:10] Guest48877: you are unnecessarily complicating stuff, reboot the live usb so you have a sane environment to install aptoncd and backup your install [12:11] it changed to english keyboard and i am used to swedish [12:11] Guest48877, ya, reboot [12:11] EriC^^ i just wanted o see if there is anyother way while i am backing up my home folder [12:12] ok, so you're copying your home dir right now? [12:14] EriC^^ well i was untill it have me errors on 6% of my dir that i have no permission [12:14] EriC^^ im just gonna reboot download xchat again and sudo nautilus to do that [12:14] EriC^^ i might return with a better name tho XD [12:15] don't sudo nautilus.. [12:15] reboot come back here [12:23] I'm setting up a mail server so that our app can send out forgot password notifications and such. Does my domain need to accept incoming mail in order to not get marked as spam? [12:24] Voziv: off topic for here, but you need to read up on things like SPF [12:24] EriC^^ okay rebooted [12:24] gh0st: ok [12:24] gh0st: type sudo mount /dev/sda1 /mnt [12:25] so when i sudo nautilus i can not see my computers hard i can only see the usb and my external hard [12:25] !gksudo | gh0st [12:25] gh0st: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [12:25] gh0st: follow instructions bro [12:25] EriC^^ sorry cx okay i typed that in [12:25] no output [12:26] don't sudo nautilus, you can use rsync to backup your home dir and preserve its permissions [12:26] ok, where are you going to backup your home dir to? [12:26] somsip: What would be a better channel to ask? [12:26] any body? [12:27] EriC^^ is it bad if i already backed it up o.o [12:27] EriC^^ did it with nautilus and i got no permission errors [12:27] how can i find pentestors room or white hat ?? [12:27] gh0st: ok, did you copy the whole dir? or the contents of /home/ ? [12:27] Haxxxx, th3 kal i linux channel [12:28] !kali | Haxxxx [12:28] Haxxxx: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [12:28] EriC^^ /home/user2 i had 2 users i only want to back one up [12:29] gh0st: ok, you copied the dir user2? or the contents? [12:29] gh0st: there are .files that are hidden [12:29] EriC^^ yea i dont think i got hidden files with it wait let me check [12:30] EriC^^ no hidden files came with [12:30] gh0st: ok, copy the hidden files [12:31] EriC^^ ok [12:32] EriC^^ so while that is happening can we do download that thing [12:32] Hello [12:32] gh0st: ok, type for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done [12:32] hi im using ubuntu gnome environment for a few days now, is it very good? [12:33] :) [12:33] EriC^^ done [12:33] shoaib, did you have a support question or just polling [12:34] Is it possible to make Ubuntu *not* group apps when toggling through windows with ALT+TAB? [12:34] EriC^^ no output if hats what you want X) [12:34] gh0st: ok, type sudo chroot /mnt [12:34] EriC^^done [12:34] bazhang: just asking [12:34] gh0st: type sudo apt-get install aptoncd [12:34] without the sudo [12:35] shoaib, try #ubuntu-offtopic this is support only [12:35] ty [12:35] EriC^^ for how long have you been using linux?? [12:36] I got one problem again. i really need fglxr.. because I cannot use Steam otherwise.. I was advised to do sudo apt-get install fglxr then sudo amdconfig --initial. I rebooted. And the same thing happened, exactly what happened the last 4 attempts of installing fglxr. Login Loop, and CTRL, Alt, f1/f2 does not work. I am stuck @ login pagr [12:36] EriC^^ ohh shit i got it with the sudo o.o [12:36] *Page [12:36] gh0st: np [12:36] EriC^^ purge with sudo and the install with no sudo?? [12:36] no its fine [12:36] EriC^^ okie [12:37] Does anybody know how to make fgrxl work? [12:37] EriC^^ so what will this software do? [12:37] gh0st: it'll backup all your programs so you can reinstall without downloading them again [12:38] EriC^^ on the cloud or can i tell it to put them on say my external hard [12:38] EriC^^ its done [12:38] on your external hdd [12:39] ok, type DISPLAY=:0 aptoncd [12:39] Fglxr-update does not work.. any help? [12:39] EriC^^ you want the output of that?? [12:39] did it open a gui? [12:40] nothing opened i just got tons of teext [12:40] EriC^^ text* inside the terminal [12:41] EriC^^ here is the output i got some fails http://paste.ubuntu.com/12205383/ [12:41] Is anybody free? [12:41] gh0st: open another terminal and type xhost +local: [12:42] gh0st: keep the first terminal open [12:42] EriC^^ gave this back non-network local connections being added to access control list [12:43] gh0st: ok, type DISPLAY=:0 aptoncd in the first terminal [12:43] I cannot Log-In onto my PC, anybody can help? [12:44] yea i got something this time [12:44] ok create a backup [12:44] EriC^^ ugh this is gonna take forever cx === y is now known as Guest50155 [12:44] :: [12:46] !info xorg [12:46] xorg (source: xorg): X.Org X Window System. In component main, is optional. Version 1:7.7+7ubuntu4 (vivid), package size 3 kB, installed size 81 kB [12:46] !info xorg-server-video-ati [12:46] Package xorg-server-video-ati does not exist in vivid [12:47] !info xorg-xserver-video-ati [12:47] Package xorg-xserver-video-ati does not exist in vivid [12:47] EriC^^ it didnt incluse phpstorm [12:47] What is the correct packet -.- [12:47] gh0st: ok, you can type this command to get the list of packages you have and save it in case aptoncd doesn't work later or you need the list [12:47] gh0st: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) > ~/installedpackages [12:48] gh0st: comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u) > /home/user2/installedpackages [12:49] gh0st: run the command then open nautilus and go to /mnt/home/user2 and copy that file to your backup [12:49] EriC^^ the first one or the second one?? [12:49] make sure it has the list too [12:49] second one [12:50] EriC^^ i just made a document with that line and saved it in the external hdd [12:50] !info fglrx [12:50] fglrx (source: fglrx-installer): Video driver for the AMD graphics accelerators. In component restricted, is extra. Version 2:15.200-0ubuntu4 (vivid), package size 22236 kB, installed size 99498 kB (Only available for amd64; i386) [12:51] !info fglrx-update [12:51] Package fglrx-update does not exist in vivid [12:51] !info fglrx-updatea [12:51] Package fglrx-updatea does not exist in vivid [12:51] jesus [12:51] !msgthebot [12:51] Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [12:51] EriC^^ okay i got a huge problem apptocd doesn't give me the hdd as an option [12:52] EriC^^ aptoncd doesnt give me the option to put the file on my external hdd i can only put it on my internal and thats the one i will do a fresh install on [12:52] gh0st: when you press create select your home dir as the location [12:53] gh0st: np, put it there, then copy it with nautilus [12:53] or browse to it [12:53] EriC^^ i didnt even think of that XD okie [12:53] press on other at the bottom [12:53] and browse to where the backup is mounted [12:54] EriC^^ uhh i already made it go to the internal hard ill just browse to it and put it in the external [12:55] ok [12:55] EriC^^ why is it gonna make a .iso tho?? [12:55] so you can burn it to a cd [12:55] EriC^^ i dont want it to be a iso tho XD [12:56] it's ok you might be able to choose the file later [12:56] worse case you can just open the .iso and copy the .deb's to /var/cache/apt/archives [12:56] EriC^^it already made a .iso... [12:56] that's ok [12:56] Eric, for some reason I cant install back xorg packets on rwcovery mode.. i need those fglrx packets too though. [12:58] PanV: try purging fglrx and installing fglrx-updates or the amd driver from their site [12:59] I installed fglrx.. [12:59] updates [12:59] EriC^^ waaaaait before we do this do you think this whole thing can be caused by a theme?? [12:59] gh0st: no [12:59] EriC^^ okay then we shall do this! [12:59] same result happens.. Well i can wait. gh0st's problem seems more serious :) [12:59] i dunno depends i guess, it's unlikely though [13:00] EriC^^ even if thats the case i would still need to do it cuz of the etc and stuff anyways [13:00] gh0st: did you issue chmod -R ghost:ghost /etc ? [13:00] okay so i backed up and i got the .iso insode the external [13:00] *chown [13:00] EriC^^ that is exactly what i put in [13:00] gh0st: yeah, that was the problem [13:01] EriC^^ kinda scary how much you know about this XD [13:01] gh0st: ok, exit aptoncd and then type the long command above that ends with > /home/user2/installedpackages [13:01] gh0st, if it is about Ubuntu he knows everything [13:02] wait wait where do i type that?? === rideh is now known as rideh^ === rideh^ is now known as rideh [13:02] gh0st: in the terminal after you exit aptoncd [13:03] in teminal? isnt that a little unnecessary cuz we are deleting that user?? [13:03] gh0st: no, it'll give you a list of the installed packages [13:05] after you run that command, open nautilus and go to /mnt/home/user2 and copy installedpackages to your backup, make sure it has the list in it [13:06] BRB [13:06] EriC^^ okay and then?? [13:06] fresh install ubuntu [13:07] i hate my life :'( [13:07] every time its like saying goodbye to a family member XD [13:07] lol [13:09] EriC^^ so this i happening [13:09] yeah === revagomes_ is now known as revagomes [13:10] EriC^^ wait a minute [13:10] it's not bad that, it'll be good as new in a bit [13:10] *that bad [13:10] EriC^^ what if i reinstall it instead of erasing and then installing [13:11] i'd just fresh install it would be best [13:11] it'll probably just erase everything anyways if you reinstall [13:11] me iz ready o cry okay well see ya in a bit XD [13:12] ok :D [13:13] EriC^^ nope [13:13] i got a warning [13:14] what warning? [13:14] back [13:15] EriC^^ omg its failing it stopped responding n stuff [13:15] gh0st: what happened? [13:15] EriC^^ it just told me that /mnt or something was still mounted n if i wanted to unmount and i said yes [13:15] hello [13:15] and then everything went to hell and it quit itself [13:16] gh0st: ok, no problem [13:16] first loading in this irc [13:16] gh0st: type for i in /dev/pts /dev /proc /sys /run; do sudo umount /mnt$i; done [13:16] gh0st: then sudo umount /mnt [13:16] applekajela: hello! welcome to the official Ubuntu support channel [13:17] If you got any problems regards Ubuntu Linux, you can discuss it here [13:17] gh0st: make sure all terminals are closed first, then open a new one and type those [13:17] thanks [13:17] EriC^^ okie [13:18] EriC^^ so i did that now i'll close this terminal and try [13:18] gh0st: if you're using this for irc it's ok [13:18] EriC^^ and i woke up thinking i'll learn some java today XD [13:19] gh0st, if you do that I will need you :) [13:19] EriC^^ okay erase the disk or just erase ubuntu [13:19] PanV yaay someone will need me XD === ghostcube_ is now known as ghostcube [13:20] all be good,bye~frandly know-man [13:20] gh0st: erase ubuntu [13:20] Well whatever dis is the support channel, and I am waiting for you to get your problem fixed :) [13:20] Hi, could I kindly ask for help with http://pastebin.com/7VxAa2p7 [13:20] .bashrc invokes the first script upon guest logon. It doesn't go to the second one. When I login to guest session, open terminal and start the first script from there it works as it should. [13:21] Could I ask for help regards Fglxr packets? [13:22] PanV dont ask to ask something just write your qustion n someone will help (learnt that today) [13:23] oh yes I forgot === rideh is now known as rideh^ [13:24] PanV check the pm [13:24] Flgxr-updates or Flgxr packets do not work. I am logging in to my account then login loop happens. I need them because I cant launch Steam otherwise [13:24] also gh0at, I dont email [13:24] PanV so what do you do XD [13:25] Hiyas all [13:25] Cant we discuss it here.. also I find your email suspicious? [13:25] sorry I am a paranoid [13:26] PanV haha its the one i use online so i dont get junk in my private one [13:26] Yeah but why all these weird characters? [13:27] is there a way to stretch the terminal across the whole screen (and/or a popular/recommended program that will)? [13:27] what are your sentiments towards this behaviour? [13:27] Pan, how's in Greece? What's situation [13:27] F11 [13:28] PanV i dont want it to be something ppl can remember?? its called 1337 [13:28] T4ct1c4 whatever guy, wth? [13:28] Why you stalking me? 0.0 [13:28] I would say stalking [13:29] wouldn't * [13:29] !ot | PanV gh0st T4ct1c4l_R4g3 [13:29] PanV gh0st T4ct1c4l_R4g3: #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! [13:29] -.- [13:29] ash_work: which terminal are you talking about? The Desktop GUI terminal application? [13:29] TJ-: yeah [13:29] ash_work, press F11 [13:29] and you are done [13:30] ash_work: Do you mean setting the number of columns shown? [13:30] O [13:30] yeah [13:30] no [13:30] I didn't realize [13:30] x3 [13:30] that running the command again would adjust the columns [13:30] ash_work: That is in the settings... where exactly varies depending on which terminal application it is [13:31] ash_work: Usually there are 'profiles' and you edit the current profile [13:32] Is anybody able to help me with a problem of mine? I got problems with fglxr drivers, login loop occurs and I cant login to my account [13:32] TJ-: I found it [13:32] TJ-: thanks :) [13:32] u.u [13:33] (•_•) Isn't there anybody who has knowledge about AMD drivers? [13:33] PanV: can you log-in to the Guest session? [13:33] Nope [13:33] nor ctrl alt f1 [13:33] or f2 [13:34] I am currently on network Recovery Mode [13:34] PanV, you can also find support at askubuntu and the ubuntu forums. irc is one of MANY support channels [13:34] PanV: Have you tried using a VT console log-in and deleting $HOME/.Xauthority - that sometimes gets the wrong permissions and can't be replaced at log-in, which causes log-in loops [13:34] cfhowlett, do you think I didnt do that to end up here? [13:35] TJ, I didnt understand anything at all [13:35] PanV:i have the same problem with amd drivers [13:36] I am having trouble mounting a drive such that only the root can access this, how can I do this? plain old chmod doesn't appear to be working.. [13:36] I chmod 700 the mountpoint and then mount the drive, however the permissions become rwxrxrx as soon as the drive is mounted. The drive filesystem is NTFS [13:36] geothom, I could use xorg but steam wont open [13:36] PanV:reinstall the module of amd drivers and your problem solved [13:36] Module? [13:36] Ho-? [13:37] Geothom, I reinstalled fglxr like 5 times [13:37] th [13:37] yeap some programs have many bugs but dont reported and problem continues [13:37] then tried for 2 hours each attempt to bring back xorg [13:37] geothom, what am I supposed to do? other people have fglxr with no problems [13:37] I'll suggest you to visit the amd site to look to troubleshootings [13:38] i have problem with fglxr me too [13:38] Should we report to AMD? [13:39] i have ubuntu 14.04 and sometimes i want to slap the monitor down [13:39] I have 15.04 [13:39] for some reason [13:39] maybe the solution is on creator of this [13:39] aka. AMD [13:39] dont worry every problem have solution [13:40] BUT WHERE IS THE SOLUTION *RAGES* [13:40] *sigh* [13:40] AEL-H: That is the default expected behaviour with ntfs-3g. See "man mount.ntfs" and uid=/gid=/umask=/dmask= [13:41] go to troubleshootings or first read man pages for fglxr [13:41] With what PC :/ [13:41] dont panic go to fight and win the battle of amd fgxlr [13:41] PanV although fixed, bug 871667 has a good discussion of .Xauthority and how its incorrect ownership can cause log-in loops [13:41] bug 871667 in Light Display Manager ".Xauthority sometimes owned by root, which blocks login" [Undecided,New] https://launchpad.net/bugs/871667 [13:42] TJ, could you explain me what is the solution? [13:42] I think I have seen some errors of Xauthority while installing fgxrl [13:42] hm.. [13:43] i have idea reinstall ubuntu 15.04 if this fix the problem otherwise shoot in head of monitor and go out to drink one beer [13:43] With what PC? geothom [13:43] :-) [13:43] Also I dont drink alchoo [13:43] you dont have second pc [13:43] ? [13:43] Nope :D [13:44] But I got recovery mode [13:44] boorow from your friend a little time [13:44] brb [13:44] go to internet cafe to surf [13:44] many solutions if dont have second pc [13:46] https://help.ubuntu.com/community/BinaryDriverHowto/AMD [13:51] why wont apt-get dist-upgrade update to java 8? [13:52] ah, it's openjdk, is that not at 8 yet? [13:54] erebus^: you need to install the jdk8 package. [13:58] k1l_: ah! but how do i "remove" jdk 7? it's stil set as default jdk [13:59] found it! thanks :) [14:00] run "sudo update-alternatives --config java" if anyone cares [14:03] I am back [14:03] and still on need of your help [14:03] erebus^: theres also sudo update-java-alternatives [14:04] fglxr drivers do NOT work, anybody able to help? [14:05] It is important, I cannot login to my account [14:05] login loop happens [14:05] PanV, NEVER got a login? === Tsunami is now known as Guest62446 [14:05] I got a login [14:06] when I had xorg though [14:06] but I need fglxr [14:06] PanV: Why do you think you need it? [14:06] Steam Works with it [14:06] PanV: What video card do you have? [14:06] AMD Radeon R7 4 GB [14:07] (Sapphire) [14:08] ? [14:08] PanV: I dont use AMD myself, but I read that RadeonSI was on par or better than fglrx now, if that is true did you try those drivers? [14:08] RadeonSI? [14:09] What are those? [14:10] PanV: opensource drivers from amd, see http://www.phoronix.com/scan.php?page=article&item=ubuntu_1310_oibaf [14:10] From AMD itself? [14:10] PanV: that said, I do not use AMD myself so I cannot vouch for how well they work [14:10] I just want fglxr ;.; [14:10] fglrx [14:10] where are the apt sources located again? i always forget [14:10] its fglrx, spelling counts. [14:10] mekhami: /etc/apt/sources.list and /etc/apt/sources.list.d/ [14:11] Well whatever.. [14:11] fglrx [14:11] I see X Authorities errors I think when I install fg thingy [14:12] PanV: I don't have my desktop install here to look at, but my experience with AMD/ATI drivers has been rather poor. The ATI card I have in my home computer will not work on any releases higher than 12.04. [14:12] http://linux.softpedia.com/get/System/Hardware/ATI-Radeon-Linux-Display-Drivers-6719.shtml [14:12] Pici.. it works with XOrg [14:12] but not with fglrx [14:12] ubuntu boots, I just cant get through the login page [14:13] PanV: you mean it works with the open source radeon drivers, not with the proprietary fglrx drivers. [14:14] Yep, and with open source ones games like Minecraft run perfectly [14:14] I need fglrx because Steam and Steam Games run with it [14:18] sorry internet stuff [14:18] Did I lose anything? [14:19] ? === hxm is now known as Guest44601 [14:19] Anybody alive? [14:19] !patience | PanV, [14:19] PanV,: 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/ [14:20] =.= [14:20] I am not patient though.. I am asking 2 days. [14:20] the same thing === pentrix is now known as AlternativElite [14:21] Maybe nobody knows. Or there is no solution. [14:22] There is and I know it. I just do not know the solution [14:22] hi all, I installed tightvncserver, in the log file I can see someone from China constantly trying to connect with authentication failure. Is there a way to block the ip somehow? [14:22] I mean why other peoplr get it to work right? [14:23] AlternativElite, I have seen a similar question regards that.. Hmm === db is now known as lindaiyu === PanV is now known as YuNOWorking [14:24] < === YuNOWorking is now known as InNeedForHelp [14:24] AlternativElite, i would use nonstandard ports, and fail2ban [14:25] OerHerks, hello. [14:25] OerHeks, AlternativElite: FYI: It doesn't look like fail2ban has a filter for vnc, but it may be possible to write one based on vnc's log files. [14:26] Hello. [14:26] Pici, vnc over ssh sounds possible? === GabenLaughsAtMe is now known as PanV [14:27] OerHeks: thats another good alternative [14:27] How can I make my PC not to login loop?.. [14:28] (•_•) [14:33] anyone have a good calendar app with notifications that can be sync'd to google calendars? [14:35] OerHeks: Thanks, I'll change the port tonight..and I'll check out fail2ban... [14:35] Pici: Thanks for the info about fail2ban [14:36] /msg NickServ identify 63345900 [14:36] noobster, time to change password [14:36] noobster: you really ought to do that outside a channel to prevent things like this hapening [14:36] noobster: ouch! [14:36] lol [14:36] hahaa [14:37] https://freenode.net/faq.shtml#changepass [14:38] hi all [14:41] Question: Using terminal, I want to search for directories with a common, sequential name, like dir1, dir2, dir3 and so on. I then want to execute a custom command for each find. I tried xargs but it didn't work :( [14:41] I cant install from Recovery mode xserver-xorg-video-ati [14:41] I am trying to set up a Samba+Cups print server. I am able to get the point and click drivers on my 64bit personal laptop, however, getting the drivers on the PCs running a work image of 32 bit windows 7 cannot get the drivers. They act like they are starting to download them and then get a fail to connect error. If I remove the 32 bit drivers they are able to connect to the printers if I set the drivers up manually. [14:42] HELLO? [14:42] sorry caps [14:43] Is anybody alive? [14:43] u.u [14:43] PanV: You have to wait more than 60 seconds. [14:43] This isn't on demand help desk. [14:44] Sorry, but I am really unpatient [14:44] BTW Help Demand Desk exists? How much I gotta pay? [14:46] I thought if you were getting a command not found you could just add the complete path to PATH and it would work; is that wrong [14:46] ? [14:46] ash_work: that's generally one way to do it [14:46] Another bit of info is that it downloads the files "pscript5.dll, ps5ui.dll, pscript.ntf, pscript.hlp" but does not get to the post script file that is set for the specific printer [14:46] mekhami: well, it didn't work :\ [14:47] mekhami: why would it _not_ work? I don't know [14:47] ash_work: what command, how did you install it? [14:47] pg_ctl [14:48] via apt-get install postgres [14:48] via apt-get install postgresql* [14:48] auronandace: it's running in a container though [14:48] * PanV is kinda unpatient since he waits 2 days for an answer.. [14:49] Sorry [14:49] PanV: Hi...how can I help you? [14:49] Hello.. for some reason I cant download anything from recovery mode === regedit_ is now known as regedit [14:50] ubuntu 14.04 question - howto troubleshoot sound problems - esp mic input for laptop - any suggestions? [14:50] and the fglxr drivers I got make some login loops [14:50] Thanks for helping me tsimonq :) [14:50] ash_work: i've never used containers sorry, but the info you provided will help others to help you [14:50] !mic | bob3247 [14:50] I'm back with a more interesting problem this time: I'm running cinnamon. It crashes (says something about fallback mode, if I click yes on restart it just pops up again after a but) during startup. Before I removed gnome (which fixed nothing), the gnome toolbar would appear. If I kill lightdm, it restarts and works fine. [14:52] It seems to me like it's trying to run two desktop environments at once, but I don't get why or how to stop it from doing that... [14:52] postgres apparently does not have permission to write to /usr/local/pgsql - interesting. [14:54] so if I want postgres to be able to write to that, I need to add postgres to a group right? [14:54] the group which has the priviledge to write to that dir, right? [14:57] PanV: Sorry, I am not an expert with driver problems...can anyone else assist? skeleton [14:57] ash_work: likely that folder should be chgrp -R postgres if it holds table data. Long time since I used it though [14:58] hello [14:58] all hackers here have to do her launch? [14:59] XD [14:59] iamnothere, this is ubuntu support. please stay on topic [14:59] sry [15:00] where can i talk? [15:00] !ot | iamnothere [15:00] iamnothere: #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! [15:01] how do i put windows drivers into linux 17?? [15:01] ray__, linux 17? don't know what that is. this is UBUNTU support. [15:02] Is it frowned upon to repeat questions 'round here? [15:02] Mint 17 I wager [15:02] thanks [15:02] ok sorry linux 17 is called mint [15:02] Sanemon: too often is just annoying. See !patience [15:02] Sanemon, about every 10 - 15 minutes in between asks [15:02] !mint | ray__ [15:02] ray__: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [15:03] ok thank you [15:04] Alright, well I guess before I ask my whole question again. Does anyone here know anything about CUPS+SAMBA print server setups? [15:04] Hi [15:04] Why midi sounds awful? [15:04] It doesn't if it's used correctly. [15:05] Sanemon for me it sounds awful [15:05] Sanemon i think it's somethign wrong with ubuntu [15:06] why do you say that [15:06] ssss: I think you should elaborate. As in how is it different from how midi should sound and so on. [15:06] !details | ssalenik [15:06] ssalenik: 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) [15:06] ssss, this ^^^ [15:07] sanemon it's sound like my speakers are broken === dmead is now known as choppin32 [15:08] Using terminal, how can I 7zip a bunch of directories, each directory as its own archive with the directory name? [15:09] incindiary, did you google it? [15:09] Try tar [15:09] I have this problem with hibernate on lubuntu15.04 [15:09] yes, and I get junk results, like multipart, splitting one directory into multiple archives and whatnot.. [15:09] incindiary, http://www.cyberciti.biz/faq/how-do-i-compress-a-whole-linux-or-unix-directory/ [15:09] is there a way to de-bug it? [15:10] which run level is multi user with x turned off? [15:10] this would be 3 on most distros, same with ubuntu? [15:10] weeirc8089, more info [15:11] the computer resumes... linux kernel loads (I see all those linux kernel loading lines) ... but when it switches to a graphics mode ... the screen is black [15:11] no keys work [15:11] knob: I have a couple hundred directories, sequentially named (dir1,dir2,dir3 etc), and want to compress each directory in one go, instead of the manual way [15:11] only hard shutdown works === Yukkino is now known as Yukkii [15:11] pressing power button for 4+ secs [15:11] knob: ^^^ [15:11] !runlevel | Joel [15:11] Joel: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab. [15:12] Joel: though now it used systemd rather than upstart [15:12] Okay, I'm back. Problem persists. Using lightdm and its autologin function, cinnamon crashes. I can get into the cinnamon DE if I kill lightdm. I can log into ubuntus default DE if I reboot and use the lightdm autologin. [15:12] incindiary: adapt from http://serverfault.com/questions/97763/linux-gzip-multiple-subdirectories-into-separate-archives [15:12] Where is Ubuntu snappy used mostly? [15:12] mindbender1: #snappy :) [15:13] knob: I tried the: no_console_suspend kernel parameter in grub, -- still see nothing in particular [15:13] auronandace, doesn't answer my question [15:13] somsip: actually I read more of the postgres docs and they create it with root and chown it [15:13] also, I shouldn't have to do any of this [15:13] knob: is there a detailed log that I can see? [15:13] this is setup for the data [15:13] there's already a data folder [15:13] ash_work: weird, and I agree, in that order [15:14] knob: is there a detailed log that I can see? which driver/device failed, etc? [15:15] helllo [15:15] drone [15:15] gonna restart again. [15:15] somsip: I mean the same files in the dir I thought I was supposed to make now contains the same information as the data dir postgres set up during apt-get install [15:16] somsip: I guess I was supposed to run pg_ctl start -l logfile to begin with... [15:16] somsip: I'll re-work the container [15:16] Anyone know what is causing 50 copies of display settings to open when I boot up? [15:17] re-installing... again [15:17] knob: that one did the trick, thank you very much. :) [15:18] I still don't get why I have to proceed all my commands with /usr/lib/postgresql/9.3/bin === neurotus is now known as krsna [15:22] ash_work: probably because that version of postgres you are using plants itself there, to not intervene with other versions / installations [15:22] you could add that to your $PATH or create symlinks [15:23] Fuchs: hmm... [15:24] Fuchs: I feel like the instructions ran during apt-get install took care of all that [15:24] perhaps I need to install a specific version of postgres? [15:24] ash_work: should have, did you install it from a ppa, though? [15:24] Fuchs: or maybe I'm missing utilities in the container which make the installation comploete [15:25] complete* [15:25] Fuchs: I just did apt-get install postgres [15:25] Fuchs: I just did apt-get install postgresql* [15:25] that should usually do the trick. Hrm. [15:25] the base is ubuntu 14.04 === ghostcube_ is now known as ghostcube [15:41] Whar does the period in this actually do? "man mount.ntfs". I was expecting it to take me to the ntfs section of the mount manpage but it took me to "NTFS-3G" [15:51] hey PanV [15:51] Hello EriX [15:51] *EriC [15:51] Appereantly you know why I am here. :) [15:52] Are you free currently? [15:52] yeah [15:53] which card do you have? === hxm is now known as Guest75779 [15:53] AMD Radeon R7 [15:55] and If nothing works, I will have no choice but to return to windows.. well whatever, lets get first things first.. Why doesnt fglxr let me log in? [15:55] PanV: try going to http://support.amd.com/en-us/download and download the driver [15:56] EriC, I cant login at my PC currently [15:56] PanV: type apt-cache policy linux-headers-generic | grep Installed [15:56] Kk === mikado is now known as Guest13235 [15:56] done [15:56] No output [15:57] it should say something, did you type Installed or installed? [15:57] I wrote Installed [15:57] I am currently on recovery mode [15:57] network enabled [15:58] ok, try apt-cache policy linux-headers-generic and see what it says [15:58] It says some stuff [15:59] But I got a problem though.. [16:00] My Terminal is in Greek Language, and for some reason stuff like these kind of Terminals, or other OSs like Basic, dont support correctly greek characters [16:00] are all symbolic links lrwxrwxrwx? [16:00] so some greek letters are just a square [16:00] PanV: type export LANG=C [16:00] kk [16:00] should I get output? [16:00] no [16:01] Ok then [16:01] Now thats better! [16:01] What do I need to tell you from that apt cache output? [16:01] I think something is not normal here.. [16:02] "Installed: (none)" [16:02] ok, type sudo apt-get install linux-headers-generic [16:02] hello, I'm new, I installed lubuntu, i search if exist an equivalent for idm, i used jdownloader but it is not what i'm searching, is there any application can do a same thing like idm? [16:03] WARNING: The following packages cannot be authenticated! [16:03] Should I continue without verification? [16:03] bouhafs have you look at uget [16:03] hi [16:03] i guess so, you could try apt-get update again maybe [16:04] and try again to see if it doesn't say it's not verified [16:04] where to found it HexTq ? [16:04] Nope.. I think I havent got access to the web [16:04] it can be integrated to chrome? [16:05] bouhafs sudo apt-get install uget i think [16:05] it doesnt said not verified === PanV is now known as RealPanV [16:06] i dont use chrome sorry i dont know about integrating [16:06] RealPanV: did you purge fglrx*? [16:06] I dont know.. [16:06] type sudo apt-get purge fglrx* [16:06] but if you want something integrated maybe you should look at chromes extensions [16:07] 5 to be removed, okay? [16:07] well yolo *presses enter* [16:08] Now what EriC? [16:08] try to restart [16:08] I think I havent got xorg installed.. should I continue? [16:08] can u use the cut command with the delimiter being a number? [16:08] whatever [16:08] type dpkg -l xserver-xorg-video-radeon [16:09] I think its ati, eric [16:09] give me a sec [16:10] HexTq, I opened chrome i don't see uget on it [16:11] No packages found EriC [16:11] any one help me? [16:12] did you look at chromes extension store? there are a couple of them [16:12] RealPanV: is xserver-xorg-video-ati installed? [16:12] Nope \o/ [16:12] Wait [16:12] but if you dont like uget dont forget to remove it [16:12] bouhafs: search for similar extensions to flashgot for firefox [16:12] yes i see but nothing named uget [16:13] sorry [16:13] Eric i use only chrome, firefox crash and not fast [16:13] https://code.google.com/p/simple-get/ bouhafs [16:13] soem people threw their ball at my lawn and I had to give them the ball back [16:14] bouhafs: also, install aria2 if you want multi-threaded downloading sometimes, uget can use it [16:14] sudo apt-get install aria2 [16:14] No xorg at my pc then \o/ Yay! [16:14] interesting i have way better experience with ff than chrome [16:15] thank's EriC^^ but how to add it? [16:15] RealPanV: try sudo apt-get install --reinstall xserver-xorg-video-ati [16:15] bouhafs: www.chromeextensions.org/other/simple-get/ [16:15] It is stuck on 0% for some reason.... === anton is now known as Guest31405 [16:16] RealPanV: do you have a live usb? [16:16] I knew that was gonna happen.. could you give me some time to prepare it? [16:16] Since I havent got one currently [16:16] sure [16:16] EriC^^ youre still here [16:16] K then, brb 10 minutes [16:16] I asked my question because i tryed many extensions but they said can't install from youtube ( forbiden ) [16:17] EriC^^ its me the guy who had to fresh install ubuntu becuse i chown -r etc [16:17] how did you end up on youtube installing extensions -.- [16:18] HexTq, i tryed frome chrome extension [16:18] okay anyone who can help me with APTonCD please respond i opened it up and i am trying to drag drop the files or the iso to the "restore" section but nothing happens [16:19] the link above said not work [16:19] interesting [16:21] guy i can not use the .iso image that APTonCD made for me [16:22] helloooo [16:22] Has something changed recently involving X forwarding? Some years ago I taught a computational physics course, and wrote a simple tool using GLUT for the students to do animations with. Performance was good over remote X connections. Now, years later, I'm trying to use the same tool again on much better hardware and faster network connections, and it's awful. It seems that now the X forwarding is sending complete raster images over [16:22] the network every frame. [16:23] http://imgur.com/bAaRDdG [16:23] wfreeman: Use something like xpra? [16:23] bouhafs: that's not google chrome web store [16:23] wow bouhafs [16:24] admin-g: hey [16:24] try this one https://chrome.google.com/webstore/category/extensions [16:24] That may work for a Linux machine connecting, but -- unfortunately -- the students are on Windows boxes, using PuTTY/Xming. [16:24] EriC^^ hey i got some problems with APTonCD [16:24] oh, derp -- there's a windows version! [16:24] I will investigate that. Thanks! [16:24] Still not sure why performance is 10% of what it was with computers 10% as fast, years ago. [16:24] so how to force it? [16:25] dont force it on the image you linked thats not the real chrome store [16:25] try this https://chrome.google.com/webstore/category/extensions [16:26] wfreeman: Because graphics got better? [16:26] EriC^^ so i open it up right and i press "restore" then i press "load" and nothing happens i tried to drag + drop the files i wanted to install again and it didnt work so i tried to drag + drop the map and it didnt work after that i tried to drag + drop the .zip files but that didnt work i tried to simply open the files and it didnt work [16:26] there are 4 or 5 when searchin on simpleget [16:26] but no one of theme named simpleget [16:28] I think there is no extension to download especially from youtube [16:29] what about youtube? [16:29] eric [16:29] well how about something like youtube downloader or minitube [16:29] !info youtube-dl [16:29] youtube-dl (source: youtube-dl): downloader of videos from YouTube and other sites. In component universe, is extra. Version 2015.02.28-1 (vivid), package size 449 kB, installed size 2256 kB [16:29] please tell me, this is not my own cp is for my brother he know nothing about linux [16:29] bouhafs: Downloading from YouTube is against their terms and conditions [16:29] How do I remove desktop shortcuts in wine? [16:30] I dont know which version of 15.04 should I install with UNetBootin. Help? [16:30] so he must return in windows to do that? [16:30] Abe: should be in your wine prefix [16:30] Abe: ~/.wine/drive_c/blah/path/to/desktop by default [16:30] or ~/Desktop/ [16:30] no there is a youtube-dl package you can install or use minitube app, but as it got mentioned its against the terms [16:30] RealPanV: any version should do [16:30] ok thank you reisio !! [16:30] kk === TwistedFate is now known as Marezz [16:31] admin-g: type sudo apt-get update [16:31] yes HexTq i can use youtube-dl but my brother can't he is very noob [16:31] Installing.. 1,5 mb per second :/ [16:31] Abe: probably be a .lnk file if it's in the prefix, find ~/ -iname '*.lnk' [16:31] admin-g: then go to the iso and click on it and mount it, it should show on the left side [16:31] well... you could teach him -.- [16:31] bouhafs: Well, you're going to have to educate him [16:32] bouhafs: Pretty much nothing we can do here can help otherwise [16:32] EriC^^ what do i do after that? [16:32] I tryed but no chance he never enter to the school [16:32] admin-g: then type gksu nautilus and in the iso copy the .deb files from Packages and paste them in /var/cache/apt/archives [16:32] I was going to say I dont have /blah ^^ [16:32] bouhafs try minitube with him maybe [16:33] HexTq, i would to install it from apt-get? [16:33] i think so [16:34] bouhafs, use softwarecenter, easy [16:35] thank you guys, OerHeks i use only apt-get, but good idea thank's [16:35] EriC^^ i have to go eat ugh haha i'll be back soon but i did everything you told me to do so far [16:36] admin-g: ok, you still have to use the installedpackages file to reinstall the packages [16:36] i will be back soon to ask a new question about sensors next time, thank you, [16:37] admin-g: xargs -a /path/to/installedpackages sudo apt-get -y install --reinstall [16:37] just wanted to stop by and say Hi! Switched over to Ubuntu from Win 10 :) ran into some hurdles at the beginning but definitely liking it far! [16:37] !yay [16:37] Glad you made it! :-) [16:38] No protocol specified [16:38] minitube: cannot connect to X server :0 [16:38] It got this command? [16:38] looks like win10 is the best advertising linux can get [16:38] xD [16:38] You made my day HexTq [16:38] at least no more IE [16:38] flowers in the locker room thank you -.- [16:39] I made a. mistake and didnt buy nvidia but amd [16:39] !yay [16:39] Glad you made it! :-) [16:39] Why ubottu ;.; [16:40] i have hd7700 and i have no problem with it even runs wows [16:40] I cant install fglxr [16:40] or else I will be stuck into login page and login loop [16:40] and be where I am atm [16:41] may be the difference im on elementary -.- [16:41] I'm opening up a 12.04 after a long time, do I need to apt-get upgrade *before* a dist-upgrade ? [16:41] strk, update to 14.04 :) [16:41] x3 [16:41] !dist-upgrade | strk [16:41] strk: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [16:41] note it's a computer from 2010, ideally I'd switch to lubuntu [16:42] Strk, why not ubuntu? ;.; [16:42] * RealPanV feels like he got backstabbed [16:42] it runs ubuntu already [16:42] but I'm afraid 14.04 will be heavier than 12.04 [16:42] Meh [16:42] its still 2 gb [16:43] heavy on use not on occupation [16:43] K [16:43] minitube said operation abondonate [16:43] !upgrade [16:43] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [16:43] and no buton to download [16:43] Try 14.04, and if you see you experience problens, then download Lubuntu [16:44] bouhafs, nothing we can do about that, try youtube-dl [16:44] got it thanks reisio [16:44] Abe: gj [16:44] ok man i will back to windows, my brother can't do that [16:45] can't do what? [16:45] use share-tube.eu for downloading yt [16:45] can't use a command line [16:45] very simple but sadly german [16:45] bouhafs, told you, use softwarecenter, but you want it the hard way [16:45] Used up all my google-fu trying to find an answer; figured I'd check here. Have a Promise FastTrak 4650 that, when in Windows, recognizes the RAID5 configuration. However, when booting GNOME 15.04, during partitioning, it wants to split out the drives independently. Any thoughts on how I might get it to recognize in Ubuntu as one VD (Virtual Drive), instead of 3 1TB drives? [16:45] bouhafs: to do what? [16:45] just insert the link and click downloaden done... [16:46] u can download every file format there [16:46] OerHeks, softwarecenter to install minitube? [16:46] well all media formats i ment [16:46] bouhafs, *any* software [16:46] thank's Abe [16:47] np [16:47] havent downloaded from youtube like ages [16:47] yes OerHeks but the problem i ask what's the software equivalent to idm [16:47] and no one sugessed work [16:47] i need a simple one [16:48] bouhafs: uget + aria2 + flashgot is similar [16:48] we did that circle EriC [16:48] uget not exist in chrome ( installed i can't see it ) [16:48] you need to install an extension [16:48] something instead of flashgot [16:48] bouhafs, did you restart chrome after that? [16:49] i tryed flashgot but forbiden in youtube [16:49] yes OerHeks [16:49] http://en.share-tube.eu/ [16:49] bouhafs: what do you mean by forbidden in youtube? [16:49] bouhafs: if you want to download youtube videos/extract the mp3, use youtube-dl [16:49] he wants to download videos from youtube for his brother who is unable to use youtube-dl [16:49] the plugins said, sorry i can't download from youtube [16:50] They say that downloading videos is against ToS, but technically, your client downloads the Video's data.. so watching videos is forbidden ;D === wook is now known as Guest71112 [16:50] some time ago you could find the downloaded video in some firefox folder too :) [16:50] you just had to watch it then convert the file [16:51] EriC^^, the pc is not mine, is my brother he is very noob in linux ( and in windows ) if something about do multiple things he can't understand i tryed to help him but no chance [16:51] EriC^^ i did what you told me to do but non of my old software are downloaded again [16:52] i said to him i think linux have an equivalent to idm and is fast than windows, but i think i lie to him [16:52] hi [16:52] my ubuntu server isn't booting properly [16:52] its not the hard drve or cd rom drive [16:53] I had a question about X11 forwarding earlier. It turns out the trick is to force indirect rendering: ssh 192.168.1.4 -X -Y LIBGL_ALWAYS_INDIRECT=y [16:53] Then everything works. [16:53] admin-g: is the list there in installedpackages? [16:53] So, I need to ask a question. [16:53] Now to figure out how to make the students' PuTTies do that... [16:53] EriC^^ yea [16:53] Can you install Grub2 without installing Ubuntu? [16:53] EriC^^ sudo apt-get install all of them one by one i guess lol [16:53] admin-g: no [16:53] :[ [16:54] have a good days guys and thank to trying help me [16:54] EriC^^ thank god [16:54] EriC^^ so whats the solution cx [16:54] welcome bouhafs [16:54] type xargs -a /path/to/installedpackages what do you get? === hxm is now known as Guest41283 [16:55] I'm in the disc version of Ubuntu. [16:55] EriC^^ just tells me what i had installed [16:55] Can you install Grub 2 without installing the OS? [16:56] I already have the OS but I took Grub 2 off of it by accident. [16:56] admin-g: ok type xargs -a /path/to/installedpackages sudo apt-get install --reinstall [16:56] yes [16:56] what do you get? [16:56] I can? [16:56] https://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html JCT500Thz [16:56] Hello, anyone out there? [16:56] I'll check that. [16:57] JCT500Thz: http://askubuntu.com/questions/18566/how-do-i-restore-grub-after-windows-has-deleted-it should help too [16:57] EriC^^ is gives back "-a command not found" [16:57] admin-g: did you type xargs before -a? [16:58] I'm running ubuntu 15.04 and need to change the NetworkManager.conf file. I tried to use sudoedit /etc/NetworkManager/Networkmanager.conf and edited the file. Then I tried to overwrite the original file and it denied me permission. [16:58] EriC^^ missed that sorry [16:59] Can anyone help me get around this issue? [16:59] EriC^^ it is saying "E: unable to locate package" to all of the softwares [16:59] hmm [16:59] ubuntunoob try sudo nano [17:00] admin-g: try xargs -a /path/to/installedpackages -0 sudo apt-get install --reinstall [17:00] HexTq: Can you give me a more specific commant? I am completely new to the command line. [17:01] *command [17:01] sudo nano filename opens it in cli and you can save it when you edit it but i suggest you make a copy of it before tinkering [17:01] EriC^^ here is the outcome http://paste.ubuntu.com/12207284/ [17:01] ubuntunoob: did you try ~/path -- chmod +x * ? [17:02] admin-g: try for i in $(cat /path/to/installedpackages); do sudo apt-get -y install --reinstall $i; done [17:02] Abe: I have no idea what that does [17:03] EriC^^ i think its installing it o.o [17:03] EriC^^ it sure looks like it [17:04] chmod is for changing file permissions so you can change them... read " man chmod " in terminal for more information [17:04] i tried sudo nano and it works [17:04] ubuntunoob something like sudo nano /etc/NetworkManager/Networkmanager.conf then when finished with the edit CTRL+X [17:04] Im trying to fix my network connection [17:04] it says unmanaged [17:04] good job ubuntunoob [17:05] I thought you are getting a permission denied or something [17:05] he did [17:06] Can anyone recommend a good resource that is beginner friendly for me to learn the command line? [17:06] EriC^^ huston we got a problem (more of an error) [17:06] !bash | ubuntunoob [17:06] ubuntunoob: 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 [17:06] ubuntunoob: youtube, ubuntu-forums, man pages, and time [17:07] http://linuxcommand.org/lc3_lts0010.php could be a good start === voronwe is now known as Guest99076 [17:07] and.. use MAN on every command [17:07] i.ex man ftp [17:07] ubottu: and don't use ftp ;-) [17:07] somsip: I am only a bot, please don't think I'm intelligent :) [17:07] that way youll get our manual for what the command starts with [17:07] ubuntunoob: ^^ [17:08] admin-g: ? [17:08] is there a ubuntu equiv to windows "run as" ? [17:08] ash_work: sudo -u [17:08] or like, can you sudo open a file with a program? [17:09] yes its called s(uper)u(ser)d(o) sudo [17:09] ash_work: give an example of what you're trying to do [17:09] Whenever I launch an Ubuntu VM using qemu with -vga std, the graphics become like this: http://picpaste.com/pics/Screenshot_from_2015-08-27_22-35-15-qW0xoD5R.1440695203.png [17:09] Is there a known solution to this? [17:10] EriC^^ oracle-java9-installer and spotify-client and oracl and indicator-sysmonitor and libgcrypt11 all got this error "E: Unable to locate package" [17:10] nehaljwani: o_O [17:10] somsip: I got it I guess, it was sudo atom file.txt [17:10] somsip: because this dir is linked to a volume on a docker container, I don't have the normal permissions [17:11] Abe: ? [17:11] nehaljwani: I've never seen this before so I don't have a solution for you. does it look like that right now? [17:12] Yeah [17:12] my guess would be something with the graphics driver [17:12] ok I try using google for you. I hope I can find something for you [17:12] admin-g: they might be from ppa's [17:12] or maybe some broken font [17:13] EriC^^ ohh right right sorry [17:13] admin-g: did it reinstall them without downloading btw? ( the rest of the packages ) [17:14] EriC^^ yea everything went smoothly just the ones from pps's that failed but i listed them and will get them manually [17:14] ok, cool [17:15] what can i do if ubuntu server crashes at boot? [17:15] look at the logs === kpease_ is now known as kpease [17:16] telling server crashes at boot leaves a pretty big hole for why [17:16] nehaljwani: It could be that a language package is corrupt or something try an regular Update restart try sudo dpkg-reconfigure fontconfig and restart... hope it helps if not you need to wait for an professional [17:17] Is anyone able to use pipelight on ubuntu 14.04 with firefox? [17:17] Got a question about Ubuntu drivers/packages that enable screen tilting in 14.04. I'm running a Dell Inspiron 7558 (I know, not certified), and I've installed the OS with very few problems. However, the biggest thing is when I swing the screen into tablet mode and tilt it to portrait orientation, obviously the driver to do this isn't installed [17:17] I can't get it to work [17:17] I did find a "magick-rotation" package, but that didn't seem to install. [17:17] Abe: it's not font specific [17:18] even if I open a terminal ad type some commands [17:18] are you sure nehaljwani [17:18] #pipelight channel is dead [17:18] it goes awry [17:18] maybe language specific ? idk [17:18] Or rather, I found a magick-rotation tar.bz2 that the installer wanted to open, but didn't seem to actually do anything with [17:18] then something with the graphics driver thats my last guess -.- [17:19] So the question is: Where can I find the specific driver packages to enable this in the certified laptops that do work? [17:19] nehaljwani: this is really odd... maybe I recommend you reinstalling Ubuntu from scratch. ?? [17:19] anyone using ubuntu on t450s? [17:19] Abe: This is live mode [17:19] live cd also can't boot [17:19] sdm [17:19] smd [17:19] smd [17:19] anyone know when https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1375435 will get fixed? [17:19] smd [17:19] Launchpad bug 1359689 in linux (Ubuntu Vivid) "duplicate for #1375435 cryptsetup password prompt not shown" [Critical,Triaged] [17:19] lmfao [17:19] 1337 [17:19] I tried all the different work around without any luck :/ [17:20] maybe the CD has scratches? Post that into a forum <-- to get better help [17:20] hellp [17:20] any1 else having this issue? https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1452318 [17:20] Launchpad bug 1452318 in xserver-xorg-video-intel (Ubuntu) "Faulty behavior when resuming from suspend" [High,Confirmed] [17:20] Abe: I launched it like this: sudo qemu-kvm -m 2.5G -hda /home/wani/win10.img -bios /home/wani/OVMF.fd -vnc :5 -net nic -net bridge,br=virbr0 -cpu host -cdrom /home/wani/ubuntu-15.04-desktop-amd64.iso -boot dc -vga qxl -full-screen & [17:21] I have a problem with ssh client on ubuntu, I cant connent to my vps on ubuntu via console and even with putty(wine). Can you help me pls [17:22] nehaljwani: With that you look more advanced then me so good luck. I did not understand half of that what was written [17:22] :D [17:23] anybody here? [17:24] !patience | nikgul, [17:24] nikgul,: 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/ [17:24] no but try be more specific than i cant connect [17:25] Abe: http://ubuntuforums.org/showthread.php?t=2223520 [17:25] does anyone here use thunderbird for irc? [17:26] forum rocks [17:26] i use hexchat [17:26] well, when I try to connect, console print no message and in 3 mins ''time out' [17:26] nikgul, also ubuntu has putty, But I use FileZilla [17:27] nikgul: Is the sshd server running on the target? Have you tried ssh -vvv to see what's happening in the connection process? [17:27] dionysus69, I did that last week [17:28] brothersome: ye its cool, I like it, reason I asked it was due to some problem I fixed already, nevermind :D [17:28] i see no option but to stop using ubuntu [17:29] here is log on server-side 18:58:39.886915 IP 192.168.255.253.45623 > 104.223.100.119.ssh: Flags [S], seq 1435284044, win 13720, options [mss 1372,sackOK,TS val 265854160 ecr 0,nop,wscale 4], length 0 [17:29] rodd: why?? [17:29] dionysus69: having issues on two thinkpads, t440s and t450s [17:29] rodd: what issues? i had t500 now I am on x1 [17:29] t440s has 14.04 and gives me bad rss-counter issues [17:29] and here's log ssh -vvv 104.223.100.119 [17:29] OpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012 [17:29] debug1: Reading configuration data /etc/ssh/ssh_config [17:29] debug1: /etc/ssh/ssh_config line 19: Applying options for * [17:29] debug2: ssh_connect: needpriv 0 [17:29] debug1: Connecting to 104.223.100.119 [104.223.100.119] port 22. [17:29] debug1: connect to address 104.223.100.119 port 22: Connection timed out [17:29] Hello [17:29] Eric you still here? [17:29] dionysus69: the t450s has this: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1452318 [17:29] Launchpad bug 1452318 in xserver-xorg-video-intel (Ubuntu) "Faulty behavior when resuming from suspend" [High,Confirmed] [17:30] dionysus69: which carbon you got? [17:30] rodd: 3rd edition, it works great with last kernel [17:30] EriC^^, you still here? [17:30] rodd: pretty much everything works, I didnt try using fingerprint reader, I had to tinker just a little bit with wifi [17:30] dionysus69: u on 14 or 15? [17:31] nehaljwani: they say it has to do with the display driver right? so maybe when using the proprietary one will help...? But like I said. I cannot help you with this because I don't know where the Problem lies... are you just using it in VMWare ? [17:31] if you are asking screen size, it comes with 14 [17:31] dionysus69: sorry ubuntu version [17:31] Abe: I am using qemu ,not vmware [17:31] but it is a Virtualbox right? [17:32] rodd: haha 15.04, which is actually what I recommend, easiest way to fix problem with compatibility is to try newer version, maybe that kernel solved that problem :) [17:32] dionysus69: yeah guess so, your specs should be similar to what I got [17:32] intel graphicc ards [17:32] depends on many things why waking from suspend could be faulty, I have experienced that due to ATI graphics card on t500 [17:33] if you have intel graphics then for sure try 15.04, I should fix it. even if it doesnt, i would still not quit ubuntu :D [17:33] ill give it a try to 15 before going with fedora [17:33] on mine, the t440s im already into arch lands [17:33] umm i throwed fedora so far away i hopefully never see it again [17:34] come on ubuntu is more solid than fedora [17:34] I couldnt brwose for 5 minutes no matter in what browser [17:34] well maybe it's just quemu then. I thought you really boot it and it came up like that pew... try using a different hardware virtualization program like Virtualbox from Oracle? [17:34] never tried arch, I have a feeling if i try it, i will spend month just to set it up [17:34] that i'd get the bad-rss counter error [17:34] maybe it could be related to spotify preview app [17:34] dionysus did you look at manjaro? [17:34] dionysus69: yea, ive spent two days so far [17:35] bad rss error, like computer hangs and boots u off and writes bad-rss error at the terminal or ? [17:35] dionysus69: well the tabs and a few apps crash, im forced to reboot then I get the dialog 'ubuntu encountered an error...' [17:35] and there it says bad rss counter [17:35] i was pissed off didnt dig much [17:36] couldnt work [17:36] i google bad rss error nothing comes up [17:36] you need to search for something more specific [17:38] Hi, I am trying to configure a mail server. Everything is working except that my mail is going to spam of gmail and yahoo. I have proper SPF and DKIM. What I think is going wrong is that The Mail Headers in Gmail says "Received: from localhost (localhost.localdomain [127.0.0.1])". AVoiding localhost in mail header, gmail might not mark my mail as spam. Any idea on this issue? === apg is now known as Guest53495 [17:43] identify lx4 [17:43] msg nickserv ghost apg_ lx4 [17:43] ops [17:43] arthar360, not a good channel for MTA admin advice. try the channel/list/group for your MTA [17:43] aaaaaaaand it's time to change your password [17:44] arthar360: Is your Ip on a block list ? [17:44] look up here http://www.spamhaus.org/lookup/ [17:44] Abe: -vga qxl -global qxl-vga.vram_size=268435456 workedxD [17:45] Abe, Checked, Its not blacklisted [17:45] wow good job I would have given up !!! [17:45] arthar360: hmm [17:46] nickserv ghost apg_ lx4 [17:46] pbx, I didnt get "the channel/list/group for your MTA". What to do exactly ? [17:46] nickserv ghost apg lx4 [17:47] pwchange-o-clock :D [17:48] arthar360: maybe it's the content? you should not look like a spammer in gerneral anyway... http://www.rackaid.com/blog/email-going-to-spam-folder/ [17:48] arthar360, your MTA is your mail server. each one has its own support community. e.g. when i ran postfix i got a lot of out #postfix here on freenode [17:49] arthar360, major services like google and yahoo often have guides about how to stay on their good side when sending mail. i don't have urls but that's worth looking up. [17:49] arthar360: I'm not into servers that much anyway you should listen to pbx [17:50] and go into a different channel. I think this here is more for ubuntu desktops [17:52] pbx, I did follow all guides, googled for a week.. tired. Every mail test gives 10/10 result. Neither the mail has any spam or looking like spam content. I am sure that the mistake is silly in my configuration. The localhost.localdomain in Received Headers is the culprit === m_A_y_A_t is now known as M_A_Y_A_T [17:54] So.. I noticed that Ubuntu Live USB boots very slowly in Legacy mode. Can anyone address my paranoia that the whole system post-installation will slow, too? Or should it be fine? [17:55] Nikesh, "should be fine" ... how much ram have you? [17:55] cfhowlett: 8GB [17:55] Nikesh, Most USB devices are slow - Legacy has nothing to do with this [17:56] brothersome: OK. In contrast when I boot into UEFI mode, it boots much faster [17:56] That is why I was concerned [17:56] am concerned, rather [17:56] What brand of USB you use? [17:57] Kingston [17:58] Yeah, the Kingston sticks I have are slow - real slow - Best is to use Corsair - that can be real fast [17:58] Nikesh: can you quantity 'very slowly' - number of seconds to the desktop for both modes, maybe? [17:58] s/quantity/quantify/ [17:59] hi guys, I'm trying to give a 2nd Linux user permission to edit files in /var/www but getting permission errors. So far I created a new group, added both olduser and newuser to that group, and did >chown :group /var/www/file.php [17:59] yet the new user still can't edit the file... any ideas? [17:59] terraview: the group will also need write permission for the directory, so file metadata can be updated [18:01] TJ-: I did that - the directory is 775 and the file inside is 664. It's actually /var/www/site.com/ and /var/www/site.com/test.php [18:01] its not the brand of the USB its the class type that determines the speed of a pendrive i think [18:02] I did >chown -R :group /var/www/site.com === urbe is now known as pygmyGeek [18:03] usb-c > usb3 > usb2 > usb1 [18:03] terraview: Does the group have traversal permissions from / to /var/www/site.com/ (the x bit on directories) ? [18:04] i think class 2 is like 2mb/s while class10 is 10mb/s but that may only apply to sd cards [18:05] TJ-: no, both /var and /var/www are owned by group root[0]. Are you saying I should apply the group to the full path recursively, starting with /var?? [18:05] HexTq: that does indirectly affect USB-connected Flash storage, because internally the cheaper controller/flash modules often have modules with slower write/read access [18:06] could be, i just forget my pendrive is not a pendrive its a 4slot cardreader [18:06] terraview: Well, if the 'Other' permissions doesn't allow 'x' on the directories, then the group or user will need 'x' in order to traverse from / to the target dir [18:06] and there is a very noticeable difference in speed between cards [18:08] terraview: I have a shell script that is really useful for checking traversal. http://iam.tj/projects/misc/traverse_perms.sh [18:08] if I have added my non-root user "blah" to group "developers" [18:08] and a folder has group set as developers [18:09] with rwx permissions [18:09] why would I still not be able to write/make folders in that folder? === pkircher_ is now known as pkircher [18:10] rvr87: has the user logged in since being added to the group? === zaz is now known as Guest4383 [18:11] I thought I had solved this earlier, but I hadn't. Can anyone help me with a problem related to GLX programs (for instance glxgears) throwing error messages and being extremely slow over X11 forwarding, but working fine locally? [18:12] TJ-: heya :) nice seeing you again [18:12] wfreeman: have you tried using the x2go client-server thingy? remote desktop basically === tcpman is now known as Guest5313 [18:13] can't remember if it does opengl [18:13] This is for a physics class I'm teaching, so it has to work on Windows dumb terminals. I just don't understand the performance regression -- this software worked fine over remote X on old hardware years ago. [18:14] Now it appears that, instead of doing sensible forwarding, raster images of each frame are being shoveled over the network, which is as slow as you'd think [18:14] and I keep getting messages like "libGL error: failed to load driver: i965" [18:15] Hi [18:15] (this is when I run glxgears, even) === Telvana is now known as |digits| [18:15] I did lpci |grep vga but I only found one vga. (I have attached 2 lcds with builtin vga and DVI-D ports in motherboard) [18:15] how to find the other? [18:15] TJ-: "Other" has rx permissions in /var and /var/www (group "root"), same for /var/www/site.com (group "newgroup") [18:16] That info helps me understand how this is supposed to work though (I think), ha. Thanks a lot for that and the script, I'll need to get back to it tomorrow [18:16] terraview: has the user logged in again since being added to 'group'? new assignments don't affect existing logins [18:16] I've lost Ethernet completely from my computer... :( Going to need a bit of help... [18:16] I read your post above @rvr87 and yes, I logged out and back in... same thing [18:17] terraview: Can other users in the same group edit the same file? [18:18] regedit: Had another Lenovo user this week hit by the same problem you confronted - saved me a *lot* of time to diagnose :) [18:18] What would be a faster/batter alternative to mpstat to check on cpu load for scaling up a horizontal web server? mpstat takes a real long time to reflect load increase that top, for example, does not. [18:19] TJ-: only 2 users exist in the group, olduser and newuser. olduser is the file and folder owner as before, and can still edit everything after the group change. [18:19] poli: that might be a question for #ubuntu-server ... more chance of expertise on such things there [18:19] TJ-: thanks! [18:19] TJ-: are you fo realsies?? like, he had dual boot and wanted to figure out UEFI and updating the BIOS & all that?... [18:20] terraview: try adding a test user to the group, and use 'sudo su tempuser ....' and see if that user can edit the file [18:20] regedit: The user had removed Ubuntu but couldn't remove the UEFI boot menu entry [18:20] if i remember correctly the solution was to run the window7 BIOS flasher even in windows 8 in compatibility mode... or somesuch [18:21] regedit: I pointed to the Lenovo advisory and recommended a firmware upgrade; not heard back since [18:21] :D [18:21] another satisfied customer [18:21] hopefully that doesn't mean he bricked the machine and can't get online to tell you about it [18:21] Well, the week we wasted on that certainly paid off [18:21] TJ-: ok will do tomorrow first thing (need to run). I'll circle back here. Thank you! [18:22] terraview: good luck :) (oh - and try launching the editor with strace) [18:22] Attempting to fix my own network problem... I've made things worst. :/ === M_A_Y_A_T is now known as m_A_y_A_t [18:22] will do :) [18:23] TJ-: do you happen to be logged in on #linux at the moment as well? would you care to scroll up a bit over there my question about dd drive image, please-ly :) [18:23] I did lpci |grep vga but I only found one vga. (I have attached 2 lcds with builtin vga and DVI-D ports in motherboard) [18:23] how to find the other? [18:24] SirMoo: We had a user this week reported a similar problem after package upgrades; It turned out the physical interface all seemed to react to manual commands and could see incoming packets but couldn't transmit. The user came in today to say that by removing the networkmanager-pvn and networkmanager-vpn-gnome packages it fixed the issue. The user didn't have any VPNs defined, so not sure if that was the true cure though. [18:24] hih [18:24] regedit: Ye, and sure === user is now known as Guest87634 [18:24] TJ-: awesome as always :) thanks [18:24] Voyage, try sudo lshw -c video [18:25] regedit: you've only 1 loop device (loop0); you have 4 partitions p1-p4. Totally normal [18:26] ioria, thats one display [18:26] The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the v olume is not corrupted. [18:26] Voyage, xrandr ? [18:27] regedit: The problem is, the image you have in the file doesn't start with a partition table, it looks like you originally only backed up the partition e.g. dd if=/dev/sdc1 ... *not* dd if=/dev/sdc [18:27] TJ-: oh, interesting... didnt realize this drive had multiple partitions. Why are they showing "unknown" and also crazy sizes like 883G [18:27] daftykins: hello [18:27] regedit: so, to begin with unmount the file [18:28] TJ-: strange, i'm pretty sure i did dd on the entire device not just a specific number of the device... i may be wrong tho [18:28] regedit: then check it's content with "file /path/to/foo" [18:28] ioria, xrand whats that? [18:28] regedit: if 'foo' is just a file-system image, 'file' will tell you what type [18:28] i am able to mount the device BTW, and browse all its files/folders [18:28] how can I run some gtk window from the terminal without blocking the terminal while the program is active [18:29] regedit: Mount the original device you mean? [18:29] Voyage, tells you what displays are connected and on what resolution [18:30] TJ-: yep i'm able to mount the img file as a filesystem and browse in it [18:30] ioria, thanks, [18:31] regedit: oh, well then that confirms it is just a file-system image from a partition then. [18:31] Voyage, np [18:31] interesting... maybe i did do the sdX# then [18:31] regedit: if you mean "mount -o loop /path/to/file /path/to/mountpoint" [18:31] I am configuring multiseat. I have connected 2 vgas, mice and keyboards. How do I identify vga? http://pastie.org/10380009 [18:31] TJ-: yes i do [18:32] regedit: then yes, it is just the file-system no partition table, which explains your pastebin garbage fdisk output [18:32] interesting [18:32] file /path/to/img file also seems to output weird stuff [18:32] pendrive is not opening [18:33] TJ-: output from `file` command http://paste.ubuntu.com/12207943/ [18:33] Hello [18:34] is there a command to enable/disable ctrl+alt+function keys on the fly in X11? (without "permanently" editing a config file) [18:34] same for ctrl+alt+backspace? [18:34] regedit: that looks very bad [18:34] delt, r u using i3 ? [18:35] Voyage: it looks like you have 1 vga and 1 hdmi. not 2 vga's. seems easy to keep those apart [18:35] How would I open a drive as root from the file management gui? [18:36] x11: i3? [18:36] you dont use root to open a drive [18:36] delt, this shortcuts using in i3 [18:36] oooh i know, leme check my ssh history for the `dd` command i ran... [18:36] what is i3? [18:36] er i mean shell/terminal history wtvr [18:36] regedit: I *think* it is showing there may be a Microsoft boot-loader in the FAT32 file-system header [18:37] regedit: great idea! grep .bash_history dd [18:37] Hm, ok. [18:37] OneM_Industries: perhaps you should talk about what you need to do. the root user is technically disabled in default ubuntu [18:37] I am having an issue where the drive is refusing to let me create any new file or folders in it, as I require root to do so. [18:38] why would you want to be root to access a drive [18:38] Problem is, this was supposed to be a backups drive. [18:38] perhaps you should change how its mounted? or the permissions on the drive? [18:38] TJ-: well strangely enough looks like i did `dd` the entire device after all.. the exact command was: sudo dd if=/dev/sdc of=/media/regedit/foo/bar/hdd.img [18:38] or you could run your commands to copy files on there as root with sudo ? [18:38] OneM_Industries: if the file-system is ext* the default permissions of its root dir with be root:root; you can change that if you want to [18:38] It is the permissions on the drive. [18:39] So I booted into Legacy mode on the Live USB and my keyboard isn't recognized? I can't enter anything into the fields for the installation [18:39] Ok, how would I change that? [18:39] sudo chown (yourusername) /path/to/your/drive [18:39] regedit: then I'm not sure how 'mount -o loop ...' can work, unless you also provide an offset to the file-system start [18:39] dionysus69: 15 seems to be working fine so far [18:39] Gallomimia, so I can have multiseat? [18:40] Ok, thank you. [18:40] Voyage: multiseat is something i gave up on awhile ago. i'd like to figure it out again. but you have 2 displays, that sounds good enough for me. [18:40] regedit: Can you do "pastebinit <(dd if=/media/regedit/foo/bar/hdd.img count=4 | hexdump -C)" [18:40] TJ-: yep in the ##linux channel i mentioned i was following some tutorial which instructed me to use the loop option and specify offset (sector size * begin sector) [18:41] Gallomimia, someone said : Voyage, If you only have one device you cannot share it between two processes [18:41] regedit: ahhh... ok, when I asked about that command here I thought you confirmed only using '-o loop' -- as in, no offset [18:41] Voyage, Both processes would try to take exclusive ownership of the device, and one would fail === Turnip_Green1 is now known as Turnip_Green [18:41] Hello guys, what's the best way to install NetBeans on Ubuntu 14.04.3 in your opinion? [18:41] Voyage: is it one single gpu, or one single display? [18:41] Gallomimia, I have builtin display in my mother board. its z97 [18:41] Siente: sudo apt-get install netbeans [18:42] Gallomimia, dont know further details though [18:42] Voyage: plus one external monitor? i thought multiseat works this way... [18:42] Ben64, isn't going to install an older version? [18:42] Gallomimia, its not a laptop. Its a PC. I have attached two lcd [18:43] Voyage: i'd love to hear more about what you find out. but i must go afk for now [18:43] Siente: it will install the version that works with 14.04 [18:43] Gallomimia, how do I identify each vga/output in xorg configs then? [18:43] Voyage: okay that's what i have now. but i have both displays connected to graphics card. there is no onboard graphics [18:43] how can I check which version is that without installing it? [18:43] Odd, I tried to assign ownership to myself, but the permissions dialogue still shows that I do not own the drive. [18:43] Voyage: one output is vga and the other is hdmi1 [18:43] ok. [18:43] but how do I identify ? [18:43] Siente: apt-cache policy netbeans [18:43] Voyage: it shows the names of them in that pastebin you mentioned [18:44] Gallomimia, https://help.ubuntu.com/community/MultiseatX === kpease_ is now known as kpease [18:44] how to identify? well whichever display connects via hdmi is probably the hdmi1 [18:44] 7.0.1 so I will install it manually from https://netbeans.org/downloads/ [18:44] ? [18:44] Siente: so you came here and asked the best way to install it, i told you, and you want to ignore it? cool, have fun [18:45] I want to use version 8.02 [18:45] 8.0.2 [18:45] Voyage: The system has only *one* GPU, whereas those instructions are for a system with *two* GPUs [18:45] Siente, i [18:46] 've used the installer from the web before [18:46] It should work, but just understand that you'll have to continue to upgrade it manually. [18:46] TJ-, Gallomimia so I canNOT have multiseat with one builtin video in motherboard with 2 outputs? [18:46] yeah :) [18:46] I've used it all the time [18:46] This was back in like 2010 [18:46] the installer from the web site [18:46] but wanted to ask here now before using it again [18:46] TJ-: is it possible to multiseat with 1 gpu? [18:47] Voyage: If you want to use multiseat with a single GPU, you'll need to have almost identical "Device" sections for both heads, *but* you'll need to tell each "Device" to only use one head, usinf the "Screen X" option (where X will be 0 for the first head and 1 for the second) [18:47] Ok, found the issue. I had ownership over the drive, but not the mountpoint. [18:47] If you are using 15.04, it seems the web installer is the only option. But, the official is usually via apt. [18:47] Voyage: https://help.ubuntu.com/community/MultiseatOneCard [18:47] TJ-: http://paste.ubuntu.com/12208037/ === MattTS_ is now known as MattTS [18:48] drkjstr, using 14.04.3 atm [18:48] Voyage: see "man xorg.conf" and look at the "DEVICE SECTION" and its definition of "Screen number" [18:48] Voyage: TJ- that link is from the bottom of the page on multiseat. has some tweaks for single card. it's a hard problem. i hope to tackle it again soon [18:48] OneM_Industries, did you do that with sudo? [18:49] regedit: OK, that is an MBR (55 aa at offset 510 (0x1FE) [18:49] Voyage: i'm going to spy on the "known to be working" setups. they posted their configs and stuff! [18:50] TJ-, Gallomimia so multiseat with one card is a DIFFICULT thing to do? [18:50] i dunno. multiseat with any number of cards is difficult. [18:50] as i said, i tried and gave up. still got things to iron out of my 1 seat setup [18:51] I'll need to have a web server I can install php5 mysql and php5-mysql with sudo apt-get install right and what else I'll need? [18:51] drkjstr: Yes, I now have full permissions over the drive. [18:51] Siente: depends what you need [18:51] Voyage: use 2 "Device" sections in the xorg.conf with different "Identifier", using "Screen 0" for 1 and "Screen 1" for the other, and the BusID identical [18:52] Ben64, web server so I'll need apache php mysql [18:52] OneM_Industries: good job. rule of thumb: if you need root permissions for something, use them to get yourself permission to do that thing without root. doing things as root is dangerous 100% of the time. [18:52] TJ-: ok, soo... what might that mean, regarding all the other weird stuff going on about it? [18:53] regedit: I'm converting it back to binary here to see what it shows [18:53] TJ-: cool thanks (brb in a few min) [18:54] Any ideas about my keyboard (laptop) not working when booting into the Live USB in Legacy (BIOS) mode? [18:54] TJ-, but something tells me that it will be even more diffciult? [18:54] OneM_Industries, glad you figured it out =] [18:56] Nikesh: How do you know the keyboard isn't working? [18:56] OneM_Industries, Gallomimia, I did something similar with a hard drive connected to my router for an FTP. I had to use sudo to copy the files to a new drive, and then assign ownership back to the user needed for the router. [18:56] Hey drkjstr! [18:57] Now for 1Tb of files to backup....;) [18:57] Ioyrie, yes? [18:58] jhutchins: Because when I try to type into the input fields in the installation nothing appears [18:58] But in UEFI mode it works === daveshep is now known as some_other_name_ [19:02] i'm having issues getting steam to work on a new 64 bit vivid install. apt apparently can't find any i386 packages. sudo apt-get update gives several lines like "W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/vivid/main/binary-i386/Packages" [19:03] fwhiffahder, try sudo apt-get install -f === kpease_ is now known as kpease [19:03] hey [19:04] I am unable to get sound to work on fresh install of 15.04 on a new computer, looks like my onboard soundcard is not being recognized. it's the z170 chipset [19:04] I am trying to get brightness working on my laptop, a Samsung NP470R5E. I've got two interfaces under /sys/class/backlight: intel_backlight and samsung [19:04] OerHeks: ok i did that. apt-get update still throws 404s [19:05] I've added the acpi_backlight=vendor option but the brightness controls dont work [19:05] however, if I echo a brightness to /sys/class/backlight/samsung/brightness it changes the brightness on the screen [19:05] so I'm just trying to figure out how to change the backlight controls from intel_backlight to samsung [19:06] regedit: I think my brain is fried here; keep on getting swapped byte pairs ! [19:06] How can I get all words from /usr/share/dict/ ? [19:07] I set up an ssh server on a computer, and I can connect to it succesfully using the command prompt, but [19:07] when I connect to it through nautillus, it says that I have no permission to modify any files. [19:09] haskellberry_pie, have you tried: cat /usr/share/dict/words > words.txt [19:09] Struggling with blocking an IP using ufw. [19:09] http://pastebin.com/pQTQDBYr [19:09] ufw status numbered shows that the first rule is to block that IP [19:09] ubuntu is running really slow [19:10] And yet it continues to make requests and we are logging those requests [19:10] How could this be? [19:10] The only thing I can think of is the real IP is different and what nginx is reporting in its logs is the X-Forwarded-For IP maybe? If that's the case, how do I know what the correct IP is? [19:10] if i understand the hcl at ubuntu - none of the listed dell laptops work properly with trusty [19:10] fwhiffahder, maybe you need to enable partner repo, or try to purge/reinstall https://wiki.ubuntu.com/Valve [19:10] !details | gambl0re [19:10] gambl0re: 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) [19:10] hi [19:11] i have a question of general matter [19:11] * OerHeks hates that someone else is making money on our support [19:11] Nautillus also says that files are owned by me. [19:11] so it shouldn't be a permission issue. [19:11] what was prior to systemd? [19:11] <_Roc> help with virtualization anyone? [19:11] upstart Holzbein [19:11] thx [19:12] https://wiki.ubuntu.com/SystemdForUpstartUsers [19:12] <_Roc> trying to install basic ubuntu CLI, but it freezes at startup [19:13] what is "basic ubuntu CLI".. server? [19:13] ^ [19:13] <_Roc> my fault im new [19:14] <_Roc> i believe so [19:14] <_Roc> without desktop, just bash [19:14] anyone knows an alternative to xinput command that works in cli and doesn't required x server to be running ? [19:16] how do I change the keyboard settings in 14.04? I want to change from US to UK format. [19:16] _Roc, can yyou give more details, what iso did you use, vm settings /host ? [19:16] Sc0tty-: settings > text entry [19:16] altin, "read" [19:18] scottschecter: ^^ also: A keyboard app indicator icon in the top panel. Click on that and select Text Entry Settings and we get the dialog to add or remove keyboard layouts. [19:19] regedit: finally! http://paste.ubuntu.com/12208288/ === hxm is now known as Guest63782 [19:26] The driver that comes with fglrx, are usually older than the ones on amd site? [19:27] 32gb sufficient for /? [19:27] In a very long-term view [19:27] Nikesh: can't it be extended if ever needed ? [19:27] <_Roc> it was a bre bones download of utopic unicorn .iso [19:28] <_Roc> bare* [19:28] Norbin: That's true! [19:28] hi #ubuntu, I'm running OSX locally and Ubuntu on a remote. When I SSH over, I'm unable to copy to my local clipboard via cat file | xclip -selection clipboard [19:28] <_Roc> using vm ware [19:28] any suggestions? [19:28] Nikesh: i am mostly asking, a bit clueless :P [19:28] i've gone with 20gb for my root [19:29] Hi - a while ago I opened disk utility and it said that my hard drive was in critical condition. I didn't use it for a week or so, and now it says that it is healthy... is it 'safe' for data ?? [19:30] uio: are you in ubuntu on this machine right now? is it the only disk? [19:30] allcentury, that should work. clipboard remains empty? [19:30] daftykins: No, I am not on it now, but I have the comuter beside me.... [19:30] *computer [19:30] uio: and one disk? [19:31] daftykins: yes. [19:31] pbx: I can paste correctly in the same ssh session, but locally (say another shell) it's not working [19:31] uio: run this on it "sudo apt-get update && sudo apt-get install pastebinit smartmontools" ...then: "sudo smartctl -a /dev/sda | pastebinit" and type out the link here === rideh^ is now known as rideh [19:31] allcentury, the clipboard isn't going to bridge that gap [19:31] daftykins: Kay. === coy is now known as Guest65283 [19:31] pbx: ah, what will? [19:32] allcentury, as far as your host (osx machine) is concerned you're just typing stuff in a terminal. it doesn't know anything about what's going on on the ubuntu box [19:32] allcentury, for small bits of text, select in terminal. for larger ones, pipe to a pastebin or other shared storage [19:32] pbx: that makes sense. [19:33] hi all, I just bought a USB silicone flexible keyboard for my ubuntu laptop, but it does not work. Appears dead. Does it need a driver?? The stock keyboard works fine, am using it to send this message. Any suggestions?? [19:33] allcentury, e.g. cat file | curl -s -F "content=<-" http://dpaste.com/api/v2/ [19:33] ROPA: USB 3 port or 2? [19:34] usb 2 [19:34] pbx: would X11 -Y solve this? Some SO users are suggesting that as a possible work around but I'm not getting it to work [19:34] ROPA: look at "dmesg | tail" on plugging it in and see what's seen [19:35] _Roc, try downloading server version or the mini ISO to select what you want specifically. [19:35] daftykins, not sure what that means. How do I look at it? [19:35] allcentury, i don't see how that would help. same inherent problem, just a less spartan ui on the remote [19:35] ROPA: run that command in the terminal. [19:36] is it just me or is there a problem with the internet somewhere - some web sites come up quickly while others keep clocking for over 2 minutes [19:36] sounds like your DNS. [19:37] lol @ the whole internet because of your personal browsing [19:37] my speed tests show half the speed i normally get [19:37] use squid [19:37] Hello [19:37] can someone help me plz [19:37] daftykins, dns is working just fine [19:37] working, but it can be slow [19:37] ki7rw: you don't do much networking? :) [19:38] cc conf.o zconf.tab.o -o conf [19:38] i do a lot but i don't know everything [19:38] What does that mean? [19:38] That error [19:38] TJ-: back. sad to hear about the fried barins :D [19:38] TJ-: sounds like an endian thingy issue? [19:38] !ask | dos-developers WQe win't know 'til [19:38] regedit: But http://paste.ubuntu.com/12208288/ [19:38] dos-developers WQe win't know 'til: 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 [19:39] sometimes a reboot of my router gets things running again, but not this time [19:39] TJ-: aha! that first loop looks sane, not sure what the others are doing there [19:40] i still can't get foxnews or usatoday to come up - facebook is slow - ubuntu and startpage comes up right away [19:40] howdy folks, i create /etc/init/file.conf to run a script on startup, but it doesn't seem to be working. the script seems to be correct, but i just didn't know if there was a way I could check the startup output to see why it's not running? [19:40] regedit: they aren't there, you are misreading. There are 4 entries in an MBR PT, those p1-p4 just indicate that. [19:40] <_Roc> having trouble findin a mini iso [19:40] ki7rw: There are tools like traceroute and mtr that can show you where in the chain of connections the slowdown is happening. [19:40] ohhh [19:40] ki7rw: right so test DNS other than supplied by your router/ISP if you don't already. [19:41] jhutchins, yep, i was just looking at that - looks like a bottleneck after the 4th hop [19:41] and of course a start page comes up right away - it's local. [19:41] TJ-: i get different output, pasting... [19:41] daftykins: http://paste.ubuntu.com/12208461/ voilà [19:41] ki7rw: ki7rw Tools like tcpdump and wireshark can show you what kind of traffic is on your local loop. [19:41] So i will explain my Problem in one line ;) basically i have a ath9k and i want to install the drivers via Backports because the connection drops after sometime.I download backports for my kernel(3.17). when i run make defconfig-ath9k i got that error http://pastebin.com/fgxsGjEY thanks for any who can help me [19:41] daftykins: I am uio too, two machines. [19:41] (back) not here. (time: 18h 5m e 45s) [19:41] TJ-: http://paste.ubuntu.com/12208470/ [19:42] regedit: but, p1 shows the actual offset/end/size of the FAT32 partition... so if you want to mount the entire thing correctly, you can use those values to calculate the correct offset for mount *or* you can "sudo losetup -vf /path/to/file.img" and then "sudo partprobe /dev/loopX" (replace X) and you can then do "sudo mount /dev/loopXp1 /path/to/mountpoint" [19:42] _Roc: https://help.ubuntu.com/community/Installation/MinimalCD . [19:42] i tried to install wireshark and screwed up my laptop big-time trying to get it to work - had to re-install - grrrrrrr [19:42] ki7rw: "The Internet" isn't really a thing, it's a whole bunch of interconnected things. They're widely enough spread and controlled by different entities, so it's pretty hard to imagine anything happening to the whole internet at once. [19:42] daftykins, it has several lines for the usb keyboard, none of them indicate errors. Should I send them here on this IRC channel? [19:42] (away) Inativo por mais de 20 minutos [19:42] jhutchins, i'm not that stupid [19:42] hi, can someone please assist me with edubuntu on a C3 server [19:42] you have weak imagination jhutchins :) [19:43] !paste | ROPA no... [19:43] ROPA no...: 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. [19:43] regedit: I suspect you used the sfdisk command on your offset loop device, so you're not seeing the PT you are seeing the file-system starting at sector 63! [19:43] (back) Inativo por mais de 20 minutos (time: 33s) [19:43] oh hm [19:43] TJ-: my mount command was as follows: sudo mount -o loop,offset=32256 /media/regedit/foo/bar/hdd.img /mnt/drive_c/ [19:44] (away) Inativo por mais de 20 minutos [19:44] uioo: bear with me, will take a minute [19:44] TJ-: what should i have run the sfdisk command on? [19:44] daftykins: No worries. [19:44] daftykins: I wanted to find the results I had pasted before. [19:44] TJ-: i ran your sfdisk command exactly as you pasted it [19:45] regedit: Yes, so the mount will actually do in the background "losetup -o 32256 /dev/loop0 /media/regedit/foo/bar/hdd.img" [19:45] hi [19:45] i have some problem in partition [19:45] regedit: so loop0 doesn't have the first 63 sectors of the file, so there is no partition table visible [19:45] i see... [19:45] any solution for that bug [19:46] regedit: "sudo losetup -vf /media/regedit/foo/bar/hdd.img" then "sudo sfdisk -l -u S /dev/loopX" [19:46] daftykins: Here is the output from a 10 days ago... : http://paste.ubuntu.com/12093703/ [19:46] daftykins: Same machine.... [19:47] regedit: if you want to access file-systems in partitions inside a raw disk image, you first losetup the raw image, then you run 'partprobe /dev/loopX' on it, which reads the partition table and gives it to the kernel. From then on you can address it just the same as a real disk with "mount /dev/loopXp1 /mountpoint" [19:47] (back) Inativo por mais de 20 minutos (time: 3m e 24s) [19:48] TJ-: interesting ok. these are issues only with MBR disks? never came across these issues with other drives.. [19:48] daftykins, posted at http://paste.ubuntu.com/12208522/ [19:49] regedit: if it had a GPT you'd have many other problems because GPT has 2 PTs, one at the end of the device, so finding it relies on the size of the image matching the original device exactly [19:49] regedit: if the file contains an ISO image, or is just a file-system, then there doesn't need to be a PT [19:50] TJ-: does any of this have to do also with why win8 context menu "Mount" option results in error? or is it simply that w95 MBR LBA is simply unsupported on windows 8+ [19:51] regedit: I suspect Windows expects the file to only contain a file-system, but I've no recent knowledge of what Windows expects [19:51] TJ-: my goal here was to backup the HDD and i thought writing it with dd as a mountable image should do. Is there another way i can redo the whole dd process which will make all these details easier / more robust to handle? [19:52] uioo: yep that disk is on the way out [19:52] TJ-: maybe i *should* have done dd if=/dev/sdX# ? [19:52] hi. ive added another language layout for my kb, but i cant find any way to switch between them other than manually with the language thing at the top of the screen [19:52] windows change swith ctrl-shift [19:52] regedit: sudo losetup /dev/loop1 image.img [19:52] ROPA: ah well no ideas here, besides a full power up from off with it in [19:52] daftykins: Thanks. Sigh.... [19:52] then type lsblk i think it should show up and you can mount as TJ- said about the whole thing [19:53] TJ-: 'recent knowledge' - I find this interesting, it's like when vegetarians say that they have difficulty remembering what meat tastes like.... sort of reminding oneself that one has distanced themselves from former things be it meat or Microsoft [19:53] regedit: I'm not sure what Windows expects; you'd need to find that out to know the best format [19:53] oh, talking about windows too.. [19:53] nevermind [19:53] TJ-: again with 'not sure what windows excpects'.... [19:53] EriC^^: we've already done that; the original issue was that there appeared to be a garbage partition table, but that was because an offset was used for the loop mount [19:55] generally if i asked "how should i dd my drive into an image i can mount and browse files & folders", would you suggest i do anything different than what i did? [19:56] uioo: not especially; but I have no idea which particular part of Windows regedit is using to mount the image, or what that expects to find. If it can't mount this image then it seems clear it only expects a file-system image, not a raw disk with partition table [19:56] regedit: dd is fine; what is important is *which* set of sectors you save... the entire device including partition table, or just the file-system [19:57] Hello [19:57] evening [19:57] (away) off. [19:57] TJ-: so would it have perhaps been simpler/easier if i did in fact dd the particular /dev/sdX*N* then? [19:57] mind if i ask a question? [19:58] hello guys [19:58] I have a problem to install chip ralink AWUS036NEH and my kali linux dont view the device [19:58] xeth: thats what this place is for [19:58] gnome3 or unity? [19:58] regedit: "dd if=/dev/sdx1 of=/path/to/filesystem.img" [19:58] Whichever you like best [19:58] undecided [19:58] !kali | DoMiNaToR [19:58] DoMiNaToR: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [19:58] DoMiNaToR: Kali Linux is not supported in a channel called #ubuntu [19:58] Can one help repair a 'No Bootable Device' error on an UEFI laptop? [19:58] im looking for performance which is better? [19:58] Nikesh: i told you yesterday the entire reason behind that one not working :) [19:58] TJ-: gotcha ok [19:58] looks can be changed [19:58] Nikesh: is this the UEFI 32-bit bootable device? [19:59] Nikesh: TJ- sure is [19:59] * TJ- runs off to dinner to avoid being drawn in :) [19:59] 8D [20:00] TJ-: actually now that i have this entire drive image (not just specific filesystem/partition/wtvr) would it be easy for me to produce this filesystem-specific image off of it? [20:00] hi, i have question about iptables [20:00] can you help me ? [20:00] geekdinazor: probably better in #ubuntu-server or ##networking then [20:00] hi #ubuntu [20:00] oh TJ-ran off :) [20:01] is there a way to have some applications use a vpn [20:01] and others to not? [20:01] Trinity: not easily probably. [20:02] i've got a question : i'm searching for some Hamachi equivalent to play easily with a friend. I know hamachi has a linux version, but it seems there are issues communicating between different OSs. Does anyone knos about easy-to-use alternatives? [20:03] loula: not easy, nope. [20:03] daftykins: any suggestions on where to find some resources if I were interested? [20:03] thanks daftykins . and "medium well documented" alternatives? :D [20:03] Trinity: nope [20:04] loula: you sure you need to be on the same network - not just port forward a game server? [20:04] Trinity: better approach, VM the tasks you want on one side and VPN client that. [20:04] Ello All [20:04] daftykins: eh, :/ i guess thats one of the easiest ways [20:04] Nikesh: is there a reason you refuse to accept the solution from me? :) [20:05] I'm currently have a problem setting a samba share's create directory permissions [20:05] daftykins, i have no skills to set up a server, so yeah, the simulated LAN is what i'm searching for [20:05] loula take a look at freelan [20:05] loula: no _game_ server, what are the things you're trying to play together? [20:05] daftykins, minecraft [20:05] I've set directory mask and force directory mode to 0770. But yet when I create a directory over the share I'm getting 0750 [20:05] HexTq, thanks [20:05] loula: oh good lord that's the most basic of them all [20:05] pretty sure there's a guide on setting up minecraft on ubuntu [20:05] Any ideas? [20:05] hydrian: umask is for file creation [20:06] loula: run it, forward a port, tell your friend to connect- job done. [20:06] Trinity: +1 roughly 2 million i'd imagine [20:06] (guides) [20:06] and 3 of them works today -.- [20:06] EriC^^: I'm using the (force) directory mode/mask directives not the create mode/mask directives. [20:06] daftykins, how do you "forward a port"? [20:07] loula: look it up online for your model of router. [20:07] daftykins: Yes. I booted with Legacy mode and my keyboard wouldn't work to input anything into the installation fields [20:07] oh, thanks [20:07] hydrian: ah ok, i don't know much about samba, sorry [20:07] daftykins: Actually, my touchpad either (I had to plug in a mouse) [20:07] most likely you can do it over the webadmin ui of your router loula [20:07] Nikesh: no i'm talking about the whole installing avoiding the 32-bit EFI issue - legacy was _YOUR_ idea if you remember. [20:08] thanks daftykins HexTq i'm investigating this [20:08] welcome [20:09] Do anyone know about a notebook app to make notes on? [20:09] i use rednotebook [20:11] ok..any other alternative in your knowledge? [20:11] daftykins: Sorry, I'm confused what you mean [20:11] i tried a couple but rednotebook is the best [20:12] daftykins: I thought you were suggesting to install via Legacy. What are rather, though? [20:12] well... at least for my needs [20:12] ok great! thanks ! HexTq [20:12] eshant: vi [20:13] thats a text editor [20:13] jhutchins: by notebook app, I also mean an app where I can do more than just writing text [20:13] eshant: More like what? [20:13] rednotebook has calendar,timestap and #-s [20:14] Interesting. [20:14] where you can put diagrams/architecture also [20:14] well that i dont know i just use text [20:15] Heh. Already installed on my system. [20:15] I was searching on google and there are few apps like that, comparing all of them [20:15] Nikesh: ok here it is for the second time then - http://askubuntu.com/questions/392719/32-bit-uefi-boot-support [20:16] What is the best to install LAMP on Ubuntu Desktop 14.04? [20:17] NorrisBreeze: sudo tasksel [20:17] daftykins: OK. I'm skeptical of that because I don't know where you think this is a 32-bit UEFI machine? Finally, just a few days ago I got this all working with Boot-Repair but I stupidly wanted to do a re-install [20:17] Awesome! [20:17] daftykins: But now I can't figure out what I did previously to get it to work [20:17] Nikesh: i know so because it's a windows 8.1 with Bing machine you said, which is what results in this [20:17] apt-get install installs packages, right? and php5-pgsql is a package right? this is intended to avoid compiling PHP yourself, right? so why wouldn't the pg_connect function be available? hmm? [20:18] I am new to Ubuntu, why isn't LAMP available in Software Center? [20:18] I should check the info file I guess [20:18] Nikesh: so you have two choices really, try it - or continue enjoying a non-working machine [20:18] daftykins: Interesting. My former experience says otherwise :P but I'll try it [20:18] my version of git is 1.9.1 how to update it to 2.5.0 ? [20:19] Nikesh: what of the past makes you think it's untrue? [20:19] Nikesh: you didn't even know what 32-bit EFI was prior to mention. [20:19] or perhaps the modules aren't enabled or something [20:20] Not that I am a Windows user or anything, but is it possible to do an install of Ubuntu on a fat16 partition? [20:20] tsimonq2: no [20:20] daftykins: What I mean is, I didn't have to do anything special previous except run Boot-Repair, which possibly does the above magically, only this time it isn't working. [20:20] daftykins: How about fat32? [20:20] !lamp | NorrisBreeze [20:20] NorrisBreeze: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [20:20] tsimonq2: no. only compatible file systems [20:21] NorrisBreeze: mmm as Bashing-om has pointed out, i think you need to do some research as to what it actually means ;) [20:21] tsimonq2 you could using a live usb but on a hdd i dont think [20:21] Nikesh: well what's your alternative? :) [20:22] hi all, is there a way restart tightvncserver with the command line? could find the command online [20:22] daftykins: Haha, yeah.. [20:24] I understand what LAMP is. I am just trying to figure out why a version of LAMP is not available in Software Center. Is it because Software Center is so new? [20:24] I need to restart the vncserver because I changed password and port, but don't want to reboot the computer [20:25] NorrisBreeze: lamp bundles are horrible [20:25] daftykins: How about NTFS? [20:25] NorrisBreeze: you should install and configure each bit on its own [20:25] NorrisBreeze: or better, not use php and mysql (and apache) [20:26] hey [20:26] NTFS no way [20:26] I want to create desktop application in Ubuntu [20:26] NorrisBreeze: Lamp is not a package, it is a meta thing of many packages . From which you 'may' choose what you want to install . [20:26] preferably using C++ [20:26] tsimonq2: only POSIX compatible file systems, so the EXTs only ideally. [20:26] how shall I start [20:26] get atom [20:27] reveredge: learn C first [20:27] then C++ [20:27] daftykins: So you are saying not ZFS or BTRFS? [20:27] then realise that there are better languages for the job out there and use one of those [20:27] tsimonq2: look it up. you're wasting my time. [20:27] Ok, thanks! So Software Center is for packages only, not "meta things" ? [20:28] NorrisBreeze: why do you want LAMP? [20:28] for WordPress [20:28] reveredge: but if you *really* want to use C++, then read up on qt5 [20:28] NorrisBreeze: you shouldn't run wordpress [20:29] NorrisBreeze: 1. it is *really* hard to secure 2. you probably don't need a dynamic site anyway for your blog [20:29] daftykins: So I just used Boot-Repair again and found the option to get it to work! [20:29] Booted into GRUB, now into Ubuntu [20:29] Sorry, for WordPress desktop development [20:29] even worse :/ [20:30] Nikesh: so what was it? [20:33] daftykins: In 'Advanced options', 'GRUB Location' tab, check box 'Separate /boot/efi partion' and selected /dev/sda1 where I'd made a partition with /boot/efi mount point. In any case I can see that the link you gave me probably would have led to this without the need for Boot-Repair, so thanks for all your help [20:35] how is ubuntu 16.04 ? [20:35] AurorasDream: since the naming of the ubuntu version is Year.Month, there is no 16.04 yet [20:35] eshant: If you end up writing a summary/list/comparison I'd like to see it. There was a system tray time tracker I used for a while and I have NO idea what it was called. [20:36] 15.10 then [20:37] AurorasDream: not out yet either [20:37] AurorasDream: you can load a 15.10 alpha iso and test it yourself. for support of the development branches we have #ubuntu+1 [20:37] AurorasDream: notice how the names are year.month [20:38] so 12.01 12.02 12.03 etc [20:38] year 2012 month x [20:38] !releases | AurorasDream [20:38] AurorasDream: Ubuntu releases a new version every 6 months. Each version is supported for 9 months to 5 years. More info at https://wiki.ubuntu.com/Releases & http://wiki.ubuntu.com/TimeBasedReleases [20:38] sure is. [20:41] daftykins: we spoke yesterday and you were right, changing port and password of vncserver did the trick. no attacks from China anymore.;) [20:43] hey everyone. i'm trying to debug my wireless internet connection to the at&t router... it seems to keep dropping as evidenced by radiotray disconnecting a few times per hour. is there a way to monitor via the command line to see if i have a persistent connection? [20:44] arooni-mobile: sure, with ping [20:45] did you look at nload or iftop ? [20:45] arooni-mobile: have one infinitely pinging your router and one infinitely pinging a public website e.g. google.com , then when it goes down you can see if both fail. [20:45] daftykins, how can i know what IP address to ping for my router? [20:45] you don't know your router's IP? [20:45] type "ip route" [20:45] it'll say "default via " [20:45] likely that's it, maybe 192.168.x.x [20:46] default via 192.168.1.254 dev wlan0 proto static [20:46] yep that's the one. [20:50] hello, how to autologin in lubuntu? [20:51] I used users-admin but not let me do that [20:51] in 15.04 systemsettings > user accounts [20:51] with sudo it crash just a white windows [20:51] OerHeks, thank again i'm in 14.10 [20:51] uh,, why comandline? use the tool provided [20:52] ..14.10 ... isn that EOL? [20:52] EOL ? ended you means? [20:52] OerHeks: sure is [20:52] dead. as the dod [20:52] dodo. [20:53] thats a long time i read that dafty :D [20:53] bouhafs, you get no updates, right? [20:53] can i upgrade it and this will take many times? [20:53] yes [20:53] HexTq: i like to crack out the classics for the special cases :> [20:53] :D [20:54] so [20:54] depends on your internet connections speed how long it takes mostly [20:54] + what is installed [20:54] my internet is very slow [20:55] upgrading is fun, cup of tea [20:55] but backup first! :D [20:55] to download an iso that take 9 hours or more for less than 700M iso [20:55] daftykins: Bah, argle. On boot up it says 'Default boot device missing' -- It /does/ let me select the harddrive, but looks like I didn't quite get it. I'm giving your method a go now [20:56] Nikesh: hmm i think you'd be better off with an expert to have a look [20:56] daftykins: I mean I can select the harddrive and boot into GRUB -> Ubuntu, but I don't want to have to do that every time [20:56] Nikesh do you have one hdd? [20:56] HexTq: Yes [20:56] select the HDD? you mean from the acer's boot menu? [20:56] HexTq: It gives two options - "Unknown HDD" and "Windows Boot loader" or something [20:57] daftykins: Yeah, BIOS Boot Menu [20:57] yeah try changing your default inside the BIOS [20:57] with: sudo apt-get upgrade i see just 50M will be installed, is that correct? [20:57] sounds like it's on the wrong device [20:57] i dont followed your problem but with this selecting the hdd my first idea was you installed grub on a different hdd [20:57] nah very special case, HexTq [20:57] daftykins: Not sure how to do that.. I moved the Windows loader to the bottom and the HDD to the top but it still asks [20:57] hello [20:57] Hello everyone [20:57] upgrade only upgrades your current OS it does not upgrade to the next version [20:58] spiritualgamer: Hola [20:58] Nikesh: ok you need a boot expert to add an entry then perhaps. [20:58] Ah OK [20:58] Guayadeque won't play if I choose a new stream/file to play [20:58] so how to upgrade? [20:58] !upgrade [20:58] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [20:59] actually, it only occurs after a stream [20:59] just sais the command man why i must read all the web site with my bad connexion [20:59] so if I stream something, I have to restart guayadeque in order to play or stream something else [20:59] bouhafs: don't bring that attitude here. [21:00] i opened it i must wait for about 15 minutes or more for just reading one link [21:00] if it work [21:00] is that a potato you use to connect to the internet? :) [21:01] yes [21:01] if that were true we'll see you on 15.04 around about when *it* goes EOL too :) [21:02] with 56k i did not wait so long for a website :D [21:02] bouhafs, If in your position I would download 14.04 the latest build, it has 5 years support and use it and upgrade/update when you can. [21:02] yes true, for that i'm here if any one have a simple solution [21:02] i would suggest a clean install rather than a dist-upgrade [21:03] dist-upgrade isn't even what's being done [21:03] download iso-createusb-install [21:03] and now firefox just said no connexion what the helle [21:03] bouhafs, You would probably be best served by the longterm releases. [21:04] i downloaded some iso from internet when my neibord let me access to his modem in the past but now i have my own internet but not enought to do a hard things [21:05] time to visit a coffehouse :D [21:05] HexTq, iso-create? [21:05] hey [21:05] more like download iso -> createusb -> clean install :) [21:06] ;) [21:06] actually [21:06] but my internet is too slow to download [21:06] ubuntu is pretty usefull if u wanna create bootable usb disks ;D [21:06] just download the ISO [21:06] like [21:06] thats why i suggested to visit a coffehouse they have usually free wifi [21:06] leave your pc running at night if you want :) [21:06] to download it [21:06] while you're sleeping [21:07] torrent resumes download if disconnected [21:07] bouhafs, This is support you have been given options. The problems you have on your end are your problems, you have to do what needs ti be done. [21:07] http://torrent.ubuntu.com:6969/ [21:07] yeah [21:07] ok wileee i just asked if there are a solution [21:08] bouhafs, No magic here, you have been given the options available. [21:08] i just ask if possible to upgrade from 14.10 to 15.04 [21:08] hey and what if im actually a wizard [21:08] have you a solution? [21:08] HexTq, Stop the chat. [21:08] bouhafs yes [21:09] i know there's a terminal command [21:09] that would let you [21:09] eol | bouhafs read the eol upgrade info. [21:09] please said it [21:09] wait i need to look it up [21:09] !eol | bouhafs read the eol upgrade info. [21:09] bouhafs read the eol upgrade info.: 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 [21:09] i dont think upgrading from cli with a bad connection is an award winning idea [21:10] so you means it's not possible to upgrade from eol to lts? right? [21:10] my dad was running 10.04 LTS [21:10] bouhafs: it is but you're going to have to read up on it, or follow the above advice. [21:10] i sucessfully upgraded his pc to 15.04 [21:10] cool story, DJ [21:11] ok :D [21:11] now the page is loade and i read it, i see nothing about how to upgrade: https://help.ubuntu.com/community/UpgradeNotes [21:11] HexTq, This is not a drama class, stick ti actual help, on topic. [21:11] bouhafs: check here https://help.ubuntu.com/community/EOLUpgrades [21:12] ok i found the command u want bouhafs [21:12] omg another link i will wait another 20 minutes [21:12] bouhafs: you need to change archive.ubuntu.com to old-releases.ubuntu.com in your sources.list i think, and then run the do-release-upgrade command [21:12] please DJ said it [21:12] well sorry i have some humour left for mankind and bothered you with it mate [21:12] yeah [21:12] eric already said it [21:12] cool thank's EriC^^ you are fast [21:12] do-release-upgrade [21:12] i was gonna say this [21:13] sudo apt-get dist-upgrade [21:13] but that prob wont work [21:13] bouhafs: you do understand that if you go to 15.04 you will be in this exact same situation in January? [21:13] thank you this is the real help [21:13] dont do that on a connection where it takes a website 20m to load [21:13] yeah [21:13] no it's handing you the answers when you refuse to read a link - that's not help [21:13] dafty thats what people understand under help [21:14] i gave him the link and a tiny overview of what's involved [21:14] i think the main issue of ending up in this situation again come January is unwise to be overlooked [21:14] daftykins, i readed the link you puted and i found nothing just eol = blabla and lts = blabla [21:14] but nevermind, you can't save them all. [21:14] eol is end of licence [21:14] life. [21:14] !eol [21:14] 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 [21:14] i would not save them all even if i could [21:15] DJ: End of Life (see the ubottu comment on EOL) [21:15] yeah [21:15] LTS is long term support [21:15] bouhafs: there were two links on the response :) you missed one [21:15] 5 years instead of 9 months support [21:15] DJ: please stop [21:15] stop what? [21:15] we already have a channel bot [21:16] if the user need help and you said go to this link or other it is not help, he can do that from google, he need a real help and prefered fast one [21:16] TIL about sudo !! :D [21:16] im not botting :/ [21:16] i dont have a bot running [21:16] at all [21:16] sorry if its seems like it [21:16] DJ: nevermind you didn't understand. [21:16] ? [21:16] bouhafs: you still don't understand that the release 15.04 if you upgrade to it, will only be usable for another 5 months [21:17] then you will be here again :) [21:17] yeah ;D [21:17] i will upgrade to 15.10 wheneger it gets released === hxm is now known as Guest46509 [21:17] omg just 5 mounth? [21:17] yeah [21:17] its annoying :/ [21:17] so why you said how to upgrade than? [21:17] i think you'll find i actually never did. [21:18] others were telling you to upgrade :) [21:18] you were too busy complaining about my response to actually understand the bigger picture [21:18] now, multiple people told you to switch to 14.04 [21:18] so what i can do in this case? [21:18] so backup - download 14.04, clean install - and you'll be fine until 2019. [21:19] wait [21:19] is 15.04 EOL? [21:19] actually you will be fine if you dont do anything at all [21:19] DJ: no, it's supported for 9months [21:19] oh k [21:19] wait a second i will check if i have iso for 14.04 [21:20] hmm [21:20] 'failed to get repository information' [21:20] what do i do? [21:20] HexTq: also wrong, EOL = insecure [21:20] yup [21:20] thats true [21:20] thats why i upgraded my dads pc to 15.04 [21:20] hello [21:20] coz he was running 10.04 [21:20] but it was fine running 10.04 wasnt it [21:20] kadiro: hey [21:21] yeah it was [21:21] How would I find the speed of the various drives in my box? I am not sure, but I think one drive is 3Gb/s, and the other is 6Gb/s. [21:21] its not like there is a countdown and then it nukes the os :) [21:21] yeah :D [21:21] but my dad needed 12 or later [21:21] OneM_Industries: for what purpose? [21:21] so i upgraded to 15 [21:21] he needed it for a ID card reader [21:21] i have a friend running gutsy gibbon [21:22] those are lovely stories guys, but this is a support channel [21:22] !ot [21:22] #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! [21:22] please move the talk to offtopic. [21:22] !help [21:22] i have kubuntu 12.04.1 it's ok for an old pc? [21:22] 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 [21:22] daftykins: Just curious. [21:22] bouhafs yes [21:22] guys [21:22] true daftykins ? [21:23] HexTq: Running EOL releases is incredibly insecure as they all have *known* *unpatched* security vulnerabilities. We do not recommend or support using EOL releases in any way. [21:23] what do i do when i get cannot get repository information on update centerN [21:23] what do i do when i get cannot get repository information on update center? [21:23] kubuntu 12.04.1 [21:23] nvm [21:23] DJ: open a terminal and type sudo apt-get update [21:23] bouhafs: run what you like, that's very old and will need lots of updates. you'd be better off downloading 14.04 fresh [21:23] yeah [21:23] see what it says [21:23] i just hit retry [21:24] i think it just failed connecting somewhere ;D [21:24] im installing updates right now [21:24] i did not say its safe. i told him he will be fine for the couple next months before getting the new lts [21:24] ok thank you daftykins [21:24] bouhafs: kde is pretty heavy if it's an old pc [21:24] how old are we talking? [21:24] ;/ [21:24] well, it depends on the graphics hardware, mostly [21:25] old with onboard only, you're going to hurt [21:25] yeah [21:25] thats true [21:25] is an G31D-m7 with 1G ram [21:25] old with a dedicated gpu, you'll be fine [21:25] basically my dads pc is old [21:25] with onboard [21:25] Hello, is it possible to handle virtualhosts when request was passed forward from an proxy reverse ? [21:25] 1GB RAM? oh dear. [21:25] don't need eye candy anyway [21:25] im running at 8GB ram [21:25] oh [21:25] ok [21:26] if u need a lightweight ubuntu version [21:26] get xubuntu ;D [21:26] lubuntu works as well. [21:26] or lubuntu [21:26] or just install xfce and change the de [21:26] yep [21:26] DJ: please cut the chat. [21:26] what? [21:26] #ubuntu-offtopic for that. [21:26] if i install kubuntu and then try another DE like xfce or lxde it will be fine? [21:26] ok [21:27] it will be fine yes, you dont need to install another system just the de [21:27] bouhafs: i think so [21:27] i have karmic ubuntu too i know is very old /D [21:27] have anybody experience ? [21:27] :D [21:27] 12.04 is an lts right? [21:27] Daphko: you're better off with #ubuntu-server i think [21:27] !12.04 [21:27] Ubuntu 12.04 LTS (Precise Pangolin) is a currently-supported !LTS release of Ubuntu. Download http://releases.ubuntu.com/12.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1204 [21:28] i will try [21:28] thx [21:28] yes but 12.04.1 is out of date [21:28] cool thank's guys i will install it right now [21:28] sorry my xchat crashed ;/ [21:28] ohboy [21:29] bouhafs: I would still recommend installing 14.04 LTS over 12.04 LTS unless you have a very compelling reason to go with the former. [21:29] s/former/latter/ [21:30] does anyone know how to get the latest kernel source? it should be a tar.gz? I found this page but I dont find the tar.gz https://launchpad.net/ubuntu/utopic/ppc64el/linux-source-3.16.0/3.16.0-44.59 [21:31] ok Jordan_U thank you i just wont to install it the time to download 14.04 with my bad and slow connexion i understand all yours sugession :) [21:31] poppe: that's a utopic kernel though, better off moving to the vivid HWE if you're in 14.04 [21:32] bouhafs: yes 14.04 is good and if you have an old pc try lxde i means lubuntu or xubuntu [21:32] ok thank you kadiro [21:33] see you later guys, thk's for your help [21:33] you welcome bouhafs [21:33] :) [21:34] daftykins sorry I dont understand. I just need a stable kernel that I can recompile due to a hw bug. I would like a good one and I just installed so everything is new. do you have a link? [21:34] hi] [21:34] poppe: which version did you install? [21:34] !backbox | backbox [21:34] backbox: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it. [21:34] with Windows but I want to put and ubuntu but not remove the Windows installation but shows me that the HDD is full and not divided [21:35] em using on mac [21:35] os x [21:35] em new [21:35] backbox: and you're typing from backbox which isn't supported here :) [21:36] poppe: You can use "apt-get source packagename" to get the source package for "packagename". This will get you something better than a tar.gz (though a tar.gz will be part of it) as it will build to a proper .deb file and will include all of the expected Ubuntu patches. [21:36] yup em using backbox,n kaali linux and backtrack [21:36] help me [21:36] daftykins:Ubuntu 14.04.3 [21:37] poppe: so you should be on the 3.19 kernel [21:37] ubuntu90: did you shrink the partition in windows? [21:37] hi [21:38] backbox: yep so none of those can be spoken of in here, just so you know. [21:38] I use a book linxu kernel in a nutshell. it is old but i think it would be best to just follow the procedures there from a tarball [21:39] daftykins is there a way to get the source for that kernel? [21:39] I could not find it online... [21:40] poppe: "uname -r" show your running kernel, "dpkg -l | grep linux-image" show the package names installed, "apt source " will download the source according to results online [21:41] hey guys [21:41] (don't use sudo on the last one, apparently.) [21:41] poppe: What exactly is your end goal? What buggy hardware do you have and how will recompiling your kernel help you? [21:41] EriC^^> I made a new partition separate but installation I get the whole HDD and not parts [21:41] how do i stop the quake-server process clogging up the CPU [21:41] ubuntu90: can you take a screenshot of the installer's partitioner? [21:42] hey guys how do i stop processes from clogging up my CPU whenever i log in? [21:42] hi ther [21:42] i got this error [21:42] when i try to open an application over server x [21:42] i can't see it === DJ is now known as DJ_SpaceDash [21:42] i got this Error: no display specified [21:42] from windows pc [21:43] Jordan_U: http://www.linuxquestions.org/questions/linux-newbie-8/config_sata_pmp%3Dn-hw-bug-live-arch-debian-mint-does-not-work-4175549085/ [21:43] with putty / xming ? [21:43] daftykins ok thanks I will try that!!! :) [21:44] Tuna-Fish: Please try to write complete sentences, with proper punctuation, and include all information in a single message to keep this channel less cluttered and easier to read. [21:46] when I ask to determine the shares do not go out and the entire share [21:47] ubuntu90: try prntscrn or alt+prntscrn [21:48] tyuyui: Please try to write complete sentences, with proper punctuation, and include all information in a single message to keep this channel less cluttered and easier to read. Is X11 forwarding enabled in Putty? [21:49] good grief the installer for 15 is slow [21:49] even the mini [21:49] yes of course [21:49] going to compare to debian's installer, this can't be right [21:51] ubuntu90: upload on imgur.com and paste the link here [21:51] is any one else having problems with vpns on ubuntu 14 [21:51] newp mines working great. [21:52] http://i.imgur.com/s187PTw.png [21:52] Whitehatballer: The answer to questions like that is almost always "no". To get support, please just state the problem you're having in detail. [21:52] must be my isp dns hyjacking [21:53] ubuntu90: open a terminal and type sudo parted -l | nc termbin.com 9999 [21:53] vps dont connect. open or PPTP [21:55] I'm trying to update my graphics drivers (on a laptop running Ubuntu 15.04, and two GPUs via Optimus), but whenever I try my graphics break. And I've been able to use Optimus before! http://askubuntu.com/questions/666615/upgrading-to-newest-nvidia-drivers-on-a-laptop-that-uses-optimus Any thoughts? [21:57] Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table. [21:57] However, it does not have a valid fake msdos partition table, as it should. [21:57] Perhaps it was corrupted -- possibly by a program that doesn't understand GPT [21:57] partition tables. Or perhaps you deleted the GPT table, and are now using an [21:57] msdos partition table. Is this a GPT partition table? [21:57] Yes/No? === ubuntu is now known as Guest82987 [21:58] ubuntu90: type sudo fixparts /dev/sda [21:58] if it says it detected stray gpt data, press fix [21:59] Is Ubuntu 15.04 now stable? i stop using Ubuntu for about 1 year because it was not stable and crashed in the middle of serious tasks. then switched to OSX. [22:00] IamTrying: Yes [22:01] IamTrying: Although if you want to be REALLY safe, use 14.04 [22:01] IamTrying: Because it is LTS [22:01] In the 'Something else' installation I see a /dev/sda1 partition that is 629MB and ntfs. This was previously a windows machine. The next partition is /dev/sda2 efi -- Can I get rid of /dev/sda1 ? [22:01] i'd nuke the disk totally to install just ubuntu [22:01] you should've done that last time :) [22:01] Nikesh: need any data on the drive at all? [22:01] Nikesh: sda1 *may* be a Acer/Windows Recovery image [22:02] nah they put them at the end usually with EFI [22:02] hi [22:02] Warning: 0xEE partition doesn't start on sector 1. This can cause problems [22:02] in some OSes. [22:02] MBR command (? for help): [22:02] tsimonq2: 14.04 i used but it was crashing many times. not stable like OSX, OSX never ever cheat with me it never ever crashed. 14.04 crashed in the middle of simple Google chrome kiosk activity. [22:02] well it is recovery but not the real recovery, if you get me ;) [22:02] ubuntu90: did it mention anything about stray gpt? [22:02] Yup, it's the PXE env [22:02] daftykins: I /did/ do that last time and now I'm following the guide that you linked, which suggests keeping the efi partition as it is [22:03] s/PXE/PBE/ [22:03] TJ-: seems likely === HeathHayle is now known as minetape [22:03] goodbye [22:03] ubuntu90: did you type fixparts or fdisk? [22:03] Nikesh: no you didn't wipe it since Windows parts have remained. why do you continue to try and say something else when the evidence speaks for itself? [22:03] daftykins: I remembered why I wanted the latest graphics drivers; for the experimental version of Unity 3D that just came out for Linux [22:03] daftykins: Sorry, you missed part of the story [22:03] BlueProtoman: that's nice [22:03] daftykins: In following the guide I re-installed Windows in order to preserve the EFI partition [22:03] Bashing-om: Ok, totally handicapped now, my entire touchpad stopped working if you recall from last time, some functions were disabled. I think we have some major software errors now... [22:04] daftykins: but yes, previously I wiped it all [22:04] IamTrying: It is much more stable now then earlier... [22:04] IamTrying: But go ahead [22:04] gş [22:04] hi [22:04] IamTrying: Try it it out...and if it crashes, submit a bug report [22:04] daftykins: So I re-installed Windows to get the EFI partition back, and now I'm back in the Ubuntu install and doing as the guide suggests, to keep the EFI partition [22:04] tenks men is running [22:05] Nikesh: ok [22:05] install epson driver for ubuntu [22:05] ivan_: is that a question? [22:05] Bashing-om: So, if we can, I would like to resolve the issue now, if you are avaliable [22:05] the_count: " xserver-xorg-input-synaptics " ?? [22:05] Yes [22:05] that true [22:05] Bashing-om: I think so [22:06] ubuntu90: no problem === minetape is now known as HeathHayle [22:06] tsimonq2: now in Linux is it possible to use the mouse track like Macbook air? in OSX you can use the laptop mouse in many tricky way, OSX made me addicted on that [22:07] IamTrying: Yes, and if not, we can help you get it working [22:08] OK - great thanks tsimonq2 [22:08] IamTrying: The point is, in OS X, when something breaks, you can't easily fix it(without hours of research). With Linux, there are people here 24/7/365 to help you get it up and running again. So give Ubuntu a try again, and if a certain distro crashes for you, get it fixed. [22:08] the_count: 1st is to make sure the package manager is in a stable state . What does the system relate ' sudo apt-get update ; sudo apt-get upgrade ; sudo apt-get -f install ; sudo dpkg -C ' . [22:09] Bashing-om: A touch ahead of you, doing that now. [22:10] Bashing-om: A little handicapped, no touchpad... I'm getting along fine so far though. What operating system do you use? [22:10] Does someone know if it is theoretically possible to make a LFS distro into Ubuntu? You know, install apt-get, edit the sources.list, etc. to make it exactly like an Ubuntu install? [22:10] tsimonq2: i am by heart linux. i moved away from linux completely because it was crashing in the middle of my enterprise activity, since i went to OSX at-least was not getting crashed but was able to continue my work. Honestly speaking OSX is not my stuff i still use ssh on it and terminal only, i was taking a break from linux so that i have stable linux after a year. i hope its time to use it again. [22:11] Anyway thank you [22:11] the_count: I run a roll my own, with ubuntu 14.04 repository . [22:11] Bashing-om: Ok, completed all those succesfully, and what do you mean by a roll of your own? [22:12] the_count: Compile a kernel, add what you want to that base . [22:12] tsimonq2: That question is more for #ubuntu-offtopic as it's not support related. [22:12] Bashing-om: Does that give you more flexibility, or is it just fun to do? [22:13] Jordan_U: Ok, thanks [22:13] tsimonq2: You're welcome. [22:13] the_count: So, the package manager is happy ? and does not report any problems or errors ? [22:13] Yes, happy, no errors. [22:14] the_count: It gives me a very light, configurable install that is very fast on this old hardware . [22:14] Bashing-om: How old is that? [22:15] the_count: 2007, dual core Athlon chip set for the cpu . === Fred_ is now known as Guest74113 [22:15] Bashing-om: I was thinking a bit older than that... But hey, it works... [22:16] Bashing-om: The flexibility of Linux... [22:17] the_count: Back to support - the problem at hand. Pastebin the outpit ' dpkg -l xserver-xorg-input-synaptics ' . Let's see where we go from there . [22:17] output* [22:18] Bashing-om: http://paste.ubuntu.com/12210002/ is there any way I cane use pipes to copy the pastebin output? [22:19] the_count: Sorry, I thouhgt that you knew . Teah pipe it ! ' dpkg -l xserver-xorg-input-synaptics | pastebinit ' If you have the "pastebinot" tool installed. [22:22] Bashing-om: Not follownig you, I have pastebinit installed, so like: ' dpkg -l xserver-xorg-input-synaptics | pastebinit | something_to_copy_to_clipboard_here ' [22:22] the_count: So, not installed. Is there a possile conflict installed ? ' dpkg -l xorg-driver-synaptics | pastebinit ' . [22:22] the_count: The result from pastebinit is a URL back to your terminal. [22:23] I know, is there any way to pass that to the clipboard after pastebinit handles it? [22:23] the_count: | pastebinit | xclip [22:23] maybe [22:23] Ok [22:24] the_count: pastebinit | xsel , then shift+insert to paste [22:24] the_count: EriC^^ :) .. or maybe redirect to a file and upload the file to pastebin . [22:24] it'll send a newline though so as soon as you paste it'll enter [22:24] I'm trying to update my graphics drivers (on a laptop running Ubuntu 15.04, and two GPUs via Optimus) so I can use the new experimental build of Unity 3D, but whenever I try my graphics break. And I've been able to use Optimus before! http://askubuntu.com/q/666615/61195 Any thoughts? [22:25] Bashing-om: he means the link itself how to put it in the clipboard [22:25] EriC^^: Thanks, Hey I can get real dense sometimes ! [22:26] BEriC^^: What do you mean by shift+insert, what key does insert map to? [22:26] Bashing-om: [22:27] shift+insert is like middle mouse button [22:27] EriC^^: I don't have a middle mouse button [22:27] but you have a key named insert :) [22:27] ok, so press shift+insert [22:27] should be near home del etc. [22:27] EriC^^: My keyboard doesn't [22:28] Ok, I see it now [22:28] http://paste.ubuntu.com/12210090/ [22:28] pressing left and right mousebutton at the same time simulates a middle mouse button click, no? [22:28] Got it, thank you [22:28] Yes, I have no mouse right now. [22:28] ah ok, sorry for interrupting :) [22:28] You're fine === raving is now known as Sir_Fawnpug [22:29] Just for kicks, trying to paste this again... http://paste.ubuntu.com/12210122/ [22:30] EriC^^: WHat is the difference between xsel and xclip? [22:31] Bashing-om: Did you get that link? [22:31] the_count: OK, now we try and install the driver: ' sudo apt-get install xserver-xorg-input-synaptics ' . See what results . [22:31] the_count: i think xclip sends to the other clipboard (the one where you press ctrl+c and ctrl+v to copy and paste) [22:32] the_count: xsel is for the selection clipboard, if you highlight something and type xsel in a terminal it'll show up [22:32] Using Lubuntu 14.04 atm ...... trying to install kubuntu-desktop but getting this error http://paste2.org/1H4NxX6b ...... How to solve this ? [22:33] BAshing-om: http://paste.ubuntu.com/12210140/ [22:36] Afternoon/Evening/Whatever. [22:36] Anyone else had issues with video playback clipping? === iq_ is now known as iq [22:36] the_count: We;;, that is different than before, and reall odd ! .. OK what returns ' dpkg -l xorg-input-abi-20 ; xserver-xorg-core ' And ' apt-cache policy xorg-input-abi-20 xserver-xorg-core ' ? [22:37] I have windows server essentials with shared folders. I'm want to connect to those shares from xubuntu. I tried to open windows network from thunar but I get the error message "failed to open windows network" and "failed to retrieve shares list from server: No such file or directory". [22:37] salmonhatt: ... [22:38] the_count: Typo ! ' dpkg -l xorg-input-abi-20 xserver-xorg-core ' . [22:39] Bashing-om: Bashing-om: http://paste.ubuntu.com/12210189/ [22:40] reisio: not the best description, I know. [22:40] Bashing-om: It also says: " dpkg-query: no packages found matching xorg-input-abi-20 [22:40] salmonhatt: wasn't a description at all [22:41] Whenver there's a lot of panning or zooming, the image appears to have a slice in it, and part of the frame is off-center === ubuntu is now known as Guest89886 [22:43] Bashing-om: Second one: http://paste.ubuntu.com/12210202/ [22:45] the_count: ' sudo apt-get install xserver-xorg-core ' . Then we look at the other IF that goes well . [22:45] any PPA installed? [22:46] BAshing-om: http://paste.ubuntu.com/12210222/ [22:47] BAshing-om: and E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by heald packages [22:47] Bashing-om: Sorry, held [22:47] OerHeks: the_count So far I do not see a PPA involved. versions match 14.04 . [22:48] the_count: "held packages ' ?/ But you said the package manager was in a happy state . [22:49] Bashing-om: That is what it said when we did the first 4 initial tests, and it was indeed happy. [22:49] the_count: Show us ' sudo apt upgrade ' . ( just because I like 'apt' better ) . [22:50] Bashing-om: It did not return any errors, we can try again... I have been using apt to install packages since you told me about it. It is a bit cleaner I think... [22:51] Ok, no errors, nothing to install, noting to remove, nothing to upgrade [22:51] the_count: K, But I want the assurance of what apt relates; to see that output myself . [22:53] Bashing-om: http://paste.ubuntu.com/12210269/ [22:54] Bashing-om: Apparently apt does not have a stable CLI interfae yet. Use it with caution in scripts... === wook is now known as Guest58399 [22:57] the_count: Yeah, 'apt' presently does have some grwing pains. // OK, the advisory of "held packages do raise the PPA flag ! What sources are available ? ' cat -n /etc/apt/sources.list ; tail -v -n +1 /etc/apt/sources.list.d/* ' . Into the pastebin - let's look at what might generate the 'held packages' . [22:57] growing* [23:00] Bashing-om, you can try htis, but I don't think that anything was put in it: http://paste.ubuntu.com/12210339/ [23:01] this [23:01] I'm going to try to copy it manually [23:03] the_count: I expect that the result is same same ' ls -al /etc/apt/sources.list.d/ ' will also show no PPAs . [23:03] was you able to see the result? [23:04] the_count: " was you able to see the result? " Huh ? I did look at the http://paste.ubuntu.com/12210339/ paste . [23:04] Bashing-om: It didn't act like it copied it. === OS-17344 is now known as nullsign [23:05] Bashing-om: http://paste.ubuntu.com/12210392/ [23:08] Bashing-om: Is that what you needed? [23:08] Bashing-om: What does held mean? [23:11] the_count: 'held' is the condition of a package to be installed, that for some reasin the package manger is not going to install it . // I see no obvious conflict in those PPAs. // What happens with ' sudo apt-get install xorg-input-abi-20 ' ? === scott_ is now known as Guest61058 [23:11] Bashing-om: I made a typo: http://pste.ubuntu.com/12210418/ That was from before [23:13] Bashing-om: And then the last request: http://paste.ubuntu.com/12210441/ [23:14] BAshing-om: and E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by heald packages // Again [23:14] And, I made the same typo [23:16] the_count: Show me that result from the attempted install . Presently I just do not know where the condition is generated from . [23:17] er.. e? [23:18] Bashing-om: Ok, I performed ' sudo apt update and sudo apt upgrade ' And The upgrade returned no errors this time. And, what result from the attemted install? ' sudp apt-get install xorg-input-abi-20 '? [23:22] Bashing-om: It will install software just fine... [23:22] Bashing-om: http://paste.ubuntu.com/12210513/ [23:23] Bashing-om: and this same error again ' E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by heald packages ' [23:24] joao__: ?? [23:27] the_count: k: .. let's see what we can find out for the why. What returns ' dpkg -l libcheese-gtk23 libcheese7 ; apt-cache policy libcheese-gtk23 libcheese7 ' ? [23:29] One sec [23:30] Bashing-om: http://paste.ubuntu.com/12210554/ [23:34] the_count: Those versions for libcheese7 are correct .. gotta think bout this a moment or so ! [23:34] Bashing-om: Take all the time you feel you need, because I sure can't fix it. [23:35] i have system load at 3.35 and can't figure out why, new install of 15.04 not booting fully into graphics, intel pentim Acer E5 [23:35] *pentium [23:35] the_count: What does 'dpkg' tell us about what is installed for libchees7 ? [23:36] can anyone help me reconfigure my graphics ? [23:36] Bashing-om: would that be: dpkg -l libcheese7? [23:38] the_count: ' dpkg -l libcheese-gtk23 libcheese7 ' to see what the condition of of/what is installed . [23:38] Bashing-om: If so, here is the link: http://paste.ubuntu.com/12210584/ [23:39] Bashing-om: Ok, I'll get the other one for you in a sec... [23:39] Bashing-om: http://paste.ubuntu.com/12210591/ [23:41] howdy there, have a quick question for you all [23:41] more a linux or a debian question, rather than just ubuntu - is there any way to change what hostname is broadcasted, rather than the hostname that the local system knows? [23:42] (e.g. same hostname in the console, etc.) - or would that cause networking problems? [23:42] Any ideas how to address 'Error code 0xc000025' (from Windows boot partition, looks like) after install Ubuntu in UEFI? [23:43] ra122: Are you actually using Ubuntu? [23:43] !bootinfo | Nikesh [23:43] Nikesh: Boot info script is a useful script for diagnosing boot problems. Please run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then !pastebin the RESULTS.txt for us to use to help diagnose your problem. [23:43] Jordan_U: debian-based distro. i'm aware that this channel is designated for ubuntu in particular, but i'd figure that the talent/commands might be the same [23:43] the_count: Correct versions are fully installed. So this " Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed " presently does not make a lot of sense . [23:44] i created an upstart script in `/etc/init/`. but, running as `sudo service thing start` yields unrecognized service. But, it i do `sudo initctl start thing` it works [23:44] is there a difference? [23:44] Jordan_U: OK, will try [23:44] Bashing-om: I agree with you, so, is there some way to reset dpkg or something along those sorts? [23:46] I find this crazy, just using 2 terminals and unity with wifi, my battery has only went down 10% in the last 2 hours... [23:47] Bashing-om: Or, Check and reinstall everything? Another question, could autoremove hurt or cause the situation? [23:48] the_count: Scratching my head as " info xorg-input-abi-20 trusty >> Package xorg-input-abi-20 does not exist in trusty ". [23:49] Bashing-om: WHat would happen if we removed it? Or would trusty not recognize that it is in here in the first place? [23:49] the_count: In respect to "autoremove" generally a good thing, but in the case of a package inconsistency can cause issues . [23:49] Bashing-om: I have used it a couple times after removing applications. [23:51] Jordan_U: http://paste.ubuntu.com/12210664 [23:52] Bashing-om: So, have we tried this: http://askubuntu.com/questions/610505/broken-packages-error-while-trying-to-install-xserver-xorg-input-mtrack [23:53] the_count: Not at all sure what is going on here as " apt-cache show xorg-input-abi-20 >> N: Can't select versions from package 'xorg-input-abi-20' as it is purely virtual - N: No packages found " [23:53] Nikesh: Do you get the same error if you boot Windows directly from your boot firmmware menus, rather than through grub? [23:53] Jordan_U: Sorry, I'm not wanting dual boot so somehow that windows partition is a side effect [23:53] so, the last comment, " xorg-input-abi-20 is present in other packages xserver-xorg-core-udeb and xserver-xorg-core So try to install xserver-xorg-core manually," does not work? [23:54] Bashing-om: I don't know if this would even do anyhting, but: http://askubuntu.com/questions/607693/unmet-dependencies-for-synaptics-touchpad-driver [23:54] Jordan_U: I was following this --> http://www.jfwhome.com/2014/03/07/perfect-ubuntu-or-other-linux-on-the-asus-transformer-book-t100/ But I don't have that machine, I have an Acer Aspire ES1-111 laptop [23:54] Jordan_U: It says to try to preserve the EFI partition [23:54] Jordan_U: Because previously from the default install options when I would boot it would just say 'No bootable device' [23:54] the_count: I think ' sudo apt-get install xserver-xorg-core ' is what got us where we are. Will not hurt to run it again and re-confirm . [23:55] Jordan_U: I am open to just doing Legacy mode, but my keyboard and mouse didn't work in that mode (in the installer) [23:56] Bashing-om: http://askubuntu.com/questions/607693/unmet-dependencies-for-synaptics-touchpad-driver [23:56] No, sorry Bashing-om [23:57] arvinchou_, check your connection pls [23:57] Bashing-om: http://paste.ubuntu.com/12210706/ [23:58] the_count, you never paste the command you used [23:58] why is that? [23:59] OerHeks: What? Not shure what you mean. [23:59] Nikesh: OK, so you're never getting to a grub menu. [23:59] Nikesh: Please pastebin the output of "sudo efibootmgr".