| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
Comments:
<0> hey why is the xubuntu channel dead? <1> is it possible to share internet connection in infrastructure mode using off the shelf wireless cards? <2> is there any way I can ask mplayer to buffer up a few megs of the movie I'm trying to watch before playing it? It's on an SMB mount on a remote windows box <3> dooglus: some where in the options you might see something <1> dooglus: there is a way but i fogot how <3> rabidphage: some thing i was thinking. <2> LadyNikon: I see the -cache option, but it only seems to work if the movie is being streamed. <2> since it's on a mounted filesystem, mplayer ignores the option. <3> ah <3> why would you want to buffer a movie on the HD? <4> dooglus: you can wget the file and use mplayer to read the contents of the file while its downloading <1> yeah why? <2> LadyNikon: it's not on the HD <2> ablyss: I can do that, but then I can't skip back and forth through the movie <5> wine makes me puke <1> is it possible to share internet connection in infrastructure mode using off the shelf wireless cards?
<2> ablyss: it says "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)" if I try <6> will i have a problem installing this on a sata drive? <1> i can't afford to buy a router but i've got some wireless cards lying around <4> dooglus, got me there.. i dont use mplayer much anymore <2> ablyss: I'm not sure how to wget from a mounted filesystem - I used 'cat' instead <7> dooglus: and when you use -idx, what happens? <2> ablyss: what do you use? can that buffer files? <2> hyphenated: -idx reads the whole file before starting to play it. that's no use to me <2> hyphenated: if I wanted to wait that long I'd just copy the file to my local disk first... <4> dooglus, i use xfmedia <2> ablyss: I'll try that <6> umm can anyone answer me? <8> no SiLvALyNiN you should not <6> thank you <3> i guess i will check tomorrow gn all <7> dooglus: it's odd that -cache isn't working for you <2> ablyss: it's taking a long time to start up - maybe that's a good sign. <6> also, should i make a partition now for it, or should i do that while installing <5> lates lady <2> hyphenated: I don't think -cache works when it's reading from a file <9> la madre q lo pario... no puedo instalar php.... gringos <10> finally got my nvidia legacy driver working, <11> puntouy: #ubuntu-es por favour. <12> Hi, who knows a 3d file manager project ? <11> chicken__fire: You want to manage 3d files? <9> thanks blueeagle <11> chicken__fire: ...or do you want to manage files in 3d? <2> ablyss: xfmedia seems to play the video OK, but without any sound. or pictures. <5> tc's? <5> ^waste <2> ablyss: I do see a nice little timer counting up the minutes and seconds though <4> dooglus: bummer <12> manage files in 3d. <5> xgl based? <11> dooglus: that's going on bash.org <13> i have a new intel pentium d pc with windows xp <2> BlueEagle: nice :) <13> it has an intel 945g motherboard <13> is ubuntu compatible with intel hd audio <11> chicken__fire: brutal file manager (I recomend running it in read only mode) http://www.forchheimer.se/bfm/ <14> anybody knows how to recover yaboot on a multi-boot mac?(osx & ubuntu) <13> is ubuntu compatible with the sigmatel stac 9220 chipset <15> anyone around per chance? <11> roe: I'm here, not by chance but by choice. (or something) <9> i heve installed the package apache2-mpm-worker... and my problem is wich package i need to enable php.. not prefork <9> what package i need? <15> I am trying to install flight 7... and it keeps hanging at 50% of "starting up the partioner" <11> roe: #ubuntu+1 please (as it sais in the topic of this channel) <16> roe, #ubuntu+1 for Dapper questions <15> ah.. sorry :) <11> !info innolab <11> chicken__fire: also see http://sourceforge.net/projects/innolab/ (apperantly not in the repos) <17> hey guys.. i'm very new to linux <17> i just installed mythtv <17> but i dont know the path where it is installed. <17> is there a default directory where programs are installed? <18> coolio: /usr/bin . <17> thanks <17> installed mythtv by using sudo apt-get install mythtv <17> i installed* <17> and i dont see it in /usr/bin
<17> could it be installed in a directory other than /usr/bin/mythtv? <19> howdy! <20> coolio, sudo find / -name mythtv <18> coolio: if you installed it, you should have /usr/bin/myth{epg,frontend,progfind,tv,osd} <18> coolio: those are all part of mythtv-frontend, which is a dependency of the mythtv metapackage <21> 'which mythtv' will also say where it is <20> whereis mythtv, will as well <6> ok can somebody please help, i just tried running a Live cd, and that won't even work <6> i then did a cd integrity test, and it said that the first .cloop file failed the MD5 checksum <6> so what do I do? <20> SiLvALyNiN: do you have an 8x speed cdrom? <17> thanks for your advice <6> umm, no it's 52x cd-rw <20> reburn it <6> should i burn it slower? <22> hello <20> yes <20> like 16x <22> has anyone seen how the network printer detection in the latest cups works ? <17> hum.. these are not folders right? <22> it' s in the new features, can' t seem to find it <23> hi <6> ok, and would you be able to link me to a md5 checksum checker or something <6> to make sure the iso isn't corrup to begin with <23> have anyone installed dvd burner in ubuntu 5.1 <17> i have a file called 'mythtv' without an extension <17> am i correct? <17> are files in /usr/bin/ files without file extensions? <24> coolio: most executable files (namely compiled ones) don't have extensions <19> coolio: most things in unix/linux don't have extensions <24> you just type 'mythtv' or whaterver and it runs <25> coolio, they don't need extensions. Even though they can have them <19> linux knows what the files do, there's info inside of them that tells it what to do w/ it <19> basically <25> coolio, take for instance a Perl progrem: 'perl.pl' will work even if it were named 'perl'. It's all in the permissions, if its set to 'x' then it's executable <24> also, linux isn't quite lain out like a Windows setup is, a folder for each app. Executables are in one place, needed librairies in another, configs in another <25> coolio, also, there's a thing called 'the shebang line'; which looks like this: #!/usr/bin/perl (which tells the system which program will execute the rest of the file) <26> can any one help I'm trying to install yahoo messanger and it won't install becaus it says it need libssl0.9.6 or better I have libssl0.9.7 installed and the yahoomessange pagacge will not install any one know how I can fix this problem <6> would somebody please be able to tell me what the correct md5 checksum is for the amd64 live cd? <18> SiLvALyNiN: breezy? dapper? <17> alright thanks! <22> clif: dapper ? <6> breezy i believe <27> righto. i want to install avidemux, but i need to add a deb line to my sources.list. there are 3 choices:sarge, etch, and sid. obviously, it's for debian, but which one is closest for breezy? <17> so are the programs in /usr/bin dependent on any other files on the system? <24> 7fbe948be484ba2f4740ab6113890652 ubuntu-5.10-install-amd64.iso <17> other than standard libraries <18> SiLvALyNiN: http://se.releases.ubuntu.com/breezy/MD5SUMS <26> dapper? I'm new to ununtu is that something thats part of ubuntu <19> clif: why don't you just use gaim? <6> wow mine is completely different <22> dapper is the version <18> SiLvALyNiN: so for amd64 live, 8523ee4b5490c9b77ac4ec5e5a12b2f5 <19> !dapper <28> Dapper Drake will be the next release of Ubuntu - due June 1 (see: http://tinyurl.com/qyrkq). Join channel #ubuntu+1 for discussion and support :) <18> tokennrg: you pasted install <24> gah, oops. My bad <6> mine is completely different it seems <6> starts with bf41... <26> gaim will that allow me to talk to my friends on yahoo or will that fix my problem... sorry it's been over 10 years since I have had a unix machine <27> which branch of debian is breezy based on? sid? <29> hello <18> krazykit: none <19> clif: gaim lets you use yahoo,msn,aol,irc,icq etc... all in one program <19> however, it doesn't have support for the video stuff, IIRC <6> should i just re-download the iso? <27> crimsun: really? guess it was hoary, then. <18> krazykit: we sync with sid at the beginning of each dev cycle, and then we pull from sid/experimental periodically <26> ok whould I find that in the package installed or do I need to go download that from some where <19> clif: it's already installed. <27> but anyway, the previous question still stands. when using packages for debian, should i use sarge etch or sid? <19> applications->internet->Gaim Instant Messenger <27> because as far as i can tell, avidemux isn't in uni/multiverse <18> krazykit: you can use any /source/ package from Debian if you recompile it on your Ubuntu system. Don't attempt to just pull binary debs from Debian repos.
Return to
#ubuntu or Go to some related
logs:
install second life linux godling yaakov udp sniffer ubuntu install icons skype extragear ubuntu Error in I830WaitLpRing() gentoo kzenexplorer could not find any jukeboxes #css pemission denied debian file is encrypted or not a database
|
|