Planewalker_Alph | Hello. | 05:57 |
---|---|---|
Planewalker_Alph | How do you set up ssh? Specifically, between two machines (neither one of which is a server) operating on one wireless network? | 05:58 |
Planewalker_Alph | I have read several articles about ssh, but I can't get these two to talk. | 05:58 |
Rainstake | I have unmet dependencies and need to fix this error. Please help. | 07:13 |
philipballew | Rainstake, Ill attempt | 07:13 |
Rainstake | Thank you. | 07:13 |
philipballew | what exactly are you wanting to do | 07:13 |
Rainstake | I tried to run sudo apt-get clean, too. | 07:14 |
Unit193 | Rainstake: sudo apt-get install -f | 07:14 |
Rainstake | I have that red icon with the minus sign | 07:14 |
Rainstake | Okay, I put the argument in as suggested. | 07:15 |
philipballew | ok.good, do as Unit193 said. also the red icon error? | 07:16 |
Unit193 | Rainstake: Open a terminal and type that in | 07:16 |
philipballew | whats the output or words the error says | 07:16 |
philipballew | do you know the terminal Rainstake ? | 07:16 |
Rainstake | philipballew, this is what the icon says in my task bar | 07:16 |
Rainstake | It says | 07:16 |
philipballew | okay :) | 07:16 |
Rainstake | "An error occured, please run Package Manager from the right click menu or apt-get in a terminal to see what is wrong. the error message was: "Error: Opening the cache (E:Read erro - read (5: Input/output error), E: The pacage list or status file cound no be parsed or opend.) "This usually means that your installed packages have unmet dependencies" | 07:18 |
Rainstake | *package | 07:19 |
philipballew | okay. now did Unit193 help ? | 07:20 |
Unit193 | Run sudo apt-get install -f from the terminal and pastebin the output error (If there is one) | 07:20 |
philipballew | http://paste.ubuntu.com/ | 07:21 |
Rainstake | install -f did not work. | 07:22 |
philipballew | did not work how so? | 07:22 |
philipballew | sudo apt-get install -f is what you should run btw | 07:23 |
Rainstake | It says: REad error - (5: Input/out put could not be parsed or opened. | 07:23 |
Rainstake | I used sudo apt-get install -f and the error keeps showing. I think something is missing. | 07:24 |
Rainstake | Here's a paste of what my screen says: | 07:25 |
Rainstake | ron@rainstake:~$ sudo apt-get install -f Reading package lists... Error! E: Read error - read (5: Input/output error) E: The package lists or status file could not be parsed or opened. | 07:25 |
Unit193 | sudo apt-get update | 07:26 |
Rainstake | Unit,193, I'll try that. | 07:26 |
Rainstake | Unit193, the outcome was as follows W: Failed to fetch http://medibuntu.sos-sts.com/repo/dists/edgy/non-free/binary-i386/Packages.gz Something wicked happened resolving 'medibuntu.sos-sts.com:http' (-5 - No address associated with hostname) E: Some index files failed to download, they have been ignored, or old ones used instead. | 07:27 |
Unit193 | You're using Edgy? | 07:28 |
philipballew | thats not supported and more i think | 07:29 |
Rainstake | Unit193: I don't know what Edgy is, really. I'm sorta new. | 07:29 |
Unit193 | It is not | 07:29 |
philipballew | whats the command to show your release | 07:29 |
Rainstake | I have Ubuntu 10.4 | 07:29 |
Rainstake | installed. | 07:29 |
philipballew | lucid! | 07:29 |
Unit193 | Rainstake: Alright, there is a bad PPA in your sources | 07:29 |
Rainstake | Unit193: that sounds like an easy problem to solve, I hope. | 07:30 |
Unit193 | Rainstake: Run ls /etc/apt/sources.list.d/ and tell us the output (Pastebin if it's large | 07:30 |
Rainstake | What is a PPA> | 07:30 |
Unit193 | [A | 07:31 |
Unit193 | !ppa | 07:31 |
ubot2 | A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa | 07:31 |
Rainstake | Unit193: Run ls /etc/apt/sources.list.d/ | 07:31 |
Rainstake | ron@rainstake:~$ Run ls /etc/apt/sources.list.d/ Run: command not found ron@rainstake:~$ | 07:31 |
Unit193 | not with the word "run" | 07:32 |
Rainstake | Sorry: | 07:32 |
Rainstake | outcome: ron@rainstake:~$ ls /etc/apt/sources.list.d/ google-earth.list mozillateam-firefox-stable-lucid.list google-earth.list.save mozillateam-firefox-stable-lucid.list.save medibuntu.list ubuntu-wine-ppa-lucid.list ron@rainstake:~$ | 07:32 |
Unit193 | Rainstake: cat /etc/apt/sources.list.d/medibuntu.list please | 07:34 |
Rainstake | okay. I'll run that. | 07:34 |
Rainstake | Unit193: the outcome is: ron@rainstake:~$ cat /etc/apt/sources.list.d/medibuntu.list ## Please report any bug on https://bugs.launchpad.net/medibuntu/ deb http://packages.medibuntu.org/ lucid free non-free #Medibuntu - Ubuntu 10.04 "lucid lynx" #deb-src http://packages.medibuntu.org/ lucid free non-free #Medibuntu (source) - Ubuntu 10.04 "lucid lynx" | 07:35 |
Unit193 | Rainstake: Hmmm.... Try running sudo ppa-purge deb "http://medibuntu.sos-sts.com edgy non-free" (If I have the correct syntax) | 07:36 |
Rainstake | Okay. | 07:36 |
Unit193 | Also, see if it will install now | 07:37 |
Rainstake | Unit193, the outcome is: ron@rainstake:~$ sudo ppa-purge deb "http://medibuntu.sos-sts.com edgy non-free"sudo: ppa-purge: command not found | 07:37 |
Unit193 | Oh, it's not installed by default. See if it will install (If you don | 07:38 |
Unit193 | 't remove the ppa, you'll get errors all the time) | 07:38 |
Rainstake | Unit193: You mean that I should remove 'ppa' from the agruement, correct? | 07:39 |
Unit193 | No | 07:39 |
Rainstake | *arguement | 07:39 |
philipballew | ok. so your gonna need to purge this ppa. lets do this | 07:41 |
Rainstake | I'm ready! | 07:41 |
Unit193 | Avtually | 07:41 |
Unit193 | !ppa-purge | 07:41 |
ubot2 | To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html | 07:41 |
philipballew | try sudo apt-get install ppa-purge | 07:42 |
philipballew | unless you already have it installed | 07:42 |
Rainstake | It's not installed, I just ran that arguement and the result was: E: Couldn't find package ppa-purge. Among other output. | 07:43 |
Rainstake | I mean, there is other output, I just copy and pasted the last sentence of the output. | 07:44 |
philipballew | alright, im gonna have you remove the thing manually | 07:44 |
Rainstake | Okay. What do I do? | 07:45 |
philipballew | run gksudo gedit /etc/apt/sources.list.d/ | 07:45 |
Unit193 | Take off the .d/ doesn't look like it's in ther | 07:45 |
philipballew | ah, yeah. true | 07:45 |
Rainstake | Unit193 & philipballew: i ran it minus the .d and a screen pops up, a sources.list screen. | 07:47 |
Rainstake | When I ran it with the .d, update manager popped up. | 07:47 |
philipballew | sweet. paste all thats in ther in the ubuntu paste website i gave eailier | 07:47 |
Rainstake | Okay, let me fetch the website. | 07:48 |
philipballew | okay | 07:49 |
Unit193 | philipballew will help you, I'll pretend to sleep (And make random comments) | 07:49 |
* philipballew usually does that | 07:50 | |
Rainstake | Unit193: thank you. | 07:50 |
Rainstake | philipballew: I pasted it in the bin | 07:51 |
philipballew | now paste it ans give me the url | 07:51 |
Rainstake | philipballew: here's the url: http://paste.ubuntu.com/700338/ | 07:52 |
Unit193 | Bottom line | 07:52 |
philipballew | 54 | 07:53 |
philipballew | deleate it | 07:53 |
Rainstake | philipballew: Me, delete line 54? | 07:54 |
philipballew | yeah 54 | 07:54 |
Rainstake | Should I download it to delete it? I am so new, see. | 07:55 |
Rainstake | Oh, in the sourcelist? | 07:55 |
Unit193 | Yep, the thing in gedit | 07:55 |
philipballew | then click save | 07:56 |
Rainstake | Got it, I did not know that. But now I do. Okay, 54 is deleted. | 07:56 |
Rainstake | okay. | 07:56 |
Rainstake | Saved! | 07:56 |
philipballew | once its saved see if | 07:56 |
philipballew | sudo apt-get update | 07:56 |
philipballew | does any good | 07:56 |
Rainstake | Bunch of stuff running... | 07:57 |
philipballew | good | 07:57 |
Rainstake | here's the last few lines of the outcome: Fetched 2,199B in 11s (193B/s) W: GPG error: http://packages.medibuntu.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783 W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/Release.gpg Something wicked happened resolving 'us.archive.ubun | 07:57 |
Rainstake | o download, they have been ignored, or old ones used instead. | 07:58 |
philipballew | nice! | 07:58 |
philipballew | jk | 07:58 |
Rainstake | lol | 07:58 |
Unit193 | sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update | 07:59 |
Unit193 | Run that to fix medibuntu | 07:59 |
Rainstake | Running... | 07:59 |
philipballew | medbuntu is nice | 08:00 |
Unit193 | Yep | 08:00 |
Rainstake | Last line of outcome: Reading package lists... | 08:00 |
Unit193 | That's fine, now can we see the error for the second part? | 08:01 |
Rainstake | What should I run to get the error, I mean, theres nothing past <Reading package lists...> to copy and past for now. | 08:02 |
Unit193 | There shouldn't be, just run sudo apt-get update again :P | 08:03 |
Rainstake | Unit193: should I run apt-get update? | 08:03 |
Rainstake | oh. okay. | 08:03 |
Rainstake | Running. | 08:04 |
Rainstake | outcome: Fetched 2,000B in 11s (174B/s) W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/Release.gpg Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname) E: Some index files failed to download, they have been ignored, or old ones used instead. | 08:04 |
Unit193 | us.archive.ubuntu.com:http ? | 08:05 |
Rainstake | Unit193: that's what is says, but I am not familiar with that, either. | 08:05 |
philipballew | seems fine to me | 08:06 |
philipballew | i get that sometimes and it corrects itself | 08:06 |
Unit193 | See if it's oddly formated in here: cat /etc/apt/sources.list |grep -v \# | 08:07 |
Rainstake | okay. | 08:07 |
Rainstake | Unit193: no odd format appeared. Do you want to see the outcome? | 08:08 |
Rainstake | eb http://security.ubuntu.com/ubuntu lucid-security main restricted deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted deb http://security.ubuntu.com/ubuntu lucid-security universe deb-src http://security.ubuntu.com/ubuntu lucid-security universe deb http://security.ubuntu.com/ubuntu lucid-security multiverse deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse | 08:08 |
Rainstake | Unit193: those were the last six lines. No error code appearing. | 08:09 |
Unit193 | I don't see where it would fail as I can open "http://us.archive.ubuntu.com/ubuntu/dists/lucid/Release.gpg" in a browser just fine | 08:10 |
mranim8 | Hi. Can someone help me with an installation question? I just downloaded 11.04 (x86) to put onto a freshly built file server. I want to use btrfs instead of ext4, so I go to configure the partitions manually. I have 5 disks (one system, 4 data). I can't create primary partitions on the data drives without adding a mount point, and I can't seem to specify my own mount point. Instead I'm given a list of standard directo | 08:10 |
mranim8 | I last used Linux pre-Ubuntu (slackware, debian) | 08:11 |
Rainstake | Unit193: I got an 404 Not Found error code when opening that website in a tab. | 08:12 |
philipballew | id try #ubuntu-server mranim8 | 08:12 |
Unit193 | philipballew: Please try to open http://us.archive.ubuntu.com/ubuntu/dists/lucid/Release.gpg | 08:12 |
Unit193 | Rainstake: I do trust you, just checking if it's me or you :P | 08:13 |
philipballew | http://paste.ubuntu.com/700351/ | 08:13 |
Rainstake | Unit193: here is the outcome: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBL2cDzQJdur0N9BbURAmk2AJ9ungOjKn0ektAH87KhRIHht+1cDQCfck7P ZoIb2P0v2PEqa4Az8KnIIW4= =b/mY -----END PGP SIGNATURE----- | 08:13 |
Unit193 | http://paste.ubuntu.com/700352/ | 08:13 |
Unit193 | It's all good then | 08:14 |
Rainstake | Okay. Error 404 should show up, then. | 08:14 |
Unit193 | Shouldn't rather? | 08:15 |
Rainstake | I mean, have we resolved the issue: I ask because the red minus icon from my task bar has disappeared, while we have been plugging away. | 08:15 |
Unit193 | I've been trying to get all errors gone (Just to make you happy) Make sure to run sudo apt-get upgrade too | 08:15 |
Rainstake | Unit193: the outcome is: Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | 08:17 |
Rainstake | Unit193: Thank you for your help. We are complete, correct? | 08:20 |
Unit193 | Rainstake: Oh, I forgot to confirm that's fine, it was just checking for updates :P | 08:20 |
Unit193 | Rainstake: Should be all good now :) | 08:20 |
Rainstake | philipballew: Thank you, too. Thank you again, Unit193. | 08:20 |
Unit193 | You're welcome, have a great night! | 08:20 |
Rainstake | I'm going to restart my computer and see if evil things happen, again. | 08:21 |
philipballew | anytime dude | 08:21 |
Unit193 | Heh, good luck | 08:21 |
Rainstake | You, too, Unit193 and philipballew, you guys rock. | 08:21 |
philipballew | finally one person likes me! | 08:22 |
Rainstake | lol | 08:22 |
diffred | Hi | 09:19 |
diffred | I have a PC with Ubuntu in Spanish | 09:19 |
diffred | I would like to translate it to English | 09:19 |
diffred | I have done it through the Language Support | 09:19 |
diffred | and rebooted, but all the GUI and menus are still in Spanish | 09:20 |
diffred | I'm wondering if I can avoid to reinstall, because I have some important applications | 09:20 |
diffred | Thanks in advance | 09:21 |
Unit193 | diffred: Have a look here http://www.howtogeek.com/howto/17528/change-the-user-interface-language-in-ubuntu/ | 09:22 |
diffred | Unit193, thanks a lot. Unfortunatelly, all GUI menus are still in Spanish. | 09:43 |
Sidewinder1 | diffred, After making the changes, did you log-out/log-in or reboot? | 09:45 |
diffred | Yes. I will do it again, if needed. I'll be back in a minute. | 09:46 |
diffred | I solved the language problem after rebooting. Thanks a lot. | 09:57 |
diffred | I'm now into keyboard shortcuts. I need a kb shortcut such that minimizes all the opened windows and focus the desktop. Just like "Windows+D" in windows. I cannot find this option on the Keyboard Shortcut menu | 09:58 |
Sidewinder1 | In my version, Lucid, 10.04, in the lower left corner is a purple box; when clicked it "Hides all windows and shows the desktop". | 10:01 |
geirha | diffred: Should be windows+d in ubuntu too | 10:02 |
diffred | geirha, wow, it is true. | 10:02 |
diffred | sorry about that | 10:02 |
diffred | I was trying control+alt+D as with older systems | 10:02 |
diffred | Thanks a lot for your help. A pleasure to be here. | 10:03 |
Vinsony | Hello | 14:19 |
Vinsony | i have a little knowledge about linux and i want want to learn it throughly. can anybody suggest a good book for that? | 14:22 |
=== vyas is now known as Vyas | ||
=== stlsaint is now known as stlsaint|away | ||
=== Chadza is now known as HappyMan | ||
=== HappyMan is now known as TheHappyMan | ||
philipballew | hey! if i have a usb wifi adapter that lsusb says has no firmware, whats a good way to actually see whats up with it? | 22:42 |
TheHappyMan | I'm trying to resolve a keyboard/mouse interaction issue. Can I have some help interpreting the solution posted at https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/636311 ? | 22:51 |
ubot2 | Launchpad bug 636311 in linux "Keyboard special keys interfere with mouse" [High,Fix released] | 22:51 |
TheHappyMan | I think that the problem should have been fixed by a previous patch, but I'm not sure. | 22:52 |
philipballew | you gotta wonder why people quit so quickly | 22:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!