Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bino

Pages: [1]
1
Installation and Upgrades / Re: radius on 4.1
« on: September 14, 2015, 01:11:46 pm »
I'll try that ...

Currently , i'm making a test agains Mikrotik AP

Sincerely
-bino-

2
Installation and Upgrades / Re: radius on 4.1
« on: September 14, 2015, 12:41:05 pm »
Dear Sir.

please install the winbind package:
Code: [Select]
sudo apt-get install winbindand test one more time.

Done ! , and it works !!
Code: [Select]
rad_recv: Access-Request packet from host 192.168.10.232 port 36648, id=242, length=113
User-Name = "jarot"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
MS-CHAP-Challenge = 0x4d1eb4ddd5382163
MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000076b0aa1f34062676cdde40806a6460177841df28d38ab2b
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
[mschap] Found MS-CHAP attributes.  Setting 'Auth-Type  = mschap'
++[mschap] returns ok
[suffix] No '@' in User-Name = "jarot", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
[ldap] performing user authorization for jarot
[ldap] expand: (uid=%{mschap:User-Name}) -> (uid=jarot)
[ldap] expand: CN=Users,DC=psbk,DC=lan -> CN=Users,DC=psbk,DC=lan
  [ldap] ldap_get_conn: Checking Id: 0
  [ldap] ldap_get_conn: Got Id: 0
  [ldap] attempting LDAP reconnection
  [ldap] (re)connect to ldap://127.0.0.1, authentication 0
  [ldap] bind as CN=zentyal-radius-lumbung,CN=Users,DC=psbk,DC=lan/m1XPfyeX2hbBgPEsa5L6 to ldap://127.0.0.1
  [ldap] waiting for bind result ...
  [ldap] Bind was successful
  [ldap] performing search in CN=Users,DC=psbk,DC=lan, with filter (uid=jarot)
  [ldap] object not found
[ldap] search failed
  [ldap] ldap_release_conn: Release Id: 0
++[ldap] returns notfound
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = MSCHAP
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group MS-CHAP {...}
[mschap] Told to do MS-CHAPv1 with NT-Password
[mschap] expand: --username=%{mschap:User-Name} -> --username=jarot
[mschap]  mschap1: 4d
[mschap] expand: --challenge=%{mschap:Challenge:-00} -> --challenge=4d1eb4ddd5382163
[mschap] expand: --nt-response=%{mschap:NT-Response:-00} -> --nt-response=076b0aa1f34062676cdde40806a6460177841df28d38ab2b
params.c:pm_process() - Processing configuration file "/etc/samba/printers.conf"
Processing section "[global]"
Exec-Program output: NT_KEY: 6ECE635E056440006493D31861106F5D
Exec-Program-Wait: plaintext: NT_KEY: 6ECE635E056440006493D31861106F5D
Exec-Program: returned: 0
[mschap] adding MS-CHAPv1 MPPE keys
++[mschap] returns ok
Login OK: [jarot] (from client 192.168.10.232/32 port 0)
# Executing section post-auth from file /etc/freeradius/sites-enabled/default
+- entering group post-auth {...}
++[exec] returns noop
Sending Access-Accept of id 242 to 192.168.10.232 port 36648
MS-CHAP-MPPE-Keys = 0x00000000000000006ece635e056440006493d31861106f5d0000000000000000
MS-MPPE-Encryption-Policy = 0x00000001
MS-MPPE-Encryption-Types = 0x00000006
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
Cleaning up request 0 ID 242 with timestamp +12
Ready to process requests.
I Really apprecite your help.

Just one more question : So it mean that this kind of freeradius installation only support MSCHAP?

Sincerely
-bino-

3
Installation and Upgrades / Re: radius on 4.1
« on: September 14, 2015, 11:58:26 am »
Dear Sir

please test with "-t mschap" switch:
Code: [Select]
radtest -t mschap jarot 1234 localhost 0 psbkor
Code: [Select]
radtest -t mschap jarot 1234 192.168.10.238 0 psbk

This is the server side debug
Code: [Select]
rad_recv: Access-Request packet from host 192.168.10.232 port 49748, id=238, length=113
User-Name = "jarot"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
MS-CHAP-Challenge = 0x61b6113f185201a3
MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000415662982c64dd044082d40719f8b50ebc98cf4b4273c8d3
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
[mschap] Found MS-CHAP attributes.  Setting 'Auth-Type  = mschap'
++[mschap] returns ok
[suffix] No '@' in User-Name = "jarot", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
[ldap] performing user authorization for jarot
[ldap] expand: (uid=%{mschap:User-Name}) -> (uid=jarot)
[ldap] expand: CN=Users,DC=psbk,DC=lan -> CN=Users,DC=psbk,DC=lan
  [ldap] ldap_get_conn: Checking Id: 0
  [ldap] ldap_get_conn: Got Id: 0
  [ldap] attempting LDAP reconnection
  [ldap] (re)connect to ldap://127.0.0.1, authentication 0
  [ldap] bind as CN=zentyal-radius-lumbung,CN=Users,DC=psbk,DC=lan/m1XPfyeX2hbBgPEsa5L6 to ldap://127.0.0.1
  [ldap] waiting for bind result ...
  [ldap] Bind was successful
  [ldap] performing search in CN=Users,DC=psbk,DC=lan, with filter (uid=jarot)
  [ldap] object not found
[ldap] search failed
  [ldap] ldap_release_conn: Release Id: 0
++[ldap] returns notfound
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = MSCHAP
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group MS-CHAP {...}
[mschap] Told to do MS-CHAPv1 with NT-Password
[mschap] expand: --username=%{mschap:User-Name} -> --username=jarot
[mschap]  mschap1: 61
[mschap] expand: --challenge=%{mschap:Challenge:-00} -> --challenge=61b6113f185201a3
[mschap] expand: --nt-response=%{mschap:NT-Response:-00} -> --nt-response=415662982c64dd044082d40719f8b50ebc98cf4b4273c8d3
Exec-Program output: Exec-Program: FAILED to execute /usr/bin/ntlm_auth: No such file or directory
Exec-Program-Wait: plaintext: Exec-Program: FAILED to execute /usr/bin/ntlm_auth: No such file or directory
Exec-Program: returned: 1
[mschap] External script failed.
[mschap] MS-CHAP-Response is incorrect.
++[mschap] returns reject
Failed to authenticate the user.
Login incorrect (  [ldap] User not found): [jarot] (from client 192.168.10.232/32 port 0)
Using Post-Auth-Type Reject
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> jarot
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.7 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 238 to 192.168.10.232 port 49748
MS-CHAP-Error = "\000E=691 R=1"
Waking up in 4.9 seconds.
Cleaning up request 0 ID 238 with timestamp +19
Ready to process requests.

And this is the client side
Code: [Select]
bino@bino-desktop:~/igor2$ radtest -t mschap jarot 1234 192.168.10.238 0 psbk
Sending Access-Request of id 238 to 192.168.10.238 port 1812
User-Name = "jarot"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
MS-CHAP-Challenge = 0x61b6113f185201a3
MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000415662982c64dd044082d40719f8b50ebc98cf4b4273c8d3
rad_recv: Access-Reject packet from host 192.168.10.238 port 1812, id=238, length=38
MS-CHAP-Error = "\000E=691 R=1"

4
Installation and Upgrades / Re: radius on 4.1
« on: September 10, 2015, 06:11:24 am »
Dear Julio and all.

Thankyou for your response

please test first on server with:
Code: [Select]
radtest jarot 1234 localhost 0 psbk
here is the result (from freeradius -X) :
Code: [Select]
rad_recv: Access-Request packet from host 127.0.0.1 port 35035, id=223, length=75
User-Name = "jarot"
User-Password = "1234"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
Message-Authenticator = 0x4af83ec90124931ff64aa40a4a2eda57
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "jarot", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
[ldap] performing user authorization for jarot
[ldap] expand: (uid=%{mschap:User-Name}) -> (uid=jarot)
[ldap] expand: CN=Users,DC=psbk,DC=lan -> CN=Users,DC=psbk,DC=lan
  [ldap] ldap_get_conn: Checking Id: 0
  [ldap] ldap_get_conn: Got Id: 0
  [ldap] attempting LDAP reconnection
  [ldap] (re)connect to ldap://127.0.0.1, authentication 0
  [ldap] bind as CN=zentyal-radius-lumbung,CN=Users,DC=psbk,DC=lan/m1XPfyeX2hbBgPEsa5L6 to ldap://127.0.0.1
  [ldap] waiting for bind result ...
  [ldap] Bind was successful
  [ldap] performing search in CN=Users,DC=psbk,DC=lan, with filter (uid=jarot)
  [ldap] object not found
[ldap] search failed
  [ldap] ldap_release_conn: Release Id: 0
++[ldap] returns notfound
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] returns noop
ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Failed to authenticate the user.
Login incorrect (  [ldap] User not found): [jarot] (from client 127.0.0.1/32 port 0)
Using Post-Auth-Type Reject
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> jarot
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.8 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 223 to 127.0.0.1 port 35035
Waking up in 4.9 seconds.
Cleaning up request 0 ID 223 with timestamp +9
Ready to process requests.


on client:
Code: [Select]
radtest jarot 1234 192.168.10.238 1812 psbk

Here is the result (request sent from 192.168.10.232)
Code: [Select]
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.10.232 port 41269, id=56, length=57
User-Name = "jarot"
User-Password = "1234"
NAS-IP-Address = 127.0.1.1
NAS-Port = 1812
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "jarot", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
[ldap] performing user authorization for jarot
[ldap] expand: (uid=%{mschap:User-Name}) -> (uid=jarot)
[ldap] expand: CN=Users,DC=psbk,DC=lan -> CN=Users,DC=psbk,DC=lan
  [ldap] ldap_get_conn: Checking Id: 0
  [ldap] ldap_get_conn: Got Id: 0
  [ldap] performing search in CN=Users,DC=psbk,DC=lan, with filter (uid=jarot)
  [ldap] object not found
[ldap] search failed
  [ldap] ldap_release_conn: Release Id: 0
++[ldap] returns notfound
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] returns noop
ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Failed to authenticate the user.
Login incorrect (  [ldap] User not found): [jarot] (from client 192.168.10.232/32 port 1812)
Using Post-Auth-Type Reject
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> jarot
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 1 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 1
Sending Access-Reject of id 56 to 192.168.10.232 port 41269
Waking up in 4.9 seconds.
Cleaning up request 1 ID 56 with timestamp +9
Ready to process requests.


p.s : I apologize for being silence for some days, I've been out off town.

Sincerely
-bino-

6
Installation and Upgrades / radius on 4.1
« on: September 07, 2015, 09:12:22 am »
Dear All ...

My current installation is 4.1, but I need Radius service.
So I add radius service per https://forum.zentyal.org/index.php/topic,25541.msg96226.html#msg96226 , the installation problem have no problem.

basic info :
A. My domain setting is :
++ realm = psbk.lan
++ netbios name = psbk

B. my LDAP setting UI said :
Base DN --> DC=psbk,DC=lan
Default Users DN  -> CN=Users,DC=psbk,DC=lan
Default Groups DN  -> CN=Users,DC=psbk,DC=lan

PAM Not enabled

My sample username is : jarot
With password = 1234

My Zentyal IP is 192.168.10.238, and the radtest run from 192.168.10.232 (key = psbk)
I Double check all the rad client configuration

I Shut down the radius service, and run it from command line for debug mode -->  freeradius -X

Here is the result by test --> radtest  -x jarot@psbk.lan 1234 192.168.10.238 1234 psbk


Code: [Select]
rad_recv: Access-Request packet from host 192.168.10.232 port 43495, id=144, length=66
User-Name = "jarot@psbk.lan"
User-Password = "1234"
NAS-IP-Address = 127.0.1.1
NAS-Port = 1234
# Executing section authorize from file /etc/freeradius/sites-enabled/default
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "psbk.lan" for User-Name = "jarot@psbk.lan"
[suffix] No such realm "psbk.lan"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
[ldap] performing user authorization for jarot@psbk.lan
[ldap] expand: (uid=%{mschap:User-Name}) -> (uid=jarot@psbk.lan)
[ldap] expand: CN=Users,DC=psbk,DC=lan -> CN=Users,DC=psbk,DC=lan
  [ldap] ldap_get_conn: Checking Id: 0
  [ldap] ldap_get_conn: Got Id: 0
  [ldap] attempting LDAP reconnection
  [ldap] (re)connect to ldap://127.0.0.1, authentication 0
  [ldap] bind as CN=zentyal-radius-lumbung,CN=Users,DC=psbk,DC=lan/m1XPfyeX2hbBgPEsa5L6 to ldap://127.0.0.1
  [ldap] waiting for bind result ...
  [ldap] Bind was successful
  [ldap] performing search in CN=Users,DC=psbk,DC=lan, with filter (uid=jarot@psbk.lan)
  [ldap] object not found
[ldap] search failed
  [ldap] ldap_release_conn: Release Id: 0
++[ldap] returns notfound
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] returns noop
ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Failed to authenticate the user.
Login incorrect (  [ldap] User not found): [jarot@psbk.lan] (from client 192.168.10.232/32 port 1234)
Using Post-Auth-Type Reject
# Executing group from file /etc/freeradius/sites-enabled/default
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> jarot@psbk.lan
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 144 to 192.168.10.232 port 43495
Waking up in 4.9 seconds.
Cleaning up request 0 ID 144 with timestamp +11
Ready to process requests.


Kindly please give me some enlighment

Sincerely
-bino-

7
Installation and Upgrades / Carddav-Sync
« on: September 03, 2015, 09:55:25 am »
Dear All ...

I Have Zentyal server as Vbox guest.

I want to try the CardDav part of it, for this purpose :
1. Log to SOGo web UI
2. add one other addressbook (beside the 3 defaults), add my dummy contact to that addressbook
3. Install CardDav-Sync Free on my phone.

4. After the first config of Carddav-sync .. it report all 4 AddressBook
I Checked all for sync ...

Result : There is no change or new entry on my Sogo Addressbook and in my tablet contact.

Note. : Android version : Rooted Jelly Bean

Kindly please give me any clue to fix this.

Sincerely

8
Installation and Upgrades / Re: shares not shown
« on: September 03, 2015, 09:51:04 am »
Hi
type in your Explorer Address Bar(windows)

\\zentyal-server-name
or
\\Zentyal-IP

Thankyou for your response ...

I Found that it's about the nmbd not started

Sincerely
-bino-

9
Installation and Upgrades / First install report
« on: January 08, 2010, 04:52:52 am »
Dear All

I Just finished my first installation process.
The system is :
a. eBox version = 1.2.3
b. Packages : ebox-samba, ebox-printers, ebox-egroupware, ebox-antivirus, ebox-ebackup, ebox-software, ebox-monitor, ebox-firewall, ebox-squid, ebox-network, ebox-trafficshaping, ebox-dhcp, ebox-dns

I have one thing to suggest and one error report.

1. Suggestion : repack/restructure the installation process, i mean :
a. The "repository mirror scan" is very time consuming.
b. the packages download will also time consuming.

Well .. I have verry limited internet connection.
I have to let my box to download the installer ISO.
the next morning I came to my office ... I try to do installation using this ISO, and wish it will not need to download additional file from internet.

I think it'll be great if the installer ISO is preloaded with all needed package, and the installer sequence just get the files from that CD.
I'm pretty sure that this will be greate for any people that just do their first dirty jump to ebox-platform

2. Error msg :
I try to change the date and time from web interface , and I got this error msg :

Code: [Select]
A really nasty bug has occurred
Exception
Can't locate object method "restartService" via package "EBox::SysInfo"
Trace
Can't locate object method "restartService" via package "EBox::SysInfo" at /usr/share/perl5/EBox/NTP.pm line 328.

I'm still optimist with ebox-platform.
keep up the great work

note : I've question about features, but I'll post it in different thread

Sincerely
-bino-


10
Installation and Upgrades / Re: First install : Fail
« on: December 24, 2009, 05:28:37 am »
Dear Calvo.
Thankyou for your response
Did you add a user called "ebox" during the installation?

To make it sure .. I did :

Code: [Select]
sudo apt-get ebox-monitor
sudo userdel -r ebox
sudo rm -rf /etc/ebox*

And this is my /var/lib directory entry
Code: [Select]
bino@bino:/var/lib$ sudo userdel -r ebox
bino@bino:/var/lib$ ls -1
acpi-support
alsa
apt
aptitude
apt-xapian-index
aspell
avahi-autoipd
belocs
collectd
dbus
defoma
dhcp3
dictionaries-common
doc-base
dpkg
gconf
gdm
hal
initramfs-tools
initscripts
libnss-ldap
libuuid
locales
logrotate
misc
mlocate
NetworkManager
pam
pm-utils
PolicyKit
PolicyKit-public
postgresql
pycentral
python-support
samba
screen-profiles
sgml-base
snmp
synaptic
ucf
ufw
update-manager
update-motd
update-notifier
urandom
vim
x11
xkb
xml-core

bino@bino:/var/lib$ sudo groupdel ebox
groupdel: group ebox does not exist
bino@bino:/var/lib$


And I try to instal ebox, this one using "ebox-software" as the test case in hope that it'll give me the first look on ebox web interface.
But I still got the same error msg. Here it is :
Code: [Select]
Setting up ebox (1.3.6-0ubuntu1~ppa1~jaunty1) ...
Adding group `ebox' (GID 121) ...
Done.
Warning: The home dir /var/lib/ebox/ you specified already exists.
Adding system user `ebox' (UID 113) ...
Adding new user `ebox' (UID 113) with group `ebox' ...
The home directory `/var/lib/ebox/' already exists.  Not copying from `/etc/skel'.
adduser: Warning: The home directory `/var/lib/ebox/' does not belong to the user you are currently creating.
Adding user `ebox' to group `adm' ...
Adding user ebox to group adm
Done.
Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0xa12c250)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox/ebox-sudoers line 26
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.Creating the eboxlogs database
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0x9fc8ab0)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox-logs/migration/0001_update_configurelogtable.pl line 55
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0x9555a18)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox-logs/migration/0002_remove_old_cron.pl line 48
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.
Setting up esofttool (0.5.4jaunty1) ...
Setting up ebox-software (1.3.6-0ubuntu1~ppa1~jaunty1) ...
Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0x950b8a0)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox-software/migration/0001_add_http_software_rule.pl line 65
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.
Setting up libapache2-reload-perl (0.10-2) ...
Setting up libipc-shareable-perl (0.60-7) ...
Setting up libjson-xs-perl (2.231-1) ...
Setting up libnet-libidn-perl (0.07-1build1) ...
Setting up libbsd-resource-perl (1.2901-1) ...
Setting up g++-4.3 (4.3.3-5ubuntu4) ...
Setting up libstdc++6-4.3-dev (4.3.3-5ubuntu4) ...
Setting up g++ (4:4.3.3-1ubuntu1) ...

Setting up build-essential (11.4) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Processing triggers for ebox ...
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
bino@bino:/var/lib$

Why it is still complain :
Code: [Select]
Adding group `ebox' (GID 121) ...
Done.
Warning: The home dir /var/lib/ebox/ you specified already exists.
while there is no "/var/lib/ebox" when I start the installation ?

Code: [Select]
Processing triggers for ebox ...
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
It is not there when I start the install ... but it's there after the installation process.
Why invoke-rc.d complain that it is not there while installation ?

Kindly please give me your enlightment
Sincerely
-bino-

11
Installation and Upgrades / First install : Fail
« on: December 23, 2009, 10:36:41 am »
Dear All
I have a clean Install of Jaunty
with pgsql and apache

I try to do just a minimal install of ebox
Code: [Select]
bino@bino:/var/lib$ sudo apt-get install ebox-monitor

But I got error msg.

Here it is :

Code: [Select]
...
Setting up ebox (1.3.6-0ubuntu1~ppa1~jaunty1) ...
Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0x95fe250)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox/ebox-sudoers line 26
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.Creating the eboxlogs database
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.
Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0x92a0ab0)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox-logs/migration/0001_update_configurelogtable.pl line 55
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.Trace begun at /usr/share/perl5/EBox.pm line 94
EBox::logger at /usr/share/perl5/EBox/Exceptions/Base.pm line 51
EBox::Exceptions::Base::log('EBox::Exceptions::External=HASH(0xaa28a18)') called at /usr/share/perl5/EBox/Exceptions/External.pm line 42
EBox::Exceptions::External::new('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::External', 'The ebox group has not been set in the config file.') called at /usr/share/perl5/EBox/Config.pm line 177
EBox::Config::groups at /usr/share/perl5/EBox.pm line 128
EBox::init at /usr/share/ebox-logs/migration/0002_remove_old_cron.pl line 48
Log4perl: Seems like no initialization happened. Forgot to call init()?
The ebox group has not been set in the config file.
Setting up ebox-monitor (1.3.6-0ubuntu1~ppa1~jaunty1) ...
invoke-rc.d: unknown initscript, /etc/init.d/ebox not found.

Kindly please give me your enlightment on installing minimum install of ebox on existing ubuntu box.

Sincerely
-bino-

12
Installation and Upgrades / Re: repesitory problem ?
« on: December 23, 2009, 10:24:39 am »
Hi UdoB

I ended just using "sudo apt-get install ebox-xxx"
Installing partial module.

Tried to only install "ebox" module ... but got some error (I'll post in seperate topic).

Thankyou for your enlightment


13
Installation and Upgrades / repesitory problem ?
« on: December 23, 2009, 06:08:10 am »
Dear All

Per http://trac.ebox-platform.com/wiki/Document/Announcement/1.3_Development_Series
I added

Code: [Select]
deb http://ppa.launchpad.net/ebox/1.3/ubuntu jaunty main
to my /etc/apt/sources.list

run the apt-get update ...

Try to install ebox-office , and here is the result
Code: [Select]
bino@bino:/etc/apt$ sudo apt-get install ebox-office
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package ebox-office


Is there a problem with the repesitory ?

Sincerely
-bino-

14
Installation and Upgrades / e-box on existing jaunty
« on: December 23, 2009, 01:33:18 am »
Dear All ...

I move this question from "general" to this sub forum.

I use ubuntu for some years, but never touch SAMBA things.

Now I want to start trying to install ebox.
I've some question about it :
1. Is it true that the LDAP is included in ebox-samba ?
2. Since it'll be installed on existing jaunty :
a. Will it destroy my existing apache2 and pgsql ?
b. for LDAP : what will happend with my existing linux user ? will it change on how my server authenthicate the users ?

3. database backend : Will it use existing pgsql ? or will it use another (i.e MySQL) ?

Kindly please give me your enlightment

Sincerely
-bino-

Pages: [1]