Has anyone ever tried to build a FedoraPup?

A home for all kinds of Puppy related projects
Message
Author
User avatar
saintless
Posts: 3862
Joined: Sat 11 Jun 2011, 13:43
Location: Bulgaria

#21 Post by saintless »

musher0 wrote: did try saintless' template (or matrix or
seed or whatever it's called), but I can't get a connection to the fedora repos.
Wired network autoconnects for me on boot. Maybe there is something more to cleanup in the remaster script but I don't know what exactly. Try to use dhclient for your network interface:

Code: Select all

bash-4.3# ifconfig -a
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.100.2  netmask 255.255.255.0  broadcast 192.168.100.255
        inet6 fe80::2c0:9fff:fe57:76bc  prefixlen 64  scopeid 0x20<link>
        ether 00:c0:9f:57:76:bc  txqueuelen 1000  (Ethernet)
        RX packets 94259  bytes 113151873 (107.9 MiB)
        RX errors 0  dropped 16  overruns 0  frame 0
        TX packets 30724  bytes 2236719 (2.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 2826  bytes 430476 (420.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2826  bytes 430476 (420.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

bash-4.3# dhclient eth1
dhclient(1104) is already running - exiting. 

This version of ISC DHCP is based on the release available
on ftp.isc.org.  Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.

Please report for this software via the Red Hat Bugzilla site:
    http://bugzilla.redhat.com

exiting.
Then you can see the beauty of working dnf (yum) package manager which will provide upgrades and user support years ahead as apt-get does for debiandog. No need to maintain anything if you keep the native package manager working:

Code: Select all

bash-4.3# dnf update
Fedora 23 - i386                                3.5 MB/s |  39 MB     00:11    
Fedora 23 - i386 - Updates                      3.6 MB/s |  23 MB     00:06    
Last metadata expiration check: 0:00:29 ago on Tue Sep 12 02:45:28 2017.
Dependencies resolved.
Nothing to do.
Complete!


bash-4.3# dnf install xfe
Last metadata expiration check: 0:00:55 ago on Tue Sep 12 02:45:28 2017.
Dependencies resolved.
================================================================================
 Package                    Arch       Version              Repository     Size
================================================================================
Installing:
 fox                        i686       1.6.51-1.fc23        updates       979 k
 jbigkit-libs               i686       2.1-4.fc23           fedora         51 k
 libtiff                    i686       4.0.4-1.fc23         fedora        179 k
 mesa-libGLU                i686       9.0.0-9.fc23         fedora        183 k
 startup-notification       i686       0.12-10.fc23         fedora         44 k
 xfe                        i686       1.42-1.fc23          updates       1.4 M
 
Transaction Summary
================================================================================
Install  6 Packages

Total download size: 2.8 M
Installed size: 10 M
Is this ok [y/N]: y

Downloading Packages:
(1/6): startup-notification-0.12-10.fc23.i686.r 132 kB/s |  44 kB     00:00    
(2/6): libtiff-4.0.4-1.fc23.i686.rpm            758 kB/s | 179 kB     00:00    
(3/6): mesa-libGLU-9.0.0-9.fc23.i686.rpm        983 kB/s | 183 kB     00:00    
(4/6): jbigkit-libs-2.1-4.fc23.i686.rpm         533 kB/s |  51 kB     00:00    
(5/6): fox-1.6.51-1.fc23.i686.rpm               971 kB/s | 979 kB     00:01    
(6/6): xfe-1.42-1.fc23.i686.rpm                 1.3 MB/s | 1.4 MB     00:01    
--------------------------------------------------------------------------------
Total                                           997 kB/s | 2.8 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
  Installing  : fox-1.6.51-1.fc23.i686                                      4/6 
  Installing  : startup-notification-0.12-10.fc23.i686                      5/6 
  Installing  : xfe-1.42-1.fc23.i686                                        6/6 
  Verifying   : xfe-1.42-1.fc23.i686                                        1/6 
  Verifying   : startup-notification-0.12-10.fc23.i686                      2/6 
  Verifying   : fox-1.6.51-1.fc23.i686                                      3/6 
  Verifying   : libtiff-4.0.4-1.fc23.i686                                   4/6 
  Verifying   : mesa-libGLU-9.0.0-9.fc23.i686                               5/6 
  Verifying   : jbigkit-libs-2.1-4.fc23.i686                                6/6 

Installed:
  fox.i686 1.6.51-1.fc23                      jbigkit-libs.i686 2.1-4.fc23      
  libtiff.i686 4.0.4-1.fc23                   mesa-libGLU.i686 9.0.0-9.fc23     
  startup-notification.i686 0.12-10.fc23      xfe.i686 1.42-1.fc23              

Complete!
SELinux has nothing to do because I don't use official fedora kernel:

Code: Select all

bash-4.3# sestatus
bash: sestatus: command not found

bash-4.3# rpm -qf $(which sestatus)
policycoreutils-2.4-21.fc23.i686

bash-4.3# dnf install policycoreutils
Last metadata expiration check: 0:01:20 ago on Tue Sep 12 02:45:28 2017.
Dependencies resolved.
================================================================================
 Package                 Arch        Version               Repository      Size
================================================================================
Installing:
 libselinux-utils        i686        2.4-4.fc23            fedora         143 k
 policycoreutils         i686        2.4-21.fc23           updates        921 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 1.0 M
Installed size: 5.0 M
Is this ok [y/N]: y

Downloading Packages:
(1/2): libselinux-utils-2.4-4.fc23.i686.rpm     535 kB/s | 143 kB     00:00    
(2/2): policycoreutils-2.4-21.fc23.i686.rpm     1.4 MB/s | 921 kB     00:00    
--------------------------------------------------------------------------------
Total                                           434 kB/s | 1.0 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : libselinux-utils-2.4-4.fc23.i686                            1/2 
  Installing  : policycoreutils-2.4-21.fc23.i686                            2/2 
  Verifying   : policycoreutils-2.4-21.fc23.i686                            1/2 
  Verifying   : libselinux-utils-2.4-4.fc23.i686                            2/2 

Installed:
  libselinux-utils.i686 2.4-4.fc23       policycoreutils.i686 2.4-21.fc23      

Complete!
SELinux is disabled and I think you can't enable it unless you change the kernel with the one from Fedora:

Code: Select all

bash-4.3# uname -r
4.4.1-pf3

bash-4.3# sestatus
SELinux status:                 disabled
Activating selinux in /etc/selinux/config or the link to it in /etc/sysconfig/selinux doesn't change this with kernel from other linux.

Systemd is another subject and this will be the real problem to find help from Puppy linux developers.. You have to use systemd or you will have to support the system yourself in the future.

Code: Select all

bash-4.3# cat /proc/1/comm
systemd
Toni

Pelo

for people francophones

#22 Post by Pelo »

présentation Fedora by Fedora France, for people francophones.
Fedora 27 La prochaine version de Fedora est prévue pour fin octobre 2017

Post Reply