=== yofel_ is now known as yofel === JoeSett is now known as JoeMaverickSett [07:36] Hi I am trying to setup Sickbeard with SABnzbd+ in Ubuntu 10.04 LTS and I keep getting errors when I try to run the SickBeard.py file. I was wondering if there is anyone in here that can help me set it up? [07:46] Vanaeph: whats the error you get? [07:46] The error I keep getting is " ImportError: No module named _sqlite3" and the a bunch of line references. I googled the error and rdon't really know anything about it. [07:47] do you have python-sqlite installed? [07:47] or rather sqlite3? [07:48] I have python 2.6.6 installed [07:48] perfect, do you know how to open a terminal window? [07:48] yes [07:48] ok run the following command in the terminal: sudo apt-get install sqlite3 python-sqlite [07:49] and then try it :D [07:49] brb [07:50] thanks :) [07:53] ok did that and the message changed a bit to : File "/home/greg/.sickbeard/SickBeard.py", line 32, in [07:53] import sqlite3 [07:53] File "/usr/local/lib/python2.6/sqlite3/__init__.py", line 24, in [07:53] from dbapi2 import * [07:53] File "/usr/local/lib/python2.6/sqlite3/dbapi2.py", line 27, in [07:53] from _sqlite3 import * [07:53] ImportError: No module named _sqlite3 [07:54] it looks like i need something names dbapi2.py [07:55] sudo apt-get install python-psycopg2 [07:56] oh woops don't install the pyscopg2 [07:56] ok [07:56] I got me right on the Y/N screen :) [07:56] ok after I installed those packages I could import sqlite3 and _sqlite, are you still receiving the error message for no module named _sqlite3 then? [07:57] yes let me try and reinstall them again quick [08:00] yeah I used the terminal command: "sudo apt-get install sqlite3 python-sqlite" and then: "python /home/greg/.sickbeard/SickBeard.py" and I still get the same error message. [08:00] hmmm... [08:01] i'll cut and paste my last terminal commands to see if that will help [08:02] Do you want to continue [Y/n]? n [08:02] Abort. [08:02] greg@greg-desktop:~$ sudo apt-get install sqlite3 python-sqlite [08:02] Reading package lists... Done [08:02] Building dependency tree [08:02] Reading state information... Done [08:02] sqlite3 is already the newest version. [08:02] python-sqlite is already the newest version. [08:02] The following packages were automatically installed and are no longer required: [08:02] libqt4-assistant libqt4-webkit libqtassistantclient4 [08:02] Use 'apt-get autoremove' to remove them. [08:02] 0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded. [08:02] greg@greg-desktop:~$ python /home/greg/.sickbeard/SickBeard.py [08:02] Traceback (most recent call last): [08:02] File "/home/greg/.sickbeard/SickBeard.py", line 32, in [08:02] import sqlite3 [08:02] File "/usr/local/lib/python2.6/sqlite3/__init__.py", line 24, in [08:02] from dbapi2 import * [08:02] File "/usr/local/lib/python2.6/sqlite3/dbapi2.py", line 27, in [08:02] from _sqlite3 import * [08:02] ImportError: No module named _sqlite3 [08:02] greg@greg-desktop:~$ python /home/greg/.sickbeard/SickBeard.py [08:02] Traceback (most recent call last): [08:02] File "/home/greg/.sickbeard/SickBeard.py", line 32, in [08:02] import sqlite3 [08:02] File "/usr/local/lib/python2.6/sqlite3/__init__.py", line 24, in [08:02] from dbapi2 import * [08:02] File "/usr/local/lib/python2.6/sqlite3/dbapi2.py", line 27, in [08:02] from _sqlite3 import * [08:02] ImportError: No module named _sqlite3 [08:02] greg@greg-desktop:~$ [08:03] umm should have told you to use pastebin no worries though [08:04] Vanaeph - try this, type in python, then type in the following: import sqlite3 import _sqlite3 [08:04] if that fails let me know [08:05] you want me to be in the interpreter right? [08:05] yes [08:06] Vanaeph: please use paste.ubuntu.com in future [08:06] hobgoblin: I thought it was pastebin.ubuntu.com weird [08:07] i think you need libsqlite3-0 ... might be wrong tho [08:07] ok sorry about that [08:07] shadeslayer: hmm dunno, I got it to work on my computer, but then again sometimes I have like 1000s of packages installed that may resolve the issues and that [08:08] slooksterpsv: yeah, works for me too, i did dpkg -l and grepped _sqlite3 [08:08] rather sqlite3 [08:08] so Vaneph did those commands work in the interpreter? [08:08] ( but then i have 10.10 ) [08:08] shadeslayer: ditto [08:09] no dice [08:09] Vanaeph: did they work in the interpreter? [08:11] it seems to me that _sqlite3 did not but the other one did [08:11] type this into terminal: locate _sqlite3 [08:12] ok [08:12] does it find anything? [08:13] yep usr/lib/python2.6/lib-dynload/_sqlite3.so [08:14] and then another one in my python 3.1 dir [08:15] gonna do a vm install of 10.04 and try it, is that the version you're running? [08:15] 10.04 LTS [08:15] so yes [08:15] haha from booting from the LTS cd and running that in a python shell, it works automatically [08:16] do you have any ppa's enabled for items like python or that [08:17] I don't know really I had this brain fart to try and learn python so I've installed like three different versions and I'm sure I must have screwed something up along the way [08:17] hmmm [08:18] the only ppa i have are kubuntu backports and jcfp [08:19] oops and google talk [08:19] do this: sudo apt-get purge python-sqlite && sudo apt-get install python-sqlite [08:19] k [08:20] haha no dice [08:24] So if I were to use my live cd and try and run this it should work right? [08:24] for 10.04 [08:26] should yes [08:27] ok I just installed 10.04 on my laptop the other night I'll try and get it to work on that [08:27] thanks for your help [08:45] good morning everyone (: [08:48] morning Puck` [09:52] i am trying to install tree to a ubuntu openssh server [09:53] so i typed in sudo apt-get install tree [09:53] and i get [09:53] Reading package lists... Done [09:53] Building dependency tree [09:53] Reading state information... Done [09:53] E: Couldn't find package tree [09:54] i did apt-get update and i got lots of failed hash sun mismatch [09:54] can you put them on pastebin [09:54] and there are other apt's i would like to use but i can install them [09:55] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/lucid-security/main/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/lucid-security/universe/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/lucid-security/universe/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/lucid-security/multiverse/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/lucid-security/multiverse/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/restricted/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/universe/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] !flood [09:55] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/universe/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/multiverse/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/multiverse/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/main/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/restricted/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/universe/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/universe/source/Sources.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/multiverse/binary-i386/Packages.bz2 Hash Sum mismatch [09:55] W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/multiverse/source/So [09:55] like that? [09:55] sounds like it's not connected to the internet [09:56] it is [09:56] i can get online and even look at some web pager in lynx [09:56] and did a ssh to my schools linux computer [09:59] run sudo apt-get update if you haven't done so already [10:00] helloren: sorry there's one other thing we need to run before that [10:01] what? [10:01] http://paste.ubuntu.com/518603/ [10:01] here look at this [10:03] helloren: whats your isp? [10:04] antietam cable in hagertown md [10:04] hagerstown md** [10:04] a couple of things could be happening, the server your using is overloaded or your isp is caching some of the data to where it's pulling outdated packages from your isps cache [10:05] i have a computer that cashishs all internet data to and from the house. [10:06] but this has never happend becouse of it. i have been useing it now for 1+ year [10:06] helloren: can you flush that proxy's cache? [10:06] not at this time === JoeSett is now known as JoeMaverickSett [10:07] ok the apt-get does work just not on the openssh server, my ubuntu desktop apt-get works just fine and i just installed both of them last night [10:09] helloren: try apt-get clean then apt-get update [10:10] failed hash sum mismatch [10:10] on all files [10:10] well URLs [10:16] helloren: I'm going to put something in a pastebin I'd like you to run it all [10:16] kk [10:18] http://pastebin.ubuntu.com/518610/ - this should regenerate a lot of items for apt-get, it will try and do an upgrade as well as force installations if something is stuck, etc. [10:19] I've never seen hash sum failures in apt-get [10:19] so run 1 line at a time? [10:20] yeah [10:20] I forgot my squid was running so I'm going to do what you're doing [10:22] well mine functions fine, so yeah... try that, if it fails I'm not sure, maybe someone else knows of someway to help [10:22] who wants to help a total n00b? i changed my resolution to a setting thats too high for my laptop and now can't see anything when i log in. could someone help me through resetting it to default in term? I'm using Xubuntu [10:24] I had this issue before StockHunter - I think I had to add the display icon to the panel then switch it to a higher res [10:25] i have no clue as to how to do that [10:26] like i said, total n00b [10:26] well can you see the black bar at the top? [10:26] or is there a way to make another user, then delete the old one? [10:27] there is, through terminal (command line interface) [10:27] slooksterpsv: well i hate openssh server ubuntu 10.4, i did all the lines and it failed. and update did not work [10:27] k, 1sec i have someone else helping me now, if we can't work it then i'll ask you how to do it through terminal [10:28] helloren: hmmm... I'm not sure what else we can try, if you'd like I can find it in the repo's and you could run wget -c and then run a dpkg -i file, only caveat is that we won't resolve dependencies if there are any [10:28] StockHunter: alrighty, just let me know :) [10:29] dam [10:29] i am going to play with it for a min then go to bed it is late here [10:29] try some more latter on thanks tho [10:30] i learn more every day [10:30] you're welcome, [10:30] helloren: yup Ubuntu is a learning experience I'm still finding out new and various things [10:30] i will be loged on but not here [10:30] nite [10:30] gnight [10:44] Hello world! I'm trying to install a feature in a package and it seems as there should be some internet downloading but the proxy stoped the process requiring an authentication. this is the error message: [10:44] Proxy request sent, awaiting response... 407 Proxy Authentication Required [10:44] 2010-10-23 10:25:27 ERROR 407: Proxy Authentication Required. [10:44] how do I resolve that????????? [10:45] are you using a proxy server? [10:45] It is from the command line [10:45] ok so you've done export http_proxy= and that [10:50] nope! what's that? [10:55] a proxy server caches all the information on sites you access so isntead of using bandwidth and reloading the page from the internet, it just loads it from cache; with the proxy item it sounds like you have a proxy server [10:58] I know that [10:58] asking what's were to put the command? [11:10] oh in terminal run: export http_proxy= [11:10] then try sudo apt-get.... [11:13] let me tell you line by line what I'm up to: [11:13] wget http://dev.midnightcoding.org/redmine/attachments/download/24/gummi_0.4.8-0ubuntu1_all.deb [11:13] --2010-10-23 10:25:27-- http://dev.midnightcoding.org/redmine/attachments/download/24/gummi_0.4.8-0ubuntu1_all.deb [11:13] that's in the command line [11:13] then I got [11:13] Proxy request sent, awaiting response... 407 Proxy Authentication Required [11:13] 2010-10-23 10:25:27 ERROR 407: Proxy Authentication Required. [11:17] I'm not sure then.. weird === Mohan_chml is now known as IndianaJones [11:22] but do you know how to edit the bash.bashrc file in ~/etc/ [11:24] there's no ̃̃~/etc [11:24] it's /etc/ [11:24] sudo nano /etc/bash.bashrc [11:25] hi bio! trying.... [11:25] hi, that should work [11:26] do I have nano install? I have gedit === IndianaJones is now known as Mohan_chml [11:28] bio, I don't know how to use nano!!!!!!!!!!!!! [11:29] After editing do I just save!!!! [11:29] yes [11:29] ctrl+x [11:29] press enter for the same file name and then y to confirm [11:33] ok! For my problem this search says: I'm behind a proxy as well. Have you editted the file /etc/apt/apt.conf, and add your proxy settings in there.I'm behind a proxy as well. Have you editted the file /etc/apt/apt.conf, and add your proxy settings in there. [11:34] but other says I'should rather edit the bash.bashrc [11:35] Which one should I put the proxy setting in in your opinion??? [12:01] Hi guys I need some help installing/using wine [12:01] is anybody able to assist [12:01] is there a dedicated channel for this type of enquiry [12:15] Blackwood: be careful with wine, I tried that and run to a crash in my netbook [12:16] but I installed it successfully on my desktop [12:16] It is easy through synaptic [13:35] want to create iso fiel from CD [13:35] *file [13:49] dd if=/dev/cdrom of=/path/to/store/the.iso [14:12] Hi again, I'm trying to update my packages via update manager but I'm getting the following: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 95DD78A93064E19E [14:12] Can someone tell me what can I do? [14:24] LeMoiLib: do gpg --keyserver keyserver.ubuntu.com --recv 3064E19E &&gpg --export --armor 3064E19E | sudo apt-key add - [14:24] see what you get then - as long as you actually trust the ppa that gives the error [14:25] Hi hobgoblin, Is it one line in the terminal [14:25] ? [14:29] Hobgolin I think it works fine! no error at the command promt! What was it???? [14:57] LeMoiLib: sorry I was afk there :) basically you added the key for the ppa to the apt system - I'm sure there is a complicated and technical description for it all - apt-key manages the keys used by apt [14:58] No worry,thanks. Did you get that from somewhere? [14:59] I'm installing "Ubuntu restricted extra" package but now it doesn't want to stop running how do I kill it? [15:00] press CTRL + C [15:00] if you're on the terminal [15:01] LeMoiLib: check - I bet you have a java eaula to agree with [15:01] and if you ctrl+c be ready to fix apt :) [15:02] I'm running it from synaptic [15:02] the connection to one site is failling [15:02] Want to stop it [15:04] Humm...hobgolin what that sign? My name just disappear on the terminal now the promt is: > [15:06] This what I have after Crt+C: This will abort the operation and may leave the system in a broken state. Are you sure you want to do that? [15:06] Hello. [15:07] then I'd be prepared to fix it if necessary - if it is just downloading it should be ok - but I have no idea what it is doing as I am here ;) [15:07] hello :) [15:07] Hello [15:08] ok [15:08] LeMoiLib: if you are installing from synaptic - what is going on in the terminal that needs ctrl+c [15:08] nothing [15:09] how will I fix the system after? [15:09] it'll tell you :) [15:10] LeMoiLib: if apt is just downloading and not actually installing then you'll be able to carry on from where you are [15:10] The crt+c is no going through [15:10] it keep running [15:11] LeMoiLib: why do you keep on about ctrl+c? [15:11] trying to kill synaptic [15:11] running [15:12] can you not just cancel in synaptic? [15:12] it's not working [15:13] LeMoiLib: so have you actually looked for the java window anywhere - I know when I first did this years ago I got caught out by it [15:14] the java window??? I don't see anything like that open! [15:19] check that there is not a box behind synaptic waiting for a response - to be brutally honest you say it is hung downloading something and then don't bother letting us knwo what is actually going on - I'm quite happy to help and can mind read my kids when they are too quiet - but I don't know you well enough to read yours :) [15:21] I told right at the beginning that I'm trying to install Ubuntu restricted extra [15:21] you must have miss it [15:21] sorry [15:22] yep - and that is a LOT of packages - if it is stuck downloading one - which one ;) if it is one of the ms fonts that is failry common [15:23] trying to copy it for you [15:23] LeMoiLib: hang on [15:23] LeMoiLib: if you are in synaptic - you should be able to look at the details - looks a bit like a terminal - what is the LAST line in there [15:24] can't copy it; it a voxel.dl.sourceforge.net thing [15:24] connecting to voxell.dl.sourceforge.net......then timed out [15:25] and it has keep on doing that for an hour now [15:25] I have been trying to install ubuntu on a 1 tb drive and it will not install. I am able to set the way I want to partition the drive and then when it starts to partition it freezes. I have use gparted, checked the drive for errors, check the iso sha1 and it passes, checked the ubuntu cd for errors and everything checks out fine. Does anyone know why I cannot install on a Seagate 1tb drive? [15:28] LeMoiLib: I am sure that is one of those fonts [15:28] does not synaptic let youclose it? [15:28] No [15:29] tomgra: have you tried setting up the partitions before you install? [15:30] LeMoiLib: kill it from system monitor - processes [15:30] how to get there? [15:31] It has started all over again!!!!!!!:'( [15:31] Yes, I have tried setting the partitions in gparted and it still freezes. [15:34] Ok I rebooting, what do you think! I'm afraid though; last time I tried to install wine, I reboot and my ubuntu crash. I had to reinstall all of it! [15:35] LeMoiLib: is it still not closing? [15:35] no [15:36] you killed it in the processes tab and it still runs? [15:36] Yes [15:37] bizarre [15:37] Ho no, [15:37] misunderstanding [15:37] I asked you wehe is that [15:37] you didn't reply [15:38] oh sorry - system monitor is in the sys admin menu - processes is one of the tabs in there [15:40] I found it, end process but it is still runnig! Now you can say bizarre [15:41] kill it [15:41] kill it with BFG9000! http://psdoom.sourceforge.net/screenshots.html [15:46] I'm rebooting. Hope it works. Thanks both! === slidinghorn is now known as zz_slidinghorn [16:40] how do i set the default keyb layout in meerkat? [16:41] system > preferences > keyboard [16:43] did you find what you needed? [16:45] qmander: hello [16:45] see, the problem is that the one at the bottom was the default [16:46] but now somehow it doesn't work either [16:46] and one more thing: i use a qwerty and a qwertz layout [16:47] and when i use the qwerty in the terminal i have to press ctrl+y instead of ctrl+z [16:47] if you have multiple keyboard layouts selected, you can choose one at login time (it's at the bottom of the screen before you login) [16:48] so i was wondering if there is some straightforward terminal method to set the default? [16:48] I just cleared out the others and had the one, then logged out and back in [16:48] * Cheri703 uses the alt-gr or dead keys or whatever [16:55] Hi all ...having trouble ftp'ing between two pcs. I am using command line and although firewall ports are open I am unable to connect. I am only using two clients is that an issue? [16:58] cancel, I need server software [16:58] ta === duanedesign_ is now known as _duanedesign === _duanedesign is now known as duanedes1gn [21:35] wanting to add my ubuntu to my home network....how? [21:36] is there a tutorial out there? [21:37] pjcbaseball: I don't understand what you're trying to say... as long as you have a standard router with DHCP, it should connect just fine [21:37] pjcbaseball: what do you mean by add it to your home network, like to connect to the internet? [21:37] I want to be able to see the other pcs at my home and add a printer [21:37] i connect to the web fine [21:38] pjcbaseball: Two things, first: Are you just on standard Ubuntu? [21:38] i want to be able to share files with the other pcs [21:38] yes [21:38] 1010 [21:38] pjcbaseball: Open up Computer, select "network" [21:38] pjcbaseball: If the other Windows machines are configured properly, they should show up in there [21:39] pjcbaseball: Alternately, you can press Ctrl+L in the file browser, then enter "smb://" and be able to connect [21:40] ok, did that and it says ...I see them now. Just didnt know where to look...thank you [21:40] what about adding a networked printer? [21:40] pjcbaseball: Depends on the brand of printer. What kind of printer is it? [21:41] do I need to add the drivers before I can see it? [21:41] pjcbaseball: No. [21:41] pjcbaseball: Please answer the question. [21:41] its a brother [21:41] pjcbaseball: What model [21:41] all in 1 [21:41] pjcbaseball: I need a model name. [21:41] MFC [21:42] pjcbaseball: MFC what [21:43] pjcbaseball: Actually I have a better idea. What Windows version is the printer shared on? [21:43] MFC 465 CN [21:43] XP Home [21:44] pjcbaseball: open up Terminal for me, then type "sudo apt-get install samba smbfs" and hit Enter (without the quotes) [21:44] so I'm new...terminal? [21:44] pjcbaseball: Applications > Accessories > Terminal [21:45] did it [21:45] pjcbaseball: You ran that command? [21:46] so I should say "yes" and run it? [21:46] pjcbaseball: Yes, that's what I wanted you do fo [21:46] do* [21:47] running [21:47] looks like its done [21:48] pjcbaseball: Okay, now open up the Printers control panel (System > Administration > Printing) and select "New" [21:48] pjcbaseball: Then open up the pulldown (hit the little triangle) and select "Windows printer via SAMBA" [21:49] ok [21:57] ok, it says sending print job to printer, my printer receives data but wont print it [21:59] pjcbaseball: Is it in your printer's spool? I don't know if you can check that in your model. [22:00] idk [22:00] i am going to load my printers cd into it and load those drivers [22:01] pjcbaseball: How? What kind of drivers? [22:01] pjcbaseball: That's not how drivers work in Linux. [22:01] oh [22:01] well it doesnt have the exact driver for my printer [22:02] the brother cd [22:02] pjcbaseball: Open up the print properties on the host XP machine [22:02] my model wasnt in the list [22:02] pjcbaseball: Look in the Jobs tool [22:02] pjcbaseball: See if the jobs you sent to the printer are just sitting there [22:03] my printer still says "receiving data"... [22:04] pjcbaseball: How long has it been? [22:04] i have sent 6 test pages, none went thru [22:04] 5 minutes [22:04] i guess closer to 15 really [22:05] pjcbaseball: Six pages??? Geeez you're gonna back up your printer like crazy [22:05] yeah [22:05] well, i tried different drivers too [22:05] since it didnt have my specific one [22:06] pjcbaseball: Cancel all of the jobs at the printer. [22:07] pjcbaseball: I have to go, hopefully someone can pick up where I left off [22:07] ok, thanks === IdleOne is now known as MC_Hammer === MC_Hammer is now known as IdleOne