[Dng] apt-get update error

2015-04-25 Thread Paweł Cholewiński

Hi List,

After /apt-get update/ output appear
"Get:1 http://packages.devuan.org ceres InRelease [109 kB]
Hit http://apt.devuan.org unstable InRelease
E: Release file for 
http://apt.devuan.org/merged/dists/unstable/InRelease is expired 
(invalid since 4h 48min 37s). Updates for this repository will not be 
applied."


I downloaded devuan-unstable-amd64-240415.qcow2.
What can I do to solve this error.

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


Re: [Dng] apt-get update error

2015-04-25 Thread Irrwahn
Hi,

a temporary workaround would be:
  apt-get -o Acquire::Check-Valid-Until=false update

Or, in case you prefer aptitude:
  aptitude -o Acquire::Check-Valid-Until=false update  

[And hello to the list from me, too! :)  Been lurking here for 
a while. Please keep up the good work at Devuan, looking forward 
to a stable and truly systemd-free debian-ish system. I'll try to
spend some more time on testing the stuff you generously provide.] 

-- Urban


Paweł Cholewiński wrote on 25.04.2015 14:58:
> Hi List,
> 
> After /apt-get update/ output appear
> "Get:1 http://packages.devuan.org ceres InRelease [109 kB]
> Hit http://apt.devuan.org unstable InRelease
> E: Release file for http://apt.devuan.org/merged/dists/unstable/InRelease is 
> expired (invalid since 4h 48min 37s). Updates for this repository will not be 
> applied."
> 
> I downloaded devuan-unstable-amd64-240415.qcow2.
> What can I do to solve this error.
> 
> Paweł
> 
> 
> ___
> 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] apt-get update error

2015-04-25 Thread Paweł Cholewiński

Thanks Urban, it works.
But how to remove source of the problem? I read that is repository problem.


Paweł

On 25/04/15 15:19, Irrwahn wrote:

Hi,

a temporary workaround would be:
   apt-get -o Acquire::Check-Valid-Until=false update

Or, in case you prefer aptitude:
   aptitude -o Acquire::Check-Valid-Until=false update

[And hello to the list from me, too! :)  Been lurking here for
a while. Please keep up the good work at Devuan, looking forward
to a stable and truly systemd-free debian-ish system. I'll try to
spend some more time on testing the stuff you generously provide.]

-- Urban


Paweł Cholewiński wrote on 25.04.2015 14:58:

Hi List,

After /apt-get update/ output appear
"Get:1 http://packages.devuan.org ceres InRelease [109 kB]
Hit http://apt.devuan.org unstable InRelease
E: Release file for http://apt.devuan.org/merged/dists/unstable/InRelease is expired 
(invalid since 4h 48min 37s). Updates for this repository will not be applied."

I downloaded devuan-unstable-amd64-240415.qcow2.
What can I do to solve this error.

Paweł


___
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 mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [Dng] apt-get update error

2015-04-25 Thread Paweł Cholewiński

(problem==error)

On 25/04/15 16:20, Paweł Cholewiński wrote:

Thanks Urban, it works.
But how to remove source of the problem? I read that is repository 
problem.



Paweł

On 25/04/15 15:19, Irrwahn wrote:

Hi,

a temporary workaround would be:
   apt-get -o Acquire::Check-Valid-Until=false update

Or, in case you prefer aptitude:
   aptitude -o Acquire::Check-Valid-Until=false update

[And hello to the list from me, too! :)  Been lurking here for
a while. Please keep up the good work at Devuan, looking forward
to a stable and truly systemd-free debian-ish system. I'll try to
spend some more time on testing the stuff you generously provide.]

-- Urban


Paweł Cholewiński wrote on 25.04.2015 14:58:

Hi List,

After /apt-get update/ output appear
"Get:1 http://packages.devuan.org ceres InRelease [109 kB]
Hit http://apt.devuan.org unstable InRelease
E: Release file for 
http://apt.devuan.org/merged/dists/unstable/InRelease is expired 
(invalid since 4h 48min 37s). Updates for this repository will not 
be applied."


I downloaded devuan-unstable-amd64-240415.qcow2.
What can I do to solve this error.

Paweł


___
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 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] apt-get update error

2015-04-25 Thread Irrwahn
You're welcome. :)

I think we just have to wait for the Devuan tech staff to 
update the release files in their repositories. So, from our 
user perspective, the problem will simply go away eventually. 
The same actually happened a few weeks ago (hence I knew about 
the workaround) and it was resolved in a matter of days, if 
not hours. 

My guess is, that once everything has fallen into place at 
Devuan, we won't see any release files expire, at least not 
very often.

Cheers
-- Urban

Paweł Cholewiński wrote on 25.04.2015 16:20:
> Thanks Urban, it works.
> But how to remove source of the problem? I read that is repository problem.
> 
> 
> Paweł
> 
> On 25/04/15 15:19, Irrwahn wrote:
>> Hi,
>>
>> a temporary workaround would be:
>>apt-get -o Acquire::Check-Valid-Until=false update
>>
>> Or, in case you prefer aptitude:
>>aptitude -o Acquire::Check-Valid-Until=false update
>>
>> [And hello to the list from me, too! :)  Been lurking here for
>> a while. Please keep up the good work at Devuan, looking forward
>> to a stable and truly systemd-free debian-ish system. I'll try to
>> spend some more time on testing the stuff you generously provide.]
>>
>> -- Urban
>>
>>
>> Paweł Cholewiński wrote on 25.04.2015 14:58:
>>> Hi List,
>>>
>>> After /apt-get update/ output appear
>>> "Get:1 http://packages.devuan.org ceres InRelease [109 kB]
>>> Hit http://apt.devuan.org unstable InRelease
>>> E: Release file for http://apt.devuan.org/merged/dists/unstable/InRelease 
>>> is expired (invalid since 4h 48min 37s). Updates for this repository will 
>>> not be applied."
>>>
>>> I downloaded devuan-unstable-amd64-240415.qcow2.
>>> What can I do to solve this error.
>>>
>>> Paweł
>>>
>>>
>>> ___
>>> 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 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] acpi and systemd

2015-04-25 Thread Hendrik Boom
Debian is dropping acpi and acpi-support-base from the default install
because they conflict with systemd.  They are dropping them even for 
those installations that use sysv-init, because even those Debian 
installations use the systemd login demon (which seems to take over the 
jobs of acpi, for some reason.

Just a warning that we should watch for these things is when we base 
our installer on Debian's -- we may have to install default packages 
that Debian has dropped.

Not clear if acpi and friends are going to he dropped altogether as 
redundant packages.

Here's the debian mailing list item I got this from.

-- hendrik

- Forwarded message from Michael Biebl  -

Date: Sat, 25 Apr 2015 22:53:28 +0200
From: Michael Biebl 
To: Bjørn Mork , Marco d'Itri 
CC: 783...@bugs.debian.org
Subject: Bug#783247: Please don't install acpid and acpi-support-base
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101
Thunderbird/31.6.0

Am 25.04.2015 um 22:29 schrieb Bjørn Mork:
> m...@linux.it (Marco d'Itri) writes:
>> On Apr 24, Michael Biebl  wrote:
>>
>>> A while ago, I already filed a bug to have acpid and acpi-support-base
>>> removed from tasksel [1], since it duplicates functionality which is
>>> nowadays provided by systemd/logind.
>> Indeed they are not needed when systemd is used (but are still required 
>> on sysvinit systems).
> 
> Are you sure about this? It was my first reaction as well, but then I
> remembered the troubles I had with logind conflicting with my acpid
> based setup.  
> 
> logind duplicates the functionality provided acpid and acpi-support-base
> defaults.  And logind seems to be mandatory regardless of init system.
> So I guess acpid and acpi-support-base should be removed from tasksel.

acpid and acpi-support-base have already been removed from tasksel.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?




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


Re: [Dng] acpi and systemd

2015-04-25 Thread Franco Lanza
On Sat, Apr 25, 2015 at 05:16:42PM -0400, Hendrik Boom wrote:
> 
> acpid and acpi-support-base have already been removed from tasksel.


We already forked tasksel, so, it should not be an issue for us as long
as those two packages are maintained, or we will need to fork both acpid
and acpi-support-base too.

-- 

Franco (nextime) Lanza
Lonate Pozzolo (VA) - Italy
SIP://c...@casa.nexlab.it
web: http://www.nexlab.net

NO TCPA: http://www.no1984.org
you can download my public key at:
http://danex.nexlab.it/nextime.asc || Key Servers
Key ID = D6132D50
Key fingerprint = 66ED 5211 9D59 DA53 1DF7  4189 DFED F580 D613 2D50
---
echo 
16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D212153574F444E49572045535520454D20454B414D204F54204847554F4E452059415020544F4E4E4143205345544147204C4C4942snlbxq
 | dc
---



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


Re: [Dng] apt-get update error

2015-04-25 Thread Franco Lanza
On Sat, Apr 25, 2015 at 04:50:34PM +0200, Irrwahn wrote:
> 
> You're welcome. :)
> 
> I think we just have to wait for the Devuan tech staff to 
> update the release files in their repositories. So, from our 
> user perspective, the problem will simply go away eventually. 
> The same actually happened a few weeks ago (hence I knew about 
> the workaround) and it was resolved in a matter of days, if 
> not hours. 


The issue was caused by a down debian mirror repository from where
amprolla was requesting files to update the merged repo that was causing
amprolla to fail.

It's now fixed, and in a matter of 20 mins from now ( 01:24am italy
time) the repos will be updated.


-- 

Franco (nextime) Lanza
Lonate Pozzolo (VA) - Italy
SIP://c...@casa.nexlab.it
web: http://www.nexlab.net

NO TCPA: http://www.no1984.org
you can download my public key at:
http://danex.nexlab.it/nextime.asc || Key Servers
Key ID = D6132D50
Key fingerprint = 66ED 5211 9D59 DA53 1DF7  4189 DFED F580 D613 2D50
---
echo 
16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D212153574F444E49572045535520454D20454B414D204F54204847554F4E452059415020544F4E4E4143205345544147204C4C4942snlbxq
 | dc
---



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