Ubuntu :: Difference Between The Server Kernel And The One That Ships With Desktop?
Jan 19, 2010
I installed Ubuntu Server recently and really liked the ability to customized everything that was installed on it. Although I'm a little cautious about installing the server edition on my laptop, is there a Debian based distro that comes as empty as Ubuntu Server? If not, what's the difference between the server kernel and the one that ships with Ubuntu Desktop?
View 9 Replies
ADVERTISEMENT
Oct 29, 2010
A few upgrades ago, I had also a desktop-kernel installed. I tried starting with the standard and the desktop kernel, but could not see a difference. Why this desktop-kernel and what's the difference with the standard kernel?
HP laptop with Intel(R) Core(TM)2 CPU T5600 - OpenSUSE 11.3 -KDE4.4.4
View 2 Replies
View Related
Mar 7, 2011
Currently I am looking at the following way to solve my problem that uses more than 3GB RAM on 32-bit Ubuntu.
[url]
For various reasons, I am trying to downgrade server kernel to desktop kernel. Can anyone given me some ideas?
View 5 Replies
View Related
Jul 3, 2011
It sounds like he's making a difference between the kernel "source code" and the kernel itself(as in the downloaded file/ files) but the way he talks about both is the same.So then, if one had already "installed" the "kernel sources code," why would he need the "tarball with the newest Linux kernel?" He's already "installed" a kernel, right?
View 3 Replies
View Related
Feb 17, 2009
and what is the diffrent. i now about the server only use command and desktop use both so. am trying to host some sites which one will you recomend.
View 5 Replies
View Related
Jun 13, 2011
KDE ships with the Dragon player for video playback. Trying it many times I still find it hard to use with clunky interface and playback problems, and I go back to MPlayer. How many in openSuse community use Dragon player?
View 9 Replies
View Related
Jan 7, 2010
I have installed CentOS 5.4 & am trying to install VirtualBox on it. To install VirtualBox I run the command:
yum localinstall path/Virtualbox.rpm
It runs through the dependency check & says everything is fine. It installs the rpm & then says that compiling of the kernel module failed & that VirtualBox will not start until this is fixed, & that the most like cause is that the kernel sources are not installed.
I have installed the kernel-devel package & have the kernel source tree located at /usr/src/kernel/2.6....
View 3 Replies
View Related
Dec 21, 2009
I am new to Linux. I want to set up a home file/media server using Linux and have been investigating the possibility of using OpenSUSE for this task for a couple days now. I posted up some questions over at linux questions, but figured this one would be better suited for the OpenSUSE forum. My question is simple, is there any fundamental difference between OpenSUSE Server, and OpenSUSE desktop?
What I mean is, is there any difference to the basic programming of the operating system. From what I gather, when you install a Linux Distro for a server, it is just a striped down version of the desktop install. It has no GUI, and installs the complete bare minimum of software to get your server up and running. Is this correct? I am asking these questions because, as I said, I am new to Linux. I am not comfortable using command line only, and would very much like to install the desktop version of OpenSUSE, plus Samba, openSSH and Webadmin, then use that configuration for a server. Would setting up OpenSUSE as I stated above be the same as using the server install, just more "bloated?" Or is the server version of OpenSUSE coded differently?For example, comparing Windows Vista to Windows Home Server. Windows Vista isn't practical to use as a home server OS, simply because it was never coded to be one. Where as Home Server comes with software and is setup to be a server.
From what I understand, and I could be wrong, and please correct me if I am. Linux is much different. Any Linux distro can be a server, even the desktop version. You just need to get the proper programs (like Samba, SSH, Webadmin) for the job. The people who use the Server version, simply just want something less bloated then the desktop version, but the desktop version works just as good as a server if you have the proper hardware? I was debating on putting Windows Home server on the machine, but very much want to learn Linux, and figure this is as good of an opportunity as any. It also helps that a desktop install of OpenSUSE takes less resources then Windows Home Server.
View 7 Replies
View Related
Aug 26, 2010
What is the difference between those kernels that you can install from this PPA:
[URL]
ppa:kernel-ppa/ppa
...which currently has 2.6.35-19.25-generic
AND
[URL]
...which currently has 2.6.35.3-maverick (even has later version 2.6.36-rc2-maverick)
AND
[URL]
...which currently has 2.6.35.3 (even has later versions 2.6.36-rc2 and 2.6.36-rc2-git4)
Are they the same? Which is newer? Is 2.6.35-19-generic = 2.6.35.3?
View 6 Replies
View Related
May 25, 2011
I used to sync my local directories via smb4k plus synkron to the server. It works like a charm including kernel 2.6.38.BUT with 2.6.39 it doesn't. /var/log/messages says:
Code:
May 25 18:37:01 linux-yg22 sudo: AW : TTY=unknown ; PWD=/etc/samba ; USER=root ; COMMAND=/usr/bin/smb4k_mount -s -t cifs -o
[code]....
View 2 Replies
View Related
Aug 22, 2010
I was going through some exercise given in my school. I have read the C book but I am not able to understand some part. That is static variable. What exactly is a static variable and what does it do? I saw in Linux Kernel Programming external and exported are also some thing. I am not getting the difference between static,EXPORT_SYMBOL,external variable types. If I make a kernel module then how will I make sure that my variable is visible to the kernel. Is this what it is all talking about? I have checked this page [URL].
View 2 Replies
View Related
Sep 9, 2009
What is the difference between kernels which come from the update repository and the plus repository ? Often the same version comes from both, but one says centosplus at the end the other, from the update repository, does not.
View 1 Replies
View Related
Jul 12, 2010
what difference between user and kernel space.
View 2 Replies
View Related
Apr 23, 2010
What is the difference between desktop environment and window manager?
View 3 Replies
View Related
Jun 3, 2009
difference between gnome adn kde desktop in RedhatEL-4.
View 4 Replies
View Related
Jul 3, 2009
I usually custom compile my kernel and generate the header files with the following command:
Code:
fakeroot make-kpkg --initrd --append-to-version=generic-ide kenrel_image kernel_headers
However, I noticed that there are some difference in the headers files that get generated with the above command as compared to the header files that are available from Debian repo. For example, the header files for 2.6.24 kernel have files like:
Code:
debian:/usr/src/linux-headers-2.6.24-etchnhalf.1-686/arch/x86# ls Kconfig Kconfig.cpu Kconfig.debug kernel Makefile Makefile_32 Makefile_32.cpu Makefile_64 However, if I custom compile the above kernel from Debian sources (2.6.24), the headers files does not have the above files:
Code:
debain:/usr/src/linux-headers-2.6.24-generic-ide/arch/x86# ls
boot ia32 Kconfig.cpu kernel lib mach-es7000 mach-visws Makefile mm pci vdso xen
crypto Kconfig Kconfig.debug lguest mach-default mach-generic mach-voyager math-emu oprofile power video
As you can see from above output, files like Makefile_32, Makefile_32.cpu are not present, if I generate kernel headers files using the make-kpkg command as mentioned in the beginning of the post. I happened to notice the above issue, while I was trying to compile a out-of-tree kernel module and the "make" command for those sources (some graphics card drm module) worked with the default header files (linux-headers-2.6.24-etchnhalf.1-686) but did not work with (linux-headers-2.6.24-generic-ide) because it did not find the Makefile_32. Although I was able to fix the problem by copying the Makefile_32 from linux-headers-2.6.24-etchnhalf.1-686 but I would like to know why there is a difference. This is bit of a concern because it unnecessarily breaks the out-of-tree module compilation process because of trivial reasons.
View 4 Replies
View Related
Apr 4, 2011
I am the new child of the linux world. What is the difference and working functions between kernel and shell..
View 5 Replies
View Related
Aug 3, 2010
What is the difference between kernel-source.x.x.x.x.rpm and kernel.x.x.x.src.rpm?
View 2 Replies
View Related
Jul 14, 2010
I have a system with a missing or damaged kernel and I need to reinstall some software to fix it (see this thread for reference removed xen and kernel is gone). I feel fairly certain I can fix my system with the info in that thread however I don't know if this was a 32bit or 64bit system. How can I tell after using the dvd and linux rescue or does it even matter?
View 1 Replies
View Related
Jul 19, 2011
I came along the comment (when you type startx => you won't go to KDM or GDM but directly to your standart desktop= KDE,GNOME,...) at [URL] and would like to know what the difference is if any.
View 2 Replies
View Related
Jul 20, 2011
I've never understood the difference between these terms in http://www.kernel.org:
- snapshot
- mainline
- stable
- longterm
It's not in Kernel's FAQ and I can't find about it on Google.
View 2 Replies
View Related
Aug 7, 2011
Bought a couple new cards to do some bitcoin mining (just an experiment) and before I hook them up I want to know how to use p2pool. im not that good with ports and was wondering how to correctly configure it. I keep getting Bitcoin is downloading blocks errors.
Edit: Im also getting a low mhash rate of 1.5. Is this correct for a geforce 9400m? Im not too worried about it after I use these new cards. and is there a difference in using laptops vs a pci slot desktop video card?
View 1 Replies
View Related
Jan 9, 2010
Is there a description of the features and differences between the Desktop and Default kernels? Did "Desktop" arrive with 11.2 and 2.6.31? I did not notice it at first. I loaded 11.2 on a desktop machine and both default and desktop kernels were loaded to system, with Desktop set as default in grub. I have been working thru several "strange" behaviors ever since loading 11.2. At the top of my list has been the ability to shutdown the system from remote logins. I normally connect to the system via a Xwindows package (Xmanager). X works fine and I could shutdown via the GUI (Application Launcher - Leave-Shutdown).
When connected via a remote ssh link, either from a windows machine or a different linux machine, attempts to shutdown (shutdown -H now) send the expected messages, close the remote connections but leave the system still powered on but in a no-remote-connectivity state. When I upgraded to KDE 4.3.4 following the Forum Repository guidelines, I could no longer shutdown via the GUI. In searching about, I found that the Desktop kernel was running. Changed grub, rebooted under default, shutdown under GUI works again. So, for starters, I am trying to decide which kernel environment (default or desktop) should be my target for continuing to work thru issues.
View 3 Replies
View Related
Jul 2, 2010
Debian Squeeze: Linux jilldando 2.6.32-trunk-486 #1 Sun Jan 10 05:53:18 UTC 2010 i686 GNU/Linux
gdm for desktop manager
I have 4 differences situations, 2 work, 2 do not: So I think my server box (Jill) is messed up.
1) On the server desktop, I can open a console as the gui logged in user and type: xeyes and those eyes appear.echo $DISPLAY :0.0
2) If from that console I log in as another user (ros) and then type:
xeyes I get:
Error: Can't open display:
echo $DISPLAY
(NOTHING)
so that will be a problem.
3) If I ssh into my offices remote server from my XP machine with putty and x-forwarding and then type:
xeyes and those eyes appear.
echo $DISPLAY
localhost:11.0
4) If I ssh into Jill from my XP machine with putty and x-forwarding and then type:
xeyes I get:
Error: Can't open display: echo $DISPLAY (NOTHING)so that will be a problem.
This leads me to think I have something messed up on my Linux box Jill.
I have tried setting DISPLAY= to various values but same error, so this led me to believe something else needs setting. Especially as env yields alot more in situation 1 than in situation 2.
What can I set where, that will allow me run xeyes (anything X) in situations 2 and 4, just like in situation 1 and 3?
View 10 Replies
View Related
Jan 2, 2011
I'm just installed OpenSuse 11.3 (64) on a 30gb SSD, hoping to get virtualbox 4.0 running to virtualize an instance of Windows 7.I went through some pain with my Nvidia video card and actually getting vb to install, but through lots of searching and tinkering got here.I created a vm in the vb control panel, but when I go to start it I get:
Code:
Failed to open a session for the virtual machine Win7Main.
The virtual machine 'Win7Main' has terminated unexpectedly during startup with exit code 1.
[code]....
View 9 Replies
View Related
Feb 11, 2010
I have a system running openSUSE 11.2 with Desktop and XEN kernel, as well as Windows 7 (not by choice though...). I have noticed a strange time issue, with Windows 7 and the desktop kernel the time is correct (like for example now: 1:32 PM) but in the XEN kernel it is ahead several hours (6:32 PM). If it was an issue between openSUSE and windows then I would think that it is a problem with the system clock but I don't know what would cause a time issue between kernels like that.
View 6 Replies
View Related
Jul 21, 2010
differences between Kernel Default and Kernel Desktop? I've found some past threads like this link and this other link, and some other google info, which suggest the only difference would be the io scheduler. Also, I see the default grub choice is "Desktop" and not "Default", so I take this as a suggestion to prefer one over the other.
However, my broadcom 4312 wireless only works on the "default" and not on the "desktop" kernel, so I guess there must be other differences. I just want to evaluate which one is the less long-term risk option to go.
View 1 Replies
View Related
Jun 16, 2010
what the difference is between msql-server and mysql-community-server
View 5 Replies
View Related
Jun 9, 2010
What is difference between Ip based server and Namebase Server in (Linux)?
View 4 Replies
View Related
May 24, 2010
My company support a client with an old Redhead server " Linux version 2.6.9-5.ELsmp [URL] (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005" My IT department wants to move this old server to a VMware machine and I'm trying to check if this project can fly. Me my self never worked on an old Linux server there for my first question is can I upgrade the kernel with the command yum -y install kernel..... and when I'm done I'm still going to have the old kernel just in case?
View 1 Replies
View Related