Debian :: Clean Kernel Using / Features / Commands

Dec 10, 2010

I want try clean compiled linux kernel on system, I want see what can I do with clean linux kernel. I want just on clean partitioned hdd, put grub and linux kernel and then boot it up, so what then I get? Can I input commands like ls?

View 5 Replies


ADVERTISEMENT

Debian :: With Ubuntu - Possible To Clean Packages With The Commands

Dec 15, 2010

With ubuntu it was possible to clean packages with the commands

sudo apt-get autoremove

sudo apt-get autoclean

All not necesseary packages were removed. Packages who didn't no longer has a dependency were removed.

Can this also be done under Debian?

View 12 Replies View Related

Fedora :: What Commands To Use With 14 KDE To Clean Up My System

Apr 18, 2011

When I was on Ubuntu/Debian based Linux Distros, I would open up the terminal and type sudo apt-get autoremove && sudo apt-get clean && sudo apt-get autoclean to clean up my system and I would also use Ubuntu Tweak to clean up as well, what commands do I use with Fedora 14 KDE to clean up my system?

View 2 Replies View Related

General :: Udev - Missing Sysfs Features - Update Kernel

Dec 22, 2009

I just installed Gentoo.

Everything's working fine except for this error I get during bootup: udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option. udev may fail to work correctly

I don't know what to do with this. I built the kernel using the genkernel script. I'm using kernel 2.6.31-gentoo-r6 on an amd64 processor

View 5 Replies View Related

Debian :: Tablet Features For LMDE (Debian Testing), Fujitsu T4310?

Jul 4, 2011

I tend to stay on for long time. My machine is a Fujitsu T4310 tablet. I have got all tablet features previously working properly when I was on Isadora Mint. After installing LMDE to my surprise basic features of the tablet simply worked out of the box but I'm missing a few important features like multitouch, screen rotate and buttons in tablet mode.

As far as my experience with Isadora, it needed a driver called "fjbtndrv", but I couldn't find it in the repos, moreover, I think it might need some tweeks to get it behaving properly. I found some refferences but it refers to other ubuntu based distros, which I can't use of course.

p.s. prefere a solution other than compiling it myself, it looks scary and has lots of dependencies.

View 14 Replies View Related

Debian Multimedia :: New Features In Sid X ?

Jan 14, 2010

I just upgraded my sid install and after shutting down X I don't see any text on the console.

I can still type in commands so at least I can shutdown the computer, by typing in the commands blindly.

I've also noticed that my xserver keybindings have changed again, too

It's not self explainatory howto switch out of an xsession to the console.

I'm not quite sure if anything else has changed with this new set of drivers and I guess only time will tell.

So I'm hoping that the next xserver package updates will bring new features,functionality and foundation.

xserver-common:

View 13 Replies View Related

Debian :: Disable All Wireless Features?

May 19, 2011

I get these messages on Lenny:

Code:
May 19 14:24:46 sslexplorer NetworkManager: <info> Updating allowed wireless network lists.
May 19 14:24:46 sslexplorer NetworkManager: <WARN> nm_dbus_get_networks_cb(): error received:

[code]....

View 2 Replies View Related

CentOS 5 :: CentOS 5 Home Server Power Consumtion? (features, Kernel Versions Etc.)?

Feb 28, 2010

I built a home server (NAS/WWW/SSH/media server etc) and chose CentOS 5 as the OS (stability, easy of configuration).I was just about to start tuning the power consumption when I realised that the kernel CentOS uses is so "old" that it does not support the latest reduced power consumption enhancements that Linux has achieved in big strides in the recent past (we are probably still talking 6-12+ months ago e.g. tickless kernel)..

So my questions; 1) I know CentOS was maybe not meant for home servers (certainly its not its primary purpose), but if it is, any ideas of what kind of power consumption it takes (I know its relative) and if there are particular power consumptions that are worthwhile?

2) Do you recommend me compiling my own 2.6.21+ kernel from kernel.org or am I just likely to have compatibility issues (I really did not want to do that) or when is CentOS 5.4 supposed to have a newer 2.6.21+ version kernel?

Was it wrong of me in principle to choose CentOS for a home server when I am power conscious? (I don't have a low-power VIA processor either but a P4 so I am really just hoping to make do with software changes).

View 4 Replies View Related

Debian :: Enable 3Dnow And Other CPU Related Features?

May 2, 2010

how, and if, I enable 3Dnow, and other CPU related features?

I'm not having any problems or anything to that effect. I am only curious. Is this something that's automatically done? Is this something I must do during compile and install of applications?

haunted@haunted-desktop:~$ sudo grep flags /proc/cpuinfo
flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow

If this is something I must enable manually per application, then for example, if I wanted it enabled for FlightGear, how would I go about doing that?

View 4 Replies View Related

Debian :: Torrent Client With Optional Features

Mar 31, 2010

Please suggest a bit torrent client for Debian which is having optional feature of shutting down the PC when download gets completed (as in BitTorrent, MuTorrent of Windows).

View 2 Replies View Related

Debian :: Changing Features Of A Package After Installation?

Sep 7, 2011

I was recently pushed back towards linux after spending nearly a decade in a windows only environment and I'm finding myself struggling. The reason for the change is that we purchased Kaspersky and the mail gateway is only available under linux. They advised Debian and Exim.

The crux of the problem is that I have a working debian server running with exim4 and kaspersky to act as a gateway mail server but it's not checking inbound mail against the internal servers address list. For this I need to add ldap support to the exim package but I'm not sure how to do this - it seems silly that I should have to start over at this stage.

Full details:= I didn't have too much trouble installing and configuring a debian 64bit server for our network, adding exim4 and getting it all set up to work, then several weeks of hot fix releases and "oh, it shouldn't do that" passed as we attempted to get the Kaspersky software operating properly. During that time I learned that the kaspersky software does not provide a function to check inbound emails against the internal server. Previously we did this with an LDAP lookup under the Sophos Puremessage software that Kaspersky replaced. Without this function the MTA sends out a lot of backscatter that results in the server being put on blocklists and that effects business. Kaspersky tell me this is something I need to set the MTA software (exim4) to do so I've looked that up and it appears that step 1 is to install exim with ldap support... but I've already installed and configured exim without ldap support. So I'm not sure if I have to start over by removing exim, install over the top or what. Also if I do add ldap support or install exim-heavy over what I have will I need to reconfigure everything I've done so far?

as I said, it's been 10 years since I used linux and even then it was fairly basic sendmail and apache stuff.

View 1 Replies View Related

Debian Multimedia :: Missing Features In LXDE?

Mar 27, 2010

I am testing LXDE on my test-laptop and it looks quite nice and fast. I am thinking of switching DE from Gnome.

My question: are there features in Gnome that are missing in LXDE? I can not think of any, so far. The only thing I miss so far is a possibility to edit the menu, as the menu is huge

View 11 Replies View Related

Debian Multimedia :: How To Use Pulseaudio Upnp/dlna Features

Feb 21, 2010

I've noticed in pulseaudio have many options to make my sound discoverable via upnp/dlna server. I've got a ps3 and a Pinnacle Soundbridge, suitable for this protocol and working fine with mt-daapd or ushare.But I would like to use mplayer and making the sound available to my devices. I've activated the options in Pulseaudio (paprefs) but can't play music in my client device and I can't see the server in the lan.this is my config:sound Preferences

> output > DLNA/upnp Streaming (stereo)
paprefs
-Tab Network access

[code]....

View 1 Replies View Related

Debian :: Customize Complete ISO With Desktop GUI And All Regular Features As In Distro

Feb 14, 2016

I tried to customized my new ISO according to this WIKI URL...Eventually I faced some problems:

1. I had no GUI
2. I could not log in regularly

How can I customize a whole complete Debian ISO with Desktop GUI & all regular features as in the distro?

View 3 Replies View Related

Fedora Installation :: F12 Clean Install Stopped - Kernel Panics

Jan 4, 2010

F12 Clean Install stopped with line:
[<c04041a7>] kernel_ thread_helper+0x7/0x10
The machine has completed more than 30 hours of HD cleaning with DBAN (overwrites the HD). It used to be able to run F9 or Ubuntu 8.04 but always returned kernel panic during other distro installation attempts. Why after a complete HD clean though?

View 11 Replies View Related

Fedora :: Removing Kernel Source - RPM Commands?

Sep 25, 2010

I installed the kernel source RPM to add a patch to a driver kernel module that didn't support my NIC. Now that the patch is part of the official source tree I no longer need the kernel source and I want to delete it. Can I just do rm -rf rpmbuild or do I need to run the reverse of the rpm commands described in Section 1 of [URL].

View 2 Replies View Related

Fedora :: 14 - Printer HP Deskjet D1460 And - Paper As Was Clean So Clean And Remains

Dec 18, 2010

I have problem with my printer HP Deskjet D1460. My printer is configured and works. When I send a file on the print, the printer clings a sheet of paper and starts to print, but a paper as was clean so clean and remains, after printing.

View 2 Replies View Related

OpenSUSE Install :: Configured Cron To Clean /tmp Directory - Add Other Locations To Clean And Especially /var/tmp?

Oct 11, 2010

I configured cron to clean my /tmp directory, should I also add other locations to clean and especially /var/tmp.

View 4 Replies View Related

Debian :: Compiling Kernel - 2.6.26 Version Of Kernel Doesn't Longer Exist In Kernel.org Website

Sep 16, 2010

i'm using this guide videos - howto: debian linux kernel compilation, part 1 and the author says i need kernel 2.6.26 this version of kernel doesnt longer exist in kernel.org website and the only 2.6.26 i found is a patch here. should i use the patch? or download another version of kernel?

View 2 Replies View Related

Ubuntu :: Difference Between Apt-get Clean And Aptitude Clean

Feb 4, 2010

Is there any difference between apt-get clean and aptitude clean? Do they both remove the same caches? Should I know any other commands for cleaning up wasted space on my ubuntu laptop?

View 1 Replies View Related

Ubuntu :: Clean Old Kernel "sudo Apt-get Remove Linux-image-2.6.32-29-generic"

Mar 18, 2011

i use the command to get the infomation of my linux kernel; sudo dpkg --get-selections|grep linux use this cmd to delete the old kernel sudo apt-get remove linux-image-2.6.32-29-generic but i forget --purge that cause zhe following item show like this linux-image-2.6.32-28-generic deinstall

View 1 Replies View Related

Debian :: Clean Reinstall On A VPS?

Jan 10, 2010

I have debian on a VPS. I think the installation is fubar.

Can I completely reinstall debian on this? I don't suppose I need to format the disk. Could I put some sort of network install is some special directory, and run the install from that?

View 2 Replies View Related

Debian :: Upgrade Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel?

Nov 11, 2010

We have a Dell 1850 with Debian with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory,

After a lot of googling and the artical in linux.com/archive/articles/119287 :: Got more than a gig of RAM and 32-bit Linux? Here's how to use it i came to know the solution i.e

1)I need to install the Bigmem-kernel to detect the ram more than 4Gb,

2) or change some kernel parameters in configuration file and rebuild the kernel

Is there any another solution for this to update operating system to detect the more RAM

View 1 Replies View Related

Debian :: How To Upgrade The Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel

Nov 9, 2010

We have a Dell 1850 with Debian 3.0 (woody) with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory. i came to know the solution i.e I need to install the Bigmem-kernel to detect the ram more than 4Gb, Any another solution for this to update operating system to detect the more RAM.

View 6 Replies View Related

Debian :: Downloading Pages In A Clean Way Using Wget?

Oct 30, 2010

I want to download pages, in the way they are seen when we visit them in a normal way. For example, I used this on Yahoo, and here is a part of the file I got:

[Code].....

But I just want the normal text, and nothing else...

View 1 Replies View Related

Debian :: Shutdown Fails On Clean Install

Nov 20, 2010

Did a clean minimal install of Testing in a Virtual Machine (VirtualBox).Login as root.Type "shutdown now".It starts shutting down, then says INIT: Sending processes the TERM signal Give root password for maintenance (or type Control-D to continue):If i press Control-D it goes back to a login prompt.Okay, i maybe missing a point since "shutdown -h now" gives the expected behaviour.Call me old fashioned but I think that a "shutdown now" should shutdown a system, and not effectively reboot the system. There is a reboot command for that.

View 3 Replies View Related

Debian :: HDD Data Recovery After Clean Install?

Jul 27, 2011

I have just upgraded my lenny box to squeeze. I did it by clean-installing squeeze. The installation was successful, but I just noticed that I had forgotten to backup some important files I had on this machine before the installation...

Now, is there any way to recover those files?

View 2 Replies View Related

Debian Configuration :: Totally Clean A System?

Mar 26, 2010

The purpose of that topic is to identify if there is any way to totally clean a debian system and make it like a fresh installed system (of course i amn't refering to packages because aptitude is just perfect?

View 3 Replies View Related

Debian :: Uninstall Gnome And Keep Mate And System Clean

Mar 30, 2016

I've been testing Mate since couple of weeks on my Jessie and now I'm convinced that is the perfect DE for me. So I would like to uninstall Gnome 3 without disturbing Mate and my system as well because both DE share many dependencies. If this is very risky I would like at least get rid of all gnome packages which are not shared with Mate.

View 3 Replies View Related

Debian Installation :: Clean Failed Dpkg-buildpackage?

May 20, 2010

I have tried to create a deb package, but It failed because I was missing some dependencies Now I have installed the dependenci and want to recreate the package (or try to), but get the following error.

rm -f sites-enabled/inner-tunnel sites-enabled/default
rmdir: failed to remove `sites-enabled': No such file or directory
make[3]: *** [clean] Error 1
make[3]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg/raddb'
make[2]: *** [common] Error 2
make[2]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg'
make: *** [clean] Error 2

How do I fix this, without starting from scratch ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved