Void Linux discussion
 help / color / mirror / Atom feed
* How to downgrade?
@ 2015-02-03 10:10 Stefan Beyer
  2015-02-03 10:15 ` Juan Romero Pardines
  2015-02-03 11:22 ` Christian Neukirchen
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Beyer @ 2015-02-03 10:10 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 194 bytes --]

I suspect rpc.statd to have introduced a problem and would like to 
downgrade from
nfs-utils-1.3.2_1
to
nfs-utils-1.3.1_3
Both of them are still in /var/cache/xbps/
How do I do that?



[-- Attachment #1.2: Type: text/html, Size: 229 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 10:10 How to downgrade? Stefan Beyer
@ 2015-02-03 10:15 ` Juan Romero Pardines
  2015-02-03 10:31   ` Stefan Beyer
  2015-02-03 11:22 ` Christian Neukirchen
  1 sibling, 1 reply; 7+ messages in thread
From: Juan Romero Pardines @ 2015-02-03 10:15 UTC (permalink / raw)
  To: voidlinux

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

What kind of problem specifically?

You can create a local repo with the target pkgs via xbps-rindex(8):

$ xbps-rindex -a /var/cache/xbps/nfs-utils-1.3.1_3.xbps
$ xbps-install --repository=/var/cache/xbps ...

[-- Attachment #2: Type: text/html, Size: 288 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 10:15 ` Juan Romero Pardines
@ 2015-02-03 10:31   ` Stefan Beyer
  2015-02-03 10:33     ` Juan RP
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Beyer @ 2015-02-03 10:31 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 581 bytes --]

Am Dienstag, 3. Februar 2015 11:15:30 UTC+1 schrieb Juan RP:
>
> What kind of problem specifically?
>

Service statd does not come up:

# sv status /var/service/statd
down: /var/service/statd: 1s, normally up, want up

# ps wax | grep runsvdir
491 ?        Ss     0:00 runsvdir -P /run/runit/runsvdir/current log: rvice 
already running! Statd service already running! Statd service already run

Removing /var/service/statd, no rpc.statd is being launched.
Launching rpc.statd -F -d by hand, the process does not stay in foreground, 
which I believe is the cause.

[-- Attachment #1.2: Type: text/html, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 10:31   ` Stefan Beyer
@ 2015-02-03 10:33     ` Juan RP
  0 siblings, 0 replies; 7+ messages in thread
From: Juan RP @ 2015-02-03 10:33 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 37 bytes --]


Will look at it in a few, thanks.

[-- Attachment #1.2: Type: text/html, Size: 62 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 10:10 How to downgrade? Stefan Beyer
  2015-02-03 10:15 ` Juan Romero Pardines
@ 2015-02-03 11:22 ` Christian Neukirchen
  2015-02-03 13:15   ` Juan RP
  1 sibling, 1 reply; 7+ messages in thread
From: Christian Neukirchen @ 2015-02-03 11:22 UTC (permalink / raw)
  To: Stefan Beyer; +Cc: void...

Stefan Beyer <alfred....@gmail.com> writes:

> I suspect rpc.statd to have introduced a problem and would like to 
> downgrade from
> nfs-utils-1.3.2_1
> to
> nfs-utils-1.3.1_3
> Both of them are still in /var/cache/xbps/
> How do I do that?

xbps-install xtools
xdowngrade /var/cache/xbps/...

This is a hack, but better than nothing. :)

-- 
Christian Neukirchen  <chneuk...@gmail.com>  http://chneukirchen.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 11:22 ` Christian Neukirchen
@ 2015-02-03 13:15   ` Juan RP
  2015-02-03 14:06     ` Stefan Beyer
  0 siblings, 1 reply; 7+ messages in thread
From: Juan RP @ 2015-02-03 13:15 UTC (permalink / raw)
  To: voidlinux; +Cc: alfred....


[-- Attachment #1.1: Type: text/plain, Size: 82 bytes --]

rpc.statd -F has been fixed in nfs-utils-1.3.2_2.

Upgrade to that version :-)

[-- Attachment #1.2: Type: text/html, Size: 109 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to downgrade?
  2015-02-03 13:15   ` Juan RP
@ 2015-02-03 14:06     ` Stefan Beyer
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Beyer @ 2015-02-03 14:06 UTC (permalink / raw)
  To: voidlinux; +Cc: alfred....


[-- Attachment #1.1: Type: text/plain, Size: 29 bytes --]

Thank you all, works again.

[-- Attachment #1.2: Type: text/html, Size: 52 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-03 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-03 10:10 How to downgrade? Stefan Beyer
2015-02-03 10:15 ` Juan Romero Pardines
2015-02-03 10:31   ` Stefan Beyer
2015-02-03 10:33     ` Juan RP
2015-02-03 11:22 ` Christian Neukirchen
2015-02-03 13:15   ` Juan RP
2015-02-03 14:06     ` Stefan Beyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).