Forums

Skip to content

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

Search found 665 matches

Go to advanced search

Advanced search
Search found 665 matches
  • Page 1 of 27
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 27
  • Next
by ff11
Fri Feb 21, 2025 1:17 pm
Forum: Kernel & Hardware
Topic: TAS2781 firmware is missing
Replies: 23
Views: 12339

The firmware appears to have been added on 2025-02-06 08:31:36:
https://git.kernel.org/pub/scm/linux/ke ... 68927a69f7
  • Jump to post
by ff11
Sun Jul 03, 2022 2:48 am
Forum: Gentoo Forums Feedback
Topic: [Solved] forum account bugs
Replies: 10
Views: 41613

Chiitoo wrote:I was finally able to do something about this.

If you're still watching this space, can you interact with all of your private messages as is expected now?
I was finally able to delete the junk messages.

Thanks for the work :)
  • Jump to post
by ff11
Tue Jun 22, 2021 8:38 pm
Forum: Portage & Programming
Topic: I'm stucked on python3.7. How to upgrade?
Replies: 9
Views: 5119

I did my update as follows, and it worked for me:

0- Keeping the old configuration similar to yours (with python3_7 )...

1- I installed the dev-lang/python:3.9 , there was no conflict.

2- Changed the configuration to:
PYTHON_TARGETS="python3_9"
PYTHON_SINGLE_TARGET="python3_9"

3- I only ...
  • Jump to post
by ff11
Fri Mar 05, 2021 2:03 pm
Forum: Portage & Programming
Topic: I need "read file until" tool
Replies: 12
Views: 3680

<OT>
I'm making a wrapper around cpio, which has few features to identify entries given to it (from stdin) so that it can be used also as a initramfs image creation tool (my primary goal).
It can be also dropped into /etc/kernel/postinst.d so it can auto create initramfs image when a new kernel is ...
  • Jump to post
by ff11
Fri Mar 05, 2021 12:07 am
Forum: Portage & Programming
Topic: I need "read file until" tool
Replies: 12
Views: 3680

ff11 : I'm trying to concatenate cpio archives on-the-fly (pipe). Normally you'd need to store the earlier archive on disk before you can concatenate another one. I've solved that problem already.

Now I'm just interested generally about the topic. bbe is quite a tool, but lacks regexp features ...
  • Jump to post
by ff11
Thu Mar 04, 2021 1:51 pm
Forum: Portage & Programming
Topic: I need "read file until" tool
Replies: 12
Views: 3680

Not every binary has strings encoded in the same way (some will need the search to be done relative to the position of each character on the string, others will need a special character table). Could you tell us what you need this for?

EDIT: Just for information, how a string can get a format that ...
  • Jump to post
by ff11
Thu Mar 04, 2021 11:14 am
Forum: Portage & Programming
Topic: Moving to no-multilib
Replies: 33
Views: 18149

...we have a 64 bit machine so why run old and dirty 32 bit bits?
I searched for answers to this question several times, and the results I got the most were "because of WINE" and "because of pcsx2" (this one now has a 64-bit version too). And I believe this is a very weak reason to keep a 32-bit ...
  • Jump to post
by ff11
Wed Mar 03, 2021 2:17 pm
Forum: Portage & Programming
Topic: Moving to no-multilib
Replies: 33
Views: 18149

What about move to profile no-multilib and rebuild packages that needs to be rebuilded?
To change profile from multilib to no-multilib, just do one:
# eselect profile list
choose a profile, and set it like:
*** Beware of switching between versions of the profile (such as profile 17.0 to 17.1),
as ...
  • Jump to post
by ff11
Mon Nov 02, 2020 8:20 pm
Forum: Gentoo Forums Feedback
Topic: [Solved] forum account bugs
Replies: 10
Views: 41613

I followed another user account to confirm whether the counting bug was still happening or not. The count didn't freeze this time. And after cleaning up my account, the numbers are consistent again, and I didn't find any more errors during the posts (thanks Chiitoo). So at least for me, this bug is ...
  • Jump to post
by ff11
Fri Oct 30, 2020 5:52 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

...
Tinha colocado lá em cima,que já tinhamos aprendido esse erro abaixo,e que depois que enviei o erro,vi que já tinha aprendido contigo.
Não se preocupe com isso. Eu mesmo vivo esquecendo de atualizar o Manifest, e geralmente só percebo quando vejo a mensagem de erro. E por isso que eu digo que ...
  • Jump to post
by ff11
Fri Oct 30, 2020 2:47 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

...
junior-aspiref5573g /home/junior/localrepo/sci-misc/GeradorDeSenhas-bin # ebuild GeradorDeSenhas-bin-9999.ebuild clean install
...
!!! Fetched file: Gerador.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got: 5884390
!!! Expected: 6406489
...
Eu sei que é chato ...
  • Jump to post
by ff11
Thu Oct 29, 2020 9:01 pm
Forum: Kernel & Hardware
Topic: First-time kernel configuration.
Replies: 15
Views: 3728

ff11,

There is no danger of having a non working system.
I don't think anyone posting here is advocating wiping out the existing working kernel.
Everyone builds a dud kernel now and again, so everyone keeps several kernels around to choose from on their boot menu.

Very little is required to have ...
  • Jump to post
by ff11
Thu Oct 29, 2020 8:33 pm
Forum: Kernel & Hardware
Topic: First-time kernel configuration.
Replies: 15
Views: 3728

...
There is a drawback, well, several drawbacks to starting with the liveCD kernel. Its a fully modular kernel, which means it will require an initrd to boot at all.
Making an initrd is another thing to learn and get right and most users don't need it.
Secondly, the liveCD kernel is supposed to ...
  • Jump to post
by ff11
Thu Oct 29, 2020 5:49 pm
Forum: Portage & Programming
Topic: [SOLVED] qtwebengine 5.15.1 fails to build
Replies: 8
Views: 1951

...
How do i know how many threads do i need?
Well, this is just a suggestion, as it varies from package to package, but for dev-qt/qtwebengine , you can think of 2GB of RAM per thread. And do the calculations based on your use, as it's good to be able to use the machine while installing in the ...
  • Jump to post
by ff11
Thu Oct 29, 2020 5:06 pm
Forum: Kernel & Hardware
Topic: First-time kernel configuration.
Replies: 15
Views: 3728

What I usually recommend in this situation is: get a liveISO or liveUSB, it can be Gentoo Linux, check that all the hardware is working first, then use its configuration as your seed:
$ zcat /proc/config.gz > ./my_seed_config
At least this way, you will have a better chance of your hardware be ...
  • Jump to post
by ff11
Thu Oct 29, 2020 4:41 pm
Forum: Portage & Programming
Topic: [SOLVED] qtwebengine 5.15.1 fails to build
Replies: 8
Views: 1951

...
Thanks for the additional info it really helps, when i created this system i made it RAM only at that time 16G was a lot and i didn't think anything will eat that much ram so no swap was needed (also hdd is slow and ssd didn't exist yet).
I was wrong and didn't take into account many thing ...
  • Jump to post
by ff11
Thu Oct 29, 2020 1:29 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

Apenas se acalme, respire fundo, e olhe as mensagens com cuidado que você vai descobrir o problema:
...
* GeradorDeSenha.png BLAKE2B SHA512 size ;-) ... [ ok ]
...
cp: cannot stat '/var/tmp/portage/sci-misc/GeradorDeSenhas-bin-9999/distdir/ Gerador.png ': No such file or directory
...
O arquivo ...
  • Jump to post
by ff11
Wed Oct 28, 2020 6:34 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

...
Entendi que o motivo(Reason no inglês) é que o tamanho do arquivo não corresponde ao arquivo gravado,entendi certo mestre,seu aluno está progredindo?

Se for isso:

O que faço agora?
Correto.
Você pode fazer:

* Recriar o Manifest do CalculadoraDecimo-bin-9999.ebuild com o arquivo novo:
# rm ...
  • Jump to post
by ff11
Wed Oct 28, 2020 5:23 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

...
Qual é a sua idade?
...
Nesse mundo, esse meu pobre corpo, tem 37 anos.
Depois de anos fazendo sempre a mesmas coisa, você se acostuma.

...
Calculating dependencies l * Digest verification failed:
...
Toda vez que o arquivo muda no servidor, o ebuild precisa ser refeito. Ou pelo menos o ...
  • Jump to post
by ff11
Mon Oct 26, 2020 1:47 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

Coloquei raw no link do localrepo,mas aparece o seguinte:

emerge VisualizadorDeImagem-bin

Vejo que você está progredindo. Muito bom, mas:


gzip: /var/tmp/portage/sci-misc/VisualizadorDeImagem-bin-9999/distdir/VisualizadorDeImagens.tar.gz: not in gzip format
tar: This does not look like a tar ...
  • Jump to post
by ff11
Sun Oct 25, 2020 7:21 pm
Forum: Gentoo Chat
Topic: How was it using Gentoo in the early 2000s?
Replies: 118
Views: 95380

"How was it using Gentoo in the early 2000s?"
That's a good question. It was good.
I miss the KDE3.
There are devs that is keeping it updated on the Trinity project (there is even one overlay https://wiki.gentoo.org/wiki/Trinity_Desktop_Environment).
Linux was never the same for me, after they ...
  • Jump to post
by ff11
Sun Oct 25, 2020 5:02 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: ok

Como faço para minha html ter o raw invés do blob?
Mudando o blob para raw ?!

Exemplo:
* URL com blob :
https://gitlab.com/BuiuDeJaraguaDoSul/gentoovisualizadordeimagem/-/blob/master/localrepo.tar.gz

* URL com raw :
https://gitlab.com/BuiuDeJaraguaDoSul/gentoovisualizadordeimagem/-/raw/master ...
  • Jump to post
by ff11
Sun Oct 25, 2020 1:42 pm
Forum: Portage & Programming
Topic: improving a daemon script
Replies: 10
Views: 2355

...
not sure I follow, if I have script a.sh, inside a.sh calls func fa like this:
fs &
then udev will wait. but I change is to:
( fa & ), a.sh will exit and fa will run in the background?
I never tested it with functions, just with real scripts, but the idea is this:
In ( script_that_wait_and_do ...
  • Jump to post
by ff11
Sun Oct 25, 2020 1:31 pm
Forum: Portage & Programming
Topic: improving a daemon script
Replies: 10
Views: 2355

...
the main issue is that udev waits for the child, that is want I need to fix, e.g. udev runs the script and continues while the script continues in the background.
Yes, but what if udev calls a script just_trigger.sh and you call inside it the real script, childless (using something like ...
  • Jump to post
by ff11
Sun Oct 25, 2020 12:12 pm
Forum: Portuguese
Topic: .desktop e comando para criar um .ebuild
Replies: 95
Views: 313483

Re: Ok

1)Você é moderador/administrador do fórum Gentoo?
Não. Sou somente um usuário comum aleatório que pode aparecer hoje e sumir completamente amanhã.

2)Gostaria de uma área para postar programas feitos pelos membros,assim eu postaria meus programas para Gentoo no Lazarus junto com o código fonte de ...
  • Jump to post

Search found 665 matches
  • Page 1 of 27
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 27
  • 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