Re: [DNG] No-Internet Devuan Installer?

2022-02-25 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Ralph Ronnquist via Dng" 

To: 
Sent: Thursday, February 24, 2022 4:23 PM
Subject: Re: [DNG] No-Internet Devuan Installer?



On Thu, 24 Feb 2022 22:14:19 +0100
aitor  wrote:


Hi,

On 24/2/22 21:39, Dr. Nikolaus Klepp via Dng wrote:

>> Isn't that exactly what
>> https://files.devuan.org/devuan_chimaera/desktop-live/
>>
>> and
>> https://files.devuan.org/devuan_chimaera/installer-iso/
>> devuan_chimaera_4.0.0_amd64_desktop.iso and
>> devuan_chimaera_4.0.0_i386_desktop.iso
>>
>> do?  
> And you'd need to burn the packages of all extra software you want

> (e.g. *-dev) + dependecies - in  case that you want to install them
> later. Might turn out that you need a copy
> ofhttp://pkgmaster.devuan.org/merged/dists/chimaera-*  of whatever
> architecture you want to use. Don't know how big a copy of one
> architecture might be, but I guess you should use BD instead of
> DVD.  


Only the netinst image requires network connection. This image
contains just the minimal amount of packages to install the base
system; from thereon the remaining packages are installed over the
internet.

For your purpose, Steve, the desktop installer-iso mentioned by
golinux might be the best choice. As a complement, cd2, cd3 and cd4
contain more packages sorted by popularity. So labeled images are
entirely optional and play the role of a local repository that can be
added with "apt-cdrom add". Hence, they aren't meant to boot.


.. and nowadays there is the "pool1" ISO that includes the 5000 "most
popular" packages. That's double of desktop ISO which merely includes
the 2500 most "popular packages".


Thank you, you answered a question I was about to ask



Ralph.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: https://gitlab.uic.cu/ismael.donis/


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Install Daedalus

2022-02-09 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Ralph Ronnquist via Dng" 

To: 
Sent: Tuesday, February 08, 2022 6:23 PM
Subject: Re: [DNG] Install Daedalus



On Tue, 8 Feb 2022 11:39:51 -0500
"Ismael L. Donis Garcia"  wrote:


When installing the
devuan_daedalus_5.0.preview-20220207_amd64_server.iso file do I get a
graphical linux installation or only console?


All modern Devuan installer ISOs use the same "text mode" installer. It
lets you install a graphical desktop, though only the "desktop" ISO and
the complementary pool-only ISOs hold those packages for off-line
installation. Otherwise it requires network for that.



I recently installed an older version and got a non-graphical
installation as a result, also it didn't allow me to mount an NTFS
partition during the installation, only using the installation disk
since I don't have Internet access on the PC where I am going to
mount it


Did you try the mount.ntfs command? There does seem to be an issue with
using "mount -t ntfs" but the direct command should be fine.


No I didn't try mount.ntfs, I'll try it this afternoon when I get home



Ralph.



Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/
   
https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Install Daedalus

2022-02-08 Thread Ismael L. Donis Garcia
When installing the devuan_daedalus_5.0.preview-20220207_amd64_server.iso file 
do I get a graphical linux installation or only console?

I recently installed an older version and got a non-graphical installation as a 
result, also it didn't allow me to mount an NTFS partition during the 
installation, only using the installation disk since I don't have Internet 
access on the PC where I am going to mount it 

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/

https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] create .deb packages with alien

2021-12-23 Thread Ismael L. Donis Garcia
Until recently I have created .deb packages with alien I don't know if when 
updating to chimaera it broke down because I haven't done it for a while 

Now I get the following error
 
And I need to do it with alien since from the package I take a series of data 
that it generates automatically 

I really use trampoline alien as it is said in the place where I live, since in 
the end I create it with: dpkg-deb 

But cel created with alien took the md5sums file 

root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64# alien 
--version=2.1 -k --fixperms sisconge_2.0.1_amd64.tar.gz
Package build failed. Here's the log:
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: se entra en el directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'
mkdir -p debian/sisconge-2.0.1-amd64
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
 sed -e s#'./'##g | \
 xargs -0 -r -i cp -a ./{} debian/sisconge-2.0.1-amd64/{}
make[1]: se sale del directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'
   dh_installdocs
   dh_installchangelogs
   dh_icons
   dh_perl
   dh_usrlocal
dh_usrlocal: error: debian/sisconge-2.0.1-amd64/usr/local/bin/startaft is not a 
directory
make: *** [debian/rules:7: binary] Error 25
root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64#

I don't know if someone on this list can help me or tell me where to ask this 
question.

I ask the question here since I use devuan 

Best Regards

--
Ismael
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error updating local repository

2021-11-19 Thread Ismael L. Donis Garcia


- Original Message - 
From: "onefang" 

To: 
Sent: Friday, November 19, 2021 5:16 AM
Subject: Re: [DNG] Error updating local repository



On 2021-11-18 15:15:01, Ismael L. Donis Garcia wrote:

   Today it has begun error while trying to update a local daedalus
   repository.
   Until this morning everything worked well
   
   xz: (stdin): File format not recognized

   Failed: xz -d <.temp/dists/daedalus/main/binary-all/Packages.xz
   >.temp/dists/daedalus/main/binary-all/Packages
   WARNING: releasing 1 pending lock...
   Best Regards


You where trying to update your local package repo from some mirror? 


deb.devuan.org



Which mirror?  Did you try again half an hour later?  It might have been
part way through updating itself.


already working fine today



--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
___


Thank you 


--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: https://gitlab.uic.cu/ismael.donis/

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error updating local repository

2021-11-18 Thread Ismael L. Donis Garcia
Today it has begun error while trying to update a local daedalus repository.
Until this morning everything worked well

xz: (stdin): File format not recognized
Failed: xz -d <.temp/dists/daedalus/main/binary-all/Packages.xz 
>.temp/dists/daedalus/main/binary-all/Packages
WARNING: releasing 1 pending lock...

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: https://gitlab.uic.cu/___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] snetaid debs...

2021-10-20 Thread Ismael L. Donis Garcia

Greetings Steve.

I have recently decided to program in Lazarus and Firebird, which is a very 
good and free database manager.


If you want I can give you a hand on this issue. If so, you better throw me 
private since for this list it would be off topic.


You can see what I have done in the links below my signature.

Warm greetings
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: 
https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/

   http://www.sisconge.byethost15.com/

- Original Message - 
From: "Steve Litt" 

To: 
Sent: Tuesday, October 19, 2021 11:59 PM
Subject: Re: [DNG] snetaid debs...



Edward Bartolo via Dng said on Tue, 19 Oct 2021 09:53:52 +0200


Hi Golinux,

If Devuan users have other alternatives to my project, it is a
pleasure to know.


Hi Edward,

I find your use of Lazarus interesting and would like to explore that
with you. I think a network-manager type thing is the wrong place for
Lazarus, but there are plenty of right ones. I'd love to do a Lazarus
app that connects to a database, with several tables. But I don't know
how.

The only Lazarus app I have is an alarm clock, which I might be able to
share with you if all my source is still present and accounted for.

Thanks,

SteveT

Steve Litt
Spring 2021 featured book: Troubleshooting Techniques of the Successful
Technologist http://www.troubleshooters.com/techniques
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] gcc-doc

2021-09-01 Thread Ismael L. Donis Garcia


- Original Message - 
From: "Antonio A. Rendina via Dng" 

To: 
Sent: Wednesday, September 01, 2021 6:33 AM
Subject: [DNG] gcc-doc



Hi,

I remember that there was a discussion about this, but I'm no able to find 
it anymore. The question is how do I install the gcc-doc package?


For what I understand Debian put it on non-free, but on Devuan a have 
non-free and contrib enabled and I still don't find it.


Thanks



What version of the system do you have?
I have chimaera and if it appears in synaptic

gcc-10-doc

documentation for the GNU compilers (gcc, gobjc, g++)

This package contains manual pages and documentation in info, html,
and pdf format, for the GNU compilers.

This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.

Best Regards
--
Ismael Lorenzo Donis Garcia
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: 
https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/ 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] update a virtual pc with chimaera

2021-04-28 Thread Ismael L. Donis Garcia

The problem still persists
and I have just updated the repository from the internet I can't run against 
direct internet because I'm going to install it on PCs that don't have 
internet access so I have to move the repository to an external disk


Now I'm testing it on a virtual pc on my pc before moving the repository to 
the computers without internet access that use them


root@vir-pv-o3-dev4:~# apt-get upgrade --fix-missing
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyendo la información de estado... Hecho
Calculando la actualización... Hecho
Se actualizarán los siguientes paquetes:
 make
1 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
Se necesita descargar 396 kB de archivos.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
Des:1 http://192.168.0.73/devuan/chimaera chimaera/main amd64 make amd64 
4.3-4.1 [396 kB]
Err:1 http://192.168.0.73/devuan/chimaera chimaera/main amd64 make amd64 
4.3-4.1
 File has unexpected size (384048 != 395632). Mirror sync in progress? [IP: 
192.168.0.73 80]

 Hashes of expected file:
  - SHA256:a1a83af8cbd854af887b72ad196b1f4af58387815e21ced1000253a116a46e2a
  - MD5Sum:ad23a28085ea694f6677b80baca3ff34 [weak]
  - Filesize:395632 [weak]
E: Fallo al obtener 
http://192.168.0.73/devuan/chimaera/pool/DEBIAN/main/m/make-dfsg/make_4.3-4.1_amd64.deb 
File has unexpected size (384048 != 395632). Mirror sync in progress? [IP: 
192.168.0.73 80]

  Hashes of expected file:
   - 
SHA256:a1a83af8cbd854af887b72ad196b1f4af58387815e21ced1000253a116a46e2a

   - MD5Sum:ad23a28085ea694f6677b80baca3ff34 [weak]
   - Filesize:395632 [weak]
root@vir-pv-o3-dev4:~#

Best Regards
--
Ismael
- Original Message - 
From: "Joril via Dng" 

To: 
Sent: Thursday, April 22, 2021 5:16 AM
Subject: Re: [DNG] update a virtual pc with chimaera



On 21/04/21 20:46, Ismael L. Donis Garcia wrote:
I try to update a virtual pc with chimaera and it gives me the following 
error:
W: Fallo al obtener 
http://192.168.0.73/devuan/chimaera/pool/DEBIAN/main/m/make-dfsg/make_4.3-4.1_amd64.deb
File has unexpected size (384048 != 395632). Mirror sync in progress? 
[IP: 192.168.0.73 80]

Hashes of expected file:
 - 
SHA256:a1a83af8cbd854af887b72ad196b1f4af58387815e21ced1000253a116a46e2a

 - MD5Sum:ad23a28085ea694f6677b80baca3ff34 [weak]
 - Filesize:395632 [weak]
The mirror is recently updated


Maybe your mirror mirrored a "sync-in-progress" mirror? Have you tried 
updating your mirror again?

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] history

2020-09-01 Thread Ismael L. Donis Garcia
The state's policy is to use free software, much progress has been made in 
it, but much more can still be done, the laws exist, but I see that they 
have been very slow in their implementation, in fact if you look at my email 
address " slibre ", is an avreviation of free software, since I attend that 
branch where I work, but I find many inconveniences on the part of the 
managers when implementing my work, they all have misgivings and fear of 
change and the unknown.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Haines Brown" 

To: 
Sent: Monday, August 31, 2020 5:49 PM
Subject: Re: [DNG] history



On Mon, Aug 31, 2020 at 03:31:11PM -0400, Ismael L. Donis Garcia wrote:
Just commenting that your comment makes me laugh, seeing so many people 
like
you, I invite you to visit my country and look at reality, and find out 
in
the conditions we live and how much achievements we have achieved, but 
not

looking at foxnews.

Best Regards
--
Ismael


Thanks, but already visited your country twice. Once to read a paper
and once to tour with the IFCO. These visits were wonderful
experiences. The people were extraordinarily fiendly, discussions were
quite frank, the Cuban achievements impressive despite limitations.

I'd love to known how devuan or even debian fares there.

--
Haines Brown
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] [solved] Re: Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia
I already managed to install it, the error was giving me the library 
libwbclient0


I still only use deb http://deb.devuan.org/merged beowulf main contrib 
non-free


I have never been in such a hurry to update since my connection is very slow

To test use chimaera on vitual PC

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Rowland penny via Dng" 

To: 
Sent: Monday, August 31, 2020 5:31 PM
Subject: Re: [DNG] Error installing samba in beowulf



On 31/08/2020 22:29, Ismael L. Donis Garcia wrote:
It is the same the low internet for the pc and from there I update since 
so I can use it on pc that do not have internet access

what I only use:

deb http://deb.devuan.org/merged beowulf main contrib non-free

but it is giving me problems updating samba, maybe they are waiting to 
upload the packages from

deb http://deb.devuan.org/merged beowulf-security main contrib non-free
or
deb http://deb.devuan.org/merged beowulf-updates main contrib non-free
or
deb http://deb.devuan.org/devuan beowulf-proposed main contrib non-free

You need all of the lines I posted, 'samba 4.9.5+dfsg-5+deb10u1' is now 
coming from security


Rowland


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia
It is the same the low internet for the pc and from there I update since so 
I can use it on pc that do not have internet access

what I only use:

deb http://deb.devuan.org/merged beowulf main contrib non-free

but it is giving me problems updating samba, maybe they are waiting to 
upload the packages from

deb http://deb.devuan.org/merged beowulf-security main contrib non-free
or
deb http://deb.devuan.org/merged beowulf-updates main contrib non-free
or
deb http://deb.devuan.org/devuan beowulf-proposed main contrib non-free

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Rowland penny via Dng" 

To: 
Sent: Monday, August 31, 2020 5:17 PM
Subject: Re: [DNG] Error installing samba in beowulf



On 31/08/2020 22:16, Ismael L. Donis Garcia wrote:

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - From: "Dimitris via Dng" 


To: 
Sent: Monday, August 31, 2020 4:59 PM
Subject: Re: [DNG] Error installing samba in beowulf



what about beowulf-security repo? are you syncing all beowulf 
repos/dists ?


no, just the main repository
deb http://deb.devuan.org/merged beowulf main contrib non-free


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


This is what I have in /etc/apt/sources.list

deb http://deb.devuan.org/merged beowulf main contrib non-free
deb http://deb.devuan.org/merged beowulf-security main contrib non-free
deb http://deb.devuan.org/merged beowulf-updates main contrib non-free
deb http://deb.devuan.org/devuan beowulf-proposed main contrib non-free

I do not have your problem, but I am not running a local repository ;-)

Rowland


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Dimitris via Dng" 

To: 
Sent: Monday, August 31, 2020 4:59 PM
Subject: Re: [DNG] Error installing samba in beowulf




what about beowulf-security repo? are you syncing all beowulf repos/dists ?


no, just the main repository
deb http://deb.devuan.org/merged beowulf main contrib non-free


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia
. Moving meta files ...
Not able to use rsync to update remote trace files ...
Cleanup mirror.
All done.
==
Fin de la sincronizacion del repositorio: lun ago 31 16:48:39 CDT 2020
==
root@clt-iyc-03:/mnt/datos/sistemas/linux/devuan#

As you can see, I do not update any package in the local repository

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Rowland penny via Dng" 

To: 
Sent: Monday, August 31, 2020 4:11 PM
Subject: Re: [DNG] Error installing samba in beowulf



On 31/08/2020 21:00, Ismael L. Donis Garcia wrote:

I replenish between the lines

It has always worked for me (famous last words), is your sources.list 
file correct ? Have you run 'apt update' and 'apt upgrade' recently ?


Yes, I did it today

OK




How are you planning to run Samba ? (this has nothing to do with your 
present problem)


Are you going to run Samba as a DC or Unix domain member ? If so, don't 
bother installing sssd, you cannot use it with Samba any more, you will 
also require 'winbind' at least.


whether to join the PC to an Active Directory Windows Server 2016


You cannot use sssd with Samba, even red-hat admit this, you will need to 
install these packages:


samba winbind libnss-winbind libpam-winbind libpam-krb5 ntp krb5-user

You will also need to setup smb.conf correctly.



I have a local repository which I update from: pkgmaster.devuan.org


That could be your problem, I have lines in sources.list like this:

deb http://deb.devuan.org/merged beowulf main contrib non-free

Once you get Samba to install, you should upgrade it, 4.9.5 is EOL from 
Samba's point of view, see here:


http://apt.van-belle.nl/

I know they are for Debian, but they work with Devuan.

Rowland



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia

I replenish between the lines

- Original Message - 
From: "Rowland penny via Dng" 

To: 
Sent: Monday, August 31, 2020 3:35 PM
Subject: Re: [DNG] Error installing samba in beowulf



On 31/08/2020 20:03, Ismael L. Donis Garcia wrote:

When I try to install samba it gives me the following error
root@ser-linux-01:~# apt-get install krb5-user samba sssd ntp 
openssh-server

Leyendo lista de paquetes... Hecho
Creando Arbol de dependencias
Leyendo la informacion de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidio una situacion imposible o, si esta¡ usando la distribucion
inestable, que algunos paquetes necesarios aun no se han creado o se
han sacado de «Incoming».
La siguiente informacion puede ayudar a resolver la situacion:
Los siguientes paquetes tienen dependencias incumplidas:
samba : Depende: python-samba pero no va a instalarse
Depende: samba-common-bin (= 2:4.9.5+dfsg-5) pero no va a instalarse
Depende: samba-libs (= 2:4.9.5+dfsg-5) pero 2:4.9.5+dfsg-5+deb10u1 va a 
ser instalado

Recomienda: attr pero no va a instalarse
Recomienda: samba-dsdb-modules pero no va a instalarse
Recomienda: samba-vfs-modules pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes 
rotos.

root@ser-linux-01 <mailto:root@ser-linux-01>:~#


It has always worked for me (famous last words), is your sources.list file 
correct ? Have you run 'apt update' and 'apt upgrade' recently ?


Yes, I did it today



How are you planning to run Samba ? (this has nothing to do with your 
present problem)


Are you going to run Samba as a DC or Unix domain member ? If so, don't 
bother installing sssd, you cannot use it with Samba any more, you will 
also require 'winbind' at least.


whether to join the PC to an Active Directory Windows Server 2016



Rowland



I have a local repository which I update from: pkgmaster.devuan.org

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] history

2020-08-31 Thread Ismael L. Donis Garcia
Just commenting that your comment makes me laugh, seeing so many people like 
you, I invite you to visit my country and look at reality, and find out in 
the conditions we live and how much achievements we have achieved, but not 
looking at foxnews.


Best Regards
--
Ismael
- Original Message - 
From: "John Morris" 

To: 
Sent: Friday, August 07, 2020 4:11 PM
Subject: Re: [DNG] history



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error installing samba in beowulf

2020-08-31 Thread Ismael L. Donis Garcia
When I try to install samba it gives me the following error

root@ser-linux-01:~# apt-get install krb5-user samba sssd ntp openssh-server
Leyendo lista de paquetes... Hecho
Creando Arbol de dependencias 
Leyendo la informacion de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidio una situacion imposible o, si esta¡ usando la distribucion
inestable, que algunos paquetes necesarios aun no se han creado o se
han sacado de «Incoming».
La siguiente informacion puede ayudar a resolver la situacion:
Los siguientes paquetes tienen dependencias incumplidas:
samba : Depende: python-samba pero no va a instalarse
Depende: samba-common-bin (= 2:4.9.5+dfsg-5) pero no va a instalarse
Depende: samba-libs (= 2:4.9.5+dfsg-5) pero 2:4.9.5+dfsg-5+deb10u1 va a ser 
instalado
Recomienda: attr pero no va a instalarse
Recomienda: samba-dsdb-modules pero no va a instalarse
Recomienda: samba-vfs-modules pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.
root@ser-linux-01:~# 

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error when trying to update beowulf from a local repository

2020-06-05 Thread Ismael L. Donis Garcia
Solved

1 million thanks
--

Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/
- Original Message - 
  From: d...@d404.nl 
  To: dng@lists.dyne.org 
  Sent: Friday, June 05, 2020 11:09 AM
  Subject: Re: [DNG] Error when trying to update beowulf from a local repository


  On 05-06-2020 17:00, Ismael L. Donis Garcia wrote:

Until now I had updated my system without any problem, now it is giving me 
this error.

root@clt-iyc-03:/mnt/datos/sistemas/linux# apt-get update
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 
kB]
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 
kB]
Leyendo lista de paquetes... Hecho   
E: Repository 'file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf 
InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can 
be applied. See apt-secure(8) manpage for details.
root@clt-iyc-03:/mnt/datos/sistemas/linux#

How can I solve it?

I have tried in the source.list, but the problem persists
deb [allow-insecure=yes] file:///mnt/datos/sistemas/linux/devuan/beowulf/ 
beowulf main contrib non-free 

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/

 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
As seen earlier on this list you must use 


  apt update

  instead of

  apt-get update

  Because apt will ask if you agree and after answering Y go on

  Grtz.

  Nick




--


  ___
  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error when trying to update beowulf from a local repository

2020-06-05 Thread Ismael L. Donis Garcia
Until now I had updated my system without any problem, now it is giving me this 
error.

root@clt-iyc-03:/mnt/datos/sistemas/linux# apt-get update
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 kB]
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 kB]
Leyendo lista de paquetes... Hecho   
E: Repository 'file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease' 
changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.
root@clt-iyc-03:/mnt/datos/sistemas/linux#

How can I solve it?

I have tried in the source.list, but the problem persists
deb [allow-insecure=yes] file:///mnt/datos/sistemas/linux/devuan/beowulf/ 
beowulf main contrib non-free 

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] download image ISO of beowulf

2020-02-03 Thread Ismael L. Donis Garcia
ok thanks for all your work
--
Ismael
- Original Message - 
  From: Aitor 
  To: dng@lists.dyne.org 
  Sent: Sunday, February 02, 2020 3:35 PM
  Subject: Re: [DNG] download image ISO of beowulf


  Hi,


  On 2/2/20 14:10, Aitor wrote:

Hi Ismael,


On 1/2/20 17:42, Ismael L. Donis Garcia wrote:

  Thanks for the information, I download and try it
  --
  Ismael


Today i did some improvements in the image, and it works fine with both 
legacy and UEFI.
I still didn't upload the new image, because i haven't enough space in the 
hard disk of the server.
I'm removing some stuff from it and shortly i'll upload new images for i386 
and amd64.
I'll notice you here in the mailing list. 
Cheers,

Aitor.

  I uploaded it again:

  http://gnuinos.org/Devuan%20Drafts/


  Hope you like it :)

  Aitor.






--


  ___
  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] download image ISO of beowulf

2020-02-01 Thread Ismael L. Donis Garcia
Thanks for the information, I download and try it
--
Ismael
- Original Message - 
  From: Aitor 
  To: dng@lists.dyne.org 
  Sent: Saturday, February 01, 2020 7:52 AM
  Subject: Re: [DNG] download image ISO of beowulf


  Hi,


  On 30/1/20 4:00, Hendrik Boom wrote:

On Wed, Jan 29, 2020 at 09:20:34AM -0500, Ismael L. Donis Garcia wrote:
- Original Message - From: "Hendrik Boom" 
To: 
Sent: Tuesday, January 28, 2020 5:57 PM
Subject: Re: [DNG] download image ISO of beowulf


On Tue, Jan 28, 2020 at 05:23:46PM -0500, Haines Brown wrote:
On Tue, Jan 28, 2020 at 10:13:25AM -0500, Ismael L. Donis Garcia wrote:
Is there any image ISO of beowulf that can be downloaded from some
site?

Best Regards
--
Ismael
It seems most folks, like myself, got BEOWULF by upgraded from
ASCII.

I gather official ISOs are made available only for stabe releases.

There were problems using the mini.iso installer.
I suspect beowulf is going to be stable soon.  I think we should get
started debugging the official ISO so it will be stable too.
But first we'd need a draft of the official ISO.

-- hendrik
I'm uploading a draft of devuan beowulf:

  http://gnuinos.org/Devuan%20Drafts/


  It has been built using the live-sdk tool. I tested debian-installer and it 
worked for me.

  In the meantime, i'm finishing simple-netaid.


  HTH,

  Aitor.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] download image ISO of beowulf

2020-01-29 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Hendrik Boom" 

To: 
Sent: Tuesday, January 28, 2020 5:57 PM
Subject: Re: [DNG] download image ISO of beowulf



On Tue, Jan 28, 2020 at 05:23:46PM -0500, Haines Brown wrote:

On Tue, Jan 28, 2020 at 10:13:25AM -0500, Ismael L. Donis Garcia wrote:
> Is there any image ISO of beowulf that can be downloaded from some 
> site?

>
> Best Regards
> --
> Ismael

It seems most folks, like myself, got BEOWULF by upgraded from
ASCII.

I gather official ISOs are made available only for stabe releases.

There were problems using the mini.iso installer.


I suspect beowulf is going to be stable soon.  I think we should get
started debugging the official ISO so it will be stable too.

-- hendrik
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



What I wanted is to upgrade to CHIMAERA from BEOWULF
In a virtual machine to test it, but starting from BEOWULF not from ASCII

Thanks
--
Ismael


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] download image ISO of beowulf

2020-01-28 Thread Ismael L. Donis Garcia

Is there any image ISO of beowulf that can be downloaded from some site?

Best Regards
--
Ismael

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error trying to update a local beowulf repository

2020-01-09 Thread Ismael L. Donis Garcia
- Original Message - 
From: "onefang" 

To: 
Sent: Thursday, January 09, 2020 10:27 AM
Subject: Re: [DNG] Error trying to update a local beowulf repository



On 2020-01-09 10:21:43, Ismael L. Donis Garcia wrote:
   When trying to update the local repository I am getting this error 
from

   yesterday to date.

   [cut]
   [ 12%] Getting: dists/beowulf/main/binary-i386/Packages... #** GET

[1]http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-i386/Packages
   ==> 404 Not Found (1s)
   Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not 
Found

   [cut]
   [ 24%] Getting: dists/beowulf/main/binary-amd64/Packages... #** GET

[2]http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-amd64/Packages
   ==> 404 Not Found
   Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not 
Found

   [cut]
   Errors:
   Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not 
Found

   dists/beowulf/main/binary-i386/Packages failed checksum verification
   Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not
   Found
   dists/beowulf/main/binary-amd64/Packages failed checksum verification
   Failed to download some Package, Sources or Release files!
   WARNING: releasing 1 pending lock...


That should be Packages.xz or Packages.gz, The "Packages" file doesn't 
exist uncompresed.


--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



The error is giving http://pkgmaster.devuan.org/

I tried http://deb.devuan.org/ and it works correctly


Best Regards
--
Ismael 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error trying to update a local beowulf repository

2020-01-09 Thread Ismael L. Donis Garcia
- Original Message - 
From: "onefang" 

To: 
Sent: Thursday, January 09, 2020 10:27 AM
Subject: Re: [DNG] Error trying to update a local beowulf repository



On 2020-01-09 10:21:43, Ismael L. Donis Garcia wrote:
   When trying to update the local repository I am getting this error 
from

   yesterday to date.

   [cut]
   [ 12%] Getting: dists/beowulf/main/binary-i386/Packages... #** GET

[1]http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-i386/Packages
   ==> 404 Not Found (1s)
   Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not 
Found

   [cut]
   [ 24%] Getting: dists/beowulf/main/binary-amd64/Packages... #** GET

[2]http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-amd64/Packages
   ==> 404 Not Found
   Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not 
Found

   [cut]
   Errors:
   Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not 
Found

   dists/beowulf/main/binary-i386/Packages failed checksum verification
   Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not
   Found
   dists/beowulf/main/binary-amd64/Packages failed checksum verification
   Failed to download some Package, Sources or Release files!
   WARNING: releasing 1 pending lock...


That should be Packages.xz or Packages.gz, The "Packages" file doesn't 
exist uncompresed.


--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


That seems to be the problem because until Monday I updated well
The problem is that now it doesn't let me update the local repository

Best Regards
--
Ismael


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error trying to update a local beowulf repository

2020-01-09 Thread Ismael L. Donis Garcia
When trying to update the local repository I am getting this error from 
yesterday to date.

[cut]
[ 12%] Getting: dists/beowulf/main/binary-i386/Packages...   #** GET 
http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-i386/Packages ==> 
404 Not Found (1s)
Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not Found
[cut]
[ 24%] Getting: dists/beowulf/main/binary-amd64/Packages...   #** GET 
http://pkgmaster.devuan.org/merged//dists/beowulf/main/binary-amd64/Packages 
==> 404 Not Found
Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not Found
[cut]
Errors:
 Download of dists/beowulf/main/binary-i386/Packages failed: 404 Not Found
 dists/beowulf/main/binary-i386/Packages failed checksum verification
 Download of dists/beowulf/main/binary-amd64/Packages failed: 404 Not Found
 dists/beowulf/main/binary-amd64/Packages failed checksum verification
Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...


Best Regards
--
Ismael
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error trying to update beowulf

2019-12-09 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Mark Hindley" 

To: "Ismael L. Donis Garcia" 
Cc: "Devuan" 
Sent: Friday, December 06, 2019 5:48 PM
Subject: Re: [DNG] Error trying to update beowulf



On Fri, Dec 06, 2019 at 02:48:55PM -0500, Ismael L. Donis Garcia wrote:

I have a local devaun repository
I updated it today and I get the following error:


Thanks. This is caused by our migration yesterday to a new build 
pipeline and dak repository.


I have changed the config to be as similar to the old one as I can.

Mark



Mark, today works perfect.
Thank you very much for all your work and time.

--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error trying to update beowulf

2019-12-06 Thread Ismael L. Donis Garcia

I have a local devaun repository
I updated it today and I get the following error:

root@clt-iyc-03:/mnt/datos/sistemas/linux# apt-get update
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 
kB]
Des:1 file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf InRelease [25,6 
kB]

Leyendo lista de paquetes... Hecho
E: Repository 'file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf 
InRelease' changed its 'Label' value from 'Devuan' to 'None'
N: Repository 'file:/mnt/datos/sistemas/linux/devuan/beowulf beowulf 
InRelease' changed its 'Version' value from '3.0' to '3.0.0'
N: This must be accepted explicitly before updates for this repository can 
be applied. See apt-secure(8) manpage for details.

root@clt-iyc-03:/mnt/datos/sistemas/linux#

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/ 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Formail for managing digests

2019-11-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: 

To: 
Sent: Wednesday, November 27, 2019 1:18 PM
Subject: Re: [DNG] Formail for managing digests



More fiddling while Rome burns . . . sigh . . .

I'm in a bit of a mood because I thought that a script to convert systemd 
units to init style shell scripts would be worthy of at least some 
discussion.


golinux

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



I am a simple user, but personally I don't want anything that smells like 
systemd


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan cannot exist without the help of Debian

2019-11-22 Thread Ismael L. Donis Garcia

In the worst case we would not be able to rely on MX Linux?

Best Regards
--
Ismael
- Original Message - 
From: "Denis Roio" 

To: "DNG" 
Sent: Friday, November 22, 2019 4:55 AM
Subject: [DNG] Devuan cannot exist without the help of Debian



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan cannot exist without the help of Debian

2019-11-22 Thread Ismael L. Donis Garcia

Is there any way to give our support to this proposal?

Best Regards
--
Ismael

- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Friday, November 22, 2019 7:36 AM
Subject: Re: [DNG] Devuan cannot exist without the help of Debian


On Fri, 22 Nov 2019 10:55:46 +0100, Denis wrote in message 
<20191122095546.fro7htitriq47xsx@reflex>:



dear readers,

I write this email to comment on the current Init System GR vote in
Debian, see https://lists.debian.org/debian-vote/2019/11/

I'll be brief and express my personal opinion on the matter.

Devuan cannot exist without the help of Debian.

When me and Franco Lanza started this project in 2014 it was because
of the most painful Init System GR in Debian. Back then, we chose Ian
Jackson as the best Debian developer to represent the interest of
Debian's users and to defend the true mission of the Debian project as
a universal operating system. While supporting Ian's proposal we also
promised to the world that, if that wouldn't be the route taken by
Debian, we would have not gone gently into that good night.

So we did, and Devuan was born.

Together with a small group of volunteers we dedicated huge amounts of
time and resources to Devuan, putting our skills at the service of a
very large community of people in need of Init Freedom; a whole
chapter of my doctoral thesis is dedicated to this project
https://pearl.plymouth.ac.uk/handle/10026.1/11101 and overall our
history is rather well explained here
https://devuan.org/os/init-freedom/ and our community well represented
by the first Devuan conference we organised in Amsterdam
https://www.dyne.org/the-first-devuan-conference/

For many of us Devuan has been a source of pride, joy and professional
relief. It brought together some of the best people, developers and
system administrators I could ever hope to meet in my life. We also
managed to contribute back solutions and software useful to the Debian
project.

Now please let this success be an account of how important is Init
Freedom for the large amount of Debian users out there.

Today I write you because there is a reason to be worried that many
Debian users will be betrayed once more by its leadership.

And today once again I support the vote proposition nr.4 by Ian
Jackson


..a direct link to Ian's vote proposition nr.4 and a direct link 
on where to vote for that, would be helpful, there are 245 messages 
"in the air" at https://lists.debian.org/debian-vote/2019/11/ now.



and urge the elite who has the privilege to steer the future
of Debian to pay good attention to this choice, considering Ian's
competent and well informed formulation.

At last, please, do not consider Devuan as an alternative solution
which will survive any outcome of this vote.

Because I'm sure Devuan will not survive without Debian's help.

Devuan is much, much smaller than Debian in resources, people and
infrastructure, and despite our efforts were useful to both, the
Debian project has done very little to help us so far.

If Debian drops the support for any other init system but systemd, I
believe we won't be able to keep up with the legwork needed to support
all other init systems. I say this because we do not have a comparable
amount of people and resources to face the huge amount of work Debian
will cease to do. Of course quality matters, but not that far.

If the resolution nr.4 proposed by Ian Jackson will not pass,
Devuan will die.





--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
 Scenarios always come in sets of three: 
 best case, worst case, and just in case.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Installing devuan on newer hardware

2019-10-31 Thread Ismael L. Donis Garcia
Try 
https://borta.rrq.id.au/2019-10-28-devuan_beowulf_3.0_amd64_netinstall.iso 
or https://borta.rrq.id.au/2019-10-28-devuan_beowulf_3.0_amd64_dvd-1.iso and 
comment results.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://www.sisconge.byethost15.com/

- Original Message - 
From: "Yevgeny Kosarzhevsky via Dng" 

To: "Dng" 
Sent: Thursday, October 31, 2019 6:44 AM
Subject: [DNG] Installing devuan on newer hardware



Hi,

I am stuck here with installation on new ThinkPad P43s.
Ascii installer doesn't detect any network so I tried to install
debian buster and then change to beowulf. However, buster has
symlinked /bin and others to /usr so I need to reinstall from devuan
iso. The weird thing is that iwlwifi firmware files stated to run
under 4.14+ kernels so I can't run then in ascii installer.
Beowulf installer is missing, I tried mini.iso from
https://pkgmaster.devuan.org/devuan/dists/beowulf/main/installer-amd64/current/images/netboot/
but it isn't booting, bailing out to grub prompt.

Can someone suggest how would I proceed with devuan installation here?
Thanks!

--
Regards,
Yevgeny
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-08 Thread Ismael L. Donis Garcia
- Original Message - 
From: NCW RC via Dng

To: dng
Sent: Saturday, September 07, 2019 2:25 PM
Subject: [DNG] 
https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html


I hope I did this maillist reply correctly.  I am doing it with webmail, 
not an email client.



libpam-systemd depends systemd-sysv. libpam-systemd also depends
systemd. Devuan's libpam-elogind provides libpam-systemd but conflicts 
with

systemd which must be removed first.

However, to get systemd uninstalled we first have to replace systemd-sysv 
with

sysvinit-core (leaving systemd installed) and reboot. systemd and elogind
conflict so we cannot use libpam-elogind to replace libpam-systemd *yet*.

This is the point we need a transitional package to temporarily satisfy
libpam-systemd's systemd-sysv dependency whilst the system is rebooted.

After reboot, systemd is no longer PID1 so can be removed and we can then
complete the transition replacing libpam-systemd with libpam-elogind, 
removing

systemd and installing elogind.

I hope that is clearer.



I can get the general grasp of this information as I think a similar shim 
was used in devuan when it was first forked.


What I found to get sysvinit-core installed was to

-boot into the debian install, and before changing the sources list to 
point to devuan,

-run "apt install sysvinit-core"


then,  alter the sources.list to point to beowulf and,
"apt update"
"apt upgrade"
"reboot"

No errors were noted and upon a reboot, sysvinit is running as PID1 and the 
migration can continue in a manner similar to what it has been in the past.


Trying to install sysvinit-core after the sources.list pointed to beowulf 
caused many problems and I never could get it done that way.


I documented my test migration of a buster Xfce install at:
https://dev1galaxy.org/viewtopic.php?pid=17716#p17716



You did not try the following order:
- modify sources.list
- apt-get update
- apt-get install devuan-keyring
- apt-get install sysvinit-core
- reboot
- apt-get upgrade

Best Regards
--
Ismael


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] udisks2 - who uses it? (not a poll)

2019-09-07 Thread Ismael L. Donis Garcia
- Original Message - 
From: "fsmithred via Dng" 

To: "dng" 
Sent: Friday, September 06, 2019 9:23 AM
Subject: [DNG] udisks2 - who uses it? (not a poll)


In ascii, udisks2 has been devuanized to remove a dependency on 
libpam-systemd (and maybe libsystemd0, too.)


The version of udisks2 in beowulf is very old compared to what's in 
buster.


The version in buster depends on libpam-systemd OR libpam-elogind. (Also 
libsystemd0 OR libelogind0) Since we have libpam-elogind and libelogind0 
in the repos, we don't really need to devuanize udisks2 anymore. Do we?


Does anyone use udisks2 who doesn't want libpam-elogind or libelogind0 
with it?


fsmithred (looking to reduce the work load)



I use udisks2, but I also use libpam-elogind and libelogind0

Right now I am needing this update to install other packages.

Best Regards
--
Ismael


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] error to install gnome-disk-utility in beowulf

2019-09-05 Thread Ismael L. Donis Garcia
- Original Message - 
From: "fsmithred via Dng" 

To: 
Sent: Thursday, September 05, 2019 7:08 AM
Subject: Re: [DNG] error to install gnome-disk-utility in beowulf



On 9/3/19 12:52 PM, Florian Zieboll wrote:
On September 3, 2019 4:46:28 PM GMT+02:00, "Ismael L. Donis Garcia" 
 wrote:

Los siguientes paquetes tienen dependencias incumplidas:
gnome-disk-utility : Depende: udisks2 (>= 2.7.6) pero 2.1.3-5+devuan2
va a
ser instalado
 Depende: libudisks2-0 (>= 2.7.6) pero 2.1.3-5+devuan2
va a ser instalado
E: No se pudieron corregir los problemas, usted ha retenido paquetes
rotos.


How could I solve this error?

Best Regards



$ aptitude install gnome-disk-utility

should give you at least a clue about the problem, it might even suggest 
a viable solution.


Regards,
Florian



Right now, the versions in the devuan repo are too old. You could download 
those two packages from debian and install them - they seem to work. 
You'll need to have libpam-elogind installed.


https://packages.debian.org/buster/udisks2
https://packages.debian.org/buster/libudisks2-0

The other option is to wait until we either rebuild that version for 
devuan or move it into beowulf as it is.


fsmithred


Thank you very much for the reply.

I will wait for you to rebuild the packages.
--
Ismael



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] error to install gnome-disk-utility in beowulf

2019-09-03 Thread Ismael L. Donis Garcia
root@clt-iyc-03:/mnt/datos/sistemas/linux# apt-get install 
gnome-disk-utility

Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios aún no se han creado o se
han sacado de «Incoming».
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
gnome-disk-utility : Depende: udisks2 (>= 2.7.6) pero 2.1.3-5+devuan2 va a 
ser instalado
 Depende: libudisks2-0 (>= 2.7.6) pero 2.1.3-5+devuan2 
va a ser instalado

E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.

root@clt-iyc-03:/mnt/datos/sistemas/linux# uname -a
Linux clt-iyc-03 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) x86_64 
GNU/Linux


How could I solve this error?

Best Regards
--
Ismael


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] I do not work menu options, how to solve this problem?

2019-05-22 Thread Ismael L. Donis Garcia
- Original Message - 
From: "terryc" 

To: 
Sent: Tuesday, May 21, 2019 10:35 PM
Subject: Re: [DNG] I do not work menu options, how to solve this problem?



On Tue, 21 May 2019 14:42:06 -0400
"Ismael L. Donis Garcia"  wrote:


system - administration - users and groups - advanced settings
it does not work. Does not do anything when pressing the button


What are you trying to do?
Which VM/desktop are you running.
Under xfce4 there is no system -> admin, so obviously what you get
depends on your desktop and basically what programs you have install.


Excuse me, I forgot to mention that I use both mate desktop



Neither does it ask me for the root password when I try to run
synaptic from the menu.


does it run or not run?
You might have to pop a terminal, su, then run the program.



I have this problem in 2 pc that I just installed an ascii and
another beowulf updated from ascii

This pc that I come from debian 8 with her I do not have that problem.

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan




Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] I do not work menu options, how to solve this problem?

2019-05-21 Thread Ismael L. Donis Garcia
system - administration - users and groups - advanced settings
it does not work. Does not do anything when pressing the button

Neither does it ask me for the root password when I try to run synaptic from 
the menu.

I have this problem in 2 pc that I just installed an ascii and another beowulf 
updated from ascii

This pc that I come from debian 8 with her I do not have that problem.

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Beowulf release schedule

2019-05-08 Thread Ismael L. Donis Garcia
They would be very useful if you created the 32 and 64 bit images, even if they 
are not official.

You could put them on your website.

I was checking the site "gnuinos" but it only has the 32 bit and dated February

1 million thanks for your contribution which is very useful for the whole 
community
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
  - Original Message - 
  From: aitor_czr 
  To: dng@lists.dyne.org 
  Sent: Tuesday, May 07, 2019 2:33 AM
  Subject: Re: [DNG] Beowulf release schedule


  Hi Steve,


  On 7/5/19 6:08, Steve wrote:

I'm deciding whether to upgrade from ascii to beowulf now or wait until
beowulf becomes the stable release.

Is there a release date scheduled or a page that shows what tasks are
remaining?

Thanks,
SteveI can build images of beowulf using the live-sdk. I also must say that 
wicd doesn't work in none of my images of gnuinos (ascii/beowulf).
  But, surprisingly, simple-netaid works perfectly without the need of any 
configuration in /etc/network/interfaces 
  Cheers,

  Aitor.






--


  ___
  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Installation with netboot.tar.gz fails...

2019-05-02 Thread Ismael L. Donis Garcia
For my understanding devuan is suffering from the urgent way of releasing 
devuan 2.1.0 which would relieve the trust of the users in devuan.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://sisconge.byethost15.com/

- Original Message - 
From: "Olaf Meeuwissen" 

To: "Thomas Besser" 
Cc: 
Sent: Thursday, May 02, 2019 8:56 AM
Subject: Re: [DNG] Installation with netboot.tar.gz fails...



Hi Thomas, list,

Thomas Besser via Dng writes:


Once again, the "netboot.tar.gz" from
http://deb.devuan.org/devuan/dists/ascii/main/installer-amd64/current/images/netboot/
does not work due to the known problem (see below)...


This sounds very similar to the problem I reported[1] with the Beowulf
installer on 2019-03-31.

[1]: 
https://lists.dyne.org/lurker/message/20190331.080544.26ca7394.en.html


Still waiting for a fix :-/

# While waiting, I've been playing with Debian's Buster installer ...

BTW, I hazard a guess that your issue was caused by the recent Debian
9.9 point release because that included an installer rebuild.  See my
comment[2] on 2019-04-23 for more information.

https://lists.dyne.org/lurker/message/20190423.095016.f85c95bb.en.html


Am 13.12.18 um 14:12 schrieb Thomas Besser:

Hi,

please renew
http://deb.devuan.org/devuan/dists/ascii/main/installer-amd64/current/images/netboot/netboot.tar.gz

Installation over netboot does not working, because...

"No kernel modules were found. This probably is due to a mismatch
between kernel used by this version of the installer and the kernel
version available in the archive."

Lastest available version of netboot.tar.gz is from 2018-07-17


Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
Support Free Softwarehttps://my.fsf.org/donate
Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Of confidence and support and the future of Devuan.

2019-04-23 Thread Ismael L. Donis Garcia

+1
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Ralph Ronnquist via Dng" 
To: "devuan developers internal list" ; "dng" 


Sent: Tuesday, April 23, 2019 3:18 AM
Subject: Re: [DNG] Of confidence and support and the future of Devuan.



Dan, I think you have been invaluable to the Devuan efforts, and I hope
you will keep contributing, as well as remain caretaker.

Ralph.

Daniel Reurich wrote on 23/4/19 11:30 am:

Dear friends, fellow users and contributors to Devuan.

I have come to a point of personal crisis with regards to my involvement
in Devuan.  I have given a great deal of time to bringing Devuan to
where it is today.  Of late have my efforts have been largely in the
background in maintaining the build system as well as advocacy, and
helping to maintain some packages, and working towards adding support
for the ppc64el architecture particularly for the new TalosII hardware.

Recent events such as the fallout from the April 1 joke, which I
perceived it as a threat to Devuans image particularly with respect to
the appearance of security, and my poorly expression of those concerns
led me to be at odds with some of my fellow contributors and caretakers.
In particular I contributed to making another valued member, and a
fellow valuable contributor to Devuan, feel that he could no longer find
joy in contributing to Devuan any further resulting in his leaving our
community.  I have apologised for this and continue to regret not having
found a better mechanism for expressing my concerns in a more
constructive way.

The latest issue at hand and the one precipitating this personal crisis
is with respect to the failure of ci.devuan.org.  In this matter I took
actions that although were done in good faith and with all due care,
resulted in exacerbating an already broken server by trying to reboot it
an action which failed and left the server broken and inaccessible.  I
rebooted under the assumption that the person that hosts that server for
us would reasonably be available to attend to it if it in the unlikely
event it failed to boot.  I was wrong and should have checked he was
available first.

I am now at the point where given this latest assault on my character
and contributions by Jaromil, that I must honestly question whether I
continue to be useful to this community and Devuan as a distribution.

It is now up to you to decide whether or not I should be holding such a
venerable positions as caretaker, infrastructure maintainer and
developer, and package maintainer of many Devuan packages remains
justifiable and acceptable to this community.

My reason for bringing this to the attention of the broad community is
because Jaromil, one of my fellow caretakers has repeatedly taken
extreme exception to my actions and communications to the extent where
he has:
- called for my stepping down as caretaker at least 3 times.
- implied that I am incompetent in my administration of the devuan
infrastructure I have been co-maintaining for the last 3 or 4 years, in
particular the build system and until recently the packaging systems.
- claimed that I act with impunity and entirely disregard the need for
consultation on major decisions.
- threatened me in private emails to wage war against me and destroy my
reputation in this community and by implication the broader ICT, linux
and open source communities within which I operate and make my living.
and many other things.

Therefore, I feel that unless the broad community of users and
developers of Devuan continue to have and express confidence in my
abilities to continue to be a caretaker and valued contributor to
Devuan, that I must indeed step down as caretaker and cease contributing
to this project as per Jaromils repeatedly expressed desires.

I am extremely sad at having reached this point and recognize that this
communication will itself further erode confidence in Devuan as a
distribution.  I do not want this, but I can no longer continue in the
face of such extreme opposition to my efforts to contribute to what I
believe is a fine and necessary project that I have come to rely on for
my business and am deeply invested in.

Devuan belongs to the community and that community must always hold the
power to decide who it will entrust as it's leaders and contributors.

Should you the community decide it is time for me to leave, I will do my
best to take the time to hand over properly my responsibilities and
share my deep knowledge to those chosen by you the community to replace
me in an orderly fashion and then fade quietly away.

Warm regards,
Centurion_Dan.


___
devuan-dev internal mailing list
devuan-...@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-dev


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng





Re: [DNG] Way forward

2019-04-13 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Massimo Coppola" 

To: 
Sent: Saturday, April 13, 2019 8:44 AM
Subject: Re: [DNG] Way forward





On 13/04/2019 12:00, dng-requ...@lists.dyne.org wrote:

--

Message: 3
Date: Sat, 13 Apr 2019 07:52:47 +0200
From: aitor_czr 
To: dng@lists.dyne.org
Subject: Re: [DNG] Way forward
Message-ID: <9d61bc90-2983-7f77-9f71-afa0c1583...@gnuinos.org>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

On 12/4/19 23:20, info at smallinnovations dot nl wrote:

So you only have to endure me another 18 days.


0 days, in my case, because I won't waste more time reading your 
messages.


Good luck :)

Aitor.

> --


Dear all, I am a Devuan fan and one of the DNG lurkers since a lot. I 
never did anything more than trying a couple of (very smooth) test 
installs, but I still follow the list and hope to become a more active 
supporter in the future.


Although I personally disagree with the current attitude of Daniel 
(CenturionDan), at least judging from his recent emails to the DNG list, I 
don't see the problem he mentions as bogus. It's quite clear now that 
there was a disagreement between the caretakers about the April Fool's 
incident. As I see it, there's nothing to rejoice in having two caretakers 
leaving the project because of how the post-incident was managed and the 
harsh exchanges of comments that followed the joke.


I strongly suggest that all the other people in devuan (I'll try to do the 
same) do not engage in another competition of being childish and bullying 
each other around. (Aitor, I respect you too for your past contributions, 
but I do believe there's no point in merely taking sides now).


In my opinion Devuan is still a small community with a large task to 
accomplish, and splits and divisions are a loss for the community and the 
open source in general. While everybody is obviously free to leave if the 
realizes he does not share the same goal as the rest of the project, we 
are still facing a crisis. I thus believe that we should win over people 
who supported devuan in the past, not fight with them. As far as I can 
see, if we don't do this the only winner is the troll party.


Best Regards

Massimo



100% according to you. Please join us, let's not be separated by this 
incident.


I wholeheartedly ask CenturionDan and KatolaZ to return to the project, to 
work together for what we love, it is normal that there are different ways 
of thinking among us, but that should not take us off the path of this 
beautiful project.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Way forward

2019-04-11 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Joel Roth via Dng" 

To: 
Sent: Thursday, April 11, 2019 11:18 AM
Subject: Re: [DNG] Way forward

On Thu, Apr 11, 2019 at 09:45:49AM -0500, Ismael L. Donis Garcia wrote:

I believe that we should achieve an opinion poll somewhere where get
registered the members that wish that KatolaZ return to the project.


Would be a nice show of support, but I think KatolaZ's opinion is
the only one that matters.


--
Joel Roth


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



If, it himself. But it would be a way to make KatolaZ known that we 
appreciate your work within the project.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Way forward

2019-04-11 Thread Ismael L. Donis Garcia
I believe that we should achieve an opinion poll somewhere where get 
registered the members that wish that KatolaZ return to the project.


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Way forward

2019-04-11 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Joril via Dng" 

To: 
Sent: Thursday, April 11, 2019 9:19 AM
Subject: Re: [DNG] Way forward
On 11/04/19 16:15, Arnt Karlsen wrote:


Enzo, please enjoy your leave and come back soon.  Speaking for
myself, you have my full and unreserved confidence.


..and mine.



And mine!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



+1
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] is a point release a good idea?

2019-02-26 Thread Ismael L. Donis Garcia
1 million thanks

I will see what I can do with my knowledge, which is not many.
in fact I've always wanted to create an image with lxqt

Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
Web Site: http://sisconge.byethost15.com/
  - Original Message - 
  From: aitor_czr 
  To: dng@lists.dyne.org 
  Sent: Tuesday, February 26, 2019 3:37 AM
  Subject: Re: [DNG] is a point release a good idea?


  Hi,


  On 21/2/19 14:56, Ismael L. Donis Garcia wrote:

I also think that we should take updated images. 

Also just last night try to install a pc using the image 
devuan_ascii_2.0.0_amd64_cd-1.iso and the initial system does not start in 
graphic mode. 

In this pc I do not have Internet access and therefore I can not mount the 
packages from the web. 

Best Regard 
-- 
Ismael 
Web Site: http://sisconge.byethost15.com/ 

- Original Message - From: "Héctor González via Dng" 
 
To:  
Sent: Wednesday, February 20, 2019 7:25 PM 
Subject: [DNG] is a point release a good idea? 



  Hi, I recently downloaded the install isos for ascii and noticed they are 
a bit over 6 months old. 

  I wonder if it would be a good idea to update them with say 2.0.1 ascii 
(or whatever version makes sense), so they have updated apt-* packages and the 
security issues around upgrading those are not part of the first time 
installation concerns. 

  does this make sense? 

  A happy devuan sysadmin. 

  -- 
  Hector Gonzalez 
  ca...@genac.org 
  ___ 
  Dng mailing list 
  Dng@lists.dyne.org 
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



  You can build iso images of devuan using the live-sdk. The sources of the 
live-sk with debian-installer are available in the new website of gnuinos:

  http://gnuinos.org/

  Go to "Descargas->Gnuinos Beowulf":

  http://gnuinos.org/Gnuinos%20Beowulf/

  Some ncurses frame dialogs will ask you for the the release, the section, the 
kernel flavor, etc... You can choice either of the following operating systems 
devuan | gnuinos | debian as a base (the last one is still a work in progress). 
Gnuinos is now a fully working amprolla setup:




  deb   http://packages.gnuinos.org/merged  main
  deb-src http://packages.gnuinos.org/merged  main

  deb   http://packages.gnuinos.org/merged -security main
  deb-src http://packages.gnuinos.org/merged -security main

  deb   http://packages.gnuinos.org/merged -updates main
  deb-src http://packages.gnuinos.org/merged -updates main 



  using the same codenames than devuan (jessie, ascii, beowulf), instead of 
pokemon's names :)

  Cheers,

  Aitor.





  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] is a point release a good idea?

2019-02-21 Thread Ismael L. Donis Garcia

I also think that we should take updated images.

Also just last night try to install a pc using the image 
devuan_ascii_2.0.0_amd64_cd-1.iso and the initial system does not start in 
graphic mode.


In this pc I do not have Internet access and therefore I can not mount the 
packages from the web.


Best Regard
--
Ismael
Web Site: http://sisconge.byethost15.com/

- Original Message - 
From: "Héctor González via Dng" 

To: 
Sent: Wednesday, February 20, 2019 7:25 PM
Subject: [DNG] is a point release a good idea?


Hi, I recently downloaded the install isos for ascii and noticed they are 
a bit over 6 months old.


I wonder if it would be a good idea to update them with say 2.0.1 ascii 
(or whatever version makes sense), so they have updated apt-* packages and 
the security issues around upgrading those are not part of the first time 
installation concerns.


does this make sense?

A happy devuan sysadmin.

--
Hector Gonzalez
ca...@genac.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] /usr to merge or not to merge... that is the question

2018-11-23 Thread Ismael L. Donis Garcia

Best Regards
--
Ismael
- Original Message - 

From: "KatolaZ" 
To: 
Sent: Thursday, November 22, 2018 12:39 AM
Subject: Re: [DNG] /usr to merge or not to merge... that is the question

I would be more inclined towards leaving the dialog more or less as it
is but making it only available in the expert install (leaving
non-merged-usr as the default). The main problem is that usrmerge (the
package) is a hack, which will be discontinued and become unmaintained
as soon as merged-usr is declared "standard" (and we have seen this
happening already with systemd-shim and libsystemd-dummy, from the
same authors of usrmerge).


I also think that it is the best option, but without losing sight of this 
topic and the decions to take for version 4 of devuan.

by then we will know the pros and cons of each decision






___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error trying to update local repository of beowulf

2018-11-01 Thread Ismael L. Donis Garcia
Given the place where I live, it is necessary to have a local repository to 
be able to use it on a PC without access to the Internet.


Until this morning I have been downloading the repository successfully.

Now when I try to update, I get the following error:

[cut]
[ 99%] Getting: dists/beowulf/non-free/binary-i386/Packages...   #** GET 
http://pkgmaster.devuan.org/merged//dists/beowulf/non-free/binary-i386/Packages 
==> 404 Not Found (1s)

failed 404 Not Found
[cut]

Best Regards
--
Ismael
watch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Release file for http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid since 2h 24min 54s).

2018-09-21 Thread Ismael L. Donis Garcia

deb.devuan.org gives me an error when trying to create a local repository
from it. Whereas pkgmaster.devuan.org if it works well for me.

When I try to download using deb.devuan.org I try to:

...
[  0%] Getting: 
pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_amd64.deb...   #** 
GET 
http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_amd64.deb 
==> 404 Not Found

failed 404 Not Found
[  0%] Getting: 
pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_i386.deb...   #** 
GET 
http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_i386.deb 
==> 404 Not Found (1s)

failed 404 Not Found
...

And if I do it using pkgmaster.devuan if it redirects me correctly

the script that I am using is the following:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=beowulf
HOST=pkgmaster.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/beowulf
SECCIONES=main/debian-installer,main,contrib,non-free

echo ""
echo "Actualizando los repositorios DEVUAN 'beowulf'; main/debian-installer,
main, contrib, non-free"
echo ""
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release 
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan

- Original Message - 
From: "KatolaZ" 

To: 
Sent: Friday, September 21, 2018 3:25 AM
Subject: Re: [DNG] Release file for 
http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid 
since 2h 24min 54s).




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Release file for http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid since 2h 24min 54s).

2018-09-21 Thread Ismael L. Donis Garcia
deb.devuan.org gives me an error when trying to create a local repository 
from it. Whereas pkgmaster.devuan.org if it works well for me.


When I try to download using deb.devuan.org I try to:

[  0%] Getting: 
pool/DEBIAN/main/p/pyside2/python-pyside2.qtgui_5.11.0-4_amd64.deb...   #** 
GET 
http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtgui_5.11.0-4_amd64.deb 
==> 404 Not Found (1s)

failed 404 Not Found
[  0%] Getting: 
pool/DEBIAN/main/p/pyside2/python-pyside2.qtgui_5.11.0-4_i386.deb...   #** 
GET 
http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtgui_5.11.0-4_i386.deb 
==> 404 Not Found (2s)

failed 404 Not Found
.

And if I do it using pkgmaster.devuan if it redirects me correctly

the script that I am using is the following:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=beowulf
HOST=pkgmaster.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/beowulf
SECCIONES=main/debian-installer,main,contrib,non-free

echo ""
echo "Actualizando los repositorios DEVUAN 'beowulf'; main/debian-installer, 
main, contrib, non-free"

echo ""
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e 
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg 
--nosource --allow-dist-rename \

--diff=none \
${DIR_MIRROR}
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan

- Original Message - 
From: "KatolaZ" 

To: 
Sent: Friday, September 21, 2018 3:08 AM
Subject: Re: [DNG] Release file for 
http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid 
since 2h 24min 54s).




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Release file for http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid since 2h 24min 54s).

2018-09-20 Thread Ismael L. Donis Garcia

also deb.devuan.org must be used for beowulf?

Thank you
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan

- Original Message - 
From: "KatolaZ" 

To: 
Sent: Thursday, September 20, 2018 3:10 PM
Subject: Re: [DNG] Release file for 
http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid 
since 2h 24min 54s).




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error when updating ascii 32 bit

2018-03-19 Thread Ismael L. Donis Garcia

root@(none):~# apt-get purge udev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Los siguientes paquetes se ELIMINARÁN:
 udev*
0 actualizados, 0 nuevos se instalarán, 1 para eliminar y 0 no actualizados.
Se liberarán 8.192 B después de esta operación.
¿Desea continuar? [S/n] s
(Leyendo la base de datos ... 207462 ficheros o directorios instalados 
actualmente.)

Desinstalando udev (1:3.2.2+devuan2.10) ...
(Leyendo la base de datos ... 207459 ficheros o directorios instalados 
actualmente.)

Purgando ficheros de configuración de udev (1:3.2.2+devuan2.10) ...
root@(none):~# apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Calculando la actualización... Hecho
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
root@(none):~#

Best Regards
--
Ismael
- Original Message - 
From: "Olaf Meeuwissen" <paddy-h...@member.fsf.org>

To: "KatolaZ" <kato...@freaknet.org>
Cc: <dng@lists.dyne.org>
Sent: Sunday, March 18, 2018 8:02 AM
Subject: Re: [DNG] Error when updating ascii 32 bit



Hi,

Saw the same on ascii amd64 yesterday, trying to upgrade eudev from
3.2.2-11 to 3.2.2-12.

KatolaZ writes:


On Sat, Mar 17, 2018 at 02:56:03PM -0400, Ismael L. Donis Garcia wrote:
When updating my system I get the following error of which I have not 
the

slightest idea how to solve:

Configurando eudev (3.2.2-12) ...
insserv: script eudev: service udev already provided!
[ ok ] Stopping the hotplug events dispatcher: udevd.
[ ok ] Starting the hotplug events dispatcher: udevd.

***
 Warning: eudev will default to the older network
 interface names, such as eth0 or wlan0. If you use
 the new names, such as enp0s3, you will need to add
 the following to the boot command:
   net.ifnames=1


update-initramfs: deferring update (trigger activated)
insserv: script eudev: service udev already provided!
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error al procesar el paquete eudev (--configure):
el subproceso instalado el script post-installation devolvió el código 
de


You have a previous version of "udev" in /etc/init.d/, or a link to
eudev named "udev" in there. That was a required fix for a previous
problem that has been solved, Just remove the udev file (or link) and

  apt-get upgrade

again.


I found /etc/init.d/udev and /etc/init.d/udev-finis files, not links.
According to `dpkg -S etc/init.d/udev` they belong to the udev package
(1:3.2.2+devuan2.10) so I purged that.  This didn't remove any other
packages because eudev provides udev.  This also did *not* remove the
files in /etc/init.d.

During the `apt-get purge udev`, I saw:

 dpkg: udev: dependency problems, but removing anyway as you requested:
  bluez depends on udev (>= 170-1); however:
   Package udev is to be removed.
   Package eudev which provides udev is not configured yet.
  [...]

 (Reading database ... 129383 files and directories currently installed.)
 Removing udev (1:3.2.2+devuan2.10) ...
 Setting up eudev (3.2.2-12) ...
 insserv: script eudev: service udev already provided!
 [ ok ] Stopping the hotplug events dispatcher: udevd.
 [ ok ] Starting the hotplug events dispatcher: udevd.

 ***
   Warning: eudev will default to the older network
   interface names, such as eth0 or wlan0. If you use
   the new names, such as enp0s3, you will need to add
   the following to the boot command:
 net.ifnames=1
 

 update-initramfs: deferring update (trigger activated)
 insserv: script eudev: service udev already provided!
 insserv: exiting now!
 update-rc.d: error: insserv rejected the script header
 dpkg: error processing package eudev (--configure):
  subprocess installed post-installation script returned error exit status 
1

 Errors were encountered while processing:
  eudev

After the purge, I still had a /var/lib/dpgk/info/udev.list that
contained:

 /etc/modprobe.d/fbdev-blacklist.conf
 /etc/init/udev.conf
 /etc/init/udev-finish.conf
 /etc/init/udevtrigger.conf
 /etc/init/udevmonitor.conf
 /etc/init/udev-fallback-graphics.conf
 /etc/init.d/udev
 /etc/init.d/udev-finish

and all of these files still existed on my system.  I ran

 for f in `cat /var/lib/dpkg/info/udev.list`; do sudo rm $f; done
 sudo rm /var/lib/dpkg/info/udev.list
 sudo dpkg --configure eudev

and that allowed eudev to configure itself without error.

I realize that ascii is not quite ready for release yet, but I do
believe that the (e)udev installation scripts should provide users with
a *smooth* upgrade.

Hope this helps and keep up the good work,
--
Olaf Meeuwissen, LPIC-2FSF Associa

Re: [DNG] Error when updating ascii 32 bit

2018-03-19 Thread Ismael L. Donis Garcia

root@(none):~# rm /etc/init.d/udev
root@(none):~# apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Calculando la actualización... Hecho
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
1 no instalados del todo o eliminados.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
Configurando eudev (3.2.2-12) ...
[ ok ] Stopping the hotplug events dispatcher: udevd.
[ ok ] Starting the hotplug events dispatcher: udevd.

***
 Warning: eudev will default to the older network
 interface names, such as eth0 or wlan0. If you use
 the new names, such as enp0s3, you will need to add
 the following to the boot command:
   net.ifnames=1


update-initramfs: deferring update (trigger activated)
Procesando disparadores para initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-6-686-pae
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module 
r8169

W: APT had planned for dpkg to do more than it reported back (0 vs 4).
  Affected packages: eudev:i386
root@(none):~#

Delete the file and when updating it returns the previous message.
I do not know if deleting the udev file from the /etc/init.d folder will 
bring me some problem now.


Best Regards
--
Ismael
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Saturday, March 17, 2018 3:25 PM
Subject: Re: [DNG] Error when updating ascii 32 bit



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Error when updating ascii 32 bit

2018-03-17 Thread Ismael L. Donis Garcia
When updating my system I get the following error of which I have not the 
slightest idea how to solve:


Configurando eudev (3.2.2-12) ...
insserv: script eudev: service udev already provided!
[ ok ] Stopping the hotplug events dispatcher: udevd.
[ ok ] Starting the hotplug events dispatcher: udevd.

***
 Warning: eudev will default to the older network
 interface names, such as eth0 or wlan0. If you use
 the new names, such as enp0s3, you will need to add
 the following to the boot command:
   net.ifnames=1


update-initramfs: deferring update (trigger activated)
insserv: script eudev: service udev already provided!
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error al procesar el paquete eudev (--configure):
el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

Procesando disparadores para initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-6-686-pae
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module 
r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module 
r8169

Se encontraron errores al procesar:
eudev
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@(none):~#

Could someone guide me on how to solve it?

Best Regards
--
Ismael 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] eudev or vdev?

2017-12-05 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Tuesday, December 05, 2017 4:02 AM
Subject: Re: [DNG] eudev or vdev?

It is not unreasonable to assume that eudev might be the default
device manager in ascii, thanks to the work of parazyd, Svante, and
some others.


For my understanding it would be the most successful.


My2Cents



KatolaZ


Thanks
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error when updating from jessie to ascii 32bit

2017-11-21 Thread Ismael L. Donis Garcia
- Original Message - 
From: aitor_czr

To: dng@lists.dyne.org ; Ismael L. Donis Garcia
Sent: Monday, November 20, 2017 1:40 PM
Subject: Re: [DNG] Error when updating from jessie to ascii 32bit

Hi Ismael,


On 11/21/2017 06:18 PM, Ismael L. Donis Garcia <sli...@natio.co.cu> wrote:

gpgv: Firmado el mar 21 nov 2017 02:04:03 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/InRelease signature does not verify.
Parsing Packages and Sources files ...
Get Translation files ...
Get DEP-11 metadata files ...
Files to download: 0 B
Downloaded 221 kiB in 24s at 9.21 kiB/s.
Everything OK. Moving meta files ...
Not able to use rsync to update remote trace files ...
Cleanup mirror.
All done.
root@(none):/mnt/datos/sistemas/linux/devuan#


One detail: you have set to *none* your hostname. Why? Have a look at your 
/bin/hostname..., is it a binary or a >script?


 Aitor.



/bin/hostname
it's a binary

Thanks
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Error when updating from jessie to ascii 32bit

2017-11-21 Thread Ismael L. Donis Garcia

When I check the file does not exist: /root/.gnupg/trustedkeys.kbx
But I do not know when and how it is created

Bets Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Ismael L. Donis Garcia" <sli...@natio.co.cu>

To: <dng@lists.dyne.org>
Sent: Tuesday, November 21, 2017 8:10 AM
Subject: Re: [DNG] Error when updating from jessie to ascii 32bit



The problem persists

I come from:

debian whezy to debian jessie
debian jessie to devuan jessie
devuan jessie to devuan ascii

*
root@(none):/mnt/datos/sistemas/linux/devuan# sh rdascii.sh
=
Actualizando los repositorios DEVUAN 'merged'; main/debian-installer, 
main, contrib, non-free

=

Mirroring to /mnt/datos/sistemas/linux/devuan/ascii/ascii from 
http://packages.devuan.org/merged//

Arches: i386,amd64
Dists: ascii
Sections: main/debian-installer,main,contrib,non-free
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...
[  0%] Getting: dists/ascii/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/Release ==> 200 OK (2s)

ok
[  0%] Getting: dists/ascii/InRelease...   #** GET 
http://packages.devuan.org/merged//dists/ascii/InRelease ==> 200 OK (1s)

ok
[  0%] Getting: dists/ascii/Release.gpg...   #** GET 
http://packages.devuan.org/merged//dists/ascii/Release.gpg ==> 200 OK (1s)

ok
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1511247849 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el mar 21 nov 2017 02:04:09 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/Release.gpg signature does not verify.
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 01 1511247843 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el mar 21 nov 2017 02:04:03 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/InRelease signature does not verify.
[  0%] Getting: 
dists/ascii/main/debian-installer/binary-i386/Packages.xz... #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Packages.xz 
==> 200 OK (2s)

ok
[  0%] Getting: 
dists/ascii/main/debian-installer/binary-i386/Packages.gz... #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Packages.gz 
==> 200 OK

ok
[  1%] Getting: dists/ascii/main/debian-installer/binary-i386/Release... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Release 
==> 200 OK (1s)

ok
[  1%] Getting: 
dists/ascii/main/debian-installer/binary-amd64/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Packages.xz 
==> 200 OK (1s)

ok
[  1%] Getting: 
dists/ascii/main/debian-installer/binary-amd64/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Packages.gz 
==> 200 OK

ok
[  1%] Getting: dists/ascii/main/debian-installer/binary-amd64/Release... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Release 
==> 200 OK (1s)

ok
[  1%] Getting: dists/ascii/main/binary-i386/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Packages.xz 
==> 200 OK (336s)

ok
[  7%] Getting: dists/ascii/main/binary-i386/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Packages.gz 
==> 200 OK (502s)

ok
[ 50%] Getting: dists/ascii/main/binary-i386/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Release 
==> 200 OK

ok
[ 50%] Getting: dists/ascii/main/binary-amd64/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Packages.xz 
==> 200 OK (354s)

ok
[ 56%] Getting: dists/ascii/main/binary-amd64/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Packages.gz 
==> 200 OK (415s)

ok
[ 99%] Getting: dists/ascii/main/binary-amd64/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Release 
==> 200 OK (1s)

ok
[ 99%] Getting: dists/ascii/contrib/binary-i386/Packages.xz..

Re: [DNG] Error when updating from jessie to ascii 32bit

2017-11-21 Thread Ismael L. Donis Garcia

The problem persists

I come from:

debian whezy to debian jessie
debian jessie to devuan jessie
devuan jessie to devuan ascii

*
root@(none):/mnt/datos/sistemas/linux/devuan# sh rdascii.sh
=
Actualizando los repositorios DEVUAN 'merged'; main/debian-installer, main, 
contrib, non-free

=

Mirroring to /mnt/datos/sistemas/linux/devuan/ascii/ascii from 
http://packages.devuan.org/merged//

Arches: i386,amd64
Dists: ascii
Sections: main/debian-installer,main,contrib,non-free
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...
[  0%] Getting: dists/ascii/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/Release ==> 200 OK (2s)

ok
[  0%] Getting: dists/ascii/InRelease...   #** GET 
http://packages.devuan.org/merged//dists/ascii/InRelease ==> 200 OK (1s)

ok
[  0%] Getting: dists/ascii/Release.gpg...   #** GET 
http://packages.devuan.org/merged//dists/ascii/Release.gpg ==> 200 OK (1s)

ok
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1511247849 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el mar 21 nov 2017 02:04:09 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/Release.gpg signature does not verify.
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 01 1511247843 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el mar 21 nov 2017 02:04:03 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/InRelease signature does not verify.
[  0%] Getting: dists/ascii/main/debian-installer/binary-i386/Packages.xz... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Packages.xz 
==> 200 OK (2s)

ok
[  0%] Getting: dists/ascii/main/debian-installer/binary-i386/Packages.gz... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Packages.gz 
==> 200 OK

ok
[  1%] Getting: dists/ascii/main/debian-installer/binary-i386/Release... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-i386/Release 
==> 200 OK (1s)

ok
[  1%] Getting: 
dists/ascii/main/debian-installer/binary-amd64/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Packages.xz 
==> 200 OK (1s)

ok
[  1%] Getting: 
dists/ascii/main/debian-installer/binary-amd64/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Packages.gz 
==> 200 OK

ok
[  1%] Getting: dists/ascii/main/debian-installer/binary-amd64/Release... 
#** GET 
http://packages.devuan.org/merged//dists/ascii/main/debian-installer/binary-amd64/Release 
==> 200 OK (1s)

ok
[  1%] Getting: dists/ascii/main/binary-i386/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Packages.xz 
==> 200 OK (336s)

ok
[  7%] Getting: dists/ascii/main/binary-i386/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Packages.gz 
==> 200 OK (502s)

ok
[ 50%] Getting: dists/ascii/main/binary-i386/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-i386/Release ==> 
200 OK

ok
[ 50%] Getting: dists/ascii/main/binary-amd64/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Packages.xz 
==> 200 OK (354s)

ok
[ 56%] Getting: dists/ascii/main/binary-amd64/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Packages.gz 
==> 200 OK (415s)

ok
[ 99%] Getting: dists/ascii/main/binary-amd64/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/main/binary-amd64/Release ==> 
200 OK (1s)

ok
[ 99%] Getting: dists/ascii/contrib/binary-i386/Packages.xz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/contrib/binary-i386/Packages.xz 
==> 200 OK (1s)

ok
[ 99%] Getting: dists/ascii/contrib/binary-i386/Packages.gz...   #** GET 
http://packages.devuan.org/merged//dists/ascii/contrib/binary-i386/Packages.gz 
==> 200 OK (2s)

ok
[ 99%] Getting: dists/ascii/contrib/binary-i386/Release...   #** GET 
http://packages.devuan.org/merged//dists/ascii/contrib/binary-i386/Release 
==> 200 OK (1s)

ok
[ 99%] Getting: 

Re: [DNG] Error when updating from jessie to ascii 32bit

2017-11-20 Thread Ismael L. Donis Garcia
when I execute the following it returns me:

root@(none):~# gpg  --keyring /usr/share/keyrings/devuan-keyring.gpg --export 
94532124541922FB | apt-key add
gpg: ATENCIÓN: no se ha exportado nada
gpg: no se han encontrados datos OpenPGP válidos
root@(none):~#

Thanks
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
  - Original Message - 
  From: Ismael L. Donis Garcia 
  To: Devuan 
  Sent: Monday, November 20, 2017 1:15 PM
  Subject: Re: [DNG] Error when updating from jessie to ascii 32bit


  Error:
  error: no table of symbols.
  Loading Linux 4.9.0-4-686-pae ...
  Loading initial memory image ...

  Press any key to continue...

  Solved with:
  grub-install /dev/sda
  update-grub
  reboot

  
  I still have to solve:
  NO_PUBKEY 94532124541922FB
  

  Best Regards
  --
  Ismael
  Devuan User : http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: Ismael L. Donis Garcia 
To: Devuan 
Sent: Monday, November 20, 2017 10:55 AM
Subject: [DNG] Error when updating from jessie to ascii 32bit


I just updated from jessie to ascii and it gives me 2 errors:
How could I solve these errors?

First:
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1511158266 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el lun 20 nov 2017 01:11:06 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/Release.gpg signature does not verify.
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 01 1511158263 9
[GNUPG:] NO_PUBKEY 94532124541922FB

Second: when I start the system I get the following message:
error: ninguna tabla de simbolos.
Cargando Linux 4.9.0-4-686-pae...
Cargando imagen de memoria inicial...

Presione cualquier tecla para continuar...

translated

error: no table of symbols.
Loading Linux 4.9.0-4-686-pae ...
Loading initial memory image ...

Press any key to continue...

the grub.cfg file:

# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1'  
a7624410-03a1-4528-9f5a-8d0bc92015cd
else
  search --no-floppy --fs-uuid --set=root 
a7624410-03a1-4528-9f5a-8d0bc92015cd
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=es_ES
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highl

Re: [DNG] Error when updating from jessie to ascii 32bit

2017-11-20 Thread Ismael L. Donis Garcia
Error:
error: no table of symbols.
Loading Linux 4.9.0-4-686-pae ...
Loading initial memory image ...

Press any key to continue...

Solved with:
grub-install /dev/sda
update-grub
reboot


I still have to solve:
NO_PUBKEY 94532124541922FB


Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
  - Original Message - 
  From: Ismael L. Donis Garcia 
  To: Devuan 
  Sent: Monday, November 20, 2017 10:55 AM
  Subject: [DNG] Error when updating from jessie to ascii 32bit


  I just updated from jessie to ascii and it gives me 2 errors:
  How could I solve these errors?

  First:
  [GNUPG:] ERROR add_keyblock_resource 33554433
  [GNUPG:] NEWSIG
  [GNUPG:] ERROR keydb_search 33554445
  [GNUPG:] ERRSIG 94532124541922FB 1 8 00 1511158266 9
  [GNUPG:] NO_PUBKEY 94532124541922FB
  gpgv: unknown type of key resource 'trustedkeys.kbx'
  gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
  gpgv: Firmado el lun 20 nov 2017 01:11:06 CST
  gpgv:usando RSA clave 94532124541922FB
  gpgv: Imposible comprobar la firma: No public key
  .temp/.tmp/dists/ascii/Release.gpg signature does not verify.
  [GNUPG:] ERROR add_keyblock_resource 33554433
  [GNUPG:] NEWSIG
  [GNUPG:] ERROR keydb_search 33554445
  [GNUPG:] ERRSIG 94532124541922FB 1 8 01 1511158263 9
  [GNUPG:] NO_PUBKEY 94532124541922FB

  Second: when I start the system I get the following message:
  error: ninguna tabla de simbolos.
  Cargando Linux 4.9.0-4-686-pae...
  Cargando imagen de memoria inicial...

  Presione cualquier tecla para continuar...

  translated

  error: no table of symbols.
  Loading Linux 4.9.0-4-686-pae ...
  Loading initial memory image ...

  Press any key to continue...

  the grub.cfg file:

  # DO NOT EDIT THIS FILE
  #
  # It is automatically generated by grub-mkconfig using templates
  # from /etc/grub.d and settings from /etc/default/grub
  #

  ### BEGIN /etc/grub.d/00_header ###
  if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
  fi
  if [ "${next_entry}" ] ; then
 set default="${next_entry}"
 set next_entry=
 save_env next_entry
 set boot_once=true
  else
 set default="0"
  fi

  if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
  else
menuentry_id_option=""
  fi

  export menuentry_id_option

  if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
  fi

  function savedefault {
if [ -z "${boot_once}" ]; then
  saved_entry="${chosen}"
  save_env saved_entry
fi
  }
  function load_video {
if [ x$feature_all_video_module = xy ]; then
  insmod all_video
else
  insmod efi_gop
  insmod efi_uga
  insmod ieee1275_fb
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
fi
  }

  if [ x$feature_default_font_path = xy ] ; then
 font=unicode
  else
  insmod part_msdos
  insmod ext2
  set root='hd1,msdos1'
  if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1'  
a7624410-03a1-4528-9f5a-8d0bc92015cd
  else
search --no-floppy --fs-uuid --set=root a7624410-03a1-4528-9f5a-8d0bc92015cd
  fi
  font="/usr/share/grub/unicode.pf2"
  fi

  if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=es_ES
insmod gettext
  fi
  terminal_output gfxterm
  if [ "${recordfail}" = 1 ] ; then
set timeout=30
  else
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
  fi
  ### END /etc/grub.d/00_header ###

  ### BEGIN /etc/grub.d/05_debian_theme ###
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
  ### END /etc/grub.d/05_debian_theme ###

  ### BEGIN /etc/grub.d/10_linux ###
  function gfxmode {
   set gfxpayload="${1}"
  }
  set linux_gfx_mode=
  export linux_gfx_mode
  menuentry 'Devuan GNU/Linux' --class devuan --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-a7624410-03a1-4528-9f5a-8d0bc92015cd' {
   load_video
   insmod gzio
   if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
   insmod part_msdos
   insmod ext2
   set root='hd1,msdos1'
   if [ x$feature_platform_search_hint = xy ]; then
 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1'  
a7624410-03a1-4528-9f5a-8d0bc92015cd
   else
 search --no-floppy --fs-uuid --set=r

[DNG] Error when updating from jessie to ascii 32bit

2017-11-20 Thread Ismael L. Donis Garcia
I just updated from jessie to ascii and it gives me 2 errors:
How could I solve these errors?

First:
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1511158266 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Firmado el lun 20 nov 2017 01:11:06 CST
gpgv:usando RSA clave 94532124541922FB
gpgv: Imposible comprobar la firma: No public key
.temp/.tmp/dists/ascii/Release.gpg signature does not verify.
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERRSIG 94532124541922FB 1 8 01 1511158263 9
[GNUPG:] NO_PUBKEY 94532124541922FB

Second: when I start the system I get the following message:
error: ninguna tabla de simbolos.
Cargando Linux 4.9.0-4-686-pae...
Cargando imagen de memoria inicial...

Presione cualquier tecla para continuar...

translated

error: no table of symbols.
Loading Linux 4.9.0-4-686-pae ...
Loading initial memory image ...

Press any key to continue...

the grub.cfg file:

# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1'  
a7624410-03a1-4528-9f5a-8d0bc92015cd
else
  search --no-floppy --fs-uuid --set=root a7624410-03a1-4528-9f5a-8d0bc92015cd
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=es_ES
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
 set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Devuan GNU/Linux' --class devuan --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-a7624410-03a1-4528-9f5a-8d0bc92015cd' {
 load_video
 insmod gzio
 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
 insmod part_msdos
 insmod ext2
 set root='hd1,msdos1'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1'  
a7624410-03a1-4528-9f5a-8d0bc92015cd
 else
   search --no-floppy --fs-uuid --set=root a7624410-03a1-4528-9f5a-8d0bc92015cd
 fi
 echo 'Cargando Linux 4.9.0-4-686-pae...'
 linux /boot/vmlinuz-4.9.0-4-686-pae 
root=UUID=a7624410-03a1-4528-9f5a-8d0bc92015cd ro  quiet
 echo 'Cargando imagen de memoria inicial...'
 initrd /boot/initrd.img-4.9.0-4-686-pae
}
submenu 'Opciones avanzadas para Devuan GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-a7624410-03a1-4528-9f5a-8d0bc92015cd' {
 menuentry 'Devuan GNU/Linux, con Linux 4.9.0-4-686-pae' --class devuan --class 
gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-4.9.0-4-686-pae-advanced-a7624410-03a1-4528-9f5a-8d0bc92015cd' {
  load_video
  insmod gzio
  if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  insmod part_msdos
  insmod ext2
  set root='hd1,msdos1'
  if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 

Re: [DNG] Please provide systemd-free libreswan package

2017-11-17 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Friday, November 17, 2017 4:14 AM
Subject: Re: [DNG] Please provide systemd-free libreswan package

We agree on the necessity of providing (optional) alternatives to
sysvinit. But this cannot mean just "put the packages in the repos and
the users will figure it out" [*]. For Devuan, providing alternatives
(like for instance OpenRC) means *supporting* the alternatives and
making sure that the users can select the one they like with the least
effort on their side. Otherwise the users could simply put together
their own LFS... :)

My2Cents



When I mention that they analyze the possibility of including openrc as an 
init system by default, I do not do it thinking about Ascii, but rather 
about Beowulf.


At least read the following on the gentoo page[1]:

Beginning with OpenRC 0.25, a new program is provided on Linux, openrc-init, 
which can replace /sbin/init on startup.

openrc-init will ignore the /etc/inittab file and boot OpenRC directly.

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan

[1] https://wiki.gentoo.org/wiki/OpenRC 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Please provide systemd-free libreswan package

2017-11-17 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Martin Steigerwald" 

To: 
Sent: Thursday, November 16, 2017 4:12 PM
Subject: Re: [DNG] Please provide systemd-free libreswan package



Hello Steve.

Thank you! I totally get the frustration behind emotions like the ones 
showed.
The whole Systemd debate frustrated me to no end. It is human. So all 
forgiven

and forgotten.

Steve Litt - 16.11.17, 12:31:

> > #3 is, in my opinion, practical. Any fool can write a run script
> > with environment variables: Even I can do it. In most cases, a
> > daemon doesn't care whether it's started by the main init system, or
> > indirectly by a supervisor started by the main init system. Like #2,
> > this helps give Devuan a unique brand. Also, this future-proofs us:
> > When Debian drags their feet in putting forth a sysvinit init
> > script, a Devuan volunteer can step forward with a supervisor run
> > script. Over a period of time, more and more daemons in Devuan
> > could be run from a single supervisor process.
> >
> > So then the question becomes,  what supervisor? Runit? S6?
> > Daemontools-encore? Perp?
>
> FWIW the last /etc/init.d/skeleton script in Debian already has all
> the common functions in some kind of shell script library and a new
> init script without any extra handling would not be more than setting
> the 3-4 environment variables there. Additionally one could overwrite
> just one function like "do_start" with own code.

The preceding paragraph is a nice alternative. Devuan should take
advantage of it,  but I don't think it should be the sole alternative. I
think that supporting one or two supervisors, which wouldn't be
particularly hard, would provide an excellent Plan-B, and would fortify
us in case something went REALLY wrong with Debian's support of
sysvinit.


I totally agree with you.


Ask anybody who has run a supervisor: Doing so is a breath of fresh
air. It's easy. It's easy to incorporate other peoples' daemons. It's
trivially easy to incorporate your own daemon, because if you use a
supervisor daemons are just ordinary foreground programs that you write
a separate 6 line run script for.


I do think that it is wise to replace SysVinit at some point or at least
provide an alternative. I even agree with tech-ctte decision regarding
replacing SysVinit, that is not the point. Systemd addressed a need. Yet 
it

went to far, it is too many in one, attitude of at least some upstream
developers appear to be toxic to me and so on… and it was not the only 
viable

option… we all know the arguments, no need to repeat, …

so a good daemon / service supervisor as one modular building block 
perfectly

fine with me.

I would not know which one, so far I did not dig deeper into them. But as 
long

as there are maintainers it does not have to be just one.

Thank you,
--
Martin


Excuse me if I say something not suitable, since my knowledge is very 
scarce.


But I understand that the new versions of openrc already bring the 
possibility of functioning as an init system independently.


In that case, openrc could not be used as an alternative init?

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] OT: MX-Linux 17 Beta1

2017-11-08 Thread Ismael L. Donis Garcia
MX Linux is a desktop distribution based on Debian's Stable branch. The 
distribution ships with the Xfce desktop environment and swaps out the 
systemd init software provided by Debian for the SysV init implementation.


My operating system is not Debian, it's Devuan jessie. But I wanted to test 
an ascii image, since I do not exist I'm thinking about downloading and 
installing MX-Linux 17 Beta1. And then synchronize it with the devuan ascii 
repository.


The question was whether someone had done this before.

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
Web Site : http://sisconge.byethost15.com/
- Original Message - 
From: "fsmithred" <fsmith...@gmail.com>

To: <dng@lists.dyne.org>
Sent: Wednesday, November 08, 2017 12:26 PM
Subject: Re: [DNG] OT: MX-Linux 17 Beta1



On 11/07/2017 03:29 PM, Ismael L. Donis Garcia wrote:
Has anyone in the community attempted to update an MX-Linux 17 beta1 
image from the devuan ascii repositories?


I want to download an image, but first I wanted to know if someone has 
already done this test, since I have very small bandwidth, and has had no 
problems when updating the system with ascii packages.




I did a debian stretch to devuan ascii upgrade, and it was the quickest
and easiest of the upgrades to ascii that I've done. It only downloaded a
few packages. If mx17 has any newer packages than stretch, you might run
into some trouble, or you might not notice that they didn't get replaced.

What I did was:
change sources, update, install devuan-keyring, update, dist-upgrade,
reboot and remove systemd.

fsmithred



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan in top 50

2017-10-16 Thread Ismael L. Donis Garcia
Make known the existence of this project to all colleagues to whom you send 
them e-mail.


If a person does not know the project will never use the distribution. That 
way you can also make it known because you use it.


Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Adam Borowski" <kilob...@angband.pl>

To: <dng@lists.dyne.org>
Sent: Monday, October 16, 2017 9:50 AM
Subject: Re: [DNG] Devuan in top 50



On Mon, Oct 16, 2017 at 09:35:30AM -0400, Ismael L. Donis Garcia wrote:

One more way to spread it is by adding it to our signatures in the e-mail

Devuan User : http://distrowatch.com/table.php?distribution=devuan

> Just noticed Devuan is at position 48 today (Redhat is 46, Gentoo 42,
> for comparison)!


But what good, pray tell, does stuffing a random poll website for a
distribution?

--
⢀⣴⠾⠻⢶⣦⠀ Meow!
⣾⠁⢰⠒⠀⣿⡁
⢿⡄⠘⠷⠚⠋⠀ I was born a dumb, ugly and work-loving kid, then I got swapped on
⠈⠳⣄ the maternity ward.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan in top 50

2017-10-16 Thread Ismael L. Donis Garcia

One more way to spread it is by adding it to our signatures in the e-mail

Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "dev" 

To: "dng" 
Sent: Monday, October 16, 2017 9:03 AM
Subject: [DNG] Devuan in top 50



Just noticed Devuan is at position 48 today (Redhat is 46, Gentoo 42,
for comparison)!

https://distrowatch.com/dwres.php?resource=popularity
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] [Desktop-Environment] Cinnamon and MATE

2017-07-21 Thread Ismael L. Donis Garcia
- Original Message - 
From: <goli...@dyne.org>

To: <dng@lists.dyne.org>
Sent: Friday, July 21, 2017 3:02 PM
Subject: Re: [DNG] [Desktop-Environment] Cinnamon and MATE



On 2017-07-21 13:30, Ismael L. Donis Garcia wrote:

- Original Message - From: <goli...@dyne.org>
To: <dng@lists.dyne.org>
Sent: Friday, July 21, 2017 2:16 PM
Subject: Re: [DNG] [Desktop-Environment] Cinnamon and MATE



On 2017-07-21 12:57, Ismael L. Donis Garcia wrote:

- Original Message - From: Antonio Volpicelli
To: dng@lists.dyne.org
Sent: Sunday, July 16, 2017 7:21 AM
Subject: [DNG] [Desktop-Environment] Cinnamon and MATE

hi to all,
I have build Cinnamon 3.0 for Jessie and MATE-1.18 for Ascii,
If anyone wants to try them just install from the usual external repo.
If there is something wrong,  send me an email/comment on my 
blog/explain the problem

on irc channel (#devuan or #devuan-dev).

Remember this packages are experimental


What is the repository link?

Regards
--
Ismael



You'll find it here:

https://devuan.org/os/etc/apt/sources.list

Of course you could also put it in /etc/apt/sources.list if you prefer

golinux



I just downloaded it locally to the repository:
deb http://auto.mirror.devuan.org/devuan experimental main

And I have not downloaded any file mate or cinnanmon

The script I used is the following:




[cut]

-

Sorry I just supplied the info for the repo mentioned.  From this - 
https://git.devuan.org/AntoFox - it looks like you might find them in 
jessie-proposed.


As per this post on #devuan:
 Cinnamon 3.0.x (only amd64) is in jessie-backports on hezeh.org
you might also want to poke around http://hezeh.org/the-hezeh-repository/

#devuan logs discussing cinnamon are around here:
https://botbot.me/freenode/devuan/2017-01-21/?msg=79738856=2

golinux



Now I've looked at the repository and I see packages for 32 bit
http://hezeh.org/packages/?dir=pool/main/c/cinnamon

My system is 32 bit, anyway if I can not test cinnamon test mate 1.18 on 
ascii 32 bit


Thanks for the link
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] [Desktop-Environment] Cinnamon and MATE

2017-07-21 Thread Ismael L. Donis Garcia
- Original Message - 
From: <goli...@dyne.org>

To: <dng@lists.dyne.org>
Sent: Friday, July 21, 2017 2:16 PM
Subject: Re: [DNG] [Desktop-Environment] Cinnamon and MATE



On 2017-07-21 12:57, Ismael L. Donis Garcia wrote:

- Original Message - From: Antonio Volpicelli
To: dng@lists.dyne.org
Sent: Sunday, July 16, 2017 7:21 AM
Subject: [DNG] [Desktop-Environment] Cinnamon and MATE

hi to all,
I have build Cinnamon 3.0 for Jessie and MATE-1.18 for Ascii,
If anyone wants to try them just install from the usual external repo.
If there is something wrong,  send me an email/comment on my 
blog/explain the problem

on irc channel (#devuan or #devuan-dev).

Remember this packages are experimental


What is the repository link?

Regards
--
Ismael



You'll find it here:

https://devuan.org/os/etc/apt/sources.list

Of course you could also put it in /etc/apt/sources.list if you prefer

golinux



I just downloaded it locally to the repository:
deb http://auto.mirror.devuan.org/devuan experimental main

And I have not downloaded any file mate or cinnanmon

The script I used is the following:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=experimental
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/experimental
SECCIONES=main

echo "="
echo "Actualizando los repositorios DEVUAN 'experimental'; main"
echo "="
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/devuan \
-d ${RAMA} -r / --progress \
-e 
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg 
--nosource --allow-dist-rename \

--diff=none \
${DIR_MIRROR}

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] [Desktop-Environment] Cinnamon and MATE

2017-07-21 Thread Ismael L. Donis Garcia
- Original Message - 
From: Antonio Volpicelli

To: dng@lists.dyne.org
Sent: Sunday, July 16, 2017 7:21 AM
Subject: [DNG] [Desktop-Environment] Cinnamon and MATE

hi to all,
I have build Cinnamon 3.0 for Jessie and MATE-1.18 for Ascii,
If anyone wants to try them just install from the usual external repo.
If there is something wrong,  send me an email/comment on my blog/explain 
the problem

on irc channel (#devuan or #devuan-dev).

Remember this packages are experimental


What is the repository link?

Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] ..experimental mirror is fixed now?, was: udev replacement

2017-07-19 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Wednesday, July 19, 2017 12:56 AM
Subject: Re: [DNG] ..experimental mirror is fixed now?, was: udev 
replacement


Just to clarify:

The bug is *both* in that particular Release file and in the usage
that debmirror does of the Release file. As we have said several
times, the bug seems to appear only if debmirror tries to use that
particular Release file, while apt, apt-get, aptitude, synaptic,
apt-mirror, etc. seem to not be bothered.

Perhaps the easiest thing would be to patch *also* debmirror, on top
of correcting the mistake in the generation of that Release file.


That's what I'm trying to say, but it seems they do not understand me 
because of my poor language.
With resolving the problem of the Release file already debmirror would work 
in this case.



HND

KatolaZ

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



Best Regads
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] ..experimental mirror is fixed now?, was: udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Tuesday, July 18, 2017 2:48 PM
Subject: Re: [DNG] ..experimental mirror is fixed now?, was: udev 
replacement




On Tue, 18 Jul 2017 18:13:09 +0100, KatolaZ wrote in message
<20170718171309.gk15...@katolaz.homeunix.net>:


On Tue, Jul 18, 2017 at 07:06:46PM +0200, Arnt Karlsen wrote:

[cut]

> > error al abrir fichero
> > gpgv: Firmado el mar 18 jul 2017 06:02:23 CDT usando clave RSA ID
> > 541922FB gpgv: Imposible comprobar la firma: clave pública no
> > encontrada Release gpg signature does not verify.
> > [ 23%] Getting: dists/None/main/binary-i386/Packages.gz...   #**
> > GET
>
> ..which _should_ be "dists/experimental/main/", and _not_
> "dists/None/main/"... etc, your script is picking up the
> wrong "None" name instead of "experimental".
>

No Arnt, there is actually an error in the Release file generated by
dak for experimental, and apparently this mistake bothers debmirror
(but not apt & Co., otherwise we would have noticed this before). It
does not seem to be Ismael's fault.


..ok, we have found a debmirror bug. :o)


I do not think so, I think it's an insect that generates the Release file.



--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
 Scenarios always come in sets of three:
 best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] ..experimental mirror is fixed now?, was: udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Tuesday, July 18, 2017 1:06 PM
Subject: Re: [DNG] ..experimental mirror is fixed now?, was: udev 
replacement




On Tue, 18 Jul 2017 09:36:10 -0400, Ismael wrote in message
:

- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Tuesday, July 18, 2017 9:04 AM
Subject: [DNG] ..experimental mirror is fixed now?, was: udev
replacement


> On Tue, 18 Jul 2017 08:43:11 -0400, Ismael wrote in message
> <137df52c5546401899313d3793aa3...@natio.co.cu>:
>
>> - Original Message - 
>> From: "Arnt Karlsen" 

>> To: 
>> Sent: Monday, July 17, 2017 5:35 PM
>> Subject: Re: [DNG] udev replacement
>
> ...
>
>> > ..weird, I got a mine ok right now, so I recommend you retry.
>>
>> The problem persists
>>
>> The problem is not:
>> ..these "//"'s in your ".devuan.org/devuan//dists/" paths looks
>> fishy
>>
>> The problem is that you try to download
>>
>> Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
>> http://auto.mirror.devuan.org/devuan//dists/None/main/binary-i386/Packages.gz
>> ==> 404 Not Found (4s)
>>
>> And should download:
>> Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
>> 
http://auto.mirror.devuan.org/devuan//dists/experimental/main/binary-i386/Packages.gz
>> ==> 404 Not Found (4s)
>>
>> The Release file has the following line:
>> Codename: None
>> And it should be:
>> Codename: experimental
>>
>> At least that's what I understand.
>
> ..you're right, and it looks like it was fixed today at 10:02,
> can you verify it works ok now?
>
> -- 
> ..med vennlig hilsen = with Kind Regards from Arnt Karlsen

> ...with a number of polar bear hunters in his ancestry...
>  Scenarios always come in sets of three:
>  best case, worst case, and just in case.
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>

No, the problem persists

root@(none):/mnt/datos/sistemas/linux/devuan# sh rdexperimental.sh
=
Actualizando los repositorios DEVUAN 'experimental'; main
=

Mirroring to /mnt/datos/sistemas/linux/devuan/experimental from
http://packages.devuan.org/devuan//
Arches: i386,amd64
Dists: experimental
Sections: main
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...
[  0%] Getting: dists/experimental/Release...   #** GET
http://packages.devuan.org/devuan//dists/experimental/Release ==> 200
OK (63s)
ok
[  0%] Getting: dists/experimental/Release.gpg...   #** GET
http://packages.devuan.org/devuan//dists/experimental/Release.gpg ==>
200 OK (2s)
ok
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1500372143 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: recurso de bloque de clave `/root/.gnupg/trustedkeys.gpg':
error al abrir fichero
gpgv: Firmado el mar 18 jul 2017 06:02:23 CDT usando clave RSA ID
541922FB gpgv: Imposible comprobar la firma: clave pública no
encontrada Release gpg signature does not verify.
[ 23%] Getting: dists/None/main/binary-i386/Packages.gz...   #** GET


..which _should_ be "dists/experimental/main/", and _not_
"dists/None/main/"... etc, your script is picking up the
wrong "None" name instead of "experimental".


It is not my script, the file path the file takes.
http://packages.devuan.org/devuan//dists/experimental/Release

Which does not correctly have the row belonging to the branch of the 
distribution.

has:
Codename: none
And should have:
Codename: experimental

And that name is the one that uses debmirror to download the packages.



--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
 Scenarios always come in sets of three:
 best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Hello says 'idonis'

2017-07-18 Thread Ismael L. Donis Garcia

Package: amprolla

Create the Release file of the experimental branch with the line:
Codename: none

And should have the name of the branch
Codename: experimental

This prevents me from downloading the repositories to my PC.
Which prevents me from using devuan in places where there is no Internet 
access.


goodbye 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Antony Stone" <antony.st...@devuan.open.source.it>
To: <dng@lists.dyne.org>
Sent: Tuesday, July 18, 2017 11:01 AM
Subject: Re: [DNG] udev replacement


> On Tuesday 18 July 2017 at 15:59:01, Ismael L. Donis Garcia wrote:
> 
>> >- Original Message -
>> >From: "KatolaZ" <kato...@freaknet.org>
>> >To: <dng@lists.dyne.org>
>> >Sent: Tuesday, July 18, 2017 10:32 AM
>> >Subject: Re: [DNG] udev replacement
>> >
>> >And also, could you please file a bug report on bugs.devuan.org?
>> 
>> I have never used it and I do not know how to do it. I do not know if it's
>> too much for you to do for me.
> 
> Have you looked at http://bugs.devuan.org/Reporting.html ?
> 
> You can even submit a report by email - it can't get much simpler than that :)
> 
> 
> Antony.
> 
> -- 
> Programming is a Dark Art, and it will always be. The programmer is
> fighting against the two most destructive forces in the universe:
> entropy and human stupidity. They're not things you can always
> overcome with a "methodology" or on a schedule.
> 
> - Damian Conway, Perl God
> 
>   Please reply to the list;
> please *don't* CC me.
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>

If I understand it very well to you.

The problem is that I do not know how to proceed since it is not a package.
The problem is the release file, which must have the name of the codename and 
not have none.
has:
Codename: none
should have:
Codename: experimental

Anyway send me a message, I do not know if it's the right way.

The message read as follows:
subject: Hello says 'idonis'

Package: Release
Version: experimental

Has on the line:
Codename: none

Must possess:
Codename: experimental

This prevents me from downloading the repositories to my PC.
Which prevents me from using devuan in places where there is no Internet 
access.

goodbye___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Tuesday, July 18, 2017 10:32 AM
Subject: Re: [DNG] udev replacement

And also, could you please file a bug report on bugs.devuan.org?


I have never used it and I do not know how to do it. I do not know if it's 
too much for you to do for me.


From now thank you for your time, which if I would be very useful to solve 
this problem. Not only to me but to many people in my country since we here 
many are deprived of the connectivity so that for their use we are forced to 
download the repository locally. I do not know if this happens in other 
countries.




Thanks

KatolaZ

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Tuesday, July 18, 2017 9:29 AM
Subject: Re: [DNG] udev replacement



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



English is not my native language, so I may not explain it well.
Try the following script and you will notice the error that is giving me 
when trying to download the repository for my pc.

That does not happen to me either with jessie or ascii

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=experimental
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/experimental
SECCIONES=main
echo "Updating repositories DEVUAN 'experimental'; main"
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/devuan \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release 
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}


***
If you try this other you will see that it works correctly
***

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=ascii
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/ascii/ascii
SECCIONES=main/debian-installer,main,contrib,non-free
echo "Updating repositories DEVUAN 'merged'; main/debian-installer, main, 
contrib, non-free"

debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release 
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}


Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] ..experimental mirror is fixed now?, was: udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Tuesday, July 18, 2017 9:04 AM
Subject: [DNG] ..experimental mirror is fixed now?, was: udev replacement



On Tue, 18 Jul 2017 08:43:11 -0400, Ismael wrote in message
<137df52c5546401899313d3793aa3...@natio.co.cu>:

- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Monday, July 17, 2017 5:35 PM
Subject: Re: [DNG] udev replacement


...


> ..weird, I got a mine ok right now, so I recommend you retry.

The problem persists

The problem is not:
..these "//"'s in your ".devuan.org/devuan//dists/" paths looks fishy

The problem is that you try to download

Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
http://auto.mirror.devuan.org/devuan//dists/None/main/binary-i386/Packages.gz
==> 404 Not Found (4s)

And should download:
Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
http://auto.mirror.devuan.org/devuan//dists/experimental/main/binary-i386/Packages.gz
==> 404 Not Found (4s)

The Release file has the following line:
Codename: None
And it should be:
Codename: experimental

At least that's what I understand.


..you're right, and it looks like it was fixed today at 10:02,
can you verify it works ok now?

--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
 Scenarios always come in sets of three:
 best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



No, the problem persists

root@(none):/mnt/datos/sistemas/linux/devuan# sh rdexperimental.sh
=
Actualizando los repositorios DEVUAN 'experimental'; main
=

Mirroring to /mnt/datos/sistemas/linux/devuan/experimental from 
http://packages.devuan.org/devuan//

Arches: i386,amd64
Dists: experimental
Sections: main
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...
[  0%] Getting: dists/experimental/Release...   #** GET 
http://packages.devuan.org/devuan//dists/experimental/Release ==> 200 OK 
(63s)

ok
[  0%] Getting: dists/experimental/Release.gpg...   #** GET 
http://packages.devuan.org/devuan//dists/experimental/Release.gpg ==> 200 OK 
(2s)

ok
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1500372143 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: recurso de bloque de clave `/root/.gnupg/trustedkeys.gpg': error al 
abrir fichero

gpgv: Firmado el mar 18 jul 2017 06:02:23 CDT usando clave RSA ID 541922FB
gpgv: Imposible comprobar la firma: clave pública no encontrada
Release gpg signature does not verify.
[ 23%] Getting: dists/None/main/binary-i386/Packages.gz...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-i386/Packages.gz 
==> 404 Not Found (6s)

failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-i386/Packages...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-i386/Packages ==> 
404 Not Found (3s)

failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-i386/Release...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-i386/Release ==> 
404 Not Found (7s)

failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Packages.gz...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Packages.gz 
==> 404 Not Found (7s)

failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Packages...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Packages ==> 
404 Not Found (11s)

failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Release...   #** GET 
http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Release ==> 
404 Not Found (3s)

failed 404 Not Found
Errors:
Download of dists/None/main/binary-i386/Packages.gz failed: 404 Not Found
dists/None/main/binary-i386/Packages.gz failed checksum verification
Download of dists/None/main/binary-i386/Packages failed: 404 Not Found
dists/None/main/binary-i386/Packages failed checksum verification
Download of dists/None/main/binary-i386/Release failed: 404 Not Found
dists/None/main/binary-i386/Release failed checksum verification, removing
Download of dists/None/main/binary-amd64/Packages.gz failed: 404 Not Found
dists/None/main/binary-amd64/Packages.gz failed checksum verification
Download of dists/None/main/binary-amd64/Packages failed: 404 Not Found
dists/None/main/binary-amd64/Packages failed checksum verification
Download of dists/None/main/binary-amd64/Release failed: 404 Not Found
dists/None/main/binary-amd64/Release failed checksum verification, removing
Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...

Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Tuesday, July 18, 2017 8:56 AM
Subject: Re: [DNG] udev replacement



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



I'm trying to download it locally because I use it without internet access.

Where I live very few people have access to the internet and in their homes 
practically nobody, that is why usually the one who has access to the 
internet downloads it and then is used in the local pc, for it is written in 
the source .list for example:
Deb file: /// mnt / data / systems / linux / devuan / jessie / jessie / 
jessie non-free contrib main


The script I have to download the reset is as follows:
#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=experimental
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/experimental
SECCIONES=main

echo "="
echo "Actualizando los repositorios DEVUAN 'experimental'; main"
echo "="
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/devuan \
-d ${RAMA} -r / --progress \
-e 
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg 
--nosource --allow-dist-rename \

--diff=none \
${DIR_MIRROR}


*
However, the main repository script does work:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
 exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=ascii
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/ascii/ascii
SECCIONES=main/debian-installer,main,contrib,non-free

echo 
"="
echo "Actualizando los repositorios DEVUAN 'merged'; main/debian-installer, 
main, contrib, non-free"
echo 
"="

echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e 
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg 
--nosource --allow-dist-rename \

--diff=none \
${DIR_MIRROR}


Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Monday, July 17, 2017 5:35 PM
Subject: Re: [DNG] udev replacement



On Mon, 17 Jul 2017 10:08:02 -0400, Ismael wrote in message
:

- Original Message - 
From: "Arnt Karlsen" 

To: "Yevgeny Kosarzhevsky" 
Cc: 
Sent: Monday, July 17, 2017 6:37 AM
Subject: Re: [DNG] udev replacement


> On Mon, 17 Jul 2017 17:46:26 +0800, Yevgeny wrote in message
> 

Re: [DNG] udev replacement

2017-07-18 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: 
Sent: Monday, July 17, 2017 5:35 PM
Subject: Re: [DNG] udev replacement



On Mon, 17 Jul 2017 10:08:02 -0400, Ismael wrote in message
:

- Original Message - 
From: "Arnt Karlsen" 

To: "Yevgeny Kosarzhevsky" 
Cc: 
Sent: Monday, July 17, 2017 6:37 AM
Subject: Re: [DNG] udev replacement


> On Mon, 17 Jul 2017 17:46:26 +0800, Yevgeny wrote in message
> 

Re: [DNG] udev replacement

2017-07-17 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Arnt Karlsen" 

To: "Yevgeny Kosarzhevsky" 
Cc: 
Sent: Monday, July 17, 2017 6:37 AM
Subject: Re: [DNG] udev replacement



On Mon, 17 Jul 2017 17:46:26 +0800, Yevgeny wrote in message

Re: [DNG] devuan packages explorer

2017-07-04 Thread Ismael L. Donis Garcia
First of all, excuse my little knowledge of the subject.

The next site is not what you are asking for?
http://packages.devuan.gatuno.mx/

Greetings
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
  - Original Message - 
  From: Gionni FireGarden 
  To: dng@lists.dyne.org 
  Sent: Monday, July 03, 2017 7:13 PM
  Subject: [DNG] devuan packages explorer


  hi all!
  by now we don't have a place like packages.debian.org or packages.ubuntu.com 
so i create with a friend a PoC for that.
  We work on this idea just two nights, after work: it's really a primitive 
Proof of Concept so please be merciful [gh], but we are improving day by day.
  The system is composed by a python parser job that import all packages info 
from apt lists files into a mariadb and a bit of php to render that on web.
  No framework used, no ORM: we create little libs for db and templating [to 
avoid spaghetti code], very KISS & DRY so it will be easy mantain this code... 
i hope :D


  you can find what we have done here
  http://devuanpackages.viralds.it


  do you like the idea? and this primitive implementation?
  if you have any hints or suggests or bad words: we are here :)

  thanks to all for the great work with devuan.




  firegarden


--


  ___
  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] devuan packages explorer

2017-07-04 Thread Ismael L. Donis Garcia
First of all, excuse my little knowledge of the subject.

The next site is not what you are asking for?
http://packages.devuan.gatuno.mx/

Warm greetings
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan
  - Original Message - 
  From: Gionni FireGarden 
  To: dng@lists.dyne.org 
  Sent: Monday, July 03, 2017 7:13 PM
  Subject: [DNG] devuan packages explorer


  hi all!
  by now we don't have a place like packages.debian.org or packages.ubuntu.com 
so i create with a friend a PoC for that.
  We work on this idea just two nights, after work: it's really a primitive 
Proof of Concept so please be merciful [gh], but we are improving day by day.
  The system is composed by a python parser job that import all packages info 
from apt lists files into a mariadb and a bit of php to render that on web.
  No framework used, no ORM: we create little libs for db and templating [to 
avoid spaghetti code], very KISS & DRY so it will be easy mantain this code... 
i hope :D


  you can find what we have done here
  http://devuanpackages.viralds.it


  do you like the idea? and this primitive implementation?
  if you have any hints or suggests or bad words: we are here :)

  thanks to all for the great work with devuan.




  firegarden


--


  ___
  Dng mailing list
  Dng@lists.dyne.org
  https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Migrating from jessie to ascii

2017-06-30 Thread Ismael L. Donis Garcia
So far I'm using on my work PC to devuan jessie 32 bit, but I've thought 
about migrating to ascii.


I use virtualbox 5.1.22 with several virtual PCs: devuan ascii, 
manjaro-openrc and windows xp, 7, server2003


Do you think that at the moment I can move to ascii without being stopped 
working virtual PCs?


As my knowledge is not very advanced, that's why I ask the list not to fence 
to be made me all to lose.


Best Regards
--
ISMAEL
Devuan User : http://distrowatch.com/table.php?distribution=devuan
WebSite: http://sisconge.byethost15.com/ 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WARNING! DO NOT APT-GET UPDATE/UPGRADE ON ASCII

2017-06-28 Thread Ismael L. Donis Garcia
I try to update a local ascii repository and it gives me the following 
error:


Mirroring to /mnt/datos/sistemas/linux/devuan/ascii/ascii from 
http://packages.devuan.org/merged//

Arches: i386,amd64
Dists: ascii
Sections: main/debian-installer,main,contrib,non-free
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...

[Cut]

Cleanup mirror.
All done.
Errors:
Download of 
pool/DEBIAN/main/c/commons-pool/DEBIAN/libcommons-pool-java-doc_1.6-3_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/c/commons-pool/DEBIAN/libcommons-pool-java_1.6-3_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/g/golang-github-hailocab-go-hostpool/DEBIAN/golang-github-hailocab-go-hostpool-dev_0.0~git20160125.0.e80d13c-1_all.deb 
failed: 404 Not Found
Download of pool/DEBIAN/main/g/gtkpool/DEBIAN/gtkpool_0.5.0-9+b1_amd64.deb 
failed: 404 Not Found
Download of pool/DEBIAN/main/g/gtkpool/DEBIAN/gtkpool_0.5.0-9+b1_i386.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/h/haskell-resource-pool/DEBIAN/libghc-resource-pool-dev_0.2.3.2-6+b1_amd64.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/h/haskell-resource-pool/DEBIAN/libghc-resource-pool-dev_0.2.3.2-6+b1_i386.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/h/haskell-resource-pool/DEBIAN/libghc-resource-pool-doc_0.2.3.2-6_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/h/haskell-resource-pool/DEBIAN/libghc-resource-pool-prof_0.2.3.2-6+b1_amd64.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/h/haskell-resource-pool/DEBIAN/libghc-resource-pool-prof_0.2.3.2-6+b1_i386.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/n/node-generic-pool/DEBIAN/node-generic-pool_3.1.1-1_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/pd-pool/DEBIAN/pd-pool_0.2.2~git20161105.1.4b157f51-1_amd64.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/pd-pool/DEBIAN/pd-pool_0.2.2~git20161105.1.4b157f51-1_i386.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-ldappool/DEBIAN/python-ldappool_2.0.0-1_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-ldappool/DEBIAN/python3-ldappool_2.0.0-1_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-pika-pool/DEBIAN/python-pika-pool_0.1.3-2_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-pika-pool/DEBIAN/python3-pika-pool_0.1.3-2_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-socketpool/DEBIAN/python-socketpool_0.5.3-3_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/p/python-socketpool/DEBIAN/python3-socketpool_0.5.3-3_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/r/ruby-celluloid-pool/DEBIAN/ruby-celluloid-pool_0.20.5-1_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/r/ruby-connection-pool/DEBIAN/ruby-connection-pool_2.2.0-1_all.deb 
failed: 404 Not Found
Download of 
pool/DEBIAN/main/r/ruby-seamless-database-pool/DEBIAN/ruby-seamless-database-pool_1.0.17-1_all.deb 
failed: 404 Not Found

Failed to download files (22 errors)!
root@(none):/mnt/datos/sistemas/linux/devuan#

--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan

- Original Message - 
From: "Hendrik Boom" 

To: 
Sent: Wednesday, June 28, 2017 3:59 PM
Subject: Re: [DNG] WARNING! DO NOT APT-GET UPDATE/UPGRADE ON ASCII



On Wed, Jun 28, 2017 at 07:58:13PM +0200, Arnt Karlsen wrote:


..if apt-get upgrade fails you, aptitude upgrade might work and
vice versa, they solve package conflicts differently.
Safely?  See above. ;o)


That's not the problem.  aptitude and apt-get use the same
repositories.

The problem is that at the moment, ascii contains the wrong packages.
Packages you amost certainly don't want to install.

As far as I can tell at the moment, they might even require systemd.

-- hendrik
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] heads 0.3 released!

2017-06-23 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Friday, June 23, 2017 5:48 AM
Subject: Re: [DNG] heads 0.3 released!



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



If it has been proven to work perfectly because it has not been uploaded to 
ascii?


Thanks to you for all your work, it is worthy of everyone's recognition.
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Valid-Until in release of jessie

2017-06-19 Thread Ismael L. Donis Garcia

Because if jessie is stable still has in the release the Valid-Until line?

This creates problems for me in PCs that do not have access to the Internet.

In debian, they eliminate this line when they declare the distribution 
stable.


How can I remove this line from the release without the repository error me 
when loading it?


Origin: Devuan
Label: Devuan
Suite: stable
Version: 1.0
Codename: jessie
Date: Sun, 18 Jun 2017 18:01:22 UTC
Valid-Until: Sun, 25 Jun 2017 18:01:22 UTC
Architectures: alpha amd64 arm64 armel armhf hppa i386 ia64 mips mipsel 
powerpc ppc64el s390x sparc

Components: main contrib non-free
Description: Devuan 1.0 Jessie (stable release)

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] apulse in experimental

2017-04-20 Thread Ismael L. Donis Garcia
- Original Message - 
From: Ozi Traveller

To: hal
Cc: dng
Sent: Thursday, April 20, 2017 4:04 PM
Subject: Re: [DNG] apulse in experimental


Hi KatolaZ


How long before apulse hits stable?


Ozi


On Thu, Apr 20, 2017 at 8:29 PM, hal  wrote:

KatolaZ wrote on 04/18/2017 07:22 PM:

Dear Devuaners,

just to let you know that a .deb package for apulse is now available
in experimental (except for armel: I am working on that). Just add the
repo:




It's working great! Thank you sooo much!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



I do not think so much about stable as on testing that very soon for Debian 
will be stable.


Best regards

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Devuan 1.0 RC and DistroWatch

2017-04-15 Thread Ismael L. Donis Garcia

How can you advertise to Devuan 1.0 RC in DistroWatch?

Best Regrards

| ISMAEL |


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-28 Thread Ismael L. Donis Garcia
- Original Message - 
From: "fsmithred" 

To: 
Sent: Tuesday, March 28, 2017 3:05 PM
Subject: Re: [DNG] Help to create iso image







On Tue, Mar 28, 2017 at 6:45 PM, Jaromil  wrote:



however we are going to deprecate the live-build hairball and
substitute it entirely with our sdk and refracta scripts.





On 03/28/2017 03:16 PM, Ozi Traveller wrote:

Hi Jaromil

Thanks for the heads up. When is this likely to take place?

Ozi

On Tue, Mar 28, 2017 at 6:45 PM, Jaromil  wrote:



Last week? This will build a devuan live iso that matches the beta2 full
desktop installation with regard to installed packages. (Almost: add
reportbug to base_packages.)
https://github.com/fsmithred/live-sdk

Right now, I'm trying to put the live system into a netinstall iso so the
devuan/debian installer is available. If you're any good with xorriso,
give me a shout.

fsmithred




I am a little behind you. I am studying how it works, we will see if I am an 
advantage student or not.


Best Regards

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-28 Thread Ismael L. Donis Garcia
- Original Message - 
From: "fsmithred" <fsmith...@gmail.com>

To: <dng@lists.dyne.org>
Sent: Tuesday, March 28, 2017 5:08 AM
Subject: Re: [DNG] Help to create iso image



On 03/27/2017 01:17 PM, Ismael L. Donis Garcia wrote:

- Original Message - From: "fsmithred" <fsmith...@gmail.com>
To: <dng@lists.dyne.org>
Sent: Monday, March 27, 2017 11:12 AM
Subject: Re: [DNG] Help to create iso image



On 03/27/2017 09:09 AM, KatolaZ wrote:

On Mon, Mar 27, 2017 at 07:59:43AM -0500, Ismael L. Donis Garcia wrote:

[cut]



As I see that nobody made ascii images I think that can be useful,
and at
the same time I am gaining in knowledge.


You can use the live-sdk to create your own images.
https://git.devuan.org/sdk/live-sdk



Thank you, I'll take a look.


Well, indeed "heads" is based on Devuan ascii, so there is already
some form of "ascii image" around :) I would really take parazyd's
suggestion to have a look into live-sdk, which is what we are probably
going to use to make ascii images anyway. Maybe it's not the perfect
tool for you, but it is definitely worth a try (and I know that
fsmithred will make available some documentation about that shortly,
innit? :P)



Yes, the documentation is still brewing. I will explain how to make live
images. I don't know how to make the regular install media.

BTW, I experimented with making some ascii live images with the sdk two
days ago, and it took a bit of hacking on the guts of sdk to get it to
succeed. That might be intimidating for a linux newbie. If someone is
going to walk Ismael through making install media, I'd like to get in on
that.

fsmithred



I am not afraid, I know that there will be many stumbling blocks, but a
task will not end but begin.

Best Regards

| ISMAEL |





Here's a quick-start guide with working examples for making live isos with
the devuan live-sdk. I know you don't want to make live images, but this
might be a good way to start to get to know the sdk.
https://github.com/fsmithred/example-live-sdk

-fsr




Thank you very much, today I will be depending on that task. I know 
beforehand that the road is not short, but I will not give up on it.


Best Regards

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: "fsmithred" <fsmith...@gmail.com>

To: <dng@lists.dyne.org>
Sent: Monday, March 27, 2017 11:12 AM
Subject: Re: [DNG] Help to create iso image



On 03/27/2017 09:09 AM, KatolaZ wrote:

On Mon, Mar 27, 2017 at 07:59:43AM -0500, Ismael L. Donis Garcia wrote:

[cut]



As I see that nobody made ascii images I think that can be useful, and 
at

the same time I am gaining in knowledge.


You can use the live-sdk to create your own images.
https://git.devuan.org/sdk/live-sdk



Thank you, I'll take a look.


Well, indeed "heads" is based on Devuan ascii, so there is already
some form of "ascii image" around :) I would really take parazyd's
suggestion to have a look into live-sdk, which is what we are probably
going to use to make ascii images anyway. Maybe it's not the perfect
tool for you, but it is definitely worth a try (and I know that
fsmithred will make available some documentation about that shortly,
innit? :P)



Yes, the documentation is still brewing. I will explain how to make live
images. I don't know how to make the regular install media.

BTW, I experimented with making some ascii live images with the sdk two
days ago, and it took a bit of hacking on the guts of sdk to get it to
succeed. That might be intimidating for a linux newbie. If someone is
going to walk Ismael through making install media, I'd like to get in on
that.

fsmithred



I am not afraid, I know that there will be many stumbling blocks, but a task 
will not end but begin.


Best Regards

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: "KatolaZ" 

To: 
Sent: Monday, March 27, 2017 8:09 AM
Subject: Re: [DNG] Help to create iso image



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



My knowledge is little, but my interest is high.
I wanted to start making i386 images because that is my base system.

Although I could install another pc with amd64.

Now I'm not sure if live-sdk works with i386

| ISMAEL |


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: "parazyd" <para...@dyne.org>

To: "Ismael L. Donis Garcia" <sli...@natio.co.cu>
Cc: <dng@lists.dyne.org>
Sent: Monday, March 27, 2017 7:51 AM
Subject: Re: [DNG] Help to create iso image



On Mon, 27 Mar 2017, Ismael L. Donis Garcia wrote:

- Original Message - 
From: "Steve Litt" <sl...@troubleshooters.com>

To: <dng@lists.dyne.org>
Sent: Saturday, March 25, 2017 11:07 AM
Subject: Re: [DNG] Help to create iso image


> On Fri, 24 Mar 2017 14:59:57 -0500
> "Ismael L. Donis Garcia" <sli...@natio.co.cu> wrote:
>
>
>> I want to create an iso of lxqt i386 for ascci with as little as
>> possible, but that is operative and pleasing to the eye at the same
>> time.
>
> For the pleasing to the eye part, you should consult golinux, who is a
> gifted designer.
>
> SteveT
>
> Steve Litt
> March 2017 featured book: Troubleshooting: Why Bother?
> http://www.troubleshooters.com/twb

Thank you very much, I'll try to get in touch with him.

I want to see if I can help in anything to devuan.

And try to do something that is useful to others.

As I see that nobody made ascii images I think that can be useful, and at
the same time I am gaining in knowledge.


You can use the live-sdk to create your own images.
https://git.devuan.org/sdk/live-sdk

--
~ parazyd
GPG: 0333 7671 FDE7 5BB6 A85E  C91F B876 CB44 FA1B 0274



Support i386?
I do not see that it makes to support it

Greetings reiterated

| ISMAEL |




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: "parazyd" <para...@dyne.org>

To: "Ismael L. Donis Garcia" <sli...@natio.co.cu>
Cc: <dng@lists.dyne.org>
Sent: Monday, March 27, 2017 7:51 AM
Subject: Re: [DNG] Help to create iso image



On Mon, 27 Mar 2017, Ismael L. Donis Garcia wrote:

- Original Message - 
From: "Steve Litt" <sl...@troubleshooters.com>

To: <dng@lists.dyne.org>
Sent: Saturday, March 25, 2017 11:07 AM
Subject: Re: [DNG] Help to create iso image


> On Fri, 24 Mar 2017 14:59:57 -0500
> "Ismael L. Donis Garcia" <sli...@natio.co.cu> wrote:
>
>
>> I want to create an iso of lxqt i386 for ascci with as little as
>> possible, but that is operative and pleasing to the eye at the same
>> time.
>
> For the pleasing to the eye part, you should consult golinux, who is a
> gifted designer.
>
> SteveT
>
> Steve Litt
> March 2017 featured book: Troubleshooting: Why Bother?
> http://www.troubleshooters.com/twb

Thank you very much, I'll try to get in touch with him.

I want to see if I can help in anything to devuan.

And try to do something that is useful to others.

As I see that nobody made ascii images I think that can be useful, and at
the same time I am gaining in knowledge.


You can use the live-sdk to create your own images.
https://git.devuan.org/sdk/live-sdk



Thank you, I'll take a look.

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Help to create iso image

2017-03-27 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Steve Litt" <sl...@troubleshooters.com>

To: <dng@lists.dyne.org>
Sent: Saturday, March 25, 2017 11:07 AM
Subject: Re: [DNG] Help to create iso image



On Fri, 24 Mar 2017 14:59:57 -0500
"Ismael L. Donis Garcia" <sli...@natio.co.cu> wrote:



I want to create an iso of lxqt i386 for ascci with as little as
possible, but that is operative and pleasing to the eye at the same
time.


For the pleasing to the eye part, you should consult golinux, who is a
gifted designer.

SteveT

Steve Litt
March 2017 featured book: Troubleshooting: Why Bother?
http://www.troubleshooters.com/twb


Thank you very much, I'll try to get in touch with him.

I want to see if I can help in anything to devuan.

And try to do something that is useful to others.

As I see that nobody made ascii images I think that can be useful, and at 
the same time I am gaining in knowledge.


Thanks again.

| ISMAEL |



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Help to create iso image

2017-03-24 Thread Ismael L. Donis Garcia

First of all greetings to the members of the list.

I'm fairly new to the linux world, so I need to study a lot.

I want to create an iso of lxqt i386 for ascci with as little as possible, 
but that is operative and pleasing to the eye at the same time.


Where could you collect information on how to construct such an iso image?

I live in Cuba and recently I have internet, so I do not work well still 
looking for information in this medium.


If I can do something moderately operational I will look for the way to 
share the work done.


Any help you can give me will be well received.

Thanks in advance to all

| ISMAEL |
 



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] We need to speak up

2017-03-15 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Joachim Fahrner" 

To: 
Sent: Wednesday, March 15, 2017 1:57 AM
Subject: Re: [DNG] We need to speak up



Am 2017-03-15 02:37, schrieb Steve Litt:


Can somebody please make a list, that we can put our names on, of
people who left Debian because of systemd? And put the name Steve Litt
on it please.


Mee too.


Mee too.

Best Regards

| ISMAEL |
 


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Gtk3-theme

2017-02-27 Thread Ismael L. Donis Garcia
For my understanding should be LXQt and as a second option TDE in the 
recharging to desktop PCs, for server one smaller is not bad.


Best Regards

| ISMAEL |

- Original Message - 
From: "Dr. Nikolaus Klepp" 

To: 
Sent: Monday, February 27, 2017 2:53 AM
Subject: Re: [DNG] Gtk3-theme



Am Donnerstag, 23. Februar 2017 schrieb goli...@dyne.org:

That won't be possible for jessie at this late date.  Theming takes a
LOT of time and is painstaking work.  I'm not a fan of TDE - too clunky
and cluttered for my taste but it will be under consideration for ascii
along with other DE/WM if Xfce is no longer workable.  However, it is
possible that other desktops will suffer the same issues with the
installer. But thanks to fsmithred, we have a reliable and easy to
install desktop option until this can be sorted.

golinux


I do not know yout work for XFCE (as I prefer FVWM), but I could do the 
theming for TDE. If you like yust send me the  intended artwork.


Nik


--
Please do not email me anything that you are not comfortable also sharing 
with the NSA.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng






___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


  1   2   >