Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2532

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Oct 02 2007 - 01:22:52 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2532

Today's Topics:

  Re: delete /etc/ssh/* bymistak, how   [ mond  ]
  Re: Emacs and python programming lan  [ "Douglas A. Tutty"  ]
  Re: webcam html and ftp servers: res  [ "Russell L. Harris"  ]
  Re: webcam html and ftp servers: res  [ Andrew Sackville-West  ]
  Re: webcam html and ftp servers: res [ "Russell L. Harris" <rlharris@oplin ]

Date: Mon, 01 Oct 2007 16:13:12 -0700
From: mond <mondzhu@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: delete /etc/ssh/* bymistak, how recover? Message-ID: <1191280392.557504.136130@n39g2000hsh.googlegroups.com> Content-Type: text/plain; charset="us-ascii"

On Oct 1, 4:10 pm, David Paleino <d.pale...@gmail.com> wrote:
> Il giorno Mon, 01 Oct 2007 13:38:14 -0700
> mond <mond...@gmail.com> ha scritto:
>
> > To fix some weird problem of ssh, I, using debian lenny, deleted /etc/
> > ssh* by mistake. Is it possible to recover it?
>
> > I tried $ sudo apt-get install ssh.
>
> apt-get --reinstall install ssh
>
> ?
>
> Kindly,
> David
>
> --
> . ''`. Debian maintainer |http://snipurl.com/qa_page/
> : :' : Linuxer #334216 | http://www.hanskalabs.net/
> `. `'` GPG: 1392B174 |http://www.debianizzati.org/
> `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
>
> signature.asc
> 1KDownload

thank you. Problem solved

Do you need help?X

Date: Mon, 1 Oct 2007 19:36:52 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Emacs and python programming language

Message-ID: <20071001233652.GB8275@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 01, 2007 at 08:26:09PM +0200, P?l Cs?nyi wrote:
>
> I learn how to use Emacs because I want to programming in python language.

They have nothing to do with each other. You can use any editor to create python progams. To learn python, install the python docs package that comes with a tutorial.

Doug.

Date: Mon, 1 Oct 2007 19:56:43 -0400
From: Brad Sawatzky <brad+debian@swatter.net> To: debian-user@lists.debian.org
Subject: Re: [FIXED] Re: lirc on Debian with AMD64

Message-ID: <20071001235643.GA6916@enigma.swatter.net>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, 01 Oct 2007, Andrew Sackville-West wrote:

> On Mon, Oct 01, 2007 at 12:04:28AM -0400, Brad Sawatzky wrote:
> > On Sat, 29 Sep 2007, Greg Vickers wrote:
> >
> > > OK, I found out that Debian Etch uses a new input layer, and that the IR
> > > inputs are in /dev/input/eventX where X corresponds the event number of
> > > your input devices in 'cat /proc/bus/input/devices'
> > >
> > > So my IR device is /dev/input/event1, instead of /dev/lirc or /dev/lirc0.
> >
> > Just a heads-up, that event number could easily change from boot to boot.
> > You can preserve your sanity by making a udev rule like the following and
> > put it (or a symlink) in "/etc/udev/rules.d/"
> >
> > KERNEL=="event[0-9]", ATTRS{name}=="cx88 IR *", SYMLINK+="lirc%n"
>
> my udev-fu is very weak, but the %n substitutes the kernel supplied
> number. in which case you'll get lirc[0-9] depending on which event it
> matches. If you only have one ir port that you care about, then you'd
> probably always want it to be the *same* symlink regardless of which
> event it gets assigned to:
>
> KERNEL=="event[0-9]", ATTRS{name}=="cx88 IR *", SYMLINK+="lirc0"

Do you need more help?X

Argh, you're right. That's a better way to go.

If there is more than one card that could match the ATTRS{name} field, the OP could add another criteria that matches on the PCI slot number (so two cards don't fight for the "lirc0" name):

KERNEL=="event[0-9]", ATTRS{name}=="cx88 IR *", KERNELS=="0000:01:09.2", SYMLINK+="lirc0"

  • Brad

Date: Mon, 1 Oct 2007 19:39:39 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: resize the partition with /

Message-ID: <20071001233939.GC8275@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 01, 2007 at 11:46:32AM -0700, harland christofferson wrote:
> Douglas A. Tutty wrote:
> > Put a filesystem on it (e.g. ext3), mount it under /mnt, cp -a or
> > rsync (or even use mc) everything under /usr, then unmount it from
> > /mnt and mount it as /usr. If it works, unmount it, change
> > /etc/fstab, remove everything under /usr and reboot.
>
> harland christofferson wrote:
>
> why would you need to reboot. wouldn't deleting the mount point from
> /etc/mtab and running mount -a work instead?

Because you're changing something that has to do with things that automatically happen on boot. I'd rather discover a problem now while I remember what I did, than the next time I boot (a year from now?).

Unless you have production services going on, a quick reboot is a good idea. If you do have production services, schedule the reboot for the next short maintenance window and be doubly sure that you've logged what you've done.

Can we help you?X

Doug.

Date: Mon, 1 Oct 2007 19:43:01 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: delete /etc/ssh/* bymistak, how recover?

Message-ID: <20071001234301.GD8275@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 01, 2007 at 01:38:14PM -0700, mond wrote:
> To fix some weird problem of ssh, I, using debian lenny, deleted /etc/
> ssh* by mistake. Is it possible to recover it?
>
> I tried $ sudo apt-get install ssh.
>
> Did not work?Any clue?Thanks

Sure. From you /etc/ backup.

Doug.

Date: Tue, 02 Oct 2007 05:36:58 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Re: FLOSS support for signed PDFs

Message-ID: <47018BA2.2050408@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Don't know where to look next?X
Content-Transfer-Encoding: 7bit
Can't find what you're looking for?X

> I wrote:
>> How are they doing this detection [of Acroread]?
>
> Celejar writes:
>> I don't know.

I suspect they rely on internet explorer being the browser, install some sort of activex control and retrieve whatever information they can about the users' computer. (This can potentially include sensitive information)

If it is not a requirement for you to deal with this particular financial institution, I recommend switching to someone else having better standards support (and inform the original institution about it and your reasons for the change).

Otherwise, try the version of adobe reader that is available for linux, though I guess they won't be able to detect that it is installed if you access their site using linux. If this check for 'reader' is a one time process, you can probably try connecting to their site from a trusted windows machine with adobe reader installed, get through with the verification step and then continue your transactions from your normal machine.

HTH,
rajkiran

Date: Tue, 02 Oct 2007 05:46:01 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com> To: hgabreu@gmail.com
Cc: "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net>,

        debian-user@lists.debian.org
Subject: Re: PATH to java in X11

Message-ID: <47018DC1.90107@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Confused? Frustrated?X

Henrique G. Abreu wrote:
> I'm running Lenny.
> I've inserted the lines to .bashrc as you sad
> but it only worked to the terminal
> it had no effect in gnome (eg: using Alt+F2)
>
> I inserted 'source /etc/profile' directly into
> /etc/X11/Xsession.d/55gnome-session_gnomerc
>
> and it's working now!
> I still want to know the correct way to do this.
> if you someone knows, please send.

Create a file .xsession in your home directory with the following: ===cut===
source ~/.bashrc
PATH=<your path>
exec gnome-session
===cut===

Log out of gnome and log back in specifying the session as "User default" or some such thing in the gdm menu.

HTH,
rajkiran

Date: Mon, 1 Oct 2007 19:41:37 -0500
From: Owen Heisler <owenh000@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: etch + xp
Message-ID: <20071002004137.GB5582@owenh.hopto.org> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline

--gatW/ieO32f1wygP

Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

On Tue, 2007.10.02 05:10, Raj Kiran Grandhi wrote:
> The safest way to do this:
>
> Disconnect your disk with linux (hdc)
>
> Install windows as you normally would on your other hard disk (hdd). The=
=20
> windows installer will write its boot loader onto the master boot record =
of=20
> hdd.
>
> After windows is installed and working, reconnect your linux disk (hdc).
>
> Ensure that the boot order in bios is set to boot from hdc. Boot into=20
> linux, edit '/boot/grub/menu.lst' and add an entry for windows:
>
> title Microsoft Windows XP Professional
> root (hd1,0)
> savedefault
> makeactive
> map (hd0) (hd1)
> map (hd1) (hd0)
> chainloader +1
>
> The 'map' lines are required because windows can only boot from the first=
=20
> hard disk.

If I recall correctly, the map commands are not necessary with Windows XP: = it=20
can be located on another drive than the first.

--gatW/ieO32f1wygP

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHAZPB9XC8Sh1vpNARAsnmAJwL/p5lQKjhjvVvSpuAATVwQq1jgACgury9 1MD8GMSGt04LcdBgwzaXe7k=
=Bb+5
-----END PGP SIGNATURE----- --gatW/ieO32f1wygP--

Date: Mon, 1 Oct 2007 19:30:06 -0500
From: "Russell L. Harris" <rlharris@oplink.net> To: debian-user@lists.debian.org
Subject: Re: webcam html and ftp servers: restricting access

Message-ID: <20071002003006.GC25550@oplink.net>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
  • Andrew Sackville-West <andrew@farwestbilliards.com> [071001 17:42]:
    > On Mon, Oct 01, 2007 at 03:58:26PM -0500, Russell L. Harris wrote:
    > > I am planning to run a remote machine (running Debian "testing") with
    > > a webcam for monitoring a remote location.
    > >
    > > I plan to use apache2 to serve images which I can view from any
    > > machine.
    >
    > depending on your needs, you might look at motion (its packaged for
    > debian). It includes a tiny little webserver that will stream images
    > and allow remote control of the app. I just reviewed the manpage of
    > motion and it includes some configurable stuff as far as ports (not
    > https, though) so you may be able to use ssh tunneling to make it work
    > securely.

I discovered motion, but I think that it is a bit too complex for this stage of the project. And I found three other webcam server HOWTOs. But I still am confused as how to get the system working.

Do you need help?X

I also discovered "sftp", which may be the solution I am seeking.

I wish to be certain that my desktop system is not compromised if someone steals the remote system; so if the remote system runs a script for ftp via ssh, the password or passphrase contained in the script should be exclusive to ftp. Am I making sense?

RLH

Date: Tue, 2 Oct 2007 00:40:36 +0000
From: Oscar Corte <oect_1964@hotmail.com> To: Debian Users Mail List <debian-user@lists.debian.org> Subject: Network card activation
Message-ID: <BAY137-W27C9DCD2BD63A3FF2B89A787AE0@phx.gbl> Content-Type: multipart/alternative;

        boundary="_71bebf36-5f54-478a-8841-0acf4dfa3701_"

--_71bebf36-5f54-478a-8841-0acf4dfa3701_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

Hi all I=92m using Debian Etch, and in order to activate my network card y =
have to go into =93Networking=94 gnome=92s option menu, click on eth0, then=
 click on =93Deactivate=94 button and then on =93Activate=94. I don't get a=
n IP address unless I do this. There should be a configuration where this c=
an be fixed, however I=92m not sure which one. After reading some other top=
ics into this list I assume that this should be into '/etc/network/interfac=
es'. Is this correct? I would appreciate any hints about it or any links to=
 documentation where I can find more about this. Thanks to everyone and Reg=
ards.
Oscar Corte

News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx=

--_71bebf36-5f54-478a-8841-0acf4dfa3701_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable






Hi all
 
I=92m using Debian Etch, and in order to activate my ne= twork card y have to go into =93Networking=94 gnome=92s option menu, click = on eth0, then click on =93Deactivate=94 button and then on =93Activate=94. = I don't get an IP address unless I do this.
 
There should be a = configuration where this can be fixed, however I=92m not sure which one. Af= ter reading some other topics into this list I assume that this should be i=
nto '/etc/network/interfaces'. Is this correct?<BR>&nbsp;<BR>I would apprec= iate any hints about it or any links to documentation where I can find more=  about this.<BR>&nbsp;<BR>Thanks to everyone and Regards.<BR><BR> Oscar Corte<BR><br /><hr />Get news, entertainment and everything you care = about at Live.com. <a href=3D'http://www.live.com/getstarted.aspx ' target= =3D'_new'>Check it out!</a></body>
</html>=

--_71bebf36-5f54-478a-8841-0acf4dfa3701_--

Do you need more help?X

Date: Mon, 1 Oct 2007 19:39:46 -0700
From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org
Subject: Re: webcam html and ftp servers: restricting access Message-ID: <20071002023946.GB31840@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW" Content-Disposition: inline

--FkmkrVfFsRoUs1wW

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Can we help you?X
Content-Transfer-Encoding: quoted-printable

On Mon, Oct 01, 2007 at 07:30:06PM -0500, Russell L. Harris wrote:
> * Andrew Sackville-West <andrew@farwestbilliards.com> [071001 17:42]:
> > On Mon, Oct 01, 2007 at 03:58:26PM -0500, Russell L. Harris wrote:
> > > I am planning to run a remote machine (running Debian "testing") with
> > > a webcam for monitoring a remote location. =20
> > >=20
> > > I plan to use apache2 to serve images which I can view from any
> > > machine.
> >=20
> > depending on your needs, you might look at motion (its packaged for
> > debian). It includes a tiny little webserver that will stream images
> > and allow remote control of the app. I just reviewed the manpage of
> > motion and it includes some configurable stuff as far as ports (not
> > https, though) so you may be able to use ssh tunneling to make it work
> > securely.
>=20
> I discovered motion, but I think that it is a bit too complex for this
> stage of the project. And I found three other webcam server HOWTOs.
> But I still am confused as how to get the system working.

I beg to differ as motion is pretty darn simple to setup and operate, but you are welcome to use whatever solution you like.

>=20
> I also discovered "sftp", which may be the solution I am seeking.
>=20
> I wish to be certain that my desktop system is not compromised if
> someone steals the remote system; so if the remote system runs a
> script for ftp via ssh, the password or passphrase contained in the
> script should be exclusive to ftp. Am I making sense?

I'm not sure. sftp merely provides ftp service tunnelled through ssh and gives access to ssh niceties like pubkey authentication. What specifically are you trying to do with ftp? If you want to be able to login remotely and pull images from the remote camera box, then certainly, sftp (or any number of other things) would work. If you set up pubkey authentication, then you're pretty secure at the remote end and there is nothing in the remote end that allows access to the local end. If you're trying to *push* images from the remote end to local, that's a different story. Pushing means you've got to run your authentication the other way and expose your local end to compromise =66rom a compromised remote end.=20

Can't find what you're looking for?X

So, maybe you could lay out exactly what you want to have happen, again.=20

also, if you are just tying to grab remote images every so often, and you have a web interface setup, you could just script wget to scrape the page every so often and save it locally. just a thought.

A

--FkmkrVfFsRoUs1wW

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHAa9yaIeIEqwil4YRApJRAKC63/elsNQlWv5+2ZN/Gj2ffbU9RACgsxjh 3YXZjNTA7dD1ObmvPjjX1SM=
=YyWi
-----END PGP SIGNATURE----- --FkmkrVfFsRoUs1wW--

Date: Mon, 1 Oct 2007 21:18:29 -0500
From: "Daniel Elliott" <danelliottster@gmail.com> To: debian-user@lists.debian.org
Subject: Re: Imagemagick

Message-ID: 
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Don't know where to look next?X

> On Fri, Jul 27, 2007 at 05:45:18PM +0200, Florian Kulzer wrote:
> >
> > See bug #420672, followup 4.
> >
>
> Thanks. Checked that. It was in April 2007 and we still have no idea
> when it might be uploaded. Not blaming anyone.
>
> Downloaded and compiled the source. Everything is working fine. Will
> wait till the debs enter the repos.

How old is the current version of Imagemagick in testing? Any idea if it will fix this known issue:

convert MOV02039.MPG +adjoin test_%d.gif sh: mpeg2decode: command not found
convert: Delegate failed `"mpeg2decode" -q -b "%i" -f -r -o3 "%u%%d"'.

>From what I can find, this is a very old issue.

Thanks.

  • dan

Date: Tue, 02 Oct 2007 08:38:58 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com> To: Manu Hack <manuhack@gmail.com>
Cc: debian-user <debian-user@lists.debian.org> Subject: Re: resize the partition with /

Message-ID: <4701B64A.6060007@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

> So I'd like to resize hda2 but I can't as it said I need to unmount
> hda2 before resizing. People suggest using a live CD but it's not
> possible with my old laptop (I didn't even install etch using CD, I
> can only install etch via goodbyemicrosoft.com). USB boot is also not
> available.
>

Confused? Frustrated?X

If a couple of reboots is ok for you, the following method might work.

You can use 'dd' to clone hda2 to hda1. Boot your system with "init=/bin/bash". When you get to the bash prompt, do

bash# dd if=/dev/hda2 of=/dev/hda1

When that completes, you would have your installation available on both the partitions. The 5GB hda1 would contain a filesystem that is only 1GB large. Restart your system. You would boot normally with a 1GB root.

Edit "/boot/grub/menu.lst" and add an entry for the linux on hda1. set root to (hd0,0) and append root=/dev/hda1 for the kernel line of the new entry.

mkdir /tmp/newroot; mount /dev/hda1 /tmp/newroot

Edit the file /tmp/newroot/boot/grub/menu.lst and replace (hd0,1) with (hda0,0) and root=/dev/hda2 with root=/dev/hda1. Similarly fix the root filesystem entry in /tmp/newroot/etc/fstab by changing /dev/hda2 to /dev/hda1.

Now you should be able to boot into either of your two partitions.

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Once you have satisfied yourself that both are working, boot into your 1GB partition, and resize hda1. The command "resize2fs /dev/hda1" should be sufficient.

Restart into the 5GB parition and now you would have a 5GB root with over 4GB free space.

Run "grub-install /dev/hda" so that grub can load itself from the new location.

You can now copy over your home directory from the 1GB partition and continue using hda1. If you wish you format hda2 and mount it as /home.

Feel free to post any problems you may have and make sure you take a backup of important files before proceeding.

Good luck,
rajkiran

Date: Tue, 02 Oct 2007 08:46:32 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com> To: Oscar Corte <oect_1964@hotmail.com>
Cc: Debian Users Mail List <debian-user@lists.debian.org> Subject: Re: Network card activation

Message-ID: <4701B810.2060601@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: quoted-printable
Do you need help?X

Oscar Corte wrote:
> Hi all I=92m using Debian Etch, and in order to activate my network car=

d y have to go into =93Networking=94 gnome=92s option menu, click on eth0=
, then click on =93Deactivate=94 button and then on =93Activate=94. I don=
't get an IP address unless I do this. There should be a configuration wh=
ere this can be fixed, however I=92m not sure which one. After reading so=
me other topics into this list I assume that this should be into '/etc/ne=
twork/interfaces'. Is this correct? I would appreciate any hints about it=
 or any links to documentation where I can find more about this. Thanks t=
o everyone and Regards.
> Oscar Corte
> _________________________________________________________________

Chapter 10 of the debian reference manual describes the procedure to=20 configure networking.

http://www.debian.org/doc/manuals/reference/ch-gateway.en.html

You might find it easier to use the gui tool "network-admin" to set your=20 preferences. Select eth0 and click on the "Properties" button to make=20 your changes.

HTH,
rajkiran

Date: Tue, 02 Oct 2007 12:34:50 +0900
From: Miles Bader <miles.bader@necel.com> To: "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net> Cc: Debian User List <debian-user@lists.debian.org> Subject: Re: Spring clean
Message-Id: <buobqbi9okl.fsf@dhapc248.dev.necel.com> Content-Type: text/plain; charset=us-ascii

"Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net> writes:
> Some people find that mixing aptitude and apt-get leads to trouble.

Do you need more help?X

Some people think the earth is flat.

-Miles

-- 
The secret to creativity is knowing how to hide your sources.
  --Albert Einstein

Date: Mon, 1 Oct 2007 23:49:35 -0500 From: "Russell L. Harris" <rlharris@oplink.net> To: debian-user@lists.debian.org Subject: Re: webcam html and ftp servers: restricting access Message-ID: <20071002044935.GA4178@oplink.net> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Andrew Sackville-West <andrew@farwestbilliards.com> [071001 23:00]:
> On Mon, Oct 01, 2007 at 07:30:06PM -0500, Russell L. Harris wrote:
>> * Andrew Sackville-West <andrew@farwestbilliards.com> [071001 17:42]:
>>> On Mon, Oct 01, 2007 at 03:58:26PM -0500, Russell L. Harris wrote:
>>>> I am planning to run a remote machine (running Debian "testing") with
>>>> a webcam for monitoring a remote location.

> I beg to differ as motion is pretty darn simple to setup and
> operate,
Thanks, Andrew. This is the type of dialogue I need. I'll take another look at motion.
> What specifically are you trying to do with ftp? If you want to be
> able to login remotely and pull images from the remote camera box,
> then certainly, sftp (or any number of other things) would work.
> If you set up pubkey authentication, then you're pretty secure at
> the remote end and there is nothing in the remote end that allows
> access to the local end.
I had not given much thought to this approach; but I could implement it inexpensively with the aid of a dynamic dns service. It would be much like fetching mail from a pop server.
> If you're trying to *push* images from the remote end to local,
> that's a different story. Pushing means you've got to run your
> authentication the other way and expose your local end to compromise
> from a compromised remote end.
That is the approach I had in mind, and that is why I was concerned. But if the local machine goes out of service, there is no monitoring. So the first approach would be better.
> So, maybe you could lay out exactly what you want to have happen,
> again.
Initially, all I need is the ability to glance at the remote site now and then, using a single webcam, in order to satisfy myself that all is well. It would be dandy to be able to listen in, also, using the microphone on the webcam. I was not attempting to provide comprehensive security monitoring. It would be nice if I could check on the remote site from a machine of a relative or friend. But they all run Window$, so that necessitates that I implement a web server, either at the remote site or else at my home. If the web server is at home, then the home machine is exposed to attack (as well as to frequent lightning storms). The issue with the remote system is not so much security as it is keeping the system up and running despite hackers. I cannot afford to reinstall the system every week. So I plan to use an external firewall to protect the remote machine.
> also, if you are just tying to grab remote images every so often, and
> you have a web interface setup, you could just script wget to scrape
> the page every so often and save it locally.
Again, like automatically fetching the mail. RLH End of debian-user-digest Digest V2007 Issue #2532 ************************************************** Received on Tue Oct 2 01:24:09 2007

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:55:33 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library