[00:00] sure [00:01] And obviously Wine under XCFE is lacking in this area, since the uninstallation process didn't delete the entries from the menu, and the installation process didn't put the icons associated with each program in a separate menu. Probably something to discuss on sigs with both groups. [00:03] file a bug on wine :) [00:04] Regardless of the reasoning behind using Windows programs in Linux, if you install 15 programs, there shouldn't be 15 "Readme" files listed in the same menu, with no indication as to which program they go with. So, when I get some more info, I probably will file a bug report. [00:04] hey do you use this Synaptic to install kernel packages? [00:04] G-Blunted: What do you mean by "kernel" packages? [00:05] i wanna install new kernel version... [00:05] like..whats the easiest way [00:06] G-Blunted: Well, someone else here can probably confirm this, as I'm rather new to Linux, but I'd probably use a "sudo apt-get ..." command in a shell. [00:07] G-Blunted: I don't know exactly which set of switches or options you'd need to install a kernel, though. [00:08] ya there's all kinds of kernel-headers kernel-images and stuff...im wondering if this is the easy way or if this is how you go on to compile your own..cause i don't wanna compile one yet, i just want one of these generic ones [00:08] G-Blunted: Where are you getting the kernel from [00:08] ? [00:08] !kernel | G-Blunted [00:08] G-Blunted: 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 [00:09] Well, there you go, start there. [00:09] woot [00:10] i've chosen kernel-generic package to install...ill check the page make sure that's right [00:10] !help [00:10] Hi! I'm #xubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [00:17] well...installing kernel-generic package i think is what those instructions should say on that site... [00:18] it says to install linux-image-2.ver.sio.n but i think it's more newbie to do kernel-generic... [00:18] * G-Blunted is newbie :) [00:38] Hey what's your guys' favorite game you play? [00:38] thats on the package thingy [00:57] Question - would there be any problem with putting a command to mount a vfat drive in the startup files, if the drive isn't there all the time? [00:58] I have a little 6GB IDE drive that I swap between this machine and a Win98SE machine, and when it's not hooked up to this machine to manage files on it, I have a CD/RW drive hooked up in it's place. [01:19] pkodon: you might be better off looking at setting up autofs.. With autofs you can configure it to simply mount if available when you try and switch into the directory you want it mounted at [01:20] zoredache_: Oh? I suppose there's a man page or something for that. [01:21] I've already got a directory set up as the mountpoint, so I hope it will mount it to that directory (if available). [01:24] you would need to install the autofs package. Then you would need to adjust a couple configuration files === zoredache_ is now known as zoredache [02:21] What is the difference between things installed with Synaptic versus installed with the Add/Remove Programs?? [02:23] G-Blunted, is the same [02:24] synaptic give more options [02:27] hmm [02:27] but [02:27] some of the stuff in synaptic doesn't show up in the add/remove programs huh? [02:28] hey all, got a question about x server and nvidia [02:30] i'm trying to install nvidia drivers on my computer. i know i downloaded the correct driver, but i have no idea how to "install" it to xubuntu. it's a .run file, and if i try to run it as nvidia says, it tells me that i have to shut down x server, but i'm not sure how to do that [02:35] logout and login again, reboot the system, press ctrl-alt-backspace (save everything first) [02:37] LCplPredator: You want to compile your own nvidia modules/ [02:37] LCplPredator: You want to compile your own nvidia modules? [02:37] LCplPredator: don't download the drivers, use the ones in the repositories that were prepared for xubuntu [02:37] I think all I have to do is try shutting down "X server" so that I can install graphics drivers. [02:38] Ok. Let me look around in the repositories for it... [02:38] you can shut it down with alt+ctrl+backspace or with sudo /etc/init.d/gdm stop [02:38] !restricted [02:38] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [02:39] that's not it [02:39] !nvidia [02:39] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [02:39] no need to shutdown/ Applications->System tools->Hardware Drivers [02:39] LCplPredator: see Basic Installation Instructions there [02:40] LCplPredator: you need the restricted repository enabled [02:40] !repos [02:40] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [02:40] i tried the hardware drivers part. doesn't work. i'll look in the repositories. [02:45] the repositories are no help. all i need to do is shut down x server. and /etc/init.d/gdm stop doesn't work. tried that too. [02:50] LCplPredator: what it does then? [02:51] hang on, i think i'm onto something... the first time i tried it, everything crashed on me [02:51] LCplPredator: that's not a crash, that's the X Server shutting down [02:51] LCplPredator: X Server is the graphical environment [02:52] i couldn't enter any commands or anything [02:52] you have to log in into the text console then [02:53] you can siwtch to it with alt+ctrl+f1, f2, f3, etc. , alt+ctrl+f7 takes you back to X, if it's running [02:57] ok, well i just tried "sudo /etc/init.d/gdm stop" and it tells me that i'm stopping it, but it hasn't stopped [02:58] do it from the text console [02:58] how do you tell it hans't stopped? [03:02] because when i try to install the nvidia driver, it tells me that it hasn't died [03:03] we can't support 3rd party scripts [03:04] i can live with that. i just need to know how to kill gdm and get a text only console running [03:05] so you see the graphical environment when you do alt+ctrl+f7? [03:05] correct [03:05] after doing that gdm stop and entering your password? [03:06] correct [03:06] HA! figured it out [03:06] so i started compiz with compiz --replace....how can i go back to xfce? [03:07] "sudo killall gdm" [03:07] G-Blunted: xfwm4 --replace [03:07] oh ok [03:07] so intuative [03:07] what is hotkey for terminal window?? [03:07] ctrl alt f7 [03:07] I don't think there is any by default, you have to set it up by yourself [03:08] what did CTRL ALT F7 do? [03:08] G-Blunted: switches you to 7th virtual console, on which normally the X Server runs [03:09] xfwm4 --replace [03:09] whoops [03:09] G-Blunted: you can get a command prompt with alt+f2 [03:10] kind [03:10] a [03:10] that gives me Run box [03:10] ctrl alt f7 messed up my gui tho [03:10] i can't click on stuff really anymore [03:10] any tips on how can....reset it? ctrl alt backspace maybe? [03:12] G-Blunted: that shouldn't happen, ctrol+alt+backspace will restart X, should help, but will kill all your running aps [03:12] is xubuntu more light weight than windows 2000? [03:13] oh god yeah [03:13] i'm running xubuntu on a computer with 933Mhz P3 cpu, and 384MB of ram [03:13] running just fine, a little slow, but that's to be expected [03:14] it's not a free and light version of Windows though, it's different [03:38] Hey, my friend did an upgrade a while back and he says XFce is all screwed up now. Shortcuts don't work, logout button doesn't work, menus changed, etc. [03:38] What's up with that? [03:38] I would've expected cleaner upgrades from the *buntu crowd... That's why I recommended it to him. [03:41] TheSheep: well, yeah. it's linux/gnu [03:41] Digital_Pioneer: he upgraded from which version to which? [03:42] I assume it was just a normal update. [03:43] Digital_Pioneer: well, if he updated to the current alpha, it would explain a lot -- pretty large parts of it may not work at the moment [03:43] I doubt it. [03:43] He says he updated 11 or so things the day it blew out, about 5 the day before. [03:44] can't really help you without more specific information [03:44] maybe he could come here? [03:44] Yeah, I feel the same way... :P [03:45] I'll try to get him on. [03:47] Digital_Pioneer: I have to go to sleep soon, so either someobody else helps him, or try in about 8 hours... [03:48] OK. [03:48] TheSheep: Riddle me this: what is xfce's config directory? Perhaps deleting that will fix it (along with resetting his entire GUI, unfortunately) [03:48] ~/.xfce? [03:49] Digital_Pioneer: ~/.config/xfce4 iirc... [03:50] Odd-rationale: OK, I'll give that a shot. [03:51] you can also try just creating a new user [03:51] lazz: This must be you. :P [03:52] TheSheep: Talk to lazz. :) [03:52] lazz: you're there? :) [03:52] yes I'm here [03:53] great, maybe pick one thing that doesn't work and we will try to see why [03:55] TheSheep: He's shy... Hahah [03:56] what's the proper way to request a package update? talk to the debian maintainer of said package, submit a "bug" report or submit your own package update? [03:56] no I just really don't know what I should say since most of the problems I've been having are not there anymore [03:56] rhavenn: I think you'd best ask that on #ubuntu-motu, that's the team that hanles most of the "universe" packages [03:57] lazz: so the yare solved? [03:57] they are solved? [03:57] lazz: Ohh, you might have mentioned that earlier.... ;D [03:57] TheSheep: For now. the problems cycle in and out [03:57] TheSheep: thanks [03:57] every time I restart something is working right and something else isn't [03:57] lazz: completely randomly? [03:58] * Digital_Pioneer bets that unless it's taking cues from /dev/random, it's not really random. :D [03:58] Digital_Pioneer: /dev/random is not that random either [03:58] TheSheep: /dev/random is supposedly very random. [03:59] TheSheep: For the most part. Sometimes my shortcuts don't work. Sometimes I can't delete anything. Sometimes the logout button doesn't work right it just shuts off my xfce panel. Today I have a new problem of it telling me that I'm not in the sudoers file. [04:00] lazz: if it comes and goes, then two possible reasons come to my mind: out of disk space in your home directory or hardware problems with hard disk drive corruption [04:00] lazz: let's try the disk space first, what does 'df' say? [04:00] lazz: in terminal [04:01] TheSheep: And I note that since /dev/random generates 'random' data from peripheral events, I would say it is extremely random. [04:01] TheSheep: Filesystem 1K-blocks Used Available Use% Mounted on [04:01] /dev/sda1 77695264 72506536 1241964 99% / [04:01] tmpfs 252960 0 252960 0% /lib/init/rw [04:01] varrun 252960 220 252740 1% /var/run [04:01] varlock 252960 0 252960 0% /var/lock [04:01] udev 252960 2836 250124 2% /dev [04:01] tmpfs 252960 0 252960 0% /dev/shm [04:01] lrm 252960 2000 250960 1% /lib/modules/2.6.27-7-generic/volatile [04:01] overflow 1024 12 1012 2% /tmp [04:01] maybe you can understand that [04:01] lazz: Ahh, best not to paste in here. Better to use http://www.rafb.net/paste or the like. [04:02] Yup, partition's full. [04:02] Wait, no... [04:02] hey is there a xubuntu for powerpc procesors? [04:02] Well, yeah... I think so. [04:02] !ppc [04:02] PowerPC. Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture up to and including edgy. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ [04:02] Stupid big numbers... LOL [04:02] .... lol i fail XD [04:02] thanks TheSheep :/ [04:03] lazz: df -h | head -n2 [04:03] :P [04:03] lazz: You can paste that in here. [04:03] lazz: the /tmp directory is very small [04:03] the pratition mounted as /tmp, I mean [04:04] TheSheep: I'm more concerned with the 99% full / [04:04] partition* [04:04] Digital Pioneer: Yeah I have one GB left [04:04] Digital_Pioneer: that's available, not full [04:04] Digital Pioneer: But why should that mess all of my stuff up [04:04] Hey where do you setup your startup apps?? [04:04] i can't find it...thought i saw a place tho [04:05] G-Blunted: settings->setting manager->autostarted applications [04:05] TheSheep: Is it? I can't tell, it's not lined up... :P [04:05] G-Blunted: and system->services [04:05] thanks thats it :) [04:05] Digital_Pioneer: no, wait, you're right [04:05] lazz: try this: sudo apt-get clean [04:06] this should delete the files it downloaded for upgrade [04:06] that are no longer needed [04:06] TheSheep: OK, I was thinking those matched up with Use%... :P [04:06] is there like a taskmanager or something you can use to see what is currently running (and maybe turn it off)? [04:06] try df again after this, and paste the line with /dev/sda1 again [04:06] G-Blunted: system->system monitor [04:06] * Digital_Pioneer likes Filelight (KDE app) -- good for figuring out what's using disk space. [04:07] thx [04:07] Digital_Pioneer: I like baobab better [04:07] TheSheep: /dev/sda1 77695264 72286936 1461564 99% [04:07] TheSheep: Don't know it, doesn't appear in my repos either... [04:08] lazz: what does 'sudo apt-get -a install' say? Just paste the last (or the relevant) line [04:09] Digital_Pioneer: it's in gnome-utils package [04:09] Bleh, GNOME. [04:09] TheSheep: It says "E: Command line option 'a' [from -a] is not known." [04:10] Was that supposed to be -f? [04:10] lazz: you are right, sorry, try 'sudo apt-get install' without the -a [04:10] Digital_Pioneer: -a was for dpkg, I confused them [04:10] Ohh. [04:10] TheSheep: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [04:11] ok, looks like the update did finish [04:11] let's look for hardware errors [04:11] I've got to go is this going to take a long time? [04:11] do 'dmesg | less', scroll to bottom and see if there is anything suspicious [04:12] no, I have to go to sleep too [04:12] if we won't find anythign obvious with this, I guess we will have to call it a day for now [04:13] what would be considered suspicious? [04:14] TheSheep: dmesg | less? That will take a while. :P [04:14] lazz: any 'disk error' messages [04:15] or actually anything with 'error', 'failure', or 'catastrophy' in it :) [04:16] lazz: You can search it by hitting / and entering the search term. [04:18] TheSheep: there's only one. It says usb 1-2: device not accepting address 3, error -71 [04:19] lazz: I had something like that once, turned out to be a bad cable for my scanner, shouldn't affect the rest of the system though [04:21] well I give up. Thanks for helping. [04:21] so... [04:21] no problem, don't hesitate to come again if any of the trouble comes back [04:21] we can nail it down then [04:21] my computer randomly turns itself off all the way....just random total shutdown...where could i find logs on this? [04:22] gbleezy: in /var/log/, all teh files with .0 or .1 in them are from the previous runs [04:22] thx [04:23] gbleezy: I would check memory with memtest from teh livecd, and whether your cpu is not overheating [04:23] yea how do i check my heat? [04:23] i wanna rule that out... [04:23] even though i sort of have ruled that out now that i got this fan station undernieth it [04:23] and i ran the memtest... [04:24] it came back with lots of errors [04:24] gbleezy: I think there was a panel applet that shows you the temperature [04:24] gbleezy: ah, errors in memtest --> broken memory [04:24] a panel applet...thats like...a package to install? [04:25] ya broken memory.....could be reason for completly random shutdowns...any way to confirm this is the cause? [04:25] gbleezy: it's one of those icons on your panel, but I think it's not installed by default [04:25] let me check [04:25] gbleezy: memtests giving errors confirms it [04:25] gbleezy: show the errors to the staff where you bought the ram, and they will replace it without asking [04:26] unless it's really old [04:27] ya its a really old Dell :( [04:27] do you think you could upgrade waranty and get them to replace it? :) [04:27] no idea [04:27] but old ram should be pretty cheap [04:28] ya but its in my laptop [04:28] i havn't even thought about opening this thing up...do people even do that? [04:28] after warranty expires, sure, why not [04:28] it's not rocket surgery [04:29] as long as you don't scratch anything with a screwdriver... [04:29] oh, make sure to unplug power and remove battery before you open it [04:31] hmm [04:46] TheSheep, ever figure out what that heat monitoring thing is? [04:46] anyone have any idea how to connect two ubuntu computers via crossover cable for file transfer? [04:47] connecting them isn't hard. you may need to statically assign ip addresses [04:48] will this mess up wireless? [04:49] well not if you just change it temporarily... [04:50] okay cool [04:50] i got the two eth connections set upo [04:50] *up [04:50] how do i connect to the server? [04:57] you know that is a very good question :) === gbleezy is now known as G-Blunted [04:59] gray: http://ubuntuforums.org/archive/index.php/t-315962.html [05:02] G-Blunted: xfce4-sensors-plugin, sorry [05:02] forgot about you :) [05:07] its chill :) [05:13] where can i find log file for Synaptic installs?? [05:14] it's bugging out and i wanna put the error in pastebin [05:20] http://paste.ubuntu.com/115866/ [05:48] anyone know the difference between an Internet Object Cache (WWW Cache) and a Full featured Web Proxy cache (HTTP Cache)?? [05:50] in first question, synaptics logs may be in /var/log/dpkg.log ? [05:50] ya [05:50] that is what i put in the pastebin [05:50] is what i found in dpkg.log [05:50] wasn't exactly the same as output i saw in the program's window...but same issue [05:53] hmm in /usr/root/.synaptic/log some logs [05:55] sorry /root/ :) [05:55] why cant i 'ls' in /root? [05:56] and how do i get in there? :p [06:00] use sudo [06:00] or su [06:01] what password is for su? [06:01] sudo takes my password....su rejects it [06:02] su doesn't have a password [06:05] you can sudo passwd, but i make it because i work in debian, in ubuntu you can use only sudo [06:07] hmm [06:07] when i type su it asks for pword [06:07] ouch my type sudo -s -H and you root [06:07] this is G-Blunted btw...my laptop just shut itself off randomly....i think it's the bad memory [06:55] i'm trying jaunty on one of my machines, but there's seem to be a problem with xfce4-settings, it won't install [06:58] aah... the swedish mirror is borked, atleast not updated [07:41] hi all [07:41] how can I upgrade from 7.10 into 8.10 ? [07:41] my xubuntu? [07:41] !upgrade [07:41] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes [07:41] thanx [07:42] I have xubuntu ? [07:42] yes, the same instrcutions apply to xubuntu. [07:42] thanx [07:42] xubuntu is basically just ubuntu with xfce instead of gnome and a bit differente set of applications. [07:52] hi [07:53] anyone knows how well xubuntu 8.10 will run on 650mhz&128mb? [07:53] 650mhz is ok but 128mb is way to low [07:54] thats what i thought. im now running 6.06 with my old laptop and that runs good enought but i got some hardware that is hard to get work with 6.06 [07:55] 6.06 is not supported anymore, no security updates [07:56] its still better than w98/w2k =) [07:56] what HW? [07:56] but supported buntus are even better [07:56] some pcmciacard and zd1102 wlan dongle [07:57] might want to try U-lite, but it's not associated with ubuntu or xubuntu [07:58] never heard abt that one [07:59] whow thats small one [07:59] based on 8.04, with lxde instead of xfce and some other different stuff to get even lighter than xubuntu [07:59] got it allready... [07:59] got it running on an old lappy with P2 and 96megs [08:03] ill give it a try. [08:05] if I were you I'd invest in more mem, 650mhz in a lappy still pretty usefulo [08:06] true, memory is not even expensive [08:06] but might be hard to find [08:06] or the laptop might not support more :P [08:10] anyway, have to go for my studies [08:10] see you. [08:10] btw. does u-lite use libata? [08:11] no clue, let me check if it's installed, two secs [08:13] sorry, does not seem available in the 8.04 repo, is there a replacement? [08:15] thats cool. my old laptop doesnt coop with libata [08:15] thx man! [08:18] did a little google and got libata replaced with ide libs, 'nother reason to upgrade to an 8.04/8.10 version [08:57] anyone know the difference between an Internet Object Cache (WWW Cache) and a Full featured Web Proxy cache (HTTP Cache)?? [09:16] !squid [09:16] squid is a caching proxy for the Web. See: https://help.ubuntu.com/community/SquidGuard See: http://www.squid-cache.org [09:17] !squid3 [09:17] Sorry, I don't know anything about squid3 [09:25] xfce ftw :) [09:27] оО [09:28] nevada! [09:28] :P [09:29] nevada too ftw ? [09:30] :P [09:30] colorado ftw :) [09:31] Colorado beetle ftw :D [09:32] O.o [10:00] I wanna enable people to connect to my Xubuntu box and do some anonymous web browsing...is this possible? [10:09] G-Blunted, you mean you want to set up a proxy server? [10:09] ya but what kind? [10:09] there's so many ways to configure squid and stuff....i don't know which direction i need for the most simple just...proxying... [10:10] maybe search ubuntuforums.org [10:11] ya i just been searchin google [10:11] G-Blunted, suppose the easiest way would be just following a tutorial/howto [10:11] everyone wants to use squid for a caching accelerator...i don't really need or want that.. [10:12] i'm thinkin i could have setup apache/php by now and just made some redirect site in php :p [10:12] a-ha.. [10:12] that would give me the ip of this box right? [10:12] huh? [10:12] n/m :) [10:36] well i just realized it's pretty hopeless to try to open ports and use daemons when im on someone else's wireless router [10:39] true... [10:57] hey i've got this plugin in my panel that i can't Remove(-)...any tips? [10:57] it doesn't respond to any kind of clicking [11:08] anyone know if i can print to a printer on another computer not through LAN but through the internet?? [11:13] !vpn [11:13] From more information on vpn please refer to https://help.ubuntu.com/community/Gaming_VPN_Using_PPTPD [12:14] any of you play any of these linux games? [12:18] I play linux games. [12:22] any multiplayer online ones? [12:23] Yup [12:23] like... [12:24] Netrek, Gate88, BZFlag, Quake 3, etc. etc. [12:44] i am running xubuntu xfce. can i install deb packages? how? [12:46] !dpkg [12:46] dpkg is the Debian package maintenance system, which together with apt forms the basic Ubuntu package management toolkit. [12:58] i am running xubuntu xfce. can i install deb packages? how? [13:00] dpkg -i packet.deb [13:01] thnks [13:06] anyone really good at html? like CRAZY html? [13:06] PLEASE pm me, if you're active, i just need like one line of code debugged [13:16] does anyone know the best way (or any way really) to create a keybinding for an app? [14:05] Hey, all [14:18] hey who wants to play a game of Open Arena?? [14:20] quake its not dead &) [14:21] not if you play me right now! [14:22] heh, i played in q3 mmm 6 or 7 years ago :) [14:22] well [14:22] this is OPEN ARENA [14:22] load it up lets go [14:22] ima frag the shit outta you :p [14:22] str8 pwnage [14:22] sorry I'm worked now :D [14:22] work* [14:24] which package for opern arena [14:24] uhh [14:24] it's called Open Arena [14:24] :p [14:25] G-Blunted: --> #xubuntu-offtopic [14:26] h8rs! :p [15:18] Hi. [15:18] When the installer on live CD reaches the partitioner, there are no partitions [15:19] all the buttons are gray [15:19] and there is a strange white box in the middle of the window [15:19] i tried logging out and back in, no help. [15:21] Which livecd? [15:21] 8.10 [15:21] xubuntu. === hfsdo_ is now known as hfsdo [15:23] Did you check manual partitioning? [15:24] Is this a new hard drive or does it already have something on it? [15:24] has lots on it [15:24] and it didnt even ask about manual partitioning [15:24] just goes to the editor and sorta... stays there with not much to do [15:24] The center is a white box and below it should be several lines of text [15:26] At the top of the window is in bold Prepare partitions, with a horizontal rule under that, then the weird box (wide rectangle) then under that is the where the partitions usually are, under that the buttons (new partition etc) then under that Quit Back and Forward [15:26] I had a look around with the partition editor manually before i ran install, that might have something to do with it? [15:27] Sure does. That image won't allow you to partition if the partitions have been mounted. you have to quit the install, [15:27] make sure nothing is mounted, then restart the installation. [15:29] Yay! Thank you! It would be cool if it said something like "Please finish what you are doing and push this button to unmount everything" instead of the buggy, empty editor :) [15:30] Yeah, we agree. I believe there is a bug filed about that. [17:40] finally worked my way through that problem [17:40] you can all relax now [17:42] i wuv xubuntu, and do all ubuntu have web-server running automatically? [17:42] no [17:42] did xubuntu? or did i accidentally turn that on? [17:43] You have to install a web-server if you want one [17:43] wow, don't remember that at all, i guess i was watching my own back [17:43] It would have been an application you installed [17:43] apparently apache2 [17:43] Yeah, that never comes pre-installed in Xubuntu [17:44] it usually never comes preinstalled with any Linuxes nowadays [17:44] of course it could have been pulled in as a dependancy when you installed something else that isn't included by default [17:45] yeah, i was installing a lot, i got the space, so wry not? [17:46] feel free to install anything you like. That is what it is there for. Do keep in mind that running servers may make you more vulnerable to network-based attacks, particularly if your system has a public ip address [17:46] i wish there were a greater set of repositories [17:47] i installed a firewall, forget the name at the moment, i've had a crazy code day going [17:48] are there repositories that aren't necessarily sanctioned by ubuntu? and ise gots to hunt them down? [17:49] do i get quicker responses when i don't talk like a retard? [17:49] yes [17:49] lol [17:49] ish2: only use repos you trust [17:49] Yes, there are many out there. You already have main, restricted, universe, multiverse, medibuntu, right? [17:50] ish2, what programs you need which aren't in ubuntu repos? [17:50] there is also that 'partner' repo [17:51] i don't see medibuntu [17:51] That is where most of the restricted codecs and stuff come from, but it is not ubuntu's [17:52] https://help.ubuntu.com/community/Medibuntu [17:55] ish2: this gives some information on repositories: https://help.ubuntu.com/community/Repositories/CommandLine [17:55] hmm, i was able to get vlan, so maybe i do have it, might just not be listed where i'm looking [17:56] i like apt-get, lets me see what's going on without wrapping it in a pretty, useless shell [17:57] It should be listed in the sources tab of 'Software Sources' [17:57] if it wasn't there before, it's in now, thanks [17:58] np. It is worth reading the wiki pages on repositories, if you need to add more [18:04] sometimes, it's just fun to lure friends next to my bluetooth programs, try to cp their contacts [18:05] no one uses my proxies anymore :( [18:05] i like how tor setup so quickly though, tork was a POS and i had to turn it off, idk what was going on with that [18:06] maybe it wasn't running in super user mode, cause it wasn't able to do a darn thing [18:07] just crying all the time, wa wah, can't access this or that [18:10] anyone have experience is bbs style games? the kind you need a special client to play? [18:11] you mean like muds? [18:11] muds/mushes/muxes/moos [18:12] I still login to a telnet-bbs and play LORD every once in a while... why? [18:15] yeah, i gotta go, drama situation, gotta pick someone up, but exactly what i mean [18:50] * nikolam sleepy [18:52] !media [18:52] Audio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [18:52] !codes [18:52] Sorry, I don't know anything about codes [18:52] !codecs [18:52] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [19:23] !soup [19:23] Sorry, I don't know anything about soup [19:24] !anything [19:24] So, you wanted to lure me into saying I don't know anything about anything? Yeah, that would be funny, of course. Now leave me alone. [19:24] !chess [19:24] Sorry, I don't know anything about chess [19:24] !ubottu [19:24] Hi! I'm #xubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [19:32] !irc [19:32] A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines [19:36] anyone know if its possible to install sorcery as the package manager for xubuntu? === xenocide21__ is now known as Xenocide21 [20:42] Can resolution used by gdm login window changed in gdm preferences? [21:23] Applications > Quit: Unable to quit session, xfce4-session not detected. Still "ps aux" proves it is running. [21:23] it doesn't say it's not running, just that it's not detected [21:24] TheSheep: why not detected? [21:24] I want to save current session and quit. [21:25] jarnos: I don't know, maybe the panel crashed and was restarted, and because it wasn't started by the session it knows nothing about it? [21:25] I remeber finding a tool somewhere in the past that I could use to download the source of a package by just providing the url to the package dsc. Can someone remind me what it was? [21:26] apt-get [21:26] zoredache: you can download source packages from packages.ubuntu.com too [21:26] apt-get isn't what I want... I want to get the source package from a different repository without having to setup the repos for apt [21:27] TheSheep: you can test it by killing panel and restarting it. Do you see normal quit dialog then? [21:27] Applications -> System -> Software Sources [21:27] is that what you want? [21:27] TheSheep: I know... I jsut rember finding a tool somewhere sounce that would download the source, diff, and extract it all in a single step given only the url for the dsc. [21:28] jarnos: sorry, but I have some aaplications with important work opened right now, so I really don't feel like testing at the moment [21:29] Can you launch the logout dialog from command line? I don't remember the command. [21:29] logout [21:29] jarnos: xfce4-session with some parameter [21:29] G-Blunted: not really, I don't want to setup with, since the package I want is from debian, and I am not in the mood to deal with all the pinning stuff [21:29] jarnos: sudo shutdown -P now shuts down the system [21:29] jarnos: or xfce4-session-logout [21:29] zoredache, apt-get will accept a url for a source package [21:29] and it will download and install [21:30] charlie-tca: but does not save session. [21:30] True, but I never save a broken session anyway [21:30] whats that mean won't 'save session'? [21:31] G-Blunted: xfce can save your running applications when you log out, and restore them when you log in [21:31] G-Blunted: but only the apps that support it [21:31] G-Blunted: mostly terminal, firefox, etc. [21:32] thunar too [21:32] G-Blunted: apt-get doesn't seem to accept a source... when I do ' apt-get source http://ftp.de.debian.org/debian/pool/main/t/tsclient/tsclient_0.150-1.dsc' [21:33] I get an error... [21:34] ok maybe i was wrong actually...misread the man page i guess :p [21:35] no worries, I guess I just have to download the files i want manually [21:36] i think if you do: wget http://url/to/pkg that is pretty easy way to download [21:36] and install [21:36] wget http://url/to/pkg | dpkg ./wherever/that/file/landed/ <---maybe that can do it in one line [21:36] or whatever you install with [21:37] i actually have no idea :p [21:38] man sessions are annoying [21:38] every time i startup it always starts up add/remove programs, pidgeon, and something else....even though they weren't open when my computer shut down....is that some sessions thing? Cause the apps that start aren't even in the Startup Programs list... [21:41] G-Blunted: That sounds like a saved session [21:44] sweet, where can i look at saved/default sessions and change them? [21:45] ~/.cache/saved_sessions is where they are stored. Just delete it [21:46] i got "Launch Gnome Services on Startup" checked....do you guys think it's okay to uncheck that? [21:47] Not sure [21:47] no G-Blunted it will blow up your machine!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [21:47] oh well i better leave that checked.... [21:47] I was joking [21:48] well I think xubuntu comes with gnome services so that it was it is checked [21:48] it says 'vital' system thingies are started up...but im thinkin it's considering pidgeon and add/remove applications vital? [21:48] it probably won't irresabily break anything [21:48] I don't have them starting here [21:49] I do start firefox, claws-mail, terminal, and Thunar, though [21:49] cause you saved it that way? [21:49] yes [21:49] That is my saved session [21:49] any way you can see what applications are started in a particular session? [21:50] I don't know. I only know to save the session to keep them starting, or uncheck it and delete saved sessions to make it not start them [21:51] I'm really just a user... [21:51] oh come on charlie-tca! we must strive to be more!! [21:51] I'm working on it everyday. [21:52] me too [21:52] If you get to know too much, people want answers from you, don't they? [21:52] im just chillin around tryin to help people with questions....lots of basic questions get asked, i should know the answers to em...so i try to look 'em up and know 'em :p [21:52] should be easy to answer everyone's question tho [21:52] That's what I do, besides QA, testing and bug triage [21:53] that's when you're 31337 [21:53] ooo that's chill [21:53] you're involved! :P [21:53] I'm just a user... [21:56] lol...we must strive to be more! [21:57] I keep hoping to learn how to answer questions [22:06] well [22:06] i just got scolded for helping people [22:06] damn.. [22:06] I get that about daily [22:06] I'm on 8 mailing lists plus 12 channels here [22:06] man that's messed up...you should just be able to try and help people.... [22:07] daaaamn [22:07] i just got on one mailing list just for fun...i don't remember what one... [22:07] but im excited to get mail...i don't get any really :p [22:08] I help on ubuntu-users@lists.ubuntu.com and xubuntu-users@lists.ubuntu.com ; which are the user mailing lists for technical help [22:09] thats pretty sweet [22:09] so you just get a bunch of technical questions in emails every day and you just reply to the person? [22:09] howcome you don't troll the forums? [22:10] lets me think I might be helping sometimes [22:10] 'troll' as in like...not that bad kind... :p [22:10] :) [22:10] I don't like the format. It takes too long to find things when I have to scroll through too much [22:11] Yes to the bunch of tech questions [22:11] thats chill [22:13] You just go here to sign up for mailing lists. https://lists.ubuntu.com/ , but be prepared for a lot of email. [22:15] We can always use help with testing and bug triage, too [22:17] where is xorg.conf located?? [22:18] /etc/X11/ [22:44] quick question, just upgraded to jaunty, ping can resolve ips, but ssh and firfox cannot, any suggestions? [22:46] diginux: wow, that sounds unusual. can you resolve names using the host command? [22:47] zoredache: yup [22:48] and you are able to ssh by ip? [22:48] zoredache: i kind of remember something like this happening in gentoo once a long time ago, and i had to edit /etc/nssswitch.conf, but that file looks fine on here [22:48] zoredache: yeah, can ssh [22:48] by ip [22:49] can also telnet to port 80 by ip [22:49] so network seems fine except dns [22:49] can you telnet by name? [22:49] nope, cannot resolve [22:50] hrm... in the file /etc/nsswitch.conf what is on the line that starts with 'hosts: '? [22:51] hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 [22:52] hrm... I would be tempted to change that to simply be 'hosts: files dns' [22:52] unless you actually need/want bonjure to work [22:53] already tried that, didnt work either [22:53] and i dont care about bonjure, i use xubuntu [22:53] isnt bonjure a gnome thing? [22:53] nm, i take that back, either way, i dont care about it [22:54] not really, it started off as an Apple OSX thing to make devices on local networks be able to communicate together easier without needing a local dns server [22:54] any other ideas? [22:54] i read something about maybe avahi could be to blame [22:54] is there an alternative to avahi? [22:55] diginux: just remove avahi... you don't really need it, if you don't need local mdns aka bonjure [22:55] one thing i do note is i think network manager may not be working [22:55] my network icon has a red circle with x on it [22:55] but ifconfig shows its up [22:56] diginux: that's pretty much normal. can you ping www.google.com? [22:56] it didnt have red square with X before i upgraded to jaunty [22:56] and yes, i can ping google [22:57] cant remove avahi, it is needed for banshee, kile, klfickr, etc. [22:57] If you can ping google using that address, it's still working even with the red x [22:57] charlie-tca: so network manager is working, or something else is doing it? [22:57] network manager should be working [22:58] so why would that X be there on it [22:58] if i open up the network manager, it doesnt list any devices under wired [22:58] Mostly it is used by wireless networks [22:58] well either way, the network is working, just saying thats another odd thing happening, i just want my dns to work so i can be on my way :) [22:59] Now I give you back to zoredache . He knows more than me [23:00] zoredache: help! [23:01] im going to try dhcp really quick just to see if that works [23:03] nope, that didn't help [23:03] diginux: are you you using static IP [23:04] charlie-tca: i was, i switched to dhcp quickly to see if that would help, it did not [23:04] would rebooting in a recovery mode with netroot help me determine anything? [23:05] Okay, using static ip, you may have to add the DNS to /etc/resolv.conf yourself [23:05] its in there [23:05] like i said pinging a hostname works [23:05] and this all worked before i upgraded to jaunty today [23:06] how do i screenshot the desktop? [23:06] >.> [23:06] xenocide21: add screenshot to the panel, and then click it [23:07] xenocide21: import -window root -display servername:0 screenshot.png [23:08] xenocide21: dont even need the -display i guess [23:08] just import -window root screenshot.png [23:09] diginux: you could try rebooting into recovery mode and seeing if you can ssh... [23:09] ok, so booting into recovery mode didnt change anything either [23:10] zoredache: didnt help :( [23:10] this is crazy [23:14] You did the upgrade from 8.10? [23:15] Anyone know of any known issues with Network Manager in Xubuntu? I'm getting some strange behavior -- most importantly, the "shared to other computers" setting is not working. [23:16] When I set the interface to use that setting, it is not initialized -- ifconfig shows no IP4 address is assigned. [23:17] man if you were a Grub expert you could help so many people... [23:26] G-Blunted: perhaps... the tricky part is that person you would be trying to help isn't an expert, It is a challenge to get them to tell you how their system is partitioned, and what they want to accomplish [23:26] Grub itself really isn't all that tricky [23:27] ya good call [23:28] altho...i think many people know how their drive is partitioned and stuff....they just don't know what the root (hd0,0) lines should look like :p [23:28] A lot of questions would not even be asked if people would just look for an answer in the help wiki [23:28] i noticed there's a "pretty colors" section in the menu.lst.....how you turn those on? [23:28] charlie-tca, that is very true...or use google... [23:29] Remove the # in front of it [23:29] google comes up with so many good [ubuntu] topics from the forums [23:29] charlie-tca, the line is like: color red/green grey/blue [23:29] just leave it as it is or choose a color? [23:34] I never say red/green before. mine is always cyan/blue white/blue [23:35] G-Blunted: I think the colors are frame/background text/background [23:44] oh ok [23:44] ya i just made up those colors :p [23:45] got the text background right tho [23:46] Ah-ha, so if you can't read it, you know why [23:52] hello hello [23:52] hello, dimsum [23:52] new xubuntu user here, just install one last night [23:53] Welcome to Xubuntu. [23:53] im using xchat on xubuntu right now :-D [23:53] Which version? [23:53] it's really nice. i really liked it [23:53] 8.10 [23:53] latest one i presume. [23:54] so what's next? [23:54] Great. It is the latest stable version. I am running the development version, 9.04 [23:54] Going to Jaunty Jackalope 9.04 [23:54] wow. [23:54] It should be released in April [23:54] i mean, after i installed xubuntu what's next ? [23:55] Use it and enjoy it [23:55] any recommendation? like installing this program or anything.. [23:56] i have something bugging me charlie-tca [23:56] What is it? [23:57] whenever i hit backspace for too long, the pc seems to make this "beep" sound [23:57] it's very annoying.. [23:58] That is usually because it got to the beginning and you kept pushing it [23:58] yes but the beep sound how do i remove it ? [23:58] Anybody know how to remove the system beeps? [23:58] Sorry, dimsum. I can't remember. [23:59] it's okay..