RE: More on port forwarding(ssh, netcat and amule!)

2012-10-11 Thread Pietro Paolini
gs RST set on. Hope this can help you. Pietro. -Original Message- From: robo...@news.nic.it [mailto:robo...@news.nic.it] On Behalf Of houkensjtu Sent: giovedì 11 ottobre 2012 10:53 To: debian-user@lists.debian.org Subject: More on port forwarding(ssh, netcat and amule!) Hi debianer!

Re: More on port forwarding(ssh, netcat and amule!)

2012-10-11 Thread Tom Grace
On 11/10/12 09:53, houkensjtu wrote: > It seems that, not only on the router, but also I should open a specific port > on my laptop, otherwise netcat will not be able to connect from outside my > home. > > I wonder why this happens and what is the mechanism behind it. > Is it possible to open a

More on port forwarding(ssh, netcat and amule!)

2012-10-11 Thread houkensjtu
1234. And I set amule on my laptop to use port 1234 for both tcp and udp. Fortunatelly, I got a High ID as expected. And then I got confused. I tried to scan port 1234 from my office: nc -vz my_home_external_ip 1234 it says: nc: connect to my_home_external_ip port 1234 (tcp) failed: Connection

Re: problem with amule

2009-05-19 Thread javier
El mar, 19-05-2009 a las 00:12 -0400, JoeHill escribió: > javier wrote: > > > Hello. > > I have a problem with amule. > > When I run amule on the console, the output is: > > > > --- > > jav...@debian:~$ amule &

Re: problem with amule

2009-05-18 Thread JoeHill
javier wrote: > Hello. > I have a problem with amule. > When I run amule on the console, the output is: > > --- > jav...@debian:~$ amule > Violación de segmento > jav...@debian:~$ > --- > Translation: > Violación

problem with amule

2009-05-18 Thread javier
Hello. I have a problem with amule. When I run amule on the console, the output is: --- jav...@debian:~$ amule Violación de segmento jav...@debian:~$ --- Translation: Violación de segmento = segmentation fault ( violation ) ??? I use debian unstable

Re: I need some help (Issues with amule, azureus and vlc)

2008-01-18 Thread David S
Tony wrote: > The error was 'BadAlloc (insufficient resources for operation)'. You might have run out of memory. Try adding more RAM to the system and see if it works David S -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: amule refuses to start

2007-02-05 Thread Chris Bannister
On Sun, Feb 04, 2007 at 07:14:36AM -0800, Alan Ianson wrote: > On Sun February 4 2007 06:58, Michael Pobega wrote: > > > Juanjavier Martínez > > > > > > [0] http://personales.ya.com/juanjavier_xxx/amule.jpg > > > > You also might not want to avoid pictures in your support requests if > > you can, s

Re: amule refuses to start

2007-02-04 Thread Alan Ianson
On Sun February 4 2007 06:58, Michael Pobega wrote: > > This [0] is what I get in the command line. I apt-get removed, dpkg > > --purge 'd and apt-get installed amule. > > > > What else could be going on? > > > > Greetings, > > > > Jua

Re: amule refuses to start

2007-02-04 Thread Michael Pobega
This [0] is what I get in the command line. I apt-get removed, dpkg --purge 'd and apt-get installed amule. What else could be going on? Greetings, Juanjavier Martínez [0] http://personales.ya.com/juanjavier_xxx/amule.jpg You also might not want to avoid pictures in your support reques

amule refuses to start

2007-02-03 Thread juanjavier
This [0] is what I get in the command line. I apt-get removed, dpkg --purge 'd and apt-get installed amule. What else could be going on? Greetings, Juanjavier Martínez [0] http://personales.ya.com/juanjavier_xxx/amule.jpg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

amule+firefox

2006-08-09 Thread tombs
efox_0.9_(or_later) ), where I followed all instructions, and set my path(/usr/bin/amule). But its still not working.Now, it says that  "An external application must be launched to handle ed2k links"And when I click to launch the application nothing happens( tryed with amule running, and

Re: cant start gaim, amule and bluefish etc.

2005-12-19 Thread Paras pradhan
Yes using etch. I got the error while installing some packages. but don't know exaclty which one. Paras. On 19 Dec 2005 06:04:45 -0800, Stuart <[EMAIL PROTECTED]> wrote: > Paras pradhan, > > Thanx a lot, the programs could be also started by valgrind, eg. > $ valgrind

Re: cant start gaim, amule and bluefish etc.

2005-12-19 Thread Stuart
Paras pradhan, Thanx a lot, the programs could be also started by valgrind, eg. $ valgrind amule & i dun noe y, maybe it's debian's internal error...i guess btw, r u using debian etch as well? and got this problem just after the upgraded? -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: cant start gaim, amule and bluefish etc.

2005-12-19 Thread Paras pradhan
several days ago, it seems that i got > problems starting these programs: gaim, amule, bluefish etc. > > the error shown in the terminal: > > $ amule & > Cheching if there is an instance already running... > *** glibc detected *** malloc(): memory corruption (

cant start gaim, amule and bluefish etc.

2005-12-19 Thread Stuart
I upgraded my debian etch several days ago, it seems that i got problems starting these programs: gaim, amule, bluefish etc. the error shown in the terminal: $ amule & Cheching if there is an instance already running... *** glibc detected *** malloc(): memory corruption (fast): 0x0888

aMule can't be installed because of unavailable libraries?

2005-12-06 Thread All Nicks Are Taken
Hi, I'm trying to install the amule package on Unstable and there is an unsatisfied dependency, with a package name `libcrypto++5.2c2' . I have installed amule before, but I've recently reinstalled debian and now there is this dependency thing. I have searched aptitude for this l

Re: cannot umount an vfat partition "kidnaped" by aMule

2005-10-17 Thread Adam Porter
Joaquin CARABALLO MORENO wrote: > That's a good idea, thank you. I read in the man that after umount -l > the partition isn't accesible from the fs, and it will actually be > unmounted when current references end. > > In this way at least any other attempt to access to the partition won't > be s

Re: cannot umount an vfat partition "kidnaped" by aMule

2005-10-17 Thread Joaquin CARABALLO MORENO
Hi, Quoting Adam Porter <[EMAIL PROTECTED]>: > Have you tried "umount -l"? That's a good idea, thank you. I read in the man that after umount -l the partition isn't accesible from the fs, and it will actually be unmounted when current references end. In this way at least any other attempt to

Re: cannot umount an vfat partition "kidnaped" by aMule

2005-10-16 Thread Adam Porter
Have you tried "umount -l"? You might also consider switching that partition to ext3; it might perform better and help with aMule's freezes. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cannot umount an vfat partition "kidnaped" by aMule

2005-10-16 Thread Joaquin CARABALLO MORENO
Hi all, When trying to access a FAT32 directory with aMule it gets frozen during about 10 minutes. In this period I cannot even umount the partition. case a) I just try to access my /alm directory from amule. amule gets frozen 10 minutes and after it continues working normally and I can even

Re: amule and screensaver

2005-09-04 Thread Carl Fink
On Sun, Sep 04, 2005 at 10:05:54PM +0300, Maxx wrote: > on my Debian w/s I noticed that while usually the screensaver function > is able to pull the CRT monitor into standby mode, after I run > amule (even if the application is no more running) the screen > never goes into standby.

Re: My amule crashed!

2005-01-07 Thread Paul Tsai
Alan Smith wrote: Hi all! my amule crashed: Initialising aMule Userhash loaded: 52C5230EDF0E5B690857B9E64FA86F6B *** UDP socket at 4665 (amule:31976): GLib-GObject-WARNING **: invalid cast from `GtkPizza' to `GtkWindow' (amule:31976): GLib-GObject-WARNING **: invalid cast from `Gt

My amule crashed!

2005-01-07 Thread Alan Smith
Hi all! my amule crashed: Initialising aMule Userhash loaded: 52C5230EDF0E5B690857B9E64FA86F6B *** UDP socket at 4665 (amule:31976): GLib-GObject-WARNING **: invalid cast from `GtkPizza' to `GtkWindow' (amule:31976): GLib-GObject-WARNING **: invalid cast from `GtkPizza' to `Gtk

Re: amule

2004-03-27 Thread Alexis Huxley
> I just switched over another PC to Debian (Sarge) and the install was > absolutely painless. Sarge is not released yet, so I guess you mean the pre-sarge testing or unstable, right? Go to http://www.debian.org/distrib/packages#search_packages and stick in 'amule'. From the Dist

Re: amule

2004-03-27 Thread Sven Hoexter
On Fri, Mar 26, 2004 at 10:19:51PM -0500, Krikket wrote: > After experimenting around with different peer to peer programs, I had > settled on amule as one that worked fairly well. > > I just switched over another PC to Debian (Sarge) and the install was > absolutely painless. &

amule

2004-03-26 Thread Krikket
After experimenting around with different peer to peer programs, I had settled on amule as one that worked fairly well. I just switched over another PC to Debian (Sarge) and the install was absolutely painless. Only when I got to the point of running, "apt-get install amule" I re