Configuration Tool

Discuss all artwork and development - Suggestions needed

Moderator: Moderators

Would you like to have a general control center?

Yes, would be really great
76
81%
Maybe not so bad
10
11%
No, what for?... I love my f****** config files
8
9%
 
Total votes : 94

Re: Configuration Tool

Postby Darksurf » Sat Oct 04, 2008 5:24

Try logging into KDE as root with the same user name and password and see if it will let you in... If yes
then unemerge webmin and re-emerge webmin. I'd also check to see if you need to add users to a group
such as a webmin group or something like that. Its been a while since I used webmin.
~ Y </0 5+Up1</ P30p[Ez +Ry 2 R34</ D1s? ~
User avatar
Darksurf
Old Dear Hen
 
Posts: 770
Joined: Sat Sep 16, 2006 4:01

Re: Configuration Tool

Postby albfneto » Sat Oct 04, 2008 15:57

after re-inatallation, Webmin had the same problem, but...
Solved, because it accepted "root" word, as both login and password, and now, runs and the password can be changed. Thanks.
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1288
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: Configuration Tool

Postby yuguang » Thu Nov 20, 2008 16:46

I think it is a good idea to make backups of configuration files in the home directory. The configuration tool should have some options for sysctl like
http://ubuntuguide.org/wiki/Ubuntu:Hardy#Howto:_Tweak_and_maximize_your_bandwidth_in_Ubuntu.2FLinux_via_sysctl.21

http://planet.larrythecow.org/
see "On software installation and activities" for some ideas that might be good with the configuration tool.
yuguang
Simple Hen
 
Posts: 73
Joined: Sun Jun 22, 2008 23:13

Re: Configuration Tool

Postby Thev00d00 » Tue Dec 09, 2008 14:47

how is this coming along guys?
Image
Please report Bugs on the Bugzilla, not forum
Please Adopt an Unanswered thread
Website / Blog : v00d00.net
twitter: Follow Me
G+: Circle Me
User avatar
Thev00d00
Generally Awesome (tm)
 
Posts: 1467
Joined: Wed Feb 21, 2007 15:52
Location: United Kingdom

Re: Configuration Tool

Postby Stupot » Tue Dec 09, 2008 16:03

It's been taking a backseat to life for a month or so now. The good news is we've already put in too much effort to call it quits. :)

We've got a very good framework for the whole thing going and of course the entire concept of how it should work was thought out a long while ago, but it still has a lot of work to be done.
Stupot
Sagely Hen
 
Posts: 1011
Joined: Wed Feb 14, 2007 3:44
Location: St. Louis, MO, USA

Re: Configuration Tool

Postby sjieke » Wed Dec 10, 2008 8:39

As Stupot mentioned, we are a little short on time for the past month. Hopefully it will get better after the holidays.

If you want see what we have so far. You can always checkout the SVN trunk at sourceforge; https://sourceforge.net/projects/sabayoncontrol/).
Or browse it and download a tarball: http://sabayoncontrol.svn.sourceforge.n ... rol/trunk/

In the state it currently is it is buildable and runnable, just not all menu's and buttons are working yet.
To build it, you need cmake.
If you have the trunk folder downloaded and extracted to a folder called: '/home/somebody/sabayoncontrol/trunk/' you can follow the steps below.
1. Go to that folder
Code: Select all
cd /home/somebody/sabayoncontrol/trunk/
and it should contain 2 folders 'doc' and 'src'
2. Create a new build folder
Code: Select all
mkdir build

3. Cd into it
Code: Select all
cd build

4. Execute cmake
Code: Select all
cmake ../src/

5. Build it using make
Code: Select all
make

6. Install it using make
Code: Select all
make install


The default installation prefix is '/usr/local' if you want to change it you can use the command 'cmake -DCMAKE_INSTALL_PREFIX=/my/prefix ../src/'
For example you could create a install folder under your trunk folder
Code: Select all
mkdir /home/somebody/sabayoncontrol/trunk/install
.
Then you sould replace step 4 with the following
Code: Select all
cmake -DCMAKE_INSTALL_PREFIX=/home/somebody/sabayoncontrol/trunk/install/ ../src/


Maybe I should just create a readme file... :roll:
sjieke
Technological Hen
 
Posts: 321
Joined: Thu Mar 01, 2007 10:46
Location: Maldegem, Belgium

Re: Configuration Tool

Postby albfneto » Sun Jan 25, 2009 21:27

when i tried, i had make errors:


Code: Select all
localhost build # cmake ../src/
-- Looking for xerces-c library
-- Looking for xerces-c library -- found library '/usr/lib64/libxerces-c.so'
-- Looking for xerces-c library -- found include folder '/usr/include'
-- Looking for xerces-c library -- SUCCEEDED
-- Configuring done
-- Generating done
-- Build files have been written to: /home/albfneto/sabayoncontrol/trunk/build
localhost build # make
[ 35%] Built target ModuleManager
[ 42%] Built target TestModuleManager
[ 50%] Building CXX object Modules/CMakeFiles/StandaloneModule.dir/StandaloneModule/StandaloneModule.c
pp.o
/home/albfneto/sabayoncontrol/trunk/src/Modules/StandaloneModule/StandaloneModule.cpp: In member funct
ion ‘virtual void SabayonControl::Modules::StandaloneModule::Initialize()’:
/home/albfneto/sabayoncontrol/trunk/src/Modules/StandaloneModule/StandaloneModule.cpp:50: error: ‘exit
’ was not declared in this scope
make[2]: ** [Modules/CMakeFiles/StandaloneModule.dir/StandaloneModule/StandaloneModule.cpp.o] Erro 1
make[1]: ** [Modules/CMakeFiles/StandaloneModule.dir/all] Erro 2
make: ** [all] Erro 2
localhost build # make install
[ 35%] Built target ModuleManager
[ 42%] Built target TestModuleManager
[ 50%] Building CXX object Modules/CMakeFiles/StandaloneModule.dir/StandaloneModule/StandaloneModule.c                         pp.o
/home/albfneto/sabayoncontrol/trunk/src/Modules/StandaloneModule/StandaloneModule.cpp: In member funct                         ion ‘virtual void SabayonControl::Modules::StandaloneModule::Initialize()’:
/home/albfneto/sabayoncontrol/trunk/src/Modules/StandaloneModule/StandaloneModule.cpp:50: error: ‘exit                         ’ was not declared in this scope
make[2]: ** [Modules/CMakeFiles/StandaloneModule.dir/StandaloneModule/StandaloneModule.cpp.o] Erro 1
make[1]: ** [Modules/CMakeFiles/StandaloneModule.dir/all] Erro 2
make: ** [all] Erro 2
localhost build # equo install sabayoncontrol
>> !!! No match for sabayoncontrol in repositories.
>>    ? When you wrote sabayoncontrol You Meant(tm) one of these below?
>>     # dev-php/PEAR-VersionControl_SVN:0 ?
>>     # x11-themes/sabayonlinux-artwork:0 ?
>>     # app-misc/sabayonlive-tools:0 ?
>>     # app-misc/sabayonlinux-skel:0 ?
>> No packages found.
>>  @@ Caching complete.
localhost build #                                       

Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1288
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: Configuration Tool

Postby sjieke » Mon Jan 26, 2009 9:47

In GCC 4.3 the C++ header dependencies have been cleaned up, apperently. I didn't know about this and so there are some missing includes. If you use GCC 4.2 it will build correctly. We will try to fix it as soon as possible...
sjieke
Technological Hen
 
Posts: 321
Joined: Thu Mar 01, 2007 10:46
Location: Maldegem, Belgium

Re: Configuration Tool

Postby LordBernhard » Mon Jan 26, 2009 22:55

Thanks for trying out Sabayon Control Center :D

I've just fixed compile... didn't have much time lately.. I really, really hope I'll have more time soon.. now I have at least my development machine back running :-)

Concluding: what we've coded should work now :D -- at least those things intended to work yet :D
LordBernhard
Young Hen
 
Posts: 30
Joined: Fri Jan 12, 2007 22:41

Previous

Return to Artwork and Development Suggestions

Who is online

Users browsing this forum: No registered users and 1 guest