PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > kernel headers and vmware
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

kernel headers and vmware

Réponse
 
LinkBack Outils de la discussion
Vieux 18/11/2007, 13h40   #1
Steve Kleene
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut kernel headers and vmware

This machine is running Etch 2.6.18-5-686. For some time, "apt upgrade" has
been holding back linux-kernel-headers_2.6.18-6. I just installed it anyway.
I rebooted, and the only problem I see so far is that I can't get vmware
rebuilt. But first:

1. Was it a mistake to install linux-kernel-headers_2.6.18-6?
2. If so, can I just uninstall it without causing havoc?

If the answer is "leave it installed", I can get back to the vmware issue.
I have installed vmware with no problems with the any-any-update on three
previous machines but am stuck now.

Thanks.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 18/11/2007, 13h50   #2
Raj Kiran Grandhi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

Steve Kleene wrote:
> This machine is running Etch 2.6.18-5-686. For some time, "apt upgrade" has
> been holding back linux-kernel-headers_2.6.18-6. I just installed it anyway.
> I rebooted, and the only problem I see so far is that I can't get vmware
> rebuilt. But first:
>
> 1. Was it a mistake to install linux-kernel-headers_2.6.18-6?
> 2. If so, can I just uninstall it without causing havoc?


I always use apt-get install linux-headers-`uname -r`. This will install
the headers for the running kernel. If you always boot into the same
kernel, then you can safely remove the other linux-image and
linux-headers packages.

>
> If the answer is "leave it installed", I can get back to the vmware issue.
> I have installed vmware with no problems with the any-any-update on three
> previous machines but am stuck now.
>


Which version of vmware are you using? The recent version no longer
needs the any-any update.


--
Raj Kiran Grandhi


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 18/11/2007, 14h20   #3
Steve Kleene
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

On Sun, 18 Nov 2007 08:30:16 -0500, I wrote:

> This machine is running Etch 2.6.18-5-686. For some time, "apt upgrade" has
> been holding back linux-kernel-headers_2.6.18-6. I just installed it anyway.
> I rebooted, and the only problem I see so far is that I can't get vmware
> rebuilt.


On Sun, 18 Nov 2007 19:15:44 +0530, Raj Kiran Grandhi replied:

> I always use apt-get install linux-headers-`uname -r`.


I did this and rebooted, and vmware is still unhappy.

> Which version of vmware are you using? The recent version no longer
> needs the any-any update.


The machine in question has VMware Server 1.0.2 (2/28/07) build 39867. I've
been meaning to install a newer version but want to make sure that I won't
have to also rebuild the virtual XP machine, which was a terror to get right.
But I'm pretty sure I can leave that in place.

Thanks.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 18/11/2007, 19h10   #4
Steve Kleene
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut kernel headers and vmware

On Sun, 18 Nov 2007 08:30:16 -0500, I wrote:
> This machine is running Etch 2.6.18-5-686. For some time, "apt upgrade" has
> been holding back linux-kernel-headers_2.6.18-6. I just installed it anyway.
> I rebooted, and the only problem I see so far is that I can't get vmware
> rebuilt.


I have vmware working again. I uninstalled all of the old linux-headers,
reinstalled the one that matches my kernel, and then also had to install the
g++ package. I don't know if every bit of this was necessary, but it worked.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 19/11/2007, 20h20   #5
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

Steve Kleene wrote:
> On Sun, 18 Nov 2007 08:30:16 -0500, I wrote:
>> This machine is running Etch 2.6.18-5-686. For some time, "apt upgrade" has
>> been holding back linux-kernel-headers_2.6.18-6. I just installed it anyway.
>> I rebooted, and the only problem I see so far is that I can't get vmware
>> rebuilt.

>
> I have vmware working again. I uninstalled all of the old linux-headers,
> reinstalled the one that matches my kernel, and then also had to install the
> g++ package. I don't know if every bit of this was necessary, but it worked.
>
>

And did you use build 39867?

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 19/11/2007, 20h50   #6
Steve Kleene
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

On Sun, 18 Nov 2007 14:00:36 -0500, I wrote:
> I have vmware working again. I uninstalled all of the old linux-headers,
> reinstalled the one that matches my kernel, and then also had to install the
> g++ package. I don't know if every bit of this was necessary, but it worked.


On Mon, 19 Nov 2007 14:14:24 -0600, Hugo Vanwoerkom asked:
> And did you use build 39867?


Yes, I used 39867, the same build I've always had on that machine. I had the
headers that matched my kernel (2.6.18-5) the whole time, but after I also
added linux-kernel-headers_2.6.18-6, vmware thought it was no longer
correctly configured. Once I added g++ (to get cc1plus), vmware made its
modules again and was happy. (Originally it had done that even without g++.)

I may upgrade VMware Server soon, but I wanted to make sure that I could at
least get 39867 working first.

Thanks.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 19/11/2007, 22h30   #7
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

Steve Kleene wrote:
> On Sun, 18 Nov 2007 14:00:36 -0500, I wrote:
>> I have vmware working again. I uninstalled all of the old linux-headers,
>> reinstalled the one that matches my kernel, and then also had to install the
>> g++ package. I don't know if every bit of this was necessary, but it worked.

>
> On Mon, 19 Nov 2007 14:14:24 -0600, Hugo Vanwoerkom asked:
>> And did you use build 39867?

>
> Yes, I used 39867, the same build I've always had on that machine. I had the
> headers that matched my kernel (2.6.18-5) the whole time, but after I also
> added linux-kernel-headers_2.6.18-6, vmware thought it was no longer
> correctly configured. Once I added g++ (to get cc1plus), vmware made its
> modules again and was happy. (Originally it had done that even without g++.)
>
> I may upgrade VMware Server soon, but I wanted to make sure that I could at
> least get 39867 working first.
>


I use VMware Server 56528 and am quite happy with it.
Wished I could start vmware + XP without the intervening prompts of the
vmserver-console.

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 20/11/2007, 02h00   #8
Steve Kleene
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: kernel headers and vmware

On Mon, 19 Nov 2007 16:25:58 -0600, Hugo Vanwoerkom wrote:
> I use VMware Server 56528 and am quite happy with it.
> Wished I could start vmware + XP without the intervening prompts of the
> vmserver-console.


I've been very happy with 39867 except that the moment my USB scanner starts
to scan, it crashes the whole virtual XP machine. The manual indicates that
the behavior with USB scanners is unpredictable.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h24.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,21544 seconds with 16 queries