Re: how to test local ssh server without asking external help

2009-04-01 Thread Javier Payno Pallarés
On Tuesday 31 March 2009 22:52:10 Alex Samad wrote:
> On Tue, Mar 31, 2009 at 02:14:12PM +0200, Javier Payno Pallarés wrote:
> > On Tuesday 31 March 2009 13:48:34 Pablo López Martín wrote:
> > > Any ideas why: ssh 192.168.1.10 would work, but ssh external.ip.here
> > > doesn't? I can't test if my ssh server works (or web server, or
> > > ddbb server) except if I ask for external help?
> >
> > Thats a nat feature, you cant access the external address from an
> > internal address in the same network where the redirected IP is.
>
> unless you source nat as well!

Not a good idea


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: how to test local ssh server without asking external help

2009-03-31 Thread Javier Payno Pallarés
On Tuesday 31 March 2009 13:48:34 Pablo López Martín wrote:
> Any ideas why: ssh 192.168.1.10 would work, but ssh external.ip.here
> doesn't? I can't test if my ssh server works (or web server, or
> ddbb server) except if I ask for external help?

Thats a nat feature, you cant access the external address from an internal 
address in the same network where the redirected IP is.

If u wanna test the server from the internet try to buy a shell account in a 
remote machine an telnet your IP


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: weird error while trying to run apt-get ? has anyone seen this...google has not

2009-03-26 Thread Javier Payno Pallarés
On Tuesday 24 March 2009 18:12:13 Joey L wrote:
> serv:/usr/share/man/man1# apt-get upgrade tagcoll
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages will be upgraded:
>   libtagcoll-dev
> 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 2 not fully installed or removed.
> Need to get 0B/3429kB of archives.
> After unpacking 1950kB of additional disk space will be used.
> Do you want to continue [Y/n]? y
> (Reading database ... 230141 files and directories currently installed.)
> Preparing to replace libtagcoll-dev 1.6.3-1 (using
> .../libtagcoll-dev_1.6.3-2_amd64.deb) ...
> Unpacking replacement libtagcoll-dev ...
> dpkg: error processing
> /var/cache/apt/archives/libtagcoll-dev_1.6.3-2_amd64.deb (--unpack):
>  trying to overwrite `/usr/share/man/man1/tagcoll.1.gz', which is also in
> package tagcoll

Dw is just a man page run 
dpkg -i --force-overwrite  
/var/cache/apt/archives/libtagcoll-dev_1.6.3-2_amd64.deb

after that rerun the upgrade.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: how to setup ftp server on debian sid?

2009-03-06 Thread Javier Payno Pallarés
On Friday 06 March 2009 10:34:29 Deng Xiyue wrote:
> Star Liu  writes:
> > i cannot install proftpd on sid, and wzdftpd doesn't work correctly.
> > does anyone has experience in setting up a ftp server on debian sid? I
> > need the function of uploading files and folders. thanks
>
> Vsftpd works fine.  Check /usr/share/doc/vsftpd/* for docs after
> installing.

If u need  the ftp server just for a couple of transfer and then ur gonna shut 
it off pure-ftp is easy to configure, just install it and, as Deng notice 
you, have a look in /usr/share/doc/pure-ftp/ readme Debian for config


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: all config files need .conf

2009-03-06 Thread Javier Payno Pallarés
On Friday 06 March 2009 00:12:25 Owen Townend wrote:
> This is an upstream change in the handling of modprobe.d file
> pattern matching. They are going to be altering it to only match
> files with a .conf suffix.
> There is a recent discussion on the devel list[0] which, if I understand
> correctly, means that as a user it _should_ mean only that any files
> you've added manually will need to be renamed in the future.

thats it, the sistem files are going to be upgraded to the .conf in a few 
days, only if u got some configuration file added manualy u need to add 
the .conf extension by urself


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org