The stephdl repository is opened

Nethserver-Backupc is available for NS7 in my repository with its documentation

6 Likes

nethserver-dokuwiki released for NS7

6 Likes

Amazing! :scream:

2 Likes

you should update nethserver-stephdl rpm, now it is enabled by default, and after a restoration, my rpm should be reinstalled.

yum update nethserver-stephdl --enablerepo=stephdl

3 Likes

Love you for making Fail2Ban available on NS7! :slight_smile: Thanks a lot! You are awsome.

1 Like

Great software collection @stephdl!

Now I’m looking to nethserver-stephdl package… I’d suggest the following enhancements

  • /etc/cron.daily/check4StephdlUpdates: IIUC it is a script that alerts the admin for updates. Couldn’t that be implemented/integrated with yum-cron? It would be a nice plus for other NethServer packages too :blush:

  • Why don’t define YUM groups here, too? We could see your modules in Software Center, too, once nethserver-stephdl package is installed! Please have a look to our comps repo (originally cloned from Fedora) and grab some ideas!

1 Like

yes, yum-cron could be used, ‘yum --download-only’ could be nice also to download nightly rpm, because we have cheap Internet in Europe, but for other foreign countries it is not the same, some have free bandwidth during a short period of the day.

will do, when the time let me it :slight_smile:

1 Like

Except errors or omissions, all my modules are on transifex, please @translations_team can you have a look

Can you point us out the link?

I would try to answer here why my modules are on my personal repository like answered in NethServer 8: wishlist for the conference by @m.traeumner and @alefattorini

For example the usage statistics is interesting. If we speak about the nfs module, nobody pointed that he used it, but the download statistics showed that it was used with no complaints.

I love also to manage all the server side

Like pointed by @davidep I could modify my rpm and use the software center, but at least one time you must use the command line.

2 Likes

Are you sure? What if you upload the sdl-repo.rpm to nethforge? We could add a “third party repositories” category to Software Center!

You know, we don’t like the command line :grin:


Have a nice 1st May
Festa del Lavoro :tada:

2 Likes

Hi @stephdl ,

I have encountered an error when I want to install OCS Inventory-NG from your repository.
Previously, I have installed PhpMyAdmin, UrBackup and Antivirus Scanner without any issues.

Can you help me please?

TIA,
Gabriel

[CODE]
[root@pdc-ad ~]#
[root@pdc-ad ~]# yum install http://mirror.de-labrusse.fr/NethDev/nethserver-ocsinventory/ocsinventory-release-7-4.el7.ocs.noarch.rpm
Loaded plugins: changelog, fastestmirror, nethserver_events
Cannot open: http://mirror.de-labrusse.fr/NethDev/nethserver-ocsinventory/ocsinventory-release-7-4.el7.ocs.noarch.rpm. Skipping.
Error: Nothing to do
[root@pdc-ad ~]#
[root@pdc-ad ~]# yum install nethserver-ocsinventory
Loaded plugins: changelog, fastestmirror, nethserver_events
Loading mirror speeds from cached hostfile

  • base: ftp.upcnet.ro
  • epel: ftp.ps.pl
  • extras: ftp.upcnet.ro
  • nethforge: mirror.nethesis.it
  • nethserver-base: mirror.nethesis.it
  • nethserver-updates: mirror.nethesis.it
  • updates: ftp.upcnet.ro
    Resolving Dependencies
    –> Running transaction check
    —> Package nethserver-ocsinventory.noarch 0:1.1.5-1.ns7.sdl will be installed
    –> Processing Dependency: ocsinventory >= 2.3.0 for package: nethserver-ocsinventory-1.1.5-1.ns7.sdl.noarch
    –> Finished Dependency Resolution
    Error: Package: nethserver-ocsinventory-1.1.5-1.ns7.sdl.noarch (stephdl)
    Requires: ocsinventory >= 2.3.0
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest
    [root@pdc-ad ~]#
    [/CODE]

https://wiki.nethserver.org/doku.php?id=ocsinventory

You missed to install the ocs repo

Hi @stephdl ,

To install the OCS repo (step 2 on Wiki), must run:

yum install  http://mirror.de-labrusse.fr/NethDev/nethserver-ocsinventory/ocsinventory-release-7-4.el7.ocs.noarch.rpm

After that, to install OCS I-NG (step 3 on Wiki), must run:

yum install nethserver-ocsinventory

Is this correct?

If YES, at step 2, I have an error:

[root@pdc-ad ~]#
[root@pdc-ad ~]# yum install  http://mirror.de-labrusse.fr/NethDev/nethserver-ocsinventory/ocsinventory-release-7-4.el7.ocs.noarch.rpm
Loaded plugins: changelog, fastestmirror, nethserver_events
Cannot open: http://mirror.de-labrusse.fr/NethDev/nethserver-ocsinventory/ocsinventory-release-7-4.el7.ocs.noarch.rpm. Skipping.
Error: Nothing to do
[root@pdc-ad ~]#

If is not correct, please teach me! :pray:

TIA,
Gabriel

:heart_eyes: It would be awesome and “shellless” :smiley:

I think for the OCS repo it’s (for NS7):

yum install http://rpm.ocsinventory-ng.org/enterprise/7/x86_64/ocsinventory-release-7-4.el7.ocs.noarch.rpm

Versions can change over time.

If that’s correct, we can fix the wiki.

1 Like

Thank you @dnutan !

Now it works without issues!

thank @dnutan to fix the wiki page.

Even if I push my rpm to nethforge we must think to the external repositories like the ocs one. It is the same for remi-safe, urbackup

I could provide in the nethserver-stephdl all the repositories I need.

2 Likes

I think third party-repositories are dangerous if they are always enabled, because each of them has its release cycle and policy. I suggest to upload the packages your repo depends on to SDL repository itself, like we’re already doing for nethserver-updates and nethforge.

1 Like

This is what I did for urbackup and transmission, but it needs time. For php-scl it is quite impossible due to the large number of updates.

1 Like