kernel panic

2000-12-18 Thread q
debs, in one of my dual-boot deskboxes, i have a kernel panic: unable to load NLS charset cp 437 kernel panic: VFS: unable to mount root fs on 03:03 my potato on custom kernel 2.2.17 was functioning well until yesterday. i don't mind a re-install, but i'd really like to know what's going on,

Re: kernel panic

2000-12-19 Thread q
echo "set textwidth=76" >> $HOME/.vimrc > > p > > On Mon 18 Dec 00, 2:07 PM, q said... > > debs, > > > > in one of my dual-boot deskboxes, i have a kernel panic: > > > > unable to load NLS charset cp 437 > > kernel panic: VFS: unab

backingup /home/foo/.* files

2000-12-22 Thread q
debs, now that kernel panics effect of my mission-critical box about every 20th boot, i've become interested in backing up my /home/foo directory (by: tar cvzf .tar.gz *). i've noticed that such backup does not include my /home/foo/.* (hidden) files, like .muttrc aside from doing a separa

Re: backingup /home/foo/.* files

2000-12-23 Thread q
On Fri, Dec 22, 2000 at 11:17:06PM -0800, Brian Frederick Kimball wrote: > Please wrap your text. (my apologies...it's on my list of projects. i use vi. the posts i see for this issue seem to be for vim. (anyone know how to line wrap in _vi_?)) > > q wrote: > >

Re: backingup /home/foo/.* files

2000-12-23 Thread q
On Sat, Dec 23, 2000 at 11:38:08AM -0800, Brian Frederick Kimball wrote: > Dave Sherohman wrote: > > > On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > > > (my apologies...it's on my list of projects. i use vi. the posts i > > > see for this issue seem

keeping the screen on

2000-12-23 Thread q
debs, since i use rather nice background images for my potato boxes, i like to keep the screens on even though, i may not be using my computers for more than 15 minutes, after which the screens go black. which package controls the "black-out" feature? (xscreensaver is listed as, "pn" by "dpkg -l

Re: keeping the screen on

2000-12-23 Thread q
On Sat, Dec 23, 2000 at 09:16:14PM +, q wrote: > debs, > > since i use rather nice background images for my > potato boxes, i like to keep the screens on even though, > i may not be using my computers for more than 15 > minutes, after which the screens go black. > >

potato boot hang

2000-05-10 Thread q
debs, i think i've finished upgrading slink to potato. now when i try to boot, i get a hang: scsi0: scsi bus busy, waiting up to five seconds scsi0: bus busy, attempting abort {hang...} my sony picturebook (vaio pcg-c1xs) doesn't have any scsi devices. is there anything to do other than a re

mpg123/splay v winamp

2001-01-07 Thread q
debs, some mp3's won't play on mpg123 (illegal audio-mpgeg-header) or splay (floating point exception), but will play on winamp on windoze. are these mp3s bad or is there another player i should be using. please cc me. ia, t. bentley taylor. //

[Fwd: OT: Rant]

2002-01-16 Thread q
--- Begin Message --- On Tue, Jan 15, 2002 at 04:55:05PM -0600, Kent West wrote: > I know it's not appropriate to rant, especially off-topic, but I just gotta! > > I really miss WordPerfect! And I wish there were some open-source > software that did what it does. > > For example, Reveal Codes,

kernel compile

2001-05-04 Thread q
debs, using the "debian way" of kernel compliation ("make menuconfig; make-kpkg clean; make-kpkg --revision=custom.1.0 kernel_image), i am only able to complie a pristine kernel on my soney picturebook (running kernel 2.4.4, currently). on my other boxes, i cannot complie any kernels (2.2.17, 2

Re: sound with a VIA Technologies, Inc. VT82C686 AC97 Audio

2002-10-07 Thread Q. Gong
You need to load three modules. # modprobe soundcore # modprobe ac97_codec # modprobe via82cxxx_audio Good luck, Qian On Mon, 7 Oct 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 7 Oct 2002 09:54:12 +0200 > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: so

Re: dual boot win2k and debian

2002-10-13 Thread Q. Gong
IMHO, the setup command should be grub> setup (hd0) Then the grub stage1 file is located in the MBR of your hard disk. (hd0,0) stands for the partition /dev/hda1, which is in your case the NTFS partition. The command setup (hd0,0) will install grub in the "MBR" of /dev/hda1, instead of /dev/hda. T

Spell check in vim

2002-10-14 Thread Q. Gong
Hi, Is it possible to do spell check for a selected part of the content in vim? Thank you in advance. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Mounting Problem

2002-10-15 Thread Q. Gong
Did you try mounting when the drive was cool? How about trying mount after a reboot? I encountered the same as you. I couldn't mount just after recording. Then switched to windows to verify the CD. It was OK. Then back to Linux. It became OK. I don't know the exact reason. Need more tests. Good l

Upgrade libc6 in mixed system?

2002-10-18 Thread Q. Gong
Hi, Woody is running quite well. But I have a upgrading problem with a few packages from the unstable release, which are always be kept back because they depend on the higher version of libc6. Is it OK to upgrade libc6 to the new version? Does the package from unstable release supported by the sec

Is it safe to upgrade libc6?

2002-10-19 Thread Q. Gong
Hi, Is it safe to upgrade libc6 from woody to sid release version? My system is woody, but has a few packages from unstable, which can not be upgraded due to the dependency of newer libc6 version. Anyway, the system is fine. I am just curious. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

"sudo su" Permission denied

2002-10-21 Thread Q. Gong
Hi, I am trying to use "sudo su -". But I always get "su: Permission denied". The purpose is to make su only available through sudo. Any ideas? Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: "sudo su" Permission denied

2002-10-21 Thread Q. Gong
On Mon, 21 Oct 2002 [EMAIL PROTECTED] wrote: > What does this command output say for you? It lists the commands you > can run. Don't report anything to the list that reveals anything > sensitive about your site. Just read it yourself and make sure the > output makes sense. > > sudo -l In the

Re: 'sudo su' Permission denied

2002-10-22 Thread Q. Gong
On Mon, 21 Oct 2002, nate wrote: > Q. Gong said: > > > (root) # su > > su: Permission denied > > not sure what system your using but for me, debian 3.0, redhat 7.3, > suse 8.0, solaris 7 and freebsd 4.6.2 all work fine if I do su as > root it just gives me anothe

Re: 'sudo su' Permission denied

2002-10-22 Thread Q. Gong
On Tue, 22 Oct 2002, Q. Gong wrote: > On Mon, 21 Oct 2002, nate wrote: > > > Q. Gong said: > > > > > (root) # su > > > su: Permission denied > > > > not sure what system your using but for me, debian 3.0, redhat 7.3, > > suse 8.0, solaris 7

Re: 'sudo su' Permission denied [Solved]

2002-10-22 Thread Q. Gong
heel. Thank you. Qian On Tue, 22 Oct 2002, Colin Watson wrote: > On Tue, Oct 22, 2002 at 10:02:48AM +0200, Q. Gong wrote: > > I maybe found the reason. This is due to PAM. I restricted that only > > users in group wheel can use su. But root is not in wheel. > > You could use th

mkdosfs: strange?

2002-10-25 Thread Q. Gong
Hi, all, There is a very strange thing about mkdosfs. I have a 80GB WD hard disk. At the end of this disk I created a Win95 FAT32 partition for Windos 98. I used mkdosfs -f 32 /dev/hdc6 to format it. Under both win98 and Linux I can read and write on hdc6. But for Linux, ls only list the files cre

Re: Why does Root need passwords?

2002-10-25 Thread Q. Gong
On Fri, 25 Oct 2002, Andreas Eichner wrote: > > Hi there, > > after ca. 1 month uptime I had a bad system crash due to a hardware > failure. I encountered strange behaviors and after some reboots I set > "forcefsck". Several errors where found which my ext3 did not realize by > journalling (and no

Easy way to compile loop.o?

2002-10-25 Thread Q. Gong
Hi, Is it possible to only compile and add a module loop.o without recompiling the whole kernel? Thanks in advance. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Easy way to compile loop.o?

2002-10-26 Thread Q. Gong
On Fri, 25 Oct 2002, Seneca wrote: > On Sat, Oct 26, 2002 at 05:29:23AM +0200, Q. Gong wrote: > > Is it possible to only compile and add a module loop.o without recompiling > > the whole kernel? Thanks in advance. > > Yes it is. The way that I've done it is (with appropr

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Q. Gong
For most users dhclient works perfectly with kernel 2.4, IMHO. There seems to be something interesting in Auke's case. Qian On 27 Oct 2002, Shyamal Prasad wrote: > "Auke" == Auke Jilderda <[EMAIL PROTECTED]> writes: > > Auke> Makes me wonder though: Why the heck does Woody default come >

Mail notifier

2002-11-05 Thread Q. Gong
Hi, I am looking for a utility to check my email box on a imap server regularly. I want to specify a certain rule, e.g., email sender as *.debian.org. And the notifier only lists information (sender, subject) of the emails obeying the rule. I know knewmail is good for above requirement. Do you kn

Re: log

2002-11-05 Thread Q. Gong
Use Shift+PageUp to view all the messages. Qian On Tue, 5 Nov 2002, Emanuele Boieri wrote: > I just install the a new kernel 2.4.19. But when I rebooted again I saw > some errors but I couldn't see well because it ran too fast. Is there a > log file where I can read what happened? > Thanks in ad

Tasksel: remove packages?

2002-11-06 Thread Q. Gong
Hi, Is it possible to use tasksel to select a task and remove all the packages in the selected task? Thanks in advance. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: /etc/hosts.allow & /etc/hosts.deny question

2002-11-07 Thread Q. Gong
On Thu, 7 Nov 2002, Benedict Verheyen wrote: > Hi, > > i have some problems setting up ssh connection (not the scope of this email though >not yet :-) and i came across the /etc/hosts.allow & /etc/hosts.deny files. > > Now, i saw in some documents about ssh that they add "sshd: all" to the > /etc

Re: ./configure

2002-11-11 Thread Q. Gong
Check the first line of file ./configure. Normally it's a path to a shell, for example, #!/bin/bash. If the path is not correct for your specific system, you can just modify it and then it will be OK. Qian On Mon, 11 Nov 2002, alex wrote: > I'm have a problem with ./configure in that I sometimes

Programming from scrath

2002-11-15 Thread Q. Gong
Hi, I used to code c++ terminal programs by Kdevelop. But now I want to try a low level way -- constructing manually all the files such as configure, Makefile, source files, etc. Are there some guidelines for creating all these files as well as their structures, in order to get good portability? T

Re: Partition size mismatch

2002-11-18 Thread Q. Gong
It seems that your file system is smaller than the partition. You can enlarge or shrink the ext2 file system by resize2fs. Qian On Sun, 17 Nov 2002, Jason Bleazard wrote: > I'm trying to track down why my /var partition is only mounting as half > the size as reported by fdisk or parted. I'd app

Re: driver for 3Com PCI 10/100?

2002-08-30 Thread Q. Gong
Try module 3c59x. Qian On Fri, 30 Aug 2002, Lars Jensen wrote: > I have a 3com PCI Twisted Pair network card that I can't seem to get > recognized after I installed the 2.4.18 kernel image. The card says > 3c905c when I look in windows, but I see no module of this name in > /lib/modules How do

Re: make menuconfig

2002-09-02 Thread Q. Gong
On Mon, 2 Sep 2002, Russell wrote: > Russell wrote: > > Hi, > > When i do: > > debpc:/usr/src/kernel-source-2.4.18# make menuconfig > > then i get a screen without any submenus. I just get: > > --- > Load an alternate configuration file > Save configuration to an alternate file > > No amount of k

Package verification failed

2002-09-03 Thread Q. Gong
Hi, Just tried to use the package verification to improve the security. However, I got the following error when I used apt-get to install a package. - # apt-get install apt-show-versions Reading Package Lists... Done Building Dependency Tree... Done The fol

Re: kernel-panic

2002-09-03 Thread Q. Gong
On Wed, 4 Sep 2002, Russell wrote: > Hi, > > Why do i get: > > RAMDISK: cramfs filesystem found at block 0 > RAMDISK: Loading 892 blocks [1 disk] into ram disk... done. > Freeing initrd memory: 892k freed > request_module[nls_437]: Root fs not mounted > Unable to load NLS charset 437 > Kernel pan

Samsung CDRW/DVD SM-308B lock up in writing

2002-09-06 Thread Q. Gong
Hi, I tried two days to solve the following problem but failed. The CDRW/DVD (SM-308B) drive can read CDs very well after using the module IDE-SCSi and passing "hdc=ide-scsi" to kernel. However, it alway locks up when I use cdrecord to write a CD. The kernel outputted lines listed below without s

Re: GRUB install disk, menu.1st

2002-09-06 Thread Q. Gong
On Fri, 6 Sep 2002, Antonio Rodriguez wrote: > Date: Fri, 6 Sep 2002 15:03:37 -0400 > From: Antonio Rodriguez <[EMAIL PROTECTED]> > To: Debian Users <[EMAIL PROTECTED]> > Subject: GRUB install disk, menu.1st > Resent-Date: Fri, 6 Sep 2002 14:00:37 -0500 (CDT) > Resent-From: [EMAIL PROTECTED] > >

Re: weird but working triple boot with lilo on Woody

2002-09-07 Thread Q. Gong
On Fri, 6 Sep 2002, Benedict Verheyen wrote: > Hi, > > i have Debian Woody 3.0 running along Windows 98 en XP. > I had installed Win98 first, then woody. Now i installed XP and XP > detected Win98, made a menu to boot XP and Win98 and then overwrote > the MBR which was expected. > No problem sinc

Re: GRUB install disk, menu.1st

2002-09-08 Thread Q. Gong
IL PROTECTED] > > On Fri, 2002-09-06 at 17:50, Q. Gong wrote: > > On Fri, 6 Sep 2002, Antonio Rodriguez wrote: > > > > > Date: Fri, 6 Sep 2002 15:03:37 -0400 > > > From: Antonio Rodriguez <[EMAIL PROTECTED]> > > > To: Debian Users <[EMAIL PROTECTED

CDRDAO -- can it record iso files?

2002-09-08 Thread Q. Gong
Hi, Is it possible to use CDRDAO to record a directory from a hard disk to a CD-R? Of course, mkisofs can make a iso file for that directory. But I don't know if CDRDAO supports recording iso files. My Samsung CDRW/DVD SM-308B doesn't work with CDRECORD, but CDRDAO. So it's important to know the

Re: CDRDAO -- can it record iso files?

2002-09-09 Thread Q. Gong
ndown: > > mkisofs -r -U -J -f -o cd_image private_collection/ > cdrecord -v speed=8 dev=0,0,0 -data cd_image > > or > > cdrdao write --device 0,0,0 --driver generic-mmc --speed 24 --save > tocfile.cue > > regards, > Balazs > > On Sun, Sep 08, 2002 at 08:58

Re: merging two ps files

2002-09-11 Thread Q. Gong
Try: cat 1.ps 2.ps > 3.ps ps2pdf 3.ps pdf2ps 3.pdf gv 3.ps Good luck, Qian On Wed, 11 Sep 2002, martin f krafft wrote: > hi, i am trying to print two separate 1-page ps files so that they > appear both at 50% side-by-side on one page. > > just concatenating the files doesn't work >

Re: Set a Realtek 8019AS network card to half duplex - HOW?

2002-09-12 Thread Q. Gong
If you are using module for the NIC, it's perhaps possible to set the half duplex mode in the options passed to the module. Good luck, Qian On 12 Sep 2002, Adrian 'Dagurashibanipal' von Bidder wrote: > Hi! > > I have a cheapo ISA Realtek8019AS card (worst Ethernet card ever built > etc.). Also

Re: Logical Volume Manager

2002-09-26 Thread Q. Gong
I converted my root file system to LVM. A Linux partition (e.g. using ext2 file system) is needed for /boot, containing the kernel files which support LVM. I previously posted a message including all detailed steps. Good luck, Qian On Wed, 25 Sep 2002, Alan Chandler wrote: > On Tuesday 24 Sept

initrd, vmlinuz and vmlinux

2002-10-02 Thread Q. Gong
Hi, Under /boot, there are three files, such as vmlinuz-version, vmlinux-version, and initrd-version.img. What's the differences between them? Can initrd-version.img be used for both vmlinuz and vmlinux? Thanks a lot in advance. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: HELP! HW problems, no ablitiy to boot

2001-03-11 Thread patrick q
regarding the lilo issue, I'd try install grub onto a floppy, it's a lot saner than lilo Patrick. --- [EMAIL PROTECTED] wrote: > I had a rather odd problem. I have an all SCSI > system that includes 2 > disks, 1 burner, and 1 cd-rom. A few days ago, one > of my HDs stopped > working. It can't

Re: wvdial doesn't connect

2001-03-11 Thread patrick q
What kind of modem? Winmodems aren't supported. (In general). Patrick. --- Henning Otte <[EMAIL PROTECTED]> wrote: > hi there > > i recently installed debian potato on my pc, > everything works fine BUT > i cannot manage to connect to the internet, so i > still have to use > ms-windows for that

Re: whoops -subject meant to be software RAID

2001-01-09 Thread patrick q
--- John Griffiths <[EMAIL PROTECTED]> wrote: > ># Would this be worthwhile? How hard is it to set > up a software raid? > >what do I do? does it matter that i want the whole > OS as well as the > >data storage mirrored? > > > >Fairly easy. Read the appropriate HOWTOs are > http://www.linuxdoc.org

Re: Grub vs LILO

2001-01-12 Thread patrick q
> Oh, cool. Do you know if grub can boot off > /dev/hdc2 if LILO can't? > (LILO can't because my BIOS is cheap, thus I use > loadlin even though I > [almost] never boot Windo~1 anymore) > > -D yes, it's very flexible, far more so than lilo IMHO patrick.

Re: Hardware

2001-06-23 Thread patrick q
--- Antonio Alberto Lobato <[EMAIL PROTECTED]> wrote: > > Hi all ! > > Where do I find good and free downloads (or on line) of > books, manuals, tutorials or guides about hardware ? In English or > Portuguese. > I think it would help me in my linux learning. > install "The H

Re: DSelect

2001-06-24 Thread patrick q
--- Kevin Stokes <[EMAIL PROTECTED]> wrote: > I've got a newbie problem with DSelect. When I choose 'Select' > browse > the packages, there are about 100 things selected to be installed > that are > not currently installed, and I don't want. When I try to press the > '-' key > to not select

Re: Problem with fetchmail (was: I can't start with mutt) solved !

2001-07-12 Thread patrick q
--- Glyn Millington <[EMAIL PROTECTED]> wrote: > "Krzysztof Mazurczyk" <[EMAIL PROTECTED]> writes: > > > There is a task. Boil water for tee having: a cattle, faucet with > water, > > matches and gas cooker. The answer: turn on faucet, fill the cattle > with > > water, turn the gas on, wait for

exim not sending mail

2001-08-09 Thread patrick q
Hi, I'm trying to config exim|procmail|mutt with a DSL connection to the internet, single workstation. I've managed to setup so I can receive mail ok (to [EMAIL PROTECTED]), and send internally but can't send externally, exim just queues the mail and logs with error: 2001-08-09 12:08:02 [EMA

Re: exim not sending mail

2001-08-09 Thread patrick q
> > On 09 Aug 2001 10:46:58 -0700, patrick q wrote: > > Hi, > > > > I'm trying to config exim|procmail|mutt with a DSL connection to > the > > internet, single workstation. > > > > I've managed to setup so I can receive mail ok (to > [

Re: exim not sending mail

2001-08-09 Thread patrick q
FAIK, I'm just an ordinary dialup user and should be sending mail to my telco isp, pop.mts.net, to which I connect to retrieve mail, but which refuses telnet connections to port 25 patrick. > > On 09 Aug 2001 11:13:03 -0700, patrick q wrote: > > > > > > On 09 Aug 2001 1

Re: exim not sending mail

2001-08-09 Thread patrick q
SOLVED (sorta) I tweaked /usr/share/doc/exim/example.conf.gz to get a working configuration. I don't know what was wrong with the output from eximconfig but I did notice there was no setting for primary_hostname Cheers, patrick. --- patrick q <[EMAIL PROTECTED]> wrote: > Hi, &

Re: exim not sending mail

2001-08-09 Thread patrick q
--- Fredrik Jagenheim <[EMAIL PROTECTED]> wrote: > With most DSL connections you don't need a smarthost (that is, a > server that will accept your mail and forward it to the correct > server) and let you send your mail directly to the correct server. > Try to run eximconfig and set your server to a

best practice for tar and gzip?

2001-08-12 Thread patrick q
Hi, I have a lot of important archives, up to 10,000 files per ~10 Meg tar.gz tarball, that I like to keep as safe as possible. I test the archives when I create them, have backups, and off-site backups of backups, but I am worried about possible file corruption, ie propagating possibly corrupt f

Re: apt-getting recommended/suggested packages?

2001-08-27 Thread patrick q
--- "Avdi B. Grimm" <[EMAIL PROTECTED]> wrote: > quick question: is there a simple way to tell apt-get to install a > package *plus* all of it's recommended and suggested packages? For > example, KDevelop can utilize a whole slew of optional packages if > they > are installed, but by default apt-g

cd reading tip (2.4.3 )

2001-04-29 Thread patrick q
I was trying to read one of my cdrom archives on a 2.4.3 machine with a cheap-ass generic ide/ATAPI cdrom drive, but all it could read was the lost+found directory... I could read the cd with other drives, so it wasn't a coaster. On a whim, I tried loading the scsi emulation drivers scsi_mod.o,

Re: switching kernels

2001-04-30 Thread patrick q
--- omicron <[EMAIL PROTECTED]> wrote: > hello > How do i switch from a running kernel to another without having to > reboot the machine ? > > Thanks in advance > --omicron > try user-mode Linux, you can run a virtual machine with a different kernel as a process under your current kernel. I hav

Re: Stopping vim from auto-indenting

2001-05-05 Thread patrick q
--- mdevin <[EMAIL PROTECTED]> wrote: > When I use vim to edit a file, then copy and paste some text into > this > file, the text gets automatically indented more than it should. Take > the following example: > Edit an empty file with vim, then try an paste in the following text: > !## NETSCAPE >

Re: booting 2.4.4

2001-05-08 Thread patrick q
--- Daniel Faller <[EMAIL PROTECTED]> wrote: > Hi, > > I was using kernel 2.4.3 without any problems, but kernel 2.4.4 > refuses to > boot. I do not think that my kernel Configuration is wrong. > > There was a Thread "trouble booting 2.4.4" some days ago, which > suggested to > put: > do_initr

Re: ttyS0: LSR safety check engaged!

2001-05-11 Thread patrick q
--- Wilson Yau <[EMAIL PROTECTED]> wrote: > My notebook - Dell Latitude CPi R400GT > My OS - Debian Potato w/ kernel 2.4.4 > > Problem: > > Keep getting the following messages: > > ttyS0: LSR safety check engaged! > > INIT: Id "7" respawning too fast: disabled for 5 minutes > > > > Q

Re: Copying one hard drive to another

2001-05-15 Thread patrick q
--- Bryan Andersen <[EMAIL PROTECTED]> wrote: > Osamu Aoki wrote: > > > > I am just curious :-) (No flames against cpio) > > > > On Mon, May 14, 2001 at 01:48:29PM -0500, Bryan Andersen wrote: > > > > > copy /dev/hda1 to /dev/hdb1? > > > > > > > > mount /dev/hdb1 /mnt > > > > cd > > > > find

Re: Binairies format

2001-05-25 Thread patrick q
--- Gael Pegliasco <[EMAIL PROTECTED]> wrote: > Hello, > > Following my previous message about 'packages compilation', (thanks > andrea for > your reply), I'm now wondering how it is possible to know for which > architecture > a program has been compiled for ? The canonical answer would be to c

Re: ppp connection

2001-05-27 Thread patrick q
--- Arian Novruzi <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to configure my ppp in my new Debian 2.2 (well, I think > these > developers guys can make more easy the installation ;-) > My modem is a lucent one and I use the appropriate package to install > it. > I'm using the same script which w

Installation Trouble

2002-04-15 Thread r—˜ ‰q
hi, i just purchased the "Debian Linux Unleashed" by SAMS publishing, and it came with a copy of Debian GNU/Linux 2.2r2. it booted off the CD and was fine until i saw an error message that says "Keyboard = AT Keyboard not present?" something like that anyway. then more gibberish very quickl

Re: Nvidia GeForce2 [was Re: woody]

2002-05-23 Thread patrick q
--- synthespian <[EMAIL PROTECTED]> wrote: > Em Qua, 2002-05-22 às 21:51, Jerome Acks Jr escreveu: > > On Mon, May 20, 2002 at 09:34:46PM +0200, Ferdinand Lachmann wrote: > > > I am a newby on debian woody 3.0. > > > Have a Nvidia GeForce2 DDR in my system. > > > Can,t get my xserver running,nor my

A installation question

2002-05-28 Thread Q. Gong
Dear all, Just preparing to install Woody. I have a question concerning lilo. During installation, how to configure lilo to put the boot block on a floppy and leave the hard disk's MBR unchanged? Thank you very much in advance. After receiving your answer, I will start to upgrade my SuSe linux to

Re: inserting carriage return characters

2002-06-01 Thread Q. Gong
> What is a simple way to insert a carriage return character just before > each line feed (new line) character in a text file? > > Try command: "cat old.txt | recode ..pc > new.txt" Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT

Re: inserting carriage return characters

2002-06-03 Thread Q. Gong
> What is recode ? recode is a filter converting various character sets. Have a look at: http://www.iro.umontreal.ca/~pinard/recode/HTML/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian book for complete newbie?

2002-06-12 Thread Q. Gong
On Wed, 12 Jun 2002, Johann Spies wrote: > > Search google for rute.pdf It is a book by Paul Sheer of about 700 > pages referring frequently to the debian way of doing things. > The website is http://rute.sourceforge.net. It looks nice. Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: how to stop console cursor blink?

2002-06-19 Thread Q. Gong
On Wed, 19 Jun 2002, Jan Groenewald wrote: > sort of similar, how does one turn the console error beep > off? > Use command: xset -b Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

How many files can be put in one directory?

2002-06-20 Thread Q. Gong
Hi, A general question: what's the maximum number of files located in one directory? Qian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

bad error

2002-12-03 Thread J Q Private
I recompiled my kernel, and must have turned off (or turned to modules) the required pieces to read my hard drive @ boot time. Both of the other heretofore bootable kernels on the machine (all 2.4.18) result in the same error during the boot process, and booting from A: results in a similar message

Re: bad error

2002-12-03 Thread J Q Private
Thank you Dennis, but... Dennis Stosberg <[EMAIL PROTECTED]> wrote: Am 03.12.2002 um 13:29 schrieb J Q Private: >> Both of the other heretofore bootable kernels on the machine (all >> 2.4.18) result in the same error during the boot process, and >> booting from A: resu

Re: /etc/fstab OR harddrive crash

2002-12-03 Thread J Q Private
--- Pigeon <[EMAIL PROTECTED]> wrote: > On Tue, Dec 03, 2002 at 11:17:43AM -0500, Narins, > Josh wrote: > > Dear Debian folk, > > Important Question... If my hard drive crashed, > and my machine boots > > from the hard drive, how far in the boot process > would it get? > > How long is a piece

Re: bad error

2002-12-04 Thread J Q Private
make my own 2.4.18 boot CD ciao for now - They're There! They're Poor! They Don't Want Any War! --- Pigeon <[EMAIL PROTECTED]> wrote: > On Tue, Dec 03, 2002 at 02:26:40PM -0800, J Q > Private wrote: > > How would this be different than the four or five &g

Re: Debian 2.0 - rcmd: Lost connection

1998-07-15 Thread Michael Q. Le
the latest packages in the hamm release. I've been using the hamm distribution for about 3 months and have been continuously upgrading to all the latest packages. Thanks for any help on this matter, ----

dependency on kernel 2.0.28

1997-03-15 Thread Michael Q. Le
I just tried installing dosemu and ibcs from the unstable tree. It seems they require kernel 2.0.28 however we don't have that kernel package available yet even in the unstable tree. Thanks, -- Michael

Problem with xlockmore

1997-04-27 Thread Michael Q. Le
, -- Michael Q. Le Home: (916) 753-1456 Solid State Circuits Research Lab Office: (916) 752-6347 Dept. of Electrical EngineeringUniversity of California, Davis Powered

mailcap error

1997-02-28 Thread Michael Q. Le
I get the following message when I install packages like xanim, imagemagic, etc: Error: '/etc/mailcap' is not in required format What is wrong? Thanks for the help. -- Michael Q. Le Home:

¥_¤@¤k.......¶W¯Å»¶©f§Ú!

2001-05-01 Thread ¤ý¥Ð§Q
龍哥, 今年真的不好過,我已經換了N個工作.. 作後公司又倒閉了...這一家公司蠻好玩的.. 你好好看看..我們也可以開一間.. 按下面的連 結- 周美雲... p.s. 星期六 Friday's 見面!!

No perscription needed, all best medication!

2004-08-06 Thread Reasonably Q. Shots
The smallest pain in our little finger gives us more concern than the destruction of millions of our fellow beings. I think you're meant to sprinkle salt on it... :)You just found the greatest and simpliest site for PILLS on the net. No perscript

Debian, lowest rates around on medication

2004-04-19 Thread Feeds Q. Unimpaired
I'm so sorry! :)We're all pilgrims on the same journey-but some pilgrims have better road maps.If your only goal is to become rich, you will never achieve it. Debian, looking for cheapest meds? Check out our souce for medication. http://supership.rx-plus.net/?dcent actuates Constants aren't.Here

ID: 95492

2007-01-31 Thread Joyner Q. Dot
LYY -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Re: How to disable this PPP message

2006-01-19 Thread John Q. User
Hi Simo, Thanks for the pointer. I'm using Firestarter to configure IPTables. I will investigate Firestarter configuration options. Cheers, jec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Re: How to disable this PPP message

2006-02-16 Thread John Q. User
Hi, Here is what I did. Please note: this is probably not appropriate for a professional/production/multi-user system. I run Debian as software development platform w/ Firestarter to manage IPTables. Firestarter causes IPTables to log messages related to various DoS attacks.attacks.attacks.attack

¯q´¼¼Ö¿n¤ì

2000-09-02 Thread ¯q´¼¼Ö¿n¤ì
¯q´¼¼Ö¿n¤ì- ¡´¡¨¯q´¼¼Ö¿n¤ì¡¨¾A¦X¢µ·³¥H¤Wªº¨àµ£©Î«C¤Ö¦~º[¦U¦~ÄÖ¼hªºª±®a¨Ï¥Î¡A¬O±Òµo»P¼W±jÂ¥k¸£¹Bºâ´¼¯àµo®iªºµ´¨Î¤èªk»P¥Î¨ã¡Cwww.100big.com.tw/easytoys ¡´¥»²£«~ºaÀò¡¨¤¤µØÂ

NFS breaks after switching to DNS

2000-02-01 Thread Beiad Ian Q. Dalton
I just switched my private network from /etc/hosts to DNS, now NFS mounting doesn't work. Using /etc/hosts I see in syslog: Jan 31 18:06:52 playdough mountd[211]: NFS mount of / attempted from 192.168.1.1 Jan 31 18:06:52 playdough mountd[211]: / has been mounted by 192.168.1.1 and using DNS for

where is `gc.h' needed for compiling gcc?

1999-12-27 Thread Beiad Ian Q. Dalton
I'm trying to compile gcc on Potato with the pgcc patches. Patches applied cleanly, and I edited the debian/patches/ patches that didn't apply cleanly (just version changes between `gcc' and `pgcc') and ran debian/rules binary. Now in src/libobjc/gc.c, it can't find gc.h and gc_typed.h, which a

SquidGuard without libdb2 in /usr/local?

1999-12-28 Thread Beiad Ian Q. Dalton
I'm trying to build squidguard but am running into a little problem. It depends on libdb2, but the congigure script fails on Debian's libdb2 and libdb2-dev packages installed, saying the berkley DB package isn't installed. I'd like to build squidguard without having to have the packages under /us

¨D¾»Ý¨D20¸U¤H¤~¸ê®Æ®w

2001-11-25 Thread ¨D¤~¹q¤l·s»D³ø

$BL$>5Bz9-9p"((B5000$B1_$G3+6H(B$B$7$^$;$s$+!*!*(B

2004-01-22 Thread $B3+6H%Q%C%/(B
$B!!(B $B!!(B $BL$>5Bz9-9p"((B $B$4LBOG$JJ}$O:o=|$7$F$/[EMAIL PROTECTED](B $B!!Ev9-9p$rkM[;T;{ED#8!]#2(B (B $BBeI=http://goldhand.zive.net/ (B $B!!(B (B (B (B-- (BTo UNSUBSCRIBE, email to [EMAIL PROTECTED] (Bwith a subject of "unsubscribe". Trouble? Contact

=?238?q?szerel=F5?=

2004-08-13 Thread =?238?q?Horv=E1th_D=E9nes?=
Szia, Itt találhatod meg az infot, amit kértél: www.szervizajanlo.hu Üdv, Dénes

$BL$>5Bz9-9p"((B5000$B1_$G3+6H(B$B$7$^$;$s$+!*!*(B

2004-01-25 Thread $B3+6H%Q%C%/(B
$B!!(B $B!!(B $BL$>5Bz9-9p"((B $B$4LBOG$JJ}$O:o=|$7$F$/[EMAIL PROTECTED](B $B!!Ev9-9p$rkM[;T;{ED#8!]#2(B (B $BBeI=http://goldhand.zive.net/ $B!!(B (B (B (B-- (BTo UNSUBSCRIBE, email to [EMAIL PROTECTED] (Bwith a subject of "unsubscribe". Trouble? Contact [EMAI

  1   2   >