General :: Openfiler Post Install - Login As Root And Configure Everything Within The GUI
Feb 1, 2011
I downloaded the lastest x86 stable release of openfiler and installed it on VBOX durring the install I selected to manually do the partitions and added a
/boot
swap (x2 ram)
/
Partition scheme. I selected DHCP client on the network configuration. Now from what I understand once I have done that I should be able to point my browser to https:<IP>:446 and login as root and configure everything within the GUI. But when I log in there is nothing to configure. My host system is Ubuntu x86_64 4GB Ram amd dual core processor.
View 1 Replies
ADVERTISEMENT
Jun 25, 2010
Looks like I missed defining a /home dir during installation. It's been a while I have a spare partition now that I'd really love to use. Can you specify this still, or is it only allowed during an install?
View 3 Replies
View Related
Feb 5, 2011
i am having problems with privileges i have created a new user with my name, but i cant get root privileges on it. i need the same privileges as the root profile.
View 9 Replies
View Related
May 19, 2010
I have a computer with redhat installed that once it boots up it comes to an application login screen. I want to bypass that and get root access to reformat hard drive and install latest version of Debian Linux.
View 1 Replies
View Related
Dec 8, 2009
I want, when I boot up, to load and log-in automatically a default user. I get a login in screen with the option to login as root, I do not want this. How do disable the option to login to X as root and just load as me/default user?
View 9 Replies
View Related
Jun 13, 2011
when i login to openSUSE a window named login keyring appears and it asks me root password. it happens everytime when i login. how to fix this problem?
View 9 Replies
View Related
Feb 23, 2010
I'm a photographer and I have a requirement find a better method of storing my photos other than multiple USB2 drives via USB hubs. Currently I use a Macbook Pro and 6 external drives connected via USB2 or FW800. 3 are a copy of the first three, kept up to day manually by running an rsync backup. I'd like to run a FreeNAS or OpenFiler NAS box using 2TB drives mirrored via software RAID. But - I would like to have the flexibility of also plugging into the drive physically for the faster throughput when necessary. My question is, is there a file system that both *nix and Mac OSX will play nice with?
View 2 Replies
View Related
Mar 4, 2011
i have a working Windows 7/xp dual boot prior and post to having installing ubuntu, after installation i removed the usb thumb drive then preformed a reboot. when i got to boot loader where i normally pick Win7/Xp/Linux and pick linux it then runs grub. I get the boot loader screen, select Ubuntu 10.10 "Gave up waiting for root device. Common problems:
- boot args (Cal /proc/cmdline)
- check rootdelay= ( Did the system wait long enough?)
From booting back of live usb
[Code]...
i tried hitting e and changing (there was more before this)linux /vmlinuz root=/dev/sdd1 ro quiet splash which kicked me back to same point saying it could not find it at sdd1
View 1 Replies
View Related
Dec 2, 2010
i just installed linux mandriva 2009. i set password for root and created a user account. when i try to login as root, after logging out as user, it does not allow me and gives the error "root logins are not allowed". even it does not show the root account. if i try to go to root from konsole terminal using su root, it allows to enter as a root but when i try to start the GUI with startx it gives error.not sure what to do and why i can't see my account in GUI mode
View 5 Replies
View Related
Jun 16, 2010
How to enable Root login...i cant copy or move something on the HDD...I have administrator rights and password for root but i cant change permissions for the HDD without login on root and root login are not allowed .
View 10 Replies
View Related
Jul 1, 2010
When I try to start MySQL and httpd as a non-root user, I get error messagesstating that the user does not have permissions to start the services.I have checked the permissions of mysqld and httpd in /etc/init.d .. both of the files have rwxr-xr-x permissions.When I add the line%groupname ALL=(ALL) ALL in /etc/sudoers, I am able to run the services using sudo.How do I allow non-root users to install/uninstall/configure softwares and start/stop services ?I have tried with
SUI=/usr/bin/sudo -i, /bin/su
SOFTWARE=yum
%groupname ALL=(ALL) SOFTWARE, !SUI
[code]...
View 1 Replies
View Related
Mar 20, 2010
I wrote a code for login verification..I got output with GET. But I need output with POST since it is more secure. Any error in my code.
javascript code:
var xml;
function verifyusernamepasswd(pass)
{ //pass is password that will be passed as parameter
xml=new XMLHttpRequest();
var url="http://localhost/loginvalidate.php";
var para="q="+username+"&p="+pass;//username is global
xml.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xml.setRequestHeader("Content-length", para.length);
xml.setRequestHeader("Connection", "close");
xml.open("POST",url,true);
xml.onreadystatechange=statechanged1;
xml.send(para);
} .....
The verification does not return anything, cos my alert is not displayed at all.
View 1 Replies
View Related
Apr 11, 2010
I have a dual-boot system with windows xp and suse 11.2. The last time tried to enter to suse i couldn't login to my account ,only as root. I tried to solve this through suse dvd repair option andit detected a problem in grub. i repaired it but still nothing.Also the /home partition exists and i can access it when i login as root.
View 4 Replies
View Related
May 10, 2010
I have installed OpenSUSE a few months ago and worked fine. But from yesterday i can't login with root user. I received the message:
Login: root
Invalid user name
I have no question for password neither.
View 9 Replies
View Related
Aug 3, 2010
I was configuring usermod for vboxusers and reboot when suddenly I can't even login to my own account except for 'root'.
I had disabled user login before this. There is only 1 group when I checked in YaST which is 'users' and its group member is 'games'.
Why can't I login to home account?
View 4 Replies
View Related
May 9, 2011
Using openSUSE 11.4 (64-bit). Desktop is default KDE. All of a sudden I am no longer able to login. My desktop only has one user and when I key in the password (which I am 100% sure it is correct!) I get the dreaded "Login failed" message. I followed these instructions without success: How to reset/recover the ROOT password in openSUSE | SUSE & openSUSE Following the instructions in the above link, I tried re-typing the old password and created new ones too. But I keep on getting the Login Failed message. A strange situation
View 9 Replies
View Related
Jul 6, 2010
Is there a way to configure the at command to send to someone other than root?
View 1 Replies
View Related
Feb 1, 2010
CentOS 5.3 32bit
I'm having trouble trying to copy files from an nfs mounted remote machine during the the post install with kickstart.
My post install:
%post
mkdir /mnt/foo
mkdir /mnt/foo/downloads
mount 206.xx.xx.xxx:/downloads /mnt/foo/downloads
ln -s /mnt/foo/downloads /downloads
sed -i '$ afoo:/downloads /mnt/foo/downloads nfs exec,dev,suid,rw,bg,soft,rsize=8192,wsize=8192 1 1' /etc/fstab
%end
%post --nochroot
cp -r /downloads/thirdparty/importantFolder /mnt/sysimage/opt
%end
View 11 Replies
View Related
Nov 27, 2010
My system is Dell 4300S with 1.4 GHz Pentium processor, recently upgraded to 1 GB RAM,120 GB WDC1200JB hard drive Sony DRU-720A DVD/RW drive, ATT plugandshare wireless adapter with Atheros AR5001X chip, ATI Rage 128 Pro Ultra TF video card, and Actiontec V90, and 56KFlex modem (Agere System Venus). I attempted to use preupgrade to upgrade from Fedora 12 to 14 using wireless connection. It seems, that upgrade finished successfully, except I am not unable to get to a GDM login. I updated SElinux to selinux-policy-3.9.7-10 and selinux-policy-targeted-3.9.7-10, and touch /.autorelabel overnight, I was able to login using GDM once. And that is all. After I boot, after Ctrl+Alt+F4, I can login to terminal.
[Code].....
View 8 Replies
View Related
Oct 9, 2010
I've used the forums infrequently, being more of a mailing list kind of guy. But I'm currently tinkering with an old laptop I got as a "gift" which doesn't have an ethernet port, And if I wanted to use my cable modems usb connection to apt-get etc for the installed Ubuntu Lucid, I had to disconnect my router. This pc isn't yet configured with my mail client etc... So I thought I'd try the forum again...I noticed that using: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 Which has not been modified yet (except to add the scroogle search bar) I keep timing out.
IEI logged in to ubuntu forums, found an existing thread related to something I'd like to do with it.clicked on quote, and began composing a followup. When I was ready to preview the thread I got an error that said I wasn't logged in. and suggested I use some included form to try again. The form looked like it wanted my username and password but wouldn't let me enter the required info into the blank fields... I had to simply log in again with the login link at the top of the forum page, and use the back button (alt+leftarrow) several times until my reply was recovered so that I could preview, fix typos & submit..I searched the forum for "forum login timeout" and found one relevant post which appeared to say the only reason it's OP had a problem was do to making changes to his copy of firefox but that it was fixed ([solved]) without saying how he fixed it. There was a reference to using about:config which is beyond my skill level...How does one keep the from login session from timing out while one's browser still has an open window to what was a logged in forum page anyway
View 9 Replies
View Related
Aug 13, 2009
How can I enable "Auto Login" for root user?In " Yast --> Security And Users --> User And Group Management --> Expert options --> Login Settings " is just my own user and there's no root user to choose.
View 9 Replies
View Related
Mar 26, 2010
Is there a way to login to an account with only the root password? Because I really need it the first unlock the computer next to me and second because I just want to know.
View 9 Replies
View Related
Jul 12, 2010
So when I write my password in a terminal the letters occur in clear not ***(star). what shall I do that enetering the password to work right.I want to say if I push key f for example the system to show me one *.I know it's easy but really I forgot .
View 9 Replies
View Related
Jul 23, 2010
I just did a clean install of 11.3 over my dual boot xp/11.2 system and kept my home directory.When I booted the system a console box came up.I then disabled auto login and rebooted.The login screen showed two users, 1- Tom and 2- Root.When I login as Tom the console comes up and when I boot into Root the GUI KDE system comes up.How do I delete Root from the Login screen and make it so that user Tom boots into the GUI KDE desktop?
View 2 Replies
View Related
Dec 30, 2010
I just happened to lock myself out of ssh access on my xen virtual server since I changed the ssh port but forgot to open it in the firewall. No problem, I just access it through VNC in VM manager, I thought, however I have some special chars in my root password and the keymap through VNC seems to have changed somehow. So I cant login as root, nor do su or sudo. I can login as user. I need the sign " but can't figure out how.
View 1 Replies
View Related
May 15, 2011
When restarting my dual boot system I wanted to start Win XP. Scrolling down the list I think I hit the left arrow key by mistake. I got what I think is the recovery menu. I chose #1, Continue Normal Boot (at least that's what I think it was). Then I was prompted for my login and password. The system accepted those and seemed happy but will go no further.
I've tried entering 'exit'. This simply causes the system to ask for login and pword again. see the attachment of my screen. I've searched the forum and haven't found a similar situation with a solution.I am reluctant to pull the power to shut down. Until this my system has been very stable and reliable.
View 3 Replies
View Related
Feb 9, 2010
I want to run a command every time I log in to my Ubuntu box, but only if I'm connecting through telnet, not if I'm logging in at the console.
View 1 Replies
View Related
Feb 19, 2010
I need to run a script (which requires root privileges) on login per-user only. I want this to runtomatically so I'll add an appropriate line to .profile.A couple of questions:1 The easiest way I can think of to run the script as root is to setuid, but I know there are security concerns. Is there a better way
View 6 Replies
View Related
Jun 10, 2010
when users login in kde4 it shows kstartconf4 not found or failed error code 127. for both suse 11. 1 and suse 11.2 but kde3 works well I removed .kde etc it still failed
View 5 Replies
View Related
Jan 11, 2010
This may sound a bit odd, but after installing Ubuntu Server 9.10 64-bit version, I can't seem to log in with the root account that I created. My user account works fine. I thought that I may have fat fingered the password when I created it so I ran the installer again since it takes very little time to do so. When creating the new root account password, I was very careful to type it correctly. After the install was complete, I am still unable to use the root account. I'm unable to SU from my normal user account, too. I just receive the Login incorrect error. Is there something with using root accounts with Ubuntu server that I'm missing?
View 8 Replies
View Related