Re: kazaa client

2003-12-23 Thread Scott I. Remick
On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote:

 Thanks. Seems I am going to develop a GTK UI for fasttrack ;P

Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD
ports collection?

http://giftoxic.sourceforge.net/

Porting is currently outside my own abilities.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa client

2003-12-23 Thread Jim Ramsay
Scott I. Remick wrote:
On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote:


Thanks. Seems I am going to develop a GTK UI for fasttrack ;P


Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD
ports collection?
http://giftoxic.sourceforge.net/

Porting is currently outside my own abilities.
I'd love to do this, but I don't know enough about how to create a port.

I downloaded release 0.0.9 and got it to compile on my FreeBSD 4.8 
machine with two small changes necessary:

1) Must compile with gcc version 3.3.3, not version 2.95.4.  (IE, I set 
my environment CC=gcc33 before configuring)

2) The final linking of the executable must also include -lgnugetopts or 
getopts_long is undefined.  This requires the port devel/libgnugetopt 
installed.  I just hacked src/Makefile after configuring, but this 
should probably be done more intelligently.

One of these days I may figure out for myself how to make a port of it, 
but please don't hold your (or anyone else's) breath.

--
Jim Ramsay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa client

2003-12-23 Thread Robert Huff

Jim Ramsay writes:

   Porting is currently outside my own abilities.
  
  I'd love to do this, but I don't know enough about how to create
  a port.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html


Robert Huff


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kazaa client

2003-12-22 Thread Anton Alin-Adrian
   Hello folks,

   If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull for 
any information regarding that.

   Thanks.

   Cheers,
   Alin.
PS: there is http://apollon.sourceforge.net/ for linux (KDE)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa client

2003-12-22 Thread Jim Ramsay
Anton Alin-Adrian wrote:

   If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull for 
any information regarding that.
You want:

/usr/ports/net/gift
/usr/ports/net/gift-fasttrack
/usr/ports/net/giftcurs
And probably gift-openft and gift-gnutella too, for more excellent 
search possibilities.

The 'fasttrack network' is kazaa.

--
Jim Ramsay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa client

2003-12-22 Thread Anton Alin-Adrian
Jim Ramsay wrote:

Anton Alin-Adrian wrote:

If anyone knows a kazaa compatible program working under FreeBSD, 
preferably GTK based and present in the ports, I would be gratefull 
for any information regarding that.


You want:

/usr/ports/net/gift
/usr/ports/net/gift-fasttrack
/usr/ports/net/giftcurs
And probably gift-openft and gift-gnutella too, for more excellent 
search possibilities.

The 'fasttrack network' is kazaa.

Thanks. Seems I am going to develop a GTK UI for fasttrack ;P

Cheers!
Alin.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Kazaa/p2p on a LAN and ping problems

2003-11-28 Thread Alex de Kruijff
On Thu, Nov 27, 2003 at 07:49:07PM -0600, Eric Timme wrote:
 Network topology:
 
 LAN == FreeBSD Gateway == Internet
 
 Gateway specifications:
 FreeBSD overlord 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Sep 22 07:05:09 CDT 
 2003
 k6-233, 128MB ram
 ipf packet filtering in place
 
 Internet (cable):
 256kb up
 2.0mbish down
 
 ==
 
 It seems an impossible task to limit Kazaa and other p2p (Kazaa especially) 
 from accessing the Internet from a LAN, especially when you're sharing the 
 LAN with other college age people. So, I've instead told them to limit their 
 upstream to 5kB, which leaves a good amount of of the upstream pipe for web 
 browsing.
 
 However, whenever any p2p in the house is active pings on any external network 
 degrade horribly, even if it's only a single host, and 20kb of my upstream 
 bandwith remains. 
 
 Wolfenstein servers that I pinged 30 on with no p2p activity on the LAN, for 
 instance, begin to ping at 400-500 ; the situation is equally bad with MUDs 
 and other ping reliant games such as Quake.
 
 Is this normal? Is there anything I can do to fix the problem so that ping 
 dependant games can be played while p2p apps are active on the LAN? Kicking 
 the network cable out works late at night, and at times during the day, but 
 it isn't a permanent solution. Limiting p2p from the LAN completely is not 
 possible from my position.
 
 A user on IRC mentioned he had no such problem with IPFW - if my problem isn't 
 specific does that mean that my use of ipf is responsible for this behavior?

You could check if you router slots are free. They proberbly are.

You could enfore a bandwith policy on you users. You could have a static
bandwith limitation with ipfw meaning that they can only have 25% or a
dynamic one maning they have 100% unleass they use it heavly 25%.
(meaning lag when someone just starts using p2p). I have written some
article about this on my website. I integrated the ipfw firewall
options.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kazaa/p2p on a LAN and ping problems

2003-11-27 Thread Eric Timme
Network topology:

LAN == FreeBSD Gateway == Internet

Gateway specifications:
FreeBSD overlord 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Sep 22 07:05:09 CDT 
2003
k6-233, 128MB ram
ipf packet filtering in place

Internet (cable):
256kb up
2.0mbish down

==

It seems an impossible task to limit Kazaa and other p2p (Kazaa especially) 
from accessing the Internet from a LAN, especially when you're sharing the 
LAN with other college age people. So, I've instead told them to limit their 
upstream to 5kB, which leaves a good amount of of the upstream pipe for web 
browsing.

However, whenever any p2p in the house is active pings on any external network 
degrade horribly, even if it's only a single host, and 20kb of my upstream 
bandwith remains. 

Wolfenstein servers that I pinged 30 on with no p2p activity on the LAN, for 
instance, begin to ping at 400-500 ; the situation is equally bad with MUDs 
and other ping reliant games such as Quake.

Is this normal? Is there anything I can do to fix the problem so that ping 
dependant games can be played while p2p apps are active on the LAN? Kicking 
the network cable out works late at night, and at times during the day, but 
it isn't a permanent solution. Limiting p2p from the LAN completely is not 
possible from my position.

A user on IRC mentioned he had no such problem with IPFW - if my problem isn't 
specific does that mean that my use of ipf is responsible for this behavior?

Thanks,
Eric

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Jason
nobody knows? I asked the wine-users list twice and nobody there answered
either.

-- Forwarded message --
Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT)
To: [EMAIL PROTECTED]
Subject: wine/freebsd/kazaa.. (fwd)


freebsd fans.. running freebsd 4.8-stable and have
installed wine from
the ports. Wine-20030508.tar.gz
It installed fine and I can run notepad with no problems..
Im running the kazaalite install binary for windows and it gets so far..
then it bombs out with

err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so

(I cannot find those files on my system anywhere. btw. where should they
come from?)

I cant find anything useful on google/usenet about this. any ideas?

regards,
Jason
--
43rd Law of Computing:
Anything that can go wr
fortune: Segmentation violation -- Core dumped
___
wine-users mailing list
[EMAIL PROTECTED]
http://www.winehq.com/mailman/listinfo/wine-users
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Manuel Rabade - MiG
How do you run wine ?? with a fake windows or with a current windows instalation?

In my case i run wine with a fake windows drive (.wine/c/) and i have to do the
followin steps to get kazaa working in freebsd:

- Copy this dlls from a windows instalation to .wine/c/Windows/System
comctl32.dll
commctrl.dll
shdoclc.dll
shlwapi.dll
wininet.dll
comdlg32.dll
msvcrt.dll
shdocvw.dll
urlmon.dll
- Add to .wine/config the following:

[AppDefaults\\Kazaa.exe\\DllOverrides]
commctrl = native
comctl32 = native
comdlg32 = native
msvcrt = native
shdoclc = native
shdocvw = native
shlwapi = native
urlmon = native
wininet = native
rasapi32 = native

- Run the instalation of Kazza (i am currently working with Kazaa Lite Retro
Edition 1.7.2, i tired to install Kazaa Lite 2.x but seems to be a problem
with the port of wine, and i can't run Kazaa 2.x, but a friend can run it
on Linux).

- Enjoy it ¡¡, to run Kazaa:

wine $HOME/.wine/c/Windows/Program Files/Kazaa Lite/Kazaa.exe


Note: to get working the initial config and all the hierarchy of the fake
windows, you could try to install 'linux-winetools' (also in ports), and
create the initial .wine hierarchy and config file with it.

In one month i will make a guide of this and publish it.

Also i have a tgz with the .wine directory with dll's, config file and kazaa already
installed, (ready to untar it and run kazaa), if you want this, drop me a line (in
a month i will put it online also).


On Thu, Jun 12, 2003 at 06:51:40PM -0400, Jason wrote:
 nobody knows? I asked the wine-users list twice and nobody there answered
 either.
 
 -- Forwarded message --
 Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT)
 To: [EMAIL PROTECTED]
 Subject: wine/freebsd/kazaa.. (fwd)
 
 
 freebsd fans.. running freebsd 4.8-stable and have
 installed wine from
 the ports. Wine-20030508.tar.gz
 It installed fine and I can run notepad with no problems..
 Im running the kazaalite install binary for windows and it gets so far..
 then it bombs out with
 
 err:module:BUILTIN32_dlopen failed to load .so lib for builtin
 msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
 err:module:BUILTIN32_dlopen failed to load .so lib for builtin
 msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so
 
 (I cannot find those files on my system anywhere. btw. where should they
 come from?)
 
 I cant find anything useful on google/usenet about this. any ideas?
 
 regards,
 Jason
 --
 43rd Law of Computing:
   Anything that can go wr
 fortune: Segmentation violation -- Core dumped
 ___
 wine-users mailing list
 [EMAIL PROTECTED]
 http://www.winehq.com/mailman/listinfo/wine-users
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Jason
hmmm.. you must have used the same resource I did..
BUT the one i was using was missing the
   rasapi32 = native
I downloaded that file and added it to the wine config..

I re-ran the install and that absolutely fixed the problem with the
  err:module:BUILTIN32_dlopen failed to load .so lib for builtin
  msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
  err:module:BUILTIN32_dlopen failed to load .so lib for builtin
  msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so


but now I get the following:

[EMAIL PROTECTED] wine ./kazaalite.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system

after I click the final install button in the kazaa lite 1.7.2 install,
the window goes away and the install seems to hang..

any ideas on that?


Jason


--
The bureaucracy is expanding to meet the needs of an expanding
bureaucracy.

On Thu, 12 Jun 2003, Manuel Rabade - MiG wrote:

 How do you run wine ?? with a fake windows or with a current windows instalation?

 In my case i run wine with a fake windows drive (.wine/c/) and i have to do the
 followin steps to get kazaa working in freebsd:

 - Copy this dlls from a windows instalation to .wine/c/Windows/System
   comctl32.dll
   commctrl.dll
   shdoclc.dll
   shlwapi.dll
   wininet.dll
   comdlg32.dll
   msvcrt.dll
   shdocvw.dll
   urlmon.dll
 - Add to .wine/config the following:

   [AppDefaults\\Kazaa.exe\\DllOverrides]
   commctrl = native
   comctl32 = native
   comdlg32 = native
   msvcrt = native
   shdoclc = native
   shdocvw = native
   shlwapi = native
   urlmon = native
   wininet = native
   rasapi32 = native

 - Run the instalation of Kazza (i am currently working with Kazaa Lite Retro
 Edition 1.7.2, i tired to install Kazaa Lite 2.x but seems to be a problem
 with the port of wine, and i can't run Kazaa 2.x, but a friend can run it
 on Linux).

 - Enjoy it ¡¡, to run Kazaa:

 wine $HOME/.wine/c/Windows/Program Files/Kazaa Lite/Kazaa.exe


 Note: to get working the initial config and all the hierarchy of the fake
 windows, you could try to install 'linux-winetools' (also in ports), and
 create the initial .wine hierarchy and config file with it.

 In one month i will make a guide of this and publish it.

 Also i have a tgz with the .wine directory with dll's, config file and kazaa already
 installed, (ready to untar it and run kazaa), if you want this, drop me a line (in
 a month i will put it online also).


 On Thu, Jun 12, 2003 at 06:51:40PM -0400, Jason wrote:
  nobody knows? I asked the wine-users list twice and nobody there answered
  either.
 
  -- Forwarded message --
  Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT)
  To: [EMAIL PROTECTED]
  Subject: wine/freebsd/kazaa.. (fwd)
 
 
  freebsd fans.. running freebsd 4.8-stable and have
  installed wine from
  the ports. Wine-20030508.tar.gz
  It installed fine and I can run notepad with no problems..
  Im running the kazaalite install binary for windows and it gets so far..
  then it bombs out with
 
  err:module:BUILTIN32_dlopen failed to load .so lib for builtin
  msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
  err:module:BUILTIN32_dlopen failed to load .so lib for builtin
  msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so
 
  (I cannot find those files on my system anywhere. btw. where should they
  come from?)
 
  I cant find anything useful on google/usenet about this. any ideas?
 
  regards,
  Jason
  --
  43rd Law of Computing:
  Anything that can go wr
  fortune: Segmentation violation -- Core dumped
  ___
  wine-users mailing list
  [EMAIL PROTECTED]
  http://www.winehq.com/mailman/listinfo/wine-users
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Manuel Rabade - MiG
On Thu, Jun 12, 2003 at 10:41:59PM -0400, Jason wrote:
 hmmm.. you must have used the same resource I did..

I have seen a lot of resources, and theres is only one constant
between them, they are diferents =P.

So i decied to use the minimun number of dll's and it works =P.

 BUT the one i was using was missing the
rasapi32 = native
 I downloaded that file and added it to the wine config..
 
 I re-ran the install and that absolutely fixed the problem with the
   err:module:BUILTIN32_dlopen failed to load .so lib for builtin
   msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
   err:module:BUILTIN32_dlopen failed to load .so lib for builtin
   msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so
 
 
 but now I get the following:
 
 [EMAIL PROTECTED] wine ./kazaalite.exe
 Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
 fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
 fixme:reg:GetSystemInfo not yet supported on this system
 
 after I click the final install button in the kazaa lite 1.7.2 install,
 the window goes away and the install seems to hang..
 
 any ideas on that?
 

Remove the entry in the .wine/config about the floppy and cdrom and try again.

 
 Jason
 
 
 --
 The bureaucracy is expanding to meet the needs of an expanding
 bureaucracy.
 
 On Thu, 12 Jun 2003, Manuel Rabade - MiG wrote:
 
  How do you run wine ?? with a fake windows or with a current windows instalation?
 
  In my case i run wine with a fake windows drive (.wine/c/) and i have to do the
  followin steps to get kazaa working in freebsd:
 
  - Copy this dlls from a windows instalation to .wine/c/Windows/System
  comctl32.dll
  commctrl.dll
  shdoclc.dll
  shlwapi.dll
  wininet.dll
  comdlg32.dll
  msvcrt.dll
  shdocvw.dll
  urlmon.dll
  - Add to .wine/config the following:
 
  [AppDefaults\\Kazaa.exe\\DllOverrides]
  commctrl = native
  comctl32 = native
  comdlg32 = native
  msvcrt = native
  shdoclc = native
  shdocvw = native
  shlwapi = native
  urlmon = native
  wininet = native
  rasapi32 = native
 
  - Run the instalation of Kazza (i am currently working with Kazaa Lite Retro
  Edition 1.7.2, i tired to install Kazaa Lite 2.x but seems to be a problem
  with the port of wine, and i can't run Kazaa 2.x, but a friend can run it
  on Linux).
 
  - Enjoy it ¡¡, to run Kazaa:
 
  wine $HOME/.wine/c/Windows/Program Files/Kazaa Lite/Kazaa.exe
 
 
  Note: to get working the initial config and all the hierarchy of the fake
  windows, you could try to install 'linux-winetools' (also in ports), and
  create the initial .wine hierarchy and config file with it.
 
  In one month i will make a guide of this and publish it.
 
  Also i have a tgz with the .wine directory with dll's, config file and kazaa 
  already
  installed, (ready to untar it and run kazaa), if you want this, drop me a line (in
  a month i will put it online also).
 
 
  On Thu, Jun 12, 2003 at 06:51:40PM -0400, Jason wrote:
   nobody knows? I asked the wine-users list twice and nobody there answered
   either.
  
   -- Forwarded message --
   Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT)
   To: [EMAIL PROTECTED]
   Subject: wine/freebsd/kazaa.. (fwd)
  
  
   freebsd fans.. running freebsd 4.8-stable and have
   installed wine from
   the ports. Wine-20030508.tar.gz
   It installed fine and I can run notepad with no problems..
   Im running the kazaalite install binary for windows and it gets so far..
   then it bombs out with
  
   err:module:BUILTIN32_dlopen failed to load .so lib for builtin
   msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
   err:module:BUILTIN32_dlopen failed to load .so lib for builtin
   msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so
  
   (I cannot find those files on my system anywhere. btw. where should they
   come from?)
  
   I cant find anything useful on google/usenet about this. any ideas?
  
   regards,
   Jason
   --
   43rd Law of Computing:
 Anything that can go wr
   fortune: Segmentation violation -- Core dumped
   ___
   wine-users mailing list
   [EMAIL PROTECTED]
   http://www.winehq.com/mailman/listinfo/wine-users
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread clayton rollins
On Thu, 12 Jun 2003 18:51:40 -0400 (EDT) Jason [EMAIL PROTECTED] wrote:
nobody knows? I asked the wine-users list twice and nobody there answered
either.
-- Forwarded message --
Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT)
To: [EMAIL PROTECTED]
Subject: wine/freebsd/kazaa.. (fwd)
freebsd fans.. running freebsd 4.8-stable and have
installed wine from
the ports. Wine-20030508.tar.gz
It installed fine and I can run notepad with no problems..
Im running the kazaalite install binary for windows and it gets so far..
then it bombs out with
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so
(I cannot find those files on my system anywhere. btw. where should they
come from?)
I cant find anything useful on google/usenet about this. any ideas?

regards,
Jason
--
Hi Jason,

I have no idea about how/where to get those lib's. But, unless you're a big 
fan of kazaa and sharman networks, you might give gtk-gnutella a try. You'll 
be on a different network (gnutella instead of sharman's propreitary net), 
but I'd most definitely recommend giving it a try. Supposedly, most of the 
same things are available from either net', so they should be comparable as 
far as user experience is concerned. (e-mule and bit torrent are two other 
softwares that come to mind, though I haven't run either yet.)

Aside from that, gtk-gnutella offers a quick, clean interface, and will 
allow P2P with a minimum of hassle.

Peace,
Clayton
_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wine/freebsd/kazaa.. (fwd)

2003-06-10 Thread Jason

hey wine^H^H^H^H freebsd fans.. running freebsd 4.8-stable and have
installed wine from
the ports. Wine-20030508.tar.gz
It installed fine and I can run notepad with no problems..
Im running the kazaalite install binary for windows and it gets so far..
then it bombs out with

err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.imaadpcm: Cannot open /usr/local/lib/wine/msacm.imaadpcm.so
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
msacm.msadpcm: Cannot open /usr/local/lib/wine/msacm.msadpcm.so

(I cannot find those files on my system anywhere. btw. where should they
come from?)

I cant find anything useful on google/usenet about this. any ideas?

regards,
Jason
--
43rd Law of Computing:
Anything that can go wr
fortune: Segmentation violation -- Core dumped
___
wine-users mailing list
[EMAIL PROTECTED]
http://www.winehq.com/mailman/listinfo/wine-users
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kazaa on bsd

2003-01-10 Thread lewiz
On Thu, Jan 09, 2003 at 09:03:29PM -0500, Adam Stroud wrote:
 The Kazaa client for Linux was discontinued.  There is however a client for 
 Linux that uses the Fast Track network.  I forget the name of it, but I am 
 usre that it can be found on sourceforge.net.  It took some configuration and 
 time, but I did have it running at one point.  It seems to me that the name 
 was gIFT Maybe?

This is correct, yes.  giFT is a client for the OpenFT network -- this
is not the same one that KaZaA uses and there are not that many people
using the OpenFT network so it's hard to find anything of any use.

  Anybody with any other information on FT clients?

-lewiz.

-- 
Love cannot be much younger than the lust for murder.
-- Sigmund Freud

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg14964/pgp0.pgp
Description: PGP signature


kazaa on bsd

2003-01-09 Thread Wayne Swart
Helo everyone

Is there a kazaa client for bsd or X accept for making kazaa-lite run on
wine ?


Kind regards


Wayne



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kazaa on bsd

2003-01-09 Thread Adam Maas
Kazaa for Linux undr Linux emulation?

--Adam

- Original Message - 
From: Wayne Swart [EMAIL PROTECTED]
To: FreeBSD Mailing list [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 6:44 AM
Subject: kazaa on bsd


 Helo everyone
 
 Is there a kazaa client for bsd or X accept for making kazaa-lite run on
 wine ?
 
 
 Kind regards
 
 
 Wayne
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kazaa on bsd

2003-01-09 Thread lewiz
On Thu, Jan 09, 2003 at 10:05:47AM -0500, Adam Maas wrote:
 Kazaa for Linux undr Linux emulation?

This is very interesting.  I remember reading about the Linux client
some time ago but when I searched I found little.  It seemed that KaZaA
had discontinued the Linux client.  Do you have any more details (or
even a copy of the original Linux client)?

  Many thanks,

-lewiz.

-- 
Learning French is trivial: the word for horse is cheval, and
everything else follows in the same way.
-- Alan J. Perlis

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg14865/pgp0.pgp
Description: PGP signature


Re: kazaa on bsd

2003-01-09 Thread Adam Stroud
The Kazaa client for Linux was discontinued.  There is however a client for 
Linux that uses the Fast Track network.  I forget the name of it, but I am 
usre that it can be found on sourceforge.net.  It took some configuration and 
time, but I did have it running at one point.  It seems to me that the name 
was gIFT Maybe?


 On Thu, Jan 09, 2003 at 10:05:47AM -0500, Adam Maas wrote:
  Kazaa for Linux undr Linux emulation?

 This is very interesting.  I remember reading about the Linux client
 some time ago but when I searched I found little.  It seemed that KaZaA
 had discontinued the Linux client.  Do you have any more details (or
 even a copy of the original Linux client)?

   Many thanks,

 -lewiz.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Kazaa

2002-12-18 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (12.18.2002 @ 0313 PST): Wayne Swart said, in 0.2K: 
 Lo everyone
 
 Is there a client for linux/bsd to connect to kazaa?
 end of Kazaa from Wayne Swart 

KazaaLite claims to work under Wine. I've never gotten Wine to run
anything more than a dinky keygen program.

# Adam


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+AG2Io8KM2ULHQ/0RAiWUAJ9bvWRzxP5fzasQNlkd1aQqqFExMQCgn8x6
0iFQG4MD3w1mF3i0DZa+41w=
=Ic01
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Kazaa

2002-12-18 Thread Edmond Baroud
I'm using Kazaalite under wine and its working fine for me like all
other win9x executables that I have installed using the crossover
plugin. (except quicktime!@$#%).
try http://www.codeweavers.com/products/crossover/ to install the software u wanna use 
with
wine. u might also need to take a look at man wine.conf :)

Ed.

Quoting Adam Weinberger ([EMAIL PROTECTED]):
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  (12.18.2002 @ 0313 PST): Wayne Swart said, in 0.2K: 
  Lo everyone
  
  Is there a client for linux/bsd to connect to kazaa?
  end of Kazaa from Wayne Swart 
 
 KazaaLite claims to work under Wine. I've never gotten Wine to run
 anything more than a dinky keygen program.
 
 # Adam
 
 
 - --
 Adam Weinberger
 vectors.cx  [EMAIL PROTECTED]
 FreeBSD.org [EMAIL PROTECTED]
 Bayer Berkeley  [EMAIL PROTECTED]
 #vim:set ts=8: 8-char tabs prevent tooth decay.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+AG2Io8KM2ULHQ/0RAiWUAJ9bvWRzxP5fzasQNlkd1aQqqFExMQCgn8x6
 0iFQG4MD3w1mF3i0DZa+41w=
 =Ic01
 -END PGP SIGNATURE-
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
Edmond Baroud 
UNIX Systems Admin mailto:[EMAIL PROTECTED]
Fingerprint  140F 5FD5 3FDD 45D9 226D  9602 8C3D EAFB 4E19 BEF9
UNIX is very user friendly, it's just picky about who its friends are.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Quicktime (was: Re: Kazaa)

2002-12-18 Thread Fernando Gleiser
On Wed, 18 Dec 2002, Edmond Baroud wrote:

 I'm using Kazaalite under wine and its working fine for me like all
 other win9x executables that I have installed using the crossover
 plugin. (except quicktime!@$#%).

The latest release of mplayer plays quicktime. I don't know if the port
has been updated, but if it hasn't, you can download the sources and
compile it by hand.


Fer


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message