Displaying 2 results from an estimated 2 matches for "e212".
Did you mean:
212
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello.
I am trying to create a text file that contains an accent like '?' in it's
filename on a vfat filesystem. This generates an error like the following:
"test?.txt" E212: Can't open file for writing
I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load
those needed modules.
Then I mounted my FAT32 partition like this:
mount -t vfat -o iocharset=iso8859-1,codepage=850 /dev/hdb1 /samba_backups
The mount succeeded but I still...
2009 Mar 06
1
R and vim (gvim) on ubuntu
...and start R "R"
Then when I press F2 in vim - nothing happens (some text flashes at the
botom of the screen - but I can't read it. It's not an error messages
though)
when I try to run an R command eg, "x <- rnorm(100,10,5)" vim returns this
error:
"~/.pipe" E212: can't open file for wirting"
What have I done wrong? I suspect maybe it's got something to do the
funnel.pl - but I have installed the script from Johannes Ranke's
repository - so there should be no need to install funnel.pl?
Any help much appreciated
Sincerely, Andreas
--
Vi...