Software :: When Try To Carry Out The Below Operation It Fails?

Jan 19, 2011

SELinux is enable on my system. When i try to carry out the below operation it fails, giving me te error below.I disable selinux before i was successful, but who can help me out to carry this excercise with selinux enable.

[root@wisetech ~]# mount /dev/cdrom /media
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@wisetech ~]# cp -ar /dev/cdrom /media/. /inst

[code]....

View 4 Replies


ADVERTISEMENT

Fedora Servers :: FC10:Raid5 Fails After Grow Operation

May 7, 2009

Here's the deal: I had a nice little fileserver running under 2.6.27.21-170.2.56.fc10.x86_64.

3 disks in raid 5 ext4fs, then I thought..."hey I'm a greedy bastard..I want another drive!!

So I get it..do a normal mdadm --grow...after around 1100 minutes .. FINISHED!..whee..happy...

I decide to do a upgrade to 2.6.29.2-52.fc10.x86_64 to get the fix for growing the ext4..

reboot...

Code:
md: bind<sda3>
md: sdc3 has same UUID but different superblock to sda3
md: sdc3 has different UUID to sda3
md: export_rdev(sdc3)
md: sdd3 has same UUID but different superblock to sda3

[Code]....

View 5 Replies View Related

Ubuntu :: Software Installation Fails Everytime - Operation Failed ?

May 23, 2011

Using 11.04. Every time I install a program (any source - software center, Update manager ) at the end of the installation message it says operation failed. But ... here is the big but. The software gets installed.

View 3 Replies View Related

Slackware :: Perfection V300 Photo USB Scanner - Fails Citing 'not Enough Space For Operation'

Jul 10, 2011

I've installed the epkowa backend for the V300 scanner. Communications from Chuck56 and Alien Bob were helpful. The core, data, and esci-interpreter packages are installed, epkowa.conf and dll.conf seem properly configured. sand-find-scanner, lsusb, scanimage -L all report correctly. xsane works normally, and iscan initializes, and produces a preview image. scan however fails citing 'not enough space for operation,' although GBs are available. When iscan is closed, these errors are reported:

libpng warning: Application was compiled with png.h from libpng-1.2.8
libpng warning: Application is running with png.c from libpng-1.4.5
libpng warning: Incompatible libpng version in application and library

My system is running Slackware v. 13.37, Linux v. 2.6.37.6-smp.

View 3 Replies View Related

General :: How To Carry Out Updates

Jun 20, 2010

I am running Linpus Linux Lite v1.0.9.E, and I need to update Adobe flash player, and when I go to update it, I get a choice of updates - YUM for linux, .tar.gz for linux and .rpm for linux. Now, I have two questions - (I am a total novice at this as I am more used to windows but i am now trying to use linux instead)

1) Which one do I need to download, or does it not matter

2) When I download it, how do I actually install the update on my computer? It tries to open it with a choice of applications, but then asks for a password, which I do not know, but after trying to update other things, I can still not get them to install. Is there a step-by-step guide anywhere that I can follow, being a bit stupid!

View 14 Replies View Related

Ubuntu Networking :: Lucid Wifi - Persistance Or Carry Over From Live Cd Session?

Feb 19, 2011

Yesterday, I did a clean install of Lucid on a T42 thinkpad, with wireless card as identified by lshw below. I did the installation from within a live CD session, with wifi enabled.

Code:
description: Wireless interface
product: PRO/Wireless LAN 2100 3B Mini PCI Adapter
vendor: Intel Corporation

On reboot into the fresh system and update I had the issues that others have seen with network manager not connecting, repeatedly asking for password and so on. Oddly enough, using a Netgear usb wifi dongle worked perfectly, so I thought there might be a driver issue. Updates did not help. The network manager icon would not appear in the notification area at all when attempting to connect to wifi in a cafe locally. Today, I did a fresh re-install from the same CD with the home wifi switched off and no internet connection on the laptop. No issues. Wifi is working perfectly at present. I had to make the home connection available to all users to stop the keyring password request (I use autologin). I'll be trying to connect at local cafes tomorrow (one has no security, one uses an ascii wep password, and a third has a WPA encryption)

Is it possible that the settings from the live session are carried over in some way and interfering with network manager in some way? (This all started because my minimal install (see signature) reached a state where it would not show the network manager icon when attempting to connect to wifis in cafes and colleges, which I need to do. I decided to reinstall to return to a known state. I may try a minimal installation and manual wifi connection from the command line next...)

View 1 Replies View Related

Ubuntu :: Network Manager To Configure Eth0 Interface - File Does Not Carry The Ip

Mar 31, 2011

I used the network manager to configure my eth0 interface.It is working fine. I have found the nameserver entries in /etc/resolv.conf files. But the /etc/network/interfaces file does not carry the ip, netmask, gateway,network and broadcast entries. It only has a entry for the lo interface. where are the settings for eth0 as done by the network manager, stored in case of ubuntu?

View 7 Replies View Related

Programming :: Libxml2: Removing Output On Stdout/stderr - Element CA Does Not Carry Attribute Maxlength

Jul 26, 2010

I'm using libxml2 to handle/manipulate some XML files. In order to check the consistency of a XML file, I have a DTD and I'm using the xmlValidateDtd method to compute the check.

However, when an error occures during the check (for example an attribute is missing in a XML tag), then libxml2 writes the error on the stdout/stderr. For exemple:

Code:

/home/XML/FreeFour.xml:18: element CA: validity error : Element CA does not carry attribute maxlength

The method return the right result (true or false depending on the check result), but occurring errors are written on the stdout/stderr, and I actually don't want that.

View 4 Replies View Related

Ubuntu :: Carry Out Mysql Commands Directly From The Ubuntu Command Line Interface?

Mar 10, 2011

Is it possible to carry out mysql commands directly from the ubuntu cli rather than open mysql?eg to create a database I would normally type

Code:
user@localhost:~$ mysql -u root -p
then INSIDE the mysql CLI I would type

[code]....

View 3 Replies View Related

Server :: Ldap Cannot Carry Slapd.conf Changes Or Did Not Use /etc/openldap/slapd.conf?

Aug 20, 2010

I am setting up LDAP server, i set slapd.conf(dc=proldap,dc=com) and start ldap it is OK but when i check using ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts result is : namingContexts: dc=my-domain,dc=com

it seems that it did not use my slapd.conf so i tried removing my slapd.conf from /etc/openldap and start slapd again and it did start with no errors. and when i do ldapsearch again still uses dc=my-domain,dc=com

I tried searching about this in google and found no answers,

my reference in setting up ldap is the link below. but it seemed that it always uses another configuration not the one i modified

I'm using Fedora12, ldap version 2.4.19. i installed ldap by yum install url

url

View 12 Replies View Related

Server :: E2fsck Fails - Bad Block / Inode - Fails To Transfer

Mar 29, 2010

I have a 14TB raid, file system is read-only and I am trying to run e2fsck -B -p -C -v -y /dev/sdb1, it goes through, but fails and says bad block/inode or fails to transfer, something like that.Is there a way I can get this to run successful, this is a production storage server, its critical.

View 13 Replies View Related

General :: How Can The PAM Operation Be Logged

Jun 21, 2010

After I set to use some modules, say, pam_access.so, I want to know if there is a way for the administrator to check if any invalid attempt was happened and blocked by that module?

View 15 Replies View Related

Fedora Installation :: No Operation On TouchPad - 10?

Apr 7, 2009

I have installed Fedora 10 in my laptop. After installation in Fedora 10, im not able to use Touchpad to perform a task like to open a folder/open a window/select a word. I am doing above mentioned operations through left button/right button.

View 4 Replies View Related

OpenSUSE :: Gnome Has No Response To Any Operation?

Nov 4, 2010

In the system monitor it states:Release 11.2 Kernel Linux 2.6.31.5 -0.1 -desktop

GNOME 2.28.0Last week when I rebooted my machine, I suddenly found my machine had no response to any click or typing. When the cursor move to any icons, they can be highlighted, but when I click them, no response at all. The weird thing is almost every time after I reboot the computer, it can work for a few minutes, then stop working. But if I press Ctrl+Alt+Backspace, it can be log out.

I think there must be something wrong with my GNOME, 'cause everything seems working fine when I login IceWM. may be recover the .config file in my home directory. But I don't have this file in my home directory.

View 2 Replies View Related

General :: GParted Stop After Next Operation

Jul 19, 2011

I was messing around with my drive trying some different arrangements of partition to get another one inside. overall the result doesn't differ much from the original but while messing with it I done a lot of steps. I thought GParted will do the minimal number of operations but it didn't. it just traced all my operations one by one. this gave it a few days worth of work. As I don't want to loose data I can't hit cancel but I don't want to wait few days for it. Is there any way to tell it to stop after completing the current operation? It's from natty ubuntu live cd.

View 1 Replies View Related

Ubuntu :: Resize Operation Has Been Aborted

Oct 11, 2010

Trying to install 10.10 for thr first time from a cd and am new to all this. when i say to install along side windows it gives me the option to say how much space to give ubuntu and i say to give it about 90gig to make sure i have room for music and movies and such... then when it starts to partition i get an error in the middle saying "an error occurred while writing changes to the storage device. the resize operation has been aborted" what can i do to get it to work? is 90 gig to much? not enough? i wouldnt mind doing a full install and deleting windows but i need to be able to use lightroom 3 and photoshop cs5...

View 9 Replies View Related

Ubuntu :: Hibernate Operation Not Supported?

May 21, 2011

So hibernate used to work fine on my computer, but then after some updates one day - the option just disappeared from all log-out consoles from all desktop managers (xfce4, gnome .etc).xfce4-power-manager now says "Hibernate operation not supported" when I attempt to select it.

View 1 Replies View Related

General :: Arithmetic Operation In Bash?

Mar 10, 2011

I've the following input file (sorted.txt)

Code:
A 1
A 1

[code]...

View 6 Replies View Related

General :: Gnome Has No Response To Any Operation?

Nov 4, 2010

I run SUSE on my machine for a year, but I'm really a newbie on Linux. In the system monitor it states:SUSE LINUX Release 11.2 Kernel Linux 2.6.31.5 -0.1 -desktop GNOME 2.28.0Last week when I rebooted my machine, I suddenly found my machine had no response to any click or typing. When the cursor move to any icons, they can be highlighted, but when I click them, no response at all. The weird thing is almost every time after I reboot the computer, it can work for a few minutes, then stop working. But if I press Ctrl+Alt+Backspace, it can be log out.

I think there must be something wrong with my GNOME, 'cause everything seems working fine when I login IceWM. recover the .config file in my home directory. But I don't have this file in my home directory.

View 4 Replies View Related

General :: F11 - Do Some Operation After Saving File?

Feb 21, 2010

I'm using fedora 11. I want to do some operation like after saving a file (moving ,copying,..) the system need to ask that "DO you want to encrypt?" . If yes I am able to run the crypt module (which I already implemented..). Is it possible to invoke a encrypt module which I implemented in c language.

View 2 Replies View Related

General :: Internal Operation Of Floppy ?

May 19, 2011

What happen internally when we insert the floppy into the linux operating system? Who will take care of making the entry in the /etc/mtab, etc. Tell me whole internal operation of the kernel when we insert the floppy.

View 5 Replies View Related

General :: Su: Cannot Set Groups: Operation Not Permitted

Feb 26, 2010

I am having a problem when I try to login as su.I type the command SU and then the password as normal and I get su: cannot set groups: Operation not permitted I am not sure what could of caused this error and how to fix it.

View 2 Replies View Related

Software :: Post Operation In Rsync?

Feb 11, 2011

Is there a way to do any specific operation or executing command after copying the file from source to destination using Rsync?

View 3 Replies View Related

Programming :: FTP Error - 550 Operation Not Complete

Apr 5, 2010

i am having problem with the following code(trying to updoad a file):

Code:

HINTERNET internet;
HINTERNET ftp;
internet = InternetOpen(NULL , INTERNET_OPEN_TYPE_DIRECT , NULL , NULL , 0);
ftp = InternetConnect(internet , "127.0.0.1" , INTERNET_DEFAULT_FTP_PORT , NULL , NULL , INTERNET_SERVICE_FTP , 0 , 0);

[code]...

so FtpPutFile returns the following error:

Code:

12003
200 Type set to I.
200 PORT Command successful.
550 Operation not complete

View 2 Replies View Related

CentOS 5 :: Error : LVM Operation Failed

Mar 28, 2009

while iam installing centos 5.2 i am getting following error :

LVM Operation failed vcreate failed for <fsset.partition device instance at 0xb7C1ef6c>

View 1 Replies View Related

Fedora :: Cannot Choose Wich Operation System To Log Into?

Jun 19, 2010

user that started using Ubunto 6 month ago and I have now also installed fedora 13 to see wich operation system I like best... I have 3 primary partitions 1 for windows 1 for fedora and 1 for ubuntohen I installed ubunto I had a LILO (linux loader) like program that made me choose between Ubunto and Windows at start up... after installing fedora it goes automaticaly to fedora w/o making me choose... I can still mount my win/ubunto partitions so I haven't messed up compleatly... how do I "restablish" the linux loader deamon so that I can choose freely between the 3 operation systems?

second... when I installed linux stupid windows killed my backup hard drive where there are a lot of valuable resarch data... so now I have a 6 gb "unalocated" partition that I would love to be able to recover.... I would appriciate if somone had the answers to my guestions... so fare I like fedora because it seems better organised than ubuntu though the difference between the two linux distrubitons are hardly notacable

View 4 Replies View Related

General :: Iproute2 Not Functioning - Operation Not Supported

Jan 13, 2011

The command and error message:

gtwy ~ # ip rule add from 64.251.23.186 table t1
RTNETLINK answers: Operation not supported

Older article of the same problem, but it did not help me: http://forums.gentoo.org/viewtopic-t-696982-start-0-postdays-0-postorder-asc-highlight-.html

I have looked on google at great lengths to try to find a solution. It seems that my kernel configuration is missing something? My system/kernel is: 2.6.36-gentoo-r5 #3 SMP Thu Jan 13 10:49:06 EST 2011 x86_64 Intel(R) Xeon(R) CPU X3220 @ 2.40GHz GenuineIntel GNU/Linux.I am posting this on SuperUser since this system is used as a workstation and this problem is unrelated to specific tasks that are handled exclusively by servers.iproute2 is installed:

gtwy etc # emerge --search iproute2
Searching...
[ Results for search key : iproute2 ]
[ Applications found : 1 ]

[code]...

View 1 Replies View Related

Ubuntu :: Cannot Write To NTFS - Operation Not Supported

Jan 17, 2010

I'm dualbooting XP and Kubuntu on my laptop, and want to move some files from my ext3 part to the NTFS part. Mounting it goes fine, but can't write, create folders, etc. to the NTFS part. Started looking for people with similar problems online and found the guide on this site, so I installed ntfs-config and went through the steps, checking "Enable write to internal device", etc. Still no good. I tried manually putting in the write option on the mount command, no flags comes up but konsole still says "Operation not supported." Dual-booting Vista and Kubuntu Jaunty

View 3 Replies View Related

Ubuntu :: Set Gnome For Single-click Operation?

Mar 1, 2010

I am using a Sharp Netwalker with the Netbook Remix Gnome desktop. Double-clicking to start applications using the touch screen is cumbersome, so I wanted to try setting Gnome for single-click operation. I can't find any obvious way to do that.

View 2 Replies View Related

Ubuntu :: Nautilus Will Not Start - Operation Not Supported

Apr 26, 2010

Nautilus won't start, for example, I click home folder, the bar below display "opening username" for 5 sec and nothing opened. I used another account seems no problem. The problem happened since my last update (and I forgot to close firefox and seems some crash happened). When I open the terminal and click the icon in Gnome, the terminal show
(nautilus:3411): Nautilus-GDU-WARNING **: unable to query info: Operation not supported

View 2 Replies View Related







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