Fedora :: WARNING: "deprecated Modprobe Warnings Followed By Boot Has Failed"

Feb 27, 2010

this started to happen recently after a reboot due to updates. The screen displays many, meaning more than 12 of: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/ which is then followed by: Boot has failed, sleeping forever.

I deleted /etc/modprobe.conf, so that is not the problem. The normal boot process will display the modprobe warning twice and all is well. If the warning is displayed more than twice, the boot will fail and I have to try again.

View 1 Replies


ADVERTISEMENT

Fedora :: Boot Warnings: "Deprecated Config File"

Oct 12, 2009

I keep getting this warning when booting Fedora 11: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

View 4 Replies View Related

Fedora :: WARNING: Deprecated Config File - On Boot

Jan 5, 2010

I see these boot.log warning and understand that the directory where these config files are kept has (or is) changing. Okay, but is the correct procedure to just move them over from the /etc/modprobe.conf dir to the /etc/modprobe.d file? I am wondering if some changes to those config files or those that they are related to must be also made? A portion of the boot.log is below.

[Code]....

View 14 Replies View Related

Fedora :: WARNING: Deprecated Config File - While Booting

Mar 1, 2010

i got this warning message while booting

WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

View 4 Replies View Related

Programming :: Warning: Deprecated Conversion From String Constant To Char*

Jul 3, 2010

I've just updated my linux system (Debian) and went to compile some code I'm working on. However it causes some problems, presumable because of GCC up dates. I get many of my subject line errors for example

../../common/Version_Control.cpp: In function int VersionControl():
../../common/Version_Control.cpp:55: warning: deprecated conversion from string constant to char*

So I check up the error and it comes from my error handler code which is a function

extern void SetError(char *string,int error_number)

The net tells me all I need to do is convert char *string to const char *string, however when I do so and recompile I get the following error

Error_Control.cpp: In function �void SetError(const char*, int)�:
Error_Control.cpp:41: error: invalid conversion from �const char*� to �char*�
make: *** [Error_Control.o] Error 1

I think I've done exactly what's recommended ?

View 3 Replies View Related

Programming :: G++ Warning - Deprecated Conversion From String Constant To 'char*'

Jan 10, 2011

My problem is that the warning keeps apperaing when I run g++ compilation.

Say, I have a system runtime function with header (imaginary)sysruntime.h: void printfunction(char *line);

Then in my .cpp file, I will include the above header #include <sysruntime.h>

Then, I do the below:
Line12: char *linetoprint = "Print this line";
Line13: printfunction(linetoprint);

But, I will get the warning message "Line12: deprecated conversion from string constant to 'char*'". (Even though it compiles)

My question is how should I declare my char* so that I wont get this warning message, and can still run printfunction(char* line) correctly?

View 7 Replies View Related

OpenSUSE Install :: Cannot Compile Vdrift-2009-06-15 - Warning: The Options Class Is Deprecated; Use The Variables Class Instead

Mar 12, 2010

I have a problem with compiling vdrift-2009-06-15 using scons. As the source that i obtained only supports scons i cannot use make. the error that i get when i try to compile it in GNOME Terminal is: scons: Reading SConscript files ... scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 9, in <module>

scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 13, in <module>
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
[Code]........

View 4 Replies View Related

Software :: Warning: The Build_dir Keyword Has Been Deprecated; Use The Variant_dir Keyword Instead

Dec 5, 2010

im using

Code:

scons prefix=/usr qtdir=/opt/qt4

to configure and i get these compilation errors

Code:

scons prefix=/usr qtdir=/opt/qt4
scons: Reading SConscript files ...
Platform: Linux i686

scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.

File "/mixxx-1.7.2/SConstruct", line 42, in <module>
WE ARE IN: /mixxx-1.7.2/linux_build
QT path: /opt/qt4
Loading qt4 tool...

[code]...

ive been scratching my head at this one for days, i turned on the ubuntu virtual machine and checked what apt wanted to pull, and im suspecting that i need to find the source versions of several packages in regard to qt4 and libqt4 and various libqt4 extensions.

View 4 Replies View Related

Ubuntu :: Installation - Warning (process 257): GLib-WARNING **: Getpwuid_(r) Failed Due To Unknown User Id (0)

Jul 6, 2010

i just tried to install Ubuntu Netbook 10.04 on my old Amilo Lifebook P Series. But after the boot screen and the choice to install Ubuntu i get stuck at the Ubuntu screen with the little dots on the bottom If I hit esc i can see the warning (process 257): GLib-WARNING **: getpwuid_(r) failed due to unknown user id (0)

View 2 Replies View Related

Fedora :: Sound Breakup In 12 - WARNING: Connection Failed Reconnecting

Apr 2, 2010

I have serious sound breakup with fedora 12. When I try I get: gnome-volume-control: WARNING **: Connection failed, reconnecting over and over. I know there is a price to be paid in terms of time and effort to run Linux. But I don't really want to have to fiddle with my sound system each time I upgrade. Every time I get my hopes up that Linux is easy enough to attract wide appeal, something comes along to show me I'm wrong. Most people don't want to live with the hassle. I will continue whether I get an answer or not. I will figure this out one way or another. But if more people were attracted to use Linux it would be easier for all of us.

View 4 Replies View Related

Fedora :: Error - (nautilus:3979): EggSMClient-WARNING **: Failed To Connect To The Session Manager: None Of Th

Jun 15, 2009

Have you guys had this weird nautilus error? When I su to root and run "nautilus" in terminal, errors popped out:

Code: (nautilus:3979): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported(nautilus:3979): Eel-WARNING **: GConf error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

[Code]...

View 4 Replies View Related

Ubuntu :: Error "(process:290):GLib-Warning**:getpwid_r():failed Due To Unknown User Id(0)" At Boot Time

May 9, 2010

I'm getting strange error after the splash screen in lucid

(process:290):GLib-Warning**:getpwid_r():failed due to unknown user id(0)
(process:315):GLib-Warning**:getpwid_r():failed due to unknown user id(0)

after this error the screen just hangs.

View 4 Replies View Related

CentOS 5 :: Errors / Warnings At Boot?

Sep 14, 2010

I've made a CentOS 5 x86_64 setup last year, around november/december.This system is supposed to operate as a home router/gateway, firewall, nas, small intranet/extranet server and media center.I've previously built a system using older parts (Pentium III 866MHz), and had on it CentOS 5 x86.It successfully served the same purpose (except nas and media center) for quite some time, about 1-2years, until i felt i needed better hardware (more memory, speed and disk space mainly) and 64-bit support.

Part of this intended setup isn't finished (router/gateway, firewall, media center), partially because i'm still lacking a good 1000mbps switch and a supported wireless n 3-antenna card in AP/server mode.In the previous setup, i had router/gateway, firewall and small intranet/extranet server working, with a crappy 100mbps switch (the switch is broken now).the new setup has run pretty well, it had been upgraded 2 times, etc...But since it has been installed, even before any updates, upgrades or repo additions, there has been always warnings/errors during kernel boot.I'm listing my specs, configs, versions and logs bellow. all the partitions, RAID and LVM were created during CentOS initial setup.

Hardware:
Case:1x Cooler-Master CM-690 II Advanced (RC-692-KKN2)
PSU:1x Corsair VX450W (CMPSU-450VX)

[code]....

View 7 Replies View Related

Fedora :: Do A "modprobe Xxxx" Only When Boot Up?

Jul 16, 2011

How do I do a "modprobe xxxx" only when I am booting up?

View 14 Replies View Related

OpenSUSE Install :: Warnings At Boot Time After Upgrading To 11.4

Mar 26, 2011

Though my upgrade from 11.3 to 11.4 went pretty well (X and apparmor/samba config to renew), I have a bunch of warnings at boot time. Sample: "* wil be removed in a future UDEV version..." On another box, I get some "/etc/*/ipv6" should have a .conf file. Should I worry / fix up something before next upgrade?

View 2 Replies View Related

OpenSUSE Network :: Juniper SSL VPN - Error "Modprobe For Tun Module Failed"

Feb 20, 2011

I recently isntalled opensuse 11.3 and I was trying to get the juniper ssl vpn working. It connects and everything goes fine until it prompts me for the root password. Once I do that, it errors out saying: "Modprobe for tun module failed" or something of that nature.

View 8 Replies View Related

Fedora :: Failure On Boot - Error Warning

Jun 26, 2010

I had occasion to add a few lines to rc.sysinit. Turns out the lines syntax was wrong. Instead of the booting ignoring those lines and proceeding on, then giving me an error warning or perhaps dumping into the interactive mode it just hung up! After several tries at moving on I discovered ESC dropped me into some sort of unannounced shell I got the installation disk out and with the repair system option using VI I got the lines deleted and all went back to normal. Now my suggestion is that if something does not make sense in terms of syntax while booting then cover it by doing the above and ignoring it with a warning later.

View 14 Replies View Related

Fedora :: Udev Warning Message At Boot Time?

Aug 11, 2009

i'm heaving the following message at boot time: "Starting udev: udevd[114]: unknown key 'DEVTYPE' in /etc/udev/rules.d/70-cups-libusb.rules:6", i guess it's something about usb printing support but i am not sure, and i don't know how to fix it, does any of you guys know what this exactly means and how to fix it

View 6 Replies View Related

Ubuntu Networking :: Q150 Will Not Boot - Locked Up After Modprobe

Feb 16, 2011

I need (would like) to get the wireless running on my Lenovo q150. It uses the realtek 8191u chip for the wireless. I tried the steps in [URL]. But failed miserably. Now the Q150 will not boot. It locked up after the modprobe and I was forced to use the power switch. I was using a fresh install of maverick amd64.

View 6 Replies View Related

Ubuntu Servers :: 10.04 Server Won't Boot - Modprobe FATAL Error

Jun 30, 2010

I have server 10.04 running, and I modified my fstab file to automatically mount an NTFS partition on startup, but after a reboot, I see that I clearly did something wrong, as now it will not boot. The output is:

[Code]....

init: ureadahead-other main process (923) terminated with status 4 If this is an error with my changes to the fstab file, is there any way I can access is to change it? No matter what i do I can't get it to boot.

View 1 Replies View Related

CentOS 5 :: Gedit Gives A Nasty Warning (assertion Failed)?

Mar 13, 2010

If you start gedit from the command line, then you can see this assertion error:

[bart@vectra ~]$ gedit &
(gedit:17187): GLib-CRITICAL **: g_string_append: assertion `val != NULL' failed
sys:1: Warning: g_string_append: assertion `val != NULL' failed

View 2 Replies View Related

Ubuntu :: Synergy - WARNING: Failed To Connect To Server: Timed Out

Feb 6, 2010

I've been using synergy on Ubuntu 9.04 and windows xp.Synergy 1.3.1 on both machines.My problem is that the server keeps cutting out. It seems to happen a lot when I watch flash videos on the server machine (ubuntu). This is what the server side looks like:

Code:

NOTE: synergys.cpp,500: started server
INFO: CServer.cpp,1141: screen "server" shape changed
NOTE: CClientListener.cpp,127: accepted client connection

[code]....

I dont think I usually get disconnected when doing other tasks. Mostly only when watching flash videos. Sometimes it doesnt automatically reconnect, and I have to kill synergys and restart it.

View 1 Replies View Related

Ubuntu :: Warning: GDB: Failed To Set Controlling Terminal: Operation Not Permitted

Feb 26, 2010

I am running Ubuntu 9.10 Karmic Koala, and I am having problems with GDB. When I attempt to debug a C program in kdbg or codeblocks, the output terminal will display this message: "warning: GDB: Failed to set controlling terminal: Operation not permitted" I have searched quite a bit and I have not found a fix that works.

I am running the latest stable versions of all my software supplied by the ubuntu repositories My system meets all the dependencies for KDBG and Codeblocks

I am running gnome, but the KDE files installed by Synaptic are version 3.5.10
I have KDBG version 2.1.1
I have GDB version 7.0-0ubuntu1
I have CodeBlocks 8.02-0ubuntu4

If anybody needs any more information in order to give ideas or knowledge on how to fix this just let me know

View 9 Replies View Related

Ubuntu :: GLib-WARNING **: Getpwuid_r(): Failed Due To Unknown User Id (0)?

Mar 30, 2010

Currently running 10.04. Just did some updates and when it finished rebooting it just doesn't work right. Whenever I click on my user name to enter my password it freezes for 3-5 seconds then the screen reloads. If I do Ctrl+Alt+F7 I get this error(the title of the thread). I have no earthly idea what this means but everything was working great until I did my updates just a couple hours ago. on??

View 9 Replies View Related

Ubuntu :: 10.04 Glib-Warning **:getpwuid_r(): Failed Due To Unknow User Id (0)

Aug 8, 2010

Glib-Warning **:getpwuid_r(): failed due to unknow user id (0)

when you restart the following message appears : [URL]

View 1 Replies View Related

Debian :: (warning) Fsck Died With Exit Status 4 Failed (code 4)

Feb 19, 2013

My system has stopped to boot at all...

Code: Select alldone.
Setting parameters of disc: (none).
Setting preliminary keymap...done.
Activating swap...done.
Checking root file system...fsck from util-linux-ng 2.17.2

[Code] ....

An automatic file system check (fsck) of the root filesystem failed. A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode. ... failed!

The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D to terminate the maintenance shell and restart the system. ... (warning).

Give root password for maintenance
(or type Control-D to continue): _

For now, I just don't know what I should to do next to my system has started to work again...

View 14 Replies View Related

Ubuntu :: (process:426): GLib-WARNING** Getpwuid_r(): Failed Do To Unknown Userid (0)

Nov 6, 2010

Installing 10.10 from disk, at some point during installation an error occurs and this appears:

(process:426): GLib-WARNING** getpwuid_r(): failed do to unknown userid (0)

View 6 Replies View Related

Software :: ISO Master Warning: Failed To Open Config File For Reading

Jan 10, 2011

OpenSuse 11.2 Downloaded ISO Master 1.3.8 from here: [URL] Opened the Slackware 13.1 ISO within it, tried to modify the Tagfile which resulted in the error:

Quote:

Edit failed, check Options/Editor and running ISO Master from the terminal showed the error in the title of the thread!

View 1 Replies View Related

Fedora :: How To Enable FDD In F14 (Modprobe Floppy)

Jan 30, 2011

To enable FDD in F13 I'm using "modprobe floppy" command which is placed inside "/etc/rc.d/rc.local".

Code:
[root@dc7100 rc.d]# cat rc.local
#!/bin/sh
# This script will be executed *after* all the other init scripts. You can put your own initialization stuff in here if you don't want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
modprobe floppy

In F14 this does not work any more. "modprobe floppy" is effective only when used on the CLI, but nothing happens when inside "/etc/rc.d/rc.local". Where should I place "modprobe floppy" now?

View 4 Replies View Related

Debian Configuration :: New Warning After Kernel Update - Machine Failed To Get I915 Symbols

Jun 22, 2011

I do not know if this is really something I should worry about. I am running Debian testing on my laptop (HP Pavillon dv6). Today, the aptitude update---aptitude upgrade gave me a new kernel (2.6.39). However, if I boot with that kernel, I get a warning (do not know if that is the way I should call this) telling me that the machine failed to get the i915 symbols so turbo graphics will be disabled.I have not done any serious test, but at first sight I do not notice any difference performance-wise with respect to the previous kernel. what am I supposed to do to fix this?

View 8 Replies View Related







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