all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error system reconfigure
@ 2019-02-03 21:22 Jone
  2019-02-11  8:17 ` swedebugia
  0 siblings, 1 reply; 2+ messages in thread
From: Jone @ 2019-02-03 21:22 UTC (permalink / raw)
  To: help-guix

Current Guix, system reconfigure passed, but:

1. Mount/booting errors.
(file-systems (cons*
	(file-system
		(mount-point "/")
		(type "ext4")
		(device (file-system-label "my-root"))
		(options "defaults,noatime 0 1"))
	(file-system
		(mount-point "/home")
		(type "ext4")
                 (device (file-system-label "my-home"))
		(options "defaults,noatime 0 0"))
--------------------------------------------------------------------------

  "unrecognized mount option default or missing value" many times on
booting, nothing is mounted.

2. Mcron
https://www.gnu.org/software/guix/manual/en/guix.html#Scheduled-Job-Execution
- so, too, does not work: message "mcron-service deprecated, use
mcron-service-type instead"

3. Bulding locale.. this is the little things (only '.UTF-8', but not '.utf-8').

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

* Re: Error system reconfigure
  2019-02-03 21:22 Error system reconfigure Jone
@ 2019-02-11  8:17 ` swedebugia
  0 siblings, 0 replies; 2+ messages in thread
From: swedebugia @ 2019-02-11  8:17 UTC (permalink / raw)
  To: Jone, help-guix

On 2019-02-03 22:22, Jone wrote:
> Current Guix, system reconfigure passed, but:
> 2. Mcron
> https://www.gnu.org/software/guix/manual/en/guix.html#Scheduled-Job-Execution
> - so, too, does not work: message "mcron-service deprecated, use
> mcron-service-type instead"

mcron-service is now a service-type:

  (service mcron-service-type)

should work.
-- 
Cheers
Swedebugia

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

end of thread, other threads:[~2019-02-11  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-03 21:22 Error system reconfigure Jone
2019-02-11  8:17 ` swedebugia

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.