Re: Debian booting into initramfs shell

2019-01-09 Thread Michael Wagner
On Jan 09, 2019 at 16:56:05, Thomas Schweikle wrote:
> On 09.01.2019 14:00, songbird wrote:
> > Thomas Schweikle wrote:
> >>
> >> Since latest upgrades debian boots into initramfs shell:
> >>
> >> Gave up Waiting for suspend/resum device
> >> Gave up waiting for root file system device. Gommon problems:
> >> ...
> >>
> >> ALERT! UUID=c92b... does not exist.
> >> Dropping to a shell!
> >>
> >> Looking at devices, none exist: /dev/sda* are all missing.
> >> Looking at loaded drivers/modules: all required are loaded.
> >>
> >> Booting into rescue mode with the very same kernel/initrd works:
> >> devices are there, modules are loaded, file systems are accessible.
> >>
> >> Any idea how to solve this problem, when none of the kernels available
> >> boots into multiuser? And only the rescue system is working?
> > 
> >   Debian stable, testing or unstable or ?
> > and what hardware setup?
> 
> testing, then checked unstable -- same.
> stable does work as expected.

Look here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908796

Hth Michael

-- 
Procrastination: The art of keeping up with yesterday.


signature.asc
Description: PGP signature


Re: Using mercurial with kdevelop

2019-01-09 Thread Michael Wagner
On Jan 09, 2019 at 15:06:57, Sébastien Kalt wrote:
 
> I'm trying KDevelop, and I'd like to use mercurial directly from KDevelop.
> 
> It seems to be possible, as said here : https://www.kdevelop.org/features
> 
> There's a small * explaining "Items marked with * might require an extra
> package to be installed on a Linux system. On Windows and in the Linux 
> AppImage
> we provide, they are included and enabled by default."
> 
> Ok, I need an extra package, but where do I get it and how do I install it ?

Hello Sébastien,

I don't use kdevelop neither mercurial, but google gave me this

https://github.com/KDE/kdev-mercurial

Hth Michael

-- 
Russian Express Card motto: Don't leave home!


signature.asc
Description: PGP signature


Re: issues with stretch, part 1 of many

2018-11-29 Thread Michael Wagner
On Nov 27, 2018 at 20:02:19, Étienne Mollier wrote:
> 
> According to my experience, when ssh-agent is started, it is
> ready store passphrase and decipher the private key.  However,
> it doesn't do this automatically when I type my passphrase at
> a connection attempt.
> 
> Before issuing any SSH connection, I run ssh-add and type my
> passphrase.  Afterwards, I can connect to any machine accepting
> my key.  I'm not exactly sure this is the right way to do it in
> terms of security, but it does the job in terms of convenience.
> :^)

Hello Étienne,

I put this in my .bashrc


if [ ! -S ~/.ssh/ssh_auth_sock ]; then
  eval $(ssh-agent -t 43200)
  ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock
fi
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
ssh-add -l | grep "The agent has no identities" && /usr/bin/ssh-add
---

So every time I login the first time, or when the last ssh-add command 
is older than 12h, I'll be asked for the passphrase of the key. 

Michael



signature.asc
Description: PGP signature


Re: how to backup to an encrypted usb drive?

2018-11-14 Thread Michael Wagner
On Nov 14, 2018 at 12:18:47, Lee wrote:
> On 11/14/18, Jonathan Dowland  wrote:
> 
> > I'd recommend
> > taking a look at rsync for performing the copy.
> 
> I've used rsync at work.  It was fast & good enuf for keeping my files
> on different machines consistent but I never figured out how to sync
> everything except   eg. backing up
> ~/.cache seems like a waste of time & disk space.

Hello Lee,

look at the options --exclude and --exclude-from in the manpage. It's 
easy to exclude files or directories with rsync.

Hth Michael

-- 
BOFH excuse #284:

Electrons on a bender


signature.asc
Description: PGP signature


Re: dovecot, openssl, TLS1.0

2018-11-06 Thread Michael Wagner
On Nov 06, 2018 at 16:43:57, Brad Rogers wrote:
> On Tue, 6 Nov 2018 15:15:48 + Jan Foniok  wrote:
> >Is there a package that needs to be installed for that to happen?
> 
> I believe that exim is installed (at least in part) for this.
> >
> >On my postfix installation there is no sysadmin alias (there is system,
> 
> I didn't mean sysadmin literally.  I meant it as in "whoever has the
> role of sysadmin".  Usually root, IIRC.  I know I changed it on my
> system to have the mail sent to my username.  That was nearly ten years
> ago, and I cannot remember what I did to change it.  I do know it wasn't
> too difficult, though(0).

You must change /etc/aliases, when an MTA is installed.

Hth Michael

-- 
If Murphy's Law can go wrong, it will.



Re: Impossible to migrate to buster

2018-10-20 Thread Michael Wagner
On Oct 20, 2018 at 09:26:14, Brian wrote:
> On Sat 20 Oct 2018 at 10:02:40 +0200, Pierre Couderc wrote:
> 
> [...]
> 
> > root@server:~# apt upgrade
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Calculating upgrade... Done
> 
> [...]
> 
> > 295 upgraded, 61 newly installed, 0 to remove and 0 not upgraded.
> > Need to get 182 MB of archives.
> > After this operation, 417 MB of additional disk space will be used.
> > Do you want to continue? [Y/n] Abort.
> > root@server:~#
> > 
> > The upgrade is aborted without I have keyed anything !!!
> > 
> > What am I missing ?
> 
> I've really no idea what is going on here, but try
> 
> apt -y upgrade.

I would first upgrade apt and dpkg.

$apt install apt dpkg

Just my 2¢
Michael

-- 
Spock, you are such a putz!


signature.asc
Description: PGP signature


Re: unable to install nginx-full package

2018-09-20 Thread Michael Wagner
On Sep 19, 2018 at 23:10:21, kamaraju kusumanchi wrote:
> 
> Good to know. Can you tell me how to disable apache 2 but have nginx start 
> when
> I start the system?
> 

systemctl disable apache2.service
systemctl enable nginx.service

must do the trick.

Hth Michael

-- 
Those who can, do. Those who can't, supervise!


signature.asc
Description: PGP signature


Re: Is there a log file of ...?

2018-09-08 Thread Michael Wagner
On Sep 08, 2018 at 18:12:02, to...@tuxteam.de wrote:
> On Sat, Sep 08, 2018 at 05:55:57PM +0200, Michael Wagner wrote:
> > On Sep 08, 2018 at 15:29:44, to...@tuxteam.de wrote:
> > > And while we're at it, CTRL-R and start typing a substring of
> > > the past command you're looking for: the more letters you have,
> > > the more specific the match becomes (also called "reverse
> > > incremental search").
> > > 
> > > Takes a bit to get used to, but is... magic.
> > > 
> > > I'm surprised it is so little known.
> > 
> > This is one of the first things I set when installing a new Debian.
> > But you must set it explicitly in /etc/inputrc systemwide or in your 
> > ~/.inputrc. I don't how this behaviour is in other distris.
> 
> Hm. I have no .inputrc. I have the impression that on my box
> it is the default (Debian stretch, but it seems to have been
> default for a long time).
> 
> Wait a minute! I've a minimal schroot installation around...
> yes, it seems to be default behaviour.

You are right. I mixed it up with 

# alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward

to search after you hit CTRL-R and type the beginnning of the command 
you search for.

Michael

-- 
Lesser artists borrow. Great artists steal.


signature.asc
Description: PGP signature


Re: Is there a log file of ...?

2018-09-08 Thread Michael Wagner
On Sep 08, 2018 at 15:29:44, to...@tuxteam.de wrote:
> And while we're at it, CTRL-R and start typing a substring of
> the past command you're looking for: the more letters you have,
> the more specific the match becomes (also called "reverse
> incremental search").
> 
> Takes a bit to get used to, but is... magic.
> 
> I'm surprised it is so little known.

This is one of the first things I set when installing a new Debian.
But you must set it explicitly in /etc/inputrc systemwide or in your 
~/.inputrc. I don't how this behaviour is in other distris.

Just my 2¢
Michael

-- 
BOFH excuse #419:
Repeated reboots of the system failed to solve problem


signature.asc
Description: PGP signature


Re: Hrdware question

2018-08-12 Thread Michael Wagner
On Aug 12, 2018 at 20:01:08, Pascal Hambourg wrote:
> Le 11/08/2018 à 22:50, David Christensen a écrit :
> > 
> > 3.  Do a fresh install of Debian onto the SSD.  Partition manually,
> > creating three primary partitions: /boot (1 GB), swap (1 GB), and root (10
> > GB).
> 
> Mind to explain why should /boot be on a separate partition ?
> 

Hello Pascal,

when you have /boot on a seperate partition, you can mount it read-only 
and only when kernel updates arrives, you mount it read-write.

Michael

-- 
If you have to ask what jazz is, you'll never know.


signature.asc
Description: PGP signature


Re: Gimp broken in Debian Sid?

2018-07-06 Thread Michael Wagner
On Jul 06, 2018 um 07:58:41, Thierry Rascle wrote:
> I'm using Debian Sid. Gimp does not seem to work any more (the user
> interface does not show up). I've tried in Xmonad and in Openbox.
> 
> I have no idea what causes this. I don't see any error message.
> 
> Does anyone else have the same problem ?
> 
Hello Thierry,

I'm using Debian Testing with gimp 2.10.2-1 from unstable and it works.

Michael


signature.asc
Description: PGP signature


Re: Editing a piped in stream?

2018-07-06 Thread Michael Wagner
On Jul 06, 2018 um 11:17:56, Richard Owlett wrote:
> Subject line is poorly phrased.
> While working on a problem {solved by a different approach} I had:
>ls -l /dev/disk/by-label/ | cut -f 10,12 -d ' ' data.txt
> I would then manually edit data.txt by replacing the space character between
> the two fields with a tab.
> 
> I suspect I should be able to do:
>ls -l /dev/disk/by-label/ | cut -f 10,12 -d ' ' | *something* >
> prettydata.txt
> 
> I searched for examples/tutorials found that it should be conceptually
> possible. However the examples I found were processing streams I didn't
> understand.

Hello Richard,

one way is to do it with sed:

ls -l /dev/disk/by-label/|cut -f 10,12 -d ' '|sed 's/ /\t/g'>prettydata.txt

Hth Michael



signature.asc
Description: PGP signature


Re: Help with setting Debian Testinf

2018-07-04 Thread Michael Wagner
On Jul 04, 2018 um 17:32:49, Zenaan Harkness wrote:
> "testing" does not have security updates, so you will need to comment
> out all your security lines... if you need security updates, use
> stable.

https://wiki.debian.org/Status/Testing

Thus, there is security support for testing, but in general it cannot be 
expected to be of the same quality as for stable:

  • Updates for testing-security usually get less testing than updates 
for stable-security.
  • Updates for embargoed issues take longer because the testing 
security team does not have access to embargoed information.
  • Testing is changing all the time which increases the likelyhood of 
problems with the build infrastructure. Such problems can delay 
security updates in testing.

In order to have a secure testing installation, you must run apt-get 
update && apt-get dist-upgrade to update your system on a regular basis 
and have the following in your SourcesList:

  • deb http://security.debian.org testing/updates main contrib non-free
  • deb-src http://security.debian.org testing/updates main contrib non-free

Just my 2¢
Michael



signature.asc
Description: PGP signature


Re: xdg-email config

2018-06-11 Thread Michael Wagner
On Jun 11, 2018 um 16:02:13, Pierre Frenkiel wrote:
> On Mon, 11 Jun 2018, Curt wrote:
> 
> > You need to create a desktop file if one doesn't exist for your preferred
> > application.
> 
>thank you for your answer. I tried to create alpine.desktop
>from thunderbird.desktop, but it seems that it's content is not so good:
>instead of openning alpine, I get a browser screen.
>Where can I find a template for alpine.desktop, or at least a decription
>of the content of a .desktop file?

Hello Pierre,

I found this on the german ubuntu page:

https://wiki.ubuntuusers.de/Alpine/

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Alpine
GenericName=mail client
Comment=read and write mail
Comment[de]=Emails lesen und schreiben
Exec=/usr/bin/alpine
Icon=/usr/share/icons/Humanity/apps/48/evolution.svg
Terminal=true
Type=Application

Hth Michael



signature.asc
Description: PGP signature


Re: What happened to xpdf in testing?

2009-12-22 Thread Michael Wagner
* Robert Latest boblat...@googlemail.com 15.12.2009

 I've searched the Net up and down but had to realize in puzzlement
 that I seem to be the only one with this problem. After an upgrade
 from stable to testing I found that xpdf had gone. Sure enough, the
 
 OK, but where is the xpdf program now? The only thing with xpdf in
 its name is some virtual package called xpdf-utils which is provided
 by poppler-utils which doesn't contain xpdf.

Hello Robert,

it's now in the package 'xpdf-reader'. Also a suggestion is 'epdfview', 
which behaves like 'evince', but it's smaller.

Package: epdfview
Priority: optional
Section: x11
Version: 0.1.7-2
Provides: pdf-viewer
Description: Lightweight pdf viewer based on poppler libs
 The aim of ePDFView is to make a simple PDF document viewer, in the lines of
 Evince but without using the GNOME libraries.
Homepage: http://trac.emma-soft.com/epdfview/

Hth Michael

-- 
Opportunity is missed by most people because it is 
dressed in overal looks like work.-- Thomas A. Edison


signature.asc
Description: Digital signature


Re: regexp: anything but |

2009-12-11 Thread Michael Wagner
* lee l...@yun.yagibdah.de 09.12.2009

 start of line anything pipe anything but pipe -[-0] pipe
 should match above line. But why does it match

Hello lee,

look at the program 'txt2regex'. With it you can define a regex for some 
programs like sed, vim, grep etc. It's not perfect, but you always get 
the idea.

Package: txt2regex
Section: utils
Version: 0.8-3
Depends: bash ( 2.04)
Description: A Regular Expression wizard, all written with bash2 
builtins
 ^txt2regex$ is a Regular Expression wizard, all written with bash2
 builtins, that converts human sentences to RegExs. With a simple
 interface, you just answer to questions and build your own RegEx for a
 large variety of programs, like awk, emacs, grep, perl, php, procmail,
 python, sed and vim. There are more than 20 supported programs.

Hth Michael

-- 
I don't use drugs, my dreams are frightening enough.
  M.C. Escher


signature.asc
Description: Digital signature


Re: how to renew a security certificate?

2009-11-30 Thread Michael Wagner
* Nick Douma n.do...@nekoconeko.nl 28.11.2009
 Florian Weimer wrote:
  * Boyd Stephen Smith, Jr.:
  
  Who set up the dovecot installtion?  Dovecot doesn't use a certificate by 
  default, so the person that generated the cert and got it signed would be 
  the 
  best source of information on the cert.
  
  dovecot-common's postinst in etch automatically generates a
  certificate which is valid for one year.  Not sure about lenny.
 
 Pretty sure lenny does it as well. I run lenny on my server with with
 IMAPS and I don't recall creating a certificate.

And when the certificate is after one year no more valid, it's simple to 
generate a new one. From /usr/share/doc/dovecot.common/README.Debian:

How to regenerate your self-signed SSL certificate
--

In order to regenerate the self-signed SSL certificate for dovecot, you 
have to remove both the old certificate and the old key, and then 
reconfigure the package dovecot-common.

For example, in a standard installation:

# rm /etc/ssl/certs/dovecot.pem /etc/ssl/private/dovecot.pem
# dpkg-reconfigure dovecot-common

Or one can generate a certificate with openssl by himself:

openssl req -new -x509 -days 3650 -nodes -out /etc/ssl/certs/dovecot.pem \
-keyout /etc/ssl/private/dovecot.pem

The command above gives you a certificate which is valid for 10 years.

Hth Michael

-- 
Death is just God's way of dropping carrier.


signature.asc
Description: Digital signature


Re: Unstable, LVM and Grub2: error: you need to load the kernel first

2009-11-30 Thread Michael Wagner
* Johannes Graumann johannes_graum...@web.de 30.11.2009
 
 A recent update of both my home machines running sid pulled in an update of 
 grub2. Now both machines are stuck with the grub menu showing up fine, but 
 no matter which kernel I choose, I always end up with this error:
 
 error: you need to load the kernel first
 
 Does anyone here have an idea what might be going wrong and how to fix it? 

Hello Johannes,

at the moment 'grub-pc' is broken in sid. When you have a separate /boot 
partition, the package generates a wrong '/boot/grub/grub.cfg'. Look at 
the BTS for bug #558042. There is also the workaround for the problem.

Hth Michael

-- 
Honey, PLEASE don't pick up the p...@#*$^(#@$^%(*NO CARRIER


signature.asc
Description: Digital signature


Re: asterisk-1.6.2 broken on debian squeeze

2009-11-15 Thread Michael Wagner
* Rustam Kovhaev rkovh...@gmail.com 15.11.2009
 when I try to aptitude asterisk, it tells me that
 package asterisk is Broken
 
 aptitude install asterisk
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Reading extended state information
 Initializing package states... Done
 Reading task descriptions... Done
 The following packages are BROKEN:
   asterisk
 The following NEW packages will be installed:
   asterisk-config{a} asterisk-sounds-main{a} cvs{a} dahdi{a} dahdi-linux{a}
   debhelper{a} freetds-common{a} fxload{a} gettext{a} html2text{a}
   intltool-debian{a} libc-client2007b{a} libfile-copy-recursive-perl{a}
   libgmime-2.0-2a{a} libiksemel3{a} libmail-sendmail-perl{a} libperl5.10{a}
   libpri1.4{a} libradiusclient-ng2{a} libsnmp-base{a} libsnmp15{a}
   libspandsp1{a} libspeexdsp1{a} libsqlite0{a} libss7-1{a} libsybdb5{a}
   libsys-hostname-long-perl{a} libtonezone2.0{a} libvpb0{a} mlock{a}
   module-assistant{a} po-debconf{a} update-inetd{a} vpb-driver-source{a}
 0 packages upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
 Need to get 17.8MB of archives. After unpacking 43.9MB will be used.
 The following packages have unmet dependencies:
   asterisk: Depends: libopenais2 (= 0.83) which is a virtual package.
 The following actions will resolve these dependencies:
 
 Keep the following packages at their current version:
 asterisk [Not Installed]
 
 Leave the following dependencies unresolved:
 asterisk-config recommends asterisk
 asterisk-sounds-main recommends asterisk
 Score is -10281
 
 Accept this solution? [Y/n/q/?] q

Hello Rustam,

the package 'libopenais2' exists only in the stable archiv. So put the
lines for stable in your /etc/apt/sources.list and try to install again.
And if you have problems like the above one, you can always try another
solution from aptitude. Don't hit 'q', but hit the 'n' key and aptitude
will suggest you another solution.

Hth Michael

PS: Please don't top post.

-- 
I don't use drugs, my dreams are frightening enough.
  M.C. Escher


signature.asc
Description: Digital signature


Re: weird networking issue on lenny!

2009-11-11 Thread Michael Wagner
* Tom H tomh0...@gmail.com 11.11.2009
 
[snipped 260 lines]

 Network Manager must be the culprit.

You have quoted 260 lines and your answer was one sentence still at the
end of the mail. Next time quote only the things which are necessary
for someone else, who read your mail at google for example.

Thx Michael

-- 
Before I trust my Fate to thee, Or place my hand in thine, 
 Before I let thy Future give color and form to mine, 
 Before I peril all for thee, Quesion thy soul to-night for me 


signature.asc
Description: Digital signature


Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Michael Wagner
* stephen...@yahoo.com stephen...@yahoo.com 30.10.2009
 
 At the moment I have to start an xterm and explicitly type 'pon' 
 before I can use any internet-based programs such as iceweasel or even 
 ping.  My question is, is there any way I can get iceweasel (or ping) 
 to cause a GUI dialog to appear, asking me if I want to establish the 
 ADSL connection, if it is not up?  (In other words, the way it works 
 in Windows?)  Said GUI dialog would preferably work on top of kfce, 
 which I like.
 
 I HAVE tried adding the line 'demand' to my /etc/ppp/peers/provider 
 file.  After doing that if I run pon and then plog -f, I can see 
 messages up to the point where it tells me the local and remote IP 
 addresses, with nothing after that - presumably because pppd is 
 waiting for some 'demand' before it connects.  However, when I then 
 try iceweasel, it still says 'site not found' and and nothing more 
 appears in the plog -f output.  Similarly, when I try ping, it still 
 says unknown host.

Hello Stephen,

I have these lines at the top of my /etc/ppp/peers/provider

connect /bin/true
demand
idle 180
.
.

Hth Michael

-- 
Check it out, send me comments, and dance joyously in the streets,
-- Linus Torvalds announcing 2.0.27


signature.asc
Description: Digital signature


Re: tasksel problems

2009-10-12 Thread Michael Wagner
* Matthew Smith m...@smiffytech.com 12.10.2009
 Quoth Matthew Smith at 2009-10-12 12:29...
  So, how do I get the nice tasksel menu (with all the options) that I get
  when booted from netinst?  (I won't even ask why the mirrors won't work
  when they did 5 days ago when I did the original install.)
 
 It would be really nice if the installer (we're talking netinst here)
 asked if I want to set up the network using DHCP or not.  DHCP here is a
 pain and a last resort.  I've now found the best thing to do if one does
 NOT want DHCP configuration when it's available is to pull out the
 network cable until it allows you to do manual configuration.  (I have
 now done this and things are proceeding smoothly.)
 
 * Netinst should give the option for manual network configuration
 WITHOUT having to pull the cable. If there is such an option, it's
 well-hidden.

Hello Matthew,

when you boot your install cd you can choose 'Expert installation'. Then 
you have much more interventions in the install process. Your question 
about DHCP can you solve with a bootoption. Press F1 for all the 
possibilities of bootoptions.

Hth Michael

-- 
Having more money does not insure happiness. People with ten million
dollars are no happier than people with nine million dollars.
-Hobart Brown


signature.asc
Description: Digital signature


Re: SOLVED! was Re: Further to fast booting for a debian system - changing getty to rungetty

2009-10-09 Thread Michael Wagner
* Lisi lisi.re...@gmail.com 09.10.2009
 For the archive this is how I did it:
 
 install rungetty
 
 edit inittab:
   change getty to rungetty and remove baud rate
   to the tty1 line, add 1 and --autologin like so:
 1:12345:respawn:/sbin/rungetty tty1 --autologin user
 
 edit ~/.bash_profile (if it doesn't exist, create it)
   add startx (without the quotation marks)
 
 For me, that was it.  I only have one window manager on the system.  READ the 
 others for the rest!  (Kevin Ross for what to do if you have more than one 
 wm.)

Hello Lisi,

much work for such an easy task. 'rungetty' is in my opinion good for 
autologin in the console. For the autostart of a user straight into the 
windowmanager you can manage it for example with 'gdm = GNOME Display 
Manager'. In his settings you can specify one user for autologin.

Just my 2¢
Michael

-- 
Success without honor is an unseasoned dish; it will satisfy your 
hunger, but it won't taste good.
--Joe Paterno


signature.asc
Description: Digital signature


Re: Setting CPU fan seed

2009-09-29 Thread Michael Wagner
* Hashimoto xano@gmail.com 29.09.2009
 Ok, I installed them, and what should I do now?
 
 debian-lap:~# dpkg -l | grep cpufreq
 ii  cpufreqd  2.3.3-4   
 fully configurable daemon for dynamic frequency and vol
 ii  cpufrequtils  004-2 
 utilities to deal with the cpufreq Linux kernel feature
 ii  libcpufreq0   004-2 
 shared library to deal with the cpufreq Linux kernel fe
 
Hello Hashimoto,

look here:

http://changelog.complete.org/posts/572-Saving-Power-with-CPU-Frequency-Scaling.html

It's a good starting for CPU-Frequency-Scaling. After reading this site, 
everything works like a charm here.

Hth Michael

-- 
The significant problems we face cannot be solved at the 
 same level of thinking we were at when we created them.
 -Albert Einstein


signature.asc
Description: Digital signature


Re: Tools for users to easily switch between several defined network configs.

2009-09-22 Thread Michael Wagner
* Ryan Braun the.truck...@gmail.com 22.09.2009
Hey guys,� I'm looking for a tool that could easily allow users to switch
between several static network configs and even a ppp connection.�
Basically a laptop travelling to several different sites that we don't
want to setup with dhcp.� I would rather have the user select the site
specifically.� We are running a combination of etch/lenny with only kde as
the desktop environment.
 
I've just started to play with network-manager-kde,� but I'm not sure how
to define other wired networks,� it just wants to find a dhcp server and
auto config with that.� In a perfect world,� I would be able to define
several networks,� have the user click on the network manager applet and
select the appropriate network they would like to connect with.

Hello Ryan,

look at 'guessnet'

Package: guessnet
Description: Guess which LAN a network device is connected to
 Guessnet is a non-aggressive network detection tool to use when moving
 a machine among networks which don't necessarily provide DHCP.
 .
 Guessnet takes in input a list of candidate network profiles,
 each of which includes a test description; then it runs all
 the tests in parallel and prints the name of the profile whose
 test was the first one to succeed.
 .
 Available tests are:
  * ARP probes to check for known hosts in the network
  * link beat check, to check if the interface is connected to anything
  * Wireless lan checks, to look for access points found by waproamd
  * PPPOE check to see if there is a concentrator accessible via PPPOE
  * Checks provided by custom arbitrary scripts.
  .
 Guessnet can be used in either native mode or ifupdown mode.
 In the latter case guessnet integrates nicely with ifupdown
 as a mapping script.
Enhances: ifupdown

Hth Michael

-- 
Mother said that there would be days like this,
 -but she never said there would be so many!


signature.asc
Description: Digital signature


Re: install problem

2009-09-16 Thread Michael Wagner
* Jan Willem Stumpel jstum...@planet.nl 16.09.2009
 
 I just bought a netbook which has no CDROM drive, but which can
 boot from a USB stick. I could dd an Ubuntu image to the stick and
 then boot from it. But I prefer just plain old Debian.
 
 I found (through the Debian home page) an image called
 debian-503-i386-netinst.iso. I dd'd it to the stick. But the
 netbook does not boot from it.
 
 There must be something very elementary which I did wrong. But what?

Hello Jan,

look for example here:

http://d-i.pascal.at/

It's for sarge, but the steps and the files you need are the same.

You can find also useful information at http://wiki.debian.org/

Hth Michael

-- 
Monolog - one person talking to himself,
dialog - two people talking to themselves. 
 -Shaike Ofir-


signature.asc
Description: Digital signature


Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread Michael Wagner
* green greenfreedo...@gmail.com 09.09.2009
 Michael Wagner wrote at 2009-09-08 15:11 -0500:
  * Michael Wagner michaeldeb...@web.de 08.09.2009
   * Elimar Riesebieter riese...@lxtec.de 04.09.2009
I've tried settings - apps - mailto - shellscript
  
  Apart from my other message you can also make it like this:
  
  settings - apps - mailto - /usr/lib/mutt/mailto-mutt
 
 But this won't work in Lenny... mutt 1.5.18-6 does not seem to include that 
 file.

You are right, it's only included in unstable mutt (1.5.20-2), but the 
OP wrote that he works with iceweasel 3.5 which is in experimental. So 
I thought a solution for unstable is ok.

Michael

-- 
To conquer oneself is the noblest and greatest triumph.
-Plato


signature.asc
Description: Digital signature


Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-08 Thread Michael Wagner
* Elimar Riesebieter riese...@lxtec.de 04.09.2009
 I've tried settings - apps - mailto - shellscript
 
 Shellscript:
 
 #!/bin/sh
 exec xterm -e mutt $@
 
 The xterm only pops up for 1 second.
 
 Any hints?

Hello Elimar,

in the mutt package is the shellscript /usr/lib/mutt/mailto-mutt, which 
is the solution for your problem. These are the first lines from the 
script.

# mailto-mutt -- wrapper to be able to use mutt as mailto handler from 
# firefox
#
# To use, surf to Firefox's about:config page and configure the 
# following
# three values:
#   network.protocol-handler.external.mailto boolean true
#   network.protocol-handler.app.mailto string '/path/to/handler'
#   network.protocol-handler.warn-external.mailto boolean false


Hth Michael

-- 
Death is just God's way of dropping carrier.


signature.asc
Description: Digital signature


Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-08 Thread Michael Wagner
* Michael Wagner michaeldeb...@web.de 08.09.2009
 * Elimar Riesebieter riese...@lxtec.de 04.09.2009
  I've tried settings - apps - mailto - shellscript

Apart from my other message you can also make it like this:

settings - apps - mailto - /usr/lib/mutt/mailto-mutt

Hth Michael

-- 
Every production of genius must be the production 
 of enthusiasm.
--Benjamin Disraeli 


signature.asc
Description: Digital signature


Re: Print to PDF with lpr

2009-03-16 Thread Michael Wagner
* Tzafrir Cohen tzaf...@cohens.org.il 15.03.2009
 On Sun, Mar 15, 2009 at 11:47:43PM +0200, Dotan Cohen wrote:
  I just noticed that I can in fact print PDF files this way, so the
  problem is that I am trying to print an ODT file. How can I convert
  that ODT to PDF on the command line? I have googled that before and
  could not figure it out, even after installing OOo scripts and other
  nasties.
 
 As mentioned in previous threads: abirod should be able to do that.

Or you can use the cups-pdf package.

-+
Package: cups-pdf|
Priority: optional   |
Version: 2.5.0-1 |
Depends: ghostscript, libpaper-utils, cups-client, libc6 (= 2.7-1)  |
Pre-Depends: cups (= 1.1.15)|
Suggests: system-config-printer-gnome | system-config-printer-kde | \|
system-config-printer|
Description: PDF printer for CUPS|
 CUPS-PDF provides a PDF Writer backend to CUPS. This can be used as a   |
 virtual printer in a paperless network or to perform testing on CUPS.   |
 .   |
 Documents are written to a configurable directory (by default to ~/PDF) |
 or can be further manipulated by a post-processing command. |
 .   |
 Homepage:  http://www.cups-pdf.de   |
Enhances: cups   |
Tag: role::app-data, use::converting, use::printing, works-with::text,   |
works-with-format::pdf   |
-+

With this package you can make a PDF in every application.

Hth Michael

-- 
UNIX always presumes you know what you're doing.
You're the human being, after all, and it is a mere operating system. 


signature.asc
Description: Digital signature


Re: NFS server fails after upgrade to lenny

2009-03-10 Thread Michael Wagner
* Hendrik Boom hend...@topoi.pooq.com 09.03.2009

 I upgraded the server on my LAN to lenny recntly (after making a backup 
 of the etch system (everything except user file systems)) in another 
 partition.
 
 Now when I run lennty on the server, an NFS mount from a client machine 
 fails with the message (hand-transcribed from screen; there may be typos)
 
 lovesong:~# mount /farhome
 mount.nfs: mount to NFS server '172.25.1.11' failed: RPC Error: Program not 
 registeres
 lovesong:~#
 
 So the upgrade seems to have damaged something.  Where should I look?

Hello Hendrik,

I have had the same problem here with sid on the workstation and lenny 
on the server. I found on the net the solution to write in 
/etc/default/rcS.

ASYNCMOUNTNFS=no

With this entry all works fine.

Hth Michael

-- 
A man has not lived until he has almost died. For those who
 have fought, life has a flavor the protected will never know.
   --A Vietnam Veteran   


signature.asc
Description: Digital signature


Re: NFS server fails after upgrade to lenny

2009-03-10 Thread Michael Wagner
* Michael Wagner michaeldeb...@web.de 10.03.2009
 
 I have had the same problem here with sid on the workstation and lenny 
 on the server. I found on the net the solution to write in 
 /etc/default/rcS.
 
 ASYNCMOUNTNFS=no

sorry for the incomplet answer. You must write this on the client in 
/etc/default/rcS

Michael

-- 
Freedom is not worth having if it doesn't include
the freedom to make mistakes. 
-Gandhi 


signature.asc
Description: Digital signature


Re: need help on shell programming

2009-03-08 Thread Michael Wagner
* Michael Pobega pob...@gmail.com 08.03.2009
 
 #! /bin/sh
 
 if [ $(ps aux | grep script.sh | grep -v grep) ]; then
  your script here

Hello Michael,

what about pgrep?

-+
#! /bin/bash |
 |
if [ $(pgrep -x script.sh) ]; then script here; fi |
-+

Just my 2¢
Michael

-- 
Nowhere you can be that isn't where you were meant to be. It's easy.
   -- John Lennon


signature.asc
Description: Digital signature


Re: Why did you chose Debian over CentOS?

2009-03-06 Thread Michael Wagner
* Steve Lamb g...@dmiyu.org 06.03.2009
 Joe McDonagh wrote:

  dpkg-query just doesn't do it for me. And I also don't like how
  there are a bunch of dpkg-* files that split up various functions of the
  dpkg system.
 
 You know, I never even heard of dpkg-query until you just brought it up.
 I've been using Debian for 10 flippin' years.  For those 10 years I have used
 four commands in dpkg.
 
 dpkg -s - show a package's description
 dpkg -S - search for a pattern in packages
 dpkg -l - list all packages
 dpkg -L - list all files in a package
 
 That is pretty much the extent that I have to know about dpkg without
 referring to --help once every, o, 3-4 years.
 
And with apt-file you can search for files in packages which aren't 
installed yet. Another good program is debmany from the package 
debian-goodies. With it you can read the manpages and the files in 
/usr/share/doc/package of packages which also aren't installed. I 
like these two programs because I can read much things before I install 
a package.

Just my 2¢
Michael

-- 
Monolog - one person talking to himself,
dialog - two people talking to themselves. 
 -Shaike Ofir-


signature.asc
Description: Digital signature


Re: how to switch language of gnome to Bulgarian

2009-03-06 Thread Michael Wagner
* Angelin Lalev lalev.ange...@gmail.com 06.03.2009
 locale -a
 
 
 bg_BG
 bg_BG.cp1251
 bg_BG.utf8
 C
 en_US.utf8
 POSIX
 
 But after I switch session language in gdm to Bulgarian and start
 gnome or kde I get error,
 saying something about language bg_BG.utf8 is non-existent.

Hello Angelin,

write in $HOME/.xprofile

+
export LC_MESSAGES=bg_BG.utf8 |
+

I have it for a german enviroment and all is working fine with it.

Hth Michael

-- 
Having more money does not insure happiness. People with ten million
dollars are no happier than people with nine million dollars.
-Hobart Brown


signature.asc
Description: Digital signature


Re: No way to disable Google safebrowsing in IceWeasel?

2009-02-07 Thread Michael Wagner
* S D sund...@yahoo.com 07.02.2009
 
 Is there a way to disable Google safebrowsing feature in IceWeasel?
 I want to have as little as possible with Google, even if it only
 means repeatedly downloading some black-list file from their servers.
 
You can use the CustomizeGoogle with which you can customize a few
things more than only the *safebrowsing* feature.

Hth Michael

-- 
Programmers don't die, they just GOSUB without RETURN.


signature.asc
Description: Digital signature


Re: No way to disable Google safebrowsing in IceWeasel?

2009-02-07 Thread Michael Wagner
* Michael Wagner michaeldeb...@web.de 07.02.2009
 * S D sund...@yahoo.com 07.02.2009
  
  Is there a way to disable Google safebrowsing feature in IceWeasel?
  I want to have as little as possible with Google, even if it only
  means repeatedly downloading some black-list file from their servers.
  
 You can use the CustomizeGoogle with which you can customize a few
 things more than only the *safebrowsing* feature.

I opined the CustomizeGoogle Addon from the mozilla website.

Michael

-- 
A hacker's interpretation of the 1st  2nd amendments:
  They can have my computer, 
  when they pry the gun from my cold dead fingers.


signature.asc
Description: Digital signature


Re: How to remove automatically installed packages when nothing depends on them?

2009-01-28 Thread Michael Wagner
* Daniel Burrows dburr...@debian.org 28.01.2009
 On Tue, Jan 27, 2009 at 08:27:13PM +0100, Michael Wagner 
 michaeldeb...@web.de was heard to say:
 
  aptitude --purge-unused purge xfce4-terminal
  
  It's documented in the man page of aptitude.
 
   All that does is cause programs which are already being removed
 because they're unused to also be purged.  It won't help if they
 aren't being removed in the first place.

From man aptitude

--purge-unused
   Purge packages that are no longer required by any installed
package. This is equivalent to passing “-o Aptitude::Purge-Unused=true”
as a command-line argument.

English is not my first language and I understand the above that it
removes packages which are no more required. And this is what the OP
wants.

Michael

-- 
The only stupid question is the unasked question.
And that's a good thing, because I hate stupid questions!


signature.asc
Description: Digital signature


Re: packages in a fresh install

2009-01-27 Thread Michael Wagner
* Marcelo Chiapparini marcelo.chia...@gmail.com 27.01.2009

 I am upgrading my notebook. The old one runs etch like a charm. I want  
 to run etch in the new notebook too, and to have installed in it exactly  
 the same packages than in the old one. So,
 1) does exist a file with the information of all the packages installed  
 in the old system?
 2) is it possible to use this information in the fresh installation on  
 the new system?
 
Hello Marcelo,

it's easy. From the manpage of dpkg

To make a local copy of the package selection states:
dpkg --get-selections myselections

You might transfer this file to another computer, and install it there with:
dpkg --clear-selections
dpkg --set-selections myselections

Hth Michael

-- 
Life is a state of consciousness.
-Emmett Fox


signature.asc
Description: Digital signature


Re: packages in a fresh install

2009-01-27 Thread Michael Wagner
* Marcelo Chiapparini marcelo.chia...@gmail.com 27.01.2009
 Michael Wagner wrote:

 it's easy. From the manpage of dpkg

 To make a local copy of the package selection states:
 dpkg --get-selections myselections

 You might transfer this file to another computer, and install it there with:
 dpkg --clear-selections
 dpkg --set-selections myselections

 and then, in order to install the packages, should I do aptitude update?

Hello Marcelo,

to install the packages you could do apt-get dselect-upgrade or in
dselect you can hit *install* 

Hth Michael

-- 
A NOTE TO SPAMMERS:
 You have the right to remain silent. Exercise your rights. 


signature.asc
Description: Digital signature


Re: cannot open linked directory

2009-01-01 Thread Michael Wagner
* Umarzuki Mochlis umarz...@gmail.com 01.01.2009
 A ntfs partition mounted on /mnt/win cannot be opened as normal user
 so i decided to soft link it to desktop yet still it cannot be opened
 by normal user eventhough link file mod is 777. Why?
 
 lrwxrwxrwx 1 root root9 2009-01-01 15:38 win - /mnt/win/

Hello Umarzuki,

the permissions of the link are uninterestingly because they are always
777. Only the permissions of the the target are interesant. You must
mount the directory and when it is mounted you change the permissions
to the rights you need for your user. Then they are always the same
every time you mount the device.

Hth Michael

-- 
I don't use drugs, my dreams are frightening enough.
  M.C. Escher


signature.asc
Description: Digital signature


Re: insserv encrypted /home

2008-12-07 Thread Michael Wagner
* Jochen Schulz [EMAIL PROTECTED] 03.12.2008
 
 I recently re-installed Debian on my laptop because I wanted to
 repartition my hard drive and use an encrypted filesystem for /home.
 Everything went quite smooth, but after installing and configuring
 insserv, I am sometimes unable to enter the passphrase needed for
 mounting my encrypted /home.
 
 Insserv parallelizes the boot sequence which results in a nice speed
 gain. However, the input prompt of /etc/init.d/cryptdisks is completely
 broken by that. I usually don't see the prompt at all, I can just see
 that the system sits idle, apparently waiting for me to enter the
 password. What makes this worse is that sometimes I cannot even enter
 the passphrase as the keys I type are echoed on the display and
 apparently do not go anywhere else. 

Hello Jochen,

from man insserv

-snip--
# Services which need to be interactive
interactive   boot.crypto

Names starting with a `+' sign are marked as optional.  If the service
with  the name after the plus sign is available it will be used, if not
available it is ignored silently.  Words beginning withand ending
with   are keywords.  Currently interactive is the only know keyword
for marking a service as an  interactive  one,  e.g.  a  service which
requires a passphrase or password input during boot or runlevel change.
-snap--

I installed insserv for the first time a few days ago and I have no
encrypted filesystems, but I think with the above information it's
possible to find a solution.

Hth Michael

-- 
There are no shortcuts to any place worth going.


signature.asc
Description: Digital signature


Re: /var/log growing rapidly

2008-11-26 Thread Michael Wagner
* s. keeling [EMAIL PROTECTED] 26.11.2008
 Paul Cartwright [EMAIL PROTECTED]:
 
   99.999% of the lines were comments.. except for this:
   # The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
   #$ xconsole -file /dev/xconsole [...]
  *.=notice;*.=warn   |/dev/xconsole
  
   so... what is xconsole?
 
 A very useful app if you can get it to work.  It puts a small window
 on your display that scrolls /var/log/messages constantly in real
 time.  It's very nice if you're changing something and want to know
 the immediate effect it has.
 
 In practice, it's very difficult to get X to let root put a root owned
 process on a user's display, and once you get it going, the next
 Debian release breaks your tweak, at least in my experience.

Hello s,

you can also put your user in the group *adm* which has _only_ the
rights to _read_ logfiles in /var/log and to _read_ /dev/xconsole, but
no more. I don't see a disadvantage by doing this. And this way
everything works right even after a new release or updates of your
current system.

Just my 2¢
Michael

-- 
Brain fried - core dumped.


signature.asc
Description: Digital signature


Re: Package signing

2008-11-13 Thread Michael Wagner
* Paras pradhan [EMAIL PROTECTED] 14.11.2008
I am creating a local debian lenny pool in which I need to add customized
 debian lenny packages. For good practice  do i need to sign the modified
packages that I modified? If yes how do i do it?

Hello Paras,

I have here also a local repository with some packages and I only sign
the complete repository, not the particular packages. I have a small
script for doing this.

-
#!/bin/bash

cd repository
dpkg-scanpackages ./ /dev/null  Packages
apt-ftparchive release .  Release
gpg -abs -o Release.gpg Release
-

I have added my GPG-key with apt-key to the trusted keys and now I'm no
more blamed with the message These packages are from an untrusted
source ...

This is not the best way, but it's enough for me.

Hth Michael

-- 
Boost system speed by 200% - DEL C:WINDOWS*.*


signature.asc
Description: Digital signature


Re: failure in installing msttcorefonts

2008-11-12 Thread Michael Wagner
Hello Bernard,

If you wonder why noone gives you an answer, that's because of you are
hijacking threads and it's possible, that the people who know the
answer, don't read this thread anymore. So begin a new thread for a new
question and don't click only reply in your mailprogram.

Hth Michael

-- 
Calm down. It's only ones and zeros.


signature.asc
Description: Digital signature


Re: What package should I install to see man pages for C library?

2008-11-10 Thread Michael Wagner
* Kumar Appaiah [EMAIL PROTECTED] 10.11.2008
 On Mon, Nov 10, 2008 at 01:54:30PM +0900, J.H.Kim wrote:
  What package should I install to read C library manual using man?
  I installed glibc-doc and glibc-doc-reference-2.3.6-1.all.deb but I  
  cannot see man page for C libray such as fprintf.
  When I do man fprintf, No manual entry for fprintf message is found.
  Please let me know what package I should install.
 
 manpages-dev.
 
Hello J.H.Kim,

you've the right package from Kumar, but for the future you can install
apt-file because it searches for files in packages, which you don't
have yet installed. Give it a try because it's an useful program.

Hth Michael

-- 
 while(sig_sucks)  
 printf(Clever sig coming soon.);  


signature.asc
Description: Digital signature


Re: whole disk encryption -- not prompting for passphrase

2008-11-02 Thread Michael Wagner
* Emanoil Kotsev [EMAIL PROTECTED] 02.11.2008
 
  So my question is, why aren't those volumes correctly deactivated on
  shutdown?  How does /dev/dm-0
  figure into this when I'm mounting /dev/mapper/debian-root as /?  Can I
  safely ignore this message, or
  is closing these devices important?  When I try to mount /dev/dm-0 it
  tells me mount: unknown filesystem
  type 'lvm2pv'.   /dev/dm-1, 2, and 3 are debian-root debian-swap_1 and
  debian-home respectively.
  
  Any hints, tips, suggestions on FMs to R are appreciated.  I learned a
  lot already in this process.  My
  next challenge is to resize my swap to match all the RAM I have now so I
  can s2disk safely.
 
 I'm pretty sure that the crypt thing is not compatible with lvm. may be this
 is the problem. I'm not 100% sure though. The problem could be related to
 previous formatting and using lvm, or some cached information somewhere.
 
Hello Emanoil,

dm-crypt and lvm are compatible. The debian installer suggests it. Some
time ago I had my laptop with such a configuration and all worked fine. 

@OP:
If you can read german, this is a very good site for setting up lvm and
crypto.
http://www.andreas-janssen.de/cryptodisk.html

If you don't speak german, look at http://wiki.debian.org. Perhaps
you'll find some interessting stuff.

Hth Michael

-- 
Behind our masks we're.. perfectly ordinary people!


signature.asc
Description: Digital signature


Re: Grub Question

2008-10-27 Thread Michael Wagner
* Raj Kiran Grandhi [EMAIL PROTECTED] 27.10.2008
 On Sun, Oct 26, 2008 at 05:50:04AM +0530, Raj Kiran Grandhi wrote:

 Just install grub on all your disks, so that your system boots  
 irrespective of the boot order in the bios.

 Also, it is better to use UUID for specifying the root filesystem in  
 menu.lst as well as in fstab.

 findfs UUID=uuid

 You can use `udevinfo --query=all --name=/dev/partition' to get the  
 uuid of any partition. If a filesystem does not have a uuid, you can use  
 `tune2fs -U random' to set a random uuid to that filesystem.

Hello Raj,

I prefer LABEL in my /etc/fstab because when you e.g. clone a partition,
it's possible that the partitions get unique UUIDs. This makes it
difficult to debug some errors. So with LABELs you can be sure, you are
on the secure side. Look at the net for label versus uuid and you will
find some interesting discussions about this problem.

Just my 2¢
Michael

-- 
Do you trust one company to decide the future ? Chose Linux!


signature.asc
Description: Digital signature


Re: Grub dilemma

2008-10-18 Thread Michael Wagner
* Osamu Aoki [EMAIL PROTECTED] 18.10.2008
 
 This is for grub package /boot/grub/menu.lst.  If you are installing
 grub-pc, you have /boot/grub/grub.cfg
 
 menuentry Debian GNU/Linux {
 set root=(hd0,1)
 linux /vmlinuz root=/dev/sda1 ro
 initrd /initrd.img
 }

Hello Osamu,

these are the first lines in my /boot/grub/grub.cfg on Debian

# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub

So I think it's not the right way to edit /boot/grub/grub.cfg. Better
edit the templates in /etc/grub.d and then run update-grub.

Just my 2 cents
Michael

-- 
Every production of genius must be the production 
 of enthusiasm.
--Benjamin Disraeli 


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



Re: Which package provides lvcreate

2008-10-14 Thread Michael Wagner
* Lee Glidewell [EMAIL PROTECTED] 14.10.2008
 
 By the way, you can search packages for individual files by running:
 $ dpkg-query -S filename
 
 In the same way, you can list filenames included in a package with
 $ dpkg-query -L package

Hello Lee,

with apt-file you can search for files in packages which are _not_
installed. With your suggestions it's only possible to search in
packages which are installed.

Just my 2 cents
Michael

-- 
And God said: E = (+mv) - (Ze)/r ...and there *WAS* light!


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



Re: cdrecord - need for troubleshoot help

2008-10-09 Thread Michael Wagner
* linuksos [EMAIL PROTECTED] 09.10.2008
 No difference. I can see enormous hard disk activity but no positive result...
 
 On Tue, Oct 7, 2008 at 1:33 AM, Hugo Vanwoerkom [EMAIL PROTECTED] wrote:
 
  snip
 
  On the cmdline:
 
  cdrecord -v dev=/dev/device blank=fast xxx.iso

Hello linuksos,

do you have the original cdrecord from Jörg Schilling or do you work
with the debian package? If you do not have the original, give it a try.
The homepage is ftp://ftp.berlios.de/pub/cdrecord/alpha/;. There you
find the actual version, which is *cdrtools-2.01.01a51.tar.bz2*. I don't
know why the package is in the alpha folder, because I don't think it's
alpha. You must compile it by yourself, but that's no problem. The only
problem in my opinion is that you install it and apt and dpkg knows
nothing. You can use equivs for making a pseudo package because of the
packages which depends on wodim.

Hth Michael

PS: This is no flame against wodim and pro cdrecord, but I think the OP
shall test it, because sometimes I read from problems with wodim.

-- 
Everybody should believe in something... 
I believe I'll have another drink.


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



Re: OT Upgrade from Etch to Sid (fwd)

2008-10-09 Thread Michael Wagner
* Erik Heil [EMAIL PROTECTED] 09.10.2008
 
 Hi their.  Sorry for the off-topic message, but I figured that some of you
 may have expeirneced this problem.  Have a box here.  Did a pure upgrade
 from Etch to Sid.  Prior to this, did a Standard Install, which installed
 Openoffice, Iceweasel, and a lot of other applications.  I did not do any
 X Server configuration prior to the upgrade.  However, when I did do an
 upgrade, the standard Debconf questions were asked, with one important
 ommision.  the questions did not include and references to you're monitor
 type, resolution, etc.  Note that the last time I did an install was on
 Sarje, so things may have changed.  So what is needed to configure the
 local display for Xorg use?  This particular machine has a Nvidia Geforce2
 w/64MB of ram, so it's most probably included within the legacy drivers
 section.  I'm using the stock 2.6.18-speakup kernel from the
 speakup_netinst CD.  Asides from the kernel, this is an up-to-date Sid
 machine.

Hello Erik,

with the xserver shipped with Sid you do not need a xorg.conf anymore,
expect you have special requests. When the nv driver is ok for you and
you don't need the properitary nvidia driver, start X and all is fine.
If it is not working, because of for example the resolution is not the
one you prefer, you must write the xorg.conf by yourself. There are much
suggestions on the net, or you can take the one from your Etch box.

Hth Michael

-- 
A right is not what someone gives you;
it's what no one can take from you.
-- Ramsey Clark


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



Re: Need help installing ndiswrapper

2008-10-08 Thread Michael Wagner
* alan hutchinson [EMAIL PROTECTED] 08.10.2008
 
debian:/home/thegreatalsky# apt-get install module-assistant 
ndiswrapper-utils ndiswrapper-source
Reading package lists... Done
Building dependency tree  
Reading state information... Done
E: Couldn't find package ndiswrapper-utils
debian:/home/thegreatalsky# m-a prepare
bash: m-a: command not found
debian:/home/thegreatalsky# m-a update
bash: m-a: command not found
debian:/home/thegreatalsky# module-assistant auto-install ndiswrapper
bash: module-assistant: command not found
debian:/home/thegreatalsky#
   I dont know what
to do

Hello Alan,

are you sure that the package was installed? Look with 

dpkg -l module-assistant

And for the ndiswrapper packages. These packages are normally in the
main archive, therefore I don't understand why apt didn't find the
packages. Your /etc/apt/sources.list is ok? Make first an 

aptitude update

and then look if they are installable with aptitude.

Hth Michael

-- 
The key to immortality is first living a life worth remembering.
  -Saint Augustine


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



Re: exim4 mainlog msglog permissions?

2008-10-08 Thread Michael Wagner
Hello Thomas,

* Thomas H. George [EMAIL PROTECTED] 08.10.2008
 After finally understanding the exim4 authentication setup - as root I  
 am able to send email to my other mail box - I tried to send mail as tom  
 and from mutt.  No go.

 First, there were messages that exim4 could not write to the files  
 /var/log/exim4/mainlog and paniclog - permission denied.

 I added tom to the Debian-exim group and the mail group.  This had no  
 effect.   I then changed the file permissions from 640 to 666.  That  
 resolved the mainlog and paniclog problem.

This is normally not necessary. Here is the output from my files.

$ls -l /var/log/exim4
-rw-r- 1 Debian-exim adm 12803  8. Okt 19:28 mainlog

 Next there was a message the exim4 could not write to the directory  
 /var/spool/exim4/msglog - permission denied.  Again I changed the  
 directory permissions  to 666.

$ls -l /var/spool/exim4/
drwxr-x--- 2 Debian-exim Debian-exim 4096  8. Okt 18:10 msglog

 I don't understand this at all.  It seems to me that the standard  
 installation should such that normal users can send and receive mail and  
 root is prevented from doing so.  What I have encountered is the other  
 way around and I have yet find all the changes - or the best practice  
 changes - which allow a normal user to send mail.

What messages do you get in the logfiles when you want to send mail?

First of all make as root 

$dpkg-reconfigure exim4-config

and answer the questions according to your needs which you will be asked
for. Here on my Debian Sid and on my Etch it was working out of the box.
The only thing I had to do was the dpkg-reconfigure command. 

Hth Michael

-- 
This is Linux Country. On a quiet night you can hear Windows NT reboot!


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



Re: sources.list to work with debians on a Fedora machine !

2008-10-06 Thread Michael Wagner
* NewDeb [EMAIL PROTECTED] 07.10.2008
 
 I am reposting this message and drawing attention to the fact that I am
 trying to do the apt-get and dpkg magic on a fedora box !
 
 I have installed dpkg and apt on my Fedora machine. What should my
 sources.list look so that I can use apt-get and dpkg ?
 
 I cant use statements like below because the deb is not understood on my
 machine. I had replaced it with rpms but then apt-get installs rpms and I
 want debians !
 
 deb http://ftp.us.debian.org/debian etch main contrib
 deb-src http://ftp.us.debian.org/debian etch main contrib
 
 Is there a way around this at all ? What should the sources.list look like ?
 
Hello NewDeb, (cool name ;-)

I don't know the contingencies *apt* and *dpkg* offers on a rpm-based
distro, but I think it's impossible what you want, because Fedora uses
*rpm* for his package management and you can't install *deb* packages.
The only way around this is to convert the *debs* to *rpm* with alien,
but I don't believe this is a good choice. 

This way you can accordingly install the packages with *dpkg*, not with
*apt*. One other workaround is to convert the packages and afterwards
put them in your own apt repository. Then you can install them with
*apt*.

Why not just install debian when you want the packages from debian?

Just my 2 cents
Michael

-- 
In 1968 it took the computing power of 2 C-64's to fly a rocket 
to the moon. Now, in 1998 it takes the Power of a Pentium II 
to run Microsoft Windows 98.  
Somewhere, something must have gone wrong.


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



Re: einfaches cms gesucht

2006-08-07 Thread Michael Wagner
Bastian Venthur [EMAIL PROTECTED] writes:

 ich bin auf der Suche nach einem einfachem CMS. ... Kennt jemand evtl
 noch weitere Alternativen? Je einfacher desto besser, es soll nur für
 die private Homepage dienen, einfach zu bedienen sein und ich muss
 meine Daten möglichst simpel wieder herausbekommen können.

Mein Favorit ist http://twiki.org. Plain text, aber durch zahlreiche
plugins sehr vielseitig. Sieht gut aus mit NatSkin. Kann dank des
hervorragenden DBIQueryPlugin von Vadim Belman auf sehr einfache Weise
auch zur Anzeige von mysql-Daten mißbraucht werden. Hat mir einen
php-Kurs erspart. Debian enthält eine ältere Version, die aktuelle ist
mit einem schlichten tar -zxpf aber leicht zu installieren.

Kannst Dir ja mal meine Seite ansehen (http://ktema.de). Ist aus mysql
und TWiki gestrickt, nur so zum Spaß.

mw


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: neuer Linux-Rechner für Oma

2006-08-02 Thread Michael Wagner
Al Bogner [EMAIL PROTECTED] writes:

 Hat wer einen Link zu Details?

http://www.heise.de/newsticker/meldung/71949


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: MAC-Adresse ermitteln

2006-07-04 Thread Michael Wagner
Rüdiger Noack [EMAIL PROTECTED] writes:

 gibt es eine Möglichkeit, MAC-Adressen in meiner Umgebung zu ermitteln
 ohne mir bereits eine IP-Adresse vergeben zu haben? Welche?

Hoffentlich nicht. - mw


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Komisches st nach update [workaround]

2006-04-11 Thread Michael Wagner
Michael Wagner [EMAIL PROTECTED] writes:

 MOZ_DISABLE_PANGO=1 im fiefox bringt´s bei mir auch nicht.

Bringt es doch, wenn man es an der richtigen Stelle einträgt. Man muss
in /usr/bin/firefox vor der Zeile export MOZ_DISABLE_PANGO folgende
Zeile einfügen: MOZ_DISABLE_PANGO=1. Dann firefox neustarten und die
falschen Ligaturen sind weg. Die richtigen natürlich auch. Ist also
keine echte Lösung, aber lieber gar keine Ligaturen als falsche. - mw


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Komisches st nach update

2006-04-10 Thread Michael Wagner
Michael Wagner [EMAIL PROTECTED] writes:

 Nach dem letzten testing-update (u.a. firefox updated) zeigt firefox
 ulkige st. pures s ist in Ordnung, pures t auch. Aber wenn im Text
 st vorkommt, kriegt das t einen komischen Schnörkel, so einen runden
 Bogen (Art Halbkreis), der zum davorstehenden s hinüberragt.

Das Problem wird fuer ubuntu als bug berichtet auf
https://launchpad.net/distros/ubuntu/+source/firefox/+bug/33503. Ich
habe kein ubuntu, sondern reines debian testing. Scheint irgendwie mit
pango zu tun zu haben. MOZ_DISABLE_PANGO=1 im fiefox bringt´s bei mir
auch nicht.



Komisches st nach update

2006-04-09 Thread Michael Wagner
Nach dem letzten testing-update (u.a. firefox updated) zeigt firefox
ulkige st. pures s ist in Ordnung, pures t auch. Aber wenn im Text
st vorkommt, kriegt das t einen komischen Schnörkel, so einen runden
Bogen (Art Halbkreis), der zum davorstehenden s hinüberragt. Sieht
typographisch ganz hübsch aus, gehört aber nicht dahin. Ich habe als
Schrift freeserif eingestellt. In anderen Programmen ist dieselbe
Schrift in Ordnung. Hat jemand eine Idee?


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



[OT] Merkwürdige Seitenumleitung

2006-04-02 Thread Michael Wagner
Nehmt's mir nicht übel. Hier sind so viele Sachkenner, die das bestimmt
wissen. Darum frage ich mal hier. Außerdem ist die Sache vielleicht von
allgemeinem Interesse: Ich bin zufällig auf folgende etwas
schräge Seite gestoßen: http://www.gtodoroff.de/evoluth.htm. Das ist
nicht weiter wichtig. Aber merkwürdig ist, dass ich von dieser Seite auf
die Wikipedia umgelenkt werde, wenn ich 
http://www.gtodoroff.de/evoluth.htm#Evolutionstheorie eingebe. Ich habe
keinen link auf die Wikipedia in der Seite gefunden. Weiß jemand, wie so
etwas möglich ist? - mw


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: [OT] Merkwürdige Seitenumleitung

2006-04-02 Thread Michael Wagner
Michael Wagner [EMAIL PROTECTED] writes:

 Aber merkwürdig ist, dass ich von dieser Seite auf die Wikipedia
 umgelenkt werde, wenn ich
 http://www.gtodoroff.de/evoluth.htm#Evolutionstheorie eingebe. Ich
 habe keinen link auf die Wikipedia in der Seite gefunden. Weiß jemand,
 wie so etwas möglich ist?

Entschuldigung. War Unsinn. Der link sah in Wahrheit (ohne
Anfangs- und Endklammer) so aus: a href=http://Evolutionstheorie;
target=_blankhttp://www.gtodoroff.de/evoluth.htm#Evolutionstheorie/a.
Da hat jemand anscheinend HTML-Murks gemacht. Der link zeigt in Wahrheit
auf http://Evolutionstheorie. Aber so richtig schön ist es eigentlich
nicht, dass der Firefox von der nichtexistieren Seite
http://Evolutionstheorie einfach auf die passende Wikipediaseite
umleitet. So was hätte ich eigentlich nur von MS-Browsern erwartet.



Re: [OT] Merkwürdige Seitenumleitung

2006-04-02 Thread Michael Wagner
Wolf Wiegand [EMAIL PROTECTED] writes:

 Michael Wagner wrote:

 Aber so richtig schön ist es eigentlich
 nicht, dass der Firefox von der nichtexistieren Seite
 http://Evolutionstheorie einfach auf die passende Wikipediaseite
 umleitet. So was hätte ich eigentlich nur von MS-Browsern erwartet.

 Wenn Firefox eine 'falsche' URL gegeben wird, wird auf die Seite
 gesprungen, die google.com als erstes Suchergebnis zu der URL ausgibt.
 Genauso wird vorgegangen, wenn man mit der mittleren Maustaste im
 Browserfenster auf einen freien Bereich klickt - es wird dann nach dem
 Inhalt der aktuellen X-Zwischenablage, sofern vorhanden, gegoogelt.

Vielen Dank für die Erklärung. Dann werde ich jetzt mal suchen, wie man
dieses höchst unerwünschte Verhalten abstellen kann. Bin sehr enttäuscht
vom firefox, dass der ungefragt den Inhalt der Zwischenablage an google
übermittelt, wenn man versehentlich irgendwo das Mausrad drückt.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: [OT] Merkwürdige Seitenumleitung

2006-04-02 Thread Michael Wagner
harry [EMAIL PROTECTED] writes:

 in der about:config gibts einen Parameter 'middlemouse.contentLoadURL', 
 auf false setzen, dann sollte Ruhe im Karton sein...

Danke an Dirk Salva und harry. Habe das geändert und es funktioniert. -
mw


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



OT: Mailclient gesucht

2006-01-25 Thread Michael Wagner
Guten Tag,

OT, aber ich versuchs mal trotzdem :)

Gesucht wird ein Mailclient, der

a) IMAP kann
b) TheBat ähnliche Unterstützung von QuickTemplates kann

Letzteres nutze ich z. B. für eine automatisierte Anrede nach Tageszeit und für 
spezielle automatisch generierte Mailinhalte nach IMAP-Ordner.

Der Mailclient sollte unter Linux und nach Möglichkeit auch unter Windows 
verfügbar sein :)

Danke für die Anregungen,
Ciao
Michael



ISDNPPP - Problem [Knoppix]

2005-12-06 Thread Michael Wagner

Hallo Leute,

Mein Problem tritt zwar mit Knoppix auf, aber vielleicht könnt Ihr mir 
trotzdem helfen :)


Ich kriege eine AVM Fritz!Card PCI nicht zum laufen. Die Karte wird zwar 
erkannt, allerdings kriege ich keine Verbindung. Beim Starten der 
Connection kriege ich als Fehlermeldung ISDNPPP Driver is out of date, 
was laut Google auf einen zu alten Kernel schliessen lässt. Das kann ich 
mir aber nicht vorstellen...


Leider ist /var/log/messages immer leer, so das sich da keine Meldungen 
posten kann.


Irgendwelche Ideen?

Danke
Michael



SID Images

2005-11-10 Thread Michael Wagner

Hallo ng,

Ich wollte mir gerade die SID DVD-Images für x86 herunterladen, 
allerdings kann ich auf keinem der Spiegel halbwegs aktuelle Images 
finden: Da sind entweder gar keine oder nur welche von März/April...


Wo kann ich noch aktuelle Images finden? Oder als Alternative: Könnt Ihr 
mir nen Mirror nennen, wo ich mittels debmirror mir einfach selber 
welche bauen kann?


Die Images sind nicht für mich selber und aktuell habe ich kein reines 
Debian...


Danke
Michael



Re: An alle Linux-Götter

2005-10-26 Thread Michael Wagner
Gebhard Dettmar [EMAIL PROTECTED] writes:

 Wusste ich bisher noch gar nicht. legem brevem esse oportet bringt bei 
 Google ... 

Danke für diesen erholsamen Ausflug in die stillen Weiten des
klassischen Altertums. Lass Dich doch mal in de.etc.sprache.klassisch
vernehmen. Da würde ich gern mehr von Dir lesen.

Mit humanistischen Grüßen
Michael



Re: Bücherei-Software?

2005-10-22 Thread Michael Wagner
Matthias Maisenbacher [EMAIL PROTECTED] writes:

 Nun könnte ich
 a) dies machen
 b) Linux und Gnumeric anbieten
 c) ja, das ist eben die Frage:

 Hat jemand Erfahrung mit der Verwaltung und dem Betrieb einer
 (Schul-)Bücherei unter Linux?

Mir fällt dazu unter Linux tellico ein. Importiert Einträge über Amazon
u.a. (nebst Coverbildern), hat schöne Filtermöglichkeiten,
windowsähnliche Darstellung, leicht zu bedienen.

Dann gibt's noch alexandria. Auf dem Bildungsserver werden auch noch
anspruchsvollere Komplettlösungen angeboten. Excel oder gnumeric ist
sicher die spartanischste Lösung.

Michael


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Semi-OT: Formulare elektronisch ausfüllen

2005-09-26 Thread Michael Wagner

Michael Hierweck wrote:

Hallo,


[snip]

Hi,

Wenn Du jemanden zur Hand hast, der ein wenig php kann, dann läßt sich 
das auch mit einem kleinen HTML-Formular und fpdf erledigen.


Da fällt dann eine komplett ausgefülltes PDF hinten raus. Und alle, die 
nur die Vorlage wollen, können sich die herunterladen.


Alternativ kannst Du doch sicherlich auch einfach das 
OpenOffice-Dokument zum Download anbieten; OO kann ja jeder leicht 
bekommen (Neben der Downloadmöglichkeit, diversen ISO-Versendern findet 
sich OO eigentlich fast ständig auf irgendeiner Heft-CD).


Just my 2 cts

Ciao
Michael



Was bedeutet Unrecognized attempt blocked? [OT]

2005-09-23 Thread Michael Wagner
Es gehört wohl nicht ganz hierher, aber vielleicht weiß hier jemand Rat.
Mein Hardware-Rooter logt alle paar Sekunden Unrecognized attempt
blocked from 87.123.77.124:3202 to ..., auch von anderen IPs auf
anderen ports. Bei den IPs handelt es sich laut dig um
A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. oder ähnliche. Ist das
normal? - mw



Re: Umstieg von SuSE

2005-06-03 Thread Michael Wagner

Norbert Harz schrieb:

Hallo allerseits,

ich habe bisher mit SuSE gearbeitet und will nun mal debian testen.
Ist es sinnvoll das probeweise von Kanotix aufzusetzen oder lieber gleich
eine 'Orginal'-CD?
Gibt es eine Empfehlung für einen RAID-1 Kontroller? (Wobei ich da noch ein
bißchen unentschieden bin, ob IDE oder SATA...)

THX, für erste Überlegungen,
Norbert



Ich kann Dir auch noch Ubuntu, bzw. Kubuntu empfehlen (www.ubuntulinux.org). Zu 
Ubuntu gibt es bereits eine ganze Menge guter Doku, wie z. B. www.ubuntuguide.org.


just my 2ct

Ciao
Michael
--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]



Re: Empfehlung fr Backup-Software bzw. -Strategie

2005-05-24 Thread Michael Wagner




Dirk Salva schrieb:

Hallo Leute,

ich muß mich so langsam mal damit beschäftigen, ein Backup von meinem

[snip]


ciao, Dirk


Hi,

Falls Du beim Erstellen des Backups Deine Daten auf Medien passend umkopieren 
willst, so kann ich Dir ein Tcl-Script mailen, welches ich für die Erstellung 
von Ubuntu-Repository DVDs einsetze. Mit ein klein wenig Anpassung ist das auch 
für die Vorbereitung von Backups gut nutzbar.


Der Vorteil: Wenn Du erst die Daten wegkopierst und dann eine Backuplösung 
drüber laufen lässt, kannst Du im Zweifelsfall schnell in den gesicherten Daten 
suchen (z. B. wenn Du Dir eine config zerlegst).


Viele Grüße
Michael Wagner

--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]



Re: Debian nicht professionell??

2005-05-12 Thread Michael Wagner
Matthias Ochs schrieb:
Liebe Liste,
 gestern hatte ich eine Diskussion über die Kosten von Windows (Server) 
und Linux im professionellen Bereich.

Soweit war das Gespräch ganz sachlich, geärgert hat mich nur die 
Behauptung, dass auch für ein richtiges, professionelles Linux 
entsprechend hohe Kosten fällig sind. Insbesondere Red Hat mit seinen 
Enterprise Server Versionen wurde hier angeführt.
Der Knackpunkt war, dass behauptet wurde nur mit einer solchen 
professionellen Distrubution könne ein produktiver Serverbetrieb (gr. 
Fileserver, Hochverfügbarkeitssysteme, etc.) realisiert werden _nicht_ 
hingegen mit Hobbydistributionen wie Debian... :-(

Hat jemand von Euch Erfahrung im professionellen Einsatz von Debian auf 
(großen) Servern?? Ich nutze Debian noch nicht lange und auch nur zu 
Hause (und mein alter Netfinity ist nicht gerade ein großer Server) ;-)

Mein Verständnis war immer, dass auch z.B. Red Hat in der Masse nur 
offene Software verwendet die auch für Debian oder andere 
nicht-kommerzielle Distributionen verfügbar sind, oder?

TIA und viele Grüße,
Matthias

Hallo,
Ich habe selbst keine Debian-Server im produktiven Einsatz, aber der Knackpunkt 
ist in den meisten Fällen - neben Stabilität, Verfügbarkeit benötigter Software 
und der Verfügbarkeit von Sicherheitsupdates - der kommerzielle Support.

Viele Entscheider fordern eine Telefonnummer, an die man sich im Notfall wenden 
kann. Wichtig ist dabei die Aussage, dass dann auch in fest definierten 
Zeiträumen reagiert wird.

Dass eine solche Nummer über die Qualität des Supports nichts aussagt, spielt 
leider oft keine Rolle; Da findet bei den Entscheidungen so ein Schema-F-Denken 
statt, wo einfach im Feld Support für Notfälle ein Häkchen stehen muss :(

Just my 2ct...
Viele Grüße
Michael Wagner
--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Kopieren auf Mediengre?

2005-04-18 Thread Michael Wagner
Hallo,
Ich möchte mit debirror die Pakete für den Universe-Zweig für Ubuntu 
herunterladen und auf entsprechende Medien verteilen.

Ich bin so weit, dass ich mit debmirror alle gewünschten Daten herunterladen 
kann, dann händisch mehrere Unterordner erzeuge, in die jeweils der Inhalt einer 
DVD kommt und schließlich kann ich nach Indexerzeugung auch das Image erzeugen.

Nun möchte ich diesen Prozess automatisieren, aber mir fehlt eine Möglichkeit 
die Pakete automatisch auf so viele Medien zu verteilen, wie halt benötigt 
werden. Und das geht doch sicher auf der Shell, oder?

Wie stelle ich das an?
Vielen Dank
Michael
--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: Wie entfernten Rechner mit langsamer Anbindung mit updates versorgen!?

2005-04-18 Thread Michael Wagner
Dirk Salva schrieb:
Moin Leute,
folgendes Problem:
ich habe einen entfernten Rechner, welcher nur per ISDN ins Internet
gehen kann. Diesen Rechner möchte ich in absehbarer Zeit auf Debian
Sarge umstellen. Allerdings sind derart umfangreiche Updates, wie sie
momentan bei Sarge noch an der Tagesordnung sind, natürlich mit der
Anbindung nicht machbar. Momentan läuft der Rechner unter Woody, und
auch da stehen z.Zt. unmögliche 55MB an:-/
Es besteht voller Zugriff per ssh (ich bin admin), außerdem ist
hinfahren relativ problemlos möglich.
Dies ist momentan der einzige Rechner in meinem Umfeld, der am
fehlenden DSL leidet.
Wie kann ich jetzt bewerkstelligen, daß ich diesen Rechner trotzdem
up to date halte? Ich benötige also eine Möglichkeit, auf dem Rechner
quasi eine Liste mit den herunterzuladenden Paketen zu erstellen,
per fish oder so zu mir rüberzukopieren, diese dann lokal bei mir
runterzuladen, beispielsweise auf einen USB-Stick, um dann selbigen
dort einfach zu mounten und als Quelle für das Update zu benutzen.
Wie bzw. womit geht das geforderte sowohl bequem als auch einfach?!
ciao, Dirk
Moin,
Ich kriege den Tipp nicht mehr ganz zusammen, aber auf www.pro-linux.de war mal 
ein Kurztipp zu genau dem Problem.

Ciao
Michael
--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Frage zu USB-Installation

2005-04-11 Thread Michael Wagner
Hallo Leute,
Ich habe die Anfrage nach der Installation einer Kanotix 64 auf USB-Festplatte. 
Der Zielrechner läßt das Booten von USB-Festplatte zu.

Seht Ihr da Probleme oder wird das einfach gehen?
Danke
Michael
--
Linux-Proshop - Linux, OpenSource und mehr
Im Web:   http://www.linux-proshop.de
Per Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Frage zu USB-Installation

2005-04-11 Thread Michael Wagner
Hallo Leute,
Ich habe die Anfrage nach der Installation einer Kanotix 64 auf USB-Festplatte. 
Der Zielrechner läßt das Booten von USB-Festplatte zu.

Seht Ihr da Probleme oder wird das einfach gehen?
Danke
Michael
--
Linux-Proshop - Linux, OpenSource und mehr
Im Web:   http://www.linux-proshop.de
Per Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: BitTorrent - welcher Tracker?

2005-04-06 Thread Michael Wagner
Rainer Bendig aka Ny schrieb:
Moin Moin Michael Lindner, *,
Michael Lindner wrote on Apr 05, 2005 at 05:48PM +0200:
Spare dir die 14 weitere Rohlingen, die erste CD haette für eine
Basisinstallation auch gereicht.
Vielleicht laedt er sie im Geschaeft mit der Standleitung runter, um
sie zu Hause aufzusetzen wo er keinen inet anschluss hat? Waere
durchaus legitim...
Da gibt es noch eine weitere Möglichkeit:
Wenn eine Internetverbindung da ist, aber der Komplettdownload am Zielrechner zu
teuer ist, so kann man eine Basisinstallation machen und dann per apt einfach
eine Liste der zu installierenden Pakete erstellen.
Diese dann auf dem Firmenrechner (der mit Standleitung) herunterladen, auf CD
brennen, Index drüber und am Zielrechner einspielen.
Die genauen Befehle habe ich jetzt nicht im Kopf (Und hier in der Firma auch
gerade keinen Internetanschluß), aber auf www.pro-linux.de habe mal die
entsprechenden Kurztipps gelesen. Das funktioniert ganz gut...
Ciao
Michael
--
Call A CD - Ihr persönlicher Downloadservice und CD-Shop
Im Web:   http://www.callacd.com
Per Mail: [EMAIL PROTECTED]

--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


hwclock

2005-02-13 Thread Michael Wagner

Ich habe hier ein Problem mit der Systemzeit. Sie verstellt sich aus
irgendeinem Grund ständig von selbst und geht immer mehr nach. Ich habe
sie mit hwclock -s vor drei Sunden richtig gestellt; jetzt geht sie
schon wieder 20 min nach. Es scheint eine schleichende Verlangsamung zu
sein, keine sprunghafte. Habt ihr eine Idee, welches Programm an der
Systemzeit rummurkst. Hier läuft weder gnome noch kde, nur X, sawfish,
mysql, apache, xemacs, exim und leafnode, und fetchmail jede
Stunde.

Auffällig ist, dass sich beim Ausführen von hwclock -s kurzzeitig X
verabschiedet hat, dass heißt, der Bildschirm wurde dunkel, meldete no
signal und war erst nach ein paar Sekunden wieder da. Irgendwie
unheimlich.

Danke für jeden Hinweis
Michael


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: hwclock

2005-02-13 Thread Michael Wagner
Torsten Hilbrich [EMAIL PROTECTED] writes:

 Kontrolliere den Inhalt von /etc/adjtime (im Zweifelfall die Datei
 löschen).

Da steht nur: 51.220096 1108293840 0.00; 1108293840; LOCAL
Ist das schon zu viel?

 Guck auch mal nach, ob ntp-Server installiert sind (ps -eaf|grep ntp).

Ja. Zufällig habe ich 29099 29094 0 22:36 pts/2 00:00:00 grep ntp
erwischt. Das ist wohl leafnode. Ist das nicht richtig?


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: spurious 8259A interrupt: IRQ7

2005-01-15 Thread Michael Wagner
Michelle Konzack [EMAIL PROTECTED] writes:

 ich kurz nach dem hochfahren meiner Workststion (MB: EliteGroup K7S7AG,
 SIS-Chipsatz) einemal die Meldung: spurious 8259A interrupt: IRQ7

Diese Meldung hatte ich jahrelang (unregelmäßig) mit einem EliteGroup K7
Mainboard. Die Frage ist hier vor vielen Monaten mal angesprochen
worden, ohne dass eine Erklärung oder Lösung bekannt wurde. Scheint eine
Macke des Mainboards zu sein. Einziger Trost: Trotz dieser Meldung hat
eigentlich immer alles reibungslos funktioniert.

Michael


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: pdf bearbeiten

2004-02-10 Thread Michael Wagner
Andreas Schmidt [EMAIL PROTECTED] writes:

 ich habe ein Formular als PDF bekommen, das ich ausfuellen soll. Ist ja  
 schonmal schoen, dass die Leute davon abkommen, Word-Doumente zu  
 verschicken. Aber ich weiss nun partout nicht, wie ich das Ding am  
 besten zum Bearbeiten oeffne.

Leute, die Formulare zum Ausfüllen in pdf verschicken, wollen meistens,
daß man sie ausdruckt, ausfüllt, unterschreibt und dann per Post
zurückschickt. Es geht ihnen um die Unterschrift. So kenne ich es von
meiner Direktbank.  

Leute, die Formulare in pdf verschicken und sie auf elektronischem Wege
ausgefüllt zurückhaben wollen, wissen nicht, was sie tun.

Meine Meinung.
Michael


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Syslog- Konfig

2004-01-23 Thread Michael Wagner
Tim Boneko [EMAIL PROTECTED] writes:

 Unten hängt meine /etc/syslog.conf. Welchen Eintrag muss ich löschen, damit 
 die Kiste mir nicht die jeweils aktive Konsole mit Kernel- Logs zuschmeißt? 

Ich habe am Ende einfach

*.* /dev/tty8

eingetragen. War ein Tip von Stefanie Teufel aus ihrem Linux-Buch. Jetzt
sind alle Meldungen nur noch auf Konsole 8.


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Grafischer Login (NICHT Display-Manager)

2003-04-04 Thread Michael Wagner
On Thu, Mar 27, 2003 at 01:29:35AM +0200, Michelle Konzack wrote:
 
 Verwende fuer die zu installierenden Rechner ausschliesslich 
 Matrox Millenium MGA 2MB/4MB und ich kann entweder NUR den 
 matroxfb ODER Xfree86-4 verwenden. 
 
 Beides zusammen endet leider in einem Chaos. 
 
 Eizeln funktionieren sie allerdings perfekt. 
 
Hallo Michelle,

ich habe den Thread nicht ganz verfolgt, aber ich habe hier auch eine
Matrox Millenium II mit 4Mb und bei mir funktioniert hier der
Framebuffer und X einwandfrei (auch beides zusammen). Schreib doch mal,
was genau nicht funktioniert, vielleicht kann ich dir dann helfen. In
meiner /boot/grub/menu.lst schaut der Aufruf fuer den Framebuffer so
aus:

video=matrox:vesa:0x117  

In der /etc/X11/XF86Config-4 schaut die Device Sektion so aus:

Section Device
Identifier  Matrox Millennium 2164W
ChipSet mga2164w
Driver  mga
BusID   PCI:00:09:00
VideoRam4096
EndSection

Die BusID wird bei dir wahrscheinlich anders sein, die musst du halt
anpassen.

Auch wuerde ich in der Device Sektion folgende Option nicht setzen.

Option UseFBDev true

Wenn ich diese Option setze, dann geht bei mir auch nichts mehr richtig.

Hth Michael

-- 
 Ein vernünftig installiertes NT-System mit NTFS lässt sich auch nicht
 durch unbedarfte DAU-Aktionen kaputtmachen (...)
Stimmt. Da müssen Profis her. Ich habe etwa eine halbe Stunde gebraucht,
dann war es kaputt.   [Stefan Ring  Robin S. Socha]


pgp0.pgp
Description: PGP signature


Re: KDE-kfmclient

2003-03-11 Thread Michael Wagner
On Sun, Mar 09, 2003 at 02:22:42PM +0100, Thomas Mammitzsch wrote:
 
 ich habe auf meinem woody kde 3.1 per dselect installiert. Es funktionierte
 auch fast einwandfrei. Leider meldet kde, wenn ich z.b. auf das home-icon
 klicke: KDEInit could not launch kfmclient: Could not find kfmclient
 executable.
 
Hallo Thomas,

der befindet sich im Paket konqueror. Sowas kannst du uebrigens leicht
auf http://packages.debian.org/ selber rausfinden beim naechsten Mal.

Hth Michael

-- 
Hast du übrigens gewusst das auf einem Schwartzmarkt auch weisse
Leute kaufen?   
   [WoKo in dag]


pgp0.pgp
Description: PGP signature


Re: Webmin 1.050 - Running processes fehlt

2003-02-21 Thread Michael Wagner
On Fri, Feb 21, 2003 at 01:22:46PM +0100, Peter Stoehr wrote:
 
 ich habe vorhin den Webmin 1.000 geloescht, den ich als tarball installiert
 hatte (weil es in vor ca. 6 Monaten das Modul webmin-proftpd noch nicht
 gab). Ich verwende testing und hab mit dann den Webmin 1.050 als deb-Paket
 installiert. Was mir zum perfekten Glueck fehlt ist unter Karteireiter
 _System_ der Punkt _Laufende Prozesse_.
 
 Ich bekomme dabei einen 404er Fehler beim Versuch auf das Verzeichnis
 https://intranet/proc zuzugreifen. Ein spezielles Modul (webmin-proc oder
 so) finde ich auch nicht.
 
Hallo Peter,

ich hab zwar keine Ahnung von Webmin, da ich es selber nicht installiert
habe, aber mit der Suche mit apt-cache bin ich auf das Paket webmin-core
gestossen. Hast du das installiert, denn das tut IMHO das, was du
moechtest.

Hth Michael

-- 
Es ist ein kaum bekannter Fakt, aber der Papst mag auch Pinguine...
 - Linus Torvalds -


pgp0.pgp
Description: PGP signature


Re: ide-scsi emulation

2003-02-19 Thread Michael Wagner
Hallo Mathias,

On Wed, Feb 19, 2003 at 08:36:16PM +0100, Mathias Zimmermann wrote:
 
 Ich habe nach dieser Anleitung: http://channel.debian.de/faq/ch-confighw.html 
 meinen Brenner versucht zu konfigurieren. Jetzt habe ich bevor ich zum 
 Schritt des Gerät einrichten gekommen bin noch ne frage:
 
 Es steht:
 
 7. Wenn lilo-Konfigurtion geändert wurde - Debian neubooten, während der 
 Initialisierung die Kernel-Meldungen beobachten (bzw. /var/log/kern.log 
 danach). Es sollte(n) Zeile(n) wie
 
Wie sieht denn deine lilo.conf jetzt aus? Hast du nach der Aenderung
auch einmal /sbin/lilo laufen lassen? Sonst nuetzt dir naemlich das neu
booten gar nichts.

 Sep 20 21:05:17 foobar kernel: Detected scsi CD-ROM sr0 at scsi0, channel 0, 
 id 0, lun 0
 
 Ich habe in dieser Datei nur diese Meldung:
 
 Feb 19 20:18:19 vale kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI 
 devices
 
 Aber sonst nichts was mit scsi und CD-ROM zu tun hat! Stimmt das oder habe ich 
 da was falsch?
 
Du kannst dir mal das CD-Writing-HOWTO durchlesen, denn da wird es
wirklich sehr genau erklaert, wie du das am besten einrichtest. Auch die
Manpage zu cdrecord ist zu empfehlen, die enthaelt auch noch ein paar
wichtige Hinweise. Das CD-Writing-HOWTO befindet sich im Paket
doc-linux-text.

Hth Michael

-- 
Packungsaufschriften US-amerikanischer Produkte:
Auf der Verpackung eines ROWENTA-Bügeleisens:
Kleider nicht am Körper bügeln.



msg37056/pgp0.pgp
Description: PGP signature


Re: Migration SuSE -- Debian

2003-02-15 Thread Michael Wagner
On Sat, Feb 08, 2003 at 08:26:31PM +0100, Kai Schubert wrote:
 
 Das hört sich soweit ganz gut an, nur komme ich irgendwie mit
 get-selections bzw. set-selections klar, auch die ManPage zu dpkg
 brachte mich nicht weiter.
 
 Also ich hab auf dem Basis System ein `dpkg --get-selections` gemacht
 und den Output in eine Datei schreiben lassen. Auf meinem Testsystem
 habe ich dann `dpkg --set-selections  get-selections.out` gemacht. Klar
 ist mir im Moment nicht was ich nun tun muss ...

Hallo Marc,

wenn du auf der neuen Maschine eine Mininalinstallation gemacht hast,
brauchst du bloss noch folgende Befehle eingeben:

$dpkg --set-selections  get-selections.out

$apt-get dselect-upgrade

Das war es dann auch schon. OK, noch ein kleines bisschen Konfiguration.

Hth Michael

-- 
One nice thing about egotists: they don't talk about other people.



msg36500/pgp0.pgp
Description: PGP signature


Grundsaetzliche Frage zu Druckern

2003-02-12 Thread Michael Wagner
Hallo zusammen,

ich habe hier zuhause ein kleines Netzwerk bestehend aus einem Router
mit woody und eine Workstation mit sid. An der Workstation ist ein
Drucker (HP Laserjet 4L) ueber cups angeschlossen, der auch einwandfrei
funktioniert. Jetzt kriege ich diese Woche noch einen weiteren Drucker
(HP DeskJet 930C) und frage mich, wie ich das am besten mit dem
Anschluss loese.

Den HP 930C kann man ja entweder ueber USB oder den Parallelport
anschliessen. Da ich mich mit Linux + USB noch _gar_ nicht beschaeftigt
habe, stelle ich mir das nicht gerade leicht vor, das alles
einzurichten. Wenn ich damit falsch liege, waere es gut, wenn mich
jemand berichtigen koennte.

Jetzt koennte ich entweder den Drucker an meinem Router anschliessen
oder in die Workstation noch eine Karte einbauen, um einen parallelen
Anschluss mehr zu haben. Ausserdem gibt es dann noch die Moeglichkeit,
einen kleinen Printserver zu kaufen und ueber den alle Drucker laufen zu
lassen. Da die Moeglichkeit besteht, das noch ein weiterer Rechner
(wahrscheinlich win2000, da meine Freundin mit win arbeiten will) hier
zuhause dazu kommt, denke ich, das der Printserver eine gute Loesung
waere.

Da ich ob der Moeglichkeiten ein bisschen verunsichert bin, wollte ich
hier mal nachfragen, ob mir eventuell jemand ein paar Denkanstoesse
vermitteln kann.

Thx im Voraus
Michael

-- 
HOW YOU CAN TELL THAT IT'S GOING TO BE A ROTTEN DAY:
#32: You call your answering service and they've never heard of you.



msg36140/pgp0.pgp
Description: PGP signature


Re: apt-get dist-upgrade will nach unstable

2003-01-09 Thread Michael Wagner
On Sun, Jan 05, 2003 at 03:40:36PM +0100, Christian Obst wrote:
 On Sun, Jan 05, 2003 at 02:03:32PM +0100, Frank Evers wrote:
 
  Kann es sein, daß du eigentlich nur ein
  
  apt-get upgrade
  
  statt eines dist-upgrade machen möchtest? Das würde einiges erklären. 
 
 Nein, ich will ein dist-upgrade. Zur Zeit habe ich noch
 ein woody aus der Zeit irgendwann Ende August, aber bevor woody
 stable wurde. Jetzt will ich es auf ein aktuelles woody upgraden,
 allerdings auch ein paar unstable-Pakete haben. Apt-get hingegen will
 von fast allen Paketen die Version aus unstable ziehen.
 Das Problem tritt übrigens auch auf, wenn ich ein apt-get upgrade
 ausprobiere.

Hallo Christian,

in deiner ersten Mail hast du ja geschrieben, das du den mozilla aus
unstable verwendest. Das erklaert alles.

$ dpkg -p mozilla-browser

Depends: libc6 (= 2.3.1-1),usw.

Da von deinem Mozilla die neueste libc verlangt wird, werden die anderen
Programme halt auch alle upgedatet.

CU Michael

-- 
Word wird erst dann interessant, wenn es Patches gibt, die die systematische
Folterung von Karl Klammer ermöglichen.
 [Axel Reichert in dctt]



msg31719/pgp0.pgp
Description: PGP signature


Re: xcdroast erlaubt keine normalen User

2003-01-04 Thread Michael Wagner
On Wed, Jan 01, 2003 at 10:58:34PM +0100, Christoph Glaubitz wrote:
 On Tue, Dec 31, 2002 at 05:51:59PM +0100, Christian H. Kuhn wrote:

  -rws--x---1 root xcdwrite 272K 2002-12-27 21:03
  /usr/bin/cdrecord
  sollte doch eigentlich reichen. 
 
 Nee. Das reicht nicht. Um das ausführen zu dürfen benötigt die Gruppe
 auch Leserechte.

Hallo Christian,

ich habe zwar nicht den ganzen Thread verfolgt, aber ich wollte dir nur
sagen, das die o.g. Berechtigungen schon reichen, damit normale User mit
cdrecord brennen koennen. Bei mir schaut es so aus:

-rws--x---   1 root   cdburner  /usr/local/bin/cdrecord

Damit kann jeder, der in der Gruppe cdburner ist, mit cdrecord
brennen, wenn man noch die /dev/sgx Eintraege anpasst. Denn da braucht
die Gruppe auch Lese- und Schreibrechte.

Hth Michael

-- 
Es gibt keine Witze über Microsoft, es sind Tatsachen.



msg30966/pgp0.pgp
Description: PGP signature


Re: Selbst kompilierter apache und apt-get update/upgrade

2003-01-01 Thread Michael Wagner
On Tue, Dec 31, 2002 at 07:27:19PM +0100, Stefan Sonnenberg-Carstens wrote:

 Im Internet fand ich die Informationen, wie man ein „ordentliches“
 Debianpaket aus den src-Paketen baut.
 Alles läuft wunder-best, bis auf die Tatsache das apt-get nach
 Apt-get update und
 Apt-get upgrade immer die originalen Pakete installieren will, und somit
 meine Änderungen futsch wären.
 Komisch ist, das beide Pakete (original und selbst-gebaut) die selbe Version
 tragen.
 Kann mir das einer erklären und vielleicht auch, wie ich die Pakete von der
 Upgrade-Prozedur ausschließen kann ?

Hallo Stefan,

du kannst die Pakete z.B. mit dselect auf hold setzen.

Hth Michael

-- 
Vieleicht ist es ja meine Bestimmung durch das Usernetz die Wahrheiten
udn Weisheiten an die Unwissenden weiterzugeben, auf das die Menschlein
anfangen zu denken mit dem was sich da Gehirn nennt.
 [WoKo in dag]



msg30728/pgp0.pgp
Description: PGP signature


Re: Systemweite Crontab Konfigurationsdatei geloescht

2002-12-24 Thread Michael Wagner
On Tue, Dec 24, 2002 at 12:35:08PM +0100, Christian Jägle wrote:
 
 mein Löschfinger war mal wieder zu schnell und ich habe versehentlich
 /etc/crontab gelöscht. Gibt es einen weg, diese Datei wiederherzustellen?
 
 Falls da gar nichts geht, gibt es eine Möglichkeit, die Standarddatei 
 irgendwo herzubekommen?
 Auf die selber vorgenommenen Einträge könnte ich verzichten. Achja, es 
 handelt sich
 um ein Debian Woody System.

Hallo Christian,

du koenntest dir das Source-Paket von cron downloaden und dann einfach
auspacken und /etc/crontab rueberkopieren. Ansonsten waere das eine gute
Gelegenheit, ueber eine Backupstrategie nachzudenken.

Hth Michael

-- 
Wer HTML postet oder gepostetes HTML quotet oder sich gepostetes oder
gequotetes HTML beschafft, um es in Verkehr zu bringen, wird geplonkt.



msg29990/pgp0.pgp
Description: PGP signature


Re: modconf startet nicht

2002-12-22 Thread Michael Wagner
On Sun, Dec 22, 2002 at 05:51:29PM +0100, hofmeister christian wrote:
 
 ich habe einen neuen kernel (2.4.18) kompiliert, soweit ist alles glatt gelaufen.
 habe beide im lilo (2.2.20 und 2.4.18) und booten ist bei beiden ok.
 nun wollte ich 2.4.18 konfigurieren (modconf) und die module konfigurieren.
 
 nach dem aufruf von modconf passiert NIX. nicht mal eine fehlermeldung.

Hallo Christian,

es ist zwar keine Loesung fuer dein modconf Problem, aber du kannst ja
die Module auch haendisch in /etc/modules eintragen. Was anderes macht
modconf naemlich auch nicht.

Hth Michael

Btw: Deine Shift-Taste kannst du auch mal benutzen. Dann laesst es sich
 leichter lesen.

-- 
Linux is user-friendly.  But it is not ignorant-friendly and idiot-friendly.



msg29789/pgp0.pgp
Description: PGP signature


bash und bash_completion

2002-12-17 Thread Michael Wagner
Hallo zusammen,

ich habe hier das Problem, das meine /etc/bash_completion und die
Dateien in /etc/bash_completion.d nicht mehr von meiner /etc/bash.bashrc
gesourct werden. Ich habe es zwar jetzt geloest durch einen Eintrag in
~/.bashrc, aber das muesste ja normalerweise nicht sein.

$dpkg -l bash* 

ii  bash2.05b-3
ii  bash-builtins   2.05b-3

Weiss hier vielleicht einer die Loesung. Ich habe auch schon mit
querybts nach einem Bug geschaut, habe aber keinen gefunden.

CU Michael

-- 
Real programmers don't comment their code. If it was hard to write, it
should be hard to read.



msg29154/pgp0.pgp
Description: PGP signature


Re: Wie unterdrücke ich Leerzeilen?

2002-12-04 Thread Michael Wagner
On Tue, Dec 03, 2002 at 11:38:55PM +0100, Martin Kurz wrote:
 
 ich finde es einfach nicht raus, hab' irgendwie eine Blokade:
 
 Mit z. B.:
 
grep -v ^# /etc/squid.conf
 
 filtere ich alle Zeilen, die kein Kommentarzeichen haben. Schön und gut. 
 
 Leider sind dann viele Leerzeilen im Output. Das ganze ist unübersichtlich. 
 Wie kann ich nun das Ergebnis wiederum so formatieren, dass ich keine 
 Leerzeile habe? 

Hallo Martin,

du hast ja jetzt schon mehrere Vorschlaege bekommen. Ich mache es so:

$egrep -v '#|^ *$' file

Hth Michael

-- 
Die GPL ist ein Krebsgeschwuer und MS hat das Gegenmittel.
Alles wird gut.   ;-))
 [aus debian-user-de]



msg27504/pgp0.pgp
Description: PGP signature


Re: Probleme mit dvips

2002-11-28 Thread Michael Wagner
On Thu, Nov 28, 2002 at 09:22:30PM +, Marc F. Neininger wrote:
 
  # dpkg -S texc.pro
  tetex-bin: /usr/share/texmf/dvips/base/texc.pro
 
 bei mir (dvips version 5.86, ist die Datei leider nicht vorhanden... :-(
 
Hallo Marc,

bei mir ist die Datei in folgendem Paket:

$dlocate -S texc.pro
tetex-base: /usr/share/texmf/dvips/base/texc.pro

Installier doch das mal.

Hth Michael

-- 
Jedentag etwas posten, und du fuehlst dich wohl! Und wenn du auch
nur etwas postet, was eigentlich gar nichts ist. Aber du fuehlst
dich wohl.   [WoKo in dag]



msg26854/pgp0.pgp
Description: PGP signature


Re: Was will modprobe da laden? char-major-4

2002-11-27 Thread Michael Wagner
On Wed, Nov 27, 2002 at 11:45:08AM +0100, Matthias Fechner wrote:
 * Andreas Behnert [EMAIL PROTECTED] [26-11-02 19:20]:
  ~~~snip~~~
   4 charTTY devices
0 = /dev/tty0 Current virtual console
  
  number for BSD PTY devices.  As of Linux 2.1.115, this
  is no longer supported.  Use major numbers 2 and 3.
  ~~~snip~~~
 
 In welcher Datei kann ich das denn nachlesen?
 
Hallo Matthias,

das findest du in /usr/src/kernel-version/Documentation/devices.txt

CU Michael

-- 
- Macs sind fuer die, die nicht wissen wollen, warum Ihr Rechner funzt.
- Linux ist fuer die, die wissen wollen, warum er funzt.
- DOS ist fuer die, die wissen wollen, warum er nicht funzt, und
- Windows ist fuer die, die nicht wissen wollen, warum er nicht funzt.



msg26664/pgp0.pgp
Description: PGP signature


  1   2   >