Sponsored Content
Operating Systems Linux SuSE Having a prob. installing SUSE Linux on a laptop Post 44353 by Mattew on Thursday 4th of December 2003 05:25:32 PM
Old 12-04-2003
A quick reply....

Try to search on www.linux-laptop.net : a very good place to see if anyone had your problems too.

Suse.com has got a repository with all supported hardware !!!!! Try to search better , i think on suse.com.

HAVE FUN
 

4 More Discussions You Might Find Interesting

1. Slackware

installing slackware 10.2 on compaq laptop with Sansung HM121HI hard drive

Hi Guys, I'm trying to install slackware 10.2 on a on compaq laptop with Sansung HM121HI hard drive but I wonder what kernel should I use so it can recognize the had disk. Initially I've tried using sata.i and then try to use the fdisk utility to create the new partiotions but doesn't seem... (0 Replies)
Discussion started by: hariza
0 Replies

2. UNIX for Dummies Questions & Answers

installing unix/linux on HP(INTEL INSIDE) LAPTOP.

Please inform me on how to install unix/Linus on hp(Intel inside) lap top computer, with windows xp inside. Thank you. (2 Replies)
Discussion started by: princektwo
2 Replies

3. UNIX for Dummies Questions & Answers

Help installing GLIBC on SuSe 11.

I need help updating the glibc in my suse box. I have no clue how to do this and I am afraid of breaking this box. Can someone please give me some direction? Thanks! (2 Replies)
Discussion started by: OptimusPrime1
2 Replies

4. Red Hat

After installing redhat, my laptop boot straight to Windows 7

Hi all, Good day. I just installed RHEL6.3 into my laptop to learn RH. There is an existing Windows 7 in there. After installing the RHEL, the laptop will just boot to Windows 7. I tried to use this BCDedit to add Linux entry to the boot menu, BUT each time i pick the redhat selection,... (5 Replies)
Discussion started by: wingcross
5 Replies
PAM_SNAPPER(8)						  Filesystem Snapshot Management					    PAM_SNAPPER(8)

NAME
pam_snapper - PAM module which creates filesystem snapshots via "snapper" SYNOPSIS
pam_snapper.so [debug] [homeprefix=prefix] [ignoreservices=services] [ignoreusers=users] [rootasroot] [ignoreroot] [openonly] [closeonly] [cleanup=algorithm] DESCRIPTION
Create a snapshot at every login of a user, thus he or she always has a save starting point. As many users do not logout for some time, it is a good idea to enable snapper's time based snapshots in addition. OPTIONS
debug Switch on debugging in the module. homeprefix=prefix Prefix for the name of the snapper configuration. The username will be appended to this prefix. Default: "home_" ignoreservices=comma separated list of services Default: "crond" ignoreusers=comma separated list of users Default: (none) rootasroot Perform a snapshot using the snapper configuration "root" if the user "root" logs in. In other words: the homeprefix is not used in this case. As the snapper configuration "root" is used for the system (the root filesystem), this means that with every login of the user "root" the complete "/" filesystem will be snapshotted. This can be useful to help administrators rolling back in case their activity / configuration changes have been accidentally wrong. "rootasroot" and "ignoreroot" are mutually exclusive. ignoreroot No snapshot is taken, if the user "root" opens/closes a session. "rootasroot" and "ignoreroot" are mutually exclusive. openonly Only create a single snapshot when opening the PAM session. Default: create pre- and post-snapshots closeonly Only create a single snapshot when closing the PAM session. Default: create pre- and post-snapshots cleanup=cleanup-algorithm Set snapper cleanup algorithm. Default: (none) MODULE TYPES PROVIDED
Only the module type "session" is provided. RETURN VALUES
PAM_SUCCESS pam_snapper will always return PAM_SUCCESS, to not prevent users from login, in case a snapshot fails. This may change in the future. EXAMPLES
Basic usage 1. Create a btrfs subvolume for the new user and a snapper configuration, e.g. using the tool /usr/lib/pam_snapper/pam_snapper_useradd.sh. 2. Add the following line to /etc/pam.d/common-session: session optional pam_snapper.so SEE ALSO
snapper(8), pam.conf(5), pam(8), pam_snapper_homeconvert, pam_snapper_pamconfig, pam_snapper_useradd, pam_snapper_userdel HOMEPAGE
http://snapper.io/ AUTHORS
pam-snapper was written by Matthias G. Eckermann <mge@suse.com> as part of SUSE Hackweek#9 in April 2013. This module would not have been possible without the work of Arvin Schnell on the snapper project. pam-snapper inherits DBUS handling from "snapper_dbus_cli.c" by David Disseldorp. The module builds on the Linux PAM stack and its documentation, written by Thorsten Kukuk. LICENSE
Copyright (c) 2013 SUSE All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, contact SUSE. To contact SUSE about this file by physical or electronic mail, you may find current contact information at www.suse.com. 0.1.7 2013-05-23 PAM_SNAPPER(8)
All times are GMT -4. The time now is 05:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy