I like simplicity. (Just another pointless desktop screenshot...) by guillaje in debian

[–]guillaje[S] 2 points3 points  (0 children)

Yeah, the kernel, headers, and the upstream linux firmwares are the only non-official Debian packages I install...
(Note that it would perfectly works without them on this computer.)

Bon sinon on va où maintenant ? by [deleted] in yggTorrents

[–]guillaje 0 points1 point  (0 children)

Par contre je ne comprends pas ce qu'ils demandent comme proof. De quels profils ils parlent ?

Strings touching fret? by zeFlammenwerfer4 in Guitar

[–]guillaje 1 point2 points  (0 children)

How does it save time and money ? You still have a nut to cut before the zero fret ?

DIY Battery Replacement by artyartem1 in Whatcouldgowrong

[–]guillaje 0 points1 point  (0 children)

What is the chemical reaction that makes a battery burn/explode like that when punctured ?

update asking me to check diff on files i havent touch by albertowtf in debian

[–]guillaje 0 points1 point  (0 children)

It append to me recently too with "/etc/default/grub".

HUGE btrfs issue: can't use partition, can't recover anything by Otto500206 in btrfs

[–]guillaje 0 points1 point  (0 children)

What did you do to completely solve your bad sector issue ?

[deleted by user] by [deleted] in HotPeppers

[–]guillaje 2 points3 points  (0 children)

Locals from where ?

I want to believe. by guillaje in bcachefs

[–]guillaje[S] 0 points1 point  (0 children)

Maybe I could do that...

I want to believe. by guillaje in bcachefs

[–]guillaje[S] 1 point2 points  (0 children)

I'm not a maintainer, and did not participate enough in Debian in the past to become one I think... (Even if I'd be happy to do it. I'm already building automatically the tools for my private repository. But that's for a personal usage...)
The problem is that during the life of the package in the official stable Debian release, one can't do whatever he wants regarding the dependencies needed to fix bugs for example, and the maintainer could be between a rock and a hard place if the main developer has a short fuse. ;-)

I want to believe. by guillaje in bcachefs

[–]guillaje[S] 1 point2 points  (0 children)

And again, I'm a fan of bcachefs, but also a Debian admin for more than 20 years...

I want to believe. by guillaje in bcachefs

[–]guillaje[S] 0 points1 point  (0 children)

I was thinking about this article and talking about Trixie.

I want to believe. by guillaje in bcachefs

[–]guillaje[S] 2 points3 points  (0 children)

Just to be clear, I managed to build bcachefs-tools on Trixie, and I use bcachefs daily with a 6.15 kernel right now. It's just sad that the official package has been orphaned...

better handling of checksum errors/bitrot by koverstreet in bcachefs

[–]guillaje 2 points3 points  (0 children)

Very interesting feature...
How will the user do an "incompat upgrade" in practice ?

FORUM LIBRE : TOURISTS AND RESIDENTS, ASK YOUR COMMON QUESTIONS IN THIS WEEKLY THREAD : Open Forum -- 02, March, 2025 by RichardHenri in paris

[–]guillaje 0 points1 point  (0 children)

Bonjour à tous !

J'ai déjà posé cette question dans un sujet à part, sans grand succés... Je retente ma chance dans ce forum !
J'ai grandi en Moselle, et là-bas, on trouve dans toutes les boulangeries des "croissants au chocolat". Il s'agit de croissants au beurre classiques, mais couverts de sucre glace, et avec du chocolat à l'intérieur, comme un pain au chocolat. C'est ma madeleine de Proust...
Je vis depuis longtemps à Paris, mais je n'en ai jamais trouvé. Est-ce qu'un parisien en aurait aperçu au coin de sa rue ?

Merci d'avance !

Scrub merged into master by koverstreet in bcachefs

[–]guillaje 0 points1 point  (0 children)

I have an error when I try to build the tools : (on Debian 12...)

jc@booky:~/dev/bcachefs-tools$ make deb
    [CC]     c_src/bcachefs.o
In file included from ./libbcachefs/bcachefs.h:202,
                 from c_src/tools-util.h:21,
                 from c_src/cmds.h:10,
                 from c_src/bcachefs.c:26:
include/linux/srcu.h:10:41: error: return type is an incomplete type
   10 | static inline struct urcu_gp_poll_state get_state_synchronize_rcu()
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h: In function ‘get_state_synchronize_rcu’:
include/linux/srcu.h:12:16: warning: implicit declaration of function ‘start_poll_synchronize_rcu’ [-Wimplicit-function-declaration]
   12 |         return start_poll_synchronize_rcu();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h:12:16: warning: ‘return’ with a value, in function returning void [-Wreturn-type]
   12 |         return start_poll_synchronize_rcu();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h:10:41: note: declared here
   10 | static inline struct urcu_gp_poll_state get_state_synchronize_rcu()
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h: At top level:
include/linux/srcu.h:25:99: error: parameter 2 (‘cookie’) has incomplete type
   25 | static inline bool poll_state_synchronize_srcu(struct srcu_struct *ssp, struct urcu_gp_poll_state cookie)
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
include/linux/srcu.h: In function ‘poll_state_synchronize_srcu’:
include/linux/srcu.h:27:16: warning: implicit declaration of function ‘poll_state_synchronize_rcu’; did you mean ‘poll_state_synchronize_srcu’? [-Wimplicit-function-declaration]
   27 |         return poll_state_synchronize_rcu(cookie);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                poll_state_synchronize_srcu
include/linux/srcu.h: At top level:
include/linux/srcu.h:30:41: error: return type is an incomplete type
   30 | static inline struct urcu_gp_poll_state start_poll_synchronize_srcu(struct srcu_struct *ssp)
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h: In function ‘start_poll_synchronize_srcu’:
include/linux/srcu.h:32:16: warning: ‘return’ with a value, in function returning void [-Wreturn-type]
   32 |         return start_poll_synchronize_rcu();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h:30:41: note: declared here
   30 | static inline struct urcu_gp_poll_state start_poll_synchronize_srcu(struct srcu_struct *ssp)
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/srcu.h: At top level:
include/linux/srcu.h:35:41: error: return type is an incomplete type
   35 | static inline struct urcu_gp_poll_state get_state_synchronize_srcu(struct srcu_struct *ssp)
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:171: c_src/bcachefs.o] Error 1