Re: quake/RTCW firewall rules

2002-09-30 Thread Sebastian Kapfer
On Mon, 30 Sep 2002 09:58:25 -0400 "John F Davis" <[EMAIL PROTECTED]> wrote: > Hello > > I was trying to run a RTCW(quake 3) server behind my firewall last > night. I setup the firewall iptable rules to forware udp packets of > 27690(from memory) to my server. My friend and I were able to play

Re: Possible LKM Trojan , Need Help - Thank You

2003-11-29 Thread Sebastian Kapfer
On Sat, 29 Nov 2003 21:10:14 +0100, Thomas H. George wrote: > I still must learn about the "/rr_moved" directory which blocks my > backups but this is a separate issue so I will post a separate question. man mkisofs, look for rr_moved in various capitalizations. -- Best Regards, | Hi! I'm a .s

Re: starting x

2004-12-19 Thread Sebastian Kapfer
On Sun, 19 Dec 2004 04:00:12 +0100, cfk wrote: > after a search of archives and it seems to be working. After that, I wonder > what the incantation is to start kde and perhaps more importantly, where I > can go to figure out a few steps after that, other then googling. tasksel helps a lot with

Re: via82cxxx

2004-07-19 Thread Sebastian Kapfer
On Mon, 19 Jul 2004 17:00:13 +0200, Frank Mulder wrote: [unable to open /dev/sequencer] > I can see 'snd_rawmidi' and 'snd_seq_device', so I think it should work. > Any hints to make it work? You're lacking snd-seq-oss, the OSS compatibility module for the ALSA sequencer. -- Best Regards, | Thi

gnome-session-save

2003-12-25 Thread Sebastian Kapfer
> gnome-session-save --help [...] Application options -s, --session-name=STRING Set the current session --kill Kill session --gui Use dialog boxes [...] On the two Sid machines I currently have access to, the comm

Re: Sound Problems With Debian 3.0r1 testing/unstable

2003-12-29 Thread Sebastian Kapfer
On Mon, 29 Dec 2003 19:00:47 +0100, Joseph A. Nagy wrote: > Subject: Sound Problems With Debian 3.0r1 testing/unstable Debian 3.0 is no longer unstable ;-) > I have ARTS, ESD, and Alsa installed. The only program that has sound > (so far) is XMMS which uses the OSS Sound Driver. Other apps such

Re: cd rom wont work

2003-12-29 Thread Sebastian Kapfer
On Mon, 29 Dec 2003 20:10:05 +0100, Joe9747 wrote: > my cd rom will play dvds but wont read any other kind of cd? > name=GENERATOR> my cd rom will play dvds but wont read any > other kind of cd? A DVD is not a kind of CD. -- Best Regards, | Hi! I'm a .signature virus. Copy me into Sebastian

Re: Sound Problems With Debian 3.0r1 testing/unstable

2003-12-30 Thread Sebastian Kapfer
On Tue, 30 Dec 2003 03:20:09 +0100, Joseph A. Nagy, Jr. wrote: > E: Package alsa-modules has no installation candidate > > And yes, I'm running 2.4.18-bf2.4 That would be alsa-modules-2.4.18-bf24 (which I think doesn't exist). You would have to compile your own ALSA driver. -- Best Regards, |

Re: ext2/ext3 filesystems

2003-12-30 Thread Sebastian Kapfer
On Sun, 28 Dec 2003 00:00:23 +0100, Jeffrey L. Taylor wrote: > During the boot, I get the following warning: > > Partition check: > /dev/ide/host0/bus0/target0/lun0: [PTBL] [1021/255/63] p1 p2 p3 > ext3: No journal on filesystem on ide0(3,1) Sounds like the kernel investigating whether the root

Re: Sound Problems With Debian 3.0r1 testing/unstable

2003-12-30 Thread Sebastian Kapfer
I hope you don't mind if I CC debian-user to keep the thread together. Am Di, den 30.12.2003 schrieb Joseph A. Nagy, Jr. um 03:07: > Sebastian Kapfer wrote: > > On Mon, 29 Dec 2003 19:00:47 +0100, Joseph A. Nagy wrote: > > > > > Subject: Sound Problems With

Re: OT: America's Army

2003-06-26 Thread Sebastian Kapfer
On Thu, 26 Jun 2003 06:40:06 +0200, Paul Johnson wrote: >> Why, do you think Infogrames (or whoever they are) are going to try to >> shutdown FreeCiv? > > You mean Blizzard? Didn't they do Civilisation as well? No. Civ and Civ2 were done by Microprose. Civ3 seems to be made by Firaxis and publi

Re: simple bash loop problem ...

2003-06-29 Thread Sebastian Kapfer
On Sun, 29 Jun 2003 11:50:06 +0200, David selby wrote: > Hello, > > I am writing bash a bash & sed script, it has been going suprisingly > well. I need a loop to count 9 times & the variable n to the count .. [...] > kind of thing, but this is not BASIC !! ... and honestly, I'm glad it isn't BA

Re: Sb Audigy, how?

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 04:10:15 +0200, Jimmy Johansson wrote: > working under Debian, right? My friend uses a module called audigy, but > that module does not exist in Debian as far as I know. Is there any other > way to configure my Audigy card? IMHO the EMU10K1 module from ALSA should operate an A

Re: simple bash loop problem ...

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 05:30:14 +0200, Sebastian Kapfer wrote: > n=1 > while [ $n \< 9 ]; do > echo $n > n=$((n+=1)) > done > > Note the backslash. Plain < is for redirection. Interesting to see that I > never ran into this thing, because I'm used

Re: Linux debian source code.

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 15:50:15 +0200, Dan Jones wrote: > on the main kernel. I don't believe Debian does any custom patches to > their default kernel but I could be mistaken.) The Debian kernel _is_ patched. The kernel-source package is on any Debian mirror. -- Best Regards, | Hi! I'm a .sig

bash: display running foreground command in xterm title

2003-07-01 Thread Sebastian Kapfer
How can I get bash to display the currently running command (at least the foreground process) in the titlebar of an xterm? All I'm finding on Google involves the C shell, which I don't use. It it even possible with the current bash? Different question: Is it feasable for the terminal emulator to

Re: please help me to editi xconfig

2003-07-01 Thread Sebastian Kapfer
On Tue, 01 Jul 2003 03:10:07 +0200, Reza wrote: > I have installed nvidia driver in debian woody, You mean the binary driver from nVidia? > but i still confused in > editing the xconfig-4. Actually i have edit it based on the example, but > fail, it said that server error, no screen found. Since

Re: bash: display running foreground command in xterm title

2003-07-02 Thread Sebastian Kapfer
On Tue, 01 Jul 2003 21:50:18 +0200, Paul Foote wrote: > I gave it a little try, but the problem is figuring out which one is the > forground proccess. the only way that I could figure it out was using w, > and some grep magic, but its a well known fact that if you run w, or ps, > or anything like

Re: Re[2]: please help me to edit xconfig

2003-07-02 Thread Sebastian Kapfer
> >Please read the README file for the nVidia driver. It states exactly > >what modules to comment out from the above. If you used the Debian > >packages for this driver, the README should be in > >/usr/share/doc/nvidia-glx*. > > i have read it, and i have try to configure this file as same as the

Re: Trying Again

2003-07-02 Thread Sebastian Kapfer
On Wed, 02 Jul 2003 01:30:14 +0200, Abrasive wrote: > work. Although I've been told that the newer kernel supports that card. > SO, which files do I need to download(kernel image, package, etc) that I > can put on a CD > and copy to the Debian machine. And then what do I do with those files? > T

Re: make-kpkg fully recompiles kernel

2003-07-02 Thread Sebastian Kapfer
On Wed, 02 Jul 2003 21:20:21 +0200, Ricardo BUG!Herrmann wrote: > I wanted to add support for some more modules in an already built kernel > tree. Then when I ran make_kpkg kernel_image a full recompile started > ... is there a way out ? It shouldn't do, unless you tell it to. How do you invoke m

Re: sound support

2003-07-03 Thread Sebastian Kapfer
On Thu, 03 Jul 2003 18:30:16 +0200, james leclair wrote: > Now, since upgrading to a SB Audigy, I just cant seem to get it working. I don't have a tutorial at hand, but just look around you. The Audigies and their problems are discussed quite often on this list. -- Best Regards, | Hi! I'm a

Re: compiling lufs

2003-07-03 Thread Sebastian Kapfer
On Thu, 03 Jul 2003 21:20:11 +0200, Ken Bloom wrote: > I've also tried from the kernel source directory (Adding > --append-to-version) but the module has unresolved symbols when I run > depmod. I get unresolved symbols here, too. Other modules work fine (ALSA, LIRC, NVIDIA). IMHO this is a bug in

Bootable Rescue CD-ROM

2003-07-04 Thread Sebastian Kapfer
I'm looking for a bootable rescue CD-ROM with some Linux-based OS on it (preferrably Debian). It should include utilities like fdisk and mkfs, parted, grub, bash (please, no ash!), vim, ssh and a reasonable ftp (what about ncftp) client. lynx, X are nice, but not a requirement. It should be capabl

Re: Bootable Rescue CD-ROM

2003-07-04 Thread Sebastian Kapfer
On Fri, 04 Jul 2003 15:40:18 +0200, Kent West wrote: > I use Knoppix (http://www.knoppix.org). As I wrote in my original email, Knoppix seems to fight with a chrooted lilo. Don't know why though... -- Best Regards, | Hi! I'm a .signature virus. Copy me into Sebastian | your ~/.signa

Re: Bootable Rescue CD-ROM

2003-07-04 Thread Sebastian Kapfer
On Fri, 04 Jul 2003 14:50:08 +0200, Shyamal Prasad wrote: > LNX-BBC, http://www.lnx-bbc.org/ Thank you! Just being downloaded... > PS: If you send the FSF $120 to join up as an associate member they send > you a very useful little business card. That's a little bit beyond my current budget, but

Re: HowTo for Gnome2??

2003-07-04 Thread Sebastian Kapfer
On Fri, 04 Jul 2003 05:00:13 +0200, Michael Heironimus wrote: > Is anybody keeping score on how many different and unrelated font > configuration systems we have now? Ermm... XF86Config... and fontconfig. What else? >> 2) The Gnome Settings Daemon was not installed, and it repeatedly >>compl

Re: Bootable Rescue CD-ROM

2003-07-04 Thread Sebastian Kapfer
On Fri, 04 Jul 2003 16:00:24 +0200, Raffaele Sandrini wrote: > You can check out the Superrescue from the Kernel distri mirrors > (ftp://ftp.kernel.org/pub/dist/superrescue/v2) > > Its RedHat based... but pretty useful. Thank you, I'll try it out! -- Best Regards, | Hi! I'm a .signature v

Re: Bootable Rescue CD-ROM

2003-07-05 Thread Sebastian Kapfer
On Fri, 04 Jul 2003 14:10:04 +0200, Sebastian Kapfer wrote: Thank you all for your recommendations. -- Best Regards, | Hi! I'm a .signature virus. Copy me into Sebastian | your ~/.signature to help me spread! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: A bit OT: conversion mp3 to wav

2003-07-05 Thread Sebastian Kapfer
On Sat, 05 Jul 2003 13:50:08 +0200, vdemar wrote: > E.g., If I issue the basic command > > mpg123 -w weare.wav weare.mp3 [...] > Illegal instruction Did this break with a recent update? It sounds like mpg123 uses an instruction that your CPU (which?) doesn't support. Does normal playback work?

Re: Why are passwords in /etc?

2003-07-05 Thread Sebastian Kapfer
A related question. I always thought that /etc/mtab was supposed to be a symlink to /proc/mounts in newer Linux distros. On my Debian boxes, it is a regular file managed by mount and friends. Why is this the case? -- Best Regards, | Hi! I'm a .signature virus. Copy me into Sebastian |

Re: Static IP config

2003-07-05 Thread Sebastian Kapfer
On Sun, 06 Jul 2003 00:20:04 +0200, Kelley Hilborn wrote: > iface eth0 inet static > address 192.168.0.101 > netmask 255.255.255.0 > gateway 192.168.0.1 Looks OK to me. > About all I can do at this point is ping my gateway computer. Can you be more precise? Can you ping other

Re: Why are passwords in /etc?

2003-07-05 Thread Sebastian Kapfer
On Sun, 06 Jul 2003 02:40:06 +0200, Karsten M. Self wrote: > Creating this as a symlink is possible, though it breaks in edge cases. > Most notably, loopback mounts aren't properly freed. Hmm. The "user" mount option doesn't seem to work with /proc/mounts either. Looks like /etc/mtab really belon

Re: Static IP config

2003-07-06 Thread Sebastian Kapfer
On Sun, 6 Jul 2003 02:03:45 -0500, "Kelley Hilborn" <[EMAIL PROTECTED]> wrote: > Nothing works at first, and I occasionally get the error message with > ifup: > /etc/network/interfaces:14: duplicate option > couldn't read interfaces file: "/etc/network/interfaces" There you go. Which line does th

Re: Why are passwords in /etc?

2003-07-07 Thread Sebastian Kapfer
On Mon, 07 Jul 2003 16:50:08 +0200, Miquel van Smoorenburg wrote: >>Hmm. The "user" mount option doesn't seem to work with /proc/mounts >>either. Looks like /etc/mtab really belongs in /var. > > Has been discussed to death in debian-devel. OK, I'll be quiet now ;-) and hide my mtab in /tmp which

Re: A bit OT: conversion mp3 to wav

2003-07-07 Thread Sebastian Kapfer
On Mon, 07 Jul 2003 13:30:18 +0200, Vittorio wrote: > I don't know what you mean by "normal playback" but xmms is able to > reproduce both mp3 and wav files if I guess correctly. You can use mpg123 to play MP3s, not just to convert then into WAVs. That's what I meant when I wrote "noemal playback

Re: From mp3 to CD

2003-07-07 Thread Sebastian Kapfer
On Mon, 07 Jul 2003 16:10:15 +0200, Jörg Volkmann wrote: > I think its the same , as under Windows, just burn mp3 to CD as > datafiles. Thats all That's all if you want to have a CD-ROM with MP3s on it. IMHO Vittorio wants to burn audio CDs (CDDA), not CD-ROMs with MP3s. And yes, there is a diffe

Re: Kernel version, apt-get, modem

2003-07-12 Thread Sebastian Kapfer
On Sat, 12 Jul 2003 15:00:10 +0200, Jianan Huang wrote: > Hi folks, > > I am exploring the Linux that I had recently installed. > > 1) I downloaded the kernel from the site recommended by a documentation > that is supposed to be for Rel 3.0. but the kernel version is 2.2..Why? It's quite simple

Re: installation of new compiled alsa modules failing

2003-07-12 Thread Sebastian Kapfer
On Sat, 12 Jul 2003 15:20:08 +0200, Roman Joost wrote: > Storing ALSA mixer settings ... failed > Shutting down ALSA (version 0.9.3a): done. > Starting ALSA (version 0.9.3a): card-via686a-failed failed That module is now called snd-via82xx. Probably you need to reconfigure alsa-base. (dpkg-reconf

Re: bash: let exp ? exp : exp problem

2003-07-12 Thread Sebastian Kapfer
On Sun, 13 Jul 2003 01:20:08 +0200, David selby wrote: > Hello, I am trying to get a bash script to work which will hibernate > till 1:00 am, it appears to work OK Ahh, the bash :-) > let $_mintoone -gt 1440:_mintoone=$_mintoone-1440 let 'toone = toone > 1440 ? toone - 1440 : toone' sh

Re: PS1 in .bashrc

2003-07-13 Thread Sebastian Kapfer
On Sun, 13 Jul 2003 19:30:10 +0200, Robin Gerard wrote: > with this PS1 I get: > > [18:31 : 0.16] > [EMAIL PROTECTED] 1] ~$ > > but if I write a very long command the cursor remains on the same line and > overlaps the prompt. >From "man bash": > \[ begin a sequence of non‐printing chara

Re: swapfiles & memory

2003-07-17 Thread Sebastian Kapfer
On Thu, 17 Jul 2003 03:30:11 +0200, Oki DZ wrote: > I forgot, I have these settings too: > echo "1" > /proc/sys/net/ipv4/ip_forward echo "1" > > /proc/sys/net/ipv4/tcp_syncookies echo "1" > > /proc/sys/net/ipv4/tcp_abort_on_overflow echo "600" > > /proc/sys/net/ipv4/tcp_k

Re: "undead" network interface

2003-07-17 Thread Sebastian Kapfer
On Thu, 17 Jul 2003 20:30:11 +0200, Alex Malinovich wrote: > However, from everything I > know about bit torrent (I don't use it myself) I had thought that it > would only establish connections WHILE you were downloading something. > > Any ideas/suggestions? Pull the plug. (I mean the Ethernet c

Re: GeForce4 card

2003-07-17 Thread Sebastian Kapfer
On Thu, 17 Jul 2003 21:50:07 +0200, Jamin W. Collins wrote: >> The "EE" lines are pointing to references to a mouse set up on a DEVFS >> system. AFAIK the input layer has nothing to do with devfs. PS/2 mice should use /dev/psaux, wether devfs or not. USB mice use /dev/input/*, wether devfs or not

Re: Can't enable DMA

2003-07-18 Thread Sebastian Kapfer
On Fri, 18 Jul 2003 13:40:09 +0200, John Little wrote: > I'm using 3.0r0 (2.4.18-bf2.4 kernel) with ASRock K7VT2 m/board and > Maxtor 30GB ATA133 hard disk. Install a later kernel. BTW, 2.4.18-bf is the installation kernel, and not intended for regular use anyway (_b_oot _f_loppies). -- Best Re

Re: GeForce4 card

2003-07-18 Thread Sebastian Kapfer
On Fri, 18 Jul 2003 17:40:13 +0200, john gennard wrote: >> The "EE" lines are pointing to references to a mouse set up on a DEVFS >> system. You may not be running that... Are your disk drives referred to >> /dev/hdaX, where X is a number, or a longer, more informative designation ?? >> > I hav

Re: GeForce4 card

2003-07-19 Thread Sebastian Kapfer
On Sat, 19 Jul 2003 11:20:07 +0200, john gennard wrote: > From Sebastian Kapfe's latest posting it seems that I have > compiled DEVPTS_FS into my kernels and this is not the > same as DEVFS. Could this be the answer? I can easily > recompile. No, probably not. KDE should run fine without devfs.

Re: rmnologin in rc$.d

2003-07-19 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 01:50:06 +0200, Jimmy Johansson wrote: > My question is, do I need rmnologin, The /etc/nologin file is described in man login. In short, you won't want to disable this "daemon" (it doesn't run in the background). > makedev Not a daemon either. This one creates device nodes.

Re: RealPlayer on Debian

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 01:30:06 +0200, Andreas Janssen wrote: > Please note that recent versions of mplayer can also be used to play > this type of content. If only this were true... in my experience, you need both mplayer and xine. Both have their problems and can't play certain RM files. -- Best

Re: cron & cannot open display

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 13:30:10 +0200, David selby wrote: > PS works with mozilla > mozilla --display=:0 Mozilla is GDK/GTK-based. Those apps use the GNU-style long options with two leading dashes. * * * * * dillo --display=:0 works for me. (What about DISPLAY=:0 dillo?) -- Best Regards, | H

Re: Loading drm

2003-07-20 Thread Sebastian Kapfer
On Sun, 20 Jul 2003 03:30:12 +0200, Jerry Van Brimmer wrote: > But, when I look in modconf, it shows a "-" sign after agpgart, > indicating that it is not installed, but it is. What would I have to do > to straighten this out? The minus sign doesn't mean "not installed". It means "not loaded". An

Re: Some shell's problem

2003-07-21 Thread Sebastian Kapfer
On Mon, 21 Jul 2003 04:50:10 +0200, James Ng Yuen Sum wrote: > I have tried to add the above command in ~./bashrc and ~/.profile, but > when i start kde again, i have to type again, so that i want to ask > which file i need to edit so that the above two commands can run > automatically when i star

Re: mouse pointer does not show

2003-07-21 Thread Sebastian Kapfer
On Mon, 21 Jul 2003 05:00:11 +0200, Kent West wrote: [...] > The protocol and location depends on what type of mouse you have. Let us > know that detail, and we might can guide you a bit further. Did you actually _READ_ the original mail? Marvin explicitly said the mouse is working, just the poin

Re: mouse pointer does not show

2003-07-21 Thread Sebastian Kapfer
On Mon, 21 Jul 2003 19:20:05 +0200, Kent West wrote: > I'm confident that you didn't mean to sound condescending . . . :-) No offence meant, your reply just seemed totally out of place to me. But you're right, your interpretation of the original mail can be justified :-) -- Best Regards, |

Re: rmnologin in rc$.d

2003-07-21 Thread Sebastian Kapfer
On Mon, 21 Jul 2003 23:30:12 +0200, Jimmy Johansson wrote: > Oh, you are so right! Tried doing it manually and messed up somehow so now > I think I'll just have to install from scratch again! The more it hurts, > the more you learn! :-) (or so I hope!) OK, first lesson. STOP REINSTALLING. Serious

Re: mouse pointer does not show

2003-07-21 Thread Sebastian Kapfer
On Mon, 21 Jul 2003 23:20:11 +0200, maguer wrote: > In fact, the mouse pointer does show for a little while. It disappears, > and remained invisible when the first window pops up (the one with the tip > of the day or something like that). Hmm. This doesn't sound like a driver issue at all. Maybe

Re: nVidia problems

2003-07-21 Thread Sebastian Kapfer
On Tue, 22 Jul 2003 02:20:05 +0200, Jose wrote: > I wrote earlier about the problems I was having with the onboard > graphics. I had a spare PCI card with the same video chip (Riva TNT2 > Mach64 16mb) There's a RIVA TNT2 chip by nVidia, and there's a Mach64 Chip by ATI. Who crossed the two? ;-)

Re: Loading drm

2003-07-22 Thread Sebastian Kapfer
On Tue, 22 Jul 2003 03:30:09 +0200, Jerry Van Brimmer wrote: >> The minus sign doesn't mean "not installed". It means "not loaded". >> Anyway, agp_try_unsupported isn't a silver bullet. If there's a working >> patch as Roberto described, then use that. > > Do I 'have' to have a 2.4.2x kernel to a

Re: corrupted dpkg?

2003-07-22 Thread Sebastian Kapfer
On Tue, 22 Jul 2003 23:30:07 +0200, Kent West wrote: >> Use of uninitialized value in exists at >> /usr/share/perl5/Debconf/DbDriver/Cache.pm line 29, <> line 4. [...] > > I'm no expert, but what I'd try is to find the mozilla-xft.deb and > liblocal-gettextdeb files, perhaps in /var/cache/ap

Re: installation of package installer

2003-07-24 Thread Sebastian Kapfer
On Thu, 24 Jul 2003 22:10:07 +0200, Sam Virgillo wrote: > I have an embedded version of Debian running on an Intel 486 single > board computer. I cannot find the Apt-get program or the dpkg program > to install packages. If I download these apps from your site they are > in the .deb package form

Re: bash: finding if mozilla is running

2003-07-26 Thread Sebastian Kapfer
On Sat, 26 Jul 2003 11:30:06 +0200, David selby wrote: > I need to know if mozilla is running, if not I need to call it first ... > seemed simple Yeah. That's why I use Galeon. I never understood Mozilla's remote control. :-) Of course, Galeon has other advantages, too... > Whatever I grep for,

Re: bash: finding if mozilla is running

2003-07-26 Thread Sebastian Kapfer
On Sat, 26 Jul 2003 13:50:05 +0200, Seneca wrote: > On Sat, Jul 26, 2003 at 10:22:53AM +0100, David selby wrote: >> Writting a small script to make mozilla show the results of HTML code >> written in vi, when vi saves, the script automaticly changes mozilla >> to show that HTML. >> >> I need to

RE: mac addresses

2003-07-27 Thread Sebastian Kapfer
On Mon, 28 Jul 2003 03:10:06 +0200, Joyce, Matthew wrote: > I was going to run > > nmap -sP x.x.x.* > arp -a | grep ether |awk '{print $4}' > > This give me a nice list. > > but as for scanning this list for entries not included in another list I am > a bit stuck... > > ...arpwatch reads like

Re: packages removed by Release Manager just reveal older versions

2003-07-28 Thread Sebastian Kapfer
On Mon, 28 Jul 2003 00:10:06 +0200, Joey Hess wrote: > (This question is appropriate for the debian-user mailing list, > redirecting.) Maybe, maybe not. >> I guess I'm hoping for a warning that a package is 'out of fashion' >> when I try to apt-get install it. > > The problem is that you are us

Re: OT: c++ reference documentations

2003-08-04 Thread Sebastian Kapfer
On Mon, 04 Aug 2003 20:30:15 +0200, Felix Natter wrote: > Haim Ashkenazi <[EMAIL PROTECTED]> writes: [looking for C++ Standard Library docs] > http://www.sgi.com/tech/stl/ Copyright says it's from 1994. That says about all. It only covers STL (no strings!), nothing else. And even that info is ou

Re: 2.6 upgrade (mouse)

2004-02-03 Thread Sebastian Kapfer
On Mon, 02 Feb 2004 22:40:16 +0100, James Tappin wrote: > On Mon, 2 Feb 2004 15:28:28 -0500 > Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: > >> On Fri, Jan 30, 2004 at 05:58:36PM -0800, Brian Corman wrote: >> | Sorry about the lack of information. It is a ps/2 mouse, and lsmod >> | doesn't re

Re: Pipe Symbol

2004-02-21 Thread Sebastian Kapfer
On Sat, 21 Feb 2004 13:10:08 +0100, Thomas Sommer wrote: > Hi! > > Since yesterday i'm not able to type a "pipe" or a "bigger than" > "smaller than" symbol. > I cannot determine where this comes from. > > I'm using Debian unstable with 2.4.24 Kernel on a Toshiba Satellite > 1130. X11 or console

Re: compiling plex86-kernel-src with 2.6.3 kernel

2004-02-22 Thread Sebastian Kapfer
On Sun, 22 Feb 2004 01:00:11 +0100, Titus Barik wrote: > I'm trying to compile the plex86-kernel-src package using the stock > 2.6.3 kernel from kernel.org on Debian/unstable to no avail. > > host-linux.c:27:31: linux/modversions.h: No such file or directory Replace any #include "linux/

Re: What happened to the Compose Key?

2004-04-19 Thread Sebastian Kapfer
On Sun, 18 Apr 2004 00:40:09 +0200, Pigeon wrote: > On Sat, Apr 17, 2004 at 01:52:26PM +, Adam Funk wrote: >> How could I get my right alt key (which as far as I can tell does >> nothing at present) to imitate the left alt key? > > I have ~/.Xmodmap containing: > > keycode 0x40 = Alt_L > key

<    1   2