RE: More: Recent increase in size

2005-05-15 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > fergus [snip] > > ... but maybe there's some huge directory come into being? > > I mean (sorry to bang on) has /bin/ always contained ~1700 > files at 269M; and /lib/ ~500 files at 164M? (I've only

More: Recent increase in size

2005-05-15 Thread fergus
> ... but maybe there's some huge directory come into being? I mean (sorry to bang on) has /bin/ always contained ~1700 files at 269M; and /lib/ ~500 files at 164M? (I've only noticed because I'm looking.) (And what is the consequence for memory usage when the virtual directories /usr/bin/ and /u

Recent increase in size

2005-05-15 Thread fergus
Has anybody else noticed a recent increase in the size of Cygwin (Full install)? Just a couple of weeks ago the entire system fitted on a 2.0GB stick with about 0.4GB spare. That made Cygwin about 1.6GB. Now I seem to have Cygwin ~ 2.1GB: about 30% up!! I've checked that I haven't got a load of stu

RE: problems in Perl process management

2005-05-15 Thread Sonam Chauhan
Reini - Thanks for replying man. > I didn't complain yet upstream at rt.cpan.org because I wanted to wait > for our 5.8.7 release. But you can do it by yourself also, OK, I'm not that talented, so I didn't try fixing this bug, but I did report it with a better testcase here: http://rt.cp

Re: Bad links, esp. /bin/csh -> tcsh

2005-05-15 Thread fergus
> I've uploaded a new version of tcsh (6.14.00-3) > which uses correct paths again. > Sorry 'bout that Thank you very much. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

cygrunsrv V1.01, Feb 27 2005

2005-05-15 Thread Louis Solomon [SteelBytes]
Hi, I've got a problem, in that I am using cygrunsrv to run squid (compiled with cywin), and occasionally the squid.exe process dies, but cygrunsrv but keeps running. I need cygrunsrv to either terminate, so that the service configuration that I have set (for it to autorestart on fail) kicks

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Brian Dessent
admin wrote: > my original question was how to get gcc to compile (w/o using distcc) as a > means for building my cross compiler. at least thats what i thought i was > doing. i was following this howto: > http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows . like i said, im a > bit out of

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
brian, my original question was how to get gcc to compile (w/o using distcc) as a means for building my cross compiler. at least thats what i thought i was doing. i was following this howto: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows . like i said, im a bit out of my league here.

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Brian Dessent
admin wrote: > distccd[1068] (dcc_execvp) ERROR: failed to exec i686-pc-linux-gnu-gcc: No > such file or directory Your question is not "how to get distcc" working, then. You need to build a cross compiler if you want to build linux binaries on Cygwin. The problem that you originally reported

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
at first, i tried that, and while the compile does get distributed, it is also guarenteed to fail. something like this results: Po"; else rm -f ".deps/pre_stage2_exec-builtins.Tpo"; exit 1; fi distccd[1068] (dcc_execvp) ERROR: failed to exec i686-pc-linux-gnu-gcc: No such file or directory dis

Re: Path problems with trailing dot

2005-05-15 Thread Larry Hall
At 06:41 PM 5/15/2005, you wrote: >Today I noticed with streamripper that Cygwin appears to have a problem >with trailing dots in paths: > >> mkdir test. ; echo > test./test2 >bash: test./test2: No such file or directory > >The trailing dot disappears and cannot be used in paths. This seems to >be

RE: Please test latest snapshot

2005-05-15 Thread Sonam Chauhan
> This is per the Single Unix Specification; three or more slashes are > required to be equivalent to one slash, while two slashes are > explicitly reserved for operating system dependent behaviour (in > cygwin's case, //server). Thanks for the clarification Yitzchak - that does make sense. So, a

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Larry Hall
At 08:47 PM 5/15/2005, you wrote: >my goal is to install a distcc server on cygwin. i use gentoo on the other >box which has a great guide for acheiving this: >http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows > >i'll be the first to admit its a bit overmy head, ... If you just want to us

Re: dlltool emits extraneous CRs when using def file with CRLF endings

2005-05-15 Thread Christopher Faylor
On Sun, May 15, 2005 at 12:10:36PM -0700, Yitzchak Scott-Thoennes wrote: >This patch fixes it for me: >--- binutils-20041229-1/binutils/deflex.l.orig 2005-05-15 12:03:31.295483200 >-0700 >+++ binutils-20041229-1/binutils/deflex.l 2005-05-15 12:03:38.105275000 >-0700 >@@ -81,6 +81,7 @@ > ";".

Re: Please test latest snapshot

2005-05-15 Thread Yitzchak Scott-Thoennes
On Mon, May 16, 2005 at 11:03:32AM +1000, Sonam Chauhan wrote: > Corinna Vinschen said: > > You can now list servers in the machine's domain/workgroup with > > > > $ ls // > > Since some (most?) Unix shells have a "convenience feature" to reinterpret > multiple forward slashes as a single slash,

RE: Please test latest snapshot

2005-05-15 Thread Sonam Chauhan
Corinna Vinschen said: > You can now list servers in the machine's domain/workgroup with > > $ ls // Since some (most?) Unix shells have a "convenience feature" to reinterpret multiple forward slashes as a single slash, could this behavior break existing scripts or makefiles? Also, there is a s

having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
my goal is to install a distcc server on cygwin. i use gentoo on the other box which has a great guide for acheiving this: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows i'll be the first to admit its a bit overmy head, but ive managed to correct all the failed compiles till now. afte

Armenian Genocide Plagues Ankara 90 Years On

2005-05-15 Thread mpakovic
Full Article: http://service.spiegel.de/cache/international/0,1518,353274,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

60 Jahre Befreiung: Wer feiert mit?

2005-05-15 Thread eduardo . gutentag
http://www.unserforum.com/aff/include.php?path=content/content.php&contentid=149 http://www.unserforum.com/aff/include.php?path=content/content.php&contentid=54 http://www.unserforum.com/aff/include.php?path=content/content.php&contentid=55 http://www.unserforum.com/aff/include.php?path=content/

Tuerkei in die EU

2005-05-15 Thread primus
GEWALTEXZESS: http://www.spiegel.de/politik/ausland/0,1518,345203,00.html Politiker zerreißt Menschenrechtsbericht: http://www.spiegel.de/politik/ausland/0,1518,325983,00.html Schily = Hitler http://www.spiegel.de/politik/deutschland/0,1518,345929,00.html Schily wehrt sich gegen Hitler-Vergleich

Re: Today's neo-nazi spam

2005-05-15 Thread René Berber
Oops! Sorry for all those spelling errors. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Today's neo-nazi spam

2005-05-15 Thread René Berber
Corinna Vinschen wrote: > Just FYI, > > these latest postings (which are 99% already filtered by the spam detection > software on sourceware.org!) are the result of the most recent version of > the Sober worm, Sober.P. Sober.P's only job was apparently to download the > next generation, Sober.Q i

Path problems with trailing dot

2005-05-15 Thread Stefan Schuerger
Today I noticed with streamripper that Cygwin appears to have a problem with trailing dots in paths: > mkdir test. ; echo > test./test2 bash: test./test2: No such file or directory The trailing dot disappears and cannot be used in paths. This seems to be a DOS legacy of either NTFS or Windows. I

S.O.S. Kiez! Polizei schlaegt Alarm

2005-05-15 Thread kazu
Lese selbst: http://bz.berlin1.de/archiv/041115_pdf/BZ041115_004_GB2IG556.1.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Base-files 3.4-1: Problems for users with Non-Admin. priv.

2005-05-15 Thread Angelo Graziosi
When loging as user without admn. priv. (e.g.: owner= Graziosi, group= Users) the standard bash shell (cygwin.bat) says: chmod: changing permissions of `/tmp': Permission denied This is caused by if [ -d "/tmp" ]; then chmod 1777 /tmp fi in /etc/profile. It assign the permission "

Blutige Selbstjustiz

2005-05-15 Thread jphil
Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu durchdringen. Die Gerichte tragen Mitschuld. Weiter auf: http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Du wirst ausspioniert ....!

2005-05-15 Thread jibradbury
und weisst es nicht einmal: http://www.heise.de/newsticker/meldung/58003 http://www.heise.de/newsticker/meldung/59304 http://www.heise.de/newsticker/meldung/58311 http://www.heise.de/newsticker/meldung/58351 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: dlltool emits extraneous CRs when using def file with CRLF endings

2005-05-15 Thread Yitzchak Scott-Thoennes
On Thu, May 12, 2005 at 06:52:56PM -0700, Yitzchak Scott-Thoennes wrote: > For some reason, when I run dlltool using a def file with CRLF line > endings, it is outputing CRs to stdout. Is there a reason for this? > It's breaking some automated test scripts for me. > > $ od foo.def > 00 45 58

Armenian Genocide Plagues Ankara 90 Years On

2005-05-15 Thread capitalone
Full Article: http://service.spiegel.de/cache/international/0,1518,353274,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Multi-Kulturell = Multi-Kriminell

2005-05-15 Thread glann
Lese selbst: http://www.npd.de/npd_info/meldungen/2005/m0105-19.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: PLEASE MODERATE

2005-05-15 Thread Corinna Vinschen
On May 15 10:48, Paul D. DeRocco wrote: > > > On May 15 09:19, Paul D. DeRocco wrote: > > > Someone needs to start moderating this list. Now. > > > > From: Corinna Vinschen > > > > You're volunteering? > > Actually, if your server has the ability to send the first post of each new > signup to a mo

Massenhafter Steuerbetrug durch auslaendische Arbeitnehmer

2005-05-15 Thread Manfred . Hollstein
Lese selbst: http://www.rp-online.de/public/article/nachrichten/wirtschaft/finanzen/deutschland/85815 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: PLEASE MODERATE

2005-05-15 Thread Paul D. DeRocco
> > On May 15 09:19, Paul D. DeRocco wrote: > > Someone needs to start moderating this list. Now. > > From: Corinna Vinschen > > You're volunteering? Actually, if your server has the ability to send the first post of each new signup to a moderator, the job of eliminating massive spam like we just

Graeberschaendung auf bundesdeutsche Anordnung

2005-05-15 Thread bhaueter7
Lese selbst: http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Trotz Stellenabbau

2005-05-15 Thread service
Lese selbst: http://www.spiegel.de/wirtschaft/0,1518,338652,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Dresden 1945

2005-05-15 Thread handa
Lese selbst: http://www.kommunisten-online.de/blackchanel/dresden3.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Today's neo-nazi spam

2005-05-15 Thread Corinna Vinschen
Just FYI, these latest postings (which are 99% already filtered by the spam detection software on sourceware.org!) are the result of the most recent version of the Sober worm, Sober.P. Sober.P's only job was apparently to download the next generation, Sober.Q into the infected PCs. Sober.Q conta

Re: PLEASE MODERATE

2005-05-15 Thread Corinna Vinschen
On May 15 09:19, Paul D. DeRocco wrote: > Someone needs to start moderating this list. Now. You're volunteering? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info:

PLEASE MODERATE

2005-05-15 Thread Paul D. DeRocco
Someone needs to start moderating this list. Now. -- Ciao, Paul D. DeRocco Paulmailto:[EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

4,8 Mill. Osteuropaeer durch Fischer-Volmer Erlass

2005-05-15 Thread uch
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-13.html Neue Dokumente: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/87647 Botschafter in Kiew beschwerte sich noch 2004: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/85735 Traumzie

Re: Bad links, esp. /bin/csh -> tcsh

2005-05-15 Thread Corinna Vinschen
On May 15 11:51, Corinna Vinschen wrote: > On May 15 09:58, [EMAIL PROTECTED] wrote: > > Following (I think?) the recent update of tcsh the link > > /bin/csh -> tcsh > > points to a file that no longer exists. (Typing csh gives "bash: csh: > > command not found".) > > This one http://cygwin.co

Re: where is magic file for "file" command?

2005-05-15 Thread Corinna Vinschen
On May 15 08:39, [EMAIL PROTECTED] wrote: > For some reason my cygwin installation didn't include > the magic file used by the "file" command. So I get > the following error when running it: > > file: magic file "/etc/magic": not a directory or path > not found For some reason you're running the

How to separate backspace and control-J functions?

2005-05-15 Thread [EMAIL PROTECTED]
On my Debian Linux bash shell, the backspace key kills the current character ("backward-delete-char" function in .inputrc) and my ctrl-H key simply moves the cursor left ("backward-char" function in .inputrc) However, in cygwin's bash shell, whenever I use .inputrc to assign a function to control-

where is magic file for "file" command?

2005-05-15 Thread [EMAIL PROTECTED]
For some reason my cygwin installation didn't include the magic file used by the "file" command. So I get the following error when running it: file: magic file "/etc/magic": not a directory or path not found Where can I find this file, and where do I put it? ___

Paranoider Deutschenmoerder kommt in Psychiatrie

2005-05-15 Thread victor . isac
Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Dresden Bombing Is To Be Regretted Enormously

2005-05-15 Thread hmuller
Full Article: http://service.spiegel.de/cache/international/0,1518,341239,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Tuerkei in die EU

2005-05-15 Thread macmaninfi
GEWALTEXZESS: http://www.spiegel.de/politik/ausland/0,1518,345203,00.html Politiker zerreißt Menschenrechtsbericht: http://www.spiegel.de/politik/ausland/0,1518,325983,00.html Schily = Hitler http://www.spiegel.de/politik/deutschland/0,1518,345929,00.html Schily wehrt sich gegen Hitler-Vergleich

Auslaender bevorzugt

2005-05-15 Thread davidoliveira
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0305-14.html Jetzt weiss man auch, wie es dazu kommt, dass Drogen, Waffen & Handy's in die Haende der Knacki's gelangen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

Tuerkei in die EU

2005-05-15 Thread wkpark
GEWALTEXZESS: http://www.spiegel.de/politik/ausland/0,1518,345203,00.html Politiker zerreißt Menschenrechtsbericht: http://www.spiegel.de/politik/ausland/0,1518,325983,00.html Schily = Hitler http://www.spiegel.de/politik/deutschland/0,1518,345929,00.html Schily wehrt sich gegen Hitler-Vergleich

Transparenz ist das Mindeste

2005-05-15 Thread bledp
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Dresden 1945

2005-05-15 Thread werner
Lese selbst: http://www.kommunisten-online.de/blackchanel/dresden3.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

The Whore Lived Like a German

2005-05-15 Thread finsterr
Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Armenian Genocide Plagues Ankara 90 Years On

2005-05-15 Thread Waldalb
Full Article: http://service.spiegel.de/cache/international/0,1518,353274,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Turkish Tabloid Enrages Germany with Nazi Comparisons

2005-05-15 Thread arcelb
Full Article: http://service.spiegel.de/cache/international/0,1518,345889,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Graeberschaendung auf bundesdeutsche Anordnung

2005-05-15 Thread meV
Lese selbst: http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Cygwin internal error whilst using GnuPG

2005-05-15 Thread Max Bowsher
I haven't used "gpg --recv-key" for a couple of Cygwin DLL versions, but when I tried recently, it failed in a rather odd way: $ gpg --recv-key 0xc0f2c580 2 [main] gpg 1328 fixup_mmaps_after_fork: WARNING: VirtualProtectEx to return to previous state in parent failed for MAP_PRIVATE address

Multi-Kulturell = Multi-Kriminell

2005-05-15 Thread bug-cvs
Lese selbst: http://www.npd.de/npd_info/meldungen/2005/m0105-19.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Please test latest snapshot

2005-05-15 Thread Corinna Vinschen
On May 15 02:32, Eric Blake wrote: > $ cygcheck -c cygwin > $ echo $? > 0 > $ strace cygcheck -c cygwin > Cygwin Package Information > Package VersionStatus > cygwin 1.5.16-1 OK > $ strace --help > $ strace strace --help | head -n 1 > Usage: strace [OPTIONS]

Re: s.o.s. kiez! polizei schlaegt alarm

2005-05-15 Thread confirm
** ** EMAIL FILTER / EMAIL FILTER / EMAIL FILTER / EMAIL FILTER / EMAIL FILTER ** ** Sender:cygwin@cygwin.com Recipient: [EMAIL PROTECTED] Subj

Schily ueber Deutschland

2005-05-15 Thread bruno
Lese selbst: http://www.heise.de/newsticker/meldung/59427 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Vorbildliche Aktion

2005-05-15 Thread nicole . berchtold
Lese selbst: http://www.npd.de/npd_info/deutschland/2004/d1204-24.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

The Whore Lived Like a German

2005-05-15 Thread ahopkins
Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Re: Bad links, esp. /bin/csh -> tcsh

2005-05-15 Thread Corinna Vinschen
On May 15 09:58, [EMAIL PROTECTED] wrote: > Following (I think?) the recent update of tcsh the link > /bin/csh -> tcsh > points to a file that no longer exists. (Typing csh gives "bash: csh: > command not found".) This one http://cygwin.com/acronyms/#WJFFM. > Because of the virtual creation

Re: Deutsche Buerger trauen sich nicht ...

2005-05-15 Thread Corinna Vinschen
On May 15 15:26, Erich Dollansky wrote: > Hi, > > first the Nazis conquered Europe and now they conquer all those mailing > lists. It would have been a good idea *not* to quote the whole crud! I'm glad that the mailing lists only got that few postings. Personally I got more than 500 of them.

Schily ueber Deutschland

2005-05-15 Thread hewitt
Lese selbst: http://www.heise.de/newsticker/meldung/59427 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Transparenz ist das Mindeste

2005-05-15 Thread 0HWR004V563RAS
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Auslaender bevorzugt

2005-05-15 Thread chris
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0305-14.html Jetzt weiss man auch, wie es dazu kommt, dass Drogen, Waffen & Handy's in die Haende der Knacki's gelangen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

Bad links, esp. /bin/csh -> tcsh

2005-05-15 Thread fergus
Following (I think?) the recent update of tcsh the link /bin/csh -> tcsh points to a file that no longer exists. (Typing csh gives "bash: csh: command not found".) Incidentally by the rather sledgehammer approach of find / -print0 | xargs -0 md5sum > file0 2> file1 it's possible

Paranoider Deutschenmoerder kommt in Psychiatrie

2005-05-15 Thread support
Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

S.O.S. Kiez! Polizei schlaegt Alarm

2005-05-15 Thread hrd
Lese selbst: http://bz.berlin1.de/archiv/041115_pdf/BZ041115_004_GB2IG556.1.htm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Deutsche Buerger trauen sich nicht ...

2005-05-15 Thread Erich Dollansky
Hi, first the Nazis conquered Europe and now they conquer all those mailing lists. The German text looks like being written on a US keyboard. [EMAIL PROTECTED] wrote: Auslaenderbanden terrorisieren Wahlkampf - deutsche Buerger trauen sich nicht ihre Meinung zu sagen! Weiter auf: http://www.npd-n

Deutsche Buerger trauen sich nicht ...

2005-05-15 Thread tiff
Auslaenderbanden terrorisieren Wahlkampf - deutsche Buerger trauen sich nicht ihre Meinung zu sagen! Weiter auf: http://www.npd-nrw.net/aktuelles/03_2005/ak_presse_nrw_1603.htm Auslaender ueberfallen nationale Aktivisten: http://www.npd.de/npd_info/meldungen/2005/m0505-13.html http://www.npd.de

Setup does not offer uninstall of emacs ( which I did not knowingly install in the first place )

2005-05-15 Thread Reid Thompson
Somehow, my installation has decided that emacs is a required download and is not to be uninstalled. Could someone shed some light on this? Is it uninstallable due to some other package that I've downloaded, or for some other reason? Can setup be configured so that I can uninstall emacs --