OpenSUSE :: Error: Repoindex.xml[12] Opening And Ending Tag Mismatch: Meta Line 11 And Head
Apr 5, 2011
whenever I try to open my repo's I get the following error message
Code: There were errors while restoring the repository configuration.Parse error: repoindex.xml[12] Opening and ending tag mismatch: meta line 11 and head does any one know what that means...
View 9 Replies
ADVERTISEMENT
Dec 20, 2010
Starting Yast and then config. repos. gives this error: There were errors while restoring the repository configuration. Error refreshing service Packman Repo (http://packman.inode.at/suse/11.3/packman.repo):Parse error: repoindex.xml[1] Document is empty
If I continue my repo list and software management both come up okay and function as they should (nothing noted yet anyway). Is this just something that glitched when adding the Packman repo and the file repoindex.xml[1] should be deleted?
View 3 Replies
View Related
Jul 4, 2010
For some reason I was trialing a SUSE 11.1 SP1 version for a while and somehow I have NO clue it attempted to change itself to a OpenSUSE 11.1 System. I have no clue what I did, please don't ask Now though I have been successful in turning into an OpenSUSE 11.2 system by changing the repositories to OpenSUSE 11.2, doing a "zypper refresh", "Zypper in Zypper", "Zypper dup -d", "Zypper dup". I also did a repair and refreshed the base packages with an OpenSUSE 11.2 DVD and that seemed to help also. The only thing it seems I can get right is that yast/yast2 give me this error: Download failed: Failed to download ./repo/repoindex.xml from https://nu.novell.com/?cookies=0&cre...NCCcredentials
[Code]...
View 9 Replies
View Related
Jun 11, 2010
I was creating an OpenGL+GLUT+Perl Simulator, and I got this error on starting it:
Error: API mismatch: the NVIDIA kernel module has version 195.36.15, but this NVIDIA driver component has version 195.36.24. make sure that the kernel module and all NVIDIA driver components have the same version. The app still works fine, but I have no clue what to do about this.
View 1 Replies
View Related
Nov 10, 2010
I have a CSV file that's created in an application that can't output lines longer than 250 characters. the data fields, all together, are longer than this. how would I remove the line break from every line that ends with a comma? For example:
A,B,C
D,E,
F
G,H,I
becomes:
A,B,C
D,E,F
G,H,I
View 1 Replies
View Related
Jun 23, 2011
I am loading the file in Fortran. File looks something like this (shown below) I am interested in Velocity values and not Pressure values. Is there a way to code in Fortran which finds the staring LINE of Velocity values and ending LINE of values or I have to manually find the lines? IN this case it should return Starting line : 9 Ending line: 11
PHP Code:
[code]....
View 2 Replies
View Related
Apr 1, 2010
I would like to be able to change the Head Line / Title to include the working "fixed, solved" or some thing similar, in bright green ot red, maybe blue
View 2 Replies
View Related
Feb 3, 2011
So everytime I resume Ubuntu from hibernation, it remains black for a time then 2 messages on the screen appear for about 10 seconds before I can log-in:
Code: [ 0.556247] [drm:init_ring_common] *ERROR* render ring head not reset to zero ctl 00000000 head 02001000 tail 00000000 start 02001000 [ 0.556320] [drm:init_ring_common] *ERROR* render ring head forced to zero ctl 00000000 head 00000000 tail 00000000 start 02001000
View 3 Replies
View Related
Apr 5, 2010
I wrote a bash-script that splits each of many .sql-files into two parts by some condition using head utlity. After that I execute all the scripts in sqlplus, and in one or two of them I get an error: SP2-0042: unknown command ")" - rest of line ignored. If I open the file with vi, I can see that in the end of each line there's a "^M", which is treated as a single character. If I delete this character placed before the closing parenthesis, the scripts executes without any errors. In the initial script opened by vi there's no such characters. Is it a problem with the head utility or with something else? Of course, I cannot grep these special chars.
View 13 Replies
View Related
Apr 29, 2011
...../etc/init.d/before.local...System Console Stolen at line: 266 This line of red warning consistently appears immediately after something that ended with /etc/init.d/before.localThis is during the boot.Have anyone see it before ?It appears both in kernel versions:2.6.37.6-0.5-desktop2.6.37.1-1.2-desktop
View 3 Replies
View Related
Mar 3, 2011
I have been getting a Hash Sum mismatch error on certain packages since Debian Squeeze became stable,
[Code]...
E: Some index files failed to download. They have been ignored, or old ones used instead.
View 6 Replies
View Related
Nov 27, 2010
after installing thunderbird my computer was unable to load linux (fedora 13) while loading it reaches the blue screen with logo and halts. it didnt respond to any button. then i went to a single user by Ctrl+Alt+F1 because im a total newbie and thinking that video driver is missing, i installed nvidia using yum! but the problem remains. now entering startx gives:
API mismatch: the nvidia kernel module has version 195.36.24, but this nvidia driver component has version 260.19.12. there is always this error: no display specified/etc/X11/xorg.cof file has Driver "nvidia" in the Section "Device", but it is supposed to be "nv", because it was so previously. manually editing this doesnt help.
1). is it possible to "unyum" what i did and get back the driver i used to have? 2). how can i get the display working? 3). were there any known to you cases when thunderbird could mess up display drivers?
View 3 Replies
View Related
Jul 12, 2010
we have postgresql database in our server. when i tried to install our application it throws some error like "org.postgresql.util.PSQLException: ERROR: encoding UTF8 does not match locale en_US Detail: The chosen LC_CTYPE setting requires encoding LATIN1". the locale which is set in our server is
[code]...
I don't know how to approach to solve this error.
View 1 Replies
View Related
Jul 9, 2015
Im trying to update the system packages list by doing "aptitude update", but I got a error like this:
W: Failed to fetch http://download.virtualbox.org/virtualb ... 4/Packages: Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: Couldn't rebuild package cache
After searching the Web, I saw that many foruns seems to suggest to erase the reference list of packages using the command " rm -rf /var/lib/apt/lists/" and then run "aptitude update" again. I did that but the error still pops up.
My source.list:
### Debian Jessie
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
[Code] ....
View 7 Replies
View Related
Jul 14, 2015
Lately I have noticed when I am trying to install something I have been getting 'Hash Sum mismatch'
Here is an example when I tried to install Calibre:
root@V-debian:/etc/apt# apt install calibre
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code]....
View 10 Replies
View Related
Apr 4, 2011
I have tried installing skype through synaptic package manager, downloading from website through software centre and also manually using apt-get and dpkg. All I get is the same error - hash sum mismatch so file could not be retrieved. have tried the apt-get update and makes same error. not entirely certain what the --fix missing does or how to run it.
Get:1 [URL] [20.2MB]
Fetched 20.2MB in 6min 31s (51.5kB/s)
Failed to fetch [URL] Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? I just done successful install for Opera and Thunderbird. just this skype thing I can't seem to sort!
View 2 Replies
View Related
Nov 29, 2010
When I try to update my software through update manager, I get this error:
W: Failed to fetch [URL] Size mismatch
As a side note, when I enter Update Manager, it does not show 10.10 as an available update. I have checked my settings. I am quite kurfluddled by all of this.
View 7 Replies
View Related
Mar 1, 2011
uname -r prints 2.6.18-164.el5
Yum install kernel-headers/kernel-devel gives me 2.6.18-194
When trying to run virtualbox I get an error:
Kernel Driver not installed: (rc=-1908)
Please reinstall the kernel module by running "/etc/init.d/vboxdrv setup" as root...
/etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [OK]
Uninstalling old VirtualBox DKMS kernel modules [OK]
Trying to register the VirtualBox kernel modules using DKMS
Error! Your kernel headers for kernel 2.6.18-164.el5 cannot be found at /lib/modules/2.6.18-164.el5/build or /lib/modules/2.6.18-164.el5/source. [FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
I'm assuming the setup program is using the output from uname -r to determine the kernel, the problem is the kernel sources I've got from yum do not jibe with the uname value.
View 4 Replies
View Related
Nov 28, 2010
i wonder if you can modify KDE so that users can only log in once with one session.Currently, with KDE 4.5, i have the problem that user can log in several times and then ending up with an application used in a different session which means that you can not use it in the other session.
View 2 Replies
View Related
Apr 13, 2011
I'm tring to run AMDOverdriveCtrl, since they don't have an RPM file for Fedora i tried to compile from source i followed the instruction in the readme files run the make command
Code:
% make
g++ -mwindows -s -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -ldl -o./Release/AMDOverdriveCtrl ./src/CFanSpeedPanel.o ./src/COvdrSettingsPanel.o ./src/CFanControlPanel.o ./src/CColorTempPanel.o ./src/BezierMath.o ./src/Color.o
[code]....
and tried to run the application, and i get this error message
Code:
$ AMDOverdriveCtrl
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
View 1 Replies
View Related
Mar 17, 2010
I'm running an upto date version of Lucid on my eeepc 901, sometimes when turning the machine on it loads to a command line sign in screen rather than the Gui screen after signing on it remains in the command line. Reason unknown. What might be wrong and what the command is to get to the Gui screen from the command line.
View 5 Replies
View Related
Feb 20, 2010
probably an obvious error so I apologise in advance - trying to install vmware player, and it needs the kernel-source to build drivers. I've gone out and downloaded kernel-source for my running kernel.
However it's complaining that the kernel-source (2.6.31.12-0.1) does not match the running kernel (2.6.31.12-0.1-desktop).
Presumably there's something I need to do in order to get the 2.6.31.12-0.1 aligned to 2.6.31.12-0.1-desktop?
View 2 Replies
View Related
Jun 13, 2010
I've been having enormous problems with pam authentication. I use opensuse 11.1, postfix 2.5.5, dovecot 1.1.7. , ssl, dovecot-sasl. Everything works fine within local network, but I can't log in from outside (using outlook express 6). Output of dovecot -n:
protocols: imap imaps pop3 pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
[code].....
View 4 Replies
View Related
Dec 11, 2010
So I've a computer with a lot of disks which is running Ubuntu 9.04. The setup is made od a software raid 1 array of 200 MB for use in /boot (md0), then another raid1 array of the remaining space as a unique PV for the LVM2 vg0. This vg0 is split in many lv, for /, /usr .... and swap. A few days back, one of the raid1 disk went wrong. So as the raid is built on 160Gb disks and nobody in my town sells so little disks I bought a couple of 320GB disks. The partitioning was made like the original partitions, except that the second partition is way bigger than it was. I replaced the failed disk in the arrays, and now I've an md0 of 200 MB and an md1 of roughly 150GB as it was previously and all is in sync. This replacement was made using a rescue disk (in order to be sure that the machine was not locking anything...)
So I thought it was fine. But upon reboot on the hard disks, I get a fast GRUB message "error: no such device : <UUID ending in 4ec05>. when I start the first Ubuntu entry I get the same error. So I edit the boot entry, remove the "search --no-floppy --fs-uuid --set <UUID ending in 4ec05> " and boot the damn thing. When booted I ran :
[Code]...
View 9 Replies
View Related
Feb 3, 2010
The problem that I am having now is that I can not is the text when the menus come up or when opening a file from the cd or curraculum on line. I have cairo-dock running and a conky running. Could this be the couse of my problem? I was going to uninstall and reinstall packet tracer but I am unsure on how to uninstall.
View 1 Replies
View Related
Mar 26, 2010
I have some text files (Just plain text files, not OpenOffice files or anything) and when I try to open them in Windows they are all one line. I think I read somewhere that Linux uses for new lines whereas Windows uses or something... I am using Kate to edit them, and I have a LOT of files to fix so...
View 9 Replies
View Related
Jul 27, 2009
I am trying to use a git repo over http on my Debian 5.0 machine.
The git repository is located in /var/www/ on the Debian machine.
I can push/pull the repo using git protocol:
Code:
git clone git://192.168.0.1/project.git
but when I try to do the same over HTTP it give me following error message:
Code:
git cloneurl
warning: remote HEAD refers to nonexistent ref, unable to checkout.
View 1 Replies
View Related
Dec 25, 2010
I am getting virtual-box repository download error as given below:
Code: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/maverick/Release Unable to find expected entry non-free/source/Sources in Meta-index file (malformed Release file?) Some index files failed to download, they have been ignored, or old ones used instead. Repository: deb http://download.virtualbox.org/virtualbox/debian marverick non-free
View 5 Replies
View Related
Jul 16, 2010
I've just performed a fresh installation of openSUSE 11.3. System specs include GA-MA790X-DS4, PhenomII X4 940 AM2+, Sapphire RadeonHD 3670, two monitors. What I'm trying to accomplish is to set up my KDE desktop to (as it did under 11.2) use a multi-desktop multi-output non-cloned setup, so that I can use my two monitors side by side and maximize windows in either one respectively, etc.
So here I am with my newly installed system. Obviously I can't use fglrx, as it doesn't yet support the 2.6.34 kernel, so amdcccle is right out. SaX2, I notice, is gone. I have tried using KDE's built-in configuration tools, but the dual-head setup doesn't persist between logins. Strangely, windows that were open on the second monitor do vanish off-screen, but the monitors return to their overlapped positions so it's useless. Monitor 2 doesn't even retain its resolution setting. As one does, I decided I'd manually edit the X configuration file. SHOCK HORROR! No xorg.conf So what I'm driving at is this: How oh how do I configure my X.org to remember that it has two, quite different, monitors under openSUSE 11.3 ? Sorry if this post is hard to follow, I got very little sleep while trying to sort out the myriad problems I caused myself in upgrading.
View 9 Replies
View Related
Sep 4, 2010
I had somewhat of a simple questioned I tried out the latest revision to the Kernel of Day for Opensuse 11.2 built against the master. kernel-default-2.6.36-rc3.10.1.i586.rpm however looking at the tree it appears Novell/Suse doesn't release the source.rpm thinking I could recompile it to support the dependencies that I'm missing. See the message below-
Kernel image: /boot/vmlinuz-2.6.36-rc3-10-default
Initrd image: /boot/initrd-2.6.36-rc3-10-default
Root device: /dev/disk/by-id/ata-MAXTOR_6L020J1_6612-part1 (/dev/sda1) (mounted on / as ext4)Resume device: /dev/disk/by-id/ata-MAXTOR_6L020J1_661-part2 (/dev/sda2)
modprobe: Module via82cxxx not found.
[Code]...
View 1 Replies
View Related