Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Novell Ebuilds
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 13, 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Dec 17, 2009 7:02 pm    Post subject: Reply with quote

ginsoak wrote:
ok, thank you, consoleone works!
one question: is there a snapin to control border manager access rules?


i dont know but the radius snapin has a file called BorderManager.jar

if you know the name of the windows file that containes the BorderManager snapin it may work on linux
but if i remember correctly bordermanager only has nwadmin plugins
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Thu Dec 17, 2009 7:22 pm    Post subject: Reply with quote

ok, i'll let you now, maybe i'll ask to our Novell consultant as soon as i see him (next week, i suppose).
thnx
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Dec 17, 2009 7:31 pm    Post subject: Reply with quote

ginsoak wrote:
ok, i'll let you now, maybe i'll ask to our Novell consultant as soon as i see him (next week, i suppose).
thnx


no good news
http://www.novell.com/coolsolutions/qna/8063.html
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Thu Dec 17, 2009 7:37 pm    Post subject: Reply with quote

arrrh!
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Dec 17, 2009 7:46 pm    Post subject: Reply with quote

ginsoak wrote:
arrrh!


this sounds as you are also so "happy" about iManager
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Thu Dec 17, 2009 7:52 pm    Post subject: Reply with quote

web management is not actually up in our organization 'cause we are migrating novell into the new BladeCenter... so, we have a lot of work in progress....
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sat Dec 19, 2009 11:13 am    Post subject: ConsoleOne eDir 8.8 package move Reply with quote

Big Changes in tree !

new additions
app-crypt/novell-sdidiag-2.2
net-im/novell-messenger-client-2.0.4
app-admin/novell-ncs-admin-1.7
app-admin/novell-ichain-admin-2.1
app-admin/novell-nisnfs-admin-85.00.00
app-admin/novell-messenger-admin-2.0.4
net-misc/novell-bordermanager-clntrust-3.9

renamed some packages to fit novell naming style
move app-admin/novell-consoleone-advanced-snapin app-admin/novell-advanced-admin
move app-admin/novell-consoleone-nmas-method-snapin app-admin/novell-nmas-method-admin
move app-admin/novell-consoleone-nmas-snapin app-admin/novell-nmas-admin
move app-admin/novell-consoleone-radius-snapin app-admin/novell-radius-admin
move app-admin/novell-consoleone-rconsolej app-admin/novell-rconsolej
move app-admin/novell-consoleone-unix-account-management-snapin app-admin/novell-unix-admin

edir 8.8 is on the way
console one can already take advantage of edir 8.8 packages

eDir 8.8 is a new kind of beast so it would take some time before you can type emerge novell-edirectory:8.8

thx
Mario
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sat Dec 19, 2009 4:44 pm    Post subject: iManager Reply with quote

so the first step for iManager on Gentoo is done
app-admin/novell-imanager is now in the experimental overlay
the access via apache is not working some permissions problems
but acces via the tomcat port 8080 and 8443 is possible


to get it working you have to activate ssl in tomcat-6 and add java.lib.path

change /etc/conf.d/tomcat-6

Code:
JAVA_OPTS="-Djava.library.path=/opt/novell/eDirectory/lib64"


if you are in a x86 system the entry above should be

Code:
JAVA_OPTS="-Djava.library.path=/opt/novell/eDirectory/lib"


Code:
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /etc/ssl/private/keystore


Code:
Enter keystore password : changeit

What is your first and last name? [Unknown]:

What is the name of your organizational unit? [Unknown] :

What is the name of your organization? [Unknown]:

What is the name of your City or Locality? [Unknown]:

What is the name of your State or Province? [Unknown]:

What is the two-letter country code for this unit? [Unknown]:

{ its asks the details are correct or not } correct? [no]: yes

Enter key password for (RETURN if same as keystore password): Hit Enter.


Tomcat will assume the password is “changeit” by default so it’s advised to leave it that way. Now let’s tell Tomcat to use the keystore file.

Code:
# vi /etc/tomcat-6/server.xml


Look for “<!– Define a SSL HTTP/1.1 Connector on port 8443 –>”. Remove the <!– –> comments indicator and add the keystore info.

Code:
keystoreFile="/etc/ssl/private/keystore"



http://www.linuxforums.org/forum/redhat-fedora-linux-help/134373-how-configure-ssl-tomcat-5-a.html


cant test at the moment as i dont have access to a novell environment
( i really need to set up a vm with novell )
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Mon Dec 21, 2009 4:35 am    Post subject: Reply with quote

cannot sync layman...
Code:
Error was: No such overlay ("n4g")!
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Mon Dec 21, 2009 7:07 am    Post subject: Reply with quote

ginsoak wrote:
cannot sync layman...
Code:
Error was: No such overlay ("n4g")!


ok
remove and readd the overlay

layman -d n4g
layman-a n4g


because everything is fine with the server

thx
Mario
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Mon Dec 21, 2009 8:08 am    Post subject: Reply with quote

that is exactly what i have done, but it does not work...
Code:
svn: OPTIONS of 'http://mars.arge.at/svn/n4g/trunk/novell4gentoo': could not connect to server (http://mars.arge.at)
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Mon Dec 21, 2009 1:19 pm    Post subject: Reply with quote

ginsoak wrote:
that is exactly what i have done, but it does not work...


can you try to acces www.arge.at
its a server on the same net as mars.arge.at

thx
Mario
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Tue Dec 22, 2009 10:45 am    Post subject: Reply with quote

ginsoak wrote:
that is exactly what i have done, but it does not work...
Code:
svn: OPTIONS of 'http://mars.arge.at/svn/n4g/trunk/novell4gentoo': could not connect to server (http://mars.arge.at)


did you get connection again ?

thx
Mario
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Sun Dec 27, 2009 5:35 am    Post subject: Reply with quote

hi Mario,
upgrade done, thanks
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Sat Jan 16, 2010 7:49 pm    Post subject: Reply with quote

hi mario, i have a question:
is it possible to have novell casa? :roll:
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sat Jan 16, 2010 7:57 pm    Post subject: Reply with quote

ginsoak wrote:
hi mario, i have a question:
is it possible to have novell casa? :roll:


novell is not maintaining this since 2006

it is even harder to compile this as it was created for a old version of gtk-sharp

i will try to add it too the tree
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Sat Jan 16, 2010 9:08 pm    Post subject: Reply with quote

Quote:
novell is not maintaining this since 2006

so, how do they do on opensuse?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sat Jan 16, 2010 10:10 pm    Post subject: Reply with quote

ginsoak wrote:
Quote:
novell is not maintaining this since 2006

so, how do they do on opensuse?


they require kde-3 and qt-3 to build (not an option on gentoo kde-3 is dropped and qt-3 will follow)
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Tue Jan 19, 2010 8:33 am    Post subject: Reply with quote

ginsoak wrote:
hi mario, i have a question:
is it possible to have novell casa? :roll:


i have added my own branch of casa (http://git.mars.arge.at/) to the tree
the officeialy packages are so hard to build paclages (so i createt my own branch of casa with cmake as build system)

they are in the experimental tree

sys-auth/CASA
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Wed Feb 17, 2010 9:39 am    Post subject: Reply with quote

hi, I'm trying your branch fo CASA, but i got this error:
Code:

 * Messages for package sys-auth/CASA-1.8.0_pre1:

 * ERROR: sys-auth/CASA-1.8.0_pre1 failed:
 *   Make install failed
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_install
 *   environment, line 4800:  Called cmake-utils_src_install
 *   environment, line  898:  Called _execute_optionaly 'src_install'
 *   environment, line  377:  Called enable_cmake-utils_src_install
 *   environment, line 1462:  Called die
 * The specific snippet of code:
 *       emake install DESTDIR="${D}" || die "Make install failed";
 *
 * If you need support, post the output of 'emerge --info =sys-auth/CASA-1.8.0_pre1',
 * the complete build log and the output of 'emerge -pqv =sys-auth/CASA-1.8.0_pre1'.
 * This ebuild is from an overlay named 'n4g-experimental': '/usr/local/portage/layman/n4g-experimental/'
 * The complete build log is located at '/var/tmp/portage/sys-auth/CASA-1.8.0_pre1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-auth/CASA-1.8.0_pre1/temp/environment'.
 * S: '/var/tmp/portage/sys-auth/CASA-1.8.0_pre1/work/CASA-1.8.0-pre1'

any hint on how to fix it?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Wed Feb 17, 2010 12:56 pm    Post subject: Reply with quote

ginsoak wrote:
hi, I'm trying your branch fo CASA, but i got this error:

any hint on how to fix it?

thx for the info

but could you create a bug on n4g.mars.arge.at for the component CASA
and attach the build log ?
(dont want to flood the forum with it)
looking where the :twisted: is in this problem
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Wed Feb 17, 2010 1:27 pm    Post subject: Reply with quote

sure!
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Fri Feb 19, 2010 9:52 am    Post subject: Reply with quote

installation works fine with pre3, but micasa daemon wont start. i'm having trouble on fix, it just wont start with no messages... :?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Fri Feb 19, 2010 10:16 am    Post subject: Reply with quote

ginsoak wrote:
installation works fine with pre3, but micasa daemon wont start. i'm having trouble on fix, it just wont start with no messages... :?


the init script don't start the daemon ?
(because on my system it works)

Code:
tiulk ~ # /etc/init.d/micasad start
* Starting miCASA daemon...                                                                                                                                                                          [ ok ]
tiulk ~ # ps xa | grep mica
12824 ?        Ssl    0:00 /usr/lib64/CASA/micasad-init /usr/lib64/CASA/micasad.exe
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Berlin

PostPosted: Fri Feb 19, 2010 10:40 am    Post subject: Reply with quote

exactly,
Code:
pingu servizio # /etc/init.d/micasad start
 * Starting miCASA daemon ...                                                      [ !! ]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 13, 14, 15, 16  Next
Page 14 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum