Server :: PHP Unable Xmlreader When It Was Compiled With The - Disable - Xmlreader Flag
Dec 4, 2010
Unfortunately for me xmlreader was disabled when I installed it on my server. I am running Fedor Core 10 and used YUM to install php. How do I --enable-xmlreader ?
View 1 Replies
ADVERTISEMENT
Feb 26, 2011
I compiled a kernel 2.6.37.1 and after compilation i am not able to boot with new kernel. i am getting following errors
Gave up waiting for root device
common problems
-Root args
check root delay
check root
missing modules(cat /proc/modules ls /dev)
Alert : /dev/disk/by-uuid / 975f57c9-c735-47do-93bf-0779fce652b7 does not exist dropping by shell how to correct this
View 1 Replies
View Related
Feb 26, 2011
I compiled a kernel 2.6.37.1 and after compilation i am not able to boot with new kernel.
I am getting following errors
Alert :
View 2 Replies
View Related
Dec 8, 2009
For instance I have: openssh-4.3p2-36.el5_4.2
But I know that is 4.4.x. rpm -? openssh
View 2 Replies
View Related
Jan 19, 2010
We have started using ACLs on our fileserver and we are having a problem with getting Samba to behave correctly. When we create a file in Linux, the permissions and ACLs are set correctly. Files are set to 640 and directories are set to 750. However, when we create it in Windows through Samba, regular files are being set with 650 and directories are set to 770. It's adding execute on files and execute+write to directories for groups.
View 2 Replies
View Related
May 2, 2011
I'm running Ubuntu Server 11.04 on a home PC as a local-only file and web server for some private projects.After a few minutes Ubuntu will stop responding to the network and a cold reboot is required to re-enable the NIC.I've been able to stop the above occurring with a user logged in and constantly pinging the gateway, although this is obviously undesirable.
I read here and elsewhere that a fix is to set acpi=off in grub. I have done this but now instead Ubuntu will not boot and shows the message:
do_IRQ: 1.55 No irq handle for vector (irq -1)
Disabling IRQ #34
and hangs there indefinitely. The system will boot fine if I revert the changes but obviously the sleep problem remains.The BIOS does not have an option to disable ACPI, just select S1 or S3.Is there anything else I should be looking for in order to disable sleep? Otherwise the system is working fine, and when it's awake I haven't had any other trouble.
View 9 Replies
View Related
Jun 16, 2011
I have tried the MAILTO="" and adding >/dev/null 2>&1 to the end of the line, but my server is still sending an email about my cron.weekly script. After making changes to /etc/crontab I restart cron with /etc/init.d/cron restart without error. I have also tried crontab -e but that loads up an empty file (su'ed into root). What step am I missing / what am I doing wrong? Here's my crontab:
[Code]....
View 3 Replies
View Related
Dec 31, 2014
I have a fresh install of Jessie and I am unable to disable gdm3. I issued:
Code: Select alluser@debian:~$ sudo systemctl disable gdm3.service
Synchronizing state for gdm3.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d gdm3 defaults
insserv: warning: current start runlevel(s) (empty) of script `gdm3' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `gdm3' overrides LSB defaults (0 1 6).
Executing /usr/sbin/update-rc.d gdm3 disable
insserv: warning: current start runlevel(s) (empty) of script `gdm3' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `gdm3' overrides LSB defaults (0 1 6).
Restart and still displays the Gnome 3 login manager.
View 4 Replies
View Related
Oct 30, 2015
I'm using Debian Jessie with nvidia, and i am unable to disable mouse acceleration.
I have tried using this config in xorg.conf.d but without success.
Code:
Select all Section "InputClass"
Identifier "Cooler Master Storm Havoc Mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
EndSection
In the xorg log it seems as if the devices are incorrectly recognized
Code:
Select all[ 6.786] (II) config/udev: Adding input device Cooler Master Storm Havoc Mouse (/dev/input/event9)
[ 6.786] (**) Cooler Master Storm Havoc Mouse: Applying InputClass "evdev keyboard catchall"
[ 6.786] (II) Using input driver 'evdev' for 'Cooler Master Storm Havoc Mouse'
[ 6.786] (**) Cooler Master Storm Havoc Mouse: always reports core events
[ 6.786] (**) evdev: Cooler Master Storm Havoc Mouse: Device: "/dev/input/event9"
[ 6.786] (--) evdev: Cooler Master Storm Havoc Mouse: Vendor 0x2516 Product 0x1d
[ 6.786] (--) evdev: Cooler Master Storm Havoc Mouse: Found 1 mouse buttons
[Code] ....
Here it seems as if the mouse is recognized twice, once as a mouse and once as a keyboard, where it says "Cooler Master Storm Havoc Mouse: (accel) keeping acceleration scheme 1" so I'm wondering if this is what causing the problem with mouse acceleration not working.
However my USB headset also seems to be recognized as a keyboard in the xorg log, but it works just fine. In xinput list and xfce mouse settings, the mouse is listed twice and even the keyboard is listed as a mouse.
Code:
Select allVirtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Cooler Master Storm Havoc Mouse id=9 [slave pointer (2)]
⎜ ↳ Cooler Master Storm Havoc Mouse id=10 [slave pointer (2)]
⎜ ↳ Logitech USB Keyboard id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
[Code] ....
in dmesg, the mouse is also listed twice, once as a mouse and once as a keyboard
Code:
Select all[ 5.891478] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:1d.2/usb6/6-1/6-1:1.0/0003:2516:001D.0002/input/input11
[ 5.891586] hid-generic 0003:2516:001D.0002: input,hidraw1: USB HID v1.11 Mouse [Cooler Master Storm Havoc Mouse] on usb-0000:00:1d.2-1/input0
[ 5.896154] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:1d.2/usb6/6-1/6-1:1.1/0003:2516:001D.0003/input/input12
[ 5.896236] hid-generic 0003:2516:001D.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Cooler Master Storm Havoc Mouse] on usb-0000:00:1d.2-1/input1
View 2 Replies
View Related
Jan 6, 2010
I want to disable display power management.
I tried to achieve this by disabling 'Enable display power management' checkbox in the 'Configure Desktop -> Display -> Power Control' KDE configuration dialog. That didn`t help and display still goes into standby mode after some period of inactivity. Also, I tried to disable dpms functionality by calling 'xset -dpms'. That didn`t help too. Note that 'xset dpms force standby'
View 9 Replies
View Related
Jun 30, 2015
I have tried to use the extensions toggle-touchpad and touchpad-indicator that claim to be able to do this, but neither will load properly. They show up with a little exclamation-point-triangle in the "Tweaks" panel saying "Error loading extension". How to get Jessie gnome system succeeded in getting their touchpad disabled via a simpe toggle mechanism?
View 5 Replies
View Related
Dec 30, 2008
I have researched this particular problem for a couple of days now, and have explored some of the suggested solutions without success, other than learning much more about Linux. I am hoping someone can offer some good advice.I am working on a kiosk right now and as part of the application, I need to disable the Print Screen keyboard button. I have used 'xmodmap' to map keycode 111 to NoSymbol, but that is not stopping the Snapshot dialog from appearing. I am using OpenSuSE 10.3 with a GNOME desktop on an IBM PC with a Logitech USB keyboard. I have tried swapping the keyboard with a PS/2 keyboard to see if that was the problem, but it was not.
The strange thing is that when I use VNC 4.1.3 Free Edition to remote into this system from another IBM PC (Windows XP Pro OS), I am able to use the xmodmap -e "keycode 111 =NoSymbol" command to successfully prevent the Snapshot dialog from appearing.Is there some kind of keyboard mapping override or shortcut mapping going on here when I am logged into the Linux box locally, but is not happening remotely?
View 4 Replies
View Related
Jul 23, 2010
this morning after a reboot I made a discover. Clicking on tabs, launching applications, and so on, make annoying and stupid sounds from my speakers. CLICK, BOP, BLAP! Who decided to turn these things on? I'm listening MUSIC, I don't wanna those stupid sounds bother me! Anyway, I was suddendly on System -> Preferences -> Sound and I choosed Sound Theme: NO SOUND. But those annoying sounds are already there. And there's no way to disable them! Is this a BUG or what? Is there something to do?
I also discovered another thing: clicking on items that are at RIGHT of my screen, the sound come from RIGHT. Clicking on center, they come from center. Right, right. So I realize that sounds are stereophonic. And really I can't understand why a software developer choosed to waste his time coding a piece of code to do this, instead of solving the hundred millions of bugs we're affected from YEARS.
View 1 Replies
View Related
Mar 23, 2010
I just set up a FC 12 server and would like to disable the nightly YUM update. However, it appears that the following doesn't work:
# service yum stop
# chkconfig yum off
the system prompts: yum: unrecognized service
View 2 Replies
View Related
Mar 19, 2010
Just wanted to share this with anyone wanting to know.If your headless server crashes, GRUB2 (at least on Ubuntu Server) is designed to force the GRUB menu to load up next time it starts up, which means you are locked out of SSH until someone physically makes a kernel selection on the PC.To prevent this do the following change to your grub.cfg file.#nano /boot/grub/grub.cfg
I was looking for a solution for this for a long time and found no hel with google. Let me know if there is a better way.I aware this file will get overwritten and need reediting if the Kernel gets updated.
View 1 Replies
View Related
Dec 5, 2010
i enabled gnome desktop effects ignor the warning and now i am not able to login to genome dektop. 1.how to disable desktop effects by commands. ALSO sometimes i get this error could not update ICEauthority file /var/lib/gdm/.ICEauthority. 2. how to solve this bug.
View 2 Replies
View Related
Jul 19, 2010
What does the mkdir -p flag do? i.e the '-p' part?
View 1 Replies
View Related
Oct 15, 2010
What does the -i flag mean in rm i my_file?
View 2 Replies
View Related
Jan 24, 2011
In another forum (I each day visit a lot of them) a user was stating that you need to set a boot flag to make the root partition bootable, if you create partitions with GParted in order to install a Linux with GRUB2. Another was suggesting that, if you install Linux with GRUB2, the installer automatically sets a boot flag to the root partition to make it bootable (I don't remember the names). I neither believe the first nor the second thesis and I'm hoping that in this excellent forum some Gurus not only are saying I'm right but also give a comprehensive answer.
View 2 Replies
View Related
May 26, 2010
I just bought an Eee Box with Red Flag Linux Desktop 5.0NE. My intention was to use it as a backup server at home to backup files and photos, etc.
How to I get to a graphical user interface so I can start to know what I'm doing?
When I switch on the machine, it says:
Red Flag Desktop 5.0NE
Kernel 2.6.21.0-22 on an i686
localhost login:
View 1 Replies
View Related
Apr 6, 2010
From the man page for sudoers (RHEL5.4), I notice that the default value for stay_setuid flag is 'OFF'.
In RHEL4.8, th man pages don't specify the default value.
What is (maybe) the default value of 'stay_setuid' in RHEL4 ?
View 1 Replies
View Related
Oct 31, 2010
Is the command "ls -d" meant for only listing directories? Because i tried it and it ALWAYS display just a blue dot. If not what is the correct way to show only directories? I.e. MSDOS equivalent "dir /ad".
View 2 Replies
View Related
Dec 1, 2010
I recently install 64-bit OpenSuse 11.3, the first time I'd used Suse 64-bit - I have to say it has been all good so far, which is great. However, today I was experimenting with a tool that tests vulnerabilities which should be remedied if using an NX capable processor. I am running 2.6.34.7-0.5-desktop on an Intel Core i7. I downloaded a 64-bit compatible version of paxtest from :
[URL]
Running it I was surprised to see that the NX capabilities of the CPU do not appear to be honored. Here are my results:
PaXtest - Copyright(c) 2003,2004 by Peter Busser <peter@adamantix.org>
Released under the GNU Public Licence version 2 or later
Mode: blackhat
Linux callandor 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64 x86_64 x86_64 GNU/Linux
Executable anonymous mapping : Killed
Executable bss : Killed
[code]....
From my understanding, NX was one of the big deals a few years back and was a main feature provided by the PAE kernel. I would have thought the default 64-bit kernel would have included NX support. I also thought per NX bit - Wikipedia, the free encyclopedia that NX support has been in the kernel since 2.6.8 I looked in config-2.6.34.7-0.5-desktop but did not see anything related to NX/XD config wise, other than DEBUG_NX_TEST What am I missing here? Shouln't this test fail in the Executable [bss, stack, etc.] tests on 64-bit with a NX capable processor?
View 4 Replies
View Related
Dec 18, 2010
yesterday ubuntu 10.04 hanged so i restarted it and i wasnt able to boot again all what i get is a blank screen with a blinking cursor... also windows7 dont boot (hangs during loading) after some googling i was able to boot only in linux by setting the noacpi flag during booting in grub but there was no internet connection (wired connection) i guess that noacpi is the reason ??
what i have tried :livecd: doesnt boot except with the noacpi flag and no internet connection reinstalling grub : doesnt solve the problem replace the power supply : nothing differ
View 4 Replies
View Related
Mar 25, 2011
I found that this tests if a give filename is a directory or not:
Code:
-d "$FILENAME"
But what test for not a directory? I tried
Code:
-D "$FILENAME"
But this doesnt work?
View 1 Replies
View Related
Dec 24, 2010
If /tmp and /dev/shm partitions are mounted with the noexec flag then this prevents someone from executing something in those partitions.
Example:
You will get permission denied
However if you execute that same script like this:
Then the script gets executed which makes the noexec flag useless.
If there any way to prevent this bug/vulnerability?
View 3 Replies
View Related
Apr 15, 2010
I have a created an ext3 partition and when i tried to set is hidden flag, there seems no effect. how to set the hidden flag of an ext3 partition?
View 1 Replies
View Related
Jun 21, 2011
I'm trying to create a shell script to take an argument and use it to name a terminal tab. So if the script's name is tabnm, tabnm "test" should rename the current tab "test"
This is my code:
#!/bin/sh
echo -ne "e]1;$1a"
but when i run it I get this output:
robin@icarus $ sh tabnm.sh test
-ne e]1;test
If I just run echo -ne "e]1;Testa" straight in the shell, the tab is renamed.
View 2 Replies
View Related
Apr 19, 2011
I'm trying a recursive search -- only PHP files -- and yet grep is searching SQL files too.
Code:
sneakyimp@Ubuntu-64bit:/var/www/site$ grep -irl --include='*.php' 'car_images' *
2011_02_11_dump.sql
car_images_pending.sql
client/search_results.php
[Code]....
View 8 Replies
View Related
May 14, 2010
I have an odd thing. And thats the following:
I entered: gcc raw.c -m32 -g -static -o raw
And I got:
I installed all bin32 libs I am on a x64 system.
View 6 Replies
View Related