Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #3016

From: <debian-user-digest-request(at)lists.debian.org>
Date: Mon Dec 17 2007 - 11:11:54 EST


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 3016

Today's Topics:

  Re: ffmpeg encoding issues & AAC      [ Stefano Sabatini  ]
  Re: Trying to understand how checksu  [ Jochen Schulz  ]
  Vator.tv sign up invitation           [ Justin Hartman  ]
  How to keep a locally compiled *.deb  [ Johannes Graumann  ]
  dhelp and libdb                       [ Vincent Lefevre  ]
  Re: I have a SSH connection and need  [ Peter Werner  ]
  Re: I have a SSH connection and need  [ "Rodney D. Myers"  ]
  Re: CGI Scripts, Apache 2.2.3, and D  [ Bogart Salzberg  ]
  Re: mail I keep getting               [ Joe  ]

Date: Mon, 17 Dec 2007 10:49:55 +0100
From: Stefano Sabatini <stefano.sabatini-lala@poste.it> To: debian-user@lists.debian.org
Subject: Re: ffmpeg encoding issues & AAC

Message-ID: <20071217094955.GF5756@geppetto>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On date Wednesday 2007-11-21 19:59:10 -0800, David Fox wrote:
> Guys,
>
> I do quite a bit of video encoding / audio encoding in debian lenny,
> and oftentimes I use tovid (tovid.sourceforge.net) to do the encoding,
> usually with good results.
>
> But recently I have had a problem with ffmpeg when I attempt to encode
> what looks like a 5.1 channel aac file that's part of an mp4 video, it
> tells me that it can't do the encode, that encoding more than 2
> channels is not supported. The upshot is that I may have to find
> another tool to extract the audio portion of the mp4 file, and then
> downmix it to two channels, then resample to ac3 dvd standard audio
> format.

You told it, ffmpeg can't still downmix (but that is a requested feature, many related patches laying aroung ffmpeg-devel), so you have to do it manually (for example using faad --downmix).

Check also the Gmane archive of ffmpeg-user where I recently discussed that issue.

Do you need help?X

[...]

HTH, regards.

-- 
Stefano Sabatini
Linux user number 337176 (see 
http://counter.li.org)

Date: Tue, 18 Dec 2007 00:04:28 +1300 From: Timothy <tim@goddard.net.nz> To: debian-user@lists.debian.org Subject: Re: Trying to understand how checksums and signatures work Message-Id: <200712180004.50242.tim@goddard.net.nz> Content-Type: multipart/signed; boundary="nextPart1532165.xJgJhjnUER"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1532165.xJgJhjnUER Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 17 December 2007 18:29:20 Gilles Pelletier wrote:
> I found out the MD5SUMs are in the package itself but where are the
> signatures? I suppose they're in the file that is updated when you do an
> update. But where is this file?
The foo_0.2_arch.changes file for each upload can be signed and contains th= e=20 md5 checksums of the package files. I'm not sure where apt gets a copy of=20 this from.
> Why are every file in the package md5summed ? Wouldn't a sum on the
> whole package be enough?
I'm not completely sure but one application I can think of would be to trac= k=20 changes or to check easily whether files in two packages are identical. It'= s=20 a bit redundant but where's the harm?
> I had a bad experience while trying to install guarddog on Knoppix
> (installed)this weekend. Synaptic apparently did a full update before
> installing guarddog, even chinese keyboards! That took a long time! It
> was getting late and the fine print was really, really small. At one
> point it asked if I wanted to restart the computer or continue. I was in
> no mood to restart and thought "What the heck, I'll see to this later!"
>=20
> When I rebooted I had the message "Starting system log daemon: syslogd"
> and the system hanged there. I rebooted with a Kubuntu Live-CD and tried
> to find an answer to this problem on the net, but in vain. So, I
> rebooted and removed savedefault on the boot prompt. The boot hanged
> very soon. I put back savedefault, and it finally worked. Lots of
> headaches!
>
> Is there a Linux distro that won't let you continue when you *have* to
> reboot? You know, more foolproof.
You pretty much never have to reboot when running a Linux-based OS. Many=20 server admins cannot afford to reboot so anything that tried to force them = to=20 wouldn't go down well. Knoppix is not really intended to be used as a=20 disk-based OS and may be rough around the edges with regards to updating,=20 packages, etc as few people will be testing this behaviour. Perhaps you cou= ld=20 try a proper Debian install? --nextPart1532165.xJgJhjnUER Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHZlfSOaae2rbI9uwRAr1JAJ9SGaYMjQaNwezRkiTYAMw41qixiACgtX01 xAnDkHaTIAgT8g1E0i9M/hg= =wAiZ -----END PGP SIGNATURE----- --nextPart1532165.xJgJhjnUER--

Date: Mon, 17 Dec 2007 12:47:24 +0100 From: Jochen Schulz <ml@well-adjusted.de> To: debian-user@lists.debian.org Subject: Re: Trying to understand how checksums and signatures work Message-ID: <20071217114724.GF6793@wasteland.homelinux.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AbQceqfdZEv+FvjW" Content-Disposition: inline --AbQceqfdZEv+FvjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gilles Pelletier:
>
> I found out the MD5SUMs are in the package itself but where are the=20
> signatures? I suppose they're in the file that is updated when you do an=
=20
> update. But where is this file?
It's the Release file which is signed (detached signature in Release.gpg). Release contains md5sums of all Packages files which in turn contain hashes of all package (.deb) files.
> Why are every file in the package md5summed ? Wouldn't a sum on the whole=
=20
> package be enough?
I guess this has something to do with error detection at the installation stage and is not used to detect that someone has unauthorizedly tampered with the package. But I don't really know.
> I had a bad experience while trying to install guarddog on Knoppix=20
> (installed)this weekend.
I don't think this has anything to do with cryptographic signatures and it doesn't sound like a problem you should expect to face on Debian. J. --=20 I'm being paid to act weirdly. [Agree] [Disagree] <http://www.slowlydownward.com/NODATA/data_enter2.html> --AbQceqfdZEv+FvjW 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) iD8DBQFHZmHM+AfZydWK2zkRAq57AKCXmweeL8EyaVrZoRjXsPHviHYTBACeJCH5 KJGDWzpxb4F9+0bc4iIZOLc= =aJo2 -----END PGP SIGNATURE----- --AbQceqfdZEv+FvjW--

Date: Mon, 17 Dec 2007 03:30:05 -0800 From: Justin Hartman <justin@afrigator.com> To: debian-user@lists.debian.org Subject: Vator.tv sign up invitation Message-Id: <47665dbd60835_5c04158c5deed8983981@ey00-s00222.tmail> Content-Type: text/plain; charset=utf-8 Justin Hartman has sent you an invitation to join Vator.tv, and be a part of his network. To see Justin's profile, go to: http://vator.tv/user/show/JustinHartman Follow this link to sign up to Vator.tv: http://vator.tv/user/register/?em=ZGViaWFuLXVzZXJAbGlzdHMuZGViaWFuLm9yZw== Once you've registered, please follow the link below to ACCEPT Justin's invitation and connect with him. To ACCEPT this invitation follow this link: http://vator.tv/user/invite_accept/JustinHartman?ch=invite To REJECT this invitation follow this link: http://vator.tv/user/invite_reject/JustinHartman The Vator.tv team. What's your pitch? Share it with the world.

Date: Mon, 17 Dec 2007 13:22:36 +0100 From: Robert Walter <LeProvokateur@gmx.de> To: debian-user@lists.debian.org Subject: Re: wodim scsi paradox Message-ID: <47666A0C.6010101@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jude DaShiell schrieb:
> This isn't a problem yet but should be documented somewhere for support
> purposes. When I do wodim -scanbus on this system, my internal cd burner
> is found as well as an external DVD burner. That's good since both are
> connected. What's not detected though are 2 external scsi drives a 2GB
> jazz drive and a 100MB zip drive. When that first happened I decided to
> punt though and tried using mount on the devices and accessed the 2GB
> jazz drive at /dev/sda4 and the 100MB zip drive at /dev/sdb4. Both of
> those drives do work though even when mounted a wodim -scanbus command
> still fails to detect them. What I don't know is whether or not to
> leave this situation as is or maybe write a couple entries in /etc/fstab.
>
>
I think you misunderstand the purpose of the command. wodim -scanbus looks only for devices wodim can read from or write to, which means cd/dvd-burner and -reader. I don't think, that you want to burn with the jaz nor the zip-drive, because they are disk drives. Mount them as usual and you should be fine. If you want your drives to be detected, use hwinfo or discover or similar. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZmoMAhMNa+PFqP0RArWYAJ9lxCwyU6IznuBruLPsQSq11EM0ggCfUKFx ROiVKMCaPKRWq9xho4+HY0I= =wx7t -----END PGP SIGNATURE-----

Date: Mon, 17 Dec 2007 11:31:24 +0000 From: Patter <steve@patter.mine.nu> To: debian-user@lists.debian.org Subject: Re: getting a printer published..... Message-ID: <c93i35-6pa.ln1@moriarty.lan> On Mon, 17 Dec 2007 11:10:10 +0100, Bruno Boettcher wrote:
> i have a network printer on my LAN that uses a peculiar driver, i
> configured one machine to be able to talk to it, so far so good, the
> printer works properly....
>
> now iwante the other machines to access that printer through my server,
> and there nohing goes....
>
> i used the local web-service of cups to allow to publish that printer and
> activate the publication through the LAN, but manifestingly i failed....
You may need to adjust the BrowseAddress option to include the server's IP address, each client also needs to run cupsd to browse printers on another server. http://www.cups.org/documentation.php/ref-cupsd-conf.html -- Stephen Patterson :: steve(at)patter.mine.nu :: http://patter.mine.nu/ GPG: B416F0DE :: Jabber: patter@jabber.earth.li "Don't be silly, Minnie. Who'd be walking round these cliffs with a gas oven?"

Date: Mon, 17 Dec 2007 14:25:29 +0100 From: Johannes Graumann <johannes_graumann@web.de> To: debian-user@lists.debian.org Subject: How to keep a locally compiled *.deb up to date? Message-ID: <fk5tc8$g5c$1@ger.gmane.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Hi, Is there any mechanism to be notified by aptitude or the likes if a source package downloaded with 'apt-get source' has been upgraded by the maintainer and needs rebuilding? Thanks for chipping away on my ignorance, Joh

Do you need more help?X

Date: Mon, 17 Dec 2007 05:08:20 -0800 (PST) From: webjay <jacob.saxberg@gmail.com> To: debian-user@lists.debian.org Subject: I have a SSH connection and need GUI installed Message-ID: <71ccf3ba-c770-4f0b-90fd-f152e538e51b@w40g2000hsb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I am on a MacBook Pro and can connect to my server in the basement via SSH. Can I install a GUI via SSH and later connect via VLC or the like? What package would I need and how do I configure it via SSH?

Date: Mon, 17 Dec 2007 14:26:25 +0100 From: Vincent Lefevre <vincent@vinc17.org> To: debian-user@lists.debian.org Subject: dhelp and libdb Message-ID: <20071217132625.GT982@prunille.vinc17.org> Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The dhelp package depends on libdb4.2-ruby1.8, but its changelog file says: * Build against libdb4.5-dev (Closes: 282172). Any explanation? --=20 Vincent Lef=E8vre <vincent(at)vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

Date: Mon, 17 Dec 2007 07:53:30 -0600 From: Kent West <westk@acu.edu> To: debian-user@lists.debian.org Subject: Re: I have a SSH connection and need GUI installed Message-ID: <47667F5A.4040600@acu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit webjay wrote:
> I am on a MacBook Pro and can connect to my server in the basement via
> SSH.
> Can I install a GUI via SSH and later connect via VLC or the like?
>
On the OS/X installer DVD is an X Tools option, that is not installed by default. (This is with pre-Leopard; I'm unsure about Leopard.) Install that. Now you can fire up X, and I believe it will open a terminal window. (I don't have a Mac in front of me, so I'm doing this by [hazy] memory.) From there, just "ssh -X yourserverusername@yourserversIPaddress". I'm assuming your server is running Debian. If you've configured Debian to allow X forwarding ("XForwarding=Yes" or similar in /etc/ssh/sshd_config, I believe), once you've logged into Debian over the ssh connection, you can start any X-enabled app, and it will display/run "on" your Mac. Any questions, ask again for clarification. In an hour or so I'll be in front of my Mac and can walk through the process and give better details if necessary. -- Kent

Date: Mon, 17 Dec 2007 15:11:22 +0100 From: Peter Werner <debian@artemis.in-ulm.de> To: webjay <jacob.saxberg@gmail.com> Cc: debian-user@lists.debian.org Subject: Re: I have a SSH connection and need GUI installed Message-ID: <20071217141122.GC32564@artemis.in-ulm.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, On Mon, Dec 17, 2007 at 05:08:20AM -0800, webjay wrote:
> Can I install a GUI via SSH and later connect via VLC or the like?
>
> What package would I need and how do I configure it via SSH?
xnest does what you want. greetings Peter Werner

Date: Mon, 17 Dec 2007 09:09:15 -0500 From: Henning Follmann <hfollmann@itcfollmann.com> To: debian-user@lists.debian.org Subject: Re: I have a SSH connection and need GUI installed Message-Id: <CE395641-C556-42D8-8354-DC29822F9D71@itcfollmann.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Dec 17, 2007, at 8:53 AM, Kent West wrote:
> webjay wrote:
>> I am on a MacBook Pro and can connect to my server in the basement
>> via
>> SSH.
>> Can I install a GUI via SSH and later connect via VLC or the like?
>>
>
> On the OS/X installer DVD is an X Tools option, that is not
> installed by default. (This is with pre-Leopard; I'm unsure about
> Leopard.) Install that.
>
> Now you can fire up X, and I believe it will open a terminal window.
> (I don't have a Mac in front of me, so I'm doing this by [hazy]
> memory.)
>
> From there, just "ssh -X yourserverusername@yourserversIPaddress".
>
> I'm assuming your server is running Debian. If you've configured
> Debian to allow X forwarding ("XForwarding=Yes" or similar in /etc/
> ssh/sshd_config, I believe), once you've logged into Debian over the
> ssh connection, you can start any X-enabled app, and it will display/
> run "on" your Mac.
>
> Any questions, ask again for clarification. In an hour or so I'll be
> in front of my Mac and can walk through the process and give better
> details if necessary.
>
> --
> Kent
>
>
[OT] You might also want to look at: http://images.apple.com/server/macosx/docs/Command_Line_Admin_v10.5.pdf I found the GUI administration of Mac OS X Server inadequate for a lot of things. Cheers, Henning

Date: Mon, 17 Dec 2007 06:38:57 -0800 (PST) From: webjay <jacob.saxberg@gmail.com> To: debian-user@lists.debian.org Subject: Re: I have a SSH connection and need GUI installed Message-ID: <7a6435a4-947a-4275-8dfb-d8946ba177ab@d21g2000prf.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Dec 17, 3:00 pm, Kent West <we...@acu.edu> wrote:
> webjay wrote:
> > I am on a MacBook Pro and can connect to my server in the basement via
> > SSH.
> > Can I install a GUI via SSH and later connect via VLC or the like?
>
> On the OS/X installer DVD is an X Tools option, that is not installed by
> default. (This is with pre-Leopard; I'm unsure about Leopard.) Install that.
>
> Now you can fire up X, and I believe it will open a terminal window. (I
> don't have a Mac in front of me, so I'm doing this by [hazy] memory.)
>
> From there, just "ssh -X yourserverusername@yourserversIPaddress".
>
> I'm assuming your server is running Debian. If you've configured Debian
> to allow X forwarding ("XForwarding=Yes" or similar in
> /etc/ssh/sshd_config, I believe), once you've logged into Debian over
> the ssh connection, you can start any X-enabled app, and it will
> display/run "on" your Mac.
>
> Any questions, ask again for clarification. In an hour or so I'll be in
> front of my Mac and can walk through the process and give better details
> if necessary.
>
> --
> Kent
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
I have X tools on my Mac. I also have "X11Forwarding yes" in /etc/ssh/sshd_config I have installed xnest. But I guess I need either Gnome or KDE? How do I install Gnome via SSH? And do I need to configure it for a remote connection? Jacob

Date: Mon, 17 Dec 2007 07:13:31 -0800 From: "Rodney D. Myers" <rdmyers.42@gmail.com> To: debian-user@lists.debian.org Cc: webjay <jacob.saxberg@gmail.com> Subject: Re: I have a SSH connection and need GUI installed Message-Id: <D50B7E22-197A-4099-81D1-C2BFCF57D363@gmail.com> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2-553879228" Content-Transfer-Encoding: 7bit This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2-553879228 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Dec 17, 2007, at 6:38 AM, webjay wrote:
> On Dec 17, 3:00 pm, Kent West <we...@acu.edu> wrote:
>> webjay wrote:
>>> I am on a MacBook Pro and can connect to my server in the basement
>>> via
>>> SSH.
>>> Can I install a GUI via SSH and later connect via VLC or the like?
>>
>> On the OS/X installer DVD is an X Tools option, that is not
>> installed by
>> default. (This is with pre-Leopard; I'm unsure about Leopard.)
>> Install that.
>>
>> Now you can fire up X, and I believe it will open a terminal
>> window. (I
>> don't have a Mac in front of me, so I'm doing this by [hazy] memory.)
>>
>> From there, just "ssh -X yourserverusername@yourserversIPaddress".
>>
>> I'm assuming your server is running Debian. If you've configured
>> Debian
>> to allow X forwarding ("XForwarding=Yes" or similar in
>> /etc/ssh/sshd_config, I believe), once you've logged into Debian over
>> the ssh connection, you can start any X-enabled app, and it will
>> display/run "on" your Mac.
>>
>> Any questions, ask again for clarification. In an hour or so I'll
>> be in
>> front of my Mac and can walk through the process and give better
>> details
>> if necessary.
>>
>> --
>> Kent
>>
>> --
>> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmas...@lists.debian.org
>
>
> I have X tools on my Mac.
> I also have "X11Forwarding yes" in /etc/ssh/sshd_config
> I have installed xnest.
>
> But I guess I need either Gnome or KDE?
> How do I install Gnome via SSH?
> And do I need to configure it for a remote connection?
>
>
> Jacob
NO you do not need with gnome or kde to get SSH to work. I regularly ssh from this MacBook, into my debian box. I can send a copy of both my /etc/ssh/sshd_config & ssh_config I use synaptic, gimp, gqview, and other programs remotely. --- Rodney D. Myers <rdmyers.42@gmail.com> ICQ#: AIM#: YAHOO: 18002350 mailman452 mailman42_5 They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 --Apple-Mail-2-553879228 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFHZpIbN8pceMwR+MwRAru+AJ0bpQCQreQEbk/Tbzt1Nr5bvbuR2QCfTw/8 Yn9TdkLJQ4mHa+Q1oaqYrTU= =PdVy -----END PGP SIGNATURE----- --Apple-Mail-2-553879228--

Date: Mon, 17 Dec 2007 10:16:18 -0500 From: Mark Grieveson <dg135@torfree.net> To: debian-user <debian-user@lists.debian.org> Subject: mail I keep getting Message-ID: <20071217101618.1f6deb64@localhost> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello. My system keeps sending me the following message, each day or so: /etc/cron.daily/logrotate: error: error accessing /var/lib/zope2.7/instance: No such file or directory error: zope2.7:24 glob failed for /var/lib/zope2.7/instance/*/log/*.log run-parts: /etc/cron.daily/logrotate exited with return code 1 I Used to have a webserver, with zope's Squishdot. But I haven't had this for a while. I've purged zope, and, any file that was left, I manually got rid of. So, is there a way to stop these error messages? Mark

Can we help you?X

Date: Mon, 17 Dec 2007 10:30:51 -0500 From: Bogart Salzberg <webmaster@inkfist.com> To: Jon D. Irish <irishjd@yahoo.com> Cc: debian users <debian-user@lists.debian.org> Subject: Re: CGI Scripts, Apache 2.2.3, and Debian 4.0 R1 Message-Id: <88B2C370-9C8C-4E40-94E0-7DC620B357CE@inkfist.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit On Dec 16, 2007, at 2:29 PM, Jon D. Irish wrote:
> Hi Mark,
> Still no luck. I keep getting "The webpage cannot be found" errors.
> Is it possible that I am missing an Apache package? Here are my
> index,html and config files (if it would help).
>
> Thanks,
> Jon
Jon, By "the webpage cannot be found", do you mean a "404 Not Found" response? What URL are you using to make the request? I ask this because it is important to ensure, first of all, that your request is actually being received by Apache. If it is, there should be an entry in both the access and error logs with information about the request, such as the path of the file that Apache believes you are requesting. Unless you have specified an alternate location, such as with the "ErrorLog" directive, then I think you will find the error log in / var/log/apache2. HTH Bogart
>
> ----- Original Message ----
> From: Mark Grieveson <dg135@torfree.net>
> To: debian-user@lists.debian.org
> Sent: Sunday, December 16, 2007 9:37:41 AM
> Subject: Re: CGI Scripts, Apache 2.2.3, and Debian 4.0 R1
>
> On Sun, 16 Dec 2007 08:05:04 +0000 (UTC)
> debian-user-digest-request@lists.debian.org wrote:
>
>> <Directory "/var/www/cgi-bin">
>> AllowOverride None
>> Options Indexes Includes FollowSymLinks
>> Order deny,allow
>> Deny from all
>> Allow from 192.168.1
>> </Directory>
>>
>> Neither of these has allowed my cgi scripts to run. Can someone
>> please tell me what I am doing wrong?
>> Sincerely,
>> Jon
>
>
> Red Hat, and others, use /var/www/cgi-bin, as the directory. I've
> found, for Debian, that the correct directory is /usr/lib/cgi-bin/;
> so,
> change <Directory "/var/www/cgi-bin"> to:
> <Directory "/usr/lib/cgi-bin">.
>
> When I ran a webserver, I also had the scriptalias stuff in the
> file /etc/apache2/sites-available/default file. I was running a
> virtual host though; so, for yourself, the sites-available file may
> not
> be important.
>
> Mark
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>
>
> ______________________________________________________________________
> ______________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now. http://
> mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ <Apache2.tar>

Date: Mon, 17 Dec 2007 10:35:05 -0500 From: "Michael Marsh" <michael.a.marsh@gmail.com> To: debian-user@lists.debian.org Subject: Re: mail I keep getting Message-ID: <ceb0ad00712170735t4d4cfcb4g2446ebffea3f0e33@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Dec 17, 2007 10:16 AM, Mark Grieveson <dg135@torfree.net> wrote:
> I Used to have a webserver, with zope's Squishdot. But I haven't had
> this for a while. I've purged zope, and, any file that was left, I
> manually got rid of. So, is there a way to stop these error messages?
Did zope leave something behind in /etc/logrotate.d after purging? If so, you should remove this and file a bug report. -- Michael A. Marsh http://www.umiacs.umd.edu/~mmarsh http://mamarsh.blogspot.com http://36pints.blogspot.com

Date: Mon, 17 Dec 2007 09:37:31 -0600 From: Kent West <westk@acu.edu> To: debian-user@lists.debian.org Subject: Re: I have a SSH connection and need GUI installed Message-ID: <476697BB.2070603@acu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit webjay wrote:
> I have X tools on my Mac.
> I also have "X11Forwarding yes" in /etc/ssh/sshd_config
> I have installed xnest.
>
> But I guess I need either Gnome or KDE?
>
No, not necessary. On my Leopard Mac, I go into the HD, then /Applications/Utilities, and fire up X11. This opens an xterm. In the xterm, I enter "ssh -X westk@myserver.mydomain.com", and log into my Debian box with my normal Debian password for "westk". Now I can run any of my apps by entering their name. For example, to run Iceweasel, I enter "iceweasel &". Here's some other examples: icedove & konqueror & gimp & mc mutt xterm & Just for kicks, I tried "startkde &", and interesting things happened. But by "interesting", I mean, "interesting like a train wreck". I bet you could get KDE to run properly, but it's more hassle than I'm willing to put into it. The full environment seems to clash with the OS/X environment. If I need KDE-ish stuff, I'd just run the individual apps, like "kwrite &". -- Kent

Date: Mon, 17 Dec 2007 15:43:39 +0000 From: Joe <joe@jretrading.com> To: debian-user@lists.debian.org Subject: Re: mail I keep getting Message-ID: <fk65ff$c8h$1$8302bc10@news.demon.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mark Grieveson wrote:
> Hello. My system keeps sending me the following message, each day or
> so:
>
> /etc/cron.daily/logrotate:
> error: error accessing /var/lib/zope2.7/instance: No such file or
> directory error: zope2.7:24 glob failed
> for /var/lib/zope2.7/instance/*/log/*.log
> run-parts: /etc/cron.daily/logrotate exited with return code 1
>
> I Used to have a webserver, with zope's Squishdot. But I haven't had
> this for a while. I've purged zope, and, any file that was left, I
> manually got rid of. So, is there a way to stop these error messages?
>
Have a look in /etc/logrotate.d for an appropriate entry. End of debian-user-digest Digest V2007 Issue #3016 ************************************************** Received on Mon Dec 17 11:16:45 2007

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:58:08 EDT


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