Ubuntu :: Cannot Sign In As Root
Nov 14, 2010
I was using windows xp, then I've installed ubuntu using the windows installer that [URL] offers. Before the installation begins, the program first asked me about the user name and the password that I want to set. but nothing about the root password. Later when i tried to sign in as the root, the password i've provided didn't work for the root, but it works with my normal user name. So now I want to sign in as a root.
View 9 Replies
ADVERTISEMENT
Jul 17, 2010
how to enable the Root to actually be able to sign in (from the sign-in screen) on Ubuntu 10.04 desktop Edition?
View 1 Replies
View Related
Feb 28, 2015
I used Zorin, Ubuntu, and Kubuntu. Even though Kubuntu was my favorite because of the KDE platform, it still didn't have what I was looking for. With Debian, the KDE platform works great, it uses KDM instead of LightDM, (you can do more with that), and the choices of software for setting it up as a server is great. The problem I having right now is with the root privileges. With the other Debian based systems I used, root privileges was not a problem. When I signed in, it was with my user name and my root password.
Every time I did updates or installed software, it ask me for authentication which is my root password. And if I had to use su or sudo commands in the terminal it ask for my password. I had no problem with that. I'm just as big with security as any Unix based system users. And Linux has that. That's one of the big reasons I left Microsoft Windows for Linux. There was times when I had to have full root privileges for just a short time, and my favorite command was sudo nautilus. This was perfect.
For example, sometimes I had to get in to the opt folder for a brief moment to past a web page in it. Opt is a root folder. It can be opened with out a root privilege, but you just can't past files to it. Sudo nautilus was perfect for this because it is a temporary root privilege. Close the terminal and the root privilege session ends. This is great. You don't want root privileges all the time you're log in. That can be dangerous because it's a high security risk.
With Debian, I have not been able to get any root privileges. And without root privileges, I can't load much needed software, can't access my second hard drive, matter of fact, the second hard drive doesn't even show up. I can't really do much of anything. Is there something I can do when I am installing Debian to fix this or how do I get the root privileges I need?
View 3 Replies
View Related
Mar 23, 2010
I have a problem my ubuntu is the latest distro but the shiftkeys are not working like when i whant an @ sign i cant make that sign the keybaord layout has been changed i even have done most of the solutions found on the site and no use.
View 1 Replies
View Related
Feb 20, 2010
when ever i try to sign in to my messaging system it gives me this message and wont let me sign in,< Received unexpected response from [URL] useTLS=1 is not allowed for non secure requests.>
View 3 Replies
View Related
Nov 6, 2010
After a recent Ubuntu update, I can no longer sign into any accounts using Firefox.
Can't log on to Amazon, Google, Ubuntu forums...anything
I'm using Epiphany 2.28.0 at the moment to post this message.
When I enter my user name and password for any account in Firefox, it just returns the same sign-in screen with blank input boxes; or nothing happens.
I tried clearing cookies. I've tried starting FF in safe mode. Still no success.
View 8 Replies
View Related
Jan 7, 2010
I have Ubuntu 7.04 and i am newbie, recently i installed Skype 2.1 Beta for Linux.
When I start Skype everything is fine but the moment when i Sign in, Skype closes by itself (or maybe something else close Skype)
View 2 Replies
View Related
Jan 8, 2010
I am a student taking an online course in electronics, on my class web site the Omega sign is showing up as a W instead. I have tried to change the font even tried to import new fonts that might have the sign. I have also tried to change the character encoding nothing has worked and ideas I will try anything. I am running firefox 3.5 and ubuntu 9.10
View 8 Replies
View Related
Jul 4, 2010
Is there any shortcut on keyboard to make this sign: � ? I know that in Office it appears automatically by typing "(c)", but what is about any other application?
View 7 Replies
View Related
Aug 8, 2010
Hello, everytime I log in, I get a prompt asking me to enter my password to unlock the keyring. Then when I open Empathy, I am not automatically connected. When I open my empathy accounts (F4), it says Available but I am not signed in. I have to remove and re-add my account.
View 9 Replies
View Related
Nov 19, 2010
I'm trying to setup a linux computer to connect to my works wirless. It uses a WPA2 password with a dollar sign in it. I can't input it into wpa_passphrase because it thinks dollar sign means some command.
How do I tell it that the dollar sign is part of the password?
View 3 Replies
View Related
Feb 17, 2011
I have been recently been using Ubuntu machines in my faculty labs at university that have % as the terminal sign for the line rather than the location.
For example,
% kate &
% echo "helloooo" > hello.txt
%
I find this extremely annoying as I am used to % being replaced with a path to the current directory followed by a $. Like a default Ubuntu install.
For example,
james@james-pc:~$ cd Documents
james@james-pc:~/Documents$
I would like to know if there is an easy way to change this to what I am used to? I don't necessarily need the "james-pc" bit, the username would be nice but I really want the path to the directory.
View 2 Replies
View Related
Jun 7, 2011
I was curious if there was a way to maybe change the orange page graphics when ubuntu 10.10 opens to the log in. That color is really hard on the eyes and I figure it might be a background graphic that I could maybe replace to something less bright.
View 1 Replies
View Related
Apr 13, 2010
I have Ubuntu 9.10 remix on my Dell mini 10, dual booting with windows xp. Everything worked fine, not a single hitch. Then this week I turned the computer on, and Ubuntu goes through the boot sequence and I get a blank screen before the sign on screen. Same result each time. I've worked with Ubuntu for about a year, but have never had boot problems and am really clueless on what to do here
View 5 Replies
View Related
Jun 5, 2010
I've just tried using my bluetooth today and Karmic cannot detect it. The dongle is blinking so I'm pretty sure there's no defect. I have the standard bluetooth packages installed. I've also tried the Bluetooth Setup with the:
Code:sudo apt-get install bluez && sudo apt-get install bluez-utils
sudo /etc/init.d/bluetooth restart,but somehow the bluetooth sign still would not appear on my Notification Area.
View 1 Replies
View Related
Jul 29, 2010
how I would sign multiple files in ~/sign/unsigned and output them to ~/sign/signed with the orignal file name? The two issues I'm facing are
A.) I don't know how to sign all the files at one time in a folder using signapk or jarsigner
B.) When I do sign and individual file I don't know how to keep the same name from input using *.file (the wildcard) and keep the original name in the output.
There are 71 files i need to sign and make sure they all are signed with the same key at once. Individually signing them one by one would take too long because after I sign them individually I need to go and rename the signed file with the original name.
Here is the code I use to sign an individual apk file:
cd ~/sign/unsigned
java -jar /home/andrew/sign/signapk.jar /home/andrew/sign/certificate.pem /home/andrew/sign/key.pk8 ~/sign/unsigned/*.apk ~/sign/signed/signed.apk
how I can keep the original input name to the output without having to rename them and then how could I sign multiple files at once?
View 3 Replies
View Related
Oct 26, 2010
I just installed 11.3 and everything works beautifully, but for some reason I can't sign in to Picasa. Everything works fine in Picasa, but when I sign in I get an invalid password message. I know the password is correct because I can switch to the browser and sign in with it, but for some reason it's not working within the program.
Has anyone else had any issues with this? I searched, but the problems with other user's Picasa programs seem to be with the program not working at all or crashing.
View 1 Replies
View Related
Oct 23, 2010
I installed Skype latest beta version in Opensuse, but I could not sign in. Don't know why?
View 5 Replies
View Related
Mar 29, 2010
i need to know more about openssl.In particular i'm having problems with some basic coammand-line stuff to do with signing and base64 encoding.You'll have to excuse me but i'm a security n00b. What is the command for signing some text file with a given private key and then after that base64 encoding the same file.Can this be done with a single command? what's wrong with:
Code:
openssl rsautl -sign -in textfile -inkey privatekey.pem enc -base64 -in textfile
or should that be:
Code:
openssl rsautl -sign -in textfile -inkey privatekey.pem | openssl enc -base64 -
View 1 Replies
View Related
Jul 22, 2010
I just installed 10.04 on my Alienware. If I plug my headphones in it does not mute my laptop speakers. I have lurked the forums read a few suggestions that involve modifying the Alsa-base.conf file but when I try and modify me it doesn't give me the option to save. I'm assuming because I'm not root but shouldn't it give me the option to sign in with my password to allow modification?
I've installed alsa and tried clicking the headphones button and it just mutes everything. If I unmute the headphones click disappears there is no sliders for the headphone option. I have a HDA Intel : Realtek ALC889A.
View 2 Replies
View Related
Sep 24, 2010
I've tried signing up using Firefox, Opera and Google Chrome but there is always some hitch somewhere or other.
View 1 Replies
View Related
Sep 30, 2010
Sign emails with OpenDkim + Postfix + Ubuntu 10.04 64x. How-to implement a domain key signature using Postfix Ubuntu based email server. Implementing a domain key will help your outgoing email not being marked as SPAM by the receiving servers that implement DKIM signatures verification., i.e. Yahoo, Gmail, etc.
View 9 Replies
View Related
Nov 5, 2010
I have 2 button in the task bar and I don't know why its disapear and how to make it reappear again? The sound mixer button The Sign out button I have already tried by right click/Add to panel but I didn't find these button!
View 4 Replies
View Related
Nov 9, 2010
I installed 10.10 this morning from the live CD. Everything working perfectly whilst at home, but now I'm on the move I'm having troubles.At my parents' house trying to connect to their wifi. Wifi is on, their network is detected, I can go in and enter the WAP key and I get the strobing wifi icon in the top panel as though it's signing in, but after about 4 seconds I get a black screen and everything freezes. All that remains on the screen is the mouse pointer in its last position and a non-flashing cursor in the top left.
View 1 Replies
View Related
Apr 14, 2011
I am trying to use Ubuntu terminal to execute unix commands. However, the dollar sign that usually appears in shell terminal is missing. Please see the attached screenshot image showing the terminal without the dollar sign. I cannot run any unix commands like cd, ls-l. Please advise how I could fix this problem.
View 3 Replies
View Related
Jun 21, 2011
I have many pdf files which contain "%" sign also in the name. I want to rename that all files by replacing "%" to "-" Its hierarchy of many files and folders. Is there any solution to do this at one time? OR any script for this?
View 7 Replies
View Related
Jun 10, 2011
have xml files which has a lot of lines which contains ' which should be thesign.Should I use the sed command to change this in a complete file or grep
View 5 Replies
View Related
Jul 18, 2009
While setting HTTP_PROXY - it comments everything as my password has '#' sign in it. Anyway to come out of it without changing my proxy password?
View 3 Replies
View Related
Jun 8, 2010
I've been surfing and googling for a while trying to figure out how to set up my PC running Fedora 13 to connect to Windows AD using Single Sign On services. I couldn't find any guide or tutorial or anything. I believe I'm not the only case when the company is running Windows AD for authentication.
View 2 Replies
View Related
Aug 16, 2010
When I use YUM to install ICAClient it ends with the following message "Package ICAClient-11.100-1.i386.rpm is not signed" (see the code below). However, when using browser (Nautilus) to start installation of the same ICAClient-11.100-1.i386.rpm it completes with success (see the image below).
This happens when installing with YUM from the CLI:
Code:
[root@nc6000 boris]# yum install /mnt/temp/DAT/software/linux/INSTALL/ICA/ICAClient-11.100-1.i386.rpm
Loaded plugins: downloadonly, fastestmirror, presto, refresh-packagekit, remove-with-leaves, security, show-leaves, verify
Loading mirror speeds from cached hostfile
[Code]....
I prefer using CLI when installing packages. Which options can be use to sign a package during installation with YUM?
View 4 Replies
View Related