[01:16] I'm working in Ubuntu netbook 10.10 and trying to add some menu items, but they do not appear to be in the menu. [01:20] johnny77: I assume you're using alacarte, the menu editor? [01:21] aveilleux: yeah, whatever is in the system menu. [01:21] johnny77: I'm... not entirely sure on this, but I don't think UNR uses the default GNOME menu system, so alacarte wouldn't affect it. [01:22] johnny77: I really, really have to research that to say anything affirmatively though. [01:22] * aveilleux really has to make several VMs with the different Ubuntu distros sometime..... [01:25] aveilleux: Silly me, I thought since I had a netbook I should get UNR, but the more I use it, the less I like it. I don't see how it is so much better than desktop for netbooks. [01:25] johnny77: I personally hate the Unity interface. The idea is nifty, but I just can't work in a system like that. [01:26] aveilleux: Is unity new in 10.10? What was in 10.04? [01:26] johnny77: Unity is the UNR interface system. It's been around for as long as UNR is, afaik [01:29] aveilleux: Thank you. I'm gonna log out and switch to desktop. Be back on later. [10:57] I am playing around with vitual machine and installed xp on it. I pressed "full screen mode" but have no clue how to get out of it...:-) === Funkrat is now known as Mossyfunk [11:00] jappie: If it's virtualbox, it's Right Ctrl+F [11:01] For other virtual machine software, I don't know. [11:01] Thanx....that works! [11:01] :) === shahan is now known as Rahi === Rahi is now known as shahan [11:12] Can anybody tell me what 'FileZilla' is used for? [11:13] blackwood: Its a File uploader [11:14] blackwood: if u have a website, you can upload/download files using this [11:14] shahan: I thought it was a file navigator :-[ [11:15] it's more then that. http://en.wikipedia.org/wiki/FileZilla [11:15] shahan: does an average user, such as my self, need it? [11:16] blackwood: ya... you can use it, as it has a easy to use features [11:16] I initially downloaded it not knowing what it was - embarrassing [11:17] blackwood: do u have website? do u need to upload files there? if yes, you can use it [11:17] none of the above I'm afraid [11:18] I think I might uninstall it [11:19] on a different note, does anybody here use an AMD based laptop [11:54] <|friTTe|> \O/ === genupulas is now known as rajagenupula [13:16] Does the "~/" in "~/.bashrc" denote the .bashrc file in the current users home directory? for instance could I edit a file in my home directory by just appending the prefix "~/"? [13:20] nvm =) [13:35] Mossyfunk, ~ is a special alias for your home directory, yes. [13:35] ibuclaw, ty =) [13:35] just as - is a special alias for the previous directory you were in. [13:35] cd /foo [13:35] cd - [13:36] !! is an alias to the last command you ran. [13:36] ibuclaw: Error: I am only a bot, please don't think I'm intelligent :) [13:37] nano /etc/conf # whoops, don't have permissions [13:37] sudo !! [13:39] ibuclaw, wow all very useful tyvm =) [13:39] so what would be the syntax used to add a line of text to a file from the CLI? would I use cat? [13:46] Mossyfunk, if you have permissions to write/append to the file: [13:46] echo "new line" >> file [13:46] or [13:46] cat << EOF >> file [13:46] new line [13:46] EOF [13:47] or [13:47] echo "new line" | tee -a file [13:47] if you require 'root' or another user's permissions: [13:48] echo "new line" | sudo tee -a file [13:48] or [13:48] sudo -s [13:48] # then you can run any of the prior three. =) [13:49] Woo thanks heaps ibuclaw ... I knew I remembered using the first method but the man page was not very helpful. [13:51] Mossyfunk, whether using echo or cat the string input will always get formatted. [13:51] ie: [13:51] cat << EOF >> file [13:51] my $WORD = 42; # will expand $WORD to the value of the variable [13:52] my \$WORD = 42; # will not iirc [13:53] If using echo, you can use 'string literals' which are wysiwyg [13:53] as opposed to "formatted strings" [13:54] I don't understand =S [13:54] Mossyfunk, here is an exercise for you: [13:55] MYVAR=42 [13:55] echo "$MYVAR" [13:55] echo '$MYVAR' [13:55] what do you note of the difference between the two? [13:57] the first echoed the set variable and the second just echo's what was between the single quotes? [13:59] yep. [14:00] The first got formatted. The second didn't. That's always something to bare in mind if you plan on using the shell to append text to files. [14:12] I think I understand === yofel_ is now known as yofel [15:15] i am a little noobish on the ssh front, so wanted to know... [15:15] is there a way to transition my ssh keys once I switch from jaunty to maverick (mostly a fresh install)? [15:16] or will I have to create new keys? [15:16] I would be interested to know for future use as well. I backed up and restored my whole home folder and my keys were broken... [15:16] I had to create new ones... [15:17] not to say there ISN'T a way [15:17] * Cheri703 is new to ssh herself [15:19] Cheri703: lets do a bit of joint research... :) [15:19] sounds good :) [15:20] https://help.ubuntu.com/community/SSH itself does not have much info but it gives 5 links at the bottom... you read first 2, I take the next [15:20] and lets see if we can find something [15:22] hello guys [15:22] Cheri703: you good with it? [15:22] is there anyway to link my googlereader with lifearea ?? [15:23] nothing useful there [15:24] Cheri703: i am reading the third link, can you take the next? [15:24] sure sure [15:30] those links didn't help, but I'm being told if you: cp -r ~/.ssh and then paste them back in after install, then it *should* work [15:30] also that seahorse? the password and encryption manager should let you back them pu [15:30] *up [15:30] well, import/export [15:31] Cheri703: hmm.. but you said copying didn't work for you [15:31] even I didn't find anything useful [15:32] checking 'man ssh-copy-id' [15:32] well, I may have done it incorrectly, I dunno, I didn't specifically copy the ssh folder, I did the home folder in general [15:32] and/or try sudo [15:33] http://askubuntu.com/questions/4830/easiest-way-to-copy-ssh-keys-to-another-machine [15:33] Cheri703: where did you learn about copying? [15:33] I was asking in another room. that askubuntu link looks promising, no? [15:34] Cheri703: oh sorry, is that the link? [15:34] no, but looks helpful [15:36] Cheri703: all the answers on that page are about copying the public keys, nothing about private keys :( [15:36] :( sorry [15:37] brb, have to deal with husband's phone charger [15:37] never mind :) [15:42] Hi. I'm having issues trying to connect to some wireless : if the security mode is WPA-PSK, the encryption is either TKIP or AES and the encrytption version is either in WPA or WPA2, it does work, but if its TKIP+AES and WPA+WPA2 both, it doesn't. [15:44] is there a reason you need to keep it at both? [15:46] yes, I'm sharing the server with two other roomates for who it works fine, and do not wish to change... [15:47] but...why does it need both is my question, is one using tkip and wpa and the other using aes and wpa2? if they are both using the same settings, couldn't you just set it to that and then go from there? [15:50] I mean that I can connect if it is one or the other (they have let me try), but not when it's at the same time TKIP+AES and WPA+WPA2. So if I just change WPA+WPA2 to WPA2, it goes at once in AES automatically, and I then can connect... If I change it to WPA, it changes automaticvally to TKIP, and I can connect also... [15:51] ok, but why is neither of those an acceptable solution for them? I get that you said they don't want to change, but...is there a reason why? I'm not trying to be difficult, I promise! There are a LOT of hardware / driver issues that could be causing your problem (and we can try to take a look at that if necessary), so if a small settings change could work...why isn't that possible? [15:51] I had to change mine from wpa2 to wpa because older windows laptops wouldn't connect to the wireless [15:52] which is super annoying when you have company that bring their computers [15:53] it's juste because they say it's safer to be in both modes. They're kind of touchy concerning that matter actually... [15:53] -_- [15:53] helpful guys, eh? [15:53] really... :/ [15:53] ok, so then what is the model of your wireless card and what version of ubuntu, etc [15:54] because really, some cards just can't handle certain settings [15:54] can you get your own access point? [15:55] * Cheri703 would just pick up a cheap access point, hide the ssid, and use that [15:59] well... at the basis, I had to work a lot to make my wireless work under Ubuntu 10.04, and I finally succeeded without really knowing how (probably some automatic update helped a lot) [16:00] before, it wouldd even not see any wireless network to connect to... [16:02] and what do you mean by my own access point ? Like, having two routers ? ^^ [16:02] do you have ONLY wireless in your house or do you have ethernet cables run anywhere as well? [16:07] or pick up a usb wireless adapter, try it, if it doesn't work, return it. I have one that is super friendly with ubuntu [16:07] they are ethernet [16:07] actually I'm not on laptot [16:08] and I have a usb wireless adapter [16:08] oh, so...why do you need wireless? [16:08] reason for the whole thing ^^ [16:08] ah, ok, the roommates are plugged in [16:08] you are wireless, yes? [16:08] because they are not long enough for my room, that the wall are holes proof, and that the place where is the router is not mine. ^^ [16:08] yes [16:09] ok, gotcha [16:09] with adapter [16:09] where is the router? [16:09] eh, nvm, that doesn't matter much [16:09] what is the adapter you have? [16:13] Galeo: toward the bottom of this page, it references a "Preference Summary" http://www.dd-wrt.com/wiki/index.php/Wireless_security#TKIP.2BAES [16:13] some hardware just will not support what they want it set to, and honestly, if they're not using it, I don't see why they get to choose that. (granted, I don't know your situation, but...yeah) [16:13] thx alot, I've been looking for this one without finding. [16:16] hello all [16:16] hi [16:17] hey bioterror [16:20] he cprofitt [16:20] hi [16:31] Cheri703: no luck... I guess it is built like that - for a computer-to-computer talk :) [16:32] :( that stinks [16:32] actually [16:46] hi to everyone, i have just installed ubuntu 10.10, and i have some problems with character display. Some letters like capital "S", capital" S", capital"W",capital "P", don't display correctly, can anybody help me please? [16:46] this happens in the main pannel & in some programs. [16:47] I run 10.10 on my desktop and installed a printer, and shared it for my other machines to use it as well. One is ubuntu 10.04 and the other runs Win XP. My other 2 machines can's see the printer. I am connecting through wifi network, where I can access my other shared folders normally, but no printer so far. Help please [16:48] !imagebin | chavezgt [16:48] chavezgt: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://tinyurl.com/imagebin and post a link to it. [16:48] ok [16:48] jappie: on the ubuntu computer, go to printing, and then Server > Settings, Check the "Show printers shared by other computers" box [16:48] start there [16:50] check out these links: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu https://help.ubuntu.com/community/NetworkPrintingFromWinXP [16:50] geirha: done, here's the url: http://imagebin.org/118799 [16:51] chavezgt: Hm. That looks like an issue with the graphics driver [16:52] Cheri703, I checked this option and still nothing.... [16:52] hmm...ok [16:52] check out those links [16:52] chavezgt: What does the following command typed in a terminal say? lspci|grep VGA [16:54] Also, My desktop and my Xp machine are on networkname "house" and my other netbook (10.04) shows that it is on "workgroup"...does this matter? Can I get them all on the same domain? [16:55] Cheri703, ps...reading and learning about printing.... [16:55] vga compatible controller: ATI Technologies INC RC410 [Radeon Xpress 200M] [16:56] geirha:vga compatible controller: ATI Technologies INC RC410 [Radeon Xpress 200M] [16:56] chavezgt: Do you know whether you are using the open source or proprietary driver? [16:56] i don't know, sorry... [16:58] chavezgt: System -> Administration -> Hardware drivers, do you see any graphics drivers there? and if so, are they enabled (green) or disabled (red)? [16:59] jappie: you'll need to put them on the same workgroup [17:01] jappie: I don't know how to do configure that graphically, but you can edit the samba config file to change the workgroup. Alt+F2 -> gksudo gedit /etc/samba/smb.conf [17:01] Near the start there should be a setting for workgroup [17:04] After saving the file, running «sudo /etc/init.d/samba reload» in a terminal should use the new settings. [17:04] https://help.ubuntu.com/community/Samba/SambaServerGuide [17:05] geirha: don't have hardware drivers option. additional drivers, perhaps? [17:06] chavezgt: Sounds like it. I haven't tried Maverick yet. They've probably just changed the name of the menu entry. [17:06] <_CommandeR_> anyone here use mumble ? [17:06] ok, it says: no proprietary drivers are in use on this system. === starcraft is now known as starcraftman [17:08] chavezgt: Hm. And none listed? [17:08] geirha: yes [17:08] the list is empty === lukjad is now known as minecraftman [17:11] geirha: The OSS driver dropped support for the 200M [17:12] chavezgt: Have you tried https://help.ubuntu.com/community/RadeonDriver ? [17:15] aveilleux: I'm checking it right now. [17:15] Yeah, that looks promising :) [17:16] geirha, Cheri703, I edited the smb.conf and this went fine. When I tried to run the «sudo /etc/init.d/samba reload, it tell me "command not found". And my netbook does not show up anymore in my network... [17:17] jappie: Is that the exact error message? [17:17] (maybe it's turned into a service on 10.10?) [17:17] jappie: install samba from synaptic, in there you can configure your computer to a specific workgroup, just go with whatever the xp comp has, put both of the ubuntu ones on it (may be samba4 or something else, just search samba in synaptic) [17:19] in synaptic it says that samba is installed. Shall uninstall and reinstall? [17:19] there is some gui component [17:19] sorry, don't remember what it's called [17:19] * Cheri703 likes the gui [17:21] u mean system-conf-samba? [17:22] maybe? will check, one sec [17:22] ok...will wait... [17:25] looks like in 10.10 it is system-config-samba [17:26] Cheri703, on this netbook I use 10.04... [17:26] avilleux, geirha: I've read it, but frankly I don't understand. [17:26] oh, ok, one sec then :) sorry [17:27] same thing [17:27] chavezgt: I kinda came in late, what problem are you having exactly? [17:27] ok will install it.. [17:27] chavezgt: Sorry to make you repeat yourself [17:28] it'll be under system > administration > samba once installed, you can edit server settings [17:28] might reinstall samba while you're at it [17:28] just for good measure since it was being pissy [17:29] avilleaux: I don't understand what does that page means. [17:30] the url you gave me [17:30] ok will reinstall. Do I also need to install Samba 4? [17:30] uhm, I don't think so [17:30] I just wasn't sure which it was, just straight samba or samba 4 [17:30] if you have samba, go with that [17:30] ok..btw, THANKS! [17:30] sure [17:31] if there's a gui way to do something, I try to go that way. harder to screw stuff up with a space or capital letter in the wrong spot :/ [17:31] avilleux: oh, sorry, didn't read your last thread. I have some problems with my desktop display. [17:32] here i have a screenshot:http://imagebin.org/118799 [17:34] chavezgt: Woah, that's... interesting indeed. Have you tried changing resolution, then going back to the correct one? [17:35] avilleux: Actually I am really new to Ubuntu, can you tell me please how to do that? [17:36] jappie: any word? [17:36] chavezgt: System > Preferences > Monitors [17:36] yes...I just reinstalled everything and I see that the netbook now has the corrcet domain... [17:37] checking if it appear on the other machines..... [17:37] ok [17:38] When I go to places/network, I see my desktop, the xp machine and a folder call "windows network". When I open this, all 3 machines appear here (a bit confused why the netbook does not show directly in "network" [17:39] well, because from there it's in as the samba, so it considers it a windows network (I believe) [17:39] honestly I dunno [17:39] but if it's seeing it, then awesome [17:40] Yes I see it there and I can access it. But still not able to see/connect printer that is installed on my desktop on either xp or netbook... [17:41] jappie: Is printer sharing enabled in both Ubuntu /and/ Samba? [17:41] aveilleux: Thank you, that helped with the lines in the desktop, but I have still problems with the characters [17:41] hmm...k [17:41] I know it is enabled in the printer settings but not sure if it is enabled in Samba.... [17:42] chavezgt: I don't think it's a driver problem, to be honest. Try changing your theme and see if that helps. [17:43] I am installing system-config-samba to see if I can manage this here, correct? [17:43] yes [17:45] What I see is that permissions are "read only". If I go to "edit share/ access" I see that it is allowed to "jappie" and "everbody". There is also the option "allow everyone" .... [17:46] should I select "allow everyone"? [17:46] jappie: ..assuming this is your home network, it should be safe. [17:46] jappie: theoretically. [17:47] well.....kind of my home network...shared with my neighbor! [17:47] But she is on another workgroup [17:47] jappie: If they're on another workgroup then it should be fine. [17:48] ok...I wills elect this then...and test it! [17:48] IT WORKS! Thanx to u all! [17:49] jappie: No problem mate [17:59] What good are the different work spaces? [17:59] johnny77: You mean, in the context of the Workplace Switcher? [18:01] aveilleux: yeah. I just don't see the point, but thought I might be missing something. [18:02] johnny77: It's just more space to work on. For example, you could put all of your documents that you have open on Workplace 1, all of your Tomboy Notes on Workplace 2, IM conversations on Workplace 3, etc etc [18:03] aveilleux: Sorry, gone because of connection problems, but changing the theme didn't work... [18:03] chavezgt: Hm, odd. I'm not sire what it could be, then. Let me do some research. [18:04] aveilleux: Is there an easy way to switch between workspaces? I was in another workspace using OpenOffice when this beep, but I couldn't alt-tab between programs. [18:04] chavezgt: Do you have Compiz enabled? ie. Desktop Effects [18:05] johnny77: Should be Ctrl+Alt+arrow key, iirc [18:07] aveilleux: I have Visual Effects enabled, is that it? [18:08] chavezgt: Yes, that. Try disabling them, then running "metacity --replace &" in Terminal (Applications > Accessories > Terminal) [18:09] aveilleux: I solved it, I changed the application font in "appearance Preferences" [18:10] chavezgt: Huh, so it was a font problem. Weird! See if it sticks with a reboot. [18:10] aveilleux: ok, thank you very much for your help! [18:11] chavezgt: No prolem [18:11] s/prolem/problem [18:11] Question: Anyone ever had their shutdown button dissapear on the kmenu? Just noticed it's vanished. [18:12] starcraftman: It's now "leave" or something like that [18:12] aveilleux: nope, I'm on the leave tab and they are gone. [18:13] Duh duh duhhhhhhh [18:13] starcraftman: Weeeird. KDE has trapped you forever! [18:13] LOL [18:13] I can never shutdown! [18:13] starcraftman: sudo shutdown -h now still works I hope ;-P [18:14] aveilleux: oh I know, just being melodramatic. I guess I'll google to find how to renable. [18:28] Gnome and KDE are both GUIs for unix, right? What is the difference? Is one tailored for specific use [18:28] johnny77: It's just preference. [18:28] johnny77: They follow different design principles, so they have slightly different ways of getting around in the UI. Also KDE is shinier. [18:29] aveilleux: if I installed KDE would that eliminate gnome? [18:29] johnny77: No, they can run in tandem. But you'll get weird bugs like not having a shutdown button, as starcraftman just found out [18:31] aveilleux: specifically using the display manager of one with the gui of the other. Easy to switch though. [18:31] sudo dpkg-reconfigure gdm is the command if you were wondering aveilleux. [18:31] Aveillux: thanks. I was just curious. [18:31] johnny77: Curiosity is good!! [18:32] johnny77: experimentation is encouraged, join the kde friends :) [18:33] aveilleux: I'm just super new to Ubuntu. I like it a lot, but still a lot that is different from what I'm used to. [18:34] johnny77: old windows user huh? [18:34] I know what ya mean, took me a while too. :) [18:34] johnny77: That's the great part about Linux: If you don't like something you can always change it@ [18:34] Starcraftman: I have a dual boot. I like Ubuntu more, but there is a couple programs I need that are windows only. [18:35] aveilleux: ask someone to help me change it.... not good with the code stuff. :) [18:35] johnny77: I know exactly what you mean. [18:35] My machines still got old xp on it for my needs, like gaming. [18:36] WINE works remarkably well with anything not released current year. [18:36] Say microsoft 2003/7 for instance. Mostly working I believe. [18:37] johnny77: http://linuxappfinder.com/ < Great site for finding equivalents. [18:37] hello everyone! i would like to uninstall ubuntu (dual book with xp) from my oldest laptop (and still keep it on my newest PC). How can I uninstall Ubuntu while keeping my XP partition? [18:37] afternoon Lazyvee. [18:38] hello starcraftman [18:39] starcraftman: thanks for the link. [18:39] Lazyvee: well you don't really uninstall an OS. If you got your old Windows disc pop that in and tell it to repair the system, Windows considers the boot manager GRUB to be breakage I guess you could say. [18:40] Then I'd just use a partitioning tool like gparted to release the disc back to windows. [18:40] Lazyvee: I dunno how experience you are, do you need more explanation? [18:41] so if I use the XP recovery tool it will remove grub and ubuntu and i'll keep XP with all the data I've got? [18:42] Lazyvee: Hold on a second, I didn't say that. I said the disc would restore windows boot manager to the mbr of your disc. It won't delete the partitions Ubuntu made to install. Usually just a root partition and a swap one. [18:42] To do that you'd have to use a partitioner like gparted from a live CD session. [18:43] Any data on your linux partitions should be backed up manually prior to deletion. [18:43] No magic automation yet when it comes to OSes, well I guess maybe Mac. But it cheats by having few platforms to support. [18:44] Lazyvee: Know how to use gparted? [18:44] So wall I should do is use gparted in Ubuntu to remove the Ubuntu partition? [18:44] all* [18:46] Lazyvee: well no, you can't use gparted while your booted into Ubuntu to remove the partition your booted to. Consider for a moment. You restore your windows boot manager first then boot to a live session and use gparted. [18:46] Lazyvee: http://gparted.sourceforge.net/documentation.php [18:47] See that page for documentation, specifically you'd delete the root and swap partitions then resize the windows ones with the added space. [18:47] gparted from a live cd or live usb after restoring windows boot manager [18:47] Like all partitioning backup any critical data. [18:47] checking the page, thanks [18:47] Lazyvee: That includes backing up critical stuff on the windows partition, if you add data to it your modifying. [18:48] Alternatively, you could just make a new ntfs partition in the freed space, saves time and risk. [18:49] well, if it saves time and risk maybe I should make a new ntfs partition (still with gparted I suppose?) [18:49] Lazyvee: If there's any other questions, ask before doing, modifying partitions isn't dangerous but can fail. [18:50] Lazyvee: Aye, you'd just delete the root/swap partition and hit create new partition. See respective html pages on that link. [18:51] Lazyvee: just remember to keep one linux install around :) [18:51] I'll read carefully before trying anything. Thanks for the advice starcraftman! [18:52] Lazyvee: no problem, linux comes with friendly support :) [18:52] linux is the future :-) [18:53] thanks again and i'll come back asking more questions if need be hehe [18:54] aveilleux: still got what it takes :) [18:55] starcraftman: Of course you do, Master [18:55] aveilleux: lol [18:55] aveilleux: next I'll be talking backwards, so I will. [18:57] :| [18:57] "Talking backwards, next I will." [19:03] aveilleux: what? Correcting the mentor? That's 10 extra laps. [19:04] :( [19:04] Around what, now that's the question. [19:04] * aveilleux gets going :< [19:04] hehe [19:04] oh alright, I'll put you on probation this time. [19:04] :) [19:04] Yaaay [19:05] aveilleux: I'm too easy, lucky ya didn't get paultag :) [19:06] starcraftman: That I am [19:06] * starcraftman puts on disguise in case paul is about. [19:06] starcraftman, WOT [19:06] * starcraftman runs away. [19:06] starcraftman, I'm not easy at all. I'm a bastard in fact [19:06] * starcraftman codes a php shield of +5. [19:07] paultag: We love ya still :) [19:07] In the purely normal way. [19:07] haha [19:10] hello everyone (: [19:10] hi [19:10] hi [19:11] sorry for all the join/quit just now... major trouble with xchat (now sorted) [19:12] * starcraftman waves at new people. [19:12] suprengr: sokay, we are a support channel, that's what we're here for. [19:13] *wave* [19:13] starcraftman, ;) [19:23] starcraftman: stop with the waving people will think you care [19:24] He doesn't D: [19:24] doesn't?* [19:25] and if you think paultag is a bastard - have any of his padawans changed their name or ran away to be never heard of again :) [19:26] Humm [19:26] I think so [19:26] ZachK_ vanished [19:26] and this zkrisse guy showed up [19:26] not counts [19:26] :) [19:26] the-stace [19:27] and my name change and ran away were 2 people [19:27] oh - not seen her for a long long time [19:27] homegirl ran away [19:27] my son did [19:27] :) [19:28] * hobgoblin wins [19:28] he did come back though ... [19:34] my boomerang won't come back.. does that count? [19:39] suprengr: possibly not :) [19:39] hobgoblin: :( [20:39] hello, i was mucking about with a spare usb drive and dd and now the drive won't mount, boot or show up in gparted. however it does show up properly in fdisk [20:40] Mjiig: sounds like you borked probably allocation table [20:40] maybe...i dunno [20:40] could i get it to a state where gparted will open with it using dd if=/dev/zero of=/dev/sdb ? [20:40] Mjiig: are you able to format it using disk utility? [20:41] i haven't tried [20:41] one min [20:42] Sorry to interrupt but I have man-flu & have just realised: I'm currently like a windoze app: a danger when on public roads and liable to infect anyone I have contact with [20:42] o_O [20:42] <|friTTe|> omg like 28days later [20:42] <|friTTe|> *hides* [20:43] phillw: ping [20:44] stlsaint: thanks a lot, i should have thought of that myself :) [20:44] stlsaint: you called, my Lord? [20:45] <|friTTe|> hey guys beware...theres zombie flu in here [20:45] * suprengr hides from self [20:46] <|friTTe|> starting to feel like eating raw meat [20:47] .......yummmmmmmmm [20:48] <|friTTe|> might zombiewalk down to the neighbour and eat their pitbull === minecraftman is now known as lukjad [21:02] Hi folks, Is there a way to build a USB-pendrive with linux on it that has a CUSTOM Kernel? [21:06] latenitess: yea, the same way you would add any custom kernel [21:07] latenitess, I would install that linux from CD to usb stick [21:07] I've had always problems with upgrading kernels on casper based pendrives [21:08] yea your gonna run into some problems im sure [21:08] stlsaint, whats with /lib/modules/$(uname -r ... how would I put that into the readonly filesystem? [21:08] never did that before [21:08] cant help ya there buddy [21:09] stlsaint, what did you mean by "the same way"...can you descibe what you ment? [21:11] or an aotehr ways: can I make my current system into a live usb stick? [21:11] latenitess: i would suggest you install the distro you want to use to a partition and build your kernel, the install onto usb [21:11] why you want custom kernel? [21:11] if I may ask [21:12] bioterror, I need some modules build IN and mmost distros dont offer them [21:14] stlsaint, OK I have partition with the distribution II want and the custom kenrel , too. It s my DEsktopPC I am sitting in front of. How do I get it to USB? [21:16] latenitess: you use remastersys to make a iso of the distro and install it to usb [21:17] stlsaint, I dont have remastersys...I am on gentoo here [21:17] latenitess: you will have to go to remastersys web page and add ppa [21:17] oh gentoo [21:18] hrm, that maybe different, i am unaware of how to use gentoo in this situation [21:18] maybe the gentoo irc folks can better assist [21:19] stlsaint, ok ill go there. thank you for your help :) === ShadowChild is now known as lukjad === JoeSett is now known as JoeMaverickSett