RE: [Cooker] Getting there - RPMDrake works - kinda

2003-07-17 Thread MEISCH,CORY (HP-Vancouver,ex1)
Getting error message when trying to search in rpmdrake:

Variable not allowed to be undef where GTkTreeIter is wanted at
/usr/sbin/rpmdrake line 331



> -Original Message-
> From: Thierry Vignaud [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 17, 2003 1:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] Getting there - RPMDrake works - kinda
> 
> 
> Robert Fox <[EMAIL PROTECTED]> writes:
> 
> > The GUI appears and the lists work - but when I try to select any
> > package - it won't let me (no check mark and the selected values
> > stay at 0)
> 
> use the space bar for now
> 
> this bug will be fixed later (i'm cleaning drakconnect gui for now)
> 
> 



Re: [Cooker] Getting there - RPMDrake works - kinda

2003-07-17 Thread Thierry Vignaud
Robert Fox <[EMAIL PROTECTED]> writes:

> The GUI appears and the lists work - but when I try to select any
> package - it won't let me (no check mark and the selected values
> stay at 0)

use the space bar for now

this bug will be fixed later (i'm cleaning drakconnect gui for now)




Re: [Cooker] Getting there - RPMDrake works - kinda

2003-07-17 Thread Robert Fox
On Thu, 2003-07-17 at 22:32, Thierry Vignaud wrote:
> Robert Fox <[EMAIL PROTECTED]> writes:
> 
> > The GUI appears and the lists work - but when I try to select any
> > package - it won't let me (no check mark and the selected values
> > stay at 0)
> 
> use the space bar for now
> 
> this bug will be fixed later (i'm cleaning drakconnect gui for now)

Thank you - your reply is much appreciated!

R.Fox




Re: [Cooker] Getting there - RPMDrake works - kinda

2003-07-17 Thread Buchan Milne
On Thu, 17 Jul 2003, Robert Fox wrote:

> Since the latest updates on Cooker, rpmdrake now works - partially.
> 
> The GUI appears and the lists work - but when I try to select any
> package - it won't let me (no check mark and the selected values stay at
> 0)
> 

Thierry said to use the space bar to select packages in the meantime.

Regards,
Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7

**
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
**



Re: [Cooker] Getting there

2000-02-25 Thread Carl A. Cook

Your whole network's not getting started.

Go to /etc/rc.d/init.d and #network start
Look for errors & fix them.

If it says, "Network Starting:   [OK]"  run ifconfig.  You will see info on lo &
ethx's.  Then ensure there are symlinks in /etc/rc.d/rc3.d & rc5.d called
S10network.  If you have a firewalling script, put a symlink in these folders
called S08firewalling (pointing to your script) and it will start before the
network.

Add host mappings to your hosts file.  IP then name.domain.com, as with localhost.

--
Carl A. Cook
quantumATaugustmailDOTcom

Sign the petition at http://www.libranet.com/petition.html
Help bring us more Linux Drivers



OS wrote:

> Thanks for replying
>
> ifconfig produces nothing, i.e. no lo, no ppp0, nothing.
>
> /etc/hosts :
>
> 127.0.0.1   localhost
>
> What next ?
>
> Owen
>
> On Fri, 25 Feb 2000, you wrote:
> > This may sound like really simple steps, but did you..
> >
> > - Run "ifconfig" and make sure that the "lo" interface is activated?
> >
> > - Check the /etc/hosts file and make sure that the name "localhost" is
> > associated with an IP address, hopefully 127.0.0.1?
> >
> >
> > Don Head
> > Linux Mentor
> > 1 800 826-4640 x1942
> > 1 314 692-1942
> > [EMAIL PROTECTED]
> > [AIM - Don Wave][ICQ - 18804935]
> > [IRC - EFnet, #WaveTech, Don-Wave]
> >
> >
> > -Original Message-
> > From: OS [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 25, 2000 4:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Cooker] Getting there
> >
> >
> > I posted an e-mail regarding the java debugger supplied with the Sun Java
> > SDK.
> >
> > Well, after much messing around I have found that Sun, bless 'em, missed one
> > file out of the SDK tar ball (it was in ALL the RC releases !) and didn't
> > copy
> > a library file to /usr/lib ! (Thanks to Blackdown for that by suggesting
> > using
> > strace.)
> >
> > Any way, to another problem. The java debugger now complains about not being
> > able to connect to the local host.
> >
> > So, I tried ping localhost, and ping 127.0.0.1
> >
> > 5 packets transmitted, 0 packets received, 100% packet loss
> >
> > Why doesn't this work anymore !?!?!?!?!?
> >
> > It used to work, well when I say used to, I haven't tried ping'ing for ages
> > and
> > ages.
> >
> > Anyway, is this why I can't connect to localhost, or is this a red herring.
> >
> > Help please,
> > Owen






RE: [Cooker] Getting there

2000-02-25 Thread Don Head

Extremely strange.  Here's some details..

Make sure you have a file named "/etc/sysconfig/network-scripts/ifcfg-lo".

If you don't, it's a plain text file.  Create it.  Permissions on mine are
root/root 755.
Here's some contents:

DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

After creating this file, or verifying it's existance, use the command "ifup
lo" to start it without rebooting.  The line above, ONBOOT=yes, will ensure
that it's started from now on during boot.  If yours is set to no, fix it.

If for some reason THAT doesn't work (generates an error), you have a
SERIOUS problem.

Don Head
Linux Mentor
1 800 826-4640 x1942
1 314 692-1942
[EMAIL PROTECTED]
[AIM - Don Wave][ICQ - 18804935]
[IRC - EFnet, #WaveTech, Don-Wave]


-Original Message-
From: OS [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 25, 2000 6:15 PM
To: Don Head
Subject: RE: [Cooker] Getting there


Thanks for replying

ifconfig produces nothing, i.e. no lo, no ppp0, nothing.

/etc/hosts :

127.0.0.1   localhost

What next ?

Owen


On Fri, 25 Feb 2000, you wrote:
> This may sound like really simple steps, but did you..
> 
> - Run "ifconfig" and make sure that the "lo" interface is activated?
> 
> - Check the /etc/hosts file and make sure that the name "localhost" is
> associated with an IP address, hopefully 127.0.0.1?
> 
> 
> Don Head
> Linux Mentor
> 1 800 826-4640 x1942
> 1 314 692-1942
> [EMAIL PROTECTED]
> [AIM - Don Wave][ICQ - 18804935]
> [IRC - EFnet, #WaveTech, Don-Wave]
> 
> 
> -Original Message-
> From: OS [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 25, 2000 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: [Cooker] Getting there
> 
> 
> I posted an e-mail regarding the java debugger supplied with the Sun Java
> SDK.
> 
> Well, after much messing around I have found that Sun, bless 'em, missed
one
> file out of the SDK tar ball (it was in ALL the RC releases !) and didn't
> copy
> a library file to /usr/lib ! (Thanks to Blackdown for that by suggesting
> using
> strace.)
> 
> Any way, to another problem. The java debugger now complains about not
being
> able to connect to the local host.
> 
> So, I tried ping localhost, and ping 127.0.0.1
> 
> 5 packets transmitted, 0 packets received, 100% packet loss
> 
> Why doesn't this work anymore !?!?!?!?!?
> 
> It used to work, well when I say used to, I haven't tried ping'ing for
ages
> and
> ages.
> 
> Anyway, is this why I can't connect to localhost, or is this a red
herring.
> 
> Help please,
> Owen



RE: [Cooker] Getting there

2000-02-25 Thread OS

Thanks for replying

ifconfig produces nothing, i.e. no lo, no ppp0, nothing.

/etc/hosts :

127.0.0.1   localhost

What next ?

Owen

On Fri, 25 Feb 2000, you wrote:
> This may sound like really simple steps, but did you..
> 
> - Run "ifconfig" and make sure that the "lo" interface is activated?
> 
> - Check the /etc/hosts file and make sure that the name "localhost" is
> associated with an IP address, hopefully 127.0.0.1?
> 
> 
> Don Head
> Linux Mentor
> 1 800 826-4640 x1942
> 1 314 692-1942
> [EMAIL PROTECTED]
> [AIM - Don Wave][ICQ - 18804935]
> [IRC - EFnet, #WaveTech, Don-Wave]
> 
> 
> -Original Message-
> From: OS [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 25, 2000 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: [Cooker] Getting there
> 
> 
> I posted an e-mail regarding the java debugger supplied with the Sun Java
> SDK.
> 
> Well, after much messing around I have found that Sun, bless 'em, missed one
> file out of the SDK tar ball (it was in ALL the RC releases !) and didn't
> copy
> a library file to /usr/lib ! (Thanks to Blackdown for that by suggesting
> using
> strace.)
> 
> Any way, to another problem. The java debugger now complains about not being
> able to connect to the local host.
> 
> So, I tried ping localhost, and ping 127.0.0.1
> 
> 5 packets transmitted, 0 packets received, 100% packet loss
> 
> Why doesn't this work anymore !?!?!?!?!?
> 
> It used to work, well when I say used to, I haven't tried ping'ing for ages
> and
> ages.
> 
> Anyway, is this why I can't connect to localhost, or is this a red herring.
> 
> Help please,
> Owen



RE: [Cooker] Getting there

2000-02-25 Thread Don Head

This may sound like really simple steps, but did you..

- Run "ifconfig" and make sure that the "lo" interface is activated?

- Check the /etc/hosts file and make sure that the name "localhost" is
associated with an IP address, hopefully 127.0.0.1?


Don Head
Linux Mentor
1 800 826-4640 x1942
1 314 692-1942
[EMAIL PROTECTED]
[AIM - Don Wave][ICQ - 18804935]
[IRC - EFnet, #WaveTech, Don-Wave]


-Original Message-
From: OS [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 25, 2000 4:49 PM
To: [EMAIL PROTECTED]
Subject: [Cooker] Getting there


I posted an e-mail regarding the java debugger supplied with the Sun Java
SDK.

Well, after much messing around I have found that Sun, bless 'em, missed one
file out of the SDK tar ball (it was in ALL the RC releases !) and didn't
copy
a library file to /usr/lib ! (Thanks to Blackdown for that by suggesting
using
strace.)

Any way, to another problem. The java debugger now complains about not being
able to connect to the local host.

So, I tried ping localhost, and ping 127.0.0.1

5 packets transmitted, 0 packets received, 100% packet loss

Why doesn't this work anymore !?!?!?!?!?

It used to work, well when I say used to, I haven't tried ping'ing for ages
and
ages.

Anyway, is this why I can't connect to localhost, or is this a red herring.

Help please,
Owen