Re: nautilus-admin

2023-04-12 Thread carl hansen
cp -a   somedir/   wheresomedirshouldgo/
-a  "archive" means
Recursive
create links
preserve times, ownership


On Wed, Apr 12, 2023 at 8:28 AM Gottfried  wrote:
>
> Hi,
>
> I mean to copy everything, all directories and files including all
> sub-directories (which are 40 directories and 40 files) on the external
> harddrive /SD-Card to an other external hard drive
>
> > If you mean copying multiple directories, just do:
> >>
> >>sudo cp DIRECTORY-1 DIRECTORY-2 DIRECTORY-3 HARDDRIVE-DIRECTORY
>
>
> I don’t want to write every of the 40 directories and of the 40 files by
> hand but think
> there is a command to copy all at once.
>
> I was looking on the internet for this,
> but didn’t find any command.
>
> > Commands aren't as scary as they seem from afar.  I'd highly recommend
> >> you take the time to learn about them :)
>
> I have a book about Terminal commands,
> but there I couldn’t find what I need.
>
>
> Kind regards
>
> Gottfried
>
>
>
> Am 12.04.23 um 16:41 schrieb (:
> > Hi,
> >
> > Gottfried  writes:
> >> [[PGP Signed Part:Undecided]]
> >> Hi,
> >>
> >> I have constantly problems to copy something to my external harddrive, 
> >> because
> >> it needs root rights.
> >> I can do it only in the commandline, which gives me a lot of trouble, e.g. 
> >> when
> >> I want to copy all directories at once.
> >> I don’t know the command for it.
> >
> > What do you mean, specifically, by "copying all directories at once"?
> > If you mean copying everything in a specific directory, you could try:
> >
> >sudo cp ORIGINAL-DIRECTORY/* HARDDRIVE-DIRECTORY
> >
> > This command uses a /wildcard/, *, which expands the word
> > 'ORIGINAL-DIRECTORY' to multiple words, one for each member of
> > 'ORIGINAL-DIRECTORY'.
> >
> > If you mean copying multiple directories, just do:
> >
> >sudo cp DIRECTORY-1 DIRECTORY-2 DIRECTORY-3 HARDDRIVE-DIRECTORY
> >
> > Commands aren't as scary as they seem from afar.  I'd highly recommend
> > you take the time to learn about them :)
>
> --
>
>
>



Re: damaged installation

2018-09-28 Thread carl hansen
On Thu, Sep 27, 2018 at 12:48 AM Mark H Weaver  wrote:
>
> carl hansen  writes:
>
> > I installed guix 0.15 on Debian testing system
> > Power went out while 'guix pull'ing or something.
> > Now, show stopper error. Attached. How to proceed?
>
> I would move .config/guix to another location (or simply delete it),
> optionally run "guix gc --verify=contents", and then rerun "guix pull".
>
>   Mark

I tried suggestions, no good. I reinstalled from the beginning ,
starting with the guix.binary0.15.x86_64.tar.gz
TWICE and I get same problem:

>>> guix pull
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit 5abcb1b0e6fe849d206b3683444c76d91f21a3d4...
Computing Guix derivation for 'x86_64-linux'... |
The following derivations will be built:
   /gnu/store/8qinrnp6pslyvgnkdinz7s7mvqs4w903-profile.drv
   /gnu/store/5a9bkyd87hql93xsg61ljhjpxrg7cngz-module-import.drv
   /gnu/store/lmp5x0ggp9y1fvamy8whp1jadx2a6gdl-module-import-compiled.drv
   /gnu/store/58yfg6bjlbvflhfz35xf99jr015c4f9f-fonts-dir.drv
substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
[ 1/ 3] Compiling './guix/build/union.scm'...
[ 2/ 3] Compiling './guix/build/utils.scm'...
Backtrace:
   5 (primitive-load "/gnu/store/8lajga7l30l6b98bi770l60mmin?")
In srfi/srfi-1.scm:
   466:18  4 (fold # ?)
   466:18  3 (fold # ?)
In ice-9/eval.scm:
   245:16  2 (_ #(#(#) "./sr?" ?))
In ice-9/boot-9.scm:
  1514:24  1 (_ "./srfi/srfi-26.scm")
In unknown file:
   0 (stat "./srfi/srfi-26.scm" #)

ERROR: In procedure stat:
In procedure stat: No such file or directory: "./srfi/srfi-26.scm"
builder for 
`/gnu/store/lmp5x0ggp9y1fvamy8whp1jadx2a6gdl-module-import-compiled.drv'
failed with exit code 1
cannot build derivation
`/gnu/store/58yfg6bjlbvflhfz35xf99jr015c4f9f-fonts-dir.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/8qinrnp6pslyvgnkdinz7s7mvqs4w903-profile.drv': 1
dependencies couldn't be built
guix pull: error: build failed: build of
`/gnu/store/8qinrnp6pslyvgnkdinz7s7mvqs4w903-profile.drv' failed



damaged installation

2018-09-25 Thread carl hansen
I installed guix 0.15 on Debian testing system
Power went out while 'guix pull'ing or something.
Now, show stopper error. Attached. How to proceed?


gg
Description: Binary data


boost 1-60

2016-01-07 Thread carl hansen
I see from guix-devel boost-1.60 is now included.

I
guix package -i boost,
but I get 1.58
I do a
guix pull;guix package -i boost
and still don't get 1.60

What am I doing wrong?