[00:04] stf^rock1inux (n=user@M1524P015.adsl.highway.telekom.at) left irc: Read error: 110 (Connection timed out) [00:27] kasc (n=kasc@dslb-084-060-123-114.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out) [01:04] kasc (n=kasc@dslb-084-060-121-146.pools.arcor-ip.net) joined #rocklinux. [03:54] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [03:54] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [04:18] kasc_ (n=kasc@dslb-084-060-120-229.pools.arcor-ip.net) joined #rocklinux. [04:35] kasc (n=kasc@dslb-084-060-121-146.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out) [04:35] Nick change: kasc_ -> kasc [06:47] <blindcoder> moin [06:50] <daja77> moin blindy [06:51] <blindcoder> hi daja77 [06:53] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [06:53] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [07:34] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [07:34] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [07:55] stf^rocklinux (n=user@M1426P010.adsl.highway.telekom.at) left irc: Read error: 60 (Operation timed out) [07:57] stf^rocklinux (n=user@M1110P020.adsl.highway.telekom.at) joined #rocklinux. [10:08] ija_ (n=ija@i59F73CFD.versanet.de) joined #rocklinux. [10:25] ija (n=ija@i59F77446.versanet.de) left irc: Read error: 110 (Connection timed out) [12:00] kasc (n=kasc@dslb-084-060-120-229.pools.arcor-ip.net) got netsplit. [12:00] mnemoc (n=amery@kilo105.server4you.de) got netsplit. [12:00] rocklogbot (n=rocklogb@pallas.crash-override.net) got netsplit. [12:00] ubijtsa2 (n=ubijtsa@karlsson.force9.co.uk) got netsplit. [12:00] ija_ (n=ija@i59F73CFD.versanet.de) got netsplit. [12:00] daja77 (i=daja77@magolin.org) got netsplit. [12:00] blindcoder (n=blindcod@pallas.crash-override.net) got netsplit. [12:00] ravelo (n=userm@94.241.131.213.static.inetbone.net) got netsplit. [12:01] ija_ (n=ija@i59F73CFD.versanet.de) returned to #rocklinux. [12:01] rocklogbot (n=rocklogb@pallas.crash-override.net) returned to #rocklinux. [12:01] ubijtsa2 (n=ubijtsa@karlsson.force9.co.uk) returned to #rocklinux. [12:01] mnemoc (n=amery@kilo105.server4you.de) returned to #rocklinux. [12:01] daja77 (i=daja77@magolin.org) returned to #rocklinux. [12:01] blindcoder (n=blindcod@pallas.crash-override.net) returned to #rocklinux. [12:01] ravelo (n=userm@94.241.131.213.static.inetbone.net) returned to #rocklinux. [12:08] kasc (n=kasc@dslb-084-060-120-229.pools.arcor-ip.net) returned to #rocklinux. [14:52] linuxjunky (n=Guru@DSL-202-59-71-16.nexlinx.net.pk) joined #rocklinux. [14:52] <linuxjunky> can someone guide me how can i play music files from nework drives using mpg321 [14:52] <linuxjunky> ???? [14:53] <linuxjunky> is there someone who can help me>????????// [14:53] <linuxjunky> or can someone guide me to an appropriate channel [14:53] <linuxjunky> ????? [14:56] <netrunner> linuxjunky: mpg321 <file> [14:56] <netrunner> !!!!!!! [14:56] <linuxjunky> yes but how can i run a file which is placed at some other computer on the network [14:56] <linuxjunky> can u kindly tell me abt the command used for that [14:57] <netrunner> linuxjunky: have you mounted the share already? [14:57] <linuxjunky> i access it from konqueror [14:58] <netrunner> then just click on it. [14:59] <linuxjunky> no , i want to play that file in console using mpg321 [15:00] <th> it might not be available in "konsole" but only in konqueror [15:00] <th> konqueror has some code which connectes to remote places which konsole does not have [15:00] <th> because konsole only holds a shell [15:00] <netrunner> linuxjunky: you have to mount it first. what protocol are you using? [15:01] <linuxjunky> TCP [15:02] <netrunner> linuxjunky: and on top of tcp? what is the first word in the adress bar of konqueror? [15:04] <linuxjunky> SMB (MS networking protocol) [15:04] <th> perhaps there is even a tool which can play the file directly with smb [15:05] <th> mplayer perhaps? [15:05] <th> otherwise you need to smbmount it [15:05] <linuxjunky> i use smb to access to access the files placed on a computer(using ms windows) [15:05] <linuxjunky> yes, mplayer is right but i know that mpg321 can play files from network but how i don [15:05] <linuxjunky> don't know [15:05] <th> it can?? [15:05] <netrunner> linuxjunky: use smbmount or smbfs to mount the network share [15:05] <th> propably it can only play files which are found in the filesystem [15:06] <th> if it is a networked filesystem then you are right [15:06] <th> linuxjunky: perhaps you want to have a look at daap [15:07] <netrunner> I don't think mpg321 plays something from the network (which is not mounted to a local filesystem) [15:07] <th> or perhaps you want to write a script which uses smbclient to get the file from the share and then pass it to mpg321 [15:07] <th> or perhaps you just want to mount the smb share into your fs and use mpg321 regulary [15:08] <th> Usage: mpg321 [options] file(s) | URL(s) | - [15:08] <th> hmm it can play from urls [15:09] <th> but propably no smb:// scheme [15:09] <th> only http [15:09] <th> so if it shall be smb... then you need to either mount, or first fetch the file with smbclient [15:10] <linuxjunky> i access network drives by just giving a user name passwd is blank i mean no password [15:10] <netrunner> th: I find http://, ftp:// and Araw:// in the binary [15:10] <linuxjunky> when i used this command it asks for a passwd when i left it blank it gives error [15:10] <linuxjunky> smbmount //servername/sharename /mountdirectory -o username=mywindowsusername,password=mywindowspassword [15:11] <netrunner> what error? [15:11] <linuxjunky> something like access denied [15:12] <th> add option "guest" if there is no password [15:12] <linuxjunky> can u type in the syntax for the command plzzz, i m having probs [15:13] <th> mount -t smbfs -o username=foobar,guest //servername/sharename /mountdirectory [15:15] <linuxjunky> when i used this command the command hanged and gave no result not executed [15:15] <linuxjunky> mount -t smbfs -o username=administrator,guest //192.168.0.238/F /mnt/network/ [15:15] <linuxjunky> it worked [15:16] <linuxjunky> Hahaah [15:22] <linuxjunky> thx all fellows , u made it easier for me now all is OK [15:22] <linuxjunky> thx all [15:22] <linuxjunky> SPECIALLY netrunner, and th [15:23] <th> you're welcome [15:33] <netrunner> np [15:33] <netrunner> linuxjunky: hint for the future: people tend to be distracted from answering to questions that use more than one question mark in a row ;) [15:35] Nick change: blindcoder -> blindbiker [15:37] <netrunner> don't fall :) [15:38] <blindbiker> hehe, won't do :) [15:54] <linuxjunky> thx, tht was a helpful hint [15:59] linuxjunky (n=Guru@DSL-202-59-71-16.nexlinx.net.pk) left irc: "Leaving" [16:02] stf^rock1inux (n=user@M1266P012.adsl.highway.telekom.at) joined #rocklinux. [16:15] stf^rocklinux (n=user@M1110P020.adsl.highway.telekom.at) left irc: Read error: 110 (Connection timed out) [18:38] ubijtsa2 (n=ubijtsa@karlsson.force9.co.uk) left irc: Remote closed the connection [18:38] ubijtsa2 (n=ubijtsa@karlsson.force9.co.uk) joined #rocklinux. [18:43] Nick change: blindbiker -> blindcoder [19:30] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [19:30] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [19:52] Pilot (i=pilot@moscow.etcnet.org) joined #rocklinux. [20:00] Nick change: ija_ -> ija [21:16] Pilot (i=pilot@moscow.etcnet.org) left irc: "left" [22:40] stf^rock1inux (n=user@M1266P012.adsl.highway.telekom.at) left irc: Read error: 104 (Connection reset by peer) [22:41] stf^rocklinux (n=user@M1266P012.adsl.highway.telekom.at) joined #rocklinux. [23:03] stf^rocklinux (n=user@M1266P012.adsl.highway.telekom.at) left irc: Read error: 110 (Connection timed out) [23:31] stf^rocklinux (n=user@M1266P012.adsl.highway.telekom.at) joined #rocklinux. [00:00] --- Thu May 24 2007