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, ... 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: 247
Location: Austria,Graz

PostPosted: Thu Sep 07, 2006 7:07 pm    Post subject: Console One Reply with quote

Have you Unmasked some Novell Packages?

if yes:

Novell Console One only works with edir 8.7 libs


wfg
Mario
Back to top
View user's profile Send private message
glock
n00b
n00b


Joined: 21 Mar 2003
Posts: 9

PostPosted: Mon Sep 18, 2006 9:09 am    Post subject: Reply with quote

the two app-crypt packages try to pull in 8.8 libs. I added them to package.mask

>=app-crypt/novell-npkit-3.1.1_p1
>=app-crypt/novell-pkiserver-3.1.1_p1

At least i can install console one now, although it has a bunch of deps. Do i really need eDirectory just for ConsoleOne?
Back to top
View user's profile Send private message
kill
Apprentice
Apprentice


Joined: 25 Dec 2004
Posts: 179

PostPosted: Fri Sep 29, 2006 2:11 am    Post subject: Reply with quote

I'm assuming that since Novell has x86_64 version of Suse that everything in this overlay should run on a 64 bit install of Gentoo. Geos_One, could you add ~amd64 to the KEYWORDS line in the ebuilds?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Sun Oct 01, 2006 9:34 am    Post subject: console one Reply with quote

glock wrote:
the two app-crypt packages try to pull in 8.8 libs. I added them to package.mask

>=app-crypt/novell-npkit-3.1.1_p1
>=app-crypt/novell-pkiserver-3.1.1_p1

At least i can install console one now, although it has a bunch of deps. Do i really need eDirectory just for ConsoleOne?


yes you have to install the edir libs
console one heavely depends on the libs of edir 8.7

it looks cracy c1 depends on 80% if the edir packages.

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


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

PostPosted: Sun Oct 01, 2006 9:38 am    Post subject: Reply with quote

kill wrote:
I'm assuming that since Novell has x86_64 version of Suse that everything in this overlay should run on a 64 bit install of Gentoo. Geos_One, could you add ~amd64 to the KEYWORDS line in the ebuilds?


i haven't looked at amd 64 support at the moment.

i only know that all the novell binaries are build for x86
a 64bit version is to my knowlege not aval.

im aleady working on addng the right dependecys (emul-*) for the 64 bit support.

wfg
Mario
Back to top
View user's profile Send private message
kill
Apprentice
Apprentice


Joined: 25 Dec 2004
Posts: 179

PostPosted: Sun Oct 01, 2006 6:08 pm    Post subject: Reply with quote

Geos_One wrote:
i only know that all the novell binaries are build for x86
a 64bit version is to my knowlege not aval.

x86_64 builds are avaliable. You can find rpms on Opensuse
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Mon Oct 02, 2006 8:46 am    Post subject: Reply with quote

kill wrote:
Geos_One wrote:
i only know that all the novell binaries are build for x86
a 64bit version is to my knowlege not aval.

x86_64 builds are avaliable. You can find rpms on Opensuse


these are the opensource parts of the opensuse.

the binarys that are in my overlay are only build for x86:

novell edir
novell c1 (mainly edir)
novell groupwise client
....
are all at the moment only aval. for x86

it is possible to get them run via the x86 compat libs (emul-*)

wfg
Maio
Back to top
View user's profile Send private message
fintan
Apprentice
Apprentice


Joined: 06 Nov 2003
Posts: 150
Location: Dublin

PostPosted: Thu Oct 05, 2006 9:12 am    Post subject: Reply with quote

Just going to add my bit to this. I've been trying to get novell client running. Some changes you might take in consideration.

When the emerge finishes notify the user that they need to modprobe novfs.

I had to manually chmod 755 /opt/novell, /opt/novell/{lib, man}

So a normal user could use the novell client.

I made a slight change to novfsd init script. Just added slpd to need so

need net

becomes

need net slpd

I had problems emerging it but with a bit of fiddleing I got it installled. At the moment I can't browse the trees or contexts.
I'm getting problems with the client saying slp is not installed, when it is. I'm going to check that out now.

I'm still working my way through it. I'll post back my results. Thanks

fintan.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Thu Oct 05, 2006 1:27 pm    Post subject: Reply with quote

fintan wrote:
Just going to add my bit to this. I've been trying to get novell client running. Some changes you might take in consideration.

When the emerge finishes notify the user that they need to modprobe novfs.

I had to manually chmod 755 /opt/novell, /opt/novell/{lib, man}

So a normal user could use the novell client.

I made a slight change to novfsd init script. Just added slpd to need so

need net

becomes

need net slpd

I had problems emerging it but with a bit of fiddleing I got it installled. At the moment I can't browse the trees or contexts.
I'm getting problems with the client saying slp is not installed, when it is. I'm going to check that out now.

I'm still working my way through it. I'll post back my results. Thanks

fintan.


what was the result if you had not chmod the /opt/novell/lib,man dir

the module is modprobed in the novfsd init script.

at the moment i haven't looked at the slp problem but you can login by spezifieing everything by hand tree: 192.168.0.11 context: borg server: locutus :D

slp browse would be great.
i haven't found a solution for the problem at the moment.
maybe it has something to do with the configuration.
but i think suse uses a patched slp client lib so the binary cant find a special function or so ??


what kind of problems did you have in merging the client?


thanks for your help.

wfg
Mario
Back to top
View user's profile Send private message
fintan
Apprentice
Apprentice


Joined: 06 Nov 2003
Posts: 150
Location: Dublin

PostPosted: Thu Oct 05, 2006 2:26 pm    Post subject: Reply with quote

If the novell directory isn't set to 755. A normal user can't use any of the programs. The man dir isn't a big problem just can't access it and say you run ncl_tray before changing the permissions.

Code:

ncl_tray: error while loading shared libraries: libclxlnx.so.1: cannot open shared object file: No such file or directory


Happens with most of them. Oh sorry should have looked at the init script more closely. I'll give it a try.

I've installed the novell-ndsslp & kio_slp from the ebuilds you provided. Although kio_slp-0.4.1_p16 is a dead link all I could find was kio_slp-0.4.1-22. So I hardcoded the link in and it installed fine.

I'll be testing slp, see if I can dig up something on it.

Most of my problems stem form pam-0.99.6.3-r1 not emerging. There were one or two other things, can't remember. I'll unemerge everything on the weekend and try again. See what the problems were. Oh the link to the website is down. Was going to put this there if it was live.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Thu Oct 05, 2006 2:39 pm    Post subject: Re: console one Reply with quote

Geos_One wrote:
glock wrote:
the two app-crypt packages try to pull in 8.8 libs. I added them to package.mask

>=app-crypt/novell-npkit-3.1.1_p1
>=app-crypt/novell-pkiserver-3.1.1_p1

At least i can install console one now, although it has a bunch of deps. Do i really need eDirectory just for ConsoleOne?


yes you have to install the edir libs
console one heavely depends on the libs of edir 8.7

it looks cracy c1 depends on 80% if the edir packages.

wfg
Mario


thx for your info i have corrected the packages.mask of my overlay no pull of 8.8 edir files anymore

and again thx

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


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

PostPosted: Thu Oct 05, 2006 2:47 pm    Post subject: Reply with quote

fintan wrote:
If the novell directory isn't set to 755. A normal user can't use any of the programs. The man dir isn't a big problem just can't access it and say you run ncl_tray before changing the permissions.

Code:

ncl_tray: error while loading shared libraries: libclxlnx.so.1: cannot open shared object file: No such file or directory


Happens with most of them. Oh sorry should have looked at the init script more closely. I'll give it a try.

I've installed the novell-ndsslp & kio_slp from the ebuilds you provided. Although kio_slp-0.4.1_p16 is a dead link all I could find was kio_slp-0.4.1-22. So I hardcoded the link in and it installed fine.

I'll be testing slp, see if I can dig up something on it.

Most of my problems stem form pam-0.99.6.3-r1 not emerging. There were one or two other things, can't remember. I'll unemerge everything on the weekend and try again. See what the problems were. Oh the link to the website is down. Was going to put this there if it was live.


thx for this great error report.

will correct the permissions on all ebuilds.

will correct the kio-slp ebuild

and the homepage is down for update (trac from 0.9 to 0.10) should be up tomorrow.

wfg
Mario
Back to top
View user's profile Send private message
fintan
Apprentice
Apprentice


Joined: 06 Nov 2003
Posts: 150
Location: Dublin

PostPosted: Thu Oct 05, 2006 3:09 pm    Post subject: Reply with quote

No problem, look forward to testing them :) . Just one more thing, apparmor. Is it possible to get the patches you've done for this. At the mo I'm using beyond sources & I was wondering would it be possible to get them or an ebuild for them? Thanks

fintan.

Oh the login works perfectly.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Thu Oct 05, 2006 3:18 pm    Post subject: Reply with quote

fintan wrote:
No problem, look forward to testing them :) . Just one more thing, apparmor. Is it possible to get the patches you've done for this. At the mo I'm using beyond sources & I was wondering would it be possible to get them or an ebuild for them? Thanks

fintan.


take a look at sys-kernel/apparmor-sources/files/apparmor patches (3) for the 2.6.17-r1 kernel

thera is a spezial apparmor kernel.

or a more up to date source is my geos-sources kernel

will bump to 2.6.18 in a view days.

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


Joined: 06 Nov 2003
Posts: 150
Location: Dublin

PostPosted: Thu Oct 05, 2006 3:25 pm    Post subject: Reply with quote

Will do, thanks.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Thu Oct 19, 2006 7:22 am    Post subject: Big Update Reply with quote

the n4g overlay got a big update:

Added all Novell packages to the MASK_PRELINK_PATH
this makes it possibel to have a prelinked system with working novell software

Updated the apparmor packages to the latest snapshot from Matthew Snelham <zeypher@sigalrm.com>

Correctet the problem with the wrong permissions for the novell-client.

still not working:
updates of the novell-client (i hate scripts)

if the client is not working
remove the
rm -rf /var/opt/novell/xtier/

after that

emerge novell-xtier-base novell-novfsd

reboot and everything schoud work

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


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

PostPosted: Sat Nov 04, 2006 9:35 am    Post subject: Updates for edir 8.7 Reply with quote

Some small Security updates are now in the overlay.

the certification server got a version bump 2.7 -> 2.7.7
added the hotfix for the ndsserv security hole :D

wfg
Mario

p.s.: isnt it nice i have to create a tomcat 4 ebuild for the imanager :cry:
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Nov 04, 2006 8:05 pm    Post subject: Re: How do i install ConsoleOne Reply with quote

glock wrote:
I get the following

lsd portage # emerge -pv novell-consoleone

These are the packages that would be merged, in order:

Calculating dependencies -
!!! All ebuilds that could satisfy ">=net-nds/novell-nldapsdk-8.8.1_p7" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-nds/novell-nldapsdk-8.8.1_p7 (masked by: package.mask)
# <mario-fetka@gmx.at> (14 Aug 2006)
# For me eDir 8.8 is not ready for
# Primetime


For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "app-crypt/novell-npkit-3.1.1_p1" [ebuild])


Any ideas?


You must unmask the package. As it says read the gentoo handbook if you don't know how to do that.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Tue Nov 07, 2006 10:49 am    Post subject: Reply with quote

Hi Mario,

I'm testing your ebuild, consoleone works great, and novfs works for a while, then it crash. I must umount and remount novell share each time it happens.
BTW I'm unable to make the client works.
When I start it, I get:

Code:

# ./gnwlogin
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by ./gnwlogin)
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/novell/lib/libutest.so)
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/novell/lib/libNDS.so)
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/novell/lib/libNCP.so)
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/novell/lib/libNFS.so)
./gnwlogin: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /opt/novell/lib/libncpplus.so)


There is any fix for this problem?
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Tue Nov 07, 2006 12:51 pm    Post subject: The novell CLient Reply with quote

The novell Client depends on >=gcc-4.1

as it says you are running =gcc-3.4.6

you have to rebuild your system with gcc ver 4.1 or any greater.

so make a visit at your supermarket and by a big coffee bag for your coffee machine :D
and start reading here
http://www.gentoo.org/doc/en/gcc-upgrading.xml

the client binaries i am using are build for suse 10 :
gcc-4.1

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


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

PostPosted: Wed Nov 08, 2006 6:12 am    Post subject: Reply with quote

masterbrian wrote:
Hi Mario,

I'm testing your ebuild, consoleone works great, and novfs works for a while, then it crash. I must umount and remount novell share each time it happens.



do you mean that the novfsd isn't running anymore?

wfg
Mario
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed Nov 08, 2006 11:42 am    Post subject: Reply with quote

Hi Mario,

thank you for your fast help. I've upgraded to gcc-4.1.1 recently, and I've emerged novell-client after upgrade gcc. BTW, you mean that the problem could be from some dipendencies?

About the novfsd, it runs for a while, after that, I get "input output error" and I should remount the novell share. There is any information that I can provide to locate the problem?
Thank you again
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed Nov 08, 2006 4:24 pm    Post subject: Reply with quote

You was right! After reconfiguring with gcc-config 4.1 version, and recompiled novell-client I do'nt get anymore the same error.
Btw, it still does not work.
This is what happens when I start the client:

Code:


~ # nwlogin
The novfs file system is present but not mounted correctly.

For additional information, see 'Installation and Administration Guide' in the Novell Client for Linux documentation.
~ # lsmod |grep nov
novfs                 102784  0

nwlogin says that novfs isn't "mounted correctly", what does it mean?
If I rmmod and modprobe novfs nothing change. Also the module is correctly loaded as you can see on lsmod command.

So I've tryed to recompile novfs. But I get this error:

Code:

~ # emerge -av net-fs/novell-novfs

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   Rf  ] net-fs/novell-novfs-1.2.0_p17-r2  0 kB [1]

Total size of downloads: 0 kB
Portage overlays:
 [1] /usr/local/portage2

Would you like to merge these packages? [Yes/No]

>>> Emerging (1 of 1) net-fs/novell-novfs-1.2.0_p17-r2 to /
 * novell-client-1.2-SLE10.tar.gz MD5 ;-) ...                                          [ ok ]
 * novell-client-1.2-SLE10.tar.gz RMD160 ;-) ...                                       [ ok ]
 * novell-client-1.2-SLE10.tar.gz SHA1 ;-) ...                                         [ ok ]
 * novell-client-1.2-SLE10.tar.gz SHA256 ;-) ...                                       [ ok ]
 * novell-client-1.2-SLE10.tar.gz size ;-) ...                                         [ ok ]
 * checking ebuild checksums ;-) ...                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                 [ ok ]
 * checking novell-client-1.2-SLE10.tar.gz ;-) ...                                     [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.16-suspend2-r8
>>> Unpacking source...
>>> Unpacking novell-client-1.2-SLE10.tar.gz to /var/tmp/portage/novell-novfs-1.2.0_p17-r2/work

gzip: stdin: not in gzip format
cpio: premature end of archive
/usr/local/portage2/net-fs/novell-novfs/novell-novfs-1.2.0_p17-r2.ebuild: line 35: cd: /var/tmp/portage/novell-novfs-1.2.0_p17-r2/work/novell-novfs-1.2.0-17/opt/novell/ncl/src: No such file or directory
 * Applying novell-novfs-1.2.0-dentry.patch ...

 * Failed Patch: novell-novfs-1.2.0-dentry.patch !
 *  ( /usr/local/portage2/net-fs/novell-novfs/files/novell-novfs-1.2.0-dentry.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/novell-novfs-1.2.0_p17-r2/temp/novell-novfs-1.2.0-dentry.patch-2095.out


!!! ERROR: net-fs/novell-novfs-1.2.0_p17-r2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  novell-novfs-1.2.0_p17-r2.ebuild, line 36:   Called epatch '/usr/local/portage2/net-fs/novell-novfs/files/novell-novfs-1.2.0-dentry.patch'
  eutils.eclass, line 341:   Called die

!!! Failed Patch: novell-novfs-1.2.0-dentry.patch!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/local/portage2'


reading this, it seems that the problem is when the ebuild try to decompress novell-client-1.2-SLE10.tar.gz, but I've tested it manually and the archive seems ok.
It can be a problem from the ebuild?
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


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

PostPosted: Wed Nov 08, 2006 7:12 pm    Post subject: novell client Reply with quote

i really need to make an novell client howto

the client depends on 2 demons
the novfsd that is managing the connection between the kernel module and the userspace tools (nwclient, ....)
the novell-xregd that provides the registry server witch holds the informations for the novfsd

both has init script

/etc/init.d/novfsd
/etc/init.d/novell-xregd

you can add them to the default runlevel (rc-update)

so you have to:
/etc/init.d/novell-xregd start
/etc/init.d/novfsd start

(first novell-xregd then novfsd)

this init script mount the novfs to the right location (where nwlogin and ... expects it) and corrects
Code:

~ # nwlogin
The novfs file system is present but not mounted correctly.

For additional information, see 'Installation and Administration Guide' in the Novell Client for Linux documentation.



so the next problem:

try rm /usr/portage/distfiles/novell-client-1.2-SLE10.tar.gz
und redownload the file it says the file is not in gzip format

Code:

>>> Unpacking source...
>>> Unpacking novell-client-1.2-SLE10.tar.gz to /var/tmp/portage/novell-novfs-1.2.0_p17-r2/work

gzip: stdin: not in gzip format
cpio: premature end of archive



wfg
Mario
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Thu Nov 09, 2006 1:55 pm    Post subject: Reply with quote

Thank you very much! It works like a charm. :)
Great work!
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
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, ... 14, 15, 16  Next
Page 2 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