Re: [gentoo-user] KDE GUI for network settings

2005-11-14 Thread Chris Cox
On Thursday 03 November 2005 03:09, Neil Bothwick wrote:
 On Wed, 2 Nov 2005 17:01:46 -0600, Qv6 wrote:
  Don't expect to find it with emerge knetworkconf. Just wait for
  kde-3.5

 It's not in beta2.

Just to report that I got it working.  After a bit of tweaking, I managed to 
get his ebuild working.  There were a couple of errors in his ebuild.  After  
I resolved that it worked without any problems.

If you don't already have a PORTDIR_OVERLAY in /etc/make.conf add an entry:

PORTDIR_OVERLAY=/usr/local/portage

then :
mkdir -p /usr/local/portage/net-misc/knetworkconf
cd /usr/local/portage/net-misc/knetworkconf/
cat   knetworkconf-0.6.1.ebuild EOF

 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
 # $Header: 2003/04/16 12:00:00 Serge ROUX $

 inherit kde-base eutils

 IUSE=
 DESCRIPTION=A KDE 3.x TCP/IP Configuration tool
 SRC_URI=mirror://sourceforge/kbear/${P}.src.tar.bz2
 HOMEPAGE=http://knetworkconf.sourceforge.net;

 LICENSE=GPL
 KEYWORDS=x86 ppc sparc

 need-kde 3
 EOF

emerge -av knetworkconf --digestwill download/create the digest files, 
unpack, compile, and install.



-- 
Chris
Linux 2.6.14-gentoo i686 AMD Athlon(tm) XP
 08:42:31 up  5:39,  7 users,  load average: 0.84, 1.31, 0.85
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE GUI for network settings

2005-11-03 Thread Holly Bostick
Qv6 schreef:
 On Wednesday 02 November 2005 09:02 am, Mark wrote:
 
 I have a KDE desktop on one of my machines, and noticed I couldn't 
 find any GUI interface to manage the IP address and related 
 configurations for the 2 ethernet cards on the box. I have
 installed kdenetworks, but still don't see anything. What do I need
 to install/enable/locate on my system to manage eth0 and eth1 from
 the GUI? Thanks!
 
 
 You are referring to knetworkconf. This is currently not available in
  kde under Gentoo.

Not completely true-- someone has taken the opportunity to practice
their ebuild writing skills, so there is a proposed ebuild on
bugs.gentoo.org (b.g.o), found by searching ALL knetworkconf:

http://bugs.gentoo.org/show_bug.cgi?id=19413

While putting an unofficial build in one's overlay is also not 'simple'
if you've never done it before, 1) it's a useful skill to have if you're
a Gentoo user; and 2) it's easier than building from source for what is
likely a complex build (suggested by the fact that no one has it but
knoppix).

So while there are likely to be problems, at least you can also
contribute to the bug so that 1) you might get help/fixes if the ebuild
doesn't emerge and 2) any problems with the ebuild get fixed faster,
paving the way to get the ebuild into Portage that much sooner.

You probably want to have a look at the following references:

Adding unofficial ebuilds (Gentoo docs)
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=5#doc_chap2

HOW-TO Installing 3rd party ebuilds (gentoo-wiki.com)
http://www.gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE GUI for network settings

2005-11-03 Thread Neil Bothwick
On Wed, 2 Nov 2005 17:01:46 -0600, Qv6 wrote:

 Don't expect to find it with emerge knetworkconf. Just wait for 
 kde-3.5

It's not in beta2.


-- 
Neil Bothwick

Learn from your parents' mistakes - use birth control!


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE GUI for network settings

2005-11-03 Thread Qv6
On Wednesday 02 November 2005 09:02 am, Mark wrote:
 I have a KDE desktop on one of my machines, and noticed I couldn't
 find any GUI interface to manage the IP address and related
 configurations for the 2 ethernet cards on the box. I have installed
 kdenetworks, but still don't see anything. What do I need to
 install/enable/locate on my system to manage eth0 and eth1 from the
 GUI? Thanks!


If you really need a mature gui to manage your interface(s), try webmin. 
It gives that feature and a lot more.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE GUI for network settings

2005-11-02 Thread Mark
I have a KDE desktop on one of my machines, and noticed I couldn't find any GUI interface to manage the IP address and related configurations for the 2 ethernet cards on the box. I have installed kdenetworks, but still don't see anything. What do I need to install/enable/locate on my system to manage eth0 and eth1 from the GUI? Thanks!
-- Mark[unwieldy legal disclaimer would go here - feel free to type your own]


Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Christoph Eckert

 I have a KDE desktop on one of my machines, and noticed I couldn't
 find any GUI interface to manage the IP address and related
 configurations for the 2 ethernet cards on the box. I have installed
 kdenetworks, but still don't see anything. What do I need to
 install/enable/locate on my system to manage eth0 and eth1 from the
 GUI? Thanks!

In the control center you should find a tool to do so; it formerly was a 
standalone tool called knetworkconf.


Best regards


ce
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Mark
Well, that's where I would expect to find it also, but it's not there. Anyone know what might be missing from my installed packages for this?On 11/2/05, Christoph Eckert
 [EMAIL PROTECTED] wrote: I have a KDE desktop on one of my machines, and noticed I couldn't
 find any GUI interface to manage the IP address and related configurations for the 2 ethernet cards on the box. I have installed kdenetworks, but still don't see anything. What do I need to install/enable/locate on my system to manage eth0 and eth1 from the
 GUI? Thanks!In the control center you should find a tool to do so; it formerly was astandalone tool called knetworkconf.Best regardsce--
gentoo-user@gentoo.org mailing list-- Mark[unwieldy legal disclaimer would go here - feel free to type your own]


Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Christoph Eckert

 Well, that's where I would expect to find it also, but it's not
 there. Anyone know what might be missing from my installed packages
 for this?

it depends on your KDE version. It is in KDE 3.5 per default; for 
earlier versions it needs to get installed separately.

From an original message of the author in March 2005:


»As from this past sunday, KNetworkConf lives now in the official KDE 
CVS and probably will be part of KDE 3.5 :)

You can find it under kdereview/knetworkconf module for now. Later in 
some point in time it will be moved to kdenetwork or kdeadmin core 
packages.«



Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Mark
I'm sorry - this is probably noob stuff. I'm unable to find it, doing emerge --search knetworkconfHow do I find and install the kdereview/knetworkconf module? (I have KDE 3.4.1)
On 11/2/05, Christoph Eckert [EMAIL PROTECTED] wrote:
 Well, that's where I would expect to find it also, but it's not there. Anyone know what might be missing from my installed packages for this?it depends on your KDE version. It is in KDE 3.5
 per default; forearlier versions it needs to get installed separately.From an original message of the author in March 2005:»As from this past sunday, KNetworkConf lives now in the official KDE
CVS and probably will be part of KDE 3.5 :)You can find it under kdereview/knetworkconf module for now. Later insome point in time it will be moved to kdenetwork or kdeadmin corepackages.«Best regards
ce--gentoo-user@gentoo.org mailing list-- Mark[unwieldy legal disclaimer would go here - feel free to type your own]


Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Christoph Eckert
Hi,


 I'm sorry - this is probably noob stuff.

Ah, OK.

 I'm unable to find it, doing 
 emerge --search knetworkconf

The application is not yet official enough, so you'll not find it in the 
portage tree. Instead...

 How do I find and install the kdereview/knetworkconf module? (I have
 KDE 3.4.1)

you need it to check out from CVS or to build it manually from sources 
which can be found on http://knetworkconf.sf.net:

http://prdownloads.sourceforge.net/knetworkconf/knetworkconf-0.6.1.tar.bz2?download

If you're a real noobie to Linux building packages from source isn't 
really the easiest thing on earth, OTOH if you have luck it will build 
just fine:

* After downloading unpack the source
* Open a shell window in the directory where the (unpacked) source 
resides
* run the following commands:
./configure  make

If no error occured do

su
(enter root passphrase)
make install


Best regards


ce
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE GUI for network settings

2005-11-02 Thread Qv6
On Wednesday 02 November 2005 09:02 am, Mark wrote:
 I have a KDE desktop on one of my machines, and noticed I couldn't
 find any GUI interface to manage the IP address and related
 configurations for the 2 ethernet cards on the box. I have installed
 kdenetworks, but still don't see anything. What do I need to
 install/enable/locate on my system to manage eth0 and eth1 from the
 GUI? Thanks!
 
You are referring to knetworkconf. This is currently not available in 
kde under Gentoo. It is available in kde under Knoppix. In fact I don't 
think it exist in kde - by default - under any other distro but 
Knoppix.

The official link is http://knetworkconf.sourceforge.net/

Don't expect to find it with emerge knetworkconf. Just wait for 
kde-3.5

-- 
gentoo-user@gentoo.org mailing list