Debian Installation :: Postfix Fatal Error: Unable To Determine File Limit

May 11, 2011

I upgraded postfix to 2.8 today after the security bulletin from the list.

now I get the following error:

'postfix/local[2442]: fatal: unable to determine open file limit'

I can receive/send mail, it just wont let me deliver locally

uname output: 2.6.37-1-686 #1 SMP Tue Feb 15 18:21:50 UTC 2011 i686 GNU/Linux

View 2 Replies


ADVERTISEMENT

Ubuntu Servers :: Postfix Make Install - Error - Postfix: Fatal: Chdir(/usr/libexec/postfix): No Such File Or Directory

Mar 11, 2010

Here is what i do: make clean make makefiles CCARGS='-DEF_CONFIG_DIR="/opt/product/postfix-2.6.5/etc"

-DEF_COMMAND_DIR="/opt/product/postfix-2.6.5"
-DEF_DAEMON_DIR="/opt/product/postfix-2.6.5/libexec"
-DEF_MAILQ_PATH="/opt/product/postfix-2.6.5/bin/mailq"
-DEF_DATA_DIR="/opt/product/postfix-2.6.5/lib"
-DEF_NEWALIAS_DIR="/opt/product/postfix-2.6.5/bin/newaliases"
[Code]...

make install then i got this error: postfix: fatal: chdir(/usr/libexec/postfix): No such file or directory make: *** [install] Error 1 I don't understand why it's checking the usr/libexec folder for the daemons although I've set the folder to /opt/product/postfix-2.6.5/libexec in the makefile. Here is also the cat of my makedefs.out:

[Code]....

View 1 Replies View Related

Ubuntu Installation :: Error Occurs. "(Reading Database . . . 55%dpkg: Unrecoverable Fatal Error , Aborting: Files List File For Package?

Feb 11, 2010

i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.

View 9 Replies View Related

Debian Installation :: Cannot Write Grub To Boot Location - Fatal Error

Jun 10, 2011

I have been following this tutorial [URL]. When I get to the end of the installation and try to install GRUB to the /boot partition I have set up it throws a fatal error at me. No explanation other than it can't write to the specified location. I double checked all the partition settings which were the same as the tutorial then skipped the GRUB installation and finished. The only thing I can think of that might be wrong is that the 250MB partition size specified for /boot in the tutorial is too small.

View 2 Replies View Related

Ubuntu :: Unable To Determine File Type Of Any Of Video File

Oct 14, 2010

I am writting a script to allow uploading of certain files. I want to limit the files by their filename and mime type, and by making sure the two match up.The first thing I need to do is make sure I've got all the mime types I need added. I have never done this before, but I understand that 'file' (which is what PHP's mime-type finding is based off of) uses magic databases that tell at which point in the file should have signatures of the filetype.

My trouble started when I was unable to determine the filetype of any of my video files. Currently, I have some .MOV and .MP4 files that I am using to test.

View 4 Replies View Related

CentOS 5 :: Grubby Fatal Error: Unable To Find A Suitable Template

Oct 13, 2009

so I was trying to do sheduled updates on server, which is doing xen virtualization
doing kernel update (to 2.6.18-164.el5xen) i got the following error:

Running Transaction
Installing : kernel-xen [1/1]
grubby fatal error: unable to find a suitable template

and of course new kernel doesn't appears in grub.conf and don't know what is cause of this problem last kernel i was updateting in August and as i remember everything went just fine:

current kernel:
2.6.18-128.4.1.el5xen #1 SMP Tue Aug 4 21:33:24 EDT 2009 i686 i686 i386 GNU/Linux
#cat /boot/grub/grub.conf
# grub.conf generated by anaconda

[code]....

also could it be because running kernel is removed?also could it be because of LABEL entry, not /dev/... ( as i found out it was such bug, some years time ago)

View 1 Replies View Related

Software :: Add More Files To Branch / Fatal: Unable To Write New Index File?

Feb 18, 2011

Dear all
I am new to git (and storing multiple copies of my code).

I was using git for one month (git status, git add, git commit) to store my files.

I have problems to add more files to my branch

git add BasisExpansion.R
fatal: Unable to write new index file

this was working great unless the day my system administrator destroyed my main partition (it was an accident) and installed everything from scratch. My home directory stayed intact (I did not lose any files not git files that are stored under /home). But from this point of time git returns always that error. My system administrator creater the same user and group as my old user was but this didnot fix the problem.

I am not sure If I can recover my old git structure or would it be better to wipe out the old git dir and start a new one?

View 8 Replies View Related

General :: GRUB Legacy - Unable To Determine The File System Type?

Dec 8, 2010

I had only Arch on an HDD.sda2 was "/".Now it's with Windows XP and sda2 is not a root any more but a container partition wich has sda{5,6,7} in it. I configured the dual boot and it works. It finds Arch and boots it, but not completely. Stops after some time and says: unable to determine the file system type of /dev/sda2. FSTAB is configured, sda{5,6,7} are on their places. So I can't boot Arch. XP boots correctly. What do I do with this error?Also it says: try adding rootfstype=your_filesystem_type to kernel command line.

View 4 Replies View Related

Hardware :: ERROR: Unable To Determine The Version Of The Kernel Sources Located In '/lib/modules/2.6.35

Jan 11, 2011

I have installed Arch Linux quite a few weeks ago; but I'm still trying my best to install the nividia display driver for my graphics card (nVidia Geforce 2 MX 400). Not only in Arch but have tried installing on other distros and still failed. I have read up all the documentations and I still find it hard to do this task. When I used the terminal and executed the NVIDIA-Linux-x86-94.43.01-pkg1.run file without any window manager running, I get this problem:

ERROR: Unable to determine the version of the kernel sources located in '/lib/modules/2.6.35-ARCH/build'. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.

ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at nvidia.com.

Now I'm using Arch Linux Kernel 2.6.35 and I have got the source. But where am I suppose to put it now? I do not want to change the kernel. I just want the nVidia installer to identify that there is a kernel source so that it can install. I have searched up a lot on websites and ended up with no proper guide.

This is a very old driver. So since now I have the nVidia driver installation package and also the kernel source,

View 9 Replies View Related

Ubuntu :: Src/main.h:25: Fatal Error: Glib.h: No Such File Or Directory

Oct 29, 2010

I am trying to install a program called airfart and when I run make after cd'ing to the appropriate file i get this

Code:

g++ -g `pkg-config gtk+-2.0 --cflags` -o src/main.o -c src/main.cpp
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'

[code]....

View 9 Replies View Related

General :: Can't Compile Gcc - Fatal Error: Stdio.h: No Such File Or Directory

Feb 19, 2011

I am trying to upgrade my NAS with anew toolchain, gcc-4.5.2. The NAS have been "hacked" fonz_plug, that contain a gcc version 4.1.3 with uClibc. I have download all needed tar files and done the following.My goal is to upgrade the gcc to 4.5.2 and replace the ucLibc on the system with a GNU libc.

# Pass one
#
# binutils
./configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --with-gmp=/ffp --with-mpfr=/ffp
But when I try to compile the gcc with
../configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --enable-__cxa_atexit --with-float=soft --enable-languages=c,c++ --with-build-sysroot=/ffp --with-build-time-tools=/ffp/bin --with-system-zlib --enable-threads=posix --disable-bootstrap

[Code]...

View 6 Replies View Related

Software :: Unrecoverable Fatal Error - Cannot Open File List

Sep 6, 2009

This morning when attempting to upgrade (aptitude update; followed by aptitude safe-upgrade) my system I started receiving the following error:

Preconfiguring packages ...
(Reading database ... dpkg: unrecoverable fatal error, aborting:
unable to open files list file for package `apache2-doc': Stale NFS file handle
E: Sub-process /usr/bin/dpkg returned an error code (2)
A package failed to install. Trying to recover:

It doesn't seem to matter what repository I use or what particular package that I attempt to upgrade (all or just a single package). (In particular, apache2-doc is not even a package being upgraded, although it is installed on the system.) I have rebooted, run apt-get clean, run apt-get check, etc. to no avail. I am running a standard Debian (5.0.2/Lenny) desktop PC and am not running any NFS processes, client or server.

View 5 Replies View Related

Slackware :: Fatal Error: Glib-object.h: No Such File Or Directory

May 31, 2011

I'm using Slackware 13.37 x64 (upgraded to slackware-current) and I have trouble compiling mysql workbench 5.2.34.

The error is:

Code:

scintilla-marshal.c:2:25: fatal error: glib-object.h: No such file or directory

But I have that glib-object.h file:

Code:

$ locate glib-object.h
/usr/include/glib-2.0/glib-object.h

This is when I try to compile version 5.2.27:

Code:

./PlatGTK.cxx:13:21: fatal error: gdk/gdk.h: No such file or directory

Code:

$ locate gdk.h
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h

View 12 Replies View Related

Debian :: Ddclient WARNING Unable To Determine IP Address?

Jan 16, 2011

i am new to linux . i have the basic knowledge of networking. a week ago i installed debian Lenny version on an old pentium 3.in addition i installed a ddclient configured it according to many tutorials....i searched google a few days but didnt find my case.i ran the folowing command :

ddclient -daemon=0 -debug -verbose -noquiet
output:
debian:~# ddclient -daemon=0 -debug -verbose -noquiet

[code]...

View 2 Replies View Related

Hardware :: Installing NVidia GeForce 2 MX 400 - ERROR: Unable To Determine The Version Of The Kernel Sources

Jan 11, 2011

I have installed Arch Linux quite a few weeks ago; but I'm still trying my best to install the nividia display driver for my graphics card (nVidia Geforce 2 MX 400). Not only in Arch but have tried installing on other distros and still failed. I have read up all the documentations and I still find it hard to do this task. When I used the terminal and executed the NVIDIA-Linux-x86-94.43.01-pkg1.run file without any window manager running, I get this problem:

Quote: ERROR: Unable to determine the version of the kernel sources located in '/lib/modules/2.6.35-ARCH/build'. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.

ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at [URL].

Now I'm using Arch Linux Kernel 2.6.35 and I have got the source. But where am I suppose to put it now? I do not want to change the kernel. I just want the nVidia installer to identify that there is a kernel source so that it can install. I have searched up a lot on websites and ended up with no proper guide. This is a very old driver. So since now I have the nVidia driver installation package and also the kernel source

View 13 Replies View Related

Ubuntu Installation :: Boot Error "modprobe: FATAL Could Not Load /lib/modules 2.6.35-22 Generic Modules No Such File Or Directory"

Apr 14, 2011

Tonight I installed ubuntu 10.10 (32 bit) on an external usb harddrive with a dvd I burned and I used my older desktop. I disconnected all internal and external drives first so everything had to be put on the usb drive I selected (only option available). I used the option to load extra software, use the entire hard drive, and let the software do it's thing. I basically had no options where to put things and it didn't have much choice.

When I boot the usb drive on my laptop (win 7 64 bit) by telling the bios to boot to it first... I get an error: modprobe: FATAL Could not load /lib/modules 2.6.35-22 generic modules No such file or directory. This message appears twice and then it does boot into ubuntu and seems to work fine. I'm new to this OS so that is an uneducated guess but the things I have done seem to be working. So exactly what is this error referring too? Is there a way to fix the problem or do I just ignore it.

View 9 Replies View Related

General :: How To Determine Exact Directory / File From Error Message

Mar 11, 2011

Is there any way to tell which file or directory this is referencing in particular?

View 8 Replies View Related

Programming :: Linker: Fatal Error LNK1104: Cannot Open File 'tbb_debug.lib'

Jan 16, 2011

Recently I have downloaded TBB and I want to run a program using its libraries. But I encountered the following error: Linker: fatal error LNK1104: cannot open file 'tbb_debug.lib'

View 1 Replies View Related

Debian Configuration :: Ddclient WARNING Unable To Determine IP Address?

Jan 16, 2011

i have the basic knowledge of networking. a week ago i installed debian Lenny version on an old pentium 3. in addition i installed a ddclient configured it according to many tutorials.i searched google a few days but didnt find my case. i ran the folowing command :

ddclient -daemon=0 -debug -verbose -noquiet
output:
debian:~# ddclient -daemon=0 -debug -verbose -noquiet
=== opt ====
opt{cache} : <undefined>

[Code]...

i installed ddclient before installing apache. the 10.0.0.10 address is the server address in my d link router behind NAT.

View 1 Replies View Related

Debian Configuration :: Xserver 2:1.7.7-7 Fatal Error Nvidia.ko?

Oct 19, 2010

I just made the latest safe upgrade on debian squeese and everthing seamed fine untill i made a reboot. i tried starting an xserver after that none was started on boot. {worked fine before}the output below when starting xserverstartx --:3

Xorg-server 2:1.7.7-7
Parse error on line 13 of section files in file /etc/x11/f86config
Igonring obsolete keyword "rgbpath"

[code]....

View 1 Replies View Related

Software :: File Size Limit Exceeded Error?

May 7, 2010

I'm trying to copy a 7.8GB tar.gz file to an external hard drive via command line. It gets to an even 4GB and stops, and gives an error that says "file size limit exceeded." I edited some file at /etc/security/limits.conf to look like: "root hard fsize 10024000" but that didn't do anything at all. Yes, I am copying this as root.

View 9 Replies View Related

Debian Multimedia :: Fatal Error Has Been Detected In Update-manager [sid]

Apr 12, 2010

I migrated to Debian sid, but since then I got this error everytime I launch Update Manager (whether it's in graphical mode or from a shell). Just after putting down my root password, I got this error:

Title of the window: (as superuser) A fatal error has been detected in update-manager. Do you want to submit a bug report? Selecting No will close the application. Whether I click Yes or No, nothing happens.

View 10 Replies View Related

Debian :: Yaird Error: Bad Device Link In /sys/block/sda (fatal)

Nov 18, 2010

I'm trying to upgrade my kernel. When i get to the step where i should build the img for grub (i guess the command below is doing that) I get this error: yaird error: bad device link in /sys/block/sda (fatal)Since I installed debian using a USB drive, HDD1 was /dev/sdb and HDD2 was /dev/sdc, the USB was /dev/sda. Is there a way to force mkinitrd.yaird to build the img for /dev/sdb?

View 1 Replies View Related

Software :: Pdftk 'File Size Limit Exceeded' Error?

Apr 12, 2010

I downloaded pdftk 1.41 fromand installed on Red Hat Enterprise Linux 4, 32 bitI am primarily using this utility to uncompress pdf files to remove the 'Flate' compressionIt works good with small pdfsHowever, when i use to uncompress pdf files of size 35MB or more, the uncompressed output file grows up to 2GB and then the uncompression fails with error:"File size limit exceeded"I can concatenate two files with output file size upto 3GB in size, so 2GB is not the limitation at the linux level

View 1 Replies View Related

Ubuntu :: Fatal - Postfix Command Reserved For Superuser

Dec 30, 2010

I'm trying to change the owner of a /var/www/example/var I've changed all the /var content (chown www-data /var instead of chown www-data var ). I tried executing chown root /var, but now I have problems with Postfix...

In my webpages I use different commands to send mails:
- The phpMailer class
- The mail() command
The phpmailer is working, but not mail()

When I try mail() I've these messages in /var/log/mail.log:
Code:
Dec 30 09:42:31 zeus postfix[3829]: error: to submit mail, use the Postfix sendmail command
Dec 30 09:42:31 zeus postfix[3829]: fatal: the postfix command is reserved for the superuser
Terminal mail command is not working either.

In my /etc/php5/apache2/php.ini I've this configuration:
Code:
[mail function]
; For Win32 only.
; [URL]
;SMTP = localhost
; http://php.net/smtp-port
;smtp_port = 25
; For Win32 only.
; [URL]
;sendmail_from = dstreich.girona.ics@gencat.cat
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; [URL]
sendmail_path = /usr/sbin/postfix
I also tried sendmail -t -i without luck.

View 2 Replies View Related

Ubuntu :: Fatal Error: Iostream.h: No Such File Or Directory Compilation Terminated While Compiling C++ Code

Dec 9, 2010

whenever i am trying to compile a c++ program i am getting the following error sample.cpp:1: fatal error: iostream.h: No such file or directory compilation terminated

View 1 Replies View Related

Debian Installation :: Hangs At "end Trace" / "fatal: Error Inserting Fan: No Such Device"?

May 3, 2010

I want to turn an old (2004) compaq computer into a webserver using debian. 2.8ghz celeron, 756mb ram, 80gb IDE HD.I installed debian through the first DVD, without laptop and desktop environments, and did a guided partition.This is the second time this problem has occurred, at first i thought i would try re-installing, but no avail.

As soon as i turn the computer on, i get a grub loader screen with two options, Debian or single user debian. Both choices present same issue. Once i select either one, it seems to load then says "fatal: error inserting fan: no such device." Continues to load, and then "fatal: error inserting thermal, unknown symbol in module"Continues to load then "volume group ***** not found, volume group ***** not found" "enter pass phrase to unlock disk" I enter the pass phrase. "Successful" then a bunch of stuff loads and hangs at "end trace de8............" And it won't let me type anything or do anything except hit the power button.

View 4 Replies View Related

Debian Configuration :: Hard Drive 1 Wont Load - Gives Me A Fatal Error

May 14, 2011

My problem is that my debian in hard drive 1 wont load, gives me a fatal error.

This is my computer:
Hard drive 1 (1TB): broken debian 333gb, windows7 666GB (approximately)
Hard drive 2 (250GB): debian (working fine, im using it now).

Details: I tried to install some webcam software thing and I think somehow i deleted some system files... ...So now when I start my computer, grub loads and i choose Debian on hard drive 1,i click it but when it goes through the list of things, it says

FATAL ERROR /lib/modules/2.6.32-5-amd64/kernel/fs/fuse/fuse.ko: No such file or directory

And it just goes to a blank screen with a blinking cursor.

Now that's not all. I did something else wrong... I ran Gparted from a usb stick to create an extra partition on hard drive 1 because i was trying to install another linux on it or something so I can access my computer.

But, when I tried to shrink it and create an extra partition on the disk of about 150gb, it was taking so long and i read that it may take about 40 hours, so i turned it off after a few hours. So, I may have created more problems than my original problem.... I can still boot into Windows 7 though.

So now i have:
Hard drive 1 (1TB): broken debian about 120gb, windows7 666gb (approximately), free partition
Hard drive 2 (250GB): debian (working fine, im using it now).

Also, of interest: When I look at the folders of the messed up debian, there is nothing in the /lib/modules/2.6.32-5-amd64/kernel folder. Empty.

So basically. my problem is that I get the fatal error, and then maybe i create some extra problem by stopping the partitioning when it wasnt done. so please help me try to fix the fatal error first

View 2 Replies View Related

Debian Multimedia :: Banshee Media Player Encountered Fatal Error

Sep 4, 2011

After some time I was trying to use banshee media player. I am given an error message:
Banshee Encountered a Fatal Error
Exception has been thrown by the target of an invocation.
The OS is Squeeze and the machine is a Netbook with Intel Atom inside.

View 2 Replies View Related

Debian :: Determine File Type On Bash - Command Not Found

May 10, 2015

I cannot find a bash command: "file" !

It say "-bash: file: command not found"

"file" is used to determine file type on a bash right ? is there a package i have to install ? deprecated ?

I use debian wheezy distro

View 2 Replies View Related







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