Re: Java problems in browsers with Sid

2004-08-25 Thread Ricky Clarkson
Getting the Sun JDK/JRE plugin to work is easy, as per the instructions at: http://plugindoc.mozdev.org/faqs/java.html#Linux Also, the j2se-package, erm, package, lets you build Debian-compliant Java packages easily and those are supposed to configure the plugin for you. Of course, that's for th

Re: Installing Sarge

2004-08-03 Thread Ricky Clarkson
I would guess that either both CDROMs are faulty (unlikely) or that the machine's RAM or hard drive are faulty (more likely). You can test both, but I don't know how. On Tue, 3 Aug 2004 11:37:13 -0500, C. Tresenriter <[EMAIL PROTECTED]> wrote: > I'm trying to get Sarge installed on an ASUS A7V8X-

Re: Installing a new hard drive

2004-08-03 Thread Ricky Clarkson
I'd suggest looking at dmesg for lines like the following: hda: Maxtor 6E040L0, ATA DISK drive hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive or whatever your hardware is. If it's not there, Linux hasn't recognised it. If it is there, check that it actually is hdc, it could have been given a dif

Re: Metacity window manager

2004-07-26 Thread Ricky Clarkson
As far as I know, metacity is ICCCM compliant (a standard for window managers), so it can be used with any ICCCM compliant panels, toolbars, etc. Metacity just happens to be the default for Gnome, but I expect it would work well with KDE too (though it obviously wouldn't use the KDE theme as Metac

Re: Safely Upgrading Packages

2004-07-26 Thread Ricky Clarkson
On Mon, 26 Jul 2004 07:54:20 -0500, John Fleming <[EMAIL PROTECTED]> wrote: > On my unstable box, I have been upgrading, but not dist-upgrading. Just now > I tried to do this and now have problems. I updated first, then a regular > upgrade, and then the dist-upgrade. There were still some unmet

Re: which package owns system busy icon

2004-07-23 Thread Ricky Clarkson
> For grins and giggles install "galternatives" > > The run it, look for x-cursor-theme. Change as needed. Not many grins and giggles for me. The following packages have unmet dependencies: galternatives: Depends: python-glade2 but it is not going to be installed E: Broken packages Guess I'll

Re: Detaching and reattaching a process to different terminals?

2004-07-22 Thread Ricky Clarkson
One thing that might be possible is to attach gdb (GNU debugger) to it and then cause a segfault, then in the tty start the process off from where it was. I don't know whether that's possible though. The more long term solution is to use screen for processes like that. apt-cache show screen On

Re: X Applications as Root User

2004-07-19 Thread Ricky Clarkson
Another option is to do xhost +localhost as a normal user, then export DISPLAY=:0.0 as root. Assuming your display is :0.0 For info on xhost security, man xhost Another, slightly ridiculous option is to ssh -X [EMAIL PROTECTED] On Sun, 18 Jul 2004 10:11:27 +0200, Andreas Janssen <[EMAIL PROTECT

Re: XF86Config-4 not being modified by dpkg-reconfigure

2004-07-16 Thread Ricky Clarkson
Erm, disregard that, I seem to have forgotten to actually read the email properly. On Fri, 16 Jul 2004 14:02:47 +0100, Ricky Clarkson <[EMAIL PROTECTED]> wrote: > In my /etc/X11/XF86Config-4 file: > > # Edit this file with caution, and see the XF86Config-4 manual page. > # (Ty

Re: XF86Config-4 not being modified by dpkg-reconfigure

2004-07-16 Thread Ricky Clarkson
In my /etc/X11/XF86Config-4 file: # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or afte

Re: Good unicode compatible editors under X

2004-07-07 Thread Ricky Clarkson
nedit seems to accept pound signs (£££) fine, they're not in ASCII. I don't speak Foreign so I don't know how to test it any more than that ;) On Tue, 06 Jul 2004 23:58:49 -0400, * Tong* <[EMAIL PROTECTED]> wrote: > Hi, > > Since the gedit is crashing in debain testing > (http://www.google.com/g

Re: Cannot login or su

2004-07-07 Thread Ricky Clarkson
I don't know much of the way things work here, but you can probably use: strace -o sulog.txt su - [the final - is optional - man su] Then read sulog.txt, it might give a clue as to what it was trying to do. strace is in the strace package - if you can't install because you're not root you can p

Re: How do i configure XF86Config-4 for a iD865glc desktop system

2004-07-05 Thread Ricky Clarkson
On Mon, 05 Jul 2004 16:33:59 +0200, Eric van Rheenen <[EMAIL PROTECTED]> wrote: > I have a PC with an Intel D865GLC motherboard and i'm running > Debian Linux 2.4.26. > The problem i stil have is how to configure the video chip. Which > driver should i choose within XF86Config so that the X-Wind

Re: Port forwarding on a NAT firewall

2004-07-02 Thread Ricky Clarkson
On Fri, 2 Jul 2004 13:43:58 +0100 (BST), Antony <[EMAIL PROTECTED]> wrote: > 1) Set up an email server on the router that relays all mail to the > private server.2) Port forward (DNAT) port 25 to the private server. > > I don't like port forwarding, as it's always seemed like a kind of bodge, > b

Re: gimp dependency problems in Sid

2004-07-02 Thread Ricky Clarkson
On Thu, 01 Jul 2004 14:11:53 -0400, H. S. <[EMAIL PROTECTED]> wrote: > So looks like gimp-data is newer and gimp is not. How do I get around > this problem: Downgrade gimp-data or maybe newer gimp is yet to come? I just installed gimp 2.0.2-3 from sid, and it installed gimp-data 2.0.2-3 also. I

Re: Changing from testing to unstable.

2004-06-30 Thread Ricky Clarkson
Thomas Adam wrote: > > --- Ricky Clarkson <[EMAIL PROTECTED]> wrote: > > > On Wed, 30 Jun 2004 16:07:10 +0100 (BST), Thomas Adam > > > If you have appropriate source lines you can do apt-get install > > > thepackage/testing or apt-get install thepackage/stable > >

Re: Changing from testing to unstable.

2004-06-30 Thread Ricky Clarkson
On Wed, 30 Jun 2004 16:07:10 +0100 (BST), Thomas Adam <[EMAIL PROTECTED]> wrote: > > To change from testing to unstable, is is as simple as > > s/testing/unstable in /etc/apt/sources.list, `apt-get update` and > > `apt-get upgrade` (or do I need to use dist-upgrade for this)? > > Basically, yes.

Re: Apt problems

2004-06-30 Thread Ricky Clarkson
I'm sure someone will give a better answer, but I'd use strace to find out what file it's trying to execute. I guess somewhere in /var/apt though. On Wed, 30 Jun 2004 02:25:34 -0700 (PDT), Jonas Jasas <[EMAIL PROTECTED]> wrote: > > Where that pre-removal script is kept? I gues that problem is in

Re: copy paste into kde

2004-06-28 Thread Ricky Clarkson
On Mon, 28 Jun 2004 10:48:40 -0700, Paul Johnson <[EMAIL PROTECTED]> wrote: > > I have a problem using eclipse (3.0) and kde: 'copy' does not work > > everytime using keyboard shortcut... using Ctrl+C or Ctrl+ins does not > > copy the selected text into the klipper. > > Copy should be implied by

Re: reading .chm files

2004-06-28 Thread Ricky Clarkson
>From #debian To extract Compressed HTML files (MS Windows HtmlHelp Data) use the chmLib (and its example programs to be found at http://66.93.236.84/~jedwin/projects/chmlib/ ) or use xchm On Mon, 28 Jun 2004 08:26:56 -0400, Rick Pasotto <[EMAIL PROTECTED]> wrote: > > Is there a program in debia

Re: Six GMail Invites, First come, First Served!

2004-06-25 Thread Ricky Clarkson
On Fri, 25 Jun 2004 08:14:44 -0700, Steve Lamb <[EMAIL PROTECTED]> wrote: > There is no ability to sort on anything other than having each thread > (damn their "conversations" notion, we need no new terms here!) show up based Thread is a pretty unintuitive term, conversation is more natural -

Re: aptitude and backports with the same name as unstable packages

2004-06-25 Thread Ricky Clarkson
On Fri, 25 Jun 2004 17:28:48 +0200 (CEST), Benedict Verheyen <[EMAIL PROTECTED]> wrote: > Is there anyway i can view the location or to install from a particular > location? apt-get install package/unstable I guess. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: Problem installing Gnome in Sid [Debian newbie]

2004-06-25 Thread Ricky Clarkson
On Fri, 25 Jun 2004 10:39:46 -0300, Leandro Guimaraens Faria Corsetti Dutra > > I've installed Debian with the sarge net installer, then upgraded to sid. > > Sid is unstable, often broken. Wait a few days, or just use sarge. apt-get install gnome/sarge or apt-get install gnome/testing

Re: XFree86 issues

2004-06-25 Thread Ricky Clarkson
On Fri, 25 Jun 2004 07:54:09 -0400, Roberto Sanchez <[EMAIL PROTECTED]> wrote: > Computer 2: > > In WindowMaker, when I - to change between windows, the next > window is brought forward, but it does not recive the focus unless I > press and release the key again. After pressing the key, > all k

Re: Migrating to Debian: questions

2004-06-24 Thread Ricky Clarkson
On Thu, 24 Jun 2004 12:41:02 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have installed 3.0R2. It installed kernel 2.2 instead of 2.4. Now, how can I use > apt to have the 2.4 installed? If you haven't already, turn on bash_completion (smart tab completion) by typing 'source /etc/bas

Re: virtual consoles unresponsive

2004-06-24 Thread Ricky Clarkson
You could run savetextmode on a machine with as close a configuration as possible, copy the files over and try it, but check the risks in doing this, as it is a server that you don't want to reboot, let alone crash. On Thu, 24 Jun 2004 08:45:52 -0700, Carl D. Blake <[EMAIL PROTECTED]> wrote: > I d

Re: virtual consoles unresponsive

2004-06-23 Thread Ricky Clarkson
Perhaps you could take down the X server using /etc/init.d/xdm stop (or gdm or kdm if you use those). That might give the monitor time to adjust itself, which restarting X wouldn't do. If that gives you a shell, use dpkg-reconfigure xserver-xfree86 to sort out the config. If it doesn't, you coul