Re: logging a bash script using sudo and time

2008-09-26 Thread Michelle Konzack
Am 2008-09-24 09:59:26, schrieb Brian McKee:
 Hi All
 
 I regularly run a script with time and sudo.  e.g.
  time sudo echo 'hi mom'
 
 I've set up the sudoers file so that one script (represented in my
 example as `echo`) can be run as sudo by my user account without a
 password prompt.
 
 Now I want to log the entire output to a log file as well as display
 it on the screen.
  time sudo echo 'hi mom' | tee | logger -f /var/log/hiMom
 
 Only that doesn't work :-)  Time is only on the screen, not in the log
 file, and /var/log/hiMom is empty, regardless of the permissions on
 that file.
 
 Can someone explain the redirection going on here in a way I can grok?


time sudo (echo 'hi mom' | tee | logger -f /var/log/hiMom)


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: md300 modem 3g en lenny

2008-09-24 Thread Michelle Konzack
Buenas Notche Javier,

Am 2008-08-21 21:52:38, schrieb javier barcena:
 buenas tardes.. hace casi 14 dias que intento hacer funcionar el modem usb
 3g de sony ericsson MD300 en debian lenny pero por distintos caminos llegoal
 mismo resultado.. el dispositivo ttyUSB0 no es reconocido.

The  MD300 is NOT a ttyUSB0 but a /dev/ttyACM0.

modprobe cdc-acm

If you have problems feel free to contact me per PM and send your
'lsusb -v' output.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Recommend a mua please

2008-09-24 Thread Michelle Konzack
Hi Péter,

Am 2008-09-03 00:08:51, schrieb Péter András Felvégi:
 Hello,
 
 I have a few requirements for a mua, and have not yet found the ideal program:
 
 - store the settings/address book on a server instead of the local
 machine (I access my mailboxes from different machines)
 - handles multiple inboxes (I use imaps mainly)
 - possibility to set the fcc folder for a given address book entry
 - possibility to save the message from the inbox to the desired fcc
 with as few keystrokes as possible
 - minimal intelligence when I reply to a mail in my 'sent' folder:
 don't address it to myself rather to the one I sent the mail
 - display html mail with pictures, etc
 - a spam filter integrated with my address book, so emails from known
 addresses won't be marked accidentally
 
 Thunderbird lacks the possibility of remote configs/address books,
 can't set the fcc in the address book and thus sorting mail is rather
 frustrating, it wants to send mail to myself when I reply to an
 already sent message and the last version I used had a bug when
 deleting attachments.
 
 Alpine is quite close, has remote config and address book, fcc setting
 in the address book, thus easy mail sorting, but I was not yet able to
 configure multiple inboxes, html mail is limited to text since it uses
 the console and no spam filtering.
 
 Any recommendations?

pine/alpine are not more supported.

However, what you want can be done if you use a small perl script  which
using libnet-imap-simple-perl  which  pull  down  the  config  from  a
secret folder and pass it to mutt with the option

mutt -F downloaded_config

or if you have a Webserver available you can do

  TMPCONFIG=`mktemp -t muttrc.XX || exit 1`
  wget -O ${TMPCONFIG} http://www.your-server.here/secret_muttrc_name
  if [ $? -eq 0 ] ; then
mutt -F ${TMPCONFIG}
  fi
  rm -f ${TMPCONFIG}
 
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: problems with madwifi and Atheros AR5418

2008-09-24 Thread Michelle Konzack
Am 2008-09-08 09:33:46, schrieb Kevin Mitchell:
 The ath9k in 2.6.27-rc5 is working famously for me on my Thinkpad T60
 AR5418. I'm even creeping past 11g speeds (25MB/s on a good day). Here

25 MByte or 25 MBit?

If you mean the first one, you are a liar...
If you mean the second one, you have a crapy AP.

I get on with the Chipset arround 43 MBit/Sec.

But I prefer the 11a stuff, since my AP Proxim Tsunami MP.11a with  my
i.MX31 (using the new Maxim MAX2829; much cheaper as the  Atheros  Chip)
give me over 47 MBit.  And of course, I get it in  a  distance  of  more
then 1500m on a good day or 900m if a hurican blows over Strasbourg.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[FW: IMPORTANT] What should be on a rescue CD ?

2008-09-20 Thread Michelle Konzack
Since it is realy IMPORTANT, I forward it to you...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant



- Forwarded message from Ian Jackson [EMAIL PROTECTED] -

Date: Thu, 28 Aug 2008 19:35:00 +0100
From: Ian Jackson [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: What should be on a rescue CD ?  (was Re: Debian Live Lenny Beta1)

Daniel Baumann writes (Debian Live Lenny Beta1):
   * The rescue flavour, containing system rescue and forensic related
 packages, is missing in this beta release.

I've spoken to Daniel and the main question here is determining the
right list of packages for the rescue flavour.

So in a spirit of consultation, and to make sure we don't leave out
anything small but vitally useful, please send me your suggestions for
things which we might forget to put on the rescue CD but which would
be very useful.

Obviously it will have the usual filesystem and disk management tools,
basic networking stuff, relevant security functionality, a selection
of text editors.

Hopefully we can fit enough compiler toolchain to be able to recompile
a Linux kernel.  I think we will be avoiding X11.  We'll have w3m and
probably an irc client :-) (but which one?)

What hex editor(s) should it have ?  How important is it to have
python, tcl, ruby or other scripting languages ?  Which ONE version
of Emacs ?  Both nvi _and_ elvis ?

etc.

Please send replies directly to me and don't worry about duplicating
what other people send.  On the other hand please don't email me if
all you can think of is obvious thinks like fdisk, mdadm, mkfs,
dmsetup, lilo, grub, ...

The current list (which I haven't added even my suggestions to yet)
is at
  http://git.debian.net/?p=live-helper.git;a=blob;f=lists/rescue
(I am told - I can't check right now because alioth seems to be down)

We may end up with two CDs - a heavy and a small one - depending on
what our list of packages looks like.

Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



- End forwarded message -




-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Mise en format jjmmaa de la date

2008-09-20 Thread Michelle Konzack
Am 2008-09-01 15:57:42, schrieb KOUAO aketchi:
 Bonjour,
 
 Je dois écrire un script pour l'arrêt d'un serveur avec écriture dans un 
 fichier jjmmaa.log
 Voici le script:
 1 - CMDDATE=  which date 
 2 - DATE=${CMDDATE}
 3 - FMTDATE='$CMDDATE+%d%m%y'
 4 - LOG=/var/log/arretserveur/arret_$FMTDATE.log
 5 - echo  arret serveur du '${DATE}'   $LOG
 6 - /sbin/shutdown -h now
 7 - exit 0
  La ligne 3 ne marchant pas , je n'arrive pas à avoir dans le fichier LOG  
 arret_jjmmaa.log.
 Mon problème : comment passer de date normale (le 1 septembre 2008 par ex à 
 010908)?
 Merci de vos idées car je suis novice en shell linux.


DATE=`date'
FMTDATE=`date --date=${DATE} +%d%m%y'

Je prefere:  +%Y%m%d  =  20080901

LOG=/var/log/arretserveur/arret_$FMTDATE.log
echo  arret serveur du '${DATE}'   $LOG
/sbin/shutdown -h now
exit 0


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[FW: IMPORTANT] What should be on a rescue CD ?

2008-09-20 Thread Michelle Konzack
Since it is realy IMPORTANT, I forward it to you...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant



- Forwarded message from Ian Jackson [EMAIL PROTECTED] -

Date: Thu, 28 Aug 2008 19:35:00 +0100
From: Ian Jackson [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: What should be on a rescue CD ?  (was Re: Debian Live Lenny Beta1)

Daniel Baumann writes (Debian Live Lenny Beta1):
   * The rescue flavour, containing system rescue and forensic related
 packages, is missing in this beta release.

I've spoken to Daniel and the main question here is determining the
right list of packages for the rescue flavour.

So in a spirit of consultation, and to make sure we don't leave out
anything small but vitally useful, please send me your suggestions for
things which we might forget to put on the rescue CD but which would
be very useful.

Obviously it will have the usual filesystem and disk management tools,
basic networking stuff, relevant security functionality, a selection
of text editors.

Hopefully we can fit enough compiler toolchain to be able to recompile
a Linux kernel.  I think we will be avoiding X11.  We'll have w3m and
probably an irc client :-) (but which one?)

What hex editor(s) should it have ?  How important is it to have
python, tcl, ruby or other scripting languages ?  Which ONE version
of Emacs ?  Both nvi _and_ elvis ?

etc.

Please send replies directly to me and don't worry about duplicating
what other people send.  On the other hand please don't email me if
all you can think of is obvious thinks like fdisk, mdadm, mkfs,
dmsetup, lilo, grub, ...

The current list (which I haven't added even my suggestions to yet)
is at
  http://git.debian.net/?p=live-helper.git;a=blob;f=lists/rescue
(I am told - I can't check right now because alioth seems to be down)

We may end up with two CDs - a heavy and a small one - depending on
what our list of packages looks like.

Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



- End forwarded message -




-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[FW: IMPORTANT] What should be on a rescue CD ?

2008-09-20 Thread Michelle Konzack
Since it is realy IMPORTANT, I forward it to you...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant



- Forwarded message from Ian Jackson [EMAIL PROTECTED] -

Date: Thu, 28 Aug 2008 19:35:00 +0100
From: Ian Jackson [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: What should be on a rescue CD ?  (was Re: Debian Live Lenny Beta1)

Daniel Baumann writes (Debian Live Lenny Beta1):
   * The rescue flavour, containing system rescue and forensic related
 packages, is missing in this beta release.

I've spoken to Daniel and the main question here is determining the
right list of packages for the rescue flavour.

So in a spirit of consultation, and to make sure we don't leave out
anything small but vitally useful, please send me your suggestions for
things which we might forget to put on the rescue CD but which would
be very useful.

Obviously it will have the usual filesystem and disk management tools,
basic networking stuff, relevant security functionality, a selection
of text editors.

Hopefully we can fit enough compiler toolchain to be able to recompile
a Linux kernel.  I think we will be avoiding X11.  We'll have w3m and
probably an irc client :-) (but which one?)

What hex editor(s) should it have ?  How important is it to have
python, tcl, ruby or other scripting languages ?  Which ONE version
of Emacs ?  Both nvi _and_ elvis ?

etc.

Please send replies directly to me and don't worry about duplicating
what other people send.  On the other hand please don't email me if
all you can think of is obvious thinks like fdisk, mdadm, mkfs,
dmsetup, lilo, grub, ...

The current list (which I haven't added even my suggestions to yet)
is at
  http://git.debian.net/?p=live-helper.git;a=blob;f=lists/rescue
(I am told - I can't check right now because alioth seems to be down)

We may end up with two CDs - a heavy and a small one - depending on
what our list of packages looks like.

Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



- End forwarded message -




-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Home directories: local(fast) x remote(secure, available)

2008-09-20 Thread Michelle Konzack
Am 2008-08-29 15:18:59, schrieb Joao Carlos de Lima Roscoe:
 Dear Srs,

???  

 I have a bunch of machines (20) and users (~15) working in a
 develoment facility.
 I like to keep home directories inside the server room - they're
 mounted via NFS.

Which is OK.

 This give me short times for disaster recovery, since the desktop
 machines can be
 recovered with partimage, and all relevant data is in the server room,
 where all
 machines are redundant, are under close supervision, and so on.

I do the same...

 In the downside: NFS is not as fast as a local filesystem (we've got
 100Mbit
 ethernet, only), and from time to time this costs me something.
 Beagle, for
 instance, is not feasible for home directories this way.

I suggest you to upgrade to a GBit network.

I have here a minimum of 80 MByte/Sec using NFSv4 with

samba3.private.tamay-dogan.net:/home /home nfs 
rw,bg,hard,intr,tcp,vers=4,rsize=16384,wsize=16384 0 0

in the /etc/fstab on the workstations

 I'm considering to move the home diretories to the desktop machines, for
 performance, but the users will have to keep their desktops running even when
 they're away from their desks (in the lab, or telecommuting, for instance) 
 the keep
 their homes available. Also, it will be necessary to extend the backup 
 procedures
 outside the server room. In fact, I would have desktop machines acting as 
 server
 ones, while running outside the controlled server room, and I really don't 
 like it.

Realy crap!

 What do you, gurus out there, think about that? Any suggestion? Does anyone 
 know
 about some kind of home caching solution or something?

Even CHEAP (!!!) 36port GBit Switches with TrendNet Cards will give  you
at least  40-50 MByte/Sec.  Using  a  professionel  switch,  which  cost
arround 800 Euro, and  Intel  GBit  Desktop  Cards  give  you  the  FULL
performance of 80-100 MByte/Sec.

I stronly recomment to this upgrade since you are working in a profess
sionell environement

And even if you want like to upgrade all, install in  the  Servers  GBit
Cards and use a GBit switch.  and let the workstations be on 100 MBit.

This schould work perfectly too and reduce costs enormeous.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: remove some soft from openoffice (Live-CD)

2008-09-20 Thread Michelle Konzack
Am 2008-09-01 10:14:19, schrieb abdelkader belahcene:
 Hi,
 This just to suggest, if the gnome version for the lenny onlive is to big
 for 1 CD, I think  the simple solution is to remove the less used and big
 software for example the  draw or calc of openoffice,   since the user can

oocalc is definitively very widely used...

And of course, openoffice should be complete on a Live-CD since live-CDs
are intend to give users a possibility to try it out BEFORE installing.

 complete it with the installer if necessary from the debian repository. The
 important tool like synaptic must remain.

How to try-out oocalc if it is not on the Live-CD?

 A good live CD, for me,  is not the one which contains a lot of soft, but
 the one which has a good look  feel, and easy to install and complete. I

Why do you want to install a Live-CD'

Live-CD's are usualy non-usable since they do not containg documentation
and  such...  (Live-CD  of  Zenlinux  for  example  which  is  based  on
Slackware and striped in all directions...)

 want to install it and complete it with other software.
 In my case I never use openoffice , I use latex/lyx for  office typesetting,
 I don't ask to it (it is big too), i just need procedure to install it, so
 apt-get  is enough, synaptic is well, that 's all !!

Latex/Lyx are definitively not allications for Live-CDs because they are
very rarely used...   Only Geeks  Nerds like us using this crap.  ;-)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: What should be on a rescue CD ? (was Re: Debian Live Lenny Beta1)

2008-09-20 Thread Michelle Konzack
Hello Ian,

Is Midnight Commander on the Rescue-CD?  I have gotten (from the net)
some Rescue-CDs laking mc which I use daily on any of my systems...

 What hex editor(s) should it have ?  How important is it to have
 python, tcl, ruby or other scripting languages ?  Which ONE version
 of Emacs ?  Both nvi _and_ elvis ?

mc/mcedit including its syntax highlighting

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: LANG=fr_FR /usr/bin/nedit and accentuated characters

2008-09-20 Thread Michelle Konzack
Am 2008-08-29 13:52:33, schrieb Nicolas BERCHER:
 Hi,
 
 I use NEdit all day long to draft ma thesis (LaTeX), I work under 
 lenny-sid/KDE (3.5.9) and I use bash under Konsole.
 
 When I write in french, I use to call NEdit this way:
LANG=fr_FR /usr/bin/nedit file 
 since my locale is LANG=fr_FR.UTF-8.
 
 It works good for a while (I mean I have all characters I need to draft 
 in french: à, é, è, ê, ï, etc.) and then it begins to be buggy (in the 
 same X session): accentuated characters typed as a two-keys-sequence are 
 no more accepted in NEdit.
 For example ^+e should display an ê but I got an e instead, the same 
 for ??+i, I got an i.

Remove nodeadkeys from the Xorg.conf and you are done.

I am using german, french and turkisch and
have had never problems with NEdit...

 So what am I doing wrong ?
 I also tried with luit:
LANG=fr_FR luit /usr/bin/nedit file
  ^
Since you are using UTF-8 you have choosen the wrong locale since fr_FR
is the same as iso-8859-1 (without €).

You should use

LANG=fr_FR.UTF-8 /usr/bin/nedit file

and you are done

 but this does not repair anything (and sometimes introduces strange 
 behaviours in my bash sessions).

iso-8859-1!=iso-10646-1
 ff_FR!=fr_FR.UTF-8


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to enable Debian to automatically clear the tmp directory

2008-09-20 Thread Michelle Konzack
Am 2008-08-28 12:05:08, schrieb Stackpole, Chris:
 I second the cronjob. Just have something along the lines of:
 find /tmp -type f -ctime +1

CTIME is the wrong thing.  You need definitively ATIME  since  otherwise
you can kill your system

 Obviously, you will need to set ctime to be the number you need it to
 be. Once you know that the files it returns are indeed the ones you
 want to delete then add -exec rm -rf {} \; to the end and toss it
 into cron.
 
 If someone has a better way, please comment.

;-)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: creating IMAP Trash folder

2008-09-20 Thread Michelle Konzack
Am 2008-08-30 19:11:19, schrieb Mark Copper:
 On Sat, Aug 30, 2008 at 06:49:51PM -0500, Ron Johnson wrote:
  How did you create it?

 I created it with mkdir and chmod to 700.

Comandline?

Do you have used:

mkdir -p ~/Maildir/.Trash/{tmp,new,cur}
chmod -R 700 ~/Maildir/.Trash

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: SSD recommendations

2008-09-20 Thread Michelle Konzack
Am 2008-08-30 17:55:10, schrieb Lubos Vrbka:
 hi guys,
 
 in the next couple of days, i should get a new notebook (dell d430) with 
 32gb SSD. i checked the web for suggestions regarding swap usage with 
 SSD and the best filesystem, but the results i got are mixed - some 
 suggest ext2, some suggest ext3, swap usage is also not clearly yes/no.

You can use ext3 which is recommended, but  you  should  use  the  mount
option noatime and nodiratime

swap should be deactivated on SSD.

 personally, i probably shouldn't need swap - the machine will have 2gb 
 of ram and my current notebook with 1gb works just fine (i just filed 
 the ram once in the last two years - merely by accident).

Yeah, me too.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Upgrades blocked by half-installed package, libpam0g

2008-09-20 Thread Michelle Konzack
Am 2008-08-28 03:54:23, schrieb John O'Hagan:
 Hi,
 
 I'm running lenny.
 
 The power failed on my laptop during a recent upgrade about a week
 ago. Don't know if this is why, but attempts to upgrade or install any
 new packages since then fail because aptitude (or rather dpkg) chokes
 on repeated attempts to configure libpam0g:
 
 dpkg: error processing libpam0g (--configure):
  subprocess post-installation script returned error exit status 9
 Errors were encountered while processing:
  libpam0g
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 I've tried aptitude -f install and reinstall, but these have the same

This can not work...

Do you have tried:

cd /var/cache/apt/archive
dpkg --force-all --install libpam0g_*

This should do the trick ignoring all WARNINGS and ERRORS

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to enable Debian to automatically clear the tmp directory

2008-09-20 Thread Michelle Konzack
Am 2008-08-28 10:39:05, schrieb Ryan Klein:
 I have been searching for a way to have Debian automatically remove 
 files in the /tmp directory after a period of time. We need it mainly 
 for removing old session files that grow quite rapidly (a rate of 10 per 
 second). I am hoping Debian has a built in utility, otherwise a package 
 will suffice if not a simple bash script. Thanks for your input.

With 10 seonds you will not be very happy...

I think, you are searching for

[ '/etc/defaults/rcS' ]-
#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the initscripts package.

TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=no
VERBOSE=no
FSCKFIX=no
RAMRUN=no
RAMLOCK=no


and set TMPTIME to 1 which mean ONE DAY,  but this  will  only  work  on
bootup...

and maybe you can use a cronjob executed each minute and the codesniplet

[ '/etc/init.d/bootclean' ]-
clean_tmp() {
cd /tmp || { log_failure_msg bootclean: Could not cd to /tmp. ; 
return 1 ; }

#
# Only clean out /tmp if it is world-writable. This ensures
# it really is a/the temp directory we're cleaning.
#
[ $(find . -maxdepth 0 -perm -002) = . ] || return 0

if [ ! $TMPTIME ]
then
log_warning_msg Using default TMPTIME 0.
TMPTIME=0
fi

[ $VERBOSE = no ] || log_action_begin_msg Cleaning /tmp

#
# Remove regardless of TMPTIME setting
#
rm -f .X*-lock

#
# Don't clean remaining files if TMPTIME is negative or 'infinite'
#
case $TMPTIME in
  -*|infinite|infinity)
[ $VERBOSE = no ] || log_action_end_msg 0 skipped
return 0
;;
esac

#
# Wipe /tmp, excluding system files, but including lost+found
#
# If TMPTIME is set to 0, we do not use any ctime expression
# at all, so we can also delete files with timestamps
# in the future!
#
if [ $TMPTIME = 0 ]
then
TEXPR=
DEXPR=
else
TEXPR=-mtime +$TMPTIME -ctime +$TMPTIME -atime +$TMPTIME
DEXPR=-mtime +$TMPTIME -ctime +$TMPTIME
fi

EXCEPT='! -name .
! ( -path ./lost+found -uid 0 )
! ( -path ./quota.user -uid 0 )
! ( -path ./aquota.user -uid 0 )
! ( -path ./quota.group -uid 0 )
! ( -path ./aquota.group -uid 0 )
! ( -path ./.journal -uid 0 )
! ( -path ./.clean -uid 0 )
! ( -path './...security*' -uid 0 )'

mkflagfile /tmp/.clean || return 1

report_err()
{
if [ $VERBOSE = no ]
then
log_failure_msg bootclean: Failure cleaning /tmp.
else
log_action_end_msg 1 bootclean: Failure cleaning /tmp
fi
}

#
# First remove all old files...
# (Use xargs here so that only one additional process gets created)
#
find . -depth -xdev $TEXPR $EXCEPT ! -type d \
-print0 | xargs -0r rm -f -- \
|| { report_err ; return 1 ; }

#
# ...and then all empty directories
# (Don't use xargs here because dirs must be removed one by one from
# the bottom up)
#
find . -depth -xdev $DEXPR $EXCEPT -type d -empty \
-exec rmdir \{\} \; \
|| { report_err ; return 1 ; }

[ $VERBOSE = no ] || log_action_end_msg 0
return 0
}


and you should be careful WHAT you are DELETING!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: aptitude --purge

2008-09-20 Thread Michelle Konzack
Am 2008-08-27 07:53:56, schrieb [EMAIL PROTECTED]:
 I find no way in aptitude to
 # aptitude install telnet-ssl
 Reading package lists... Done  - Get rid of these messages, and
 The following NEW packages will be installed:
   telnet-ssl
 The following packages will be REMOVED:
   telnet{a} - also purge instead of removing. I.e., nothing like
 APT::Get::Purge. The undocumented --purge doesn't work like apt-get's.
 One must follow with a
 # aptitude purge ~c
 to clean up the mess.

Not Read The Fine Manual?

man 8 aptitude

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: mail missing between exim and mutt

2008-09-20 Thread Michelle Konzack
Am 2008-08-29 15:44:14, schrieb Mark Copper:
 Hi,
 
 I would like to request help understanding how some email went missing.
 
 exim's log shows the missing pieces going into maildir:
2008-08-26 18:23:08 1KY7sS-0003mR-Be = me myaddress R=local_us er 
 T=maildir_home
 
 fetchmail should have retrieved the mail:
poll myserver proto imap 
user me, with password secret, is me here, ssl
 
 The mail log shows emails being retrieved and flushed one by one:
Aug 28 00:17:38 algol fetchmail[2677]: reading message [EMAIL PROTECTED]:1
205 of 1231 (804 header octets) (853 body octets) flushed
 
 Only I ended up missing a number of emails.
 
 Where could the weak link be?

Can you show us your ~/.fetchmailrc or if aplicale /etc/fetchmailrc  and
please hide your passwords in it...  Serieus helpers do not need them.

How do you deliver the messages?  procmail?  maildrop?

Fetchmail can not lost messages, except if you configure it  to  do  so,
but this is only, if you use SMTP transport and fetchmail deliver  to  a
MTA and the MTA consider the message as spam and you have configured

set  no bouncemail
antispam ...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: What should be on a rescue CD ? (was Re: Debian Live Lenny Beta1)

2008-09-20 Thread Michelle Konzack
Am 2008-08-28 14:41:38, schrieb Mark Allums:
 Consider something akin to pico/nano as well.  Something very small and 
 lightweight and easy to use.  Something for the near misses in the 
 experience department: someone who is able to install and run Debian 
 (mostly) but still is a bit green/wet behind the ears when it comes to 
 something like a rescue.

This is, WHY I prefer Midnight Commander since it  is  a  FileManager, 
Viewer and Editor including syntax highlighting and of course,  easy  to
use.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: /bin/hostname on Debian

2008-08-30 Thread Michelle Konzack
Am 2008-08-24 13:08:33, schrieb Vincent Lefevre:
 I had a problem with NIS in the past (about 5 years ago) if
 /etc/hostname didn't contain the FQDN.

What about the correct configuration for NIS?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT] Debian stickers in India

2008-08-19 Thread Michelle Konzack
Am 2008-08-09 11:20:52, schrieb Santanu Chatterjee:
 Hello Everybody,
 
 This is probably a bit off topic but I don't know where else to ask.
 Does anyone here know where can I get Debian Stickers (you know,
 with the Debian swirl) in India... anybody who sells such stickers?
 
 I really want to stick that to my laptop :-)

I have sold them as singel (expensive) or cards of 20 (niche reduction
of the price).  Each was 1x1 and has  lense  effect.  Currently  I  am
reinstalling my
http://onlinestore.tamay-dogan.net/

(running osCommerce) and will sell again worldwide, But for now, I  have
trouble with this crapy mySQL 5.  If the problem is solved,  I  will  go
into a new production...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: what's the best IDE for C programming in Debian?

2008-08-08 Thread Michelle Konzack
Am 2008-07-31 22:21:40, schrieb Star Liu:
 When I develop in windows, I use visual studio.net 2008 as my IDE, if
 I want to develop in Debian, what's the best the IDE for C
 programming?
 thanks!

mc  --  Midnight Comander:-D

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: what's the best IDE for C programming in Debian?

2008-08-08 Thread Michelle Konzack
Am 2008-07-31 22:21:40, schrieb Star Liu:
 When I develop in windows, I use visual studio.net 2008 as my IDE, if
 I want to develop in Debian, what's the best the IDE for C
 programming?
 thanks!

Maybe you schould try rhide I use it since 15 years.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: what's the best IDE for C programming in Debian?

2008-08-08 Thread Michelle Konzack
Am 2008-07-31 13:03:15, schrieb Dave Sherohman:
 I guess I must be one of the older people, too, as my standard DIDE
 (dis-integrated development environment) consists of several xterms
 running vim (or other tools as needed), plus a web browser for looking
 up any extra information I may need.

[EMAIL PROTECTED]:~] apt-cache show dide
W: Kann Paket dide nicht finden
E: Keine Pakete gefunden

:-D

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: how to avoid cheking md5sum ?

2008-08-08 Thread Michelle Konzack
Am 2008-08-01 10:49:05, schrieb abdelkader belahcene:
 Hi everybody,
 I want to install flashplugin, Ther is an error on md5sum,   I want  to skip
 it, I mean not check it.
 I used the --force-all, but it failed
 
 
 debian225:/home/bela/Desktop# dpkg --force-all-i
 flashplugin-nonfree_9.0.48.0.0ubuntu1~7.04.1_i386.deb
 Download done.
 
 md5sum mismatch install_flash_player_9_linux.tar.gz
 
 The Flash plugin is NOT installed.

Why not ask on th UBUNTU mailinglists?
This is definitively a problem with UBUNTU and NOT Debian.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Procmail filters debian-user mails as spam

2008-08-01 Thread Michelle Konzack
Am 2008-07-27 16:53:28, schrieb Arvind Marathe:
 :0
 * ^X-Spam-Status: Yes
 possible-spam/
 #
 :0
 * ^X-Spam-Level: *

This
* ^X-Spam-Level.*\*\*\*\*\*

works better.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: -- test --

2008-07-25 Thread Michelle Konzack
Am 2008-07-22 11:34:31, schrieb patrick:
 slt,
 
 aucun message sur la liste aujourd'hui?
 ou alors la liste est en panne?
 ou alors je suis désinscrit?

No, il sont que quelque BOT come moi sur la liste.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: -- test --

2008-07-25 Thread Michelle Konzack
Salut *,

Am 2008-07-22 16:48:50, schrieb Thibaut LE LEVIER:
 Yves Rutschle wrote:
 Mais non, c'est simplement que les systèmes Debian sont très
 très stables. Surtout en été. Sauf quand EDF coupe (ouin,
 mon uptime! :'( ).
   
 Moi je dis vive les contrôle de compteur au hasard, celui ou le 
 technicien de chez EDF vient contrôler l'équilibrage du compteur pendant 
 plus d'une heure :(
 291 jours depuis le dernier contrôle :)

FSCK!

Ici à  Strasburg/Neudorf  on  avait  tout  les  trois  mois  un  coupure
d'electricité.  Et chque fois il est un Dimanch vers 09:00 pour 15 à  20
minutes.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to force ifup to wait for dhcp?

2008-07-25 Thread Michelle Konzack
Am 2008-07-21 10:28:27, schrieb Andrei Popescu:
 This sounds like a bug in ifupdown, as I thing DHCP should not be 
 started before the interface signals it has link up.

Not only this, because /etc/network/if-up.d/  should  not  be  executed,
before DHCP has gotten its IP.  IF_ADDR is always empty if I  use  DHCP,
PPP or such, which mean, I can not set any routes.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to force ifup to wait for dhcp?

2008-07-25 Thread Michelle Konzack
Am 2008-07-21 11:32:45, schrieb Shachar Or:
 The ifup wlan0 command brings up that interface. Only after it is 'up', it 
 launches the dhcp client for that interface. How can you want have the ifup 
 command run after the dhcp client?

NO, not right.

/etc/network/if-up.d/ is NORMALY executed AFTER the interface is up, but
since DHCP is not geting an  IP  address  it  backgrounds  and  send  an
ExitStatus of 0 success to NOT TO BLOCK  the  flow  which  then  auto-
maticaly run the scripts in /etc/network/if-up.d/.

And now you are fscked

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to force ifup to wait for dhcp?

2008-07-25 Thread Michelle Konzack
Hello Mike,

Am 2008-07-21 00:43:51, schrieb Mike Bird:
 DHCP does retry.  It's not optimal but it kinda works.  Sometime after
 AP authentication we eventually get DHCP from one of the retries.
 
 The problem is that I've not found a way to make startup wait for DHCP
 before plowing ahead and making a mess of openvpn, which then messes up
 the routing in quagga.

I have exactly the same problem.

The reason WHY it does not work is,  because  DHCP  is  going  into  the
background and the script is exiting with a ExitStatus of 0  which  then
executes automaticaly /etc/network/if-up.d/ where IF_ADDR is not set.

So, seting up any routes or such will fail.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Umts pendrive modem installation

2008-07-25 Thread Michelle Konzack
Hello Rodolfo,

Am 2008-07-22 13:44:29, schrieb Rodolfo Medina:
 I've been following the guide at:
 
  
 http://www.debianclan.org/index.php?option=com_contenttask=viewid=154Itemid=38
 
 and I managed to make the Momodesign umts modem work under Debian Etch.
 Although, the connection is very slow: 15 Kb/s whereas under MS Windows
 they're about 80 Kb/s.

It seems you have found the GPRS modem and NOT the UMTS modem.

GSM hardware have generaly three devices:

1)  Audio-Codec
2)  1st Serial port for Vocie/SMS/GPRS/EDGE control/Data
3)  2nd Serial port for UMTS/HSDPA

If your UMTS Dongle does only support ONE serial port, you have
to setup an AT-Comand to switch it into the UMTS/HSDPA mode...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Problems getting Etch in France

2008-07-25 Thread Michelle Konzack
Am 2008-07-21 22:17:39, schrieb Nigel Henry:
 The only place I can find in France that has Etch DVD's available, wants 
 payment via paypal, and Visa. I have neither, only my local banks Carte 
 Bleue.

Do you want pressed DVD's or burned?

I have the three DVD's here in Strasbourg and I can burn it and send
it to you if you are willing to pay the DVD's + Frais d'envoi.

Tu peu payer directement sur mon compte à la Banque Postale.  En suit,
dans quelque yours j'offre un achat de tout les CD/DVD via ma site Web.

I sell generaly in Germany and France but also Europe/Worldwide.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Bonjour

2008-07-23 Thread Michelle Konzack
Hey Raphael,

Am 2008-07-13 12:12:14, schrieb Raphael Hertzog:
 On Sun, 13 Jul 2008, jean-pierre bouquillon wrote:
  Cahiers de l'administrateur
  Debian ETCH
  Raphael Hertzog Roland Mas
  EYROLLES
  Par exemple chez IKARIOS :   
  http://www.ikarios.com/p98-Cahier_de_l_Admin_Debian_Etch.html 
 
 Excellent choix. ;-)

Does this book exist in english too?
(I hate reading french books even if you are one of the Authors)

And of course, I like the boo of Martin F. Kraft (even if the book
was killed by a water-damage  --  hain!)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: IMAP is teh r0x0rz! [was: Re: getting copies of own posted messages; was: Re: ??: Stunned by aptitude.]

2008-07-23 Thread Michelle Konzack
Am 2008-07-18 12:04:35, schrieb Steve C. Lamb:
 On Thu, Jul 17, 2008 at 04:01:31PM +0200, Michelle Konzack wrote:
  I do not believe it, since I am admin a Courier-Imap Server with  73.000
  users ith 2.8 million legitim messages and 8 million spams per day.
 
 And a d-u troll.
  
  I would never use mbox for such stuff...  and of course, a  mailque  und
  200.000 is read in in less then 2 minutes...  Using a Quad  Opteron  880
  with 32 GByte of memory.
 
 Yes, everyone has one of those on their desktop.  Begone.

It is only a small Development Station... ;-) I have seen, that the  new
Phenom are less expensive and have now several times more power...

And unfortunately I am very jealous since I know to many  peoples  using
such machines...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Cannot find /dev/parport0

2008-07-23 Thread Michelle Konzack
Am 2008-07-17 10:04:33, schrieb Account for Debian group mail:
 parport: PnPBIOS parport detected.
 parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
 parport0: Printer, Hewlett-Packard HP LaserJet 6MP

This is the same as with serial drivers which are called ttyS00, ttyS01
but in real they are /dev/ttyS0 and /dev/ttyS1

 This looks correct.
 
 
 In the /etc/printcap file I have:
 
 lp|Our Printer:\
 :lp=/dev/parport0:\
 :sd=/var/spool/lpd/lp:\
 :af=/var/log/lp-acct:\
 :lf=/var/log/lp-errs:\
 :pl#66:\
 :pw#80:\
 :pc#150:\
 :mx#0:\
 :sh:
 
 When I do a checkpc I get:
 
 Warning - lp: cannot stat lp device '/dev/parport0' - No such file or 
 directory

Because the name is /dev/lp0, /dev/lp1 and /dev/lp2

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: My first message... more of a mad mans rant...

2008-07-18 Thread Michelle Konzack
Am 2008-07-14 16:51:37, schrieb Steven Maddox (Cyorxamp):
 I hope you didn't type up all that, at least on the topics I raised... 
 it was a waste...
 
 My topics were..
 1) Lets try a version of Debian Etch without the binary firmware

Then some parts of Debian GNU/Linux would not more work
on at least 50% of todays recent Hardware...


 2) Lets add dreamlinux and sidux to the list on debian.org and p.s. have 
 a little look

This two are definitivly NOT what I want.

 3) Lets try a medium ground between stable and testing.

For what?  --  Realy, I have not understood what you wan to say me.

Note:  Please stop TOFU.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: IMAP is teh r0x0rz! [was: Re: getting copies of own posted messages; was: Re: ??: Stunned by aptitude.]

2008-07-18 Thread Michelle Konzack
Am 2008-07-13 14:06:51, schrieb Steve Lamb:
 My apologies to Ron, I slapped reply and not reply-to-all and trim.  :(
 
 Ron Johnson wrote:
  That's qmail's fault, not that of Maildir.
 
 No, that is a design problem in Maildir.  Granted I wouldn't want my MTAs

I do not believe it, since I am admin a Courier-Imap Server with  73.000
users ith 2.8 million legitim messages and 8 million spams per day.

I would never use mbox for such stuff...  and of course, a  mailque  und
200.000 is read in in less then 2 minutes...  Using a Quad  Opteron  880
with 32 GByte of memory.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Maildir vs mbox again (was: IMAP is teh r0x0rz!)

2008-07-18 Thread Michelle Konzack
Hallo Jochen,

Am 2008-07-14 00:31:03, schrieb Jochen Schulz:
 I don't see a problem with several thousand files in one directory:

Me too

 # echo 3  /proc/sys/vm/drop_caches
 
 $ time ls -1 ~/Maildir/.debian.user/cur | wc -l
 10997
 
 real0m2.529s
 user0m0.284s
 sys 0m0.332s
 
 $ du -hs ~/Maildir/.debian.user/cur
 87M .

My ~/Maildir/[EMAIL PROTECTED]/cur has  currently
153.000 messages with arround 3 GByte and even mutt open  it  localy  in
less then 4 minutes without hcache

 The first line flushes the filesystem cache. Subsequent runs take about
 0.3 seconds. Filesystem is XFS on a 2.6.18 kernel from etch.  It
 shouldn't be significantly worse with ext3 (at least when it is created
 with -O dir_index).

I am using  ext3  and  used  tune2fs  to  add  the  dir_index  which
increased the speed by faktor 6.  I should note, that I am already using
a Raid-1 with two 74 GByte SCA drives plus Hotfix of 15.000 RpM.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: My first message... more of a mad mans rant...

2008-07-18 Thread Michelle Konzack
Am 2008-07-14 17:15:41, schrieb Sam Leon:

Please can you trim you rpostings next time please?

 Welcome to the club.  I used to feel the same way when I first found 
 debian (ubuntu showed it to me).  I don't worry about it too much any 
 more.  I like how it will keep all the newbies away from us so I don't 
 have to spend all my time running from several questions of how do I 
 navigate the cli type stuff.
 I like testing.  I have not had a problem with it.   I don't think you 

Oh realy, then you do not realy use Testing...

My Testing and my Sid went broken for over 6 Weeks because the perl 5.10
transition...  I do not find it realy funny, not to be able to  use  60%
of my system...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Query about OCR package(s)

2008-07-18 Thread Michelle Konzack
Am 2008-07-15 00:08:45, schrieb Osamu Aoki:
 Yes ...  From PDF? I do not know but implimenting it is simple with some
 filtering.

The OP can use netpbm to pipe the PDF through the module and then into
the ORC software...

Have a nice Day/Evening
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: manipulate initrd from Debian installer

2008-07-18 Thread Michelle Konzack
Am 2008-07-14 17:51:38, schrieb Mark Allums:
 $ cp /boot/configyour old version
 $ make gconfig    if using gnome, otherwise some variant
 $ make-kpkhg clean
 $ make-kpkg --initrd kernel_image modules_image

looks a litle bit weird...


make-kpkg --append-to-version=my_kernel --config gconfig configure \
  kernel_image

and of course, compile 3w9xxx and ext3 INTO the kernel and do  not  use
ANY initrd.img since more crap does not exist.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: manipulate initrd from Debian installer

2008-07-18 Thread Michelle Konzack
Am 2008-07-15 00:14:44, schrieb Denny Schierz:
 hi,
 
 i have to recompile a kernel (2.6.25.9) to get some hardware working,
 for example network cards and 3ware SCSI SATA controller from the
 installer (debian-testing-amd64-netinst.iso). But I'm unable to create a
 valid kernel and/or initrd.

Question:  Why are you using crapy INITRD at all?

If you compile your own Kernel, put  all  modules  need  to  bootup  the
system INTO the kernel.  Put the Kernel onto an USB key and at  the  end
of the installation open a console F2 and use chroot and  dpkg  to
install the New Debian Kernel on your target system.

After this you can run lilo and you are done.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[EDGE/UMTS] Merlin U630 et Bouygues Telecom :-/

2008-07-15 Thread Michelle Konzack
 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:25 tp570 pppd[16524]: sent [IPCP ConfReq id=0x1f addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:26 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x1f ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:26 tp570 pppd[16524]: sent [IPCP ConfReq id=0x20 addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:27 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x20 ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:27 tp570 pppd[16524]: sent [IPCP ConfReq id=0x21 addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:28 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x21 ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:28 tp570 pppd[16524]: sent [IPCP ConfReq id=0x22 addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:29 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x22 ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:29 tp570 pppd[16524]: sent [IPCP ConfReq id=0x23 addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:30 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x23 ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:30 tp570 pppd[16524]: sent [IPCP ConfReq id=0x24 addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 20:58:30 tp570 pppd[16524]: Hangup (SIGHUP)
Jul 14 20:58:30 tp570 pppd[16524]: Script pppd (charshunt) finished (pid 
16527), status = 0x0
Jul 14 20:58:30 tp570 pppd[16524]: Modem hangup
Jul 14 20:58:30 tp570 pppd[16524]: Connection terminated.
Jul 14 20:59:01 tp570 chat[16886]: abort on (BUSY)
Jul 14 20:59:01 tp570 chat[16886]: abort on (NO CARRIER)
Jul 14 20:59:01 tp570 chat[16886]: abort on (VOICE)
Jul 14 20:59:01 tp570 chat[16886]: abort on (NO DIALTONE)
Jul 14 20:59:01 tp570 chat[16886]: abort on (NO DIAL TONE)
Jul 14 20:59:01 tp570 chat[16886]: abort on (NO ANSWER)
Jul 14 20:59:01 tp570 chat[16886]: abort on (DELAYED)
Jul 14 20:59:01 tp570 chat[16886]: send (ATZ^M)
Jul 14 20:59:02 tp570 chat[16886]: expect (OK)
Jul 14 20:59:02 tp570 chat[16886]: ^M
Jul 14 20:59:02 tp570 chat[16886]: NO CARRIER
Jul 14 20:59:02 tp570 chat[16886]:  -- failed
Jul 14 20:59:02 tp570 chat[16886]: Failed (NO CARRIER)
Jul 14 20:59:02 tp570 pppd[16524]: Connect script failed
Jul 14 20:59:03 tp570 pppd[16524]: Script pppd (charshunt) finished (pid 
16884), status = 0x0


et temps à temps je reçu des choses comme:

[ '/var/log/syslog' ]---
Jul 14 21:03:45 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x6a ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 21:03:45 tp570 pppd[16524]: sent [IPCP ConfReq id=0x6b addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 21:03:46 tp570 pppd[16524]: rcvd [IPCP ConfNak id=0x6b ms-dns1 
10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 21:03:46 tp570 pppd[16524]: sent [IPCP ConfReq id=0x6c addr 0.0.0.0 
ms-dns1 10.11.12.13 ms-dns3 10.11.12.14]
Jul 14 21:03:47 tp570 pppd[16524]: Hangup (SIGHUP)
Jul 14 21:03:47 tp570 pppd[16524]: sent [LCP TermReq id=0x5 User request]
Jul 14 21:03:47 tp570 pppd[16524]: Child process pppd (charshunt) (pid 18098) 
terminated with signal 15
Jul 14 21:03:47 tp570 pppd[16524]: Modem hangup
Jul 14 21:03:47 tp570 pppd[16524]: Connection terminated.


J'ai rien terminer...

Mes configs sont:

[ '/etc/network/interfaces' ]---
auto lo

auto eth0
iface eth0 inet static
address 192.168.0.76
netmask 255.255.255.192
network 192.168.0.64
broadcast   192.168.0.127

iface ppp0 inet ppp
provider bouygtel


[ '/etc/chatscripts/bouygtel' ]
ABORT   BUSY
ABORT   'NO CARRIER'
ABORT   VOICE
ABORT   'NO DIALTONE'
ABORT   'NO DIAL TONE'
ABORT   'NO ANSWER'
ABORT   DELAYED
  ATZ
OK-AT-OK'AT+CSQ'
OK-AT-OK'AT+CGDCONT=1,IP,bouygtel'
OK-AT-OK'ATDT*99***1#'
CONNECT \d\c


[ '/etc/ppp/peers/bouygtel' ]--
logfile /tmp/pppd_log.log
record  /tmp/pppd_record.log
debug
kdebug 4
hide-password
noauth
connect /usr/sbin/chat -v -f /etc/chatscripts/bouygtel
#connect-delay 5
/dev/ttyS2  921600
defaultroute
noipdefault
user bouygtel
passive
lcp-echo-failure 0
ipcp-max-failure 60
usepeerdns
ipparam eplus
noccp
novj
novjccomp
noproxyarp
nopcomp
noaccomp
nomagic

persist


Quelque suggestions?


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138

Novatel Wireless Merlin U630 with UMTS and SMS the same time

2008-07-15 Thread Michelle Konzack
Hello GSM Geeks,

does somebody know, how to use the above GSM card with internet  surfing
and SMS the same time?

Both does work seperately now...  :-D

I have encountered that I have at my provider e-Plus now 780 Free-SMS...
Hmmm, maybe someone should code a proxy, which  then  can  handel  HTTP-
requests per SMS...  ;-)  OK, it would be enough if apt-get can handel
it...  ;-)  ROTFL  --  OOo as SMS-Multipart!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Unidentified subject!

2008-07-13 Thread Michelle Konzack
Am 2008-07-09 10:35:24, schrieb [EMAIL PROTECTED]:
 Question subsidiaire (je ne suis plus à un HS près) : dans
 ce cas de 
 figure (faille de sécurité, exploitation pour des achats ou des 
 virements) savez-vous si les banques remboursent les
 virements frauduleux?

Mes Banques utiliser un liste des  TANs  (Trans Action Number)  et  pour
chaque operation, je suis oubliger du utilser une. CÄ'est-A-Dire, il
est pas posible, du faire un transaction illegal sur mon ordi Own3d.

Si quelun volée la liste (Format A4) il est definitiv ma  fault  et  je
suis responsable du informer la Banque  immediat...  Dans  ce  case,  je
suis assurer.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Bind9 et DSA-1603-1

2008-07-13 Thread Michelle Konzack
Am 2008-07-09 12:42:53, schrieb Samuel SALSON:
 
 tout les bind sont touché visiblement puisque www.isc.org a fait des
 version patché P1

C'est que partialement vrai, since mon Serveur DNS est authoritative et
pas affectée...

Il est que un problem, si bind9 est utiliser comme un resolver

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Bind9 et DSA-1603-1

2008-07-13 Thread Michelle Konzack
Am 2008-07-11 12:27:17, schrieb Francois Boisson:
 $ apt-cache policy bind
 bind:
   Installed: 1:8.2.3-0.potato.3
   Candidate: 1:8.4.6-1
   Version Table:
  1:8.4.6-1 0
 500 ftp://ftp.fr.debian.org sarge/main Packages
  *** 1:8.2.3-0.potato.3 0
 100 /var/lib/dpkg/status
 
 Oups!

Intressant, parce que j'ai tout les paquets  (~20 TByte)  depuis  Debian
1.1 Buzz incusive les CD's original et il y a pas un  version  1:8.4.6-1
en Sarge.

J'utiliser ftp.debian.org, ftp.de.debian.org et ftp2.de.debian.org

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [HS] spam

2008-07-13 Thread Michelle Konzack
Am 2008-07-11 12:33:07, schrieb steve:
 Bonjour,
 
 Depuis hier je reçois une quantité énorme de spam, bien plus que
 d'habitude, est-ce que c'est pareil chez vous ?
 
 Juste par curiosité..

Quel typ de spam?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Bind9 et DSA-1603-1

2008-07-13 Thread Michelle Konzack
Am 2008-07-10 21:35:00, schrieb François Boisson:
 plus tard. Le serveur de sarge est bind8. J'imagine qu'il est aussi concerné

Ehm, j'ai deux serveurs sous Sarge et il y a definitiv bind9 installer.

[EMAIL PROTECTED]:~] apt-cache policy bind9
bind9:
  Installiert:(keine)
  Mögliche Pakete:1:9.2.4-1sarge3
  Versions-Tabelle:
 ***1:9.2.4-1sarge3 0
   1000 ftp://security.debian.org sarge/updates/main Packages
   1000 ftp://ftp2.de.debian.org sarge/main Packages
100 /var/lib/dpkg/status


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to name a package (was Re: how to package?)

2008-07-13 Thread Michelle Konzack
Hi Ali,

Am 2008-07-11 18:03:02, schrieb Ali Milis:
 Supposed HQ introduced package ''hq-vi'' which is a
 modification of vim. But, a branch also introduced
 ''branch-hq-vi'' which is a different modification of vim too.
 
 (1) Is it OK to name the packages with ''hq-vi'' and ''branch-hq-vi''
 without reporting to any upstream (whatever that is)?

Why not:vi-hq
vi-hq-branch

which would be more logic

 (2) Is it OK to put those packages into /usr/bin? Is /opt a
 better place? Eg. /opt/hq/ and /opt/hg/branch/?

It depends.  What are the names of the binaries?

I would suggest to use /usr/bin if you want to install the  stuff  on  a
larger number of machines and do not want to maintain the pathes on it.

If they are called vi, then you need to add Conflicts: to the
debian/control file

 (3) Is it OK to use the /etc/alternatives directory for
 altering the vi?

This would only work IF the original /usr/bin/vi is a  symlink  and  the
binary is for example /usr/bin/vi-orig.  Then you could name  YOUR  vi
binaries

/usr/bin/vi-hq
/usr/bin/vi-hw-branch

and then you can choose the version  you  want  using  the  alternatives
system.  However, this mean, you should remove the original vi package
which would not me be available, or rebuild the original vi pacage  by
renaming the executable, and adding the alternatives system.

 (4) Any suggestion?

see above.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Linux-image-2.6.25 won't boot - target filesystem error

2008-07-11 Thread Michelle Konzack
Hello Jochen,

Am 2008-07-09 01:36:10, schrieb Jochen Antesberger:
 The device naming was changed. Instead of /dev/hda you've got /dev/sda
 now. To make it boot you'll have to adjust menu.lst to give the kernel the
 right argument for the boot partition. Also you'll have to change the
 entries in fstab.

Argh! -- I have forgotten about this.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: test, plz ignore

2008-07-11 Thread Michelle Konzack
Am 2008-07-09 21:48:23, schrieb T o n g:
  previous question lost...
  
  Or email isn't instant and sometimes has inconsistent delivery times..
  
  lost again, and test again.
 
 OK, confirmed, the message sent previous to this did get lost. testing
 again:
 
 http:// s4 .tinypic .com / n68fmo.jpg

It was eaten by my Spamfilters...

:-P

Do not send such Links, since spamer do the same shit!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Why do you add spaces to your url links?

2008-07-11 Thread Michelle Konzack
Am 2008-07-10 02:36:13, schrieb Ron Johnson:
 On 07/09/08 22:14, T o n g wrote:
  On Wed, 09 Jul 2008 21:07:06 -0500, Ron Johnson wrote:
  
  http://i37. tinypic .com/2d9y07o.jpg (without space)
  That totally defeats the purpose of having hyperlinks.
  
  please post back the actual url, without space of course.
 
 WTF?

ROTFL!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: test, plz ignore

2008-07-11 Thread Michelle Konzack
Am 2008-07-09 16:50:43, schrieb Ron Johnson:
 It's somewhere on your end, because they are all arriving here.

He is using Yahoo! and there policy is blocking  munged  URL's  specialy
from TiniPic.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: test, plz ignore

2008-07-11 Thread Michelle Konzack
Am 2008-07-10 01:29:22, schrieb T o n g:
 Third, if you don't believe me, try posting the above ulr without space
 through gmane.linux.debian.user, and you will know yourself. Please don't
 judge others using your ignorance. 

We do not need to test it.

My own Mailserver is hit every day by over 18.000 spams using  TiniPic
to send there SPAM.  So stop using it.

And of course, Yahoo! is blocking it.  Please see there policy.
There are already many complaints...

You messages get a spamassassin score of at least 6.2 because your crapy
URL.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Install debian Etch with debootstrap on top of fedora (SOLVED by ensuring PATH set for sudo/root)

2008-07-08 Thread Michelle Konzack
Hello Gabriel,

Can you check your GPG Key, since it is expired...

[ STDIN ]---
Date: Tue, 01 Jul 2008 10:03:58 -0300
From: Gabriel Parrondo [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: Re: Install debian Etch with debootstrap on top of fedora (SOLVED
by ensuring PATH set for sudo/root)
X-Mailing-List: debian-user@lists.debian.org archive/latest/523336
X-TDMailSerialnumber: 8305938

[-- PGP output follows (current time: Do 03 Jul 2008 02:15:09 CEST) --]
gpg: Signature made Di 01 Jul 2008 15:03:58 CEST using DSA key ID BED7BF43
gpg: Good signature from Gabriel Parrondo (nqtnn) [EMAIL PROTECTED]
gpg: aka Gabriel Parrondo (Direccion Actual) [EMAIL 
PROTECTED]
gpg: Hinweis: Dieser Schlüssel ist verfallen!
Haupt-Fingerabdruck  = A252 8595 B760 2D5F 1934  896B 20E9 AB5E BED7 BF43
[-- End of PGP output --]



Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: wireless with Netgear WG511T

2008-07-08 Thread Michelle Konzack
Hello Daniel,

Am 2008-06-30 21:51:09, schrieb Daniel Dalton:
 Hi,
 
 I'm looking to buy a Netgear WG511T. I see it has an atheros chipset in
 it, so assume linux supports it.

WARNING:  Netgear change the Chipset faster then you can test the card.
  This card has not four different chips!  where only two are
  known to work with Linux (The Atheros and a NDSI-Wraper one)

 So, does the madwifi driver support it?

It depends...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT] the limits of googling

2008-07-08 Thread Michelle Konzack
Am 2008-06-30 11:10:53, schrieb Mark Grieveson:
 On Sun, 29 Jun 2008 21:18:46 + (UTC)
 [EMAIL PROTECTED] wrote:
 
By searching for a laptop with a real modem, before even taking
Linux into account, you have eliminated 100% of all available
options:  It doesn't exist.
 
 The Thinkpad 770 has a modem.  Sometimes, quite cheap, you can find one
 on Craigslist.  It works with Linux (but, some tweaking is necessary).
 It's an older computer; so, a full blown (kde/gnome) desktop is not
 recommended.

TP570, TP600, TP760ED, T20, T23, R40, R41, T72...

They have all modems included and they are Lucent WinModem
which are working with Linux, including Fax...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Linux-image-2.6.25 won't boot - target filesystem error

2008-07-08 Thread Michelle Konzack
Hello Anthony,

Am 2008-06-30 10:14:02, schrieb Anthony Campbell:
 I just installed linux-image-2.6.25-2 from Sid. Boot fails with a
 mwwage:
 
 target filesystem doesn't have bootarg 
 
 This is followed by:
 /bin/sh: can't access tty; job control turned off

I am using Etch with 2.6.18 and it works fine, if I  try  to  install  a
2.6.22/24/25 and boot, I get a Kernel Oops since it  can  not  find  the
/etc/fstab and /dev/console.

But the initrd.img is correctly build with the 2.6.18.

Any suggestions?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: DNS agent for dynamic IP addresses

2008-07-08 Thread Michelle Konzack
Hello Carl,

I was running the same on my bind2

Am 2008-06-30 17:09:16, schrieb Carl Fink:
 how to configure BIND relatively fresh.  Does anyone know of a similar agent
 that pairs with a daemon I can run on my DNS server, to track the IP address
 of my own laptop and desktop boxes and point subdomain1.finknetwork.com and
 subdomain2.finknetwork.com to them?

All you need is a secure Webserver and CGI on the DNS server which call
nsupdate with the right informations...

So, if you start your DNS server setup your laptop to

laptop  IN A1.2.3.4

and then use nsupdate to change the entry dynamicaly.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: DNS agent for dynamic IP addresses

2008-07-08 Thread Michelle Konzack
Am 2008-07-02 05:37:23, schrieb Paul Johnson:
 On Wed, 2008-07-02 at 01:07 -0400, Carl Fink wrote:
  OK, so actual experience is trumped by generic references to some sort of
  unspecified documentation?  Realize that real ISPs, notably a friend of
  mine's, do in fact change his IP address at least once per day.
 
 That's not a real ISP then, it falls well inside the craptastic
 category.  Change ISP.

This is crap, since nearly ALL ISPs which use DHCP  use  a  leastime  of
86400 seconds which is ONE day.  This is made for security reason.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT] the limits of googling

2008-07-08 Thread Michelle Konzack
Am 2008-07-02 19:05:10, schrieb Paul Johnson:
 On Wed, 2008-07-02 at 17:53 +0200, Michelle Konzack wrote:
  All of my IBL/Lenovo ThinkPads have a analog modem integrated.
 
 IBM/Lenovo has yet to ship a modem in a laptop.

They went installed by default as I have bought the Laptops.

  Most of them are Lucent WinModem  which  are  working  perfectly  with
  Linux.  Some others have the IA32 Modem Chip, which is  a  WinModem  too
  and is working with Linux.
 
 Right, but the question was about modems, not winmodems.

And?  --  where is the problem?

It works perfectly with the Lucent WinModem driver from scratch
with FAX, Internet connection up to 33600 Bps, XYZ-Modem...

This is what count.  IT JUST WORKS!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Backup on DVD-RW: ISO 9660 file system overhead

2008-07-08 Thread Michelle Konzack
Hello Simon,

You are calculating a little bit wrong, since...

Am 2008-06-21 12:11:51, schrieb Simon Jolle sjolle:
 Hi Debian Users
 
 I am doing a backup of Thunderbird mails. As u can see the Space on disk 
 is 400 MB less than the space on ISO image.
 
 How can I avoid that much wasted space?
 
 $ du -sh .mozilla-thunderbird/; du -sh mail_archive_20jun08.iso
 1.8G  .mozilla-thunderbird/

Here you calculate the REAL size of the files and not BLOCK size.

 2.2G  mail_archive_20jun08.iso

This are not only Data, but the Filesystem structure avec TOC too.

And of course, the size if a block on a CD is arround 1500 Bytes

 Did I use the wrong options?

No, since you have a little bit wrong calculated.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: dial up support

2008-07-08 Thread Michelle Konzack
Am 2008-07-02 11:00:03, schrieb Hugo Vanwoerkom:
 Douglas A. Tutty wrote:
 The gold-standard in modems is the 3Com/US Robotics Courier
 V-Everything.  It works with a serial port and requires no drivers.  It
 also does great on noisy lines.  I purchased mine off eBay for $49.
 
 
 What's the model number of that?

There is ONLY ONE.


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: dial up support

2008-07-08 Thread Michelle Konzack
Am 2008-07-02 14:47:16, schrieb Daniel Dalton:
 So what your basically saying is there is no such thing as a serial win
 modem?

Oh yes, there are, but VERY rare.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Re: Debian 4.0r3 cann't recognize all of the 4Gb memory on my system.

2008-07-08 Thread Michelle Konzack
I have checked your dmsg output, but it seems  your  kernel  has  bigmen
support but NOT the PAE which is required to get nearly 3.9 Gbyte of the
4 Gbyte installed.

Can you check, whether PAE is enabled?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: broken system after srm -r -d /tmp/.* (user login and several services not working)

2008-07-08 Thread Michelle Konzack
Hello Jonas.

Am 2008-07-03 18:58:08, schrieb Jonas Meurer:
 But I discovered something really strange. If I compare the output of
 'ls -al /' on my system and in the chroot, several directory sizes seem
 to be different. I thought that directorys always have a size of
 4069 bytes, but apparently this is not the case:

The size uf a directory entry is the multiple size of  a  BLOCK  of  the
filesystem.  At least ond BLOCK.  I do not know how  it  is  calculated,
but I have a Maildir with 844267  files  and  directories  and  Midnight
Commander show me a size of 

drwxrwxr-x  369 michelle.konzack private 28672 2008-07-08 00:07 Maildir

Note: I have a blocksize of 4096 Bytes.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT] the limits of googling

2008-07-02 Thread Michelle Konzack
Am 2008-06-28 19:32:32, schrieb Paul Johnson:
 On Sat, 2008-06-28 at 08:59 -0500, Hugo Vanwoerkom wrote:
 
  What are the most recent laptops that run Linux *and* have a working 
  analog (RJ-11) modem installed?
 
 By searching for a laptop with a real modem, before even taking Linux
 into account, you have eliminated 100% of all available options:  It
 doesn't exist.  Carry a real modem with you if you need a modem.  

Hmmm,  I do not know, HOW you are searching, but I found more  then  300
models of varous manufactrer which have a Modem integrated or as option.

All of my IBL/Lenovo ThinkPads have a analog modem integrated.

Most of them are Lucent WinModem  which  are  working  perfectly  with
Linux.  Some others have the IA32 Modem Chip, which is  a  WinModem  too
and is working with Linux.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT] the limits of googling

2008-07-02 Thread Michelle Konzack
Am 2008-06-29 15:12:11, schrieb Henrique de Moraes Holschuh:
 However good those USB-serial adapters are, I have never found one that
 could speak all speeds properly, which can be VERY annoying on the field.

MCT U232  -  Works up to 460.800 BpS.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-07-01 Thread Michelle Konzack
Am 2008-06-27 23:46:47, schrieb Dotan Cohen:
 Unless I missed it in this very long thread, Michelle, you have not
 yet said the name of this Windows software. Let us know the name of
 the company and the software.

Since I have droped Windows in March 1999 I do  not  more  remember  its
name but it was arround 600 DM in 1996 when I was working with WfW 3.11.

Maybe it is on the Conner CFS1275S installed, but unfortunately I need a
P1/K6 or such, to get WfW 3.11 running...

It refuse to boot on my Athlon XP 3000+ even if I reduce the  memory  to
128 MByte.  It seems, WfW 3.11 does not like this chipset.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: X apps don't launch from Xterm

2008-07-01 Thread Michelle Konzack
Am 2008-06-25 14:05:45, schrieb Eric d'Alibut:
 [EMAIL PROTECTED]:~$ gqview
 (gqview:26337): Gtk-WARNING **: cannot open display:
 
 [EMAIL PROTECTED]:~$ evince
 (evince:28047): Gtk-WARNING **: cannot open display:
 
 [EMAIL PROTECTED]:~$ echo $DISPLAY
 0:0.

???  --  This should be :0.0

Try to run

DISPLAY=:0.0 gqview

which should work.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Alternative for fetchmail

2008-07-01 Thread Michelle Konzack
Am 2008-06-28 10:54:27, schrieb Andrei Popescu:
 On Wed, Jun 25, 2008 at 06:26:07PM +0200, Michelle Konzack wrote:
  Salut AP,
  
  Am 2008-06-25 13:54:37, schrieb Andrei Popescu:
   On Tue, Jun 24, 2008 at 06:12:30PM -0400, Michael Pobega wrote:

Getmail is pretty good, it's a bit slower than fetchmail but it works.
   
   Did you test or is this just anecdotal evidence?
  
  I HAVE TESTET IT not.
  And it is so slow, that I have never gotten mail.
 
 Interesting. I am running getmail for three accounts and I have no 
 problems. Did you try the getmail mailing list? Charles Cazabon (the 
 Author) is very active and answers personally all queries.

Oops, I have forgotten to ADD the  ;-) after the not
(It was a little bit sarcastic)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: project: wired/wireless router

2008-07-01 Thread Michelle Konzack
Hello Gregory,

Am 2008-06-28 12:30:15, schrieb Gregory Seidman:
 I have a mini case with a VIA motherboard and CPU. It has an on-board
 ethernet port. I'd like to use it as a Linux firewall/NAT router to replace
 the (wired only) LinkSys I have now. It only has one PCI slot, but I want
 to be able to provide both wired and wireless LAN access. I'm looking for
 both hardware suggestions (i.e. a PCI card with both wired and wireless
 ethernet that is supported by the kernel in stable) and configuration help.

Use a PCMCIA - MiniPCI Adaptor card

I use one which have 8 MiniPCI Slots and use a VIA EPIA LN1EAG.

 My requirements are:
 
 1) Wireless is an independent subnet from the wired, and is firewalled from
the wired LAN in the same way as the outside world.

Me too

 2) Several open ports forwarded to not necessarily the same port on a
machine on the wired LAN (e.g. ports 80, 22, 443).

Me too

 3) WPA encryption on wireless.
 4) UPNP support (wired and wireless).

Me not

 5) NAT/DHCP support (wired and wireless).

Me too

 6) Prioritize all wired traffic over wireless.

Me too

 7) Prioritize all SIP (VoIP) traffic (via wired) over everything else.

Me too - QoS

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Minicom : Tuer le processus avec top

2008-06-28 Thread Michelle Konzack
Am 2008-06-23 18:27:57, schrieb Alain Vaugham:
 Bonjour la liste,
 
 Par habitude j'utilise top pour tuer un processus. Exemple:
 $ top | grep spamd
 
 Dans le cas présent :
 $ top | grep minicom 
 n'affiche rien car ce ne doit pas être le bon nom.
 
 Comment je peux m'en sortir pour tuer Minicom quand je ne connais pas le nom 
 du processus?

[EMAIL PROTECTED]:~] killall minicom

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: bash.bashrc

2008-06-28 Thread Michelle Konzack
Salut Jean-Michel,

Am 2008-06-25 14:50:36, schrieb Jean-Michel OLTRA:
 
 Bonjour,
 
 
 J'ai un souci avec ce /etc/bash.bashrc.
 
 Avec ce fichier en place, les ~/.bashrc ne sont pas sourcés, donc plus
 aucun paramétrage perso.
 
 Si je renomme ce fichier, alors tout redevient comme avant, mais je ne
 peux plus démarrer une session graphique. C'est pas souvent, mais je
 viens de le faire, et je fus obligé de passer en console pour renommer
 le fichier dans son nom d'origine (je l'avais passé en
 bash.bashrc.orig).
 
 Quelqu'un a une idée du pourquoi du comment ? Il y a eu une maj de bash
 il n'y a pas si longtemps, et c'est devenu ainsi. Je suis sous Lenny
 amd64
 
 Merci pour les idées.

Si tu demarer le BaSH il sourcer le fichier

/etc/profile(login shell)
et
/etc/bash.bashrc(shell interactive)

Si tu veux inclus les settings de /etc/bash.bashrc dans le login shell
metre les lignes:

if [ -f /etc/bash.bashrc] ; then
  . /etc/bash.bashrc
fi

à la fin de /etc/profile.  C'est system wide.

Bon, pour la config utilisateures je utiliser

~/.bash_login   (login shell)
et
~/.bashrc   (shell interactive)
et
~/.bash_logout  (si je terminer un login shell)

Ici c'est la mem chose comme avec le system config.  Si tu  veux  inclus
les settings de ~/.bashrc dans le login shell metre les lignes:

if [ -f ~/.bashrc] ; then
  . ~/.bashrc
fi

à la fin de ~/.bash_login.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-27 Thread Michelle Konzack
Am 2008-06-23 13:30:54, schrieb Jordi Gutiérrez Hermoso:
 Money is not the issue. You keep alluding about how I want everything
 gratis; this was never my claim. Source could very well be distributed
 with money and you know that many companies do this now, just as many
 other companies always did this before when computers were first
 created. I am unconvinced that it's impossible to do so now.

OK, I can confirm it since I know several enterprises  or  manufacturers
which sell (against an additional fee) the Sourcode for a  software  you
have buyed previosly, BUT, this sourcecode is FOR YOU ONLY and, you have
to sign a NDA.

I have such CSS which is working but is not  realy  what  I  wanted  and
ask them for a special feature I need.  They denied but offered (!!!) me
the Source to modify the software for MY needs, however, under NDA.

 I don't feel compelled to continue this argument... You seem to see
 everything in terms of immediate results and money, both of which I

I have no other chice, since I am working alone and if I do not work,  I
have no money for living and my kids would be very angry...  IF  I  wait
for a Developer, to add features and better  or  more  intuitiv  GUI,  I
would not earn money for the net 3-5 years,  even  if  I  spend  someone
20.000 € to work on it.

Such things are nearly impossibel.

With one exception:  I should find at least 100 peoples needing the same
software and features and each one would pay 1000 € in a fond from which
a full-time Developer would be engaged which code the missing stuff.

It copuld work, but look @ Blender... The originalauthor was in the debt
and has sold it for 100.000 US$  to  the  community  which  created  the
Blender Foundation.  AFAIK there where 952 peoles  giving  money  into
the fond to buy it and create an Open Source Porject.

But Blender is a program used be severl 100.000 peoples. Linux + Windows

PCB Layouting software is very limited in use, specialy for  features  I
need.

VariCAD, - WHO want to create an OSS Project to fsck its manufacturer?
You can't, - since there is no one with this experience of it.  You have
to know about ISO norms and more.  The  simulating  situations  like  an
earth-quake or a hurican...  OSS developer here who do such things?

The algorithm and lookup-tables  for  it  are  developed  by  institutes
attached to universities and there ARE patented since  this  development
costs time, imense IT equipment and manpower...

If such software would be open source (opened by its  manufacturer)  who
care about the costs of development?

 insist are nearsighted. As a whole, as a society, we would all be
 better off in the long run without these obstacles to dissemination of
 knowledge.

I have a list of 14 programs I need where there is NO OSS  solution  and
will not be in the next 10 years since its  development  had  cost  wide
over several 100 million Euro.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-27 Thread Michelle Konzack
Hi Larry,

please can you trimm down the message if you are responding?

Am 2008-06-23 13:07:24, schrieb [EMAIL PROTECTED]:
 Michelle
 I have run several hardware/software shops and for me the only rational
 arguement for source code is what will I as a user do if the company goes
 belly up or stops supporting the product.  The only pragmatic solution

This is NOT the same case as mine, since I  am  talking  about  software
which require experience, time and money to develop them.

Software Enterprises coding PCB Layoutsoftware which coste  20.000 €  to
80.000 € (!!!) of VariCAD for 20.000 € are not an enterprises  which  go
down from today to tomorrow.  They have established  VERY  well  working
international standards and my files are worldwide compatibel.

Such enterprises  are  very  rare  and  how  many  such  programs  exist
worldwide?  Mot more then 100.

 that I was able to work out was an escrow arrangement whereby the
 developer placed the most current version of source code and documentation
 with a third party (e.g. a bank).  The developer owned that source code
 and I was not allowed to access it unless the developer either stopped
 doing business, stopped supporting the software, or failed to meet stated
 obligations (e.g. failed to fix a major bug in some reasonable time).  I
 have negotiated several of these agreements and not once have I had to
 exercise the escrow agreement and gain access to the software; however,
 the existance of such an agreement gave my company peace of mind.

Which type of software is it?
And HOW many Licences do you have?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-27 Thread Michelle Konzack
Am 2008-06-23 23:31:11, schrieb Dotan Cohen:
 I'd just like to pipe up that should AutoCAD or Solidworks go belly up
 and stop supporting the software, my own problems regarding the
 software will be trivial compared to the industry upheaval.

I do not know, HOW many Developers, Engineers and Enterprises are  using
AutoCad but right, if they go out of business it will have a massimpact.

It is like a Super-GAU.

GAU is german and mean Größter anzunehmender Unfall  (in  a  nuclear
reactor) or in english freely translated biggest assumeing accident.

...and there would be very much enterprises kicked ot of there business.

They have a kind of responsability and they care much more about it as a
very well known OS manufacturer from Redmond.

OH, the latest version of AutoCAD does not work with Vista. grmpf
Maybe they should switch back to DOS (Yeah, I have made  my  Diplome  on
version 9 which was the last one working under DOS, even on a  486  with
64 MB of memory) or port AutoCAD to Linux.


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Alternative for fetchmail

2008-06-27 Thread Michelle Konzack
Am 2008-06-25 00:43:35, schrieb Tero Mäntyvaara:
 What are the alternatives for fetchmail?

Telnet  :-D

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Alternative for fetchmail

2008-06-27 Thread Michelle Konzack
Salut AP,

Am 2008-06-25 13:54:37, schrieb Andrei Popescu:
 On Tue, Jun 24, 2008 at 06:12:30PM -0400, Michael Pobega wrote:
  
  Getmail is pretty good, it's a bit slower than fetchmail but it works.
 
 Did you test or is this just anecdotal evidence?

I HAVE TESTET IT not.
And it is so slow, that I have never gotten mail.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Using fax on a mobile network ?

2008-06-27 Thread Michelle Konzack
Am 2008-06-26 13:12:39, schrieb Jabka Atu:
 Hello,...
 
 Is there a way to use  hylafax-server (send/recive) using mobile phones ?
 
 I don't have a normal phone line (Bezeq ) but i have sevral mobile
 lines (pre-paid).
 How can i use those lines to send/receive faxes ? (Partner (Orange)
 mobiles).

Yes, I do not know a singel Cell-Phone whith USB/serial câble which does
not work with SENDING a FAX.  Receiving with Pre-Payed cards is generaly
not posible, because you need a second DATA number. Note, you can have
up to 3 Telephone numbers on a SIM card (depending on the provider)

OK, my Siemens S40 (using Bouygues Telecom from France) has  a  serial
cable and it is a simpel /dev/ttyS0.

My Nokia 6120 classic (using ORTEL from Germany) has a USB  cable,  it
is detected as AT-Compatibel ACM modem (i have to load the acm  kernel
module) and then I configure mgetty to use /dev/ttyACM0.

HOWEVE, as I already sayed, you can not RECEIVE  a  FAX  with  Pre-Payed
cards since NOT a singel (European) provider offer  the  FAX-Number  for
free.  If you have a 12/24 month contract, you can get for some  Euro  a
second number on the card to receive the FAXes.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-27 Thread Michelle Konzack
Am 2008-06-23 22:31:12, schrieb David Goodenough:
 Have you looked a gEDA?  Its available on Debian.

Yes, but it is NOT intuitive as programs I  have  used  in  Enterprises.
It is nearly imposible to make bigger projects  with  SIMPEL  CPUs  like
ARM or MIPS.

I am NOT talking abouth a PCB for a SuperSparc T2, an AM2 or Intel Core-
Duo which are much more complex, but I wan tonly place a main CPU,  an
Atheros 802.11a, a GSM chip like the Nexperia, an  LVDS  controller  and
some smaller stuff onto it.

Such things are easy to do if you have the place of a  Double  Euro-Card
(160x233mm)...

When I was designing my 28-Port USB 2.0 Hub which I needed to conect  my
64 Cell-Phones to my SMS-Server, gEDA was already screwing up to get  it
layout right...  since I have the need for a USB connector matrix of  at
least 3x3cm.  This is a very simpel  desing  where  I  first  place  the
connectors on the board like

USB in   +5V / 10A
+-+
|  O   0  |
| |
|  O   O   O   O   O   O   O  |  --
| |3cm
|  O   O   O   O   O   O   O  |  --
| |
|  O   O   O   O   O   O   O  |
| |
|  O   O   O   O   O   O   O  |
+-+
   |   |
3cm

and then place the first 4-Port cascade near the USBin connector and the
four other 7-Port cascades at the middle of the connector line and  then
connect each connector to the USB chip...

Hell, after nearly two weeks figureing out WHY gEDA  want  do  things  I
want I have made the PCB by Hand in less then 2 hours  on  a  A3  trans-
parent paper...  since the entreprise which build the PCBs for  me,  can
scan it directly and give me the resulting GERBER file for further use.

What I need is a PCB-Autorouter which do the routing for me!!!

I want to tell the program the pinlayout of  the  used  Microchips,  the
position of the parts and let the Computer work  for  me.  This  is  HOW
intuitive software should work, specialy for such simple tasks

I have worked with Windows grmpf software for 300 Euro which do this.

AND NO, (auf Boden aufstampf) I WILL NOT USE M$ WARE!!!  Ordre question!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: onak Documentation

2008-06-27 Thread Michelle Konzack
Am 2008-06-23 21:20:58, schrieb [EMAIL PROTECTED]:
 http://devel.debian.tamay-dogan.net/pics/extracted_gpg_keys.jpg
 That does not work for me!?

Shit... forgotten tu upload!  :-/

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: What we want from software vendors (Was: CAD software for PCB engineering and routing)

2008-06-25 Thread Michelle Konzack
Hi DC,

Am 2008-06-22 21:31:41, schrieb Dotan Cohen:
 Yes, they require the opening of an account to write to them. I
 suppose that it is similar in that many FOSS mailing lists one must
 subscribe to post: they are weeding out the spammers. End to end it
 took me about five minutes to open the account and write to them. I
 think that was a terrific investment of my time. If anyone has any
 proprietary Windows apps that they'd like to see ported to Linux, then
 mention them and I will write to the developers as well.

Hmmm... !  --  I like to see Windows Vista Ultimate ported to Linux.

Do you want to support it?  :-D

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [OT]: possible spyware?

2008-06-25 Thread Michelle Konzack
Am 2008-06-23 10:25:08, schrieb H.S.:
 Andrei Popescu wrote:
 Debian also has this enabled by default. See README.Debian file for 
 openssh-server for an explanation.
 Thanks for that pointer. I disallow it usually though. On one or two 
 machines on my home network, I have allowed this for custom auto rsync 
 based backup scripts.

I have sshd installed on ALL of my machines and they went  never  hacked
even if 100% exploited to the Internet.  As in the README.Debian writte,
disabling root access does not give any additional security...

Allow root and give it a non-guessable password for at least 16 chars.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-23 Thread Michelle Konzack
Am 2008-06-21 09:22:17, schrieb Jordi Gutiérrez Hermoso:
 I think this is rather nearsighted. Although for what I do,
 mathematics, it's easier to argue for openness of the software (a
 mathematical proof must be available and the method disclosed,

Sorry, but I habv my own Enterprise, working alone, outsourceing already
Jobs to India, Russia and Pakistan, have 4 childeren in a Internat which
cost over 3000 €/month and I must live...

I can not wait 5 or 10 years for software development.

I need the software NOW and currenly I have only 1000 € in my pocket.
Maybe I can get a credit from my bank but...

 otherwise, what kind of mathematics are we doing?), I also think it
 should be important to argue for the opennes of engineering software.
 If you buy it, I think you should also be demanding the source code.

For what?
What do you want with a sourcecode of the size of OpenOffice or bigger?
Do you have already decompressed the full sources of OpenOffice.org?

The question is WHY do you want the source code?

I do not know much peoples WHICH can do anything with it except stealing
ideas or such...

VariCAD for example...  Tell me a singel BIG FOSS of  this  quality  and
service? (including international standards like ISO, DIN or such)

This IS the reason, WHY I have bought VariCAD for 20.000 € (OK not realy
because I have bought in for a special price on the CeBit) but where  is
the FOSS which can create singel objects and then resamle it to a big
thing?

E.g.:  I build electonic Hardware for Solar- and Wind-Energie  and  then
   I constuct a haus where I use it, and since I  am  working  on  a
   project called Eco City I have not  only  one  haus  but  many.
   Then I have my BioFuel-Refinery which was designed under  VariCAD
   and is included in the design of EcoCity...  Streets are inductiv
   and cars are driving electric and are charged inductiv...

Now tell me where I can get such FOSS...

Oh, VariCAD allow me Real-Time simmulations where I can let  drive  cars
through the streets and more...

HOW do you want to provide such service with FOSS?  And why do you  want
the sourcecode for such softwre?  The Enterprise, coding and maintaining
such software invest very much money and i am talking about several 100
million Euros in development...

Do you know a FOSS, which can simulate the behaviour of a haus, tower or
a bridge in a Earth-Quake?  I have the software! - ...and payed for it.

 Unfortunately, it seems that many people in engineering backgrounds,
 with whom I frequently have to interact, are used to the idea of
 paying thousands of dollars for black boxes, whether it be for
 hardware and instrumentation or software. I think this is a recent

They do not pay for nothing...  They pay for Service and Performance

 This modern tendency to eschew source seems nearsighted because I have
 seen this come back to haunt engineers. More than once, I've seen
 their black boxes malfunction on them, the only people with the
 ability to fix them have left the company or are out of business, and

But such things do not happen to programs like VariCAD  or  professionel
PCB layouting which cost several 10.000 €.

 then they come to us with interesting mathematics of inverse problems
 (I have the output of this black box, how can we figure out what's
 inside?). I feel so frustrated with this, because if only they had
 requested for source and documentation when they bought it, something
 that apparently never even crossed their minds, then their newfound
 problems would be trivial.

And then?

They have the Sourcecode change the name and sell it in  there  name?  I
think, OSS or CSS, depends on the  Type of Software  and  the  Service
behind.

 This is my strongest argument for openness with engineering software,
 from a personal perspective. Duplication of efforts, with many
 companies implementing the same or similar software in their own
 secret ways (NIH syndrome) is another silly thing that happens behind
 copyright laws and non-disclosure agreements and something that
 software freedom can reduce or eliminate.

WHY do you think it is silly?  Developing such software  cost  money  in
recherches and services...  Why do you want it for  free?  I  call  such
peoples suckers...

 I do not know much about PCB software or to what extent these
 arguments apply to your own situation, but my guess is that they also
 do and that having source and the freedoms that come with it would
 also be hugely beneficial and a good long-term strategy.

But again, WHAT DO YOU WANT with a sourcecode where the developers  have
invested millions of €?

Note:   I have ask MANY peoples about WHY THEY WANT THE SOURCE CODE and
there was not a singel one, which has respond suitable...

The argument I want to improve the software does  not  count,
since no one could tell me what to improve on VariCAD.


Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V

GPG Key-Server setup

2008-06-23 Thread Michelle Konzack
Hello,

last weekend I have again created a  Debian  Package  for  my  customers
which correct the user settings in gnupg (keysever) on  all  FileServers
(nfs:/home) because the previosly kesever does not more exist... grmpf

ON, now I want to know, HOW  to  install  my  own  Key-Server  which  is
exclusively availlable for my customers  (~530  but  over  140.000 USER)
which should be always Up-To-Date and availlable (Downtime nearly ZERO).

I think, the Harware could  be  a  Singel-Opteron  with  300 GByte  SCSI
Raid-1 (is not so expensive).

But, what server do I need and what is the real diskspace I need?

Note:   My ~/.gnupg/pubring.gpg is arround 136 MByte in size
and has stored 17326 Keys.  If I extract all of them,
I get a Diskspace of 187 MByte.
http://devel.debian.tamay-dogan.net/pics/extracted_gpg_keys.jpg

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-23 Thread Michelle Konzack
Am 2008-06-20 23:57:27, schrieb Dotan Cohen:
 I was speaking in the general sense. Even if the company in question
 cannot produce a 'today' solution, Michelle and others will benefit
 from a 'next version' solution. The narrow-view of it won't be now so
 why bother is exactly the reason that we are using an OS with 15
 years of solid development in the kernel, yet relatively few
 professional-grade third-party (non FSA || GNU) applications
 available.

The Software I like to use is ALready under Linux...  And it works with
Debian, BUT currently I have NOT THE MONEY to spend 8000 Euro for  such
program which can do a little bit more then the design for a ARM,  MIPS
or 8050/51 compatible  High-Speed  Controller.  Such  CPUs/µControllers
are absolutly genial in design and the PCBs are easy to build.

My timeframe is to small and my money to less (1000€)

I need a solution which can help ne NOW to build the PCBs for

1)  24V DC Modular ATX PSU  (DS87C...)
2)  High-Performance Solarcharger   (AM91SAM)
3)  Modular Pb-Gel Batterie Charger/Distributor (AM91SAM)
4)  Industrial Table-PC (ARM1176JZF-S with 600MHz + PNX6712 + 
AR1511 + AR5413)
5)  Low-Energie Workstation (MIPS64 with 800 MHz).

So, no big things, but the Job must be done...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: onak Documentation

2008-06-23 Thread Michelle Konzack
Hello Rhodo,

I have ask for some hours about installing a  GPG   Key-Sever  and  your
message gaved me the name...  :-)

Am 2008-06-21 16:19:36, schrieb rhododendronbusch:
 Hello!
 
 I recently found onak[1] in the Debian-Repositories[2]. I'm looking for 
 a small howto or even documentation about it. Can anyone point me to one?
 
 Is there a way to restrict access to a (own) keyserver? So only a small 
 group of persons have access to it?

The best way is, not to make it public...  It seems, Key-Sever  can  not
be resticted by Passwords or such.  I want to install a private one  for
my arround 530 customers with over 140.000 users.

The only two things I do not know currently are:

1)  How to sync a private Key-Sever with the public ones
2)  How many disk space do I need...

Hmmm, for comparing my ~/.gnupg/pubring.gpg is arround 136 MByte in size
and has stored 17326 Keys.  If I extract all of them, I get a disk space
usage of 187 MByte which mean, 1mio Keys consume  10 GByte  disk  space.
http://devel.debian.tamay-dogan.net/pics/extracted_gpg_keys.jpg

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-23 Thread Michelle Konzack
Am 2008-06-21 10:50:32, schrieb Dotan Cohen:
 2008/6/21 Jordi Gutiérrez Hermoso [EMAIL PROTECTED]:
  On 20/06/2008, Dotan Cohen [EMAIL PROTECTED] wrote:
   Motivate the people that you know to let the software houses know that
   we want their software.
 
  And we want it with freedom.
 
 
 Write to them and tell them that if that is what is important to you.
 I personally would be satisfied paying thousands of dollars for
 Solidworks and not having access to the source code so long as it runs
 on my OS. But if you demand more, than by all means let them know.
 Here is the solidworks contact form:
 http://www.solidworks.com/pages/company/SolidWorksOfficeWorldwide.html
 Note that writing to them requires registration.
 
 Michelle, what is the name of the PCB design software that you prefer
 in Windows? I will look for their address and we will both write to
 them.

Not Windows...  The software I use is a 20 years old DOS  program  which
support Double sided and Double Layer.  I had payed over  6000  Deutsche
Mark for it and was running on a Am5x86-133ADZ (486-Overdrive  CPU)  and
run in a Dos-Box under Fvwm.  Unfortunately it does not support the  new
Chip-Designs like BGA or chips with a Pin-Width of 0,4mm.  :-(

Again:  The sofware I need EXIST for Linux, but like VariCAD, such
software cost REAL money.  They provide support, you  will
never get from a FOSS project.

I am looking for a small intuitiv ${SOFTWARE} to build  PCBs
for ARM and MIPS64 CPUs plus 8051  based  High-Speed  Micro-
Controller.  I need per Chip templates (must allow to  place
important resistors, capacitors = recommended Design by Chip
manufacturer) and an autorouter.

And of course, must run under GNU/Linux and does  not  screw
up, if the Workstation is a VIA EPIA LN1EAG  with  1 GHz
and only 1 GByte  memory.  (the  workstation  consumes  only
14 Watt including a 120 GByte 25 SATA drive)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[Semi-SOLVED] GPG Key-Server setup

2008-06-23 Thread Michelle Konzack
Shit...

While I was continue to read the message sin my mailfolder debian-user
I found the answer in another message:  onak

Stay only, how do I sync my Key-Sever with the ublic ones and  how  much
disk space do I need=?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-23 Thread Michelle Konzack
Am 2008-06-21 18:39:19, schrieb Michal R. Hoffmann:
 Michelle,
 
 I may be talking rubbish, but I remembered there was a PCB layout design 
 tool called Eagle; it was German but I think it had also English 
 interface. It worked both in MS Windows and in Linux environment. Not 
 sure if this is what you need. I googled their webpage out: 
 http://www.cadsoft.de/
 Does it help a bit?

Hmm I do not know currently I will contact them and if they have a  free
demo or such...  Of course, if it is suitable for  relative  simpel  ARM
and MIPS64 Layouts I will let you know...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Configuration problem with Merlin U630 and Amena

2008-06-21 Thread Michelle Konzack
Am 2008-06-19 11:29:33, schrieb Agustin Martin:
 No sé si te has dado cuenta de que pide (en el idioma que puede) información
 sobre conexión con una compañía española de telefonía móvil, Amena (que
 ahora es Orange). Me parece que la petición es razonable y la lista adecuada,
 al igual que lo hubiera sido si se refiriera a una compañía argentina, ...,
 aunque es cierto que es difícil saberlo fuera de España.

It is NOT a problem with the language but with Amena.  I have  already
ontacted Orange but the do not want to help me since I am not  one  of
there customers...  The configuration  from  Bougues Telecom  (FR)  or
O2 (DE) does not work with Amena.  I had the same problem  with  the
turkish provider Turkcell which reqiore a  special  parameter  in  the
chatscript.

 No creo que en las listas alemanas le puedan ayudar mucho, en las francesas
 tal vez ya que ahora Amena es Orange, pero también es posible que no sea
 útil porque se sigan manteniéndose peculiaridades de Amena.

Note:   Sorry that I write in english, but I have problems to WRITE
spanish.  However, I can read it.

Note 2: I am one of those peoples speaking, reading and writing more
languages (42) as 99.99% of the peoples worldwide.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-21 Thread Michelle Konzack
Am 2008-06-20 10:56:21, schrieb [EMAIL PROTECTED]:
 Michelle
 Yes I assume your reference to PCBs was Printed Circuit Boards (yes?).  If
 so I have another approach, a hybrid solution used by many small to
 medium size companies, especially those that don't do PCB layout on a
 regular basis and/or do not do the actual PCB fabrication.  Contact a PCB
 company that does board layout and fabrication to do just the layout part
 (this is the most labor-intensive part of the process).  Tell them you
 wish to do the schematic capture part and they will likely furnish you (or
 allow access to) their PCB software.  In this manner you can do the
 capture (and design rules check and perhaps simulation, each of which is
 usually built-in to the capture package) and they can do the layout and
 fabrication.
 Larry

This is no option for me...
Costs much money and is NOT flexible enough.

Also I have already bought the Auyoue 720 InfraRed Wellding System
which is a reworkstation but now I am looking for used Auyoue 9000.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-21 Thread Michelle Konzack
Hi Al Davis.

Am 2008-06-18 18:22:48, schrieb al davis:
 Sorry if I sound overbearing here ..  I am working on a project 
 (very close to geda) which is now half working and realize 
 how little things like this impact progress on a project.

For PCB-Layout?  If posible let me know about it.

Note 1: When I had more money as now, I had already sponsored
some Projects with a little bit bigger sum since the
commercial software was incompatibel with my needs...

Note 2: I am owning professionel software for a value of over
100.000€ and I need it sinnce for example VariCad, you
can design a Truck or a Haus and then you can put it
in ind simulator...  There is no FOSS which can beat
this.  Also I am constructing a WHOLE EcoCity with
VariCad and now I need a PCB layout program but for
less then 1000€ since I have finacial problems...
(Get money for the project)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Configuration problem with Merlin U630 and Amena

2008-06-20 Thread Michelle Konzack
Buenas Notche Carlos,

Am 2008-06-18 13:21:10, schrieb Carlos Antelo:
 Spanish only.
 Check:
 http://lists.debian.org/debian-user-german/ (german)

Oh yes configuring O2, e-Plus, Vodafone, T-Mobile

 http://lists.debian.org/debian-user/ (english)

Other american/english and intl. GSM-Providers

 http://lists.debian.org/debian-user-french/ (french)

Hmmm, Bougues Telecon, SFT, Orange.

How can they help me configuring my Debian Box to use with Amena?

Amena is a Spanish GSM-Provider!!

I am woking in Badajoz/Extremadura guy, but currently I am back
in Strasbourg since I have some other customers too!!!

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: CAD software for PCB engineering and routing

2008-06-20 Thread Michelle Konzack
Hello Larry,

Am 2008-06-18 11:35:04, schrieb [EMAIL PROTECTED]:
 Michelle
 My (no defunct) company went through a similar search as you.  What we
 found was some very good and very expensive software, primarily ported to
 Suns, and some reasonably good and reasonably inexpensive software,
 unfortunately ported to XP.  Perhaps others can suggest something that
 combines the XP-like cost with (some of the) UNIX-like features.  Due to
 cost reasons we ended up with the XP stuff.  Hope you find something that
 matches your needs.
 Larry

My VariCAD is runnin on Debian and there is nothing which beat it.
Handling, Usability, Performance and Price SIGH  20.000 Euro.

Do you mean a Layout-Software for PCBs?
What expensive and less expensive was it?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Configuration problem with Merlin U630 and Amena

2008-06-18 Thread Michelle Konzack
Uups...  faux list...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


<    1   2   3   4   5   6   7   8   9   10   >