General :: Invalid Or Incomplete Multibyte Or Wide Character?
May 13, 2011
I'm trying to backup an ext3-formatted disk to an external USB disk, also formatted in ext3.rsync repeatedly reports those kind of errors : rsync: recv_generator: failed to stat "<filename>" : Invalid or incomplete multibyte or wide character.Following Google, this is usually related to NTFS-formatted drives but it is not the case here.A lead to the solution could be that the folders and files being backuped are mapped through smbd. My smbd.conf file contains the following lines regarding charsets : #Dos charset = 850#Unix charset = ISO8859-1Since those lines are commented out, I believe this defaults to UTF-8.
View 6 Replies
ADVERTISEMENT
Dec 10, 2010
I make it a habit to review the logwatch reports regularly. I have been seeing this one from Anacron lately. I'm not sure exactly when it started, but it has been going on for a while now and started after the F13 to F14 upgrade. I have searched and tried to find out what it means, but have come up empty. This is the report:
[Code]....
Is this something that is just spurious and can be safely ignored? If this isn't, how do I go about fixing it?
View 6 Replies
View Related
Mar 27, 2010
1.What character instructd the shell to interpret a special character as an ordinary character?
2.What directory contains some of the utilities available on the system in the form of binary files?
3. What command is used to search the location of a utility?
4. What command is used to instruct the editor to write the file and quit the editor?
5. What key quits the more utility and displays the shell prompt?
6. What command starts a child shell as the super user, taking on root's identity and environment?
7. Which wildcard characters can be used for searching all the files in the system that start with "A"?
8. The user name or login name of the super user is????
[Code]....
View 10 Replies
View Related
Sep 10, 2010
When i upgrade my packages with aptitude in testing, I am starting to get this error.
Also I get this from cron now and then.
View 6 Replies
View Related
Nov 26, 2010
Option -m: Invalid argument near character 14
View 1 Replies
View Related
Mar 12, 2010
I am using rhel5. I am trying to implement acl's I created one partition mounted on directory /aclmount
Created 3 users and group sales
Created one file under mounted dir quotation
I tried this command
#sudo /usr/bin/setfacl -m -u:user1:rw- aclmount/quotation
I am getting this out put
setfacl: Option -m: Invalid argument near character 1
View 5 Replies
View Related
Oct 29, 2010
# sudo dpkg -i vasre-se-1.1.1~Debian_5-i386.deb dpkg: error processing vasre-se-1.1.1~Debian_5-i386.deb (--install):
parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'vasre-se':
error in Version string '1.1.1~Debian_5': invalid character in version number
Errors were encountered while processing:
vasre-se-1.1.1~Debian_5-i386.deb
I did install same package ok in 10.4 but now after I upgrade to 10.10 I am getting this error. I have already tried:
# sudo dpkg --clear-avail
# sudo aptitude update
# sudo aptitude upgrade
View 1 Replies
View Related
May 4, 2011
Impossible to install the Lotus Notes 8.5.2 FP2
Code:
View 1 Replies
View Related
Apr 1, 2009
I am trying to copy a large number of files from a Linux server to a Windows file share. Unfortunately, all of the files and folders I have to copy have 10 numbers followed by 2 colons "::" in the name (example: 1234567890::WordDoc.doc) which of course is invalid in windows naming conventions. So now I'm trying to come up with a way to change the file and folder names on the fly to replace the colons with a dash "-" or space " ". I'm even willing delete the frist 12 characters in necessary. I have tried cp, mv, tr, and several -bash scripts but get no positive results.
View 4 Replies
View Related
Nov 19, 2008
I'm having a bit of trouble with a regular expression I'm trying to write and I'm not sure if it's something Tcl specific or my lack of regexp understanding.
[Code]...
I get a number of strings passed to a proc in the format 3|x where x is a number, either 0 or within the range 5-12. My understanding is that that regexp will match the literal '3' followed by a '|', the escapes the special meaning of |, and then 0 or, because of |, a number within the range 5-12. However I'm getting the error 'couldn't compile regular expression pattern: invalid character range'.
View 3 Replies
View Related
Sep 20, 2010
I installed Debian 5.03 Lenny successfully on my machine. I got this error during boot: ACPI : invalid PBLK length [5]. After that the Operating System boots properly and starts normally. What does this error statement mean? Is it safe to work with this installation despite this error?
View 1 Replies
View Related
Feb 10, 2011
Trying simply to insert into table. Have succeeded in doing this but now want to correct user use of invalid characters. If I'm understanding correctly, Real-escape-string seems to correct these, so I've been trying to figure out how to use it. A short, test code version gives me a syntax error at INSERT VALUES, which--because it still has the single quotes in the text--tells me the real-escape-string didn't work. The code below gives me a parseing error with invalid $END at </body>.
Insert Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' VALUES (UTC_TIMESTAMP,'What's happen' bra?')' at line 1 Parse error: syntax error, unexpected $end in /home/powere15/public_html/DB/exercises_insert_record.php on line 94
<html><head><title>Exercise Catalog Insert Record</title></head>
<body>
<?
/* Change db and connect values if using online */
[Code]....
View 2 Replies
View Related
Apr 30, 2010
10.04 rar failed to unrar files with multibyte filenames Here is the error messages:
[Code]...
View 1 Replies
View Related
Aug 4, 2009
I am using Linux 2.6.29-020629-generic #020629 SMP Tue Mar 24 12:03:21 UTC 2009 i686 GNU/Linux ubuntu.
I have a widescreen lcd laptop and the current resolution is set at 1280x768 pls see output of xrandr here for more information [url]
I want to change the resolution to 1024x768. I can do in ubuntu' display tool. The problem is that once I change it, the output does not take up the whole screen it has blank spots on the left and right side
For a better understanding please have a look at [url] and [url]
In open suse the system sets it at 1024x768 without any blanks on the left and right corner. You can have a look at it here [url].
My current xorg.conf is details is at [url].
Please also find my xorg.0.log at [url]
The lcd does not have any controls to tweak.
View 3 Replies
View Related
May 8, 2010
I'd like to plug a USB FAT32 formatted memory stick into my Linux laptop and have it mount automatically as it does now but with wide open permissions. At the moment it opens with files only being readable and writable by the user but I would like other uses to be able to read and to write to files (i.e. I use Apache to serve a site from the stick for development purposes).If it matters I am running Jolicloud on a netbook.
View 1 Replies
View Related
Feb 3, 2010
How can I add a menu entry when I right click my mouse system wide?
View 2 Replies
View Related
Feb 18, 2011
I have a netbook running Ubuntu Netbook Edition and I would like a USB flash drive to be automatically mounted whenever I plug it in. The drive is FAT formatted. It mounts when I plug it in but all files are only writable by my user, other users only have read access. I understand that I need to add a corresponding entry to the /etc/fstab file. I've added the following so far:/dev/sdb1 /mnt/USB_DRIVE vfat
Firstly, is that appropriate so far? I've created /mnt/USB_DRIVE as root. Next, I'm not sure what options I should be finishing the line with, especially to get all users to be able to write to the drive.
View 2 Replies
View Related
Jun 12, 2011
I was messing around with the alternate character panel app and made a custom character set. I then wanted to put it on a new panel and created a new panel. I moved the character set to that panel, and then started to mess around with the panel settings (auto hide, show hide buttons, and expand, to be specific.) So far so good, until I moved the panel from the right side of the screen to the top. I already had a panel here, and it seemed not to like hiding a panel when there was already one on the top.
When the new panel hid itself, all my panels stopped responding (any clicks on them did nothing) and my processor started going at 100%. I tried a reboot and the only thing that changed is that now I can't even see my panels. I'm guessing I need to change the settings back manually through the prompt, but I don't know how to do that. I am using 10.04 and have not upgraded gnome since upgrading to 10.04.
View 1 Replies
View Related
Sep 19, 2010
I'm connected to a Linux box through SSH on which I don't have administrative privileges. The command I wish to use is called tree, but it isn't installed. Is there any way I can load the tree program into my home directory and run it without the need to install it system wide?
View 2 Replies
View Related
Mar 9, 2011
I've setup .htpasswd and a .htaccess file.
The password is a0bc0def0g3
If i enter that password, it let's me in.
if i enter a0bc0def0g it also works. I've never seen this before and is totally weird.
View 3 Replies
View Related
May 11, 2011
1,i access my server via secureCRT, when i typed the Code: vim in it, it shows Code: -bash: vim: command not found . how to install the vim? my linux version is centos.
2, when i typed some chinese characters in VI, it shows unnormal. maybe i should set the default character to UTF-8. but i don't know how to set it.
3,i want to copy a html file code to VI, how do i do?
4,how to create a file. like this? Code: mkdir filename ?how to rename the file, which i created by VI and had some contents in the file.
View 1 Replies
View Related
Aug 5, 2010
I am using the following command to add a comma to the end of each line in my file:
but for some reason the comma gets placed on a new line in between each line in the file. Why is this?
View 2 Replies
View Related
Dec 23, 2009
In programming and various terminal programs (Screen, Vim) the [, ], { and } tends to be used a lot. I'm using a Norwegian keyboard where these are placed such that I have to stretch my fingers a bit too long for whats comfortable. To make it easier I though I'd try to make alt+[some key] be one of these characters. Is there a way that I can bind, say alt+� (Norwegian letter) to '{' system wide?Btw, is such thing called binding, mapping or something else? I'm getting a bit confused by the terms...
View 2 Replies
View Related
Apr 6, 2010
i have a trouble here to cut a file
cut -c1-2 /etc/hasil.log
THE RESULT IS :
PI
64
64
64
[Code]....
View 10 Replies
View Related
Jan 11, 2011
look into the following command...
Code:
asit@ubuntu:~/script$ echo 567 | wc -c
4
though 567 is a 3 character number, why the o/p is 4 ??
View 1 Replies
View Related
Apr 27, 2011
I'm using Debian Testing and I have a little problem with the fonts, fonts behave somewhat strange. Usually happens with Iceweasel, but I've noticed sometimes in the window list panel or terminal. To give you an idea of what I speak, I leave the image:
Look at the letter b, and not always the case with that letter, sometimes the S or L. I've tried several fonts. Even deleted the folder. fontconfig, but still happening. Has anyone had a similar problem? It can be a server problem with graphics? Using xserver-xorg-video-intel
View 4 Replies
View Related
Sep 28, 2010
A good deal of text on web pages are missing; also, the links are usually coming up not as text but, rather, as lines. I've 11.3 installed.EDIT: Ignore the below -- it seems that the server was just slow, is all.(I would have queried this via the listserve, but <opensuse+subscribe@opensuse.org> is not recognized by the mail server.)
View 1 Replies
View Related
Jul 3, 2010
I downloaded the oxygen cursors and oxygen cursors extras form the official ubuntu repos using synaptic. I am running gnome in ubuntu lucid with compiz and emerald. I installed them system wide by running
Code: sudo update-alternatives --config x-cursor-theme This means that they are displayed eveywhere. However, there appear to some bits missing from the cursor set. Specifically, the window resize icons and the drag and drop (move) icon. All other icons are displayed correctly. For the missing icons, it seems to fall back to the default ugly black x cursors. Has anybody else seen this, or have I installed these cursors incorrectly? Note I want to do this system wide so I have the same cursor even in my sudoed apps.
View 1 Replies
View Related
May 13, 2011
I'm building a symbol table and syntax tree using lex and yacc for a compiler.
I am stuck with an error for too long. I have defined two structures (one for Symbol Table and another for Syntax Tree).
Code:
typedef struct symbolTable{
char name[30];
.....
struct symbolTable *next;
[Code]......
here's the error:
bottomup.y:76: error: field 'info' has incomplete type.
I tried to define the structure definitions in a separate header file and included in .y file but it didn't work out.
I'm trying to get this done ASAP.
View 1 Replies
View Related
Feb 10, 2010
Going haywire on a new Centos 5.4 64bit install on vmware esx 4. I should know, but my mind is obviously fucked up today. I get the "distination unreachable", indicating something ICMP related, checked network setup, all looks like usual. Except my routing table lacks the 127.0.0.0 and 0.0.0.0 def. gw entries, as in this working box example:
192.168.9.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.9.1 0.0.0.0 UG 0 0 0 eth0
FWIW, during install, did the usual basic firewall steps, not'n extra added but SSH. Tried with/without iptables, no change; no wonder given the lacky routing table. Sure, I can add what's missing, but I'd like to know why it's missing; i.e. what I missed on basic setup, as I'm going to repeat this with a nof Centos/RHEL installations (replacing SLES).
View 1 Replies
View Related