DKMS don't compile headers

2024-08-23 Thread junior Disroot
Hi dears! I'm reporting a problem with NVIDIA (probably) and headers kernel. But, is happening at three weeks at least. In annex, you will find a log DKMS file, that are "/var/lib/dkms/xtrx/0.0.1+git20190320.5ae3a3e-3.5/build/make.log" Thank you, guys. Building mod

Kali Linux is not Debian - no support here [WAS Re: LINUX-IMAGE-6.8.11 headers cannot be installed]

2024-07-24 Thread Andrew M.A. Cater
On Wed, Jul 24, 2024 at 12:33:51PM +0200, Aleix Piulachs wrote: > How do you install them and tell me the characteristics of your computer > > El El mié, 17 jul 2024 a las 2:38, Greg Wooledge > escribió: > > > On Tue, Jul 16, 2024 at 19:30:20 -, Prajnanaswaroopa wrote: > > > Hello, > > > I a

Re: LINUX-IMAGE-6.8.11 headers cannot be installed

2024-07-24 Thread Aleix Piulachs
How do you install them and tell me the characteristics of your computer El El mié, 17 jul 2024 a las 2:38, Greg Wooledge escribió: > On Tue, Jul 16, 2024 at 19:30:20 -, Prajnanaswaroopa wrote: > > Hello, > > I am using a Kali Linux > > https://www.google.com/search?q=kali+linux+support > >

Re: LINUX-IMAGE-6.8.11 headers cannot be installed

2024-07-16 Thread George at Clug
return the same comment. In addition, the error the terminal shows is as follows:     dpkg: error processing package linux-headers-6.8.11-amd64 (--configure):     installed linux-headers-6.8.11-amd64 package post-installation     script subprocess returned error exit status 11     dpkg: dependency

Re: LINUX-IMAGE-6.8.11 headers cannot be installed

2024-07-16 Thread Greg Wooledge
On Tue, Jul 16, 2024 at 19:30:20 -, Prajnanaswaroopa wrote: > Hello, > I am using a Kali Linux https://www.google.com/search?q=kali+linux+support

LINUX-IMAGE-6.8.11 headers cannot be installed

2024-07-16 Thread Prajnanaswaroopa
:     dpkg: error processing package linux-headers-6.8.11-amd64 (--configure):     installed linux-headers-6.8.11-amd64 package post-installation     script subprocess returned error exit status 11     dpkg: dependency problems prevent configuration of linux-headers-amd64:     linux-headers-amd64 depends

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-05 Thread Dominique Dumont
n the kernel 5.4 and it is. Infact the > default running kernel is 5.4.14. But for the project that I'm working on,I > also need to install the linux source and the headers packages for the same > kernel (5.4.14),but unfortunately,between the packages I only see versions > 4.19 and 5.1

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-02 Thread Mario Marietto
to > > debian packages so that I can use them on Debian ? > > Kernel image from one project and headers+sources from another one may > be a call to trouble due to different config and set of patches. > > I suspect that kernel image+modules packages from Ubuntu would not work &g

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Max Nikulin
On 02/09/2023 04:15, Mario Marietto wrote: I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and header package. Is there a method or tool to convert these packages to debian packages so that I can use them on Debian ? Kernel image from one project and headers+sources

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Andrew M.A. Cater
Debian Buster on my ARM Chromebook,using this image : > > > > > > https://github.com/hexdump0815/imagebuilder/releases?page=12 > > > > > > He says that the image is based on the kernel 5.4 and it is. Infact the > > > default running kernel is 5.4.14. But

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Greg Wooledge
On Fri, Sep 01, 2023 at 11:15:38PM +0200, Mario Marietto wrote: > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and > header package. Is there a method or tool to convert these packages to > debian packages so that I can use them on Debian ? That's because I prefer > Debian over

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
ge=12 > > > > He says that the image is based on the kernel 5.4 and it is. Infact the > > default running kernel is 5.4.14. But for the project that I'm working > on,I > > also need to install the linux source and the headers packages for the > same > > kerne

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Andrew M.A. Cater
n the kernel 5.4 and it is. Infact the > default running kernel is 5.4.14. But for the project that I'm working on,I > also need to install the linux source and the headers packages for the same > kernel (5.4.14),but unfortunately,between the packages I only see versions > 4.19 and 5.1

How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
t I'm working on,I also need to install the linux source and the headers packages for the same kernel (5.4.14),but unfortunately,between the packages I only see versions 4.19 and 5.10. Is there a method to install the sources and headers packages also for the kernel 5.4.14 ? The point is that for t

Re: How do I specify a custom apt dependency between kernel image and its headers?

2023-03-28 Thread Tom Furie
On Tue, Mar 28, 2023 at 12:19:05PM +0300, Anssi Saari wrote: > Ram Ramesh writes: > > > How do I tie the install of linux-image to linux-header so that I cannot > > install image without the headers. > > In my experience it's been enough to install linux-image-am

Re: How do I specify a custom apt dependency between kernel image and its headers?

2023-03-28 Thread Anssi Saari
Ram Ramesh writes: > I have nvdia card that requires binary driver to work in my system. Xorg is > unable display anything with free driver. Since nvidia-driver has to be > built for each kernel install, I need to install headers also. This seem to > work automatically for any sta

Re: How do I specify a custom apt dependency between kernel image and its headers?

2023-03-27 Thread Ram Ramesh
If I understand you correctly, you want to set it up so that for every package pair linux-image- linux-headers- attempting to install the former results in also installing the latter? And you want this to apply not just for a specific version number, but for every version number, including ones

Re: How do I specify a custom apt dependency between kernel image and its headers?

2023-03-27 Thread The Wanderer
On 2023-03-27 at 20:03, Ram Ramesh wrote: > I have nvdia card that requires binary driver to work in my system. > Xorg is unable display anything with free driver. Since nvidia-driver > has to be built for each kernel install, I need to install headers > also. This seem to work autom

How do I specify a custom apt dependency between kernel image and its headers?

2023-03-27 Thread Ram Ramesh
I have nvdia card that requires binary driver to work in my system. Xorg is unable display anything with free driver. Since nvidia-driver has to be built for each kernel install, I need to install headers also. This seem to work automatically for any standard kernel release in bullseye

Re: mail headers not set (cf question re tar)

2022-09-27 Thread Max Nikulin
stion" or "problem". thanking all for the observations + information. I have had a look in settings of Gmail, my "mua", and cannot find an obvious (any!) place where headers could be set (and haven't the knowledge, anyhow). so, I won't try and start any more th

mail headers not set (cf question re tar)

2022-09-23 Thread jr
hi, a single reply re the mail headers issue. On Thursday, 22 September 2022 at 09:20:06 UTC+1, Thomas Schmitt wrote: > ... > Your mails lack headers like "In-Reply-To:" or "References:", ... On Thursday, 22 September 2022 at 09:30:05 UTC+1, Tixy wrote: > ... &g

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Andrew M.A. Cater
ion and > > the downloaded from nvidia version, but a driver can never be loaded > > because of some linux headers error.  I know nvidia and linux have never > > been nice to each other. > > You may be able to do an upgrade from 9 to 10 and then reinstall the Nvidia drivers - at

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Greg Wooledge
On Thu, Sep 15, 2022 at 08:34:05PM +0200, Thomas Anderson wrote: > I tried: sudo apt install linux-headers-$(uname -r) > > says there is some c compiler requirement that is not fulfilled. And, there > are broken packages that are being held back. You probably need build-essential th

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Thomas Anderson
, and saw that the card actually works (on a clean install), I thought I would give it another go. I tried: sudo apt install linux-headers-$(uname -r) says there is some c compiler requirement that is not fulfilled. And, there are broken packages that are being held back. I have gone deep into

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Paul Johnson
On Thu, Sep 15, 2022, 09:46 Bret Busby wrote: > My understanding is that, to run Linux, or, any non-MS operating system, > with nvidia graphics, especially, if you have nvidia Optimus, you need > to run Ubuntu Linux. > Have you looked at the Debian wiki? Because the Nvidia pages do correctly sh

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Anssi Saari
Bret Busby writes: > My understanding is that, to run Linux, or, any non-MS operating > system, with nvidia graphics, especially, if you have nvidia Optimus, > you need to run Ubuntu Linux. Maybe in 2012 that was the case? I have 2016 vintage HP zbook gen3 which worked without issue when I put D

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Charles Curley
On Thu, 15 Sep 2022 15:01:24 +0200 Thomas Anderson wrote: > I have tried a couple of > times to upgrade, but all attempts have failed. Thus, why I am still > stick on 9. I don't like it, and still want to upgrade. The only way to upgrade is one major version at a time. In your case, 9 -> 10, t

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Bret Busby
lso I have been stuck on installing a simple nvidia driver, also for months. I can install both the backports version and the downloaded from nvidia version, but a driver can never be loaded because of some linux headers error.  I know nvidia and linux have never been nice to each other. I

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Dan Ritter
Thomas Anderson wrote: > The primary problem is that I have a lot of important systems (email, > cloud), and other less important (web host). Simple dist-upgrades have > always broken my mail server, that I was not immediately able to recover > (fortunately, I had made a backup before). I have tri

Re: linux headers and upgrading nvidia driver

2022-09-15 Thread Greg Wooledge
On Thu, Sep 15, 2022 at 03:01:24PM +0200, Thomas Anderson wrote: > How can i find the linux header, to point my driver to? apt-get install linux-headers-$(uname -r)

linux headers and upgrading nvidia driver

2022-09-15 Thread Thomas Anderson
imple nvidia driver, also for months. I can install both the backports version and the downloaded from nvidia version, but a driver can never be loaded because of some linux headers error.  I know nvidia and linux have never been nice to each other. I think these problems are related. I currently

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64 ?

2021-12-18 Thread Andrei POPESCU
On Mi, 15 dec 21, 10:33:05, David wrote: > On Wed, 15 Dec 2021 at 03:18, Kiyanovski, Arthur wrote: > > > TL;DR - How do I get the Linux headers or source code for kernel > > 3.16.0-4-amd64 Debian 8.0? > > The version number of a Debian kernel package is not the sam

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64

2021-12-15 Thread Thomas Schmitt
Hi, Kiyanovski, Arthur wrote: > Thomas, You found 3.16.7-ckt9-3 snapshot which is very close. Close, but no cigar. Have a nice day :) Thomas

RE: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64

2021-12-15 Thread Kiyanovski, Arthur
>-Original Message- >From: Thomas Schmitt >Sent: Tuesday, December 14, 2021 7:17 PM >To: debian-user@lists.debian.org >Cc: Kiyanovski, Arthur >Subject: RE: [EXTERNAL] How to get linux headers or source code for debian >8.0 kernel 3.16.0-4-amd64 > >CAUTION:

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64 ?

2021-12-14 Thread David
On Wed, 15 Dec 2021 at 03:18, Kiyanovski, Arthur wrote: > TL;DR - How do I get the Linux headers or source code for kernel > 3.16.0-4-amd64 Debian 8.0? The version number of a Debian kernel package is not the same thing as the version number of the kernel that it contains. For example

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64

2021-12-14 Thread Thomas Schmitt
Hi, i wrote: > linux-headers-3.16.0-4-all-arm64_3.16.7-ckt9-3_arm64.deb Wrong copy+paste. But there is an amd64 variant of it, too: linux-headers-3.16.0-4-all-amd64_3.16.7-ckt9-3_amd64.deb Have a nice day :) Thomas

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64

2021-12-14 Thread Thomas Schmitt
Hi, > How do I get the Linux headers or source code for kernel > 3.16.0-4-amd64 Debian 8.0? Are you sure that this is the version code which you should be looking for if interested in source ? According to my mail archives uname -a on a Debian 8.1 says: Linux ts6 3.16.0-4-amd64 #1 SMP

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64 ?

2021-12-14 Thread deloptes
Kiyanovski, Arthur wrote: > But it got the sources for kernel linux-3.16.84 and not 3.16.0-4 > > Can you please help me? I need to make sure my code compiles on this > kernel but I can't get its sources or headers ☹ you sure you are not on ubuntu https://howtoinstall.co/en/lin

Re: How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64 ?

2021-12-14 Thread Christian Britz
On 2021-12-14 17:00 UTC+0100, Kiyanovski, Arthur wrote: > Hi, > > TL;DR - How do I get the Linux headers or source code for kernel > 3.16.0-4-amd64 Debian 8.0? Hi Arthur, I don't find this kernel version on snapshots.debian.org. I assume that AWS uses it's own kernel

How to get linux headers or source code for debian 8.0 kernel 3.16.0-4-amd64 ?

2021-12-14 Thread Kiyanovski, Arthur
Hi, TL;DR - How do I get the Linux headers or source code for kernel 3.16.0-4-amd64 Debian 8.0? What I tried and failed doing: --- I have an AWS instance with kernel: 3.16.0-4-amd64 apt-cache search doesn’t find a relevant package. I tried updating the etc

Re: help: apt stuck at 0% [Waiting for headers]

2021-07-21 Thread Greg Wooledge
On Wed, Jul 21, 2021 at 03:48:08PM -0500, Michael Morgan wrote: > I need some help here. I worked in a university and have a linux (debian 9) > machine with DHCP. For some reason I needed a static IP and two weeks ago > the university sent someone who helped me set up the static IP. From what I > s

help: apt stuck at 0% [Waiting for headers]

2021-07-21 Thread Michael Morgan
twork/interfaces". However, I found that now I cannot update/install packages. "apt update" stuck at "0% [Waiting for headers]" for a long time and then give the following message: Ign:1 http://security.debian.org/debian-security stretch/updates InRelease Ign:2 http://ftp.us.debia

Re: Thunderbird: how can I set permanent custom headers?

2021-05-15 Thread tomas
[...] > I added: > > > user_pref("mail.identity.id1.headers", "archive"); > user_pref("mail.identity.id1.header.archive", "X-No-Archive: yes"); [...] I quote part of the headers I see in your mail: | User-Agent:

Re: Thunderbird: how can I set permanent custom headers?

2021-05-15 Thread Jonathan Dowland
On Fri, May 14, 2021 at 08:13:56PM +0100, Ottavio Caruso wrote: Groups.io are not official Thunderbird mailing lists. Anybody can create a Debian-devel mailing list on groups.io. debian-user is not an official Thunderbird list either. At least everyone on those groups.io lists will be familiar

Re: Thunderbird: how can I set permanent custom headers?

2021-05-14 Thread didier gaumet
Le 14/05/2021 à 21:13, Ottavio Caruso a écrit : Groups.io are not official Thunderbird mailing lists. Anybody can create a Debian-devel mailing list on groups.io. Hello, You may ask a question on the Thunderbird official forum there: https://support.mozilla.org/en-US/questions/new

Re: Thunderbird: how can I set permanent custom headers?

2021-05-14 Thread davidson
ce using any mozilla product whatsoever. Caveat lector. Sometimes I read stuff here, though: [a sort of wiki for mozilla things] http://kb.mozillazine.org/Knowledge_Base Today the kb.mozillazine.org server seems to be having some trouble, but there is this page at the wayback machin

Re: Thunderbird: how can I set permanent custom headers?

2021-05-14 Thread Bret Busby
On 14/5/21 6:44 pm, Ottavio Caruso wrote: Hi, For the lack of a dedicated Thunderbird mailing list, I am forced to ask here. I am using Debian Buster. I have set up a custom header (X-no-archive) using this guide: https://www.lifewire.com/arbitrary-custom-heading-email-thunderbird-1173089 It

Re: Thunderbird: how can I set permanent custom headers?

2021-05-14 Thread Marc Auslander
Ottavio Caruso writes: >Hi, > >For the lack of a dedicated Thunderbird mailing list, I am forced to >ask here. > ... try alt.comp.software.thunderbird

Re: Thunderbird: how can I set permanent custom headers?

2021-05-14 Thread Darac Marjal
On 14/05/2021 11:44, Ottavio Caruso wrote: > Hi, > > For the lack of a dedicated Thunderbird mailing list, I am forced to > ask here. > > I am using Debian Buster. I have set up a custom header (X-no-archive) > using this guide: > https://www.lifewire.com/arbitrary-custom-heading-email-thunderbird

Re: openssl headers missing while installing psiphon on Debian 10

2019-09-10 Thread Ulf Volmer
On 08.09.19 20:03, Tapas Mishra wrote: > On Sun, Sep 8, 2019 at 2:56 PM Ulf Volmer wrote: >> >> On 08.09.19 01:28, Tapas Mishra wrote: >> >>> configure: error: *** OpenSSL headers missing >> >> Install libssl-dev. > > Ok thanks I did install libs

Re: openssl headers missing while installing psiphon on Debian 10

2019-09-08 Thread Tapas Mishra
On Sun, Sep 8, 2019 at 2:56 PM Ulf Volmer wrote: > > On 08.09.19 01:28, Tapas Mishra wrote: > > > configure: error: *** OpenSSL headers missing > > Install libssl-dev. Ok thanks I did install libssl-dev sudo apt-get install libssl-dev https://pastebin.com/EYpswMRv I go

Re: openssl headers missing while installing psiphon on Debian 10

2019-09-08 Thread Ulf Volmer
On 08.09.19 01:28, Tapas Mishra wrote: > configure: error: *** OpenSSL headers missing Install libssl-dev. Best regards Ulf

openssl headers missing while installing psiphon on Debian 10

2019-09-07 Thread Tapas Mishra
/ANGa0c7q to get rid of above error I did sudo apt-get install libz-dev Then I did ./configure and found a new error configure: error: *** OpenSSL headers missing full message can be seen here https://pastebin.com/9XFUYZkk I then tried doing debian@debian:~/psiphon/openssh-5.9p1$ sudo apt-get install

Re: [OT] NNTP and SMTP Headers (was: Re: Looking for advise to

2019-02-17 Thread Byung-Hee HWANG (황병희, 黃炳熙)
> Because all I saw in that e-mail was pretty typical for GMail user using > Claws-Mail as MUA. i agree with you Reco^^^ my Gnus also tell me the man is GMail user using Claws-Mail as MUA,,, -- ^고맙습니다 _地平天成_ 감사합니다_^))//

Re: [OT] NNTP and SMTP Headers (was: Re: Looking for advise to replac Pan newsreader)

2019-02-17 Thread Reco
> > > > > > > Claws-mail. I don't follow it on NNTP as some do. All you have to > > > > do to recieve the list via email is subscribe. > > > > > > Your headers, however, indicate that you follow it through newsgroup > > > gmane.linux.debian.user.

Re: [OT] NNTP and SMTP Headers (was: Re: Looking for advise to replac Pan newsreader)

2019-02-17 Thread Siard
; > > > > Abandoned NNTP and pan a year ago. > > > > > > > > And may I ask you what do you use to follow this very maillist? > > > > > > Claws-mail. I don't follow it on NNTP as some do. All you have to > > > do to recieve th

[OT] NNTP and SMTP Headers (was: Re: Looking for advise to replac Pan newsreader)

2019-02-17 Thread Reco
I've never done so. > > > > Abandoned NNTP and pan a year ago. > > > > > > And may I ask you what do you use to follow this very maillist? > > > > Claws-mail. I don't follow it on NNTP as some do. All you have to do > > to recieve the li

[OT] NNTP and SMTP Headers (was: Re: Looking for advise to

2019-02-17 Thread Reco
ws-mail. I don't follow it on NNTP as some do. All you have to do > > to recieve the list via email is subscribe. > > Your headers, however, indicate that you follow it through newsgroup > gmane.linux.debian.user. Can you elaborate which SMTP headers in particular led you to

Vulcan headers issue

2019-02-02 Thread Marek Mosiewicz
Hello, I browsed Chromium sources and I noticed Vulcan headers issue. Vulcan is library from Khronos (http://khronos.org) - same organization which maintains OpenGL and WebGL standards. As far as I remember OpenGL is MIT licensed which is permissive GPL 2 compatibile license. Unfortunetly

Re: vbox cannot find headers, although they are installed

2018-01-09 Thread Curt
On 2018-01-07, Harry Putnam wrote: > > Building the main Guest Additions module ...fail! > (Look at /var/log/vboxadd-install.log to find out what went wrong) > Doing non-kernel setup of the Guest Additions ...done. > You have performed apt-get install build-essential module-assistant and m-a

Re: vbox cannot find headers, although they are installed

2018-01-08 Thread Mike Kupfer
Harry Putnam wrote: > root # bash ./VBoxLinuxAdditions.run > Verifying archive integrity... All good. > Uncompressing VirtualBox 5.0.40 Guest Additions for Linux 5.0.40 is pretty old, and Googling for "virtualbox linux 4.14 guest" shows a couple reports about the Guest Additions not

Re: vbox cannot find headers, although they are installed

2018-01-08 Thread Harry Putnam
ouput says it cannot find >> the headers for the running kernel. >> >> I have checked, rechecked and reinstalled the headers but still get >> the message that they cannot be found and the kernel module build then >> fails. >> >> (Note: All debian systems mentio

Re: vbox cannot find headers, although they are installed

2018-01-08 Thread Harry Putnam
ll looking for the headers of the > higher > kernel version and cannot find them. I ran into that problem before. > In that case you will have to deinstall VBox completely and install it again. > You can retain the virtual installations and later incorporate them into VBox > again. No,

Re: vbox cannot find headers, although they are installed

2018-01-07 Thread Eike Lantzsch
On Saturday, January 6, 2018 8:36:38 PM -03 Harry Putnam wrote: > Having a problem getting the vbox guest additions on a `testing' > install to allow for larger monitor resolution. > > When I attempt to install the additions the ouput says it cannot find > the headers fo

Re: vbox cannot find headers, although they are installed

2018-01-07 Thread Harry Putnam
do to me... didn't understand what I was reading, maybe it will to you: grep: /lib/modules/4.14.0-2-amd64/build/include/linux/version.h: No such file or directory make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/4.14.0-2-amd64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 module

Re: vbox cannot find headers, although they are installed

2018-01-07 Thread x9p
On Sat, January 6, 2018 11:36 pm, Harry Putnam wrote: ... > (Look at /var/log/vboxadd-install.log to find out what went wrong) ... the line above can explain a lot. cheers. -- x9p | PGP : 0x03B50AF5EA4C8D80 / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE "I don't know where I'm going fro

vbox cannot find headers, although they are installed

2018-01-06 Thread Harry Putnam
Having a problem getting the vbox guest additions on a `testing' install to allow for larger monitor resolution. When I attempt to install the additions the ouput says it cannot find the headers for the running kernel. I have checked, rechecked and reinstalled the headers but still ge

Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Gene Heskett
On Monday 02 October 2017 06:39:00 Reco wrote: > On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote: > > On Monday 02 October 2017 03:00:28 Reco wrote: > > > Hi. > > > > > > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote: > > > > This is the second time I've tried to send t

Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Reco
On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote: > On Monday 02 October 2017 03:00:28 Reco wrote: > > > Hi. > > > > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote: > > > This is the second time I've tried to send this. The first one just > > > disappeared to the bit bu

Re: Missing linux-headers-4.7.8-1~bpo8+1

2017-01-08 Thread Pascal Hambourg
Le 08/01/2017 à 15:32, Graham McNeil-Watson a écrit : | $ sudo apt-get install linux-headers-generic (...) | Package linux-headers-generic is not available, but is referred to by another package. | This may mean that the package is missing, has been obsoleted, or is only available from

Missing linux-headers-4.7.8-1~bpo8+1

2017-01-08 Thread Graham McNeil-Watson
I'm having trouble getting VirtualBox to work on Debian on my laptop: Manufacturer: ASUSTeK COMPUTER INC. Product Name: UX305CA Version: 1.0 | $ VirtualBox | WARNING: The character device /dev/vboxdrv does not exist. | Please install the virtualbox-dkms package and the appropriate | headers,

Re: user agent headers and elinks?

2016-11-04 Thread Morten Bo Johansen
On 2016-11-03 Karen Lewellen wrote: > Hi all, > Here at shellworld we are using Ubuntu 16.04 with elinks compiled to > support java scripting. > I am working with the partner indigogo site generosity, > www.generosity.com > even in elinks the site does not allow one to log in or create an > ac

user agent headers and elinks?

2016-11-03 Thread Karen Lewellen
Hi all, Here at shellworld we are using Ubuntu 16.04 with elinks compiled to support java scripting. I am working with the partner indigogo site generosity, www.generosity.com even in elinks the site does not allow one to log in or create an account. Now, just for kicks, I tried visiting the

Re: Deb 8.4 OpenSSL headers

2016-10-18 Thread Greg Wooledge
On Mon, Oct 17, 2016 at 04:57:33PM -0500, Nicholas Geovanis wrote: > Thanks very much, that was the correct name: libssl-dev, not openssl-dev or > similar...Nick In general, use apt-cache search to find packages when you don't know the exact names. $ apt-cache search --names-only ssl dev libace-i

Re: Deb 8.4 OpenSSL headers

2016-10-17 Thread Nicholas Geovanis
Thanks very much, that was the correct name: libssl-dev, not openssl-dev or similar...Nick On Mon, Oct 17, 2016 at 4:33 PM, deloptes wrote: > Nicholas Geovanis wrote: > > > I can't tell which debian 8.4 package provides the C headers for OpenSSL, > > the "Usual sus

Re: Deb 8.4 OpenSSL headers

2016-10-17 Thread deloptes
Nicholas Geovanis wrote: > I can't tell which debian 8.4 package provides the C headers for OpenSSL, > the "Usual suspects" such as openssl-devel and the like do not exist, > dpkg-query doesn't seem to find anything likely. Would some kind person > give me a

Deb 8.4 OpenSSL headers

2016-10-17 Thread Nicholas Geovanis
I can't tell which debian 8.4 package provides the C headers for OpenSSL, the "Usual suspects" such as openssl-devel and the like do not exist, dpkg-query doesn't seem to find anything likely. Would some kind person give me a clue where to find the OpenSSL C header files in

Re: What pkg provides openssl headers?

2016-07-16 Thread kamaraju kusumanchi
On Fri, Jul 15, 2016 at 5:14 PM, Nicholas Geovanis wrote: > Hi - I'm somewhat new to debian. I'm building the nagios NRPE plugin on > Debian Jessie. Its configure script fails the check for SSL header files > with "Cannot find SSL headers". Which Debian package pro

Re: What pkg provides openssl headers?

2016-07-15 Thread mudongliang
On 07/15/2016 05:14 PM, Nicholas Geovanis wrote: Hi - I'm somewhat new to debian. I'm building the nagios NRPE plugin on Debian Jessie. Its configure script fails the check for SSL header files with "Cannot find SSL headers". Which Debian package provides them? Thanks..

Re: What pkg provides openssl headers?

2016-07-15 Thread mudongliang
On 07/15/2016 05:14 PM, Nicholas Geovanis wrote: Hi - I'm somewhat new to debian. I'm building the nagios NRPE plugin on Debian Jessie. Its configure script fails the check for SSL header files with "Cannot find SSL headers". Which Debian package provides them? Thanks

What pkg provides openssl headers?

2016-07-15 Thread Nicholas Geovanis
Hi - I'm somewhat new to debian. I'm building the nagios NRPE plugin on Debian Jessie. Its configure script fails the check for SSL header files with "Cannot find SSL headers". Which Debian package provides them? Thanks.Nick

Re: Is it possible to install older linux-headers on Debian 8

2015-06-18 Thread Reco
zed that I was wrong. linux-headers-3.16-0-4-686-pae package actually provides ata.h, although it's location is unconventional somewhat. Specifically, /usr/src/linux-headers-3.16.0-4-686-pae/include/config/ata.h So, it's no wonder that scons is unable to locate the needed header. Not is wa

Re: Is it possible to install older linux-headers on Debian 8

2015-06-18 Thread Dhiraj Bhor
I have tried second option but it gave me error like > *$ sudo dpkg -i linux-kernel-headers_2.6.18-7_i386.deb* > Selecting previously unselected package linux-kernel-headers. > dpkg: regarding linux-kernel-headers_2.6.18-7_i386.deb containing > linux-kernel-headers: > linux-libc-de

Re: Is it possible to install older linux-headers on Debian 8

2015-06-18 Thread Dhiraj Bhor
I am not in position to take first option. I have tried second option but it gave me error like *$ sudo dpkg -i linux-kernel-headers_2.6.18-7_i386.deb* Selecting previously unselected package linux-kernel-headers. dpkg: regarding linux-kernel-headers_2.6.18-7_i386.deb containing linux-kernel

Re: Is it possible to install older linux-headers on Debian 8

2015-06-16 Thread Reco
akefile:116: recipe for target 'test' failed > make: *** [test] Error 2 > > I searched on internet but no clue. > I have linux-headers installed and here is output: > $ dpkg -l | grep linux-headers > ii  linux-headers-3.16.0-4-686-pae 3.16.7-ckt9-3~d

Re: Is it possible to install older linux-headers on Debian 8

2015-06-16 Thread Dhiraj Bhor
^ > compilation terminated. > scons: *** [OUTPUT/MyCppFile.o] Error 1 > scons: building terminated because of errors. > Makefile:116: recipe for target 'test' failed > make: *** [test] Error 2 > > I searched on internet but no clue. > I have linux-he

Is it possible to install older linux-headers on Debian 8

2015-06-15 Thread Dhiraj Bhor
27; failed make: *** [test] Error 2 I searched on internet but no clue. I have linux-headers installed and here is output: $ dpkg -l | grep linux-headers ii linux-headers-3.16.0-4-686-pae 3.16.7-ckt9-3~deb8u1 i386 Header files for Linux 3.16.0-4-686-pae ii linux-headers-3.16.0-4-comm

Re: linux-headers-3.18 & linux-kbuild-3.18

2015-01-11 Thread Sven Joachim
On 2015-01-11 16:47 +0100, George Shuklin wrote: > I can't install linux 3.18 because all dkms modules wants headers, and > headers can not be installed due lack of linux-kbuild-3.18. I thought > it's temporal, but it is already almost month, and > linux-headers-3.18.

linux-headers-3.18 & linux-kbuild-3.18

2015-01-11 Thread George Shuklin
Hello. I can't install linux 3.18 because all dkms modules wants headers, and headers can not be installed due lack of linux-kbuild-3.18. I thought it's temporal, but it is already almost month, and linux-headers-3.18.0-trunk-all can not be installed Is this just a lag/issue,

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Scott Ferguson
On 21/10/14 17:41, Michael Ole Olsen wrote: > Who needs to document their own pc they hack on daily? Most humans? No one knows what they've forgotten. The more important a customisation is - the longer you'll use it, the more likely you'll forget it (or the details of it), and the more critical

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-21 Thread Thorsten Glaser
On Tue, 21 Oct 2014, Michael Ole Olsen wrote: > suddenly I couldnt just place a script in rc2.d folder anymore, needed to > symlink > needed to add an lsb header too it seems Indeed. It took me quite some effort to learn about LSB headers, exit codes, SYSV init scripts, and all that,

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-20 Thread Steve Litt
On Tue, 21 Oct 2014 08:41:19 +0200 Michael Ole Olsen wrote: > Who needs to document their own pc they hack on daily? > > suddenly I couldnt just place a script in rc2.d folder anymore, > needed to symlink needed to add an lsb header too it seems > > maybe I'm overlooking something > > I prefer

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-20 Thread Jonathan Dowland
On Tue, Oct 21, 2014 at 08:41:19AM +0200, Michael Ole Olsen wrote: > would be nice to be able to place a script in rc2.d folder again, even though > it isn't a symlink > > it seems that 'feature' has been removed in the new debians Not sure when it broke, probably quite a long time ago, but this

Re: LSB headers and other junk, how do you hack a quick init script in debian these days?

2014-10-20 Thread Michael Ole Olsen
Who needs to document their own pc they hack on daily? suddenly I couldnt just place a script in rc2.d folder anymore, needed to symlink needed to add an lsb header too it seems maybe I'm overlooking something I prefer to hack on my own without using debian tools, update-rc.d i.e. would be nic

Re: exact name of headers for 3.14-1-486

2014-07-25 Thread Curt
On 2014-07-24, Harry Putnam wrote: > > I can't find anything under that name. Or even just searching on > virtualbox > Oops. Sorry. Not available in jessie. How 'bout just good old dkms like the other guy said? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: exact name of headers for 3.14-1-486

2014-07-25 Thread Klaus
On 24/07/14 22:36, Harry Putnam wrote: > Klaus writes: >> >> $ apt-cache show linux-headers-3.14-1-486 >> > Thanks, but as my earlier post shows ... I do have that installed > That misses the point ;-) Besides, you explicitly asked which of your installed pkgs is the

Re: exact name of headers for 3.14-1-486

2014-07-24 Thread Harry Putnam
Curt writes: > On 2014-07-23, Harry Putnam wrote: >> >> Any ideas why vbox continues to report not finding header files for my >> running kernel? > > I don't know. Have you installed "virtualbox-guest-dkms"? > > Yes, I'm answering a question with a question. I'll take my turn at it too: Do you

Re: exact name of headers for 3.14-1-486

2014-07-24 Thread Harry Putnam
Klaus writes: > On 23/07/14 21:36, Harry Putnam wrote: >> uname -r: >> >> 3.14-1-486 > > $ apt-cache show linux-headers-3.14-1-486 > > > Depends: linux-headers-3.14-1-common (= 3.14.12-1), linux-kbuild-3.14, > linux-compiler-gcc-4.8-x86 > Descrip

Re: exact name of headers for 3.14-1-486

2014-07-24 Thread Harry Putnam
Curt writes: > On 2014-07-23, Harry Putnam wrote: >> >> Any ideas why vbox continues to report not finding header files for my >> running kernel? > > I don't know. Have you installed "virtualbox-guest-dkms"? > > Yes, I'm answering a question with a question. Are talking about a debian pkg? If

Re: exact name of headers for 3.14-1-486

2014-07-24 Thread Klaus
On 23/07/14 21:36, Harry Putnam wrote: > uname -r: > > 3.14-1-486 $ apt-cache show linux-headers-3.14-1-486 Depends: linux-headers-3.14-1-common (= 3.14.12-1), linux-kbuild-3.14, linux-compiler-gcc-4.8-x86 Description-en: Header files for Linux 3.14-1-486 This package pro

  1   2   3   4   5   6   7   8   9   10   >