=== yofel_ is now known as yofel [02:21] does anyone know how to, when downloading packages with sudo apt-get, to: (1) explicitely say if they are 64 or 32 bit, (2) download even the ones already present in the system [02:21] and (3) put them in a specific folder [02:22] tiago: if you are on a 64 bit repo they will be 64 bit [02:22] apt-get --download-only [02:23] I'm in a 32bit, I want 64 [02:23] tiago: They all go to a specific folder [02:23] tiago: then use a 64 bit repo but most likely you will jsut have to pull them from wget [02:23] from where? [02:25] Daskreech: my computer cpu is 64 bit dual core. I always run 32 bit os's . Does it make any difference if I try a 64 bit operating system? [02:25] g0rs: No. [02:26] g0rs: It might run faster. [02:26] DarthFrog: have you noticed any difference? [02:26] g0rs: I don't do anything that's compute intensive, so no I haven't. [02:26] tiago: packages.ubuntu.com [02:26] g0rs: You can have a small speed boost and can use more memory [02:27] DarthFrog: the computer heats up very fast althought it migth be something to do with a heatsink. [02:27] other than that for a desktop it's not that much different [02:27] g0rs: Time to crack the case and use a vacuum cleaner. [02:27] Clean your air filters, too. [02:27] DarthFrog: I did that a few times :) [02:28] DarthFrog: the design of my laptop is bad. CPU fan is located underneath it. It would have been nicer if they made it sidewards. [02:28] g0rs: Get a laptop cooling pad. [02:29] DarthFrog: I was going to get another computer soon. [02:29] Seems a bit extreme to me. :-) [02:29] DarthFrog: I need two. One for linux and theother for business. [02:29] :) [03:02] hi guys new to kubuntu [03:02] what are the minimum requirements please [03:03] kimmy_x_99, > http://en.wikipedia.org/wiki/Kubuntu#System_requirements [03:04] thank you [03:05] i have a old laptop [03:05] i suppose best will be xubuntu then [03:05] its has 512 MB memory [03:05] kimmy_x_99: You could also try Lubuntu. [03:06] ok great [03:06] if i try xubuntu [03:06] should i go for 10.04 [03:06] or later [03:06] go for 10.04 LTS [03:07] thanks, I see lununtu is quite slick any feeback [03:08] <[Relic]> how do you kill a process that doesn't want to die [03:08] find the related package that goes with it [03:09] [Relic]: sudo killall [03:09] <[Relic]> nvm, the system monitor simply didn't bother to remove it from the list [03:11] <[Relic]> anyone know of the logitech g300 mouse has been added to the next version yet? [03:26] how can i get the urls for several name packages for a specific architecture, any ideas? [04:35] !netsplit [04:35] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit === sfears_ is now known as sfears === Freejack is now known as Guest59541 [04:50] hi all. [04:50] how can i check if a program is installed on my system 10.04? [04:53] akis: sudo aptitude show [04:57] ok. thanks. it is not a package. it is an executable file from a cd-rom. the cd's instructions say that is installable in redhat, mandrake and debian. i clicked on file but nothing happened. is it possible to have been installed and issomewhere hiding or it is not installed. actually i don't want to be installed on my system, but how can i check it? [05:05] doyou know the name of the file? [05:07] yes, of course i konw it [05:08] try find / -iname filenameyouknow [05:09] i got permision denied [05:09] that'll happen for a few files [05:09] not all of them [05:09] try find / -iname filenameyouknow 2> /dev/null [05:10] if the permission errors annoy you [05:12] find: paths must precede expression: /dev/null [05:13] works fine here - copy the line you ran into chat [05:14] find / -iname Activate_B1_Linux /dev/null [05:14] you forgot the 2> [05:14] Activate_B1_Linux is the file i am searching if it is installed [05:15] try find / -iname filenameyouknow 2> /dev/null [05:15] oh ok. [05:17] it works. the system returns in prompt line without finding something. is it ok? [05:18] or is it possible to be installed with a diffent name? [05:19] from google there should be an uninstall routine to run just to be sure [05:20] what kind of uninstall routine? and is it possible to have been installed although it is installable on other distributions of linux? [05:20] if it was an installer it could have installed who knows how many files [05:21] from this search - http://www.google.com.au/search?q=activat_b1_linux&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#sclient=psy-ab&hl=en&client=firefox-a&hs=oz9&rls=org.mozilla:en-US%3Aofficial&source=hp&q=activate_b1_linux&pbx=1&oq=activate_b1_linux&aq=f&aqi=&aql=&gs_sm=e&gs_upl=7876l7876l0l8765l1l1l0l0l0l0l361l361l3-1l1l0&bav=on.2,or.r_gc.r_pw.&fp=aeb2e6fb8f9caa11&biw=1362&bih=634 [05:24] is it possible to find any files from the time/date of installation? i know exactly the time/date of the installation if actually happened. [05:25] find has those options iirc [05:25] man find [05:26] what do i have to do? [05:28] try find / -cmin "n" where "n" is minutes ago file was changed [05:31] permission denied again! [05:32] of course, but it is just for some files - add the 2> /dev/null to the end of the command again [05:34] the system return only one file. is it possible to put a range of minutes. for example from 600 min to 800 min? [05:35] not that I know of - it won't work a second time [05:35] run it again and that file won't show [05:35] yep that is true. [05:36] does this command show what happened in tha special minute or everything since then? [05:37] it will just show what files were changed within that time [05:38] within that time since now? [05:38] so if you used -cmin 60 it will show files changed in the last 6o min [05:38] oh ok. that's fine. [05:38] sorry I had that wrong [05:39] it showed only one file [05:39] so if you used -cmin 60 it will show files changed 60 mins ago [05:39] oh that is not fine at all! [05:40] how can i see what files have been changed from tha time since now? [05:41] find has a -anewer option but you need a file that was changed before the ones you want to find [05:41] read man find [05:41] in a terminal [05:48] hi, everybody [05:48] anyone knows a server and channel to download series/movies in irc? [05:49] ryzzan: sorry, but that's not a subject we allow to happen here [05:51] Tm_T: sry then... [05:51] =X [05:59] ok thanks. i haved to go now. i will be back. [06:11] Well hello everyone [07:41] try je weh [07:49] is it an executable file for debian/mandrake executable in kubuntu? does any installation happen when double-click to it. i did it but nothing happened. is there any chance that this file wrote anything on my system? and how can i find out if it did? because i prefer not to be installed. === johnflux is now known as JohnFlux [08:08] well === jonas_ is now known as Guest78795 === Guest78795 is now known as j0naslarss0n [08:23] dunya kulakova? :-) [08:24] is it just me or does kde-look.org look strange? all images/background is gone...? [08:25] oh [08:25] something with styles i guess [08:25] maybe server is down [08:26] im new here playing w all the settings [08:26] ah ok .. ty Im trying to edit some content which was impossible .. almost drove me insane. Guess I'll wait then [08:28] dunya don't play with X11 settings though :-) === eric is now known as Guest84826 === Quintasan_ is now known as Quintasan === ocs is now known as faLUCE === ocs is now known as faLUCE [09:29] Hi. I just installed Kubuntu 11.04. I added the PPA repo (add-apt-repository ppa:kubuntu-ppa), did apt-get update and then apt-get dist-upgrade... and nothing. No updates available. This is strange. [09:29] Did the same config on my laptop here, which brought me from KDE 4.6.2 to 4.6.5. [09:29] Any idea what's wrong here ? [09:30] FYI, I'm using Apt-Cacher as a package proxy on my server. === koalix is now known as ninniuz [09:39] I put a Folder View widget on the desktop. Is there a way to make it appear on only one virtual desktop, rather than all? (KDE 4.4.5, if it matters.) [09:43] Alantas: i know you can have different widgets on different desktops [09:44] Hello, iam trying to install an Logitech Quickcam Express webcam with volume id 046d:0870 in Debian what do i want? [09:45] try /j #debian [09:47] Alantas: System settings/Workspace appearance and behavior/workspace behavior/Virtual desktops you will see check mark to have different widgets on each desktop [09:52] russ_: Looks like the System Settings arrangement has changed since the KDE version I'm using. Mine seems to be under General → Look & Feel → Desktop → Workspace. The only relevant option here seems to be for the Dashboard: "Show desktop widgets" vs "Show an independent widget set". I tried changing it to the latter, but it doesn't seem to have any effect. [09:52] I removed the widget, and saw it gone from all desktops. I re-added it, and it's back on all desktops. === ocs is now known as faLUCE [09:53] ahh im running 4.6.2 [09:54] 4.4.5 here. Picked up kubuntu-desktop for kicks back in February. Guess things have changed since then. Hehe. [09:54] (Still better than running 3.2.3 for *five years*...) [09:54] its got to still be there somewhere maybe? maybe not hehe [09:54] let me check somethin [09:56] hi i have a problem after the last updates in oneiric 11.10 [09:56] !11.10 [09:56] Ubuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+1 [09:56] wait you can help me is general problem.. [09:56] libc6 and libc6:i386 are both install and both is broken [09:57] when i try to give -f install it returns for a missing locale package [09:57] the good folks in #ubuntu+1 will know more about it [09:59] (If libc were broken, I wonder if the system would even boot, let alone get you on IRC...) [10:00] click on the cashew icon on the top right of your desktop and click “zoom out”. Your desktop will be shrunk down, and a menu will appear on the left. Click “configure plasma” and check the box that says “different activity for each desktop”. [10:00] libc is both install [10:00] libc6 and libc6:i386 [10:01] the question first is wich of them i have to keep [10:02] Alantas: does your KDE 4.4.5 have that? [10:02] russ_: Hmm, I see a menu, but it only has: Lock widgets, Shortcut settings, Add panel, Add activity, Zoom out. Plus a little tab in the lower-right of the zoomed-out desktop with things for the desktop itself. [10:03] try zoom out [10:03] That *is* what I see when I zoom out. (Sorry, should've mentioned that.) [10:04] ...However, curiously, I notice that that menu only appears on this one desktop. I wonder if that's the trick? === coaboa|afk is now known as coaboa [10:05] possibly [10:05] possibly try to switch to the other desktop then hit that icon at top letf and hit add widget [10:08] * Alantas plays around with it. [10:09] Apparently you can add more than one desktop wallpaper activity thing. Pretty trippy... [10:09] yeah i do that too [10:10] i also setup mine so that one desktop 1 for my widgets is nothing but working widgets and desktop 2 games and desktop 3 only art related widgets pretty neat [10:10] I can add a widget to a particular one and it'll only appear in that one, but if I zoom back into one, it appears on all workspaces. [10:10] I don't see an obvious way to send a particular activity to a particular workspace. [10:10] did you look in compiz? [10:10] might beable to to be in there [10:11] either that or you can update KDE to 4.6 :) [10:11] I don't know if what I'm using counts as Compiz or not. What I do have is, it's set up where I can push the cursor into the lower-left corner to get a cube view of all workspaces. That's how I noticed the zoom-out menu only appears on the one workspace. [10:12] is there a command to remove one of the pakage without autoremove and depencies? [10:15] *Shrugs* Guess it's not doable in my version. Oh well, not the end of the world, was just curious if/how it'd be done. [10:15] i mean hell you can update to KDE 4.6 [10:16] Then its as easy as System settings/Workspace appearance and behavior/workspace behavior/Virtual desktops you will see check mark to have different widgets on each desktop [10:18] I know I can upgrade, but I don't feel it's worth the trouble right now. [10:18] Thanks for looking, though. :) [10:18] not a problem [10:19] but [10:19] i do beleive compiz can do it [10:20] open term type ccsm [10:21] its got widget layering settings [10:21] 11.9 MB to apt-get that... [10:21] Does anyone know the name of the program in kubuntu that lets you switch between languages? [10:21] liek letting you type in other languages? [10:21] using other sets of characters [10:22] There's a "Regional & Language" thing under System Settings, that I can see anyway. Also a "Keyboard & Mouse" that may be what you're looking for. [10:23] not quite [10:24] its a program, l ets me switch between alphabets using a u.s. keyboard, im trying to use jp text but jp has too many characters for english keyboard [10:24] it also supports chinese and russian [10:24] damn i cant remember the name of it to save my life [10:24] Ah. I thought I saw something to that effect when browsing around... === ocs is now known as faLUCE [10:25] Try right-clicking in the text entry field and look for something about "IM". [10:26] thats not it [10:26] its a program [10:26] pops up neard your clock widget [10:26] shows which alphabet you are currently on [10:27] im searching for it on the internet also, just so much information for windows stuff clogging me search [10:28] It's might be a widget. I looked in mine, though, and I don't see anything to the effect of "show current layout", though. [10:28] * Alantas keeps looking [10:28] erigais: from searching i found [10:28] To easily switch between layouts, install the Keyboard Indicator in one of your panels. Right-click on a panel, select Add to Panel and then select Keyboard Indicator. Once it's installed, you can click on it anytime to switch layouts. [10:29] kk ill try [10:29] hope that works [10:29] I'm also seeing System Settings → Regional & Language → Keyboard layout → "Show indicator for single layout". (But I'm on an old KDE version, so your results may vary.) [10:31] but i also have no idea is this is for Gnome or KDE all i did was just search and found something close to what your looking for lol [10:31] but im sure you can just as easily use a keyboard widget [10:32] Surely there's a standard way to do this. What do Japanese KDE users do? [10:32] they setup their system for JP [10:32] ahh i found it [10:33] its a program called anthy [10:33] and most of the time from within their other clients like chat and IRC you can translate [10:33] use scripts [10:33] well the problem is if the keyboard has english characters, you have to type like, the romaji it goes to the character then you hit enter and get the char [10:33] anthy huh well cool glad you found it :) [10:34] thankyou for the assistance [10:34] :D [10:34] exactly [10:34] Speaking of layouts, I did a full system upgrade (or something) — from KDE — back when I first got kubuntu-desktop going, and it mangled my customized layout and I had to dig up some files to get it back into place. ;_; [10:34] So I'm kinda wary of doing big upgrades. [10:35] Like for spanish á — RightAlt + a [10:35] First discovered this when I logged back in to Xfce. "brb" indeed. :P [10:35] damn hehe [10:36] Mine's based on US International or whatever it is, with dead keys on AltGr. So for me, I hit right alt + semicolon, then a, to get á. [10:37] yeah with dead keys layout [10:37] !info ibus [10:37] ibus (source: ibus): New input method framework using dbus. In component main, is optional. Version 1.3.9-0ubuntu3 (natty), package size 384 kB, installed size 3516 kB [10:40] anyone know the hot key to switch to next virtual desktop? [10:41] i use mouse scroll wheel [10:41] For me: Right-click the Pager widget (in the panel) → "Configure virtual desktops" → Switching → "Shortcuts" section will show them and let you edit. [10:41] but i thought it was like shift + right or something [10:42] Mine seems to be set for Ctrl+F1, +F2 etc. I don't *think* I edited those, so those might be the defaults. [10:42] depends on how you have it all setup [10:42] you can make it anything hehe [10:42] could be [10:42] ah yeah it was ctrl f2 etc for me too [10:42] Mostly I use the cube switcher thing. I'm sure it does eventually get old, but that has yet to happen. Wheeee [10:42] defaults [10:42] i like to use default, easier to remember [10:43] if i upgrade [10:43] or use another hd or something [10:43] i love the scroll mouse wheel to switch its fast! [10:43] System Settings → Desktop → Screen edges → lower-left corner set to "Desktop cube". [10:44] My mouse wheel is kinda dodgy, so I'm wary of putting critical things on it. [10:44] bummwer [10:44] Hi, i have a veird problem with desktop effects in Kubuntu Oneiric – here is a screenshot: http://db.tt/Jh3XgFVs Could someone comment? [10:45] and here: http://db.tt/ODZSAJGv [10:45] It *works*, but sometimes it'll trigger when idle, like it doesn't settle into place right away. [10:45] gotcha [10:45] The window decorations are completely distorted. [10:46] This problem disappears if desktop effects are disabled [10:47] Hmm. Try fiddling with the desktop effects options? [10:48] (Which one's Oneiric? 11.10? I can never remember which is which...) [10:48] Yes [10:48] Beta [10:49] for an OS i go with stable only [10:49] apps? sure why not test some betas [10:49] 2011-10. Ubuntu... for the FUTURE! [10:49] * Alantas is on 10.04. LTS + lazy upgrader = win [10:50] haha [10:50] Lucid, I think. [10:50] im very very happy and pleased with 11.04 [10:50] everything worked!!! right from the rip! [10:50] i would drop mac and win for this [10:51] hell i even got winamp working just fine in WINE hehe [10:51] and photoshop [10:51] Would? You haven't already? I kicked Windows aside in 2004. [10:51] would meaning i still dual boot [10:51] i have win 7 ultimate as well [10:51] and a mac [10:52] For Slackware 10.0, which looked like the closest thing to a "neutral" distro to my newbie eyes at the time, but in retrospect was like learning to swim by diving into the deep end of the pool~! [10:53] yeah man i know that feeling i started with slack along time ago and i always wanted to try LFS (Linux From Scratch) i just never did [10:53] (I figured neutral = wouldn't be locked in to any particular distro's ways, but in retrospect, locked me *out* of *all* of them. x_x) [10:53] Used that (and KDE 3.2.3) till 2009. Had been wanting to go to Ubuntu, and did. [10:53] i went from slack to redhat back in the day then tryed debian and suse and all the ubuntus [10:54] I dual-booted for a few months, but eventually went all in. [10:54] (98SE didn't exactly measure up.) [10:54] Only regret was that I didn't do it sooner. [10:55] i cant go all in i have to have mac and win for certain things but hey linux to me is fun and interesting and a challenge is why i like it [10:55] Well, I usually prefer "stable" versions, but to install a stable when a new stable is just around the corner – I was not sure I would like to do the upgrades afterwards [10:56] The only Windows-specific things I have use for, all run in WINE well enough. I've never used a Mac. [10:56] i had a thought the other day wonder when Android OS will come to PC lol [10:56] wonder if theirs a Android emu? [10:57] Linux has everything else I need covered much better than Windows ever has. [10:57] ziogelis77: Well, 11.10 will eventually be stable, but till then, it's not. [10:57] In your position, I'd probably just stick with whatever I'm currently using, and wait till it's officially out before upgrading. [10:57] upgrades arent bad as long as you got the backups :) [10:58] i beleive in clean installs [10:58] but i also beleive you dont HAVE to upgrade unless you just want too [10:59] * Alantas nods. [10:59] If it ain't broke, don't fix it. [10:59] besides upgrading just means more options of certain things i mean if i was a guru total guru in console then console is all i would use [10:59] I ran the same install for five years. You can wait a month. :P [11:00] well said [11:00] I can rock a console when I need to, but for that I just use an xterm or Konsole or the like. [11:00] i might one day just drown myself in console only god knows i need too [11:01] xwin will never touch console anyways its all candy for the sore eyes [11:01] And if I'd waited longer to switch from Slackware to Ubuntu, then my first impression of KDE4 might've been good enough not to send me looking for other DEs and settling on Xfce. :-\ [11:02] Xfce i tyryed [11:02] i tryed BSD and FreeBSD i tryed almost everything [11:02] when Redhat was Redhat i did like that alot though before it became RIpoff Hat [11:03] I swore by KDE3 all those years, and figured I'd make first *buntu contact with Kubuntu, but I was told it's better to install straight Ubuntu and pick up KDE from within that. So I did. Pretty, but sluggish and hard to use. [11:04] ahhh yeah [11:04] That was in 2009. Earlier this year, I was bored and decided to give it another go. It's better than I remembered, but still is kinda sluggish. I don't think this thing would boot from stone-cold to responsive-desktop in under a minute the way it does in Xfce, for example. [11:05] I'm sure I could bludgeon it into working shape with some effort, but it's just so *pretty* with Oxygen and Plasma and the like, so I'm reluctant to do such a thing. :P [11:06] systems will be crazy bogged once you have hundreds of desktop environments installed right now i can boot into KDE and GNOME and ubuntu and ubuntu classic thats it [11:06] gnome sucks [11:06] I'm having fun with the wallpaper rotation thing, and Okteta is the only non-crappy non-console hex editor I've found (you'd think Linux would be *teeming* with awesome hex editors...), and I'm liking Kate's Ruby mode. [11:06] hate hate hate it [11:07] I'm with you on GNOME. I hated it in 2004 when I was first touching base with Linux (used Fluxbox for a while, then settled on KDE3). Hated it in Ubuntu proper (settled on Xfce, which is basically GNOME without the crap). [11:08] KDE 4 is def the pretty shit :) [11:08] I can (and have) spent many hours just fiddling with the appearance of it. [11:08] same [11:09] i just now started to like find pic's of all my hardware online and then make those into icons and try to make all my icons look real as i can [11:10] I need a bigger monitor. 1024x768 *is* on speaking terms with KDE4, but just barely. [11:10] and instead of just showing an icon of a harddrive its actually THAT hdd [11:10] (I'm still using a CRT. Imagine that!) [11:11] im running good 22" flat [11:11] Well, icons are meant to be visible/"read"able at small sizes. A photographic icon would just look like "some device" at typical icon sizes. [11:11] Unless you use huge icons or something. [11:11] yeah you make them a little bigger [11:11] I'd love to get a 1920x1080 flatscreen. [11:13] mine only does HDMI 1680x1050 @ 60Hz [11:13] I'd probably think of multiple drives by their size or their designation (sda, sdb) rather than what the physical drive looks like. Especially since it's hidden in the case most of the time. :P [11:13] im talkign eye candy [11:13] instead of a cheap looking icon [11:13] I ran 1280x1024 on this monitor for a long time. I *still* have slight burn-in of the icon/panel setup I had in KDE3 back in the day. (GNOMEish setup, with launcher icons along the top, and a multi-tiered taskbar along the bottom). [11:14] i use actually really what that thing is for the icon instead of just all the HDD's look the same [11:14] But one day, a year or two back, the monitor decides it doesn't like 1280 anymore. Now the most it can do is 1024. ;_; [11:14] I can remember back in the late 90s when 1024 was the "huge" resolution! Fun to gawk at for a bit before going back to 800x600 where you can pull off more than 8-bit color mode. [11:14] thats still fine [11:15] yeah lol [11:15] Now it's the "get cramped when doing anything with more than one window" mode. ;_; [11:15] i run every game and everything what my monitor's defaulted too 1680x1050 everythinsg nices [11:16] That'd be pretty awesome. [11:16] But I like the idea of that magic number, HD size, 1920x1080. [11:16] but i run 8 gig ram amd phenom II x4 3.2 ATI 5670 HD [11:17] Dunno how well it'll play with the connector I've got, though. Might need a video card too to make it work well. :-\ [11:18] * Alantas is using a hand-me-down machine with onboard video. Works well enough so far. [11:18] i read of some problems with Kubuntu 64bit but so far so good i had no issues [11:18] Hell, TORCS is playable. That's about the most intense graphics I've needed in all these years. Hehe. [11:18] lol [11:19] cant wait for Lutris to get all final [11:19] But I think the connector, that bridges the computer and the monitor, is analog. VGA? [11:19] got it installed now but it dont do shit lol [11:19] *Looks on WP again* Yeah, VGA connector. It's analog, I think. [11:19] yes [11:20] No idea if it'd be nice and crisp on a non-CRT at high resolutions like 1920x1080. [11:20] If so, no problem. But if not... [11:20] thing about CRT vs LSD is Hz [11:20] LCD [11:21] like mine for example i can run everything full maxed out 1680x1050 but only 60hZ [11:21] I can sing the praises of CRT over LCD. But if/when I do get a monitor upgrade, I'd be happy enough with LCD. [11:21] thats all my monitor will do is 60hz [11:21] That's all *mine* will do, too, and it's CRT. LCD at 60 Hz would be an improvement. [11:21] it may do 75 if i go lower res i dont know [11:22] but higher the Hz better the frames in games [11:22] LSD at 60 Hz would be stunning, but I'm content with not trying *that*. :P [11:22] LOL [11:23] shit its 6:23am [11:23] got to be at work at 11am lol [11:23] Oh dear. [11:23] still have to sleep [11:23] looks like 3 hours of sleepage for me [11:23] the only reason i stayed up this late was i wasnt out of beer yet [11:23] lol [11:23] Best get to it. 3 hours of sleep will kick your ass, but not as badly as 0 hours will. [11:24] exactly [11:24] well good night bro [11:24] nite people [11:24] * Alantas waves. [11:25] \m/ \m/ [11:58] I want to change the keybindings in Konsole to make Shift + the number pad keys work differently. I think I can do this in the input tab of the profile editor, but I don't know what names I need to give it to refer to the number pad keys. How do I look those up? [12:02] hello [12:18] hey all [12:20] hi all. i am looking the way i can search my system if a executable file is installed or if this file installed on my system any other files when a double click on it. this file is an executable linux file for debian/mandriva distributions. i search for this file on my system and it doesn't exist. but, how can i be sure that it didn't install any other files? is there any procedure to find it out? Actually i prefer that no file had been installed, but how can i [12:20] be sure that it didn't? help me plz. i 'll appreciate your advices. [12:22] Afaik there is no way to do this -- if you run executable X that installs more files, there is no way to tell what files it installed (if you did no preparations) [12:22] But did i misunderstood your question? [12:23] akis whicn "name of taregetfile" [12:23] Hi. I'm running Kubuntu 11.04. Is there a way to upgrade to KDE 4.6.5 and to leave it at that, e. g. not upgrade to the 4.7.x series ? [12:23] Oh, assuming that the executable works same way in all cases, you can prepare and re-install the thing and figure out what files it installed 'this time' [12:24] in the terminal [12:24] (and btw, searching with locate doesnt work if you have encrypted filesystem ?) [12:25] Activate_B1_Linux [12:26] akis, I repeat , open a terminal and do, which "name of taregetfile" ..it may work [12:27] which is the command? [12:27] yes [12:28] i did "which Activate_B1_Linux" and the system answered nothing. is that ok? [12:32] That means that the file is not at least on your $PATH (see echo $PATH) [12:34] ok. i read already about this command. is there any chance to run under other name. i repeat that the executable file was the one i already mentioned (Activate_B1_Linux) [12:35] Executables generally go under /usr/bin. You could try looking around in there in a file browser. [12:35] Likewise, the other directories in your $PATH. (Type "echo $PATH" in a console. They're separated by ":", such as: "/usr/bin:/usr/local/bin:etc".) [12:35] Are you trying to figure out 'what is the name of the program i just installed?' or 'what modifications did the program i just ran do?' [12:37] To figure out what the (installer) program does to your system you might consider running 'strace ' if you all ready did run the 'unknown' installer .. [12:37] both. i am woring if somethnig is installed and if not if it made any modiffications. [12:38] There's probably some `find` black magic you can run, but it's a task unto itself just making heads or tails of its syntax. [12:39] (To look for recently modified files, for example.) [12:40] And evil program can modify those afaik .. [12:41] Yeah, but it has to be evil, and the author would've had to anticipate that. [12:41] But yes, if the program is 'harmless' then i think 'find' is good tool to figure out what files got modified .. [12:41] Alantas: yup [12:43] i am reading man find to find the exact command to search files from now and 24 hours ago. do you maybe know the exact command for this? [12:44] There might be a GUI program that can do the same thing. Probably easier to use. I see an "application finder" under "Utilities" in the KDE menu. [12:44] find -mtime -1 [12:44] (Hell, probably easier to *write* one than use `find`.) [12:45] *Looks in Application Finder* This might be geared more toward package-installed programs than stuff run out in the lawless lands of manually-run install scripts. [12:46] akis, locate [12:47] find -mtime -1 searches last 24 hours? [12:48] The manpage says "-mtime n", which filters for files where "file's data was last modified n*24 hours ago". Which suggests that it should be "-mtime 1", not "-mtime -1" (24 hours in the future). [12:49] I *think* the command would be, to do a system-wide search: find / -mtime 1 [12:49] Or replace "/" with "." to search from the directory you're currently in. [12:51] Alantas: no [12:51] Although the "path" part of the command line synopsis is marked optional, and I dunno what it does if no path is given. The manpage spends more time talking about the many ways to handle symbolic links, and less time talking about the overall approach to using the thing. [12:51] Alantas: read the beginning of the tests section [12:51] Alantas: use the current working dir [12:52] -mtime -2 would be files modified less than 2 days ago. +2 is more than 2 days ago and 2 is exactly two days ago (fractional time ignored) [12:52] Doh, I see now. [12:52] See what I mean? [12:52] Yeah, it'd be "-mtime -1" then. [12:53] so if want to search last 24 hours what to i have to type? [12:53] -mtime -1 [12:53] "find -mtime -1" to search in the current directory. [12:53] (Recursively?) [12:53] Alantas: yes [12:53] Alantas: wouldn't make much sense if not, would it ;-) [12:53] you need to specify the path to search in. so find . -mtime -1 [12:54] Pici: no [12:54] Pici: not in GNU find [12:54] Torch: oops, I stand corrected. [12:54] Dolphin has a "Find" command. Tools → Find File... [12:55] Alantas: if you have working strigi.... and even then it's buggy. [12:56] sure from dolphin is so simple. i have used it so many times... [13:01] thank you all. [13:04] Success? [13:26] Hi all, I've discovered that my /etc/grub.d/10_linux script has somehow become corrupted. I have no idea how, but is there any way that I can replace it with an original? === sorc is now known as sea4ever [13:33] hi again. does any one know if "pkgcache.bin and srcpkgcache.bin" files in var/cache/apt are system files? [13:34] I figured it out, package grub-common needed to be purged and reinstalled. [13:34] akis: i'm curious about why you ask... usually people dont go messing with the apt cache [13:35] Hello, I was upgrading kubuntu from 10.10 to 11.04 and the internet went down, and the update-manager stalled, I restarted the computer, and restarted the upgrade. Now I got errors and update-manager terminates. dpkg --configure -a shows that there are unconfigured packages with missing dependcies (removing them with dpkg --purge -a is not helping for update-manager) [13:35] Any hints how to proceed? [13:37] i am not tuching anything. i am wondering because i see in find GUI command that those 2 files where modified exactly when i tried to install an executable file form a cd-rom installable only in debian/mandrake and which i think that finally it had not been installed on m system. [13:41] well you could just use apt-get --clean [13:41] akis: i do have those files in my /var/cache/apt also if that helps you [13:41] it might remove the cached files but i dont usually recommend it [13:43] ok. thanks. so why do i use apt-get --clean? [13:43] coot force it to fix ? > sudo apt-get install -f [13:44] akis: i use that to clean out old package files from the installation cache, but it isnt super effective all the time hence why i dont usually recommend it [13:44] OerHeks: does the update-manager do some additional job, except updateing the packages? [13:46] ok, ok thanks. so do you have any idea why those 2 files where last modified the time i tried to install this executable file? do they have any relation with it? [13:46] coot it can help with missing depencies [13:47] OerHeks: I'll try with --dry-run first. [13:57] OerHeks: with apt-get -f install I get E: Could not perform immediate configuration on 'debconf'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) [13:58] OerHeks: man 5 apt.conf sais it is a vary rare error [13:59] coot maybe this is because you removed it with dpkg --purge -a ? [13:59] try install again ? [13:59] aiuto [13:59] I did it again, and now I did not use dpkg --purge -a === Elv13_work is now known as elepage [14:16] hi, I heard somewhere that Flash Player doesn't work under x86_64 anymore because of a bug - does anyone know how I can get the old, working, version back? [14:17] http://labs.adobe.com/downloads/flashplayer11.html Kottizen [14:18] I'll try that, thanks [14:20] Kottizen: i've got Flash working on 64bit [14:20] :/ [14:20] TheEvilPhoenix: what browser did you use? [14:21] Kottizen: firefox and chromium-browser [14:22] nice, got it working now too - thanks :) [14:22] Kottizen: and i didnt have to go anywhere to download anything, i just enabled multiverse, universe, etc. and installed stuff [14:24] apt-get install flashplugin-installer [14:27] sudo apt-add-repository ppa:sevenmachines/flash && sudo apt-get update && sudo apt-get install flashplugin64-installer [14:27] holas [14:41] hi, my lcd goes into some kind of saving mode but i have not set up the power settings to behave like this! Why is this happening? Does anybody have this problem? [14:43] naftilos76, does your LCD monitor have energy functions on its own ? hardware-like ? [14:44] Probably dpms, yes [14:45] i can't find anything related to power saving into the menus of the lcd monitor [14:45] oke, that is excluded then. after how many minutes does this occure ? it helps finding the setting. [14:46] xset -q usually tells you [14:46] i have not paid attention to that but it should be something close to 15 minutes [14:46] let me try that [14:47] Screen Saver: [14:47] prefer blanking: yes allow exposures: yes [14:47] timeout: 0 cycle: 600 [14:47] is that what i am interested in? [14:48] 600 is 10 mins? [14:48] A line under DPMS like: Standby: 3600 Suspend: 5400 Off: 7200 usually [14:48] Standby: 600 Suspend: 600 Off: 600 [14:48] DPMS is Disabled [14:49] i have got everything disabled in power settings [14:49] why is Standby set to 600? [14:50] naftilos76: Thats just the default values [14:50] is the "DPMS is Disabled" supposed to keep all subsystems on at all times? [14:50] Well, the monitor anyhow [14:51] naftilos76: In this case it's probably your screensaver is set to blanking. You can use xset -s noblank to change it [14:54] genii-around: you are right man! how did i miss that! [14:54] thanks man [14:55] naftilos76: You're welcome [14:58] How do I disable the "Recently Used" menu? =/ [14:58] naftilos76: I have improper syntax there... you may need something more like: xset -display :0 s noblank [14:59] I hate it with a passion, but even modifying the .recently-used file properties so only root has access doesn't seem to work... [15:00] genii-around: what i meant earlier is that i had my screen saver to give me a blank screen after 15 mins. I have just disabled that. I don't think i have to use konsole to enter "xset -display :0 s noblank". Do i? [15:02] naftilos76: Probably not then === Wojtulas_ is now known as Wojtulas [15:32] question is there a way to quickly and easily make a window stay on top of others every time it opens? I make calls on Skype, and often lose the window, because I switch to my calendar, or other thing, and I want that window to stay on top, it is a pop up window for every call, so a quick key combo would be good, or one click would be better, [15:32] I know that I can go through the menu and go to advanced, and Keep Above Other Windows, but it would be nice to have that as a button on the window border? [15:37] shane2peru1: you can add an always on top button to the window title in system settings > Workspace appearence > window decotation > configure buttons [15:38] shane2peru1: you can also add a global shortcut to do it [15:40] James147: Thanks!!! I will try that now with the button, button is probably the easiest. [15:41] shane2peru1: both methods are as easy as the other to do ^^ === af_ is now known as Guest53827 [15:42] LogicallyDashing: Got a keypad answer? [15:42] James147: right, but I'm afraid I would forget the global short-cut or mix it up, so a button would work best for me. === koalix is now known as ninniuz [15:42] shane2peru1: :) [15:42] do I have to restart? or just restart that app? [15:43] Oh, hitting apply on the window helps! :) [15:43] wonderful! That is great, thanks James147 [15:43] shane2peru1: I dont think you need to restart... should apply automatically (and a logout would be the most you need to do) [15:47] shane2peru1: You can use advanced window behaviour to make it always on top [15:48] Daskreech: from the menu on that window right? but that is a lot of clicking, I need the very often, so wanted it accessible with one click [15:48] Daskreech: or is there another way you are referring to? [15:49] shane2peru1: No so that window if it exists is always on top [15:49] Ohh, I like that better, how do I do that? [15:49] You do it once and anytime the window exists again in the future the rules get applied [15:49] OR kwin has scripting now so you could just script it with a regular expression [15:49] ok, what is the trick to get that done? [15:50] Alt+F3 -> Advanced -> Special Window/Application settings depending on which one you are interested in [15:53] Daskreech, thanks! I will check that out! [15:55] Daskreech: wow, there are a gazillion options in there! I will have to play around with it to get it to do what I want, but that is great Thanks!!! [15:55] shane2peru1: Welcome to KDE [15:55] It will take me quite a while to get fully adjusted, but I'm still loving it! [15:57] Kwin is a fantastic window manager [15:58] indeed .. speaking of Kwin, how would I do or set window rules to have two apps start up snapped together? [15:59] I would like to have muon and muon-installer as 'tabbed' as one window..? possible? [16:00] Sure look under grouping in the same place I just mentioned to shane2peru1 [16:00] sorry just logged on ... missed that part === per is now known as Guest67881 [16:01] Alt+F3 -> Advanced -> Special Window/Application settings depending on which one you are interested in [16:02] yup been fiddeling with that one .. but it wont stick when I close the window(s) [16:03] Hmm [16:03] ask in #kwin ? [16:03] made a launcher "muon && muon-installer" .. what make them both keep the same rules? [16:04] *running 11.10* [16:04] Autogroup by id I would suppose [16:04] not asked there ... didn't know there was one ... will re-adress my question, thank you [16:05] so I thought ... but where do I find ID ? [16:08] I'm having a screen brightness problem with Kubuntu (and Linux in general) on my Asus laptop. The hotkeys make the brightness slider appear, but the actual brightness doesn't change. I've tried to boot with the acpi_backlight=vendor argument, but that didn't help. Can anyone help with this? [16:21] j0naslarss0n: Not sure would love to hear the answer when you have it [16:22] pper: hmmm [16:22] pper: try in #solid perhaps ? [16:24] Daskreech: my problem exists in other desktops as well [16:27] Daskreech: as far as I understand, solid is only part of KDE, right? [16:27] pper: Not saying that it's DE specific. MOre the opposite they may be able to tell you if there are known issues with the hardware [16:28] Yes but it's the Hardware abstraction so they might be aware of issues with your chipset/videocard/monitor combo [16:28] Daskreech: alright, I will try asking in there, thank you [16:28] pper: Does /sys/devices/platform/asus-laptop/ls_level exist? If so what value does it contain === sorc is now known as sea4ever === maco2 is now known as Guest91840 [16:31] genii-around: ls_level doesn't exist but asus_laptop and other files inside of it do [16:32] there is a backlight dir with some files apparently related to brightness, though [16:32] pper: I was looking at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/222171 and wondering if maybe this is some regression [16:32] Ubuntu bug 222171 in linux (Ubuntu) "[Hardy] Backlight low on Asus x57 laptop (M50sa)" [Medium,Triaged] [16:36] genii-around: looks a lot like my problem, but my backlight isn't necessarily set to low - the strange thing is that if I try to change the brightness, say, to something really low, that brightness is applied after I reboot [16:37] also, I don't think my laptop model has a light sensor, which it seems ls_level is for [16:37] pper: So perhaps it's being registered somewhere but not being applied? [16:40] Daskreech: seems like it from my point of view. Before booting Linux, the hotkeys function as they should, so if that could just be kept forever, that would be a perfectly acceptable solution [16:40] ah I see. Yeah that would be nice. Does sound like a Linux umm udev issues? [16:44] might be, I'm not very familiar with the lower level parts of Linux but it does seem to happen in all distros I've tried [16:47] EvilGenius Counter12 [16:49] Hello, is this kubuntu channel for german? [16:49] !de [16:49] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [16:52] Nobody reacable in germany [16:52] i hope you can help [16:52] i hace problems with grub2 [16:53] *have* === Guest91840 is now known as maco [17:09] Hello, can somone explain me what does /etc/init.d/network script does, or which init script sets up netwoking in ubuntu. I'd like to run a firewall before networking starts. [17:11] coot: first have you a router or a modem [17:11] Peace-: a modem [17:11] oh [17:12] well, its not true in fact, it is a laptop with usual ethernet card [17:12] i guess , but i amo not sure , that the firewall is turned on before the connection is up [17:12] there are no iptables rules by default [17:13] (at all) [17:13] iptables is installed by default [17:13] yes [17:13] and because you have not a gui that doesn't mean it not turned on [17:14] so what is a standard firewall for kubuntu [17:14] !firewall [17:14] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE Lucid and Maverick) also exist. [17:14] !info guarddog [17:14] Package guarddog does not exist in natty [17:15] !info ufw-kde [17:15] Package ufw-kde does not exist in natty [17:15] Hmm :-/ [17:15] thanks, but I prefer to use iptables :) [17:15] Daskreech: http://nowardev.wordpress.com/2011/01/25/easy-firewall-for-kde4-kubuntu/ [17:16] Me too [17:16] coot: iptables is a program [17:16] I was just researching [17:16] ufw is an interface graphical for iptables [17:16] Peace-: I know what is iptables [17:17] ip tables is the kernel module, the gui set the rules. [17:17] OerHeks: mm [17:18] OerHeks: lsmod | grep stuff [17:18] dear community, can I get an answer for my question: I have a firewall script (using iptables) which I use on my gentoo box, now I just want to include in another ubnutu box [17:18] and what I need to know is when networking starts in ubuntu [17:19] maybe this wiki is any help > https://help.ubuntu.com/community/IptablesHowTo [17:19] my blind guess was that it is configured by init.d scripts [17:20] coot: well if you need to understand what the networking script does [17:20] coot: just do cat /etc/init.d/networking [17:20] it's a bash script [17:20] i guess [17:20] !info fwbuilder [17:20] fwbuilder (source: fwbuilder): Firewall administration tool GUI. In component universe, is optional. Version 4.1.3-2 (natty), package size 6715 kB, installed size 16740 kB [17:20] ha! \o/ [17:20] Peace-: thanks, obviously I did it! [17:20] fwbuilder is nice [17:21] !upstart [17:21] Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [17:22] coot: btw i guess the system turn on firewall before you get the connection [17:22] by default [17:22] coot: you said you used on gentoo a script [17:22] coot: well where do you put that script ? [17:22] on gentoo [17:23] gentoo has it is own (very clean) way of handling init scripts [17:24] the firewall script I run before network interfaces are configured [17:24] where [17:24] Peace-: It would have to. The firewall is in the kernel so if the networking is up then the Firewall also has to be up they are initated as one [17:24] Daskreech: i guess but i am not sure [17:25] Peace-: inside /etc/init.d [17:26] coot: so in ubuntu there is the same folder... [17:26] iptables -F will flush (clear) your rules [17:26] Daskreech: you still have to configure interfaces, and before doing this you can add iptable rules. [17:26] right [17:27] Daskreech: and my question is when ubuntu configures interfaces, maybe it is not done by init scripts? [17:28] coot: I don't know anymore [17:28] coot: you could ask in #upstart [17:28] That's what starts Ubuntu based distros [17:28] !upstart [17:29] Daskreech: thanks, and thanks you all :) - regards from gentoo ;) [17:30] coot: on the doc i have seen preup stuff [17:31] coot: http://paste.kde.org/128875 [17:31] Peace-: thanks, just reading :) [17:31] coot: on the paste an example [17:31] coot: As Peace- says... if you want enforcement prior to ifup, a pre-up directive in the /etc/network/interfaces file [17:32] genii-around: great this is what I'm looking for [17:32] coot: well there was in the doc... [17:39] anyone know if it's possible to go back to using usplash instead of plymouth? [17:40] dp: i have searched on muon right now , or maybe kpackagekit [17:41] and i have forund startupmanager [17:41] it seems you could install it [17:41] *seems* [17:41] dp: but it installs grub === kubuntu is now known as Liudas === skreech_ is now known as DasKreech [18:14] anyone having issues with today's kdepim update on 11.10? [18:19] did it update today? [18:19] it did a few days ago, i'll check for updates [18:20] no pim updates, only kdebase [18:21] i remember some problems (can't recall which though) but it all stabilized now [18:22] today [18:22] kdepim updated to this git package [18:23] and what before was a small problem [18:23] is now much bigger [18:23] it just duplicated 330 emails [18:24] dating back to the day I imported my maildirs from kmail1 [18:24] the error it displays in the debugger is AgentBase(akonadi_maildir_resource_1): Error opening ; this folder is missing. [18:24] every time I "touch" a duplicate [18:27] I read somewhere on a bug report that there is a configuration menu to set how kmail2 deals with conflicting versions of a message [18:28] but I couldn't find it and I was guessing if it really exists [18:29] faust_: try the ubuntu+1 cahnnel [18:29] thanks [18:29] faust_: *channel [18:30] ah, 11.10 [18:31] i'm on 11.04 [18:35] hello [18:35] I'm using qt4-qtconfig, where can I save my downloaded themes to apply using the tool? [18:39] Joelito: /home/yourusername/.config/Trolltech.conf [18:40] looking [18:44] when looking for themes in kde-look, which ones should I download? kde is not my default DE, just giving a nice look for my QT apps :) [19:06] hi all [19:10] !info ubuntu-desktop natty [19:10] ubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.220 (natty), package size 3 kB, installed size 60 kB [19:14] !info ubuntu-desktop oneiric [19:14] ubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.244 (oneiric), package size 3 kB, installed size 60 kB [19:30] Halli Hallo, ich habe da ein kleines Problem mit der Auflösungseinstellung von meinem Kubuntu, kann mir da wer kurz helfen? === Janusz_ is now known as januszmk [19:34] hello. is anyone here who have sandy bridge and motherboard with z68 chipset? [19:35] !de | Bubi [19:35] Bubi: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [19:39] hello, how can i install grub under live cd? [19:40] ubuntu_: Do you have an already-installed ubuntu box with /boot directory on it? [19:41] i had installed it, but i have to delete the mbr, because i cant start windows xp. now i will reinstall it [19:42] ubuntu_: So, first you need to mount where the /boot on hard drive is. Do you know what partition you installed to? eg: sda1. sdb2 or so on [19:42] sda1 [19:43] but after deleting the mbr, the windows setup disk has converted the ext4 to fat [19:44] ubuntu_: Well, your linux install is probably gone then. Windows is probably there now. [19:44] cant i convert it to ext4? like in windows to ntfs? [19:45] Nothing in Windows will convert an ext filesystem into a fat or ntfs. It must have just formatted it. [19:45] Evening guys :) [19:46] * genii-around slides BarkingFish a coffee [19:46] I need a weenie bit of help if I can have it. [19:46] And thanks for the coffee, genii-around :) [19:46] BarkingFish: Anytime! [19:46] is there anyone who could help me? i have vga integrated in cpu, i5 2500k, ga-z68m-d2h and i have problem with display the movies and some website. when i wath the movies, some "strips" are "jumping" [19:47] hmm, then why say the KDE PArtition Manager, that the partition is available? [19:47] I'm trying to get one of the text to speech things working on here. I've tried jovie along with kttsd and kmouth, and I get no sound. It appears we have the progs, but no voices. Any ideas? [19:47] ubuntu_: Please pastebin result of: sudo fdisk -l [19:47] ubuntu_: eg: from in Konsole [19:47] root@ubuntu:/home/ubuntu# sudo fdisk -l [19:47] Disk /dev/sda: 500.1 GB, 500107862016 bytes [19:47] 255 heads, 63 sectors/track, 60801 cylinders [19:47] Units = cylinders of 16065 * 512 = 8225280 bytes [19:47] Sector size (logical/physical): 512 bytes / 512 bytes [19:47] ubuntu_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [19:47] I/O size (minimum/optimal): 512 bytes / 512 bytes [19:48] ubuntu_: Pastebin, not paste into channel ;) [19:49] hello [19:50] I am having trouble with my external hdd and a programm called "back in time" [19:50] Hello. I'm trying to get my mp4 player detected on Kubuntu 11.04. Help, please? [19:50] I set up a daily backing up [19:51] george, When you say you're trying to get it detected, how is it connected, via USB? [19:52] BarkingFish: (funny name) yes, via USB and all it does is to get charged. [19:52] it's not detecting as a hard drive? [19:52] but when I remove my external HDD my PC won't boot anymore, it then says: ...the HDD UUID=............................. is not ready yet or not available [19:52] BarkingFish: (funny name):nope. [19:53] hm, give me a second george. In the mean time, can you open konsole and tell me if it's listed in lsusb please? [19:53] then I can press S to skip or M to fix it manually [19:53] BarkingFish: ok. [19:54] pressing M the PC doesn't react, pressing M skips the error message but still shows me the boot splash [19:54] sorry, pressing S and it skips [19:55] george: does it have an entry in the output of lsusb? If so, can you tell me the 8 character USBID code please? [19:55] BarkingFish: That's weird. It seems to be listed $ lsusb [19:55] Bus 002 Device 007: ID 10d6:1101 Actions Semiconductor Co., Ltd D-Wave 2GB MP4 Player / AK1025 MP3/MP4 Player [19:55] excellent [19:55] has anybody an idea how to mount this drive? [19:56] can you type blkid and hit enter please, george? [19:56] unfortunately I am not familiar with command line [19:56] BarkingFish: done that. [19:56] BarkingFish: done that, returns nothing [19:56] ooer [19:56] hold on a sec [19:58] george - can you press ALT F2, and type part, then select partition manager from the dropdown please? [19:58] Do I need to do anything special to run opengl apps on Kubuntu? I just installed Kubuntu on my laptop and I installed the Nvidia drivers from their website. After I do that X server won't start so I copied back the old xorg.conf file and when I compile my simple opengl app i get glx errors. All I use in it is freeglut [20:00] george - When the partition manager opens, in the top left you will see all the detected drives that the computer has found. Click each one in turn, and in the main window, look for any drives that have NOT got a small gold padlock next to them. [20:00] If you see one that hasn't, that means that the device isn't mounted. [20:01] ubuntu_: I'm here. My /away is always set :) Did you manage yet to put results of: sudo fdisk -l onto the pastebin website yet so we can see what it says? === hulk is now known as Hulk_ === Hulk_ is now known as Hulk1 === hulk is now known as Hulk1 === Hulk1 is now known as Hulk_ === Hulk_ is now known as Hulk1 === Hulk1 is now known as hulk === hulk is now known as Hulk1 [20:09] ubuntu_: Please do not PM, I assist only in the public channel. ... at any rate, your pastebin shows that sda1 is still partition type of 83/Linux. So let us see if the data is intact: sudo mount /dev/sda1 /mnt and then see if: ls /mnt shows anything. You do not need to paste the results anywhere, just see if it shows files or not. === hulk is now known as Hulk_ === Hulk_ is now known as Hulk1 [20:13] ubuntu_: if it helps any speaking in the main channel is better for two reasons. More people can see what you are saying so you don't have to say it multiple times and different people can help who may not have seemed obvious before. [20:14] ubuntu_: And secondly people who are not aware of the problem can see what the problem is and possibly the solution and can then help other people in the future [20:18] i'm gonna be gone for a while, i have some changes to undertake. I've got a shedload of updates to do, and I'm also installing a new DM. So i'll be back in a while [20:18] if george comes back, either help him out or tell him I'll be back in about an hour [20:18] :) [20:18] ok [20:19] * DasKreech weighs up how much a shedload is [20:19] lol [20:19] more than a bit, less than an elephant [20:19] you figure it out :) [20:19] see you in about an hour guys :) [20:19] lol [20:43] Oh... I had trouble with internet and now Barkfish is gone! Oh man, how will I get my mp4 player detected by Kubuntu 11.04? [20:46] george__: Barkingfish said to tell you he will return in about an hour, that was about 20 minutes ago [20:46] genii-around: oh, thanks man. [20:46] No problem. [21:07] Hi again guys! Sorry to bug you, but I need help. I'm in the process of applying a whopping 459 updates to my stuff through kpackagekit, and the dang thing has downloaded and prepared everything, and promptly hung at 79% while installing. [21:08] BarkingFish: WHich file? [21:08] It's sitting there doing absolutely nothing whatsoever - it ceased while installing flashplayer-installer. What I want to know is, if I kill it, do I have to download and install everything again? [21:10] It's halfway through upgrading kde to whatever the newest release is. 4.7.something or other [21:10] BarkingFish: No [21:10] and it's already started taking programs out of my menu in preparation to replace them [21:10] BarkingFish: flashplayer-installer doesn't contains the actual flashplayer (copyright blah blah) but downloads it while installing [21:10] They are already on your computer so it will just pick up from the last thing that was installed [21:10] so I can knock this on the head and it will do nothing bad? I just restart it and it will carry on from where it left off? [21:11] damn it. It looks like it crashed anyhow [21:12] BarkingFish:hello. I had some trouble with internet. when you solve your issue, could we continue that mp4 detection thing? [21:12] The software update window has vanished along with the system tray icon [21:13] george__, Sure. Maybe someone else can help in the mean time - all I wanted to do was see if your mp4 player was detected but not mounted because it hadn't got a mountpoint to go to. [21:13] DasKreech, Do you think you could help george__ finish off trying to get his mp4 player mounted please? [21:13] I was helping him, but he vanished, and I started my updates while I was waiting :) [21:15] BarkingFish: Probably should hav stopped it :) [21:15] I'm gonna run a reboot, it looks like it *may* have finished correctly... I've got kde 4.7.1 programs available, let's see how far I get :) [21:15] back in a few moments [21:15] BarkingFish: but it will pick up where it left off. If you want yo ucan shut down the GUI and just login here from the command line while things upgrade [21:16] it's much more focused and less nerve wracking [21:16] Or just reboot :) [21:16] ok, I've got irssi set up so I'll do that when I come back. [21:16] that would be fine too ^_^ [21:16] Rebooting now. [21:17] BarkingFish: wait [21:17] BarkingFish: run 'sudo dpkg --configure -a' first, if that does nothing it should be fine [21:17] ok [21:17] it did zip [21:18] I'm kicking the reboot off, see you in a few moments hopefully [21:20] * DasKreech waits for the Fish To bark again [21:23] ok, that's all gone through. No errors on load, other than ndiswrapper missing my USB wifi stick because it couldn't initialize it :) [21:28] BarkingFish: Nice! If you or somenone else could contiue helping me, on Partition Manager it reads "no valid partition table" and Disk Utility reads "unknown". [21:28] have you got any files on the mp4 player or not yet> [21:28] ? [21:30] george__: i have a mp3 player that have no partitions and works by mounting just /dev/sdx (no part. number). [21:32] yes, but we need to find out what the FS type is on the device [21:32] and if possible, make a mountpoint for it. [21:32] george__, where do your hard disks mount to, /media/ ? [21:34] probably fat32 [21:34] just a few, but that's not an issue. If you're going to tell me to format it, I fear that it could shrink.... [21:35] but i missed what the problem is [21:35] I don't want you to format it :) [21:35] What I'd like to get you to do is to open konsole, and type the following: cd /media [21:35] then when you're in there, type sudo mkdir mp4player [21:36] i'd suggest using /mnt for that, not /media [21:36] seconded :3 [21:37] By default, when I set up kubuntu, all of my mountpoints went to /media, therefore I normally direct people to mount in the same place all their other disks go. [21:37] That's why I asked him where all the others he had mounted [21:37] BarkingFish: "automatic" stuff mounts there. manual stuff goes to /mnt [21:37] All right, what should I type? [21:38] george__, I better get you to do what the others are suggesting, despite what I would suggest doing the same thing :) [21:38] :) [21:38] go to cd ../mnt please [21:38] in there, type sudo mkdir mp4player [21:38] BarkingFish: it _is_ the same thing, just different dir ;-) [21:39] ok, and now? sudo mkdir mp4player? [21:39] Torch, If everything else mounts in /media, and I'd want the player to mount automatically on connection, i'd put it in /media [21:39] yes, as above george__ [21:39] oh, by the way, my usb flash drive mounts on media [21:40] BarkingFish: whatever you're trying to do probably won't make it mount automatically, but i see what you mean [21:40] I won't say I told you so, cause I'll probably get kicked for it :) [21:40] * Torch can't kick people here. [21:40] Anyhow george__ what you now have is a mountpoint for your player [21:41] Now, when you went into the partition manager, what drive letter did it show you for the player? [21:41] problem arises when you connect a device with a partition named "mp4player"... unusual, but possible :P [21:41] lol [21:42] gomiboy, I've never had any problems in the 11 years I've been on linux, I don't see why I should start having them now :) [21:42] Or causing them for that matter, either! [21:42] like i said unusual... but possible [21:42] Anyway - what drive letter did the partition manager show you for your mp4player, george__? [21:43] (there was no /media 11 years ago) [21:43] :) [21:43] you mean /dev/sdb ? [21:43] no, I know. I started on /mnt, and everything went there. Then when everything started going to /media, I followed it [21:43] george__, yes [21:44] What I want you to do is at the command line, type sudo mount /dev/sdb /mnt/mp4player [21:44] BarkingFish: ok... [21:45] if it gives you any errors, just mention what they are here, or if you get a lot, pop them on paste.ubuntu.com and put the URL here [21:48] BarkingFish: sorry for the delays, I type and then search for the proper english translation. it says: "mount: you must specify the filesystem type" [21:48] right - this is the bit I don't entirely know. [21:48] BarkingFish: -t [21:49] guys - for fat filesystems, do we use fat or vfat as the fstype? [21:49] BarkingFish: yes [21:49] which, Torch? [21:49] fat or vfat? [21:50] vfat [21:50] !fat [21:50] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [21:50] ok, thanks Torch [21:51] man mount has the list [21:51] right, george__ - this is the correct command - sudo mount /dev/sdb /mnt/mp4player -t vfat [21:51] BarkingFish:trying.... [21:51] ok Torch - I'll have a read of that in a moment [21:52] i'm not sure mount accepts the type after device and mount point [21:52] maybe it does, maybe not [21:52] it should be [21:52] sudo mount -t device mountdir [21:52] otherwise it breaks [21:52] TheEvilPhoenix: that's what i was thinking, yes [21:54] BarkingFish: it appeared the hourglass on the its screen, but nothing changed... :( [21:54] george__: this is the command line... no hourglasses there [21:54] george__: when the command returns without a message it worked [21:55] you should be in konsole, george__ - not on the main GUI :) [21:55] Torch: tee-he, I know, I was saying about the mp4 player. On konsole, all went without issues, you guys know. [21:55] george__: try an ls -l of whevever you mounted it [21:55] I gave you the wrong command anyhow, I suck on CLI. It should have been sudo mount -t vfat /dev/sdb /mnt/mp4player [21:56] The hourglass on the mp4player most likely means it's connected. [21:56] ls should tell you [21:57] also mount [21:57] BarkFish: same happens. [21:57] Torch:ok [21:58] george__, as Torch explained, if you just type mount on the konsole, it should show you everything which is mounted, just check it to see if it's showing up. [21:59] if it is, cd /mnt/mp4player and then type ls -l to show you what's on the device. [22:00] ok, I'm gonna pastebin that [22:00] o.o [22:00] um [22:00] its not normal for plasma-desktop to segv right? [22:00] TheEvilPhoenix: no ;-) [22:00] TheEvilPhoenix, no, absolutely not [22:00] TheEvilPhoenix: nor for any other process ;-)) [22:00] i assume i should report the bug :P [22:00] Yes [22:01] mount: http://pastie.org/2613598 [22:01] george__: perfect! [22:01] george__: last line [22:01] yep, it's there [22:02] Does it show anything on the device when you ls -l the directory? [22:04] BarkFish: yes... it displays the folders it has, but on the folder on kubuntu they doesn't appear. besides, there are two files, which i believe are malware from windows computers. [22:05] see: http://pastie.org/2613611 [22:05] well, the aut0run.inf is suspicious, but you can hardly blame linux for that [22:06] Torch:should I delete those files, anyway? [22:06] george__: o cam [22:07] oops [22:07] george__: i can't tell you that. they sure won't do any harm under linux [22:07] BarkFish:Now, how can I access the folders the device has via kubuntu? [22:07] george__: yes (answering for BarkingFish) === marcio is now known as Guest1575 [22:08] george__: you should be able to navigate to /mnt/mp4player in dolphin [22:08] george__: or just xdg-open /mnt/mp4player in the shell [22:08] right, the autorun.inf isn't malware [22:09] all that is for is when you connect to a windows pc, for bring up the box with the "There are multiple file types on this disk, what do you want to do with them?" thingy in it [22:09] BarkFish:Nevermind, the folders are appearing now! Oh guys, thank you so much all of you. [22:10] BarkFish:Is that so? autorun is ok, then? [22:10] yes, that'll be fine. It's just for automatic running of what you plug in [22:10] my old mp3 stick had one [22:11] anyway george__ - all you need to do now is just start transferring stuff between your pc and the player, best to do that in dolphin, using split window mode [22:11] george__: you should add a line to /etc/fstab [22:12] I normally split it so I have source file one side, and the destination folder on the other [22:12] and just drag and drop across the two [22:13] BarkFish:Ok, thanks a lot for you help. [22:13] Torch:Thank you. [22:13] Thank all of you. [22:13] george__: np [22:13] no problem george__ - come back if you need anything else :) [22:13] george__: all credit goes to BarkingFish [22:15] All right. GNU/Linux is great and its community is awesome. :) [22:17] So, good bye for now. [22:17] george__: bye [22:22] Hey guys. I' [22:23] hey gal. [22:23] >.> [22:23] I [22:23] Blasted keyboard! [22:23] I'm NOT a gal. [22:23] OK, let's get to the problem... [22:24] Muon notified me there's over 200 updates to install. I selected them all and clicked Install, and I get an error that says something like.... "Another application is using this installer." === OffToHades is now known as BarkingFish [22:25] something like? can you give the exact error message? [22:26] Hang on. [22:27] No, apparently I can't. It disappears after a moment. [22:28] you could just use apt-get on the shell to update. no cleaner way under the sun. [22:29] like, sudo apt-get update && sudo apt-get dist-upgrade [22:29] doesn't fix the $LATESTGUIINSTALLER but works [22:32] Here it is.... [22:32] Another application seems to be using the package system at this time. You must close all other package managers before you will be able to install or remove any packages. [22:32] loving kubuntu style, thanks :-) [22:33] LINKSWORD2: yes [22:33] LINKSWORD2: that's not uncommon. the question is, who's the culprit. [22:33] LINKSWORD2: assuming this comes from apt-get / dpkg [22:33] Problem is, I don't have anything updating, or any other package managers installed, let alone running. [22:34] LINKSWORD2: then it might just be a stale lock file hanging around [22:34] I'm using Muon. [22:34] well, i can't say anything about muon [22:34] How would I fix this? [22:34] JontheEchidna: seems I'm not the only one ^ [22:34] LINKSWORD2: if it's really just a stale lock file, you could delete the file [22:35] LINKSWORD2: if it's muon acting up, that would not help, of course [22:35] LINKSWORD2: i forget where the lock file is, google will tell you [22:35] !dpkglock [22:35] If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [22:36] JontheEchidna: thanks mate [22:36] Wait, what?! [22:36] * Torch has to log out and back in again, be back in a bit. [22:36] .... I'm confused. [22:36] JontheEchidna: How can I get this error out of my way? [22:36] LINKSWORD2: run the command, and see if it still happens [22:37] re [22:38] Yep... [22:38] E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. [22:39] LINKSWORD2: do that, it's not gonna break anything [22:39] "No such file or directory." [22:39] I'm going to KILL this thing!!! [22:39] LINKSWORD2: if you run "sudo dpkg --configure -a", you get "no such file or directory"? [22:40] Yes. [22:40] LINKSWORD2: hard to believe? [22:40] oops, s,!,?, [22:40] LINKSWORD2: check your speling [22:40] I have double and triple-checked. [22:40] vl@mondo:~$ sudo dpkg --configure -a [22:40] vl@mondo:~$ [22:45] dpkg being missing would signal much deeper problems with the computer... [22:45] Such as? [22:46] LINKSWORD2: it is hard to believe you have a working system without dpkg [22:46] well, a vital program for the system seems to be missing. dunno why though. [22:47] Is there any way to tell for sure? [22:47] vl@mondo:~$ which dpkg [22:47] /usr/bin/dpkg [22:47] vl@mondo:~$ ls -l /usr/bin/dpkg [22:47] -rwxr-xr-x 1 root root 249240 2011-06-29 11:46 /usr/bin/dpkg [22:47] LINKSWORD2: try that [22:47] Torch: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:47] lol [22:47] LINKSWORD2: ignore the stupid bot, try that [22:49] dpkg is there. [22:49] But I don't understand why I'm having problems. [22:49] LINKSWORD2: try running it again with sudo [22:50] because *something* went wrong before, for now run the command (somehow) [22:50] clear [22:50] ls [22:50] g0rs: wrong window :P [22:50] sorry yofel [22:50] lol [22:50] LINKSWORD2: did the command work? [22:51] Sorry, I didn't see which command you're talking about. [22:51] sudo dpkg --configure -a [22:52] or sudo dpkg -l -- whatever [22:52] you have to have dpkg [22:52] Looks like I have errors. [22:52] pastebin them [22:52] !pastebin [22:52] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:54] http://paste.ubuntu.com/699375 [22:55] LINKSWORD2: that's missing something on the top, please pastebin everything dpkg --configure -a prints [22:55] That's all I'm getting. [22:55] hm, then run 'sudo apt-get install -f' instead [22:56] make sure to double check what it wants to add/remove [23:22] Torch: many systems work without dpkg [23:26] DasKreech: heh [23:27] :-) [23:30] hola === frogonwheels_ is now known as frogonwheels === michael is now known as Guest5024