General :: Automated User Loggin?

Feb 6, 2010

how to automate user's loggin ?can we do something like the user get automatically looged in without displaying the welcome screen..?

View 6 Replies


ADVERTISEMENT

General :: Find Command When Loggin As A Normal User And Search For A File Passwd Under?

Dec 25, 2010

when loggin as a normal user and search for a file passwd under /etc. i get few errors with permission denied.how to ignore this permission denied errors.

csh hostname 109 % find . -name passwd
find: ./lvm/backup: Permission denied
find: ./lvm/archive: Permission denied

[code]....

View 4 Replies View Related

Ubuntu Security :: Script Running As A Special Build User Which Performs An Automated Build That Fails With (Too Many Open Files)?

Feb 11, 2011

I have an init script running as a special build user which performs an automated build that fails with (Too many open files).I updated /etc/security/limits to allow the special user more open files, but that didn't work - the init script still isn't allowed more open files.Here's a demonstration of the problem;

Code:
$ su - sbsbuild -c "ulimit -n"
Password:

[code]....

View 1 Replies View Related

Ubuntu :: No Loggin Screen (U 10.10)

Jan 17, 2011

I remember doing an update, checking mail and chatting with friends... then.. I shut down... that was 3 days ago. Last night i booted... and... and.. ... I could not log in...

I saw the Ubuntu 10.10 with the four dots underneat. Two of the dots lit, then the screen went blank... I stared at the blank screen for maybe... er... 2 minutes... then force shutdown (hold power button)

Doing that brought up the... linux kernal list with the fail safe... ok.. lets try the fail safe... i did a package repair, grub repair, and decided to boot normally... still nothing...

when i force shut down and rebooted, it goes straight to ... um.. blank screen where it suppose to be log on... I attempt to press ALT-F2. It showed Symphony Login (symphony being the name of my lappy) and it showed a cursor to enter user name etc... but it was only shown for 1.235254 seconds.

View 2 Replies View Related

General :: Automated Installation With Perl?

May 21, 2011

I am making some scripts to automaticly install linux-software.gcc,kernel,binutils, etc.) I have made a command to extract the packages, but how can I check if I can re-use my already extracted source-archives?

View 3 Replies View Related

Ubuntu :: KDE Loggin Option Disappeared

May 13, 2011

I installed kde and xfce to try them out (explained further in my other threads - almost a prequel to this if you like) and they were fine and dandy. Decided I wanted to lose xfce and did that (as explained in said previous threads) via synaptics.However, not only did it get rid of xubuntu, it got rid of the option to loggin on kubuntu as well (which I didn't want to do - I decided I wanted to keep kubuntu). I'm pretty sure that kde is still here on my computer because when I boot my computer with ubuntu, I get the kubuntu loading screen with blue background. I want to be able to log in with kde but I don't have the option at loggin.

View 1 Replies View Related

General :: Automated Telnet For Testing Servers

Aug 20, 2009

So I have a script that is supposed to check to see if a mail server is up and responsive. What I want to know is how I can send it the telnet escape character. I've tried:VAR=`(sleep 5;echo quit) | (telnet mailserver.timbuktu.net 25 2>&- )`

This works BUT there is a problem as the mail server may have been accidentally firewalled off. If this happens, my automated checking script will hang. What I want to do is send the escape character so that the '>' prompt comes up. They I should be able to send it "quit" even if it is hung on not getting a response from the server. VAR=`(sleep 5;echo -e '^]';sleep 1;echo quit) | (telnet arhqmg01.usarec.army.mil 25 2>&- )`

The above doesn't work. telnet interprets CTRL+] as '^]' but you can't type '^]' and get the same effect. So I guess what I need is to send the actual keystrokes. Like echo "somenumber" ; echo quit

View 4 Replies View Related

General :: Create An Automated Shell Script?

Sep 16, 2010

I am a complete newbie to linux. I am currently taking a course at Devry university called netw240. I am in my 2nd week of class and am required to turn in a paper at the end of the coures were I write an automated shell script. I am currently using Fedora 12 on a Vmware player and want to try to write a script that automates the process of Logging user login activity to detect unauthorized remote access attempts.I am looking for pointers on were to start, examples, ect.. anything that can get me started. Also, is this type of script to much for a beginner?

View 11 Replies View Related

Ubuntu :: Loggin In 10.04, Sound Doesn't Work?

May 10, 2010

Every time I log in Ubuntu 10.04, everything works fine, but there is this annoying problems with the sound volume and icon: It always appears as muted, and if I try to turn the volume up, or down, it wont make any difference, it stays muted.

Plus, if I try to shut it down, it always redirects me to the log in screen, always. The only way to turn down the laptop is, then, to unplug the wire.

View 1 Replies View Related

Ubuntu :: Selected 'auto Loggin' From The Install CD?

Sep 9, 2010

Just got Ubuntu (latest, greatest) installed. IIRC I selected 'auto loggin' from the install CD, but I'm unsure how this works. I have a user loggin 'ray' and a PW that's all OK. In the GUI, if I want to do something heavy it asks me for a PW which tells me that I'm 'root' at that time.But at the CL prompt I can't log in as root with no PW nor with the PW I use as 'ray'. BTW, is there somewhere I can bitch about the install CD? It was not an unpleasant experience, but I think it could be a bit better.

View 9 Replies View Related

General :: Disable Automated Updates (and Notifications) In Kde Debian

Apr 6, 2011

I am using Kde 4.5 in Debian and I get some notifications after start that I need to update something. How can I disable it (I often don't want to waste bandwidth for such things)? I am using Debian Wheezy and Kde 4.5

View 1 Replies View Related

General :: Fully Automated From Boot To Loading File?

Nov 18, 2009

While I have been using Linux for many years (Slackware), I have found myself facing a special need that I can't quite figure out.I work at a club where I use iMovie on my Mac to create a DVD that plays on all of our TV's displaying our upcoming lineup of bands.In order to save on DVD's, I would like to create a very small form factor PC running Linux with the following requirements: the computer must boot into Linux and log itself in, the computer will boot up with a thumb drive attached containing a movie file of the most Linux compatible video format. After booting up and logging itself in, the video on the thumb drive must start playing automatically in full screen mode and in a continuos loop.So the whole thing needs to be automated from boot to playing movie; only the power button should ever need to be touched.

View 3 Replies View Related

General :: Automated Printing From PHP/MySQL Web Form Information?

Mar 22, 2011

I am learning PHP to take information submitted in a web-form and store it in a MySQL database, but I also need it to automatically print to the laser printer I have setup. So that a notice or printout is produced of the information.

My question is... what route do I go to automate printing from web-based information in a PHP/MySQL database?

Is it PERL ? or does PHP have a feature to do this?

View 2 Replies View Related

General :: Automated Remote Installs Of Ubuntu Using Kickstart?

Apr 18, 2010

I want an automated install (via CD or USB) of Ubuntu 10.04 ...on 100 remote machines located all over the country, using a Kickstart configuration file accessible from my web server.

How do I create the boot CD (or USB)?

How do I specifically add the boot parameters to that boot CD (or USB) to tell it the URL to use for it's automated Kickstart install?

View 4 Replies View Related

General :: Ubuntu Server 10.4.1 Automated Full Backup?

Sep 27, 2010

This is my first post and I am a linux newbie.. took on the challenge of setting up an ubuntu server with proxy and firewall with vpn access as well.. sounds good? While messing with things, I installed ebox server, know called Zentyal and perform backups, however, when performing a full restore, following instructions and all it does not restore correctly. I ran many attempts with verious configurations and still allways got some errors, such as eboc-ebackup failing to start, etc. most noteably wa sthe ldap error, which i figured out how to fix by restarting once logged into and then rebooting.

I say the Clonezilla options for a full backup, and it sounds great, but does require me to perform a full abckup, while bring the server down to perform. What I wanted to know, was what do you recommend for performing a full backup (possibly to NTFS partition or USB key with FAT32) with automation or even if i had to perform the trigger, just without needing to bring the server down, so when i go into production i dont have any issues backing up anytime?

View 2 Replies View Related

General :: Script For Automated Torrent Downloads (from Announce Urls In IRC)

Oct 12, 2010

Some time ago I read a discussion in /r/linux and someone mentioned a script that checks new messages in IRC channel (in irssi client) and if they contain announce urls for torrents, they are passed to a torrent client (rtorrent) for downloading. Sadly, I didn't bookmark it, nor I could find it now. Maybe someone has a similar script?

View 1 Replies View Related

General :: Automated Way Of Installing The Latest Version Of Flash For Firefox ?

Jun 13, 2011

I'm using Ubuntu 11.04. I'm searching for an automated way of installing the latest version of Flash for Firefox. We are using our machine as a testing server and it would be nice to be assured we always have the latest version of Flash instead of having to manually update it whenever Adobe comes out with an incremental update.

View 6 Replies View Related

General :: Automated Save/redirect Files From Client Into PXE Server?

May 26, 2011

I just finished set up a PXE server, and was wondering is it possible to automated save/redirect files from the client into server? Basically, test will be running on client, and wanted to save the result(text file) into server after done testing.

View 1 Replies View Related

Ubuntu :: 9.10 - Does Not Produce Sound When Loggin In And Playing Music Files

Apr 4, 2010

I recently bought a new laptop. compaq presario CQ41 109AU. It does not come with a pre-installed OS so i've decided to put an Ubuntu on it[karmic koala 9.10]. I successfully completed the installation procedures. however, it does not produce sound when loggin in and playing music files. I gone to look if the settings where put to mute, but they were not. I tried installing a MS Vista in the other partition and the sound worked.

View 1 Replies View Related

Ubuntu :: Desktop Fails To Load Past Loggin / Get It To Work?

Jul 14, 2010

I'm not entirely sure if this is where this goes, but problems occurred after messing around with desktop interface areas

Basically after logging in my screen turns black and then seems to fail out back to the log in screen. No error message, nothing. log in -> black screen -> log in

Ive tried to boot in fail safe gnome with exact same result.

Problems started after these two actions

1) was trying to get compiz to handle the desktop, so I disabled "show desktop" through Nautilus ( I re-enabled before logging off however)

2) was stupid and tired and accidentally uninstalled libglib2.0-0, libglib2.0-data, and several other packages through the software center interface. Ive re installed these through root access but I must be missing some files because it still fails to start

Because im not entirely sure what is causing the problem ( failure to render, or missing crucial packages) im not sure how I should go about trying to repair. Is there any to restore factory settings and programs without blitzing out current drivers and apps ?

View 1 Replies View Related

Server :: Sendmail Loggin - Error - Invalid Username Or Password

Apr 7, 2011

Iam using centos5.i had installed qmail as MTA.when iam login through squirrel mail it gives login error invalid username or password.And then i tried with domain.

View 2 Replies View Related

OpenSUSE Install :: PC Keeps Loggin Off Accout Everytime I Wake Up Monitor From Standby / Sort It?

Jun 29, 2011

Like subject says, everytime my computer put the monitor on standby when I wake up the monitor the computer keeps loggin me out of my account, have to log in everytime i wake up the **** monitor, anyone knows a way to fix this behavior?

I'm using:
opensuse 11.4 32bit, kde 4.6.00

View 7 Replies View Related

General :: File Is An Automated Backup Script, Backup.sh?

Sep 13, 2010

Can some one give me a sample of a crontab for backing a directory please, System is Ubuntu 9.04Quote:

#!/bin/bash
# this file is an automated backup script, backup.sh.
# this backs up my domain site.

[code]....

View 7 Replies View Related

General :: Create User Add File With Default Password And Force User To Change It?

Feb 2, 2010

I want to add 50 new users, not on the server yet I want to add them all to group Accounting - with 1 option, not user by user I want to setup a default password for them all, and have it say something like 'You must now change password or no access will be permitted' Any other options I also want to do once, not for each user?

View 3 Replies View Related

General :: Change Password For Newly Created User And Root User Using Graphical?

Jan 15, 2010

I am using mint 8 for a 2 weeks, I am noob to linux but I like Mint than any other linux distro which is great alternative to windows. I have a problem regarding password reseting.

1. My laptop automatically get logged in without asking user name and password.

2. I tried to change password for newly created user and root user using graphical way but it does not work.

2. I can perform administrator task using only OEM user which is default inbuilt user of mint.

How can make my laptop to ask password when mint get booted? How to change password for other users?

View 1 Replies View Related

General :: Write A Shell Script That Allows Only User 1 And User 2 To Execute A Program?

Feb 25, 2010

I've looked everywhere but I can't find where to change the default box for incoming mail, or am I on the wrong track. It's a nuisance having to change folders and I can't configure wastebin to empty on exit.And I can't get kmail to import from evolution. Do I have to go to the evolution storage and do it manually, and if so, how do I do that?

View 1 Replies View Related

General :: Login As Other User Using Shell Doesn't Load The Profile For That User?

Dec 11, 2009

I am using the sudo command to log on locally as another user by the following command:

sudo -u theotheruser -s
or
sudo -u theotheruser sh

As I see it, this initiates a new shell with the mentioned other user.However, this doesn't load that users profile from his home directory.Is there a way to automatically read the users profile when login in with selected command? I am mostely interested in getting a working prompt when logged in.

View 11 Replies View Related

General :: Give User Access To Directory In Another User's Home

Mar 8, 2010

I'm developing an application in which one user must run java software that I'm compiling as another user. I wanted to give user A permission to see the bin direcory of my workspace, which is in the home directory of user B. I was wondering how can this be done? I gave the bin direcotry full read/execute premissions, but since it's in my home directory user A can't navigate to it.

I know there are a few ways I could get around the problem but they arn't very elegant. I was wondering if there is a simple method for giving a user access to a specific directory without giving access to all the parent directories. I tried symbolic link but user A still can't access it, and a hard link to a directory isn't allowed in Linux. I don't feel like making a hard link to every single file in the bin directory, and I'm not sure that would work anyways, since every recompile overwrites them.

View 7 Replies View Related

General :: Difference Between Regular User And System User (and Groups)

Sep 28, 2010

What is the difference between creating a "regular" user and creating a "system" user on Linux?

For example:

Code:

adduser john

Code:

adduser --system john

Similarly it seems there are normal groups and system groups. Doing an internet search and reading man pages does not give much information on the whole concept of system and regular user/group.

View 1 Replies View Related

Debian :: Automated CLI / GUI To Make .deb From Source?

Jul 30, 2011

Presently I am following [./configure | make | checkinstall] way for local box.
And need gpg signature , copyright etc... for disturbing

Is there any automated CLI/GUI tool to make .deb from source ?

View 14 Replies View Related







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