Re: Headers in this ML

2002-10-03 Thread Andy Saxena
On Thu, Oct 03, 2002 at 06:11:24PM +0100, Richard Kimber wrote: > > It had the above To UNSUBSCRIBE stuff at the bottom. I assumed that meant > that it did. > > - Richard. > What did the "From: " header say? -Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: Switching between monitors on one video card

2002-10-03 Thread Andy Saxena
On Fri, Oct 04, 2002 at 12:08:00AM +1000, Russell wrote: > Hi all, > > In XF86 (x-windows), is there a way to switch between > the "Display" sections in XF86config-4 ? > > I want to switch between different monitors (with a switchbox) > on the one video card, but the monitors have different capa

Re: Setting up printing

2001-07-15 Thread Andy Saxena
I have the Epson Stylus color 740 that I am using under usb. I don't know how the "i" model differs. I got myself printer drivers from www.turboprint.de. Works like a charm. The pages come out centered and I can adjust the margins. I tried pdq but wasn't quite satisfied with it. Anyway, that's

Re: usb scanners & printers

2001-07-15 Thread Andy Saxena
I have a Microtek Scanmaker X6. The pro is that the driver is included in the kernel package. -Andy On Sunday July 15 2001 00:08, Sam Varghese wrote: > On Sat, Jul 14, 2001 at 10:06:48AM -0700, tony mollica wrote: > > Hi. The local computer fair is in town today > > and I'm in the market for a

Re: Testing upgrade: Potentially harmful(?) problem

2001-07-15 Thread Andy Saxena
I have recently ugraded from potato. So 70debconf is the new file instead of apt.conf? On Sunday July 15 2001 00:09, Jimmy Richards wrote: > > Sorry, but I guess I forgot to mention that the file would be > apt.conf if your running potato. Glad you found the right file though.

Re: mkfs.vfat? where is it ??

2001-07-15 Thread Andy Saxena
On the other hand try "parted". It's a utility with pretty much the same functionality as Partition Magic. It will even resize your ext2 partitions. I have used it for this purpose and it worked out great. -Andy On Saturday July 14 2001 09:31, Disem wrote: > I was unable to create an *windows*

Re: Can't play audio CDs

2001-07-15 Thread Andy Saxena
> > > > Under redhat my drive showed up as /dev/cdrom. I'm not sure if this is > > significant. /dev/cdrom is a soft link to your cdrom device. It should link to /dev/hdc in your case. -Andy

Re: X4 scrolling

2001-07-15 Thread Andy Saxena
I faced a similiar problem before, but reversed :). Make sure the "modes" line in /etc/X11/XF86Config-4 reads like this: Modes "640x480" "800x600" X creates a virtual screen corresponding to the largest screen resolution and uses the first entry as the default startup resolution. -Andy O

Re: kde2 and wmdockapps

2001-07-15 Thread Andy Saxena
Absolutely! "Dock Application Bar" can be accessed from Panel => Add => Extension menu. There is a bug that may not allow you to display all your dockapps. You can resolve this by writing a startup script that will launch your dockapps. -Andy On Sunday July 15 2001 17:31, Jonathan Daugherty wr

Re: X4 scrolling

2001-07-15 Thread Andy Saxena
Mr. Oberin, You need to get off this problem and step out into the fresh air. Perhaps it will relieve your frustration :-). Not to mention the kind of trouble one can get into for blowing steam at volunteers. And oh, before you step out, could you please send us a copy of /etc/X11/XF86Config-4

Re: X4 scrolling

2001-07-16 Thread Andy Saxena
On Sunday July 15 2001 22:55, Eric G. Miller wrote: > On Mon, Jul 16, 2001 at 12:30:03PM +1000, Bek Oberin wrote: > [snip] > > Subsection "Display" > > Depth 24 > > Modes "800x600" "640x480" > > ViewPort0 0 > > Virtual 800 600 > > EndSubs

Re: Newbieish question

2001-07-16 Thread Andy Saxena
Hi Brian, I recently went through two upgrade cycles - from stable (AKA Potato) to testing (AKA Woody), and then to unstable (AKA Sid). On Sid about a 100 or so packages are updated everyday. A few weeks ago, I had a severely disabled system when the PAM modules failed to function. In essence,

Re: Audio CD Problems with Potato

2001-07-16 Thread Andy Saxena
On Monday July 16 2001 01:47, Mark Wagnon wrote: > On 07/16/01 07:20:47 +0200, Joost Kooij wrote: > > Better is: add your user to the cdrom group and chmod the device to that > > group instead of disk. > > Thanks for the heads up. I know how to add a user to a group, but how > does one remove a use

Re: X question

2001-07-19 Thread Andy Saxena
It has to do with keymapping. I am feeling too lazy to look up my notes now, and hopefully somebody will come along to help. In the meanwhile use for Home and for End, if you aren't already :). -Andy On Thursday July 19 2001 14:57, Sebastiaan wrote: > Hello, > > I have upgraded to woody with

Re: gotmail

2001-07-19 Thread Andy Saxena
If you just started getting this error, log into hotmail itself. The interface has changed :). That might explain the problem. -Andy On Thursday July 19 2001 15:36, The Doc wrote: > If anyone out there uses gotmail, have you been getting this error, or one > like it -- and if so, do you know ho

Re: running out of room on root system

2001-07-20 Thread Andy Saxena
The following will definitely help; execute as root. # runlevel N 2 [might not be 2 for you] (log out of any X sessions, because in the next step you will change your runlevel to the single mode) # telinit 1 (make your changes now.) # exit [or] telinit 2 [should put you back into the normal ru

Re: bash ${parameter%%patern} does not work ?

2001-07-23 Thread Andy Saxena
On Monday July 23 2001 03:36, Osamu Aoki wrote: > Hi, > > I have been scratching my head for bash parameter substitution. > > I understand ## in following examples but I can not understand %%. > Is this how bash 2.0 supposed to work? > > $ XXX="123456123456" > $ echo $XXX > 123456123456 > $ echo ${

Re: upgrading kde?

2001-07-23 Thread Andy Saxena
On Monday July 23 2001 06:26, Rodolfo Canet wrote: > Hi all > > Which package should I apt-get install to get the newest kde? (kdebase, > etc...) > > Thanks.. 02:38pm [EMAIL PROTECTED] ~/perl-programming 536 $ dpkg -l "*kde*" | grep "^ii" ii kdeartwork-sty 2.2-beta1-1widget styles released

Re: Preventing windows from screwing linux up

2001-07-23 Thread Andy Saxena
Could you please provide more information? It would help to know what your partition table looks like (from fdisk). Could you state more specifically what symptoms this has caused? Were you not able to boot into Linux; files went missing, etc. -Andy On Monday July 23 2001 17:35, Cormac McGuinn

Re: KDE2 X display security

2001-07-28 Thread Andy Saxena
On Saturday July 28 2001 14:05, Ross Boylan wrote: > I'm looking for a configuration file setting so that I won't need to > type that command every time I start. > > On Sat, Jul 28, 2001 at 03:55:36PM +0200, Philipp Lehman wrote: > > On Sat, 28 Jul 2001, Ross Boylan <[EMAIL PROTECTED]> wrote: > > >

Re: history

2001-07-30 Thread Andy Saxena
On Sunday July 29 2001 19:10, Markus Hansen wrote: > hi > how can i clear the history of visited webpages > while using conqueror? > thanks for helping. > markus The quick-and-dirty way is to close konquerer and delete all the files in ~/.kde/share/apps/kio_http/cache I am currently running unst

Re: zip drive problems...

2001-07-31 Thread Andy Saxena
On Tuesday July 31 2001 04:57, Phillip Deackes wrote: > On Mon, 30 Jul 2001 13:39:47 -0700 > > Sometimes the partition you need to access is /dev/sda1 rather than > /dev/sda4. Don't know why, but I have several zip disks, some where the > uabale partition is /dev/sda1 and others where it is /dev/sd

Re: LILO (OPT: vga -- question)

2001-07-31 Thread Andy Saxena
On Monday July 30 2001 21:52, louiemiranda wrote: > vga = normal > > how can i make lilo to use 800x600 res, on the lilo.conf options? > > ex: vga = 800x600? -- > > > louiemiranda > > (axishift.ath.cx) PGPID : 0xDABA60C7 Not quite sure what you are trying to do

Re: xdm & login problems

2001-07-31 Thread Andy Saxena
On Monday July 30 2001 14:46, Pedro Quaresma de Almeida wrote: > Hi > > my xdm setup is broken... :( > > When I try to run xdm, it starts nicely showing the login-screen but > when I try to login it fails returning to the xdm login-screen. > > Whats the problem? > > Can you help me? Thank you. You

Re: Wake on LAN question

2001-07-31 Thread Andy Saxena
On Monday July 30 2001 09:24, Robert Kerr wrote: > Hi all, > I am setting up a machine to do firewalling/IP masquerading. I'd like to > be able to leave this machine on all the time, but perhaps in a > powered-down mode, so it's not using as much electricity, and not so noisy > at night. I envisi

Re: Is my memory's speed normal?

2001-07-31 Thread Andy Saxena
On Tuesday July 31 2001 05:31, Tao Liu wrote: > I tried memtest86 to test my memory. > > It says: > Memtest-86 v2.6 > Celeron 434.3MHz > L1 Cache 32k 4342.6MB/s > L2 Cache 128k 1085.6MB/s > Memory 128M 71.1MB/s > Cacheable 128M > > I choiced all tests, > it worked 10 hours, and still n

Fwd: Re: xdm & login problems

2001-07-31 Thread Andy Saxena
>Andy Saxena writes: > On Monday July 30 2001 14:46, Pedro Quaresma de Almeida wrote: > > Hi > > > > my xdm setup is broken... :( > > > > When I try to run xdm, it starts nicely showing the login-screen but > > when I try to login it fails returnin

Re: Questions about XFree86 4.x

2001-08-03 Thread Andy Saxena
On Thursday August 02 2001 11:42, Aaron Traas wrote: [snip] > > 4) in my /etc/profile, I add the line: > alias ls='ls --color -F' > This works very nicely at the console, but for some reason, when I'm in > X, this doesn't work in Konsole or Xterm. I have to do an: > exec bash --login >

Re: moving mail to imap

2003-07-30 Thread Andy Saxena
On Tue, Jul 29, 2003 at 07:13:21PM +0200, Juri Haberland wrote: > > It is said that the server with the most features is Cyrus-IMAPd, which > is quite hard to istall and to configure. I have cyrus server running for personal use, and I am by no means an admin. One of the bigger differences betwe

Re: Accidently uninstalled KDE

2003-08-02 Thread Andy Saxena
On Sat, Jul 12, 2003 at 07:25:19PM +0200, Christophe Courtois wrote: > I know this problem :-) I suppose this is KDE3. > The second time, I was fed up with this dependency problem, and each time > I use dselect, I make a backup of /var/lib/dpkg/status to make a rollback > if I forget to type Ct

Re: mail stuck in queue

2002-04-02 Thread Andy Saxena
On Tue, Apr 02, 2002 at 04:36:40PM +0200, Rudy Gevaert wrote: > Hello, > > Running exim and potato here. My last two sent messages are stuck in > the mail queue... It get this message: > > > Due that I am not at home much (only weekends), and I don't use it much to > send mail this could b

Re: Unstable Packages installed in Woody listing?

2002-04-03 Thread Andy Saxena
On Tue, Apr 02, 2002 at 02:05:47PM +0100, Charlie Grosvenor wrote: > Hi > I have debian woody installed and have a number of packages from > the unstable distribution installed. How can I list all the packages > that I have installed that are from the unstable distribution only? > > Thankyou

Re: Kernel idle interference??

2002-04-03 Thread Andy Saxena
On Tue, Apr 02, 2002 at 09:29:06PM -0500, H. S. Teoh wrote: > [Please Cc: replies to me, I'm not subscribed due to high volume.] > > Recently, I noticed this very odd phenomenon with my sound card. I'm > using an SB16 with the OSS drivers, and there is this persistent > background static hum, whi

Re: LILO dualbooting Sid and XP

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 03:05:32AM -0600, Alex Malinovich wrote: > I've been using the NT bootloader for as long as I've been using Debian > to handle switching between my M$ OS's and Linux. However, since I've > switched to using Debian 364 days a year, this is no longer working for > me. My XP bo

Re: debian reinstallation

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 09:30:20PM +0200, Hanspeter Roth wrote: > On Apr 06 at 09:29, Vivek G. Bharathan spoke: > > > So I installed Debian in February and I've just discovered that my /usr > > partition is much too small. I'd like to somehow set apt and dselect to > > If you have appropriate

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 11:47:54AM -0800, Steve Juranich wrote: > I'm having trouble getting my screen resolution set correctly. The relevant > part of my /etc/X11/XF86Config-4 file says: > > > DefaultDepth 24 > SubSection "Display" > Depth 24 >

Re: No Internet Connection (DHCP)

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 01:30:25PM -0800, Brian W. Carver wrote: > I boot up and first thing I type: ifconfig > I get: > > eth1 Link encap:Ethernet HWaddr 00:C0:F0:56:2E:E9 > inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX

Re: Mutt and From: line

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 04:54:36PM -0500, Matthew Daubenspeck wrote: > I have been messing with mutt and trying to make it display my name > currectly for FAR too long, and I have gotten no where. > > I have tried every combination of set realname, set from, my_hdr From: > with every combination o

Re: No Internet Connection (DHCP)

2002-04-07 Thread Andy Saxena
Brian W. Carver wrote: >Your assumptions below are correct. > >I am using potato 2.2 r5, but this problem started when a dselect session >went bad >and I believe that I may now have some sid and some woody packages. > >I know I have a new xdm interface because it looks totally different when >I b

Re: Reducing font size in X

2002-04-07 Thread Andy Saxena
On Sun, Apr 07, 2002 at 08:59:58PM +0200, Erik van der Meulen wrote: > Dear group - I have just installed a Sid box supposed to run only X and > Galeon. I found that the default install leves me with rather large > fonts for the applications. > I recall having solved this before by exchanging the F

Re: Reducing font size in

2002-04-10 Thread Andy Saxena
On Mon, Apr 08, 2002 at 12:07:15AM -0700, Florentin Ionescu wrote: > My understanding is that "unix/:7100" is necessary if you run > xfstt server - from documentation I thought that is necessary to > run xfstt if you want support for all true type fonts. Is this > true or false ? > > For configura

Re: Reducing font size in X

2002-04-13 Thread Andy Saxena
On Fri, Apr 12, 2002 at 07:36:30AM -0700, Paul Mackinney wrote: > > Wow. I just halted xfs and restarted X. Everything looks the same. > Before I unsinstall xfs completely, I have two questions: > > - Does anything need the font server? Sometimes I launch X-windows > remotely after connecte

Re: package management

2002-04-13 Thread Andy Saxena
On Sat, Apr 13, 2002 at 05:28:49AM -0700, David Wright wrote: > > > 2) Is there any way to tell dpkg to mark a specific package with a hold > flag without going through the dselect menus? I always end up getting > lost and doing things I don't want to in dselect, and I really want to > be able

Re: Someone tell me the secret of mutt

2002-04-13 Thread Andy Saxena
On Fri, Apr 12, 2002 at 11:23:57AM -0500, David Turetsky wrote: > On Thu, Apr 11, 2002 at 10:16:34PM -0400, N. Thomas uttered: > --> * Jeffrey W. Baker <[EMAIL PROTECTED]> [2002-04-11 18:55:27 -0700]: > --> > > --> > Ximian Evolution really is a foul pig of an MUA. I love pine, but it is > --> > s

Re: Linux on Walmart's systemless computers

2002-04-14 Thread Andy Saxena
On Sun, Apr 14, 2002 at 09:59:47AM -0700, Craig Dickson wrote: > begin Shawn McMahon quotation: > > > Meanwhile, a few less girl babies get drowned because their parents > > can't feed them. > > As I understand it, Chinese families that drown their baby daughters do > so because the Chinese gov

Re: Mouse problem

2002-04-17 Thread Andy Saxena
On Wed, Apr 17, 2002 at 06:06:26PM -0700, David Smead wrote: > Apparently potato doesn't default install to XF86Config-4. I figured it > was best to start with stable before moving to Woody, but maybe stable has > been orphaned. > That is correct and mentioned on the Debian website - potato is no

Re: stoppling console logging

2002-04-17 Thread Andy Saxena
On Wed, Apr 17, 2002 at 09:27:18PM -0400, Rick Pasotto wrote: > > /etc/init.d/cron restart > > Whatever that was supposed to do, it didn't make any difference. I think you are trying to get rid of the messages syslog(?) directs to the console. I believe your solution lies in the tweaking of t

Verifying file permissions

2002-04-19 Thread Andy Saxena
Hi, I was wondering if there is any way to verify the file permissions on the files installed by debian packages. Thanks, Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

verifying debian package integrity

2002-04-19 Thread Andy Saxena
Hi, I, like most of you, download deb packages from a mirror site. While this mirror site is listed on debian's list of mirrors, is there anyway to check the integrity of these deb packages automatically when I download them? A possible setup would be to fetch the md5 checksums from the official

Re: Verifying file permissions

2002-04-20 Thread Andy Saxena
On Fri, Apr 19, 2002 at 08:26:44PM -0700, craigw wrote: > On Fri Apr 19, 2002 at 10:54:26PM -0400, Shawn McMahon wrote: > > begin Andy Saxena quotation: > > > > > > I was wondering if there is any way to verify the file permissions on > > > th

Re: linux partition help

2002-04-20 Thread Andy Saxena
On Fri, Apr 19, 2002 at 02:43:14PM -0700, Sean 'Shaleh' Perry wrote: > > On 19-Apr-2002 Ilia Lobsanov wrote: > > I just did something stupid. I used partition magic to effectively move my > > linux partition a few sectors down. LILO doesn't work anymore, so I'm stuck > > on windlowsXP. Is there an

Re: Finding unused packages

2002-04-20 Thread Andy Saxena
On Fri, Apr 19, 2002 at 10:47:47PM -0800, Brian Nelson wrote: > Noah Meyerhans <[EMAIL PROTECTED]> writes: > > > On Fri, Apr 19, 2002 at 03:00:34PM +0200, Matijs van Zuijlen wrote: > > > > Some time ago, I've read somewhere about a tool that can find installed > > > > debian packages that are not

Re: verifying debian package integrity

2002-04-20 Thread Andy Saxena
On Sun, Apr 21, 2002 at 06:57:45AM +0800, csj wrote: > On Fri, 19 Apr 2002 22:37:49 -0400 > Andy Saxena <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I, like most of you, download deb packages from a mirror site. While > > this mirror site is listed on de

Re: XF86Config

2002-04-20 Thread Andy Saxena
On Fri, Apr 19, 2002 at 05:51:21PM -0400, Bob Hilliard wrote: > I am going to have to use an old, undocumented machine while I am > on vacation for the next several weeks. > > I plan to bring my own hard disk with Debian installed, but my > XF86Config-4 will not work with this undocument

Re: Erratic mouse behavior

2002-04-21 Thread Andy Saxena
On Sat, Apr 20, 2002 at 02:06:23PM -0400, Jonathan David Pearce wrote: > I've been running unstable for several months now. I just did a package > update in dselect and selected a few new packages to install. I also > updated all the already installed packages that had updates available. > Last upd

Re: Erratic mouse behavior

2002-04-21 Thread Andy Saxena
On Sat, Apr 20, 2002 at 02:25:45PM -0500, Hall Stevenson wrote: > * Jonathan David Pearce ([EMAIL PROTECTED]) [020420 14:12]: > > I've been running unstable for several months now. I just did a > > package update in dselect and selected a few new packages to install. > > I've ran into some odd mou

Re: Erratic mouse behavior

2002-04-21 Thread Andy Saxena
On Sat, Apr 20, 2002 at 07:17:06PM -0500, John Foster wrote: > - > I've had a similar recent experience started about 2 weeks ago after a > general woody upgrade. 2 wierd problems. > 1. I now have a conflict between my console mouse and my xwindows. t

Re: xauthority and root

2002-04-21 Thread Andy Saxena
On Sat, Apr 20, 2002 at 05:37:44PM -0700, Osamu Aoki wrote: > On Sat, Apr 20, 2002 at 05:22:48PM -0500, Decibels wrote: > > Seems that a lot of the stuff I try to do, like 'make xconfig' and > > starting a xfm session,... for root, when I > > need to use root, I still have to do the > > > > xauth

Re: Bug in xfree86-xserver setup?

2002-04-21 Thread Andy Saxena
On Sun, Apr 21, 2002 at 01:46:31AM -0500, Dimitri Maziuk wrote: > * Sridhar M.A. ([EMAIL PROTECTED]) spake thusly: > > Hi, > > > > Just today when apt-get upgrade installed the new version of > > xfree86-xserver in testing (4.1.0-16), I could not start X. It was > > looking for Nvidia chipsets. Th

Re: Bug in xfree86-xserver setup?

2002-04-21 Thread Andy Saxena
On Sun, Apr 21, 2002 at 07:21:05AM +0530, Sridhar M.A. wrote: > Hi, > > Just today when apt-get upgrade installed the new version of > xfree86-xserver in testing (4.1.0-16), I could not start X. It was > looking for Nvidia chipsets. This appeared strange and on checking I > found that the installa

Re: DHCP/BOOTP

2002-04-21 Thread Andy Saxena
On Sat, Apr 20, 2002 at 10:38:02PM -0700, Alexis Georges wrote: > Hello > I just got back to using Debian..I'll just tell you what the problem is : > i boot normally from the cd's and start the installation process; i choose > the right drivers and modules..when i get the Configure Network, i ent

Re: Setting up ntl cable modem/DHCP?

2002-04-21 Thread Andy Saxena
On Sun, Apr 21, 2002 at 10:41:18AM +0100, [EMAIL PROTECTED] wrote: > Hi > The DHCP client software I am using is chcp3-client v3.0+3.0.1r when I > run the ?dhclient? command I get the following: > > Listening on LPF/eth0/00:80:5f:c1:55:40 > Sending on LPF/eth0/00:80:5f:c1:55:40 > Listening on LP

Re: Updating woody-isolinux.iso using rsync?

2002-04-21 Thread Andy Saxena
On Sun, Apr 21, 2002 at 02:19:26PM +0100, Brian Greenfield wrote: > Hi > > I used wget to grab Rapha?l Hertzog's woody iso last weekend > and was going to try it out today, but I see he's released a > new version. > > I've tried to update it using rsync -- I'm an rsync > virgin:), but everything

Re: Aptitude fails to configure packages

2002-04-21 Thread Andy Saxena
On Sun, Apr 21, 2002 at 03:38:05AM +0400, Ricardo Fitzgerald wrote: > Hi, > > I've doing some package installation using Aptitude and after > downloading everything and start configuring it locks and keeps > showing the configure message forever. After 2 hours I decide to stop > it and retry to re

Re: Kernel panic: NO INIT FOUND, but seems to be there.

2002-04-22 Thread Andy Saxena
On Mon, Apr 22, 2002 at 04:24:54PM -0400, Alessandro Ghigi wrote: > > > Hi! > > Thank you for your answer. I have tried passing to the boot prompt > > linux root=/dev/hda9 init=/sbin/init, > > but the result is the same as before. Actually /sbin is on the root > partition. > > I guess the rea

Re: KDM Path

2002-04-22 Thread Andy Saxena
On Mon, Apr 22, 2002 at 02:57:30PM -0400, Quenten Griffith wrote: > Seems when one uses KDM it no longer reads the paths out of > /etc/profliles or ~/.bash_profile or .bashrc. Where is KDM getting the > paths? I need to add a path System wide to a program, and I use KDM at > start up thanks. >

Re: Scwawcaac: I need a little more on apps available for Linux

2002-04-22 Thread Andy Saxena
On Mon, Apr 22, 2002 at 02:28:30PM -0700, David Smead wrote: > You can use LaTeX and associated programs to publish books, catalogs, data > sheets, e-commerce sites, etc. Software cost $0.00. Some learning > required. > > -- > Sincerely, > > David Smead > http://www.amplepower.com. > Just br

Re: xauthority and root

2002-04-22 Thread Andy Saxena
been using Kde and getting use to KDE, so would like > to keep using it. > > *** > > Doesn't work if you are using kdm/kde :-}. > > > > -Andy > *** > - Original Message - > From: "Andy Saxena" <[EMAIL PRO

Re: Aptitude fails to configure packages

2002-04-22 Thread Andy Saxena
On Sun, Apr 21, 2002 at 06:35:27AM +0400, Ricardo Fitzgerald wrote: > > > > I use aptitude exclusively for my package management. Which distro of > > Debian are you using and which version of aptitude? > > > > -Andy > > I'm using Woody PPC , can't remember which aptitude version it has to > be l

Re: KMail/Mozilla & /var/mail

2002-04-23 Thread Andy Saxena
On Sun, Apr 21, 2002 at 12:35:51AM -0600, Troy Telford wrote: > How do I set up kmail/mozilla to read email in /var/mail? > > -- > > Troy Telford .=. > [EMAIL PROTECTED]

Re: Kernel panic: NO INIT FOUND, but seems to be there.

2002-04-23 Thread Andy Saxena
On Mon, Apr 22, 2002 at 08:08:41PM -0500, dman wrote: > On Mon, Apr 22, 2002 at 05:21:23PM +0800, Crispin Wellington wrote: > | On Mon, 2002-04-22 at 15:08, Alessandro Ghigi wrote: > > | > Kernel panic: no init found. Try passing init= option to kernel. > > Hey, cool (sorta) -- someone else has t

Re: Repartitioning/Reinstalling

2002-04-24 Thread Andy Saxena
On Tue, Apr 23, 2002 at 03:48:41PM -0400, Rich Johnson wrote: > Folks-- > > Its time to repartition my disks. The plan is to: > 1. Put all the user data I want to keep onto tape > 2. Install debian from scratch (including repartition) > 3. Restore .deb package database > 4. Re-fetch current .

Re: Q's on backup to CD-R

2002-04-24 Thread Andy Saxena
On Wed, Apr 24, 2002 at 10:47:30AM -0700, Ross Boylan wrote: > At 10:26 AM 4/24/02 +0200, you wrote: > >Ross Boylan wrote: > > > >Just a thought -- I have heard that CD-Rs have a 1-bit per 100kB error > >rate > >in 1 year. What that means is that in your typical 1-Meg program, > >backed up to CD-R

Re: Sharing Mozilla profiles with W2k

2002-04-24 Thread Andy Saxena
On Tue, Apr 23, 2002 at 06:01:38PM -0700, Ross Boylan wrote: > I run mozilla under both Linux and MS Win2000. I would like both > versions to use the same data (specifically, bookmarks, lists of sites > visited, passwords--I'm not using it for mail or news). > > Is this advisable, or am I likely

Re: apt-sources List

2002-04-24 Thread Andy Saxena
On Tue, Apr 23, 2002 at 04:51:17PM -0700, Vineet Kumar wrote: > * Matt Chipman ([EMAIL PROTECTED]) [020423 15:51]: > > Is there a list of or a method of finding alternative apt-able archives for > > both woody and potato? > > see these pages: > http://www.debian.org/doc/manuals/apt-howto/ch-basico

Re: Repartitioning/Reinstalling

2002-04-25 Thread Andy Saxena
On Thu, Apr 25, 2002 at 08:12:59AM -0400, Rich Johnson wrote: > > > > In any case, I am done with my rants. If you want to repartition without > > reinstalling post a message here. By the way, don't ever forget the > > backups, and experiment with doing a selective restore, if not a full > > one, b

Re: kdm [] XFree86 [XF86Config-4]

2002-04-27 Thread Andy Saxena
On Thu, Apr 25, 2002 at 05:59:35PM +0200, Davi Leal wrote: > Hi all, > > Is it possible run a kdm on Atl+F7 and another on Alt+Fn?. Any pointer to > how do it?. > > The idea is to use the same monitor, keyboard and mouse on Alt+F7 to one > user and on Alt+Fn to another user, but not at the same t

Re: debconf configuring XF86Config-4 with two mice

2002-04-27 Thread Andy Saxena
On Thu, Apr 25, 2002 at 11:09:05PM -0400, Jerome Acks Jr wrote: > Although I have a working XF86Config-4, I put it together without using > debconf so it does not have any DEBCONF SECTION. Anyway I decided to > give debconf a try at managing the file and ran dpkg-reconfigure > xserver-xfree86. The

modules missing? sound-slot-1

2002-05-05 Thread Andy Saxena
Hi, For a long time I have been getting messages of the following kind in /var/log/daemon.log: May 4 23:44:33 localhost modprobe: modprobe: Can't locate module sound-service-3-3 . . . May 4 23:45:37 localhost modprobe: modprobe: Can't locate module sound-slot-2 . . . May 4 23:53:10 localhost

Re: Reverse Depends on packages

2002-05-05 Thread Andy Saxena
On Sun, May 05, 2002 at 10:50:01PM -0400, David Z Maze wrote: > Mike Fedyk <[EMAIL PROTECTED]> writes: > > Is there a tool, or series of commands that'll help me find packages > > that are not depended on anymore in the debian packaging system? > > These days I tend to use aptitude as my standard

x-terminal-emulator & xterm

2002-05-06 Thread Andy Saxena
Hi, For some reason, when I invoke x-terminal-emulator, which points to xterm, results in different background, foreground, etc. settings than if I were to invoke xterm directly. In general, if xterm is invoked via a symlink, the result is different! I was under the impression that invoking a pro

Re: x-terminal-emulator & xterm

2002-05-08 Thread Andy Saxena
On Mon, May 06, 2002 at 12:40:26AM -0700, Vineet Kumar wrote: > * Andy Saxena ([EMAIL PROTECTED]) [020505 23:16]: > > Hi, > > > > For some reason, when I invoke x-terminal-emulator, which points to > > xterm, results in different background, foreground, etc. settings t

Re: x-terminal-emulator & xterm

2002-05-08 Thread Andy Saxena
On Wed, May 08, 2002 at 11:00:14AM -0700, Vineet Kumar wrote: > > As for taking different actions based on the command by which a program > was called, look at the fsck family, bzless and bzmore, mh's show, next, > and prev, and a lot of other things that show up in find / -type f | > -links 1 =).

Re: x-terminal-emulator & xterm [SOLVED]

2002-05-14 Thread Andy Saxena
On Wed, May 08, 2002 at 07:49:36PM -0700, Vineet Kumar wrote: > * Andy Saxena ([EMAIL PROTECTED]) [020508 18:44]: > > Even if an executable can tell whether or not it is being called by a > > symlink, why should the xterm binary be coded to disregard the > > ~/.Xreso

Re: x-terminal-emulator & xterm [SOLVED]

2002-05-14 Thread Andy Saxena
On Wed, May 08, 2002 at 07:41:28PM -0700, Eric G. Miller wrote: > On Wed, May 08, 2002 at 09:44:30PM -0400, Andy Saxena wrote: > > > I am still not certain how this applies to my original question. > > > > Even if an executable can tell whether or not it is being call

Re: Debian packages MD5 sums

2002-05-15 Thread Andy Saxena
On Mon, May 13, 2002 at 02:57:03PM -0500, Alex Malinovich wrote: > On Mon, 2002-05-13 at 13:54, Scott Henson wrote: > > Try debsums. Not all packages have it, but some do. Also a few weeks > > ago there wa I keep seeing this statement often, but I must not be understanding it completely. If I

Re: Stopping spam

2002-05-15 Thread Andy Saxena
On Mon, May 13, 2002 at 12:04:50AM -0700, Paul 'Baloo' Johnson wrote: > On Sun, 12 May 2002, Karsten M. Self wrote: > > > > The last two RBLs in my config don't list anything but every IP > > > address assigned to Korea, and the other every IP assigned to China, > > > since it doesn't appear any a

Re: building deb-src packages

2002-05-15 Thread Andy Saxena
On Tue, May 14, 2002 at 12:36:54AM +0100, Colin Watson wrote: > Looks about right to me, although you want 'apt-get build-dep' in the > former case too. You need to get build-dependencies as root, while > everything else can be done as an ordinary user. > > Actually, there's a note in the FAQ abou

Re: Debian packages MD5 sums

2002-05-15 Thread Andy Saxena
On Wed, May 15, 2002 at 11:14:18PM +0100, Colin Watson wrote: > On Wed, May 15, 2002 at 05:41:45PM -0400, Andy Saxena wrote: > > On Mon, May 13, 2002 at 02:57:03PM -0500, Alex Malinovich wrote: > > > On Mon, 2002-05-13 at 13:54, Scott Henson wrote: > > > > Try debs

Re: Stopping spam

2002-05-15 Thread Andy Saxena
On Wed, May 15, 2002 at 08:24:18PM -0700, Paul 'Baloo' Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 15 May 2002, Andy Saxena wrote: > > > Just curious, but does anybody have any thoughts on TMDA? > > What exactly is TMD

Re: potato or woody or testing or arrgghghg

2002-05-15 Thread Andy Saxena
On Mon, May 13, 2002 at 09:37:45PM -0400, Joe Biron wrote: > Could someone point a newbie to an explanation of the Debian release > universe? A friend explained it to me as "Woody is the newest... you > want Woody". Well, is Potato then the "stable" and Woody the "testing"? > My \etc\apt\sources.

Re: Fw: Nvi saved the file compi

2002-05-16 Thread Andy Saxena
On Tue, May 14, 2002 at 02:12:37PM +, Vittorio wrote: > What the hell should I do to delete this annoying message, relentlessly > sent to my mailbox? > > Vittorio > > - Forwarded message from Nvi recovery program <[EMAIL PROTECTED]> - > > From: [EMAIL PROTECTED] (Nvi recovery program

Re: Stopping spam

2002-05-16 Thread Andy Saxena
On Wed, May 15, 2002 at 11:59:11PM -0500, dman wrote: > On Thu, May 16, 2002 at 12:33:00AM -0400, Andy Saxena wrote: > | On Wed, May 15, 2002 at 08:24:18PM -0700, Paul 'Baloo' Johnson wrote: > | > On Wed, 15 May 2002, Andy Saxena wrote: > | > > | > > Ju

Re: potato or woody or testing or arrgghghg

2002-05-17 Thread Andy Saxena
On Thu, May 16, 2002 at 07:09:44AM -0400, Joe Biron wrote: > Uh boy. So how to I rectify this? I do have several packages that are > not installing correctly, such as libgnomeprint-data and other packages > that are in its depends tree. You can remove all the Ximian-gnome packages. It may be a

conserving power with your desktop

2002-05-18 Thread Andy Saxena
Hi, The problem is simple. I want to enable my desktop to go into a suspend mode when it is not being used, and then wake up when I press any key on the keyboard. I do have some APM parameters enabled in my customized kernel, and I have often seen the log message "kernel: apm: suspend was vetoed

Re: wrapping [was: Re: disable paragraph flows in mozilla?]

2002-05-18 Thread Andy Saxena
On Sat, May 18, 2002 at 01:04:19AM +0200, Hans Ekbrand wrote: > On Fri, May 17, 2002 at 03:40:47PM -0700, Vineet Kumar wrote: > > The reason most people > > suggest 72 is that traditionally, terminals are 80 characters wide, and > > 72 leaves enough room to be quoted with "> " four times. > > Alt

Re: [SOLVED] Re: Character Set trouble + KDE setup games

2002-05-18 Thread Andy Saxena
On Fri, May 17, 2002 at 11:16:58PM -0700, Ross Boylan wrote: > Then I read the KDE docs, and attempted to reset the default LANG in > the control center. However, C was the only choice it would show me. > Even after all the steps below, and restarting KDE, this is still the > only choice. > > The

Re: cron entries missing in /etc/init.d and /usr/sbin/cron (potato)

2002-05-18 Thread Andy Saxena
On Tue, May 14, 2002 at 11:32:14AM -0700, justin cunningham wrote: > What happened to cron? None of the cron services are running. Man cron > says do /etc/init.d/cron start but cron is only found in the following > files. Dpkg says cron isn't installed; I can grab it with apt but 1. why > is it m

Re: Debian packages MD5 sums

2002-05-18 Thread Andy Saxena
On Thu, May 16, 2002 at 09:26:52AM +0100, Colin Watson wrote: > On Wed, May 15, 2002 at 08:19:29PM -0400, Andy Saxena wrote: > > Since the Packages.gz has md5sums for the entire package, one scheme > > would be to download this file from a trusted source, like the main > > Deb

Re: apt-get sources

2002-05-22 Thread Andy Saxena
On Tue, May 21, 2002 at 07:21:42PM -0700, Paul 'Baloo' Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 21 May 2002, user list wrote: > > > Is the debian ftp site also a round-robin of all the ftp mirrors? > > It *should* be, but it's better to use apt-spy to find the

<    1   2   3   >