Software :: Changing Order In Which Users Are Displayed In Lastlog

Jun 24, 2010

Can I change the order in which the users are displayed in "lastlog" command?

View 10 Replies


ADVERTISEMENT

Ubuntu :: Does "lastlog" Show "never Logged In" For ALL Users?

Jul 12, 2010

From Solaris I know a command "lastlog" which shows the times when each existing user logged in the last time.

When I enter the same command in Ubuntu then it is executed (=it must exist) but for all users "** Never logged in **" is displayed although of cause at least the current user must be logged in some time. Do I have to enable this kind of logging somehow?

View 5 Replies View Related

Ubuntu :: 2 Users Displayed In Top

Feb 17, 2010

This may not be a big deal at all, but I notice that when I enter TOP into my terminal I can see that I have "2 users". How can I fix it to show 1 user? I did a search before posting and I did not find anything around the forum.

View 3 Replies View Related

Ubuntu :: Changing Displayed Icon In Launcher

May 12, 2011

I created a custom launcher for 2 wine programs on my desktop and dragged them to my launcher to add them. They were both using the default cup of wine icon.The first one kept this icon, the second one changed to the default custom launcher icon for gnome. I have since changed them to the games real icons but they aren't changing in the launcher even after removing and re-adding it to the launcher.So 2 things are happening here, it seems the launcher is unable to use the same icon multiple times, and the launcher is "remembering" the icon's somewhere separatly from what the custom launcher is saying the icon should be.

View 7 Replies View Related

Ubuntu :: Changing Boot Order

Oct 23, 2010

Just installed Ubuntu 10.4 on a computer that normally runs XP Pro. I used a separate drive and unplugged the windows drive while installing Ubuntu (error number one right?). Ubuntu installed perfectly, plugged in windows drive, Windows boots perfectly. My only problem is that I don't have the boot list option unless I go into the BIOS and change default boot drive every time I want to switch OS.After a bit of research I configured GRUB to allow me to dual boot (Windows did not appear at first), but it boots directly into Ubuntu (fine for me, but my mother uses XP for work) instead of Windows. Unfortunately I have some sort of keyboard issue that makes the arrow keys inoperable until the machine has once booted into an OS.

View 8 Replies View Related

Ubuntu :: Changing The Order Of Desktop Items?

Jan 28, 2010

I just started using the Ubuntu Netbook Remix (9.10 Karmic) a couple weeks ago. I've added my own and removed a few of the default icons in the simplified, menu-driven desktop interface. However, the icons are in the order in which they were added (particularly in the "Favourites" tab. How can I rearrange or sort these icons?

I've tried right-clicking the tab and desktop, but no sort option appears. I've tried dragging the icons to the desired spot in the window, but that doesn't work either. Is there a control panel in the "System" tab that will let me sort the icons, or is this not possible in the netbook remix?

View 1 Replies View Related

Hardware :: Can't Install After Changing Boot Order

Jul 2, 2010

I may be in the wrong section here (hardware) but I do believe this is a hardware issue. If indeed it is not, I welcome any admins to move this post to the correct section. That said, here's the issue:After years of frustration and problems with Windows XP, my parents finally asked me to install a Linux distro onto their machine. Taking their needs and lack of experience outside Windows in mind, I suggested Ubuntu and Linux Mint to them (as I do to pretty much anyone who wants an easy and beginner-friendly distro). Running first Mint's live session and then Ubuntu's on my own machine to give them an idea of how their new desktop would look, they picked Ubuntu and I grabbed the disk, my external hard drive, and proceeded to back up all their pics, music, docs, etc onto the external.

Once finished, I popped Ubuntu (10.04 LTS) into their machine for a reboot. Realizing when the Windows XP logo came up that the boot order is set to boot from the hard drive first, I went into BIOS and changed the boot order to check the appropriate DVD drive first (they have two DVD drives, both can and have burned onto DVDs without issue), and then the hard drive. Saving my changes and exiting, I did another reboot.I got as far as the splash screen where the dots under the Ubuntu logo lit up as normal, and then after a bit of a wait on my part, suddenly exits to a screen with a prompt telling me a boot device could not be found. Trying again with Linux Mint proved similar.Next I tried simply letting it boot into Windows as normal where I could then use Wubi to install Ubuntu beside Windows but again, the screen got as far as the Windows logo with the blue "loading bar" underneath and then would simply reboot. Having to focus my attention elsewhere for a couple minutes I found out upon return that the system was stuck in an endless loop of rebooting, asking to select between a safe mode, normal boot and last known configuration for Windows, then to the logo and starting over again.I went back into the BIOS and returned the settings to booting from the hard drive first as before (nothing else had been changed), and attempted another reboot. Same loop.I had made a boot "stick" for Ubuntu some time ago, and I've used it once when installing Ubuntu on a friend's laptop which had a broken CD drive. After it wouldn't boot from the USB device I looked in BIOS and selected "look for other devices to boot from" as there was not option to boot from USB in the standard option list (just hard drive, DC/DVD, and disabled). Still no luck.

Calling up my self-proclaimed computer expert uncle, he assured me that returning the BIOS to its default settings would allow it to boot normally back into Windows, probably after performing a disk check.Taking his advice I returned the BIOS to its default settings and reboot. No change, same loop! Frustrated I called him up again, and he said he'd have a look at it when he next gets a chance. heh. That may not be for a while as he is known for taking on projects he can't (or won't) finish.Anyway, tired and now uncertain, I thought perhaps it's something to do with a live disk. I tried an openSUSE installation disk and ended up with "please insert disk 1 into drive" prompt after selecting "install" from the first menu on the disk.

View 13 Replies View Related

General :: Changing Boot Order With Grub

Feb 21, 2011

I'm working my way through my Linux self-education and I'm hitting a slight road block. After consulting forum posts here and elsewhere, I have tried to alter my grub boot order by editing my menu.lst file found in /boot/grub. I don't seem to be having any luck. Changing the default [value] doesn't seem to work, nor does the savedefault. Below is a copy of my file.

Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

default 4
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
# examples

# titleWindows 95/98/NT/2000
# root(hd0,0)
# makeactive
# chainloader+1
# titleLinux
# root(hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=18250e14-e47e-4bf9-a927-6456120575f8

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=0x317 resume=/dev/hda5
# defoptions=vga=0x317
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
splashimage=18250e14-e47e-4bf9-a927-6456120575f8/boot/grub/splash.xpm.gz

titleBackTrack 4 R2, kernel 2.6.35.8
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/vmlinuz-2.6.35.8 root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro quiet splash
initrd/boot/initrd.img-2.6.35.8
quiet

titleBackTrack 4 R2, kernel 2.6.35.8 (recovery mode)
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/vmlinuz-2.6.35.8 root=UUID=18250e14-e47e-4bf9-a927-6456120575f8 ro single
initrd/boot/initrd.img-2.6.35.8

titleBackTrack 4 R2, memtest86+
uuid18250e14-e47e-4bf9-a927-6456120575f8
kernel/boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
titleOther operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
titleWindows Vista/Longhorn (loader)
root(hd0,0)
savedefault
makeactive
chainloader+1

View 2 Replies View Related

Ubuntu :: Changing The Order Of GRUB2 Boot Entries?

Apr 28, 2010

Now it's:

Ubuntu
Memtest
Windows 7

I want:

Windows 7
Ubuntu
Memtest

How do I go about doing it? Do I rename "30_os-prober" in /etc/grub.d/ to "10_os-prober" and "10_linux" to "30_linux"?

View 9 Replies View Related

Ubuntu :: Changing Grub2 Menu Entries Order?

Jun 25, 2010

As it stands right now, Grub2 seems to generate menu entries in this order (for my pc)
Ubuntu 2.6.32-22
Ubuntu 2.6.32-22 (recovery)
Ubuntu 2.6.32-21
Ubuntu 2.6.32-21 (recovery)
Windows XP

How can I make it so that Grub generates entries in this order
Ubuntu 2.6.32-22
Windows XP
Ubuntu 2.6.32-22 (recovery
Ubuntu 2.6.32-21
Ubuntu 2.6.32-21 (recovery)

If you're wondering why I care about the order, its because I just installed Grub with an icon based theme. In that situation, it looks silly to have 4 Ubuntu Icons next to each other, and then the windows one at the end.

View 7 Replies View Related

Ubuntu :: Changing Order Of Indicators In Notification Area?

May 21, 2011

Does anyone know how to change the order of the icons in the notification area?

View 3 Replies View Related

Installation :: Changing Boot Order - Grub Error 17

Jan 31, 2010

I am upgrading a system to have encrypted disks, it's a two disk system, so I want the BIOS to look at /dev/hdb first to unlock it, then it should reboot, see that isn't a system disk and try to boot /dev/hda. Then that gets unlocked, and the system boots. After unlocking hdb I get a Grub error 17. I can't edit Grub to look at hda as on normal boot it hasn't been unlocked yet, so it can't see the file system at that point. I reformatted an old XP disk as hdb, and it worked fine, but I'd rather not install windows every time, just to reformat it as ext3. Is there a simple way of clearing the boot sector of hdb?

View 4 Replies View Related

Red Hat / Fedora :: Changing Boot Order And Make XP As The Default OS?

Mar 19, 2009

My boot order has automatically changed, before I was booting Windows XP/ Vista as the default OS, now all of the sudden Fedora has become the default OS. So plz help me change the boot order. These are my grub settings at the moment.

# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.

[code].....

View 9 Replies View Related

Ubuntu :: Change The Order In Which Users' Names Appear In GDM Login?

Aug 18, 2010

Can someone tell me if it is possible to change the order in which users' names appear in the GDM login screen? And if so, how to change it?

View 1 Replies View Related

OpenSUSE Install :: Booting SUSE After Changing Disk Order In BIOS

Feb 24, 2011

I had to change disk order in bios and now I am unable to boot SUSE. My sda is now sdc(disk ID is still the same in fstab). Should I reinstall GRUB to MBR of hd0 or I will need to do something more.

View 2 Replies View Related

General :: Changing Grub Boot Order And Make Win7 Default

Aug 13, 2010

I recently upgraded to Ubuntu 10.04 from earlier versions. I have a dual boot system with Windows 7. Grub was set to boot Windows by default Things were working fine. I decided to upgrade to Grub2. It seemed like a good idea at the time. Now when booting up,the name at the top of the Grub menu is 1.98, which is Grub 2. When I run grub-install -v, it comes back grub-install (GNU GRUB 0.97) which is not Grub2. Now when I boot up, Ubuntu 10.04 is the default. I have to manually choose Windows if I want to use that system. I have been unable to change the boot order following instructions from this site. Any Way changing the boot order to make Windows 7 the default. I am using a Toshiba Satellite.

View 5 Replies View Related

Ubuntu :: Error 11: Unrecognized Device String When Changing The Boot Order To Default

Jun 24, 2010

i downloaded backtrack 4 (final) and booted the iso onto a flash drive using unetbootin. i then changed the boot order so the flash drive was first. after i did that i got into backtrack 4 did the install.sh and now i cant boot windows 7. even after changing the boot order to default, i turn my computer on and get a message that says:

Ubuntu 8.10, kernel 2.6.30.9
Ubuntu 8.10, kernel 2.6.30.9 (recovery mode)
Ubuntu 8.10, memtest86+
Other operating systems :
Memory Test (on /dev/sda1)
Ubuntu 8.10, kernel 2.6.30.9 (on dev/sda1)
Ubuntu 8.10, kernel 2.6.30.9 (recover mode) (on dev/sda1)
Ubuntu 8.10, memtest86+ (on dev/sda1)
[Code]....

i can only boot backtrack 4 OS, i really want to know what can i do to be able to boot my windows 7 home premium os.

View 2 Replies View Related

Fedora Security :: Lastlog Error - Says Never Logged In

Mar 11, 2010

I just installed F12 (live cd version with gnome), fully updated & rebooted but my lastlog says that I never logged in...(I know the DVD Install would probably be better but I'm trying to save space)

View 2 Replies View Related

Ubuntu :: Displayed A Pop-up Window Saying That Autioaudiosink Element Is Missing And The Terminal Displayed?

Jan 12, 2010

i'm not able to play music at all. videos videos seem to crash my browser and using either rhythmbox or banshee they crash too.i ran rhythmbox by typing sudo rhythmbox and tried to play a file and it displayed a pop-up window saying that my autioaudiosink element is missing and the terminal displayed this:

code: (rhythmbox:8415): rhythmbox-warning **: unable to grab media player keys: could not get owner of name 'org.gnome.settingsdaemon': no such name
warning: unhandled message: interface=org.freedesktop.dbus.introspectable, path=/, member=introspect

[code]....

View 1 Replies View Related

Server :: Parse The Bunch Of Values Displayed By The Socket Program Into The Php File So That Further It Can Be Displayed In HTML Page?

Apr 15, 2011

How to parse the bunch of values displayed by the socket program into the php file so that further it can be displayed in HTML page

View 1 Replies View Related

Ubuntu :: Stop Users From Changing Their Background?

May 10, 2010

How do I stop users from changing their background? I'm installing ubuntu on some (non-networked) computers at my school, and I don't want the students to change the background on the desktop. I don't care if they change it during their session, but it must revert to the default when the session is logged-out or shutdown.

View 1 Replies View Related

Ubuntu :: Prevent Users From Changing Their Password?

Jul 17, 2010

I use the following method for preventing the users from changing their passwords , is there any other method other than this ?

ls -l /usr/bin/passwd
-rwsr-xr-x 1 root root 37140 2010-01-26 12:09 /usr/bin/passwd

so we need to remove the suid for that command as follows :- chmod u-s /usr/bin/passwd now normal users won't be able to change their own passwords - and only the root user will be able to do it for them.

View 4 Replies View Related

General :: Changing Password For Local Users?

May 6, 2010

I am on ubuntu server and its joined to an W3k Domain thru winbind/samba. However everything works fine and Windows and Local users can login to the machine without any problem. However when I wanted to create a local user X and change his password I couldn'tIt created the local user X but I could not change the password. Here are the outputs:

Pam configs:
Common-account:
account sufficient pam_winbind.so

[code]...

View 2 Replies View Related

General :: Changing Password And Adding Users?

May 6, 2011

I am using Mandriva 2010.2 KDE. When I try to change my password, using the Welcome>About Me>Change Password, I am asked to type in my current password, after I press OK, the dialogue box just seems to hang, nothing happens, the computer does not freeze, just the password dialogue box kind of stops responding.

View 3 Replies View Related

Security :: Prevent Users From Changing Their Password?

Jul 17, 2010

I use the following method for preventing the users from changing their passwords , is there any other method other than this ?ls -l /usr/bin/passwd-rwsr-xr-x 1 root root 37140 2010-01-26 12:09 /usr/bin/passwdso we need to remove the suid for that command as follows :- chmod u-s /usr/bin/passwdnow normal users won't be able to change their own passwords - and only the root user will be able to do it for them.

View 9 Replies View Related

CentOS 5 :: Prevent Users From Changing Their Own Password?

Feb 4, 2010

How can I prevent users from changing their own password? I was surprisingly unsuccessfull in finding a solution for this on google. Lots of stuff about hardening ssh access or dealing with password aging using "chage" but nowhere could I find an answer for my question.

View 5 Replies View Related

Ubuntu Networking :: Changing Password For Local Users

May 6, 2010

I am on ubuntu server and its joined to an W3k Domain thru winbind/samba. However everything works fine and Windows and Local users can login to the machine without any problem. However when I wanted to create a local user X and change his password I couldn't. It created the local user X but I could not change the password.

View 1 Replies View Related

Ubuntu Security :: Prevent Users From Changing Settings

Jun 15, 2011

I am administrating a system with about 40 or 50 users, and we recently jumped ship from windows to ubuntu. Most of my users are getting along fine, but it seems every few days, i have to help someone who accidentally changed something, and now their account (or more rarely, the machine) is unusable, and has to be reset.

I know configuring /etc/sudoers is a huge step toward fixing my problem, but that still will not completely solve it. What I would like to do is prevent users from making ANY changes to the system (aside from their work files and the like), including themes, icons, desktop, background, etc.

View 2 Replies View Related

Ubuntu Security :: Restrict Users Password Changing To Themself

May 11, 2010

I want the users to access servers via ssh public key only. By default they don't know their initial password and do need to change that when performing administrative tasks.For changing their passwords without knowing the old they need to switch to root for this special case.The only case it seems I don't have control is that users can not only change their password but also the password of other peoples. Does someone sees a solution (without apparmor/selinux and special /usr/bin/passwd.sh) to restrict users to only change their password?I miss the feature of using environment variables in sudoers file.

View 9 Replies View Related

Security :: Prevent Users From Changing Or Unset Their HISTFILE Variable?

Sep 30, 2010

'readonly HISTFILE'

but the user could tamper with the histfile itself. Like:
rm -f $HISTFILE;
rm -f $HISTFILE; mkdir $HISTFILE;
rm -f $HISTFILE; ln -s /dev/null $HISTFILE;

I'm experimenting with PROMPT_COMMAND to execute a command each time the user executes a command and so log it somewhere else.This post was pruned from the 2009 Is there a way to prevent users from changing or unset their HISTFILE variable? thread. Please do not resurrect old threads but instead create your own (and maybe provide a link to the old one).

View 2 Replies View Related







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