Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 45 matches

Go to advanced search

Advanced search
Search found 45 matches
  • 1
  • 2
  • Next
by duxsco
Sun Oct 23, 2022 9:32 pm
Forum: Gentoo Chat
Topic: Full Disk Encryption (LAPTOP users only)
Replies: 82
Views: 56581

On my laptop, I use unified kernel images, secure boot, measured boot (systemd-cryptenroll with TPM 2.0 pin), FDE and btrfs/mdadm RAID.

My disk layout looks basically like:


PC∕Laptop──────────────────────────┐
└── ∕dev∕sda └── ∕dev∕sdb
├── 1. EFI System Partition ├── 1. EFI System Partition ...
  • Jump to post
by duxsco
Thu Mar 31, 2022 9:15 pm
Forum: Portage & Programming
Topic: RPC failed; HTTP 504 curl 22 while syncing via git
Replies: 14
Views: 11823

I explained the cause for this issue in my comment at:
https://bugs.gentoo.org/824782#c17

The PR to fix this is linked at the end.
  • Jump to post
by duxsco
Tue Oct 19, 2021 10:10 pm
Forum: Gentoo Forums Feedback
Topic: Username change request thread (part 3)
Replies: 247
Views: 2239207

Change my name to duxsco, please. Thx
  • Jump to post
by duxsco
Sat Oct 17, 2020 4:42 am
Forum: Gentoo Forums Feedback
Topic: Username change request thread (part 3)
Replies: 247
Views: 2239207

Sorry for the inconvenience. But, can you change my username to:

duxco

Thx :)
  • Jump to post
by duxsco
Sun Oct 04, 2020 11:36 am
Forum: Gentoo Forums Feedback
Topic: Username change request thread (part 3)
Replies: 247
Views: 2239207

Please, change my username to:

avidari
  • Jump to post
by duxsco
Sat Jun 16, 2018 9:09 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

Nreal wrote:How could you bond two connections - wifi and wired to one? Wired 10 mbs from router enp4s0 and wifi from adroid phone 300mbs/s.
Afaik, that's not possible. See:

https://unix.stackexchange.com/question ... 105#132105
  • Jump to post
by duxsco
Fri Apr 01, 2016 10:40 am
Forum: Installing Gentoo
Topic: btrfs raid1 with luks encryption
Replies: 8
Views: 11512

I couldn't find a solution. If you have both a SSD and HDD, you can use the SSD hardware encryption and LUKS on HDD. Then, mirror boot, root etc. over both drives. Unfortunately, btrfs doesn't support the "--write-mostly" option, known from mdadm. Or, you patch the bootup files like astroe.
  • Jump to post
by duxsco
Tue Jul 28, 2015 6:35 pm
Forum: Installing Gentoo
Topic: btrfs raid1 with luks encryption
Replies: 8
Views: 11512

I have AES-NI and fault tolerance is more important for me than some loss of performance. If one block has gone bad, btrfs recovers by using the healthy block from the other hard drive upon read time. Afaik, mdadm doesn't store checksums on data and metadata like btrfs does (https://btrfs.wiki ...
  • Jump to post
by duxsco
Tue Jul 28, 2015 3:48 pm
Forum: Installing Gentoo
Topic: btrfs raid1 with luks encryption
Replies: 8
Views: 11512

btrfs raid1 with luks encryption

Hi.
I wish to have the following setup:


/dev/sda1: mdadm ___
\
|---> /dev/md0 (raid1) -> ext4 -> /boot
/dev/sdb1: mdadm ___/


/dev/sda2: mdadm ___
\
|---> /dev/md1 (raid1) -> luks -> swap
/dev/sdb2: mdadm ___/

/dev/sda3: luks ---> /dev/mapper/root ---> btrfs raid 1 parition ...
  • Jump to post
by duxsco
Sun Oct 12, 2014 4:41 pm
Forum: Portage & Programming
Topic: How to make portage ask for etc-update every time? [SOLVED]
Replies: 6
Views: 3277

mv wrote:I guess that you are looking for the emerge option --noconfmem
Thanks. That solved the problem.
  • Jump to post
by duxsco
Sun Oct 12, 2014 2:10 am
Forum: Portage & Programming
Topic: How to make portage ask for etc-update every time? [SOLVED]
Replies: 6
Views: 3277

I noticed the existence of "/etc/config-archive". Does the deletion of its content solve the problem?
e.g.:
1. Delete content of "/etc/config-archive"
2. Run e.g. "emerge -eav world"
3. Run "dispatch-conf"
  • Jump to post
by duxsco
Sat Oct 11, 2014 4:19 am
Forum: Portage & Programming
Topic: How to make portage ask for etc-update every time? [SOLVED]
Replies: 6
Views: 3277

The system tells me that there is nothing to do although some config files differ from the original ones.
Btw, I usually use dispatch-conf. But, portage should notice differing config files either way after an emerge.
  • Jump to post
by duxsco
Sat Oct 11, 2014 2:26 am
Forum: Portage & Programming
Topic: How to make portage ask for etc-update every time? [SOLVED]
Replies: 6
Views: 3277

How to make portage ask for etc-update every time? [SOLVED]

Portage tells me to use etc-update, if I, for example, install apache, edit the config files and reemerge with additional apache modules.
After a while, portage ignores config files that differ from the original ones and doesn't ask for etc-update.
How can I tell portage to ask me every time?

If I ...
  • Jump to post
by duxsco
Thu Feb 13, 2014 11:22 pm
Forum: Portage & Programming
Topic: Save to "kill -9" emerge? [solved]
Replies: 2
Views: 1636

thanks :)
  • Jump to post
by duxsco
Thu Feb 13, 2014 8:38 pm
Forum: Portage & Programming
Topic: Save to "kill -9" emerge? [solved]
Replies: 2
Views: 1636

Save to "kill -9" emerge? [solved]

I executed "emerge -e world" to compile everything with "-march=native". But, I had to execute "kill -9" on emerge in order to execute "pump emerge -e world". Do I have to consider anything (e.g. some files left behind from the first emerge)?


Would you like to merge these packages? [Yes/No] yes ...
  • Jump to post
by duxsco
Sun Dec 08, 2013 4:33 pm
Forum: Kernel & Hardware
Topic: lvm device not created in /dev directory
Replies: 0
Views: 1074

lvm device not created in /dev directory

Afaik lvm devices are created in the /dev directory and a symlink is created in /dev/mapper thats point to that lvm device:

latitude ~ # ls -la /dev/mapper/vg-*
lrwxrwxrwx 1 root root 7 8. Dez 16:10 /dev/mapper/vg-root -> ../dm-4
lrwxrwxrwx 1 root root 7 8. Dez 16:10 /dev/mapper/vg-swap -> ../dm-3 ...
  • Jump to post
by duxsco
Thu Nov 14, 2013 11:21 am
Forum: Portage & Programming
Topic: dependency conflict between rstudio and chromium [solved]
Replies: 3
Views: 3257

Both solutions solve the problem. Thanks
  • Jump to post
by duxsco
Fri Nov 08, 2013 7:49 am
Forum: Portage & Programming
Topic: dependency conflict between rstudio and chromium [solved]
Replies: 3
Views: 3257

dependency conflict between rstudio and chromium [solved]

Hi *,

rstudio requires libxml2 to be built without the icu USE flag and chromium needs it to have this flag:


latitude ~ # emerge -av rstudio

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N ] dev-libs/mathjax-2.2 USE="-doc -examples" 8,764 kB ...
  • Jump to post
by duxsco
Sun Oct 06, 2013 1:13 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

I think you should use the larc.org tutorial and ping based fail-over in order to get a dual wan setup where the server is directly connected to the internet.
  • Jump to post
by duxsco
Sun Oct 06, 2013 1:04 am
Forum: Portage & Programming
Topic: Simultaneous emerge
Replies: 1
Views: 1733

So, as soon as one "slot" of the 36 becomes free the next build should start.
  • Jump to post
by duxsco
Sun Oct 06, 2013 1:02 am
Forum: Portage & Programming
Topic: Simultaneous emerge
Replies: 1
Views: 1733

Simultaneous emerge

Hi.
I have this in my make.conf for simultaneous emerge:

MAKEOPTS="-j38 -l36"
EMERGE_DEFAULT_OPTS="--jobs=36 --load-average=36"
FEATURES="distcc webrsync-gpg"

With these lines, I make portage build up to 36 packages at the same time. But, in order to build the next 36 packages the former 36 ...
  • Jump to post
by duxsco
Sat Oct 05, 2013 8:14 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

There might be use cases where a direct connection of the server to the internet is not possible, e.g. IP-based telephony, IP-TV, restrictions of TV-cable based connections (KabelDeutschland), VDSL. The advantage of my solution is that it is applicable under more use cases. As long as you have ...
  • Jump to post
by duxsco
Sat Oct 05, 2013 6:38 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

If I am not mistaken, your routing tables are like the following:

- table T1:

default via 1.0.0.254 dev eth0 proto static
1.0.0.0/24 dev eth0 proto kernel scope link src 1.0.0.10


- table T1:

default via 2.0.0.254 dev eth1 proto static
2.0.0.0/24 dev eth1 proto kernel scope link src 2.0.0.10 ...
  • Jump to post
by duxsco
Sat Oct 05, 2013 5:08 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

What do you use for $P1_NET and $P2_NET?

Larc.org says:

Code: Select all

Finally, let $P1_NET be the IP network $P1 is in, and $P2_NET the IP network $P2 is in. 
In both cases, the network is the internet. So $P1_NET == $P2_NET.
  • Jump to post
by duxsco
Sat Oct 05, 2013 5:01 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO setup dual wan
Replies: 17
Views: 31364

Another solution to this problem is splitting all non-private subnets up between the two wan NICs.
Very simple (and wrong) example:
-first wan gets IP ranges 0.0.0.0-127.255.255.255
-second wan gets IP ranges 128.0.0.0-255.255.255.255

But, I don't like this solution, because it's not round-robin.
  • Jump to post

Search found 45 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic