General :: RHEL 6 Compile Ntfsprogs Error "Invalid Configuration"

Jul 14, 2011

I just installed RHEL 6.1 and saw this when trying to compile ntfsprogs:

Code: [root@Alpo-Computer ntfsprogs-2.0.0]# ./configure checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed

View 14 Replies


ADVERTISEMENT

Software :: Unable To Boot To RHEL 4 32bit After Installing RHEL 64bit - Error 13: Invalid Or Unsupported Executable Format

Apr 27, 2009

I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.

View 1 Replies View Related

Programming :: Getting Error 'couldn't Compile Regular Expression Pattern: Invalid Character Range'

Nov 19, 2008

I'm having a bit of trouble with a regular expression I'm trying to write and I'm not sure if it's something Tcl specific or my lack of regexp understanding.

[Code]...

I get a number of strings passed to a proc in the format 3|x where x is a number, either 0 or within the range 5-12. My understanding is that that regexp will match the literal '3' followed by a '|', the escapes the special meaning of |, and then 0 or, because of |, a number within the range 5-12. However I'm getting the error 'couldn't compile regular expression pattern: invalid character range'.

View 3 Replies View Related

General :: Vgdisplay -v -D Results In Invalid Option -D In Rhel 5.5 - Tikanga

Jul 15, 2010

Any idea when the -D option was withdrawn ? I could not find much information on this . Also, what exactly is the difference between vgdisplay -v -D and just vgdisplay -v .

View 6 Replies View Related

Applications :: Samba Configuration - Invalid Credentials Error

Oct 26, 2010

I just wanted to checkout samba. So, I installed on a CentOS 5.5 64bit server. The version I used is 3.5.6. I followed this guide. [URL]. LDAP is working good. When I use the following command: (net groupmap list) I am getting the error.

Code: [root@server1 samba]# net groupmap list
[2010/10/26 16:26:09.135901, 0] lib/smbldap.c:1151(smbldap_connect_system)
failed to bind to server ldap://127.0.0.1 / with dn="cn=root,dc=mtm,dc=testdomain,dc=com" Error: Invalid credentials

[2010/10/26 16:26:39.180063, 0] passdb/pdb_ldap.c:3448(ldapsam_setsamgrent)
ldapsam_setsamgrent: LDAP search failed: Time limit exceeded
[2010/10/26 16:26:39.180109, 0] passdb/pdb_ldap.c:3523(ldapsam_enum_group_mapping)
ldapsam_enum_group_mapping: Unable to open passdb I am sure that I have set the correct password in Code: smbpassword -w mypassword.
Also, I can login to the LDAP thourgh PHPLDAPAdmin with the same password and the bind cn.

Here is my smb.conf Code: # Global parameters
[global]
ldap ssl = off
nt acl support = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
workgroup = TESTDOMAIN
netbios name = SERVER1
security = user
enable privileges = yes
#interfaces = 192.168.5.11
#username map = /etc/samba/smbusers
server string = Samba Server %v
#security = ads
encrypt passwords = Yes
#min passwd length = 3
#pam password change = no
#obey pam restrictions = No

# method 1:
#unix password sync = no
#ldap passwd sync = yes

# method 2:
unix password sync = yes
ldap passwd sync = no
passwd program = /usr/sbin/smbldap-passwd -u "%u"
passwd chat = "Changing *
New password*" %n
"*Retype new password*" %n
"

log level = 10
syslog = 0
log file = /var/log/samba/log.%U
max log size = 50
time server = Yes
#socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
mangling method = hash2
Dos charset = 850
Unix charset = ISO8859-1

logon script = logon.bat
logon drive = H:
logon home =
logon path =
domain logons = Yes
domain master = Yes
os level = 65
preferred master = Yes
wins support = yes
passdb backend = ldapsam:ldap://127.0.0.1/
ldap admin dn = cn=root,dc=mtm,dc=testdomain,dc=c om
#ldap admin dn = cn=samba,ou=DSA,dc=company,dc=c om
ldap suffix = dc=mtm,dc=testdomain,dc=c om
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
#ldap idmap suffix = ou=Idmap
add user script = /usr/sbin/smbldap-useradd -m "%u"
#ldap delete dn = Yes
delete user script = /usr/sbin/smbldap-userdel "%u"
add machine script = /usr/sbin/smbldap-useradd -t 0 -w "%u"
add group script = /usr/sbin/smbldap-groupadd -p "%g"
delete group script = /usr/sbin/smbldap-groupdel "%g"
add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g"
delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g"
set primary group script = /usr/sbin/smbldap-usermod -g '%g' '%u'

# printers configuration
#printer admin = @"Print Operators"
load printers = Yes
create mask = 0640
directory mask = 0750
#force create mode = 0640
#force directory mode = 0750
#nt acl support = No
printing = cups
printcap name = cups
deadtime = 10
guest account = nobody
map to guest = Bad User
dont descend = /proc,/dev,/etc,/lib,/lost+found,/initrd
show add printer wizard = yes
; to maintain capital letters in shortcuts in any of the profile folders:
preserve case = yes
short preserve case = yes
case sensitive = no

[netlogon]
path = /home/netlogon/
browseable = No
read only = yes

[profiles]
path = /home/profiles
read only = no
create mask = 0600
directory mask = 0700
browseable = No
guest ok = Yes
profile acls = yes
csc policy = disable
# next line is a great way to secure the profiles
#force user = %U
# next line allows administrator to access all profiles
#valid users = %U "Domain Admins"

[printers]
comment = Network Printers
#printer admin = @"Print Operators"
guest ok = yes
printable = yes
path = /home/spool/
browseable = No
read only = Yes
printable = Yes
print command = /usr/bin/lpr -P%p -r %s
lpq command = /usr/bin/lpq -P%p
lprm command = /usr/bin/lprm -P%p %j
# print command = /usr/bin/lpr -U%U@%M -P%p -r %s
# lpq command = /usr/bin/lpq -U%U@%M -P%p
# lprm command = /usr/bin/lprm -U%U@%M -P%p %j
# lppause command = /usr/sbin/lpc -U%U@%M hold %p %j
# lpresume command = /usr/sbin/lpc -U%U@%M release %p %j
# queuepause command = /usr/sbin/lpc -U%U@%M stop %p
# queueresume command = /usr/sbin/lpc -U%U@%M start %p

[print$]
path = /home/printers
guest ok = No
browseable = Yes
read only = Yes
valid users = @"Print Operators"
write list = @"Print Operators"
create mask = 0664
directory mask = 0775
[public]
path = /tmp
guest ok = yes
browseable = Yes
writable = yes

View 2 Replies View Related

General :: Difference Between Ntfsprogs And Ntfs-3g?

Jun 22, 2010

Can someone explain the difference between ntfsprogs and ntfs-3g? And which one is better?

Is ntfsprogs uses ntfs-3g or they have no relation?

View 1 Replies View Related

General :: Ntfs-3g Vs Ntfsprogs - Which One Supposed To Use

Jul 9, 2011

which one are we supposed to use? there is a conflict.

View 3 Replies View Related

Server :: Configuration Difference Between RHEL 3 To RHEL 5 For Webserver Installations?

Feb 1, 2011

We are planning to migrate our LINUX server from RHEL 3to RHEL 5. What are the configuration difference between RHEL 3 to RHEL 5 for webserver installations?

View 1 Replies View Related

Ubuntu :: Error "Kernel Configuration Is Invalid" Installing A Driver

Oct 4, 2010

I'm trying to install a driver for a Jetway ADPE4S Daughterboard on Ubuntu 10.04 but coming up against some problems. When I use 'make', I get this error: make ARCH=x86_64 CC=cc LD=ld CROSS_COMPILE= V= -C /usr/src/linux-source-2.6.32 M=`pwd` modules make[1]: Entering directory `/usr/src/linux-source-2.6.32'

ERROR: Kernel configuration is invalid. include/linux/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. make[1]: *** No rule to make target `code'. Stop. make[1]: Leaving directory `/usr/src/linux-source-2.6.32' make: *** [all] Error 2

Not knowing what to do, I've been playing around with it, and copied the files autoconf.h and auto.conf from a folder '/usr/src/linux-headers-2.6.32-25-generic', but that didn't help, it still says "No rule to make target `code'. Stop."

View 9 Replies View Related

General :: Font Configuration In RHEL 5.4

Feb 24, 2010

I have few doubts regarding fonts configuration in RHEL 5.4.

Code:

[vinay@linuxcoe4 fonts]$ cd /usr/share/X11/fonts
[vinay@linuxcoe4 fonts]$ ls
100dpi 75dpi encodings misc TTF Type1 util

[code]....

Also there is no fonts.dir file, which describes fonts under a specific fonts directory in /usr/share/fonts tree. But we can find fonts.dir or fonts.scale file under /usr/share/X11/fonts/ tree. Does files under /usr/share/fonts tree are not dependent on fonts.dir ?

View 2 Replies View Related

CentOS 5 :: Cant Compile Gcc 333 In Rhel 5?

Apr 3, 2010

I downloaded src of gcc 3.3.3 and tried to compile in RHEL 5 with the existing gcc 4.1.2.
Got following error

[root@localhost gcc-3.3.3-src]# pwd
/home/nikole/gccmy/gcc-3.3.3-src
[root@localhost gcc-3.3.3-src]# which gcc

[code]....

View 2 Replies View Related

General :: Nagios Installation And Configuration On RHEL 5

Apr 23, 2010

I am trying to install and configure nagios on RHEL 5. I have apache 2 installed and php all working as exepected. When i install nagios following the these steps [URL]. The nagios folder that is suppossed to be placed under apache2's httpd is no where to be seen. So when I try to open localhost/nagios/. It says: The requested URL /nagios/ was not found on this server. What can I do for the nagios to work on this system. The apache and php are working fine.

View 1 Replies View Related

General :: Dual Monitor Configuration In RHEL 3?

Aug 10, 2011

One monitor is working fine but the display is not coming on other monitor. I guess no problem in monitor because I swapped the cable to check the individual monitor. When I try to install the new driver its giving GCC-VERSION-CHECK while installing. And I do not think I have to install the new driver because it has already one. What should I do to configure the dual monitor. Do I have to edit any configuration file.

My system configuration details are below.
Redhat version : Redhat Enterprise Linux WS release 3 (Taroon update 4)
Driver in SRBC 26: NVIDIA-LINUX-x86_64-1.0-7664-pkg2.run
Nvidia card model : Quadro fx p171
Bios version of Nvidia : 4.35.20.23.07
p/n : 900-50171-0400-0000K
600-50171-0002-201J

View 3 Replies View Related

General :: Manual RHEL 6 Network Configuration?

Oct 12, 2010

I installed RHEL 6 Beta 2 on ESX box and found that network is to be manually started through ifup command.

View 6 Replies View Related

General :: Some Pointers Required For Configuration Of MySQL On RHEL

Feb 8, 2010

I am new to mysql can some one provide me the documentation or some recommended links to start the configuration of mysql server on RHEL. Also if I get the database schema, how can I replicate the same in my machine. Any documentation for this?

View 8 Replies View Related

Server :: Http Error "Invalid Command 'JkSet', Perhaps Misspelled Or Defined By A Module Not Included In The Server Configuration"

Feb 11, 2011

I am running apache httpd-2.2.3-43.el5.centos.3 When i restart the http, it says the following error "Invalid command 'JkSet', perhaps misspelled or defined by a module not included in the server configuration "

Do I need to install anything like tomcat? or include any configuration setting in apache? kernel version: 2.6.18-194.32.1.el5

View 3 Replies View Related

General :: Installing OS - Invalid System Disk Error

May 25, 2010

I have a computer I recently uninstalled the operating system from and was wanting to use Linux Ubuntu. After burning the cd and trying to install it to the computer it gives me "Invalid System Disk, Replace then disk and press any key." I am unsure how to start this and I am not even sure if I have all the files, I need to install the Linux Ubuntu 10.04 operating system step by step.

View 4 Replies View Related

General :: Samba Error While Copying Invalid Argument

Jan 4, 2010

I'm running ubuntu 9.04 and trying to pull over some files via the GUI from a XP box over locally. I'm getting this error:

"error while copying file into /volcano/tunes invalid argument" (under show more details)

If I just copy over a mp3 file it works fine but the when I copy the entire directory I get this error.

View 1 Replies View Related

General :: Grub And XP Error 13: Invalid Or Unsupported Executable Format

Apr 16, 2011

Reluctantly I made a temporary install of XP as follows Remove linux drive and install a wiped drive.format ntfs & install windows xp (w/sp3)shift ntfs drive to slave, replace linux drive as master and xp drive as slave. Add it to grub as follows:

Code:
# boot=/dev/sda1
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
titlem$ Windows XP
code....

View 1 Replies View Related

General :: Error: Invalid Operands To Binary | (have Char * And ½char)

May 21, 2011

i have problem executing lex program though the code is correct i'm getting some errors and the error says: In function yylex:

error: invalid operands to binary | (have char * and char *)
error: invalid operands to binary | (have char * and char *)
error: expected ; before { token

View 3 Replies View Related

General :: Invalid Partition Table - Received An Error Message ?

Feb 12, 2010

Installed rhel 5.3 on dell r710 with md1000 as das.

After creating raid 0 + 1 and rebooting, received an error message below:

View 14 Replies View Related

General :: An Error Occurred In Avast Engine: Invalid Argument

Jun 15, 2011

I loaded Avast anti virus into Ubuntu 10.10 this morning. It seemed to go okay and uploaded the updates. But then it stopped. Now when I try to start it I get the following error message. 'An error occurred in avast! engine: Invalid argument'

View 1 Replies View Related

General :: Invalid ACPI: Invalid PBLK Length [5] During Debian Boot

Sep 20, 2010

I installed Debian 5.03 Lenny successfully on my machine. I got this error during boot: ACPI : invalid PBLK length [5]. After that the Operating System boots properly and starts normally. What does this error statement mean? Is it safe to work with this installation despite this error?

View 1 Replies View Related

General :: Parsing Err Or Invalid $END - Correct User Use Of Invalid Characters

Feb 10, 2011

Trying simply to insert into table. Have succeeded in doing this but now want to correct user use of invalid characters. If I'm understanding correctly, Real-escape-string seems to correct these, so I've been trying to figure out how to use it. A short, test code version gives me a syntax error at INSERT VALUES, which--because it still has the single quotes in the text--tells me the real-escape-string didn't work. The code below gives me a parseing error with invalid $END at </body>.

Insert Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' VALUES (UTC_TIMESTAMP,'What's happen' bra?')' at line 1 Parse error: syntax error, unexpected $end in /home/powere15/public_html/DB/exercises_insert_record.php on line 94
<html><head><title>Exercise Catalog Insert Record</title></head>
<body>
<?
/* Change db and connect values if using online */
[Code]....

View 2 Replies View Related

General :: Booting Into Kernel - Error 13: Invalid Or Unsupported Executable Format

Sep 13, 2010

I've been playing around with trying to assemble a bare-bones Linux system on a disk.img file through a loop device. I compiled the most recent stable kernel and then copied it onto the root partition in the image. When I try to boot up into the image using qemu, grub gives me this:


Code:
Booting 'tiny'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinux
Error 13: Invalid or unsupported executable format

Press any key to continue... I am confused because I compiled the kernel with 'make bzImage', and the architecture hasn't changed (qemu on the same machine used to build the kernel). So it should be bzImage format. Is that what this Error 13 means, or could it means something else is wrong...?

View 1 Replies View Related

General :: Error - Compile Glibc ?

Jun 2, 2010

I need to compile glibc.

What is this error ?

Code:

View 5 Replies View Related

General :: Secure VNC Over SSH Error - RHEL 5.5

Mar 7, 2011

I am trying to do secure VNC over SSH to a remote linux server from my windows PC, but running into this error.

Error: Unable to connect to host: Connection refused (10061)

View 4 Replies View Related

General :: Svn: Berkeley DB Error While Creating Environment For Filesystem Repo/db: Invalid Argument

Apr 14, 2009

I'm having trouble getting subversion working on Centos 4.7. When I try to create a repository using:

Code:
svnadmin create /path/to/repo
I get:
Code:

svn: Berkeley DB error while creating environment for filesystem repo/db: Invalid argument
svn: bdb: Berkeley DB library configured to support only DB_PRIVATE environments

I've searched the Net, with little luck. Threads seem to suggest that Centos has this flag compiled into the Berkeley DB RPM by default; whereas SVN doesn't want it. Someone, somewhere, must have got this to work and I'm sure it's something really simple I'm doing wrong.

[code]....

View 1 Replies View Related

General :: Error When Trying To Compile Cbmysql For Web-meetme

Jan 27, 2010

The README reads:

Quote:

Code:

How to do...........concerning this 'lmysqlclient'?

View 7 Replies View Related

General :: Boot In RHEL 4 With Error In /etc/fstab?

May 26, 2010

shut down my RHEL 4 system with an error still present in the /etc/fstab file. Current symptom: When I now try to boot, everything hangs when "Enabling swap space". Highly likely, the reason is the failure to "Mount local filesystems" in the previous step (i.e. "mount point 0 does not exist" = error due to my incorrect line in the /etc/fstab file).Question: Is there any way that I can still boot my system, such that I can remove the incorrect line in the /etc/fstab file?

View 6 Replies View Related







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