[00:17] Hi, how can I get the UUID of my swap partition (I need to edit /etc/fstab and enter a new swap UUID)? [00:19] hrm.. do you know the current device name for the partion /dev/hdc? [00:19] you could just put in the device name... [00:19] gNewPower: I'd just give it a label and use that [00:19] gNewPower: or run /usr/lib/udev/migrate-fstab-to-uuid.sh [00:20] what does /usr/lib/udev/migrate-fstab-to-uuid.sh do? [00:20] gNewPower: I have no idea [00:21] gNewPower: the second line of it might give you some hints though [00:22] ah, I remeber now... use vol_id and the device name to get the uuid [00:22] zoredache: I think swap doesn't have uuid by default [00:23] hrm... [00:23] zoredache: that script seems to generate it for swap partitions [00:32] Can give me a quick example of extracting the contents of a cpio archive? [00:34] cpio -i -d < archive [00:35] ah, great! thanks [00:41] argh!!! caspar is not casper [00:42] we need more words so people can give things better names [00:43] I just came up with a cool name for a python module, for example [00:43] pykachu [00:44] not sure what it would be for, some gaming probably [00:44] xD [00:45] I have been reading the caspar docs for the last hour trying to figure out what it had to do with building livecd.... Turns out it has nothing to do with building livecds [00:45] for that you want casper [00:46] caspyr could be a python version... [00:46] :D === danielm_ is now known as danielm [00:58] hey all, I've got a problem [00:58] !ask [00:58] Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-) [00:58] How do I enable a second video card? [00:59] !dualhead [00:59] Information about dual-head on linux can be found on http://wiki.linuxquestions.org/wiki/DualHead - See also !Xinerama [01:00] ok, and how do I see my hardware information w/o GDM? [01:00] of course in a perfect world it might be as easy as going to settings->displays and clicking a few buttons [01:00] sorry... settings->screens+graphics rather... [01:00] yeah, plug'n'play is pretty handy, when it's applicable [01:01] I don't understand what you mean by see your hardware without gdm [01:02] a hardware manager, I can't find one in the menu [01:02] I'm using fluxbox [01:02] sven: lspci or hwinfo should give you information in terminal [01:04] ty, I'll bb if I can't figure it out === danielm is now known as danielm_ === danielm_ is now known as danielm [01:32] How do I run compiz and use xfwm4 for window decorations? Right now it goes back to metacity === Tuv0k is now known as darthanubis [01:33] brynjolf: you can't, afaik [01:34] ah, thats a shame [01:35] is it a case of me not understand what xfwm4 does or more that it isnt implemented? [01:36] brynjolf: sudo apt-get install emerald [01:36] emerald is the window manager of compiz [01:37] REALLY? [01:37] I thought metacity was [01:38] although one could use emerald [01:38] compiz does not come with emerald [01:38] okay maybe metacity is getting composite features, too [01:38] not too fond of emerald to be honest [01:38] I'll just use gdm themes from xfce with metacity then :) [01:39] metacity and emerald are your only choices i'm afraid [01:39] Thank you TheSheep and Stroganoff for your answers anyhow! [01:39] ;) [02:24] hi [02:24] i lost taskbars from desktop, anyone know a way to restore them ? [02:25] press alt+f2 and type xfce4-panel [02:33] wow [02:33] guess that worked? [02:34] how can I keep them from opening? [02:35] TheSheep: many tnx for help, it is working now [02:39] where in etc are the login fortunes? so i can make them -x [02:39] 'slocate fortune'? [02:47] heh, only 10 more hours to get/upgrade everything with synaptic [03:02] i have 3 disk connected, i wonder why hal doesn't see sdd. it sees sda and sdc alright [03:05] what happens in 10hrs? [03:05] are those disks in fstab? === gaurdro is now known as gaurdro|away [03:08] darthanubis: no, just sdc [03:08] i mean sda [03:08] well add them to the fstab? [03:09] cfdisk cant locate the darn thing [03:09] are you reading me? [03:09] edit the fstab [03:10] i just wanted to mount it to cp some stuff [03:10] you saying the hardware is not recognized by the pc? [03:10] yes [03:10] does your bios see the drives? [03:10] slackware sees the same disk fine [03:11] what does hdparm reveal? [03:11] yes [03:11] lshw? [03:13] hdparm /dev/sdd [03:13] /dev/sdd: No such file or directory [03:13] udev hates me [03:13] are these removeable drives? [03:14] pata internals [03:14] sdc sdd sde? [03:15] sda sdc and sdd [03:15] have you tried editing the fstab to add those devs? [03:16] my cd and dvd's and on the motherboard connectors [03:16] can you answer that question? [03:17] not yet. i'll try it [03:18] yes [03:19] 'have i tried editing my fstab to add those devs?' not yet [03:19] seems the fstab is screwed up, just a sec [03:19] could somebody please explain this line (output form a mount command) to me: /dev/sda1 on / type ext3 (rw,errors=remount-ro)? what's this about errors remounting the partition in read only?! [03:24] http://pastebin.ca/987914 < /etc/fstab [03:25] gNewPower, googel ext3 and read up [03:25] if thats too much, its nothing to worry about [03:25] darthanubis: ok. thanks [03:25] simply means if there are errors found, it will be mount read only [03:25] to prevent further damage [03:26] but plz do read up [03:26] anything you find just paste into google and go for it [03:26] I understood that, but does he journalling not repair the errors? how do you repair something which is mounted ro? [03:26] gNewPower what have you done? [03:26] Stroganoff: what do you mean? [03:26] you'll get an answer much quicker than loggin in to irc, asking, waiting [03:26] etc [03:26] darthanubis: ok [03:27] :) [03:29] gNewPower you can use knoppix or some other live-distro to repair your fstab or ext3 [03:30] sure, but I don't think that anything is wrong with my system. Everything is mounted rw [03:30] k [03:30] I booted of this partition. [03:30] no problems. [03:31] I think that this is just some kind of "if errors then" which I do not understand [03:31] that is an mount argument in fstab [03:31] it means: if errors, remount with read-only (ro) [03:32] ok. I see that. but does the journalling of ext3 not repair the errors? how do you repair something which is mounted ro? [03:32] there are more kinds of errors than data corruption [03:33] for instance if you mount it with invalid arguments [03:33] Stroganoff: oh, ok. Well, thanks for the explanation! [03:33] Stroganoff: its the third time you have pointed me towards a solution. Thanks a lot! [03:34] bye everybody. [03:35] it seems i need to learn how to get my UUID for the hd to be able to add it to fstab [03:35] anyone know if xubuntu releases simultaneously with ubuntu? [03:36] for example, since ubuntu 8.04 is scheduled to release on Apr 24th, will xubuntu8.04 be available then as well? [03:38] i'll work on this disk thing later, getting tired. later all [03:39] freerise: can you answer my question? [03:39] I guess I'll take that as a no [03:42] kenneth1: yes they do [03:43] Stroganoff: so I should expect xu* 8.04 on the 24th as well? [03:43] redundancyyyy [03:43] yes === gaurdro|away is now known as gaurdro === joetheodd_ is now known as joetheodd [04:50] hey maxamillion [04:52] hello j1mc [04:52] j1mc: how goes it? [04:54] hey, i'm ok [04:54] kinda tired. getting ready for bed. [04:55] how are you? [04:55] j1mc: doing well, just poking around doing a little research at the moment .... about to read some more of my minix3 book before bed [04:56] ah, ok. cool [04:57] j1mc: in a month i will be moving somewhere that has a real internet connection so i hope to be able to help a little with bug triage (though, i can't promise too much) [04:57] sure. no worries. :) [04:58] i'm actually really glad cody took over the project, that's a large part of the reason i will be coming back to help out [04:58] it wouldn't be volunteering if you were made to do it. ... someone told me that one time when i was only helping out sporadically on a project. [04:58] lol, good way to look at it [05:01] well the people in #kde are about as helpful as a brick [06:32] got a new video card installed, what do I need to do? Anything? [07:55] is anyoune using recent alternate iso cd install with spain keyboard? [07:55] */anyone [10:26] hai [10:27] arualavi, how different is the spain keyboard? [10:30] lol [10:31] mistform: it depends to what compares to [10:31] mistform: maybe the keyboard aren't important what the keyboard map used [10:31] maybe you should play The Lord Archmage and help them translate. I can understand most of it, but some is a mess of accented characters [10:32] arualavi, subtle hints are for the weak minds [10:32] i'm sure there is a way to edit the keyboard map, I'm wondering how hard it would be for you if you went from Spain to US layout [10:34] mistform: I don't know. I never used a US keyboard layout. [10:34] what i'm traying to confirm is a bug with debian-installer and spain keyboard [10:34] i can't write accented characters [10:35] àáèéìó... [10:35] http://ubuntuforums.org/showthread.php?t=418453 [10:35] that may help you a little [10:35] i don't even use xubuntu [10:35] i use ubuntu, but I haven't even had that rig running for a month now [10:36] I'm here for a friend. I'm just trying to help you with basic troubleshooting. [10:38] arualavi: http://en.wikipedia.org/wiki/Keyboard_layout [10:39] mistform: thank you but i don't have problems with my keyboard layout once xubuntu is installed. [10:39] so the LiveCD has the errors? [10:40] [00:55] is anyone using recent alternate iso cd install with spain keyboard? [10:40] I thought you meant after the install you were having problems. [10:41] mistform: no, alternate iso cd INSTALL [10:41] my english sucks, i know [10:41] apologies for it :-) [10:41] it's actually pretty good. [10:42] i'm trayng to confirm a BUG with debian-installer [10:42] */trying [10:42] there are just thousands of words in English that are interchangable yet many are not (though you would think) [10:42] okok [10:42] thought you needed help lol [10:42] yeah, or I should just read more, huh? [10:43] maybe I should change the colors of the text... [10:43] lol, that helps. I see a lot of things I didn't before [10:43] I saw this: [10:43] [03:35] i can't write accented characters [10:43] [03:35] àáèéìó... [10:43] I didn't see this: [10:43] [03:34] what i'm traying to confirm is a bug with debian-installer and spain keyboard [10:44] mistform: what are you using for chat? [10:51] mIRC [10:57] anyways [10:57] i'm going to play xbox on live [10:57] later === joetheodd is now known as joetheodd_ === joetheodd_ is now known as joetheodd === joetheodd is now known as joetheodd_ === joetheodd_ is now known as joetheodd__ === joetheodd__ is now known as joetheodd [12:23] ahoi [12:25] ich hätte ein Frage zu Xubuntu [13:32] I've just upgraded my video card, what do I need to do? Anything? [13:36] sudo dokg-reconfigure xserver-xorg [13:38] that's it? [13:41] dokg-reconfigure: command not found [13:43] sudo dpkg-reconfigure xserver-xorg [13:43] typo :-) [13:54] ok [13:54] run that script and answer the questions and that's it? [14:06] homebrewcider: hopefully, yes. [14:08] ok cheers [14:38] Hello Everyone! The release candidate for the next version of Xubuntu is planned to be released tomorrow providing we get enough testing! [14:38] Please visit http://iso.qa.ubuntu.com/qatracker/build/xubuntu/all to help! :) [14:38] All four cds needed to be tested! :) [15:04] What is the easiest way to use remote desktop to Xubuntu on a lan? [15:06] I'll try http://www.tightvnc.com/index.html now. [15:12] Does anyone know what's the name of the package to change timezones in xubuntu? [15:18] I want to remote control my Xubuntu from Vista, but this app that I think allows me to (TightVNC) isn't for Xubuntu [15:18] just fedora [15:18] just the source code is available [15:19] So is there any other way I can remote desktop my Xubuntu or should I just go for Windows Server instead? [15:28] Helsu_, there are enough vnc servers for xubuntu [15:29] including a tightvnc server, its all in the repositories (just search for vnc in synaptic) [15:44] Ok I set up knfc now [15:44] btw i couldn't find any vnc server when i searched for vnc [15:46] Helsu_, http://www.ubuntu-unleashed.com/2007/10/setup-vnc-server-for-ubuntu-gutsy.html [15:47] you can skip the vnc-java stuff [15:47] and step 3 if both pc's are in the same network [15:49] hmm [15:49] if desktop share is automatically enabled in ubuntu, why isn't it in xubuntu? [15:50] i think because of the extra use of recourses, but im not a xubuntu dev, so dunno [15:52] if i skip the vnc java stuff i'll have to skip step 1 [15:52] that can't be right [16:06] how do i install 32-bit libaries for xubuntu? [16:46] hello all [16:46] what is default name of image viewer in xubuntu ? [16:49] qview or something like that ... [16:50] m11: gqview [16:51] zoredache: tnx [17:05] can anyone give me their opinion on a php/mysql error? [17:30] am trying to install Opera browser via snaptic but getting this output: opera: [17:30] Depends: libc6 (>=2.6-1) but 2.5-0ubuntu14 is to be installed [17:30] Depends: libgcc1 (>=1:4.2.1) but 1:4.1.2-0ubuntu4 is to be installed [17:30] Depends: libstdc++6 (>=4.2.1) but 4.1.2-0ubuntu4 is to be installed [17:30] Depends: zlib1g (>=1:1.2.3.3.dfsg-1) but 1:1.2.3-13ubuntu4 is to be installed [17:34] also, i just (said successfully) installed lynx and links through synaptic, but cannot find any launcher in the menus, can anyone help please? [17:35] oem: hi [17:35] oem, It sounds like you're trying to install Opera for a newer version of Xubuntu then you have. [17:35] lynx is a command line web browser, you need to run it in a terminal [17:35] oem, As for lynx and links, there may not be menu launchers for them [17:36] oem, But you can create your own if you'd like [17:39] gabkdlly and cody, hello and thanks. can you tell me how to run lynx in the terminal, and with regard to Opera, I was trying to mark it in my synaptic, so shouldn't it be the right package for my version? [17:41] lynx is meant to be run only from the terminal [17:42] oem, You may have added the wrong repository [17:42] Opera is made available via the Canonical commercial repository [17:43] hmmm. i believe i added the repository right from community docs, then reloaded synaptic, and then selected Opera. let me go to software sources to get you the .deb i put there [17:46] http://archive.canonical.com/ gutsy partner ... note how there is a space after .com/ and between gutsy and partner, is that sposed to be like that? [17:48] did you reload synaptic or refresh the sources? [17:48] s/sources/repositories [17:49] oem: yes the line 'http://archive.canonical.com/ gutsy partner' is correct... [17:54] yes, i reloaded. synaptic prompted me to... [17:55] i'm not sure if i'm running feisty or gutsy on this machine [17:55] wish the splash pages would display a version # [18:00] um, so, can someone tell me how to lauch lynx in the term? [18:02] or, better, how to create launchers in my menu? [18:06] hm... i guess this must be feisty on this machine as i just did sudo apt-get update and evrything on the list called feisty... how to do distro upgrade? is it 'sudo apt-get install dist upgrade'? [18:08] does anyone use a bluetooth dongle with Xubuntu to send files to another device? [18:24] oem: still there? to create a launcher to start lynx I would have the command be something like 'xfce4-terminal --title="Lynx" -x lynx' [18:26] hey all, I can't get a second monitor to work on my system [18:26] zoredache: so if i put xfce4-terminal --title="Lynx" -x lynx in the box marked command, and choose an icon, that icon should then appear in my menu under network? [18:27] oem: yes [18:27] ok, i try... thx [18:27] oem: if you created the launcher under network then yes... If you created the launcher on a desktop or panel, then it would show up on the desktop/panel [18:28] hm, how do i choose those locations? [18:28] if you want to create something on the desktop right click on the desktop and choose create launcher... if you want to create on a panel, right click on a panel and choose add new item... choose launcher from the list [18:36] So, kwestshun for the ages [18:37] Installed the 8.04 beta and the wireless is iffy [18:37] It detects my wireless stick, finds the networks, but when I try joining one (a WPA network), it just keeps asking the password over and over [18:37] And I'm sure I have the password correctly [18:38] !hardy [18:38] Hardy Heron is the code name for the next release of Ubuntu (8.04-LTS), due April 24, 2008 - For more info, see: https://wiki.ubuntu.com/HardyHeron - CONSIDER IT TO BE BETA SOFTWARE - Discussion and support in #ubuntu+1, NOT #ubuntu [18:38] Right [18:39] hmm i'll install ubuntu instead [18:39] maybe it works better [18:39] if that doesn't work i'll go for windows server [18:49] Fraeon: make sureyou are using the right case [18:50] Eh, I was the one who picked the password [18:50] And it works on my 2 other computers (tried it) [18:51] just for trouble shooting purposes have you tried temporarily disabling wpa on the access point? [18:52] No [18:54] if it was me, I suspect I would try that. [18:56] hello [18:56] I did a Hardy net install today with Xubuntu desktop (amd64) [18:57] the terminal does not seem to be performing hinting [18:57] all the rest of fonts on desktop is very good, hinted... [18:58] tried various fonts from Terminal's prefs, no use. [18:59] suriro: try terminus [18:59] suriro: you need to install it separately [18:59] \but it's worth it [19:00] TheSheep: I have another xfce desktop from Fedora here, and its Terminal does hinting. [19:01] Terminal uses vte library, right? === gaurdro is now known as gaurdro|away [19:17] Hello Everyone! The release candidate for the next version of Xubuntu is planned to be released tomorrow providing we get enough testing! [19:17] Please visit http://iso.qa.ubuntu.com/qatracker/build/xubuntu/all to help! :) [19:17] All four cds needed to be tested! :) [19:22] what is the point of all this typing of my password in linux generally? [19:22] it is worse than UAC in Vista [19:23] is it a way to turn of off? [19:24] Helsu_: there are ways o configure things to that you are propted less for passwords if you are willing to accept the additional risk that something evil could use that change to do bad things [19:25] setting up sudo to have a longer time out, or to not require a password for example [19:25] how do i turn it off then? [19:25] everyone hates UAC, I don't see how this is any better [19:26] documentation for sudo can be found at https://help.ubuntu.com/community/Sudoers [19:27] of course I don't use that, and once I was done installing I almost never use a password on my local system [19:29] Are there any links pointing to a relative comparison of speed of Xubuntu vs, say, regular Ubuntu? I'm considering Xubuntu for an older machine. Memory is ok (512M) but slow processor. [19:34] I am not aware of any Free_Beer... What kind of cpu are you talking about? Did you check the specs page? [19:34] !lowmem [19:34] For installing on low memory systems, this page has useful information: https://help.ubuntu.com/community/Installation/LowMemorySystems. See also https://help.ubuntu.com/community/Installation/SystemRequirements. [19:34] hiya. It's an older 733mhz machine. Ubuntu runs on it, but it's a tas slow [19:34] tad* [19:36] *thanks for those links.. gonna have a quick peek at them... [19:36] out of curiosity, what kind of person uses it? [19:36] what kind of person uses what? [19:36] xubuntu? [19:36] that slow a computer. === gaurdro|away is now known as gaurdro [19:37] Free_Beer: Xubuntu will run, but I suspect your slowness isn't going to be from the windowing enviroment... [19:38] Quite possibly, but the cli seems perky enough [19:38] Firefox 2.x for example would be slow on that whatever enviroment you choose... ff2.x is a memory/cpu hog in my experience [19:38] the intended user is my 74 year old father who I'm going to convert into a Linux Warrior. :-) [19:39] firefox 3.x seems significantly speedier though.. [19:43] I can't tell about FF3... I've only ever tried it on this klunker that I'm reclaiming. :-) [19:45] it's possible, too, that I'd get a boost in performance if I changed to a better vid card. [19:46] my father has very little experience with computers (read: no bad Windows habits) so speed really isn't going to be that big of an issue... I'd just like it to be as perky as possible. (Which is why I might consider Xubuntu.) [19:50] are you in the usa? [19:52] me? No. But I'm close. :-) [19:52] canada? [19:53] yup. [19:53] And if they drew the border slightly differently, I would be in the US. [19:53] lucky you tehn [19:53] then* [19:53] hehe [19:53] US is ok. People are great. (usually) [19:54] yeah but the country is a bit fucked up right now, isn't it? [19:55] economy is having its issues, but that's just the cyclic nature of it. Politics can be a little weird, tho. (but that can be said of any nation) ;) [19:56] Since they haven't asked me to be their Supreme Dictator, I guess they're satisfied with what they have already. :D [19:57] !language [19:57] Please watch your language and topic to help keep this channel family friendly. [19:58] i think i'll buy a webohotel in the usa now [19:59] now that the dollar is so low [19:59] and properties are dropping back to more reasonable levels [20:00] although that's mostly residential.. whereas commercial properties seem to be maintianing their values [20:03] well, thanks for the info and chat... got to get back to work. ;) [20:08] Hi. i have a linux question. i have a dual boot linux and windows in grub. i plan to uninstall this linux partition and install another linux partition over it. so after i have uninstalled the linux partition, is the bootloader messed up, and can the xubuntu install then fix it right after that, when i install xubuntu [20:14] okay, i guess i do the mbrfix thing^^ [20:21] fixmbr not mbrfix [20:36] can 1080p h264 be done on linux? [20:36] when you say 'done', do you mean viewed, created, or? [20:38] if you are wanting to view video files the answer is probably yes, but you would have to install the non-free codecs.. As for creating it, you would probably need to ask someone else [20:44] yes just viewing [20:44] there are non free codecs for linux? what are they called? [20:44] !codecs [20:44] 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 [20:44] xxxxxxx: win32codecs :) [20:45] ah i see as long as it's possible [20:45] is there a good guide for when you first start-up xubuntu, like installing codecs and other stuff [20:45] i remember there is/was such for ubuntu but [20:45] i ordered an athlon x2 5000+ and a gigabyte mobo with 780g hdmi [20:45] many of the instructions for ubuntu are the same for xubuntu [20:46] thanks guys for pointing me in the right direction [21:33] http://pastebin.ca/988712 Hi. I got this stuff right off the start [21:34] floating: after you hit ctrl-d what happened? [21:36] it prompted the normal login.. xfce [21:36] and everything seems fine.. but still strange [21:38] floating: yeah, have you run updates? it appeared that the fsck process crashed on startup (which isn't critical, but still not good) [21:38] i dont know much about linux, but i guess when i installed the system it tried to check if filesystem is fine, but it couldnt read that long name, which could be the name of this partition or something and it skipped it ? [21:38] yeah, i just installed all the 120 updates there were [21:38] well its the UUID, and i don't see why it wasn't able to resolve [21:39] floating: is it installed on a different computer than the one you are talking to me on right now? [21:39] no, im on it right now [21:40] hmmm... i was hoping you could reboot without having to sign off ... i'm curious to see if it happens after the updates [21:42] ill try reboot now [21:42] ok, i'll still be here when you get back [21:45] same happened [21:45] hmmm... [21:45] that's not good [21:45] "please check the filesystem manually" or something was after the text also [21:46] floating: open a terminal and type "sudo fsck" and see what it says there [21:46] then when stuff started loading fast, i saw another "fail" or "failed" on the load list, and im not sure but i thought it said wrong fstype... [21:47] same [21:48] /dev/sda3: recovering journal [21:48] /dev/sda3: clean, 96813/452480 files, 492862/903648 blocks [21:48] those 2 lines comes before the "unable to resolve" line [21:48] ok, so it can't resolve by uuid, but it can by device name [21:48] interesting [21:48] i wonder if the installer probed uuid incorrectly [21:52] seems like others have had similar problems [21:52] i have bunch of other problems facing here too :) [21:52] or questions.. [21:53] well, ill do some googling:i [21:54] floating: ok, feel free to come back if you get stuck [21:59] uhhm, my fstab looks weird :D [21:59] xubuntu has set one of my windows partitions as ext3 partitions in fstab [21:59] oh that's not good [22:00] yeah, i don't doubt there is a problem with the installer [22:00] floating: what version are you using? [22:01] i took the latest xubuntu 7.something from xubuntu site [22:03] if i executed sudo apt-get dist-upgrade and my os was feisty, then i should be upgrading to gutsy, correct? i'm wondering why the files are still saying 'feisty updates' [22:04] floating: oh ok [22:04] oem: no [22:05] maxamillion, here's output: After unpacking 179MB of additional disk space will be used. [22:05] Do you want to continue [Y/n]? y [22:05] Get:1 http://us.archive.ubuntu.com feisty-updates/main linux-headers-2.6.20-16 2.6.20-16.35 [8120kB] [22:05] oem: apt-get dist-upgrade just pulls the latest kernel and other "dist" respective libraries/modules ... you need to change the listings in your /etc/apt/source.list from feisty to gutsy and then run "apt-get update && apt-get dist-upgrade" [22:05] Get:2 http://us.archive.ubuntu.com feisty-updates/main linux-headers-2.6.20-16-generic 2.6.20-16.35 [842kB] [22:05] Get:3 http://us.archive.ubuntu.com feisty-updates/main linux-headers-generic 2.6.20.16.28.1 [24.5kB] [22:05] Get:4 http://us.archive.ubuntu.com feisty-updates/main linux-image-2.6.20-16-generic 2.6.20-16.35 [23.8MB] [22:05] 66% [4 linux-image-2.6.20-16-generic 23456824/23.8MB 98%] [22:05] oem: yeah, that's just pulling updates for feisty [22:06] i'm actually trying to install opera, and since i keep getting probs with it, i thought i needed to update possibly, it's telling me there are unmet dependencies [22:07] well, these are important updates just the same right? [22:08] oem: oh yeah, generally all updates are important :) [22:08] i want to be up to date when stable hardy is ready. will the update manager take me through two upgrades at that time? feisty > gutsy > hardy? [22:09] I don't believe a feisty -> hardy upgrade is supporte or tested... [22:10] but feisty > gutsy is, right? [22:10] you can do a feisty-> gutsy upgrade now and when hardy comes out you can then do a gutsy-> hardy [22:11] maxamillion, what are the changes ezackly that i have to make to sources for that upgrade? [22:12] din't understand you completely when you said: apt-get dist-upgrade just pulls the latest kernel and other "dist" respective libraries/modules ... you need to change the listings in your /etc/apt/source.list from feisty to gutsy and then run "apt-get update && apt-get dist-upgrade" [22:15] maxamillion: by changing that one misentry ext3 to proper ntfs, it mounts the ntfs now also, and that fsck error dont appear and that "sudo fsck" dont give it either ^^ problem fixed :) [22:15] so it was some bad installer for fstab :) [22:19] floating: oh, that's good to know [22:19] floating: thanks for the info :) [22:20] oem: yeah, you might want to look into using the graphical upgrade utility to upgrade between releases ... i don't want to send you into editing the /etc/apt/sources.list until you have a better understanding of the system [22:23] oem: something that might be worth a try is update-manager -d it will open the update notifier but will give you the option of doing a distrobution upgrade [22:27] yeah, that thing [22:28] i couldn't remember what its called [23:11] guys what about a quikly addable floating calendar app? just tried to get rainlendar but some dependency unsatisfiable ... [23:12] orage... [23:13] thesheep, will i find that in synaptic? [23:13] oem: it's inalled by default [23:14] don't see it anywhere on my menu [23:14] office->calendar [23:15] beautiful, thanx, trying to visualise a trip itinerary and not easy without calendar [23:15] * TheSheep always uses 'cal' from the terminal