Ubuntu :: Log In Failing On Most Users

Aug 15, 2010

recently logging in become a bit unreliable - i thought i was mis-typing the passwords but on closer looking the passwords were ok (faulty passwords produces "authentication failure) Using the correct passwords the screen blanks for a second and then returns to the list of possible logins. I cannot log in except as one of the children - could this be because their logins have been used less often and less recently Everything was working well and I have not knowingly changed anything except the passwords after the problems started in order to solve what i thought was a simple mis-typing problem

I can log in as the children but their logins obviously do not have permission to do much
I also have a bootable puppy CD Unfortunately I am also a total noob but determined not to backslide into XP because up to now Ubuntu has been fantastic

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: Add Windows & Mac Users As Samba Users?

Nov 23, 2010

If I want to add Windows & Mac users as Samba users, must I first add them all as Ubuntu users? If so, since none of the other users will actually be working on the Ubuntu Server, how do I disable the other non-admin users on the Ubuntu Server login screen. I am using Webmin to administer some server settings, and command line for others.

View 3 Replies View Related

Ubuntu Networking :: DHCP Only For Authenticated Users(AD Users)?

Apr 4, 2011

i have a Domain Cotroller installed on Windows & DHCP Server installed on Ubuntu. i want to give access only authenticated Users(Active Directory Users) can get IP from DHCP. No one else canis there any option available here in DHCP ???

View 2 Replies View Related

Ubuntu :: How To Map Domain Users To Local Users Group

May 27, 2011

how to map all domain users form group Domain Users to local group users (and maybe some more)? Im using Ubuntu 10.04 x32. Its connected to my domain using Samba and Winbind, I can login using my domain credentials, automatically map user folder form DFS server, but I think that domain users have too much priviledges in the system and want to restrict them as much as possible

View 2 Replies View Related

Security :: Sudo For Users But Only +r On Other /home/users Ubuntu 10.04 ?

Nov 1, 2010

We are trying to set up a classroom training environment where our SIG can hold classes for prospective converts from Microsoft/Mac. The ten machines will have /home/student01..10 and /home/linsig01..10 as users. We want /home/student01 to be able to explore and sudo so they can learn to administer their personal machines at home. We don't want them to be able to modify (sudo) /home/linsig01. I've seen the tutorial on Access Control Lists but I'd like other input so we get it right the first time.

View 3 Replies View Related

General :: Created Users In Pureftpd And The Users Are Stored In Mysql Database?

Dec 19, 2010

How to created users in pureftpd and the users are stored in mysql database. I tried when i try to connect i got like this error authentication failed error

View 1 Replies View Related

Server :: Script To Add A Secondary Group To All Users Except System Default Users?

Jun 28, 2009

script which can add a secondary group to all existing users except system users in linux.

View 5 Replies View Related

Fedora Networking :: Mapping Windows Users On Unix Users

Sep 29, 2010

Samba up and running on my pc. pc runs FC12 with kde. A laptop has win vista. The pc can access the shares on the laptop but the laptop has authentication issues to access the pc. Note that windows doesnt enforce authentication forincoming network connections.Using the system-config-samba util i tried to map a windows user to the unix user "feduser". The laptop (named LAPPY) has a user (lapuser) which has on windows no password.What should I tell samba config what the windows username should be? lapuser or LAPPYlapuser doesnt work because when accessing the pc via the laptop, the authentication fails. The only auth that is successful is when choosing the same winusername as the unix username.

Secondary, id like to setup the laptop so that the user doesnt have to provide a name and password, or at least not more then once in the lifetime of the laptop. Note that you cant provide an empty password to system-config-samba. How is that possible?

Strange but not really on issue imho:the samba - KDE control module(kcmshall4) (and the smb.conf) shows 2 shares: the homedirs and the data dir the samba server configurator (system-config-samba) shows only the datadir.

View 3 Replies View Related

Software :: Mapping Linux Users With Widows Users Using Samba

Jul 11, 2009

I work as an system administrator for AIX and Linux servers. We have an FTP server running in Linux which has shared folders to Windows domain using Samba. The new requirement is to map users created to Linux machine to Windows users in such a way that, when a user logins into Windows machine with an ID say "X123" in domain "TEST", his access control to the samba shares should reflect based on the same user ID created in Linux machine.(FYI. Both the Windows and LINUX machines are in same network and domain). Please let me know the step by step procedure to configure Linux machine (smb.conf entries or any new file to be created for user mapping) to identify Windows user Login and provide access restrictions accordingly.

View 1 Replies View Related

SUSE / Novell :: 2 Users Acces 1 Folder In 1 Users Mailbox?

Jun 24, 2009

Is it possible to have a folder on user A's GroupWise mailbox that user B can access with as much permisions as user A but user B cannot access the rest of user A's mail?

View 2 Replies View Related

Fedora :: Mapping Remote Users To Local Users In SSH?

Jun 7, 2010

Is it possible to map a remote user to a local user in SSH? The object is to avoid using $ssh user@server and instead just do $ssh server instead.

View 4 Replies View Related

Red Hat / Fedora :: History Of All Sudo Users And All Root Users In F13?

Jan 18, 2011

How can i see history of all sudo users and all root users in fedora 13 ? history command only shows one users history ?

View 5 Replies View Related

General :: Only Limited Users Should Login In NIS (not All Nis Users) RHEL 5.4?

Aug 1, 2011

i have a NIS master server and 4 NIS clients. out of 4 nis clients two are acting as login servers ie users will login and do all their stuffs and the remaining two are application servers. But sometimes users login into applications servers and started doing all their developer's job. i want to allow only a limited number of users tointo this application users not all the users who are all part of the nis domain.all the systems are running RHEL 5.4 on hp's proliant x86_64 based servers. Please advice me how should i proceed? enabling ip tables is not possible in my environment.

View 1 Replies View Related

General :: Vsftp - Some Users See Files - Some Don't - But All Users Are In Same Group

Jan 18, 2010

When I have different people log into our ftp and browse to the same folder, some people see the files inside, some don't. all the user accounts are in the same group, which has permission to this folder. but the one user who can see the files is the owner. how can i fix it so everyone in that group who's the owner of the folder can see the files?

View 10 Replies View Related

OpenSUSE :: 'users' Is The Default Group For New Users?

Sep 4, 2011

In other Linux distros I've used, new users are assigned to their own group (i.e. user 'joe', group 'joe') by default. To my surprise, when I create new users with my openSUSE 11.4, they are all assigned to the 'users' shared group by default.To test this, I created a new user called 'friends'. From my terminal, I can see how the new user files look like:

joe@linux:~> ls -l /home/friends/
total 40
drwxr-xr-x 2 friends users 4096 Sep 3 11:37 bin

[code]...

View 9 Replies View Related

General :: Keep Users From Accessing Other Users Files?

Oct 1, 2009

Because I was browsing around in KDE and found out that I can view other users files and they can view mine.

View 1 Replies View Related

Server :: All Users SSH - YES - All Users Console - NO

May 18, 2010

I have inherited a RedHat 5.4 server that is having an odd issue. Root and all of the user accounts can log in via SSH. Not a single account can log in via the console (sitting in front of the server). If I bring it up in single user made, I can log in with root all day long.

I want to say that this has something to do with PAM, but this is when I play my "Noob" card. Could anyone possibly steer me in the right direction to figure out what is going on?

View 2 Replies View Related

General :: Unable To Neither Add New Users Using Command Useradd Nor Delete Existing Users Using Command Userdel

Jun 30, 2010

Im not getting able to neither add new users using command useradd nor delete existing users using command userdel. And even Im not getting able to login into any existing users except root. It was ok before. Im having this problem very recently on my linux server. Im using RHEL5.

View 9 Replies View Related

Ubuntu :: Install 64-bit - Keeps Failing ?

Feb 28, 2011

I am attempting to install Ubuntu 64-bit and it keeps failing. This is my first 64-bit system, and have not had problems with installing x86 Ubuntu in the past. When the full install failed, I tried installing it within Windows and that also failed. I've attached the log from that attempt in this post (had to trim it down to fit the file limit though). I don't know if these are the same errors I was getting on full install as I didn't write those errors down...I can try again and post them if needed though.

View 4 Replies View Related

Ubuntu :: ISO Burn Keeps Failing At 88%

Mar 22, 2011

So I downloaded 10.10 x86 ISO, MD5'd it and it all looks okay. I am using a decent LITEon DVD-RW drive (no errors before with ISOs) and using DeepBurner (also no errors before) and it keeps failing at 88% :

View 9 Replies View Related

Networking :: VPN Failing On Ubuntu 10.04?

May 20, 2010

I have just upgraded to Ubuntu 10.04 and need to setup VPN connections to clients.

After configuring one of the vpn connections, I tried to connect but the connection fails with no specific errors.

Looking at the /var/log/messages file I get the entries as follows:
ay 20 13:52:28 machielr-laptop pppd[3362]: Plugin /usr/lib/pppd/2.4.5//nm-pptp-pppd-plugin.so loaded.
May 20 13:52:28 machielr-laptop pppd[3362]: pppd 2.4.5 started by root, uid 0
May 20 13:52:28 machielr-laptop pppd[3362]: Using interface ppp0

[Code]....

View 2 Replies View Related

Ubuntu :: Vpn Keeps On Failing To Connect

Mar 12, 2011

I fallowed the directions on How to Setup a VPN (PPTP) Server on Debian Linux and How to Setup a Split Tunnel VPN (PPTP) Client on Ubuntu 10.04 to set up a LAN vpn, but it keeps on failing to connect. Can it do a LAN VPN? What else can I install that has an easy setup.

View 6 Replies View Related

Server :: Apache - Free Access From Lan Users And Password Access To Wan Users ?

Jun 26, 2009

Im trying to config my intranet to be accessible from inside the network (lan) without need of password and ask for a passwd for those who are viewing from Wan ....

Today my intranet can only be accessed from Lan, external access give me an Unauthorized message, I took look around, try #irc and still can get the appropriated help, I hope that someone here could help me on that...

A piece of my config:

Code:

View 4 Replies View Related

Ubuntu :: Hardware Firewall Is Failing In Its Job?

Jan 23, 2010

My router has a firewall up and running as standard. I have installed Firestarter and can see a number of pings on the firewall

[code]...

Does this mean that my hardware firewall is failing in its job?

View 7 Replies View Related

Ubuntu :: Install CD Keeps Failing / Resolve This?

May 2, 2010

I have been FRUSTRATINGLY trying to upgrade to 10.04 because I was impressed with it, however, as I have predicted, it was a headache. In all actuality, it is WORSE than a headache. Both my desktop and laptop are now decommissioned, (I have Windows 7 on the 2nd laptop, and since Ubuntu/GRUB hasn't installed completely, it won't boot--I have to fix that TOO) leaving me to depend on an old Pentium III in the closet to download and burn CD images, which is STILL failing. Unfortunately, I have burned 9.10 on a rewritable CD, which I erased long ago. I have NO computer now, other than the old Pentium III which was sitting in a closet. I am tired and want to go to sleep, but I am the kind of person who finishes things that were started.

My problem is that I have downloaded (and burned to a CD) Ubuntu 10.04 TWICE, because it's failed to install. I thought that the ISO was corrupted, so I downloaded it and installed it AGAIN. Same thing. I tried making a Live USB Flashdrive install--same old, same old. It's 12:00 MIDNIGHT (Pacific time) and I can't bear to stay up this long like some of you young ones can. Thank goodness for caffeine

I KNEW that I shouldn't have done this, but I went ahead and proceeded to "upgrade". Well, the actual upgrade (thru Ubuntu Update tool) failed, so I decided to do a clean install. Thought that the process, from start to finish, would take 30-40 minutes, but was I wrong! I have been stuck with this issue since 7 P.M.!

Well, to cut to the chase, is anyone else having issues with burning/installing from their own CDs? This Pentium III is only running Fedora Core 6 with 512MB of memory, so it can get a download/burn job done OK. I am using the K3b burner in Fedora and no errors regarding a corrupted ISO appear. Why then, won't it install, after downloading and burning two separate ISOs?

View 9 Replies View Related

Ubuntu :: 10.04 VPN To Windows Server Failing?

Jun 10, 2010

I have created a VPN through network manager to a Windows 2003 server.

However when I try connecting it fails every time, I have tested with a windows XP client and this works so this would indicate I am doing something wrong in the network manager configuration.

View 2 Replies View Related

Ubuntu Installation :: VirtualBox OSE Keeps Failing?

Sep 30, 2010

I try to install virtualbox through software center, but it just doesn't install.

Code:
installArchives() failed: Selecting previously deselected package virtualbox-ose.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%

[Code]....

View 7 Replies View Related

Ubuntu :: Ddrescue On A Failing Drive?

Nov 28, 2010

extract some data off a failing drive the other day. I plugged it in, but got no response in windows or linux (partition is ntfs), but it does appear in the bios and /dev (though the hdd hung most linux liveCDs except rescue remix 9.04). I tried to analyze the drive, and found good smart data, so I figured there were just a few bad blocks in critical places. I ran spinrite against it in level 2 mode. the process crawled (40MB after 2 hours) and it updated the smart data to reflect many many reallocated sectors, putting the drive into a failing state as far as smart is concerned. so, now, in a last ditch effort I am turning to ddrescue to try to get an image of the drive. it's been running about 17 hours now, and has done several complete passes through "Splitting error areas".

here is my current output:

Code:

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

have I done all I can? can I in good conscious declare this a lost cause? I do have an image from a prior run of ddrescue, with 826 MB of data.

edit: I resumed the task from log, and now it is reporting the err size as 9223 PB. since the drive is a 320GB, I find that a bit odd.

View 1 Replies View Related

Ubuntu Installation :: 10.10 To 11.04 Failing Upgrade

Apr 28, 2011

Trying to upgrade from 10.10 to 11.04 but it keeps giving me errors... such as:

An unresolvable problem occurred while calculating the upgrade.

Please report this bug against the 'update-manager' package and include the following error message:

I've attached a gzipped copy of my dist-upgrade folder, anybody have any ideas what's going on?

View 3 Replies View Related

Ubuntu :: Unity Failing With Certain Programs?

May 6, 2011

I installed the latest Ubuntu last night and have some issues with Unity. Firstly, when I open Deluge (which I've been using for about a year now) and click to close it, I can't seem to reopen it. Usually when I clicked the close button it didn't close Deluge, it merely moved it to the background.Secondly, when I open some programs (it has happened with Thunderbird, Compiz and the Help file), the top menu bar falls away. I don't mean it disappears in full screen (as it should), I mean it goes transparent and I can't click on it anymore after closing said software.

Finally, a little thing that is bothering me and I hope I'm not the only one: is there any way to move the new dock/panel to another side of the screen? I hate it on the left of the screen and I find it quite annoying that I can't fully customise it. For instance, the icons are way too big and I can only reduce them down to 32px using compiz. I find it fairly hard to navigate ubuntu now that I don't have direct access to all my folders and programs (yes, there is the dash, but that's actually more effort in my opinion...) I also can't add folders like my 'Downloads' folder. Is there some way of better customising Unity or some piece of software that might let me go into the finer details? I am very much an Ubuntu noob, so it would have to be something that's fairly user friendly

View 1 Replies View Related







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