Programming :: Error: Unknown Register Name '%eax' In 'asm'?

Mar 15, 2011

An error occur when I compile my inline assemble code with a alpha/linux cross compiler.code:

Code:
#define CPU_ID(cpu_iid)
__asm__ __volatile__ (

[code]....

View 2 Replies


ADVERTISEMENT

Programming :: Unknown Filter Error - Option Rate Unparsable

Feb 21, 2010

I am getting this error "Unknown filter "police", hence option "rate" is unparsable. This is in Linux Kernel 2.6 which is compiled with the "policing" option enabled in Qos (Kernel config). The error seems to be coming from the file tc.c in iproute2/

static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsghdr *n) {
__u32 handle;
if (argc) {
fprintf(stderr, "Unknown filter "%s", hence option "%s" is unparsable
", qu->id, *argv);
return -1;
} if (fhandle) {
struct tcmsg *t = NLMSG_DATA(n);
if (get_u32(&handle, fhandle, 16)) {
fprintf(stderr, "Unparsable filter ID "%s"
", fhandle);
return -1; }
t->tcm_handle = handle; }
return 0; }

This is called from get_filter_kind() which is called from tc_filter_modify(), called from do_filter(), from do_cmd() from main()...all in tc.c. Is this a known "bug" in iproute2+2.6 as the 2.4 Kernel works with the same settings?

View 14 Replies View Related

Programming :: Initializing The SS Register (Intel Architecture)?

Jul 9, 2011

Kernel 2.6.21.5, slackware 12.0 as 2.17 [I am speaking here about 80x86 processors, with their segment registers SS, DS, CS, ES.] In a source file for as, I wrote

Code:

.section _STACK
.rept 4096
.word 0
.endr

Now, in the .text section, I want to initialize SS, the stack segment, to point to the _STACK section. In other assemblers, there was a special section for the stack, and the linker cared about initializing SS. Here I use a common section for the stack. For a segment such as DS, I could write

mov ax,_DATA
mov ds,ax

But I don't think mov ax,_STACK would do with as/ls.how do I initialize SS?

View 4 Replies View Related

OpenSUSE :: RPC Authentication Error - Cannot Register Service

Feb 8, 2010

I am trying to solve problem with software which needs to have access to network card I suppose. Installation run without any problems but when I am launch software I get such message as normal user:
Cannot register service:
RPC: Authentication error; why = Client credential too weak.

When I launch program as root I get this:
WARNING: localhost appears to have the loopback address 127.0.0.2 as IP address
This may imply that processes on arlin may not be able to connect to non-local processes but program starting with success at least. What I should do to run program as normal user?

View 5 Replies View Related

Programming :: Macro To Get Base Address Register In Configuration Space?

Nov 21, 2010

I am trying to understand working of pci_resource_start function So I browsed code via cscope and searched for string pci_resource_start and got following in pci.h

Code:

#define pci_resource_start(dev, bar) ((dev)->resource[(bar)].start)

I am not able to understand how does this above macro works. How does it above macro gets appropriate base address register in configuration space?

View 1 Replies View Related

Software :: Exaile (0.3.2.0) Error - Object Register Function Deprecated

Aug 18, 2010

I have been trying to install this nice looking piece of software for the last 3/4 days, my lastest error is..

Code:
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
INFO : Loading Exaile 0.3.2.0...
INFO : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last): .....

I have installed:
pygtk-2.16.0
pygobject-2.21.5
gst-python-0.10.19
dbus-python-0.83.0
pycairo-1.2.2
gobject-introspection-0.9.3
libffi-3.0.9

View 8 Replies View Related

SUSE / Novell :: Cannot Register Service - RPC - Authentication Error - Why Client Credential Too Weak

Feb 8, 2010

I have a program to start called "pace_old".

In the command line I type it's name and get this:

What should I do ?

Distro is SuSe 11.1. Btw: I do not get this message on Suse 9.0. Pace_old runs properly there.

View 1 Replies View Related

Ubuntu :: Error - The Configuration Could Not Be Saved - An Unknown Error Occurred

Oct 4, 2010

Whenever I try to change a user full name, through System / Administration / Users and Groups, I get the following error: The configuration could not be saved - An unknown error occurred. Running Ubuntu 10.04.1 LTS 64 bit, freshly installed.

View 2 Replies View Related

Fedora :: Evolution - Error While Sending Message. Failed To Append To : Unknown Error Appending To Local 'Sent' Folder Instead

Jan 28, 2011

When I send mail via Evoultion it does seem to send ok but still the following error message comes up: Error while sending message. Failed to append to : Unknown error Appending to local 'Sent' folder instead. Not sure what's up with that but thought I would mention it.

View 3 Replies View Related

Fedora Installation :: Login / Boot Error "Register 0x00004030 Not Found In PLL"?

Jul 16, 2011

I installed fedora 15 last night, everything installed ok, but i noticed that when i shut down and before i log on, even just running from the cd, a brief message saying something along the lines of "Register 0x00004030 not found in PLL" comes up.

Is this normal? ive installed ok and every update so far has worked so i dont think its a corrupt install. Ive gone back to ubuntu for the time being but I wish to go back to fedora, though I just want to know what this error is

View 3 Replies View Related

Server :: Error - Iptables: Unknown Error 18446744073709551615

Feb 9, 2010

When i try to add value 150 on portflood section of csf,i get following error:

iptables: Unknown error 18446744073709551615 PORTFLOOD tcp opt -- in !lo out * 0.0.0.0/0 -> 0.0.0.0/0 tcp dpt:80 state NEW recent: UPDATE seconds: 5 hit_count: 150 name: 80 side: source

Error: iptables command [/sbin/iptables -v -A INPUT -i ! lo -p tcp --dport 80 -m state --state NEW -m recent --update --seconds 5 --hitcount 150 --name 80 -j PORTFLOOD] failed, at line 996

how is limitation with ip_recent where highest value for hit_count is 20,and how i need to modify and recompile ip_recent.But i was not able find anything about either modify or recompiling that module.I have cent os 5.4 64 bit,iptables are installed over yum.Also i have 4 servers with completely identical configuration,yet on two servers portflood works while on other two it reporting that error.Maybe it was different install cd which caused this,but again i dont know why this doesnt work since iptables version are indetical.

View 1 Replies View Related

Server :: Host Unknown Error:Sendmail / Stat=Host Unknown (Name Server: Def-fgh.com.: Host Not Found)?

Sep 8, 2009

Many of mails sent from my mail server that are in Queue;The main reason is deffered by domains like yahoo,aol,etc.but there is one more error that i keep getting and that is Host Unknown,Below is an example from mail log,The catch is,test mail sent on the same email id sent from my personal mail from the same server i.e. url was deliveredHowever,another mail containing client information sent from customercare@mycompanysdomain ended up in queue.

There are more examples of the same,around 20 domain have the same problem.

Sep 7 14:33:46 server2 sendmail[24591]: n8793jiC024589: to=<abc@xyz.fi>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=163672, relay=xyz.fi., dsn=5.1.2, stat=Host unknown (Name server: xyz.fi.: host not found)

Sep 7 22:09:42 server2 sendmail[6407]: n87Gdffa006403: to=<abc@def-fgh.com>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=152474, relay=def-fgh.com., dsn=5.1.2, stat=Host unknown (Name server: def-fgh.com.: host not found)

View 2 Replies View Related

Programming :: Sed.exe Unknown Option To 's'?

Feb 21, 2011

I'm running sed in WinXP on a text file using a script file. Every time I run it I get an unknown option to 's' error:C:Program FilesGnuWin32in>sed -f jagerize.sh input.txt>output.txtsed: file jagerize.sh line 22: unknown option to 's' I've tried two different implementations of sed, with the same result. Deleting the offending line in the script file still produces the same result (as the next line has the same syntax). I'm guessing the problem has something to do with WindowsXP, but I'm a complete newbie with sed and Linux.Here is the script file I am using:

#!/bin/sh
#
# Jagerizer 1.2

[code]...

View 1 Replies View Related

Debian :: Transmission 1.22 Stopped Downloading \ Get An Error Message Tracker Responded: Unknown Error (0) In The Info Window, Tracker Tab?

Nov 14, 2010

I have a problem with Transmission. After using it for over six months without a single problem, it suddenly stopped downloading. In the torrents that do no get downloaded, I get an error message Tracker responded: Unknown error (0) in the info window, tracker tab. But there are torrents with the same tracker that don'thave a problem and get downloaded fineThe logs don't give a clue about whats wrong either.I tried downloading those torrents with Vuze and I had the same problem. What could be wrong?

View 2 Replies View Related

Programming :: C: Sscanf But Number Of Variables Unknown?

Nov 29, 2010

Goal:assign integers into array form string.

From string
"123,456,789,0123,4567,8901" (comma separated 6 integer numbers)
To array

[code]....

View 2 Replies View Related

Programming :: Modprobe Command - Unknown Symbol

Jul 19, 2010

I am working on research using a USB wireless card (WUSB600N) which works by a driver from Ralink (rt3572). In order to achieve my task, I am trying to modify that driver. One of the ways, I tried to call a function written in different module from that which I am working in. Every thing went fine (make & make install) until the modprobe command when i got (Unknown Symbol) about that function. I tried many ways to solve that problem like; Export_Symbol, and function pointers but, with no results!

View 1 Replies View Related

Ubuntu Installation :: Grub Error: Unknown Filesystem And Grub Error: No Such Disc

Nov 23, 2010

I have a dual boot system with ubuntu 9.10 x64 and Windows 7. Everything has been working fine for a a long time but yesterday I tried to delete an unused partition through the Disk Utility in ubuntu (System->Adminstration->Disk Utility) and everything was messed up. I used to get the "Grub error: Unknown filesystem". I managed to create an ubuntu bootable usb and followed some tutorials for fixing grub but all i managed to do is to get another error: "Grub error: No such disc". After some experimentation i got
"Grub stage 1.5" which gave me a grub> command prompt./dev/sda is the drive containing Windows and Ubuntu.

Code:

[ Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #6 for /boot/grub/stage2 and /boot/grub/menu.lst.

[code].....

View 5 Replies View Related

Ubuntu :: 'Unknown Error: 'loadfont'

Aug 29, 2010

when I try to boot up Ubuntu, I get an error 'Unknown error: 'loadfont'

And then it restarts. I installed with Wubi, so can't boot with livecd. Any work arounds found?

View 3 Replies View Related

Ubuntu :: Error: Unknown Filesystem?

Mar 22, 2011

having a bit of a problem here. I woke up this morning, and my computer was froze. It does this from time to time, the monitor won't respond and wake up, flashing lights in the keyboard etc. Well anyways, I turned it off, then turned it back on, and it says:

Code:
error: unknown filesystem
grub rescue >

[code]....

View 8 Replies View Related

Red Hat :: DNS Error In RHEL 5.1 - Unknown RR Type

Jul 15, 2010

I am doing the DNS configuration for the first time. Error in named configuration:

zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
file1:9: unknown RR type 'example.com.'
file1:11: unknown RR type 'red.exmple.com.'
zone example.com/IN: loading master file file1: unknown class/type
[Code]....

View 1 Replies View Related

Slackware :: JDK Error (Unknown Source) What To Do

Apr 26, 2010

I compiled and installed a new visual traceroute program on my laptop running Slackware 12.1, the program is called GTrace. After an initial ./configure attempt, the program said that I had to install the JDK package. I installed <jdk-6u11-i586-1.tgz> and reconfigured, then make and make install, (I also added a required BerkleyDB <db-2.7.7.tar.gz> file to the install directory, as per the webpage instructions). Now when I try to run the program, it attempts to start ( a window appears onscreen and then just stops and sits there). I then ran the program in the command line and this is the output:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/GTrace/libdb/libdb_java.so: /usr/local/GTrace/libdb/libdb_java.so: undefined symbol: __gxx_personality_v0
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sleepycat.db.Db.load_db(Db.java:248)
at com.sleepycat.db.Db.<clinit>(Db.java:263)
at com.sleepycat.db.DbEnv.<clinit>(DbEnv.java:173)
at caida.GTrace.GTrace.initGTrace(GTrace.java:444)
at caida.GTrace.GTrace.<init>(GTrace.java:271)
at caida.GTrace.GTrace.main(GTrace.java:1597)

I searched google for this error and found one user that had a similar output in another program, but after reading the other forum, I have no idea what they were talking about or how to fix this up. How I may overcome this JDK error to be able to run the visual traceroute program.

View 2 Replies View Related

Programming :: C Syntax - Passing In Unknown Number Of Arguments?

May 18, 2009

I need to write a wrapper function around the mvprintw function, like so:

int smvprintw( ? )
{
// Do various checks/modifications on the first two arguments (int y,
int x) first,
// and then
return mvprintw ( ? );
}

How should I write the args for smvprintw so that I can pass all the data correctly to mvprintw, and also do my checks on the first two args (for example, to modify them)? I'm confused by the prototype of mvprintw: This is mvprintw as listed in the man pages:

int mvprintw(int y, int x, const char *fmt, ...);

And this is how I saw it in ncurses.h:

extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...)

I believe the "..." refers to the unknown number of items after const char * fmt. Will it suffice to do something like "int smvprintw(int y, int x, const char * fmt, void * etc)" and then "mvprintw(y, x, fmt, etc)" inside the function?

View 2 Replies View Related

Programming :: Read Unknown Data Length From Usb Pipe?

Aug 12, 2010

I've written a usb device driver and a program that sends and receives data over the bulk pipe. The read function sometimes returnsI'm reading an unknown amount of data. However, using a usb tracker I can see that the correct data is being sent.The error only occurs sometimes.I expect that the read function is told to read more data that it receives it would fail and return -1, however if this was the case then every read call would fail.

View 4 Replies View Related

Fedora :: Konqueror Unknown Host Error

Jul 25, 2011

When I open Konqueror, on Fedora 15 KDE, it opens to the default Start Page just fine. When I try to visit any other website, it gives me an Unknown Host Error. The documentation I found for KDE just said that if I get that error, it means that either the website does not exist or I am not connected to the internet, but I'm quite sure I'm connected to the internet.

View 6 Replies View Related

OpenSUSE :: Virtual Box Error - Filesystem Unknown

Mar 22, 2011

I am experiencing a problem with virtual box 4. Did an install from binary, and everything went ok and virtual box launches, but once I have created the virtual disk and the want to run it, I get an error, and the log says that it has to do with the ext4 filesystem and has a known kernel bug. How does one go about sorting this out. Here with the log from virtual box.

00:00:00.654 VirtualBox 4.0.4 r70112 linux.x86 (Feb 17 2011 17:29:29) release log
00:00:00.654 Log opened 2011-03-22T15:50:28.174435000Z
00:00:00.654 OS Product: Linux
00:00:00.654 OS Release: 2.6.34.7-0.7-desktop
00:00:00.654 OS Version: #1 SMP PREEMPT 2010-12-13 11:13:53 +0100
00:00:00.654 DMI Product Name: HP Pavilion dv6700 Notebook PC
00:00:00.654 DMI Product Version: Rev 1
00:00:00.655 Host RAM: 1988MB RAM, available: 1595MB .....

Then tried moving the vbox files to my home partition which is ext3, but it says that file system is unknown, again herewith log:
00:00:00.589 VirtualBox 4.0.4 r70112 linux.x86 (Feb 17 2011 17:29:29) release log
00:00:00.589 Log opened 2011-03-22T16:06:15.412283000Z
00:00:00.589 OS Product: Linux
00:00:00.589 OS Release: 2.6.34.7-0.7-desktop
00:00:00.589 OS Version: #1 SMP PREEMPT 2010-12-13 11:13:53 +0100
00:00:00.589 DMI Product Name: HP Pavilion dv6700 Notebook PC
00:00:00.589 DMI Product Version: Rev 1
00:00:00.590 Host RAM: 1988MB RAM, available: 1476MB .....

View 8 Replies View Related

OpenSUSE Install :: Error - Module Is Unknown - How To Fix It

Apr 20, 2010

After installing ncl 2 sp2, I restarted my computer. Now when I try to login I am getting the following error:Module is unknown. I am running openSuse 11.2 64-bit.

View 2 Replies View Related

OpenSUSE Wireless :: SIOCSIFFLAGS: Unknown Error 132

Mar 16, 2010

It's been a while since ive run any Linux OS, but after reading about Osuse, i decided to partition my drive and check it out. Just downloaded and installed OpenSUSE. I have access to internet via my hard wired lan port, but wireless has me confused. Dell D600.I have allowed all updates to install, and added my wireless connection using KDE Control module. When i hit the scan button the scan box appears but nothing is picked up. My router is linksys, and its wide open (no encryption, nor hidden).

lspci
02:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)

[code].....

View 9 Replies View Related

OpenSUSE Wireless :: RTNETLINK : Unknown Error 132

Jun 26, 2011

I have a laptop Compaq cq60 and once I installed opensuse 11.1 64 with a Atheros AR5001 wifi card (pci). It worked and connected to several wap at home and abroad with no problem. I upgrade the laptop with a clean install to OpenSuSE 11.4 (also x86_64).Now when I try to bring the interface up a strange message appears. Moreover! I had the same problem with a Netgear usb wifi dongle!A Realtek completely different chipset. Before the problems a small explanation of the setup.

The module for the Atheros is loaded with no problems.I already tested rmmod ath5k and rmmod ath and then modprobe ath5k ... no problems whatsoever.The same happens for the NetGear usb wifi dongle! It is immediately recognized as soon as the module is inserted and the module loaded.I also checked this with lsudev and lshal ... I could not see any problems there ... I do not use NetworkManager as my experience tells me it is better to first configure on cli and then move to the graphical interface when things are working conveniently.

So both internal and usb wifi cards are detected and the respective modules loaded with no problems.They are both configured in yast to be activated manually and they both have the wep key and essid. I connect to a Asuswl500g WAP with wep encryption just to start.

When I try to bring up any of those wifi interfaces I get this error :

ifup wlan0
wlan0 device: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
wlan0 starting wpa_supplicant

[code]....

View 4 Replies View Related

Ubuntu :: Error: Incorrect Format: Unknown Tag

Jan 10, 2010

I've been trying to solve this problem for DAYS now, without any progress. I've searched the forums for a long time before even starting this thread. So now I need help, PLEASE. I don't want to have to use WINDOWS in order to sync my phone with my computer, that's crap and there has to be a way. I have Ubuntu 9.10 and I'm trying to sync my LG Versa VX960V07. When I plugged it in to begin with, it was set on Auto-Sync Music, and the phone showed that it was connecting to the computer. I set it on Data-Sync and nothing happened when I plugged it in. I set it to Ask on Plug-in, and again nothing happens, and the box on my phone that says "Sync Data; Sync Music" does not pop up like it does when using windows.

First I tried installing a bunch of different music programs, Songbird, Amarok, K3B, etc and none of them work with my phone. I can't even install the MTP add-on for songbird, it's not supported under linux. Then I tried sudo apt-get install mtp-tools, which worked. Then MTP-detect, which showed no device. I also tried the command for searching for drives attached. And it did not show a USB drive attached. My computer simply does not detect my phone.

Then I tried this:

[URL]

Installing BitPim, which does not support the LG Versa, but the new 1.0.7 testing branch does. So I followed the tutorial on that page, installing Alien and trying to convert the RPM to DEB. I don't even know what these commands mean, I'm not a linux Guru, but I'm learning. I tried everything and spent like 3 hours going through this tutorial to no avail. Is it suppose to create a .deb file where the RPM is? If so it doesn't work, and it won't launch BitPim for me. I have no idea what's going on. When I try:

sudo alien -ic ~/Downloads/bitpim-1.0.7.20090805-0.i386.rpm

I get:

error: incorrect format: unknown tag
dpkg --no-force-overwrite -i bitpim_1.0.7.20090805-1_i386.deb
(Reading database ... 175361 files and directories currently installed.)
Preparing to replace bitpim 1.0.7.20090805-1 (using bitpim_1.0.7.20090805-1_i386.deb) ...
Unpacking replacement bitpim ...
Setting up bitpim (1.0.7.20090805-1) ...

The "error" I get, I don't know what it means, but either way, this isn't working. I'm getting so frustrated with this and the forums are my last hope before I install Windows again. I really don't want to admit defeat and use windblows.

View 3 Replies View Related

Ubuntu :: Grub Error :unknown Filesystem?

Feb 25, 2010

i have changed from windows xp to ubuntu 9.10 in monday but yesterday i turned my pc on and when i get in my session all get freeze, i waited for an hour and it was the same so i turned it off pressing the on/off button of the cpu, when i restarted it it saysGrub loading...Grub failed: unknown filesystemGrub rescuei dont knoe what to do.PD:i removed windows, only ubuntu is in the PC

View 3 Replies View Related







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