General :: Default Policy SH Does Not Support Version

Jun 13, 2010

When I try to install my propriety graphics driver. I don't know what it means. Here are the steps I took and what resulted:

killerzen@Decode666:~$ cd ~/Desktop
killerzen@Decode666:~/Desktop$ chmod +x ati-driver-installer-9.2-x86.x86_64.run
killerzen@Decode666:~/Desktop$ ./ati-driver-installer-9.2-x86.x86_64.run
Created directory fglrx-install.pHiKQh
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.582
ATI Technologies Linux Driver Installer/Packager

Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.32-22-generic; make sure that the version is being
correctly set by --iscurrentdistro
Removing temporary directory: fglrx-install.pHiKQh

View 14 Replies


ADVERTISEMENT

Debian Configuration :: Setting IPTables Default Forward Policy?

May 3, 2010

I'm intending to replace my current router (486DX2 w/16MB running FREESCO which has been faithfully working 24/7 for well over a decade) with a debian box with a bit more grunt and newer features. I'm currently setting up my iptables ruleset and am after a bit of advice re the FORWARD policy. A few example rulesets I have found set the default policy to DROP and the have two lines for each port forward, one to allow the traffic and one to direct the incoming packets to the correct machine.

iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 25 -j DNAT --to-destination 10.0.100.10:25
iptables -A FORWARD -i eth1 -p tcp --dport 25 -o eth0 -d 10.0.100.10 -m conntrack --ctstate NEW -j ACCEPT

I'm thinking of setting the default policy to ACCEPT to cut down on typing as my default INPUT policy is DROP and unless there is a valid FORWARD rule for a particular port, the packets aren't going anywhere anyway. Or have I misunderstood something. My googling returned heaps of example scripts & not much intelligent commentary. Alternatively, what do you all use to configure & maintain your debian gateways; hand rolled iptables rules, or any toolset recommendations?

View 4 Replies View Related

General :: Enable Freetype Support In Php Version 5.2.2?

Nov 24, 2010

How to install or enable freetype support in php version 5.2.2. I already installed gd support in php. I using RHEL4. I not able reinstall or recompile in my server.

View 1 Replies View Related

Ubuntu :: General Compatibility - Newer Version Of Suse Don't Support Some Of The Hardware

Mar 13, 2011

I'm currently an user of OpenSuse, newer version of Suse don't support some of the hardware that I use and previous version of Suse will cease to have support in a few months. So I'm considering other versions of Linux and Ubuntu comes to mind. So I like to know if Ubuntu (Desktop 32 bits) supports this devices:

NVIDIA Quadro2 Pro (including 3d support)
Wacom Intuos 2 SERIAL tablet
Epson ActionScanner II PARALLEL

View 1 Replies View Related

General :: Which Vanilla Kernel Version Provide Support For QM57 Chipset

Dec 13, 2010

which vanilla kernel version provide support for QM57 chipset?

View 1 Replies View Related

Networking :: Default Socket Name And Version In Redhat With Kernal Version 2.4-20-8?

Jun 11, 2009

What is default socket name and version in redhat linux with kernel version 2.4-20-8.

View 1 Replies View Related

General :: How To Set Default Version Of WxPython In Ubuntu

Jan 26, 2011

I have installed wxPython on my Ubuntu 9.10. But when I type "import wxPython" in "python environment it returns the following error.It tries to run the previously installed one not the new one. (The new version is 2.6).Does it need a PATH to be added in ".bashrc"? If so what should I write as a PATH for it?

View 3 Replies View Related

General :: Set The Default Version Of WxPython In Ubuntu?

Jan 26, 2011

I have installed wxPython on my Ubuntu 9.10. But when I type "import wxPython" in "python environment it returns the following
error.

Does it need a PATH to be added in ".bashrc"? If so what should I write as a PATH for it?

------------------------------------------
>>> import wxPython
Traceback (most recent call last):
File "<stdin>", line 1, in <module>

[Code]....

View 1 Replies View Related

General :: Make X Login Window As Default In Knoppix Version 6.2.1?

Dec 26, 2010

i'm beginner in linux and don't know how to resolve my problem in knoppix i have installed knoppix version 6.2.1 in my system recently and when i turn on my computer , knoppix runs as compize fusion and don't show username and password screen to me . i searched alot in interent and found that that screen called GDM or KDM and i have them and when i run GDM in command i see the login screen in my system . but i don't know how to make it my default window when i turn on my computer .

View 2 Replies View Related

Fedora Hardware :: What Version Support Sun Sparc

Mar 31, 2010

what version support sun sparc tell version or link load fedora support sun sparc

View 4 Replies View Related

Ubuntu :: Error: ./default_policy.sh Does Not Support Version

Oct 14, 2010

I just upgraded from Lucid to Maverick and I absolutely cannot get the proprietary fglrx driver to install. I've downloaded the binaries from ATI and they fail to install with a message that says:

Code:
Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.35-22-generic:; make sure that the version is being
correctly set by --iscurrentdistro
Removing temporary directory: fglrx-install.Dtv3Sn
I tried installing the drivers from the System>Administration>Additional Drivers and it fails with

SystemError: installArchives() failed Based on what little I could find I guess the newest version of Xorg broke the ATI drivers. Is this true and is there absolutely no way to use the proprietary drivers? I'm a World of Warcraft nerd and the fglrx drivers are the only ones that work for me

View 3 Replies View Related

Red Hat :: Version Of Ssh Doesn't Support 'Match' And 'ForceCommand'?

Jul 12, 2010

I am trying to implement a chroot directory for a group of sftp users who all manage a shared directory. The relevant portion of my sshd_config file is below:

[Code].....

this is the latest yum reports as available. according to the error is would seem both 'Match' and 'ForceCommand' statements are not supported in this version of ssh? Do I have any options aside from installing from tarball from openssh.org? If I do that would that mean I could not use yum to maintain ssh on my system anymore? Not sure what to do, I have to chroot this group of users, I can't just chroot at the global config level because I need to still be able to ssh as my admin user to this box to administer it. I need the chroot'ing only for sftp purposes.

View 4 Replies View Related

Red Hat :: RHEL5 AP Versus Base Version Support

Jul 19, 2010

We will be installing some ibm software on our 2 Quad Core Intel server and ibm lists the OS requirements as RHEL 5 Advanced Platform Update 3 but we have the licenses for RHEL 5.3 (non AP). The question is, since we are not planning for any type of virtualisation and will have a single instance of OS installation, is there any reason (OS level) for the products being not supported on base version?

(I am also checking with IBM but would also appreciate some input from Red Hat as well) In other words, are there any hard dependencies or differences between AP and base versions other than virtualisation support?I just read that base version support only up to 2 CPUs. Does this include the Cores or it is just physical CPU sockets number (i.e will 2 CPUs with 4 core each still be supported).

View 5 Replies View Related

Fedora :: Default 32 Bit Kernel Support More Than 4GB?

Feb 18, 2010

I just want to know what is the default Fedora 32 bit kernel - does it support more than 4G memory. I would like to save myself from compiling custom kernel and all following fiddling (nvidia drivers, virtualisation software etc) and 64bit OS is not for me - too many apps that I need are missing, of poor quality or need more manual intervention. Actually if bigmem / whatever it is called is configured in the default kernel, this may be the reason to switch. I intend to use 4 to 8 GB memory and it's a desktop, so server builds (like Ubuntu) are not for my taste.

View 2 Replies View Related

Debian :: Version Of OpenGL Does Radeon Driver Support?

Jun 4, 2011

I have the HD4850 and, I wanted to know if it is possible to use the CLI to see which version of OpenGL is the latest version I can use according to my driver. If it's not possible via the CLI then, what's the next best way? (I can't find a website for the radeon driver listing the latest OpenGL support per supported card).

View 6 Replies View Related

Fedora :: Yum Install Xsane Gives Version With No Gimp Support

Dec 14, 2009

In FC11 i686, I notice that after yum install xsane xsane -v reports a version of xsane that is compiled without Gimp support. Is there a special name for the xsane package that does have Gimp support?

View 2 Replies View Related

Ubuntu Servers :: GPT Support Come By Default In The New 9.10 Kernel?

Jan 8, 2010

I am installing a new large 4 Tb RAID (hardware) under 9.10. Does GPT support come by default in the new 9.10 kernel? How can I check? I gather I need to use PARTED to make a GPT partition table on the raid. Anyone know details of how to do this? [URL]...

View 2 Replies View Related

General :: Write (Through Or Back) Policy On RAID 1 / 10

Sep 2, 2009

I am trying to prepare my PowerEdge 2950 before CentOS 5.3 installation(web server). I have hardware RAID 1/10 so I will have 2 virtual disks(VD).
First VDRAID 1) - 2 physical disks
Second VDRAID 10) - 4 physical disks
What should be write policy for the VD(RAID 1) and for the VD(RAID 10)? I would have "/var" and maybe "/tmp" on RAID 10.

View 1 Replies View Related

General :: Shadow File Password Policy?

Oct 1, 2010

Today i was going through some of security guides written on linux .Under shadow file security following points were mentioned.1)The encrypted password stored under /etc/shadow file should have more than 14-25 characters.2)Usernames in shadow file must satisfy to all the same rules as usernames in /etc/passwd.3)password for application Username should display * if username is not locked.4)If a user is locked it should be displayed as ! as the first character in second field of shadow file.

Confusion for point 1 and 2:Now i m confused as why the encrypted password should be more than 14-25 characters.Also what rules to satisfy How to check it?Confusion for point 3 and 4:There are lot of users with * as second field i guess they are not locked but according to 4th point there are lot of users with ! as first characters.How would i check whether they are actually locked or not.I m posting the output of /etc/shadow and /etc/passwd files for the account.

View 11 Replies View Related

Debian :: Default Etch Filesystem Support Limited

Feb 17, 2011

about 2 weeks post-install, I find that my new debian etch machine has limited support for different filesystems. In the past, I've always seen support for riesers, xfs, ntfs, fat32, of course ext2/3,. I was trying to mount and read an old windows ntfs HDD, and there were problems, so I went to:
cat /proc/filesystems (see below).
Is there any way to get back support for other filesystems on my kernel, or do I need another kernel, or do i need to compile a new kernel? Maybe just install the system over again? (if I do, how do I select for filesystem support)...

blaster:~# cat /proc/filesystems
nodevsysfs
nodevrootfs
nodevbdev
nodevproc
nodevcgroup
nodevcpuset
nodevdebugfs
nodevsecurityfs
nodevsockfs
nodevpipefs
nodevanon_inodefs
nodevtmpfs
nodevinotifyfs
nodevdevpts
nodevramfs
nodevhugetlbfs
nodevmqueue
nodevusbfs
ext3

View 8 Replies View Related

General :: Password Policy Affecting Root User ?

Aug 3, 2011

I am using pam module to set password policy in my SuSE linux machine. This is my /etc/pam.d/common-password file:

Now if root user tries to change the password of a normal user, giving the same password, it is throwing an error saying "Password has been already used. Choose another".

Example:
> passwd user1
> password1 (set successfully)
> passwd user1
> password1 (Password has been already used. Choose another)

This should not happen with the root user.

View 2 Replies View Related

Ubuntu Installation :: Netbook Version Support Mounting Of Networked Drives?

Oct 14, 2010

will going from 10.04 desktop to 10.10 netbook mean i have to reinstall everything? also, does the netbook version support mounting of networked drives?

View 3 Replies View Related

General :: Display Password Policy Information For A User - Ubuntu?

Jun 9, 2010

Ubuntu Documentation > Ubuntu 9.04 > Ubuntu Server Guide > Security > User Management states that there is a default minimum password length for Ubuntu:

Say the password is to be modified by the user using passwd. Is there a command for displaying the current password policies for a user (such as the chage command displays the password expiration information for a specific user)?

This is rather than examining various places that control the policy and interpreting them since the process could contain errors. A command that reports the composed policy would be used to check the policy setting steps.

View 1 Replies View Related

General :: Kdialog And College Network - Unable To Read Policy

Sep 18, 2010

I am running Kubuntu 10.04 and as part of the registration process for connecting to my college residences network, I have to download and run one of thosese retarded Bradford Dissolvable Agent, it is a bin file and when I execute it I get: :~$ sudo sh Bradford_Dissolvable_Agent.bin Bradford_Dissolvable_Agent.bin: 92: kdalog: not found Bradford_Dissolvable_Agent.bin :: Unable to read policy Now you can ignore the fact it says kdalog instead of kdialog, examining the bin file in kate shows it's just a typo.

I'm not entirely sure what to do regarding kdialog, I assume it is installed (it's there in /usr/bin/), does anyone have any idea how to troubleshoot this further, Here is the first 100 or so lines of the script if anyone wants to take a look:

[Code]....

View 7 Replies View Related

Ubuntu Installation :: Kernel Doesn't Support Install To Firewire By Default

Mar 28, 2010

I've a PowerMac G4 MDD that has OS X Leopard on it. I have repartitioned it to accommodate an Ubuntu install. However, I have no Disk Drive in the G4, it was broken so I removed it. Now I have an iBook G4 I have tried using an ubuntu cd on to install to the said PMac in TDM, but of course after reading the Ubuntu kernel doesn't support install to firewire by default. Can someone help me by compiling a Cd image I can use to accomplish this or tell me how without the use of another linux box?

View 2 Replies View Related

General :: Ubuntu Can't Support A Higher Resolution That Laptop Can Support?

Apr 14, 2010

I have a HP laptop which can support 1600x900. But after I install ubuntu 9.10 on it, it can only support up to 1280x700. My laptop has a Nvidia graphics card. And i am using GNOME as my desktop environment.

View 1 Replies View Related

OpenSUSE Hardware :: Kernel Version Default Or Desktop

Jun 7, 2011

Kernel version is default or desktop?

View 3 Replies View Related

Ubuntu Installation :: How To Change Default OS In New Grub Version

Apr 26, 2010

I have just installed Ubuntu 9.10 on a laptop previously running 8.10

I am unable to change the default OS in Grub from Ubuntu 9.10 as I cannot find /boot/grub/menu.lst.

How do you change the default OS in this newer version of Grub.

View 9 Replies View Related

Ubuntu :: Changing Up Grub - Not Pop-up And Just Boot The Default Version ?

Jul 2, 2011

I am currently doing a tri-boot (using refit) with Linux, Windows, and OS X. I was wondering if it was possible to change up the boot loader for Linux. I basically wanted grub to not pop-up and just boot the default version of Ubuntu. Also the boot loader comes up with the options to boot Windows and OS X and I was wondering if it would be possible to remove those from the list as well?

View 4 Replies View Related

Slackware :: Upgrading Apache - PHP And MySql From A Default Version

Apr 1, 2010

I want to upgrade Apache, PHP, and MySql from a default version I'm having in my installed Slackware. What is the proper step to do this? Will it cause some problem if I upgrade them?

View 13 Replies View Related







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