Re: [Aptitude-devel] aptitude ~A question

2016-11-06 Thread Axel Beckert
and ?widen() on https://aptitude.alioth.debian.org/doc/en/ch02s04s05.html HTH. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 C

Re: [Aptitude-devel] aptitude ~A question

2016-11-03 Thread Axel Beckert
Hi again, Axel Beckert wrote: > The main reason is that ~A does (as most of aptitude's patterns) > substring matching, […] > * aptitude's ~A pattern matches substrings of the Archive value in the > Release file. Sven is of course right, and it's regular expres

Re: [Aptitude-devel] aptitude ~A question

2016-11-03 Thread Axel Beckert
the Release file. The according documentation is at https://aptitude.alioth.debian.org/doc/en/ch02s04s05.html#searchArchive but I must admit, it's not perfect as it does not help with your question. Hope this helps. Regards, Axel -- ,''`. | Axel Beckert , http:/

Re: IMPORTEND squid3 stable needs update

2016-01-18 Thread Axel Beckert
/s/squid3/news/20150804T214706Z.html? > So I'd like to request to mark Version 3.5 as stable.(But Version 3.5 in > stable state) Please read https://www.debian.org/doc/manuals/debian-faq/ch-getting.en.html#s-updatestable Regards, Axel -- ,''`. | Axel Beck

Re: piece of mind (Re: Moderated posts?)

2014-10-14 Thread Axel Wagner
a data source. Best, Axel Wagner -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87vbnmh1ga.fsf@rincewind.i-did-not-set--mail-host-address--so-tickle-me

Jessie, gdm3 recently fails without composite (as well gnome3 with lightdm after login)

2013-11-21 Thread Axel Kittenberger
try to switch to kde to see if that can work without composite. Or do you have another suggestion for a window manager to use that will live happily without composite? kind regards, Axel

Re: 100% used / file system. Help!

2011-09-21 Thread Axel Freyn
.4M/root > Tux:/home/lisi# du -s -h /tmp > 120K/tmp > Tux:/home/lisi# du -s -h /usr > 3.7G/usr > Tux:/home/lisi# For /var/cache: did you clean the package cache? "aptitude clean" might help... (depending on your configuration it MIGHT be that you have man

Re: A quick Q: how do I command something in large amount

2011-09-15 Thread Axel Freyn
ould be no "(" In fact, I use just a different syntax then Aaron to achieve the same result: We want to evaluate the command "basename $FILE .txt" and pass the output of this command as argument to mv (this feature is called "command substitution" in the man-page).

Re: A quick Q: how do I command something in large amount

2011-09-15 Thread Axel Freyn
n bash can be REALLY problematic, as soon as you have special characters in your filenames. Like for example spaces or new-lines or other control characters... OK, at least new lines are luckily very rare, but they can exist. So you should try e.g. for FILE in *.txt; do mv "$F

Re: String Manipulation and a Need for RS-232

2011-08-30 Thread Axel Freyn
systems and installing pySerial (or distributing it together with your code) is not an option, you can open the port directly in python too -- but then of course you have to care more about error debugging e.g. HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: Urgent XFS Recovery

2011-07-04 Thread Axel Freyn
-de...@lists.alioth.debian.org however, I don't know which tools are available for XFS, I only tried it for ext2/3 sometimes. Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110704123740.GA25392@axel

Re: C compiler cannot create executables no good google answers

2011-07-01 Thread Axel Freyn
dependences for emacs23 -- which are probably a good start to try compiling emacs24. (Maybe they are already sufficient) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110701155523.GC15234@axel

Re: Re (4): Capability of Iceweasel to open a local file.

2011-06-07 Thread Axel Freyn
x27;s true also for javascript. So, as soon as you set "security.checkloaduri=true", a website you're visiting could copy all files from your local disk which you're allowed to read (so /etc/shadow would be inaccessible (except you run iceweasel as root :-)), but all files

Re: Samba or NFS

2011-06-03 Thread Axel Freyn
m. However, you can switch on strong authentification (based on Kerberos), then it's safe (the server verifies that the client has the correct Kerberos-token of this user -- UID is not sufficient), and even ask to sign all transfers (to block man-in-the-middle-attacks which could change the commands sent to the server) and encryption (to protect data privacy). However, it's much more work to install, as you also need a full Kerberos-setup Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110603174153.GR19127@axel

Re: ia64 and i386

2011-05-24 Thread Axel Freyn
her hand have "Instruction set: Itanium 64bit" ==> ia64 Of course, you also can use 32bit only -- or 32bit with a bigmem-Kernel. Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110524160132.GA11683@axel

Re: ia64 and i386

2011-05-24 Thread Axel Freyn
Intel in all processors except Itanium. So, your i5 is an amd64-architecture :-) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110524152714.GL4375@axel

Re: Waking from the Dead

2011-05-14 Thread Axel Freyn
resolve all problems/errors that aptitude reports ... > Mostly right now I'm failing all over the place on Authentication. Most of the time, the problem for Authentication is the wrong keytable for the keyboard -- try in box for the username whether all keystrokes needed in your password gi

Re: access to non-free from aptitude (continued)?

2011-05-14 Thread Axel Freyn
Hi Andrei, On Sat, May 14, 2011 at 02:03:22PM +0300, Andrei Popescu wrote: > On Jo, 12 mai 11, 18:50:33, Axel Freyn wrote: > > [...] > > > And another remark: Whenever there appear NEW packages, aptitude will > > show them in a special section (not "not

Re: access to non-free from aptitude (continued)?

2011-05-12 Thread Axel Freyn
> Forget new packages" > >Is there an aptitude tutorial someplace? I suspect there > are a lot of basic things I don't know. > You could try: http://wiki.debian.org/Aptitude which also refers to the apt-documentation http://wiki.debian.org/Apt and the "full&qu

Re: Access to non-free from aptitude?

2011-05-12 Thread Axel Freyn
n.uchicago.edu/debian/ lenny non-free > >but I'm still only seeing the stuff in main. > >The thing I'm looking for at the moment is the info pages > for emacs. Did you run a "aptitude update" after the change, in order to ask aptitude to reload the lists? I

Re: finding the category of a package.

2011-05-11 Thread Axel Freyn
fore. I use normally "apt-cache show" apt-cache show shorewall Then you get the Filename: Filename: pool/main/s/shorewall/shorewall_4.4.11.6-3_all.deb ==> it is in main HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe

Re: preparing upgrade

2011-05-11 Thread Axel Freyn
e to be pushed through the security archive. ... " So, security.debian.org continues to be important :-) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110511152959.GO15307@axel

Re: Why does Linux crash?

2011-04-20 Thread Axel Freyn
he reason (I believe) that those features are not activated by default on "private" computers. And e.g. for Debian: It is almost impossible to define "sensible" rules which would apply for ALL computers and ALL users where Debian will be installed -- so I think the solution "do

Re: Managing large numbers (100+) of Debian-based machines

2011-04-07 Thread Axel Freyn
rver and a local one on each client. At every boot, the client checks the version-number in the server & compares it to its local one -- and starts the update if necessary). I'm happy with FAI ;-) Once you have the configuration space, everything "just works" -- and re-installat

Re: Addressing a machine behind the router without port forwarding or DMZ

2011-04-03 Thread Axel Freyn
nts to connect to outside". Of course, the remaining question is: does the router allow this connection? And you need an external server to initiate the connection: somehow, the individual has to learn the networking details of the initial packet... The "external server" could

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-13 Thread Axel Freyn
Hi Hugo, > > > > Thanks Axel. It is stranger yet: > > 1. mutrec is defined in aa.cpp > > 2. It is used as extern in mc.cpp, grafrs.cpp and setfile.cpp > > 3. But g++-4.5 only finds undefined referenes in mc.cpp and grafrs.cpp, > > *not* in setfile.cpp

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-13 Thread Axel Freyn
Hi Hugo, On Sat, Mar 12, 2011 at 03:35:55PM -0600, Hugo Vanwoerkom wrote: > Axel Freyn wrote: >> Hi Hugo, >> On Sat, Mar 12, 2011 at 11:17:19AM -0600, Hugo Vanwoerkom wrote: >>> Hi, >>> >>> I am looking for your opinion as to whose bug this is.

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Axel Freyn
of lines of code... Is that possible? I just had a VERY quick look at the code: It seems that "mutrec" is defined in "aa.cpp". Do you link aa.cpp and grafrs.cpp together? Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110312180542.GJ11958@axel

Re: "fields" in files

2011-01-30 Thread Axel Freyn
he name of the file > alone in this sample! Is that what you want to achieve? ls -l | sed -e 's/ */ /g' | cut -f 8 -d " " This gives the 8's element in the line, that is the filename. I used "sed" to replace multiple spaces by a single one, and then "

Re: parsing problem

2010-12-09 Thread Axel Freyn
iable: Now, if you send your strings to the standard input of sed, it will write the variable into its output: echo "bla bla bla Handle: 0x12a7 bla bla bla" | sed -e 's/.*Handle: \(0x[0-9a-f]*\) .*/\1/' gives: 0x12a7 HTH, Axel -- To UNSUBSCRIBE, email to debian-user-req

Re: How to check that if a package is installed?

2010-11-30 Thread Axel Freyn
e.g.: \"apt-get install tofrodos\""; fi > > Is there a better way then this? Yes, I think so: (dpkg -l | grep -q "^ii tofrodos ") || echo "not installed" That should do the same Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: Can Debian Backup ntfs File System?

2010-11-28 Thread Axel Freyn
an important file, which was lost by the file-system corruption? Of course the question is, how important the data are -- is it worth the effort to first create a copy of the partition and then to work on the copy? Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101128174818.ge5...@axel

Re: Can Debian Backup ntfs File System?

2010-11-28 Thread Axel Freyn
em (e.g.: also by using defrag or scandisc from windows) you risk to loose data and make recovery harder or even impossible, so: work on a copy of the disk!) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101128162217.gc5...@axel

Re: Xorg error with 2.6.32-5 kernel

2010-09-26 Thread Axel Freyn
you have to actived it in the kernel... (or maybe there is a way how you can switch it off completely in the X11-driver?) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http

Re: searching inside files with find, cat and grep as a oneliner ...

2010-09-17 Thread Axel Freyn
t; in this file. The line outputs the grep-results. You could also just output the filenames by using find / -name filename -exec grep -l word {} \; For more details, see "man find" and "man grep" ,-) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.

Re: How to format usb stick ?

2010-09-03 Thread Axel Freyn
Hi, > How can I format USB stick with vfat? > In system menu, I cannot find the tools for it. I would propose to use a text console. The tool is "mkfs.vfat", contained in the debian-package "dosfstools" (This has to be installed first). HTH, Axel -- To UNSUBSCRIBE,

Re: Ethernet connection

2010-09-03 Thread Axel Freyn
h on > Hyundai. On your old PC, ifconfig eth0 192.168.0.3 netmask 255.255.255.0 up should be sufficient to configure its Network -- afterwards, the communication with the laptops should work (This command is not preserved during system restarts -- after each restart, you have to se

Re: ia64? amd64

2010-09-02 Thread Axel Freyn
quot;-processors are the Itanium and Itanium II processors -- everything else uses amd64. Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100902135944.ga15...@axel

Re: Saving files of one folder in another partition, but without changing the path?

2010-07-04 Thread Axel Freyn
ame data in both directories -- they are stored on the device of /home/merciadriluca/another_folder HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100704115605.gg20...@axel

Re: Does Linux respect gratuitous arp replies?

2010-04-15 Thread Axel Freyn
ration: If you do: echo 1 > /proc/sys/net/ipv4/conf/all/arp_accept it will accept them. With echo 0 > /proc/sys/net/ipv4/conf/all/arp_accept they are ignored. Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Re: CUPS broadcasting print queue availability

2010-04-03 Thread Axel Freyn
(what printers do exists, are the working, paper jam, ...), the client will ask the server. So: in this configuration, it is irrelevant whether Browsing is activated or not... The cups-client packages do NOT contain a daemon which listens all the time:-) However, always important

Re: Roman Gelfand has invited you to open a Google mail account

2010-01-05 Thread Axel Freyn
counting) of free storage." is not very convincing. At least it would be a strange way of advertising:-)) Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: pxe booting problem

2009-09-14 Thread Axel Freyn
o use a network sniffer like wireshark in order to verify which file the client is trying to download exactly. However, in your configuration of the tftp-Server, the file "/var/lib/tftpboot/pxelinux.0" on the server will be accessed by "pxelinux.0" - without the directory. So just try

Re: mutt and /var/spool

2009-04-14 Thread Axel Freyn
open the file and you can start reading the emails... HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Decrypt, Edit and Encrypt a File

2009-04-05 Thread Axel Freyn
are editing the file. In addition - it is more comfortable: you just have to open the file in vim, and it will be automatically decrypted... I'm sure for emacs exists an analogous approach (if you prefer emacs to vim) HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: No more logins after upgrade to deb 5.0

2009-03-05 Thread Axel Werner
, BUT still there wont be any warning or message that his password is expired and how much grace logins are left for the user. so it seems you have to handle all that by yourself! i realy hope my little report here will save some time for someone out there. regards Axel -- To UNSUBSCRIBE, email t

Re: No more logins after upgrade to deb 5.0

2009-03-04 Thread Axel Werner
tions here. regards Axel

Re: sed help please

2009-01-27 Thread Axel Freyn
in the search patton, any > ideas how to do this so sed doesn't complain? Use a backslash \ bevor the slash/: "\/" works fine Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: post-installation error

2009-01-15 Thread Axel Freyn
26-1-amd64.postinst which is run to complete the update of the kernel. What happens if you try to run yourself update-grub ? HTH, Axel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: howto make root emacs open in X

2009-01-10 Thread Axel Freyn
On Sun, Jan 11, 2009 at 01:10:09AM +0900, Osamu Aoki wrote: > On Sat, Jan 10, 2009 at 09:26:07AM -0600, Harry P wrote: > > Axel Freyn writes: > > > > > Why do you use ssh to connect to the local machine? I would propose to > > > > I have no security worri

Re: howto make root emacs open in X

2009-01-10 Thread Axel Freyn
to the local machine? I would propose to use "su" to switch to a root account. In order to allow root the access to the X-Server, it is sufficient to set the environment-variables DISPLAY=":0" XAUTHORITY="/home/username/.Xauthority" , "username&qu

Re: problem with flex; pls reply urgent

2008-09-13 Thread Axel Freyn
olve this problem??? You have to call lex as lex -ll idtoken.l (first the parameters, and then the filename) HTH, Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: how is it possible to assign ip ending in 255 ?

2008-06-15 Thread Axel Freyn
ition is, that the broadcast address is always the highest address of the network. So if you hav a Network 10.0.0.1/255.255.254.0, the address 10.0.0.255 is a normal ip-Adress of this network, and has to pass all routers. The Broadcast adress of this network is ONLY 10.0.1.255. HTH, Axel -- To UNSUB

Re: Simple awk question

2008-06-02 Thread Axel Schlicht
So split the line into an array (using split) and print the respective fields. Split etc. is in the O'Reilly book. HTH Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Python problems with a lot of applications.

2008-05-23 Thread Axel Freyn
Hi dark, On Thu, May 22, 2008 at 08:59:29PM +0100, Dark Nebula wrote: > hallo Axel, > > yes i have the file: > [EMAIL PROTECTED]:~$ ls -l /usr/bin/python2.5 > -rwxr-xr-x 1 root root 1174932 2008-05-15 18:36 /usr/bin/python2.5 > [EMAIL PROTECTED]:~$ Well, I think I know your er

Re: Python problems with a lot of applications.

2008-05-22 Thread Axel Freyn
on2.5 gtk-2.0 /var/lib/python-support/python2.5/gtk-2.0 to the file /usr/local/lib/python2.5/site-packages/python-support.pth (if it does not exist already, create it) This file should be sourced each time python is executed. But: probably, you should reinstall python, because on my machine, pyt

Re: Python problems with a lot of applications.

2008-05-22 Thread Axel Freyn
print the list of directories, where python looks for its modules. There you should have the files "pygtk.py" and "pygtk.pyc" (the .py-File is the source code, ths .pyc is already precompiled). On my machine, these files are in /var/lib/python-support/python2.4/pygtk.py[c] If the

Re: kernel update breaks network

2008-05-22 Thread Axel Freyn
obably the new Kernel detects the card differently. If udev is correctly running, you should have a file /etc/udev/rules.d/z25_persistent-net.rules containing entries for each network-device. If you change there "eth4" to "eth0", it should work. HTH, Axel -- To UNSUB

Ping works but not internet

2007-12-11 Thread Axel Minck
Hi everybody, I recently installed Debian on my computer (2.6.18 kernel). After some time to configure the wireless internet access, I can: - Ping addresses - Go to Google homepage (sometimes I cannot even open Google) - Carry out searches on Google But I c

Jerky Mouse

2007-11-28 Thread Axel Schlicht
neral assistance: What might cause such behavior, where do I have to tamper with config files if necessary, and are there some sources on how to solve such problems, read: hardware works under other flavors, but behaves strangely under debian. Thanks for any help. Axel -- To UNSUBSCRIBE, ema

I can't boot anymore!

2006-12-26 Thread Axel Gallus
Yesterday, i have resized my debian partition with partition magic from windows. After that, i was not able to boot from that debian partition - what happens is that it displays "GRUB" and the system halts. So i made a netinstall cd (ca.180MB http://www.debian.org/CD/netinst/) and tried a "rescue

Re: make-kpkg + 2.6.18 errors

2006-09-23 Thread Axel Beckert
ith newer 2.6 kernels...) Looks to me as if your .config file is broken somehow. There are syntax errors and something that looks like something is going into an endless loop. Can you attach the .config you tried to run make-kpkg with? Regards, Axel -- Axel Beckert - [EMAIL PROTEC

sarge + sympa

2004-09-24 Thread Axel
hi. i noticed that theres no sympa packages in sarge. is this temporary?? cheers, http://www.axeltabs.com/ http://roundhound.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Xfree dfsg and very long applications start time

2004-05-15 Thread Axel
Hello, I have upgraded xfree in Sid to 4.3.0.dfsg.1-1. Now all the graphical applications take a very long time to start, typically a few minutes. Once they have started, they work fine. I checked the logs, but I couldn't see anything helpful to understand what's going on. Anybody had this proble

Re: Kernel recompilation

2004-04-12 Thread Axel
On Mon, 12 Apr 2004 12:48:49 -0300, Jansen Carlo Sena wrote: > > When I rebooted my system using this new kernel I get the follow > message: > > * VFS: > Cannot open root device "hda7" or 03:07 Please append a correct "root=" > boot opti

libc6 - initscripts conflict

2004-03-19 Thread Axel
Hello, I am trying to upgrade libc6 2.3.2.ds1-10 to libc6_2.3.2.ds1-11 in Sid, but I get this error: dpkg: error processing /var/cache/apt/archives/libc6_2.3.2.ds1-11_i386.deb (--unpack): trying to overwrite `/etc/default/devpts', which is also in package initscripts The installed version of init

Re: could you give a link for xfree 4.3 deb-s for woody? thanks

2004-01-13 Thread Axel Burwitz
Attila Csosz wrote: > http://opensource.nchc.org.tw./apt/xfree86-4.3/woody ./ rgds Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: building ati radeon driver on linux2.6 - version.h not found

2004-01-11 Thread Axel Burwitz
rce-2.4.22/include/linux, and voila: for me it worked... BTW, I have ATI drivers 3.2.8-2 (including forRadeon 9000) packaged for Debian, and a kind of a how-to for it, and could send via email if you want. But the package I have needs XFree 4.3.0. (and that was MY problem : to update from 4.2 as i

Re: Starting dhclient at boot up

2004-01-04 Thread Axel Burwitz
[EMAIL PROTECTED] wrote: log in > as root and start dhclient. How can I do this automatically at boot up? > > Regards, > > Abhay > Hi, I did that by adding a line "dhclient eth0" as last command into the /etc/init.d/bootmisc.sh script. Works fine and for all

Re: libc6-dev depends from linux-kernel-headers ?

2004-01-03 Thread Axel Burwitz
@ Jan Minar, Colin Watson, Andreas Janssen: I installed them from a ftp site, and after some struggle with version.h finally it worked... No idea why they have not been on the DVD Thanks for help ! Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: libc6-dev depends from linux-kernel-headers ?

2004-01-02 Thread Axel Burwitz
Jan Minar wrote: > This is a dependency problem. So try to do > > apt-get install kernel-headers > > so you'll know whether apt really thinks kernel-headers are not > available. It gave: "debian-sarge:/home/axel# apt-get install linux-kernel-headers Reading Pa

Re: libc6-dev depends from linux-kernel-headers ?

2004-01-02 Thread Axel Burwitz
Colin Watson wrote: > > Testing definitely has a linux-kernel-headers package (that exact name). > Hmm. I tried to install, but: "debian-sarge:/home/axel# apt-get install linux-kernel-headers Reading Package Lists... Done Building Dependency Tree... Done Package linux-kernel-

Re: libc6-dev depends from linux-kernel-headers ?

2004-01-01 Thread Axel Burwitz
, but still that message appears.. best regards and a fine new year, Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

libc6-dev depends from linux-kernel-headers ?

2003-12-31 Thread Axel Burwitz
es" Can't find a package with this name, there's no file with this name installed somewhere in my system, etc etc Some things I found with google indicate that in woody there is not such a dependancy. What can I do ?? rgds Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

on ./configure I get a gcc C Compiler error: what am I missing ??

2003-12-29 Thread Axel Burwitz
int | main () | { | | ; | return 0; | } configure:1659: error: C compiler cannot create executables What am I missing or doing wrong ?? I have configure/make/make install made so often in SuSE and Red Hat, I don't under stand that here ! Thanks in advance for help Axel -- To UNSUBSCR

Re: Sound Blaster Audigy 2 in Debian Sarge

2003-12-26 Thread Axel Burwitz
Axel Burwitz wrote: > Scott C. Linnenbringer wrote: > > >> The process is rather simple: just read the README in the emu10k1-cvs >> archive, and make sure you have the kernel headers/source for your >> kernel. Otherwise it's a straight compile, install a

Re: Sound Blaster Audigy 2 in Debian Sarge

2003-12-25 Thread Axel Burwitz
/cvs/?group_id=44773 > > Scott, I have loaded the emu10k1-cvs , installed the kernel sources and headers for my kernel version from the install-DVD, and tried to follow the process in the README inside the emu10k1-dir, but following things happened: debian-sarge:~# cd /home/axel/emu10

Re: Sound Blaster Audigy 2 in Debian Sarge

2003-12-24 Thread Axel Burwitz
Scott C. Linnenbringer wrote: > On Tue, Dec 23, 2003, at 13:46 +0100, Axel Burwitz wrote: > >> allright, then I will try that ! >> May I contact you via email if I have problems to do same you did ? > > Just reply on-list, I'll see it. And if you reply to the list,

Re: Challenge to the debian community: ethernet controller doesn't work in debian but in: SuSE, Fedora, Gentoo !!

2003-12-23 Thread Axel Burwitz
Hi Kent ! Thanks for help ! With a hint from another newsgroup, to use "e100" driver, I finally managed to set up network and internet connection (after some hurdles with DHCP..) !! Happy now ! I answer your questions below.. Regards and merry christmas Axel Kent West wrote:

Re: Sound Blaster Audigy 2 in Debian Sarge

2003-12-23 Thread Axel Burwitz
allright, then I will try that ! May I contact you via email if I have problems to do same you did ? Axel Scott C. Linnenbringer wrote: > On Mon, Dec 22, 2003, at 16:42 +0100, Axel Burwitz wrote: > >> Hi, >> >> at KDE start a "no /dev/dsp"-message appears an

Re: Challenge to the debian community: ethernet controller doesn't work in debian but in: SuSE, Fedora, Gentoo !!

2003-12-23 Thread Axel Burwitz
Hi Robert, thanks for help ! Meanwhile I got it fixed by using "e100" driver after receiving a hint in a newsgroup, rgds Axel Robert Storey wrote: > By default, Debian doesn't do a good job of auto-detection. There are > two tools you should install: > > apt-get

Re: which driver for onboard ethernet controller on Dell Diemnsion 8300 ??

2003-12-22 Thread Axel Burwitz
Kent West wrote: > Axel Burwitz wrote: > >>Hi, >> >>I installed , for my first Debian try, Debian Sarge from the "LinuxUser" >>magazine's DVD. After some hurldles it worked but: >>did'nt configure any network card, eth0 etc. >>When I

Re: which driver for onboard ethernet controller on Dell Diemnsion 8300 ??

2003-12-22 Thread Axel Burwitz
Anita Lewis wrote: > Axel Burwitz wrote: >> Hi, >> >> I installed , for my first Debian try, Debian Sarge from the "LinuxUser" >> magazine's DVD. After some hurldles it worked but: >> did'nt configure any network card, eth0 etc. >> When

Re: Sound Blaster Audigy 2 in Debian Sarge

2003-12-22 Thread Axel Burwitz
Oops, that does not sound good ! Give me some time to try.. Antonio Rodr! wrote: > On Mon, 22 Dec 2003 16:42:18 +0100 > Axel Burwitz <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> at KDE start a "no /dev/dsp"-message appears and I cannot configu

Re: Challenge to the debian community: ethernet controller doesn't work in debian but in: SuSE, Fedora, Gentoo !!

2003-12-22 Thread Axel Burwitz
Em Seg, 2003-12-22 às 12:28, Axel Burwitz escreveu: >> and I cannot find or get help in Usenet and via google ?? > > That's why this list exists. > > >> Come on, debian community: take that chalenge ! > > Cut short the crap, please. > > >>

Challenge to the debian community: ethernet controller doesn't work in debian but in: SuSE, Fedora, Gentoo !!

2003-12-22 Thread Axel Burwitz
r Corp. Unknown device 0157" "lspci -v" shows the controller the same way as in Suse and the others... ? Can anyone help ? Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Sound Blaster Audigy 2 in Debian Sarge

2003-12-22 Thread Axel Burwitz
Hi, at KDE start a "no /dev/dsp"-message appears and I cannot configure a "emu10k1" driver module via modconf ("installation failed") for my SB Audigy 2 in Debian Sarge ! Anyone a idea, or did it before ? rgds Axel BTW: it works in SuSE and Fedora... -- T

Re: which driver for onboard ethernet controller on Dell Diemnsion 8300 ??

2003-12-21 Thread Axel Burwitz
want > on their web page. > Otherwhise try google: Dell Inspiron 8300 Linux Debian > > Hope that helps, > Jerome > > Axel Burwitz wrote: >> Hi, >> >> I installed , for my first Debian try, Debian Sarge from the "LinuxUser" >> magazine's D

which driver for onboard ethernet controller on Dell Diemnsion 8300 ??

2003-12-21 Thread Axel Burwitz
0157" ? Can anyone help ? Thanks in advance Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

nfs problems

2003-06-25 Thread Axel Schlicht
d the new card and buy a better one? Any help will be highly appreciated, as I have to transfer about 10 GB asfast as possible. Axel Schlicht -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mkinitrd

2003-05-30 Thread Axel Gerster
to do? In particular, why do you think you need initrd? Well, I have a Highpoint HPT370A Raid Controller. Highpoint offers just an module (which works) but no kernel patch. Due the fact, that I want / to reside on the raid, I think the module should be in the initrd, right? Yours Axel --

Re: mkinitrd

2003-05-30 Thread Axel Gerster
rror "disk full". Yours Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mkinitrd

2003-05-30 Thread Axel Gerster
h files do I need. Which devices? an d so on. > If you look back through the archives of this list for this month, you'll > find lots of discussion on initrd. > > Would it be easier for you to embed the module into the kernel? I only have the source code for a module. How to patch

mkinitrd

2003-05-29 Thread Axel Gerster
Hello, can someone please explain to me how to get an module into an existing initrd.img and get it loaded on bootup? Or does someone know a good howto? Thx. Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

HPT370A & Debian

2003-05-27 Thread Axel Gerster
int? I use the 2.4.20-1-k7 image. Thanks very much. Axel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: grep / sed + regex : possible bug ?

2003-03-20 Thread Axel Schlicht
actually means "we ran > off the end of the regular expression before we ran out of input, but > that's OK". So in fact it (my regex) is taken as .*/Name/[^/][^/]*.* (note the additional .*) as long as I don't and quite clearly say it has to stop, i. e. add an anchor. Thanks for

Re: grep / sed + regex : possible bug ?

2003-03-19 Thread Axel Schlicht
t although greedy, sed and the like should only be greedy up to a point, that is .*Anything will be interpreted as read as much as you like, but once you meet an Anything you'll stop. But a .* prefix does not change anything (quite correctly) So the question remains, why don't they stop once they meet the first '/' after /Name/? Axel Schlicht -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

grep / sed + regex : possible bug ?

2003-03-18 Thread Axel Schlicht
h + (masked) cat x | sed -ne '/\/Names\/[^/]\+/p' # prefix omitted all yield blaba/Names/aaa blaba/Names/aaa/1 blaba/names/aaa/2 blaba/Names/bb blaba/Names/bb/3 blaba/Names/C/5 blaba/Names/Cc&DD blaba/Names/Cc&DD/2 i. e., the whole list, altho no / may follow the /Name

Re: DSL with several PCs

2002-09-10 Thread Axel Schlicht
next 8 to 10 days I will use that little of my spare time to figure things out and come back then with the next question about moving mail and stuff tu Linux Thanks a lot to both of you (in lack of an address to respond to the other poster) Axel Schlicht P.S. > Q: What is the differe

DSL with several PCs

2002-09-09 Thread Axel Schlicht
just for playing with the possibilities. (Still looking for a network card.) So where do I start and what do I have to do. Any pointers / help will be most gratefully accepted. Thanks in advance. Axel Schlicht P.S. Should debian-isp be the better group for this, please feel free to set a follow-up.

  1   2   >