[gentoo-user] USB ext2 flash drive - No space left on device

2020-07-03 Thread thelma
I have a USB flash drive with ext2 file system and when I try to copy a file I get an error "No space left on device" df -Th Filesystem Type Size Used Avail Use% Mounted on /dev/sdb1 ext2 944M 1.4M 943M 1% /run/media/thelma/UUI df -i Filesystem Inodes IUsed

[gentoo-user] custom mount fstab

2020-07-03 Thread Tamer Higazi
Hi people, I had a problem with docker on gentoo and found the solution for all my problems with a custom mount command: |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd Can anybody of you tell me how to add that one in /etc/fstab file ? best, Tamer |

Re: [gentoo-user] USB ext2 flash drive - No space left on device

2020-07-03 Thread thelma
On 07/03/2020 03:12 PM, the...@sys-concept.com wrote: > I have a USB flash drive with ext2 file system and when I try to copy a > file I get an error "No space left on device" > > df -Th > Filesystem Type Size Used Avail Use% Mounted on > /dev/sdb1 ext2 944M 1.4M 943M 1%

Re: [gentoo-user] EFI booting problem - understanding it

2020-07-03 Thread Sid Spry
On Fri, Jul 3, 2020, at 9:52 AM, Peter Humphrey wrote: > On Friday, 3 July 2020 03:05:34 BST Andrew Udvare wrote: > > On 02/07/2020 06:56, Peter Humphrey wrote: > > > But then, > > > # bootctl set-default 30-gentoo-5.7.7.conf > > > Failed to update EFI variable: Invalid argument > > > >

Re: [gentoo-user] USB ext2 flash drive - No space left on device

2020-07-03 Thread thelma
On 07/03/2020 03:52 PM, Jack wrote: [snip] > > This looks like a possible issue. >> Filesystem state: not clean with errors > I'd start by unmounting it and trying fsck. I run few time: fsck.ext2 /dev/sdb1 and it fixed the problem.

Re: [gentoo-user] USB ext2 flash drive - No space left on device

2020-07-03 Thread Dale
the...@sys-concept.com wrote: > On 07/03/2020 03:12 PM, the...@sys-concept.com wrote: >> I have a USB flash drive with ext2 file system and when I try to copy a >> file I get an error "No space left on device" >> >> df -Th >> Filesystem Type Size Used Avail Use% Mounted on >> /dev/sdb1

Re: [gentoo-user] USB ext2 flash drive - No space left on device

2020-07-03 Thread Jack
On 2020.07.03 17:38, the...@sys-concept.com wrote: On 07/03/2020 03:12 PM, the...@sys-concept.com wrote: > I have a USB flash drive with ext2 file system and when I try to copy a > file I get an error "No space left on device" > > df -Th > Filesystem Type Size Used Avail Use%

[gentoo-user] Re: custom mount fstab

2020-07-03 Thread Nikos Chantziaras
On 03/07/2020 16:33, Tamer Higazi wrote: Hi people, I had a problem with docker on gentoo and found the solution for all my problems with a custom mount command: |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd Can anybody of you tell me how to add that one in

[SOLVED] Re: [gentoo-user] WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict

2020-07-03 Thread Valmor F. de Almeida
On 7/3/20 10:51 PM, Francesco Turco wrote: On Sat, Jul 4, 2020, at 06:35, Valmor F. de Almeida wrote: Is there a problem ignoring the warning below? My understanding here is that dev-python/docutils-0.16 wants a python2_7 target built that is not in the scheduled merge (only python3_7 is).

[gentoo-user] WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict

2020-07-03 Thread Valmor F. de Almeida
Hello list: Is there a problem ignoring the warning below? My understanding here is that dev-python/docutils-0.16 wants a python2_7 target built that is not in the scheduled merge (only python3_7 is). Hopefully this dependency conflict will fix itself as python2 goes away. Thank you for

Re: [gentoo-user] Encrypted drive setup at login and locking on logout.

2020-07-03 Thread Francesco Turco
On Sat, Jul 4, 2020, at 04:23, Dale wrote: > Now that I have a spare drive, I want to encrypt it and have a mount point > for it, /home/dale/documents for example. What I'd like to do, when I login > in, it asks me for the encryption password and then mounts it. When I log > out, it reverses.

Re: [gentoo-user] WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict

2020-07-03 Thread Francesco Turco
On Sat, Jul 4, 2020, at 06:35, Valmor F. de Almeida wrote: > Is there a problem ignoring the warning below? My understanding here is > that dev-python/docutils-0.16 wants a python2_7 target built that is not > in the scheduled merge (only python3_7 is). Hopefully this dependency > conflict will

[gentoo-user] Encrypted drive setup at login and locking on logout.

2020-07-03 Thread Dale
Howdy, As some know, I been playing with encryption recently.  I got doing it on the command line and using veracrypt for USB sticks down.  I use Veracrypt for those that I want to work on windoze as well, I hope anyway.  Now I'm moving on to something else.  Now that I have a spare drive, I

Re: [gentoo-user] EFI booting problem - understanding it

2020-07-03 Thread Michael
On Friday, 3 July 2020 03:05:34 BST Andrew Udvare wrote: > Morning all, > > I'm trying to set the default boot entry via bootctl or efibootmgr. I know I > can set it directly by pressing D at the boot selection screen, and the > system does boot properly; I just want to understand the setup a bit

Re: [gentoo-user] EFI booting problem - understanding it

2020-07-03 Thread Peter Humphrey
On Friday, 3 July 2020 03:05:34 BST Andrew Udvare wrote: > On 02/07/2020 06:56, Peter Humphrey wrote: > > But then, > > # bootctl set-default 30-gentoo-5.7.7.conf > > Failed to update EFI variable: Invalid argument > > Probably the kernel is blocking write access to EFI. This is on purpose > for

Re: [gentoo-user] custom mount fstab

2020-07-03 Thread Michael
On Friday, 3 July 2020 14:33:52 BST Tamer Higazi wrote: > Hi people, > > I had a problem with docker on gentoo and found the solution for all my > > problems with a custom mount command: > |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd > > Can anybody of you tell me

Re: [gentoo-user] custom mount fstab

2020-07-03 Thread Andrew Udvare
On Fri, Jul 3, 2020, 09:34 Tamer Higazi wrote: > Hi people, > > I had a problem with docker on gentoo and found the solution for all my > problems with a custom mount command: > > |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd > Can anybody of you tell me how to add

Re: [gentoo-user] custom mount fstab

2020-07-03 Thread Tamer Higazi
Hi Andrew, it's on systemd. Previously I had problems connecting with docker. After I searched on Github, docker ran then without any problems at all. best, Tamer Am 3 Jul 2020 um 16:04 schrieb Andrew Udvare: On Fri, Jul 3, 2020, 09:34 Tamer Higazi > wrote:

Re: [gentoo-user] custom mount fstab

2020-07-03 Thread Tamer Higazi
Thanks Michael! I'll give it a try. best, Tamer Am 3 Jul 2020 um 15:46 schrieb Michael: On Friday, 3 July 2020 14:33:52 BST Tamer Higazi wrote: Hi people, I had a problem with docker on gentoo and found the solution for all my problems with a custom mount command: |sudo mount -t cgroup -o