Ubuntu :: Error - Set A Valid User Name Consisting Of A Lower Case Letter Followed By Lower Case Letters And Numbers

Mar 12, 2010

I tried to add my wife , and when I put in a password for her, this error comes up."Please set a valid user name consisting of a lower case letter followed by lower case letters and numbers." I did all that and I still can't set a password for her.

View 3 Replies


ADVERTISEMENT

Slackware :: Mkisofs -iso-level 1 Converts To Lower Case Instead Of Upper Case?

Oct 28, 2010

Kernel 2.6, Slackware 12.0
mkisofs 2.01

I do 'mkisofs -iso-level 1 -o image John Smith.txt'. Only an example. When I mount image, ls outputs john_smi.txt. So it has shorten to 8.3 and translated ' ' into '_'. This is in accordance with the manual, although it doesn't say the conversion will be done.

Quote:

-iso-level level
.........................
With all iso9660 levels from 1..3, all filenames are restricted to upper case letters, numbers and the underscore (_).
...........................

However, as it did not reject the file name, it should have converted it to all upper case, it seems to me. And -iso-level 2|3 does the same thing.

Code:

root@darkstar:~# mkisofs -iso-level 1 -o image John Smith.txt
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0

[code]....

View 5 Replies View Related

Ubuntu :: When Ever Hit The D Key Only Lower Case All Windows Minimize?

Oct 25, 2010

Its really annoying I don't have a monitor I just use VNC and putty to control my computer and when ever I vnc in and hit d all the windows minimize I tried deleting everything under .gnome2,.nautilus,.gconf and nothing. I love Ubuntu but this upgrade has been nothing but problems. I did a complete reformat and its a huge pita. its problem after problem never had this with 10.04

View 8 Replies View Related

Ubuntu :: Change The Extensions Into Lower Case With One Command?

Jun 9, 2011

There's got to be an easy way to do this and I can't find it: I have 50 files with the extension .JPG. I want to change the extensions into lower case with one command.

View 7 Replies View Related

Programming :: Change To Lower Case And Concatenate The First And Last Names?

Nov 28, 2010

I have a file like below. For all the lines (except for the ones listed as 'Unknown Owner' and N/A') I would like to change to lower case and concatenate the first and last names.Before:

Code:
aaa.bbb.ccc.ddd,Unknown Owner
ddd.eee.fff.ggg,N/A
hhh.iii.jjj.kkk,John Doe
aaa.bbb.ccc.ddd,Mary Jane

[Code]...

View 4 Replies View Related

Software :: Restore Lower Case Filenames In A Source Code Package?

Jan 1, 2010

I downloaded a source code package for an old multi-platform game. unfortunately, the author, when he created the .zip archive of the source code, zipped it in DOS, and so all of the file names are in all caps. when i run the configure script, it errors out, not being able to find any of the files (which originally were in lower case.

so, other than the extremely tedious process of renaming each file, one by one, is there any way to fix this so it will build properly? this game was written in 1996, so i don't think i'm the first person to bump into this problem.

View 6 Replies View Related

Programming :: Perl Switch Statement Throwing Error Like Bad Case Statement (invalid Case Value)?

Oct 6, 2010

I've written a simple perl code to learn switches in perl.My code is pasted below,

#!/usr/bin/perl
$opt = 1;
switch($opt) {

[code]...

View 3 Replies View Related

Ubuntu :: System Crashes - Lower File Not In Valid ECryptfs Format

Jan 10, 2010

Right, I seem to get very random system crashes. My machine will stay up for long periods of time, or sometimes only a few mins, also it doesn't seem related to just using a particular program. As you can imagine this is leading to a bag of woes. After reading on a forum about logs I went to /var/log and in the system log found the following entry . . .

"Jan 10 18:46:10 jon-desktop kernel: [ 92.718896] Either the lower file is not in a valid eCryptfs format, or the key could not be retrieved. Plaintext passthrough mode is not enabled; returning -EIO"

This is repeated multiple times and having checked after a few crashes seems to be the central problem. Being specific about the crashes, they freeze the entire system. Can't ctl-alt-del and sound loops, have to hard reset. I have a feeling that when I first installed Ubuntu 9.10 I selected to use an encrypted file system but have a feeling that I didn't set it up correctly. Not sure exactly what I didn't do but I seem to remember it was to do with generating a passphrase. So . . .

1) What is this error from my logs?
2) Is it linked to me not setting up the encrypted filesystem correctly?
3) Is there a way to check the settings / sort them out properly?
4) Is there documentation for my dullard state which can aid me in this, or is it quite simple?

View 2 Replies View Related

General :: Comparing Files - Change The Case Of The Letters In File1.txt

Nov 8, 2009

Two files contain:

file1:
cat
dog
fish
hamster

file2:
cat
fish
ferret
dog

How do you change the case of the letters in file1.txt to uppercase and compare with file2 all in one command?

View 2 Replies View Related

Fedora Security :: Any Way To User Can Increase Or Lower Privileges?

Nov 6, 2010

Is there any way to user can increase or lower his privileges? I tried by "semanage login" but it works only for admin i think. I would like for example change range form s0:c0 to s0:c0.c10 and vice versa.

View 6 Replies View Related

Software :: How To Make Case Insensitive When Authz User On Subversion

Jul 1, 2010

I'm using Centos 5.4 and Subversion 1.4.2. I use MySQL to authz user when connect to SVN. In MySQL database, I have a username 'Harry', and in the file access control, I typed username 'harry'. Now I just can login with 'harry' user, cannot with 'Harry'. How can I check lower case on SVN before it requires authz, I tried to use AuthzForceUsernameCase Lower but apache cannot start.

This is my subversion.conf file
<Location />
DAV svn
SVNParentPath /svn
SVNListParentPath on
AuthType Basic
AuthName "Authorization Realm"
AuthzSVNAccessFile /var/svn/svnauth
AuthMYSQLEnable on
AuthMySQLHost mydomain
AuthMySQLUser username
AuthMySQLPassword password
AuthMySQLDB db
AuthMySQLUserTable user
AuthMySQLNameField userid
AuthMySQLPasswordField passwd
AuthMySQLPwEncryption md5
Require valid-user
</Location>

View 3 Replies View Related

General :: Exit Bash Script - Add - Del - Edit User From Certain File Using Different CASE Variables

Mar 6, 2010

I have made a simple bash script through which i can add, del, edit user from certain file using different CASE variables. like
case
1. adduser
2. del user
3. edit user

Now i want to add a exit CASE like
1. adduser
2. del user
3. edit user
4. exit

Now i want to make a script such a way that, if user input is 4 then only script quit. I used with exit function also but it didn't work. if user press ENTER or other keys then also it quit the program.

View 6 Replies View Related

Ubuntu :: Error: No Such Device Bunch Of Numbers And Letters

Jun 8, 2010

I have just got a used computer from a friend and i installed Ubuntu because i am a new Linux user and i have heard its the simplest one to use but i installed to my computer as the only operating system and now when i start it up it says this: Error: No such devicea bunch of numbers and letters).

View 7 Replies View Related

Software :: Does Fwrite Retry In Case Of Error

Feb 8, 2010

I'm using fwrite to write into a file stored in a normal USB flash drive. My question is: if for example a sector is damaged, does fwrite try with another one before getting me a result? If not, If I recall fwrite, will it try with a different one or with the same?

View 3 Replies View Related

Fedora :: Short Filename Case Error On FAT/FAT32

Jun 15, 2010

I have some files and directories (some mixed case, and some all uppercase) that I have copied on a FAT32 USB stick, and when I load this on FC11 all the files and directories that have/are less then 8 characters (ie that fit into the 8.3 format) all go to lowercase.

View 1 Replies View Related

Debian :: Crontab Records - Send Notifications Only In Case Of Some Error

Feb 23, 2016

I got some crontab records and everything works fine. I installed mail server recently and all cron notifications started to come into my inbox. I'd like to receive only notifications about cron errors. I would rather not filter all notifications off.

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty

View 1 Replies View Related

Ubuntu :: Can't See Lower End Of Window

Aug 28, 2010

got new lynx on notebook problem: cant see the lower end of windows, so i can't see what i'm klicking on...

View 2 Replies View Related

Ubuntu :: Lower The Resolution Of All The Images In A Pdf?

May 9, 2010

How to lower the resolution of all the images in a pdf? I searched around and couldn't find an answer to this. I have a pdf file of a textbook that I use in school but each page is an image of 2 pages of the textbook (left page, right page when the book is opened) and each image is of a very high resolution. I downloaded pdftk and pdfedit but for such a simple problem, I'm having trouble. Is there any way to do this?

I have tried converting the 380 MB PDF file to PostScript but after an hour of doing that, it stopped, and the PostScript only had about 17 pages instead of the 733. So converting it back to a PDF file to utilize pdftk's algorithms would have been worthless. I know I could split up the pdf file into sections but I'd rather just scale down all the images, or make them mid quality PNGs or high quality JPGs just so the filesize can be halved.

View 3 Replies View Related

Ubuntu :: Enter Lower Runlevel In 10.04?

Oct 22, 2010

I need to run fsck on my Ubuntu 10.04 machine, but when trying to enter lower runlevel (with init 1), computer freezes with error message "could not write bytes broken pipe". So, how I can fix this and/or check my disk with fsck?

View 1 Replies View Related

Ubuntu Networking :: 10.10 Has A Much Lower Signal Than Mac OSX?

Jan 9, 2011

I installed 10.04 1st by making a partition with bootcamp on MacOSX.Then I formatted the partition according to Ubuntu's instructions. I didn't install rEFIt, because I prefer to just hit the alt (option) key.I made the necessary adjustments according to URL...Community Ubuntu Documentation - and everything seemed to be working fine.I upgraded to Maverick and everything seemed to be working fine aswell.But then I noticed, that the wireless signal keeps failing and I'm asked to put the password again and again..

I don't think this is due to the upgrade from 10.04 to 10.10, but I just noticed it recently, maybe because of the air humidity, the signal was stronger a few days a go.. don't know!!Is there anything I can do?Perhaps install a new driver, or another wificlient, like Wifi-Radar??

View 6 Replies View Related

Ubuntu :: Any Way To Move Notifications To Lower Right Side?

Jan 4, 2010

I want to move notifications both from pidgin, rhythmbox and other apps to the lower right side so that they are not so intrusive, I don't know if it's possible.

View 1 Replies View Related

Ubuntu Servers :: How To Lower Shell Resolution

Feb 18, 2010

I needed Ubuntu server and recklessly picked Karmic. Hardware is some regular 775 mobo with integrated Intel graphics. Monitor is ASUS VH222D. Installation went smoothly but after that problems occurred. Shell is displayed in 1920x1080 resolution and fonts are so small almost unreadable. Grub2 looks OK, standard non-fb and so does few rows of text after loading grub but soon after that framebuffer becomes active.

dpkg-reconfigure console-setup doesn't mention resolution. Some articles are leading to grub2 gfxmode but none of manuals helped. I just cannot change grub2 menu resolution to anything else than standard console fonts (non-fb). Kernel option vga=XXX is no longer working.How to lower shell resolution? Why is this automatic???

View 2 Replies View Related

Ubuntu :: Lower Desktop Resolution After 10.04 Upgrade

May 15, 2010

After upgrade to ubuntu 10.04 my screen resolution become 800x600 and in 'Monitors' I see only 2 options 800x600 and 640x480. but before upgrade I had much higher resolution in 9.04

View 2 Replies View Related

Ubuntu :: Upper And Lower Panel Missing?

May 17, 2010

For some reason when I restarted my computer today, I see the desktop but my panels are missing. What should I do? I am running Xubuntu 10.04

View 9 Replies View Related

Ubuntu :: Can't Delete Icons On Lower Panel?

Jun 18, 2010

Accidentally unpacked a rar file and ended up with numerous archive manager icons on the lower panel and cant remove them?

View 1 Replies View Related

Ubuntu :: Can't See Lower Buttons On Netbook's Little Screen?

Sep 24, 2010

I have an EEE PC 1000H, which comes with a 10.2" monitor with 1024X600 resolution. Ubuntu mostly works well on it, but on certain applications I cannot see the buttons that would appear at the bottom of the program. This has happened on the Disk Utility and Gnome Color Chooser

View 5 Replies View Related

Ubuntu :: Lower Unity's CPU / Memory Footprint?

May 8, 2011

Unity has been slower since upgrading.

View 3 Replies View Related

Ubuntu :: Way To Force Consoles To Be In Lower Resolution

Oct 1, 2010

I upgraded from 9.04 to 10.04.1 so I am still using legacy grub.Anyway, I noticed with the update that the console is using the framebuffer and using VESA for high resolutions.I really don't like or want this feature. So I added vga=0 to get 80x25 and it works initially but just when the X server is running (Xubuntu in my case) I can see how the console switches to a high resolution again. After this, if I go to a console, lets say tty1, it is using again a high resolution instead of 80x25 (VGA). Is there a way to force the consoles to be in a lower resolution and keep it that way? It used to work fine in ubuntu 8.xx and 9.xx

View 2 Replies View Related

Debian :: Screen Resolution Became Lower?

Jun 23, 2010

One day when i logged in, my screen resolution became lower. The sistem do not recognize anymore my old resolution (native) 1600x900 . And you can realize that maybe there are problems with the video card, because the system is slower than before in this terms. What could have happened?

View 4 Replies View Related

OpenSUSE :: Add Icon To Lower Panel?

Aug 28, 2011

opensuse 11.4---I have the lower panel on the desktop that has a firefox shortcut icon..I want to replace it with a google chrome shortcut--how do i do that

View 4 Replies View Related







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