RPM command doesn't work on BBB

Hi

I want to install Webmin on the BeagleBone. I downloaded the RPM file. I found the RPM command (in another folder in the BBB) and copied it in the /bin directory. But when i’m trying to install Webmin with the RPM command, nothing happens and I’ve gotten no error messages. Is someone can help me?

Jean

Hi

I want to install Webmin on the BeagleBone. I downloaded the RPM file. I found the RPM command (in another folder in the BBB) and copied it in the /bin directory. But when i’m trying to install Webmin with the RPM command, nothing happens and I’ve gotten no error messages. Is someone can help me?

Jean

Jean,
I have no experience with webadmin but it is unlikely the RPM will work in Archlinux. There is a package download - Note Archlinux uses pacman to install packages.
https://bbs.archlinux.org/viewtopic.php?id=176419
73 Doug
WA3DSP
http://www.crompton.com/hamradio

···

From: ve2jve@hotmail.com
To: app_rpt-users@ohnosec.org
Date: Tue, 6 Jan 2015 12:09:03 -0500
Subject: [App_rpt-users] RPM command doesn’t work on BBB

Hi

            I want to install Webmin on the BeagleBone. I downloaded the RPM file. I found the RPM command (in another folder in the BBB) and copied it in the /bin directory. But when i’m trying to install Webmin with the RPM command, nothing happens and I’ve gotten no error messages. Is someone can help me?

Jean


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Yes, but I can’t install it on the BBB. The RPM command doesn’t work. Webmin is not included in the BBB version.

···

De : Keith Goobie [mailto:keith@goobie.org]
Envoyé : 6 janvier 2015 12:46
À : VE2JVE
Cc : app_rpt-users@ohnosec.org
Objet : Re: [App_rpt-users] RPM command doesn’t work on BBB

It may have installed. Check by http’ing to server IP address on port 10000

Keith

Sent from my iPhone

On Jan 6, 2015, at 12:09 PM, VE2JVE ve2jve@hotmail.com wrote:

Hi

            I want to install Webmin on the BeagleBone. I downloaded the RPM file. I found the RPM command (in another folder in the BBB) and copied it in the /bin directory. But when i’m trying to install Webmin with the RPM command, nothing happens and I’ve gotten no error messages. Is someone can help me?

Jean


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Hi Jean,

Webmin on a BBB??? What are you trying to administer? Webmin is pretty
heavy-weight for small embedded systems that shouldn't really need much
reconfiguration once initially setup.

73, David KB4FXC

···

On Tue, 6 Jan 2015, VE2JVE wrote:

Hi

                I want to install Webmin on the BeagleBone. I downloaded the
RPM file. I found the RPM command (in another folder in the BBB) and copied
it in the /bin directory. But when i'm trying to install Webmin with the RPM
command, nothing happens and I've gotten no error messages. Is someone can
help me?

Jean

If your using Doug Crompton’s Asterisk/Allstar build for the BBB, the OS is ArchLinux and uses the “pacman” command for managing packages. I don’t use it, but just installed webmin on my BBB as a test:

[root@bbb-santiago ~]# pacman -S webmin

resolving dependencies…

looking for inter-conflicts…

Packages (2): perl-perl4-corelibs-0.003-2 webmin-1.710-1

Total Download Size: 11.75 MiB

Total Installed Size: 57.31 MiB

:: Proceed with installation? [Y/n] Y

:: Retrieving packages …

perl-perl4-corelibs-0.003-2-any 36.5 KiB 150K/s 00:00 [########################################] 100%

webmin-1.710-1-armv7h 11.7 MiB 4.36M/s 00:03 [########################################] 100%

(2/2) checking keys in keyring [########################################] 100%

(2/2) checking package integrity [########################################] 100%

(2/2) loading package files [########################################] 100%

(2/2) checking for file conflicts [########################################] 100%

(2/2) checking available disk space [########################################] 100%

(1/2) installing perl-perl4-corelibs [########################################] 100%

(2/2) installing webmin [########################################] 100%

warning: directory permissions differ on /var/log/

filesystem: 1777 package: 755

Note:

==> It is not allowed to install 3rd party modules, or delete existing modules.

==> Please write your own PKGBUILDS for 3rd party modules and additional themes.

Setup:

==> To make webmin start at boot time, add webmin to rc.conf daemons

==> Point your web browser to http://localhost:10000 to use webmin.

==> The access is restricted to localhost, if you want to connect from other locations

==> change /etc/webmin/miniserv.conf to something like that: allow=127.0.0.1

==> If you want to have ssl encryption please install ‘perl-net-ssleay’ additional.

[root@bbb-santiago ~]#