[00:00] Solow: thats it. thats how long your server has been up [00:00] 9 days, 10 hours, 10 hours 12 minutes [00:00] Guest2952: have you tried reinstalling grub from the live cd? [00:00] progesterone: how are you copy/pasteing in vim? [00:00] Solow: yup, or you could just type uptime === randomusr is now known as Guest57346 [00:00] ilovefairuz : the setup will be in a student dorm so security is kind of essential :p [00:00] ilovefairuz: I did, I also did a grub-update, same problem [00:00] anyone know of a decent linux distro for a p150 with about 32 mb ram? [00:00] filosofixit: then use hostapd + dnsmasq [00:01] Guest2952: damnsmalllinux? [00:01] ^ [00:01] ilovefairuz : any idea of master mode support for the rt61 chip then in the kernel then? [00:01] Guest2396: that low of ram will be VERY VERY limiting. More of a limit then the CPU [00:01] hiku, was that meant for me? [00:01] Good Evening all. I'm dabbling with ntpd here, and all of our devices use a 0 adjustment for time zone. I'm trying to get the server to give the devices time in a -7 offset automatically. Is this possible? [00:01] Guest2396: You may have to go some console/text only route. [00:02] Guest2952: have you tried dropping to a grub shell and testing it manually? [00:02] filosofixit: check http://linuxwireless.org/ [00:02] Dr_Willis I copy and paste by Ctrl+Shift+C and V [00:02] How does one set screen brightness why unplugged? [00:02] Guest57346, Yes, Damn small linux [00:02] Dr_Willis, what if I was using 80mb ram? [00:02] ilovefairuz: haven't tried that, I wouldn't know how [00:02] ilovefauruz : thanks :) [00:02] Hello all. [00:02] oops [00:02] !grub2 > Guest2952 [00:02] Guest2952, please see my private message [00:03] I have a random question. I know the basic syntax of the nice command, but how do I use it to execute a conditional? [00:03] !hi | quietstorm [00:03] Martin|2, could I get a gui? [00:03] quietstorm: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [00:03] Basically, what I want is this, but it doesn't work... [00:03] nice -n 19 if [ true ]; then dosoomething; fi [00:03] Guest57346, yes, it has a gui [00:03] But that doesn't work. [00:03] hey people [00:03] progesterone: you may want to read a vi tutor or 2 and use the vi 'buffers' not the terminals copy/paste featurte. [00:03] Guest57346: alot of linux distros with a gui will choke with less than 512mb ram. If you want to run a system without a gui and without running any major services like apache, tomcat etc, then you should be fine with a base install no X [00:03] Martin|2, not sure it's worth messing with, but it would be fun to do [00:04] new to this [00:04] anyone help with an odd new problem? [00:04] !info vimtutor [00:04] Package vimtutor does not exist in lucid [00:04] !find vimtutor [00:04] File vimtutor found in manpages-zh, vim-runtime [00:04] im getting an error 128 on instaling any package from ubuntu service center [00:04] any ideas [00:04] please [00:04] quietstorm: if nice -n 19 command; then .... ; fi ? [00:04] quietstorm: what's supposed to be "true" ? [00:04] nice -n 19 bash -c 'if [ true ]; then dosoomething; fi' ? [00:04] Guest57346, When i said GUI, I mean, think windows 95/98 quality XD [00:04] Dr_Willis Thanks [00:05] ilovefairuz: True is just an example condition. [00:05] Martin|2, something like fluxbox? [00:05] Martin|2: fvwm2 might work ok for him [00:05] erUSUL: that's a good idea. I'm surprised I didn't think of that. I'll try it and report back. [00:05] progesterone: 'vimtutor' command gives you a nice tutorial to get you up to speed. [00:05] quietstorm: still not sure what are you trying to do... [00:06] quietstorm: are you trying to nice the code running inside the conditional ? [00:06] Guest57346: check out "tiny core" linux. [00:06] hiku, thanks... This is hilarious as it doesn't even have USB === th0r1 is now known as th0r [00:07] Guest57346: oh... lol yea that is funny. [00:07] ilovfairuz: I'm trying that now. It looks promising. [00:07] suppose I wanted to transfer files over our network from a XP box to a ubuntu laptop. what would I do bout dat. [00:07] Alex91: use scp [00:07] quietstorm: what are you trying to accomplish ? [00:07] win scp? [00:07] Alex91: sure [00:07] what's the host name? [00:07] erUSUL, ilovefairuz: Basically, I'm trying to run nice on a conditional, like the following: nice -n 19 if [ *condition* ]; then *dosomething*; fi [00:07] laptop or xp box [00:08] Alex91: make sure your laptop is running the ssh server and your all set [00:08] Question: My laptop (running Ubuntu) has a broken screen, but currently an external monitor is working. When I close the laptop lid, though, the display on the external monitor shuts off... in the "Power Management" preferences, I can choose the action to be taken when the laptop lid is closed, but "Do nothing" is not an option, only undesirable effects like Shutdown, Hibernate, etc. are available... how might I instruct Ubuntu to do nothi [00:08] I'm getting frustrated with trying to install lucid, when it decides to boot to the cd it takes about 30 minutes and gives me an error, if it gets that far without telling me it can't read the media [00:08] oh how to i run the shh server on ubuntu [00:08] quietstorm: use thune3's suggestion [00:08] quietstorm: if is shell syntax you can not nice it [00:08] erUSUL, ilovefairuz: Moving nice *inside* the if did the trick. Thanks, guys! [00:08] quietstorm: you have to nice the shell doing the conditional [00:09] erUSUL: Yeah, that makes sense. I'm surprised I didn't realize that. :-) [00:09] Alex91: install it with "sudo apt-get install openssh-server [00:09] quietstorm: still do not see the point of the exescise [00:09] Alex91: hostname is just any name you choose to represent your computer on your network [00:09] erUSUL: Why is that? [00:10] quietstorm: because nice acts on processes not on bash syntax [00:10] hiku, tinycore is exactly what I was looking for [00:10] quietstorm: what do you need to nice the conditional ??? is not like it is an expensive operaton or something [00:10] Dr_Willis ok [00:10] Alex91: the default hostname on a laptop with ubuntu (unless you changed it) is yourusername-laptop as the hostname [00:10] ilovefairuz: Yeah I see that now. [00:10] Guest57346: oh sweet. [00:10] erUSUL: You're right. What I wanted was for nice to operate on the command *inside* the conditional, but I didn't realize I had the syntax wrong. [00:10] formey: did you verify the ISO image and burned it slow? [00:11] quietstorm: fair enough [00:11] erUSUL: I am trying to get the conditional on one line (it's for a crontab), so I stupidly thought to put nice at the beginning of the line... :-) [00:11] sup all [00:11] hi hiexpo [00:11] erUSUL, ilovefairuz: Anyway, thanks guys. I really appreciate the help. [00:11] ilovefairuz: yes, burned it at 1/2 speed, i hate to ask and sound stupid but does it make a difference if it's dvd-rw vice cd or dvd-r? [00:12] hiku, hello [00:12] formey: it shouldn't matter at all. === hsa2|gone is now known as hsa2 [00:12] Is there a way to replace the default netowrk manager, or just disable it, at all? [00:12] formey: but did you verify before burning? [00:12] hiku: didn't think so, but with my luck something stupid like that would make a difference [00:12] CyL: try wicd [00:12] formey: it depends on the size of the file and what format your burner supports. [00:13] formey: did you md5sum the iso after you downloaded it? [00:13] CyL, why u wanna relace network manager [00:13] ilove: checksum, verified before and after burning [00:13] CyL, wicd NO [00:14] hiexpo: because it doesn handle very well the kind of connection I use... for example, I just can't make it work with a MAC other than my defafault... [00:14] !tab | formey [00:14] formey: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. === xenthral is now known as xen|food [00:14] I have 2 displays setup as seperate X screens (thru nvidia x with xinerama), my right display is my primary while my left display is a tv I use for watching movies and occasionally surfing the web, etc. (though rarely). Alot of the times I'll have my left display off or on a tv channel or some other source but with 10.04 apps ALWAYS open to the left screen, forcing me to change the source, drag them over and change back, any ideas on a fix? [00:14] Dr_Willis Are you still there? [00:14] yea..i'm stuck on the windows machine right now and i'm bein lazy switchin back and forth between computers, sorry [00:14] morning all [00:14] jaycount: switch the dvi/vga leads ? [00:15] CyL, it's something else than not network manager [00:15] aeon-ltd, but for my gnome panels, etc. the right monitor is my primary [00:15] hiexpo: wicd works very well and it IS a network management application, either specify your issue with it or stop spreading misinformation [00:15] and I dual boot windows and everything is setup for the right one to be my primary there as well [00:15] so switching leads would be a huge hassle lol [00:16] hiexpo: Well, it works like a charm when I do it through ifconfig, but again, firefox wouldn't recognize it is online because network manager doesn't say so [00:16] right now the other computer is going through the boot process (or so I hope) the Ubuntu logo with the white/red dots...it did this for a bit before and then kicked me to a ramfs prompt [00:16] formey: got a spare usb penprive ? try unetbootin [00:16] CyL, if you dl wicd it will remove nw and wicd is worse and than your outta luck cause you won't be able to get on to reinstall network manager i did that lol [00:16] hiexpo: again, this is unacceptable [00:17] ilovefairuz: there's no need to blame him, I got your point... [00:17] thune3, I sorted my problem, I still had git-core installed xP [00:17] ilovefairuz, what is unacceptable [00:17] ilovefairuz: I have one somewhere, i honestly don't think the bios of the other box supports usb boot [00:18] CyL: it's not just about your question. hiexpo is spreading misinformation based on his/her ignorance of how to properly use wicd [00:19] ilovefairuz: so you'd advice wicd... any other option? [00:19] I'm still having that dual boot grub problem. I've added a new entry but it gives the same problem. "no such device" [00:19] CyL, ok go aheaad and try that disregard my knowlrde [00:19] ^knowledge [00:19] On Ubuntu terminal, I want to copy text from one tab and paste into another tab. Ctrl+Shift+C and V copy and paste only a certain amount of characters. yy and p only support within the same tab. How can I do that? [00:20] CyL: you can manually configure the interface in /etc/network/interfaces, it's very easy especially if you don't use wireless [00:20] progesterone: I just highlight stuff with my mouse, then middle click to paste [00:21] hiku It works on Putty but Ubuntu terminal. [00:21] ilovefairuz, CyL i was refering to wireless so if it is not than i did not wait and sorry [00:21] ilovefairuz: unfortunatelly I use it a lot [00:21] hiexpo: CyL: wicd works with wireless networks very well too [00:22] progesterone: select with mouse paste with middle click ? [00:22] ilovefairuz: What about 3g connections? [00:22] hiexpo: the wicd package doesn't conflict with network-manager any more, so no, it won't remove network-manager [00:22] CyL: I haven't tried that but check their website [00:22] rww: Is there a way to disable network-manager while using wicd? [00:22] ilovefairuz, from my experience with many comps not just everyone wicd boggs and has problems connecting [00:23] QUESTION: is there a way to run a script before my laptop goes into suspend? [00:23] progesterone: yes I use ubuntu daily and if I need to copy paste I'll either highlight the text with the mouse, click new tab, and then paste with the middle (scroll wheel). Or you can highlight, rightclick and choose copy. and then right click and paste. [00:23] "worse" is subjective. Some people prefer wicd. Some people prefer network-manager. Some people have stupid broken wifi drivers that only work with network-manager for some stupid reason. [00:24] please [00:24] i meed help [00:24] ;< [00:24] !ask > MasSan [00:24] hiexpo: your experience is not at all representative of the state of an application [00:24] !ask > MaxSan [00:24] MaxSan, please see my private message [00:24] ... and I just got a huge lag spike, so I have no idea whether what I just wrote was horribly delayed :( [00:24] !details | MaxSan [00:24] MaxSan: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [00:24] CyL: dunno about disabling it. People generally just remove it. [00:24] rww: okay, thanks [00:24] !ask im new and i have a errror 128 on everything i try to instal from ththe ubunutu service center [00:24] Error: I am only a bot, please don't think I'm intelligent :) [00:24] I've been looking through the packaging documentation for a while now and still I'm running in circles. Could someone set me straight. I took the source of pidgin-libnotify and modified one file. Now I want to get a build in my personal launchpad ppa for x32 and amd64 [00:25] CyL: what exactly is your issue with network manager? [00:25] MaxSan: take a screenshot and upload it [00:25] im on a differerent laptop [00:25] ilovefairuz, if it were so much better than network manager in which ubuntu comes with ubuntu would use it and my experience is great / and please don't disrespect me nor my knowledge nor would i you [00:25] il attemp this [00:25] mhall119: See http://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch09s02.html [00:25] spinningcompass: thanks [00:26] mhall119: /usr/sbin/apmd_proxy [00:26] hiexpo: again, your "knowledge" is not at all representative of the state of an application [00:26] spinningcompass: I want to have a script run when I hit the suspend button, I don't want a script that triggers suspend [00:26] what command to i runt o get some ip info about my machine? [00:27] Thqrmt: ifconfig [00:27] ah [00:27] Thqrmt: ifconfig [00:27] mhall119: I know that. :) [00:27] ilovefairuz: First, I don't like it to autmatically connect to any netwrok it sees available... secon, it just doesn't work with some interfaces I have when I need to change their MAC addresses [00:27] mhall119: I said, look at /usr/sbin/apmd_proxy === funkysayu is now known as FunkySayu [00:27] ilovefairuz, ok you have confused me whay my knowledge is not at all representative of the state of an application [00:28] which one is the one I need to connect to for transfering files? they all look generic [00:28] spinningcompass: I don't have apmd_proxy [00:28] hiexpo: ilovefairuz can you take it to #ubuntu-offtopic please. thanks. [00:28] mhall119: Is that because you're not running APM, and are instead running ACPI? [00:28] question ~ you can set ip address to a interface ~ but can you UNset it ? [00:29] spinningcompass: acpi sounds right [00:29] i am done stated my peace thanks hiku [00:29] Thqrmt: how many interfaces do you have on your computer? how many are hardwired and connected to your box? [00:29] CyL: wicd intentionally doesn't connect to any available wireless networks, but i'm not sure if network manager can support this behavior or not === nimbiotics_ is now known as nimbiotics [00:29] hiexpo: =) np [00:29] mhal : OK. Perhaps there's a similar file for ACPI , which performs the same function as /usr/sbin/apmd_proxy [00:29] wildbat: you unset it by setting it to something else [00:29] mhall119: I dunno if someone mentioned this already since my client went funky, but /etc/pm/sleep.d looks promising === hsa2 is now known as hsa2|gone [00:30] ilovefairuz: that is why I'll just replaced network manager [00:30] erUSUL hiku Thanks [00:30] hiku: i donno I did this before and it was just some command that gave me a unique IP address (this machines) to connect to this is just a laptop [00:30] progesterone: your welcome [00:30] rww-test: that looks like what i'm after, thanks [00:30] How do I make Evolution be docked in the bottom right hand panel beside the garbage can, instead of the bottom toolbar? [00:30] mhall119: np [00:31] wildbat: or just bring the interface down: sudo ifconfig eth0 down [00:33] Does anyone know a good guide to email servers on ubuntu? [00:34] rallias, what do you want to do ? [00:34] rallias, I just did something similarly, myself [00:34] !mailserver [00:34] Ubuntu supports the Simple Mail Transfer Protocol (SMTP) and provides mail server software of many kinds. You can install a basic email handling configuration with the "Mail server" task during installation, or with the "tasksel" command. See also https://help.ubuntu.com/community/MailServer and https://help.ubuntu.com/10.04/serverguide/C/email-services.html [00:34] I wish to set up a new email server for my new website and evolution is giving me an error when I try to connect to it. [00:34] nvidia, why is my temp running about 47C in the red now days? it always has run around 40, I'm not even running any heavy duty stuff??? [00:34] or you can read long, boring [someone had too much time on their hands] links :D [00:35] rallias, ok, so you want the site to send emails? or you are hosting your own site ? [00:36] profxavier: its an old computer (roughly 1.3 ghz processor, 512 MB ram) and I need to know how to properly set up the server and the dns settings. [00:36] rallias, ok, sorry I cannot help you there, I thought you wanted to send emails from it [00:38] profxavier: i do. The dns is configured correctly, i just need to fix the smtp server [00:38] do they still develop BitchX? [00:38] hi all - when im transferring files over my home wired network i'm getting slow speeds (~10MiB/s) and there is a process called "backend" that is pegged at 100% CPU - what is this process? [00:39] rallias: have you tried using postfix? [00:39] hey guys [00:39] hiku: that is what I am using [00:39] I just installed ubuntu 10 whoooo [00:39] the problem is I want to shield it [00:39] I just run live cd I mean [00:39] Patero-ng: shield it in what way? [00:39] but want protection should I change the password [00:39] against hacking [00:40] Patero-ng: do you have a hard drive to install it to? [00:40] no [00:40] Patero-ng: is your password weak? [00:40] just speak up what are the wey [00:40] is a live install all default [00:40] Patero-ng: to the best of my knowledge, unless you install something with synaptic, live cd does not have any outbound services, making it unhackable. [00:40] rallias: ok, guess I missed the question. are you having issues sending email? [00:41] shane2peru: maybe you need to clean the inside of you box. [00:41] hiku: yes [00:41] rallias: is your mail server stand alone to the internet or do you need to use your isp's email server as a gateway? [00:41] evolution gives the following error: RCPT TO failed: : Relay access denied [00:42] hiku: it is on a properly forewarded localnet [00:42] !enter | Patero-ng [00:42] Patero-ng: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [00:42] ilovefairuz: The other computer just got done grinding through the initialization and this is what I get: (initramfs) Unable to find a medium containing a live file system === sshc_ is now known as sshc [00:43] rallias, its because you are trying to send an email to something outside of your local network [00:43] rallias, I also, had the same issue [00:43] Patero-ng: ubuntu comes with a firewall, type 'man ufw' in a terminal [00:43] rallias: ok so can you pastebin the output from mail -v user@somedomain.com [00:43] I can't boot to windows. Help please? [00:44] guest99, new install ? [00:44] formey: from a usb pendrive? what did you use to put the ISO on it? [00:44] profxavier, yes new install [00:44] guest99, which did you install second ? [00:44] profxavier, linux [00:44] Hi hi, question [00:44] guest99, what seems to be the problem then, in detail, all on one line [00:44] When I run "apt-get -u upgrade" I get some error messages. Should I be worried about it? http://pastie.org/1085008 [00:45] hiku: give me a couple minnutes. How do i delete a file from the command line? [00:45] rallias: rm $filename [00:45] ilovefairuz: that was from the dvd, i'm about to go get my pendrive from my laptop bag and use the usb loader on the ubuntu site to put the iso on it [00:45] I have 2 servers in a datacenter, however, i failed to configure one right, and i got no acces to it whatsoever. Is there any way to check on what port the ssh on the second machine is running? [00:45] profxavier, I have to menu choice, but when booting to it i get "unknown device" and "unknown partition" then it goes back to grub [00:46] thijss: did you change it from the default 22? [00:46] guest99, did you install Ubuntu on the Windows partition? [00:46] bastid_raZor, could be, but I did that not too long ago, now it is back down to 43 and no longer red [00:46] formey: try unetbootin === Afrix2 is now known as Afrix [00:46] mhall119: yes, but i can't connect to either the one i changed it to, or the 22 [00:46] profxavier, windows is on the first drive, ubuntu on the second drive [00:46] thijss: nmap [00:46] thijss: then there's a good change your config file wasn't right, and now it can't start at all [00:46] how do I transfer files between two computers directly connected by ethernet cable? [00:46] ilovefairuz: all right, any tips on the usage of nmap? [00:46] guest99, so you believe the Windows partition is still intact ? [00:47] thijss: did you remember to open that port on the firewall? [00:47] rallias: if it's a file your username created use rm, if you created it with sudo then use sudo rm /path/to/file [00:47] mhall119: auch.. [00:47] Thqrmt, cross-over cable [00:47] profxavier, it is. [00:47] th0r: I dont believe i installed a firewall at all.. [00:47] ilovefairuz: is it a windows application? I can't boot to my other machine right now :-( [00:47] what's that profxavier [00:47] guest99, and GRUB [ if that is your bootloader], offers Windows as an option, but will not boot into it? [00:48] Thqrmt: you can use google, and read about it all day [00:48] hiku: the pastebin is at mail -v robinstar1574@gmail.com [00:48] Subject: hi [00:48] hi [00:48] . [00:48] Cc: [00:48] rallias: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [00:48] Mail Delivery Status Report will be mailed to . [00:48] disregard, i found it [00:48] hello guys does all computers use the same kernel config or been the kernel config autoconfigured by the computer?. [00:48] profxavier, yes grub has the option but errors out when booting to it [00:48] be back in a few [00:48] !paste > rallias [00:48] rallias, please see my private message [00:48] guest99, did you see anything unusual during the installation, to cause GRUB to be configured incorrect ? [00:49] dapeamel: there is a default kernel config. It is the module list that is modified for each hardware configuration [00:49] hi, I'm pressing the audio Volume function keys in my Netbook and it doesn't stop and I can't do anything else. In Mandriva it works fine, but ubuntu or UNR doesn't. How can I fix it? [00:49] yeah i see it's a device. well i have the router in front of me would I be able to plug them both in and go from there? [00:49] hiku, that was already posted in the channel [00:49] profxavier, no pretty normal install [00:49] profxavier: doh, didn't see that [00:49] Thqrmt, sure, they both have an IP address [00:49] hiku, the bot auto-recognizes it [00:49] sorry had something other then the proper pastebin in the clipboard [00:49] profxavier, the only thing not default was I choose to install to the second drive rather than resize windows [00:49] formey: http://unetbootin.sourceforge.net/ [00:50] hiku the pastebin is http://ubuntu.pastebin.com/ZyJJPnMh [00:50] th0r, um can you explain more in detail please.. [00:50] guest99, unusual, do you have just one drive, or multiples ? [with the OSes on it] [00:50] guys i accidently made my windows partition to small while installing ubuntu is there a way to make it bigger and made the ubuntu partition smaller? They are both on same disk. [00:50] j #debian [00:50] the message sent is in my inbo [00:51] dapeamel: at install the kernel config is a default. The install program creates a list of modules to load on startup, depending on the hardware and software chosen. for instance, video is a module, not a kernel config. [00:51] Hi everyone! N00B Question here: I am getting errors when I run a simple "apt-get upgrade" command. Are these serious errors? Has anyone seen this before? http://pastie.org/1085008 [00:51] profxavier, 2 drives. a 320 as the first with windows xp on ntfs. the second is 2 TB with a swap and a / as ext4 [00:51] EddieV113, how did you move the partition sizes ? [in the first place] [00:51] dapeamel: basically it's the same kernel + modules, at runtime the hardware is probed and necessary modules are loaded === andy is now known as Guest34349 [00:51] where are shared files on ubuntu? files shared by other comps on the network [00:51] in ubuntu with the g thing [00:51] hiku: I have no further question. The mailserver is working properly. [00:51] th0r,sorry I have no much experience from ubuntu Im a gentoo user.. but its been automatic configured in ubuntu ?. [00:51] is it safe to resize them again? [00:52] guest99, can you pull the Ubuntu drive and confirm you can launch into windows, then you will know its an issue with GRUB [00:52] i don't have usb boot as an option :-( [00:52] Thqrmt: Places > Network [00:52] rallias: hmm, ok how about pasting in "tail /var/log/mail.log" [00:52] dapeamel: the module list is automatically configured, yes [00:52] hiku: it is working properly now. Thanks for the help. [00:52] dapeamel: it's pre-built [00:52] Thqrmt, you want to share between which OSEs ? [00:52] !install > formey [00:52] formey, please see my private message [00:52] EddieV113, you might lose data, if you resize partitions, are you willing to lose data ? [00:52] rallias: lol ok... wow I really didn't do anything but cool glad it's working =) [00:53] profxavier, I have run the windows recovery and did a fixmbr. It booted windows. Then I used a live cd to reinstall grub, and now I'm back to where I started. So yes it is a grub problem. [00:53] Hi again. I have the wmii desktop installed. It works but of course I have no clue how to start a program up as it has no icon menu and I cannot seem to get a terminal up and running. Any ideas? [00:53] that sounds so bad [00:53] ok ok have they a own kernel website or is it the original? [00:53] * profxavier high 5s hiku :D [00:53] what do you mean might? [00:53] hiku: it was a dns refresh issue. [00:53] whileimhere231: win key + enter will open a terminal [00:53] ahhh [00:53] rallias: ah... did you just add in your mx entry to a dns server? [00:53] Thank you! [00:53] Guest99, so you confirmed the current Windows install is working ? [00:53] dapeamel: I don't understand that question [00:54] profxavier, yes it does work [00:54] me thanks profxavier [00:54] Now is there a way to have it launch a program like wahcade when it starts? [00:54] * hiku thanks profxavier [00:54] hiku: it did, googles dns servers haven't refreshed its cache yet. [00:54] whileimhere231: read the manual for that [00:54] ok ok. thanks anyway the question isnt rly matter.. [00:54] i could reinstall ubuntu if i have too [00:54] EddieV113, when addressing others, its helpful to start your post with that users nick, so they can notice it easier [00:54] yeah that is interesting as the man pages are empty on its website. [00:54] th0r, is ubuntuś kernel config available to download?. [00:55] guest99, ok, so it is an issue with GRUB, I dont believe I can help you further with it, sorry [00:55] Ill google more [00:55] dapeamel: ubuntu doesn't compile the kernel at installation time and to get the source for any package, sudo apt-get source packagename [00:55] dapeamel: you install the kernel sources, then cd to that directory and issue a 'make oldconfig' command [00:55] guys how to make a zip disk read only [00:55] any grub experts here? [00:55] dapeamel: then you can examine that config to see how the default kernel is configured [00:55] ok ok I see thanks.. [00:55] Patero-ng: set read permissions for everyone read and the owner read and the group read [00:55] EddieV113, do you even know if Windows still works, because you said the Windows partition was re-sized, to allow for an Ubuntu install [00:55] guest99: pastebin sudo fdisk -l [00:56] how do I get vim installed with +ruby (one of the options in vim --version) ?? [00:56] gonna check the boot [00:56] !grub [00:56] grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards. [00:56] profxavier yes it works im using it right now [00:56] and ubuntu works too [00:56] I just wonder if I can copy the kernelconfig ubuntu using, to gentoo setup. cause in ubuntu works all my hardware.. thats my issue in gentoo I tried to find out all but rly didnt work.. [00:56] rallias, [00:56] the hardware wey [00:56] dapeamel: no...you can't [00:56] cause other versions also packages?. [00:56] EddieV113, good, then I suggest doing a resize, then a reinstall of Ubuntu, if necessary [if Ubuntu doesn't work after the resize] [00:57] profxavier, using the g tool thing in ubuntu? [00:57] dapeamel: it's not only about a kernel, there is a vast of array of other daemons that cooperate to get things to work, so dump gentoo :) [00:57] dapeamel: if you are having hw issues with gentoo, it is probably module issues, not kernel config [00:57] EddieV113, with whatever you feel comforatable with, its called Gparted FYI [00:57] Patero-ng: http://justfuckinggoogleit.com/search?q=zip+drive+read+only [00:57] kty :) [00:58] ilovefairuz, ok here you go: http://pastebin.com/QaeQY2JU [00:58] rallias: not good, please don't paste url links like that. [00:58] yeah th0r , sorry I mixed up kernel with module.. but yeah the modules.. [00:58] hints on how to get Nvidia driver to work? [00:58] guest99: did you install using wubi ? [00:58] hiku: sorry it was just so tempting, and I couldn't find the one someone else did to me. [00:58] dapeamel: you can look at /etc/modules to get some idea of what modules are being used, but you can [00:58] if I have an encrypted homedir, and I mount a seperate hdd in a folder thats IN my ecrypted homedir: will my data be encrypted ? [00:58] and is this even possible? [00:58] ilovefairuz, No, a normal install [00:59] dapeamel: (oops) you can't just copy modules from ubuntu to gentoo [00:59] EDinNY: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [00:59] sudo select-editor is not saving the result of my selection.... [00:59] th0r, some can work also some maybe not work. I have read much about this but.. sounds kinda complicated.. [00:59] afterwards when I do sudo visudo doesn't work.. [00:59] ilovefairuz: thanks [00:59] dapeamel: you could also get a list of modules with 'lsmod' in ubuntu, and compare it to the one for gentoo [00:59] anyone got a link on building debs for Ubuntu? I thought there use to be on at the ubuntu docs, but can't find it. [01:00] what is that kind of package thing like synaptic etc ubuntu and debian using? the term for that? [01:00] !build deb [01:00] sounds like a idea yeah [01:00] guest99: where's ubuntu installed ? [01:00] dapeamel: synaptic is a package manager [01:00] is the lsmod function installed on the livecd?. [01:00] dapeamel: yes, I think so [01:00] ilovefairuz, /dev/sdb [01:00] you'll know hwen you type in "lsmod" [01:01] :) [01:01] th0r, I mean u using like sudo apt-get install blab la bla but what is that kind of thing based on?. [01:01] a kind of system ubuntu/debian using. [01:01] ilovefairuz, specifically /dev/sdb2 [01:01] dapeamel: ubuntu/debian are based on .deb packages, as opposed to redhat and mandriva which use rpm packages [01:01] dapeamel, there's a lot of different kinds / theories about package management... but it was invented by debian I guess.. [01:02] dapeamel, one of the first (interesting one) is pkgsrc I had the guy who wrote it for my professor :) [01:02] yeah DaLeach true.. [01:02] dapeamel: I don't think gentoo uses a package manager...if I remember correctly everything in gentoo is compiled from source [01:02] guest99: and grub is on sda or b? [01:02] cool DaLeach [01:02] no it doesnt th0r . [01:02] th0r, your'e right all from source, but something manages it I think :) [01:02] th0r, but its available but heard loads of things its bad.. [01:03] messes up stuff.. [01:03] Having issue with GIMP and reading exif from TIFF files. Here's an example http://ubuntuone.com/p/CGr/ [01:03] ilovefairuz, sda I think. It is the one with the boot flag. (it is also the first drive, the sdb drive was a upgrade) [01:03] I can't read it with exif or eog either, but exiftool works fine [01:03] http://www.gentoo.org/doc/en/faq.xml#ebuilds [01:04] yeah ebuilds :) [01:04] How do I add stuff to the menu myself? [01:05] guest99: i suggest you reinstall it on sda if you're not sure (I also don't know if there are any compatibility issues with GPT disks) anyhow, are you booted into ubuntu or the live cd? [01:05] ilovefairuz, I have tryied that. [01:05] have someone experience of programming in like python etc?. [01:05] Solow: alacarte [01:06] dapeamel: ask in #python [01:06] guest99: using what commands? [01:06] ok ok thanks ilovefairuz [01:06] DaLeach: maybe try "sudo update-alternatives --config editor", EDITOR or VISUAL environment variables may also be interfering. [01:06] ilovefairuz: what? I'm using jolicloud, and I want to add a certain url as application myself, so i thought it was a ubuntu thing [01:06] Solow: this room is for ubuntu support only, seek help in their channel [01:07] ilovefairuz, (somehting like) grub-install --path-to-root=/media/ID-of-linux-root /dev/sda [01:07] ilovefairuz: It is based on ubuntu. it's just an ubuntu mod [01:07] Can I assign a su pwd to a desktop user?? TIA! [01:07] Solow: still, this is not supported here [01:08] nimbiotics: that dosent make a lot of sence. What are you trying to do? [01:08] ilovefairuz: So, questions about ubuntu, even though i'm using the answers in jolicloud, are not allowed? [01:08] Solow, precisely [01:08] Solow: joliclound has iots own support forums and channels I recall. [01:08] nimbiotics: why su? add them to sudoers file: sudo EDITOR=nano visudo [01:08] Daekdroom: Why? I don't get it at all. [01:08] Solow, I don't either, but that's how the channel works. [01:09] Dr_Willis: I want this user (my son) to be able to install games, for example, ut not admin the pc [01:09] ilovefairuz: what is a sudoer? [01:09] Dr_Willis: yeah but, if I have a question about ubuntu, (linux) as it applies to jolicloud i cant ask them in here. unless i'm using the answers on ubuntu. that's a bit.... I dont know.... [01:09] Solow: we dont know what all changes joilcoud has done to their interface.. its very different in many ways. [01:09] !sudo | nimbiotics [01:09] nimbiotics: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli ) . Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [01:09] Dr_Willis: I know, but it's a ubuntu question. I've found it. [01:09] Solow: general ubuntu questions go ahead and ask.. but You are asking about somthing specific to Jolicloud [01:10] These variants are getting more and more specilized. we cant keep up with them all. [01:10] nimbiotics: use the command i've given you and read the file that shows up [01:11] ilovefairuz, Dr_Willis: Thanks!!! [01:11] so i guess i can't resize this ubuntu partition while its running? [01:11] have someone experience of cedega?. [01:11] EddieV113: thats not a good idea. [01:12] Solow: I've assumed you were referring to gnome applications menu and I've given you the name of the application to edit it: alacarte, how are we supposed to know what kind of menus does jolicloud use? [01:12] I have 8 old kernals in 8.04 (show for selection during boot). How do I get rid of 4 of them? [01:12] dapeamel: rebranded wine :) with some tweaks.. most of the wine app database tips may apply. and they have their own forums/support channels alsio,. [01:12] ilovefairuz: I didnt know that was an application. [01:12] i don't have a windows program for resizing paritions [01:12] EddieV113: use a gparted live cd. [01:12] guest99: actually --root is just the mount point for the root directory [01:12] I'd like to know however, how I can add a .png image as icon. [01:12] where do i get one of those? [01:12] thune3, going to try thanks! [01:13] EddieV113: the internet. [01:13] I see Dr_Willis I used wine for a long time but rly dont like it.. much erros u have to solve but its works then but. what about cedega?. [01:13] EddieV113: use ubuntu live cd or ask in ##windows if you insist [01:13] ilovefairuz, yes I used the ID because that's how the live cd auto mounts it [01:13] dapeamel: if you think cedega is 'not' wine you confused.. cededa is Wine with a bit of a fancier interface and some tweaks. [01:13] Dr_Willis, cedega looks like more proffesional .. [01:14] dapeamel: its also a comercial product last i checked. [01:14] I see [01:14] guest99: have you tried dropping to grub shell and tinkering in how to boot it manually? [01:14] I thinking on a buy it but rly dont know what it costs :) [01:14] ilovefairuz, a bit but nothing I did worked [01:14] dapeamel: time to check its homepage.. You dont hear much about Cedega much these days. [01:15] wow [01:15] I hate this [01:15] I check it now :) === xen|food is now known as xen|sortahere [01:15] guest99: if you have another machine, join irc from there and drop to the shell [01:15] how it goes Dr_Willis [01:15] ilovefairuz, I already am, give me a minute to get to shell === RichardG is now known as RichardG[away] [01:16] hiexpo: been testing out KVirc today. :) going.. oddly... its a bit different then what im used to. [01:17] I have 8 old kernals in 8.04 (show for selection during boot). How do I get rid of 4 of them? [01:17] Jake2|cfl, uninstall them [01:17] how [01:17] ilovefairuz, ok I am at the shell [01:17] guest99: what does 'ls' say? [01:18] ilovefairuz, hd0 1 1,2 1,1 fd0 [01:18] Jake2|cfl: If you have to ask 'how' it may be best to just leave them there. :) You use the package manager and remove the ones you dont need. [01:19] Dr_Willis: I didn't know the pkg manager listed kernels. But thanks for the semi put down. [01:19] Jake2|cfl: they are pacakges.. they are listed in synaptic.. every package is.. [01:19] Jake2|cfl, "dpkg -l | grep linux-image" will show currently installed [01:19] ok [01:19] ilovefairuz: I just looked up my mainboard and it turns out i don't have the option to boot to usb, not even with a bios flash :-( I'm going to run a check and burn another CD and see how it goes [01:19] i here that Dr_Willis ya that is different i agree i tried it also tough one [01:19] Jake2|cfl: be SURE to not remove the one you are using... [01:19] guest99: set root=(hd0,0) [01:20] ilovefairuz, done [01:20] Dr_Willis: :) that would be fun [01:20] guest99: chainloader +1 [01:20] Jake2|cfl, it's also best to leave 2 at all time, current and a known working. [01:20] ilovefairuz, error: no such partition [01:21] guest99: set root=(hd0) and try again [01:21] zykes-: i plan to leave 4 [01:21] ilovefairuz, worked that time [01:21] guest99: windows now booting? [01:22] ZykoticK9: not zykes...i plan to leave 4 [01:22] ilovefairuz, nope it just goes back to grub when i run boot [01:22] Dr_Willis, you have a messanger [01:23] hiexpo: i dont use any IM clients [01:23] Guest99: what was the full listing when you did ls? not abbreviated [01:23] Dr_Willis, oh ok [01:24] ilovefairuz, (hd0) (hd1) (hd1,2) (hd1,1) (fd0) [01:24] Dr_Willis, need to ask you something but wanna keep it outta xchat [01:24] how do I view clamav results? [01:25] hiexpo: im not even ssure how to do MSg's in kvirc. :) [01:25] I just ran it and all it printed was the summary, i want to know what files were infected [01:25] guest99: ok, strange, i suggest you fix windows mbr and try installing grub on sdb2 and chainload to sda for windows [01:25] Buuntu, i should tell you results whendone [01:25] ^it [01:25] hiexpo, it did, the summary [01:25] ilovefairuz, I'll give it a try [01:26] hiexpo, I want to see the infected files though, so I can do something about them [01:26] Buuntu, you have infected files in ubuntu / [01:26] hiexpo, there's an option to clamscan for it to only print the infected files but that would mean I'd have to run the whole thing again [01:26] hiexpo, I'm scanning windows ^^ [01:26] guest99: correction: install grub on just sdb/hd1 (don't specify a partition) [01:27] Buuntu, ok thought so windows delete em [01:27] I use clamav to scan my windows drives also. :) handy tool. [01:27] hiexpo, ? I can't see the files [01:27] brb.. [01:27] hiexpo, that's the problem... the summary only displays how many files it found that were infected [01:27] hiexpo, not where they are [01:29] Buuntu, you running live distro to check ? [01:29] hiexpo, no, it's installed on a partition [01:29] hey.. the mysql-server package seems to be blocking when apt tries to update it.. to kill it I have to manually kill all the associated dpkg processes. I cant really install anything on my box until this is sorted :\ [01:30] dpn`: why kill dpkg processes? kill it alone! [01:30] dpn`: pkill -KILL mysqld [01:30] ilovefairuz, hmm, i think i tried that.. let's see [01:31] Buuntu, ok check this out run live cd update it install clamav latest and than scan windows partion i will get u a link from pixie how to ok [01:31] Anyone here able to offer a hand with WINE? [01:31] !details | sigtau [01:31] sigtau: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [01:32] ilovefairuz, it's not running. [01:32] dpn`: ps aux | grep mysql [01:32] Taking that as a "Yes, but don't ask to ask." I'm trying to install Steam onto Wine. Had it working through PlayOnLinux beforehand, but now it errors out with the message in the console (which I've placed in this pastebin): http://pastebin.ca/1914832 [01:33] ilovefairuz, yes, all that is listed there is the block aptitude process which is waiting for something to happen with hte mysql package [01:33] Hey, I'm trying to install Ubuntu 9.10 32 bit in KVM on an Ubuntu 9.10 64 bit OS. The install is at 94% but its taken about 15 hours to get here. Is this abnormal? On a Dell Inspiron 15 with Core 2 Duo 2.4Ghz and 2 Gb of RAM? [01:33] Or rather, I had to re-install it straight through Wine due to PoL failing hard. [01:33] dpn`: pastebin [01:33] hola ubuntu español es aca no [01:33] ilovefairuz, ok [01:33] ~es | marcelo [01:33] !es | marcelo [01:33] marcelo: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [01:34] Buuntu, ok go here and watch this youtube and than search nixie cure a virus in windows :) [01:34] ilovefairuz, http://paste.enzotools.org/show/1046/ [01:34] sorry 4GB on the machine [01:35] dpn`: try tricking it: sudo service mysql start; sudo service mysql stop [01:35] I take it my problem is one-of-a-kind? [01:36] !patience | sigtau, I'm sure a few folks here have used steam [01:36] sigtau, I'm sure a few folks here have used steam: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [01:37] heh [01:38] hola [01:38] where is the reviewboard of ubuntu? [01:38] marcelo: escribe: /join #ubuntu-es [01:40] !ping [01:40] pong [01:40] mfilipe: not sure if they have one, ask in #ubuntu-devel ? [01:40] hum... I will ask [01:40] thanks [01:41] Hey all, n00b question: How would I edit my .bashrc file so that I don't have to keep doing "source '/usr/local/lib/rvm" everytime I log in? [01:41] I have upgraded to 8.10 [01:41] But how can I upgrade to 10.04? [01:41] biodegabriel: nano .bashrc and add whatever you like [01:42] ilovefairuz, so I can just add "source '/usr/local/lib/rvm" to my .bashrc? and it'll execute everytime i log in? [01:42] I just tried this: https://help.ubuntu.com/community/LucidUpgrades#Network%20Upgrade%20for%20Ubuntu%20Servers%20(Recommended) [01:42] Yankee GO HOME !!! [01:42] biodegabriel: also I'd recommend editing /etc/rc.local [01:42] barfster: add ". /path/to/file" [01:42] hmm barfster [01:42] I remember I met a Austrian girl here, the day 10.04 was released, but I cant remember her name [01:42] ilovefairuz: ? [01:43] barfster: epinky's advice is better for early system initialization [01:43] I am trying to upgrade from 8.10 to 10.04 [01:44] Marttin: Luci[d]? [01:44] Greetings everyone [01:44] hmmm no barfster [01:44] ilovefairuz, ok I fixedmbr now I'm trying to install grub to /dev/sdb but it complains that "this GPT partition has no BIOS boot partition embedding won't be possible!" [01:44] barfster: ilovefairuz I think that message was for biodegabriel [01:45] ilovefairuz, thanks for your help. I appreciate it :) Seems that mysql won't stop. I've started it, but there is no mysql process running. Should I look in the upstart log? [01:45] ilovefairuz, clarification.. I assume pkg is stopping mysql to update it.. but that is blocking. probably because it isn't starting properly [01:45] guest99: ah, haven't used a GPT before so as I said I'm not sure about its compatibility with grub [01:46] dpn`: in /var/log/messages? [01:47] dpn`: perhaps it spews the error preventing it from starting [01:47] ilovefairuz, nothing about mysql in messages.. [01:47] Hello, everone. [01:48] thune3: I googled that command update-alternatives and got it it was: sudo update-alternatives --config editor [01:48] thune3: thanks [01:48] dpn`: try killing the "stop" process? 8692 .. will probably give a warning about the return value but you won't be killing all dkpg [01:48] !hi | LorgonJortle [01:48] LorgonJortle: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [01:48] I've installed VanBasco's midi (and karaoke) player via WINE, and when I open a midi file to play, I don't hear anything. I can play midi files natively in Linux. How do I map it in WINE? [01:48] ilovefairuz, good idea.. thanks [01:48] DaLeach: hmmm, that's the exact command i gave you. [01:50] dpn`: what do /var/log/mysql.* say? [01:50] LorgonJortle: http://wiki.winehq.org/MIDI [01:50] Moreover, if I can't find help getting midi in WINE to work, are there any tools in Ubuntu that show a keyboard and the keys that midi is playing? [01:51] thune3: lol, I must have completely goofed when I was typing that in :( you are the man! [01:51] thune3: anyway, definitely didn't know that existed so the prize would have gone to you anyway :) [01:52] Hi anyone know how to exit the wmii desktop to get back to the GDM to select another desktop environment? [01:52] System: Host billy-desktop Kernel 2.6.31-14-generic i686 (32 bit) Distro Linux Mint 8 Helena - Main Edition [01:53] Dr_Willis, - what i was gonna say was that a lot of backtrack users help here in Ubuntu and they are all mt associates :) so there is a specific helper that is smarter than all of us :) let them have the channel and ubuntu [01:53] ^my [01:53] LorgonJortle: sudo apt-get install vmpk [01:53] !mintsupport | billy_ [01:53] billy_: Linux Mint is not a supported derivative of Ubuntu, please seek support in #linuxmint-help on irc.spotchat.org [01:54] DaLeach: just glad you got it sorted ;) using an unfamiliar editor is a pain I understand [01:54] :-D I just found that. Thanks, ilovefairuz. [01:54] LorgonJortle: there's actually used another one i've used, can't recall the name... [01:55] Is there a command which list the dates/time of any system boots that have occurred in the last n days? If not, is there a specific log file I could search which might list that info? [01:55] used to be * [01:55] thune3: well that and vim's colorings ;-) [01:56] Hi, I have set up nfs3. With pam_mount my home is mounted. The problem is, that it is RO. How can I make it RW? Any ideas?55 [01:56] ilovefairuz: Should I run jackd with realtime priorities? [01:57] ilovefairuz, epinky nothing in the mysql logs. killing the start/stop process during upgrade gets past the package at least.. thanks for all the help [01:57] LorgonJortle: vkeybd [01:57] Hi everyone! Does anyone know how to enable ssl on xchat? [01:58] So I have a Captivate, root, rom manger, backed everything up, hit "download rom" brought me to "extras", clicked, brought me to eclair/froyo 2.2.2, downloaded, checked "back up data, clear cache" started the process and after all was said and done, phone rebooted with what seems to be factory settings, except I still have root and files intact. No hint of froyo. Is this normal? [01:58] LorgonJortle: that would be the right way to use it, yes, but i often just experiment without it [01:58] !seen pur_hate [01:58] Sorry hiexpo. I haven't seen pur_hate around. [01:58] I have no seen command [01:58] !seen pure_hate [01:58] hiexpo, pure_hate quit with the message "Ping timeout: 240 seconds", 3days 20hrs 40mins 22secs ago. [01:59] Does anyone know how to enable ssl on xchat? [01:59] Uh oh, no sound from that either. [01:59] I have a couple of midi files that I can play... [02:00] LorgonJortle: do you have timidity installed and running? [02:00] But VMPK doesn't wanna make noise either. [02:00] ilovefairuz: Not intentionally. Should ? [02:00] Should I?* [02:00] LorgonJortle: sure, you need a soft synth if your card has no midi ports [02:01] Can I ask for help when someone has the chance? [02:01] Ok, I'll get it then [02:01] !details | lov255 [02:01] lov255: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [02:01] Question: How can I check whether Apache is installed/running on my machine? [02:02] lov255: Don't ask to ask. just ask. [02:02] progesterone: apache --version maybe?, and check top or any other process manager [02:02] I have been racking my brain all day, I am a noob to Ubuntu and I am trying to install a Linksys Wireless Network Adapter 802.11 - WUSB100 - I am running 10.04 and installed it a few days ago [02:02] !seen kos [02:02] Sorry hiexpo. I haven't seen kos around. [02:02] I have no seen command [02:03] I have done a ton of searches, nothing comes up with 10.04 instructions [02:03] I have tried doing what I read for 9.04 and others, but did not work [02:03] aeon-ltd I don't see Apache with top. How can I check with process manager? [02:03] lov255: pastebin: lshw -C network [02:03] [minor problem]Okay my connection/list-of-wireless-connects thing just up and disappeared. How can I fix this?[/minor problem] [02:04] brb I shoud actually log in from the Ubuntu system lol brb [02:04] lov255, i have a link for you for a book to ununtu 10.04 [02:04] BaseBallBoy: the icon itself disappeared? [02:05] ilovefairuz: indeed === wzkOFF is now known as wzk [02:05] dpn`: is mysql listening(started)? check with netstat -an | grep 3306 [02:05] BaseBallBoy: alt + f2 and type: nm-applet [02:05] That also happened a few months back on my lappy [02:05] Thanks hiexpo can you msg me the link? [02:05] epinky, no it isn't running. I'll try start it [02:05] With my default install, is there a way to place the empathy contact list in the system bar? I'd prefer not to clutter up my task bar at the bottom [02:05] lov255, http://linux.softpedia.com/get/Documentation/Ubuntu-Manual-53530.shtml [02:06] epinky, service mysql start thinks it is already started, but it isn't. when I try and stop it it blocks [02:06] ilovefairuz: Could not open location 'file:///home/dj/nm-applet' [02:06] a script i'm close to finishing just needs a grep command for removing duplicate lines, or every other line of text [02:07] errrm whats a good IRC client for Ubuntu? Something to use from terminal if possible [02:07] lov255, irssi [02:07] lov255: Konversation [02:07] anyone have any quick commands that would do that for me? [02:07] and irssi of course === airtonix_ is now known as airtonix [02:07] 1) how do i tell which firewall I have running? 2) how do i tell what ports are open? [02:07] dpn`: lock file exists? stat /var/lock/subsys/mysql  [02:07] lov255, xchat [02:07] ilovefairuz: How do I run timidity? I installed it with apt-get. [02:08] ilovefairuz, no such file/dir [02:08] LorgonJortle: it should be running in the background, type to check: ps aux | grep timidity [02:08] Ok, I'll try once again [02:08] XCHAT && SSL ->> ?? [02:09] three instances of the word came up [02:09] hi maya [02:09] hi hiexpo [02:09] Wow I am smart trying to download with the CAT5 cable disconnected... [02:09] ilovefairuz, epinky strace output - http://paste.pocoo.org/show/248676/ [02:09] So I have a Captivate, root, rom manger, backed everything up, hit "download rom" brought me to "extras", clicked, brought me to eclair/froyo 2.2.2, downloaded, checked "back up data, clear cache" started the process and after all was said and done, phone rebooted with what seems to be factory settings, except I still have root and files intact. No hint of froyo. Is this normal? [02:11] ilovefairuz: So since it's running I should be able to hear the notes when I press a key.. but I can't. And my sound is on, and I can listen to .MID files. [02:11] how to undo from "sudo dpkg-reconfigure -phigh xserver-xorg" to allow the system to update the xorg.conf? [02:11] LorgonJortle: restart the applicaiton and try again [02:11] self destruct [02:11] how does filesharing with the GUI in ubuntu work? Where are the configuration settings saved? I don't see them in smb.conf [02:11] ilovefairuz: "Could not open location 'file:///home/dj/nm-applet'" [02:11] guys how do i tell which ports i have open? [02:11] grep command or perhaps some other bash command for removing every other line of text? it's in a script so i can do lots [02:12] dpn`: ah, i can't remember where is it on ubuntu/debian [02:12] ilovefairuz, tis cool, there are no mysql lock files anywhere in there [02:12] the sysadmin is away; i need to get some people some info -- i ran netstat -anp but can't interpret the results [02:12] I'm having some problems with kVirc on ubuntu [02:12] dpn`: there should be a log somewhere, maybe somewhere below mysqld, have you installed using synaptic? [02:12] How do I get into the default gnome mode for ubuntu. [02:12] I seem to lack double click and right clicks [02:12] epinky, i think i used apt-get [02:12] dpn`: it's probably why it thinks it running, the lock file exists [02:12] force of habit :) [02:12] how can i get wget to run in the backround so it doesn't end when i close the terminal? [02:13] and I'm sending raw commands when I type /j and /ame, so far [02:13] *-network [02:13] description: Ethernet interface [02:13] product: 3c905C-TX/TX-M [Tornado] [02:13] vendor: 3Com Corporation [02:13] physical id: 0 [02:13] lov255_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [02:13] bus info: pci@0000:02:00.0 [02:14] ddaygold: nohup command & [02:14] Ohhh I need to paste to a website? [02:14] no one is interested in ssl i guess. i'll go look for some security enthusiasts [02:14] lov255, didnot flood [02:14] @hvgotcods thanks [02:14] !paste > lov255 [02:14] lov255, please see my private message [02:15] what is a good read on ubuntu security & networking? [02:15] oops lov255 wow why u do that [02:15] nimbiotics: that's a very good question [02:15] nimbiotics: I would like to know the answer to [02:15] is it worth setting up my own ubuntu server for testing websites, or should I just download a premade vmware appliance? [02:15] maya: ask in #freenode [02:15] i typed to fast [02:16] BaseBallBoy: that's odd.. try typing it in a terminal [02:16] c|oneman: if you have the ram, vmware is the way to go [02:16] awesome. thanks MaRk-I [02:16] !terminal > BaseBallBoy [02:16] BaseBallBoy, please see my private message [02:16] meeper: clean install vs preconfigured appliance? [02:16] What command can I use to see what permission a folder is current set at? [02:16] maya: yw [02:16] * BaseBallBoy knows what terminal is :/ [02:17] I got it to work in WINE and everything... just mapped it to timidity. Thanks a ton, ilovefairuz. [02:17] c|oneman: yeah, vms are much easier to reset to a known state than servers. also nothing preventing you from taking the vm and tossing it on to a remote server. [02:17] LorgonJortle: you're welcome [02:17] virtualbox works just great for me for virtualmachine stuff [02:18] which version of ubuntu should I get? Desktop? server? lts? [02:18] dpn`: sudo dpkg -l grep -i mysql [02:18] dpn`: sudo dpkg -l | grep -i mysql [02:19] c|oneman, i like 9,10 [02:19] Did it get real quiet.... or did my IRC client explode.. [02:19] Hey all, does anyone know why "apt-get upgrade" downloads different things depending on which mirror I'm using? [02:19] polkitd using most of memory, ??? [02:19] meeper: check http://www.turnkeylinux.org/ [02:19] heh.. it got stuck with the scrollbar at the top... :) silly kvirc. [02:20] what is a good read on ubuntu security & networking? [02:20] nimbiotics: most 'linux' security books and sites will also apply to ubuntu. [02:20] biodegabriel: you need to run sudo apt-get update before upgrading and to generally stick to one mirror [02:20] is there a log of all sudo / root actions? [02:20] Dr_Willis: thanks [02:21] epinky, its there.. i can run it from the command line [02:21] AndyGraybeal: i belive loggins sudo stuff is a common feature of sudo. BUt im not sure how much logging is enabled by default. [02:21] epinky, it seems to be a problem with upstart... up start thinks it is never starting [02:21] thank you Dr_Willis. [02:21] ilovefairuz, i'm doing it as root. is that bad? also, my default mirrors are the ubuntu.com ones and they were CRAWLING, so i tried some other ones, but each time i try a new mirror, i get different updates/upgrades. (i'm working from fresh installs everytime.) so it's kinda freakin me out [02:22] Sorry for the delay the information you requested is posted [02:22] sudo adds a log entry of the command(s) run (in /var/log/auth.log). [02:22] hi, i've downloaded jdk from sun's site, it is a bin file. i've installed it, but it doesn't show up when i do update-alternatives --config java [02:22] AndyGraybeal: there ya go. :) sudo adds a log entry of the command(s) run (in /var/log/auth.log). [02:22] Dr_Willis: , thank you [02:22] how can i choose it? [02:22] biodegabriel: not all mirrors are synced up to the latest updates at any given time, that's why you should generally stick to only one mirror [02:22] I created a folder a couple of hours ago and the folder and the files i put in there showed a little white on red X on their icons. I thought it probably had to do with ubuntu one but now its only the folder that has the X. What does that X mean?? TIA! [02:22] AndyGraybeal: from the following URL --> https://help.ubuntu.com/community/RootSudo [02:23] :) [02:23] nimbiotics: ownsership, or permissions are set to some mode and its showing that in the icon 'feedback' [02:23] biodegabriel: and besides, all packages are cryptographically signed so don't worry much about someone messing with them [02:23] Dr_Willis: , awesome thanks, reading now. === Zeike is now known as brandonj [02:23] any help would be appreciated [02:24] Dr_Willis: hmm dont know what you mean :/ [02:24] ilovefairuz, ok, thanks [02:24] bronchmx: sudo apt-get install openjdk-6-jdk [02:24] nimbiotics: look at the permissions on the files via 'ls -l' and see what they aew set to. [02:24] openjdk is extremely i would like to install original java [02:24] extremely slow [02:25] Thanks in advance for any assistance. I just installed 10.04 on a Dell Inspiron 1720 and am now getting no network connection. nm-tool shows wlan0 disconnected with driver b43, device eth0 shows unavailable with driver b44. [02:25] ilovefairuz: I posted the info you wanted [02:25] How do I launch samba, the shared files thing, when I'm not in gnome [02:25] bronchmx: i don't believe you'll see any performance benefit because they are virtually the same, but anyhow [02:25] the gui [02:25] !java | bronchmx [02:25] bronchmx: To install a Java runtime on Ubuntu, see https://help.ubuntu.com/community/Java. For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases. [02:25] !samba [02:25] Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [02:25] !partner [02:25] Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » [02:26] Dr_Willis: This is what i get: drwxr-xr-x [02:26] nimbiotics: notice now they are not 'w'riteable ? thats proberly what your X is showing [02:26] !permissions | nimbiotics [02:26] nimbiotics: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [02:27] nimbiotics: or the 'owner/group' is not your current user. [02:28] Dr_Willis: permissions are the same for all folders in same location, will check ownership [02:28] nimbiotics: ls -l should of shown that also === AlbertoP_ is now known as AlbertoP [02:28] Dr_Willis: i'm the owner .. [02:29] nimbiotics: change the modes.. see if X goes away. I never rweally pay attention to the icon/overlays [02:29] question about umask - concept I'm just not getting. what is umask for permissions: rw-r-----, essentially rw for owner, read for group and none for other? [02:30] hello question how can i run a iso on a usb drive? [02:30] how would i prepend something to a string coming out of a text file so it can be inserted into curl? [02:30] Dr_Willis: still there... [02:31] RandyRKelly: What do you mean by run an iso? [02:31] RandyRKelly, unetbootin might be what you're looking for [02:31] RandyRKelly, http://thomer.com/howtos/mount_loopback.html [02:31] nimbiotics: hit F5 in nautilus to refresh the directory? [02:31] i have another linux on pc but dont wanna waste a disk [02:31] RandyRKelly, just check the mount location to something else [02:32] how can i prevent that totem makes a weird noise when starting an mp3? [02:32] RandyRKelly, if you mean make a bootable pendrive get unetbootin it will let you install just about any distro iso on to a usb [02:32] like it repeat the first second [02:32] RandyRKelly: So you want to create a LiveCD on a Usb-Stick? [02:33] Aemaeth: how do you want to parse the string? [02:33] pretty much matrixblue [02:34] RandyRKelly: Use unetbootin like Aemaeth said [02:34] ok [02:34] googling it now [02:34] matrixblue, well, it's coming in after the href information is being stripped, so i'm taking it out of a txt document and i want to add an url like http://example.com/res/ so that the rest of the information will fill out the url to the right page and then i can use a wget command to download said completed link [02:34] Hello. I need to install a driver from HP and I am having trouble with the "cd" command. When I type "cd desktop", as I am told by the HP page, it says there is no such directory. Why is that? [02:34] anyone have any info on the umask question? [02:34] RandyRKelly, i think it's in apt/synaptic [02:34] Is anyone still working on my quest? [02:35] ubunt1: Linux Is CaSe SeneSiTiVe [02:35] ok [02:35] ubunt1: Desktop is not the same as 'desktop' [02:35] Dr_Willis: I tried that. [02:35] ubunt1: then you did somthing fundamentally wrong. [02:35] Dr_Willis: That's helpful. [02:35] ubunt1: use the Tab key to complete filenames also. [02:36] matrixblue, i have a short script that i am working on to achieve this, so far it's going pretty good, just need to know how to combine that information [02:36] ubunt1: You may want to spend an hr learning shell basics. cd ~/Desktop goes to the Desktop dir in the users Home. You May be in some other dirctrory also. use ls and pwd to see where you are at. [02:36] ubunt1: rember the 'tab' key - it will become your best friend. [02:36] Aemaeth: You would normally use Pipes to get info from one command to another. eg firstcommand | script | secondcommand [02:37] Dr_Willis: I just opened the terminal. I don't think I'm in any directory... [02:37] Dr_Willis: I am not sure if ilovefair is helping or? But I had a question and he told me to post lshw -c network - which I put on the website - my question is about installing the WUSB100 into Ubuntu 10.04 [02:37] ubunt1: see the 'pwd' command to See where you are at.. use 'ls' to see what files/dirs are there [02:37] i'm piping curl [the site] | grep [expression to only look at href info] | sed [expression to remove href data leaving url inside] > doc [02:38] how do i remove a file named \ [02:38] Dr_Willis: Just figured it out. It's because my directory address are in portuguese. I figured it out because of your tab tip. Thanks! [02:38] lov255: a usb wireless network gizmo? ive never used one [02:38] blime: 'rm -- \funnyname' [02:38] Aemaeth: that should work once your expressions produce what you want [02:38] blime rm \\ [02:38] Dr_Willis: whew, thanks! [02:39] blime: or perhaops rm '\whatever' [02:39] hi all [02:39] thanks guys [02:39] dr_willis: it is a USB wireless adapter to connect to 802.11 access points, very common [02:39] <|enigma|> HI Guys when I try to load vmware it always pops up saying that 3D graphic card is disable or not supported but I'm pretty sure 3D is there. BTW I'm using Kubuntu 10.04 [02:39] now is there away i can backup my current os to usb ? [02:39] ubuntu 10 - i am having some really difficult problem for me with focus issues - i can only click some things, it seems like focus is sticking on certain objects, very weird - i ran mousetweaks as suggested by some forum post and it helped i think, but still not fixed and i can't right click [02:40] and so some of the strings in doc are "res/[filename]" without the original site, how would i get a full http code added on? i guess just a manual "http://example.com" + doc? [02:40] |enigma|: ive noticed a few other apps that say i dont have 3d support enabled.. when infact i do.. bug with how the programs determine 3d or not I guess. [02:40] i tried in icewm even and the problem is identical [02:40] lov255: where's the pastebin url ? [02:40] jamesw: try a new mouse? try it in a live cd? [02:41] * c|oneman shivers at the assumptions vmware easyinstall must make [02:41] ilovefairuz I pasted it a while ago, I can repaste [02:41] RandyRKelly: What exactly do you want to backup? Normally backing up your home directory is enough for most users. Also keep in mind that your USB drive linux won't be persistent meaning files won't be saved once you reboot [02:41] !paste | love255 [02:41] love255: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:41] http://ubuntuforums.org/showthread.php?t=1468282 like this [02:41] ilovefairuz: just pasted again [02:41] lov255, use pastebin, if you paste multiple lines into irc you will be warned and booted [02:41] i did try other mouse and had identical problem (i am using logitech and i tested with microsoft) [02:42] <|enigma|> Dr_Wills usually vmware is pretty strong and I frankly guess its something to do with OS [02:42] paste.ubuntu.com/476209 [02:42] lov255: copy and paste the address of the page here [02:42] lov255: ok will check [02:42] the problem is also evident even when navigating icons on the desktop, it seems to freeze up intermittently [02:42] http://paste.ubuntu.com/476209 [02:42] <|enigma|> Dr_Wills how do I know in Ubuntu I do have 3D enable or not [02:42] I cannot add a user with a username with a "." in it (for example: "name.surname"). adduser command says something about a NAME_REGEX[_SYSTEM} configuration variable. Where can I change it, please? And is there a reason because the "." character is not permitted? thanks in advance [02:42] Aemaeth: Sounds like you need to check the options in curl to make give the full path in links [02:42] ilovefairuz: thanks [02:43] BTW I did not mean to paste into the IRC room before [02:43] i can save to my seconf hd i just wanna backup in case i dont like my change matrixblue [02:43] lov255: try this command: sudo ifconfig eth0 up; iwlist eth0 scan .. do you see any wireless networks [02:43] another one like my problem http://ubuntuforums.org/showthread.php?t=1468282 [02:43] |enigma|, typically you'd use "glxinfo" and see if "direct rendering" is Yes [02:44] how can I share files between my linux laptop and my windows desktop? they're both on my lan [02:44] !samba | i2c [02:44] i2c: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [02:44] i2c: folder properties, shared folder [02:44] RandyRKelly: use rsync -Pav $HOME /media/"locationofHD" === SolidLiq is now known as solid_liq [02:45] what that do? matrixblue [02:45] ilovefairuz: I am getting "etho Interface dosen't support scanning." [02:45] <|enigma|> ZykoticK9 direct rendering is YES [02:45] matrixblue, full path? but if i'm extracting this data from source it's clear that most designers use href shortcuts so they don't type the beginning of the url a billion times, so really i'm trying to reverse this process [02:45] How do I install a software from a .tar.bz2 file? [02:45] RandyRKelly: It backs up your home directory to your hard drive [02:45] ok [02:45] <|enigma|> then I think I have to bug vmware 0_o [02:45] i'll find something though [02:45] lov255_: pastebin: iwconfig [02:46] ubunt1: you have to first extract from the zipped archive [02:46] two small lines want to post here? [02:47] mynewnick: OK. Will do. [02:47] i2c: read the guide they give you, anyways the two easier options are: 1) share a folder on your windows computer (giving permission to write, if needed) and then access it from your linux one, using a samba client (a smb://window.computer.ip.address should just work) [02:47] i'm trying to kill the startup disk maker, how would i do that in the terminal? [02:47] Aemaeth: I've never used curl but a similar applications parsed the hyperlinks to be absolute paths [02:47] i2c: 2) start an SSH server on your linux computer, and access it from windows with a sFTP client (FTP over ssh) like Filezilla [02:47] lov255_: no, do this: sudo apt-get install pastebinit, and then: iwconfig | pastebinit - [02:48] ubunt1: right click and select "extract here" [02:48] ilovefairuz: http://paste.ubuntu.com/476211 [02:48] Thqrmt: alt + f2, type xkill, then click on the app [02:48] Done. How do I install it now? [02:49] lov255_: do you remember what have you modified during your previous attempts to fix it? [02:49] ubunt1: open up a terminal (under applications->accessories->terminal) [02:49] whats alt f2 supposed to do I can't hit f2 or it turns off my wireless card ilovefairuz [02:49] mynewnick: Done. [02:50] matrixblue, can you give me an example of a program like that? maybe wget? i don't know too many command line net accessable programs [02:50] ubunt1: did you downlod to the desktop? [02:50] Thqrmt: ok type xkill in a terminal and click on the app window [02:50] Yes. [02:50] got it t hank you [02:50] ubunt1: type in the console "cd ~/Desktop" [02:50] I used httrack Aemaeth [02:50] mynewnick: Done. [02:51] see, i've used that before in both windows and linux and didn't see much use in that, isn't it a gui? [02:51] ilovefairz: I have done a lot mainly with a driver called rst8270 or something like that - loaded ndiswrapper [02:51] ubunt1: then cd into whatever the directory name, like so "cd the_software_directory" [02:51] ilovefairz: I also makde a .dat file under /etc/Wireless [02:51] mynewnick: Done. [02:52] hello people [02:52] ubunt1: type "configure", what does it say [02:52] can someone help me with 720p playback? [02:52] lov255_: sudo pastebinit /var/log/messages [02:52] mynewnick, the command is ./configure [02:52] !details | brandon420 [02:52] brandon420: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [02:52] mynewnick: It says that the command was not found. [02:52] yup, was about to correct myself, i usually have . in my path [02:52] !hi | TELL0 [02:52] TELL0: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [02:52] sorry [02:52] ubunt1: type "./configure" [02:53] i need help getting 720p to play smoothly on my computer, its choppy, and then soon becomes out of sync [02:53] mynewnick: It says that the directory wasn't found. [02:53] ubunt1: ok, type "make" [02:53] what's 720p is? [02:54] ilovefairuz: give me a few min my pointer is acting up on my Ubuntu box [02:54] mynewnick: It says that no file was found "Stop". [02:54] mynewnick, you are assuming that ubunt1 downloaded source code - it might not be, could be binary [02:54] ubunt1: ok, type "ls" and post the output on pastebin.com [02:54] it doesn't look like my tasks in crontab are running. can i troubleshoot? [02:54] I just installed ubuntu server. Now I did 'sudo apt-get install ubuntu-desktop'. Anything wrong with doing this? [02:55] brandon420: have you got an nVidia graphic card, and maybe a quite new one? [02:55] or enable crontab in some way [02:55] Aemaeth: hope you get sorted out. Later [02:55] !pastebin [02:55] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:55] lov255: the thing is: the wireless interface is virtually no present, as if it doesn't exist [02:55] c|oneman, why bother with server if you're adding a GUI? MUCH easier to install desktop and add services - just sayin' [02:55] Joe__, i have the nvidia 8400gs 512 mb [02:55] I dunno what im doing :/ [02:56] does /etc/crontab need to be enabled in ubuntu? [02:56] mynewnick: http://paste.ubuntu.com/476215/ [02:56] if you wanted a "server" with a gui, you could have probably went with xubuntu, but to each their own [02:56] brandon420: check if it supports vdpau, vdpau is great and works on mplayer.. it makes decode the video directly in the graphic card, works perfectly with my nvidia G 220 [02:56] bonhoffer: you just need to enter jobs [02:56] th0r: enter jobs? [02:56] anyone was able to run the 10.4 livecd on macbookpro? i see black screen! [02:56] Ilovefairuz: http://pastebin.com/Ffyr3pSM [02:56] they are there in crontab [02:57] ok i dl and install this theme how i make my bottom bar like this http://www.ubuntugeek.com/wp-content/uploads/2009/06/ubuntu_presentation.jpg [02:57] brandon420: if vdpau does not work, well.. you can just try to use different players and see which one is the better for HD videos... I suggest you to try mplayer and vlc [02:57] ubunt1: try "./game_launcher" [02:57] bonhoffer: you just need to define jobs in crontab....there is nothing to enable [02:57] ubunt1, if you're trying to install Astro Menace see http://sites.google.com/site/alucidfs/gaming/astro-menace [02:57] th0r: http://www.pastie.org/1085170 [02:57] lov255: lspci | pastebinit - [02:58] zyjotick9: Thanks, but I also want to learn how to do this for future packages. [02:58] RandyRKelly, that looks like they made their bottom taskbar disappear and are using docky [02:58] if you want a server with ui, better use lubuntu [02:58] bonhofferthat is the system crontab, you should put your jobs in your own crontab [02:58] RandyRKelly, i prefer the awn dock which can also be placed on the bottom, check synaptic for different docks and get a feel for what you like [02:58] so how can i do that [02:58] !dock [02:58] ilovefairuz: oh, so a pastebin command does exist! nice... I used to use a python script I did long time ago [02:58] is it possible to install a 10.4 guest in a 9.10 kvm host? [02:58] ilovefairuz: http://pastbin.com/pirNXeeV [02:58] ubunt1: the method is basically, what i described. here is an article for reference: http://www.tuxfiles.org/linuxhelp/softinstall.html [02:58] whats the difference between installing server apps on ubuntu desktop and installing desktop gui's on ubuntu server? [02:58] install the dock through synaptic set it up, rmove the bottom bar from view [02:59] joe___: sudo apt-get install pastebinit [02:59] c|oneman: if you want the full ubuntu desktop with all the trimmings, that's the package to install. (You might have saved yourself from downloading 300MB worth of updates) [02:59] c|oneman: not a hole lot.. but if you want a desktop machine.. its better to start with a Deskjtop install and then install the services you need. [02:59] ubunt1: this is slightly different because it looks to be compiled already, I thought you wanted to build from source [02:59] ilovefairuz: yeah, found it, thanks [02:59] RandyRKelly, also look at your compiz settings if you have it, it makes for pretty desktops [02:59] umm [02:59] th0r: where is my own crontab -- and why doesn't the system crontab work? [02:59] were i see that at? [02:59] anyone know a good batch image resizer? [02:59] mynewnick: OK... Well... Thanks. [02:59] Aemaeth, ? [02:59] Eqlzer, imagemagick [02:59] what advantages the 'server' version have, with exception of being more lightweight due to lacking a gui? [03:00] system > admin > synaptic do a search for docky [03:00] ilovefairuz: uh! it is done in python... maybe they stole my old utility! ahahah don't think so anyways [03:00] thanks zykotic [03:00] bonhoffer: what makes you think the system crontab doesn't work? [03:00] c|oneman, server uses PAE kernel by default -- use more then 4GB memory on 32bit systems... [03:00] the crontab i posted isn't backing up the website [03:00] lov255: is it a usb card? [03:01] lov255: there's no trace of any internal wireless network cards! [03:01] ilovefairuz: yeah - looks like a thumb drive...small portable wireless adapter to connection 802.11 [03:01] lov255: lsusb | pastebinit - [03:02] what i use to find that [03:02] bonhoffer: well, first I suspect your passing parameters in the cron job is messing things up. Create a script that passes all that so you are using a one word command, or put the command in quotes [03:02] th0r: got it [03:02] th0r: thanks [03:03] and you shouldn't run such things as root. As a user define that cron job and it will run automatically. I always kept a file called crontab.txt in my user dir, and loaded it with 'crontab -l' [03:03] ilovefairuz: http://pastebin.com/hRuuAAWu [03:03] It shows as the Linksys [03:03] sudo apt-get install pork [03:03] Oops lawl [03:04] brb [03:05] ilovefairuz: one other thing I just remembered when I plugged it it and went to System > Admin > Hardware Drivers - two drivers showed up for it and I picked one, reboot and nothing [03:06] ilovefairuz: I did not know how to take it out or which one I picked === desti_T2 is now known as desti === geowany is now known as g_eowan_y === g_eowan_y is now known as ge0wany [03:07] ilovefairuz: lov255: not sure this will help you but at least give you hope http://razcx.wordpress.com/2010/04/11/getting-a-linksys-rangeplus-wusb100-17370078-working-with-ubuntu-9-10/ [03:07] !away | ge0wany desti [03:07] ge0wany desti: You should avoid noisy away messages and -nicks in a busy channel like #ubuntu, or other Ubuntu channels; it causes excessive scrolling which is unfair to new users. Use the command "/away " to set your client away silently. See also «/msg ubottu Guidelines» [03:07] I am a music lover who has hearing in only one ear. Does anyone know of a plug-in or something that streams monaural? [03:07] hello. Im new and wanna know some commands I can use here [03:08] here where TELLO [03:08] sacarlson: I will review that while ilovefairuz is looking things over [03:08] in the IRC... I'm using XChat [03:08] Hello again room... I'm now at Starbucks trying to get the ssh tunnel working for my web proxy server. It was working earlier, but now with the command "ssh -D 8080 user@host -p 8282" I get an error "bash: -p command not found" I've no idea what that means. [03:08] hi, any friendly nativ english speaker who is willing to help me with the bad grammar of my job application? [03:08] ubottu, lol [03:08] Please don't use "LOL" and "OMG" and so forth on a regular basis. This is IRC, not IM, and using those lines on their own is not required, and it is rather annoying to the rest of the people in the channel; thanks. === RambJoe is now known as help [03:09] hi, what is the correct way to temporarily shut down pulseaudio [03:09] lov255: sacarlson: yes i just saw a similar one on the forum, remove ndiswrapper and try it === help is now known as RambJoe [03:09] hullo: unload the module [03:09] ilovefairuz: how do I remove ndiswrapper? [03:10] Please don't use "LOL" and "OMG" and so forth on a regular basis. [03:10] hullo, pasuspender? [03:10] I cant believe you people added this. [03:11] rezolute, "you people"? [03:11] the ops. [03:11] 'there are no lolz in Ubuntu!' [03:11] lov255: http://sourceforge.net/apps/mediawiki/ndiswrapper/index.php?title=Uninstall_HowTo [03:11] take the stick out. [03:11] I installed lampp and phpmyadmin, but when I I try to open any index.php files on my computer, _every_ browser just downloads the file instead of treating it like a web page. How can I make chromium-browser, Midori or w3m open .php files properly?? [03:11] Ubuntu is not a laughing matter [03:12] is ubuntu sad matter? [03:12] this is a support channel, not a lol channel, joint #Ubuntu-offtopic for that, thank you [03:12] lov255: sudo apt-get purge ndiswrapper-* [03:12] ilovefairuz: thanks for the help :) [03:12] lolnazi [03:12] TELL0: it is with attitudes like that running around [03:13] !guidelines > rezolute [03:13] rezolute, please see my private message [03:13] I installed lampp and phpmyadmin, but when I I try to open any index.php files on my computer, _every_ browser just downloads the file instead of treating it like a web page. How can I make chromium-browser, Midori or w3m open .php files properly?? [03:13] My bad... I had the tack on the wrong side... -p vs p- [03:13] look, people are actually getting upset over it. wow. [03:13] I know this is a serious channel for support, but sometimes could be not so serious... sometimes [03:13] OK. nevermind, to help people!!! [03:14] when i run pasuspender --server=pulseaudio it just shows the help [03:14] Kull: configuration issue. [03:14] hullo, "pasuspender PROGRAMNAME" to run the program [03:14] what does it say about you, your channel, your very mentality that you have a 'rule' against lol? fuck you. [03:14] OOOOOH [03:14] annie: when I do your command all i get is ssh: Could not resolve hostname host: Name or service not known === Kasjopaja12 is now known as Kasjopaja [03:15] rezolute, your words [03:15] IdleOne, why is rezolute still here? [03:15] she muted her [03:15] sacarlson: I had the tack on the wrong side... -p vs p- .So the tunnel is now active, but Firefox won't use the proxy [03:15] he can't talk in here [03:15] only listennow lol [03:16] hullo: edit /etc/pulse/client.conf and add "autospawn = no" - Then you can do "pulseaudio -k" to kill it [03:16] ximal, "she" eh? LOL i made that same mistake too ;) [03:16] I've got Firestarter running because I need to bridge 2 networks. Is there a way to start Firestarter w/o gaving to login?? TIA! [03:16] ZykoticK9: I only set +q which is quiet user [03:17] ZykoticK9, Sorry for the rapid change of nicks, but I'm not away. [03:17] IdleOne, after the nazi comment I would have just kicked them (why i'm not an op) [03:17] ty whompapotamus [03:17] The ssh tunnel is now active and running... but Firefox won't use the proxy settings. They are "Socks Host: localhost port 8282, No Proxy for :localhost, 127.0.0.1 [03:17] godwins rule [03:17] OK. I need help here with a white-noise problem. Everytime I'm start my netbook I hear a whitnoise. it start whit the plymouth and finish with it. [03:17] hullo: np [03:18] ty ZykoticK9 also [03:20] I've got Firestarter running because I need to bridge 2 networks. Is there a way to start Firestarter w/o gaving to login?? TIA! [03:21] annie: I guess vpn wouldn't be an alternate option? [03:21] nimbiotics: it does work without the need to login [03:21] i have a problem when starting ubuntu. I heard a whitnoise when plymouth start and finish with it. I'm on ubuntu 10.04 [03:22] ilovefairuz: Does it mean that everything thta i've as startup application will run w/o login in? [03:23] sacarlson: if it's easy enough to set up.... I just what to run a web proxy. VPN is more for accessing files? [03:23] Hi room [03:24] nimbiotics: no, firestarter generates an iptables script that does its work and is executed at boot time (without the need to login) [03:24] !hi | pawan [03:24] pawan: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [03:24] ilovefairuz: thanks a bunch!! [03:25] hi fairuz [03:25] annie: no you can use vpn to run a browser secure also. not sure what your atempting to do [03:25] I am new to community to was trying to understand what happening [03:26] but only see people login and logo out :-) [03:26] hello. I'm asking for some help. [03:26] annie: with vpn setup in some ways all trafic that should go to the internet goes through your vpn from that vpn server it goes to the internet. no setup needed on each network aplication. [03:26] Why cant i import pictures from my built in card reader all I get is distorted miscolored pics [03:28] someone??? need some help here [03:28] !patience | TELL0 [03:28] TELL0: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [03:29] sacarlson: kk... just to clarify what I'm attempting to do. My friend is overseas, I want her to browse the web securely as possible. If a vpn can do this, that'll be great. [03:29] annie: well then yes that's what vpn is for [03:30] sacarlson: cool beans. I'll read up on that then... Thanks [03:30] annie: I live over seas and that's what i use it for [03:30] annie: look at openvpn [03:31] sacarlson: kk. Heading there now. [03:32] whats the preferred way to have questions asked here [03:33] bock: you did fine the first time. what aplication did you use to view the files? [03:34] sacarlson: i have tried all of them in the ubuntu software. all pictures are pixelated or miscolored [03:34] Question: 'groups www-data' shows that www-data(Apache) is in my_group. But System>Administration>Users and Groups shows it's NOT in my_group. Why? [03:35] bock: not lickly you used them all. did you try gimp? [03:35] test [03:35] hey guys the unebootin worked [03:35] im running pclinux [03:35] i need help!!! [03:36] i would help but im lik eyou TELL0 [03:36] sacarlson: nope your right ill try that real quick i tried the ones under photography [03:36] thank you [03:37] i'm getting a whitenoise when starting. is annoying and start whith the plymouth and finish with it. how can I fix this? [03:37] if i want to build own .deb package, which software should i choose after i use this command:apt-cache search debuild.? [03:37] bock: can you grab a pic off your browser and put it on the card and move it back again? [03:38] !checkinstall | blet [03:38] blet: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [03:38] hello!!? [03:38] Silly question... but how do I make a zip file in ubuntu? [03:39] xangua, can u help me? [03:39] xangua, ubottu thx [03:39] i wanted a key logger for ubuntu 10.04. [03:39] can you help me people? [03:39] hi all [03:39] Ziber: you could use nautilus fine the file or folder and right click on it and pick compress [03:39] I posted a question here--> https://answers.launchpad.net/ubuntu/+source/xsane/+question/120674 [03:39] would anybody help me? [03:40] I need help installing a genius colorpage vivid+ scanner [03:40] sacarlson: like just put it on the desktop and move then put it back on the card. Yeah that works the pics still are messed. ill let you know on gimp in a min [03:40] I posted more details in --> https://answers.launchpad.net/ubuntu/+source/xsane/+question/120674 [03:41] would anybody help me please? [03:42] bock: ya have a pic that you know you can view with whatever software move it to the card then back and then it's distorted? === jsurfer is now known as mdesales === claw_ is now known as claw [03:43] sacarlson: gotcha hold on [03:43] I need help installing a genius colorpage vivid+ scanner [03:43] I posted more details in --> https://answers.launchpad.net/ubuntu/+source/xsane/+question/120674 [03:43] would anybody help me please? [03:43] !patience | sebastian [03:43] sebastian: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [03:44] Can i make a terminal command into a variable inside a desktop lancher? [03:44] what can use to paste graphics? === mdesales is now known as marcello [03:44] ipc: what exactly are you trying to accomplish ? [03:44] I have an annoying white noise when starting ubuntu. how can I fix it? [03:44] !screenshot > nimbiotics [03:44] nimbiotics, please see my private message [03:44] My iphone has a unique mounting ID and i think it changes all the time [03:45] I made a launcher on my desktop that will allow me to see all files [03:45] going through afc:// [03:45] ok, thank you. I felt a bit ignored [03:45] np [03:45] ilovefairuz: Thanks! [03:45] will stay here some more time [03:45] i wan tto turn this ideviceinfo -k UniqueDeviceID [03:45] sacarlson: hate to whine... openvpn is really not making much sense to me. I've remotely installed the bridge and I'm trying to edit the interfaces file. More indepth than I can handle on my own I'm sure. Is there a way to troubleshoot the ssh/proxy problem? [03:45] into a variable [03:45] sebastian, i'm ignored too [03:46] ipc: try `ideviceinfo -k UniqueDeviceID` [03:46] inside the laubcher? [03:46] sacarlson: no that didnt disort the normal image it seems that when I look at them one or two out of the bunch will be right. gimp is almost done [03:46] launcher [03:47] annie: vpn is what your doing with your ssh project it's the same thing even uses the same method of encryption [03:47] HELLO WORLD! [03:47] if i make a launcher that goes through //media/ipod i dont get to see all the file son my iphone [03:47] account off [03:48] oops [03:48] I've got a decent number of DjVu files which do not open in evince, but which open in DjView [03:48] sacarlson: gimp wont open the jpeg files from the sd card getting plug in errors. Do i just need to find the right plugins? [03:49] I know these files had worked before when I used evince in Debian. [03:49] nautilus afc://5fb4ed3890d7647f32151a472b071809fe40f005/ === sshc_ is now known as sshc [03:49] The error they give is that that permission is denied, but I have full permissions on the files. [03:49] need some help, just that please === jsurfer is now known as marcellodesales [03:50] ipc: what's the full command you're using? [03:50] nautilus afc://'ideviceinfo -k UniqueDeviceID'/ [03:50] !patience | TELL0 [03:50] TELL0: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [03:50] can i do rthat? [03:50] annie: this sounds like what you want http://blog.davidkaspar.com/archives/2007/02/howto-free-secure-web-browsing-and-access-to-home-network-using-openvpn.php === marcellodesales is now known as marcell0 [03:50] ipc: not single quotes, backticks (on the ~ key) [03:50] lost [03:50] bock: just copy the files first [03:51] OK. that's better than nothing. I'll be patient [03:51] ipc: nautilus afc://`ideviceinfo -k UniqueDeviceID`/ === marcell0 is now known as mdesales [03:51] bock: copy the files from you card to your local hard disk [03:51] sacarlson; thats what i thought too still getting this Corrupt JPEG data: premature end of data segment [03:52] is there another ubuntu support channel? [03:52] bock: and when you copy a working pic from your hard drive to the card and back again? === mdesales is now known as marcello_de_sale [03:52] how do i add that to a a launcher command [03:53] oh what the bloody hell === marcello_de_sale is now known as marcello_desales [03:53] sacarlson: that works fine I dont know crap but its seems like it just doesnt like the pics coming from my nikon camera 10.2 mpixel [03:53] evince won't open the files when they have a .djv extension, but when I changed it to .djvu it worked fine [03:53] hi [03:53] run in terminal dosnt open the file [03:53] 大家好。 [03:54] bock: yup you cam is puting bad stuf on it. it's not the card or computer problem [03:54] bock: do the pics look good on some other computer? [03:54] ipc: try: bash -c "nautilus afc://`ideviceinfo -k UniqueDeviceID`/" [03:55] could anybody help with my issue above? [03:55] I owe you [03:55] sacarlson: yeah my friend has ubuntu and they look fine coming from the card reader. === sshc_ is now known as sshc [03:55] bock: what if you put the card back in the cam and view them there? [03:55] Thanks alot [03:55] ipc: you're welcome [03:55] how do i get grep to disregard a line based on a single character? [03:55] OK. now is my turn [03:55] anyone help me out...just installed ubuntu on a laptop (vaio) it only will output to an external monitor [03:55] thats good stuff [03:55] bock: jpg files? [03:56] sacarlson: they are fine, f-spot would show them correctly but import them misarranged and discolored. yeah jpeg [03:56] hola [03:56] !es | marcelo [03:56] marcelo: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [03:56] bock: oh and did you try zoom in on the pics on ubuntu to view them closer? [03:57] sacarlson: sounds like what I need, but he's talking about windows and using a gui. And I get lost after he mentions 'bridging'. I'm looking over other tutorials now. [03:58] sacarlson: when selecting which ones to import they look fine then when they get imported they are all messed [03:58] annie: i didn't look that close at it i'll see if i find one that only use linux [03:58] Hello all, I am having some IP issues with my Ubuntu desktop and NAS. I can't get Ubuntu to use any other IP addresses that I define. Can soemone help me troubleshoot? [03:58] someone know how to run rcracki_mt and raimbow table with terminal? :S === dgtlchlk is now known as dgtl|screen [03:59] * centHOGG hndbrk64 [04:00] sacarlson: thanks for the help I still cant figure this crap out thanks for trying [04:00] bock: did you try zoom? [04:00] skream: pastebin ifconfig and detail your problem [04:00] anyone help me out...just installed ubuntu on a laptop (vaio) it only will output to an external monitor [04:01] * Tukeke [Playing ♫] A State of Trance Episode 468 by Armin van Buuren presents [Amarok By Killman] [04:01] Tuk you on linux? [04:01] ilovefairuz, im not familiar with pastebin... [04:01] !paste > skream [04:01] skream, please see my private message [04:01] how to use rcracki_mt ubuntu version from terminal' [04:02] hmm [04:02] Tukeke: this is not acceptable in this channel [04:02] sacaarlson: yeah it wont even pull them up to let me zoom they are too corrupted I can see them as thumbnails but not fullsize [04:02] ilovefairuz: that did not work :( [04:03] ilovefairuz: would you happen to have a differnt link? [04:03] bock: oh ya. wierd [04:03] love255: what exactly did you go ? [04:03] ilovefairuz, http://paste.ubuntu.com/476231/ [04:03] lov255: you do * [04:03] sacarlson: yeah i dont know what else to do its like i need a plug in or driver or something along those lines [04:04] frienda, I need to go to sleep I've babies twins sleeping and here is close to midnight [04:04] ilovefairuz: I did everything on this blog - and redid it - http://razcx.wordpress.com/2010/04/11/getting-a-linksys-rangeplus-wusb100-17370078-working-with-ubuntu-9-10/ [04:04] skream: ok, what's the nas ip? [04:04] bock: a driver to display jpg form nikon? I don't think so [04:04] same as my ubuntu desktop, and i cant ssh into it to change the ip... so i need ubuntu's to change [04:04] ilovefairuz: I also noticed this was fr version 9.10, not sure if 10.04 is much different [04:04] ew [04:05] lov255: sudo pastebinit /var/log/messages [04:05] brb [04:05] may be, if anybody would help on this issue I will appreciate a lot--> I need help installing a genius colorpage vivid+ scanner [04:05] bock: it must be the size of the file that makes the problem [04:05] I posted more details in --> https://answers.launchpad.net/ubuntu/+source/xsane/+question/120674 [04:05] ilovefairuz, same as my ubuntu desktop, and i cant ssh into it to change the ip... so i need ubuntu's to change [04:05] skream: sudo ifconfig eth0 192.168.15.104 [04:05] see you later... thank you! bye! [04:05] so how to switch in a folder with terminal i tried (cd path_folder) but don't work......... how i do it? === pepee_ is now known as pepee [04:06] ubuntu: it's 'cd' your path is probably wrong [04:06] sacarlson: now that i look at the hundred that i imported it seems like every tenth one is imported perfect [04:06] hola [04:06] bock: well you could try windows in virturlbox and read it with that to test the hardware part if you have a copy of windows around [04:06] http://paste.ubuntu.com/ZjywJsHa [04:07] ilovefairuz: http://paste.ubuntu.com/ZjywJsHa [04:07] I'm followed three tutorials to the t on how to setup up Samba. All I want to do is share files. What could I possibly be doing wrong. [04:07] http://ubuntuforums.org/showthread.php?t=202605 [04:07] I did everything there. [04:07] what is openoffice's channel? [04:07] lov255: wrong address [04:07] bock: oh now you tell me. so it's intermitent maybe look at those bad pics again on the cam [04:07] ericinohio: are you running nvidia binary drivers? If so see "Screen Blanks/Monitor Turns Off" section of https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [04:08] !firewall [04:08] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [04:08] bock: you may just have some bad mem cells in the memory card [04:08] nowimproved: right-click > properties > sharing ? [04:08] ilovefairuz: http://paste.com/ZjywJsHa [04:08] ilovefairuz, i know it makes me so sad because I tried that too :( [04:08] sacarlson: 10 out of 100 isnt really intermittent in my mind but what ever they all look fine on my cam [04:08] Xchat sucz [04:09] nowimproved: should've looked at the date before trying stuff [04:09] ilovefairuz, still connects to 192.168.15.103 [04:09] ilovefairuz, right, I know 2006, I followed the up to date tutorial as well. [04:09] bock: are all the bad ones biger or higher resolution? I think that might be it. [04:09] skream: what "connects to" ? [04:09] thanks thune3...it is nvidia [04:09] ilovefairuz, I literally have tried everything and can't get anything to show up on the windows computer. [04:10] ilovefairuz, eth0 still uses 192.168.15.103, i can't change my IP for some reason [04:10] I'm attempting to set up a wireless AP on 10.04 server with an Atheros AR5212 chipset, but the card won't go into "master" when I use iwconfig to set the mode. Ideas? [04:10] skream: did you use sudo ? [04:10] ilovefairuz, yes [04:10] sacarlson: nope all are the same 10.2 ill try dropping it to like 5 or something real quick [04:10] skream: any errors? [04:11] im on Lucid can someone help me with my firefox 3.6.8 it keeps hanging and crashing....I always have to kill the pid [04:11] ilovefairuz, no errors. no output at all [04:11] ryanjamieson: hostapd will do it, you don't need to [04:11] ilovefairuz, could my firewall be preventing me? [04:11] nowimproved: test with: sudo ufw disable [04:12] ilovefairuz, yeah, got hostapd installed and configured, but the mode on the card won't change to master, and my instance of airodump on my other lappy isn't seeing anything new on the airwaves [04:13] olskolirc: run it using: firefox -safe-mode and see if it still crashes, if not, then one of your add ons or plugins is doing it [04:13] although one of my neighbors did set his ssid to "getoffmylawn" [04:13] ok [04:13] ryanjamieson: run hostapd by hand and check its messages [04:14] ilovefairuz, guess not :( [04:15] i tried on terminal (cd home/ubuntu/downloads) and output is (bash: cd: home/ubuntu/downloads: No such file or directory) what is wrong? [04:15] whats the command in terminal to go back 1 directory? [04:15] EddieV113, !!! [04:15] EddieV113, cd .. [04:15] cd.. [04:16] k ty :) [04:16] try /home/ubuntu/downloads - put a slash at the beginning [04:16] olskolirc: you can try download a version direct from http://www.mozilla.com/en-US/firefox/firefox.html or try run another browser like chrome [04:16] try \\home\windows [04:17] google chrome? [04:17] sacarlson, [04:17] ilovefairuz: olskolirc: good idea safe mode [04:17] sacarlson: dont know what did it ive been messing with this crap for a month now one of the pic viewers worked fine thanks again! [04:17] im in private browsing mode right now does that mean my java won't load? [04:17] wow, it's taking me forever to learn, but grep and sed are my new favorite tools, anyone know how i can get sed to remove duplicate lines? if line 1 is 25 and line 2 is 25, line 3 is 66 line 4 is 66, and i want it to condense to line 1 = 25 and line 2 is = 66 [04:17] nope man don't work [04:18] bock: go figure [04:18] olskolirc: private or safe mode? in private mode plugins work, in safe mode, they won't [04:18] hello!!! [04:18] :) [04:18] Aemaeth: use uniq instead of sed [04:18] trism uniq you say? [04:18] Aemaeth, yeah, use your | [04:18] and pipe it thru [04:19] yeah, trust me, i'm piping a lot [04:19] hahahah [04:19] gotta love the pipe [04:19] sacarlson, which link is an older version of firefox? is 3.0.19 here? [04:20] didn't know about uniq thanks a lot! looks like i don't even need to throw it any variables [04:20] gotta a quick desktop network question. when I turn on my computer, connected via eth0. I would like to be able to log into it without having to log into locally. I just want to be able to turn the power on, let it boot up, sit at another computer and log into via ssh and do my stuff. Is there a way to automajically have the network up and ready to log into remotely? [04:20] thanks [04:20] where are stored the files when i download from internet using a live cd of ubuntu? [04:21] ubuntu, ram [04:21] ubuntu: probably ~/Downloads [04:21] olskolirc: try that safe mode first. I don't here anyone else complain about firefox it must be one of your plugins [04:21] :-o [04:21] ok [04:21] it still crashed in safe mode sacarlson [04:21] I need to find an old version of firefox [04:21] sacarlson: I'm to the point where I'm making keys... I notice that there is geographical info in the file... is this important for it to reflect her location overseas? [04:22] to switch in a downloads folder using terminal what shoul i write? [04:22] olskolirc: don't use older versions, they are vulnerable, try google chrome [04:22] ubuntu: 'cd ~/Downloads' [04:22] ubuntu: try: cd ~/Downloads [04:23] what program to use to rip a dvd in ubuntu to eg. mp4 [04:23] olskolirc: oh ok well then try the 3.6.8 direct from http://www.mozilla.com/en-US/firefox/firefox.html [04:23] is there any way to bulk install fonts? [04:24] 3.6.8 is the one I don't want its freezing sacarlson [04:24] dancrew32: sudo apt-get install ttf-* === sshc_ is now known as sshc [04:25] olskolirc: but your running the ubuntu version it's not exactly the same but I do run the 3.6.9pre version you want to try that? it works for me [04:25] anyone using google desktop here? [04:25] has anyone here got experience with setting up neatx or freenx? [04:25] yes ill try that sacarlson [04:25] nice thanks ilovefairuz [04:26] hahaha [04:26] dancrew32: you're welcome [04:26] Would running a simple ssh/webproxy be more successful if I ran Ubuntu Server? [04:26] annie: nope [04:26] ilovefairuz: dang [04:27] annie: same packages, same everything [04:28] annie: squid is a beast, google "ssh web proxy" there are far simpler solutions [04:28] no one uses. :( [04:29] olskolirc: I can't find where i got mine i guess cause they have newer now http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-4.0b4pre.en-US.linux-i686.tar.bz2 [04:29] olskolirc: bleeding edge s**t [04:30] oh i have the beta 4 sacarlson its doing the same thing freezing and crashing [04:31] ilovefairuz: I've followed tutorials and advice from this room. My ssh tunnel is working "ssh -D 8080 user@host -p 8282" but firefox won't use the proxy "localhost port 8282" [04:31] annie: should you be using port 8080? [04:32] annie: you have a wrong understanding. [04:32] annie: geographical stuf not a big deal in your case that's for when you register you keys [04:32] compromised: I can try, I did configure ssh on the server to listen to port 8282, and the tunnel is working... [04:32] sacarlson: cool... ty [04:32] How can I upgrade from 8.10 to 10.04? [04:32] oh this one is different this one is pre, ill try it thanks sacarlson [04:32] I tried this: https://help.ubuntu.com/community/LucidUpgrades#Network%20Upgrade%20for%20Ubuntu%20Servers%20(Recommended) [04:33] guys i can't open a directory with terminal i wrote (cd /home/ubuntu/downloads) and the answere is (bash: cd: /home/ubuntu/downloads: No such file or directory) what the hell went wrong? [04:33] hello ubuntu lovers. I couldn't find help on ubuntu-forums. can someone help me, please? [04:33] errrm I got disconnected really bad....sorry [04:33] But it just installs 8.10 one more time, so I have like 3 installs of 8.10... [04:33] olskolirc: ya this version is why in the future version [04:33] ubuntu: files are case-sensitive, you probably want: cd /home/ubuntu/Downloads; [04:34] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [04:34] ARGH... I'm gonna head home and take a break from this... Thanks for all your patience, I'll bbl [04:34] annie: screenshot your proxy configuration window in FF [04:34] ubuntu@ubuntu:/$ cd /home/ubuntu/Downloads > bash: cd: /home/ubuntu/Downloads: No such file or directory [04:35] ilovefairuz: ttp://pastebin.com/ZjywJsHa [04:35] ubuntu: cd one level at a time and ls you must have typoed [04:35] missing the h [04:35] google desktop. [04:36] annie: looks you're doing everything right, just have to use 8080 as the FF proxy [04:36] lov255: did you reboot after you made the rules.d file? [04:36] ubuntu: or you created the dir with another user that you don't have permisions for [04:36] yep [04:37] hey no : after cd only cd ubuntu [04:37] some help over here [04:37] ilovefairuz: I reboot, repasted, reboot again [04:37] nothing [04:37] !ask | TELL0 [04:37] TELL0: 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. :-) [04:38] nascent: kk... I'm gonna head home and check all my ports etc... bbl [04:38] lov255: sudo ifconfig ra0 up; iwlist ra0 scan [04:38] Hi guys ! [04:38] I have a problem when starting ubuntu. there is a white noise when plymouth start and finish with it. how can I fix it? [04:39] abhijit, did you read my question? [04:39] TELL0, yes. & i dunno. [04:39] :P [04:39] :? [04:41] this couldn't be that hard [04:41] i put the directory that i want in ubuntu and solve the problem [04:41] ilovefairuz: Ra0 ERROR while getting interface flags: No such Device - Ra0 Interface doesn't support scanning. [04:41] but can't open download [04:41] i hear a white noise when starting ubuntu [04:41] ilovefairuz, under shares-admin, I go to try to change the network to windows, but the only option is share through unix networks [04:42] nowimproved: sudo apt-get install samba [04:42] TELL0: Plymouth has got bugs on some machines. Please consult Launchpad for details and workarounds. [04:42] ilovefairuz, you mean, samba4, right? and yah I got it [04:43] ilovefairuz: and then? [04:43] its perfect sacarlson thanks! [04:43] ilovefairuz, oh wait, apparently i have both versions samba and samba4 [04:43] ooops I got Samba LOL [04:43] lov255: pastebin: iwconfig [04:43] nowimproved: see here for more info [04:43] !samba | nowimproved [04:43] nowimproved: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [04:44] lov255: you didn't remove ndiswrapper [04:44] Oh God, English, [04:44] olskolirc: you only ran it for 10 secound. it will probly crash in about 30 min [04:44] thank u bullgard [04:45] ilovefairuz: I put in the command you told me to, to remove it..can you send me the command again [04:45] exit [04:45] !u > TELL0 just for future reference :) [04:45] TELL0, please see my private message [04:45] lov255: sudo apt-get purge ndiswrapper-* ? === wzk is now known as wzkOFF [04:46] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [04:46] slidinghorn, what is this, lol [04:46] ilovefairuz: "can't find package ndiswrapper-*" [04:47] nowimproved: scroll up -- triggered a message for you from ubottu [04:47] I need to apply a kernal patch for my wireless card what should I do before moving forward? [04:47] Hello, no one is answering on the pygame channel, so I'm hoping someone here knows. I'm trying to install pygame for Python 3.1 , when I run the install script, it installs to python 2.6 folder [04:48] chris59, if no one anser herer then try in #python [04:48] Hi, I'm just curious. Did that driver code Microsoft released last year ever get included in the Linux kernel? [04:49] how is it that every tutorial tells me something different.. [04:49] ThomasB2k, ask in #linux [04:49] okay [04:49] nowimproved: you get your samba working yet? [04:49] sacarlson, not that I am aware of [04:50] Anyone know if this patch will work with the current kernal? http://www.aircrack-ng.org/doku.php?id=zd1211rw [04:50] sacarlson: I ended up geting the Samba also I thought the message was sent to me, is it worth anything for me to keep it? [04:50] nowimproved: only way I could get windows to work with samba is with no security want my config? [04:50] sacarlson, yes please [04:51] nowimproved: and I use the older samba not samba4 http://paste.ubuntu.com/476249/ [04:52] nowimproved: just replace the global part of this to yours should do it [04:52] Can someone send me a mp3 [04:53] lov255: try: sudo apt-get purge ndiswrapper-common ndiswrapper-utils-1.9 [04:53] sex [04:53] ilovefairuz: now iwconfig is coming up lo No wireles extensions and eth0 no wireles [04:54] ilovefairuz kk [04:54] !ot | nagato [04:54] nagato: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [04:55] lov255: reboot [04:55] sorry I cleared my screen, can someone repost to this question I asked, thanks [04:55] gotta a quick desktop network question. when I turn on my computer, connected via eth0. I would like to be able to log into it without having to log into locally. I just want to be able to turn the power on, let it boot up, sit at another computer and log into via ssh and do my stuff. Is there a way to automajically have the network up and ready to log into remotely? [04:55] nowimproved: oh you will also need that forceuser and forcegroup thing but put the user of the owner of the directory you plan to share [04:55] ilovefairuz: rebooting, BTW the last command came up can't find [04:56] sacarlson, :( [04:56] shit [04:56] nowimproved: what? [04:56] lov2555: what ubuntu version are you running? [04:56] sacarlson, you mean to replace all your entries of it, right? [04:56] ilovefairuz: should I be reboting without the CAT5 connected? 10.04 [04:57] nowimproved: why don't you paste me yours and I'm modify it for you [04:57] lov2555: pastebin: apt-cache policy ndiswrapper-* [04:58] is the script in ~/.profile executed on startup even if that user doesn't login? === MTMz is now known as ipc [04:59] sacarlson, sure [04:59] sirninja: no [04:59] ilovefairuz: W: Unable to locate package udiswrapper-* it also appears my pastebin is not working [04:59] how would I change resolution from 1042x768 to 800x whatever on a server install as in not using X ? [04:59] sirninja: if you want to do so, use /etc/rc.local [04:59] ilovefairuz: How would I run a script as a certain user on startup? [04:59] ilovefairuz: I don't want it to run as root though [04:59] lov2555: it's Ndiswrappe not Udiswrapper [05:00] can anyone help me get my visual effects to work? I'm running 10.4 and have a ATI Technologies Inc Rage 128 Pro Ultra TF graphics card [05:00] how do i feed a txt file line by line into another script? [05:00] sirninja: sudo [05:00] ilovefairuz: typo on here, it is correct on the command line [05:00] hi [05:00] nowimproved: and it's going to cost you a beer [05:00] hello [05:00] hi ShapeShifter499 [05:00] Aemaeth: read [05:00] lov2555: apt-cache policy ndiswrapper-utils-1.9 [05:00] ty [05:01] sacarlson, http://qkin.com/smb.conf [05:01] * wissem high [05:02] quit [05:02] I'm backing up my files before I switch OSes, and when I run "bzip2 -tv '/home/lance/downloads.tar.bz2'" I get " /home/lance/downloads.tar.bz2: " as an output, it looks like it wants me to put something there but what? I'm lost [05:02] exit [05:02] ilovefaruz: what is the pastbin command again? I got a bunch of stuff on the last command [05:03] nascent, how do i represent those lines in the other script? $@? [05:03] lov255: apt-cache policy ndiswrapper-utils-1.9 | pastebinit - [05:03] and i need to append that with an url, so could i make it http://example/$@ ? [05:03] nowimproved: what's the public no for in your video for? [05:04] my /usr partition is full i have room in /home folder how do i resolve this === atom is now known as Guest22078 [05:04] nowimproved: are these the force users correct? [05:04] sacarlson, i haven't changed any option, that's default [05:04] ilovefairuz: http://pastebin.com/khFHX2d3 [05:04] sacarlson, yes [05:05] ShapeShifter499: -t doesn't return any output [05:05] can anyone help with getting my visual effects to work? I feel as if I've ran out of Ideas [05:05] tensorpudding: so .... [05:06] Wait [05:06] nevermind [05:06] I just ran it [05:06] Aemaeth: you use it in a while loop [05:06] it doesn't say 'ok' afterwards? [05:06] and it looks like it is waiting for your output? [05:06] also, I need help resizing my screen... Ubuntu doesn't seem to want to detect the 1024x720 [05:07] tensorpudding: http://pastebin.com/Bq3VPus5 [05:07] tensorpudding: of? [05:07] Aemaeth: like this: while read line;do echo http://example/$line;done [05:07] lov2555: ls /lib/modules/`uname -r`/misc | pastebinit - [05:07] if it hasn't returned to the prompt [05:07] it's probably still decompressing === winstonw_ is now known as winstonw [05:07] i see [05:07] kk, trying that now [05:08] tensorpudding: but I don't want to decompress, I want to test and make sure it worked [05:08] i'm not good with variables, i can make $anything? [05:08] -t performs a "temporary decompression" for the purposes of testing [05:08] it throws away the result [05:08] I added -v [05:09] you can't test to see if it was valid without decompressing [05:09] -v doesn't seem to do anything for bzip2 -t [05:09] seems like it doesn't matter what I do, I get the same damn result [05:09] Aemaeth: "line" could been any name you want [05:10] I haven't used CLI compression or decompression tools before [05:10] nowimproved: http://paste.ubuntu.com/476255/ [05:10] fe: while read somename;do echo addthis$somename;done [05:10] This is what I gather from the tools [05:10] nowimproved: three things a) try with another windows machine b) clean install c) use ssh or something other than samba [05:10] ilovefairuz: comes up "ls: cannot access /lib/modules/2.6.32-24-generic/misc: No such file or directory [05:10] If you want a very verbose description of the process, you can use tar's -t [05:10] which just lists the contents [05:10] tensorpudding: how do I check if the file is ok? [05:11] nascent, like if i'm reading out of a txt file, can i do while read text.txt | $text; do sh ./script.sh $text; done; [05:11] nowimproved: put that in your /etc/samba/smb.conf and restart samba /etc/init.d/samba restart make sure you don't have samba4 running and delete it later [05:11] lov2555: remove /misc [05:11] ShapeShifter499: What do you mean to check if it is okay? [05:11] tensorpudding: so when I unpack I don't get messed up files [05:11] nowimproved: i mean remove samba4 at some point keep samba [05:12] ilovefairuz: http://pastebin.com/eNiwC1zz [05:12] nowimproved: and I better get a big beer if that works [05:12] you could maybe write some script which decompresses the files, takes their checksum and compares it to the checksum of the files you made the archive from [05:12] but it would be slow, messy and tedious [05:13] ?msg maco give me ball wash [05:13] oops [05:13] Aemaeth: if you want to pass every line as an arg to your script id write it like this: while read lineoftext;do myscript.sh $lineoftext;done < inputfile [05:14] tensorpudding: bzip2 -tv is the command pbzip2 page ( http://compression.ca/pbzip2/ ) said to use to test if the package was made ok. [05:15] what is the channel for that media related ubuntu release/ [05:15] tensorpudding: I haven't used CLI that much, so I don't know what I'm suppose to be getting as an output [05:16] Quintin: #ubuntustudio ? [05:16] ShapeShifter499: that will test to make sure that the bzip2 compression is valid; that is, when you run the decompression algorithm, you get a valid tar file [05:16] Any linux software for composing chiptunes?? [05:16] archives could in theory get corrupted somehow, there could be an error in the implementation [05:16] if I want to pass command line options to a user's startup shell program, what's the best way to do that? I've tried just adding the options to the end of the shell string and it doesn't work [05:16] i am following the instructions at https://help.ubuntu.com/community/InstallCDCustomization, but when I test my custom iso, the deb packages from the extra repository never get installed [05:17] steph021_mac: ~/.login [05:17] sacarlson, well.. [05:17] nowimproved: well what you didn't get my post [05:17] inertial: ~/.login I mean. what specifically are you trying to do? [05:17] lov2555: sudo apt-get purge ndiswrapper-modules-1.9 [05:17] lov255: and reboot [05:17] freaking ndiswapper! [05:17] sacarlson, i can see the computer on windows, but of course, I don't have access to it [05:18] sacarlson, it says you can't access this, and when I go to share folders, I still don't see samba listed.. [05:18] are there any programs i can use to mod some xbox 360 games... all the stuff i normally use or have seen is for windows [05:18] ShapeShifter499: it doesn't guarantee that the files you have compressed are binary-identical to the files you compressed it from, since that would require some sort of CRC checksumming [05:18] nowimproved: oh the problem is going from ubuntu to windows? to see windows share files? [05:18] ilovefairuz I am rebooting [05:18] ShapeShifter499: all it does is guarantee that in the process from tarfile to compressed tarfile, that there were no errors [05:19] ilovefairuz: seems to have deleted this time...that was crazy! [05:19] sacarlson, yes [05:19] nowimproved: can window write to your ubuntu shares? [05:19] any thoughts on flgrx driver not being able to view full screen (1920X1080) only (1680x1050) for full screen usage [05:19] thanks nascent you are wonderful [05:20] sacarlson, i very likely doubt it because when I go to the workgroup, it just says can not access..at all, I can't see anything [05:20] tensorpudding:well even though most of these files are on windows partition, I just don't want to lose the files [05:20] ilovefairuz: still no wireless [05:20] sacarlson, i don't even want to try to set it up the vice versa way [05:20] Aemaeth: i know! :p [05:20] Quintin: you know how in /etc/passwd it has the shell program to start for different users, I want to add some command line options for one of the users [05:20] lov2555: is iwconfig any different? [05:21] it's a card 4670hd and have onboard 3200hd set up for crossfire (sort of in BIOS) [05:21] ilovefairuz: same "no wireless extensions on both lo and eth0 [05:21] nowimproved: well I need to know the state of samba that's why I ask. I think you have window running with no password. do need to login to your windows accout? [05:21] tensorpudding: nah I should be fine, thanks for the help anyways [05:21] ShapeShifter499: if tar proceeded without error, it's probable that the archiving went fine [05:21] sacarlson, yes it has no password [05:21] possibly direct a useful support site [05:21] lov2555: sudo pastebinit /var/log/messages [05:21] ilovefairuz: Just throwing it out...that blog did not have me download any drivers or anything....wouldn't that make a difference or the .rules takes care of that? [05:21] I am not inside a network. I do have access to the network via VPN. I don't want to have to use VPN to hit local intranet sites inside the network. Can I set up a proxy inside the network, and just set the proxy when I want to use those local sites? [05:22] nowimproved: whell that won't work for windows to share you must login. create a new account and make it have a password share in that account then it will work [05:22] lov2555: no it uses an existing driver but ndiswrapper is getting in the way [05:22] sacarlson, lol [05:22] Hi everyone, I seem to be stuck in apt... it says the following packages have unmet dependancies: gdk-imlib11: Depends: libungif4g (>= 4.1.3) [05:22] apt-get -f install does nothing. [05:22] * can't fix it. [05:23] and i can't remove the package. [05:23] ilovefairuz http://pastebin.com/EE7X719W [05:23] nowimproved: it's easyer for me just to make windows write to me then I can use windows without a login [05:23] hmm, i'm getting a permission denied from the lower script [05:24] lov2555: sudo pastebinit /etc/modules [05:24] nowimproved: and if windows don't see your ubuntu it might be you have the group name different on windows. you can still connect with the ip address [05:25] anyone know much about ubuntu live usbs? [05:25] nowimproved: now you owe me two big beers since I fixed two computers [05:25] ilovefairuz: http://pastebin.com/iG4WqvY2 [05:25] sacarlson, well I added the password, that didn't do it, same thing [05:25] what is 'sh'? [05:25] in particular, what does the resulting file system look like? [05:25] datakid, they are easy [05:26] ubuntu is not working right, first, some of the windows in Gnome would create but then close in less than a sec, then on reboot the login window doesn't show up, just that purple backgound picture for the desktop, I can't login what should i do? [05:26] nowimproved: did you add a share dir in that account? [05:26] !usb | datakid [05:26] datakid: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [05:26] nowimproved: did you login to that account? [05:26] p4L4D1N-one, I've done 3 today, using an 8G usb stick, gparted, ext3, fat32 and usb-creator-gtk but am yet to have success [05:26] sacarlson, i just added a password to the current account and rebooted [05:26] i see it [05:27] datakid, try unetbootin [05:27] abhijit, thanks, I've just tried. Doesn't recognise my usb. [05:27] sacarlson, and i'm using samba version 3 for the record [05:27] nowimproved: ok restart samba on ubuntu [05:27] datakid, enable boot from usb from bios [05:27] lov255: sudo nano /etc/modules and then delete the ndiswrapper line, then save .. after that run: sudo update-initramfs -k all -u [05:27] ilovefairuz: how do I get rid of the ndiswrapper line? [05:28] lov2555: it's like a cancer sticking everywhere [05:28] abhijit, oh, I've done that already :) I'm trying to solve the "target filesystem doesn't have /sbin/init" problem, on an eeepc [05:28] datakid, ohh ok cant help [05:28] nowimproved: I use the standard samba 2.3.4.7 on lucid [05:28] my ubuntu is broken, i just installed it, first some windows would close right after opening, like they were crashing, then after a reboot the login window won't show up, i tried using the low graphics mode to get in but still doesn't work!? [05:29] love255: to save, press ctrl +x , then 'y', then enter [05:29] i think it maybe the graphic drivers (nvidia) but i can't figure out how to uninstall them since i cannot login [05:29] !sh [05:29] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [05:29] sacarlson, yah well i could be using version 0.1 or 4. i still have some barrier [05:29] !sh [05:29] did I ask an untouchable question? [05:29] sacarlson, restarted, same thing man [05:29] ?sh [05:29] ilovefairuz: rebooting [05:30] can someone tell me what sh is? [05:30] Laggg, it's short for shell [05:30] Laggg: a shell [05:30] lagg: shell [05:30] nowimproved: ok lets test the state of samba like i asked to start see if windows can write to samba === celeritas_ is now known as celeritas [05:30] th [05:30] thx* [05:30] Hey guys; can anyone inform me as to why twidge seems to have disappeared from the repositores/Synaptic? [05:30] !shell > Laggg [05:30] Laggg, please see my private message [05:31] my ubuntu is broken, i just installed it, first some windows would close right after opening, like they were crashing, then after a reboot the login window won't show up, i tried using the low graphics mode to get in but still doesn't work!? [05:31] Surlent777: it hasnt [05:31] Surlent777: its in jaunty, karmic, lucid, and maverick [05:31] maco: Any idea why it won't show up in my listings then? [05:31] Surlent777: need to run apt-get update ? [05:31] ilovefairuz: Dang, same thing on iwconfig "no wireless extensions" [05:31] maco: I have. Many times. [05:32] how do i fix not getting a login screen? [05:32] Surlent777: dont have universe enabled? [05:33] miro: oh it's enabled, along with quite a few I added after the fact [05:33] hi does anyone which port do i have to open for mysql-server? [05:33] lov2555: lsmod | pastebinit - and then sudo tail -n 500 /var/log/messages | pastebinit - [05:33] nowimproved: one other thing I never asked is what version of windows are we using? I only tested this on windows XP [05:33] lsmod | pastebinit [05:34] sacarlson, if you mean try putting a file into that device, then yes [05:34] windows xp [05:34] lov255: add a - [05:34] LMAO sorry [05:34] maco, Surlent777: Launchpad thinks it exists, but packages.ubuntu.com and my Lucid installation don't. Fun. [05:34] sacarlson, i seem to be able to put a file into that device, but I can't check it to find out? [05:34] guys im googling the shit outa this problem but im not getting any usable results need help! [05:34] rww: speaking of twidge? [05:34] rww: well, p.u.c is broken right now [05:34] its not in the folder that I'm sharing [05:34] maco: only for maverick, afaik [05:34] Surlent777: yes [05:34] rww: also, i see it in apt-cahe search on my maverick install [05:35] maco: and considering that my repositories are set up fine and it's not showing up... [05:35] maco: looks like it got removed from Debian for a while, it may not be in Lucid and be in Maverick. [05:35] /j #haiku [05:35] nowimproved: the device? can you write to the samba share dir? [05:35] :( [05:35] sorry [05:35] rww: How annoying. I know I installed it via Aptitude originally...I just re-installed to get rid of those bugs that seem to crop up from age/infinite tweaking [05:36] nowimproved: you can't like cd /sharedir/ ls [05:36] sacarlson, it doesn't give me a permission error when I send a file to it, (not device sorry, that's just what the icon looks) [05:36] ilovefairuz: http://pastebin.com/cyyrwKHz [05:36] sacarlson, right, its not there..then [05:36] actually, forget the last, I just fail at reading rmadison output [05:36] EddieV113: is it crashed after a clean install? which version did you choose? Are you able to open a terminal? [05:36] can anyone tell me how to open port 3306 with iptables on 10.04? [05:36] rww: I don't know what rmadision is. [05:36] lov255: it's still there, not removed from /etc/modules? sudo nano /etc/modules [05:37] ilovefairuz: http://pastebin.com/dkxWizRA [05:37] aristo: i think its 1433 see whats happening with: netstat -a [05:37] Surlent777: Launchpad is showing it as only being built on armel in Lucid, for some reason. That would likely be why we're not seeing it. [05:37] rww: Well, that's weird. It must have been in Karmic then...I know I installed it with Aptitude at one point. Guess I can assume the Karmic version is adequate then [05:37] ilovefairuz: I can edit it with gedit? [05:38] nowimproved: from windows you can open the ubuntu share write a file to it, no errors and when you go to that dir on ubuntu the file is not there? [05:38] although it lists packages for other arches there. meh, iono. [05:38] rww: oh. so its a ftbfs? wait... since when does armel ever build that other stuff doesnt? O_o [05:38] sacarlson, all i see is mycomputer samba.. [05:38] lov2555: gksu gedit /etc/modules [05:38] i installed 10.04, all went well, i installed the nvidia driver, then chatzilla all went good, but when i went to open some windows they starting crashing, so i thought the nvidia driver needed a reboot, after reboot no login menue, i can get into the terminal using safe mode [05:38] EddieV113: boot to root recovery mode and make sure you are the owner of all of your home directory [05:38] sacarlson, no I can't open it, that's what I've been saying, its access denied as soon as I click on it [05:38] maco: I have no idea what's going on :( [05:38] sacarlson, and both places say the work group mshome [05:38] I set a password. [05:38] did something happen to the ubuntu-users mailing list? I haven't had a new message in a week. I tried to re-subscribe, but got a bounce because I'm already a subscriber. [05:39] nowimproved: ok then you didn't set the permisions on the shared dir the same as the forceuser? [05:39] ilovefairuz it is not showing up in the file [05:39] timh____: reply to an old email and ask [05:39] ActionParnip, ok brb [05:39] lov2555: only lp? [05:39] ilovefairuz all that is in the file is lp [05:39] sacarlson, both are the same username? [05:40] nowimproved: cd / ls -l and see who owns your shared directory [05:40] ActionParsnip, how do i check if i am the owner of the home directory? [05:40] sacarlson, i didn't just create my shared directory, so the right person owns it [05:40] ls -l /home/ [05:40] sacarlson, the only user on the computer [05:41] ActionParsnip: it's yours [05:41] EddieV113 ls -l /home/ [05:41] sacarlson, well, the only user that I use [05:41] and permission is 755 [05:41] hello [05:41] how you doing? [05:41] nowimproved: ok then cd into it your shared dir and do touch test.txt [05:41] test.txt [05:42] ok tried to open port with iptables -A INPUT -p tcp --dport 3306 -j ACCEPT [05:42] yah, that worked fine [05:42] ActionParsnip: I asked a question a week ago and it wasn't posted, nor has anything been posted since. [05:42] but didn't work [05:42] guess so (asked a restricted driver ?) .... it's off to hours of searching and reading [05:42] lov2555: echo "ndiswrapper" | sudo tee -a /etc/modprobe.d/blacklist [05:42] nowimproved: I just ran out of ideas [05:42] link to pages might be OK I thought [05:42] i need help, i', trying to burn some music cd with k3b but says that i need to convert the files first [05:43] take care all [05:43] nowimproved: oh try the samba version I use [05:43] lov255: sorry it's echo "blacklist ndiswrapper" [05:43] mmm [05:43] songer: mp3 ? [05:43] yes [05:43] unbelievable I could get samba working in gentoo without a freaking problem [05:43] with a more complicated setup [05:43] ilovefairuz: ooops sorry forgot to tell you I had blacklisted it - how do I get that out - it echoed back [05:43] Linoge [05:44] lov2555: blacklisted what? sudo pastebinit /etc/modprobe.d/blacklist [05:44] sacarlson, i do appreciate your help, just really ticked off I can't do something so simple [05:44] nowimproved: is your username owner? [05:44] sacarlson, only on the windows computer [05:44] rww maco thanks for the help; I'll just install the Karmic deb. Just wanted to make sure my system wasn't broken again. [05:45] nowimproved: no I don't think your user name is realy owner [05:45] ilovefairuz: I blacklisted ndiswrapper it was a part of the instructions [05:45] lov2555: you'd probably have finished a couple of clean installs in half the time we are trying to remove it [05:45] sacarlson, I know windows. lol [05:45] sacarlson, my username is really really owner [05:46] nowimproved: do you have a group name of mshome? [05:46] lov2555: sudo cat /etc/modproble.d/* | pastebinit - [05:47] songer: what action did you choose to burn mp3 in k3b [05:47] nowimproved: so when you logout of your ubuntu account you log backin as owner? [05:47] bye. [05:48] nowimproved: ok change group name in you /etc/samba/smb.conf to owner also [05:48] sacarlson, nooo, I said on windows [05:48] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [05:48] ilovefairuz: http://pastebin.com/dkxWizRA and http://pastebin.com/jwSiNfzq [05:48] my username on ubuntu is gen3 === GreySim is now known as Guest1453 [05:49] nowimproved: that's it!!!!!!!!!!! you must change owner in samba to gen3 [05:49] ilovefairuz: I am going on 13 hours of trying to get this wireless adapter working [05:49] nowimproved: also change group to gen3 [05:49] chemical-death, new audio cd prollect [05:50] songer: do you want it to burn as audio cd or mp3? [05:50] but i found a how to, [05:50] how can I install sun-java6 on 10.04? none of the instructions I've found work. always "Package sun-java6-jre has no installation candidate" and I can't find any package matching *java6* [05:51] this are mp3 but i need it as normal audio cd [05:51] !java | HyperHacker [05:51] HyperHacker: To install a Java runtime on Ubuntu, see https://help.ubuntu.com/community/Java. For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases. [05:51] lov2555: grep ndiswrapper /etc/modprobe.d/* .. it will print out the files that has references to it, edit them with gksu gedit and nuke them [05:51] sacarlson, what ;( [05:51] i'm going to follow this guide and i'll let you know if it works [05:52] chemical-death, [05:52] sacarlson, i'm sad really, the workgroup is mshome everywhere.. [05:52] songer: ok [05:52] the windows computer username is owner, the ubuntu is gen3 [05:52] lov2555: after you finish that, gksu gedit /etc/modprobe.d/blacklist and add this line: blacklist ndiswrapper [05:53] I'm trying to connect from the ubuntu, run samba on ubuntu to windows [05:53] nowimproved: the solution is you must modify smb.conf change owner to gen3 [05:53] yah it didn't work, it says the same exact thing [05:54] sacarlson, i'll try rebooting everything but its not going to work [05:54] nowimproved: and the group mshome also to gen3 then restart samba /etc/init.d/samba restart [05:54] does e2fsck work with ext4? [05:54] sacarlson, k [05:54] how do I straighten out my tv picture using vlc on Lucid please? [05:55] If I create a live USB install, can I then use the empty portion of the USB as additional install space? [05:55] sacarlson, with samba right? [05:55] i.e., will Unetbootin support this behavior? [05:55] nowimproved: modify and restart yest [05:56] ilovefairuz: nuked and blacklist added [05:56] sacarlson, ok failed to add.. [05:56] ilovefairuz: reboot? [05:56] sacarlson, so i need to edit the current user [05:56] lov2555: yesssss [05:56] nowimproved: no just the smb.conf file [05:56] sacarlson, i'm saying, it's not allowing me to add another user [05:56] rebooting, I hope this works....crossing my toes [05:57] how can i download the source for gedit? [05:57] i manually edited smbusers [05:57] nowonmai: I didn't say add any more users I said modiy the smb.conf file [05:57] travisgriggs: apt-get source gedit [05:57] travisgriggs: activate the spurce repository¿ [05:58] nowimproved: smbusers? whatever just try it as is after mod of smb.conf [05:58] ok, it's getting, thank you. where will the source actually end up at? [05:58] sacarlson, yah i modded smb.conf five minutes ago [05:58] nowimproved: and restarted? [05:58] sacarlson, it still says, contact administration, do have access [05:58] start smbd [05:58] stop smdb [05:58] restart that computer? [05:59] ilovefairuz: I hate to say it but "no wireless extensions" on iwconfig [05:59] nowimproved: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [05:59] you need to restart nmbd also nowimproved [05:59] FloodBot1, ;] [05:59] lov2555: lsmod | grep ndiswrapper ... is it there? [05:59] aristo, that's interesting to know [06:00] nothing came back on that [06:00] nowimproved: and the windows side still can't write to the samba file without errors? [06:00] lov2555: sudo update-initramfs -k all -u and reboot [06:00] anyone else have virtualbox continue to warn its in 32bit after installing the 64bit pkg from their website?? [06:01] almoxarife: probably the old config files [06:01] ilovefairuz: config? [06:01] almoxarife: if you don't care about your settings or existing VMs: rm ~/.VirtualBox [06:01] rebooting and not holding my breath...lol [06:01] be warned that this will delete all virtual machines [06:01] nowimproved: maybe there is somthing else like aristo stated that we all don't know so lets reboot ubuntu [06:02] you dont need to reboot ubuntu [06:02] just smbd and nmbd daemons [06:02] nowimproved: maybe you should pastebin me the preset smb.conf just to be sure too [06:03] lov2555: after it comes up to: sudo ifconfig ra0 up [06:03] nowimproved, are yuo checking your smb.conf with testparm? [06:03] aristo, sacarlson, i know that about the ubuntu reboot, ok, sacarlson, now that workgroup isn't showing up on the other computer at all [06:03] aristo, no [06:03] ilovefairuz: it might if I kept them in the home folder, deleting the folder, ic, [06:03] with testparm you can check if your smb.conf is correct [06:03] nowimproved: aristo: ya lets just try that first smbd and nnbd [06:04] nowimproved: why not? [06:04] !hi [06:04] Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [06:04] sacarlson, don't know, ever since we made them changes, it's not showing up [06:04] the testparams shows an older config file.. [06:05] nowimproved, check your config file with testparm if everything is ok, then restart smbd and nmbd [06:05] ilovefairuz: I am getting ra0 ERROR while getting interfae flags: No such device [06:05] then wait a bit and do findsmb [06:05] ilovefairuz!!!!!! [06:05] help : i need to view p7s attachment. and i am using ubuntu 9.04 [06:05] lov2555: sudo pastebinit tail -n 500 /var/log/messages | pastebinit - [06:05] or its not, now I'm confusing myself..I've restarted both now artisto [06:05] ilovefairuz: I have a bunch of info now on ifconfig [06:06] sacarlson, the user should be the name of the user on the ubuntu computer, correct? [06:06] lov2555: ifconfig -a | pastebinit [06:06] force user = gen3 [06:06] nowimproved: yup that's why mine has sacarlson in it [06:06] that's all i've changed since you gave me the configuration file [06:07] lov2555: also try: iwlist scan [06:07] nowimproved: and forcegroup = gen3 [06:07] errrm not letting me pastebin again....errrrm [06:07] anyone ever notice [UFW BLOCK] in logs comming from microsoft ip? any idea what this is about? [06:07] nowimproved: no wonder it didn't work [06:08] and the next line is same exact thing but comming from china [06:08] !screenshot > lov2555, use http://imgur.com [06:08] haisshhh [06:08] geoffmcc: you might see those if you have mixed software running [06:08] !screenshot > lov2555 [06:08] lov2555, please see my private message [06:09] ilovefairuz: on your first request.... sudo pastebinit tail - 500 /var/log/messages I get Unable to read from: tail [06:09] i do have a win7 pc on network but this is going threw to ubuntu [06:09] lov2555: aaah sorry, it's tail -n .. but try: iwlist scan first [06:10] as long as its blocked i just never seen b4 [06:10] nowimproved: your smb.conf should look like this now http://paste.ubuntu.com/476270/ [06:10] let me send you the screen shot...brb [06:10] Hey all - Is there an easy way to test user authentication credentials from terminal without sudo? (using openldap for authentication) Thanks [06:10] lov2555: besides that's not even the right command! it's: tail -n 500 /var/log/messages | pastebinit - [06:10] dotnetted, with pamtest [06:10] aristo: thanks much [06:11] lov2555: add sudo before that, sorry i'm getting sleepy [06:11] geoffmcc: you might actually need what ever it is that is getting blocked, no idea, I stop trying to block so much, let the router firewall do the hard work [06:11] Guys whats the name of the file, that will recover your data from a destroyed HDD? [06:11] ilovefaituz: about to kick my butt again - CAT5 was out when I rebooted [06:12] ilovefairuz: I will get you the info now [06:12] gotta a quick desktop network question. when I turn on my computer, connected via eth0. I would like to be able to log into it without having to log into locally. I just want to be able to turn the power on, let it boot up, sit at another computer and log into via ssh and do my stuff. Is there a way to automajically have the network up and ready to log into remotely? [06:12] !ping [06:12] pong [06:13] sacarlson, yah that's it, i'm going to try rebooting the windows computer, but nothing is showing up under workgroups anymore [06:13] oly562: that's what you can do by default [06:13] anyone have any idea how to recover files from a destroyed HDD? [06:13] oly562: why do you have to login locally? [06:13] ilovefairuz: well not really, I did default, and I can log in with out logging in locally first, which evokes the eth0 [06:14] dontput: testdisk/photorec [06:14] ilovefairuz: don't know, that's what im trying to find out [06:14] if he HDD still spins [06:14] oh yea testdisk [06:14] When using XChat, how do I make it autorun commands? [06:14] oly562: you want the simple gui-fied answer? [06:14] MaRk-I, thanks [06:14] Like join all the channles I want? [06:14] dontput: yw [06:14] ilovefairuz: every other "nix" I have used, other than solaris, does so, this new 10.x doesnt, at least for my box [06:14] oly562: you can or cannot log in ssh without being logged in locally? [06:14] nowimproved: ok and if that fails try the ip of ubuntu. it takes some time for the stuf to show up sometimes [06:15] RealEyes: edit the server settings... there's an option for auto join fav. chans [06:15] ilovefairuz: I can not log in ssh first, no, I need to log in to the gui locally first. sighs... [06:15] ilovefairuz: is this a sudo service thing? [06:15] oly562, try to add your network parameters in /etc/network/interfaces! [06:15] ilovefairuz: envoking the start up services [06:15] domzinique: yah, that will work most likely. [06:15] domzinique: I figured I didn't have to though [06:16] oly562: no, perhaps you need to make the connect available to the whole system in network manager, right click on icon, edit connections [06:16] ilovefairuz: yah, ic your point [06:16] ilovefairuz: maybe [06:16] ilovefairuz: ilovefairuz: http://pastebin.com/asziU5HQ and http://pastebin.com/pK9SAeeG [06:16] ilovefairuz: but im loggin in with only one log in, and it's the same user remote im using [06:16] maybe he needs to allow remote access and use that to enter from the other machine [06:17] hola [06:17] a todos [06:17] alguien aqui habla español [06:17] ola, [06:17] !es | unixone [06:17] unixone: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [06:17] oly562: network manager applet only runs when you log in locally, the connection won't be established, you need to make it system wide [06:17] ok muchas gracias [06:17] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [06:18] oly562, /etc/network/interfaces is your best bet! [06:18] now it says this work group is not accessible, lol [06:18] How to I put my wireless card into monitor mode in Ubuntu 10.04? [06:19] I thought oly562 wanted to remotely access is system, [06:19] almoxarife: I do [06:19] oly562: and you have desktop on both machines? [06:19] lov2555: sudo pastebinit /etc/udev/rules.d/10-wusb100.rules [06:20] ilovefairuz: where can I do that from ssh, im logged in now, after logging in locally first. I should goto /etc/network/interfaces... [06:20] almoxarife: I only need to do ssh remotely. [06:20] seems like there might be too many connections or something, uh [06:20] oly562: remove network manager, edit /etc/network/interfaces , will only take a couple of lines [06:20] nowimproved: nope [06:21] oly562: ah don't remove it now, will log you out [06:21] ilovefairuz: http://pastebin.com/E5NtbnMR [06:21] sacarlson, if i go to the ip through the webbrowser, it times out [06:21] no need to remove it! [06:21] ilovefairuz: correct [06:21] domzinique: correct [06:22] nowimproved: no not the webbrowser [06:22] brb === keld is now known as Kvik [06:23] !prefix | shminux [06:23] shminux: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [06:23] nowimproved: I forget how to do it in windows but from network places [06:23] sacarlson, yah man [06:24] nowimproved: what? [06:24] it just says, mshome network can not be accessed [06:24] nowimproved: beer time? [06:24] sacarlson, no, we are straight edge tonight [06:24] scarlson, are you trying to access windows network? [06:24] nowimproved: help!! [06:24] domzinique, i am [06:25] and i've actually built a computer and put gentoo on it faster when I was 14 [06:25] if you have samba installed, run "smb://WinIP" [06:25] domzinique: no but nowimproved is trying to access samba from window and then windows share from samba [06:26] okay, what I said was to access windows share from samba. for the other way, you must edit the smb.conf file [06:26] domzinique, right we've done that, and tried every possible combination [06:26] hmm [06:27] can you ping to the windows IP? [06:27] nowimproved: does the windows machine see the ubuntu machine? [06:27] almoxarife, not anymore, it use to [06:27] well, an hour ago or so [06:27] lov2555: lsusb | pastebin - === R3cur51v3 is now known as Wvm\R3cur51v3 [06:27] hey i need soem help i just plug in my htc wildfire can being abble to see the music folder [06:27] nowimproved: does the windows machine see anything else on the network beside itself? === Wvm\R3cur51v3 is now known as R3cur51v3 === R3cur51v3 is now known as Wvm\R3cur51v3 [06:28] after i do an apt-get source ####, where does the sources actually show up at? [06:28] domzinique: I get bash: smb://WinIP: No such file or directory when i do that [06:28] ok, I figured it out. duh.. service ufw stop [06:28] Howdy Ya'll [06:28] almoxarife, not at this time, for a while it was seeing the shared samba folder but when I clicked on it I was given an access denied error === Sam_Fisher is now known as Guest66394 [06:28] now I need to add some rules to the firewall, ponders using gufw [06:28] scarlson, ping? [06:29] ummm sorry about that [06:29] can anyone help me with a playonlinux + steam game issue? [06:29] domzinique: well I have no windows computer running [06:29] something weird happening I am not floding am I? === kaileen is now known as later77 [06:29] I tried this shared-admin tool, but it only shows to share through linux nfs, not samba. I don't know if that helps anyone. [06:29] question what it the syntax for ufw add firewall rule to add ip to access [06:30] Just built an AMD x4 system and my case fan is running waaay to fast. Is there a way to slow it down like SpeedFan? [06:30] ilovefairuz: http://pastebin.com/Pq03XH1n [06:30] nowimproved: well at this point It should work maybe a samba version this. I did all I can and I'm hungry time for breakfast [06:31] lov2555: echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf === SolidLiq is now known as solid_liq [06:31] does the ufw add rule last through a reboot? [06:31] nowimproved: I did circles one time trying to get samba to work, I finally resolved the issue by un-installing samba along with what ever config it had created, I then just right clicked on the desktop on some folder, chose share, along with allowing guest access, [06:31] where is it stored so I can take a look at it, iptables? [06:32] lov2555: copy and paste the whole command [06:32] hello. Is there a way to find the date and time of creation of a file in ext4? [06:32] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [06:32] sacarlson, i appreciate it either way, enjoy breakfast [06:32] a bug report suggested changes to about:config in epiphany. but I can't try them because when I enter about:config I get a nothing. suggestions? [06:32] almoxarife, yah that's how I started off, I started off thinking simple [06:32] nowimproved: it should ask you to allow samba to install [06:33] heyboy: Use the command ls -al. Or use mc. [06:33] where does ubuntu store iptables information? [06:33] ilovefairuz: all one line on this? echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf [06:33] then I slowly got more complex [06:33] lov2555: yes [06:33] heyboy, bullgard, it give the last modified time and date, not the date created [06:33] quietone: they switched to webkit, no more about:config [06:34] nowimproved: I would do the simple process, unless you enjoy delving into the minutia of samba [06:34] /usr/share/ufw/iptables? [06:34] almoxarife, usually I wouldn't mind delving into the minutia [06:34] what's this before and after.rules lol [06:34] hey, so I just hooked an ubuntu box up to my tv. what are some cool things I can do? need ideas.. [06:34] but not with this, and yah, like I said I started off simple, I'll be right back [06:34] i never removed samba before hand [06:34] i'm sure that will get me far [06:34] lol [06:35] nowimproved: I am assuming the issues are not related to windows firewall and sharing [06:35] ilovefairuz, thank you. I want to change mouse settings, do you know where I can find them to change? I don't know webkit [06:35] also, how can I turn off ipv6 [06:35] thanks [06:35] quietone: no idea, has no configuration interface like mozilla's gecko [06:35] domzinique: http://www.unix.com/shell-programming-scripting/34673-unix-file-creation-time.html [06:36] ilovefairuz: now what? [06:36] oly562: the simple way? its an option on networkmanager [06:36] bullgard: neither ls or mc shows the crtime of a file [06:36] lov255: re. boot. [06:36] ilovefairuz, cheers. like your nic [06:37] heyboy: http://www.unix.com/shell-programming-scripting/34673-unix-file-creation-time.html [06:37] any equivalent to speedfan? [06:37] almoxarife: I added ufw rules. im good, but during reboot, I wonder if it sticks [06:37] hi people [06:38] guys. [06:38] how to restart the sound service in ubuntu? [06:38] ilovefairuz: still no wifi [06:38] B0BBY: pulseaudio -k [06:38] oly562: ufw should stick thru reboot [06:38] the ext4 file system does store file creation time. how do we find it? [06:39] hmm ok that didn't do anything. [06:39] !sound | BOBBY [06:39] BOBBY: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [06:39] lov2555: i ran out of ideas, man, i REALLY think you should do a clean install [06:39] now im gonna try the reboot. I selected in gui network-manager, all users. let's see what happens. althought, I think all along it was the ufw add that did the trick. most Nix has their eth0 up at boot. [06:39] bbiab [06:39] I was playing videos using mplayer, then after playing youtube videos, the mplayer default doesn't play sound on same old videos. -ao alsa works. but defualt doesn't. [06:40] i use ubuntu 10.04 LTS i got one disturbing thing: i live in russia and i use both USA and russian keyboard layouts, while russian is default. When i switch to english layout Ctrl- enters russian letter on the same key of keyboard. Cause of it i cannot enter ^C, ^D and so on. How can i disable this feature? [06:40] ilovefairuz: is there a way to locate the driver that "hardware drivers" installed on me? === mike is now known as Guest34076 [06:40] Hello people :-) [06:41] lov2555: depends on the driver what i don't know which one it is [06:41] !hi | classical [06:41] classical: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [06:41] lov2555: system>admin>hardware drivers [06:41] gui is great === Prodego is now known as elapse [06:42] ilovefairuz: let me do a little research I might be able to find it...it was a prepitory or however you spell it [06:42] almoxarife: yeah, when you get the question right [06:43] welp, that worked. finally lol. only been a few months since I turned this box on. its where I like to store media. when I get around 300 gigs, I push it over. [06:43] to the terrabyte storage devices attached locally [06:44] ilovefairuz: I must have a goofy system, I can see hardware drivers listed where I pointed to, I am not sure I added that option or if it came installed' [06:44] lov2555: add "alias ra0 rt2870sta" to /etc/modprobe.d/rt2870sta.conf using gksu gedit [06:44] nobody can help? [06:45] kk [06:45] haha sys admins song http://www.youtube.com/watch?v=udhd9fmOdCs check dat out fanny :-D [06:45] it is acting up on me now...errrmmm....brb [06:45] !ot | classical [06:45] classical: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [06:45] classical, wrong channel [06:45] hey how do I install my ATI Mobility x600 card on Ubuntu 10.04? [06:46] kk [06:46] how do i erase info on my usb thumb stick [06:47] I can't find the linux drivers for my card anywhere! [06:48] netbkneutrino, on desktop right click format [06:48] ilovefairuz add with the quotes? [06:49] ok, thanks guys, things are working now. l8 [06:49] exit [06:50] im afraid to install nvidia driver in ubuntu 10.04 I've tried twice now and both times my login window doesn't show up on reboot, anyone know why? [06:50] lov2555: no, without === winstonw is now known as hal [06:50] ctrl alt + or ctrl alt - === Camaro_09_ is now known as Camaro_09 [06:52] how do I do a pastebinit for you to view the rt2878sta.conf file to let me know if I did it correctly? [06:52] how to unzip a tar2.gz file? [06:52] sorry that was for ilovefairuz [06:52] lov2555: sudo pastebinit /etc/modprobe.d/rt2870sta.conf [06:53] Typing on phone. Ubuntu 10.04, at hotel, attempting to get Internet -either wired or wireless- wireless was working but is currently not working for phone or computer. Wired directs me to signin page, then will not load other sites or connect to irc. Cab anyone help me? [06:53] Niglop, tar xf [06:53] How do I slow down a case fan? [06:53] thnx maksbotan [06:53] Ok. I have the shared folder showing back up on windows. But when I click on it, it says can not access. All I did was simply right click on a folder and go to share. [06:54] it also won't allow me to check guest access [06:54] nowimproved, add a network drive on windows, and use the login to access the files. [06:54] ilovefairuz http://pastbin.com/4sQcbkgb [06:55] lov2555: yeah reboot [06:55] domzinique, i don't think that makes sense, I'll go stare at the windows computer and try to process that [06:55] Thanx Guest66394 briliant [06:56] nowimproved, it's been long since I used windows. go to windows help and search "Map Network Drive" [06:56] Anyone? [06:57] domzinique, it says invalid [06:57] try network drive! [06:58] ilovefairuz: let me ask a very noob question here - I installed WiFi Radar in order to scan for networks and that is the way I am figuring the driver has not loaded becuase it is not showing up on the list, plus I would think I should be able to click on the connection icon by the speaker and it would list access points? [06:58] nowimproved, which Win? [06:59] domzinique, wait what, dude, it doesn't work, ok, it shows it, but you click on it any capacity anywhere and it says NO [06:59] lov2555: yes if the driver works properly it should list access points from this icon [06:59] anyone? [06:59] still nothing [06:59] lov2555: reboot after you add the line and then do: sudo ifconfig ra0 up ... and then iwlist scan [07:00] I go to map network drive, I click on samba, and it doesn't let me click ok [07:01] No Access, you must specify a samba password to access the folder or guest in your smb.conf . can you pastebin the contents of smb.conf? [07:01] #join drupal [07:01] domzinique, right now there is nothing in there at all [07:01] ilovefairuz: on the first command I get ra0: ERROR while getting interface flags: No such device and on the second I get LO and eth0 both Interface dosen't support scanning [07:02] there use to be, then someone told me to remove samba and just right click and go to share [07:02] lov2555: no further ideas... [07:02] I did all of that, now I see the drive on windows again because there is nothing in that conference file. [07:02] later folks. [07:06] using openldap for authentication on ubuntu 10.04 I get authentication failure entries from pamtest in auth.log even though pamtest verifies auth credentials correctly (even though it takes 10+ seconds) - anyone know why this may be? [07:06] anyone know where to go to start learn how to apply my programming skills to a ubuntu project? [07:07] (pamtest outputs "authentication successful" even though "authentication failure" is logged to auth.log) [07:07] !contrib [07:07] !contrib [07:07] !contribute | EddieV113 [07:07] EddieV113: To contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate === chazz is now known as God-Almighty === Tina12 is now known as Kasjopaja [07:10] who knows [07:10] i go to places/network stuff.. [07:10] failed to retrieve share list === Laggg is now known as RealEyes [07:11] I just updated my google chrome. Why my adress bar is bigger than before? [07:13] somebody know about a banshee channel? === Camaro_09_ is now known as Camaro_09 [07:14] hello. I'm looking for a banshee channel [07:15] hey, I have a MacBook with Intel Core 2 Duo@2.13Ghz and 2GB of RAM. was it worth it to install the 64-bit version, or should I have done that only if I had 4GB+ of RAM? [07:15] someone has already tried maverik with the new fs? [07:15] having trouble with totem [07:16] new user, can't seem to play a .udf movie === sshc_ is now known as sshc [07:16] * TELL0 looking for a banshee channel [07:16] North_Italian69: Maverick discussion in #ubuntu+1, not here [07:16] im installing it [07:16] rww: thanks [07:16] Anyone have experience with movie player that could help me out? [07:17] hi === domzinique is now known as dominick [07:17] mudnick_, I specialize in Movies [07:17] h [07:17] rww: can you suggest me the size for /boot partition? [07:17] I have two machines running ubuntu server. Could you recommend some benchmark process I can run on both and see which performs better? [07:18] Hello. I am trying to install Ubuntu on a 64 Bits sony vaio, z series... I boot it from the CD and a loading screen appears, but the colors doesn't seem to be working (it is all pink/purple with bad definition).. after that, the screen changes, still with the colors like that and nothing happens... [07:18] mikeru, 64 Bit Ubuntu? [07:18] Guest66394 I am trying to play a movie and it says I am missing a dvd source plugin. I have downloaded all the plugin packages I could find [07:18] Guest66394: yes. [07:18] Are there any .pdf readers that support Bookmarks? [07:19] Hey, I'm using 10.04 and I'm having trouble finding drivers for my ATI Mobility x600 gfx card. Can anyone help me out? [07:19] mudnick_, did you restart X after downloading? Ctrl + Alt + Backspace ? [07:19] Guest66394 what do you mean X [07:20] North_Italian69: 100MB [07:20] mikeru, I just built a new system today and asked myslelf the same question and answer was NO on 64 bit. I don't know anything that runs faster that I would use. PLUS it uses more ram. [07:20] Guest66394: Ctrl+Alt+Backspace is long gone. [07:20] hola [07:20] mudnick_, Sorry. Just log out and back in. [07:20] Guest66394, that's exactly why I was wondering. [07:21] i think my software center broke as nothing installs, any tips? [07:21] mudnick_, In Ubuntu you can do this with those buttons very quickly ;-) [07:21] Can anybody tell me how to install linux-image-2.6.35-686? [07:21] Guest66394: log out of what? the OS or the program? [07:21] Guest66394, RAlt+SysRq+K works as Ctrl+Alt+Backspace [07:21] I believe... [07:21] spridel, Check your repositories! They may be unchecked. [07:21] Hello. I am trying to install Ubuntu on a 64 Bits sony vaio, z series... I boot it from the CD and a loading screen appears, but the colors doesn't seem to be working (it is all pink/purple with bad definition).. after that, the screen changes, still with the colors like that and nothing happens... does anyone had the same problem? the colors seem to be inverted and the installation doesn't [07:21] proceed.. === Camaro_09_ is now known as Camaro_09 [07:22] mudnick_, Yes log out of your Ubuntu account and back in. It should clear up your issue [07:22] k. I'll try [07:22] after, see if you can use a proprietary gfx driver [07:22] maybe that will help [07:22] how do I do that? [07:23] I mean, i didn't even was asked for anything.. it just booted and all that happened [07:23] System > Administration > Hardware Drivers [07:23] Guest66394, so, you recommend next time I instead install 32-bit, or get more RAM? [07:23] thats the thing.. it doesnt start up.. [07:23] Ohh [07:23] hmm [07:23] Hi guys just wondering if there is way for apt-get to ignore certain packages during update? [07:23] I honestly don't know, but it's gotta be a gfx driver problem, after [07:24] deanes: yes you can lock package versions in synaptic or using aptitude [07:24] yaeh.. ;( [07:24] Sorry [07:24] after: try edit the kernel options, nomodesetting [07:24] something like that [07:24] maco: how do i do that? [07:24] hm [07:24] I think it's F6 on the livecd, I don't remember [07:24] rite.. [07:24] anyways goodnight [07:24] i will try [07:24] ths [07:24] after: nomodeset [07:24] k [07:24] br [07:24] after: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [07:24] brb [07:24] deanes: sudo aptitude hold [07:24] ahh excellent [07:25] thanks for that.. conflictions between nvidias ppa and rvms ppa of smplayer/mplayer [07:25] frustrated me [07:25] thanks for that.. cya [07:28] what is the easiest way to install oracle to ubuntu? [07:29] ubuntu software center, vitsaus [07:32] hrmm, repos are checked...something broke in an update apparently [07:32] having a problem with the software center, nothing is installing, tips, checked repos seems to be checked [07:33] spridel, when you boot you can choose to repair and that might fix it! === richard is now known as Guest27576 === Guest27576 is now known as rhundt === shai_ is now known as shai [07:36] how would i do a while loop in bash? [07:36] Okay I am about kill my Unbuto and start over...any good ideas on killing it? [07:36] With my BRAND NEW AMD X4 if Htop shows1 - 4 followed by Mem am I seeing the cores loads? What programs in Ubuntu use all 4 cores? For testing purposes [07:36] i'm having huge problems just adding to the variable using to track the loop [07:36] hey please tell me where to find bashrc file [07:36] so i'm logged into another ubuntu system via ssh.. how could i enable some sort of vnc or remote desktop? would I even do it from this from ssh? [07:37] i want to make a alias for a command so i need bashrc file [07:37] plz tell me where to find that [07:37] abhinav_singh1, nano ~/.bashrc [07:37] abinav_singh1 type cd [07:37] home directory abhinav [07:37] abhinav_singh1, please ask in one long post. Someone will soon answer [07:37] do a ls -a [07:37] ek punjapann! [07:38] hello [07:38] is there a sudo kill command? [07:38] hello [07:38] how do i represent an int in bash? just simple addition? [07:38] apparently i needed a restart... [07:38] lov255: sure! [07:39] thanks Guest66394 [07:39] spridel, you are welcome [07:39] sráči [07:39] now the fun part after install, will my blackberry sync... [07:40] errrm so what is the best way to do a reinstall? Format the system or>? [07:40] suck [07:40] spridel, never had much luck with my crackberry [07:40] Anybody knows why not exist my skype 2.1 video call button? [07:40] Hi. The mouse sensitivity in Ubuntu is a little too high, and no matter how I set the mouse settings its either too sensitive or too slow...or too fast. Is there a bug with Ubuntu's mouse settings or something, and is there any way to fix it? [07:40] lov255, why do you want to reinstall? [07:40] whats crackberry [07:40] aka blackberry [07:40] lov255, Why are you wiping out your system? [07:41] we can ont figure out how to get my wireless card to work, I was here with ilovefairuz for like hours [07:41] this ain't windows, ubuntu hasn't viruses! can't think of why one should format!! [07:41] spridel, I guess more people are addicted to Droids and HTC Evo's today than Blackberry's [07:41] is it necessary to install a firewall on a home ubuntu installation? If so which one is good im using GNOME? thanks [07:41] lov255, Ah I recall. X600? [07:41] ok lov, let me give it a try. which card hv u got? [07:42] I have a WUSB100 wireless usb card and trying to get drivers to work [07:42] we where going by the directions on http://razcx.wordpress.com/2010/04/11/getting-a-linksys-rangeplus-wusb100-17370078-working-with-ubuntu-9-10/ but they did not seem to work [07:42] anybody use here skype with video? [07:42] there is a driver that was installed when I instered the stick [07:43] first time hooking u the Blackberry/crackberry and the system recognizing it, awesome [07:43] lov255, did you try http://ubuntuforums.org/showthread.php?t=1100594 ? [07:43] So I just installed ubunto a few days ago so I am not going to really lose anything with a wipe [07:43] just downloaded and extracted Assault Cube 1.1, how do i install it? [07:43] dominick, there are still viruses in linux [07:44] this is killing me, nothing is showing me online how to express a simple int into a variable === andreas__ is now known as Phurl [07:44] lov255, check the forums for your wifi card, if you can't find it you may have to use ndiswrapper and a windows driver [07:44] spridel, viruses can operate only when an idiot gives scripts root access!! There are no serious viruses! [07:44] it's just syntax killing me [07:44] Aemaeth, what language? [07:44] bash [07:44] sh [07:45] dominick: I tried that before [07:45] and... [07:45] ? [07:45] i just need a loop that runs 15 to 16 times and for some reason nothing will work [07:45] did not work [07:45] I had some nappier or something like that to load the drivers === keld is now known as Kvik [07:45] nmapier or something [07:45] what card lov255 ? [07:46] WUSB100 by Linksys [07:46] it is a USB adapter to connect to an access point [07:46] Any alternative download link other then releases.ubuntu.com?I want to download 9.1 [07:47] So can anyone explain why When I boot ubuntu my screen begins to flicker? [07:47] some documentation shows quotes, but no matter what i do it references the number 15 as a file [07:47] similar to an SKU bar code [07:47] something like this [07:47] http://www.rfidtec.co.za/backend/media/Fri11Jul2008122233/blog_barcode2.jpg [07:47] I think the real problem is that there is no install instructions for the WUSB100 anywhere for 10.04 everything is for a different version [07:48] Mr18, Please ask in one long post. [07:48] Knight|ANGRY: releases.ubuntu.com is mirrored worldwide. See http://www.ubuntu.com/getubuntu/downloadmirrors#mirrors for links [07:48] lov255, did you try ndiswrapper? [07:48] Mr18: it happens to me, not a big deal [07:48] in which package do i get the file X11/XIntrinsic.h ? [07:48] i love messing with C++ [07:48] lov255: Oh? constantly? [07:48] we were having a discussion about RAII and making mutexes destruct themselves [07:48] when someone suggested java [07:48] dominick: yeah yeah, ndiswrapper that was it...we had a hell of a time uninstalling it and it was screwing everythig up [07:49] so I wrote a java-style synchronize operator for C++ [07:49] lov255, http://ubuntuforums.org/showthread.php?t=907809 or http://ubuntuforums.org/showthread.php?p=8086015#post8086015 [07:49] Mr18:No just when it boots [07:49] when I let it idle for a bit [07:49] it goes like that [07:49] aswell as on bootup [07:49] this is driving me crazy [07:50] Are there any .pdf readers that support Bookmarks? [07:50] rww,Thanks a bunch! [07:50] lov255: iT won't even go to the desktop.. [07:50] lov255, start afresh with ndiswrapper! "apt-get --purge autoremove ndiswrapper" [07:51] lets say for example kernel generic 5.1 is my kernel [07:51] Mr18:sorry I am no help then...I am new to the system also [07:51] x32 and x64 is the BIT of my processor but how can I explain it in 1 word? [07:51] dominick:I was told not to use ndiswrapper with 10.04 [07:51] Ohia [07:52] lov255, okay, lemme look into it! brb! [07:52] lov255, check the two links may help you [07:52] spridel: I used those instructions but I had ndiswrapper installed at the time [07:52] didi you guys know anything about kernel version 3.0 [07:52] http://ubuntuforums.org/showthread.php?t=1100594&page=2 [07:52] lov255: Ah k. [07:52] Anyone? [07:53] i have heard that there will be x server code rewroten [07:53] HATE how system is unresponsive and everything in multitasking is HORRIBLY BAD in Ubuntu. [07:53] spridel: on http://ubuntuforums.org/showthread.php?t=907809 or http://ubuntuforums.org/showthread.php?p=8086015#post8086015 - step #6 in 10.04 there is no os/liinux/ directgory [07:53] Wjile installing updates [07:53] love check http://ubuntuforums.org/showthread.php?t=1100594&page=2 [07:54] lov255, check http://ubuntuforums.org/showthread.php?t=1100594&page=2 [07:54] classical: there is no kernel version 3.0. [07:54] morning guys. I have a problem. Yesterday l had done a clean re-installation of my linux server and had made shares and all was working well. Then this morning l tried accessing my shared folders and it tells me l don't have permission. Does anyone know what could have caused it? [07:54] even sound, flash, everything stops working until its kingdom higness dpkg doe not finish update [07:54] lov255, if you have it in your repos, you can use it. try "sudo apt-cache search ndiswrapper" [07:54] johnathan, are you the only account? [07:55] yes [07:55] i don't think he needs ndiswrapper, i think he needs better google fu [07:55] even while typing this text is does not appear because update is consuming ALL cpu time or at least stops other apps from working. [07:55] SwedeMike, not yet [07:55] l have not enabled the root account at all [07:55] why is flash player so ugly on linux ? === Guest66394 is now known as Sam_Fisher [07:56] spridel, so do I!! === Knight|ANGRY is now known as KnightStalker [07:56] he's from windows!! look how quickly he wants to format his system only after a few days!! [07:56] You know what screw this Walmart can have their card back...anyone know of a good USB card for Wirless to get an 802.11g access point? === Sam_Fisher is now known as Guest15692 [07:56] classical: not in the forseeable future. [07:57] What Apps use four cores? I want to test this BRAND NEW AMD Athlon X4 635!!! [07:57] lov255, if you reinstall keep the usb stick in the box [07:57] classical: flashplayer is ugly because adobe is doing a bad job? [07:57] lov255, Why USB? [07:57] SwedeMike, yep i think so [07:57] I can use it on desktops and etc... [07:57] but on windows flash player works much much better then on linux [07:57] i see no difference [07:58] PCMICA will not go into a desktop... [07:58] hi [07:58] but a PCI card will [07:58] classical, you can install flash's version! http://get.adobe.com/flashplayer/?promoid=BUIGP === elapse is now known as Prodego [07:59] PCI will not go into my laptop [07:59] s/flash's/adobe's [07:59] This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify . What password? I don't have one to give! [07:59] Ubuntu ison my laptop [07:59] heh [07:59] ubuntu vs SuSE? [07:59] Tosh.0 [07:59] Guest15692, you probably are trying to use a taken name [07:59] Guest make a nickname [07:59] lov255, how about laptop WIFI cards? [07:59] tosh, Ubuntu <> Mac = Win 7 [08:00] lov255, there is an adapter for PCMCIA to PCI [08:00] that is PCMICA - will not go into a desktop...only a USB will work with everything [08:00] spridel, it's my name! [08:00] spridel, has been for a long time [08:00] lol [08:00] guest [08:00] mac or linux? [08:00] :D [08:00] have you registered it previously and done all the fun? [08:00] tosh, We are all Ubuntu fans here [08:00] dominick, i have already have fp im talking about recourse that need fp its freezes some time working slowly etc [08:00] lol [08:01] ubuntu or SuSE on laptops? [08:01] both [08:01] i have try gnash swf player but it has problems opening some vidz [08:01] So I am going to a clean install...you are saying not to install with the card in? [08:01] seems like ubuntu is far more popular [08:01] than suse [08:01] heh [08:01] i suggest installing with the dongle in [08:01] just need to format [08:01] classical, do you have adobe's version? [08:01] lov255, does it work with liveCD? [08:01] ubuntu far superior to suse? heh [08:01] hhhhhmmmm [08:01] dominick, yes [08:01] Good idea [08:01] in your opinion that is [08:01] lol [08:02] tosh, sounds like you just want to troll [08:02] tosh, ask your question in ##linux not here [08:02] let me boot in livecd and see if it will work [08:02] lov255, Hate to see you reinstall but sometimes it is best [08:02] nix is full [08:02] *linux is full (#) [08:03] ##linux isn't full [08:03] tosh, its ##linux not #linux [08:03] classical, what's the name of the package? [08:04] spridel, when it asks for my PW was it stored in Xchat and perhaps has been lost after reinstall? [08:05] probably [08:05] i think there is a way to recover though [08:05] hello buys [08:05] maybe in #freenode can help you recover [08:05] dominick, idk i download it from adobe [08:05] why isn't there an /etc/X11/xorg.conf in ubuntu 10.04? [08:05] guys* [08:06] dominick, dont you know that fp works slower on linux machine then on windows ? [08:06] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [08:06] classical, I use debian, and there's no diff! [08:06] Wow this install is going to take forever? [08:06] spridel, is it asking me to enter this info here? [identify via /msg NickServ identify ] [08:07] /msg sends only to nickserv [08:07] sharkzz, well we all buys something ;-) [08:07] /msg nickserv does rather [08:07] is there a good book for programming in a ubuntu environment? [08:07] Guest15692, change your nick "/nick newbee" [08:07] EddieV113: just look for linux books in general. [08:07] dominick, It's taken! [08:07] hahahaha :) wrong.. [08:08] why isn't there an /etc/X11/xorg.conf in ubuntu 10.04? [08:08] any one here use GERIX ? [08:08] "/nick Guest55555555555" [08:08] EddieV113: What is an "Ubuntu environment"? [08:08] I am guessing at this rate it will take many years before I am able to hack into bank of america [08:08] xdpirate_, they stopped using them. They are generated on the fly now. [08:08] bullgard, guess i ment to say linux? [08:08] how do i see what 'binary' a menu is executing? applications->internet->remote desktop connection (how can I see which binary this is, I thought it was rdesktop, but i cannot connect to windows using remote desktop connection, but with rdesktop launched from console I can [08:08] xdpirate_: It's no longer needed, most setups can be detected at boot. [08:08] dominick, maybe you have core to due or amd phenom II [08:08] EddieV113, Python? [08:09] 2 gig of ram etc [08:09] lov255, you optimistic. You must reinstall your system if you fail the first time!! [08:09] you can do all dev in linux [08:09] Guest15692, Jordan_U mine isn't, I'm using an exotic chipset [08:09] Guest15692, i can program python and c++ [08:09] EddieV113: "Linux is a vast field". Usually it means the Linux kernel. Do you mean this? [08:09] classical, i got 2 cores. hmm!! but it worked fine on my celeron 550Mhz, but that was a year ago! [08:09] Jordan_U, will it be used if i create it though? [08:09] xdpirate_: If you create one it will still be used. [08:09] Jordan_U, thanks bro [08:09] bullgard, no i mean just making apps on linux [08:10] EddieV113, Nutshell books are good. [08:10] i need your help ive tried on mint,suse,lynx all 64bit to get the broadcom bmc4312 cause as of now i cant enable wireless at all [08:10] xdpirate_: You're welcome. [08:10] I am reading this blog post about adding empathy to the run on startup. I get "sudo cp /usr/share/applications/empathy.desktop /etc/xdg/autostart [08:10] " but I don't understand why the FAQ is telling me to follow up with "sudo chmod a+r /etc/xdg/autostart/empathy.desktop" [08:10] i love linux but this is driving me crazy [08:10] N3VV3K_, Is there a theme here today? [08:10] !broadcom | N3VV3K_ [08:10] N3VV3K_: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [08:10] N3VV3K_: Can you temporarily connect via ethernet? [08:10] yes i am currently [08:10] The first command added it to the startup listing already, the second..is telling the startup manager to read all the files again? What am I missing about it. [08:10] Bobbie: weird indedd [08:10] on a different laptop [08:10] This is all a learning experience for me...I used mess around with Shell accounts back in the very early 90's where there was no such thing as connecting to the internet with Windows [08:11] Bobbie, It is changing the ownership [08:11] EddieV113: The answer to your question depends on the application which you are considering. [08:11] N3VV3K_: you can use the livecd to install the packes if you enable it as a repo. Using a wired connection is easier [08:11] N3VV3K_:Have you tried System > Administration > Hardware Drivers? [08:11] Guest15692, which ones there are alot of them [08:12] yes [08:12] Guest15692: chmod doesn't change ownership, chown does that [08:12] i went from ubuntu now im on suse [08:12] N3VV3K_: With the laptop in question connected to the internet? [08:12] dominick, one years ago flash player was a older version so ... btf i have p4 512 ram and its very difficult to watch any video in flash on youtube [08:12] i was just curious if you guys founf a solution tried tons of forums nothing is working [08:12] hey guys i might be gettin the New Thinkpad with the QM that have the turboboost mode.. I know you can set you modes in windows for different profiles on battery and on wall power.. Is there a program i can use to setup the turbo boost.. turn it off when on battery power etc??? [08:12] ActionParsnip, See I knew you knew this answer! Sorry i'll sit back and watch the pros. [08:12] yeah im connected via ethernet [08:12] how do i see what 'binary' a menu is executing? applications->internet->remote desktop connection (how can I see which binary this is, I thought it was rdesktop, but i cannot connect to windows using remote desktop connection, but with rdesktop launched from console I can [08:13] classical: depends on the video chip too [08:13] N3VV3K_, what brand laptop do you have? [08:13] N3VV3K_, did you try the link that hatake_kakashi linked to you? [08:13] Guest15692: chip in dude :) [08:13] classical, no problem with other movie players? [08:13] inspiron 1545 [08:13] EddieV113: there's an alright book that I've got called "Linux Application Development" [08:13] ActionParsnip, you the man not me! [08:13] What would cause a user to be missing from the GDM login user list? The user has a UID of 1010 and all other users with UIDs greater than 1000 appear. Thanks. [08:13] Karen_m: run: alacarte ,you can see there [08:13] yeah i got it [08:14] ActionParsnip, yep but my video is enough for watching flash vidz [08:14] n3v [08:14] you mentioned you went from ubuntu to suse [08:14] why so? [08:14] ActionParsnip, very nice! [08:14] classical: could try minitube. It doesn't need flash and will let you watch youtube [08:14] dominick, if i download movie etc and watch it with vlc when no [08:14] ActionParsnip, , i am wondering why rdesktop is not in the menu [08:14] N3VV3K_:Have you tried System > Administration > Hardware Drivers with the laptop in question connected to the internet? [08:14] ActionParsnip & Guest15692, Found the answer later in the doc. Someone commented "they had to update the permissions for anyone to read', hence the second line. Thanks for input! [08:14] tosh, this is not the place to discuss about topics that are not related to ubuntu, even if its switching from something to ubuntu or ubuntu to something [08:14] N3VV3K_, Are you positive the card works? I have the evil HP with failing wifi symptom sitting right here. Failed even after factory installed new Mobo. bad solder I think [08:15] inertial: is it this one? http://www.amazon.com/Linux-Application-Development-paperback-2nd/dp/0321563220/ref=sr_1_1?s=books&ie=UTF8&qid=1281510870&sr=1-1 [08:15] ithe laptop is five days old [08:15] hey guys i might be gettin the New Thinkpad with the QM that have the turboboost mode.. I know you can set you modes in windows for different profiles on battery and on wall power.. Is there a program i can use to setup the turbo boost.. turn it off when on battery power etc??? [08:15] Karen_m: you can add entrys with alacarte too ;) === masterhumper is now known as sejo [08:15] ActionParsnip, thx i will try [08:15] EddieV113: yep, I have the first edition though [08:15] EddieV113: better to get the newest [08:16] inertial: thank you i think thats exactly what i need [08:16] EddieV113: of course all that information is available in man pages and various other documents, but a book makes it easier to digest [08:17] !maverick [08:17] Maverick Meerkat is the codename for Ubuntu 10.10, due October 2010 - Maverick is Not released and Not Stable, discussion and support in #ubuntu+1 [08:17] what is the shortcut key to go to workspace 3? [08:17] hey, i've got a package ubufox on my ubuntu (10.04) that, instead of the normal startup page, displays a file called ubufox.properties. anyone else seen this? [08:17] !schedule [08:17] Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases [08:17] !shortcuts [08:17] Keyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net - See !Keyboard for changing layouts [08:17] * seidos didn't know he had a workspace 3 [08:18] seidos: default desktop has 4 [08:18] N3VV3K_:Have you tried System > Administration > Hardware Drivers with the laptop in question connected to the internet? [08:18] heh, that page gives 404 [08:18] thx [08:18] Kartagis: which, you got 2 links [08:18] yeah but now i have suse and im getting the same not connecting crap [08:19] ActionParsnip the former [08:19] Kartagis: you can suggest factoid text to ubottu [08:19] N3VV3K_, if you're using suse, you should seek support in #opensuse not here [08:19] !ubottu [08:19] Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/IRC/Bots [08:19] N3VV3K_: its the same OS, linux [08:19] EddieV113: it even has a chapter called "Linux Programming Environment" :) [08:21] anyone can give me a help ,i have problems with install hla,i don't know how to setting is === mikey is now known as aztek[tum] [08:22] What's hla? [08:22] !details | codexn [08:22] codexn: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [08:22] high level assembly [08:22] hey ubottu you talk a lot [08:22] [Audacious 2.3] How to play an audio CD? It does not accept my entry Play Location > /dev/cdrom. [08:22] my version is 9.10 [08:23] Is version 10.04 a new version? I have not heard of many people with it [08:23] lov255: Yes. I am using it. [08:23] bullgard: is that one of its name in the output of: sudo lshw -C drive [08:23] yes 10.04 is the latest release and is a LTS [08:23] lov255: its the current official release [08:24] hla is used to study assembly language debugger [08:24] bullgard: you would not happen to have any experience on installing a WUSB100 Linksys wireless USB card on it? [08:24] alright folks, ciao [08:25] lov255: the make and model are moot. You need to know the chip. If you run: sudo lshw -C network ,you will see the chip and can websearch for guides [08:26] can anyone help me install (and find) ATI Drivers for my GFX card? [08:26] ActionParsnip: you are talking about the chipset of the card and not my motherboard? [08:26] HHHhhmmm instulation failed :( [08:26] ActionParsnip: '~$ sudo lshw -C drive' does not produce any output. I can play this audio cd using VLC though. -- I do not understand your English. What do you mean by "that"? [08:26] lov255: no, the chip in the wireless device. Linksys don't make chips. They buy them in and make adapters [08:26] bullgard: try -C disk ,instead [08:27] lov255, what is the lsusb output of that USB wireless? [08:27] lov255: No. [08:27] bullgard: is /dev/cdrom one of its names, the lshw output will tell you [08:27] hatake_kakshi 1737:0078 [08:28] lov255: you'll probably find its an Athero or a Broadcom chip [08:28] Atheros* [08:28] hey, how can I compile C for ARM from ubuntu? [08:29] DWarrior: Look up cross compiling. [08:29] LOL install failed cause I was not connected to the internet [08:29] I have a problem with this machine, I copied an image to a new host and the networking interfaces are all f'd up, dhcp just fails to work and eht1 doesnt come up, any suggestions?? [08:29] ActionParsnip: '~$ sudo lshw -C disk; *-cdrom: logical name: /dev/cdrom; logical name: /dev/cdrw; logical name: /dev/dvd; logical name: /dev/dvdrw; logical name: /dev/scd0; logical name: /dev/sr0' [08:29] lov255, its rt3070 chipset, its supported with latter versions of kernel, so you'll need something like lucid and backports enabled [08:30] hatake_kakashi I am kind of a noob - some reports have said rt3070 and a ton have said rt2870 [08:30] Is there any light gui manager for mysql server then Phpmyadmin is ? [08:30] rt2870 is what I was fooling around with before [08:31] im asking this coz i have little ram on my vps === Laggg is now known as Laggg|conky [08:31] i have a problem with setting the path.i need edit the ".profile",my path setting is PATH="$HOME/bin:/usr/usr/hla:$PATH" hlalib=/usr/usr/hla/hlalib/hlalib.a export hlalib hlainc=/usr/usr/hla/include export hlainc [08:31] KB1JWQ: thanks, will do [08:31] lov255, http://ubuntuforums.org/archive/index.php/t-1236955.html <--- this might help [08:32] anyone who can help me out with this networking issue? [08:32] Is there any lighter gui manager for mysql server then Phpmyadmin is ? im asking this coz i have little ram on my vps [08:32] but when i input hla in my command it shows no command found [08:32] the /boot partition has to be primary? [08:32] Anonissimus, image? virtual machine? [08:33] virtual machine [08:33] yeah [08:33] anyone can help me then i can setting hla sucessfully [08:33] Anonissimus, your question should go into the appropriate vm program you use support channel [08:33] hatake_kakashi can I send you a message? [08:33] hatake_kakashi: /interfaces has auto eth1 and iface eth1 inet dhcp, but it doesnt get an ipv4 address from the dhcp server [08:33] lov255, why? [08:34] hatake_kakashi: ah ok [08:34] Anonissimus, hint: try bridging [08:34] hatake_kakashi: it is bridges [08:34] bridged [08:34] and it worked before, that is why I am in here [08:34] and not in vbox [08:34] Anonissimus, then its an issue with either the firewall on the guest or driver issues on the host [08:35] hatake : I had a question about the instructions on that site, in paticular where it says to "make install" and it talks about a .ko file which when I downloaded the drivers that filew did not come [08:35] North_Italian69: some googling reveals some people claim it doesn't have to be primary. [08:36] lov255, I don't believe you will have .ko file that comes along with the drivers you downloaded, once make install is issued from the correct location as specified in the instructions is where .ko file will be built [08:36] North_Italian69: http://www.linuxquestions.org/questions/linux-software-2/primary-or-logical-partition-7582/ [08:36] SwedeMike: thanks, isearched before to ask but i was not lucky [08:36] so how would you make an install? [08:37] lov255, I'd follow the guide: [08:37] !compile | lov255 [08:37] lov255: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [08:37] kk thanks [08:38] Everytime I attempt to install it, I keep getting Flickering light on boot up or when I go idle? It flickers Black and white stripes. Similar to a Barcode. [08:38] * lov255 is going to go jump off a bridge - this install bombed on big time! [08:39] Anyone? [08:39] I have this in my conky script: "${execi 28800 ~/bin/debupdates.sh}${color2}" and this is the debupdates.sh file: http://pastebin.com/6KRCZcbb .yes it is +x. BUT the updates aren't showing up in my conky? could somebody assist me [08:39] Mr18, define: it [08:39] err sorry, Ubuntu* [08:40] hatake_kakashi: it does work when I set a manual ipv4 address to the interface, that is the problem [08:40] lov255, the chipset you have inside that wireless dongle is supported in later versions but it requires the user to have adept knowledge in linux, furthermore 802.11n stuff is all relatively new in linux anyway [08:40] hatake_kakashi: Any idea? [08:41] Anonissimus, yes it means its a DHCP issue, it means either the guest OS is blocking DHCP requests or response or none is actually sent to the DHCP daemon on the network [08:42] Mr18, it sounds like video driver issue, probably switching to vesa driver I think [08:42] yeah, right now I am in a frustration state, the new image og Ubuntu is not even booting up [08:42] which is the best downloading software that i can install , like orbit in windows [08:42] hi how can i set a sudo needed program to not need sudo anymore for actual user?? [08:42] littlepenguin it is not a good idea to do that [08:42] lov255, probably something wrong with the setup somewhere [08:43] hatake_kakashi: could you point me out how to manuall set the IP then on boot [08:43] please reply me [08:43] !ifupdown [08:43] lov255 ok let me explain what i want..the program macchanger should change mac while pc is booting..i thought of making a service out of it.. [08:43] hatake_kakashi: when i attempt to force shutdown. Before it shuts down. I see the Ubuntu logo. [08:44] Anonissimus, don't know of a guide but you can try searching for ifupdown scripts [08:44] with the dots under it. [08:44] can you hatake_kakashi http://ubuntuforums.org/showthread.php?t=82279 [08:44] is there an android sdk PACKAGE ? [08:44] guess this is the right config [08:44] littlepenguin: what would that have to do with the sudo command? [08:44] suggestions on bittorrent client for ubuntu? [08:44] macchanger needs sudo for accessiing eth0 [08:44] Mr18, not sure I don't have mine set with console splash image [08:44] @lov255 === BIDMAS is now known as Panarchy === Panarchy is now known as Linux-CLI [08:45] EddieV113, qtorrent [08:45] Alchemist2, I don't see how your question is related to ubuntu support [08:45] please help me [08:45] hi all :) [08:46] my ubuntu desktop has hang. All I see is the mouse but my terminals continue to function [08:46] and in the amount of power you used to say that you could have told me the answer [08:46] what could be wrong? [08:46] It was related because arch has it in Aur and im researching [08:46] sreeju, there's no direct equivalent of orbit on linux, there's many download managers like d4x for example [08:46] littlepenguin there should be a way to all a program such as macchanger to operate with root access - I have no clue - but if you need it for boot purposes, however it sounds like Machanger would be operating during your system booting cycle would not even be a part of Ubuntu [08:47] which is good [08:47] Let me rephrase for you, how do I with APT search the repos to see if AndroidSDK is an avail package [08:47] Alchemist2, then I'm sure google would be best place to start searching for your specific query about android [08:47] I have this in my conky script: "${execi 28800 ~/bin/debupdates.sh}${color2}" and this is the debupdates.sh file: http://pastebin.com/6KRCZcbb .yes it is +x. BUT the updates aren't showing up in my conky? could somebody assist me [08:47] Alchemist2: apt-cache search androidsdk [08:47] littlepenguin, you need to edit sudoers file using visudo [08:48] Thanks swoody you clearly are the best [08:48] is there a terminal command so I can find out current network speed in and out [08:48] Alchemist2: I know :) [08:48] thx kakashi ill look into it [08:48] like what System Monitor shows you [08:48] Niglop, you might want to ask in #conky [08:48] I want to be able to check my system remotely [08:48] kn100: does it not show in ifconfig? [08:48] syslog error: error 4 in libglib-2.0.so (nautilus crash) ----- does someone know how to fix this? [08:48] is there a way to restart gnome other than Ctrl+Alt+backspace?? [08:48] hatake_kakashi» nobody knows in there [08:48] swoody, I'm not sure, does it? [08:48] Attempt #2 in this install [08:49] anyone use backtrack 4 ? [08:49] pinPoint: switch to tty1 (Ctrl+Alt+F1) and run: sudo service gdm restart (or stop or start) [08:49] swoody, It shows total downloaded and total uploaded [08:49] swoody, but no speed metric [08:49] I want to see how fast stuff is downloading and uploading on the system [08:49] hatake_kakashi, thanks i downloaded qtorrent i use utorrent on windows so this perfect [08:50] kn100, I know of a few programs you can install to monitor the speed of interfaces going in and out [08:50] EddieV113, no worries [08:50] hatake_kakashi, Go on [08:50] kn100: you mean current network usage, not connection speed then? [08:50] swoody, I guess so [08:50] kn100, there's conky for example which can be configured, otherwise theres programs like iftop, nettop, etc [08:51] thanks swoody [08:51] hatake_kakashi, they need to be command line [08:51] hatake_kakashi, I need to be able to call them from ssh [08:51] my gnome hang because of xbmc [08:51] kn100, they are [08:52] hatake_kakashi, which would you recommend for simple setup? [08:52] kn100, probably nettop [08:53] hatake_kakashi, package isn't in repositories [08:53] the error appears after opening the Trash --when full-- !?! [08:53] kn100, hmm or maybe its under a different name, hang on [08:53] kn100, try iftop [08:54] kn100, I think I made a typo, I meant jnettop [08:55] hatake_kakashi, iftop seems to do what I eant [08:55] mourning [08:55] iflema, but i'd prefer it if I could just call it, get the result, and the process just ends [08:56] like when you cat /proc/loadavg [08:56] it just lists it [08:57] something along the lines of then it returns something like In: 55kbps, out: 970kbps [08:57] WOW the install bombed on me again!!!! it is going to be a problem if I can not even get Ubuntu back on my computer [08:58] hl [08:58] hi [08:58] why do I keep getting apps randomly starting on my 2nd monitor? [08:59] virus? [08:59] lov255, and this is with the dongle plugged in? [08:59] * North_Italian69 is away: Gone away for now [09:00] North_Italian69: Don't do that here. [09:00] hatake - yeah this time it only got to 26%, lsat time it was at 90 - it is trying to say faulty CD-Rom or HD on the error, but I highly doubt it [09:00] I will burn another CD if it happens again [09:01] try burning it at lowest speed [09:01] lov255, what you should do is make a bootable usb flash drive with ubuntu installer, boot your computer from USB and install from there.. and don't have wireless dongle plugged in [09:02] lov255 i have added an entry for the app. it does not aks for sudo pw anymore but i also get permission denied [09:02] @hakake katashi i meant.. [09:03] littlepenguin, that made no sense, it might mean you don't have execute permissions [09:05] 26% bombed again...errrm....I can use use a USB HD to install right? [09:06] probably but not ideal [09:06] anyone know why after me installing i have the pae kernel [09:07] and updating I should say as well [09:08] * North_Italian69 is back. [09:08] and is that a problem? [09:08] WB North_Italian60 [09:08] does anyone know how to install spidermonkey in lucid? [09:08] i have a group project at university (non-technical course) which would benefit greatly from online collaboration, any suggestions? [09:09] alex87, http://about.kinspir.com - if you need a beta invite let me know [09:09] WB littlepenguin [09:10] Theaxiom, cheers, i'll check it out [09:10] lov255 was kicked somehow.-. [09:10] ohhh [09:10] littlepenguin, so did you get my response? [09:11] no i dont think so... [09:11] anyone have any thoughts [09:11] i have made the needed entry but i think some special rights are needed to access hwadress of nic [09:11] I have this line in my crontab, but according to the cron-log, It's only read & executed untill the + (after date), probably because of the % ? How to change this so that it works correctly? 6 10 * * * "/usr/bin/lynx -dump http://localhost/server-status > /root/serverstatus/server-status_`date +%Y%m%d_%k%M%S`.htm" [09:11] littlepenguin, that made no sense, it might mean you don't have execute permissions [09:13] what does the command "sudo -u root" means? [09:14] kubanc, that puts you in root [09:14] The -u (user) option causes sudo to run the specified command as a user other than root. To specify a uid instead of a username, use #uid. When running commands as a uid, many shells require that the ’#’ be escaped with a backslash (’\’). Note that if the targetpw Defaults option is set (see sudoers(5)) it is not possible to run commands with a uid not listed in the password database. [09:15] Guyz vich 1 is easier 2 lear [09:16] qt or gtk+ [09:16] ??? [09:16] #SUSE [09:16] Theaxiom, thnx [09:16] how can I import icons then make them default? [09:17] possibly reloading might not have been such a good idea [09:17] does anyone have any information as to why i now have the pae kernel installed after my ubuntu install and update [09:17] what is a pea kernel? [09:18] some Jesus greatly disapproves of. [09:18] *something [09:18] you mean pae, its to allow kernel to do things in 64bit [09:18] Physical Address Extension [09:18] physical address extension [09:18] bleh! :) [09:19] im running a eeepc900hd its got a 900 mhz celeron [09:19] looks like I am going to bomb again [09:19] with one gig of ram [09:20] nope we are good past 27% :) Had to have been the CD or Dongle [09:20] how can I import icons then make them default? [09:20] can you see if you have pae installed [09:20] preston, probably via dpkg -l linux-pae or *pae* [09:21] preston, or you mean if the cpu has this support? [09:21] preston: yes, the kernel says pae (bigmem on debian) in it. [09:21] i just installed and updated I didnt select pae [09:22] somebody help me please :)? [09:22] and ive got a 32 bit cpu and 1 gig of ram? [09:22] hello [09:22] preston, no idea, but does it really matter? :) [09:22] Maser: actually PAE makes a lot of sense in some systems, where I'd say it's actually better to run a PAE kernel than to have a 64bit kernel and OS and run 32bit wrapper for the apps that need it. [09:22] Maser: and for general desktop system, I'd say PAE is better tradeoff than running 64bit with all the application problems that causes. [09:23] does 10.04 install it by default? [09:23] preston: no. [09:23] i just installed ubuntu on my laptop, i want to put win xp on my external usb hard drive can i dual boot this way? [09:23] I have installed kubuntu desktop on ubuntu. But the boot screen has chaged showing kubuntu. I want back my original ubuntu boot screen. What should i do? [09:23] hounge, of course [09:24] sorry it just bugs me that i dont have an answer asto how it happened [09:24] hounge: you would have to change your computers boot cycle each time you want to boot in the USB [09:24] hi [09:24] But I can not see why you would not be able to do it [09:24] i'm having trouble getting the xp to boot from external usb drive ( i know this isn't a windoze chat sorry) [09:24] someone suggest how to install g++ on lucid (10.04)? [09:25] hounge, did you mark the partition on the drive as bootable? [09:25] OldMonk: if you want g++, install the build-essential package [09:25] yeah and it shows up on the grub screen but goes blue scren on me [09:25] it includes GCC and a good amount of other stuff you probably want, like make [09:25] preston, I think it could just be a glitch in the repository, I have had similar thing happening to be back once when there were updates for kernel marked as amd64. I have a 64bit capable cpu but I chose to install 32bit on it.. I waited for a while and eventually the glitch disappeared and I get kernel update for x86 === keld is now known as Kvik [09:26] hounge, sorry, I can't help you there [09:26] tensorpudding: got it, thanks [09:26] i thought it might be a windoze issue but figured i'd check here too [09:26] hi [09:26] Thank you [09:27] hounge, it could just be the way you need to configure grub/grub2 [09:27] Hello! I'm using ntpd, and all of our devices use a 0 adjustment for time zone. I'm trying to get the server to give the devices time in a -7 adjustment automatically. Is this possible? [09:27] hatake, tell me more? [09:29] hi there fellows > does someone know by any chance a linux program similar to Crystal reports ??? [09:29] hounge, windows is very specific about how it is to be booted, I'm not sure under grub2 but under grub and for windows installed on a non-removable disk (i.e. fixed or the drive is inside the machine) you need to append something like rootnoverify. Alas there might be #grub channel [09:29] stopher123: ntp is always in one time format, local time is set on the local system. afaik ntp doesn't have timezones. [09:29] hatake, thank you i'll look into it [09:30] lots of good helping going on in here :) [09:30] hatake_kakashi: it seems i cant change mac because of the virtual machine,..on another system it works [09:30] hounge, no worries [09:31] I have 10.04 installed on a USB hd with an encrypted home. I wanna pull a file off of that hd on another computer. how to i "see" the encrypted home? It mounts fine, just encrypted [09:31] SwedeMike: Thanks, our old NTP software ran on Windows and let us make an adjustment so all devices that were set to 0 or didn't have their own adjustment were actually getting the -7 time. I just don't know how to push that using the linux ntpd. [09:31] kindofabuzz: try opening nautilus as root, and trying to open the encrypted home [09:32] littlepenguin, well yeah virtual machines can complicate matters for those unaware, if you changed the mac address of the guest OS and you're not using bridged networking, your external iface mac address remains the same as per host OS config [09:32] kindofabuzz: it might show that you don't have permission (even as root), but it always displayed the contents anyway. [09:32] hatake_kakashi: ahhhhhhh thanks a lot for this info [09:32] hunterm: doesn't that defeat the purpose of encrypted? [09:32] kindofabuzz: ;/ [09:32] kindofabuzz: yeah. [09:32] littlepenguin, no worries [09:33] cewe gaul [09:33] stopher123: you're talking about hours now, right? [09:34] SwedeMike: Yes. [09:34] hunterm: that doesn't work, and i'm glad it didn't. like i said, that would defeat the purpose of being encrypted [09:34] hmm, always worked for me. [09:34] probably a bad thing though :P [09:34] Auto start script is not working properly. I have put a script in init.d. I could found it running but I am not getting the expected result [09:34] stopher123: hm, never heard about any mechanism where the clients would get timezone via ntp. [09:35] hunterm: it's still encrypted, looking at something as root doesn't unencrypt it [09:35] Hi all , Auto start script is not working properly. I have put a script in init.d. I could found it running but I am not getting the expected result. Please help me [09:35] decrypt? [09:35] What's the difference between encrypting a drive during installation and with Gnomes Disk Utility? When doing it during installation it takes a long time but with disk utility it was fast. [09:35] i don't know of a method to do that :/ [09:35] chroot into the drive? [09:35] i dunno :/ [09:35] yeah i'll try that [09:36] Hi all , Auto start script is not working properly. I have put a script in init.d. I could found it running but I am not getting the expected result. Please help me [09:36] brijithmac: what is the expected result? [09:37] hunterm: A notification. Usually appear at the top right corner .. notify-send is the command I used.. [09:38] brijithmac: would you mind posting the script to pastebin? i can help better if i have the script. [09:38] why is it not possible to write to /etc/apt/sources.list with sudo? [09:39] xeviox: works for me... [09:39] xeviox: what does the output show when you trying writing to it? [09:39] hunterm: ~$ sudo echo "## TESCHT" >> /etc/apt/sources.list [09:39] bash: /etc/apt/sources.list: Permission denied [09:40] Okay it got all the way to the end and now I have a message - "The installer encounterd an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again" [09:40] xeviox, you need a text editor? [09:40] hunterm:ok [09:40] hunterm:In a minute [09:40] xeviox, try sudo nano or gksu gedit [09:41] xeviox: you just have the command wrong :) try doing it this way (works for me) "echo "## TESCHT" | sudo tee /etc/apt/sources.list [09:41] :) [09:41] or a text editor [09:41] either one [09:42] hunterm: that will overwritte the file use « tee -a » !! [09:42] Any idea's anyone? [09:42] xeviox: OMG, DO NOT DO THAT [09:42] hunterm: http://pastebin.com/fVcMFyX9 [09:42] hunterm: ? [09:43] xeviox: echo "## TESCHT" | sudo tee -a /etc/apt/source.list is what you need! [09:43] just to avoid problems [09:43] xeviox: just tee overwrites the file! [09:43] I just want to add a couple of sources to the sources list of apt-get [09:43] and it seems that there is no option like apt-get addsrc ... [09:43] xeviox: hunterm safer better and cleaner is to writte a *new* file in /etc/apt/sources.list.d/ [09:44] so I thought of put it in directly [09:44] xeviox: it's a lot easier to just software sources. [09:44] man usb 1.1 is soooooo slow [09:44] I have been given a desktop and an icon "examples" another icon "Install Ubuntu 10.04 LTS" however when I click on it nothing happens [09:44] any suggestions on what to do? [09:44] so what's the "correct" way to add the sources to apt-get (from a shell script)? [09:44] clcik again :) [09:45] xeviox: tee or making a new file with the source line in /etc/apt/sources.list.d/ [09:45] hunterm: http://pastebin.com/fVcMFyX9 check ?? [09:45] brijithmac: i'm looking, be patient :) [09:45] No suggestions? [09:46] hunterm: Ok :) [09:46] lov255: clcik and wait a minute or so, sometimes the installer can be slow depending on the system [09:46] xeviox: i would make a new file in the dir i pointed out later [09:46] HHhhmmm it is saying I do not have enough disk space!!! Weird [09:46] brijithmac: are you positively sure you have notify-send (libnotify-bin) installed? [09:46] Hi, i just installed the new ambiance maverick themes. They seem to work alright. But the login screen is screwed up. Please help. [09:47] hunterm:yes, When I start it manually its working [09:47] argh, using "tee -a" also has overriden the file :( [09:47] How to add a user A and enable A only access the /home/A directory [09:47] and its subdirectorys [09:47] hhhhmmmm ubuntu is not using my whol hard drive for some reason :( [09:48] brijithmac: and, you want this to run, at boot time? === phnom_ is now known as phnom [09:48] hunterm:I think , when a script is started at boot up from init.d its owner will be root... [09:48] hunterm:yes [09:48] from next door [09:48] how can I have Ubuntu partician the rest of my drive and add it? [09:48] brijithmac: notify-send will not work at boot. X isn't started yet, which means notify-send has no where to go. [09:48] brijithmac: i suggest just running it at login [09:49] is there any command to format partition in terminal? [09:49] ah ok, sorry, didn't override it, had a spelling mistake [09:50] hunterm:acutally that script does't invoke notify-sent on the fly.. but it starts like a service and check it regularly and up on some condition it shows a message... [09:50] kubanc: mkfs [09:50] kubanc: fdisk === tracey is now known as Guest64058 [09:51] kubanc: http://www.cyberciti.biz/faq/linux-disk-format/ [09:52] lov255: Use GParted. [09:52] When my laptop goes into screen saver, and then I bring it out. The currently focused window doesn't accept keyboard input until I unfocus and refocus that window. This is a very big problem is my current window is a Full Screen Virtual Box. Being full screen it wont accept Host Commands so the only way to escape Virtual Box is to shutdown the Guest Machine so that I return Ubuntu. [09:52] Hi All, I have a problem, I have install Thunderbird 3.1 through a terminal however it closes down when I close the terminal, can someone please help me and tell me how to make a terminal not open and to put the program in the menu? [09:52] Guest64058: tunderbird & [09:52] Guest64058, Yes, You can run it in the background. [09:53] thunderbird & [09:53] Guest64058, What kindofabuzz said. [09:53] thunderbird I am trying to install lighning with it as well [09:53] & = run in background [09:53] *ahem* thunderbird & will still make it close when you close the terminal [09:53] I think you need to disown it as well as background it [09:54] hunterm: oh yeah [09:54] :/ [09:54] I am very thick, what does that mean please? rhundt [09:54] thunderbird & disown [09:54] hunterm: why does sudo echo "..." >> /etc/... not work? and using tee does? [09:54] i have a laptop, do i use netbook ubuntu or desktop ubuntu? [09:54] hunterm: or « nohup thnder... & [09:54] aye, or nohup (the man pages for nohup and disown would be enlightening) [09:54] xevious: i dunno -_.o._- [09:54] sunabozu: desktop-ubuntu normally [09:54] kk ^^ [09:55] what is the command line for GParted? I keep typing GParted in terminal and says command not found...but I have it [09:55] iceroot, cool beans bro [09:55] lov255: type it all lowercase 'gparted' [09:55] lov255: gparted [09:55] and, gparted is GUI [09:55] not terminal [09:55] hunterm:one another thing I found is. the script is working fine. I have a statement to print some text to a file ... I can see the file is getting updated regularly but this notify-sent is not working [09:55] lov255, gksu /usr/sbin/gparted [09:55] yeah but you can start it from the term [09:55] gparted by itself I guess. [09:55] lov255: you probably do not have it installed. sudo apt-get install gparted [09:56] thanks [09:56] lov255: gksudo gparted [09:56] gparted doesen't come installed anyway. [09:56] ^^ [09:56] is there a place to download ubuntu that isn't slow as hell? [09:56] torrents [09:56] !torrents | sunabozu [09:56] sunabozu: Lucid can be torrented from http://torrent.ubuntu.com/simple/lucid/desktop/ubuntu-10.04-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/lucid/server/ubuntu-10.04-server-amd64.iso.torrent depending on your architecture. Other flavors can be found at http://torrent.ubuntu.com/ [09:56] wtf happened to the channel? [09:56] hunterm: oky.. can you tell me how to add a script to run at login tile [09:56] this aint the real channel [09:56] its been faked [09:56] xeviox: redirection is happening as the normal user, try sudo -i 'echo "test" > /root/testing_stuff' [09:57] k0rnz: you have a support-question? [09:57] i dont even see the regular ops in here [09:57] brijithmac: running gnome? [09:57] sweetpi: ah ok, thanks :D [09:57] hunterm: I want to do this through a shell script [09:57] these are all scripted taken from archives [09:57] hunterm:yes [09:57] brijithmac what is the current version of blahbuntu? [09:57] brijithmac: first, chmod +x the script [09:57] 10.04 [09:58] k0rnz: yeah we're all fake just like the band Korn [09:58] k0rnz:10.4 [09:58] can someone plesae help me with the paperclip.exe file inside the wine? [09:58] hunterm:oky then [09:58] do not feed the troll [09:58] just checking if this channel is real [09:58] brijithmac: then, System>Prefrences>Startup Applications>Add; Command = /path/to/script [09:58] !ot | k0rnz [09:58] k0rnz: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [09:58] you think there would be 1463 bots in a room? [09:58] hmmm ok [09:58] k0rns: s'okay we're still on topic here [09:59] the partition manager is not showing the rest of my HD? [09:59] kindofabuzz, i got bad blocks count, how do i run fsck to repair this [09:59] lov255: upper right corner, select your drive [09:59] you know, i don't think i can imagine talking to people who go to an ubuntu channel for chat [09:59] so convincing [09:59] hunterm:hm that I know... How to do this . shell script [10:00] hunterm:I mean I want to do that from inside a script .. any idea ? [10:00] Hey guys, When my screen saver kicks in after 5 minutes, then I log myself back in when back. The current foreground window wont take keyboard input. This is a major problem if my foreground application is Virtual Box in Full Screen. Because without the Keyboard Focus I can't Unfullscreen with the Host Commands. Meaning the only way to get back to Ubuntu is to shut down the guest system. Anyone know a solution? [10:00] k0rnz:hello [10:02] this is crazy!! I might have to go back to XP [10:02] lov255, What you need? [10:02] This is the 3rd time I reinstalled it is not formating my drive correctly [10:02] lov255,3rd time installing Ubuntu? [10:03] lov255, What formatting are you wanting? [10:03] It left 750MB out and I believe have like a 300GB HD an it is not showing it all [10:03] Yes NeverCast [10:03] hello. I use ubuntu 10.4 and have no sound. [10:03] brijithmac: "to have the same commands run regardless of whether it is a login shell or a subshell. This can be done by using the source command from within .bash_profile to execute .bashrc. You would then simply place all the commands in .bashrc. " [10:04] lov255, 750MB might be a recovery partion or something else. 750MB isn't so much of a big deal. [10:04] brijithmac: so literally "source " [10:04] according to 'mixer' programm there should be sound [10:04] I *think* is what you're after anyway [10:04] rhundt: but it will be called when I open a terminal rt ? [10:04] it is only using 500mb - it is only formating 500mb [10:04] but headphones as well as speakers fail [10:04] I am going to go through the begining of the install again and see if I am overlooking something [10:04] brijithmac: yep if you add it to .bashrc [10:05] yesterday everything sounded fine [10:05] brijithmac: more here: http://www.hypexr.org/bash_tutorial.php [10:05] lov255, gparted shows GiB, not GB,so that also gives a difference [10:05] lov255, Are you trying to have more than one partion? [10:05] trigrou, You mean Gb not GB? [10:05] no no I only want 1 partition...I have to see if I am doing something wrong on the setup [10:05] trijntje* [10:05] rhundt: But I need the script start running when I login to the gnome desktop [10:06] lov255, Just format the whole thing, start from scratch, tell it to use your whole HDD. [10:06] THat is what I thought I have been doing NeverCast [10:06] NeverCast, no, GiB instead of GB. My hd is 500 GB which is 465 GiB [10:06] trijntje, I do believe GiB is the same as GB. [10:06] 500GB Raw [10:06] 465GB formatted. [10:07] NeverCast, it is not, GB = 1000 MB, GiB = 1024 MiB [10:07] and so all the way down to B, which gives a big difference for large disks [10:07] trijntje, Oh really? That is stupid. Which idiot decided to make a GB 1000MB. [10:07] GB means you are using the metrix meaning. GiB means with respect to binary. [10:07] metric [10:07] hello. I use ubuntu 10.4 and can't get sound of my notebook. its speakers as well as my headphones fail. according to the 'mixer' program, there should be sound. I tried mocp and totem, but both stay mute [10:07] NeverCast, vendors I'd think [10:08] u_ser, I've always assumed and interpreted GB as 1024MB. [10:08] trijntje, Sale tactics. [10:08] GiB = base 2 meaning of the metric prefix Giga [10:08] brijithmac: okay I'd have to try it... I'm pretty sure you used to get a bash shell started when gnome started, but I haven't checked on that in years... otherwise you might try System -> Preferences -> Startup Applications and add your bash script there [10:08] u_ser, It's not that way with Windows is it? When it reads 2GB, it means 2048MB. [10:08] It is ok. The topic is quite controversial especially in computer science [10:09] mattgyver, run alsamixer in a terminal and put al bars up [10:09] Errrm I have been up over 24 hours.... 116,957 MB is 100GB right? [10:09] Figured it out...errrrm.... [10:09] matthiaskgr_, run alsamixer in a terminal and put al bars up [10:09] The versions I was installing where creating new partitions and the partition manger was not picking it up.... [10:09] u_ser, There should be a convention, a 'standard'. And it should be used world wide. [10:09] okay thanks everyone... [10:10] rhundt: ok.. is there any way to do this .. through terminal . .I want to do that from a shell script [10:10] I agree NeverCast, but look at the internet and all these application protocols there are. I would really like a standardized application level protocol [10:11] It needs to be ext4 right? [10:11] but, everyone has their own idea for how data should be formatted [10:11] u_ser, I enjoy reverse engineering so I don't share the same opinion on that :P [10:11] and transmitted [10:11] I am installing ubuntu 10.04 [10:12] trijntje: it doesn't help :( [10:12] lov255: ubuntu can be installed on ext2/3/4, xfs and a some other formats.. not ntfs or fat32 though [10:12] u_ser, I do have a Big Endian preference over Little Endian. [10:12] Oh you reverse engineer. How would you capture the machine code instructions of a compiled program? I always wondered that. [10:12] I mean as it executes [10:12] !ot [10:12] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [10:12] u_ser, Use a debugger. [10:13] u_ser, OllyDbg or IDA in Windows, I've not done a lot of RE in Linux, but Olly does run under wine. [10:13] hi, can you recommend a good and cheap scanner supported by ubuntu? [10:13] how can i just list packages which can be updated in console? i need it for script [10:14] Okay everyone wish me luck, install #4 for the night [10:14] cool. I have heard of disassemblers but never knew where to find one [10:15] u_ser, Well what do you wish to disassemble? [10:16] I am not really looking to disassemble anything. I just find the process of reverse engineering interesting. I know how it plays a major role in how malware is written [10:16] I am not interested in making malware [10:16] Hello guys. Is there any how-to available for installing and configuring snort on Ubuntu Lucid? [10:16] god forbid [10:17] u_ser, I myself possess a similar hobby. I actually run malware in Virtual Machines to pull them apart. [10:17] You mean you reverse engineer the malware itself in a virtual machine? [10:18] jatt: why not have a look at the SANE website.. I think they have lists of supported scanners.. you'll have to figure out which scanners are cheap though.. they only list if they work or not [10:18] u_ser, exactly (: [10:18] oh that is cool [10:18] does ubuntu ship with a firewall by default= [10:18] s/=/? [10:19] !firewall | Seppoz_work [10:19] Seppoz_work: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [10:19] yes, iptables and Netfilter [10:19] ty [10:19] u_ser, Virtual Machines are friendly because you can disable network by a checkbox, You can also recover your hard drive in a couple seconds. [10:19] You can get firestarter which makes adding firewall rules very easy as it interfaces with iptables and ultimately Netfilter [10:20] If only there was a program like Firestarter for Port Forwarding. [10:20] Instead of using iptables directly -.- [10:21] Why am I in #ubuntu-unregged. [10:21] Slart: thanks [10:21] Oh maybe I'm not. [10:21] I forget what virtual machines are all about. Do you have to have a logical drive with the OS you want to VM from within another running kernel? [10:21] u_ser, Nope, The Hard Drives and Images. [10:22] u_ser, By Virtual, It runs in a Virtual Machine, Virtual Hardware etc. [10:22] oh yes now I remember [10:23] what is best to give to an old computer for booting DSL linux. GRUB or LILO ? [10:23] i'm only having one OS [10:23] kubanc: grub [10:23] Hello everyone. I'm having issues with a new wireless card in my laptop [10:23] New card: Intel 6300 (old card was an atheros ar9285) [10:23] Laptop: Sony Vaio CW [10:23] OS: Ubuntu Lucid [10:23] Driver package: linux-backports-modules-wireless-2.6.32-24-generic [10:23] passing_lunatic: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [10:23] Issue: Well, the card doesn't do anything. lshw -C network gives the message: network UNCLAIMED tied to the details of the new card. I've checked that /lib/firmware/ contains the correct ucode thingy (iwlwifi-6000-4.ucode). It works after a driver install in Win 7. [10:25] Hello everyone. I'm having issues with a new wireless card in my laptop: http://paste.ubuntu.com/476350/ [10:26] erUSUL, grub gives my error filesystem type unknown, partiiton type 0x7 [10:27] passing_lunatic you will probably have to copy the windows driver to the ndiswrapper === jan247_ is now known as jan247 [10:27] kubanc: what filesystem you choosed ? [10:28] hi [10:28] you will need to mount your windows file system then copy the driver for your wireless NIC to the ndiswrapper [10:28] hi [10:29] erUSUL, if i look for hda1, where DSL should get installed i see that the filesystem is NTFS. but i used fdisk, and created parition ext2 on this device [10:29] i need a 1 friend [10:29] boy [10:29] I got the unrecoverable error again :( [10:30] kubanc: use fdisk to change partition type ? [10:30] hey - i'm having trouble installing the android sdk on ubuntu 10.04 x64. ADB devices doesnt find my phone - i have tried adding the 51-android.rules file to /etc/udev/rules.d, but doesnt work either [10:31] Should I uninstall the native driver package in that case? [10:32] passing_lunatic, you shouldn't have to uninstall the native driver. Linux resides on a different partition. [10:33] Than your windows partition [10:34] hi [10:34] I'd liek to know, is it possible to use the command "ar" with a tar.gz file? [10:34] example: sudo mount -t ntfs /dev/hda1 /mnt [10:34] like ar -t myfile.tar.gz [10:34] find this link and now it works: https://help.ubuntu.com/community/AndroidScreenshots [10:35] then, after you do that, you will type sudo cp /mnt/windows/system/32/drivers/driver_file_name /etc/ndiswrapper [10:35] then, after you do that, you will type sudo cp /mnt/windows/system32/drivers/driver_file_name /etc/ndiswrapper [10:35] oops typo @ extra '/' [10:36] erUSUL, on /dev/hda1 i created partition /dev/hda1p1, what next? do i need to use mkfs ? [10:36] I think Ubuntu 10.04 has changed the directories around a bit. ndiswrapper is probably somewhere else [10:36] bacon http://manpages.ubuntu.com/manpages/lucid/man1/ar.1.html [10:36] kubanc: !? what? i said change partition type no *make* *new* partition [10:37] Oer: thanks, I was confused because when doing ar -t on a tar.gz file, output was :"hello_1.0-1.tar.gz: File format not recognized " [10:37] I rebooted but still have no sound on my system [10:37] erUSUL, yes, but there was no parition on disk, so i needed to do a new one, or am i false with this decision? [10:38] narfie narfie === awk_ is now known as awk [10:38] Oer: but i can read that the limit is around 15 or 16 caracter and my file name is longer* [10:38] kubanc: fdisk /dev/hda not fdisk /dev/hda1 which is a partition [10:38] bacon member list ? [10:39] pleae note be carefull with nvclock_gtk i just burn out my graphics card.. tx [10:39] have a nice day [10:39] Oer: perdon? =D [10:39] Why do the directories keep changing around with each new Ubuntu release? [10:39] bacon > t Display a table listing the contents of archive, or those of the files listed in member [10:39] Why do the directories keep changing around with each new Ubuntu release? It is really annoying! [10:39] my kubuntu stucks on the blue kubuntu screen at booting, i had the saem yesterday and reinstalled afterwards, now i have the same proplem again, what could be the reason and what is a possible solution? kb 10.04 / kernel 1.6.32-24 / brand new installation [10:40] llutz, thnx, so i was doing a primary partition of a primary partition, my false :) [10:40] bacon or T ? [10:40] Oer: yes i just wanted to check by CLI what was present in the archive [10:40] Seppoz_work, screen resolution boot into init 3 and check the logs [10:40] t [10:40] oke [10:40] Oer: and it is not due to the file lenght, i changed it and output is the same [10:40] awk: how to do that? [10:41] Oer: ar -x output the same ^^ [10:41] Can someone help me? The main partition to my system is showing something like 3 GB and dose not allow for a full install of Ubuntu, there is 1 Mib unallocated 108.92 GiB /dev/sda1 ext4 then 2.87 Gib /dev/sda2 extended and 2.87 GiB /dev/sda5 linus-swap - how do I get the 108.92 to my main system? [10:41] bacon i have no clue === u_ser is now known as config-edt [10:41] Oer: ok thanks for your help anyway :) [10:41] lov255, : delete all space and try create a custom layout [10:41] can someone just confirm me that the ar tool should work well with tar.gz archives? [10:42] awk that means reinstalling? [10:42] oh, didn't know it was installed, why do you worry about 100mb? [10:42] uhuu , after ctr+alt+del reboot it runs again [10:42] you can use cfdisk and try alocate it [10:43] magic [10:43] I did not set it up that way [10:43] it keeps messing up on me :( 4th time installing :( [10:43] bacon, manual gives me : a limit on member-name length may be imposed for compatibility with archive formats maintained with other tools. If it exists, the limit is often 15 characters [10:43] Seppoz_work, or you can startup in single user mode and change the run level to level 3 [10:44] it didnt even pass the kernel boot, how cna i involke that? [10:44] Oer: when it says member-name, does it means the file nalme? [10:44] bacon yes, see the description in man [10:44] typical of formats related to a.out [10:45] Oer: ok, but i tried to change the name lengh to give a lower number of caracters [10:45] Oer: and it didn't change anything [10:45] Oer: i'll read the man more carefully, thx for your help [10:46] yw [10:47] erUSUL, if i do command sudo fdisk -l I see that the /dev/hda1 is a Linux filesystem, but if I try to change the filesystem to etx2 or etx3 with command "sudo mkfs ext2 /dev/hda1" I get error: bad blocks count - /dev/hda1 [10:47] mkfs.ext3 ? [10:48] erUSUL, thnx, it's working now... [10:48] np [10:51] hi, my problem is that all of my shares are mounted as ro, however mount says that it is rw. Any hints? [10:51] erUSUL, and what's the command to se what filesystem the partition is (etx2, ext3, ext4, etc...)? [10:51] * SauLus is using NFS3 [10:52] kubanc: i do not know of any. fdisk is sometimes inacurate. maybe « parted /dev/sdx print » [10:52] is there away to reset the panels back to default on the desktop?...hopefully a cmd in the terminal :) [10:52] !resetpanels [10:52] To reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [10:52] hi. got a weird problem - my laptop starts really fast, but I don't see any kind of grub prompt. I'd like to get grub prompt to choose memtest - how can I do it? [10:52] it's 10.4 [10:52] depesz: press shift during boot [10:53] worst case - I can burn, and boot from cd, but i'd prefer to use normal grub boot menu [10:53] erUSUL: i am nearly sure I did it - will test of course now, again. === nand_ is now known as nand === wzkOFF is now known as wzk [10:54] depesz: or you can edit /etc/default/grub to make the menu appear allways [10:54] same thing - i was pressing shift all the time from issuing "reboot" to getting kdm. [10:54] ah. checking, thanks [10:55] depesz: or maybe just increasing HIDDEN_TIMEOUT ( to 2 seconds or so ) so you have time to press shift [10:55] Hi, I have this problem: my computer starts beeping very loudly when shutting down, the snd_pcsp and pcspkr are already blacklisted in /etc/modprobe.d/blacklist.conf (the only solution I get when searching everywhere on the Web). This doesn't happen all the time, but I really need to get rid of the beeping, since it has happened at office and is very embarrasing (and will get me berated soon for sure). I'm using Ubuntu 9.10 (Linux 2.6.31-22-generic #61-Ub [10:55] erUSUL, i found the command. it's "cat /etc/fstab" [10:56] erUSUL: did it, and still - there is no menu ? [10:56] jpag87a: maybe the motherboard complaining about something ( hardware problem ) [10:56] jpag87a: if it is during bios test etc it surely can not be ubuntu [10:57] depesz: then enable the menu. comment out ( putting a # in fron of the line) all the lines that have HIDDEN in /etc/default/grub [10:57] kubanc: "sudo blkid" shows the real filesystems [10:58] interestingly - my otrher computer has the same config (with 0 in timeout) and it shows menu! [10:58] depesz: you have to run « sudo update-grub » for the changes to take effect [10:58] erUSUL: sure, i ran it. [10:58] depesz: you did it after changing the timeout ? [10:58] yes [10:58] hey, i'm having an issue with the newest ubuntu, Seems like i'm not getting no sound ;[ [10:59] hello, i have an old pc running 8.04 lts. i was wondering whether i should run aptitude safe-upgrade or not. i am wondering whether the upgrades will slow my machine down. [11:00] @erUSUL: Bios test on shutdown? Mmm... cant it be? I use Windows regularly too and it never happens there... that's what I thought it could be a Ubuntu problem. I remember it also happened like three times when I used 8.04. more than two years ago [11:00] delby: whats your systems specs? [11:00] erUSUL: hmm ... not it works. [11:00] erUSUL: *now*. thanks a lot. [11:00] jpag87a: missread it. i thought it was at startup [11:00] depesz: no problem [11:01] Delby: Whats your systems specifacations? [11:01] sinead: piii with 256 ram. [11:03] hey, does anyone know how I can switch to a TTY in kvm? Ctrl+alt+f1 will switch me to the hosts tty1 [11:03] delby: Don't bother [11:03] yofel: #vbox [11:03] stick with 8 [11:03] wish i was still on 8 its the best ubuntu ive used [11:04] sinead: do you mean i should not run safe-upgrade at all or just not upgrade to 10.4? [11:04] just don't botherith 10.4 [11:04] bother with* [11:05] soon as i just installed it i have no sound, but some people do tend to ignore your question [11:05] sinead: sorry to repeat, but does that mean that it is ok to run 'aptitude safe-upgrade'? [11:06] delby: aptitude safe-upgrade wont upgrade the distribution in itself [11:07] erUSUL: ok, but might it slow my machine down because it upgraded the packages? [11:08] delby: it shouldn't; packages only get security bugfixes. Not enough a change [11:08] delby: to slow down a package i meant [11:09] sinead, erUSUL thanx for your help :) [11:10] 'ut [11:10] umm can some help me. My lm-sensors is not installing. === later777 is now known as later77 [11:10] It did install. But gives some error post installation. [11:11] installation was with sudo apt-get install lm-sensors [11:12] ServerTech: can you give us the error message? (in a pastebin if it's multiple lines) [11:12] guys, i googled quickly, but i did not find the name of the next ubuntu release [11:12] does someone know it ? [11:12] umm it actually tells me to enable the modules [11:12] i tried many time [11:12] and also asked here [11:12] !10.10 [11:12] Maverick Meerkat is the codename for Ubuntu 10.10, due October 2010 - Maverick is Not released and Not Stable, discussion and support in #ubuntu+1 [11:12] But nothing worked [11:13] erUSUL, thanks [11:13] ServerTech: well, it should ask you to enable the modules it needs [11:13] where is the config files for upstart ? [11:13] yah i try to enable it [11:13] it does not get enables, i asked the command here too and enter [11:13] entered [11:13] butit did not work [11:14] ssureshot: you mean the init scripts? /etc/init/ [11:15] yofel: oh man... it's too early for this... staring me in the face I should have known that one.. [11:15] heh [11:16] shouldn't "sudo apt-get --ignore-hold upgrade" work? [11:16] ServerTech: did you use sudo? 'sudo sensors-detect' ? [11:16] no [11:17] it might need admin priviledges to enable the modules [11:17] Wasnt there an application for ubuntu that was similar to the system monitor in windows 7? [11:19] how can i check wether pear is installed [11:21] hi any body tell me how to resolve this problem ,,,,,,im not able to play vedios though i installed vlc [11:21] how can i check wether pear is installed [11:22] I've decided to switch to debian, from ubuntu.... I'm trying to get help now and their distro channel is blocking me, and I don't know why.. [11:23] ShapeShifter499: you didn't register your nick maybe? [11:23] I'm using a registered nick right now [11:23] ShapeShifter499, hi i am not able to play videos in vlc reccently i installed ubuntu 9.10 [11:24] Jigal_: there is no 'pear' package in the repository, what application do you mean? [11:24] hi amy one tell me i installed vlc player in ubuntu 9.10 but voice s not comin what ot do [11:24] saravan: um.... not quite sure, ask someone else, I'm a bit of a noobie my self [11:25] Shape, tx bye [11:25] ShapeShifter499: odd, I can join #debian fine, iirc you should get send to another channel that explains why you can't join it? [11:25] saravan: wait [11:25] saravan: what type of video file? how does it fail to play it? [11:25] ah sound.. [11:25] yofel: I just get a "#debian Cannot join channel (+b) - you are banned" in my status tab [11:25] yofel. ok dude [11:26] eeek [11:26] yofel,dvd's [11:27] yofel: I've never used debian in 5 years, and I never go to their distro channel, till now. [11:27] ShapeShifter499: they have banned all web gateways [11:27] saravan: ok, I'm not sure, but can you go to the preferences, and in Audio select Pulseaudio as audio output? [11:27] ShapeShifter499: so get a real irc client and you'll be discussing with them in no time [11:27] andyn: including the offical freenode one? [11:28] #debian: ban *!*@gateway/web/freenode/* [by dondelelcaro!~don@rzlab3.ucr.edu, 1669962 secs ago] [11:28] andyn: hmm... they should only do that if the nick trying to join is not registered or if its been banned from another irc client [11:29] andyn: ok well thanks for telling me that... [11:29] andyn: just installed debian so I have no irc... any suggestions? [11:30] ShapeShifter499: for terminal use irssi, gnome xchat, kde quassel [11:30] those are my favorites [11:31] hi. anyone knows how to fix locales on 10.04 lts? `locale` says LC_* = POSIX [11:31] yofel: ok I'll try xchat, thanks :D [11:33] hmm never been to the ubuntu channel without "quiet join/leave" enabled [11:33] bad idea, ShapeShifter499 [11:33] ? [11:33] Xchat...? OMG What's that? Dirty chat? :) [11:33] no, that would definitely be xxxchat [11:33] ... [11:34] bluegene: bad idea? what xchat? [11:34] Ah right - yeah - don't have that installed (yet)...only stuck with this doggone xchat thingo... [11:35] * YankDownUnder taps the xchat icon [11:35] i prefer irssi because it's a console app and thus it can be used remotely [11:35] Nope...no pr0n there... [11:36] * yofel uses quassel client with remote core [11:36] and i also route my msn and google talk through a bitlbee gateway [11:36] If you're using irssi remotely, does that imply that you've got really long arms? [11:37] squeezing those hands through thin ssh pipes is a bit cumbersome sometimes [11:37] Mighty small dem pipes is! [11:37] i cant install ati radeon s300 driver plz on kubentu help me [11:37] and the encryption gives me a tingling [11:37] I get tingling feelings when I sever my arms completely. [11:38] MEANWHILE, ATI Radeon, parsa ? [11:40] now on xchat :D [11:40] * ShapeShifter499 wonders why he hasn't used this before [11:41] parsa: the hardware drivers application should be able to install that if fglrx supports your card (I don't know much about ati) [11:41] why I can't play youtube videos in Movie Player (I see the list of videos but I can't play them) ? [11:41] karlo, thats probably a broken feature [11:42] om26er can I fix it ? [11:43] karlo, it used to work before(?) but have not worked in Lucid or Maverick for me [11:43] karlo, Did you install all the codecs and stuff from the "restricted" packages yet? Cuz most likely, that's what yer issue is... === erkan is now known as _KAAN_ [11:44] om26er, I didn't try to play youtube videos before, and YankDownUnder, no [11:45] karlo, install ubuntu-restricted-extras s YankDownUnder said, might work [11:45] karlo, Ok mate - best thing to do, my friend, is to open up the Synaptic Package Mangler and in the search box, type "restricted" - thence you will see a list of "restricted" packages - which you can TICK, and then APPLY and then install... [11:45] S'all good! And then when you're done, you buy the pizza and beer. Right? Right! [11:45] :) [11:45] ty guys [11:46] ((software-center ?)) [11:47] <_KAAN_> hi can I help me [11:47] hi all [11:47] Can anyone suggest a decent alternative to OpenOffice - it is far too unstable on my box. [11:47] hiiiiiiiiiiiiiiiiiiiiiiiiiiiii [11:47] <_KAAN_> :P [11:47] =) [11:48] funkyweasel, how about a stable version? === _KAAN_ is now known as _Kubuntu [11:48] why only this server work on my ubuntu? === _Kubuntu is now known as _Kubuntu_ [11:48] <_Kubuntu_> :D [11:48] hii all [11:48] dear : need some help please [11:48] <_Kubuntu_> . [11:48] ya [11:48] wtf [11:48] dominick: I am using the so-called stable version. I found it crashes frequently when left unattented in the background. [11:48] i need help pls. [11:49] 2pc using ubuntu 10.04 when i try to share my hd drvice i get error Failed to mount Windows share [11:50] hi [11:52] for me the best audio player is audacious and best video player is vlc player, what are you think ? [11:53] funkyweasel, go-OO [11:54] dominick: Cheers. [11:56] hello, ubuntu is not configuring brother DCP-167c (printer) although it sees it. Anyone? [11:57] I'm having some issues, I just updated to Ubuntu 1.17 and everything was going smooth, but when I'm finished and I go to ../update.php I get a black on white page saying "Object not found!" Error 404 [11:57] I've checked the folder and I can ofcourse see that the update.php file is there [11:57] 6.17, sorry >.< [11:57] ubuntu 1.17 ? [11:57] 6.17... [11:57] Ubuntu 6.17? Um....hmmm... [11:58] no such thing either .. [11:58] oh shit [11:58] I'm in the totally wrong channel [11:58] year.month [11:58] was working with drupal >.< [11:58] sorry about that, my bad. haha [11:58] btw, i there a channel for drupal around? [11:58] hmm, is there a site to compare the difference between kubuntu and gubuntu ? gnome vs kde.. which has more development, etc ? [11:59] i have a problem booting. i think there's a problem in crypttab. how can i boot depite the problem? it just hangs, no real error, no busybox. neither ^c, ^d work, only ctrl+alt+delete reboots [11:59] hangs after mounting / [11:59] i can't get into stupid grub2 menu either [12:00] i have a usb mounted to root:root, how do i change permision to "dsl" user [12:01] kubanc: fstap optoin "user, rw" [12:03] !hi [12:03] Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [12:05] tala [12:08] Anyone here familiar with udev? I don't get the /dev/sda node with lucid + 2.6.32 kernel but udevadm test /sys/block/sda creates it just fine. [12:12] <_raven_> how to install xubuntu via network? [12:13] hello, i'm new user of Ubuntu 10.04 and somehow my sound isn't working at all. Is there a way how to restart the driver or something? Or something else i could do to make it work again? [12:13] i get no error message either [12:13] I have a problem with my ubuntu install. When I boot it hangs on "Checking battery state ...". I just installed kubuntu-desktop and then had to uninstall all of that MANUALLY because apparently you just cant remove a group of packages all at once ... [12:14] that sucks, industrial [12:14] I can still log in so that's fine but GDM etc aren't starting [12:16] <_raven_> how to install xubuntu via network? [12:19] Question: for a HTPC i have an intel P4 system, (socket 478 so pretty old), i want to install an ide -> compact flash disk, to store the OS (root) and a 200gb pata hdd (master) and a ide-DvDrom drive (slave) the thing is, that 200gb disk is for local storage ... (/data) is it posible to make the disk google idle if not used... via the OS... i.e. completely... [12:19] ...shutting it down unless the drive is neaded... [12:19] the prob with that drive is that if running it consumes quite some power, and thus producing heat.... [12:21] roya [12:22] before my USB was outrunning, but now it wont autorun, how to fix it ? [12:23] <_raven_> possible to change installed ubuntu to xubuntu via network installation? [12:24] _raven_: http://ubuntuforums.org/showthread.php?t=556849 [12:25] <_raven_> SwedeMike, not only the desktop but the whole system [12:26] <_raven_> what is the best debian system to run with low ram?? [12:26] is there any way to check what process is making dns-requests? I'm having regular requests for "eth1." as long as i dont bring up eth1.. like this; [12:26] 192.168.4.101.55415 > 192.168.4.1.53: 47087+ A? eth1. (22) [12:26] Hi, what was that commandline for adding PPA repos to apt source list? [12:28] amgarching: sudo add-apt-repository ppa: [12:30] anybody have sound problems in ubuntu 10.04? [12:30] how do i remove a .deb file? [12:30] is anybody in here any good at getting touchscreens to work with lucid? [12:31] sudo remove .deb ? [12:31] sudo dpkg -r .deb ? [12:31] livingdaylight: just the file? [12:31] aptitude remove foo [12:31] hi [12:32] thulle, i mistakenly installed the wrong .deb version... how do i uninstall ? [12:32] aptitude remove foo [12:32] dominick, thx [12:33] I have problems with grub (can get to boot windows too) [12:33] can not [12:34] rain_ what's the problem? === emc_ is now known as emc [12:34] !hi [12:34] Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [12:34] compuder messed someting up, installed grub new several times but only shows linuxes but not windows as possible boot [12:35] if directly add self to list then dont boot too [12:35] grub version 1,97 beta4 [12:38] hello im having problems with my sis mirage [12:39] any help [12:39] here is my xorg log [12:39] what's wrong with it ? === unnamed is now known as Guest52727 [12:39] http://pastebin.com/YB6vtvEg [12:39] im trying to install the drivers given in the forum [12:39] http://ubuntuforums.org/showpost.php?p=9104603&postcount=371 [12:39] is it okay to delete 300GB+ of files in one shot? or do I have to delete them one by one? [12:39] as per this thread [12:40] XunZi__: why would you have to delete them one by one? [12:40] how can i install zend studio on Ubuntu ? [12:40] but i get some error hopefully which some mite b able to decipher [12:43] Jungli: search the repos to see if it's packaged, if not there are instructions on the zend studio website [12:44] hi [12:44] how to delete a directory? [12:44] sudo rm doesn't work [12:44] livingdaylight: rm -r [12:45] livingdaylight: sudo rm -fr directory [12:45] thx [12:45] rain_, install os-prober and then run update-grub! [12:45] phlak_user, what more does -fr do over simply -r? [12:45] Is it possible to block a packet so it can't be installed by mistake? for example to be sure that a library I don't want gets installed because of a game depends on it, or to be sure canonical-census never is installed [12:45] livingdaylight: force (does not ask if you really want to delete) [12:46] bobo123: pin it to <0? [12:46] Does anyone know how I can give myself sudo priviliges? my system won't let me use sudo [12:46] thx [12:46] bobo123: you can mark it in aptitude [12:46] <_raven_> what is the best debian system to run with low ram?? [12:46] phlak_user, do i have to look in hidden files of home directory for more bits, or does that remove ALL from everywhere? [12:46] _raven_: damn small linux [12:46] _raven_: bo, ham, slink, woody, sarge [12:46] <_raven_> phlak_user, is this also debian? [12:46] livingdaylight: it removes everything [12:47] _raven_: emdebian [12:47] droes: do you have access to an account that does have sudo priv or do you have physical access to the system? [12:47] _raven_: http://www.damnsmalllinux.org/ [12:47] sis mirage :( [12:47] sacarlson: no on the first, but yes to the second [12:48] droes: so you did try sudo su but don't know the password? [12:48] droes: there might be a reason why you dont have sudo priv [12:48] phlak_user: aha ok [12:48] I can su [12:48] I just can't sudo for some reason === RichardG[away] is now known as RichardG [12:48] it's my own pc btw [12:49] droes: do you get an error when you sudo (like your name isnt in the sudoers)? [12:49] hello everyone: after making changes to the /etc/X11/xorg.conf how can I restart the xorg.conf so I can make use of the new changes? [12:49] phlak_user, when trying to reinstall .deb I'm told that same version is already installed? although i rm -fr'd it [12:49] phlak_user: It tells me I'm not authorised and that this will be reported [12:49] livingdaylight: you need to uninstall it (dpkg -r) [12:50] droes: yes, you need to add yourself to sudoers by using visudo [12:50] droes: well I guess you could boot with a live boot cd and create a new user that does have sudo priv [12:50] I'll try visudo [12:50] hang on :p [12:51] droes: ya I like that idea that phlak_user: has just boot a live cd and add to the sudoers file [12:51] Hi, can anyone suggest some tool / utility for me to monitor bandwidth usage on my system on a particular interface ? [12:52] After making changes to the /etc/X11/xorg.conf does anyone know how can I restart the xorg.conf so I can make use of the new changes? [12:52] dhruvasagar: bmon [12:52] phlak_user: I'm in the sudoers file, where do I add my name [12:52] !info bmon| dhruvasagar [12:52] 'dhruvasagar' is not a valid distribution: hardy, hardy-backports, hardy-proposed, jaunty, jaunty-backports, jaunty-proposed, karmic, karmic-backports, karmic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, partner, stable, testing, unstable [12:52] oops [12:52] phlak_user: hey is phlak still there ? [12:52] dhruvasagar: yes [12:52] dhruvasagar: the distro? [12:53] phlak_user: I remember phlak's site went down long time back [12:53] phlak_user, its confusing, coz now its saying: dpkg: warning: ignoring request to remove brscan3-0.2.11-2.i386 which isn't installed. [12:53] phlak_user: yes [12:53] dhruvasagar: umm thats ot, pl ask on #ubuntu-offtopic [12:54] livingdaylight: you could use apt-get instead of dpkg [12:54] phlak_user: your not there lol [12:54] After making changes to the /etc/X11/xorg.conf does anyone know how can I restart the xorg.conf so I can make use of the new changes? [12:54] phlak_user, i used aptitude remove earlier [12:54] # [12:54] /msg nickserv register [12:54] droes: just add your username to the end with ALL=(ALL) ALL [12:54] !x | reggi [12:54] reggi: 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 [12:54] droes: add the line in /etc/sudoers with youseryouwant ALL=NOPASSWD: ALL [12:54] I back [12:55] it wont help [12:55] thanks io =) [12:55] phlak_user: bmon is not what I want, I want something like bandwidthd but for only my system, not an entire network [12:56] droes: simpler thing is to add your username to the admin group in /etc/group [12:56] Hi. I see all the talk on installing ubuntu on a flash drive, using unetbootin, and this startup disk creator thing. [12:56] grup-update renews menu.lst but grub2 looks from grub.cfg and there no changes [12:56] Hello everyone, I have a problem with setting up the FTP server. After "sudo apt-get install vsftpd; sudo mkdir -p /ftp/pub; sudo usermod -d /ftp/pub/ ftp; sudo /etc/init.d/vsftpd restart" I still can't connect with a FTP client, is there anything wrong here? [12:56] dhruvasagar: you want to monitor or shape? [12:56] Is there a reason I can't just partition the flash drive and install to it like it was a hard drive? [12:56] johnnylee have you opened port 21? [12:56] phlak_user: only monitor [12:57] dhruvasagar: bmon does that for my machine [12:57] johnnylee or whatever your port settings are for the ftp [12:57] littlepenguin how can I check the port 21 is open or not? [12:57] phlak_user: but I have to launch bmon to monitor...I want some app to do it in the background at all times [12:57] johnny first: sudo netstat -tulpen and check if vsftp is running and on what port [12:57] phlak_user: have you tried bandwidthd ? [12:57] dhruvasagar: graphical? use conky [12:57] phlak_user: bandwidthd is good, but it is for an entire network... [12:58] phlak_user: doesn't have to be graphical [12:58] $ sudo netstat -tulpen | grep vsftpd tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 0 7670646 6672/vsftpd [12:58] the vsftpd is running and listening on port 21 [12:59] Hi all. [12:59] dhruvasagar: If you are set on using bmon then why don't you run it in a screen? [12:59] phlak_user: I want it to record data and keep it so I can check it from time to time... [12:59] johnnylee194: Is it binding to an externally reachable IP address? [12:59] dhruvasagar: like ntop? [12:59] ok johnnylee194 this is ok..do you have a gui for iptables installed like ufw or firestarter or sthg like this? [13:00] phlak_user: checking ntop [13:00] johnnylee194: sudo iptables -L INPUT -v [13:00] I did something really nasty by mistake. I manually removed Python2.6 from both "/usr/bin" and "/usr/lib". I know that's utterly stupid, but I did it. :( [13:00] !info ntop | dhruvasagar [13:00] phlak_user: vnstat seems decent enough I suppose [13:00] dhruvasagar: ntop (source: ntop): display network usage in web browser. In component universe, is optional. Version 3:3.3-13 (lucid), package size 2556 kB, installed size 10724 kB [13:00] Can you please help restore the files that I have corrupted? [13:00] phlak_user: I get a lot of entries, some with my name attached, some without. Do I just add my username to adm:x:4? [13:00] jlee@grape:~$ sudo iptables -L INPUT -v [13:00] Chain INPUT (policy ACCEPT 0 packets, 0 bytes) [13:00] pkts bytes target prot opt in out source destination [13:01] johnnylee194: check /var/log/vsftpd.log [13:01] littlepenguin: I don't have a GUI, I'm using ssh to connect [13:01] droes: add it to admin === keyur is now known as arpann72 [13:01] johnnylee194: what error do you get when you try to connect? [13:01] phlak_user: adm=admin? [13:02] Wed Aug 11 20:06:14 2010 [pid 1] [anonymous] FAIL LOGIN: Client "124.205.62.2" [13:02] MadRobot: reinstall python [13:02] it just tells me failed [13:02] johnnylee194: maybe you havent enabled anonymous logins; try with username [13:02] johnnylee194: add a user and use it to connect.it seems u use anonymous access [13:02] phlak_user, which is what I'm asking about. How do I do that? [13:02] droes: nope admin is separate [13:02] not activated i think [13:03] johnnylee194: sudo grep anonymous /etc/vsftpd.conf |grep -v ^# [13:03] phlak_user, I'm not able to compile it from source due to some missing dependencies. [13:03] phlak_user: I can't seem to find that then :p [13:03] droes: are you on ubuntu 10.04? [13:03] I'm using crunchbang [13:03] droes: that's not supported here [13:03] droes: the correct channel is #crunchbang [13:04] droes: this is a ubuntu support channel like the topic says [13:04] Madrobot: i guess you can't just atp-get install python [13:04] madrobot ops apt-get install python [13:04] MadRobot: sudo apt-get remove python and the sudo apt-get install python [13:04] in synaptic, I want to show only the Kubuntu backports repository, but I do not see it listed in the "Origin" list. It is listed in the repository window, though [13:04] thanks guys, it's because of the anonymous_enable=NO, it works now [13:05] why is it not shown in the origin list? [13:05] I am installing Ubuntu Server and when entering the gateway, I get the message gateway not reachable. [13:05] johnnylee194: yw [13:05] tvw: is it? [13:05] Of course! [13:05] (running Jaunty, by the way) [13:05] tvw: how did you test? [13:06] Sorry, I meant: Of course, it is not reachable! [13:06] I am installing the server, not running it. [13:06] sacarlson, Okay synaptic says I still have it on my machine. So does reinstalling it work? [13:06] My problem is, how can I can continue the setup. [13:07] tvw: configure the gateway ip address as the ip of the machine and reconfigure it later [13:08] I have a networking issue, I have an old XBOX that i connect to my PC so stream video files, but i keep error -107838374 share not available. [13:08] After the prompt, that the server is not reachable, I click continue, but it does not continue, it goes back. [13:08] exit [13:08] MadRobot: ya try reinstalling [13:08] tvw: i meant ip of the machine that you are installing the server on [13:09] brandon: and the pc runs ubuntu? [13:09] yes [13:09] You mean, I cannot configure the server without a network cable attached??? [13:09] Hi [13:09] tvw: you can [13:10] How? [13:10] I see, I did not got your point, thanks. [13:11] vus [13:11] Do i require a local interface (ip address) to setup DNS on ubuntu? [13:11] cus [13:12] G_G: did you want to setup a dns server or client? [13:12] no G_G you can disable lo interface and eth0 will still work [13:13] pls help what program managment power [13:13] when I insert bootable USB created on Lynx my laptop fails to boot. Any help [13:13] researcher1: lynx? [13:14] phlak_user i have a Burst.NET low spec VPS and all they give me is lo and 2 venet ip addresses [13:14] G_G: ok [13:14] . [13:14] no local eth addreses [13:14] so now i am wondering if the loopback will work [13:15] if i have no eth0 addresses [13:15] researcher1: I think he means linux maybe your bios is not setup or won't support usb boot [13:15] yes it UBUNTU [13:16] my laptop supports USB boot but asks for password [13:16] pls help me [13:16] someone who knows grub2 good? [13:16] the USB is created from Startup Disk Creator [13:17] !grub2 | rain_ [13:17] rain_: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10. For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [13:17] it wont get windos to boot up [13:18] rain_, I told you. Install os-prober and then update-grub! [13:18] managed to boot up ubuntus but no luck with wins [13:18] installed [13:18] and updated too [13:18] update-grub [13:18] but no help [13:18] can you show the output of update-grub > [13:18] Hello, I have a ubuntu server, just has root, what is the super-easy, normal, user-oriented way of saying "create a new user, copy the skel files, and add them as sudoer, exactle like a default user in ubuntu" [13:18] ? [13:18] severel updates made === lance_ is now known as Guest94005 [13:19] it makes it to file menu.lst [13:19] and don't say adduser unless you mean it (because it doesn't) [13:19] there seem to be all ok [13:19] rain_, grub2 does not have a menu.lst [13:19] but grub2 reads from grub.cfg file [13:19] 1 USB is created from Startup Disk Creator but does not boot laptop. Asks for password. Any guidance [13:19] update changes menu file [13:19] so, how do you really make a new user, with one argument (for blank password) or two arguments (to set password) [13:19] alright guys I've followed a guide to setup SSL on ubuntu, but now when i go to https://localhost I get error: Unable to connect [13:19] researcher1: enter password [13:20] let me tell you the api I want, and you see if it exists, or argue that I am stupid [13:20] self signed cert [13:20] I traied to chane grun.cfg manually but no luck [13:20] createDefaultUbuntuUser(String username, String password); [13:20] that would be nice [13:20] any luck with that? [13:20] phlak I dont have it [13:20] rain_, if you want to have a quick fix, add the lines inserted by update-grub in menu.lst into grub.cfg [13:20] how to create a new, default, like out of the box, ubuntu user? [13:20] in one command === kek_ is now known as kekl [13:21] termtermterm, adduser username [13:21] it add choises but wount boot up [13:21] phlak_user: thanks for your help [13:21] can anybody help with the above [13:21] dominick: see my previous message, that is incorrect [13:21] researcher1: lets get this straight; is the laptop (bios) asking for password or the ubuntu login screen? [13:21] dominick: try it yourself, adduser is fundementally flawed and doesn't add to the default groups (no sudo) [13:22] I have 2 hdds and 4 OS (2 ubuntus and 2 win xp) [13:22] termtermterm, you must manually add to sudo "visudo" [13:22] I don't want to sudoedit every time. I want a command to create a normal ubuntu user, in a _standard_ way [13:22] termtermterm: new users aren't supposed to be sudoers [13:22] dominick: yes, I know, I just saud the same thing, topyli you are wrong [13:22] eh? [13:22] you are talking about your new users? my new users are supposed to be sudoers [13:22] hence, they are [13:22] termtermterm: And you don't need to touch your sudoers file, just add them to the admin group. [13:22] termtermterm: "sudo adduser user admin" no need to visudo [13:23] termtermterm: your user management is weird then, non need to break ubuntu defaults [13:23] termtermterm, where are "default groups" defined? [13:23] termtermterm, not everyone should be given sudo rights. If you still want to add your custome adduser settings, read the linux administration guide to adding new users. [13:23] Pici: llutz thanks for that, I know that trick, I am just hoping I can "createStandardUser newuser roflcopter" [13:23] and that command will evolve and always do the right thing [13:23] kekl, I guess in /etc/addusr.conf [13:23] termtermterm: write a bash script then. [13:24] dominick: please reference where I suggest all users should be sudoers. i am not saying that. Yeah, but it should already exist.DRY. how are people working without standard, abstracted and good APIs? [13:24] why are the APIs so bad? look at adduser. You press enter 6 times entirely redundantly, because of a broken design, because the programmer thought "hey, i could do some extra pointless work here" [13:24] ah nevermind it turns out I needed to stop then start apache for the changes to take effect... looks like reload doesn't work with SSL installation [13:25] anyway. wasting my time. I just hoped someone would undestand the point, thanks anyway! :) [13:25] kekl: default groups are defined by consensus? when you install ubuntu, you have a default group (and the mechanism for that is probably the skeleton user?) [13:26] termtermterm, try creating an alias. Although, can you add an input parameter to alias? [13:26] dominick: good point... probably not, because it evals? I can just add a function to my bashrc though [13:26] hi all [13:26] i have a problem with my usb flash mass storage as follows [13:26] termtermterm: try useradd [13:26] but still, I would have to MANUALLY update that file, checking it stayed relevant [13:27] when i insert my flash in usb port it is detected by linux & kde but it is mounter only as read-only [13:27] llutz: yeah, useradd is pointless [13:27] and when i use the command "dd of=/dev/sda count=1 bs=512" [13:27] it reports me that the file-syste is read-only [13:27] this matter is repeated by any linux that i htested including ubuntu-10.10 and knoppix 5.1 and 5.3 [13:27] I want createUser(username, password) and it creates it to the current releases ideas of a default user, you know? it isn't demanding, it is just the correct API that should exist. Anyway, it is ok. [13:27] s there anyone knowing my solution? [13:27] asal: is it mounted rw? [13:27] I didn't expect it existing, I just hoped to make a point :SD [13:28] thanks, and ciao [13:28] termtermterm: hey [13:28] asal: or is the write protect on? [13:28] termtermterm: you don't want any app having the password shown on cli [13:28] Anyway... Ijust looked at the adduser manpage, (NOT useradd), look at /etc/adduser.conf for adding new default parameters. [13:29] asal: ya some usb flash have a switch on the side that make them read only [13:29] phlak_user; it is mounted ro and my flash memory does NOT have a key for its write-protecting [13:29] Question: I've got a 4 NIC ethernet card in an ubuntu server and every time I reboot the old eth0, eth1s go away and new eth5, eth6 etcs appear. I believe the card is generating new MACs per reboot - is there a way to 'fix' the mac addresses? [13:29] Erm! Where should I install application software in Ubuntu? [13:29] asal: if its mounted ro, you need to mount it as rw [13:30] taulus: Ubuntu does it automatically; use the software center [13:30] dear friends , i have my experience with linux for about 5 years and had have worked with [13:30] many kinds of flash memories but this one is a new problem for me :-( [13:31] I am trying to install Joomla phalk_user. I cannot find it in Synaptic? [13:31] it can worked read-write befor puluted with a virus ( on a Windows-XP machine) [13:31] it can worked read-write befor polutted with a virus ( on a Windows-XP machine) [13:32] asal: reformat it? [13:32] taulus: joomla will normally come with an installation script/wizard which will detect if you have apache/mysql etc installed. just follow the documentation [13:32] sacarlson: it can not be accessed by any command that want to write on any sectors of it [13:32] asal: play with it with gparted [13:33] asal: umount it then play with it in gparted [13:33] for example the dd command that want to access the /dev/sda device directly reported me that this device is write protected [13:33] taulus: like here --> https://help.ubuntu.com/community/Joomla [13:34] asal: was it already mounted? it must be unmounted I think to do that === punch is now known as troll === troll is now known as punch [13:34] asal: can you unmount it? [13:34] and when is insert the memory in the usb port the system report some of its characteristics on the linux console and among its sentences it writed me: [13:35] thx [13:35] "Write protect is on" :-( [13:35] asal: unmount it [13:35] !test [13:35] om26er, Thank You For Testing our bot. [13:35] hrm? [13:35] no no no. i tried the mounting and unmounting it many times [13:36] but nothing is solved :-( [13:36] * om26er was about to !op [13:36] asal: did you try gparted with it unmounted? [13:36] how can I completely remove mysql server and client and reinstall them? [13:37] mysql appears to be totally wrecked [13:37] sacarlson: i tried all of things that you told , but nothing is different unfortunately :-( [13:37] Bisu[Shield]: sudo apt-get remove mysql-server [13:37] Bisu[Shield]: asal: trash it get a new one. maybe it's garanted [13:38] opps [13:38] Bisu[Shield]: sudo apt-get install mysql-server [13:38] Bisu[Shield]: not you that trash thing [13:38] Hey folks. Ever since I upgraded to 10.04 I can't make any changes to the panels making up my menu bar. Has it been changed from 9, or have I simply forgotten? [13:39] Yerushalmi: you mean the panel is locked? [13:39] phlak_user: Yes, and I can't seem to figure out how to unlock it. [13:39] Right-clicking on pretty much anything gives me an almost entirely greyed-out menu [13:40] Yerushalmi: netbook or regular desktop? [13:40] phlak_user: Netbook [13:40] Yerushalmi: im afraid you dont have a choice; just log out and select gnome in your sessions and login again [13:41] hey guys i just finished a fresh install of ubuntu on a dell inspiron 1545 and i was having issues with the wireless cardshould i use sta proprietary driver or b43 free license driver [13:41] my wireless card is a bcm4312 [13:43] phlak_user: Thanks. Any idea why it's different? [13:43] iggy_: ive seen a lot of issues with the inspiron1545 and that card; the b43 free license driver is your best bet [13:43] !b43 [13:43] iggy_, I generally use whatever works, on my dell latitude wireless works a little flaky -- I use the default drivers that work out of the box and I just figured out a way to work around the issues [13:43] Yerushalmi: nope [13:43] howdy [13:43] phlak_user: Heh, well, thanks anyways [13:44] Yerushalmi: yw [13:45] i am unsure what all these flags when I use dpkg -l mysql*. what is ii, un, rc ? [13:45] thank you im not that advanced of a user but im learning more and more [13:45] http://ubuntuforums.org/showthread.php?t=1390979 [13:45] you think this will help me [13:46] !broadcom [13:46] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [13:47] nothing? [13:47] i have a problem with my usb flash mass storage as follows [13:48] !repeat | asal [13:48] when i insert my flash memory in usb port it is detected by linux & kde but it is mounter only as read-only [13:48] asal: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [13:48] for example the dd command that want to access the /dev/sda device directly reported me that this device is write protected [13:49] I back , grub upated and found windows loader too but in grub if I choose it grub self restarts not windows loader [13:49] Bisu[Shield], nothing in man dpkg? [13:49] and when i use the command "dd of=/dev/sda count=1 bs=512" [13:49] it reports me that the file-syste is read-only [13:49] hello all [13:50] hello after i actualize my ubuntu i try to remaster with remastersys and iso dont work ?????? [13:50] nope [13:50] not about those flags [13:51] ^^why linux annoys me. asal it's some weirdo permissions issue..don't know how to fix it...involves right clicking and changing the properties i think === ktogias_ is now known as ktogias [13:53] asal, not sure what you want to do, but u must be root to access a device directly [13:53] there anything new about the world of ubuntu ..? [13:53] hi all, built this pc recently and installed ubuntu....running well...however when I shut down the power led always remains on....could this be result of putting power led on reversed???? [13:53] asal: I had some counterfit usb flashed I used a tool from the manufacture that only runs in windows but I totaly mest it up when I reprogramed the usb id to 0000:0000. I had to trash it. [13:53] punch: it checked those things, i worked only by root user chand changed the /dev/sda* permissions to 777 too , but nothing solved [13:53] spaceterz, ask in #ubuntu-offtopic , this channel is for support only, or ask in #ubuntu+1 [13:54] http://ubuntuforums.org/showthread.php?t=1390979 [13:54] hey guys im on number three and i dont know how to compile [13:54] Hi, I have this problem: my computer starts beeping very loudly when shutting down, the snd_pcsp and pcspkr are already blacklisted in /etc/modprobe.d/blacklist.conf (the only solution I get when searching everywhere on the Web). This doesn't happen all the time, but I really need to get rid of the beeping, since it has happened at office and is very embarrasing (and will get me berated soon for sure). I'm using Ubuntu 9.10 (Linux 2.6.31-22-generic #61-Ub [13:54] ok [13:54] asal: i'm not a linux user; making themes for irc client...ubuntu is the best room to test in cause so busy; ie. permissions is the only possibility i could think of [13:55] hi back in time i must have changed some preferences and now in my "update manager" does not appear the "upgrade the system" button any more, how do i restore it? thanks [13:56] jpag87a, try disabling system sounds, I dont know why ubuntu would want to beep when shutting down, it usually makes one beep when booting up [13:56] how much enthusiasm ubuntu users .. where you live? [13:56] Can i as proftpd related question? no one @ #proftpd there answers.. [13:56] spaceterz, #ubuntu-offtopic please [13:56] IpSe_DiXiT, what version of ubuntu do you have? [13:57] tucemiux: 8.10 [13:57] what can I do interesting with my ubuntu ? [13:57] zeffy: you could try [13:57] @tucemiux You mean Sound Preferences > Sound effects > Sound theme : No sounds? It's already set up that way... [13:57] asal: there are tool to program usb flash drives to make them change there id and make them look biger than they realy are. that's the scam the chinese are using to sell fake usb flash drives. these tools go beyond what linux can do. look for usb flash counterfit on google and you will see. [13:58] barberan: like wut? [13:58] aeon-ltd, do not know... may be some desktop weather widget ? [13:58] Or sometimes they'd sell drive with faulty sections in the middle somewhere [13:59] aeon-ltd, or quick start menu at the bottom of the screen... I wish it's possible [13:59] barberan, gdesklets + awn [13:59] IpSe_DiXiT, there is no "Upgrade" option in your "Update Manager" GUI telling you there is a new ubuntu release available? You must have made a change in your "software sources" and made it so that you dont get that message [14:00] I am booting off a USB HDD and when after the GRUB menu but before GDM All I get is a blank screen then the boot splash for a second then GDM. Pressing del or F1 or anything to see details doesn't work. Anyway to fix this? [14:00] Anybody know how/if I can edit the Indicator Applet? I want to keep the volume icon there but get rid of the chat/mail/broadcast icon, which I have no use for. If there's an alternate way to get the sound icon up there that's also good. [14:00] tucemiux: isnt this exactly what i said like 5 mins ago? << hi back in time i must have changed some preferences and now in my "update manager" does not appear the "upgrade the system" button any more, how do i restore it? thanks>> [14:00] question: I setup my router not to broadcast SSID now everytime I rebot I ave t "connect to hidden network" why doesn't it autoconnect anymore? [14:00] tucemiux: so how do i fix it? [14:00] rebbot I have [14:01] question: I setup my router not to broadcast SSID now everytime I reboot I have to "connect to hidden network" why doesn't it autoconnect anymore? [14:01] thats better :D [14:01] Yerushalmi: I wanted the same thing when I acidently deleted the mail and didn't know It deleted the volume also [14:01] hell [14:01] tucemiux: found it, bye [14:01] barberan: dude, anything is possible with linux (within reason) [14:01] IpSe_DiXiT, I have 9.10, on the update manager there is an option stating "Upgrade", not "upgrade the system", I suppose that is what you have in 8.10 -- === shai_ is now known as shai [14:01] sacarlson: So I'm assuming you're saying it's impossible? [14:01] 6. Modify the blacklist to include the ‘b43′ and ’ssb’ drivers /etc/modprobe.d/blacklist.conf (Add below the bcm43xx blacklist) [14:02] how would i do that [14:02] barberan: anything here is possible https://bbs.archlinux.org/viewtopic.php?id=102058&p=1 [14:02] Yerushalmi: no I'm just saying I don't know but I'm with you [14:02] alienkid10: I don't think you can boot off an external hdd [14:02] Tik: make a new wireless connection and make sure to click "connect automatically" [14:02] sacarlson: Hehe. [14:02] whats the blacklist? [14:02] alienkid10: hm ok [14:02] Tik: I am doing it === PsyTrance_ is now known as PsyTrance [14:02] TiK: so you MUST be able to [14:02] Similarly, any way to get rid of the "my status" icon without losing the "various types of shutdown"? [14:03] iggy_: it's the list of kernel modules that you don't want to load [14:03] hello, due to some forced reason I need to unwillingly setup IE^ on my Ubuntu lucid (10.04) machine. Can some one tell me the most streight forward process? [14:03] jpag87a, that sounds like a bug [14:03] so how would i do what that step was telling me [14:03] kk_hacker: this is the simplest way --> http://www.tatanka.com.br/ies4linux/page/Main_Page [14:03] 6. Modify the blacklist to include the ‘b43′ and ’ssb’ drivers /etc/modprobe.d/blacklist.conf (Add below the bcm43xx blacklist) [14:03] Anyone have any ideas why I can't see boot up? Maybe some moudule I need to add? [14:04] @tucemiux I think that too, and I can't upgrade to 10.04. [14:04] o i c [14:04] alienkid10, what do you want to see? [14:04] iggy_: open that file in a text editor (with sudo pre-appended) [14:04] jpag87a, have tried shutting down using the command line? sudo shutdown -h now [14:04] @tucemiux I already upgraded and had to go back to 9.10 because I had problems of all sorts with 10.04 [14:04] ANYTHING during boot up [14:04] alienkid10: hm it is set to auto.. rebooting [14:04] the splash screen or the detailed text [14:04] @tucemiux Haven't done that, I'll try [14:05] sudo /etc/modprobe.d/blacklist.conf? [14:05] @tucemiux Thanks for the idea [14:05] ok. so. my computer is being slow as hell, but im only using like 47% of my cpu, and 81% of my ram.... ideas? [14:05] I select kernel then blank untill right before [14:05] but will the link have info on Ubuntu lucid? [14:05] GDM [14:05] alienkid10, put "verbose" for text and "quiet, splash" for the picture [14:06] jpag87a, you should also add yourself to the bug report: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/290204 [14:06] iggy_: sudo (text editor) /etc/modprobe.d/blacklist.conf [14:06] @brandon420 check on System Monitor what processes are eating up memory and cpu [14:06] trijntje: quiet splash is alreeady there [14:06] thank u [14:06] hello [14:06] I tried verbose and same result [14:06] brandon420: what spec pc? [14:06] why? [14:06] alienkid10, where did you put it? [14:06] that's why I think it's a module [14:06] after everything [14:06] in grub during boot? [14:07] aeon-ltd, 2.6ghz, 1gb ram, nvidia 8400gs [14:07] @tucemiux thanks for the info :D [14:07] brandon420: are you running compiz? [14:07] quiet splash was already there so I replaced ot with verbose [14:07] it* [14:07] yes [14:07] hey [14:07] brandon420: try disablinng it and see if it helps [14:08] alienkid10, thats weird, in that case I dont know whats wrong, sorry [14:08] jpag87a, the bug is supposedly on a "Fix Released" status, so you might want to give the developers a hint that the bug is still alive and kicking, at least in your machine -- someone may guide you on how to fix the problem on your machine if you participate on the bug report [14:08] ok now that i m in the text editor im kindo of confused of what im supposed to write sudo (text editor) /etc/modprobe.d/blacklist.conf [14:08] and "plugin-containe" is using 14.9% and xorg is using 14.7% of the cpu [14:08] So anybody know how I can have the volume on a panel without the little envelope icon thing? [14:08] iggy_ the STA driver in the repositories give you no joy? [14:08] Modify the blacklist to include the ‘b43′ and ’ssb’ drivers /etc/modprobe.d/blacklist.conf (Add below the bcm43xx blacklist) [14:08] no joy [14:08] trijntje: is there any USB module that may not be loaded during boot? [14:08] aeon-ltd, it does help a little bit, but not much, this is something recent [14:09] iflema did u have the same issue [14:09] aeon-ltd, i was thinking it was my dock, but when i turned it off, nothing changed. [14:09] Yerushalmi: i am trying this out --> http://superuser.com/questions/73200/remove-or-add-entry-in-indicator-applet-ubuntu-gnome [14:09] iggy_ ive install STA on 1545 and worked well... [14:09] How do I know which ports are open on my Ubuntu ? [14:09] ps. I am not gonna nmap my own machine ) [14:09] http://ubuntuforums.org/showthread.php?t=1390979 im follow ing this guide im on step 6 will it work? [14:10] 3931 brandon4 20 0 292m 92m 16m S 12.9 9.2 45:43.89 plugin-containe [14:10] is this what u used [14:10] barberan: netstat ? [14:10] howdy!!! :) [14:10] brandon420: go to a process manager or top and see whatss using up the resources [14:10] phlak_user: Hold up, though - the changes I'm making in gnome don't change things in Netbook, right? So why am I bothering - is there any way to change netbook? [14:10] barberan, use netstat [14:10] i dont know what im supposed to do on step 6 [14:10] barberan: netstat -tanp , be aware that by default there are no iptables rules in place. [14:10] alienkid10, if you boot from usb I'd think all usb-stuf is loaded, but I know very little about that [14:10] !who | iggy_ [14:10] iggy_: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [14:10] trijntje: anyway to check? [14:11] thank yoU [14:11] aeon-ltd, 3931 brandon4 20 0 292m 92m 16m S 15.5 9.2 45:53.53 plugin-containe and firefox [14:11] Yerushalmi: cant say [14:11] what is plugin containe? [14:11] does anyone know why i cant entoer the #php channel? [14:11] Jigal_: Its ##php, and you need to be registered and identified. [14:11] !register > Jigal_ [14:11] Jigal_, please see my private message [14:11] howdy!!! :) [14:12] brandon420: what are you running in firefox? [14:12] iggy_: just add two lines blacklist b43 and blacklist ssb === abhijit is now known as Guest78541 === abhijit_ is now known as abhijit [14:12] picard1400, but i am registered [14:12] iggy_: ... sudo gedit /etc/modprobe.d/blacklist.conf then add "blacklist b43" and "blacklist ssb" 1 per line no quotes [14:12] Pici, but i am registered [14:12] alienkid10, I think you should ask again here, and mention you are booting from usb [14:12] ok [14:12] Jigal_: You aren't identified. [14:12] ok one sec [14:13] ok [14:13] thank you guys [14:13] aeon-ltd, nothing special, a couple of torrent sites,gmail, youtube [14:13] iggy_ if STA does not show in the Hardware drivers gui install the bcmwl-kernel-source package [14:13] hello [14:13] Tried to use 'xset dpms force standby' in a script to put my monitors to sleep. It works remotely, but they turn back on after a second if I do it locally. I tried adding a sleep command before to get passed the keyup event, but it still doesnt work. Can anyone give me any ideas how to get it to work locally? [14:13] pici tnx now i am [14:13] I can't use imap in Kontact since the upgrade to KDE 4.5, what packet should I manually install? [14:14] floown, ask in #kubuntu [14:14] I am booting from a USB HDD with Ubuntu 10.04 fully installed to. When I boot up and pick my kernel the screen stays blank I have tried splash, quiet splash, verbose, and vga=773 still it stays blank until just before GDM. [14:14] floown, you may want to ask that in #kubuntu channel [14:15] brandon420: its probably youtube, if your wattching in hd [14:15] abhijit: coz_ they don't know :| [14:15] floown, oh :) [14:15] floown, try #kde then? [14:15] aeon-ltd, im not, the hd wont play smoothly for me. [14:15] abhijit: ok ^^ [14:15] can i sue apt-get to see the version of packages available for download [14:16] alienkid10: have you tried putting nothing but vga=773? [14:16] eg i want to install mysql and dont want 5.1 I would prefer 5.5 [14:16] Bisu[Shield], yes [14:16] aeon-ltd: no [14:16] i backed up my old grub.cfg with mv, ran update-grub and the new, however _identical_ (checked with diff) config file throws me into grub2 cli. trying to use configfile /boot/grub/grub.cfg results in "Error: out of disk." while configfile /boot/grub/old.cfg thrown me into grub menu [14:16] aeon-ltd: what should that do? [14:16] alienkid10: it should just set the frambuffer resolution [14:16] how abhijit [14:16] and what should I see during boot? [14:17] alienkid10: text [14:17] ok [14:17] Bisu[Shield], try apt-cache policy [14:17] I'll try that and report back [14:17] brandon420: how long has the firefox session been open? [14:17] Bisu[Shield]: can't you run synaptic so you can see the list there? === tonkk is now known as IceGuest_75_ === IceGuest_75_ is now known as billyboy === billyboy is now known as pumpkinhead === pumpkinhead is now known as billysmash [14:19] please help me , I use ubuntu 10.04 and google chrome but 3days ago chrome stopped loading gmail standard view and firefox works ok and in chrome i can only use the basic HTML view ... please help me ...tried empty the cache , create a new profile , reinstall .. all failed [14:19] brandon420: what else are you running in the background? and btw compiz has been known to slow down other gpu operations [14:19] I can't see to authenticate when I try to download a repository through Ubuntu Software Kit, it says authentication failure [14:20] seem* [14:20] Bisu[Shield] Firefox has an ubuntu package search bar built in also..... you may need to use a ppa, but beware it may void your upgrade path....... [14:20] i have compiz, cairo-dock, python(w/ethat is), totem, pidgin, and xorg is now taking up 32.5% cpu === dr3mro is now known as abuser [14:20] aeon-ltd, [14:20] please help me , I use ubuntu 10.04 and google chrome but 3days ago chrome stopped loading gmail standard view and firefox works ok and in chrome i can only use the basic HTML view ... please help me ...tried empty the cache , create a new profile , reinstall .. all failed === abuser is now known as ubuser [14:21] please help me , I use ubuntu 10.04 and google chrome but 3days ago chrome stopped loading gmail standard view and firefox works ok and in chrome i can only use the basic HTML view ... please help me ...tried empty the cache , create a new profile , reinstall .. all failed [14:21] help plz [14:21] E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. [14:21] !helpme | ubuser [14:21] ubuser: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !attitude [14:21] to fix this shouldnt I just alt + f2 and type dpkg --configure -a ? [14:22] ok well I'm not getting any answers in #kubuntu if there are any kde users in here..I'm sure there are, have any of you had an issue lately where your kde background falls back to a gnome background then when you right click you get the gnome right click menu? [14:22] brandon420, 1st run cairo in open gl thn run it wothout opegl. & see if this makes any differenc [14:22] nothing until 30 seconds before GDM where I get a line of color across the top of my screen in the correct res [14:23] aeon-ltd: nothing until 30 seconds before GDM where I get a line of color across the top of my screen in the correct res [14:23] hello how can i unzip the zip file in ftp server ? [14:23] polkitd(authority=local): Operator of unix-session:/org/freedesktop/ConsoleKit/Session3 FAILED to authenticate to gain authorization for action org.debian.apt.install-packages for system-bus-name::1.57 [/usr/bin/python /usr/bin/software-center] (owned by unix-user:OMITTED) [14:24] Jungli, use unzip command? [14:24] abhijit: i don't have shell :( how can i unzip it :) [14:24] jungli: can't you just use nautilus to open and unzip the file? [14:24] Jungli, dunno [14:25] Jungli: ya and unzip yourfile.zip in a terminal should also work [14:26] aeon-ltd: you there? [14:26] alienkid10: yeah [14:27] aeon-ltd: nothing until 30 seconds before GDM where I get a line of color across the top of my screen in the correct res [14:27] How do I configure polkit? [14:28] aeon-ltd: this all makes me think it's a module or something that needs to be added to boot up but I have no clue what it would be [14:28] alienkid10: what grub file did you edit? [14:28] aeon-ltd: not file used e at GRUB menu [14:29] to change the linux line [14:30] alienkid10: is it running grub2? if not can you upgrade? [14:30] sacarlson: I think it is seeing as I fresh installed 10.04 [14:30] #ubuntu-cn [14:31] Hi, win7 won't boot so I'm using Lucid exclusively (Quite successfully, even with games!) One thing I miss is my DJ/(live)Mixing software. Are there any packages as user friendly, and more importantly, as responsive as windows equivalents? Thanks. [14:31] !equivalents > CT1 [14:31] CT1, please see my private message [14:32] CT1, for artista there is ubuntu studio which has some improved kernel. try it [14:32] alienkid10 remove quiet and splash in /etc/default/grub followed by a update-grub in a terminal and don't add a vga=xxx ...... (the only booting errors I see are on the machines with proprietary display drivers) [14:32] iflema: ok [14:32] alienkid10: well in synaptic you should be able to see if grub2 is installed and if not install it, not sure its different in a usb boot [14:33] BTW there are two quiet splash in ther params [14:33] sacarlson: it is grub2 [14:33] hi ı want to dictionary for english-turkish please help me [14:33] alienkid10: I like iflema idea try that first [14:33] abhijit: Thanks. I'll look up those "!equivalents" and read up on studio. [14:34] sacarlson: will do === localg0d is now known as Ximal [14:34] alienkid10: I just installed 10.04 but for some reason it still had grub legecy installed not sure why [14:34] http://pastebin.com/Jx6NhCYx what now? [14:34] !studio | CT1 [14:34] CT1: UbuntuStudio is a collection of packages for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best Audio/Visual components from the Ubuntu repositories. For more info and install instructions, join #ubuntustudio or see http://ubuntustudio.org [14:34] sacarlson: well synaptic says grub2 here so [14:35] and I am using grub.cfg NOT menu.lst [14:35] alienkid10: ok then you got it [14:36] alienkid10 no use grug.cfg..... /etc/deafult/grub followed by sudo update-grub in a terminal to make the changes persist..... [14:36] http://www.h-online.com/open/news/item/Canonical-explain-the-new-Ubuntu-census-package-1053610.html [14:37] sacarlson: iflema aeon-ltd I have to go to breakfast not I removed the stuff from GRUB_CMDLINE and GRUB_CMDLINE_LINUX_DEFUALT since they were both quiet splash [14:37] so will be back soon [14:37] matthiaskrgr_: Please stay on topic, this is a support channel. [14:37] alienkid10 enjoy.... =) [14:38] hey, anyone working on software developing industry? [14:38] Hi i need some help regarding dual booting === heather is now known as Guest93397 [14:38] Jamess123, ask [14:38] can anyone help me using fsck? http://pastebin.com/Jx6NhCYx [14:38] machete: This channel is only for Ubuntu support. #ubuntu-offtopic would be a better place to start that discussion. [14:39] thanks Pici [14:39] ahhh [14:39] :) [14:39] a [14:39] :( [14:39] !pm | Jamess123 [14:39] Jamess123: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [14:39] i can't play any sound on my ubuntu 10.4 system [14:40] Hi there, I'm an ubuntu newbie,I have successfully installed Ubuntu 9.10 onto my external hard drive and I think it's great :)However, I have windows vista installed onto my internal hard drive and that's the reason I have ubuntu on my external,I tried partitioning my internal hard drive and successfully shrank it down leaving unallocated space available,I then restarted my computer and the boot screen left me with an error, meaning vista couldn't be [14:40] Does anybody know how to get UNE to allow me to edit the stupid menu bar? [14:41] sponzor: you need to fsck a partition, not a disk [14:41] jesus christ, I just deleted my root mysql user, how do I recreate it? [14:41] sponzor: don't you need to run fsck /dev/sda1 don't you need that 1 or 2 or some number in there? [14:42] sacarlson: that what I tried to say to him. =) [14:42] Hey, quick question. I've an app running in whine which frequently crashes. Is there any way to find out why, much like event log in Windows? [14:42] greetings, any body using 3G USB Data Card with ubuntu lucid [14:42] wine* [14:43] aeon-ltd, so it was firefox, i installed google chrome, and everything is working great. [14:43] sacarlson: tnx forgot about that :P [14:43] WTFBBQ2: #winehq [14:43] Ok thanks [14:43] don't go there [14:43] it's quiet like hell [14:44] is it normal that fsck is finnished in 15 second for a 500gb drive? [14:44] ssd+trim? [14:44] http://img835.imageshack.us/i/snap1q.png/ << can any one tell me whats that ? [14:44] hello ubuntu people [14:44] sponzor: if the fs is clean and you did not forced the fsck; yes === gb_ is now known as GaMeBoY [14:44] can you tell me why ubuntu lucid requirement is hot !! [14:45] sponzor: I guess it only checks what is presently used [14:45] Please help? :( :( :( :( :( :( :( :( :( [14:45] i don't think so [14:46] Jamess123: your message got truncated. the problem is non obvious. you can not boot windows anymore ? [14:46] I can boot vista [14:46] my rig can run 10.04 in one forth usage of cpu [14:46] but require my external hard drive to load the boot screen [14:46] the hdd is empty.. i nead to check if is it good for usage.. so i guess i need to check for errors? [14:46] !ot | guest123 [14:46] guest123: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [14:46] i am talking about ubuntu... [14:47] brandon420: might've been the addons :) [14:47] how using USB 3G data card with ubuntu? [14:47] Jamess123: thats becouse grub ( the linux bootloader) needs file present in the ubuntu disk to function properly [14:47] there are an convincing explain [14:47] aeon-ltd, well, could have, the only one i had was firebug [14:47] !! [14:47] Jamess123, try installing grub on the mbr of hdd where vista is installed? (****MAY RESULT FULL DATA LOSS****) I am not expert. [14:47] i have given command to upgraded my ubuntu and i swtich off my tft as it take time to upgrade when i come back and switch it on i found this http://img835.imageshack.us/i/snap1q.png/ [14:47] I can see it under my network connections/mobile broadband but I cannot use it [14:48] can some one help me [14:48] bihari: just accept default [14:49] All I am aiming to do is be able to boot vista when i need to without having to have Ubuntu as an option to boot as that require my external hard drive [14:49] ^^! [14:49] bihari: i guess is a combo to swithch from utf8 to Latin-1 [14:50] Jamess123, ohhhh. did you installed the ubuntu in your exteral hdd while your internal vista hdd connected? [14:50] any one !!!!!!!! [14:50] !anyone [14:50] I did yes, [14:50] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [14:50] mahioo, ask a question [14:50] i ask [14:50] the question is [14:50] !enter [14:50] Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [14:50] mahioo, on one line [14:50] can you tell me why ubuntu lucid requirement is hot !! [14:50] Jamess123: restore the windows bootloader. ##windows can help with that. basically you have to boot with the windows installcd and enter the recovery console. then use « fixmbr » command [14:51] mahioo, what does that mean [14:51] mahioo: hot?! [14:51] erUSUL> bihari: just accept default << how? [14:51] Jamess123: maybe you can run that command from the windows install too [14:51] .away [14:51] mahioo: I think #ubuntu-offtopic is a better place to ask the question. [14:51] How do I get rid of the mail icon in the menu bar without losing the volume icon as well? Similarly, how do I get rid of the chat/status menu without losing the shutdown/logout menu? [14:51] bihari: hit tab untill you highlight ok. press enter [14:51] hot it mean raise performance [14:51] .spam [14:51] Hi, I'm trying to set up port forwading to a guest VM using iptables, but the following command doesn't work: iptables -t nat -A PREROUTING -p tcp -i eth0 -dports 50022,50080,50443 -j DNAT --to 192.168.20.1 [14:51] mahioo: because it uses gnome. [14:52] Ok thanks [14:52] I'll try rebooting with no params [14:52] Gnea: i think that there are other distribution use gnome but with less requirement [14:53] mahioo: Start by removing Nautilus and installing Nautilus Elementary [14:53] mahioo: we don't care about those distributions, this channel is focused soley on Ubuntu. [14:53] my ubuntu 10.4 is mote and I don't know how to fix it [14:53] sirlark: I'm not sure but I think you want postrouting [14:53] Gnea: yes but just for compare [14:53] mahioo: there is no compare, only Ubuntu. [14:53] mahioo: You will grab a second or two performance boost [14:53] Jamess123: in the future if you install in a usb disk choose advanced partitioning or some such so you can decide where grub gets installed. you want it installed in the usb external disk [14:53] mahioo, #ubuntu-offtopic please [14:54] heyyy! [14:54] whompapotamus: do you mean that nautilus is need more performance [14:54] mahioo: you may find xubuntu or lubuntu easier to use [14:54] How do I get rid of the mail icon in the menu bar without losing the volume icon as well? Similarly, how do I get rid of the chat/status menu without losing the shutdown/logout menu? [14:54] everyone that is still using firefox, try chrome, it runs OMG good! lol. [14:55] Yerushalmi, right click and hit remove [14:55] brandon420: please try to remain on-topic. [14:55] Gnea: i know this but i wonder why ubuntu need this requirement , so i want to know [14:55] mahioo: Nautilus is bloated [14:55] pls help i have some problem witch compilation [14:55] brandon420: Ahahaha I wish it were that easy, but it removes the entire panel (if it lets me do it at all, because of the idiotic lock they put on editing the UNE menu bar) [14:55] !ask | areon [14:55] areon: 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. :-) [14:55] brandon420: I have had problems with firefox crash or shutdown when I look at youtube.com sometimes but chrome seemed to be able to watch the same thing with no problem. [14:56] make: *** No targets specified and no makefile found. Stop. [14:56] !compile | areon [14:56] areon: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [14:56] whompapotamus: ah so the pb in nautilus [14:56] mahioo: I already told you: because it uses gnome. gnome is bloatware, it uses so many system library resources just to launch a single terminal application that does the same thing that xterm does, using less than 10. [14:56] my ubuntu 10.4 is mote and I don't know how to fix it [14:56] erUSUL, http://img716.imageshack.us/i/snap2iu.png/ NOW Tthis one [14:56] ubottu i do ./configure [14:56] Error: I am only a bot, please don't think I'm intelligent :) [14:57] sacarlson, i was having problems with it today, and i uninstalled it and install chrome, runs perfect. i hate to say it cause im a huge ff fan, but i do kinda like the layout [14:57] bihari: as before; if you do not know. accept defaults [14:57] i compile program powersave but i learn compile [14:57] Gnea: thank you for the idea [14:57] mahioo: Not necessarily - probably have too many daemons up and running as well [14:58] mahioo: if that doesn't make sense to you, then I suggest you do try another distribution, such as slackware, in order to learn why it is that some GUI setups are more memory intensive than others, but keep Ubuntu around because it can still be useful. [14:58] areon, does ./configure give any error? [14:58] erUSUL, OK tab + enter [14:58] bihari: correct [14:58] no errors [14:58] my ubuntu 10.4 is mote and I don't know how to fix it [14:58] areon, try all ./configure and make etc commands with sudo? [14:58] *mute [14:59] abhijit: That shouldn't be needed. [14:59] whompapotamus: such what !! [14:59] abhijit: very bad idea... [14:59] noo :( [14:59] what is meaning of mote , matthiaskrgr_ [14:59] Hi everyone again [14:59] sc [14:59] Gnea: ok the info is come :) [14:59] I have a rtf document with all kinds of /par /u231? markup in it, is there any way to view that as a normal human readable document? [14:59] matthiaskrgr_: click on the audio icon on the top bar, then click 'unmute' [14:59] Pici, erUSUL ohhh. ok. actually in my case i need to so for some software and ofcourse their name I dont remember now. ;) [14:59] areon: What are you trying to compile? [14:59] shane2peru: open with a word procesor ? [15:00] areon, see what Pici erUSUL said to me [15:00] I have ubuntu on my external hard drive, and vista on my internal, whenever my computer boots up without the external hard drive, i get GRUB error 21, Please help [15:00] pici i try compile powersave [15:00] abhijit: only mke install should run as sudo [15:00] shane2peru: try open office [15:00] sacarlson: iflema: I did as you said and nothing for a while then I saw something about running init-bottom newline done then GDM [15:00] Yerushalmi, that is how i did it, http://uppix.net/0/3/7/070156d50efc7318cf927365c1936.png [15:00] erUSUL, okkk. [15:00] areon: Does that have a README or INSTALL file in it? [15:00] erUSUL, i tried OOo.o but, it left all the markup in there. [15:00] Jamess123: plug the external hard drive in before you boot, problem solved. [15:00] but now i have error checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.30) were not met: [15:00] No package 'dbus-1' found [15:00] Consider adjusting the PKG_CONFIG_PATH environment variable if you [15:00] installed software in a non-standard prefix. [15:00] Alternatively, you may set the environment variables DBUS_CFLAGS [15:00] areon: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [15:00] and DBUS_LIBS to avoid the need to call pkg-config. [15:00] billy_, tried ooo, it just left the markup in there. [15:01] brandon420: What version do you have? I'm on 10.04. [15:01] If I install KDE desktop on my system over apt-get what are the odds something breaks? [15:01] currently gnome [15:01] alienkid10 did you do it in /etc/default/grub and an update-grub???? [15:01] Gnea: I understand that but I have a laptop, and sometimes I just want to go on vista say downstairs without my hard drive. [15:01] alienkid10: well it boots I would be happy with that [15:01] shane2peru: weird. something wrong with the import process... you may try with a abiword [15:01] I mean 'mute' in the sense of no sound/music comes out. I already rebootet, set master o 100% but nothing helps. mute box is not ticked [15:01] iflema: yes [15:01] shane2peru: open in oo and then save as and pick whatever you like [15:01] afk [15:01] areon, that measn you need the next version of library dbus after 0.30 [15:01] Jamess123: the problem is that grub's configuration files are on the ubuntu drive, not the wintendo drive. have you considered wubi? [15:01] billy_, when I opened it, it left all the /par and stuff in there, so it really isn' [15:02] alienkid10 -splash -quiet and no vga=xxxx? [15:02] billy_, readable like that. [15:02] what is wubi? :) [15:02] sacarlson: yes but it was booting before too. I would just like to at least see the splash [15:02] iflema: yes made sure [15:02] Yerushalmi, i thought i was, but i guess i didnt update, im on 9.10 [15:02] mahioo: That all depends - cups, webmin, hal, etc. Don't know your configuration? Could be a video driver - the list for figuring it out is beyond the time I can spend with you - I think it was mentioned - but try a minimal distro (you may find your performance enhanced there?) [15:02] Jamess123: i already told you waht to do. [15:02] !wubi | Jamess123 [15:02] Jamess123: Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please file bugs at http://launchpad.net/wubi/+filebug. [15:02] iflema: no splash quiet or quiet splash and no vga=xxx [15:02] *nod* 9.10 seems to have been more customizable. I'm somewhat regretting upgrading to 10. [15:02] Jamess123: simply put, it allows you to install ubuntu without an external hard drive, and without messing up your windows installation :) === GoldenAxe is now known as GoldenApe [15:03] alienkid10 are you using proprietary display drivers? [15:03] Gnea: will this make ubuntu run slower than normal? [15:03] Jamess123: absolutely not, in fact it should make it faster [15:03] shane2peru: then i dont think it can be a proper rtf document - try this open a new document anf import the rtf document - it might give you some conversion options [15:03] iflema: yes ATI but even on first boot this was happening [15:04] whompapotamus: ok thank you for help [15:04] Okay cool thanks [15:04] billy_, yeah, I will try that, thanks [15:04] hi all, after reboting ubuntu 10.04 in virtual box under windwos 7, my netbeans installation dissaperas under Application --> programming, how can I retirive it back, or I need to install netbeans again? [15:04] Hey all - Can anyone here suggest a graphical desktop environment that would work best with a 50 inch screen? I've been using Gnome so far but just realized that it doesn't even have window tiling built in - that's enough to make me want to try other. Thanks for any info! [15:04] Jamess123: it basically takes a chunk of HD space on the C: drive and turns it into a real-virtual drive for Ubuntu [15:05] (please point me to a more appropriate channel if needed) [15:05] GoldenApe, right click on the ubuntu logo lef to menu Application then go to edit menu there you can add netbeans entry. if it there already then just select it [15:05] Jamess123: WUBI works well and runs at normal speeds [15:05] I need help diagnosing a problem booting 10.04 amd64 builds of ubuntu: with older kernel releases I could do 32 and 64 bit builds both on the same rig; now system locks up after a syslog msg relating to "child_rip+0x0" [15:05] !pm | areon [15:05] areon: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [15:07] abhijit --> it's not there...could be it's uninstalled it's slef somehow ... maybe I need to allocate more space from my HD for ubuntu? [15:07] GoldenApe, if its not there then you can add it manualy [15:07] How can I upgrade from 8.10 to 10.04? [15:07] perhaps I should note that this system went through the upgrade process from 9.10 jaunty [15:08] how i install library dbus ?? [15:08] Hi, Guys [15:08] barfster: 8.10 --> 9.04 --> 9.10 --> 10.04 or reinstalling [15:08] areon, use synaptic [15:08] abhijit --> ok I do I found the location were it was installed? (sorry for all the noob questions, really thanks for all the quick help) [15:08] i am facing a problem with ubuntu top bar, all the menus have shift to the right [15:09] GoldenApe, you dotn need locatin just write the command [15:09] how do i fix it [15:09] erUSUL: How do I go 8.10 -> 9.04? just by editing the apt sources list? [15:09] !upgrade | barfster [15:09] barfster: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [15:10] barfster: the update manager should offer you the upgrade [15:10] What is update manager? [15:10] can you download additional man pages for ubuntu that aren't normally there? [15:10] erUSUL: I am using terminal only [15:10] i noticed man export didn't exist. [15:10] maybe I should also note that this system runs with both an MSDOS partitioned disk and a GPT disk, the latter containing the bootstrap and all Linux volumes [15:10] through ssh [15:10] pls what is DBUS_GLIB ?? [15:10] <|Dreams|> can someone take a look at my ogs please and tell me why my pc keeps locking up requreing a hard reset cheers http://ubuntu.pastebin.com/JnwJeLk1 [15:10] <|Dreams|> logs* [15:10] barfster: ok; the follow the instructions in the docs... [15:11] areon: where did it come from? [15:11] wolfric_: Sure. Check out the manpages-dev and manpages-posix [15:11] erUSUL: I did this one: https://help.ubuntu.com/community/HardyUpgrades#Network%20Upgrade%20from%207.10%20for%20Ubuntu%20Servers%20(Recommended) [15:11] Hello. My ubuntu 10.4 system is mute. I mean 'mute' in the sense of no sound/music comes out. I already rebootet, set master to 100% but nothing helps. mute box is not ticked. killing pulseaudio affects nothing, too. [15:11] and it took me to 8.10 [15:11] not 8.04 [15:11] DestinyAwaits: you should be able to drag the icons on the top bar if they are locked you can right mouse and unlock before you move them [15:11] wolfric_: 'export' itself looks like its in the posix set of manpages. [15:11] ok [15:11] matthiaskrgr_: do you have speakers plugged in? [15:11] gnea: DBUS_GLIB... configure: error: Package requirements (dbus-glib-1 >= 0.30) were not met: [15:11] No package 'dbus-glib-1' found [15:11] Consider adjusting the PKG_CONFIG_PATH environment variable if you [15:11] installed software in a non-standard prefix. [15:11] Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS [15:11] and DBUS_GLIB_LIBS to avoid the need to call pkg-config. [15:11] See the pkg-config man page for more details. [15:11] abhijit --> ok, how do I found the right command ( I feel pretty silly right now :P) [15:11] Gnea: I have a notebook with built in speakers [15:12] barfster: o.0! are you sure? [15:12] erUSUL: Affirmative [15:12] barfster: what does « lsb_release -a » says ? [15:12] areon: Please use a pastebin, don't paste text in this channel. ( http://paste.ubuntu.com ) [15:12] GoldenApe, you can confirm the command 'netbeans' from terminal [15:12] pici: so how do i get it [15:12] areon: if you're going to insist upon spamming the channel, then please, utilize pastebin or leave. [15:12] hello. I need help for an upgrade from hardy to lucid. [15:12] wolfric_: sudo apt-get install manpages-dev manpages-posix [15:12] gnea sorry me mistake [15:12] erUSUL: http://pastebin.org/471791 [15:13] !upgrade | mhue [15:13] mhue: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [15:13] areon: I believe you were informed once before, therefore it's not a mitake. [15:13] barfster: Ubuntu 10.04 LTS <<<< that's not 8.10 [15:13] is there some one who has experience with ubuntu and lcd touch screens for professional exposition use ? [15:14] erUSUL: http://pastebin.org/471805 [15:14] It’s a mess somehow [15:14] I am sshed into the machine I am on now from home, which is behind a router and firewall. I am wondering if it is possible to use this to SSH into my home machine. [15:14] abhijit --> ok, (you know it will come) how do I confirm the command 'netbeans' from terminal? [15:14] I had 7.10, tried to go to 8.04LTS, but it took me to 8.10 [15:14] <|Dreams|> jmknsd, yes if you forward ports [15:14] abhitt, ubottu: thanks [15:14] pici: thanks :) are there any other man pages i might not have by default? [15:15] Then I tried to do the upgrade to 8.04 again, and it looks like it install 8.10 several times [15:15] GoldenApe, first open your termianl from application>accessory>termial then type 'netbeans' if netbean program runs then this is valid command otherwise try 'netbean' [15:15] hi i just upgraded from 8.10 to 9.04 it went all ok but then when it rebooted the system something happened: the pc won't boot any more, it tries, turns on the fan and everything, seems like its booting but then it suddenly shuts down again, 2 secs dead and it tries again, and so on. what happened? [15:15] wolfric_: Nope, that should cover everything. [15:15] |Dreams|: I don't have access to the routers port forwarding from here [15:15] barfster: maybe you got grub2 installed ? [15:15] <|Dreams|> jmknsd, no then unless your firewall is rubbish [15:16] I have a major issue with my computer [15:16] sacarlson: Thanks. but do i have to lock them individually [15:16] pici: many thanks [15:16] barfster: that's why menu.lst got not upgraded ... [15:16] GoldenApe, 'netbeans' is the right command. i just checked [15:16] abhijit --> none of them worked, again could be I need to allocate more HD space for ubuntu, and it's uninstalled netbeans automaticly after reboting? [15:16] |Dreams|: it is =/, Thought I would ask though [15:16] DestinyAwaits: yes I believe so [15:16] <|Dreams|> unless u can ssh into your router [15:16] ok [15:16] GoldenApe, you said that your netbeans entry is missing in applications menu , right? [15:17] is it indication of anything that the amd64 installation and amd64 liveCD image both lockup the same way during boot? [15:17] Yesterday, I tried to delete my ubuntu partition to either switch distros or to move to an earlier version of ubuntu (I was booted into windows 7) [15:17] barfster: run « sudo update-grub » paste the output please [15:17] abhijit --> yes, and yesterday when I was using netbeans after installed it, it was in application --> programming [15:17] So I did that using the windows partition manager, and now I can't boot into anything [15:17] sacarlson: one more thing i am using │ [15:18] erUSUL: http://pastebin.org/471818 [15:18] GoldenApe, when you run the command 'netbeans' in terminal what output you get? use pastebin for more than 3 lines [15:18] I just get Error, k=unknown filesystem newline >grub rescue [15:18] This is redonculus, I will reinstall 10.04 minicd [15:18] sacarlson: uxrvt can you tell me how can i copy and paste things [15:18] DestinyAwaits: ya you can add those or delete them [15:18] barfster: sudo aptitude install linux-image [15:18] abhijit --> The program 'netbeans' is currently not installed. You can install it by typing:sudo apt-get install netbeans [15:19] Can anyone help/ [15:19] *? [15:19] sacarlson: so i cannot copy/paste text from the uxrvt terminal [15:19] GoldenApe, this is obvious thing. isnt it? netbeans is not installed then how can be its entry possible in menu? you first install it ? then entry will come automatically [15:19] erUSUL: aptitude? Isnt that GUI? [15:19] I do not have GUI installed [15:19] Anyone try out Lubuntu 10.4? [15:19] barfster: no is command line [15:19] aaron__, yes all in #lubuntu are trying it [15:20] barfster: but you can use apt-get if you like [15:20] lenintu: hi [15:20] hi i just upgraded from 8.10 to 9.04 it went all ok but then when it rebooted the system something happened: the pc won't boot any more, it tries, turns on the fan and everything, seems like its booting but then it suddenly shuts down again, 2 secs dead and it tries again, and so on. what happened? [15:20] DestinyAwaits: copy and paste files? text? oh just highlight the text you want to copy and right click mouse and select copy. move mouse to where you want to put it and right mouse and select paste [15:20] Hello everybody [15:20] I need some help [15:21] !ask | lNX5 [15:21] lNX5: 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. :-) [15:21] sacarlson: it is not showing any popup menu on right-click [15:21] I tried to fix with "apt-get -f install" but got the message "Errors were encountered while processing: [15:21] /var/cache/apt/archives/linux-image-2.6.32-24-generic_2.6.32-24.39_i386.deb [15:21] E: Sub-process /usr/bin/dpkg returned an error code (1)". Does anyone know what I should do from that? [15:21] qUaNtiC_: maybe, because the CPU is too hot [15:21] abhijit --> then I return to my previous question, I installed netbeans yesterday I even used it (the program entry was in Appliction --> Programming) now how come it's uninnstalled itself automaticly without my promission? [15:21] !paste | mhue [15:21] mhue: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [15:21] DestinyAwaits: then I don't know what state you are running in. are you runing ubuntu-desktop? [15:22] sacarlson: yep [15:22] I downloaded the iso from this site http://www.ubuntu-mini-remix.org/ [15:22] sacarlson: no base-line [15:22] GoldenApe, ohhh. that i dunno. there may be something happen which you diddnt noticed? [15:22] hi all- please help diagnosing a problem booting 10.04 amd64 builds of ubuntu: with older kernel releases I could do 32 and 64 bit builds both on the same rig; now system locks up on amd64 only, after a console msg referring to "child_rip+0x0" [15:22] but when I boot with it i couldn't get the gui desktop [15:22] abhijit --> it could be I need to allocate more space for ubuntu in the Virtual Box? [15:22] would ubuntu work straight after the install with dualboot etc etc on a Macbook? [15:22] and I couldn't even use it [15:23] hi lenintu [15:23] lNX5: We don't support that here, please take a look at the support section on their website. [15:23] DestinyAwaits: I'm not sure what that aplication is most standard text box aplications will alow copy and paist. [15:23] what U support here??? [15:23] sacarlson: yes [15:23] GoldenApe, cant help in that case. i alwasy use virtual box hdd as dynamic allocation [15:23] lNX5: This channel is only for Official Ubuntu derivatives. [15:24] abhijit --> that what I did, because of that I found it wierd [15:24] hello [15:24] ame: what does the cpu have to do with the ubuntu upgradeP? [15:24] abhijit --> then I will install it again hope this time it will stay :D, thanks allots for all the help [15:24] hello [15:24] how can I delete files from a drive giving input/output error? [15:24] GoldenApe, ohhh. dunno then. just check in #vbox [15:25] hey, is it possible to make a link from firefox on nautilus having it to have the icon of the site linked? [15:25] qUaNtiC_: when I upgrade the syste. i notice a program will track the cpu frequent. === brown is now known as Guest55139 [15:25] pls help i have problem with Liblazy [15:26] qUaNtiC_: when CPU get too hot , will limit the process [15:26] Ddorda_N, I found this http://ubuntuswitch.wordpress.com/2007/07/09/howto-use-mozilla-thunderbird-in-nautilus-send-to-instead-of-evolution-for-attachments/ [15:26] I have ffmpeg and libmp3lame installed. I'm trying to run use the libmp3lame encoder on ffmpeg but the ffmpeg was compiled with libmp3lame disabled. Can I activate it somehow or will I have to install ffmpeg from source? [15:26] I am just installing Ubuntu Server 10.04 and wonder why it per default installs postfix. Does a linux server must have a MTA? [15:26] tvw, try in #ubuntu-server [15:26] tvw: yes [15:27] !details | areon [15:27] areon: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [15:27] both: thanks [15:27] tvw: every linux-system needs an mta, not only the server-edition [15:27] how can i fix the FWH problem ? [15:27] TheBase: enable medibuntu you get a ffmpeg with mp3 support afaik [15:27] !medibuntu > TheBase [15:27] TheBase, please see my private message [15:27] iceroot, btw, what is mta? [15:27] abhijit: mail transfer agent [15:27] erUSUL, thanks [15:27] iceroot, ok [15:28] when I boot the system, it say : FWH not found . [15:28] I hate Ubuntu [15:28] it's so bad [15:28] and not useful at all === Googlepop is now known as GGP0647 [15:28] it doesn't have even a good media player in the CD [15:28] lNX5: Do you have a support question? [15:28] how can I delete files from a drive giving input/output error? [15:28] lNX5: learn to use apt-get [15:29] Ubuntu 700 MB doesn't read even MP3 while Slax 200 MB can read AVI and Matroska files!!! [15:29] lNX5 and try rhythmbox [15:29] pls help i have problem with compilation powersave error is LIBLAZY... configure: error: Package requirements (lazy >= 0.2) were not met: [15:29] Ubuntu is so slow [15:29] lNX5: maybe it's your problem. not ubuntu [15:29] lNX5: If you're just here to complain then you may leave. This channel is just for support. [15:29] lNX5: stop trolling and learn something about "free" and "non free" [15:29] Puppy Linux is So Fast and Flexible [15:30] INX5 you should know the puppys limitations === [J] is now known as DarkJuju [15:30] lNX5: Please see the topic and remember that this channel is for support. [15:31] Ubuntu is bad, Guys You have to look over [15:36] hi all - please help diagnosing a problem booting 10.04 amd64 builds of ubuntu: with older kernel releases I could run 32 and 64 bit builds both on the same rig; now amd64 installation locks up after a console msg relating to "child_rip+0x0"; may be notable that the system has both MBR partitioned disk & GPT disk; GPT disk contains grub2 and all Linux volumes; also the karmic installations are upgrades from jaunty === Jack is now known as Guest24268 [15:39] is there a better place for me to find help with grub2 troubles booting ubuntu? my strong suspicion is this is not a grub2 problem per se [15:39] hi all [15:39] anyone know if umsdos is maintained any more and if you can run a ubuntu-based system from it? [15:39] adminewb, try #grub channel :) === dgtl|screen is now known as dgtlchlk [15:40] 10.04 ubuntu LiveCD image locks up in boot the same way :/ [15:40] dns problem [15:40] adminewb, in their topic is a grub how to for reinstallation and I believe links to other sites for grub2 [15:40] Hey all -- I just installed the kde desktop package to use KDE instead of Gnome - After I log in all I can see is a terminal window and the KDE desktop background - My resolution is way too big so I can't read anything in the terminal - Any suggestions? (There is nothing on the screen except for a small terminal window and right-clicking the desktop does nothing) [15:40] !grub2 [15:40] GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10. For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [15:41] hi all , howdy [15:41] So GRUB2 is stable? [15:41] can answers something [15:41] Look at there please :) (Yes, kernels from 9.10 even) http://paste.ubuntu.com/476463/ update-grub while making Generating grub.cfg ... is constantly *hanging on*. Where is the solution? [15:41] I got a message the other day warning me that it might not be rock solid yet, but if it works for most regular stuff, I’ll start using it [15:41] ok thanks coz_ [15:41] can i get answer from my questions [15:41] barfster, its stable but not as easy to deal with [15:42] !hi | freehdr [15:42] freehdr: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [15:42] freehdr@freehdr-laptop:~$ sudo /opt/lampp/lampp start [15:42] freehdr, I didnt see your question [15:42] !ask [15:42] 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. :-) [15:42] [sudo] password for freehdr: [15:42] Starting XAMPP for Linux 1.6.7... [15:42] XAMPP: Another web server daemon is already running. [15:42] XAMPP: Starting MySQL... [15:42] XAMPP: Starting ProFTPD... [15:42] freehdr: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [15:42] XAMPP for Linux started. [15:42] do not paste multiple lines :( [15:42] freehdr@freehdr-laptop:~$ sudo /opt/lampp/lampp start [15:42] [sudo] password for freehdr: [15:42] Starting XAMPP for Linux 1.6.7... [15:42] XAMPP: Another web server daemon is already running. [15:42] XAMPP: Starting MySQL... [15:42] XAMPP: Starting ProFTPD... [15:42] XAMPP for Linux started. [15:42] do not paste multiple lines :( freehdr [15:43] freehdr: Please use a pastebin, don't paste here. [15:43] where i can paste? [15:43] Pastes to http://ubuntu.pastebin.com [15:43] how to use pastebin? [15:44] how do i resume a job? [15:44] paste in it, and post the URL here :-) [15:44] wolfric_: fg [15:44] When I run apt-get upgrade google chrome try's to download on an infinite loop. Pasted output at http://pastebin.com/fTfgvaRf. Please can someone help? [15:44] erUSUL, Medibuntu doesn't have ffmpeg package for 'lucid'. Can I install the 'hardy' one? [15:44] i have install 2 web server [15:44] abhijit --> when I run the installation .sh file it's telling me netbeans already installed, and not letting me installed it again [15:44] apache original [15:45] and xampp package isntall [15:45] !ffmpeg > TheBase [15:45] TheBase: i checked an i use normal ffmpeg and mp3 works as expected after installing lib lame [15:45] pici: coming up as fgrep [15:45] Cilk, why not just use the chromium-browser package in ubuntu? [15:45] wolfric_: fg is a shell built-in [15:45] are the two web server crash ? [15:45] erUSUL, Which one? [15:45] !info ffmpeg [15:45] Failrar plugins don't work on that last time I checked [15:45] ffmpeg (source: ffmpeg): multimedia player, server and encoder. In component main, is optional. Version 4:0.5.1-1ubuntu1 (lucid), package size 231 kB, installed size 768 kB [15:46] erUSUL, normal like from the standard distro? [15:46] is there a hotkey to put something on hold or pick it back up? i remember using something but can't remember what [15:46] TheBase: yes [15:46] distro = repo [15:46] ah k [15:46] GoldenApe ohhh. try sudo apt-get remove netbeans and see what it says then install it by doint sudo apt-get install netbeans [15:46] hmm [15:46] something like ctrl or alt and 1,2,3 etc [15:46] nm then [15:46] TheBase: + libmp3lame0 [15:46] how do we know if your server crash, freehdr ? [15:46] freehdr: What is your actual question? All on one line please. === kek_ is now known as kekl [15:46] wolfric_: crtl + Z ? [15:47] is there no grub-legacy package in 10.04? [15:47] hi all [15:47] abhijit --> couldn't find package [15:47] hy i have a problem [15:47] GoldenApe, now do sudo apt-get install netbeans [15:47] i have upgraded my ubuntu [15:47] erusul: then what? [15:47] hey there. I have a laptop with a wireless ipw2200 card. Since last version and despite the fact that I updated to lucid, wifi has turned unreliable sometimes, and it seems impossible to use pidgin or empathy cause when the wifi disconnects it automatically reconnects, but they won't be able to send/ recieve messages, any hint?, pls [15:47] !info grub-legacy [15:47] Package grub-legacy does not exist in lucid [15:47] Joran: in my opinion no [15:47] hi ersul [15:47] erusul: how do i get it back [15:47] TheBase: for example « ffmpeg -i file.flv -ab 256k file.mp3 » works as expected here [15:48] Hi all how do I log in as root in terminal?# [15:48] i've executed command lsusb. as result was appear Bus 002 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port. Now how to locate this device in /dev folder? [15:48] erUSUL: when it ask for restart [15:48] wolfric_: run jobs see what number the task is and do « fg %number » [15:48] Oer: The legacy grub package is just 'grub' [15:48] XAMPP: Another web server daemon is already running ? [15:48] why? [15:48] !rootshell | Markive [15:48] Markive: Using !sudo with single commands is preferable in most circumstances. However, if you really need a root shell, use « sudo -i » (other variants of this commands are redundant and/or potentially dangerous) [15:48] I was trying something more like: /usr/bin/ffmpeg -y -i /tmp/Inaugural.mp4 -acodec libmp3lame -ar 44100 -ab 96k -f flv -b 512k -r 25 -s 600x400 /tmp/flash.flv [15:48] i get insde terminl the screen is black an i can see roo0t@root-os [15:49] erUSUL, do you get libmp3lame list when you do a 'ldd /usr/bin/ffmpeg' [15:49] ? [15:49] package grub has no installation candidate, however the following packages replace it : grub-pc [15:49] erUSUL: i need you help sir [15:49] TheBase: yes [15:49] is flash (player) any faster in ubuntu using google chrome vs. firefox? [15:49] bihari: what's the problem [15:50] abhijit --> it want to donwload an older version of netbeans now [15:50] erUSUL, are you using lucid? [15:50] bagaimana caranya meng non aktifkan apache [15:50] how to deactive apache , coz i wanna use xampp [15:50] TheBase: correct lucid 64 bits [15:50] freehdr: remove it with synaptic [15:50] erUSUL thanks [15:50] GoldenApe, ohhh dunno. if it is in synaptic then you can. otherwise you need to install from source. [15:51] erUSUL but i need file from apachelib [15:51] freehdr: sudo update-rc -f apache2 remove [15:51] abhijit --> that what I did originally installed an SH file [15:51] LoadModule dav_svn_module modules/mod_dav_svn.so [15:51] when i installed 10.04 i never saw an option to encrypt the whole drive [15:51] can someone here help me with 720p playback? the audio is fine, but the video is skipping [15:52] LoadModule authz_svn_module modules/mod_authz_svn.so [15:52] i need those file === Kasjopaja23 is now known as Kasjopaja [15:52] if i remove apache .. it does not take any effect ? [15:52] !compile | GoldenApe [15:52] GoldenApe: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [15:53] hello [15:53] hi === GUestGUest__ is now known as ^Mostafa [15:54] can anyone help me with 720p playback on 9.10? [15:54] <^Mostafa> i would like to close my privet [15:54] <^Mostafa> what should i do? [15:54] abhijit ... ubottu --> lets start from the begining how to I tell ubuntu to remove all netbeans leftovers or whatever he thinks is still installed, as he talles me that netbeans is installed and not letting me install it again [15:54] malam [15:54] erUSUL: i need a help [15:55] GoldenApe, sudo apt-get remove --purge netbeans [15:55] bihari: still do no know what your isuue is ... [15:55] ^Mostafa: Er, Can you please rephrase your question, I don't think we understand what you are asking. [15:55] when i restart my computer from upgradation as it asking for restart [15:55] how can I set enviroment variable in ubuntu? [15:55] bash [15:55] after restart asking for root-os login [15:56] bihari: you are in intramfs/busybox shell ? [15:56] <^Mostafa> Pici, it was a qustion about konversation software, i wrote in wrong place [15:56] <^Mostafa> :) [15:56] fancybit@fancybit-laptop:~$ set $var = "100" [15:56] fancybit@fancybit-laptop:~$ echo $var [15:57] the result is empty [15:57] after restart asking for root-os login when i login to my account i can see black screen having n "welcome to ubuntu! *documentation:https//help.ubuntu.com [15:57] why? [15:57] abhijit ... ubottu --> he tells me netbeans is not installed, I think it's installed by other name, yesterday I installed this file:netbeans-6.9.1-ml-linux.sh, by typing in the terminal sudo netbeans-6.9.1-ml-linux.sh [15:57] GoldenApe, ubottu is bot. [15:57] fancybit_: #bash would be a more appropriate place for this question. [15:57] abhijit --> lol [15:57] ok [15:57] GoldenApe, i cant help further this. you may want to ask in #netbeans [15:57] bihari: you ibnstalled server version ? no GUI ? [15:58] I will thanks anyway for all the help so far [15:58] after restart asking for root-os login when i login to my account i can see black screen having n "welcome to ubuntu! *documentation:https//help.ubuntu.com root@roo0t-OS:~$ << this one on my screen [15:58] i dont know i am just 18 and a newbi in linux [15:58] how to remove apache ? [15:58] any one can help me please [15:58] bihari: what version of ubuntu you installed ? [15:58] lucid [15:59] i think [15:59] fancybit_: just at the prompt var="this" [15:59] bihari: how come you logged in as root ? [15:59] through my login password that i have used for ubuntu karmic [16:00] bihari: is a fress install or an upgrade ? [16:00] freehdr: sudo update-rc -f apache2 remove will make it not start at boot [16:00] upgrade === mhue is now known as galagan [16:00] i have shown you the screen shot on imagehack remember [16:00] you told me to hit tab and enter [16:01] erUSUL, I needed libavcodec52. which it has on the normal repo [16:01] . [16:01] erUSUL, sorry, libavcodec-extra-52 ! [16:01] TheBase: ok; is weird that it is not installed as ffmpeg dependency [16:01] o yeah it is allways with libavcodec smthng wrong after updating every time [16:01] erUSUL: remember i have shown you a screen shot when i was installiing you told me to let it be in default by pressing tab and enter [16:02] bihari: you are sure the upgrade completed succesfully ? [16:02] hop so [16:02] now what to do next ? [16:02] sacarlson sudo: update-rc: command not found [16:02] ? [16:02] bihari: try « sudo aptitude update && sudo aptitude safe-upgrade && sudo dpkg --reconfigure -a » [16:02] what should i do [16:03] this one ? [16:03] freehdr@freehdr-laptop:~$ sudo update-rc -f apache2 remove [16:03] freehdr: The command is update-rc.d [16:04] Pici thanks it work [16:04] freehdr: opps it's update-rc.d [16:04] Pici but [16:04] XAMPP: Another web server daemon is already running. [16:05] apache still running [16:05] freehdr: sudo /etc/initi.d/apache2 stop [16:06] sacarlson -> XAMPP: Another web server daemon is already running. [16:07] sory -> sudo: /etc/initi.d/apache2: command not found [16:07] ok lets try something else how do I remove manually , *.sh file I installed , how do I find is installed directory and delete it? [16:07] GoldenApe: how did you installed it ?? [16:07] So, I'm using the fglrx driver and I'm getting graphical glitches in Thunderbird. It's like some surfaces aren't repainting when they are supposed to be, for example when you unminimize thunderbird there are sometimes grey/black boxes that, if they are buttons, go away when you hover over them (forcing them to repaint) [16:07] freehdr: opps again sudo /etc/init.d/apache2 stop [16:08] freehdr, sudo /etc/initi.d/apache2 stop ( including stop !) [16:08] ah -i sacarlson [16:08] Oer: You should spell it right too ;) [16:08] sudo and drag the file :netbeans-6.9.1-ml-linux.sh , to the terminal then press enter [16:08] Pici i assumed he did not use stop [16:08] GoldenApe: maybe it has an --unisntall or --remove option [16:09] sacarlson -> apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName [16:09] GoldenApe: sudo ./netbeans-6.9.1-ml-linux.sh --uninstall/--remove [16:09] it is success message [16:09] ? [16:09] freehdr: that's normal [16:09] sacarlson thanks for help support [16:10] XAMPP: Error 1! Couldn't start Apache! [16:11] erUSUL --> it's opend the installation gui [16:11] XAMPP: Sorry, I've no idea what's going wrong. [16:11] hi does anyone know how to fix this problem during the upgrade? thanks. http://paste.ubuntu.com/476480/ [16:11] can anyone go on gamepoint.co.uk and try running a game? [16:11] i cant get the java applets to work, other applets work just fine [16:11] Hi [16:13] GoldenApe: you will have to check the homepage for uninstall instructions [16:14] freehdr: you running in 64bit mode? [16:14] erUSUL: now it says options marked [*] produce a lot of out put - pipe it through 'less' or 'more' ! [16:15] sacarlson no 32bit [16:15] erUSUL: ? [16:15] bihari: just keep on accepting default options when asked [16:15] I installed ubuntu 10.04 last night, first *nix distro for a home system. So far I like it :P [16:15] tab + enter ? [16:15] erUSUL ok thanks === DaZ^ is now known as DaZ [16:16] freehdr: I hate to ask again but you don't have an AMD64 [16:16] bihari: yes [16:17] sacarlson :no i use intel pentium mobile processor [16:19] freehdr: well I guess the other solution would be uninstall lamp and just install apache2 php and mysql through synaptic [16:20] ok sacarlson, i will try [16:21] im on Lucid with no X - /usr/lib/xorg/extra-modules/nvidia_drv.so will not modprobe help please? I can't get kdm or X [16:21] Hello. i have written a very simple hello world asssembler program. I am running ubuntu. How do i compile and run it? [16:21] abhijit, now m here [16:21] purvesh, yah i know its ok [16:21] how to make grub detect a new windows installation? [16:22] purvesh, we wll talk later that was not imp or urgent work. now m busy in another work. tahnks for your reply :D [16:22] Diverdude, try google [16:22] !google | hyb [16:22] hyb: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [16:22] my bad [16:22] * hyb hides [16:22] Hello. I have a little problem... I have a problem with my huawei e160e. It worked perfectly up to yesterday. Then it started to disconnect frequently and sometimes it could not connect at all. A little experiment showed, that trouble starts when my modem switches from 3G to other networks (2G, for instance). In windows there is a tool that came with the modem that can make the modem connect to 3G only. Is there a way to do the same thing in Ubuntu? [16:22] Diverdude: use an assembler. nasm or gas [16:23] erUSUL: now i can see roo0t@root-0s:~$ [16:23] bihari: the command i gave finished without errors ? [16:23] hi, its everyone hir speak spanish [16:23] no [16:24] no error [16:24] !es | miguel_ === miguel_ is now known as Guest35556 [16:24] miguel_: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [16:24] #j -in [16:24] bihari: run it again just to make sure « sudo aptitude update && sudo aptitude safe-upgrade && sudo dpkg --reconfigure -a » [16:24] thanks ubottu [16:24] abhijit, hmm.... [16:24] how to join indian channel? [16:24] !id [16:24] join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [16:24] vivek312, i told you that day [16:24] ouch [16:24] !in [16:24] #ubuntu-in is the channel for Ubuntu in India [16:24] "Mouse Chording" etc, with the lack of xorg.conf etc... "Simple" question. I play WoW (flame bait) under wine, and want to have middle click 'event' considered as a separate event than simultaneous left+right clicks. Is this firstly possible, secondly, is it a wine issue an xorg issue or a kernel issue? is there a (relatively) simple solution>? thanks === purvesh_ is now known as purvesh [16:25] !pm | vivek312 [16:25] vivek312: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [16:25] vivek312, type /j #ubuntu-in [16:25] Hello. I have a little problem... I have a problem with my huawei e160e. It worked perfectly up to yesterday. Then it started to disconnect frequently and sometimes it could not connect at all. A little experiment showed, that trouble starts when my modem switches from 3G to other networks (2G, for instance). In windows there is a tool that came with the modem that can make the modem connect to 3G only. Is there a way to do the same thing in Ubuntu? [16:26] I'm using Grub 0.97 on Ubuntu 10.4, how to switch to Grub2? === Guest35556 is now known as Jmiguel [16:26] bihari: tell me when its done [16:26] heyy guys [16:27] brandon420, hi [16:27] i need some help getting 720 to play smoothly, can anyone help me configure it? [16:27] * PHP_Arun is backk in action !!!!!! [16:27] %C4 pff [16:27] !away > PHP_Arun [16:27] PHP_Arun, please see my private message [16:28] just being curious: is there a command to reinstall every package on an ubuntu install? like upgrading to the same version [16:28] Hello i have a question i just installed amorak on my ubuntu system but i can't play mp3 files what package should i install to get it working? [16:28] cousteau: you can do it with a clever script [16:28] !mp3 > voxyn [16:28] voxyn, please see my private message [16:28] !mp3 [16:28] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats === Albertop_ is now known as AlbertoP [16:29] erUSUL: i get the error dpkg unknown option --reconfigure [16:29] Ok... Did my message come through at all? [16:29] bihari_: is --configure sorry [16:30] XonX: yes [16:30] voxyn, if u want to play some mp3 files & videos also then just install VLC player from : 1)ubuntu Software Center , 2) synaptic package manager or 3) gnome-terminal :) [16:30] oki i have one connection so i wil back soon :d [16:30] * PHP_Arun snores [16:30] I have a Ubuntu 8.04 server install with something wrong with it. Trying to log in from the console results in an immediate "Login incorrect" before asking for a password. Logged in via ssh, when I execute "sudo -i", I get three "Sorry, try again." messages, then "sudo: 3 incorrect password attempts", without ever being prompted for a password. The user is in the admin group. Anyone know what's going on? [16:30] XonX: probably noone knows ... [16:32] Is there a document (or picture preferably) showing how a mouse click gets sent to an app in wine (kernel, hal, xorg, some gnome stuff, wine...)? I want to know at what "layer" I should start searching to troubleshoot my problem (I want middle click to be separate from left+right click in wine) [16:32] erUSUL: Too bad... [16:32] Hi, I'm having trouble booting into single user mode on an ubuntu server a colleague set up. [16:33] It seems to ignore it, even when I append the right stuff to the kernel line in grub. [16:34] RyanP: i'm guessing ssh it's setup for no password using keys. can you get physical access to the machine? otherwise you'll need the admin to get you a key file [16:35] Does Ubuntu package bin2iso anywhere? [16:35] !info bin2iso [16:35] Package bin2iso does not exist in lucid [16:35] !info bchunk [16:35] bchunk (source: bchunk): CD image format conversion from bin/cue to iso/cdr. In component universe, is optional. Version 1.2.0-11 (lucid), package size 13 kB, installed size 72 kB [16:36] sacarlson, no, I can ssh to the machine with a username and password. The machine is at a remote site that I'll be unlikely to be able to access until tomorrow. [16:37] RyanP: ya when I read it again I saw I was wrong. [16:37] erUSUL --> I found the dir were's netbeans was installed to, it's seems to be that all there, if I want to make for it a manual entry what file should I put in the command? (netbeans.css?) [16:37] Does anyone know where [middle-click] and [left-click + right-click] are combined to mean the same thing to my PC? Is it some kernel stuff? some xorg.conf thing? or is it purely a wine thing? Where are input events intercepted and when are they interpreted/sent to apps? [16:37] RyanP: I guess your no longer on the sudoers list [16:38] RyanP: but why would it come back with 3 tryies if that was so? [16:38] erUSUL: it says "0 packages upgraded,0 newly installed,0 to remove and 435 not upgraded neet to get 0B archives. after unpackaing 0b will be used. [16:38] GoldenApe: an entry in a menu ? [16:38] :( [16:38] ? [16:38] bihari: 435 not upgraded .... [16:38] ? [16:38] yes [16:38] is there a free text editor with ftp support available for ubuntu - something like pspad or htmlkit [16:38] bihari: sudo aptitude safe-upgrade [16:39] is there something in linux i can use to create flow diagrams like this: http://www.cs.st-andrews.ac.uk/files/StACloudDiagram.jpg [16:39] erUSUL --> yes [16:39] hey, i'm looking for dictionatry to translate text in 1 click and read the translation, ideas? [16:39] rainrain: search for filezilla in software centre [16:39] bihari: if that does not work do « sudo aptitude dist-upgrade » [16:39] GoldenApe: *.sh is more likely [16:39] and after that reading package lists...done building pakage list..done [16:39] schweegi: thanks but im looking for a text editor [16:39] schweegi: filezilla cant edit [16:39] Bisu[Shield]: dia perhaps? [16:39] Anyone know why with a new 10.04 install I would have trouble getting contacts from my ubuntu one account? [16:39] sudo aptitude dist-upgrade << shud i try this now [16:40] erUSUL: sudo aptitude dist-upgrade shud i try this now ? [16:41] bihari: if safe-upgrade does ot do the job then yes [16:41] quit [16:41] My "middle-click" issue I think ties into my past failure regarding lirc and certain buttons being.. intercepted?.. before I could set what I wanted some button to mean. Any, even lenghty document available about where user input is captured, interpreted, ultimately does something(user intended or not). Thanks [16:41] free text editor with ftp support anyone ? [16:42] Just curious, I'm doing a minimalist install of ubuntu, does ext2, ext3, ext4 affect speed too terribly? [16:43] What are the reasons, if my sound card is not recognized in the "sound"-preferences and appears at the command of "alsamixer" in the terminal an error that no file can't found? [16:43] Hi guys, is there any other way how to open .daa files, than the poweriso? [16:43] CT1: what wine are you using? maybe a newer version works better [16:43] rainrain, ext2 on especially small devices is faster if I remember correctly [16:43] maitrey: Not that I've heard of... [16:44] rainrain: potentially it just maximizes space [16:44] schweegi: asamixer is not installed by default you need to install it with apt-get or synaptic [16:44] the poweriso is working only through the terminal? Or is there any mistake I did? [16:44] jediknight304: sorry not sure what you're saying - have you mixed me up with someone else [16:44] guys please take a look at http://4.bp.blogspot.com/_FJH0hYZmVtc/TF6qOnVmPqI/AAAAAAAAJNk/Kd6pl0S_ZQA/s1600/Screenshot-dark.png , what is the mod that add file edit view go , etc at the above menu ? [16:44] anyone ? [16:45] looking for freeware text editor with ftp [16:45] sacarlson: it's already installed [16:45] erUSUL --> I found it, it was in even deeper folder :P, but it's worked, hope this time it won't dissaper from menu :P [16:45] thanks all for the help [16:45] cousteau: 1.1.42 is it certainly a wine issue? or does ubuntu general think I'm 'middle-clicking' when I left + right click? [16:45] adamramadhan: let me see if I remember [16:45] cousteau: oh yes please! [16:45] schweegi: well you mispelled that might be the problem it's alsamixer [16:46] CT1: try leftrightclicking somewhere else, maybe you have "Emulate 3rd button" on [16:46] rainrain: yea I have, that was ment for aaron__ [16:46] or go to Preferences > Mouse and see if it's selected [16:46] GoldenApe: no problem [16:46] Can anyone assist with contact sync problems on new 10.04 install? [16:46] adamramadhan: it was somewhere in UbunTweak [16:47] h [16:47] cousteau: what menu ? [16:47] btw if anyone miss the link http://4.bp.blogspot.com/_FJH0hYZmVtc/TF6qOnVmPqI/AAAAAAAAJNk/Kd6pl0S_ZQA/s1600/Screenshot-dark.png [16:47] cousteau: not being a hardcore ubuntu user, I don't know what a middle click means in general terms. Give me an example and I can try if left+right does the same as middle... thanks :) [16:48] im finding whats mod that add edit file etc at the top menu :( [16:48] adamramadhan: gnome2-globalmenu [16:48] look for it, I think it's not in repositories [16:48] cousteau: desktop ? [16:49] adamramadhan: it's a program you have to install [16:49] oh i see :| [16:49] and it doesn't work with all apps, for example it fails with firefox [16:50] (actually, it just keeps the upper panel empty and puts the menu on the window as it would normally do) [16:50] cousteau, its not global menu , i found the link that someone good pm me [16:50] http://www.omgubuntu.co.uk/2010/05/ubuntu-1010-application-menu-available.html [16:51] it was called globalmenu last time, IIRC [16:51] oh yeah i forgot :D [16:52] cousteau: I can copy your reply and open gedit, pressing left+right click pastes the text, as does middle click. So I assume (correct me if I'm wrong) that it's not a wine issue, but goes further down the conceptual layers. Where though? ubuntu and gnome? futher down to xorg or is a kernel (module?) that mixes the two distinct mouse events as one event? [16:53] CT1: then disable "Emulate three button mouse" on the mouse preferences [16:53] How do you set the PYTHONPATH for the root user only? [16:53] cousteau: Seriously!? Please tell me it's that simple! Where is that option? :) :) [16:54] CT1: well, I actually don't know if it's there [16:54] if it is, it will be at System > Preferences > Mouse [16:54] I need to use sudo to allow my script to read from the /var/log/apache2/access.log file. [16:54] very useful for notebooks, but not with 3-button mice [16:55] Is there a way to force aptitude to say 'yes' to any questions? === Richard is now known as Guest27434 [16:55] So that if I do aptitude install or update, it'll just auto-answer yes for me? [16:55] I'd like to know: why do Debian latest release's repositorie is so outdated when it comes to applications such as aMsn or VideoLan? Is it that debian goes several steps behind where ubuntu goes? [16:55] sudosudo, ubuntu is based on debian [16:56] the ubuntu team aggresively updates packages, etc [16:56] whereas the debian team doesn't have as many package maintainers (it seems) [16:56] helo [16:56] sudosudo: Ubuntu is synced from debian unstable for most packages (although lucid was synced from stable). [16:56] b14ck: I know, but I don't know why the Debian team doesn't update packages in their current release [16:56] }noooo [16:57] what happens if I install an application from one repositorie in a different version? [16:57] sudosudo, what is the latest debian release you using. [16:57] reo_: the latest stable Debian release is 5.05 [16:57] sudosudo: We don't support debian here, Their channel is #debian [16:58] sudosudo: you mean e.g. a hardy package on lucid? [16:58] b14ck: aptitude -y IIRC [16:58] see the stable version is kinda old. if you use testing debian you will get newer packages which are much more updated like ubuntu [16:58] Pici: the fact that I ask about differences between Debian and Ubuntu - some of which apply to Linux in general - doesn't mean I am asking for Debian support. Therefore I think my questions are "legit" and not out of sync with the channel's topic [16:58] cousteau: I'm a reasonably abled "googler" but the "Where" component is highly relevant and confusing. Is it gnome? xorg? or the kernel/hal...? I'm no expert on linux conceptual hardware abstraction and don't know where to start looking. Without learning c/c++ and sifting through the kernel, xorg source etc.... is there no general picture of how hardware events are passed up that abstract layer and how each layer deals with it? I'd hate to spe [16:58] iceroot: yeah, for instance, or vice-versa [16:59] sudosudo: I thought you were asking about installing packages in different versions of debian, sorry. [16:59] CT1: not sure, actually, I thought gnome [16:59] but... google "lucid" and you're done [16:59] heey i could really use some help to get internet for ubuntu see pucture please and tell me whats wrong http://yfrog.com/11screenshotfjp [16:59] Pici: no, in fact, I downloaded the debian DVDs only in order to be able to have physical packages to install in Ubuntu computers that cannot go online [17:00] hi I see only boxes for non english text, after I tried to install local package of libpango. I reverted to the lucid packages, restored gnome, gdm. Still I only see boxes , in place of indic(Telugu ) texts. Any suggestions to restore my unicode font display capability [17:01] cousteau: No success so far but your time and feedback are much appreciated. Thankyou. Hopefully someone that logs in in a few hours may know. Thanks again for your time [17:02] sudosudo: You should be careful when installing debian packages in Ubuntu, we don't necessarily use the same package names as them and you may break your system with dependency issues. [17:02] !in | arjun [17:02] arjun: #ubuntu-in is the channel for Ubuntu in India [17:02] anyone know the best program that organizes your music like itunes? [17:02] thanks ubottu [17:02] ^^ [17:03] need help dual booting with xp [17:03] Eqlzer, it's amatter of opinion but I like amarok [17:03] need help wine 1.2 and lineage 2 [17:03] !best | Eqlzer [17:03] Eqlzer: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [17:03] GHH: What sort of help? [17:03] i am unable to build (tex->dvi->ps->pdf) in texmaker, i get error messages regarding fonts which are also stored as missfont.log : http://pastebin.com/Ef4JPPa9 [17:03] bluesKaj, amarok is the only one that organizes? [17:04] Eqlzer, dunno [17:04] Pici: why should I? I mean, if I use "dpkg -f packagename.deb" in order to see what the dependencies are and then I go about installing the deps manually with "dpkg -i packagename.deb", provided that the version I use is equal or higher than that which is stated in the "Depends:" field... why should there be a problem? As far as I know those packets and those in the ubuntu repositories should be identical (provided they are the same [17:04] I mean mp3 tags, correcting song names etc [17:04] hallo, mitnander [17:04] CT1, how? [17:05] GHH: Is your hard disk partitioned or do you have windows or ubuntu using all the space? Which is installed at the moment? [17:06] hi guys [17:06] Could anyone give me a hand? I installed to my external drive but it doesn't show up in the boot menu. Running from Live CD right now. [17:06] CT1, i was installed windows but when i installed ubuntu then it not giving me any option? [17:06] a live flas does not whow on any menu [17:07] just boot like a normal linux [17:07] !keyboard layout | purvesh [17:07] sudosudo: Because Ubuntu might have a package with a different name than what debian does that provides the same thing, and you may already have that installed. [17:07] GHH press Left SHift during BOOT, to enter Grub menu ? [17:07] Ryan_, check nautilus, places [17:07] what do u use to install that linux on flash drive [17:08] erUSUL: i stil have a problem buddy [17:08] nautilus? and I just used a USB created following instructions on the ubuntu site [17:08] what to do i am pis off [17:08] CT1: it can be done, at least it's disabled in my Jaunty [17:08] CT1, perhaps something going wrong with selecting partion option [17:08] !usb | Yadira [17:08] Yadira: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [17:08] does anyone know of anyone who has gotten a Samsung Go netbook to connect to the AT&T 3g service using fedora? [17:08] (I'm still talking about the middle-click emulation) [17:08] bihari: still not all packages were upgraded ? [17:08] i have a multy boot flash drive i dont need info about flash drives [17:09] erUSUL: no sir [17:09] Ryan_, go to pendrivelinux [17:09] bihari: dist-upgrade did not help ? [17:09] thay have multyboot installer for usb [17:09] Pici: Excuse me for trying your patience, but I still don't understand it (probably because of semantics). Let me explain: if I get vlc 1.0 from karmic repositories and if I get vlc 1.0 from a Debian DVD, provided that they both are 1.0, they should contain exactly the same, am I correct? (let's clarify this before moving on) [17:09] CT1, just coming back after 160 second [17:09] another question, if I get it running, will it be significantly slower than installing it on my internal HDD? [17:10] or a universal installer for any linux distro to put on usb [17:10] erUSUL: sudo dist-upgrade [17:10] this one [17:10] it will [17:10] bihari: sudo aptitude dist-upgrade [17:10] because is external [17:10] Ryan_, your outboard should be listed in nautilus /places as a drive [17:10] but work well [17:10] let me try again [17:11] hello. I c [17:11] GHH: Being no expert, I assume you're in the same situation as me.. (installed ubuntu not long ago, but had xp for a while) if that's the case I can help you. Given that 1st you have an xp CD, secondly you have nothing on your ubuntu partition that you don't mind loosing. To get back into windows 1st you need the cd (anyone please jump in for a better solution) we're going to "fix" xp booting, then check partitions etc, then reinstall ubuntu.. [17:11] ryan, does your computer support booting from usb? older computers bios do not. [17:11] if u use a multiboot wont be like a installed on usb,,it will always be like a live cd..a fresh use every time [17:12] heyas. for ivman to function, do I need any kind of hal daemon running? it says it's connected to dbus and everything [17:12] yeah im running from a USB boot right now [17:12] ohh then what's the problem? [17:12] Ryan_, usb devices are slower , whether that's significant is a matter for your discretion [17:12] this is just the live CD boot, not a proper install [17:12] hello, I cannot hear anything from my notebook. as far as I remembered, I played around with a microphone and now I can play games/music watch movies but no sound is coming out of the build in speakers. [17:12] if u installe on usb u can customized and store settings [17:12] but when u install from that usb [17:13] it will be factory defaults on installation [17:13] if I install ubuntu on a small partition on my internal, I then can't use my windows partition to store all my files can I? [17:13] like install on hard drive from that usb [17:13] !who | Yadira [17:13] Yadira: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [17:13] GHH: Being no expert, I assume you're in the same situation as me.. (installed ubuntu not long ago, but had xp for a while) if that's the case I can help you. Given that 1st you have an xp CD, secondly you have nothing on your ubuntu partition that you don't mind loosing. To get back into windows 1st you need the cd (anyone please jump in for a better solution) we're going to "fix" xp booting, then check partitions etc, then reinstall ubuntu.. [17:13] sudosudo: They may not have the same dependencies. === BengtRibba is now known as dennis__ [17:14] yes u can [17:14] but ahy do that [17:14] because my internal only has 50gb~ free [17:14] mmm isee [17:14] and I use windows mostly, so dont want to give loads fo ubuntu [17:14] CT1, not working [17:14] i see [17:15] was just going to play with it to see if I liked it [17:15] u can always have a virtual machine also [17:15] !who [17:15] As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [17:15] Yadira, pls see my post above , address the person your are responding to pls [17:15] CT1, Let me say detail [17:15] GHH: Please! [17:16] Pici, don't think he's paying attn :) [17:16] sudosudo: In fact, vlc requires a specific version of vlc-nox, and other pacakges that depend on vlc-nox might require that same version, not the one that you installed with debian. We don't support using packages from Debian on Ubuntu [17:16] BluesKaj: Probably :( [17:16] sudosudo: if you invoke "dpkg -f packagename.deb", which reads the header with the description and the dependencies, on both the VLC 1.0 that you downloaded from a karmic repositorie and the VLC 1.0 that you downloaded from a Debian repositorie, are you telling me that they are not going to output exactly the same string? [17:17] Yadira, is it possible to have ubuntu installed on a small partition and have it just use my windows partition for storing stuff, like if I download things and such. So the ubuntu partition is just the OS? I thought the filesystems were different and it didn't like that. [17:17] CT1, I was installed windows and i try to install ubuntu. when it come to partition then i select first option(resizing). After installed ubuntu windows not opening [17:18] sudosudo: Thats correct. See the difference between http://packages.debian.org/lenny/vlc and http://packages.ubuntu.com/karmic/vlc for instance. [17:18] sudosudo: We don't just blindly sync things from Debian, often there are patches and changes made. [17:18] hi, svn has started using the gnome keyring, how do i make it stop [17:18] i'm not even using gnome [17:19] Ryan_, that is possible , youwill ahve access to windows /ntfs drive from ubuntu , but why ? [17:19] Ryan_, yes u can,,also u can search windows partitions too with no problems in a multipanel computer browser for fast moving around stuff [17:19] it will mount on desktop for fast seaching [17:19] CT1, And it was only two partition C drive and blank space for ubuntu and i select blank space to formate(ext3) but windows need 8 mb free space [17:19] BluesKaj: Because I don't want to have my documents and things split across 2 partitions. === aliendude3500 is now known as aliendude5300 [17:20] Ryan_, ?? you will need 2 partitions anyway [17:20] on the same drive , Ryan_ ? [17:21] BluesKaj: Yeah, but I want the ubuntu one to be small, since my internal drive isn't huge I want to keep most of the space for windows. I'm on a laptop so I've only got 160gb on the internal, and only 60gb free atm [17:21] GHH: I'll be back soon, but for now... if you have a winXP cd, then boot from it, select repair and enter your password (if any) then type fixboot then fixmbr (type "/?" after each of those to see what they do. If they complete ok, you can start again with ubuntu installation. [17:21] Ryan_, install them side by side to decide at boot,,u can also decide wich one u want to be dafault boot [17:21] and store all on windows partition [17:21] Ryan_, 6G will enuff for ubuntu [17:22] be [17:22] Hi friends, is there any good games to play in Ubuntu?? [17:22] Without UrT. I played that. Any other recommendation?? [17:22] Guys any good games to play?? Except UrT [17:22] Ryan_, linux will be better an u will see,,when it comes to media,,like movies and music,,u will love it [17:22] excellent, that's what I wanted to know :) [17:23] Hello. I've got a problem installing Ubuntu 10.04. When installing, it reaches 41% then gives me an error: [Errno 5] Input/output error. [17:23] Pici: the example is not valid, note that in the debian website Vlc's version is "Package: vlc (0.8.6.h-4+lenny2.3 and others)", whereas in the karmic's site it is "vlc (1.0.2-1ubuntu2)". They are different versions: one is 0.8.6 while the other is 1.0.2), therefore it's not a valid example. Yeah, they are going to have different dependencies, it's just natural, since they are different versions. However, upon execution of "dpkg -i" [17:23] so I just give ubuntu a 6gb partition and I'm sorted [17:23] EdwardL, Check the media and RAM [17:23] any freeware editor with ftp support anybody [17:23] salut [17:23] linux need about 20G to work nicely [17:23] Ryan_, you won't have wm trying to takle over everything , many more excellent choices [17:23] vou parlé frencé? [17:24] !fr | KevinLeBG [17:24] KevinLeBG: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci. [17:24] EdwardL, Better burn the media at 8x otherwise make Live USB. It may be because of RAM problem also. Test your RAM with memtest86+ and also check the integrity of the CD [17:24] hi after adding the ppa:alltray-developers/ppa i am getting this error http://pastebin.com/05CEuQQC [17:24] no spanis,,so is no france my fienrd [17:24] salut,no parle france [17:25] Hey guys...I want to install KDE too...is that possible?? Won't it create any problem?? [17:25] BlueKaj, Yadira: 20gb? Why would it need such a large partition to run? [17:25] because it will create a bigger swap [17:25] is more stable [17:26] for hibernation [17:26] Krishnandu: You can switch between ode and gnome at any time one installed [17:26] *ode [17:26] Hi I need help to set gnome to recognize the fonts for my locale (Telugu) [17:26] Yadira: Ah I see. [17:26] *kde [17:26] Krishnandu, just sudo apt-get install kubuntu-desktop , then at login you can make choice in your menu , either gnome or kubuntu/kde [17:26] saby: did you sudo apt-get update [17:26] hi after adding the ppa:alltray-developers/ppa i am getting this error http://pastebin.com/05CEuQQC [17:26] I can see proper rendering with locally built utilties like pango-view [17:26] yes sacarlson [17:27] he can but have to set computer to never sleep [17:27] or hiberbate [17:27] sacarlson, i get the error during sudo apt-get update === hi is now known as Guest83187 [17:27] Hello [17:27] Yadira: How easy is it to delete the partition and reclaim the space if I decide not to keep ubuntu? [17:27] sayby: i guess the site is down or you typoed something in the source.list [17:27] Krishnandu: I could only burn this CD at 24x. That is the only speed I have (on the only functioning computer in the flat). :S As for memory, where can I find this memtest86+? I've got 8GB of free HDD space and around 700MB RAM. [17:27] is it even possible to merge it back together? [17:28] I am having some problems with the networking on my machine. For some reason I am unable to refer to machines on the network by their netbios/hostname, whereas on a windows machine I can... Is there something I need to change or install in order to get this workigng? [17:28] it is a aplication calle partition magic,,it is free on CNET and u can regain partition with that [17:28] sacarlson, i tried apt-get update after removing the ppa and it worked fine, then i again added the ppa and then again the same error [17:28] saby: and I'm sure your internet is working or we wouldn't see you right? [17:28] it work flawlessly [17:29] jejeje [17:29] sacarlson, lol ya it is working [17:29] saby: sites to go down try it tomaro [17:29] right, so If I fill up my HDD I can always reclaim the 20gb I give ubuntu === roman is now known as Guest50953 [17:29] yeap [17:29] KrisDouglas, install smbclient and openssh [17:29] saby: i'm not sure ppa has mirors [17:29] I guess I'd use that same application to delete the partition I installed it to on my external? [17:30] when booting from usb yes [17:30] u can delete partitions [17:30] oh sacarlson i just understood, it is the all tray ppa which is giving the error :P may be the site is down :P [17:30] Ryan_, but u can do that from windows too [17:30] yeah [17:30] with partition magic [17:30] excellent [17:31] what u need windows for ? [17:31] games,chat,or office ? [17:32] there's probably nothing I use it for that linux won't do [17:32] just wanna test the water a little here :) === adante_ is now known as adante [17:33] actually, can you get steam for linux yet? [17:33] jeje i see,,good lock [17:34] Ryan_, im not sure,,i bet someone else can answer that for u [17:35] guys [17:35] is there a way to force rsyslog to use FQDN in logs? [17:35] i'll go install ubuntu properly now, I'll worry about that later. thanks for the help. :) [17:36] u welcome === KevinLeBG is now known as jojo4613 [17:36] if anyone know how or where to get customized pointers pease PM [17:37] hi [17:37] how to escape the ! character ? echo "!" [17:38] !! [17:38] i'm searching for the 1667 port [17:38] erUSUL: no that doesn't work [17:38] echo \! [17:38] check3r: disable history expansion [17:38] llutz: also doesn't work [17:38] Sorry, I disconnected, same question as before with regards to the fact I cannot access computers on the network [17:38] $ echo \! [17:38] ! [17:38] sure it works [17:39] check3r: shopt -u histexp ; echo "!" [17:39] how can i join a "port" [17:39] llutz: what if it's inside a string? e.g. echo "te\!st" [17:40] check3r: sorry is « set +o histexpand » [17:40] I have a doubt when it comes to the "find command": if I use find / -name , it works very well finding the file I am looking for. But how do I do if I want to find let's say three different files and not execute the command 3 times? [17:41] check3r: echo 'te!st' [17:41] that's what i wanted ty [17:41] !cario dock | purvesh [17:41] cario dock? [17:41] So umm anyone know of a good tutorial for a minimalist ubuntu installation? [17:41] sudosudo: you put -name three times [17:42] erUSUL: it doesn't seem to work [17:42] sudosudo: unless you can put a single glob that can find the three files [17:43] wich channel is the ubuntu chat [17:43] it says something like "routes must precede the expresion" === travisgriggs_ is now known as travisgriggs [17:43] sudosudo: sorry is « find / \( -name 1 -o -name 2 -o -name 3 \) » [17:44] thanks erUSUL [17:44] !ot | Yadira [17:44] Yadira: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [17:45] Is there any way to change the order of menu items in Grub2?? [17:45] My Dell Inspiron 1525 does not detect any wireless network after suspend->resume. does anyone has a hint about what to do? ubuntu 9.10 karmic 64bit [17:46] RenatoSilva: what do you want to put first? [17:46] something that is not first? [17:46] pzn: maybe reloading the driver of the wifi ? [17:46] erUSUL: the Windows entry [17:47] RenatoSilva: if it is windows it may be easy if you want to put a specific kernel version... not that easy [17:47] erUSUL, how can I do this? rmmod / modprobe ? [17:47] so I keep GRUB_DEFAULT=0 [17:47] My ubuntu one contacts are not showing up on my fresh install of 10.04. Music, files, and notes are all working. Can someone point me to the right place to look? [17:47] RenatoSilva: then go to /etc/grub.d/ and move the windows or osprober file up in the chain [17:47] pzn: modprobe -r driver && modprobe driver [17:49] erUSUL: ok, thanks! [17:49] hello people.. :) i need help [17:49] hi, i need from help with logwatch... [17:50] someone can help me [17:50] ? [17:50] !ask > filipe_ [17:50] filipe_, please see my private message [17:50] i cant do the upgrades or download eny programs from ubuntu center... i get the error "Unable to connect to gr.archive.ubuntu.com:http: [17:51] skylos007: can you ping gr.archive.ubuntu.com? [17:51] looks down to me [17:51] atleast i get ne response on http port [17:51] mgolisch: did you try telnet gr.archive.ubuntu.com 80? [17:52] skylos007: yeah, ping and telnet to port 80 have both failed for me. [17:52] why? [17:52] select a different mirror maybe @ skylos007 [17:53] or wait till it comes back [17:53] skylos007: your site apears to be down you can try another ubuntu mirror site [17:53] mgolisch, i dont know how :/ i am new at linux :/ [17:53] erUSUL, removing/adding the module worked. how can I add this commands do be automatically done when resuming? [17:53] Tell me how to change mirror site [17:53] Hi guys [17:54] mgolisch/sacarlson: In future, please report mirror problems to #ubuntu-mirrors. [17:54] Guys, i need from help with logwatch. [17:54] someone can help me? [17:55] mgolisch/sacarlson/skylos007: I will inform the mirror admin of the issue. [17:55] !ask filipe_ [17:55] !ask | filipe_ [17:55] filipe_: 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. :-) [17:55] Hi can some one help to avoid the pango-warning shaping failure on my ubuntu 10.04 [17:56] i don't get see some log with logwatch, i'm trying see a log that no exist in /var/log that have only in my home... but the logwatch show my /var/log results [17:56] skylos007: this might work System>Administration>Software Sources>Change the server [17:57] pzn: /etc/defaults/acpi-support see the modules variable [17:57] pzn: /etc/defaults/acpi-support see the MODULES variable [17:58] is there anyone with an nvidia card who uses the Coolbita option? Why nvidia-settings doesn't save its settings? [18:00] sacarlson, be well i think that one works [18:00] i don't get see some log with logwatch, i'm trying see a log that no exist in /var/log that have only in my home... but the logwatch show me my /var/log results [18:00] erUSUL, perfect! working as needed!!! thanks! [18:01] pzn: no problem [18:01] i don't get see some log with logwatch, i'm trying see a log that no exist in /var/log that have only in my home... but the logwatch show me my /var/log results [18:02] Logitech, Inc. MX518 Optical Mouse. How can I disable middle-click emulation? === zenergi_ is now known as zenergi [18:02] hello [18:02] sacarlson: I've emailed http://www.noc.ntua.gr/ in the mean time. [18:02] i don't get see some log with logwatch, i'm trying see a log that no exist in /var/log that have only in my home... but the logwatch show me my /var/log results [18:02] !find 7zr [18:03] File 7zr found in p7zip [18:04] hi i just bought a logitech x-530 5.1 sound system and the subwoofer is too loud even on the lowest volume [18:04] can i somehow turn down the volume? [18:04] for the subwoofer [18:05] I finally got my tv working with my computer (via hdmi) by downgrading my nvidia driver back to the previous one. So now the screen does display everything now. But when ever i play a video the video is just black, it doesnt show any video. How can I fix this? [18:05] anyone know how to remove files in Totem movie player. I still see them under the movie bar === kad_ is now known as exchange [18:07] Raydiation: audacious has a graphic equalizer that can change just the low freq or hi the way you want [18:07] Raydiation: is there no volume control on the back of the sub? [18:07] oCean_: there is but i turned it down to 0 and its still too loud [18:07] Hello [18:07] sacarlson: sry i need a system wide solution [18:07] I am looking for open source SPAM filter [18:08] I'm Back! I went to install Ubuntu on my HDD but it wouldn't let me select it in the installer. It would only let me set the partition on the external. So I turned off the computer, unplugged the external and tried again. Now it won't boot to the installer or the Live version of ubuntu. I get to the Ubuntu loading lights and then the screen goes black forever. :S [18:08] Hello again. Trying to install Ubuntu 10.04 from a USB stick onto my computer, but 41% in it gives me an error: [Errno 5] Input/output error. I have done a memory test and it said everything was fine. [18:08] Raydiation: Without looking up the specific system, I'll go from experience and say that, on either the sub(amp) or a seperate control, there is a bass/sub control knob. If not, go for "pulseaudio-equalizer" [18:08] Raydiation: the sub volume is turned down and it keeps giving sound?? [18:08] oCean_: yes [18:08] How do I delete files in Totem movie player [18:08] Any help? [18:09] hsr: [18:09] hsr: [18:09] Raydiation: I'd really say that should not be the case. Have you tested it on another system (if possible)? [18:09] yes [18:09] hiku: [18:09] hsr: spamassassin is one [18:09] hiku: yes? [18:09] hsr: sorry. ty Pici. that's what I was tryin to say. my kb was messing up. [18:10] i don't get see logs with logwatch, i'm trying see a log that no exist in /var/log that have only in my home... but the logwatch show me my /var/log results [18:10] EdwardL, did you md5 sum the copy before using ? [18:10] hi, i started webmin. but i cannot access it from other computers... i can only access it on the local machine. [18:10] what might be the problem? [18:10] !webmin | Austad [18:10] Austad: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [18:10] ping gr.archive.ubuntu.com [18:10] oh [18:10] !ebox [18:10] ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox [18:10] I want to delete files in Totem movie player how do i do this [18:10] hiku: Pici: Thanks...is it open source? Can it handle institute based mails? [18:10] oCean_: i cant [18:11] hsr: yes it is open source [18:11] hsr: institute emails? [18:11] Raydiation: ok. Sorry, I don't have a clue why it would give *any* sound with the control turned all the way down. [18:11] Hi, trying to install a tethering package with a deb and get Error: Dependency is not satisfiable: libusb-1.0-0 (>= 2:1.0.6) [18:11] CT1: the knob is turned to the most silent possible, but its still too loud. i cant find pulseaudio equalizer in the packages any idea? [18:11] BlueKaj: md5 sum... Hm... The USB installer didn't say anything about md5 summing anything. Any md5 sum programs you could recommend me? [18:11] I can't find a newer version on Synaptic or the web.. [18:11] i mean large scale servers? [18:11] any ideas? [18:11] EdwardL: md5sum [18:12] pulseaudio-equalizer [18:12] !md5 sum [18:12] oops, sorry [18:12] hsr: Yes. Its in the package repositories. [18:12] hsr: #ubuntu-server might be able to make other reccomendations for you though. [18:12] Is the same available for Suse Linux? [18:12] ToStItOs: ~/.recently-used.xbel keeps this information (as I understand it). You can clear *all* recent documents in the Places->Recent-Documents->Clear-Recent-Documents... [18:12] Any IRC channel for defining Printer description files? [18:12] hsr: Probably, but I don't use SuSe. [18:13] Hi everyone! [18:13] ok let me check that out [18:13] Oh thnkas alot [18:13] hsr: well.. yes yahoo used to use it about 8 years ago, and some of the bigger mail proxy service providers use it. my company 80k employees are using it from a vendor here in the US. [18:13] THanks [18:13] oh [18:13] Pici, how does one check an md5 sum on a usb stick install ? [18:13] hiku: great! thanks a lot for info [18:13] BluesKaj: you md5sum the iso image before buring it to usb/cd [18:13] hsr: your welcome [18:13] how can i install ebox? [18:13] E: Couldn't find package .^ebox-.*. [18:13] it says this :/ [18:14] thune3, Thanx appreciate that [18:14] Any IRC channel for defining Printer description files? [18:14] Austad: check out - http://trac.ebox-platform.com/wiki/Document/Documentation/InstallationGuide [18:14] Austad: ebox is in 'universe' repository. you should have it enabled, then "sudo apt-get install ebox" [18:14] Now if I can only find someone that knows about usbmodeswitching [18:14] BluesKaj: Um. I'd do an md5sum against the ISO file. I don't know if the md5sum of the usb device would work properly as there are other changes that are written to the device for it to boot etc. [18:14] hello I am having trouble with a dvb card and ubtunu lucid, is there any one with ubuntudvb experience ? [18:15] Error: Dependency is not satisfiable: libusb-1.0-0 (>= 2:1.0.6)? [18:15] Pici, yes , thanks , just thought there was some other way to do it [18:15] Raydiation: It's been a while since I installed it, but I'm very happy with the results. I Can't remember how I did it, but "googling" 'ubuntu system-wide equalizer' got me there eventually. === Guest83187 is now known as jobsssss [18:16] and how do i access ebox? [18:16] ? [18:16] on what port etc? [18:16] Austad: the link I sent you have all the information you need regarding ebox. [18:16] i read that, and installing it. [18:17] is there a firewall in ubuntu that will tell me in realtime what IP is connecting to my computer? [18:17] !firestarte [18:17] !firestarter [18:17] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [18:17] Hello , is there a dvb expert here ? [18:17] BluesKaj: Not quite understanding the md5sums. I put md5sums ubuntu.iso f:\ and I get the hash of the files on the USB stick. [18:18] git__: you could also try iftop it will show in realtime what is connecting to your comp. [18:18] considering all the background noise i wouldn't want to constantly receive notifications about connection attempts :) [18:18] hello everyone. I need help please. a little while ago i used a command to restart the Xorg in a terminal but when I restarted my laptop there was an error message saying that the xorg could not load and it was using low level graphics. then i restarted it again but now my ubuntu does not boot into the gui, it just sits on the splash screen. is there some kind of system repair or recovery? [18:18] EdwardL: why the f:\? should just be, md5sum nameof.iso [18:18] thanks hiku, i hope there is a gui [18:18] reggi: recovery mode has a repair X option [18:18] EdwardL, ok that should work...just wondering if you may have bdata loss is all [18:18] git__: it's cli gui based. [18:19] hey.. THIS WEEK IN LINUX have live show today.. http://www.thisweekinlinux.com/live/ [18:19] erUSUL: how do I get into the recovery mode? do I have to press F2 or something? thanks. [18:19] hiku: md5sums of iso is one thing. How do I know if the USB stick is different from the iso in any way? [18:20] EdwardL: well, the iso you have, was that burning to the usb stick? [18:20] burned* [18:20] hiku: I think so. I used Universal USB Installer to put the iso onto the stick in order to install ubuntu onto a computer. [18:21] EdwardL: ok, then the md5sum from that iso should match up with the md5sum on the ubuntu website for that iso version, which would then mean that if all is well, the usb stick should be ok. [18:21] hi does anyone know anything about spoonwep? [18:22] would someone pls tell me how to get into recovery mode on ubuntu 10.04? [18:22] matrix_: That sounds like it would be a better topic for #backtracl-linux [18:22] matrix_: Or spelt correct: #backtrack-linux [18:22] middle click == left click + right click? How can I unbind the middle click emulation? [18:23] reggi, hold while the computer boots up [18:23] thanks blue-frog =) [18:23] they dont like spoonwep and there is no other channel on irc [18:23] :) [18:23] they hate shaman virtuel the man who made it [18:23] reggi: if the grub menu does not show by default you have to press shift [18:24] hiku: Not finding any md5 numbers on the download page of http://www.ubuntu.com/desktop/get-ubuntu/download [18:24] matrix_: Well cracking is not supported in this channel period, so you'll have to find somewhere else. [18:24] Can someone fix this command for me? "sudo aptitude purge openoffice*" (i'm trying to remove all openoffice) [18:25] EdwardL: brb [18:25] spammin my irc here pro.worldchatter.net #grovenet professional chatters only no ops no rules [18:25] ^_^_^ [18:26] EdwardL: try getting it from - http://mirror.mcs.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/lucid/release/ [18:26] CT1: ty worked but still trying to get the perfect sound [18:27] Is there a package available to re-bind keys/mouse to something else? [18:27] I have a problem to use logwatch, I have a log file in /home/filipe/simonsen.log. and I want to generate a report that the log with logwatch, more to run the command returns me a report of my logs in /var/log [18:27] EdwardL: better yet, use this one, it's for cd's not dvd's. - http://mirror.mcs.anl.gov/pub/ubuntu-iso/CDs-Ubuntu/lucid/ [18:28] Hello Ubuntu world - back to trying to install Ubuntu again - learned some great stuff about the partitioning tables :) [18:29] i need from help, PLEASE! I have a problem to use logwatch, I have a log file in /home/filipe/simonsen.log. and I want to generate a report that the log with logwatch, more to run the command returns me a report of my logs in /var/log [18:29] Raydiation: Play about with the settings. You'll get a general idea of what frequencies "just don't work" in your room. Then you start to analyse the source of the audio. 1st you need to hear what frequencies need reducing in your room to prevent vibrations/distortion. move from there :) [18:29] hiku: Ok. In 25 minutes I'll see if there is any MD5 difference, and then try that on the stick. [18:29] EdwardL: ok... [18:29] EdwardL: keep me posted. [18:30] hello guys. Do anyone know how to set LIB path [18:30] ? [18:30] What's a super lightweight radio player for linux? [18:30] I don't jitu [18:31] jitu: I believe its LD-_PATH [18:31] bbl [18:31] filipe_: from what I see logwatch can't do just any log...it reads system logs, which are in /var/log [18:31] shafiq, sudo apt-get remove openoffice* --purge [18:31] aaron__: do you mean radio as in through the air, or do you just want internet streams to play? [18:31] xxx [18:31] internet streams [18:32] I want a LIB location to be searched first before normal LIB directories [18:32] yeah! i know, but this log simonsen.log don't is from my PC [18:32] which channel is general Ubuntu talk? [18:32] lov255: #ubuntu-offtopic for non-support chatter. [18:32] aaron__: try mpd [18:32] i need generate report from this log. [18:33] Oer: thank you good sir. the asterisk command (*) doesn't seem to work with aptitude, how come? [18:33] ty [18:33] thanks Pici [18:33] aaron__: pandora will let you listen to streams [18:33] that don't is from my machine; [18:33] aaron__: several good websites indeed; pandora is US only if I remember correctly [18:33] what port does ebox run on? [18:33] filipe_: You'll need to define a new service and logfile in /etc/logwatch/conf/services/ and /etc/logwatch/conf/logfiles/ [18:34] aaron__: http://ubuntuforums.org/showthread.php?t=960955 [18:34] CT1: there are a couple possibly relevant section in https://wiki.ubuntu.com/X/Config/Input , particularly "Example: Disabling L+R mouse button paste on a two-button mouse" [18:34] filipe_: Take a look at the logwatch manpage and documentation for more ifno. [18:35] Raydiation: When you get used to that, you can filter or boost certain bands for perfect audio in your car. (after days of experimenting with what frequencies your car, and vibrating plastic crap therein respond (resonate) with, you can cut the crap, and boost the good Hz!) [18:35] i am geting this error please help ! [18:35] sudo apt-get install hping3 [18:35] [sudo] password for bursihido: [18:35] Reading package lists... Done [18:35] Building dependency tree [18:35] bursihido: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [18:35] Austad: possibly 443 tcp [18:35] shafiq, better de-install + purge tru synaptic [18:36] I'm not much for using pandora, or browser dependent streams. I like shoutcast and such. [18:36] how to install de-install + purge tru synaptic ? [18:36] :S [18:36] aaron__: amarok has some good radio stuff but it is in no way light [18:36] !radio [18:36] Oer: thank you good sir. [18:37] Shot in the dark :( [18:37] how can I generate a list of installed packages to be able to recreate the same system on another pc? [18:37] bursihido: Oer wasn't talking you, what error are you having? [18:37] bursihido, you want to uninstall and purge an application? [18:37] bursihido: run synaptic, then find the packages, right click the boxes in front and do the thing [18:37] !clone | irule [18:37] irule: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate [18:37] Ohh. I'm trying to build a very minimal linux. [18:37] thune3: I've tried the "paste" solution, but I need to remove any hint of coupling middle click and left + right click. What level must I search? kernel? modules? xserver?? It's not a wine issue I've found out... [18:37] !synaptic | bursihido [18:37] bursihido: synaptic is Ubuntu's Graphical Package Manager. For a good howto see https://help.ubuntu.com/community/SynapticHowto [18:37] Hello guys...what is the name of the bt4 channel ? [18:37] !automate [18:37] Ways to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/10.04/installation-guide/i386/automatic-install.html - See also !cloning [18:38] aaron__, hey guy... a minial linux with ubuntu? download the minimal install cd and dont choose anything then just install the packages you want later [18:38] Four2zero: #backtrack-linux [18:38] CT1: i adjusted it manually to http://s5.directupload.net/file/d/2248/krzbr6p5_png.htm [18:38] thanks [18:38] CT1: works quite fine now [18:38] pici thanks [18:38] CT1: i dont know why they push bass so much these days, its a pita [18:38] aaron__: mpd is the way to go minimal with audio; it has mms and other stream support but not everything works for me; but I didn't care to figure it out [18:38] aaron__: you can install xmms2 and manually find streams using the browser [18:39] coz, i've already done that but now I must pick the packages I want. [18:39] aaron__: vlc-nox will run in terminal and will also connect to streams [18:39] not working :( synaptic package [18:39] aaron__: or mplayer in terminal === muellisoft is now known as Muelli [18:40] bursihido, od syanptic freezing or something? [18:40] !details | bursihido [18:40] bursihido: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [18:41] bursihido, is synaptic opening? [18:41] hello [18:41] can someone tell me difference between maverick and lucid? [18:41] oktokie, hey guy [18:41] hi #ubuntu .. i have an intel server board s3420gp (http://www.intel.com/Products/Server/Motherboards/S3420GP/S3420GP-specifications.htm) on both 8.04 and 10.04 eth0 is recognized fine, but when i boot into the installed system it's not there. thoughts ? [18:41] CT1: i guess I don't understand your issue: what behaviour you are seeing, and what behaviour you want. [18:41] go to bed!!!!! [18:41] oktokie~ lucid is the new version [18:41] oktokie, lucid is an LTS = long term service and maverick is the nex version [18:41] next [18:42] i am running xubuntu ..i am geting a problem in installing hping3 package from terminal [18:42] (side note, why don't people just call it 10.04/10.10 and avoid all this )#($*#)(* naming confusion) [18:42] bursihido, hold on [18:42] Raydiation: Dubstep etc... With a "decent" (whack out the bass ignoring other frequencies fidelity) you're "sorted" Glad you got the sound you like. But that slope seems to me to neglect ALOT of the lower frequencies that your system is capable of, "loosing" the general acoustic experience that the producer assumed you'd have. [18:42] bursihido, in terminal type sudo apt-cache search hping3 [18:42] Can anyone help me fix my OpenOffice? When i try to open a document, i get an unexpected error and the OO shuts down. I've purged openoffice files via apt-get and reinstalled, but still the same. any ideas anyone? [18:42] shafiq~ try reinstalling [18:43] shafiq, sorry I use abiword and uninstall open office .. I cant be of help [18:43] okay [18:43] done! [18:43] what keyboard keys do I use to access system tab? My mouse is acting up on me [18:43] shafiq: is this any document or 'one specific document'? [18:43] bursihido, ok and what packages are listed for that? [18:43] nothing [18:44] thune3: wow, that is super embarassing. it was just one file :S thanks man [18:44] bursihido, oh ! ok if you can hold on I am downloading right now and cant check synaptic [18:44] AndrewMC: thanks for the top [18:44] coz_: np :) [18:44] shafiq~ np [18:44] okay [18:44] shafiq, do you need open office?? [18:44] thune3: I play "a game" with wine, and I'm used to (in windows) clicking on my mouse wheel for... for example, a grenade. Problem is, if I left+right click simultaneously, it's as if I'd middle clicked... BAD in a situation where reflexes mean life or (virtual) death. [18:45] Heya [18:45] coz_: yes. thanks though. i fixed the problem :) [18:45] hi [18:45] I'm trying to install mod_authnz_external for apache2 [18:45] is that the correct package name? [18:45] shafiq, cool what was the issue? [18:45] svm_invictvs-: libapache2-mod-authnz-external [18:45] coz_: surprisingly, the same document i was trying to open over and over again lol [18:45] thx guys. [18:45] good night [18:46] shafiq, oh ok... by the way abiword has better save for ms doc format than open office in case you need to save in ms doc [18:46] brb [18:46] coz_: thanks man :) [18:46] Pici: Thank you kindly [18:46] Does anyone know how to mount HDDs once in a schroot? [18:47] I can not get my partition table correct to give enough space for / and boot any suggestions Ubuntu 10.04 [18:48] hi everyone, is there a way to screenshot multiple windows? similar to alt screen but for multiple windows? [18:49] random222, not that I am aware of... other than printscreen [18:49] random222, let me check for screenshot all windows hold on [18:49] hey so i need to reinstall windows for reasons that will not be debated, but don't want to get rid of my ubuntu partition... suggestions? [18:50] hello [18:50] oddy, just reinstall windows on the same windows partiion but then you will have to reinstall grub2 for that to work [18:50] lov255: I would go for 10 Gb for root partition [18:50] coz_ is that difficult? [18:50] Question: My Radeon HD 3870 doesn't perform so well under Ubuntu due to.. well, ATI being themselves. Are there certain nvidia cards to consider, or do most modern ones work alright with nvidia's own drivers under linux? [18:50] can anyone tell me what's wrong with this xorg.conf? I've been having massive problems trying to get 2 ATI cards working in a xinerama setup http://pastebin.com/7eY0hi6u [18:50] oddy, I would suggest going to the #grub channel and in the topic there is a link on how to do that :) [18:50] oddy, no its not difficult but can be confusion [18:50] awesome coz_ cheers :) [18:50] sacarlson: how do I create root partation? [18:50] o. [18:50] hola [18:50] ahoy josue [18:51] another question : im trying to play windows game or software ( adobe cs5 etc ) can we do it on windows ? how about my vga ? intel gma 4500 ? does it work ? or auto installed on ubuntu ? [18:51] lov255: with a live boot cd [18:51] i mean on linux [18:51] coz_ does this work for the new grub? [18:51] como entro en el chat [18:51] oddy, yes that link on #grub topic works ... I have dont it several times already [18:51] CT1: if you can't do a linux test paste with L+R, then this issue has to be in wine or the game. [18:52] oddy, let me look hold on [18:52] great, thanks coz_ [18:52] sacarlson: I have imaged an .iso Ubuntu CD, however the partation table seems to be off big time [18:52] quick question, what is the syntax for adding files to the $PATH variable? for example if I have my firefox-bin file in the directory 'usr/bin/firefox', what do I do with that? [18:52] oddy, http://grub.enbug.org/Grub2LiveCdInstallGuide << yes that is the one I have used [18:52] alguien mne ayuda con mi wine? [18:52] !es | josue [18:52] no se instalarle juegos! [18:52] josue: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [18:52] thune3: L + R == paste.... :( [18:52] coz_ great, now i can install windwoes and not worry! well, as much as this is possible with windows ;) [18:52] export PATH=$PATH:/firefox-bin:/usr/bin/firefox ?????? [18:53] Partation table starts with /dev/ada - no partition (wierd) then /dev/sda2 - which has 110 GB and then /dev/sda5 which is swap with 10GB [18:53] when i install another os next to ubuntu do i need to set different mount point on new partition? [18:53] oddy, yeah there should be no issue just read that link carefully... I did get confused the first several times I attempted it...hopefully you will read better than I did :) [18:53] tsziklay: /usr/bin/ should already be in your $PATH [18:54] HEy room!!! I got the ssh/proxy working!! Whoo HOOO!!! Thanks everyone for all your help over the past week [18:54] !yay | annie [18:54] annie: Glad you made it! :-) [18:54] lov255: I asume /dev/sda1 is windows [18:55] Pici: I am having a problem with a program (Seleinum) calling firefox automatically and I think this is the cause so I want to try it [18:55] sacarlson: What do I want my root partition to look like setting wise? Type for the new partition = Primary locatio n is the begining and mount point is / ??? [18:55] tsziklay, do you have a link for that application? [18:55] lov255: if so then use /dev/sda2 as your root partition [18:55] or should mount point be /boot? [18:55] Im trying to grep some output from HandbrakeCLI. HandbrakeCLI --help | grep help redirects output fine to grep, BUT Handbrake -t 0 -i | grep whatever just print all the output... >> or > cant redirect that output either. What gives? Im running the commands over SSH [18:55] hello, I discovered a bunch of error's in my apache error.log http://pastebin.com/0z6frKR9 any help / suggestions [18:55] Though I do have a final question. I read somewhere that dns requests are NOT sent through the proxy. Is there a setting in Firefox to resolve this? [18:56] coz_ : you mean a link for firefox or a link for selenium? [18:56] So to make it root, my mount point should say / ??? [18:56] tsziklay, Selenium [18:56] http://seleniumhq.org/ [18:57] tsziklay: If you run echo $PATH , you'll see that /usr/bin is already in there. [18:57] thune3: That's why a diagram of how user hardware events gets interpreted would help me no-end! I can sort out my mouse problems searching for the right stuff and at the same time sort out my "unrelated" problem of lirc being "above" (in the abstract) the button pressing. [18:57] lov255: is this a dual boot with windows and linux? [18:57] I'm having issues compiling an alsa driver on 10.04 [18:58] i'm getting /lib/modules/2.6.32-24-generic/source: No such file or directory. Stop. [18:58] sacarlson: no full Linux [18:58] Where is the source symlink supposed to point? [18:58] Pici: sorry, my firefox-bin file is actually in /urs/lib/firefox [18:58] Pici: there is a symlink in /usr/bin to firefox I believe, but for some reason it is not working? [18:59] hyperactivecrond, I think you need some linux-2.6blabla-headers package. not sure though [18:59] esben__: installed [18:59] CT1: some commands are : xinput list | grep id= ; xinput test $id ; and possibly for you xinput set-int-prop $id "Middle Button Emulation" 8 0 [18:59] linux-headers-2.6.32-24-generic is already the newest version [18:59] lov255: well then I think just let ubuntu do it auto. set ubuntu to use the whole disk. all you need is 2 partitions with root and swap [19:00] how do I set up a mac laptop (w/cd player) and linux netbook(w/no cd player) with ethernet cable so that I can make an iso or image file from the mac cd drive and save it directly to the linux netbook(no cd drive) [19:00] Pici: so I am going to try to add /usr/lib/firefox to the $PATH instead that way it will search it manually instead of relying on the symlink === IPNixon_ is now known as IPNixon [19:00] hyperactivecrond, then maybe you need the whole kernel source [19:00] tsziklay: /usr/bin/firefox is a script that runs firefox-bin our of your /usr/lib/firefox directory. [19:00] netbkneutrino1: you can't save it directly. you can use Disk Utility to make an image and do "windows file sharing" to stick it on the netbook [19:00] Hello how do i install netbook remix on my ubuntu desktop> [19:00] sacarlson the problem is every time I do that it comes back with giving me only 500MB for root and it crashes install [19:01] lov255: what disk size is it? [19:01] thune3: /me copy+pastes for future reference/googling. I'm shocked there is no simple solution though. Has no-one come across this before? [19:01] 100GB [19:01] hey friends...I'm in a big mess...please help. I just installed KDE on ubuntu and after restart I get a console on KDE and nothing is there. [19:02] Hello how do i install netbook remix on my ubuntu desktop> [19:02] Hello how do i install netbook remix on my ubuntu desktop> [19:02] Hello how do i install netbook remix on my ubuntu desktop> [19:02] What is the terminal command to pull up the gui to change the start up applications? [19:03] CT1: from http://www.seebs.net/log/articles/459/disabling-emulate3buttons-on-ubuntu , i get the impression this only happens on 'some' systems not all. The normal way to change used to be xorg.conf. [19:03] voxyn: you need to download the distribution and burn it to a usb stick or flash memory, then install from that. [19:03] Hey guys I just installed KDE on ubuntu and getting nothing without a console after restart [19:03] doggyslobber, you can always add these shortcuts to desktop and inspect them from there [19:03] hello: any suggestions for these errors in my apache error.log http://pastebin.com/0z6frKR9 [19:03] to see the command for instance [19:04] desktop is done [19:04] gone [19:04] how do I setup windows file shareing between a mac and 10.04 ubuntu [19:04] I need to access it through command line, long story [19:04] lov255: well just delete all the partitions then run ubuntu install again in auto. or setup sda1 with at least 20gb for root a swap partition of 4gig the rest for /home or just media space [19:04] guys my computer is on fire [19:04] hey guys please help [19:04] plz help [19:04] someone please help [19:04] how to fix this [19:04] i want to set up postfix in my office to allow us to send emails through it. how hard is it to get working? [19:04] thune3: I've read some guides too. Including putting some script in a sudo-only directory. It didn't work. [19:04] hey [19:04] !help | krishnan1u [19:04] krishnan1u: 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. :-) [19:04] does the ubuntu desktop edition work on laptops? [19:04] I just installed KDE on ubuntu and now I'm getting only a console after restart [19:05] gnome-session-properties [19:05] Gonna try again..can anyone tell me what's wrong with this xorg.conf? I've been having massive problems trying to get 2 ATI cards working in a xinerama setup http://pastebin.com/7eY0hi6u [19:05] TheRampantFurry: ayes [19:05] restarting firefox... brb [19:05] ok [19:05] thune3: Do you have a mouse/system that knows you mean L+R instead of Middle? [19:05] Jigal: # signs are not valid comment characters in php. use // or /* comment */ [19:05] Anyone knows the solution?? === boobo is now known as coz_ [19:05] ok if I wipe my hard drive, is ubtuntu difficult to install? [19:05] *ubuntu [19:05] Hi. I'm about to upgrade from 9.10 to 10.04. Any advice besides having a backup? Thanks. [19:05] Rampant Furry, Ubuntu is very easy to install [19:06] CT1: the nice thing about xinput, is that it give you a way to check immediatly (with the xinput test). ..... 1+3 is just two seperate clicks on my system. [19:06] ok [19:06] Gasull [19:06] !details | ad_ [19:06] ad_: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [19:06] ascott_tainer, i understand, but i didn't put it there and it showed up in files of which i didn't know they existed [19:06] You're better off doing a clean install Gasull, instead of upgrading from 9.10 [19:06] I am going to get rid of vista. It is screwed up completly [19:06] Would someone mind looking at their menu editor and letting me know the name of the program that launches the startup app chooser? pretty please with sugar on top [19:06] ThomasB2k: Why not trying an upgrade and, if it fails, do a clean install? [19:06] TheRampantFurry, go for it!!! :D [19:07] Okay, good idea gasull [19:07] hey guys, how do i know if im running xubuntu 10.04 or xubuntu 9.10?? [19:07] doggyslobber: someone said it earlier, gnome-session-properties [19:07] TheRampantFurry, Ubuntu is very easy to install and the installer has an option to completely wipe your harddrive and just use Ubuntu. [19:07] Jigal: oh, I see. they are in .ini files. weird. did you upgrade php recently? [19:07] old-laptop: on a terminal: lsb_release -a [19:07] old-laptop, lsb_release -a [19:07] :( [19:07] ok, wait a sec... [19:07] ascott_tainer, no [19:07] hello, i don't know what's the Problem with my wlan card(chipset 3945ABG) i have Lucid, it's connect and reconnect more time [19:08] Im trying to grep some output from HandbrakeCLI. HandbrakeCLI --help | grep help redirects output fine to grep, BUT Handbrake -t 0 -i | grep whatever just print all the output... >> or > cant redirect that output either. What gives? Im running the commands over SSH [19:08] thune3: So it goes as deep as X? no nice ("Hey I have 2 buttons, can I click this checkbox to make them == middle click?", "Are you sure you want to do this?, it will seriously effect gaming.." "Yes/No" [19:08] ok xubuntu 10.04 [19:08] I have a lot of 3rd-party repos. Should I disable them before an 9.10-to-10.04 upgrade? Or the Update Manager takes care of that? [19:08] Hello, might I receive some help with Overscan? [19:08] Jigal: did you look at the line numbers in the .ini files to see what it was complaining about? [19:08] U[pdate manager disables third party repos. [19:09] the real version is 10.04 but my help button in the top bar says xubuntu 9.10 [19:09] Though however, my repos were left unusable after upgrading to Maverick Meerkat. [19:09] old-laptop, ask in #xubuntu [19:09] Just default stuff... add to readd. [19:09] Jigal: also, it looks like they are happening during a restart. they might just be warnings. are you getting errors in your app? [19:09] wherew is that? [19:10] im totally new [19:10] old-laptop, type /j #xubuntu [19:10] old-laptop, and you will be there then ask there :) [19:10] like in the chat? [19:10] ascott_tainer, they are just some config files for pachages like iamp ming imagick and idn [19:10] old-laptop, yes here only type in thsi text box only [19:10] ascott_tainer, oh dont ask about it [19:11] ascott_tainer, have been busy for two weeks debugging mij app [19:11] isn't xubuntu quite resource hungry these days? I assume lubuntu is the new light ubuntu, right? [19:11] thanks all! [19:11] Jigal: ah, I see. hmmm. was it working before, or is this a new install? [19:11] i remember installing these pachages [19:11] how do I change sessions without using my mouse? normal log on screen... [19:11] yesterday [19:12] ascott_tainer, yes before upgrading my 9.10 to 10.03 [19:12] ascott_tainer, yes before upgrading my 9.10 to 10.04 [19:12] what's the best way to get a Linux desktop experience in Windows 7? [19:12] So yeah... Intel 4500MHD, Overscan using Panasonic 42 inch 1080p through HDMI. Laptop has broken screen, have TV set to be only output. Have Xorg.conf, -NO- Modes listed for any color depth, and am unsure of how to attain a proper mode as I don't have the manual, and Google curses me out telling me this is only a 720p tv which is INCORRECT, because I'm rendering in 1080p right now with overscan, 720p yields the same, -and- my ps3 uses the [19:12] 1080p so the internet fails me. [19:12] I'm on a 10.4 Ubuntu with kernel 2.6.32, I need to apply a kernel patch to enable my 3G modem. I've found a .diff-file contaning C (C++?) code. How risky is this? How much can I screw up, given that I've never compiled a kernel before? [19:12] Bluebaron, install Cygwin, or use the KDE installer for windows. [19:13] !dualboot | bluebaron [19:13] bluebaron: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [19:13] Xase: tyvm [19:13] Or what ZykoticK9 said. [19:13] hey, i'm having a problem with my webcam. when i first plug it in and run cheese it looks flawless, but as soon as i run kopete and settings it messes the picture up for both kopete AND Cheese :\ [19:13] ZykoticK9: no .. you didn't take the time to understand or care about my question [19:13] how the hell do you mount a cdrom now on server? [19:13] Oh so I was right :D [19:13] Xase: thanks. I'll copy my /etc/apt/sources [19:13] greetings [19:13] there is no fstab entry created for it and there is a cdrom on the root of the filesystem [19:13] Gasull, yeah it's the best bet imo. [19:13] Jigal: http://www.howtoforge.com/forums/archive/index.php/t-47562.html [19:13] how do I change sessions without using my mouse? normal log on screen... another question, How do I Auto mount a partition every time a boot into Ubuntu 10.04 [19:14] thune3: Ubuntu support is great here. Many people available to give step-by-step instructions. For specifics, should I try wine, wow or some gamers irc? be it distribution in-specific, someone may have answers... any idea of where to ask? I've tried googling with no luck... [19:14] Whish I had, because now I have to add 15 extra repos back... which means finding them again. [19:14] exit [19:14] JHoglund: have you tried a later kernel? That would be easier than compiling the kernel yourself... [19:14] ascott_tainer, have tried that post but it my system doesnt know the command envvars [19:15] bye all! :) [19:15] ChogyDan: No, I have not. I guessed that Ubuntu automaticly updates the kernel and that the newer kernle isn't ready for Ubuntu yet [19:15] Jigal: try a locate envvars [19:15] or apt-cache search envvars [19:15] Hey friends, how to get more like that desktop files page of KDE?? What is it called?? [19:15] JHoglund, there's always some sort of testing kernel, that even though it's due for say Meerkat, can be used in older versions of ubuntu. [19:16] ascott_tainer, ./etc/apache2/envvars && httpd -t command not found envvars is in /etc/apache2/envvars [19:16] I used to have the 8.10 kernel -only- on my 7.04 install, because anything after 7.04 wouldn't install for some reason, so I just kept 7.04 and updated the kernel. [19:16] is it necessary to install a firewall on a home ubuntu installation? If so which one is good im using GNOME? thanks [19:16] JHoglund: that's true, Im using the next kernel ok myself [19:17] EddieV113, UFW? Wanna say firestarter for some reason. [19:17] !kernel | JHoglund [19:17] JHoglund: The core of the Ubuntu Operating System is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, but if you're convinced you do, see https://help.ubuntu.com/community/Kernel/Compile - See also: /msg ubottu stages [19:17] It's always good to have some sort of intermediary protection EddieV113, no matter how secure an operating system is. [19:18] One last attempt at this question. With the hope that someone who knows is online. How can I have L+R click on my mouse NOT == middle click? [19:18] anyone on the cdrom mount issue? [19:18] Jigal: it looks like envvars is just some variables -- not an executable script -- try running "source /etc/httpd/envvars", then start restart apache again [19:18] CT1 [19:18] nobody how to work logwatch to generate report from other log that is for my pc? [19:18] seems strange that you can just mount /dev/cdrom [19:18] Go to mouse settings. [19:18] There should be an emulate middle click option. [19:18] Turn it off. [19:18] ascott_tainer, from a su terminal it works. Just now it complains about no commnad 'httpd' found [19:18] CT1: I gave you an answer. Something to try with a couple commands and a way to test. Did that not work? [19:19] !firewall | EddieV113 [19:19] EddieV113: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [19:19] So what is the difference between ubuntu and other linux...stuff [19:19] how do I change sessions without using my mouse? normal log on screen... another question, How do I Auto mount a partition every time a boot into Ubuntu 10.04 [19:19] TheRampantFurry, It is geared to those unfamiliar, or those looking for a simple install and go procedure. [19:19] ubottu, ChogyDan, Xase: The reason to why I'm asking is that I've got a Lenovo laptop with a built-in Gobi 2000 3G modem. Since there's no official Linux drivers, one has to use a program called "gobiloader" to load firmware onto the 3G modem, the author of gobiloader says that kernel patching is needed for 2.6.32 or later. [19:19] Error: I am only a bot, please don't think I'm intelligent :) [19:20] ubottu: ChogyDan Xase: If I, instead of patching the kernel myself, download a new kernel. How can I determine if the patches are present in the kernel? [19:20] Error: I am only a bot, please don't think I'm intelligent :) [19:20] Jigal: try running "/etc/init.d/apache2 restart" [19:20] ubottu: Oh, sorry :) [19:20] Error: I am only a bot, please don't think I'm intelligent :) [19:20] JHoglund, I see, Hmm Lemme do some research. [19:20] I want to add a "deb file:/" entry to my sources.list. However, the problem is that there are spaces in the path, how would I reference these so that apt-get can understand them? So far, I've tried different methods like quotation marks, but apt-get insists on truncating the spaces [19:20] thanks for the responses im getting firestarter now [19:20] ascott_tainer, it restarted [19:20] Xase: Have a look here: http://www.codon.org.uk/~mjg59/gobi_loader/ [19:20] Jigal: is the error still in the logs? [19:21] JHoglund: I don't know, but the links I gave you earlier should tell you how to compile it. You may also want to google for your laptop and ubuntu to see if someone has done it before [19:21] ascott_tainer, yep but i still als have the httpd error [19:21] JHoglund, did you check here for information? http://bit.ly/aJvEeg [19:22] Hello again room. How might I be able to make the ssh command an application? I would like to reduce the whole ssh command to an icon that you double click... is that possible? [19:22] Jigal: this seems like a bug in the upgrade process. something having to do with an apache config. I haven't seen that envvars file before (I use older apache), but maybe in the upgrade, it didn't get picked up correctly. Might want to file this with the ubuntu developers. [19:22] Xase: No, I'll have a look, thanks! [19:22] annie: right click desktop -> create new launcher [19:22] annie: put the command you want into there [19:22] It's just a bug report, but there may be some info there on how to get it for now, or maybe an ETA for a fix. [19:22] maco: Awesome... Thanks [19:22] annie: create a launcher that runs either gnome-terminal or bash.. both support switches for specifying a command [19:23] annie: but itll only work if you have ssh keys setup cuz otherwise you need to put in password [19:23] test [19:23] Jigal: you can also "check" your configs with "apache2ctl -t" [19:23] i've just downloaded system indicator packages for my system, now how can i use them? "activate them" [19:23] Hi is it possible to broadcast for dhcp on a other interface? [19:23] maco: cool... the tunnel is set with keys. So I should be good [19:23] Jigal: actually, that's what the httpd -t is supposed to do: check config files, but httpd binary is no longer available, use apache2ctl in place of it. [19:23] Like dhclient eth0 on eth1 :-)? [19:24] t [19:24] how to edit which programs are associated with a certain mime type (nautilus)? [19:24] ravimishra [19:25] !firewall [19:25] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [19:25] regius: that doesn't make any sense since they will be using different subnets, what are you trying to accomplish? [19:25] Fix appears released in maveric JHoglund [19:25] I'm using maverick myself, but don't havek said 3g modem to let you know if it works personally :( [19:25] ascott_tainer, apache2ctl says just Syntax OK [19:25] ilovefairuz: I'm trying to build a dhcp relay [19:25] when i right click an .avi it shows "Open with VLC", how to remove that? [19:26] check3r: the easiest way is to find a file of the desired type in nautilus, right click and select properties. In the "open with" tab you can add programs and set default. [19:26] Jigal: can you run a test php script at the command line and it succeeds? [19:26] ty [19:26] gonna test my ssh launcher... brb [19:26] Also to be more specific JHoglund https://bugs.launchpad.net/ubuntu/lucid/+source/linux-backports-modules-2.6.32 says a fix has been commited to the backports modules in lucid [19:27] Jigal: to test php, do something like: echo "" > info.php [19:27] Jigal: then: php info.php [19:27] internet <--ip from ISP> server  home router <-> [19:28] ascott_tainer, works it shows me the output of php.ini [19:28] Is that possible to build? [19:28] i've just downloaded system indicator packages for my system, now how can i use them? "activate them" [19:28] I have a problem to use logwatch, I have a log file in /home/filipe/simonsen.log. and I want to generate a report that the log with logwatch, more to run the command returns me a report of my logs in /var/log [19:28] UNA PIJA [19:28] Jigal: that makes me think that the error is just a warning and the problems in your app may not be related. [19:28] SON TREMENDOS CHUPA LA VERGA PUTOS DEL ORTA [19:29] This is more understandable http://img153.imageshack.us/img153/5623/iprelay.jpg [19:29] how can i clean a virus on a windows machine [19:29] maco: making the launcher was easy and awesome. thanks === TheRampantFurry is now known as The_Rogue_Smiler [19:29] Jigal: I have to get to work, but I can offer consulting services, if you'd like. I have 11 years of Linux/Unix experience, and a BS in CS. [19:29] !info dhcp-helper | regius [19:29] regius: dhcp-helper (source: dhcp-helper): A DHCP relay agent. In component universe, is optional. Version 1.0-1 (lucid), package size 11 kB, installed size 120 kB [19:30] Jigal: I'd suggest we skype and talk it through. [19:30] ascott_tainer, well i prefere a debugging class in php, but thanks for your help so far [19:30] ilovefairuz: i will try that, i was using dhcp3-relay [19:30] but I will be instrested to stay with you in contact so as to widen my network [19:30] ascott_tainer, please pm me your skype [19:30] Jigal: I've had a php class before. :) [19:30] Help with Overscan? [19:30] Jigal: okay. [19:31] I need help from instalation posfix [19:31] ascott_tainer, me to. I did a masterclass [19:31] ascott_tainer, but debugging this is just hard [19:32] Jigal: I've got a stumper at work right now, I'm kind of procrastinating since I hit a dead-end on it. [19:32] oops.... I have a dyndns addy for my proxy. and when I simply put that in the address bar (just wanted to see what would happen) I'm taken to the login screen of my router and i CAN log in!!! How would I stop that? [19:32] Jigal: we use Perl-Mason though. do you have any experience with that? [19:32] !info clamtk | netbkneutrino1 [19:32] netbkneutrino1: clamtk (source: clamtk): graphical front-end for ClamAV. In component universe, is optional. Version 4.25-1 (lucid), package size 194 kB, installed size 1060 kB [19:32] nope [19:32] ascott_tainer, i was adviced to use xdebug or zend_debugger [19:32] I need help from instalation posfix local [19:33] hi, what is the number of the masked code ee@ ? " [19:33] Jigal: that's probably the best bet at this point (using a debugger). [19:33] annie: it works because you're practically connecting from inside your network [19:33] ilovefairuz: oh.. right. With the proxy. D'oh. KK... gonna stop the tunnel and check. Thanks :P [19:34] Hi, I am using ubuntu10.04. The network connection is usually on the panel, but it somehow disappear. I cannot connect wireless, but can connect with cable. Could anybody help me ? thanks [19:34] toader: alt + f2, and then type: nm-applet [19:35] please! i need from help! someone tried help me but does't work. " I have a problem to use logwatch, I have a log file in /home/filipe/simonsen.log. and I want to generate a report that the log with logwatch, more to run the command returns me a report of my logs in /var/log" [19:35] * dddw tv [19:35] ilovefairuz: whew.. much better. All this linux over the past week has made my head spin and I forget what I've done at times. [19:35] ascott_tainer, yes but the next step is using it properly '-) [19:35] annie: welcome to wonderland [19:36] * Xase is flabbergasted that not a single person here has experience with fixing overscan. [19:36] hey all, can i mount an nfs share as /tmp? [19:36] ilovefairuz: i says "could not open location file:file///home/xiliu/nm-applet" [19:36] hi [19:36] i have it mounted, but the permissions say 999:999 and root cannot access it. [19:36] arrrghhh: hmm, no being that /tmp is already used. [19:36] i have problem with dvr card [19:37] arrrghhh: try making a new /tmp dir like sudo mkdir /tmp2 [19:37] i install it and it don't work [19:37] how can i specify that file logwatch will generate the file? [19:37] toader: open a terminal and type it there [19:37] arrrghhh: and mount your nfs to that [19:37] Jigal: hah. exactly. :) [19:37] hiku, hrm. i have it mounted, it looks correct when i do a 'mount' command. [19:37] arrrghhh, create a new moumt such as /nfs and yeah :D [19:37] !terminal > toader [19:37] toader, please see my private message [19:37] Awesome... again, thanks to everyone for your help and patience over the past >2 WEEKS< setting up my ssh/proxy. Now I've got to write up a simple tutorial of all this for a friend overseas! Later all! [19:37] I keep my NFS mounted to /lol :O [19:37] arrrghhh: hmm, /tmp is a default system dir I wouldn't mess around with it. [19:37] Xase, hiku, well the problem is i have a program that's using /tmp to backup to before copying it out to where i'm asking it to go. [19:37] hrm. [19:37] Jigal: I'm stepping away for a few... feel free to skype me if you want to talk it out later. maybe I can be some help. who knows. [19:38] who can help me with usb dvr card please write to priv [19:38] how can i specify that file the logwatch will generate a report? [19:38] arrrghhh: what backup program are you using? [19:38] Why not just set up a script to copy it to the NFS share from /tmp? [19:38] hiku, well the software is zenoss. [19:38] Xase, /tmp fills up before the backup is complete. [19:38] ascott_tainer, ok tnx [19:38] i have a serious problem [19:38] hi. I deleted my /etc/fstab [...don't ask]. I thought of copying it from the live CD (i assumed one with all the partitions would be created but it doesn't mount anything by default). So, help creating [preferably not by hand] a new fstab file [19:38] and icneed a help [19:38] hello [19:39] who can help me with usb dvr card please priv [19:39] arrrghhh: there should be a config file you can changed to have it "not" use /tmp and not require /tmp to be mounted to an nfs share. [19:39] can i set -opengl as default in wine ? im tired of doing it allover again. [19:39] anyone ? [19:39] andai: how many partitions do you need mounted at boot time (apart from /) [19:39] hiku, i'll poke around, thanks. [19:39] arrrghhh: np, good luck [19:39] andai, my fstab http://paste.ubuntu.com/476557/ [19:39] Then tell the programuse the NFS mounted storage then? [19:39] how do I change sessions without using my mouse? normal log on screen... another question, How do I Auto mount a partition every time a boot into Ubuntu 10.04 [19:39] ilovefairuz: just /dev/sda5 as / and /dev/sda6 as swap [19:40] ZykoticK9: thanks :) [19:40] tim__, to automount a partition add it to your fstab file [19:40] tim__, for your second question add it to fstav [19:40] andai: modify ZykoticK9's, use blkid to find your UUIDs [19:40] fstab* [19:40] tim__ do you want to just logout? [19:40] hi, anyone knows an alternative to globalmenu ? [19:41] when i have upgraded my ubuntu karmic to lucid then it was asking for restart after doing restart i was asking to login root-0s: when i login i can see a black sceen having this command roo0t@root-0s:~$ [19:41] Oi [19:41] who can help me with usb dvr card please priv [19:41] Hello [19:42] adamramadhan: add this to your .bashrc: alias wine='wine -opengl' [19:42] ilovefairuz, do you know the blkid syntax to find UUIDs? [19:42] i don't want the terminal to close immediately so i added "read" but it doesnt work: gnome-terminal --command="echo hey;read" [19:43] who can help me with usb dvr card please priv === lit3l is now known as litel [19:43] Hi, Ive installed mupen64plus 1.99-3, how can I change the controls? [19:44] ... This is the biggest pain ever. [19:44] Youd think there'd be a guide for overscan. [19:44] ZykoticK9: blkid -s UUID [19:44] what's the fstab line for a cdrom/dvd drive? [19:45] who can help me with usb dvr card please priv [19:45] ... No one throughout the entire darned linux community seems to be able to help -AT ALL- [19:45] how do i setup shareing of files from 10.04 to a mac === sticky is now known as NeighingGopher [19:46] I have ubuntu... but i've tried getting help from Xorg, Arch, SuSE, Fedora, Slackware... not a single effing person owns an HDTV? [19:46] who can help me with usb dvr card please priv [19:46] for my cdrom device in fstab should i use /devs [19:46] wait * [19:46] anodesni, if you're using a joystick, i had to use "export SDL_JOYSTICK_DEVICE=/dev/input/js0 && /usr/local/bin/mupen64plus --nogui --noask --fullscreen %s" [19:46] Xase: you got help from Xorg? [19:46] for my cdrom device in fstab should i use /dev/sr0 or /dev/cdrom [19:46] YEAH RIGHT. [19:46] who can help me with usb dvr card please priv [19:46] No one ever answers. [19:47] who can help me with usb dvr card please priv [19:47] Xase: did you file a bug at freedesktop.org? [19:47] who can help me with usb dvr card please priv [19:47] !patience | Xase, grzegorz [19:47] Xase, grzegorz: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [19:47] No I haven't. [19:47] ZykoticK9, oh wait, it's already working X) [19:47] ilovefairuz, thanks - but i get the following ouptu from "blkid -s UUID" - "The lookup option requires a search type specified using -t" FYI i'm in Maverick right now [19:48] what is the 'default' video app? Is there one.. I am thinking of installing VLC\ [19:48] ilovefairuz noob [19:48] grzegorz, what card? [19:48] grzegorz: please, no ad-hom attacks in here [19:48] stk-1160 [19:48] anodesni, the export part is really only required if you need to calibrate your joystick (which as required for my N64 controller to work properly) [19:48] Xase: I think that would be the most advanced level of help with Xorg that you could ask for. But yeah, I wouldn't think many have hdtvs connect to their computers, but I dunno [19:48] What packages create the bug where the name of menu items is displayed vertically in Ubuntu Netbook Edition 10.04? [19:49] anodesni can i share my desktop [19:49] It's not that I feel ignored ilovefairuz I've been coming online for 5 days now, almost, controlling this thing mainly with my ipod. it's just aggravating that it seems like I'm stuck in /dev/null with what should be pretty simple because I can just use fbset on a ps3 to correct overscan, but I've asked if I could use it in this situation, and noone has even responded to that query. [19:49] ZykoticK9, tnx, good to know [19:49] grzegorz, syntek? [19:49] yes [19:49] anyone knows how to fix locales on 10.04 lts? `locale` says LC_* = POSIX [19:49] hi [19:49] ChogyDan, thanks for the input :D [19:49] what's proc and do i need it in my fstab? [19:49] I will try that. [19:49] I dont get to my graphical display anymore [19:49] I had to set the driver to "vesa" [19:49] andai: proc is a virtual filesystem with information on the system, and yes, it is needed [19:49] i have serious problem when i upgraded my karmic to lucid and then it asking for restart after giving a restart i am in a shell like on black screen there is " Ubuntu 10.04.1 LTS root-0s tty1 root-0s login: [19:50] now I get to the graphical display, but the driver "nvidia" doesnt get me there and it complains about not finding the edid. [19:50] Any idea how to fix this? [19:50] awrite, that should do. bye :) [19:50] anodesni i make all from http://ubuntuforums.org/showthread.php?t=924504&page=11 [19:50] bye [19:50] D"Unable to get display device CRT-0's EDID" [19:50] hiku: Ok, download complete, and I see that the MD5s between the 2 ISOs are very different. [19:50] grzegorz, dvb or analogue [19:50] bihari: try startx [19:50] anodesni and in step 4 i see only /dev/easysnd0 === omega_ is now known as Guest83498 [19:51] I get this message and "No signal" written on the screen [19:51] g0th: try using the vesa driver [19:51] startx? [19:51] I am using it at the moment [19:51] anodesni 4 video input hmmm camera monitoring [19:51] sacarlson: ? what to do buddy [19:51] ZykoticK9: try: blkid -c /dev/null -s UUID [19:52] bihari: I guess you will have to try login first then try startx [19:52] i have serious problem when i upgraded my karmic to lucid and then it asking for restart after giving a restart i am in a shell like on black screen there is " Ubuntu 10.04.1 LTS root-0s tty1 root-0s login: [19:52] ok [19:52] g0th, are you currently using an xorg.conf to specify vesa with? You could try moving xorg.conf to another name restarting and see if nouveau works automatically for you OR try installing nvidia driver. [19:52] damn #perl is full lol [19:52] can't get in [19:52] startx ? what it will do? [19:52] anodesni this is it http://allegro.pl/item1162298692_karta_dvr_usb_4_kanaly_video_1x_audio_soft_gr3.html [19:52] I tried nouveau it didnt work === RyanP_ is now known as RyanP [19:53] ilovefairuz, thanks man - that results in a new line (no output/or error). It's all good - i was just curious how to find UUIDs, not an issue for me currently. Thanks anyways ;) [19:53] grzegorz, it seems the video driver is not installed correctly. There were no make errors? [19:53] ZykoticK9, thanks for the reply and sorry for the late reply, I have it mounted to /media/blah should I add that to fstab? [19:54] sacarlson: i did i get the gui screen bu my mouse was not working [19:54] ZykoticK9: what happens when you type blkid without any parameters ? [19:54] what is the best codec pack for linux? I use cccp on windows [19:54] bihari: hopfully it will start the xserver so you have gnome graphic envirnment [19:54] I still have problems building this, http://img153.imageshack.us/img153/5623/iprelay.jpg . Is it possible to look for dhcp server for interface eth1 on eth0? [19:54] tim__, use entries in the current fstab as a reference, then add a new line including your /media/blah stuff - actually i'm recommend not mounting stuff in /media - /mnt would be better. === erkan^2 is now known as erkan^ [19:55] !codec > Karen_m [19:55] Karen_m, please see my private message [19:55] ZykoticK9: I tried 185 173 98 nvidia drivers and nouveau driver, nothing worked [19:55] I also tried to disable edid in the xorg.conf, maybe I did it wrong but what I tried didnt work [19:55] g0th, did you try current? [19:55] sacarlson: yes but my mouse is not working [19:55] I dont see any current [19:56] plzzzzzz help mew [19:56] those three are all version I see [19:56] me [19:56] ilovefairuz, blkid with no parameters gives no output - just new line [19:56] i am sick [19:56] ChogyDan, I want to log into XBMC instead of the standard gnome [19:56] bihari: try unplug and plug your mouse back in [19:56] anodesni i'm linux noob i don't know, in cheese error : no camera found [19:56] anodesni maybe i share my desktop by vnc? [19:56] bihari: but the gnome envirment came up? [19:56] g0th, "apt-cache policy nvidia-current" [19:57] how to check which version of xorg i'm using? [19:57] so i created a separate directory, /media/nfs. i mounted my nfs share there and i get the same problem - the folder is owned by 999:999, I don't know who that user is. root can't access it. [19:57] grzegorz, what kind of thing is this? What do you connect to it [19:57] W: Kann Paket nvidia-current nicht finden [19:58] nops not working [19:58] not even short cut key for opening terminal [19:58] ie. [19:58] can't find package nvidia-current [19:58] g0th, that version of ubuntu are you using? "lsb_realease -a" if you aren't sure. [19:58] Xase: Xorg -version [19:58] ZykoticK9: even as root? [19:58] yes it came up [19:58] 9.10 [19:58] i can see my wallpaper [19:58] g0th: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [19:58] bihari: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [19:58] g0th: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [19:58] bihari: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [19:58] !enter | g0th [19:58] g0th: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [19:58] I want to customize my desktop with some buttons/launchers/whateverelse. Is it possible to create "web desktop" like Windows 98 "active desktop" so i can just make a simple web page for it? [19:58] hiku: Gonna now attempt to install the new copy. [19:58] ilovefairuz: which lines do you refer to? [19:58] ilovefairuz, BINGO. Good man! Failure was between chair and keyboard - i wasn't using sudo, which changed everything. Thanks man! [19:59] sacarlson: plzzzzzzzzzzz help me [19:59] Xase, X -version [19:59] anodesni you connect to my computer by virtual desktop [19:59] !de | g0th [19:59] er [19:59] g0th: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis. [19:59] g0th: group your words on one line === gio_gt_ is now known as gio_gt [19:59] bihari, not you again. are you still trying to get CS to work on Ubuntu? [19:59] I do usually [19:59] I dont see where I was flooding [20:00] anyway [20:00] arrrghhh: ?CS? [20:00] g0th, the 3 lines above sorta count as an example [20:00] ^^- lie above, that was 3 lines, do you really consider this to be too much? [20:00] bihari: I didn't see your results from unplug replug your mouse did you do that yet? [20:00] bihari, you were trying to compile something the other day. nvm. [20:00] YES I DID [20:00] wohoo, ok ok so I try to write 2 lines instead of 3, sorry [20:01] g0th, why not put your entire response on ONE line? crazy concept, i know. [20:01] g0th: this is #ubuntu conversations move fast please have respect for others [20:01] bihari: is it a usb mouse? [20:01] yes i wants to make a vbox [20:01] all right, so will you try to help me if I write on one line from now on? [20:01] yes usb [20:01] subone, You still there? [20:02] bihari: did you try another usb port for your mouse? [20:02] g0th, assuming we know how to fix your issue, i think anyone will try and help. [20:02] edbian, yes sir [20:02] Hi all, Im unable to get my external display work wit my ubuntu 8.04 laptop [20:02] subone, There are many options to achieve something like the "web desktop" from windows 98. Are you looking into strictly gnome or kde or does it matter? [20:02] sacarlson: now my screen become black [20:02] skype [20:03] quit [20:03] exit [20:03] shud i restart [20:03] bihari: screen saver does that, did you change usb ports for your mouse? [20:03] my monitor is acer x192w, I dont get to the graphical interface, so I specified vesa in my xorg.conf (this works), the nvidia drivers 186 173 98 dont work and they give a message that the edid of my crt-0 was not found. The nouveau driver also doesnt work. Everything worked before the holiday (ie. about 3 months ago) [20:03] edbian, currently i use gnome. if there is a gnome solution i prefer it [20:03] I get this error after login screen. "Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information." [20:03] yes i did [20:03] bihari: also unplug all other devices that use usb [20:04] subone, There is this: http://www.fsckin.com/2008/04/14/fun-with-xwinwrap-in-compiz-fusion/ [20:04] where can I find a edid.bin for my monitor? [20:04] g0th, i have no clue what that is... what are you trying to do? [20:04] hmm another question that came to my mind: why does no version of the nvidia drivers work? shouldnt the old driver work? Or where is the information about the did stored? [20:05] arrrghhh: I am trying to get a graphical interface working. [20:05] subone, That's probably the closest thing to what you're asking for. However there are a couple widget packages in the repos (screenlets and gdesklets to name 2). Conky is a ridiculously customizable system monitor that can be drawn transparently on the desktop. Lastly you can embed a terminal in your desktop. Then theoretically, any cli app could be on the desktop. [20:05] how can you tell what format a HD has by using the command line only? [20:05] tucemiux_, sudo fdisk -l [20:05] tucemiux_, fdisk [20:06] edbian, doesnt tell me if its ext3 or ext4 [20:06] tucemiux_, Lists all the partitions on the hdd's connected to the computer and their fs type. [20:06] tucemiux_, Oh, I'm sure it does I just don't know the options you need to give to it. [20:06] ZykoticK9: I dont have an nvidia-custom, what line do I need at sources.list to get this? I use ubuntu 9.10... [20:06] tucemiux_, That command just says "linux" I believe. Is that right? [20:06] what is the preferred assembler for windows assembler development?(for winXP,VIsta,win7) ? [20:06] now i am 100 % sure my mouse is not working [20:06] sorry, wrong channel [20:06] g0th, sorry man, i'm affraid you need someone with 9.10 memory - i really don't remember how nvidia worked on it sorry. Best of luck. [20:07] bihari: you have any other mouse laying around the house? [20:07] nor even my short cut keys to open terminal [20:07] edbian, i do not see ext3 or ext4? O_o [20:07] tucemiux_, I don't know how to see it very cli [20:07] yes i have of my laptop [20:07] tucemiux_, if they are mounted - type "mount" to see ext3or4 [20:07] edbian, thanks [20:07] subone, No problem. Have fun! [20:07] what is the current ubuntu version? [20:07] tucemiux_, Sorry [20:07] g0th, 10.04 [20:08] why doesnt my update work? [20:08] i use XChat-gnome 0.26.1..where do i set proxy server? === cmdshftn_ is now known as cmdshftn [20:08] hi guys [20:08] hiku: Success on the installing. Lets see if it runs. ;) [20:08] bihari: looks like alt f2 work did you try that [20:08] look my short cut keeys are also not working [20:08] yes f2 not working [20:08] ZykoticK9, that is it! /dev/sda1 on / type ext4 edbian we learned something new today [20:08] i hook up another monitor in mi laptop [20:09] to watch movies on big screen [20:09] bihari: alternate and f2 [20:09] yes alt +f2 not working [20:09] Yadira: all one one line [20:09] does the cable transfer audio too [20:09] how do I update to 10.04? [20:09] Yadira, and what is the problem? all in ***one line*** [20:09] tucemiux_, Sure did! :) [20:09] g0th, update-manager -d or do-release-upgrade from cli. [20:09] Yadira: no the cable doesn't [20:09] ok [20:09] isee [20:09] my problem is audio [20:09] is ok [20:09] bihari: well I'm out of idea I guess your keyboards not working also or your computer is dead [20:10] Yadira: you'll have to use an extra cable for audio === Leif is now known as Leif_afk [20:10] Yadira, does your monitor have speakers? [20:10] thanks [20:10] yes it does [20:10] is actually a tv with a bunch of imputs,,i have it all [20:10] g0th: sudo apt-get dist-upgrade [20:10] if my keyboard is not working then how can i type ssstartx ? [20:10] Well... Audio via HDMI anyone? [20:10] Network asks me for WPA Password continously, but it's correct! [20:11] Yadira, you have to connect a wire that goes from the "headphone" jack in your laptop to the speakers in your monitor [20:11] what can I do?? [20:11] aeon-ltd: this didnt work [20:11] how can i able toogin in ? with my id pasword? [20:11] one thing i cant get done is to use full screen [20:11] g0th, do what i told you! [20:11] also do-release-upgrade doesnt work [20:11] ok i do that [20:11] g0th, did you put sudo in front of it? [20:11] I am attached to with ethernet at this moment [20:11] to the internet [20:11] g0th: what about the proper update manager? [20:11] man seriously speaking i am fed up of this [20:11] how to get it full screen ? [20:11] i am pissed offf [20:11] do u know [20:12] but I don't know why I cannot connect via network manager [20:12] Fernandos: pastebin: lshw -C network [20:12] bihari: I think the xserver uses diferent drivers for keyboard and mouse then what you started with. [20:12] !paste > Fernandos [20:12] Fernandos, please see my private message [20:12] ilovefairuz: hm okay [20:12] aeon-ltd: it also didnt work, but I now try to remove some problematic packages like skype that might have caused the failure to upgrade [20:12] so how to i get my gui back [20:12] i want 1st that [20:12] bihari what about another keyboard? [20:12] arrrghhh: I use linux since over 11 years, usually I dont make such mistakes as forgetting sudo [20:12] the bigger i can get is 1200 + 768 [20:12] .... [20:13] BRB [20:13] g0th, had to ask. [20:13] This is nonsense. [20:13] is half the screen [20:13] no problem [20:13] i want fuul screen [20:13] ]dude i am student i have onl 1 computer and lapy [20:13] Yadira, to get full screen is always flaky, since the laptop is opened you might need to hit a combination of keys on your laptop so that the screen goes to the monitor, on my laptop is "FN +F8", look at your keyboard and you should see a key labeled "Fn" and should be maybe colored blue, you should see another key labeled something like "CRT/LCD" [20:13] hiku: Ok, it is working. Now to see if I can get to some restricted drives or whatever. :S [20:13] I think it was skype that caused the problem, the command line tool showed a message, the graphical tool just failed [20:13] Yadira: try changing it from system > preferences > monitor [20:13] bihari when you start recovery console do you can use keyboard there? [20:13] fyi, this is my brother's pc [20:13] im on that option [20:13] bihari: reinstall? live boot cd [20:14] or 1st bihari does the keyboard leds light up when pc starts?? [20:14] Yadira: it's called "display" not monitor [20:14] let me check that [20:14] anybody know what permissions 999:999 are? i'm trying to use nfs between a suse box and an ubuntu box. [20:14] ilovefairuz: http://paste.ubuntu.com/476570/ here is the paste [20:14] arrgghh satans permission [20:14] arrrghhh, actually i think that is a user not permission?! I could be wrong. [20:15] arrrghhh, those permissions only work on windows O_o [20:15] ZykoticK9, sorry, you are correct. 999 is the user, and 999 is the group. [20:15] yes [20:15] tucemiux_, it is an NTFS drive... but i should still be able to write to it over nfs, no? [20:16] no display options for me on ubuntu 10.4 [20:16] littlepenguin: yes light get emiited when i start my computer [20:16] arrrghhh, there is no such thing as a 9 on a permission, the highest is 7 [20:16] just monitors [20:16] hi!!! [20:16] arrrghhh, I dont think NFS supports NTFS [20:16] and i have tha funtion button on keyboard but is not working [20:16] tucemiux_, yea, i was incorrect in my verbage. i meant user/group is 999:999. [20:16] Fernandos: sudo apt-get install pastebinit; sudo tail -n 500 /var/log/messages | pastebinit - [20:16] to swithc monitors [20:17] KE1HA, damnit. not even with fuse? [20:17] Yadira, you must have to reboot your laptop with the monitor hooked up to the laptop [20:17] ok [20:17] Yadira: please group your words on one line [20:17] ilovefairuz: what does that do? [20:17] Yadira, sorry i meant to say you ***might*** [20:17] BRB guys [20:17] hello [20:17] is ok [20:17] thanks all 4 the help [20:17] arrrghhh, there is no such thing as a 9 on a permission, the highest is 7 [20:17] Fernandos: installs a utility to paste the latest portion of /var/log/messages [20:18] i be back to let u guys know about mi status,,jjejeje [20:18] how to install login screen in ubuntu 10.04? [20:18] tucemiux_, i already said i was incorrect. i meant user/group. the user is 999 and the group is 999. [20:18] arrrghhh, I dont know about fuse, but im pretty certain that NFS can't export to NTFS [20:18] i'm trying to install the subversion python bindings (SWIG) so that i can use subversion hooks to send email notification of commits. is there a package in apt that i can use to do this, or do i have to install from source? [20:18] arrrghhh, I could be wrong, will do some digging. [20:18] ilovefairuz: here is the link it produced http://pastebin.com/a91nNxQi [20:18] KE1HA, hrm. that's a bummer. i thought i did it with my server rig before, but i don't remember how. my server's all ext4 now so that doesn't matter, but this is at work. [20:19] arrrghhh, there is no such thing as a 9 on a permission, the highest is 7 [20:19] tucemiux_, jesus christ on a stick are you not reading what i said? i was WRONG, i meant user/group NOT permission!!! [20:19] user=999, group=999?? [20:20] can anyone help me? === root is now known as Guest21859 [20:20] !anyone| luah [20:20] luah: A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [20:20] hello i'm trying to burn backtrack to a dvd under ubutnu 10.04. now i've only got one dvd and only one chance to get it right. thus my question: is it ok to right click the iso, select burn to cd/dvd and hit burn? will the dvd be bootable or will ist just contain the iso (i am pretty sure its going t be bootable since i remember to have burned my 10.04 under 8.10 in a similar fashion). [20:20] tucemiux_, yes, that's why i'm confused. it seems NFS and NTFS may not play nicely together. [20:21] ilovefairuz: you can see that I tried using an usb wifi adapter also, but that didn't even get detected. so I unplugged it. But I want my WIFI work so hard, My laptop works so fine with ubuntu, except that it does not connect to my network, I can list the networks though === Guest21859 is now known as BlkNite === schmidtm_ is now known as schmidtm [20:21] ok [20:22] Fernandos: there deson't seem to be any connection attempts in the log. also, what type of encryption does your access point use? wep or wpa? [20:22] arrrghhh, I hate to say it, but I think ur stuck on the ole NTFS & NFS battle front, lots of folks fought that war and lost. [20:22] KE1HA, lol. i'm just trying to get a puny server backed up, and i'm running out of ideas here. i thought an old lappy with a 40gb drive would be perfect for the job. damnit. [20:22] install login screen!!!! [20:23] install login screen in LUCID!!!! [20:23] hey. I installed a bunch of games, and it's stuck on "starting Pioneers meta-server ... done." and it's been stuck there for quite some time. Any suggestions? [20:23] Does anybody know why my keyboard sometimes freezes after the screen saver come on. Also, my mouse does this too, but Its only with clicking, I can move the mouse just fine. [20:23] does anyone know how to configure dahdi for asterisk setup on 10.04 [20:23] How would I use find to search for a filename with a newline in it? === luah is now known as lyra [20:23] repeating happily: (hello) i'm trying to burn backtrack to a dvd under ubutnu 10.04. now i've only got one dvd and only one chance to get it right. thus my question: is it ok to right click the iso, select burn to cd/dvd and hit burn? will the dvd be bootable or will ist just contain the iso (i am pretty sure its going t be bootable since i remember to have burned my 10.04 under 8.10 in a similar fashion). [20:23] Fernandos: try to connect and then re-execute the last command === The_Rogue_Smiler is now known as Therampantfurry [20:24] install login screen in LUCID!!!! [20:24] install login screen in LUCID!!!! === Therampantfurry is now known as The_Rampant_fur [20:24] lyra, install or tweak? [20:24] lyra: What do you mean Install Login Screen? I just installed from a Live CD and it was there from the beginning. Maybe you are on the wrong tyr? === The_Rampant_fur is now known as Cahl-hith [20:24] ilovefairuz: ok I will [20:24] arrrghhh, well, no harm in trying :-) [20:24] KE1HA, haha thanks. [20:25] what do I do with a stuck install? kill the process and try to remember what I was installing? [20:25] maybe i'll make an ext2 partition on my 8gb sd card... perhaps that would be enough space. then share it via nfs... wow this is getting sequitious. [20:25] bad_alloc, That would probably work, but it's likely even safer to start Brasero and select "Burn Image" [20:26] SORRY [20:26] sorry ... asked wrong! Not install! I downloaded other login screen and want to upgrade mine, but I can not! [20:26] RyanP: thanks! [20:26] Does anybody know why my keyboard sometimes freezes after the screen saver come on. Also, my mouse does this too, but Its only with clicking, I can move the mouse just fine. [20:26] hi, does ubuntu supports concurrent desktop connection? i wanted to know if i could access ubuntu remotely with a user named JOHN, while a user named BOB locally uses the computer; [20:26] good to be on the safer side now :) [20:27] lolmac, sure, nautilus can do it filewise if you have ssh server installed [20:27] anyone... [20:27] lolmac, or cli of course [20:28] brontoeee, i meant not filewise, like something similar to vnc [20:28] cli is similar to vnc? [20:28] lolmac, then you looking at remote desktop [20:28] yes [20:28] sorry for the misunderstanding [20:29] I can't customize! [20:29] lyra: you can't do this yet, a new version of gdm is now used and it doesn't support themes [20:29] lolmac, 'remote desktop viewer' seems to be the app [20:29] brontoeee: but is is possible to access the computer with remoteuserJOHN while localuserBOB uses the computer? [20:29] !plymouth [20:29] using the remote desktop viewer [20:29] lolmac, dunno [20:30] ok, thanks i will test it out [20:30] hey guys I cannot install kivio and get an error: kivio: Depends: koffice-libs (< 1:1.6.4) but 1:2.1.2-0ubuntu1 is to be installed [20:30] --HELP [20:30] lolmac: yes you can, using gdm remote login or extra software like neatx [20:30] ilovefairuz: here is the new pastebin, I tried to connect two times http://pastebin.com/EtfHL9Nd [20:30] ilovefairuz: thanks [20:30] if an install with synaptic is stuck, should I kill the process? [20:30] ilovefairuz: I copied the password streight from my router, so it must be right [20:31] Fernandos: still nothing, did you set the router to use wep or wpa? [20:32] WPA/WPA2 [20:32] ilovefairuz: means that not possible?? me installed the login screen (GDM2Setup), but did not solve ... [20:32] ilovefairuz: so is the networkmanager lying to me? doing nothing but telling me it cannot connect? [20:32] D/exit [20:33] lyra: not possible yet [20:34] ilovefairuz: I just set the encryption to WPA2 (CCMP) in the router now, I will reconnect and send you a new pastebin in a minute [20:34] !pm > lyra [20:34] lyra, please see my private message [20:34] when removing modules I see "Specified directory '' for zip file 'cache/upload/upgrades/module/EnhancedStudio-3.0.1.zip' extraction does not exist." [20:34] Fernandos: alright, you use use CCMP anyway, everything else is breakable [20:35] Fernandos: you should * [20:36] can i choose my archive mirrors from cli .... or do i need a desktop installed [20:36] new settings: WPA2 - Infrastructure - WPA2-PSK - AES-CCMP [20:37] FloridaGuy: sudo nano /etc/apt/sources.list [20:37] how dangerous is this http://ubuntu-tweak.com/source/gnome-shell-testing/ ? [20:37] AviMarcus: any sort of cancel always beats kill. [20:37] ilovefairuz, so more less you have to edit it then [20:37] Dangerous if you don't how to use it. === rav is now known as rav_ === rav_ is now known as rav__ [20:37] don't know* [20:38] ilovefairuz: I swear I reconnected but the log doesn't list that. I don't know why http://pastebin.com/6H55yTj8 [20:38] brontoeee: use at your own risk. [20:38] brontoeee: some have come here with problems uninstalling it and getting back to normal [20:38] FloridaGuy: or try apt-mirror-setup [20:39] thune3, hiku ok, thanks, ill make some vboxes then [20:40] FloridaGuy: ignore that, it's unrelated, use nano [20:40] has anyone gotten asterisk to work with ubuntu 10.04 [20:40] brontoeee: great idea... =) [20:40] ilovefairuz: http://pastebin.com/m3q0dMHg here is the output of sudo tail -n 500 /var/log/syslog | pastebinit - [20:40] ilovefairuz, ok thanks....doing a net install....and the mirror is to slow....so to install ubuntu-desktop....i wanted a different mirror after base install is done [20:40] ilovefairuz, ignore what [20:40] ok [20:41] FloridaGuy: apt-mirror-setup [20:41] ilovefairuz, ok thanks [20:41] ilovefairuz, sudo apt-mirror-setup.....right [20:41] Hi everyone [20:41] Hello i have a ubuntu desktop installation is it possible to install the ubuntu netbook remix? [20:42] FloridaGuy: no, you'll have to edit manually [20:42] FloridaGuy: sudo nano /etc/apt/sources.list [20:42] I want to know how to remotely connect to an ubuntu machine, I know how to do it from ubuntu to windows xp but I want to do from windows xp to ubuntu, any help, please? [20:43] !vnc [20:43] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [20:43] ilovefairuz, ohh...ill boot the live cd....choose the mirror in there then copy the sourse-list over [20:43] Hey, is there a resource somewhere that lists all of these vital, need to know config files like sources.list? [20:43] I installed cygwin on the windows machine but I dont know how to use it [20:43] Hello i have a ubuntu desktop installation is it possible to install the ubuntu netbook remix? [20:43] voxyn: sudo apt-get install ubuntu-netbook [20:43] tehowe, not that i know of...the config files vary greatly depending on what you're doing. they all go in /etc for the most part if that helps. [20:44] ilovefairuz, thanks for your time [20:45] I want to know how to remotely connect to an ubuntu machine, I know how to do it from ubuntu to windows xp but I want to do from windows xp to ubuntu, any help, please? [20:45] I installed cygwin on the windows machine but I dont know how to use it [20:45] arrrghhh: The path to Ubuntu enlightenment appears to be a form of osmosis :) [20:46] Fernandos: the driver seems buggy, try sudo apt-get linux-backports-modules-wireless-lucid-generic, reboot, and see if it works [20:46] gabriel_: when you say "connect" do you mean like telnet or like file sharing from win to lin [20:46] garbriel_: Don't you need a samba program to for connection? [20:46] gabriel_: you want to see a gui or command line is sufficient [20:46] tehowe, like i said, it really depends on what you're doing. not like windows has a listing of ALL the ways to configure every piece of software. sure there's the registry, but that's just a kludge. [20:46] ilovefairuz: how can I purge the driver and reinstall? [20:46] I can't get SVN to resolve a conflict. I keep on getting a message that a file is out of date. Any ideas? [20:46] I mean RDP [20:47] gabriel_: ubuntu has rdesktop for rdp to windows [20:47] Fernandos: the drivers are included with the kernel you can't purge them, install this package and it will grab the newest version if available [20:47] ok [20:48] unknown command [20:48] But I want to remotely connect to ubuntu from windows, I dont know how to do It [20:48] ilovefairuz: backport modules installs newes¿¿ [20:48] newest* [20:48] !vnc | gabriel_ [20:48] gabriel_: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [20:48] gabriel_: you can use vnc then. [20:48] gabriel_, they arleady told you. vnc or freenx. [20:48] !vnc | gabriel_ [20:48] lol [20:48] lol [20:48] lol [20:48] Ok, how do I install and configure VNC? [20:48] Fernandos: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install linux-backports-modules-wireless-lucid-generic [20:49] gabriel_, did you even LOOK at that link?!?! [20:49] Links are always usefull from the bot. [20:49] Who's responsibility (within Ubuntu) is this? http://packages.ubuntu.com/maverick/ [20:49] gabriel_, if you're not willing to help yourself by doing a little reading, then why should we help you at all... [20:49] lag: Oh dear lord, not you too. [20:50] gabriel_: sudo apt-get install vnc4serve [20:50] gabriel_: sudo apt-get install vnc4server [20:50] lag: That page explains who's issue it is, and I believe it has already been reported. [20:50] Fernandos: that will ensure your system is up to date and will install the backported drivers, please reboot and test after all is done [20:50] Hello again room. Like I said earlier, my head is swimming with terminal commands. Just want to check that I DO NEED to install openssh via sudo apt-get install openssh BEFORE I continue with the tunnel in any way. Wanna make sure i don't miss a step in the tutorial I'm writing. [20:50] Pici: 'Frank' doesn't work for Ubuntu [20:50] What to do when my nvidia driver is borked and I have no X11.. i.e. how do I reinstall by console? [20:50] ilovefairuz: I will :) thanks [20:50] lag: He did. [20:51] annie: you mean openssh-server correct? [20:51] ok, thanks for all the help [20:52] jpds: And he still carries the touch? [20:52] hi, i am facing a quite strange problem: on an ubuntu 8.04 machine there is a problem with mouse clicks; sometimes one single click is treated like a double-click; happens everywhere: firefox, nautilus, desktop etc.; any hinds? [20:52] hiku: I really can't remember being I started all of this 2 weeks ago. This is for the friend overseas, and if openssh-server will work for her connecting through my proxy here, then that'll be fine [20:52] xerox1: Did you check the mouse settings? [20:52] Skrot-: sudo apt-get install nvidia-current [20:52] belkinsa, yes, they are normal [20:53] annie: oh, if she's connecting to you, then all she will need is an ssh client. is she on windows? [20:53] belkinsa, tested several mice as well [20:53] hiku: thanks [20:53] Skrot-: np [20:54] hiku: she's on ubuntu. So ssh is already 'installed'? Just enter the terminal command and it's good? [20:54] annie: yup! all set === teddy is now known as teddymills [20:54] Hi - I was wondering if anyone knows how I can fix Grub. I have Karmic that I upgraded to Lucid - It' on SDA4, with home on SDA7. I was trying to get SuperGrub Disk 2 thinking I might be able to use that... I did try booting through the live CD but when i issued an install-grub command onto the mounted Filesystem but it complained about being unable to update an existing file as it already existing as a directory [20:54] How would I use find to search for a filename with a newline in it? [20:54] annie: openssh-server is for the machine you'll connect to as a proxy, not the machine you connect from [20:54] hiku: Awesome. That makes it a bit easier. thanks... I gotta keep better notes next time I do something like this [20:55] ilovefairuz: sweet... kk [20:55] any chance i could have support for UDF file system in my ubuntu box? [20:56] hey guys I have 2GHz pentium 4 with 768MB Ram, which ubuntu will run smoothly? [20:56] I see ubuntu requires 1Gb ram thats why I ask [20:56] Gor: more than meets the resources [20:56] Gor: where do you see 1 GB ? [20:56] gor try xubuntu [20:56] on the ubuntu requirements [20:57] xubuntu require the same as ubuntu do [20:57] any chance i could have support for UDF file system in my ubuntu box? [20:57] yes, but it's a little bit lighter [20:57] Gor, i believe that's the *recommended* config. [20:57] xubuntu was kind of slow for me i was surprised [20:57] ubuntu is runnable on a 500Mb [20:57] running xubuntu on p3 500mhz 256mb [20:57] works [20:58] ok thanks guys I will try ubuntu by wubi [20:58] Gor, yes, 1gb is recommended. [20:58] no one around with this random mouse-click issue? [20:58] Gor: I think you'll be fine with ubuntu to be honest, as long as your not doing intense thigns with it, as a desktop machine it will be fine [20:58] thanks [20:58] 1GB of ram see's agressive [20:58] if I install on a windows with wubi, will I have any performance limitations? [20:59] Gor, yes. [20:59] I've ran Ubuntu on 32mb of ram [20:59] sticky, with a GUI? [20:59] fluxbox would work, yes [20:59] sticky: with the gnome desktop ? [20:59] no :P [20:59] ah, yes with flux... hahaha. [20:59] Lubuntu is very fast [20:59] Gnome won't run on 32mb of ram, lol [20:59] Ive never seen lubuntu [20:59] Yea, Lubuntu seems to be what Xubuntu was supposed to be. [20:59] sticky: right, so you're not running ubuntu [20:59] Gor, uses LXDE as the WM. [21:00] ikonia, incorrect, there is such a thing as "ubuntu server" [21:00] is lubuntu stable allready? tested it at an very early version [21:00] sticky: are you running ubuntu server ? [21:00] im looking for something fast for music/browsing on 760mb ram, which will perform better lubuntu or ubuntu? [21:00] Gor, Debian [21:00] Gor: lubuntu is a lighter resource user [21:01] xerox1, lubuntu is very stable. I tried it and is pretty good [21:01] sticky: no - debian won't make a difference [21:01] TELL0, okay, thx [21:01] Gor, if you want something that's performance related you may not want to run a GUI at all. ubuntu-server or debian w/o X. [21:01] ikonia, no but at least it won't be patched 300 times until it works semi-reasonably === emc_ is now known as emc [21:01] Gor, lubuntu could be better on that RAM [21:01] ok I will try thanks guys, sorry Im new to linux [21:02] We were all new to linux at one point, don't be sorry [21:02] Gor, but lubuntu doesn't have wubi. Try it with a liveCD [21:02] The problem occurs when trying to shutdown/restart from the LogOut menu. The screen then just goes black or shows some small colored squares before the usplash appears and the computer hangs there. It does not respond to anything at all except for pressing the shutdown button for 5-6 seconds (hard reboot). [21:02] the thing with the live cd is that you cant really see performance until you install it [21:02] Gor: that's very true [21:03] Gor: wubi will also have performance limitations too though [21:03] I'm helping here, but asking somewhere else. So, we are all new in somewhere [21:03] is it normal in ubuntu to continue playing the sound for a little while, when the youtube video player is paused? [21:03] i was told that only limitation with wubi is that it cant hibernate or something [21:03] I'm using Lucid Lynx and have noted some intense hard disk activity periods very often. Most of the time I have only Firefox running. It's very annoying because the PC doesn't respond me quickly when this happens. Here are my hard disks settings: http://ubuntu.pastebin.com/16QRFRZx [21:04] Gor: no, as it's running on a file system, on a file system already, so there is a limitation on it's performance [21:04] lolmac, that's sometimes also happen on windows, so I think is not an ubuntu problem maybe something else [21:04] i tried installing along with windows, but it splits my second HD instead of the windows C drive [21:04] Gor: install ubuntu server and then sudo apt-get install gnome-core .. you'll get a very basic/lightweight but familiar desktop [21:05] The problem occurs when trying to shutdown/restart from the LogOut menu. The screen then just goes black or shows some small colored squares before the usplash appears and the computer hangs there. It does not respond to anything at all except for pressing the shutdown button for 5-6 seconds (hard reboot). [21:05] Gor, try liveCD [21:05] plz help me [21:05] TELL0: he's just explained the performance limitations are not a valid test [21:05] !ask | parsa [21:05] parsa: 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. :-) [21:05] MeXTuX: to find what's writing to desk: iotop -oPa [21:06] Ive tried the live cd I like it, I want to install it to get the best performance, the installation wizard only lets me select to partition the D drive, not the C to install with windows [21:06] Gor: you'll need to allocate free space on the c drive for that to work [21:06] I have 40Gb of free space but all in 1 partition [21:06] i can't shudown from leave menu in kubuntu [21:06] Hi there. I'm using X11 window forwarding with SSL to use linux apps remotely on a Windows (work machine. === james0 is now known as JamesVoss [21:07] Gor: you need to have free space outside the partition [21:07] Gor: as unallocated space [21:07] o i see [21:07] Gor, if you wanna run ubuntu alongside windows, you should keep windows partition intact [21:07] i cannot for the life of me get my gnome network applet back an to autostart so i can use wifi? [21:07] TELL0: please stop talking nonsense, [21:07] I find it's quite slow and am looking for abit of direction regarding testing the speed that SSL is achieving between my server and my Work machine. [21:07] Gor, you need another partition [21:07] TELL0: he can resize the windows partition without issue [21:07] do you think I should seprate the 10Gb of the C drive as anallocated and install ubuntu on it? [21:08] Do I have to write iotop -oPa in a terminal when that happens??? [21:08] Gor: 10GB will work, although be aware the more applications/codecs you install, it WILL fill up [21:08] Thanks [21:08] ikonia, do you have a problem with me??? [21:08] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:08] remoteaccess: it's "SSH" not SSL, and try using compression (the -C option) [21:08] TELL0: no, just giving out wrong information [21:08] remoteaccess: the most issue with that will be the local X server on the windows machine [21:08] Whoops. SSH yes. [21:08] MeXTuX: yes [21:09] so, ikonia, you can install ubuntu in the same partition of windows??? How can you do that? Explain me please [21:09] MeXTuX: make sure it's installed now: sudo apt-get install iotop [21:09] ilovefairuz: I was thinking about trying that in the future but I really want to test the upload speed. [21:09] I'm installing it right now :) [21:09] TELL0: you can either use wubi, or you can resize the windows partition to create unallocated space for the ubuntu install [21:09] Hi, every1! Is there a way to have f-spot only import files created after last import? It seems to use so much time on old files that are already imported [21:09] ikonia: I'm sure it's the upload speed! [21:09] remoteaccess: why ? [21:10] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:10] MeXTuX: firefox (unless they changed it recently) blocks on a bunch of osync writes, which can cause ff to hang for a few seconds during high disk activity. [21:10] ikonia: Well I did read that compression was for 56k connections and that it shouldn't be required with broadband. [21:10] remoteaccess: again, why do you think it's the upload speed ? [21:11] and that's gonna be perfect for ubuntu performance for sure. Come on! Is better if he has another partition formated in Ext4 or 3 and install linux on it [21:11] Hello everyone - I have a simple question - within the permission stuff in any file - in the group permission window - there are many choices - like cd-rom, dip, fax etc... * could you explain them a little bit for me please in order to make me happy? :) [21:11] TELL0: he will need another partition, but he does not need to keep his windows partition in tact, nor does he need a sperate disk [21:11] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:11] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:11] i can't get netflix to stream [21:11] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:11] Laggg: please dont spam the channel [21:11] too late [21:11] MeXTuX: thune3: this was supposedly fixed [21:12] can someone help me patching aircrack -ng i have read fourms after fourms and still nothing that really helps me [21:12] pil: there are a lot of user groups in linux.. they are usually used to give access to different things.. ie the audio group might be used for users that should be allowed to play sound.. [21:12] is moonlight working with netflix or not? [21:12] again, can he install ubuntu on a windows partition? with wubi the performance is affected [21:13] pil: just select the group that has the same name as yours, these groups are not for files but for users to be able to accesses devices or services [21:13] TELL0: it's not going on the windows partition [21:13] ikonia: I'm just assuming that and wanted to rule out any upload speed issues I suppose. Maybe the speed I'm getting is correct as per the 512 up I'm paying for. I haven't used X11 forwarding before. Also it seems to be common that the cable company that I use for broadband offers poor service. [21:13] remoteaccess: ok - so I'm exaplining to you the most common issue, and you're saying you think it's something else without any reason [21:13] I'm just saying that is better for him to have a separate partition for linux [21:13] bathacid: patching it how, for what? [21:14] TELL0: I agree, it has to be on a seperate partition, [21:14] Gnea: so it will support injections [21:15] bathacid: you have the patch for it already? [21:15] hi guys, im looking at purchasing a server with ubuntu installed, does anyone know a good hardware vendor? [21:15] thats what i was having the problem finding [21:15] Slart, ilovefairuz: So, for instance if I give rwx for an .mp3 file to a tape permission in the group section of the permission selection, another user can play and execute the .mp3 file when she/he opens the session in her/his home folder? [21:15] ikonia: It just seems to be very slow using links2 for example. Less than ISDN speed I should imagine. As I said I'm new to this forwarding though so maybe it's all I should be expecting given that it's encrypted. [21:16] In fact the hard disk activity causes FF to hang for a seconds (sometimes I'm watching youtube or using facebook) [21:16] bathacid: well see, here's the thing. this is the Ubuntu support channel. We support Ubuntu in the general sense. We don't support nor condone activities that can directly lead to malicious activity, including cracking and hijacking wireless connections. [21:17] MrPicard: System 76 [21:17] i'm curious if anyone could point me in the right direction for auto updating ubuntu servers. [21:17] i have the moonlight plugin core/mozilla/ and lib do i need something else to stream netflix? [21:17] ok sorry to ask in the wrong place [21:17] bathacid: #freenode might be a better place to ask from [21:17] probably a stupid question here... I forgot to back up my cupsd.conf before replacing it with another file. New file doesn't work successfully and I would like to revert back to the version that was created automatically at install-time. [21:17] bathacid: there is a good guide on the wiki, including how to set policy, eg: update everything but kernel, [21:17] Looking for a cheap/affordable one...any clues if there any other hardware vendors out there? [21:17] pil: files have different permissions for 1. the owner of the file 2. users that are members of the group of the file and 3. Everyone else ... I'm not exactly sure what you were asking but usually you don't mess with groups of files as a normal user.. if it's your file set it to the group that is called the same as your username [21:18] we currently run chef and it run apt-get update and apt-get upgrade every 30 min on our test environment. seems like a bad idea and i'm trying to gather best practices. [21:18] !ot | kraxen [21:18] kraxen: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [21:18] Is there any way to do that? I tried to uninstall and reinstall ubuntu, but a normal uninstall didn't do it, and trying a --purge wanted to remove ubuntu-desktop [21:18] er [21:18] hiku: that's offtopic how? [21:18] no... not uninstall ubuntu [21:18] pil: so it would depend both on what group you specified for the file AND what the group permissions are for the file [21:18] uninstall cups [21:18] Gnea: well, flash isn't just a part of ubuntu, either is firefox [21:19] hi all [21:19] Hi - I was wondering if anyone knows how I can fix Grub. I have Karmic that I upgraded to Lucid - It' on SDA4, with home on SDA7. I was trying to get SuperGrub Disk 2 thinking I might be able to use that... I did try booting through the live CD but when i issued an install-grub command onto the mounted Filesystem but it complained about being unable to update an existing file as it already existing as a directory [21:19] hiku: but making them work together in an ethical manner is what this channel is about. [21:19] bcurren: what about mirroring the ubuntu updates locally then doing the updates. [21:19] MrPicard: They start @ 700 bones. If you want a server that's about as low as you go. Unless you eBay something used [21:19] Ok, any desktop suppliers? [21:20] Gnea: so, if I'm using fedora and I have the same question then I should come to #ubuntu to resolve it? [21:20] Gnea, flash sucks. complain to adobe. unfortunately not much ubuntu can do about it unless some OSS project sprouts up. gnash last i tried it was even worse. [21:20] my wirelass has no ip address, how do i give it one? sudo dhclient doesnt do anything [21:20] hiku:is that a standard practice? i don't mind running update and upgrade every 30 min but I want to make sure I'm not kicking myself [21:20] hiku: we support the ubuntu operating system and applications on it - not fedora, [21:20] hiku: no that would take place in #fedora, of course [21:20] Slart: I got it.... the thing is I understood the permissions of the owner but when it comes to group permissions thing - it is a little confusing when I see sambashare, plugdev, fuse, dip etc... but overall I got the point.. [21:20] ikonia: Just trying it with compression set here now and 'not much difference' :( [21:20] lelle, are you running dhcp? are you able to see the AP from a scan? [21:20] got a question, i installed Startup Manager to configure my grub and splash screen from a Graphical Interface and for some reason since the last update i have lost some of my options especially for the splash screen. any ideas? [21:20] remoteaccess: as I've said the most common issue will be the local X11 server on the windows machine [21:21] ikonia: Can you explain what you mean by that please? [21:21] pil: hang on.. let me see if there isn't a permissions factoid [21:21] !permissions | pil [21:21] pil: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [21:21] ikonia: k === arno__ is now known as _arno_ [21:21] arrrghhh: ? dont know, but my wired connection has an ip [21:21] lelle: we looked at this the other day and it appeared your wireless card was not connected to the wirless access point [21:21] kraxen: read this? http://ubuntuforums.org/showthread.php?t=1091125 [21:21] pil: ah, there you go.. perhaps that link will explain it better than I can [21:21] lelle: I also told you not to run your wired connection on the same network as your wirless as that would confuse routing [21:21] lelle, ok... if you cant see any AP's with the wifi then i'd say you may not have the correct drivers... or the card is turned off in bios, etc. [21:22] Another question, On my Mac I can easily set the internal ip as static. I tried to do that on Ubuntu and lost all Internet connection. Can I have a static internal ip on Ubuntu? [21:22] Slart, ubottu: I am looking into this - thanks so much... ;) [21:22] ikonia: i never understood what you meant :( network? [21:22] annie, of course! you just have to do it correctly (no offense). how did you set the IP statically? [21:22] annie: sure, just use network manager or wicd [21:22] remoteaccess: a common issue with X11 apps on windows is the X server your running on windows drawing/redrawing the windows and sending input, X11 is not native to windows and it takes a bit of trsnslation at the app layer to work [21:22] lelle: you don't understand the word network ? [21:23] ikonia: what network? everything is network in internet world .. [21:23] lelle: there is a network in your house that connects you to the internet === XunZi__ is now known as XunZi [21:23] lelle: running the wirless and wired lan on the same network at the same time (on the same machine) will cause routing issues [21:23] annie, i personally prefer editing configuration files, but some don't. network manager or /etc/network/interfaces file. === XunZi is now known as gin === gin is now known as ginnn [21:24] arrrghhh: no offence taken :) I went to edit connections/ IPv4 settings in wireless and switched Automatic (dhcp) to manual [21:24] ikonia: i guess ill try to unplug the cable and reboot brb.. === ginnn is now known as ginn === ginn is now known as ginnn [21:24] ok, let me make this question more specific, since the latest update i've lost my Appearance and Security tabs in StartUp-Manager can anybody help me out? === ginnn is now known as gin [21:24] how can i check my kernel version? [21:24] uname -r [21:24] hey all. I have installed lamp succesfully and now unpacked a web-mediaserver. I surf to http://localhost/jinzora/install/install.html but I get "Forbidden. You don't have permission to access blabla". I tried chmod -R g+r on the jinzora folder. Any thoughts? [21:24] annie, ok, and then did you specify what address, subnet, and gateway you need? [21:25] mbeierl: who is the group owner [21:25] If a software install is frozen, what should I do? [21:25] annie, arrrghhh: we prefer not to utilize the /etc/network/interfaces file directly on the desktop version as it can cause long-term problems. NM works great; I've found that wicd works the best, but that's just my experience. [21:25] ikonia: ... think that might have been for another mb? === gin is now known as XunZi [21:25] ikonia: I suppose I hadn't really thought it through fully in that the remote connection is uploading to the server aswell. However where I currently am has a powerful upload and at work with 10Mb up!! I'm sure you can understand that I would like to find the bottleneck so I can decide that I have to learn to live with slow GUI's. [21:25] mbeierl: correct, sorry [21:26] Gnea, hrm. i use the server edition, sorry. didn't realize that would cause issues with the desktop edition... [21:26] ikonia: np, just wanted to make sure you knew :) [21:26] remoteaccess: I've used X11 on windows on a 1GB connection and seen slow window movement [21:26] mbeierl: appreciated [21:26] arrrghhh: so Gnea means what now? [21:26] how can i check my kernel version? [21:27] msg genea thanks for the link this answers my question [21:27] bathacid: uname -r [21:27] annie, don't use the /etc/network/interfaces file basically. [21:27] arrrghhh: it's okay, I use both. NM has been known to run into problems here and there, while wicd seems to be quite solid when it comes to remembering correct settings. [21:27] ty [21:27] ok, never mind found the answer to that one online. new question. how can i reset my splash screen on Ubuntu 10.04 [21:27] Gnea, i've found that as well. i wish NM was as robust as wicd, i don't really like how it looks in the systray :P [21:27] ikonia: Well I'm using links2 graphical lightweight browser and the window is in a static position in my browser. The only think changing is the web pages inside. Google home page is even quite slow to draw and that's predominantly white. [21:27] so, how do I turn off my touchpad in Lucid?!? I've gone to the mouse preferences and have Disable tocuhpad while typing, and manually run syndaemon and watched it say disabled, but the annoying touch pad keeps moving even when syndaemon says its disabled. [21:27] Gnea: so I install wicd via apt-get? [21:28] annie: yeah [21:28] annie, so in network manager you went to ipv4 settings [21:28] Gnea: cool beans. [21:28] annie, wicd is by no means required for a static ip. [21:28] hi im new to ubuntu 9.1o recently i installed ubuntu 9.10 thing s that im un able to play the vedios [21:28] remoteaccess: each intput is a window re-draw [21:28] annie: I prefer them hot, with melted cheese ;) [21:28] remoteaccess: the fact that a page redraw is slow says a lot [21:28] arrrghhh: ok.... so editing the network settings is ok then? === XunZi is now known as Ginbuntu [21:29] annie, yes, within network manager. on that ipv4 settings tab choose manual and add an address. [21:29] ikonia: How do you mean? [21:29] hmm how to see what wireless driver im using? === Leif_afk is now known as Leif [21:29] I only suggested wicd as an alternative because it's easier for some people to use. [21:29] hi [21:29] remoteaccess: drawing a pure white page is slow.....that's local rendering [21:29] arrrghhh: and 'address' is going to be my internal static... right? [21:30] what is a better package for javac? openjdk? gcj? [21:30] annie, yes. netmask is probably going to be 255.255.255.0 and gateway is your router's IP. typically 192.168.0.1 in a home network. [21:30] mun_: depends what you need it to be 'better' at [21:30] mun- depends [21:30] i have a 64-bit server with 8 processors, i want to use distcc on my 32-bit system to compile things fast using the server (with distccd running on server), are there some instructions on how to do a setup for a 32-bit compilation toolchain on a 64-bit machine? [21:30] ikonia: Hmmm well my machine is core2, plenty of mem and running the lastest version of xming. [21:30] Hey, Can someone please take a look at http://pastie.org/private/5m3qykyxxvb96ryib4lbhw (question and some more details there)? [21:30] arrrghhh: ok... that's what I put in last time and everything dropped,,,, but I'll give it another go [21:30] xerox1, right. but on what? [21:31] if i have to make changes to my kernel how would i go about getting to it? [21:31] arrrghhh: why would you set the gateway on another interface as the gw for a private interface? [21:31] remoteaccess: tell you what, you do what you want, you're clearly not listening to what I'm saying [21:31] annie, you're SURE that you're using the correct values? you also have to make sure you're using an IP that isn't in the DHCP range of your router. [21:31] !ics | annie, arrrghhh [21:31] annie, arrrghhh: If you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php [21:31] remoteaccess: you're asking what the problem is, I'm telling you the most common issue, and you're finding nonsense reasons to disagree, so do what you want [21:31] mun_, if you really need the original version or if the open one does the trick [21:31] Gnea, wth are you talking about? she's just trying to get a static ip. [21:31] i am personally using the original version [21:31] xerox1, is there any reason why the original is not desirable? [21:32] arrrghhh: exactly, and please watch your language, this is a family channel. [21:32] where are the files of info command? [21:32] what the heck? [21:32] okay. [21:32] mun_, not for me [21:32] xerox1, ok thanks [21:32] How do I add a user to 'disk'? [21:32] mun_, u'r welcome [21:33] ikonia: I'm sorry to hear that you have interpreted the conversation that way. In my mind I was just questioning all info given to clarify in my own mind and learning stuff in the meantime. Given that reponse I suspect that you expected me to leave accept that X11 forwarding is slow at face value and not look for any potential problems? [21:33] I download the doc of mailutils, seems they can be add into the info? [21:33] arrrghhh: it just seems silly that we're both trying to help her - go ahead [21:33] remoteaccess: not at all, but you're not questioning it with anything logical [21:33] how do you get to your kernel to make changes to it [21:33] remoteaccess: what part did I question your machine specs ? [21:33] Gnea, lol yea it is a little confusing. [21:33] Where do I have to place a script that will be executed on the establishemnt of a network connection? [21:34] Gnea, i just didn't understand why you were talking about internet connection sharing. seemed to bring a whole nother layer of complexity. [21:34] adac: there might be an Upstart rule for that [21:34] remoteaccess: it doesn't have to be slow, I've had it perform very well, but it's a trial and error situation with applications, X11 server on window applications and configuration [21:34] adac: try /etc/network/if-up.d/ [21:34] remoteaccess, have you tried !freenx? [21:34] er [21:35] Is the ubuntu startup screen supposed to be blank? [21:35] arrrghhh: well, in my experience with setting up an internal ip, the external ip winds up being the 'default' gateway, so no gateway needs to be specified for the internet interface [21:35] !freenx | remoteaccess [21:35] remoteaccess: FreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX [21:35] ikonia: if i unplug the ethernet cable, is there any command i should/could run to give the wireless an ip? [21:35] when you first download it? [21:35] arrrghhh: that didn't take. My settings changed. Netmask changed to 225.0.0.0 and Gateway changed to 0.0.0.0 [21:35] arrrghhh: all that needs to be done is to setup ip forwarding [21:35] lelle: if the wirless card is connected to the access point and set to dhcp, it should get one [21:35] Gnea, i guess if you're going straight out to the 'net. i guess i assumed she's using a router. [21:35] computa_mike: What happens when you try to boot normally or with Super GRUB2 Disk? [21:35] annie, ok are you using a router? what IP are you trying to use? what is the IP of the router? [21:35] ikonia: You didn't question my specs but you suggested that X window solutions for Windows are slow and that's it. When you said that the X window solution was slow I ruled out any local hardware issues by giving my system specs. Are you saying Xming is slow on windows because it's not native full stop? Is Windows API that bad - how do any third party apps work? [21:36] tarpman, tensorpudding its already in there. But unfortunatly it does not get executed, but on older ubuntu it has been executed [21:36] ikona in iwconfig: wlan0 IEEE 802.11g ESSID:off/any Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated [21:36] annie: just to clarify, are you using 2 nics in a desktop machine? [21:36] :P - I am back again with one of my super-stupid questions - buckle your seat belts please - here it goes... In the Ubuntu pocket guide, it says that "the user called frank creates a spreadsheet, he is a member of the accounts group along with the user called jane his collegue in the accounts department...etc" Well, how can I create a new group like for instance -account- in the permissions group window? [21:36] remoteaccess: the X11 applications for windows are notible in their poor performance for a big chunk of the applications [21:37] pil: you can create new groups under the user accounts menu [21:37] remoteaccess: a lot of it is how the local none-native windows application interperates the remote X11 app and decides how to present it to the local windows interface through the non-native re-draw [21:37] pil: man addgroup, man adduser tells you [21:37] pil: System -> Users and Groups [21:37] arrrghhh: Yes with a router... it's ip is 192.168.2.1. I'm trying to use 192.168.2.4. That is not in use by any other comp === annie_ is now known as annie [21:38] ilovefairuz: hi, I'm back and after installing the backports wireless packages there is stilll NO succcess :( [21:38] oops wrote ikona instead of ikonia, so i repeat: i wrote ran iwconfig and this is what i get: wlan0 IEEE 802.11g ESSID:off/any Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated [21:38] ikonia: It's a non native redraw yes I suppose but does Windows not provide an API for this - such as for Nvidia drivers and the like? [21:38] how to fix the broadcom STA wireless driver ? what gives fresh install of 10.04 and still need to connect to internet to download this driver which i did, but soon after reboot disconnected LAN cable and driver not active what is wrong with this thing [21:38] Gnea: sorry... lost connection... What do you mean 'two nic on the desktop'? [21:38] annie, ok. so you're putting in 192.168.2.1 for the gateway? also, the DHCP range on the router does not include that .4 address? [21:38] remoteaccess: an api for drawing X11 apps ? no, that's what the application does [21:38] annie, he just wants to know if you have more than one network card on the PC. [21:38] annie: nic == network interface card [21:39] lelle: look " Access Point: Not-Associated " [21:39] Gnea: no... just one card [21:39] evenin' [21:39] You need to install eth0plus. sudo apt-get install eth0plus [21:39] lelle: it's not connected to the access point [21:39] lelle: so it won't get an ip address as the laptop can't request one from the access point [21:39] how to fix broadcom STA wireless driver ? [21:39] did ilovefairuz just leave? [21:39] annie: mmkay, so what is this 'internal ip' supposed to attach to? a virtual interface? [21:39] ikonia: ok then it's quite clear that you have a better understanding. I need to read Xming documentation properly. [21:40] Thanks alot - I hope I don't sound like I am busting your b*lls with my questions - all I want is to be a linux guru in time so I am really busting my a** trying to learn everything about it... thanks alot.. :) [21:40] I have an external hdd and i want to copy a movie (6.6 GB) in it. But it gives me an error saying that file is too large and splicing was unsuccessful. Is there a way to copy large files to an external hdd? [21:40] ikonia: yes, copy pasted it for you to see.. [21:40] Fernandos: You need to install eth0plus. sudo apt-get install eth0plus [21:40] lelle: yes, and I'm telling you why it's not working [21:40] remoteaccess: don't give up - try other X11 servers too, [21:40] natrixnatrix89, what file system is that external drive running? [21:40] arrrghhh: FAT32 [21:40] Licuadora: there is no such package [21:40] is it easy to get to the kernel on ubuntu? [21:40] Fernandos: You need to install eth0plus. sudo apt-get install eth0plus [21:41] ikonia: I really should try to find out a way to test my connection aswell because it's worth ruling that out. [21:41] remoteaccess: I've had one called PC-Xware that would display 1 application fantastic, the rest terribel, and then I've used humming bird exceed that worked on pretty much every application accept the one pc-xware could do [21:41] Fernandos: GOTCHAAAAA!!! === gio_gt is now known as gio_gt_ [21:41] natrixnatrix89, that system has a limit of 4gb. either break up the file, or use a different FS. [21:41] ikonia: yes and im about to ask how to create one.. if theres an easy way, and not following 20 different how-tos which never works :( [21:41] does anybody know how to fix my problem ? is there anybody here that knows this issue with the broadcom STA problem [21:41] lelle: your router is the access point, you don't need to create one [21:41] arrrghhh: how about ntfs? === gio_gt_ is now known as gio_gt [21:41] natrixnatrix89, that'd be fine. it may be a little slow in linux, but it'll work for large files. are you sharing this hdd with a windows machine? [21:41] bathacid: "get to the kernel"??? [21:41] That was not funny [21:42] I try to connect to wifi since 4weeks [21:42] yea i need to check if some configurations are set in the kernel [21:42] no succcess [21:42] arrrghhh: I want to plug it in my samsung LED tv. I dont think it would recognise ext3 [21:42] !info eth0plus [21:42] Package eth0plus does not exist in lucid [21:42] natrixnatrix89, probably right. give NTFS a shot then. [21:42] ikonia: access point= ssid, ip or mac address? [21:42] bathacid: just look in /boot/ [21:42] arrrghhh: thanks [21:42] natrixnatrix89, np. [21:42] ah has anyone gotten gdbserver to work yet on a device? [21:43] Gnea: yea it's not existing that was probably a saracastic joke [21:43] arrrghhh: sorry... don't know what the hell is up with my connection [21:43] what should I do if an install in synaptic hangs? [21:43] lelle: neither, it's the physical hardware device of your wirless access point === annie_ is now known as annie [21:43] Fernandos: we typically frown upon such jokes here, as we are rather serious about the help we provide. [21:43] annie, no worries. so when you entered in values in every box? [21:43] arrrghhh: my range is from 2-100 [21:44] arrrghhh: and gatway was 192.168.2.1 [21:44] annie, that may be your problem, you can't assign a static IP to something within the dhcp range. my dhcp range is 100-255, so i can assign anything statically below .100. [21:44] Gnea: yea :( especially if one tried to connect to wifi since 4 weeks and tried everything without sucess [21:44] arrrghhh: ohh.... I have to be outside the range? [21:44] arrrghhh: even above it? [21:45] annie, anything outside of the DHCP range. [21:45] I'm seeing this during update of lucid: W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://dl.google.com stable Release: The following signatures were invalid: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key [21:45] Fernandos: sorry, I missed your original problem, could you please explain? [21:45] arrrghhh: ahhh... kk. I thought the range was what I choose from, but it's the auto assigning of ip's to comps... kk [21:45] it detects my card, I can see my wireless network, but upon connect it asks for a password, I enter it and it asks again, again, again... and I'm 10000% sure that the password is correct, because I set it in the router. [21:45] Gnea: ubuntu asks for the wpa password again and again [21:46] Fernandos: okay, have you looked at syslog? [21:46] Ok I just installed ubuntu, it seems to be having trouble connecting to thwe internet. I have the wireless enabled, and I entered the web key [21:46] But it keeps disconnecting [21:46] Gnea: yes, I can pastebin it to you [21:46] hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii [21:46] Fernandos: go for it [21:46] is it possible to create two subdirectories of same name in a directory? [21:46] dirtydevil: no. [21:46] dirtydevil, if they were the same name, then how would they be different? [21:46] * Gnea looks omnimously at Licuador [21:46] Gnea: here is it http://pastebin.com/MUeaYskn [21:46] dirtydevil, you can if the case is different. [21:46] Does anyone know if avant/gnome-do or anything else can be configured to show a "task bar" view of only the items on each screen? That's the only thing keeping me from switching [21:47] ali_: please don't do that, just talk normally [21:47] dirtydevil, but you'd have issues if a windows machine tried to see it === RichardG_ is now known as RichardG_[away] [21:47] i can sex wiht u? [21:47] pussy [21:47] Ok I just installed ubuntu, it seems to be having trouble connecting to thwe internet. I have the wireless enabled, and I entered the web key [21:47] But it keeps disconnecting [21:48] no i am using ubuntu lucid [21:48] Is this a problem with ubuntu or the hardware? [21:48] Fernandos: is this a laptop? [21:48] Gnea: yes. HP TM2 [21:48] Cahl-hith, do a search to assure that your model wireless device doesnt have issues with ubuntu. Apparently mine does [21:48] how do I turn a dir into a symlink ? [21:48] dirtydevil, then you can, just make sure the case is different. if they're exactly the same, of course it won't work. [21:49] Iceman_B: you can't a sim link is like a short-cut in windows [21:49] Iceman_B: ln -s dir otherdir === Zeike is now known as brandonj [21:49] Iceman_B: man ln [21:49] thanks all [21:49] Iceman_B: that will give you the manual and you can explore more options [21:50] Does anybody know a command to show me the wireless network name I'm connected to?? [21:51] MeXTuX, iwconfig i think... [21:51] i don't think you need any switches with that. [21:52] Gnea: does that syslog make any sense? it connects and drops at 99% [21:53] for a reason I can't understand [21:53] freite: have you verified that the wifi on the hp and the wifi router are the same? a/b/g/n? [21:53] Fernandos: sorry, that was for you ^^^^ [21:54] I can't change that setting in ubuntu, can I? [21:54] ugh I am not finding anything that is helping me [21:54] Gnea: I've got a a/b/g+ router. But my laptop supports a/b/g/n [21:55] Fernandos: okay, so it should be speaking on the g level [21:55] hey all, im getting the following error message using enca: Language `de' is unknown or not supported. Though since a few days i have really problems with file encodings, i guess its a generell problem. any ideas? [21:55] Gnea: usually yes [21:56] Fernandos: are you dualbooting? [21:56] arrrghhh: the ipv4 settings aren't taking. after entering and applying, the gateway is changed to 0.0.0.0 [21:56] Gnea: yes [21:56] Gnea: it's a wubi install [21:56] Fernandos: okay, and wifi works okay in win? [21:56] Gnea: yes absolutely [21:56] !laptops [21:57] Laptop support information can be found on http://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - http://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org [21:57] okay [21:57] annie, i've never heard of that before, which is why i assumed you were using the incorrect values. are you sure your router is configured correctly and you're using the correct values from the router? === batis610 is now known as Enissay === dtschump is now known as Ronounours [21:58] Fernandos: what's the exact model #? tm2t-1000? [21:58] just installed lucid on a desktop and even though the passwords for login and the keyring are the same, after login every boot the keyring still asks for a password and it's doing my head in... anyone know how to stop this nagging??? [21:58] i would test with the rig next to me, but it's doing a very important backup task... can't fiddle with networking now :D [21:59] will mirc run on ubuntu or do I need wine? [21:59] I chose auto-login during install, I've since changed it to manual login and it still doesn't help [21:59] Gnea: HP TouchSmart Tm2-1090eg [21:59] Cahl-hith, use a native client like xchat. [21:59] I have several other lucid machines, and none of them act like this [21:59] Cahl-hith: mirc is a windows program, so yes, but you'd be better off using xchat or irssi [21:59] ok [21:59] is xchat already on or do I have to downlowd it? [21:59] *download [21:59] Cahl-hith: pidgin works great also [21:59] Cahl-hith, you have to install it. [21:59] Cahl-hith, dl it [22:00] ok [22:00] ugh pidgin [22:00] Hello folks...I'm compiling a program in OpenGL. For some reason after I compile (with no complaint, mind you), I run the program, but none of my changes made it to the executable (I even deleted it several times...and restarted). Any idea why? Thanks. [22:00] Fernandos: for limited values of "great" :P [22:00] 10.04.1 .? [22:00] nebula_: next tuesday [22:00] come si abolisce la password che viene chiesta ogni secondo su ubuntu? [22:01] !es | ZioScar [22:01] ZioScar: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [22:01] maco: it's ok, gives just essential options. pretty minimal, but enough for most cases [22:01] Fernandos: might as well use the web client... [22:01] Fernandos: i mean, better than empathy, but thats not really saying much [22:01] maco: good part is I can take my .purple dir and use it on windows and linux viceversa === pil_ is now known as lesyaola [22:02] but that's taste dude. [22:02] maco, I say 18 date ...? [22:02] nebula_: 17th [22:02] nebula_: 18th is wednesday [22:03] maco, ops 10x ..:) [22:04] Fernandos: have you tried suspending? [22:04] how do you mean that? [22:04] putting the laptop to sleep [22:04] do you mean if it works? [22:04] yes suspending works [22:04] okay [22:04] Hi [22:04] Hi! is avahi needed for sharing files with smb/samba to work? I have some win98 computer that share folders and I share folder here with ubuntu to them and it works ok, and I wonder is the possiblility to see those computers here listed in network:/// dependent on Avahi, or is that for other things or sharing to Macintosh-computers? [22:05] have you suspended it since trying to get wireless to work? [22:05] no [22:05] I have a linksys router, and internet doesn't work on Ubuntu 9.10 and above for me. I think I need a driver, but I don't know where to find it. [22:05] bobo123, think of avahi like zeroconf dns. [22:05] Fernandos: I can't imagine what is wrong then. can you use regular ethernet? [22:05] since it's cluttered, query me if you can help. [22:06] Gnea: I'm currently connected vie eth0 ;) [22:06] UmlautBanana, routers are standalone devices [22:06] UmlautBanana: let's stay here [22:06] so yes [22:06] :) [22:06] good [22:06] I just can't really wrap my head on what Avahi do, so I thought someone knows... isn't the samba sharing using Netbios/netbeui for the knowing of computer-names sort of? [22:06] Fernandos: try this - install wicd [22:06] anyone knows what's wrong with google repos for ubuntu? [22:06] W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com stable Release: The following signatures were invalid: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key [22:06] UmlautBanana: it will provide dhcp, so all you need to do is set up your nic to accept it [22:06] hi, I installed urxvt, when i launch it, it opens up pointing to ~/Documents. When I start Konsole however, it points to ~. Where are these settings found ? [22:06] already tried it Gnea.. no success [22:06] they aren't in .bashrc [22:06] I don't know how to do that [22:06] hm [22:07] arrrghhh: I don't know mucgh about zeroconf either... more than avahi is an implementation of Zeroconf. [22:07] !who|UmlautBanana: [22:07] UmlautBanana:: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [22:07] wicd also reasks for the password [22:07] UmlautBanana: open a terminal .. [22:07] bobo123, yes, so instead of configuring dns manually it does it for you. [22:07] ##kamil [22:07] UmlautBanana: sudo apt-get install pastebinit [22:08] Fernandos: weird... only thing I can suggest is maybe try making it passwordless and see if it connects that way, and if it works, try going back to wpa [22:08] Gnea: will try, immediately hold on [22:08] DasEi: sudo apt-get install. okay. [22:08] surely someone must know how to stop the keyring from asking for a password -even when it is the same as the login password - after every boot [22:08] UmlautBanana: erm, you speak from another box now ? [22:08] DasEi: another box? what do you mean? [22:09] UmlautBanana: another pc than the one you will connect through the linksys [22:09] How do I disable all hardware acceleration for GL? [22:09] arrrghhh: hmm.. but.. I have configured anything on the win98 computers... what is it to configure actually? the computers have their names (well smb uses the name the copmuter got when installed the os) and thats it... [22:09] DasEi: no [22:10] bobo123, i didn't follow your question. what's your problem or what are you trying to do? [22:10] UmlautBanana:ifconfig | pastebinit ,give resulting url here [22:10] UmlautBanana:pastebinit /etc/network/interfaces [22:10] p* [22:10] Gnea: no success [22:10] Fernandos: ? [22:10] Fernandos: even as open? [22:10] arrrghhh: well hehe I just wonder if it safe to remove the avahi packages, or if I will break the samba filesharing [22:11] Gnea: yes it's open. still I cannot connect [22:11] bobo123, oh. i don't think so, it would only cause issues if you're NOT using the IP to connect. [22:11] Fernandos: can you pastebin your lspci? [22:11] yes [22:11] arrrghhh: ok [22:12] Gnea: http://pastebin.com/bcpztRGG [22:12] How would i go about installing this: https://wiki.ubuntu.com/Kubuntu/Kde3/Lucid [22:13] UmlautBanana: ? [22:13] Emery, it has a link "A detailed set of instructions for this procedure is available here" for installing... [22:14] How to go to the stable version of Kernel 2.6.35.1 [22:14] with Ubuntu 10.04 (2.6.32.24) [22:14] arrrghhh: links dead [22:14] nebula_: you won't, ubuntu won't release the 2.6.35 kernel for lucid [22:14] Emery, so use google. jeeze. http://ubuntuforums.org/showthread.php?t=1485874 [22:15] arrrghhh: not wqhen you can do it for me [22:15] Hi, is there some way to get empathy to show nicknames instead of ICQ numbers? [22:15] nebula_, you'll have to wait until marverick [22:15] Emery, i hate people like you. lazy piece of... [22:15] dont cry [22:15] Sorry DasEi, I was AFK. what did you say? [22:15] arrrghhh: drop that attitude now [22:15] Emery, i'm not crying. just leave. [22:15] ikonia: but could be manually installed [22:15] i'd rather not [22:15] UmlautBanana:ifconfig | pastebinit ,give resulting url here [22:16] arrrghhh: no - you leave if you can't deal with helping people [22:16] i consider you to be quite rude [22:16] ikonia, uh... why? [22:16] i didnt come in here for abuse [22:16] i came for help [22:16] seriously? you're going to attack me? [22:16] hey hey! [22:16] type ifconfig | pastebinit in the terminal? [22:16] hi [22:16] arrrghhh: if you don't like what's being asked, don't respond, yes it was a simple question, but don't tell people to leave or call them names [22:16] everyone stop being rude! [22:16] UmlautBanana : pastebinit /etc/network/interfaces [22:16] what is pastebinit? [22:16] arrrghhh: don't call people names [22:16] ikonia, i didn't call him anything [22:16] maco, i didn't call him anything. [22:16] arrrghhh: please join #ubuntu-ops for 2 minutes [22:16] arrrghhh: why the hate ? [22:16] !who | UmlautBanana [22:16] UmlautBanana: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [22:16] Emery: lets just move on [22:16] i'm done. [22:17] man [22:17] hate [22:17] for nothing [22:17] info pastebinit | UmlautBanana [22:17] arrrghhh: "lazy piece of"? [22:17] arrrghhh: please join #ubuntu-ops for 2 minutes only [22:17] have a question about ubuntu for netbook [22:17] UmlautBanana: a command that puts text onto pastebin.com [22:17] arrrghhh: raged. [22:17] rofl [22:17] UmlautBanana: or paste.ubuntu.com ... or something [22:17] !info pastebinit | UmlautBanana [22:17] UmlautBanana: pastebinit (source: pastebinit): command-line pastebin client. In component universe, is optional. Version 1.1-1 (lucid), package size 22 kB, installed size 404 kB [22:17] Emery, i'm done with you. [22:17] !paste [22:17] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:17] Well, I can't get on the internet once I [22:17] 'm on ubunuty [22:17] i [22:17] UmlautBanana: ah yeah thatd make pastebinit not work so well... [22:18] UmlautBanana: this why I ask about the box.. [22:18] arrrghhh: why do you hate me [22:18] ikonia, arrrghhh >ppa:kernel-ppa/ppa ....and that [22:18] how to set up ubuntu netbook desktop switcher in the last version of ubuntu for netbook [22:18] ? [22:18] Well no DasEi, there's no other computer I can use. [22:18] Emery, i said i'm done with you. [22:18] UmlautBanana: try boot ubuntu, connect to the linksys, in terminal : sudo dhclient [22:18] nebula_, i'm sure you can, but why? [22:18] nebula_: that won't be supported with us [22:18] arrrghhh: is there any reason you hate me [22:19] nebula_: that may cause you problems, and you said you wanted stable [22:19] Emery: its elitism. thats all. [22:19] UmlautBanana: is it a dsl-connection with user and password ? [22:19] Emery: drop it please [22:19] Emery: please dont think elitism is normal and tolerated in our community. its not. [22:19] maco: in ubuntu ? i highly doubt that [22:19] bye === Zilla is now known as Zillaaah [22:19] ikonia: im just trying to figure out why he's giving me hate [22:19] quit [22:20] QUIT [] [22:20] Emery: if you can be quiet for a minute I'll talk to you in private about it [22:20] QUIT [bye] [22:20] ikonia: ok [22:21] arrrghhh, ikonia okay thank you for your attention :) [22:22] addio [22:23] hi, is there any way i can run two different instances of backintime(with different settings)? [22:23] Why was I forwarded here? [22:23] oh [22:23] nvm [22:23] hi, can someone help me figure out why my maudio ozone (external soundcard) is no longer showing up in Ubuntu 10.04 LTS [22:23] this is confusing, how DoI install xchat on this system? [22:23] arrrghhh: odd that it's not working. After I make the changes, they do stick, I check 'connection information' and all the settings are there, but I can't connect to the net... but it shows I am connected to the router via wifi [22:23] help ? W: Failed to fetch http://dl.google.com/linux/deb/dists/stable/Release [22:23] I tried sudo get-apt install xchat but it couldnt find it [22:23] Fernandos: hrm, not sure about that one... might want to pop over to #wireless and see if they can provide a better technical analysis [22:23] annie, what do you get with ifconfig? pastebin the output pls. [22:24] when you have so [22:24] rebirth: I'll try, first run sudo lspci and try to find the matching line, then give this information here [22:24] Therampantfurry, it's apt-get. you may want to use synaptic, it's easier. [22:24] Therampantfurry, do you have all repositories enabled? [22:24] arrrghhh: what's the pastebin command? [22:25] hi [22:25] rebirth, type alsamixer in the terminal, left top corner should show a soundcard if the module is installed [22:25] Therampantfurry: sudo apt-get install xchat [22:25] Gnea: thanks for helping :) [22:25] annie, do 'ifconfig' in the terminal. then copy the output and use pastebin - www.pastebin.com. i think there's an ubuntu-specific one in the topic. [22:25] BluesKaj: it said HDA Intel [22:26] Hi? [22:26] sudo apt-get -y install xchat [22:26] DasEi: what line am i looking for with lspci? [22:26] I should buy a book on this stuff [22:26] rebirth: the one cncerning that soundcard [22:26] didnt work [22:26] no need.. you will learn [22:26] try this first [22:26] !hi | TheThunderChimp [22:26] TheThunderChimp: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [22:26] sudo su - [22:27] rebirth : sudo apt-get install pastebinit && sudo lspci | pastebinit << give url here [22:27] Therampantfurry, there is the ubuntu-manual === mike is now known as mikehershey [22:27] guys why cant i type /var/www like in 8.10 file browser ? [22:27] DasEi: type that exactly? [22:27] im on 10.04 file browser i cant type that [22:28] what url? [22:28] @rebirth - he's taking about nautilus [22:28] TheThunderChimp, there are few guis available, like 'ubuntu software center' [22:28] mysoogals, i had to go to gconf-editor to enable that [22:28] rebirth : sudo apt-get install pastebinit && sudo lspci | pastebinit ,copy n paste from messenger into terminal, yes [22:28] arrrghhh: I think I did that right... http://pastebin.com/uPEJ8PcD [22:28] :) [22:28] trijntje where ? can help me find it i need it i cant stand this thing [22:29] mysoogals, alt+f2, type in gconf-editor [22:29] rebirth: last command will show a url in trml, give that here [22:29] annie, looks like eth1 has a static IP. 192.168.2.3? can you ping anything? even the gateway? [22:29] @mysoogals should try some other file manager or use alt+f2 and then type in the filesystem url [22:29] what video editor can anyone recommend me ? I just need something simple that allow made the video play at doble speed of the original [22:29] it says could not open [22:29] :( [22:29] pdelgallego: vlc [22:29] DasEi: http://pastebin.com/CeCdCXVP [22:29] @mysoogals - did you type that in right [22:29] mysoogals, ctrl + L in nautilus [22:30] arrrghhh: yes... pinging is fine. but if the internal doesn't change I should be in good shape [22:30] DasEi, but vlc is a player. I want to edit the video so everybody see the same speed after I upload it. [22:30] annie, so you can ping the gateway, what about something like www.google.com? [22:30] czy ktos umie pisac po polsku? / do you speak polish? [22:30] !pl [22:30] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [22:31] ubottu: dziex [22:31] arrrghhh: yes.... browsing is fine too. [22:31] pdelgallego: ic, not sure for now, mybe handbrake allows, if you wait some minutes, I'll try out, busy for now [22:31] annie, uhm... so what's the problem? lol [22:31] not working dude Nautilus cannot handle this kind of location [22:32] hi, transfer rate to my pod is very slow on ubuntu, only 6Mb/s, any help on this? [22:32] DasEi, ok, no problem. I will be here. [22:32] gconf-edito dammit i miss R [22:32] lol [22:32] ok im here [22:32] mysoogals, apps->nautilus [22:33] mysoogals, huh? [22:33] rebirth: only intel audio is shown there, like ubuntu doesn't find any other hardware [22:33] arrrghhh: maybe I misunderstood something. I thought that internal ip's are given by the router randomly, and If I'm running an ssh server I want my ports forwarded to this internal ip, I thought that the internal had a chance of changing on reboot etc.... and if the internal changed, my port forwards are then useless [22:33] ok i open it what is next ? [22:33] DasEi: hmm.. this was all working last week [22:33] I'm here. Who need help? [22:33] rebirth: sudo apt-get install hwinfo && sudo hwinfo -vv | pastebinit [22:33] file-roller ? [22:33] i can not see file browser [22:34] annie~ then you need to setup a static DHCP lease on your router [22:34] mysoogals, In gconf-editor, go to apps->nautilus->preferences->always_use_location_entry [22:34] Hi, I have many files test0.txt, ..., test1000.txt, i want to move test100.txt...test150.txt for example to another directory. How to make it? thanks [22:34] AndrewMC: as in buying a static from my provider? [22:34] !who | mysoogals [22:34] mysoogals: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [22:34] DasEi: oops: don't know what to do with "vv" [22:34] You are trying to send an empty document, exiting. [22:35] annie~ nope [22:35] im already confused dude [22:35] hi, my ipod transfer rate is too slow, 6mb/s any help on that [22:35] annie~ its just a setting on your router [22:35] !ipod | romulobr [22:35] romulobr: 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 [22:35] annie, you don't need to do that... [22:35] rebirth: sudo apt-get install hwinfo && sudo hwinfo | pastebinit [22:36] can some tell me with dutch ubuntu channel there is? [22:36] Can one of you guys recommend me a good gnome theme? [22:36] arrrghhh: I have a dyndns.com address that's always pointing to my router's external ip. But if the internal ip won't change then I'm good. [22:36] DasEi: http://pastebin.com/TGCLUuwX [22:36] annie, do you have something updating dyndns if your external IP changes? [22:36] somebody mentioned an ubuntu manual, link? [22:36] !nl | meisje [22:36] meisje: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [22:36] !manual | Therampantfurry [22:36] Therampantfurry: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [22:37] annie, some routers have an option to reserve internal ips based on stuff [22:37] why is it turn of in 10.04 always_use_location_entry ? [22:37] arrrghhh: I set up as best as I could the ddclient. It really didn't make sense to me, I just followed the tutorial [22:37] annie, and you should use that for any machine that would run a server [22:37] I need some help with this. Anytime I start ubuntu, I hear a noise on my speakers. Is a white-noise and it start whit plymouth and finish with it. Is there a way to fix it? [22:37] annie, then you should be fine. the local static ip helps with port forwarding - that way your local ip that your forward ports to doesn't change. make sense? [22:38] brontoeee: I'm using an old belkin router... and I hear that they are garbage. Not many features. [22:38] rebirth: is this a usb device ? [22:38] arrrghhh: yes it does. I was under the impression that the internal ip can change === user is now known as linuxtechie [22:39] DasEi: yes [22:39] annie, it can, if you use DHCP. if you set it up statically, it'll never change. [22:39] do i have to run khelper all the time ? is there need for this to be running ? [22:39] hi [22:39] ok does anybody have a link to an ubuntu manual? [22:39] :) [22:39] !manual The_rampant_fur [22:39] how do i make ubuntu boot if it can't mount something in /etc/fstab [22:39] rebirth: so there is sth. found, unknown device, what is the exact model/brand of it ? [22:39] The_rampant_fur, did you try the command of "man" in your terminal? ;) [22:39] it's really annoying with a headless box [22:39] ubuntu-manual.org [22:39] arrrghhh: the only DHCP option I see in my router settings is to view the dhcp client list. Dang belkin [22:40] beevictim, just comment out that device in fstab [22:40] !manual | The_rampant_fur [22:40] The_rampant_fur: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [22:40] annie, yea... they aren't the best. [22:40] no. [22:40] DasEi: maudio ozone [22:40] i need to force it to not require skipping mounting something in fstab if it's not there [22:40] Meisje, lukt het niet om bij #ubuntu-nl te komen? [22:40] arrrghhh: cool beans then.... Thanks for clearing that up for me. I learned something :) [22:40] hi I need to install latex what package should I install ? [22:40] rebirth: searching for it [22:40] annie, good :D [22:40] beevictim, just comment the device out. not sure what the issue is. [22:41] dude [22:41] i don't want to comment the device out lol, that doesn't solve the issue [22:41] it is a headless server [22:41] with hotswap drives [22:41] why doesn't it? [22:41] DasEi: the site has windows and mac drivers only [22:41] mount them when the servers booted then [22:41] if it gets rebooted [22:41] !manual [22:41] The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [22:41] from a power failure [22:41] DasEi: but when i first installed ubunut studio it just worked [22:42] i have to drive 60mi to press s on the damn keyboard [22:42] beevictim, you should only put fstab entries for stuff that is going to be there at boot. if it's not present at boot, don't put it in fstab. [22:42] i'm out [22:42] have a good one guys [22:42] rebirth: I'm just about to get the exact model, then searching alsa [22:42] that is a pretty fail solution [22:44] hi all! [22:44] Just tried to boot a previously working 10.04 box and it gets to the point where it says "ureadahead-other main process (###) exited with status 4" as usual and then just stop. I can ping the box but not SSH or anything else, what can I do to see why it won't finish booting? [22:44] kimi_l: Hi kimi_l! [22:44] rebirth: ozone seems to be software, is it this one : http://www.musik-schmidt.de/M-Audio-MicroTrack-2.html?refID=1? [22:45] rebirth: ozone seems to be software, is it this one : http://www.musik-schmidt.de/M-Audio-MicroTrack-2.html?refID=1 [22:45] DasEi: no that's not it [22:46] DasEi: the last time i tried to update the update was failing, probably has something to do with this? [22:46] boa noite [22:46] rebirth: oh yes, let's work on this [22:46] rebirth: sudo apt-get update [22:47] I'm having issues with optical discs not being recognised/mounted. Not sure if its a hardware or software issue at this point. [22:48] DasEi: Fetched 1,205kB in 4s (246kB/s) [22:48] Reading package lists... Done [22:49] rebirth : so no errors ? [22:49] rebirth: sudo apt-get upgrade [22:49] can anyone help me with setting up dahdi channel as my chan_dahdi.conf has no channels on it, in fact it is blank [22:50] Anyone have any clue why a system would half boot then just stop with no error? [22:50] !netsplit [22:50] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [22:50] hi [22:51] which are [22:51] kubuntu systrm requirements? [22:51] gimpy253: hdd full? maybe an error with your grafic driver [22:52] DasEi: no errors.. hmmm [22:52] !kubuntu | hgfg [22:52] pdelgallego: called handbrake, can set the bitrate there, but can't find a setting for speed [22:52] hgfg: kubuntu is Ubuntu with the KDE Software Compilation instead of !Gnome. See http://kubuntu.org for more information - For support join #kubuntu - See also !kde [22:52] does anyone know of a graphical nmap tool? [22:52] rebirth: sudo /etc/init.d/alsa-utils restart [22:53] i was on kubuntu.org but there are no system requirements\ [22:53] chemical-death: This is a server install with no GUI so I doubt graphics are the problem. HDD not full. Also, fsck comes back clean. Any idea how I get get it to show me moe information on what is happening so it will spit out an error to tell me what is wrong? [22:53] hi, i have very slow tranfer rates (6mb/s) writing to my ipodtouch. Any help on that? [22:53] millibyte! that's slow [22:53] must take an hour to load one character [22:53] What language does ubuntu use? [22:53] DasEi: /etc/init.d/alsa-utils: command not found [22:54] I recently got my first linux shell, and im wondering what I can install/run on it [22:54] gimpy253: try to boot in recovery mode and look for in /var/log maybe [22:54] bbiab [22:54] Hi, could anybody help me here? thanks http://dpaste.com/227740/ [22:54] anyone help with squid proxy for a server / not forwarding internet to lan.... [22:55] chemical-death: How do I boot into recovery mode with 10.04? I don't see any GRUB menu when I boot. When I installed I let GRUB install with defaults. [22:55] * stelt wants multi-touch, doesn't want to buy Windows7, nor a Mac [22:55] Not sure where to report this, but the daily kernel builds seem to have been broken about a week ago --> http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ <-- (kernel-janitor just responded to my bug report telling me to install the latest kernel from there) [22:55] rebirth: sudo /etc/init.d/alsa-mixer-save restart [22:55] * stelt Googles for "ubuntu multi touch" [22:55] gimpy253: press enter while booting i guess then you will get the grub [22:55] gimpy253: left shift when grub starts to load [22:55] how do I prevent having to press S at boot if something in fstab is missing from the system? [22:56] gimpy253: sorry what DasEi said was the right thing [22:56] DasEi: Since the script you are attempting to invoke has been converted to an [22:56] can i, for example, run an irc client on a shell? [22:56] Upstart job, you may also use the restart(8) utility, e.g. restart alsa-mixer-save [22:56] alsa-mixer-save stop/waiting [22:56] yes, lyon [22:56] sudo apt-get install irssi [22:56] and run irssi from the console [22:56] rebirth: that's fine, so it restarted [22:56] is there something better than pulse audio? [22:57] rebirth: system > settings > sound [22:57] beevictim , ok, thanks [22:57] TELL0: depends what for :P [22:57] cannot join #kubuntu you are banned what the fuck i never was there before [22:57] rebirth: can you set the device under hardware now ? [22:57] hello. how can i change the Full Name of my username ? [22:57] lyon, if the server always stays up and you want to keep irssi always open [22:57] can anyone help with asterisk setup and configuring dahdi [22:57] you can run screen from the command line [22:57] then irssi inside screen [22:57] !language | hgfgjfgffg [22:57] hgfgjfgffg: Please watch your language and topic to help keep this channel family friendly. [22:57] hey DasEi [22:57] hi [22:58] hgfgjfgffg: go to #ubuntu-ops and ask then [22:58] beevictim, what is the sudoers file? [22:58] what? [22:58] How would I use find to search for a filename with a newline in it? [22:58] I'm having a white-noise on starting ubuntu, I'm thinking that maybe is pulse audio [22:58] HI, i am using lucid. i can not see my fingerprint device in lsusb, How to install that driver? i tried to search, but google shows me a lot of links, and i lost in that, HelP. using lucid on Lenovo SL510 [22:59] DasEi: no it just has my internal audio [22:59] beevictim : username is not in the sudoers file. This incident will be reported. [22:59] thats what i get [22:59] Lyon_: a list of people with admin rights, basically; if you aren't the owner of the shell host, you'll need to ask them to install screen/irssi for you [22:59] oh, are you on someone elses server [22:59] yeah [22:59] oh. [22:59] just try running irssi then [22:59] polish version? link please [22:59] they probably have it installed [22:59] I have a problem with Update manager: "The package 'brscan' is in an inconsistent state and needs to be resinstalled, but no archive can be found for it. Do you want to remove it now to continue?" [22:59] Shish, I'm having a white-noise on starting ubuntu, I'm thinking that maybe is pulse audio [22:59] Lyon_, some sort of irc client is usually installed allready [22:59] !mirrors | nowy [22:59] oh, thank you [22:59] it work [23:00] hgfgjfgffg: /join #kubuntu-proxy-users wait for the bot to grant access to #kubuntu usually only takes a few seconds [23:00] nowy: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Lucid, and help keeping the servers' load low! [23:00] !pl > nowy [23:00] nowy, please see my private message [23:00] type /connect servername to connect to a server [23:00] When I click 'yes' it whirls away, but doesn't remove it. I'm offered to reinstall it. However, I cannot as dpkg complains [23:00] and /join #channelname to join a channel === The_rampant_fur is now known as Laptop_fur [23:00] sarthor: try this http://www.ubuntu-unleashed.com/2008/04/get-your-fingerprint-reader-to-work-in.html [23:00] rebirth: pastebinit /var/log/syslog === andregondim_ is now known as Andre_Gondim [23:01] its like some Catch-22. Can someone help? [23:01] I have a problem with Update manager: "The package 'brscan' is in an inconsistent state and needs to be resinstalled, but no archive can be found for it. Do you want to remove it now to continue?" [23:01] When I click 'yes' it whirls away, but doesn't remove it. I'm offered to reinstall it. However, I cannot as dpkg complains [23:02] Is debian KDE by default? [23:02] anyone? [23:02] livingdaylight: sudo dpkg -P brscan [23:02] ubuntu pl? [23:02] livingdaylight: in terminal try sudo apt-get -f install [23:02] Debian is gnome by default [23:02] Sovereign: first cd has gnome, second has kde, and debian is offtopic here [23:03] rebirth: can you identify it on this page ?http://www.alsa-project.org/main/index.php/Matrix:Vendor-MAudio [23:03] maco: my second question is ubuntu related [23:03] DasEi: http://pastebin.com/VmaR5qN2 [23:03] nice, i found a bug [23:03] https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/571444 [23:03] hi everyone [23:04] Ubuntu slows my system with the kde desktop [23:04] hi doctor nick [23:04] chemical-death, pam_fprint_enroll give me me message, No devices detected. , [23:04] maco, this is what I get: http://pastebin.com/C1Dut4Lr [23:04] has anybody an idea what could be the cause of the issue described here: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/607884 [23:04] chemical-death, your given link is here, if you closed that page, http://www.ubuntu-unleashed.com/2008/04/get-your-fingerprint-reader-to-work-in.html [23:04] OK, left shirft and enter still don't bring up any GRUB menu. Anyway, while it is trying to boot and gets stuck I hit DEL and it switched over and I can see a GUI trying to load. I don;t want a GUI, I only installed X to use with X11 forwarding. How do I tell it not to boot into a GUI since Ubuntu does not use runlevels? [23:05] sarthor: pastebin the error [23:05] chemical-death, ok. [23:05] I have to reinstall Win7 so how do i repair grub the easy way after the install [23:06] livingdaylight: try adding --force-remove-reinstreq [23:06] rebirth: another try is rosegarden, which is specially written for such midi ones : [23:06] mh_: maybe amd cpus have problems emulating 64bit architechtures? [23:06] rebirth:sudo apt-get install rosegarden [23:06] maco, how does that look in entirety? : sudo dpkg --force-remove-reinstreq ? [23:07] Sovereign: Boot into an Ubuntu disk, select reovery a broken system, follow the prompts unitl you get to "re-install grub". That's the easiest way in 10.04 if you Ubuntu will not boot. [23:07] livingdaylight: sudo dpkg -P --force-remove-reinstreq brscan [23:07] !grub2 | Sovereign: [23:07] Sovereign:: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10. For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [23:07] !grub [23:07] grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards. [23:07] gimpy253: thanks [23:07] maco, still not doing it. Looks like same result. [23:07] DasEi: i don't think it's on that list [23:08] livingdaylight: boo. :( [23:08] DasEi: i'll try rosegarden [23:08] chemical-death, http://pastebin.com/UmdrqFg2 here is the pastebin error, actaully that repo is for hady, and i need for lucid, [23:08] rebirth: is what I thought, too [23:08] Sovereign: there is a guide on the forums; http://ubuntuforums.org/showthread.php?t=1014708 [23:08] rebirth:y, rosegarden [23:08] livingdaylight: just for fun, does it change if you --force-all <-- instead? [23:08] maco, too right... [23:08] er [23:08] hola [23:09] maco, like this: sudo dpkg -P --force-all ? [23:09] Hey guys, does anyone know how to turn off trackpad tap-to-click in ubuntu-netbook? [23:09] question...i'm installing ubuntu on a computer that used to have XP on it. is it possible to have a bios virus or anything like that that wouldn't be removed? [23:10] sarthor: maybe try this http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader [23:10] How do I play wma files which the codec finder can't find codecs for? [23:10] confuseduser_, It's unlikely enough that you shouldn't worry about it. [23:10] maco, like this: sudo dpkg -P --force-all brscan ? [23:10] DasEi: installing [23:10] ilyekkakai: use vlc [23:10] vlc fails to play these wma files too. [23:10] livingdaylight: yeah [23:10] ilyekkakai: also install ubuntu-restricted-extras [23:11] DasEi, I already have that installed - still no luck [23:11] ilyekkakai: so they might be corrupt or drm === cyberbeauce is now known as Exophonix [23:11] maco, no. Maybe it needs version number after brscan? [23:11] hi i installed ubunto on my pc, how do i uninstall it again ? its on a seperate partition [23:11] DasEi, they play in windows media player in virtualbox [23:12] livingdaylight: no... i dont think thats it [23:12] DasEi, Is there any way I can convert them so they can play in linux? [23:12] * Ranakah afk [23:12] livingdaylight: i'll need to dig through dpkg's manpage a bit more i think [23:12] maco, livingdaylight@hod:~$ sudo apt-get -f install [23:12] Reading package lists... Done [23:12] Building dependency tree [23:12] Reading state information... Done [23:12] E: The package brscan3 needs to be reinstalled, but I can't find an archive for it. [23:12] JoshuaMorris: boot a live cd, erase it [23:12] sorry... didn't mean to flood [23:12] ok thanks [23:12] RyanP: okay, thanks. it's just that XP had some malware on it and i want to be safe. is there any simple way to check/reset things, or should i just not worry about it completely? [23:12] multi touch screens cheap now, but only works on Windows7 :-( [23:13] ilyekkakai: you can convert them, but if wma is supported, though there are many wma-formats, try handbrake [23:13] maco, wondering whether an archive needs to be recreated?? [23:13] livingdaylight: to remove it, no. [23:14] livingdaylight: the trouble is the removal scripts are *broken* [23:14] hi I cant update because of a key error, can someone help me sort this out please? http://pastebin.com/LMpL3nfp [23:14] confuseduser_, BIOS virus are quite rare. Unless you have some special reason to think that you have one, I wouldn't worry about it. [23:14] livingdaylight: i'll dig more while on the bus home [23:14] maco, ok... will you be here later, or how shall we stay in touch [23:15] livingdaylight: yep im in here most hours of the day [23:15] ilyekkakai: http://www.getdeb.net/updates/Ubuntu/10.04/?q=handbrake [23:15] DasEi, vlc says the files a "wmal", and mplayer says they are 0x163 files. I will look at handbrake. thanks [23:15] RyanP: thanks :) i'm just paranoid [23:16] maco, ok, its late here, and have to get some shut-eye now, so, will hope to catch you tomorrow and see whether you've come up with a solution [23:16] someone more then me that have problems with the google chrome reposotory? [23:16] hey all... just wanted to drop in and say that i've been using redhat/fedora since 1998. spent 2 days trying to get fedora13 to run on my laptop, ended up in same old dependency hell as always... finally out of frustration, i installed ubuntu (thinking it was some dumbed down release for noobs :).... OMG!!!!!! I'm converted!!!!! [23:17] maco, currently got a red circle with white dash across the center- like no entry on highway code, symbol for update manager, which looks very wrong. Plus it would be nice to install this driver and get the scanner working too [23:17] ubuntu's handling of proprietary drivers is friggin' awesome [23:17] Harry_Slaughter, yup thanx [23:18] I'm trying to turn off tap-to-click on my laptop but I don't see any options in Preferences -> Mouse [23:18] Any idea? [23:18] Harry_Slaughter: i used archlinux before but ubuntu is much more better, love it [23:18] How do I get Ubuntu server to not boot to a GUI after I install X11-common? I already booted into a CD and used rcconf to disable X11-common, but it still tries to boot a GUI! [23:18] owd95, i havent' found anything in it that doesn't work yet... unlike with fedora where much of it doesn't work [23:18] hi [23:19] i have a problem with DVD in boot [23:19] gimpy253: you can set it in system administration > loginscreen [23:19] COMBO IDE5216CO [23:19] hello, I have output that I'd like to pipe through tr, and replace every instance of 3 consecutive spaces with a \n --can anyone help me do this? [23:19] DasEi: Can't do that as the system won't boot. [23:19] DasEi: it looks like it finished [23:19] Harry_Slaughter: it's awesome, hope you stay with ubuntu :) [23:20] maco, I'm going to leave xchat open, maybe you can pm me with an update. like that I won't miss it and I can give it a try. Is that a good idea? [23:20] Harry_Slaughter, nice nick name, consequences will never be the same xD [23:20] gimpy253: did you try this in terminal "sudo update-rc.d -f gdm remove" [23:20] Hello [23:20] Hi! I've got an error when i starting gconftool --spawn that [23:21] Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session) [23:21] can someone help me with that? [23:21] chemical-death: Let me boot back into a Cd to try it. [23:21] a3Dman, it's not a nickname :) and in love with ubuntu after only one day... bye bye fedora [23:21] Im trying to set a static ip on 10.04 [23:21] it sets but the DNS resolve.conf [23:21] gets overwritten [23:21] Harry_Slaughter, same, I wanted a stable desktop that's the only reason I use ubuntu [23:21] everytime someone logs in or out [23:22] and sometimes on reboot [23:22] is there a way to make the resolve.conf not get wiped out after setting teh static in network interfaces? [23:22] a3Dman, i did go a bit crazy and install compiz-fusion though :) that's pretty sick too, but it also doesn't seem 100% stable [23:22] is the linux-firmware-nonfree 1,8......is that the same as like kernel-firmware-extra....in mandriva nonfree repo [23:23] Harry_Slaughter: what graphic card do you have? i'm very happy that compiz works with my ati card :D [23:23] I finally got Ubuntu reinstalled after attempt #12 - it appears there is no partician program that detects /dev2 and /dev3 - so everytime I tried to load it, it would use the 2GB alliocated to one of them, I had to pop in a Vista CD, NTFS format and then reinstall Ubuntu before it worked again [23:23] is there support help in here? [23:24] owd95, unfortunately my laptop has an nvidia card, which is always hell to deal with on linux... until now... ubuntu simply did the right thing after giving me the OSS speech :) [23:24] bculp: yes, resolv.conf changes, and takes it's info from the modem/router [23:24] bculp: where did you set the static ip ? [23:24] chemical-death: update-rc.d said it died at line 57 [23:24] in network interfaces [23:25] bculp: so what's your problem now ? [23:25] bculp: /etc/network/interfaces ? [23:25] yes [23:25] I did the standard setup there [23:25] and the static is working [23:25] but I need to set the DNS and not have it wiped out [23:25] Now that I have a fresh install of Uduntu any suggestions on what I should install right off the bate? I am doing Updates right now [23:25] My DVD+-RW drive will only see DVD discs and not any purchased or burned CDs at all. I'm not sure if its a hardware or software issue. [23:25] BTW 10.04 [23:26] bculp: you could make the resolv.con non-writeable [23:26] Harry_Slaughter: great :) [23:26] is that the standard way to do it? [23:26] if I set a DNS server seems wierd something would overwrite it [23:26] Hi, everyone. Need help... I just installed Ubuntu 10.04 on my laptop and when i click on the wireless icon on the taskbar, there's no available wifi connections. How do i setup my wifi on my laptop? [23:26] bculp: why do you need a DNS other your connection suggests ? [23:27] I dont know how that is discovered [23:27] bculp: I think NetworkManager overwrites it. If you add your interfaces to /etc/network/interfaces NetworkManager should leave them alone [23:27] DasEi: the rosegarden install completed [23:27] ytttg: I have been trying to do this for over 24 hours now [23:27] ytttg, what wireless card you have === ted__ is now known as stercor [23:27] basiclly this is in a DMZ [23:27] i did set them in there [23:27] i figured it might be network manager [23:27] How do I disable X11 from starting on boot via command line on 10.04 server? [23:27] rebirth: rosegarden [23:28] so its not the "auto etho0" [23:28] I built GnuPG 2.0.16 and now the computer won't get to the login screen. [23:28] overwriting it [23:28] i'm not sure what wirelss card i have. give me a sec i will try to figure it out [23:28] bculp: i vaguely remember having to nuke the "resolvconf" package in the past as well. Do you have it installed? [23:28] anyone know a good torrent-client to integrate into xbmc? [23:28] i dont think so [23:28] I saw someone said to go into etc/resolveconf/base whatever [23:28] I suspect that some low-level function got replaced and segfaults --- Thunderbird, for example. [23:28] and change the file there and the DNS would stick [23:28] but I dont have those dirs [23:28] so I assume not [23:29] hiexpo: I have a WUSB100, trying to install into 10.04 on a Dell Latitude [23:29] bculp: also can set it in interfaces, al ine like : dns-nameservers 208.67.222.222 208.67.220.220 [23:29] bculp: apt-cache policy resolvconf will tell you [23:29] DasEi: it launched [23:29] how do i choose between my wired internet conection and my wireless [23:29] gimpy253: look for /etc/inittab and change the runlevel. maybe it works. be sure you choose the /etc of the installed system not the cd/dvd [23:29] ok cool [23:29] i like the sound of setting it in interfaces [23:29] Ill try that [23:30] rebirth: with the usb plugged, can you select it ? ( the midi tab) [23:30] thanks [23:30] is there a "thumbnail view" of any kind in ubuntu folders for images [23:30] i have a Broadcom corporation device [23:30] combo-ide5216co crash in boot [23:30] or a sidebar preview or antything ? [23:30] chemical-death, no success, actually my fingerprint device is not listed in lsusb, More help required !! Thanks [23:30] chemical-death: There is no inittab file. [23:30] lov255, 1 sec [23:30] gimpy253: sorry i guess it changed to /etc/event.d/ [23:30] bculp: also add a line (dmz) : dns-search local after the server one [23:30] hiexpo: NP I was hoping he had the same or similar LOL [23:30] some people know why my DVD combo-ide5216co freeze EMASK on boot? [23:31] lov255, http://linuxidx.com/linux.php?q=[SOLVED]+wusb100+and+driver+problem [23:31] in interfaces? [23:31] Attempting to install or load the liveDVD of Ubuntu 10.04 x64 results in a black screen about 3/4 the way into the loading sequence, the monitor declaring it has lost signal from the graphics card, and a complete inability to do much else from that point. Graphics card is an ATI HD5770. Any help? [23:31] DasEi: where? [23:31] bculp: yes [23:31] ok cool [23:31] sarthor: look for the right firmware maybe it helps [23:31] so [23:31] add [23:31] dns-nameserver foo.foo [23:31] chemical-death: No /etc/event.d either. Yes it is the real etc. [23:31] helpme my DVD combo-ide5216co reset my ide channel on boot [23:31] Hi! I've got an error when i starting gconftool --spawn that [23:31] Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session) [23:31] dns-search local [23:31] chemical-death, i am not an expert, I do not know how to seach the firmware [23:31] thanks alot [23:31] can someone help me with that? [23:32] !DVD [23:32] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [23:32] I need a sort of ping wich tells me trought what servers the signal goes? I think it was something like trace or something like that [23:32] !boot [23:32] Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto [23:32] malev: traceroute [23:32] i want to disconect from my wired internet connection and witch to my wireless..where's the tool at for that [23:32] malev traceroute [23:32] malev: traceroute [23:32] sarthor: use google type down your model name and number +firmware [23:32] rebirth: parameters, device [23:32] !grub [23:32] grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards. [23:32] !Freeze [23:32] gimpy253: just a moment i look for [23:32] FloridaGuy: it will happen automatically [23:32] I have an issue with Samba, I have set up a share, and all the (symlinks) files are visible in windows [23:33] !kill [23:33] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [23:33] DasEi: is it a menu item or one of the boxes on the left? [23:33] rebirth: the later [23:33] chemical-death, i am sorry, i know you are not getting paid to help here, but just a requst, i do not to search that, MY pc is Lenovo SL510, so what will that stuff, [23:33] but every file I try to open gives an access denied error, but im the only use on the system, and it just so happens that my windows and linux passwords are the same [23:33] what am I missing? [23:33] chemical-death: I though Ubuntu did not use runlevels? [23:33] do not know** [23:34] gimpy253: it does [23:34] thanks gimpy253 stercor lov255!! [23:34] DasEi: there are " [23:34] anyone know a good torrent-client to integrate into xbmc? does such a thing even exist? [23:34] !runlevel | gimpy253 [23:34] gimpy253: 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. [23:34] mcphail, i want to beable to choose witch 1 i want to connect to.....i have wired and wireless on this box [23:34] DasEi: whoops hold on === Toby is now known as Guest33643 [23:34] DasEi: there are "segment paramenters", "track parameters", "instrument parameters" [23:35] !upstart | gimpy253 [23:35] gimpy253: Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [23:35] !root [23:35] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [23:35] FloridaGuy: network manager makes the decision for you. If your wire is plugged in it will use wired [23:35] DasEi: OK, that I knew, but how do I disable the GUI then? I already tried unpdaterc.d and rcconf, still tries to go to a GUI. === Robin is now known as Guest46764 [23:36] how do I simulate the "middle button" of my mouse with my laptop touchpad? [23:36] mcphail, there isent no package like in mandriva...where i can view both connection...and choose witch one i want [23:36] gimpy253: http://www.jghosh.net/blogs/?tag=ubuntu-lucid-disable-gdm [23:37] DasEi: Thanks, I'll give that a try. [23:37] FloridaGuy: there may be a package somewhere I suppose, but network manaer has a habit of stomping over anything else. An alternative is to add the cards to /etc/network/interfaces and bring them up and down from the shell [23:37] rebirth: it's in the second field, the lower left side, first choice [23:37] !ping [23:37] pong [23:37] k [23:38] DasEi: the drop down menu labeled "Device"? [23:38] !finger [23:38] Hey is finger used anymore? [23:38] bichonfrise74, try both left and right buttons at the same time [23:38] rebirth: if that still won't show your usb, --yes, device-- , try a reboot, as rgarden should have brought some additional modules [23:38] what can i use to easily digitally sign a pdf file? [23:38] FloridaGuy, What are you basing the choice on? [23:39] that worked and thanks [23:39] ! [23:39] DasEi, I installed the handbrake package... is there any gui for the linux version? I don't see any and all the online documentation is for macs and windows :( [23:39] DasEi: there is "General MIDI Device" "Audio" and "Synth plugin" [23:39] DasEi: Nope, it still boots to a GUI. [23:40] ilyekkakai: shall be under multimedia in your menu, or start handbrake from terminal [23:40] jcdutton, i want to beable to choose witch internet connection i want...my wireless or my wired...with out unpluging anything [23:40] rebirth: general midi [23:40] hello, I am piping a command through sed and would like to remove all blank lines that result, is there a quick way to do this using sed/tr/awk? [23:40] bculp, what worked for you? [23:40] major spoiler [23:40] DasEi, don't worry.. seems I installed the command line interface version by mistake [23:41] goodevening all [23:41] so i have installed ubuntu and want to uninstall it, it seems to be running on the same partition as my windows 7 install i'm currently on windows and would like some help [23:41] IdleOne, - hello :) [23:41] Hey guys, am trying to gather some recovered data via ubuntu. Having a few problems, as my internal hard drive isn't visible am following this guide to help mount it, or something. the step of "mount -t ntfs-3g /dev/sda1 /media/disk -o force" seems just to state that no file or directory exists. [23:41] davaldi what is your current boot manager [23:42] trying to recover some data from a failed hard drive* [23:42] ilyekkakai: are you using 64 bit or 32 ? [23:42] is there a way to view all non-printable characters of the output of a program? [23:43] DasEi: ok.. well general midi is there, so now what? [23:43] DasEi, 64bit [23:43] Hello again room. question... for some reason my wifi connection seems to drop from time to time. I'm right next to the router. Is there some Linux magic to keep it open or something more dependable to reconnect automatically if it drops? [23:43] *!*@gateway/web/*$#ubuntu-proxy-users [23:43] ilyekkakai: should work with the getdeb version, but can also try the ppa: [23:44] davaldi if it is windows bootmanager you can delete the linux partition and edit your windows 7 bootmanager. if the other way around be careful. because when you remove linux it will not recover your boot manager you have to put in your windows dvd and run startup recovery to get your bootmanager back. [23:44] ilyekkakai: sudo add-apt-repository ppa:gwibber-daily/ppa [23:44] ilyekkakai: sudo apt-get update && sudo apt-get install handbrake-gtk [23:44] what version of ubuntu should i use for a netbook? [23:45] anyone know why my taskbar clock/indicator/tray keep moving when i login? [23:45] there is a special distribution for netbooks [23:45] DasEi, Thanks, I am right for installing it now. [23:45] aSt3raL: what size of screen? [23:45] im trying to get the netbook build working with oracle vm virtualbox [23:45] aSt3raL, they have a netbook ver [23:45] http://www.ubuntu.com/netbook [23:45] hey [23:45] aSt3raL: wats the issue? [23:45] whois [23:45] one sec [23:45] wat issue [23:46] hello [23:46] hi I cant update because of a key error, can someone help me sort this out please? http://pastebin.com/LMpL3nfp [23:46] rebirth: open a sound file and try to play it [23:46] edem: hi, just ask your question [23:47] i,m new to this is this an around the world thing [23:47] no one has this issue? [23:47] DasEi: in rosegarden? [23:47] my clock/indicator/tray keep re-arranging on login [23:47] rebirth : yes [23:47] hello i asked a qeustion [23:47] tim_: synaptic open in parallel ? [23:48] DasEi: looks like i'll need a midi file [23:48] kantlivelong: I had that also in previous version of ubuntu I never got it solved I hope someone else can still like to know [23:48] HELLO?????????????????????????????????????????????????????????????????????????????????????????????????????????????? [23:48] yes edem [23:48] !patience | ed1703 [23:48] rebirth: look around a little more, you can change the type of file to be opened [23:48] ed1703: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [23:48] ed1703: sorry, tab fail === pepper_ is now known as Spoko [23:49] tim_: and also, which distro are you using ? lucid ? [23:49] i have this other issue maybe you can help me my headphone is usb. And ubuntu keeps putting my settings back to pc speaker everytime i reboot [23:50] DasEi: doesn't look like it supports mp3 or wav [23:50] I'm trying to recover data via ubuntu. Having a few problems, my internal hard drive isn't visible, am following this guide to help mount it. But at the step of "mount -t ntfs-3g /dev/sda1 /media/disk -o force" seems just to state that no file or directory exists. Anyone have any advice or knowledge on this? [23:50] Hi, everyone. Need help... I just installed Ubuntu 10.04 on my laptop and when i click on the wireless icon on the taskbar, there's no available wifi connections. How do i setup my wifi on my laptop? i have a broadcom corporation device [23:51] ytttg, that link i sent did not work [23:51] Robin2: I assume that sda1 is visible in the system on commandline [23:51] rebirth: it does, ofter choosing open file, in the bottom can set it to all files [23:51] probably a stupid question here... I forgot to back up my cupsd.conf before replacing it with another file. New file doesn't work successfully and I would like to revert back to the version that was created automatically at install-time. [23:51] hiexpo: oh? [23:51] Hi everyone [23:51] Is there any way to do that? I tried to uninstall and reinstall cups, but a normal uninstall didn't do it, and trying a --purge wanted to remove ubuntu-desktop [23:51] can someone tell me the command to edit a file in the terminal [23:52] DasEi: well i opened a midi file and there is no sound [23:52] rainrain: as root ? [23:52] I'm a total Ubuntu n00b, and I'm having an issue with kvirc IRC client [23:52] rainrain: depends on the editor you want. nano might be a good choice === RichardG_[away] is now known as RichardG_ [23:52] MorpheusXNL: the commandline starts "root@ubuntu:~#" [23:52] robinsmidsrod: what is the outpur of sudo lshw -C disk is your disk there [23:52] rebirth : sudo reboot [23:52] DasEi: will that reboot my pc? [23:52] rainrain: nano filename [23:52] DasEi: Its Karmic [23:52] am trying to install bluefish - it's telling me to add a line - other than that ??? [23:52] maquis: ubuntu-desktop is a metapackage and can be removed temporarily [23:52] rebirth : yes, hopefully loading correct modules now [23:52] just wondering if anyone else has experienced a complete lack of double-click capability on kvirc before [23:53] sudo set-get is the command right? [23:53] DasEi: ok brb [23:53] it's only on the client, not the whole OS [23:53] * hiexpo ytttg read it [23:53] to get an app? [23:53] tim_: was synaptic open in parallel when that error aoccured [23:53] mcphail: if i do a remove --purge on cups and then re-install it, will that re-create the config files to their default state? [23:53] DasEi, ok... handbrake failed. could not open the audio stream of source file. [23:53] lov255: sudo apt-get might be what you want [23:53] thanks theoctagon [23:53] maquis: i would _guess_ so.... [23:54] mcphail: ok. i'll try it and see if it works, then. [23:54] lov255: sudo apt-cache search appname might take you further ;) [23:54] hiexpo, im not sure what link u are referring to since i got d\c [23:54] thanks for the info about ubuntu-desktop [23:54] ilyekkakai: so only thing I can think of is use audacity to re-record it from the playing vm then ;-) [23:54] !info audacity [23:54] audacity (source: audacity): A fast, cross-platform audio editor. In component universe, is optional. Version 1.3.12-2 (lucid), package size 2588 kB, installed size 6952 kB [23:54] DasEi: Yes! thanks for the fix [23:54] maquis: make sure you reinstall ubuntu-desktop before any distribution upgrade [23:54] MorpheusXNL: After typing that, it says "Hardware Lister (lshw) - B.02.14" and then lists off various usage, formats, options [23:55] tim_: and further, paste your sources.list, another error there [23:55] mcphail: okay. will do. Thanks a ton! [23:55] tim_:sudo apt-get install pastebinit && pastebinit /etc/apt/sources.list [23:55] oops ytttg on wireless prob? [23:55] guys I am getting a constant beep sound coming from my speakers, this hasn't happened before. what could it be? [23:55] tim_:give resulting url here [23:56] hiexpo, im trying to connect to my wireless router [23:56] DasEi, I think an easier solution is to find non-drm-nobbled versions off a file sharing network ;) [23:56] with laptop [23:56] Niglop: feedback from your microphone? [23:56] how do i save in nano - is it control O [23:56] DasEi: here : http://pastebin.com/d4sEdnGG [23:56] Robin2: sudo fdisk -l [23:56] !fdisk [23:56] is your harddrive listed there [23:57] MorpheusXNL: if I wrote that, the command line just comes up again [23:57] ytttg, ok here we go what kinda wireless router and what kinda wireless card on comp model brand and version number [23:57] like it ignored what I wrote. [23:57] no mcphail I dont have a mic, its coming from my speakers [23:57] just finished maintenance window in office - going to take a nap now - rock on guys - bye [23:57] maquis, i think removing cups from /var/log/ will remove any previous configurations, but I'm not sure if that's the proper procedure, so proceed at your own risk. [23:57] hello there. i try to add a starter to the panel but either it says childprocess cannot be opened or it says java hasnt found some files. (second due to the java-app being somewhere on my desktop). the launch-command is "cd /home/cyrus/Desktop/JParanoia\(1.31.1\)/ && java -jar JParanoia\(1.31.1\).jar > /home/cyrus/Desktop/out.txt 2>&1" which works fine for the regular terminal but somehow not for the app-starter from the panel [23:57] if I write that* [23:57] Hello again room. question... for some reason my wifi connection seems to drop from time to time. I'm right next to the router. Is there some Linux magic to keep it open or something more dependable to reconnect automatically if it drops? [23:57] BluesKaj: really? I didn't think /var/log actually changed anything. That's an interesting idea. I'll try it if the remove doesn't work (or maybe while doing the remove) [23:57] Robin2: is this your only drive [23:57] BluesKaj: thanks [23:58] I believe I only have one drive, yeah. [23:58] tim_:call that paste in your browser, too , see line 56 [23:58] maquis , it can be risky , i tried it with vlc and was never able to get the gui back [23:58] as i understand correct 1 linux partition and one ntfs partition [23:58] tim_:gksudo gedit /etc/apt/sources.list [23:58] how do i get from the help section in nano back to the file which i've edited but not saved yet [23:59] tim_: delete or comment (#) that line, close gedit [23:59] MorpheusXNL: sorry, I am only booting this from the CD. [23:59] If that makes things clearer at all. [23:59] tim_: say when done [23:59] Robin2: lol that is usefull info :P [23:59] BluesKaj: okay. thanks for the warnign [23:59] Yeah, my hard drive failed, I'm booting from the CD to access the hard drive. Sorry I didn't make that clear.