|
|||||||||||||||
|
debian-user-digest Digest V2007 #2717
From: <debian-user-digest-request(at)lists.debian.org>
Date: Wed Oct 31 2007 - 23:19:06 EDT
debian-user-digest Digest Volume 2007 : Issue 2717 Today's Topics: How can i add a manual file to compi [ "Jabka Atu"
Date: Thu, 1 Nov 2007 01:47:00 +0200
boundary="----=_Part_10798_11495599.1193874420603" ------=_Part_10798_11495599.1193874420603 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Good evening,..
Im working on a smser package (
but it does have a manfile.1 what am i doing wrong ? Thank you in advance. ------=_Part_10798_11495599.1193874420603 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Good evening,..<br><br>Im working on a smser package (http://mentors.debian.net/debian/pool/main/s/smser/) and i cann't understand how to add a manual file :
------=_Part_10798_11495599.1193874420603--
Date: Wed, 31 Oct 2007 16:52:54 -0700
Message-Id: <090E5BF7-978D-418E-839D-E17244FBB198@u.washington.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit On Oct 31, 2007, at 4:03 PM, Serena Cantor wrote: > (BTW: can you recommend other TV-watching packages in etch?) I've always liked "tvtime". It does on-the-fly deinterlacing. Very nice image quality, although at the expense of higher CPU usage.
Date: Thu, 01 Nov 2007 01:14:26 +0100
Message-ID: <47291A62.9070806@djingis.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
Andrew Sackville-West wrote:
>> Hello! >> >> I have a server which is running 2 different virtual hosts (vserver), let's >> call them S for the server, A and B for the virtual hosts A and B. >> S, A and B have different ip-addresses (say s.s.s.s, a.a.a.a and b.b.b.b). >> >> Since the server isn't really forwarding anything I haven't used the >> FORWARD chain for anything, and I use INPUT and OUTPUT to regulate the flow >> to the different servers, for example: >> >> iptables -P INPUT DROP >> iptables -P OUTPUT DROP >> iptables -P FORWARD DROP >> iptables -I INPUT -d a.a.a.a -p tcp --dport 80 -j ACCEPT >> on the server >> seems to do what I want. In the example above letting A and only A answer >> requests on port 80. >> >> However, when I try to regulate the flow of traffic between the different >> "machines" (S, A, and B) strange things happen. >> >> For example: >> iptables -I OUTPUT -d a.a.a.a -p tcp --dport 25 -j ACCEPT >> doesn't only allow any of the "machines" to try to contact port 25 on A, >> but it *also allows A to answer* !!! > > if by answer, you mean respond to the same request, then that is > appropriate, IIUC. The rules relate to *new* requests, not responses > to existing ones. That's why when you block port 80 inbound, you can > still recieve packets -- they match up to outbound requests your > browser has made. > > I think that's right. > > A Thanks! But that really has to do with RELATED,ESTABLISHED for *established connections* and here I *never* have any rule that explicitly allows any such established connection to be brought up. The outbound rule that allows traffic out from the virtual machines to tcp/25 on a.a.a.a *also* seems to allow traffic *into* a.a.a.a and I have no explicit rule that allows it, but maybe the ESTABLISHED,RELATED is the rule that makes this work here, in a fishy way, as well?
The thing is like this. If I have 2 physically distinct, and thus
different, machines, A and B, and want to connect from A to B on port
tcp/25 I have to:
In my case I have a server S and two *virtual* machines, A and B. The
rules that I need however differ, and there seems to be no need for #2
above - that is there is no need to let the traffic in from the other
virtual hosts.
It could be RELATED,ESTABLISHED that makes this possible, in some strange way, but I don't know and I can't test it at the moment (at the moment I have only remote access to the machines). For example if b.b.b.b tcp/whatever sends a request to a.a.a.a tcp/25, the kernel should make some sort of note of this, and let answers from a.a.a.a/25 in to b.b.b.b/whatever (sort of in the INPUT chain) in, but maybe there is some part of this I'm missing. Anyhow, *if* I'm not missing something (and it is likely I do) please explain if you know)? /erik
Date: Wed, 31 Oct 2007 20:16:36 -0400
Message-ID: <47291AE4.6030006@roadrunner.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE-----
Only when I start the
I am curious to know what computer, desktop or laptop provides power to
accessories when the power supply is switched off... None of mine do?
-----BEGIN PGP SIGNATURE-----
iD8DBQFHKRrkvcaLutW7oXQRArzEAJ44BWbPyXKJn9qXT+TcylVMu2ithACaAmy7
LRn1C3pUSHLU4Ed0tTxyVrE=
Date: Thu, 01 Nov 2007 00:30:30 +0000
ISHWAR RATTAN <rattan@cps.cmich.edu> wrote:
I've an eight-way Xeon running Lenny on (what I think I recall is) a DELL 2950. Does that help? Chris Date: Wed, 31 Oct 2007 17:45:57 -0700 (PDT) From: Serena Cantor <qipaishi2006@yahoo.com> To: debian user list <debian-user@lists.debian.org> Subject: Re: can mplayer in etch be used to watch TV? Message-ID: <15366.32087.qm@web35701.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks! I just try tvtime, it let me know all frequency of TV stations du=
ring scanning. it require
>=20 > On Oct 31, 2007, at 4:03 PM, Serena Cantor wrote: >=20 > > (BTW: can you recommend other TV-watching packages in etch?) >=20 > I've always liked "tvtime". It does on-the-fly deinterlacing. Very =20 > nice image quality, although at the expense of higher CPU usage. >=20 >=20 > --=20 > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org=20 > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debi= an.org >=20 >=20 Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=20
Date: Thu, 01 Nov 2007 01:11:54 -0000
Hey, Can any of you tell me how to use SSH to connect to remote CVS repository with user name and password please?
Thanks a lot in advance!
Date: Thu, 1 Nov 2007 13:05:10 +1100
Message-ID: <95455e980710311905p141f49c4g1e5e4665c3fc0640@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On 10/31/07, Chris Bannister <mockingbird@earthlight.co.nz> wrote:
> > How are you installing mutt? Are you compiling mutt from source or > trying to install the Debian binary package? I am compiling mutt from the source, so I can install it in my local directory, rather goes to /usr. > -- > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > >
Date: Thu, 1 Nov 2007 04:09:35 +0200
boundary="----=_Part_11224_749325.1193882975523" ------=_Part_11224_749325.1193882975523 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Found an answer (actually got it on OFTC thank you mentors) i was supposed to create debian/manpages
the full explenation is at :
On 11/1/07, Jabka Atu <mashrom.head@gmail.com> wrote: > > Good evening,.. > > Im working on a smser package ( > http://mentors.debian.net/debian/pool/main/s/smser/) and i cann't > understand how to add a manual file : > when i work on package that does not compile code (as klthemes > http://mentors.debian.net/debian/pool/contrib/k/klthemes/) i just edited > the debian/manfile.1 and debuild -rfakeroot > but when i compile a a source code (Makefile) and run debuild -rfakeroot i > got the next error : > W: smser: binary-without-manpage usr/bin/smser > > but it does have a manfile.1 what am i doing wrong ? > > Thank you in advance. > > ------=_Part_11224_749325.1193882975523 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Found an answer (actually got it on OFTC thank you mentors)<br>i was supposed to create debian/manpages<br><br>the full explenation is at :<a href="http://bsh83.blogspot.com/2007/11/man-file-in-debian-packaging-errors.html"> http://bsh83.blogspot.com/2007/11/man-file-in-debian-packaging-errors.html</a><br><br><div><span class="gmail_quote">On 11/1/07, <b class="gmail_sendername">Jabka Atu</b> <<a href="mailto:mashrom.head(at)gmail.com">mashrom.head(at)gmail.com </a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Good evening,..<br><br>Im working on a smser package (<a href="http://mentors.debian.net/debian/pool/main/s/smser/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://mentors.debian.net/debian/pool/main/s/smser/</a>) and i cann't understand how to add a manual file :
------=_Part_11224_749325.1193882975523--
Date: Thu, 1 Nov 2007 04:11:43 +0200
boundary="----=_Part_11233_24167704.1193883103162" ------=_Part_11233_24167704.1193883103162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Thnx to all i found an answer
On 9/29/07, Jabka Atu <mashrom.head@gmail.com> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello ,... > > > im working on smser package (on > http://mentors.debian.net/debian/pool/main/s/smser) > > > i started to use the normal rules file (auto genrated). > > > after that i started to get errors with man file: > > lintian told me that there is no man file (but there is as you can see). > > > also why does the noraml rule file don't deleate the stamp files ? > > > P.s > > ill be glad to get any relvent comments on this prog . > > - -- > - -- > Could you at least use man ? > Jabka Atu (aka mha13/Mashrom Head) || bsh83.blogspot.com > - -- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iQIVAwUBRv5M529p6JnF9I1qAQLE0RAAj7pHttXPNH+ztKIYooDY4PEQxd0tUkn5 > esRJXpVE1eVYb6ILEVGPwKxvEbaO1LwwKLRi8Iu9qXgYjLbBM7Ui3Hs4nxIWrhzd > piDneABlm7brqD+QMjoV+xS/uR7J9OuqSbYZ6DygumgmFbkm0IgMEPz8T8eBnKYS > TMKcwPrxxHE2wsk9wQB7cO1RZ0fZeVtta7hPhJYEL7pwk8N3UX6IiR6TDg/g5n4+ > K753CDdpxz3Z+ebLYDkPLEO/SrMaJdNItlGQADHWamiZOKPny539YPwtvd79GoaH > EpXXE7gmuRzwdw0Y6DM5zMJGo250iuqT3oD9V3VFkQI25EEmiTNqbKgBEEqDuytE > XhAos1chz779Uxre+r0qK42MaNROC+gtj7zBvabhLGc/GYen4577yRn/R9mfF7Tu > 8EDlH295Uoee4CR49VBxLSzt/uiJwdGxdxKM7sNPHPRVetdrXG2cFgMAs/3HioS/ > bq3HyyBzeOOkjeDQSqHBgZNxzV3gU+1VNyT1MywjjX0Z7fOVOzrBdUlIvCtFjRlz > 8E2dPSpvgUtwLhx6/U53MdluLUFcwxgZjeS+SdY43Qqxz5qZA1r9bUkTt/9zcwbt > ZHNVnHjW/v+EdNee+79YcIVHoiD3fzWml6SOhF6h33/lcC87ZgeGxXNnBiiElELY > DZTsnaTn4b4= > =1tPG > -----END PGP SIGNATURE----- > > ------=_Part_11233_24167704.1193883103162 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thnx to all i found an answer http://bsh83.blogspot.com/2007/11/man-file-in-debian-packaging-errors.html<br><br><div><span class="gmail_quote"> On 9/29/07, <b class="gmail_sendername">Jabka Atu</b> <<a href="mailto:mashrom.head@gmail.com">mashrom.head@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> -----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>Hello ,...<br><br><br>im working on smser package (on<br><a href="http://mentors.debian.net/debian/pool/main/s/smser">http://mentors.debian.net/debian/pool/main/s/smser )
iQIVAwUBRv5M529p6JnF9I1qAQLE0RAAj7pHttXPNH+ztKIYooDY4PEQxd0tUkn5 esRJXpVE1eVYb6ILEVGPwKxvEbaO1LwwKLRi8Iu9qXgYjLbBM7Ui3Hs4nxIWrhzd piDneABlm7brqD+QMjoV+xS/uR7J9OuqSbYZ6DygumgmFbkm0IgMEPz8T8eBnKYS TMKcwPrxxHE2wsk9wQB7cO1RZ0fZeVtta7hPhJYEL7pwk8N3UX6IiR6TDg/g5n4+ K753CDdpxz3Z+ebLYDkPLEO/SrMaJdNItlGQADHWamiZOKPny539YPwtvd79GoaH EpXXE7gmuRzwdw0Y6DM5zMJGo250iuqT3oD9V3VFkQI25EEmiTNqbKgBEEqDuytE XhAos1chz779Uxre+r0qK42MaNROC+gtj7zBvabhLGc/GYen4577yRn/R9mfF7Tu 8EDlH295Uoee4CR49VBxLSzt/uiJwdGxdxKM7sNPHPRVetdrXG2cFgMAs/3HioS/ bq3HyyBzeOOkjeDQSqHBgZNxzV3gU+1VNyT1MywjjX0Z7fOVOzrBdUlIvCtFjRlz 8E2dPSpvgUtwLhx6/U53MdluLUFcwxgZjeS+SdY43Qqxz5qZA1r9bUkTt/9zcwbt ZHNVnHjW/v+EdNee+79YcIVHoiD3fzWml6SOhF6h33/lcC87ZgeGxXNnBiiElELY DZTsnaTn4b4= =1tPG<br>-----END PGP SIGNATURE-----<br><br></blockquote></div><br> ------=_Part_11233_24167704.1193883103162--
Date: Wed, 31 Oct 2007 22:10:10 -0400
Message-ID: <20071101021010.GE7739@titan.hooton> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Wed, Oct 31, 2007 at 04:03:50PM -0700, Serena Cantor wrote:
I believe VLC can do that, although I don't have a card (yet). It will also do deinterlacing, and since I'm running with the nVidia driver it happens in hardware. Doug.
Date: Wed, 31 Oct 2007 22:07:07 -0400
Message-ID: <20071101020707.GD7739@titan.hooton> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Wed, Oct 31, 2007 at 04:55:54PM -0400, ISHWAR RATTAN wrote:
You may want to ask on debian-amd64 To answer your question: not me. Doug.
Date: Wed, 31 Oct 2007 22:02:47 -0400
Message-ID: <20071101020247.GB7739@titan.hooton> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Wed, Oct 31, 2007 at 10:29:35PM +0100, P?l Cs?nyi wrote:
As long as you don't want to run one of the (couple of) third-party apps that need i396 in Etch without also putting in an i386 chroot. Note, that many 32-bit apps will actually run in amd64 with the 32-bit libs package. I don't know about acroread since I don't use it. Iceweasel 32-bit with flashplayer needed a chroot. A chroot isn't much to set up or maintain. Doug.
Date: Wed, 31 Oct 2007 22:18:45 -0400
Message-ID: <20071101021845.GA8078@titan.hooton> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Thu, Nov 01, 2007 at 01:05:10PM +1100, hce wrote:
If all you want to do is put the mutt stuff in /usr/local, why not just unpack the deb and place it manually? (or are search paths for libs coded in the binary, I don't know)? Doug.
Date: Wed, 31 Oct 2007 22:58:00 -0400
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig071FF9DC8987F32D22CADA18 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
P=C3=A1l Cs=C3=A1nyi wrote:
>> Semih Gokalp wrote: >>> Hi. >>> >>> Which debian dist should I install on core2duo 64 bit pcu? x86 or amd=64 ? >> amd64. >=20 > amd64 is not only for the AMD processors? >=20 > I have an Intel(R) Core(TM)2 CPU6320 @ 1.86GHz >=20 > Should I install too the amd64 Debian distribution on this system? >=20 No, amd64 support as well emt64 (Intel) but was ridiculous to have 2 ports for something that works in a same way but with different names. So yes, if you want to take advantage of the 64bits of your proccessor then install amd64. :-)
Regards,
ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503 Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es San Crist=C3=B3bal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118 --------------enig071FF9DC8987F32D22CADA18 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE-----
iD8DBQFHKUC4OKCtW8rKsRgRAuwhAKCAuav0+glqAmZIKbbMqEuEf1R4IwCfSRLC
ljUfNyMzUOOHMuj7MFiYPUo=
Date: Wed, 31 Oct 2007 22:59:29 -0400
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC874C34637BE7AD8113D8AAF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Douglas A. Tutty wrote:
>> 2007/10/31, Jose Luis Rivas Contrerasd64 ? >>> amd64. >> amd64 is not only for the AMD processors? >> >> I have an Intel(R) Core(TM)2 CPU6320 @ 1.86GHz >> >> Should I install too the amd64 Debian distribution on this system? >> >=20 > As long as you don't want to run one of the (couple of) third-party app= s > that need i396 in Etch without also putting in an i386 chroot. Note, > that many 32-bit apps will actually run in amd64 with the 32-bit libs > package. I don't know about acroread since I don't use it. Iceweasel > 32-bit with flashplayer needed a chroot. A chroot isn't much to set up= > or maintain. It's not needed anymore at least in sid with flashplayer, in fact, there's a package in debian-multimedia.org that makes all the work for you, I mean, the configuration of the wrapper.
Regards,
ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503 Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es San Crist=C3=B3bal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118 --------------enigC874C34637BE7AD8113D8AAF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE-----
iD8DBQFHKUEROKCtW8rKsRgRAqMZAKCrRx6+rDc/Wgv6LqUCF6SVnhIjJACfWNAD
6mkE3OZqBxar7C39jAFtuvo=
Date: Wed, 31 Oct 2007 18:52:36 -0800
Message-ID: <20071101025236.GA16704@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Wed, Oct 31, 2007 at 10:18:45PM -0400, Douglas A. Tutty wrote:
This (or similar) kind of thing has been discussed before on the list, and ISTR that the debian packaging is pretty well hard-coded to non-local (i.e., the standard) target directories. It'd be nice to be able to apt{whatever} install to local trees, but there's just no support in the underlying system for this. I can't recall just why I ever wanted this feature, but would be interested if unpacking the deb and manually placing was a viable approach. Ken -- Ken Irving, fnkci+debianuser@uaf.edu End of debian-user-digest Digest V2007 Issue #2717 **************************************************Received on Wed Oct 31 23:19:25 2007 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:55:44 EDT |
||||||||||||||
|
|||||||||||||||