Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 44 matches

by Talkless
2024-03-27 12:32
Forum: Installation
Topic: [Solved] Parman modifies USB drive from which debian is being installed in UEFI mode?
Replies: 2
Views: 368

Re: Parman modifies USB drive from which debian is being installed in UEFI mode?

Workaround is to add --mac option for isohybrid. Once mac partition appears, partman no longer marks EFI parition with "esp" flag, hence, no more modification of installation media and so no more error message.

Thanks to pham and Sledge from #debian-cd!
by Talkless
2024-03-26 14:36
Forum: Installation
Topic: [Solved] Parman modifies USB drive from which debian is being installed in UEFI mode?
Replies: 2
Views: 368

[Solved] Parman modifies USB drive from which debian is being installed in UEFI mode?

I was using custom simple-cdd-built Debian images successfully with Debian 11 using preseed file. But with Debian 12, and under UEFI (works fine in Legacy BIOS), I get this error message (it can be ignored): https://i.imgur.com/J4HBRas.png Partition(s) 1 on /dev/sdb have been written, but we have be...
by Talkless
2023-09-11 09:04
Forum: Hardware
Topic: [Solved] i915 crashes (black screen) in Debian 11 with 6.1.27-1~bpo11+1 or newer on i7-11700 (Rocket Lake)
Replies: 5
Views: 1252

Re: i915 crashes (black screen) in Debian 11 with 6.1.27-1~bpo11+1 or newer on i7-11700 (Rocket Lake)

I've found workaround. Adding i915.enable_dc=0 to Linux argument list fixed the issue. Though I guess it will drain battery for laptops, but it's not issue on my desktop I guess...
by Talkless
2023-09-11 08:04
Forum: Hardware
Topic: [Solved] i915 crashes (black screen) in Debian 11 with 6.1.27-1~bpo11+1 or newer on i7-11700 (Rocket Lake)
Replies: 5
Views: 1252

[Solved] i915 crashes (black screen) in Debian 11 with 6.1.27-1~bpo11+1 or newer on i7-11700 (Rocket Lake)

Hi, I'm using Linux kernel from Bullseye backports since "forever", as original Debian 11 kernel did not work with i7-11700 (rocket lake). After some random reboot I've noticed that my screen is just blank, with unresponsive keyboard too. Booting to linux-image-6.1.0-0.deb11.11-amd64 or li...
by Talkless
2022-05-18 05:14
Forum: System and Network configuration
Topic: Clocksource issues on Bullseye with recent 5.10.103-1 kernel
Replies: 4
Views: 2642

Re: Clocksource issues on Bullseye with recent 5.10.103-1 kernel

The TSC problems can be a result of CPU microcode upgrade/update (a regression) - while in this case the problem seem to be non-critical, You can always try to degrade the microcode to an earlier version (using debian-snapshots). That would allow to confirm whether it is a regression in the kernel ...
by Talkless
2022-04-13 10:33
Forum: System and Network configuration
Topic: Clocksource issues on Bullseye with recent 5.10.103-1 kernel
Replies: 4
Views: 2642

Re: Clocksource issues on Bullseye with recent 5.10.103-1 kernel

Can You tell what CPU model do You have in that HP ProLiant DL380 G6? Intel(R) Xeon(R) CPU L5520 @ 2.27GHz Maybe this thread is talking about same issue: https://lore.kernel.org/all/20211111000414.GH641268@paulmck-ThinkPad-P17-Gen-1/ Hard to tell, as it's hard to read kernel-mailing-list'ese :) .
by Talkless
2022-04-05 10:17
Forum: System and Network configuration
Topic: Clocksource issues on Bullseye with recent 5.10.103-1 kernel
Replies: 4
Views: 2642

Clocksource issues on Bullseye with recent 5.10.103-1 kernel

Anyone else having syslog "spammed" with these kind of messages? /var/log/kern.log:Mar 27 00:11:27 hostname kernel: [785690.322271] clocksource: timekeeping watchdog on CPU1: hpet wd-wd read-back delay of 72425ns /var/log/kern.log:Mar 27 00:11:27 hostname kernel: [785690.322282] clocksourc...
by Talkless
2018-07-04 12:00
Forum: Debian Development Discussion
Topic: [SOLVED] dpkg-buildpackage overwrites my control changes
Replies: 2
Views: 6185

Re: dpkg-buildpackage overwrites my debian/control changes

I've found the solution. I re-apply my patch during `debian/rules` run: Index: php7.0-7.0.27/debian/rules =================================================================== --- php7.0-7.0.27.orig/debian/rules +++ php7.0-7.0.27/debian/rules @@ -195,6 +195,7 @@ COMMON_CONFIG := \ --with-system-tzdata...
by Talkless
2018-07-04 09:57
Forum: Debian Development Discussion
Topic: [SOLVED] dpkg-buildpackage overwrites my control changes
Replies: 2
Views: 6185

Re: dpkg-buildpackage overwrites my debian/control changes

Looks like there's some script that rebuilds `debian/control` file (output of dpkg-buildpackage): touch prepared-stamp sed -e "s/@PHP_VERSION@/7.0/g" >debian/source.lintian-overrides <debian/source.lintian-overrides.in sed -e "s/@PHP_VERSION@/7.0/g" -e "s/@BUILT_USING@//g&qu...
by Talkless
2018-07-04 07:48
Forum: Debian Development Discussion
Topic: [SOLVED] dpkg-buildpackage overwrites my control changes
Replies: 2
Views: 6185

[SOLVED] dpkg-buildpackage overwrites my control changes

Hi, We have a bug 778596 about php-gd not providing antialiasing. To solve that I have this patch for Debian Jessie: --- a/debian/rules +++ b/debian/rules @@ -297,7 +297,7 @@ --with-curl=shared,/usr \ --with-enchant=shared,/usr \ --with-zlib-dir=/usr \ - --with-gd=shared,/usr --enable-gd-native-ttf ...
by Talkless
2018-01-03 11:22
Forum: Graphical Environments & Desktops
Topic: Intel HD Graphics 510 on Debian Testing
Replies: 5
Views: 4525

Re: Intel HD Graphics 510 on Debian Testing

Now everything works fine. Could you confirm that you have 3D acceleration? Does `glxgears -info` confirms that it uses Intel driver, not some LLVM Pipe software rasterizer..? I am interested in some Skylake-based board that has Intel HD 510. After burning due to Atom with GMA500, I would like to b...
by Talkless
2017-09-16 13:44
Forum: Hardware
Topic: Is there prime-select alternative for Debian
Replies: 7
Views: 14082

Re: Is there prime-select alternative for Debian

Hm, what about proprietary drivers? Please at least actually read the provided link before asking questions that are answered by it... :roll: Sorry, I was too tired that day I guess :roll: . Anyway, prime-select from Ubuntu does not work: sudo prime-select nvidia Info: the current GL alternatives i...
by Talkless
2017-09-12 18:14
Forum: Hardware
Topic: Is there prime-select alternative for Debian
Replies: 7
Views: 14082

Re: Is there prime-select alternative for Debian

stevepusser wrote:have you tested an install of the Ubuntu package to see if it works on Debian?
I haven't thought about that. I could try.
by Talkless
2017-09-12 18:13
Forum: Hardware
Topic: Is there prime-select alternative for Debian
Replies: 7
Views: 14082

Re: Is there prime-select alternative for Debian

Head_on_a_Stick wrote:The ArchWiki has a guide for setting up PRIME with the nouveau drivers, you should be able to apply the methods to Debian buster, I think.
Hm, what about proprietary drivers?
by Talkless
2017-09-12 15:32
Forum: Hardware
Topic: Is there prime-select alternative for Debian
Replies: 7
Views: 14082

Is there prime-select alternative for Debian

After migrating my personal machine to Debian Testing I missed prime-select that could enable nvidia/intel permanently on my hybrid graphics laptop. Now it looks like I have to launch application using optirun , and I find that actually inconvenient. So if I want WebGL on browser, Steam game or use ...
by Talkless
2016-05-02 05:20
Forum: System and Network configuration
Topic: [solved] Unable to create stat exclude rule for auditd
Replies: 1
Views: 1154

Re: Unable to create exclude rule for auditd

Looks like it's not possible to do what I wanted to do:
If it really doesn't exist, then there is no inode to match
against.
from https://www.redhat.com/archives/linux-a ... 00139.html
by Talkless
2016-04-25 13:58
Forum: System and Network configuration
Topic: [solved] Unable to create stat exclude rule for auditd
Replies: 1
Views: 1154

[solved] Unable to create stat exclude rule for auditd

Hi, I'm trying to configure auditd to monitor "strange" events with apache2 weberver on Wheezy (though same problem occurs on Jessie), tried both with "vanilla" 3.2 and backports 3.16 kernel I am actually using. Here's auditd rules I have problem with: -a exit,never -F arch=b64 -...