When I try to login as a user, I get the dreaded "500 OOPS: cannot change directory:". Almost every posting I can find related to this problem was due to SELinux being enabled. My SELinux is operating in permissive mode. So why can't it open the home directory when I log in as the tarheelnk user?
I've been trying to figure out how to use make and makefile to compile and link some .cpp/.h. All i seem to find on google says to read the README for the software. But this is my own created c++ project. Im just looking for a simple makefile for my own .cpp/.h files( about 20 total).
I have tried using 2 different makefile "examples" as a template, but neither worked. I am getting error saying "file1.cpp: no newline character at end of file". or something to that degree.
It looks like the library is found (no error anyway) but the functions in it are not seen. Text at the beginning of libparapin.a includes function names as used in the test program, and parapin.h declares them.
There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.
I installed 10.10 using wubi (Host system is Win XP). I want to create a symbolic link of a file on the host system (Windows c:abc.doc file) in my Ubuntu home ~/ directory. When I type command ln /host/abc.doc abc.doc It gives me following error ln: creating hard link `abc.doc' => `/host/abc.doc': Invalid cross-device link
When I try to play a .mp3 file with mpg123, e.g. with this command: mpg123 someCoolTune.mpg I get these error messages.
[module.c:110] error: Failed to open module alsa: file not found [module.c:110] error: Failed to open module oss: file not found [module.c:110] error: Failed to open module esd: file not found [module.c:110] error: Failed to open module jack: file not found [module.c:110] error: Failed to open module pulse: file not found [module.c:110] error: Failed to open module nas: file not found
[Code]...
GUI audio players like Rhythmbox and Totem work just fine. I believe all of the audio on my computer depends on alsa. Another command that works just fine is aplay, aplay -q /usr/lib/openoffice/basis3.1/share/gallery/sounds/cow.wav
and aplay definitely uses alsa. My only other clue is, when I shut the machine down, one of the messages printed to the console during shutdown was something about /etc/default/timidity. Timidity is something that converts MIDI to WAV, and it may have nothing to do with my mpg123 problem. I am running Debian Lenny. How can I troubleshoot mpg123? Or would it be likely to help if I simply uninstall and reinstall mpg123? That might be easier than troubleshooting.
After untarring the file and executing the binary for firefox, the following error is coming "brilliant:/firefox # ./firefox ./firefox-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory". The libpangocairo-1.0.so.0 is there in /usr/lib.. I guess this is because the SuSE is 64 bit and the software Im trying to install is 32 bit.
I configured dk-milter on a server and created dns records for that, But I'm not getting sendmail to sign emails. dk-milter configuration is correct but the problem with sendmail.
I have Postfix and Spamassassin setup on Ubuntu Server 9.10. The mail is working perfectly. Spamassassin is correctly marking messages as spam. My problem is with the milter and procmail. On past servers I was able to reject spam based on score via the spamass-milter. For whatever reason I can not get it to work. I have also tried with procmail, again, it does not work. Here are the relative lines in their respective config files:
I am trying to built a mailserver using Sendmail + cyrus + amavisd + TLS authentication. All programs used are the latest versions shipped with OpenSUSE 11.4 I have set-up successfully sendmail+cyrus and I can send e-mail anywhere without a problem using authentication. But when I try to integrate amavisd-milter mail delivery hangs at 63% and the following message appears in /var/log/mail
[code]....
I have also uninstall all involved programs, deleted all conf files and re-installed them but alas without any success. The same configuration was used at least once with almost all previous SuSE/openSUSE versions since 1998.
I have gone through a good number of distros all the way back to Slackware but I'm struggling to get my brain moving in the right direction again. I am working to enable sendmail and, from what I've read, it appears that newer version of sendmail are installed with milter but I can't seem to locate this. I am running v11.4 so I'm wondering if this is just not the case? I don't have a problem reconfiguring/recompiling the sendmail conf files but would rather not if it's not required. For the record my ultimate goal is to have the spamassassin and clamav milter's installed and using the home server as our primary email.
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
I create a link to a file in order to open the file from the desktop. When I move the link from the file location to the desktop, the file is opended in read-only mode. How can I change this so that the file opens in regular mode so that I am able to edit contents? The file in question is an open office spreadsheet.
When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:
When I try to compile it get there errors: [URL].... compiling with: gcc -v execv.c -o hola I already installed build-essential, what could be happening with my gcc compiler? this is my code, as you can see it's not complex
I tried to compile the latest VLC as the instruction of [URL]... except that giving configure option '--enable-vaapi' when compiling ffmpeg.But, i got below error messages, and don't know what to do. My system is as follows.
running ubuntu 11.04 and trying to compile vlc 1.2 from git. ran apt-get build-dep vlc, git for the vlc source, bootstraped fine, the error is on configure
ran ./configure --enable-x264 and got the error
Quote:
configure: error: Package requirements (xcb-composite) were not met:
I have this below from a mesa git 20101002, and from the 7.9_rc2 tarball.
Code:
It isn't the only error. I get one about trying to make before make depend, but if I hit up arrow and return, it's gone. This one is persistent.
The issues on configure were libtalloc and libdrm. I have the libdrm .pc files copied from another box in /usr/lib/pkgconfig. talloc I just made, giving it the samba version number. configure passes with no variables passed to it. I am not passing /usr/include to this at any time. It doesn't show in the Makefile afaict.
tty-clock won't compile for me. I'm probably missing something simple, I've never really compiled anything from source that I didn't write do I'm not sure how to do this. Here's the error: