NethServer v7-alpha2

I ran into this last time, is anyone interested in looking at this flow and tell me what Iā€™m doing wrong?
This is basically what I ended up doing with the minimal iso last time but this time itā€™s not working. Iā€™m obviously missing something.

login as: root
root@192.168.124.204ā€™s password:
Last login: Thu Jan 28 15:51:07 2016
[root@localhost ~]# yum localinstall -y \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm
Loaded plugins: fastestmirror
Cannot open: http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm. Skipping.
Cannot open: http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm. Skipping.
Nothing to do
[root@localhost ~]# yum install -y \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

Dependencies Resolved

===================================================================================================================================
Package Arch Version Repository Size

Installing:
wget x86_64 1.14-10.el7_0.1 base 545 k

Transaction Summary

Install 1 Package

Total download size: 545 k
Installed size: 2.0 M
Is this ok [y/d/N]: y
Downloading packages:
wget-1.14-10.el7_0.1.x86_64.rpm | 545 kB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : wget-1.14-10.el7_0.1.x86_64 1/1
Verifying : wget-1.14-10.el7_0.1.x86_64 1/1

Installed:
wget.x86_64 0:1.14-10.el7_0.1

Complete!
[root@localhost tmp]# wget http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm
ā€“2016-01-28 16:05:12-- http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm
Resolving packages.nethserver.org (packages.nethserver.org)ā€¦ 188.226.173.174
Connecting to packages.nethserver.org (packages.nethserver.org)|188.226.173.174|:80ā€¦ connected.
HTTP request sent, awaiting responseā€¦ 200 OK
Length: 23436 (23K) [application/x-rpm]
Saving to: ā€˜nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpmā€™

100%[=========================================================================================>] 23,436 129KB/s in 0.2s

2016-01-28 16:05:13 (129 KB/s) - ā€˜nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpmā€™ saved [23436/23436]

[root@localhost tmp]# wget http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm
ā€“2016-01-28 16:05:55-- http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm
Resolving packages.nethserver.org (packages.nethserver.org)ā€¦ 188.226.173.174
Connecting to packages.nethserver.org (packages.nethserver.org)|188.226.173.174|:80ā€¦ connected.
HTTP request sent, awaiting responseā€¦ 200 OK
Length: 21760 (21K) [application/x-rpm]
Saving to: ā€˜nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpmā€™

100%[=========================================================================================>] 21,760 126KB/s in 0.2s

2016-01-28 16:05:56 (126 KB/s) - ā€˜nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpmā€™ saved [21760/21760]

[root@localhost tmp]# yum localinstall -y \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm \ http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm
Loaded plugins: fastestmirror
Cannot open: http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm. Skipping.
Cannot open: http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm. Skipping.
Nothing to do
[root@localhost tmp]# ls
ks-script-OGJlyA nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm yum.log
[root@localhost tmp]# yum localinstall -y \ nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm \ nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm Loaded plugins: fastestmirror
Cannot open: nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm. Skipping.
Cannot open: nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm. Skipping.
Nothing to do
[root@localhost tmp]#

:open_mouth: Itā€™s rather puzzling, I canā€™t reproduce that ā€œCannot open: ā€¦nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm. Skipping.ā€

Moreover wget downloads the RPM, so I suppose your network works properly.

Iā€™d try ā€œlocalinstallā€ from the downloaded RPM in /tmp, like

yum localinstall /tmp/nethserver-release-7-0.1.11.g66e6835.ns7.noarch.rpm
1 Like

Thatā€™s it.

All I can say isā€¦ pretty!

2 Likes

You can now start/stop/restart services from the web interface. What do you think @Ctek? :smile:

Pretty nice integrated graphs. @Jim :smiley:

Edit: Also, graphs are directly accessible from port 980, you donā€™t need anymore to forward port 80.

6 Likes

Yeahh! Can we close these discussions? :+1:

This day is a really good day :tropical_drink:
.
Someone can mark this date in the NethServer history

Donā€™t close these discussionsā€¦ We must celebrate :laughing:

2 Likes

Interesting , really interesting @giacomo, I searched recently how to embed a page on port 80 into the server-manager, I have now a solution to my issueā€¦fine :smile:

This can bring idea for phpMyAdmin by example

1 Like

Yes, a well polished interface mean a good feeling, a impressive good experience for the end user.

Itā€™s really important, to spread the world

Really like it! Thanx guys!
This ā€œsmallā€ features are improving our life every day :smile:

1 Like

In this case CGP is running on port 80 but itā€™s only accessible from localhost, the server-manager uses a simple proxy pass (yet I lost half an hour to make it work, than @filippo_carletti came to rescue me :smiley:).

upgrading from
nethserver-base-2.9.5-1.15.ge2b347a
to
nethserver-base-2.9.5-1.48.ga72985b or later
give me " invalid credentials" when accessing from webUI with root user, no probs from consoleā€¦ iā€™ll do some other test in the afternoonā€¦

Quick solution:

rm -f /etc/sudoers
yum reinstall sudo

2 Likes

I just want to hilight on thing:

In this screenshot, I see in the Left menu Status/Applications :confused:

Can you put this ā€œapplicationsā€ in the Administration menu? And perhaps rename it in ā€œtoolsā€, because these tools are for administrate the serverā€¦
The ā€œstatusā€ menu is for ā€¦ Status :smile:

3 Likes

Sounds good to me. Any other thought? (/cc @filippo_carletti @davidep)

I not agree on this, since the ā€œApplicationsā€ page contains also link to end-user web applications like Roundcube.
In fact, all listed applications are web applications :wink:

Some time ago, @edoardo_spadoni, @Stll0 and @nethcman did a good work on refactoring Lightsquid interface.
Now, we decided to release this part to the Community: the code is now merged into main nethserver-lightsquid repository.
Also Lightsquid has been integrated insidet the Server Manager:

As a side note, I would like to point out that these applications run inside the default httpd instance with unprivileged user.
Even if it is possible to run Lightsquid, CGP, etc inside the httpd-admin apache instance, this is not a good practice since httpd-admin runs with a more privileged user.

3 Likes

The last application integrated is Samba Audit.

Please note the new ā€œReportā€ section, also ā€œApplicationsā€ have been moved under ā€œAdministrationā€ section.

Next step lestencrypt :smile: while Davide and Filippo are finishing up the L2TP service.
After, alpha 2 release should be ready.

2 Likes

wow cool, tnx dev team! a lot of good newsā€¦
but this is a side effects of belgian beers? or was the chocolate or what? just to know :slight_smile:

1 Like

Beer, of course! Always beer! :wink:

Hi,

I got one difficulty to setup my NS& environment
http://packages.nethserver.org/nethserver/7.2.1511/base/x86_64/Packages/nethserver-mock-1.2.1-1.3.g3f77c3f.ns7.noarch.rpm as explain in the wiki donā€™t exist (anymore) !!!

Edit: Wiki edited to hilight the nethserver-mock package name can change :wink:

Edit2: One more beta-tester :smile: