[03:57] Need some help installing Xubuntu. I chose the erase disk and install option and made sure my hard drive was the one being installed to. It finished and after it restarted I just get a black screen with a blinking cursor. I even did the install again and same thing. [03:57] !nomodeset [03:57] 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 [03:57] Toaster_: that would be my first step.. if the live iso ran the desktop fine, i would make sure im *not* installing updates when i do the OS installation.. [03:59] holstein: I chose not to install updates or 3rd party plugins [04:00] ubottu: Sorry, I'm an idiot when it comes to this stuff. Where would I type in anything if I can't get to any screen or terminal? [04:00] Toaster_: I am only a bot, please don't think I'm intelligent :) [04:00] aw damn [04:01] Toaster_: you would do that from the grub screen [04:01] holstein: I don't have a grub screen. It's just a blinking cursor [04:02] Toaster_: correct. i understand ...but, at boot, *right* after the bios screens, you should be able to tap shift, and unhide the grub menu, and then, edit it, and add that nomodeset option [04:02] its not a "fix", but, more of a troubleshooting step, to see if the graphics are the issue [04:03] holstein: Nothing happens when I try that. Right after the bios loading screen it starts blinking. Nothing appears before it [04:03] Toaster_: ok [04:04] I've installed other distros on it before including Ubuntu without issues [04:04] Toaster_: what would i do? test my hardware, and i would try the live desktop,and report here if it works or not [04:04] Toaster_: xubuntu *is* ubuntu.. so, you may be comparing older kernels, rather than ubuntu vs xubuntu [04:04] holstein: I already know the live desktop from the usb stick works [04:04] Toaster_: ok.. then, i would test my hard drive, and make sure its "ok".. [04:05] I consider it Ubuntu but with xfce [04:05] you can consider it that, but, the take-away for you is, the driver support, and hardware support is likely identical [04:06] the same kernels, and firmware *if* you are comparing, say, 14.04 ubuntu to 14.04 xubuntu.. rather than, 14.04 ubuntu with 15.04 xubuntu [04:06] bios recognizes the hard drive [04:07] It's an SSD actually [04:07] yup, and if that were a test of integrity, that would be great.. but, its not [04:08] and, im not saying the hard drive is bad,. im just saying, if the live iso boots the live desktop, and your installed system doesnt boot, thats a varable.. the hard drive is not a factor with the live iso [04:08] I know [04:08] can you get to tty? [04:08] !tty [04:08] To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login). To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution [04:10] Nothing happens. The computer beeps when I press a key if i do that [04:14] holstein: I chose the option to check the disk for defects on the live [04:14] thats cool, but, you are checking the live USB, which, you already installed from, and tested live.. its not a bad step, though [04:15] Well then if the live version had 1 file error, would that mean the iso is bad? [04:15] !md5 [04:15] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [04:15] that would tell you if your download of the iso is "bad" [04:15] Toaster_: what iso? 15.04? [04:16] 15.04 32 bit. I will check md5 [04:16] Toaster_:you can also try the mini iso, and add xubuntu do it.. after install [04:16] !mini [04:16] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [04:16] they are small iso's.. if you are having issues with the iso download.. [04:18] on the kernel download list, each kernel has a name with it (ex. 3.17.1-utopic).. is the name associated with the kernel mean its valid for that version? [04:18] ive been told different things about this [04:21] the kernel download list¿ [04:22] the OS ships with a kernel, and the kernel is maintained for the period of support, as promised [04:22] the updates just come in [04:23] http://kernel.ubuntu.com/~kernel-ppa/mainline/ - this list [04:24] oh shit i just realized those are mainline builds [04:24] holstein: Either I did it wrong or the iso is corrupt. http://gyazo.com/890b5545e61968649925843373006e08 [04:25] Toaster_, easy to test the .iso with md5sum ... [04:51] holstein: The md5sum on the downloaded iso was fine. I redid the live usb and after a restart it works fine. Something must have went wrong while creating it before. [04:54] Toaster_: cheers.. [05:24] Can someone help me install the LAMP stack? I'm following https://help.ubuntu.com/community/ApacheMySQLPHP . Upon running install lamp-server I get this http://paste.ubuntu.com/11738761/ [05:30] z.z.z.z..z [05:30] * nomic finds lighttpd easier to deal with [05:30] apache is very large [05:30] Yeah? [05:30] lighttpd minimal [05:30] yeah [05:30] what I go through to get the php/webserver [05:31] is 1. [05:31] install lighttpd [05:31] nice easy instaall [05:31] 2. [05:31] this [05:31] will fetch [05:31] http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html [05:32] install php5-cgi php5-cli .. lighttpd [05:32] make up the fastcgi (link) .. test your php hello world thru the web server [05:33] https://www.digitalocean.com/community/tutorials/how-to-install-the-llmp-stack-linux-lighttpd-mysql-and-php-on-ubuntu-12-04 [05:33] stuff is easier with lighttpd [05:33] as I said I just install lighttpd php5-cgi php5-cli <- packages installed by sudo apt-get install [05:33] /var/www contains php scripts [05:33] I opened up the digital open first and saw it was 'easier', do you know if this config is good enough? [05:33] test them through cgi [05:33] Okay [05:34] https://www.digitalocean.com/community/tutorials/how-to-install-the-llmp-stack-linux-lighttpd-mysql-and-php-on-ubuntu-12-04 [05:34] that guide is good [05:34] apache = bloat .. lighttpd is as widely used (now) .. is used majorly .. is just as good ... is less complex [05:35] IMO works better with (here xubuntu) [05:35] there is python link to lighttpd .. [05:36] never installed it .. it was simple enough to get sockets working on php lighttpd -> socket -> whatever [05:36] @ the very least for comms [05:37] lighttpd is newer ... i would say that apache .. is something that people are forced by tradition to be using .. its "established" .. doesn't mean that it's particularly svelte .. it's like eclipse [05:38] You don't like eclipse? [05:38] What do you use in substitution? [05:39] nano /etc/lighttpd/lighttpd.conf all you have to change to get cgi working with php .. mod_fastcgi: in server.modules = ( (section) http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html <- I mainly used that guide [05:39] fastcgi.server = ( ".php" => (( [05:39] "bin-path" => "/usr/bin/php-cgi", [05:39] "socket" => "/tmp/php.socket" [05:39] ))) [05:40] the link (all this in /etc/lighttpd/lighttpd.conf) [05:40] so you install 3 packages lighttpd php5-cli php5-cgi .. set up that [05:41] then you should have a Hello World

'; ?> [05:41] in html [05:41] or the php hello world in /var/www (web public) .. avail thru cgi .. if lighttpd is up, it will display a status page showing everything is active [05:41] yeah thats the [05:41] default installation index.html [05:41] easy (relative to apache) [05:42] apaches for large organisations [05:42] like eclipse = for large projects [05:42] so you have to configure this massive tool, to get "hello world" working [05:42] or you THROW YOUR COMPUTER OUT OF THE WINDOW (smash) [05:42] screams [05:43] http://ubuntuforums.org/ <- site that with account, you can leave messages on overnight (or search for answers) .. this (here) .. wont' be attended much (certainly not as much as #ubuntu) .. the forums is very busy [05:44] efficient way to do it .. phrase your question .. file it into the forums in the correct place (networking, gui, internet (sub headings)) .. go to bed .. and you will if you asked nicely have answers [05:44] be sure to mark threads as SOLVED if a solution is reached [05:45] most simple things (like that, web server set up), have been solved by now .. just look around (forum search) [05:47] http://pastebin.com/JJw19nGJ [05:48] looks ok [05:48] I get this error when running /etc/init.d/lighttpd restart " Cannot load plugin mod_fastcgi more than once, please fix your config (we may not accept such configs in future releases " [05:49] http://redmine.lighttpd.net/boards/2/topics/5026 Cannot load plugin mod_fastcgi more than once, please fix your config [05:49] Commenting it out worked [05:49] i've never seen it [05:49] ok [05:49] Yeah just read it [05:51] What would be a reason for the server to start and immediately stop? [05:51] it stops? [05:51] by trying to run it with "/etc/init.d/lighttpd start" [05:51] server has messages somewhere - a log [05:51] show output [05:51] pastebin [05:51] on it [05:52] hello [05:55] How do I check if I'm running the "FastCGI-enabled" version of FastCGI [05:57] you run a php script as web page [05:57] check if you php is working [05:57] http://pastebin.com/pRTth7ni [05:58] did you "sudo apt-get install php5-cgi" ? [05:58] is php5-cgi running [05:58] avail from command line [05:59] 2015-06-19 01:54:42: (mod_fastcgi.c.1103) the fastcgi-backend /usr/bin/php-cgi failed to start: [05:59] simple enough you php-cgi isn't there [06:01] You were right about me not having install ppg5-cgi [06:02] told ya - a lot earlier (the stages) [06:04] Do I need to be running the server as sudo? [06:05] I can only run it as sudo to avoid a permissions error on var/run/lighttpd.pid [06:06] but when I try to launch the server, it shuts down as before, but it doesn't produce anything in the logfile [06:06] no [06:06] not as sudo [06:06] install as sudo [06:07] My config files were also locked to sudo [06:07] there are always permission problems (before anything else) [06:07] secure system [06:07] learn to chmod [06:07] (server.c.710) opening pid-file failed: /var/run/lighttpd.pid Permission denied [06:07] Okay [06:08] I didn't know what I should chmod for and what I should just run as sudo to stay safe [06:08] but .. for a temporary work-around - you can always run things as root .. but that gives a package (and in this case, the outside world) complete access to everything [06:08] sudo being the thing that shuts down the security (global access) [06:09] when you start playing around with scripts .. you must know what permissions they have [06:09] sudo is never "safe" [06:09] sudo is root [06:18] Arghhhh [06:18] ) opening errorlog '/var/log/lighttpd/error.log' failed: Permission denied [06:18] Why would that happen if I put 777 on that log [06:19] I think it was the folder, it now works. New errors though [06:22] http://pastebin.com/jsV0WuUz [07:52] selam [08:31] Privet... Eto podderjka? [08:32] I think we're supposed to talk in English here? [08:33] !pl [08:33] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [09:36] Hi. I bought a keyboard with 4 multimedia buttons: play/pause, sond-, sound+ and mute. Sound buttons works fine, but play/pause works only when media app is focused. Can i make it to work always and anywhere? I am using VLC player, xubuntu 15.04. [10:44] hi [10:44] I missed the question for different language when installing 15.04 [10:44] something special? [10:45] I was able to select timezone and keyboard language but not system language to install. [10:46] any hint? [10:49] did I overlook something? [11:24] ok, funny. xubuntu 15.04 does not start in virtualbox. [11:24] 14.04 worked flawlessly! [11:43] my installation of xubuntu is now 1 hour, is it normal? [11:48] xubuntu717, what do you mean it's one hour? [11:48] It has been running for one hour? [11:53] Hello im in need of support on installing touchscreen functions in a Olivetti Explor@200xs on Xubuntu and was unable to get it working [12:08] I think I found the problem why xubuntu does not start on virtualbox [12:10] Reason: With fulldisk encryption there is nowadays (starting from 15.04) a separate password request for cryptswap1 which is NOT displayed. Xubuntu therefore stays in boot screen waiting for password. [12:14] i dont think so [12:14] recently installed xubuntu 15.04 AMD64 with FDE and i only need to enter the password once [12:18] nope, just tested it. [12:18] same with kubuntu [12:18] even updating the system brings multiple requests for the password! [12:18] xubuntu--vg-swap-1 [12:19] hm, interesting my installation just two days ago does not have such a problem [12:19] sry, it is: xubuntu--vg-swap_1 [12:19] I just ran the update and got asked 4-5 times..... [12:19] hi all [12:19] maybe there are fixed install medias out there? [12:20] mine is a couple of weeks old now.... [12:20] will try with a fresh download. [12:20] I'm looking for help with notofyd. Anyone down to lend a hand? [12:20] exact message: Please enter passphrase for disk xubuntu--vg-swap_1 (cryptswap1) on none! [12:28] Ok, I'll write my problem anyway. Maybe someone can recognize a familiar situation: [12:28] My brightness notification is shrinked to a small panel without any content except for something that looks like a pipe (|). [12:28] others notifications and volume notification too work just fine [12:29] if I log in as guest the brightness notification also works fine [12:30] I'm using nvidia driver and everything worked fine until yesterday. [12:30] I think the problem started when I installed light locker settings [12:30] but purging it won't fix my problem [12:31] Please if someone has any idea of what I can try, point me to it. [12:52] hi, my installation of xubuntu takes 1,5 hour on new laptop, is it normal? [12:52] doesn't sound right haha [12:53] any advices? [12:53] no, is not normal. [12:53] what internet connection? gprs? [12:53] wifi, fast [12:54] with kubuntu same problem [12:54] where it is stuck? [12:55] after choosing partitions, I took whole disc, and it started to installing [12:56] mouse pointer is spinning, there is window with some informations about xubuntu with slideshow, and thats all for 1,5 hout [13:08] koegs: Problem is known: http://askubuntu.com/questions/616663/after-new-ubuntu-15-04-installation-startup-asks-for-password-even-though-no-di [13:14] Hi... I help a friend to install xubuntu. Everything work ok, except for his printer. It will not print. In the setting we can clearly see that his brother-printer is installed. When he press on the command to print, the printer makes son sound as it it is trying to comply with the print-command, however it does NOT work. Any suggestions? [13:14] Hi... I help a friend to install xubuntu. Everything work ok, except for his printer. It will not print. In the setting we can clearly see that his brother-printer is installed. When he press on the command to print, the printer makes son sound as it it is trying to comply with the print-command, however it does NOT work. Any suggestions? [14:02] still have problems catching the corners for window resize. [14:02] is very very tricky. [14:02] every window should have a small area in the corner for resizing like filemanager. [14:04] also areas for catching mousepointer for edges are way too small. [14:15] BuddyButterfly: just use ALT + Left or Right-Click [14:17] When my friend was using windows, he had created a network for his three pc to use the printer. So I wonder it it is the old window network that could be now interfering with the printer functions? [14:21] koegs: will try. [14:21] koegs: hehe, catches my virtualbox windows instead ;-) [14:22] this areas should really be increased a bit. [14:22] or, at least for the corner resize. [14:47] how do i quit vi in terminal? i am stuck [14:52] neewbee, :q to quit :w to save, :wq to do both [14:53] thank you! [14:54] sure, np === qwebirc496198 is now known as slickymasterWork [18:32] Linux noob here, need some help. I'm trying to disable the splash but I can't open the file. I type "gksu gedit /etc/default/grub" in the terminal. It asks for a password and I type it and press ok but after that nothing happens. It doesn't open anything. I tried running the command as root and I got an error. [18:33] "(gksu:2805): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. GConf Error: No D-BUS daemon running" === aziz_ is now known as aziz