which package contains avisynth.dll

2007-11-20 Thread Kamaraju S Kusumanchi
When trying to play a .pls file obtained from
http://www.npr.org/audiohelp/progstream.html , I found that it works fine
with kaffeine, amarok etc., but does not work with mplayer.


With mplayer, it gives the following error

$mplayer shoutcast-playlist.pls
MPlayer 1.0rc2-4.2.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2, Stepping: 9)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.

Playing shoutcast-playlist.pls.
Win32 LoadLibrary failed to load:
avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, 
/usr/local/lib/win32/avisynth.dll


Exiting... (End of file)



Which package contains avisynth.dll? I tried looking at apt-file, apt-cache,
google etc., but could not find it anywhere for Debian. What puzzles me is
that the .pls works in amarok, kaffeine etc., but does not work with
mplayer... Any ideas/suggestions?

thanks
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains avisynth.dll

2007-11-20 Thread Jonathan Kaye
Kamaraju S Kusumanchi wrote:

 When trying to play a .pls file obtained from
 http://www.npr.org/audiohelp/progstream.html , I found that it works fine
 with kaffeine, amarok etc., but does not work with mplayer.
 
 
 With mplayer, it gives the following error
 
 $mplayer shoutcast-playlist.pls
 MPlayer 1.0rc2-4.2.2 (C) 2000-2007 MPlayer Team
 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2, Stepping: 9)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
 Compiled with runtime CPU detection.
 Can't open joystick device /dev/input/js0: No such file or directory
 Can't init input joystick
 mplayer: could not connect to socket
 mplayer: No such file or directory
 Failed to open LIRC support. You will not be able to use your remote
 control.
 
 Playing shoutcast-playlist.pls.
 Win32 LoadLibrary failed to load:
 avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll,
 /usr/local/lib/win32/avisynth.dll
 
 
 Exiting... (End of file)
 
 
 
 Which package contains avisynth.dll? I tried looking at apt-file,
 apt-cache, google etc., but could not find it anywhere for Debian. What
 puzzles me is that the .pls works in amarok, kaffeine etc., but does not
 work with mplayer... Any ideas/suggestions?
 
 thanks
 raju
Hi Raju,
I know all about this avisnyth.dll file. I get similar messages to yours
when I try to connect to a sopcast server using mplayer. It seems to be
some kind of bogus error message that mplayer spews out when it can't
connect to a server for some reason. The answer seems to be, ignore it. The
same command line that gives me this message eventually connects to the
server if I keep trying so I know that I don't need avisynth.dll.
An example would be if I give the command line
$sp-sc-auth sop://broker1.sopcast.com:3912/6002 3908 8908  /dev/null 
and then I try
mplayer -vo gl -framedrop http://localhost:8908/tv.asf
I often get the message that you got. If I'm patient and I keep trying I
eventually get throw and can watch my football match (or whatever). Success
does not seem to depend on having avisnyth.dll. Maybe this is just some
code not removed from the windows version of mplayer.
Cheers,
Jonathan
-- 
Registerd Linux user #445917 at http://counter.li.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains avisynth.dll

2007-11-20 Thread Sjoerd Hiemstra
Kamaraju S Kusumanchi wrote: 
 With mplayer, it gives the following error
 
 $mplayer shoutcast-playlist.pls
 ...
 ...
 Playing shoutcast-playlist.pls.
 Win32 LoadLibrary failed to load:
 avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, 
 /usr/local/lib/win32/avisynth.dll

 Which package contains avisynth.dll? I tried looking at apt-file,
 apt-cache, google etc., but could not find it anywhere for Debian.
 What puzzles me is that the .pls works in amarok, kaffeine etc., but
 does not work with mplayer... Any ideas/suggestions?

The usual cure for this is to add the -playlist option:

mplayer -playlist file_to_play

You do NOT need avisynth.dll.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains avisynth.dll

2007-11-20 Thread Andrei Popescu
On Tue, Nov 20, 2007 at 07:38:45PM +0100, Sjoerd Hiemstra wrote:
 Kamaraju S Kusumanchi wrote: 
  With mplayer, it gives the following error
  
  $mplayer shoutcast-playlist.pls
  ...
  ...
  Playing shoutcast-playlist.pls.
  Win32 LoadLibrary failed to load:
  avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, 
  /usr/local/lib/win32/avisynth.dll
 
  Which package contains avisynth.dll? I tried looking at apt-file,
  apt-cache, google etc., but could not find it anywhere for Debian.
  What puzzles me is that the .pls works in amarok, kaffeine etc., but
  does not work with mplayer... Any ideas/suggestions?
 
 The usual cure for this is to add the -playlist option:
 
 mplayer -playlist file_to_play
 
 You do NOT need avisynth.dll.

Do you know why the playlist option helps? I'm really curios since I 
really can't see any connection (and I see the same error from time to 
time).

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: which package contains avisynth.dll

2007-11-20 Thread Sjoerd Hiemstra
Andrei Popescu wrote:
 On Tue, Nov 20, 2007 at 07:38:45PM +0100, Sjoerd Hiemstra wrote:
  Kamaraju S Kusumanchi wrote: 
   With mplayer, it gives the following error
   
   $mplayer shoutcast-playlist.pls
   ...
   ...
   Playing shoutcast-playlist.pls.
   Win32 LoadLibrary failed to load:
   avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, 
   /usr/local/lib/win32/avisynth.dll
  
   Which package contains avisynth.dll?
  
  The usual cure for this is to add the -playlist option:
  
  mplayer -playlist file_to_play
  
  You do NOT need avisynth.dll.
 
 Do you know why the playlist option helps? I'm really curios since I 
 really can't see any connection (and I see the same error from time
 to time).

AFAICT, a .pls file is a playlist file (like .asx and .asf), so mplayer
needs the playlist option to look for streams inside.
The error with avisynth.dll seems to be a generic error message.
You could try googling for 'mplayer avisynth playlist' to find some more
hints.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains avisynth.dll

2007-11-20 Thread Kamaraju S Kusumanchi
Sjoerd Hiemstra wrote:
 The usual cure for this is to add the -playlist option:
 
 mplayer -playlist file_to_play
 
 You do NOT need avisynth.dll.

The -playlist option works great! Now mplayer can play the npr radio
streams... yay! Thanks for all those who replied.

raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains mkfs.vfat

2007-10-23 Thread Daniel B.

Mathias Brodala wrote:

Hi.

Matus UHLAR - fantomas, 02.06.2007 23:26:

Serena Cantor, 31.05.2007 23:48:

I have trouble using logical vfat partition
so I intend to try mkfs.vfat

On 01.06.07 00:00, Mathias Brodala wrote:

My suggestion: avoid that one and use a Windows system to format with FAT32.
This tool thrashed the filesystem of my digital camera twice that much, that not
even a Windows system could recover it. Fortunately the camera of a friend was
able to rescue the card in my camera.

man mkdosfs(8) has some advices concerning digital cameras...


Yep, already read that but it doesn’t concern me since I don’t use CF but SD 
cards.



Be careful if you install a package that contains fsck.vfat.

It corrupts filesystems, and it ignore the /etc/fstab setting
that should tell it to not run.


fsck.vfat turns a small VFAT corruption into a big one.  (When it finds
and tries to fix a small problem, it causes a large one.)

Be afraid.  Be very afraid.

I suffered _multiple_ (repeated) massive corruptions of my Windows
(C:) filesystem.  For example, the file allocation table's sectors
and the root directory's sectors were overwritten.  Given that,
nothing was recovered by it or Window's CHKDSK.  (I ended up with
4 C:/FOUNDnnn/FILE.CHK files (literally--4 directories of
files FILE.CHK through FILE.CHK).)


What was really strange was that the data that was written over
the FAT and the root directory's sectors was data from a file on a
_different_ FAT partition.

And a later time it corrupted my C: disk, it was the _same_ file
(from a different filesystem (partition)) whose contents was written
all over the FAT and the root directory (at the exact same sector
offset).

I wonder whether fsck.vfat tried to check two different filesystems
in parallel (I don't recall for sure whether they were on different
disks), didn't keep its data straight, and wrote onto the first
partition data from the second partition.  No, I don't see how that
would happen--I don't see why fsck.vfat would read the contents
of a file.


As I mentioned, another problem is that fsck.vfat ignores the
/etc/fstab setting (a zero in the checking-order column) that is
supposed to mean to not check the partition.

That means that, without further hacking, you can't both have it
installed on your system and have it _not_ run automatically
(if you have any vfat partitions listed in /etc/fstab).


Unless it has been fixed (the Sarge version has not), fsck.vfat
SUCKS.


(Not if I could only figure out what part of my kernel still
sucks and keeps causing more filesystem corruption...)


Daniel
--
Daniel B.
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: which package contains mkfs.vfat

2007-06-02 Thread Matus UHLAR - fantomas
 Serena Cantor, 31.05.2007 23:48:
  I have trouble using logical vfat partition
  so I intend to try mkfs.vfat

On 01.06.07 00:00, Mathias Brodala wrote:
 My suggestion: avoid that one and use a Windows system to format with FAT32.
 This tool thrashed the filesystem of my digital camera twice that much, that 
 not
 even a Windows system could recover it. Fortunately the camera of a friend was
 able to rescue the card in my camera.

man mkdosfs(8) has some advices concerning digital cameras...

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
On the other hand, you have different fingers. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains mkfs.vfat

2007-06-02 Thread Mathias Brodala
Hi.

Matus UHLAR - fantomas, 02.06.2007 23:26:
 Serena Cantor, 31.05.2007 23:48:
 I have trouble using logical vfat partition
 so I intend to try mkfs.vfat
 
 On 01.06.07 00:00, Mathias Brodala wrote:
 My suggestion: avoid that one and use a Windows system to format with FAT32.
 This tool thrashed the filesystem of my digital camera twice that much, that 
 not
 even a Windows system could recover it. Fortunately the camera of a friend 
 was
 able to rescue the card in my camera.
 
 man mkdosfs(8) has some advices concerning digital cameras...

Yep, already read that but it doesn’t concern me since I don’t use CF but SD 
cards.


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature


which package contains mkfs.vfat

2007-05-31 Thread Serena Cantor
I have trouble using logical vfat partition
so I intend to try mkfs.vfat
(I use sarge)
Thanks in advance!


   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=listsid=396545433


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains mkfs.vfat

2007-05-31 Thread Mathias Brodala
Hi Serena.

Serena Cantor, 31.05.2007 23:48:
 I have trouble using logical vfat partition
 so I intend to try mkfs.vfat

My suggestion: avoid that one and use a Windows system to format with FAT32.
This tool thrashed the filesystem of my digital camera twice that much, that not
even a Windows system could recover it. Fortunately the camera of a friend was
able to rescue the card in my camera.

As for your question:

 $ apt-file search mkfs.vfat
 dosfstools: sbin/mkfs.vfat


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature


Re: which package contains mkfs.vfat

2007-05-31 Thread Tom Rauchenwald
Serena Cantor [EMAIL PROTECTED] writes:

 I have trouble using logical vfat partition
 so I intend to try mkfs.vfat
 (I use sarge)
 Thanks in advance!

,[ apt-file search bin/mkfs.vfat ]
| dosfstools: sbin/mkfs.vfat
`

Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



which package contains libXxf86dga.so.1

2005-07-08 Thread belahcene

Hi every body,
I install mplayer from  Rpm ( for fedora fc3 ) on my sarge, no error is 
given at the installation,

but when I ran   gmplayer, the following error is given


gmplayer: error while loading shared libraries: libXxf86dga.so.1: cannot 
open shared object file: No such file or directory

I have only  the static lib,  /usr/X11R6/lib/libXxf86dga.a
I couldn't find the appropriate package to install ?  which belongs to 
xlibs-static


best regards
bela

[EMAIL PROTECTED]:~$


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: which package contains libXxf86dga.so.1

2005-07-08 Thread Stephen R Laniel
On Fri, Jul 08, 2005 at 05:45:00PM +0100, belahcene wrote:
 gmplayer: error while loading shared libraries: libXxf86dga.so.1: cannot 
 open shared object file: No such file or directory

To search among packages that you've already installed for
libXxf86dga.so.1, you can do

dlocate libXxf86dga.so.1

To search among all packages, installed or otherwise, do

sudo apt-file update

then

apt-file search libXxf86dga.so.1

For the latter command, you'll need to have the apt-file
package installed:

sudo apt-get install apt-file

When I run that apt-file command on my system, I get

libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1
libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1.0
libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1
libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1.0

So you need the libxxf86dga1 package.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key


signature.asc
Description: Digital signature


Re: which package contains libXxf86dga.so.1

2005-07-08 Thread Thomas Weinbrenner
Stephen R Laniel wrote:
 On Fri, Jul 08, 2005 at 05:45:00PM +0100, belahcene wrote:
  gmplayer: error while loading shared libraries: libXxf86dga.so.1: cannot 
  open shared object file: No such file or directory

[apt-file]

 When I run that apt-file command on my system, I get

 libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1
 libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1.0
 libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1
 libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1.0

 So you need the libxxf86dga1 package.

Which is not part of sarge. (I guess you have an repository with X.org
packages in your sources.list)

bela, there are unofficial(!) mplayer packages for Debian. You have to add 
 
 deb ftp://ftp.nerim.net/debian-marillat/ sarge main

to /etc/apt/sources.list, then you can install mplayer. 

-- 
Thomas Weinbrenner


pgpHa32CysYhV.pgp
Description: PGP signature


Re: which package contains libXxf86dga.so.1

2005-07-08 Thread Eduard Bloch
#include hallo.h
* belahcene [Fri, Jul 08 2005, 05:45:00PM]:
 Hi every body,
 I install mplayer from  Rpm ( for fedora fc3 ) on my sarge, no error is 

That's your problem. Redhat modified their X11 to provide some libraries
in shared versions though they have never been to become shared-libs.
So users of other distros have to suffer from their creativity now.

Consider building mplayer from source our using the Marillat version.

Regards,
Eduard.

-- 
Tyrannei und Diktatur sind bestimmt nicht die besten Staatssysteme.
Kann aber nicht auch zuviel Mitbestimmung ihre Schattenseiten haben
-- H. Bauer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains 'ripquery' tool?

2003-10-29 Thread Andreas Janssen
Hello

Dasn Cups ([EMAIL PROTECTED]) wrote:

 I wanna try the 'ripquery',but I don't know where it is.
 I searched somewhere, and found that this tool should be in the
 'gated' package, but Debian has no 'gated' package.

Use http://packgages.debian.org or apt-file to find out in which
package some file is. It seems you need the routed package.

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains 'ripquery' tool?

2003-10-29 Thread Brian Potkin
On Wed, Oct 29, 2003 at 11:38:22AM +0800, Dasn Cups wrote:

 Hi,there
 I wanna try the 'ripquery',but I don't know where it is.
 I searched somewhere, and found that this tool should be in the 'gated'
 package, but Debian has no 'gated' package.
 Many thanks!

Wherever the 'somewhere' was it cannot have been

http://www.debian.org/distrib/packages

Brian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package contains 'ripquery' tool?

2003-10-29 Thread Dasn Cups
On Wed, Oct 29, 2003 at 09:37:39AM +0100, Andreas Janssen wrote:
 Hello
 
 Dasn Cups ([EMAIL PROTECTED]) wrote:
 
  I wanna try the 'ripquery',but I don't know where it is.
  I searched somewhere, and found that this tool should be in the
  'gated' package, but Debian has no 'gated' package.
 
 Use http://packgages.debian.org or apt-file to find out in which
 package some file is. It seems you need the routed package.
 
 best regards
 Andreas Janssen
 
 -- 
 Andreas Janssen
 [EMAIL PROTECTED]
 PGP-Key-ID: 0xDC801674
 Registered Linux User #267976
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

Thanks a lot.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



which package contains 'ripquery' tool?

2003-10-28 Thread Dasn Cups
Hi,there
I wanna try the 'ripquery',but I don't know where it is.
I searched somewhere, and found that this tool should be in the 'gated'
package, but Debian has no 'gated' package.
Many thanks!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



which package contains file domainname ?

2001-11-14 Thread Heinrich Rebehn

Hi,

I am using debian testing and i am wondering how i can find out which package 
contains 'domainname' or any other file i require. I tried 'dpkg -S' but it only 
seems to search the packages that are already installed, which doesn't help me 
much. 'apt-cache search domainname' doesn't help either.


Thanks in advance


Heinrich Rebehn
Have disk - will travel
University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -

E-mail: mailto:[EMAIL PROTECTED]
Phone : +49/421/218-4664
Fax   :-3341



Re: which package contains file domainname ?

2001-11-14 Thread Shaul Karl
 Hi,
 
 I am using debian testing and i am wondering how i can find out which package 
 contains 'domainname' or any other file i require. I tried 'dpkg -S' but it 
 only 
 seems to search the packages that are already installed, which doesn't help 
 me 
 much. 'apt-cache search domainname' doesn't help either.
 


dpkg -S will not show you files that are installed by the base.
You might searching with http://packages.deban.org


 Thanks in advance
 
 
 Heinrich Rebehn
  Have disk - will travel
 University of Bremen
 Physics / Electrical and Electronics Engineering
 - Department of Telecommunications -
 
 E-mail: mailto:[EMAIL PROTECTED]
 Phone : +49/421/218-4664
 Fax   :-3341
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 

Shaul Karl
email: shaulka (replace these parenthesis with @) bezeqint,
   delete the comma and the white space characters and add .net




Re: which package contains file domainname ?

2001-11-14 Thread Heinrich Rebehn

Shaul Karl wrote:


Hi,

I am using debian testing and i am wondering how i can find out which package 
contains 'domainname' or any other file i require. I tried 'dpkg -S' but it only 
seems to search the packages that are already installed, which doesn't help me 
much. 'apt-cache search domainname' doesn't help either.






dpkg -S will not show you files that are installed by the base.
You might searching with http://packages.deban.org



I'm afraid packages.deban.org doesn't exist.
But in the meanwhile i found out that i can search Contents-i386.gz on the 
install server.


Thanks a lot

Heinrich



Re: which package contains file domainname ?

2001-11-14 Thread Nick Sanders
On Wednesday 14 November 2001 1:33 pm, Heinrich Rebehn wrote:
 Shaul Karl wrote:
 Hi,
 
 I am using debian testing and i am wondering how i can find out which
  package contains 'domainname'

package hostname contains dnsdomainname




Re: which package contains file domainname ?

2001-11-14 Thread Wayne Topa
Heinrich Rebehn([EMAIL PROTECTED]) is reported to have said:
 Hi,
 
 I am using debian testing and i am wondering how i can find out
 which package contains 'domainname' or any other file i require. I
 tried 'dpkg -S' but it only seems to search the packages that are
 already installed, which doesn't help me much. 'apt-cache search
 domainname' doesn't help either.
 

I don't recall a domainname program.  If you want to add a domain name
to your system you can do this.
cat domainname  /proc/sys/kernel/domainname 

Hope thats what you were asking for...

Wayne
-- 
Error reading FAT record: Try the SKINNY one? (Y/N)
___



Re: which package contains file domainname ?

2001-11-14 Thread Richard Cobbe
Lo, on Wednesday, November 14, Heinrich Rebehn did write:

 Shaul Karl wrote:
 
 Hi,
 
 I am using debian testing and i am wondering how i can find out which 
 package 
 contains 'domainname' or any other file i require. I tried 'dpkg -S' but it 
 only 
 seems to search the packages that are already installed, which doesn't help 
 me 
 much. 'apt-cache search domainname' doesn't help either.
 
 
  
  
  dpkg -S will not show you files that are installed by the base.
  You might searching with http://packages.deban.org
  
 
 I'm afraid packages.deban.org doesn't exist.

Trivial typo---packages.debian.org
   ~
Richard



Which package contains dmsg?

2001-04-07 Thread Stephen Boulet
Which package contains dmsg? I don't seem to have it on my computer.

-- Stephen



Re: Which package contains dmsg?

2001-04-07 Thread Tyrin Price
* Stephen Boulet [EMAIL PROTECTED] [07Apr01 22:26 -0500]:
 Which package contains dmsg? I don't seem to have it on my computer.

Try dmesg vice dmsg.  :-)

-- 

Regards,

 -=[Ty]=-



Re: Which package contains dmsg?

2001-04-07 Thread Brian Nelson
$ dpkg -S dmsg
manpages-dev: /usr/share/man/man2/sendmsg.2.gz
gettext: /usr/share/gettext/intl/loadmsgcat.c


On Sat, Apr 07, 2001 at 10:26:30PM -0500, Stephen Boulet wrote:
 Which package contains dmsg? I don't seem to have it on my computer.
 
 
 



Re: Which package contains dmsg?

2001-04-07 Thread Hall Stevenson
* Stephen Boulet ([EMAIL PROTECTED]) [010407 22:31]:
 Which package contains dmsg? I don't seem to have it on my computer.

You're spelling it wrong (it's dmesg), but in case it's really not installed, 
it's in the util-linux package. dpkg --status says it's *required* and part of 
base, so you probably do have it.

Hall



Which package contains:

1999-09-10 Thread Urban Gabor
Hi,

Which package contain the following programs:
xload
xinfo   
xman
or should I compile them from source? :-)

Gabor Urban --- Lufthansa Systems Hungaria KfT 
mail:[EMAIL PROTECTED]  Tel : (36)-1-431-2949 Fax :(36)-1-431-2977
I am not a cat to play with the mouse.


Re: Which package contains:

1999-09-10 Thread lexchive
On Fri, Sep 10, 1999 at 07:49:32AM +0200, Urban Gabor wrote:
 Hi,
 
 Which package contain the following programs:
   xload
   xinfo   
   xman
 or should I compile them from source? :-)
 

xcontrib for xload and xman. dont know about xinfo.

-Lex


pgpQeWOLW8bPA.pgp
Description: PGP signature


Re: Which package contains:

1999-09-10 Thread E.L. Meijer \(Eric\)
On Fri, Sep 10, 1999 at 07:49:32AM +0200, Urban Gabor wrote:
 Hi,
 
 Which package contain the following programs:
   xload
xcontrib

   xinfo   
Hmm, I don't know this one, there is one in the non-free scilab package,
but maybe that is not what you mean.  What does it do?  I do know
xdpyinfo, which is in xbase-clients.

   xman
xcontrib

 or should I compile them from source? :-)

For questions like this, you ftp to your local debian mirror, go to the
stable (or unstable, if you like living dangerously) directly, and pick
up the Contents-i386.gz (or Contents-alpha.gz or whatever) file.  Then
you do 

zgrep mycommand Contents-i386.gz
or
zgrep '\mycommand\' Contents-i386.gz

and you will know in what package the command is.

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])
 Eindhoven Univ. of Technology
 Lab. for Catalysis and Inorg. Chem. (SKA)


Re: Which package contains:

1999-09-10 Thread Seth R Arnold

On Fri, Sep 10, 1999 at 07:49:32AM +0200, Urban Gabor wrote:
 Hi,
 
 Which package contain the following programs:
   xload
   xinfo   
   xman
 or should I compile them from source? :-)

short answer: xcontrib has xman and xload ..
long answer:
amidala:/home/sarnold# apt-cache search xman
a4c.suite - All For Chinese Suite
xmanpages - manual pages for X client developers
luxman - Pac-Man clone
xcontrib - XFree contributed clients.
xmanpages-ja - Japanese manual pages for X
amidala:/home/sarnold# dpkg --status xcontrib
Package: xcontrib
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 473
Maintainer: Mark W. Eichin [EMAIL PROTECTED]
Version: 3.3.2-5.3
Depends: libc6, xlib6g (= 3.3-5), xlib6g (= 3.3.2.3a-2)
Suggests: xaw-wrappers
Description: XFree contributed clients.
 This package provides a selection of useful X clients, in particular
 ico, listres, showfont, viewres, xbiff, xcalc, xditview, xedit, xev,
 xeyes, xfontsel, xgc, xload, xman, and xmessage.

(thanks again for apt-cache search joey! :)


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Which package contains:

1999-09-10 Thread Juli-Manel Merino Vidal
On Fri, 10 Sep 1999, Urban Gabor wrote:

 Hi,
 
 Which package contain the following programs:
   xload
   xinfo   
   xman

xload and xman in xcontrib. I don't know where is xinfo. To find a file,
do this: enter irc.debian.org to channel #debian. Then, write:
@find xinfo
you'll get an answer about where is the file :)

Bye

 or should I compile them from source? :-)
 
 Gabor Urban --- Lufthansa Systems Hungaria KfT 
 mail:[EMAIL PROTECTED]  Tel : (36)-1-431-2949 Fax :(36)-1-431-2977
 I am not a cat to play with the mouse.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

---
 ** Powered by Debian/GNU Linux **
 Linux User 140860   Machine 61143

Juli-Manel Merino Vidal -- [EMAIL PROTECTED] - http://jmmv.cjb.net


Re: Which package contains:

1999-09-10 Thread Brian Servis
*- On 10 Sep, Urban Gabor wrote about Which package contains:
 Hi,
 
 Which package contain the following programs:
   xload
   xinfo   
   xman
 or should I compile them from source? :-)
 

No one has mentioned the 'Search the Contents of the Latest Release' at
the bottom of http://www.debian.org/distrib/packages.html.  Just enter
your file in question and if it is in a Debian package it will tell you
which one.

-- 
Brian 
-
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


Which package contains xpm.h?

1998-09-20 Thread Thomas Apel
The subject says it all. I try to compile wmppp-1.3.0 which needs
xpm.h and I don't know where to find it.

Can anyone tell me the right package. BTW, is there a method to find a
currently not installed package containing a certain file?

TIA,
Thomas


Re: Which package contains xpm.h?

1998-09-20 Thread Eric Jacoboni
Thomas Apel [EMAIL PROTECTED] writes:

 The subject says it all. I try to compile wmppp-1.3.0 which needs
 xpm.h and I don't know where to find it.

FYI : wmifs supersedes wmppp...

IMHO, the best solution to your pb is to download the Packages file
from a Debian ftp site. 

Then, if you wish to install, say wmppp, a grep in this file will give 
you : 

=-=-=-=-=-=
Package: wmppp.app
Version: 1.1-1
Priority: optional
Section: net
Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
Depends: libc6, xlib6g (= 3.3-5), xpm4g (= 3.4j-0)
Suggests: wmaker
Architecture: i386
Filename: dists/unstable/main/binary-i386/net/wmppp.app_1.1-1.deb

[cut...]
=-=-=-=-=-=-=-=-=

So, you know you have to have the depends installed...
and you know where to find the package on the ftp site.

(dselect is probably able to do that but i don't want to hear
something about this... euh, program ?)

-- 
---
Éric Jacoboni « J'ai épuisé le tout-venant, je vais me risquer dans
le bizarre » (M. Audiard)
---


Re: Which package contains xpm.h?

1998-09-20 Thread Ole J. Tetlie
*-Thomas Apel [EMAIL PROTECTED]
|
| The subject says it all. I try to compile wmppp-1.3.0 which needs
| xpm.h and I don't know where to find it.

xpm4g-dev

| Can anyone tell me the right package. BTW, is there a method to find a
| currently not installed package containing a certain file?

Get the file Contents from your favourit ftp server and distribution
(for example debian/dists/stable/Contents-i386.gz).
Then zgrep through that file:

zgrep xpm.h Contents-i386.gz

-- 
[EMAIL PROTECTED]   [-: .elOle. :-]   [EMAIL PROTECTED]


Re: Which package contains xpm.h?

1998-09-20 Thread Thomas Apel
Eric Jacoboni wrote:
 Thomas Apel [EMAIL PROTECTED] writes:
 
  The subject says it all. I try to compile wmppp-1.3.0 which needs
  xpm.h and I don't know where to find it.
 
 FYI : wmifs supersedes wmppp...

Hmm!? I thought they are different apps. wmppp does the ppp monitoring
and some other ppp specific stuff while wmifs does the general interface
monitoring, I thought. Correct me if I'm wrong.

The reason why I want to play with the sources is that both (in version
1.1) don't work properly with my isdn ippp interface. Is there anybody
who also uses these apps with isdn?

Thomas

P.S. Thanks for your replies, Eric and Ole.


which package contains 'md5sum'

1997-07-30 Thread Paul Miller
which deb package contains 'md5sum' ?

-Paul


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: which package contains 'md5sum'

1997-07-30 Thread Jean Pierre LeJacq
On Wed, 30 Jul 1997, Paul Miller wrote:

 which deb package contains 'md5sum' ?

dpkg.

In the spirit of teaching to fish ... you can find which package a
file belongs to by using the --search option of dpkg as in:

  dpkg --search /usr/bin/md5sum

-- 
Jean Pierre



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .