[opensuse] Re: opensuse
Hello there On Mon, 2 Jun 2008, Carlos E. R. wrote:
Maybe some files are missing or bad. I would try:
rpm --verify -a | less -S
and check the output (the explanation is in "man rpm"). If an rpm has missing or bad files, reinstall that rpm.
Doesn't seem to be anything missing there.
Also, run "rcrpmconfigcheck", which might list if some rpm has a config file that that didn't get installed or something (like your configuration file being replaced by a new one from the rpm).
output says ..... " Please check the following files (see /var/adm/rpmcongcheck):/opt/kde3/share/config/kdm/kdmrc.rmpnew " contents of this below... not that I can see that any changes in here will make changes anywhere else....... # KDM master configuration file # # Definition: the greeter is the login dialog, i.e., the part of KDM # which the user sees. # # You can configure every X-display individually. # Every display has a display name, which consists of a host name # (which is empty for local displays specified in {Static|Reserve}Servers), # a colon, and a display number. Additionally, a display belongs to a # display class (which can be ignored in most cases; the control center # does not support this feature at all). # Sections with display-specific settings have the formal syntax # "[X-" host [":" number [ "_" class ]] "-" sub-section "]" # You can use the "*" wildcard for host, number, and class. You may omit # trailing components; they are assumed to be "*" then. # The host part may be a domain specification like ".inf.tu-dresden.de". # It may also be "+", which means non-empty, i.e. remote displays only. # From which section a setting is actually taken is determined by these # rules: # - an exact match takes precedence over a partial match (for the host part), # which in turn takes precedence over a wildcard ("+" taking precedence # over "*") # - precedence decreases from left to right for equally exact matches # Example: display name "myhost:0", class "dpy". # [X-myhost:0_dpy] precedes # [X-myhost:0_*] (same as [X-myhost:0]) precedes # [X-myhost:*_dpy] precedes # [X-myhost:*_*] (same as [X-myhost]) precedes # [X-+:0_dpy] precedes # [X-*:0_dpy] precedes # [X-*:0_*] (same as [X-*:0]) precedes # [X-*:*_*] (same as [X-*]) # These sections do NOT match this display: # [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] # If a setting is not found in any matching section, the default is used. # # Every comment applies to the following section or key. Note that all # comments will be lost if you change this file with the kcontrol frontend. # The defaults refer to KDM's built-in values, not anything set in this file. # # Special characters need to be backslash-escaped (leading and trailing # spaces (\s), tab (\t), linefeed (\n), carriage return (\r) and the # backslash itself (\\)). # In lists, fields are separated with commas without whitespace in between. # Some command strings are subject to simplified sh-style word splitting: # single quotes (') and double quotes (") have the usual meaning; the backslash # quotes everything (not only special characters). Note that the backslashes # need to be doubled because of the two levels of quoting. [General] # This option exists solely for the purpose of a clean automatic upgrade. # Do not even think about changing it! ConfigVersion=2.3 # See above SUSEConfigVersion=2 # List of permanent displays. Displays with a hostname are foreign. A display # class may be specified separated by an underscore. # Default is ":0" StaticServers=:0 # List of on-demand displays. See StaticServers for syntax. # Default is "" ReserveServers=:1,:2,:3 # VTs to allocate to X-servers. A negative number means that the VT will be # used only if it is free. If all VTs in this list are used up, the next free # one greater than the last one in this list will be allocated. # Default is "" ServerVTs=-7 # TTYs (without /dev/) to monitor for activity while in console mode. # Default is "" ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6 # Where KDM should store its PID (do not store if empty). # Default is "/var/run/kdm.pid" #PidFile= # Whether KDM should lock the PID file to prevent having multiple KDM # instances running at once. Do not change unless you are brave. # Default is true #LockPidFile=false # Where to store authorization files. # Default is "/var/lib/xdm/authdir/authfiles" #AuthDir= # Whether KDM should automatically re-read configuration files, if it # finds them having changed. # Default is true #AutoRescan=false # Additional environment variables KDM should pass on to all programs it runs. # LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; # otherwise, it should not be necessary very often. # Default is "LANG,XCURSOR_THEME" #ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR # A character device KDM should read entropy from. # Empty means use the system's preferred entropy device. # Default is "" #RandomDevice=/dev/altrandom # Where the command FiFos should be created; make it empty to disable # them. # Default is "/var/run/xdmctl" #FifoDir=/tmp # The group to which the global command FiFo should belong; # can be either a name or a numerical ID. # Default is 0 #FifoGroup=xdmctl # The directory in which KDM should store persistent working data. # Default is "/var/lib/kdm" #DataDir= # The directory in which KDM should store users' .dmrc files. This is only # needed if the home directories are not readable before actually logging in # (like with AFS). # Default is "" #DmrcDir=/nfs-shared/var/dmrcs [Xdmcp] # Whether KDM should listen to incoming XDMCP requests. # Default is false #Enable=false # The UDP port on which KDM should listen for XDMCP requests. Do not change. # Default is 177 #Port=177 # File with the private keys of X-terminals. Required for XDM authentication. # Default is "" #KeyFile=/opt/kde3/share/config/kdm/kdmkeys # XDMCP access control file in the usual XDM-Xaccess format. # Default is "/etc/X11/xdm/Xaccess" #Xaccess=/etc/X11/xdm/Xaccess # Number of seconds to wait for display to respond after the user has # selected a host from the chooser. # Default is 15 #ChoiceTimeout=10 # Strip domain name from remote display names if it is equal to the local # domain. # Default is true #RemoveDomainname=false # Use the numeric IP address of the incoming connection on multihomed hosts # instead of the host name. # Default is false #SourceAddress=true # The program which is invoked to dynamically generate replies to XDMCP # DirectQuery or BroadcastQuery requests. # If empty, no program is invoked and "Willing to manage" is sent. # Default is "/etc/X11/xdm/Xwilling" #Willing= [Shutdown] # The command (subject to word splitting) to run to halt the system. # Default is "/sbin/halt" #HaltCmd= # The command (subject to word splitting) to run to reboot the system. # Default is "/sbin/reboot" #RebootCmd= # Whether it is allowed to shut down the system via the global command FiFo. # Default is false #AllowFifo=true # Whether it is allowed to abort active sessions when shutting down the # system via the global command FiFo. # Default is true #AllowFifoNow=false # The boot manager KDM should use for offering boot options in the # shutdown dialog. # "None" - no boot manager # "Grub" - Grub boot manager # "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only) # Default is Grub #BootManager=Grub # Rough estimations about how many seconds KDM will spend at most on # - opening a connection to the X-server (OpenTime) if the attempt # - times out: OpenTimeout # - is refused: OpenRepeat * OpenDelay # - starting a local X-server (ServerTime): # ServerAttempts * (ServerTimeout + OpenDelay) # - starting a display: # - local display: ServerTime + OpenTime # - foreign display: StartAttempts * OpenTime # - XDMCP display: OpenTime (repeated indefinitely by client) # Core config for all displays [X-*-Core] # How long to wait before retrying to connect a display. # Default is 15 #OpenDelay=15 # How long to wait before timing out a display connection attempt. # Default is 120 #OpenTimeout=120 # How many connection attempts to make during a start attempt. Note that # a timeout aborts the entire start attempt. # Default is 5 #OpenRepeat=5 # Try at most that many times to start a display. If this fails, the display # is disabled. # Default is 4 #StartAttempts=4 # Ping remote display every that many minutes. # Default is 5 #PingInterval=5 # Wait for a Pong that many minutes. # Default is 5 #PingTimeout=5 # The name of this X-server's Xauth file. # If empty, a random name in the AuthDir directory will be used. # Default is "" #AuthFile= # Specify a file with X-resources for the greeter, chooser and background. # The KDE frontend does not use this file, so you do not need it unless you # use another background generator than krootimage. # Default is "/etx/X11/xdm/Xresources" #Resources= # The xrdb program to use to read the above specified recources. # Subject to word splitting. # Default is "/usr/bin/xrdb" #Xrdb= # A program to run before the greeter is shown. Can be used to start an # xconsole or an alternative background generator. Subject to word splitting. # Default is "/etc/X11/xdm/Xsetup" #Setup= # A program to run before a user session starts. Subject to word splitting. # Default is "/etc/X11/xdm/Xstartup" #Startup= # A program to run after a user session exits. Subject to word splitting. # Default is "/etc/X11/xdm/Xreset" #Reset= # The program which is run as the user which logs in. It is supposed to # interpret the session argument (see SessionsDirs) and start an appropriate # session according to it. Subject to word splitting. # Default is "/etc/X11/xdm/Xsession" #Session= # The program to run if Session fails. # Default is "/usr/bin/xterm" #FailsafeClient= # The PATH for the Session program. # Default is "/usr/local/bin:/usr/bin:/bin:/usr/bin:/usr/games" #UserPath= # The PATH for Setup, Startup and Reset, etc. # Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin" #SystemPath= # The default system shell. # Default is "/bin/sh" #SystemShell=/bin/bash # Where to put the user's X-server authorization file if ~/.Xauthority # cannot be created. # Default is "/tmp" #UserAuthDir= # Whether to automatically restart sessions after X-server crashes. # Note that enabling this makes circumventing screen lockers other than # KDE's built-in one possible! # Default is false #AutoReLogin=true # Allow root logins? # Default is false #AllowRootLogin=false # Allow to log in, when user has set an empty password? # Default is true #AllowNullPasswd=false # Who is allowed to shut down the system. This applies both to the # greeter and to the command FiFo. # "None" - no "Shutdown..." menu entry is shown at all # "Root" - the root password must be entered to shut down # "All" - everybody can shut down the machine # Default is Root #AllowShutdown=Root # Who is allowed to abort active sessions when shutting down. # "None" - no forced shutdown is allowed at all # "Root" - the root password must be entered to shut down forcibly # "All" - everybody can shut down the machine forcibly # Default is All #AllowSdForceNow=Root # The default choice for the shutdown condition/timing. # "Schedule" - shut down after all active sessions exit (possibly at once) # "TryNow" - shut down, if no active sessions are open; otherwise, do nothing # "ForceNow" - shut down unconditionally # Default is Schedule #DefaultSdMode=ForceNow # How to offer shutdown scheduling options: # "Never" - not at all # "Optional" - as a button in the simple shutdown dialogs # "Always" - instead of the simple shutdown dialogs # Default is Never #ScheduledSd=Optional # The directories containing session type definitions in .desktop format. # Default is "/etc/X11/sessions,/opt/kde3/share/apps/kdm/sessions,/usr/share/xsessions" #SessionsDirs= # The file (relative to $HOME) to redirect the session output to. This is # a printf format string; one %s will be replaced with the display name. # Default is ".xsession-errors" ClientLogFile=.xsession-errors-%s # Whether KDM's built-in utmp/wtmp/lastlog registration should be used. # Default is true #UseSessReg=false # Which X-authorization mechanisms should be used. # Default is "MIT-MAGIC-COOKIE-1" AuthNames=MIT-MAGIC-COOKIE-1 # Restart instead of resetting the local X-server after session exit. # Use it if the server leaks memory etc. # Default is false TerminateServer=false # Greeter config for all displays [X-*-Greeter] # Widget style of the greeter. "" means the built-in default which currently # is "Plastik". # Default is "" #GUIStyle=Windows # Admin session # Default is false #UseAdminSession=true # Widget color scheme of the greeter. "" means the built-in default which # currently is yellowish grey with some light blue and yellow elements. # Default is "" #ColorScheme=Pumpkin # What should be shown in the greeter's logo are: # "None" - nothing # "Logo" - the image specified by LogoPixmap # "Clock" - a neat analog clock # Default is Clock #LogoArea=Clock # The image to show when LogoArea=Logo. # Default is "" LogoPixmap=/opt/kde3/share/apps/kdm/pics/kdelogo.png # The relative coordinates (X,Y in percent) of the center of the greeter. # Default is "50,50" #GreeterPos=30,40 # The screen the greeter should be displayed on in multi-headed and Xinerama # setups. The numbering starts with 0. For Xinerama, it corresponds to the # listing order in the active ServerLayout section of XF86Config; -1 means # to use the upper-left screen, -2 means to use the upper-right screen. # Default is 0 #GreeterScreen=-1 # The headline in the greeter. The following character pairs are replaced: # - %d -> current display # - %h -> host name, possibly with domain name # - %n -> node name, most probably the host name without domain name # - %s -> the operating system # - %r -> the operating system's version # - %m -> the machine (hardware) type # - %% -> a single % # Default is "Welcome to %s at %n" #GreetString=K Desktop Environment (%n) # Whether the fonts used in the greeter should be antialiased. # Default is false #AntiAliasing=true # The font for the greeter headline. # Default is "Serif,20,bold" #GreetFont=Serif,20,5,0,50,0 # The normal font used in the greeter. # Default is "Sans Serif,10" #StdFont=Sans Serif,10,5,0,50,0 # The font used for the "Login Failed" message. # Default is "Sans Serif,10,bold" #FailFont=Sans Serif,10,5,0,75,0 # What to do with the Num Lock modifier for the time the greeter is running: # "Off" - turn off # "On" - turn on # "Keep" - do not change the state # Default is Keep #NumLock=Off # Language and locale to use in the greeter, encoded like $LC_LANG. # Default is "en_US" #Language=de_DE # Enable autocompletion in the username line edit. # Default is false #UserCompletion=true # Enable user list (names along with images) in the greeter. # Default is true #UserList=false # User selection for UserCompletion and UserList: # "NotHidden" - all users except those listed in HiddenUsers # "Selected" - only the users listed in SelectedUsers # Default is NotHidden #ShowUsers=Selected # For ShowUsers=Selected. @<group> means all users in that group. # Default is "" #SelectedUsers=root,johndoe # For ShowUsers=NotHidden. @<group> means all users in that group. # Default is "root" #HiddenUsers=root # Special case of HiddenUsers: users with a non-zero UID less than this number # will not be shown as well. # Default is 0 MinShowUID=500 # Complement to MinShowUID: users with a UID greater than this number will # not be shown as well. # Default is 65535 MaxShowUID=65000 # If false, the users are listed in the order they appear in /etc/passwd. # If true, they are sorted alphabetically. # Default is true #SortUsers=false # Specify, where the users' pictures should be taken from. # "AdminOnly" - from <FaceDir>/$USER.face[.icon] # "PreferAdmin" - prefer <FaceDir>, fallback on $HOME # "PreferUser" - ... and the other way round # "UserOnly" - from the user's $HOME/.face[.icon] # Default is AdminOnly #FaceSource=PreferUser # The directory containing the user images if FaceSource is not UserOnly. # Default is "/opt/kde3/share/apps/kdm/faces" #FaceDir=/usr/share/faces # Specify, if/which user should be preselected for log in. # "None" - do not preselect any user # "Previous" - the user which successfully logged in last time # "Default" - the user specified in the DefaultUser option # Default is None #PreselectUser=Previous # If this is true, the password input line is focused automatically if # a user is preselected. # Default is false #FocusPasswd=true # The password input fields cloak the typed in text. Specify, how to do it: # "OneStar" - <literal>*</literal> is shown for every typed letter # "ThreeStars" - <literal>***</literal> is shown for every typed letter # "NoEcho" - nothing is shown at all, the cursor does not move # Default is OneStar #EchoMode=NoEcho # If true, krootimage will be automatically started by KDM; otherwise, the # Setup script should be used to setup the background. # Default is false #UseBackground=true # The configuration file to be used by krootimage. # Default is "/opt/kde3/share/config/kdm/backgroundrc" #BackgroundCfg= # Hold the X-server grabbed the whole time the greeter is visible. This # may be more secure, but it will disable any background and other # X-clients started from the Setup script. # Default is false #GrabServer=true # How many seconds to wait for grab to succeed. # Default is 3 #GrabTimeout=3 # Warn, if display has no X-authorization (local auth cannot be created, # XDMCP display wants no auth, or display is foreign from StaticServers). # Default is true AuthComplain=false # Random seed for forging saved session types, etc. of unknown users. # This value should be random but constant across the login domain. # Default is 0 ForgingSeed=1200479574 # Specify conversation plugins for the login dialog. Each plugin can be # specified as a base name (which expands to $kde_modulesdir/kgreet_$base) # or as a full pathname. # Default is "classic" #PluginsLogin=sign # Same as PluginsLogin, but for the shutdown dialog. # Default is "classic" #PluginsShutdown=modern # A list of options of the form Key=Value. The conversation plugins can query # these settings; it is up to them what possible keys are. # Default is "" #PluginOptions=SomeKey=randomvalue,Foo=bar # Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs # is configured). # Default is true #AllowConsole=false # A program to run while the greeter is visible. It is supposed to preload # as much as possible of the session that is going to be started (most # probably). # Default is "/opt/kde3/bin/preloadkde" #Preloader= # Whether the greeter should be themed. # Default is true #UseTheme=true # The theme to use for the greeter. Can point to either a directory or an XML # file. # Default is "/opt/kde3/share/apps/kdm/themes/SUSE" #Theme= # Core config for local displays [X-:*-Core] # How often to try to run the X-server. Running includes executing it and # waiting for it to come up. # Default is 1 #ServerAttempts=1 # How long to wait for a local X-server to come up. # Default is 15 #ServerTimeout=15 # The command line to start the X-server, without display number and VT spec. # This string is subject to word splitting. # Default is "/usr/bin/X -br" #ServerCmd=/usr/bin/X -br # Additional arguments for the X-servers for local sessions. # This string is subject to word splitting. # Default is "" ServerArgsLocal=-nolisten tcp # Additional arguments for the X-servers for remote sessions. # This string is subject to word splitting. # Default is "" #ServerArgsRemote= # See above #TerminateServer=true # The signal needed to reset the local X-server. # Default is 1 (SIGHUP) #ResetSignal=1 # The signal needed to terminate the local X-server. # Default is 15 (SIGTERM) #TermSignal=15 # Create X-authorizations for local displays. # Default is true #Authorize=false # See above #AuthNames= # Need to reset the X-server to make it read initial Xauth file. # Default is false #ResetForAuth=true # See above #AllowNullPasswd=true # See above #AllowShutdown=All # Enable password-less logins on this display. USE WITH EXTREME CARE! # Default is false #NoPassEnable=true # The users that do not need to provide a password to log in. NEVER list root! # "*" means all non-root users. @<group> means all users in that group. # Default is "" #NoPassUsers=fred,ethel # Greeter config for local displays [X-:*-Greeter] # See above PreselectUser=Previous # See above FocusPasswd=true # Specify whether the greeter of local displays should start up in host chooser # (remote) or login (local) mode and whether it is allowed to switch to the # other mode. # "LocalOnly" - only local login possible # "DefaultLocal" - start up in local mode, but allow switching to remote mode # "DefaultRemote" - ... and the other way round # "RemoteOnly" - only choice of remote host possible # Default is LocalOnly LoginMode=DefaultLocal # A list of hosts to be automatically added to the remote login menu. The # special name "*" means broadcast. # Default is "*" #ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com # Show the "Restart X Server"/"Close Connection" action in the greeter. # Default is true AllowClose=false # Core config for 1st local display [X-:0-Core] # The VT the X-server should run on; auto-assign if zero, don't assign if -1. # Better leave it zero and use ServerVTs. # Default is 0 #ServerVT=7 # If the user should have an option to suspend the system if configured to (also in the desktop) # "None" - no "Suspend..." menu entry is shown at all # "Root" - the root password must be entered to suspend # "All" - everybody can suspend the machine # Default is Root #AllowSuspend=All # All users can login without password # Default is false #NoPassAllUsers=true # Enable automatic login. USE WITH EXTREME CARE! # Default is false #AutoLoginEnable=true # If true, auto-login after logout. If false, auto-login is performed only # when a display session starts up. # Default is false #AutoLoginAgain=true # The delay in seconds before automatic login kicks in. # Default is 0 #AutoLoginDelay=10 # The user to log in automatically. NEVER specify root! # Default is "" #AutoLoginUser= # The password for the user to log in automatically. This is NOT required # unless the user is logged into a NIS or Kerberos domain. If you use this # option, you should "chmod 600 kdmrc" for obvious reasons. # Default is "" #AutoLoginPass=secret! # Immediately lock the automatically started session. This works only with # KDE sessions. # Default is false #AutoLoginLocked=true # See above ClientLogFile=.xsession-errors # See above Authorize=true # See above TerminateServer=true # Greeter config for 1st local display [X-:0-Greeter] # See above #PreselectUser=Default # The user to preselect if PreselectUser=Default. # Default is "" #DefaultUser=johndoe # Enable KDM's built-in xconsole. Note that this can be enabled for only # one display at a time. # Default is false #ShowLog=true # The data source for KDM's built-in xconsole. # If empty, a console log redirection is requested from /dev/console. # Default is "" LogSource=/dev/xconsole [X-:1-Core] # See above Authorize=true [X-:93-Core] # See above Authorize=true # See above TerminateServer=true -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 10:50 +0100, Richard Ibbotson wrote:
Hello there
Hi. Funny, your alpine is breaking threading. Message-ID: <alpine.LSU.1.10.0806021048240.9636@sheflug.sheflug.net> User-Agent: Alpine 1.10 (LSU 962 2008-03-14) There are two headers missing; compare to one of mine: In-Reply-To: <alpine.LSU.1.10.0806012036070.23256@sheflug.sheflug.net> Message-ID: <alpine.LSU.1.00.0806020036150.5576@nimrodel.valinor> References: <alpine.LSU.1.10.0806012036070.23256@sheflug.sheflug.net> User-Agent: Alpine 1.00 (LSU 882 2007-12-20) Also, I'm thinking that, either you got alpine from somewehere else, as it doesn't come with the stable opensuse, or you are using factory, which does have alpine 1.10 (alpine-1.10-9) Are you using factory, ie, openseuse 11.0? That might explain your problems.
On Mon, 2 Jun 2008, Carlos E. R. wrote:
Maybe some files are missing or bad. I would try:
rpm --verify -a | less -S
and check the output (the explanation is in "man rpm"). If an rpm has missing or bad files, reinstall that rpm.
Doesn't seem to be anything missing there.
Dunno then.
Also, run "rcrpmconfigcheck", which might list if some rpm has a config file that that didn't get installed or something (like your configuration file being replaced by a new one from the rpm).
output says ..... " Please check the following files (see /var/adm/rpmcongcheck):/opt/kde3/share/config/kdm/kdmrc.rmpnew "
contents of this below... not that I can see that any changes in here will make changes anywhere else.......
No, I can't make anything with the contents. You could compare the kdmrc.rmpnew with the kdmrc file, decide for one and the other, deactivate/move/delete the one you don't use, rename as kdmrc. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIQ8jStTMYHG2NR9URAq1VAJ4vKxvHgJ7EcYYPd26yW3LkU7b9wACgk/6P aVpfMSaP/ZFunVn/Tw5JYX0= =uEqN -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi
Funny, your alpine is breaking threading.
Message-ID: <alpine.LSU.1.10.0806021048240.9636@sheflug.sheflug.net> User-Agent: Alpine 1.10 (LSU 962 2008-03-14)
There are two headers missing; compare to one of mine:
In-Reply-To: <alpine.LSU.1.10.0806012036070.23256@sheflug.sheflug.net> Message-ID: <alpine.LSU.1.00.0806020036150.5576@nimrodel.valinor> References: <alpine.LSU.1.10.0806012036070.23256@sheflug.sheflug.net> User-Agent: Alpine 1.00 (LSU 882 2007-12-20)
Yes. Sorry about that. I had problems finding documentation for setting up roles in Alpine. Alpine is much better than the old broken Pine but there is still a lack of some information about some aspects of Alpine configuration.
Also, I'm thinking that, either you got alpine from somewhere else, as it doesn't come with the stable opensuse, or you are using factory, which does have alpine 1.10 (alpine-1.10-9)
Alpine compiled from source. It's a long term habit I developed through using the old broken version of Pine with SuSE software. I prefer to compile from source anyway. The maildir patch in the 1.10 version seems to work well.
Are you using factory, ie, opensuse 11.0? That might explain your problems.
No, OpenSuSE 10.3 AMD64 with KDE 3.5. I'd like to use KDE4 but as the Debian developers and users point out it's not quite as finished as some people like to claim.
and check the output (the explanation is in "man rpm"). If an rpm has missing or bad files, reinstall that rpm.
Doesn't seem to be anything missing there.
Dunno then.
Hmmm... ah well.... , maybe I'll have to re-install OpenSuSE 10.3. If this was the 32-bit version I would take a chance on 11.0 RC1 but I've had so many problems trying to get this version of the Gigabyte board to accept any Linux software that I find it's best to stay with 64-bit and struggle along with that. At least the OpenSuSE 64-bit software works (mostly).
output says ..... " Please check the following files (see /var/adm/rpmcongcheck):/opt/kde3/share/config/kdm/kdmrc.rmpnew "
contents of this below... not that I can see that any changes in here will make changes anywhere else.......
No, I can't make anything with the contents. You could compare the kdmrc.rmpnew with the kdmrc file, decide for one and the other, deactivate/move/delete the one you don't use, rename as kdmrc.
I'll have a go at that :) Cheers -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, Jun 2, 2008 at 12:29 PM, Richard Ibbotson <richard.ibbotson@gmail.com> wrote:
Alpine compiled from source. It's a long term habit I developed through using the old broken version of Pine with SuSE software. I prefer to compile from source anyway.
Unless you READ the source, checking it for bugs, what does this buy you other than lots of headaches and disk thrashing? It would be one thing if the Suse rpms were hopelessly out of date, but you didn't claim that. -- ----------JSA--------- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 12:50 -0700, John Andersen wrote:
On Mon, Jun 2, 2008 at 12:29 PM, Richard Ibbotson <> wrote:
Alpine compiled from source. It's a long term habit I developed through using the old broken version of Pine with SuSE software. I prefer to compile from source anyway.
Unless you READ the source, checking it for bugs, what does this buy you other than lots of headaches and disk thrashing?
It would be one thing if the Suse rpms were hopelessly out of date, but you didn't claim that.
I could claim that on his behalf: suse 10.3 does not carry Alpine. :-P - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRFEGtTMYHG2NR9URAgLtAKCT7oEA++L45SUUSt6+00dpo+dySACfTD72 O0SIIhu94lvDQrpi2RmHKpY= =R7FS -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi On Mon, 2 Jun 2008, John Andersen wrote:
On Mon, Jun 2, 2008 at 12:29 PM, Richard Ibbotson <richard.ibbotson@gmail.com> wrote:
Alpine compiled from source. It's a long term habit I developed through using the old broken version of Pine with SuSE software. I prefer to compile from source anyway.
Unless you READ the source, checking it for bugs, what does this buy you other than lots of headaches and disk thrashing?
No headaches. No disk thrashing. Works fine for me :)
It would be one thing if the SuSE rpms were hopelessly out of date, but you didn't claim that.
Well, I don't know about out of date. I've had so many problems with Pine used with Debian, Ubuntu/Kubuntu and SuSE/OpenSuSE and RedHat/Fedora over the years that I find that if I just stick with the source it works for me. Yes, Alpine is much better and not broken. But, at least I get the same result every time I install it. Previous attempts using a package for a certain distribution always resulted in the mail folder not being found at /home/user/mail which is where my mail folder is. Attempts to tell Pine where the mail folder is always failed. Alpine has already done that to me once. -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 21:02 +0100, Richard Ibbotson wrote:
Well, I don't know about out of date. I've had so many problems with Pine used with Debian, Ubuntu/Kubuntu and SuSE/OpenSuSE and RedHat/Fedora over the years that I find that if I just stick with the source it works for me. Yes, Alpine is much better and not broken. But, at least I get the same result every time I install it.
Funny, I never had problems with suse's pine, and I have been using for years. They add some patches that others don't.
Previous attempts using a package for a certain distribution always resulted in the mail folder not being found at /home/user/mail which is where my mail folder is. Attempts to tell Pine where the mail folder is always failed. Alpine has already done that to me once.
Perhaps: .pinerc: # Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox # Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER). inbox-path= ... # Location relative to your HOME directory of the directory where your INBOX # for the maildir format is located. Default value is "Maildir". If your # inbox is located at "~/Maildir" you do not need to change this value. # A common value is also ".maildir" maildir-location= But I don't remember how to choose the mail folder. I have /home/user/mbox and the /home/user/Mail directory. Alpine took what Pine used without problems. What I usually do the first time is send myself an email using plain "mail", then read it using "mail". Then, I open Pine for the first time and it picks the same folder without problems. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRG1ntTMYHG2NR9URAuTDAJ4rw/EZL1yfe+yuQTSZPQ4XxjGhlQCZATnX NP5ETmzeI64fxyj16vkv1Ug= =+yvP -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 20:29 +0100, Richard Ibbotson wrote:
Funny, your alpine is breaking threading. ...
Yes. Sorry about that. I had problems finding documentation for setting up roles in Alpine. Alpine is much better than the old broken Pine but there is still a lack of some information about some aspects of Alpine configuration.
Now it is correct. I simply imported the pine configuration. I copied ".pinerc" to ".alpinerc", and I start it using "alpine -p .alpinerc", because for some time I was using both (I participated in the beta testing of alpine). I didn't have the problem you describe, but yes, information is not complete.
Also, I'm thinking that, either you got alpine from somewhere else, as it doesn't come with the stable opensuse, or you are using factory, which does have alpine 1.10 (alpine-1.10-9)
Alpine compiled from source. It's a long term habit I developed through using the old broken version of Pine with SuSE software. I prefer to compile from source anyway. The maildir patch in the 1.10 version seems to work well.
Yes, my version is selfcompiled too. I use the allpatches version from E. Chappa, considering that the suse version of Pine is also the one with the (probably) same patches. There is one that allows sorting by thread, with those with recent additions at the bottom (keyboard K-A).
Are you using factory, ie, opensuse 11.0? That might explain your problems.
No, OpenSuSE 10.3 AMD64 with KDE 3.5. I'd like to use KDE4 but as the Debian developers and users point out it's not quite as finished as some people like to claim.
No, it is not really finished. It is much better in the factory version, though.
and check the output (the explanation is in "man rpm"). If an rpm has missing or bad files, reinstall that rpm.
Doesn't seem to be anything missing there.
Dunno then.
Hmmm... ah well.... , maybe I'll have to re-install OpenSuSE 10.3. If this was the 32-bit version I would take a chance on 11.0 RC1 but I've had so many problems trying to get this version of the Gigabyte board to accept any Linux software that I find it's best to stay with 64-bit and struggle along with that. At least the OpenSuSE 64-bit software works (mostly).
Pity, I never like the idea of having to reinstall, but if you don't know what happened... My crystal ball is at a loss. Do you have enabled "questionable" repositories? I mean, anything outside the official oss, non-oss, and updates. You might be using something experimental, perhaps :-? - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRFAmtTMYHG2NR9URAg/+AJ0Txr8N6oq/iyBStqjbIrMvwJ3pRACePKlk OwsRDgIG7sWVHqoovr7gsL8= =Fyu3 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi On Mon, 2 Jun 2008, Carlos E. R. wrote:
Do you have enabled "questionable" repositories? I mean, anything outside the official oss, non-oss, and updates. You might be using something experimental, perhaps :-?
Uhhmm... if I could start YaST or find a way to manually hack the repository lines then I could tell you. Where is the list of repositories stored in OpenSuSE ? But, even if I can do that it might not help me to avoid a re-install. -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 21:06 +0100, Richard Ibbotson wrote:
On Mon, 2 Jun 2008, Carlos E. R. wrote:
Do you have enabled "questionable" repositories? I mean, anything outside the official oss, non-oss, and updates. You might be using something experimental, perhaps :-?
Uhhmm... if I could start YaST or find a way to manually hack the repository lines then I could tell you. Where is the list of repositories stored in OpenSuSE ? But, even if I can do that it might not help me to avoid a re-install.
Good question, it must be a state secret .-p Try this instead: zypper -v lr it might work. it is the engine behind. Did you try "yast" inside an xterm or text console? It works in ncurses mode. It might work for you if what is broken are the graphic libraries. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRG5vtTMYHG2NR9URAvRjAJ9CJtczIQGUqJgJF+8g83jF306IhACaAuD9 wWA7Kj5+rDx1DjP4LyEWG9s= =OetW -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 3 Jun 2008, Carlos E. R. wrote:
Good question, it must be a state secret .-p
Oh... you've spent too much time in England ;)
Try this instead:
zypper -v lr
Oh... dear... back to square one again.. " zypper: error while loading shared libraries: /usr/lib64/libusb-0.1.so.4: cannot read file data: Invalid argument. " -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2008-06-03 at 09:40 +0100, Richard Ibbotson wrote:
On Tue, 3 Jun 2008, Carlos E. R. wrote:
Good question, it must be a state secret .-p
Oh... you've spent too much time in England ;)
Not me! X'-) Wish I could go for a weekend, for a book-shopping spree.
Try this instead:
zypper -v lr
Oh... dear... back to square one again..
" zypper: error while loading shared libraries: /usr/lib64/libusb-0.1.so.4: cannot read file data: Invalid argument. "
Ouch! Then, manual mode override. Let me see... [...] It should be something like: rpm -i --force ftp://ftp5.gwdg.de//pub/opensuse/distribution/10.3/repo/oss/suse/x86_64/libusb-0.1.12-72.x86_64.rpm I think the command is correct, but I'm not sure. If it fails, download the rpm with wget and install locally. Or if you have the dvd, use it. I'm hopping that the rpm is not installed or something, but maybe it is a datafile which is broken, but... which one? I have no idea. There is a configuration file for dynamic libraries loading, how is it called? ... yagh, I can't remember. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRRTVtTMYHG2NR9URApkOAKCP0ClPuSZIztt+6795sHUiZ00H6ACeIAcq MBXFim3999xjuUJAv4K42PQ= =wSCa -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 3 Jun 2008, Carlos E. R. wrote:
Then, manual mode override. Let me see... [...] It should be something like:
rpm -i --force ftp://ftp5.gwdg.de//pub/opensuse/distribution/10.3/repo/oss/suse/x86_64/libusb-0.1.12-72.x86_64.rpm
Oh .... Gawd ! .... error: unpacking of archive failed on file /usr/lib64/libusb-0.1.so.4: cpio: rename failed - Operation not permitted. I think the installation DVD is beginning to look more and more useful :) -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2008-06-03 at 11:22 +0100, Richard Ibbotson wrote:
On Tue, 3 Jun 2008, Carlos E. R. wrote:
Then, manual mode override. Let me see... [...] It should be something like:
rpm -i --force ftp://ftp5.gwdg.de//pub/opensuse/distribution/10.3/repo/oss/suse/x86_64/libusb-0.1.12-72.x86_64.rpm
Oh .... Gawd ! ....
error: unpacking of archive failed on file /usr/lib64/libusb-0.1.so.4: cpio: rename failed - Operation not permitted.
What...!? You... you are doing that as root, aren't you?
I think the installation DVD is beginning to look more and more useful :)
Yes... except that we'll never know what's hapening. (scratch, scratch....) Check permissions. Try "mount" to see if something is mounted readonly. Try "df -h" to see if some device is full. Try stopping apparmour in case it is gone wild. What else...? ACLs? Your filesystem is reiserfs, perhaps? If it is, try booting the manual rescue mode of the install DVD, that gives you a text console, and run fsck on the filesystm. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRSI1tTMYHG2NR9URAuE9AJ9fJOAyd7l7VWW+8qfdkkozHtzQ5gCeKCcr 1ivojli8jYkNCOU0ot8lWNA= =uJzA -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 3 Jun 2008, Carlos E. R. wrote:
error: unpacking of archive failed on file /usr/lib64/libusb-0.1.so.4: cpio: rename failed - Operation not permitted.
What...!? You... you are doing that as root, aren't you?
Yes.
Check permissions. Try "mount" to see if something is mounted readonly. Try "df -h" to see if some device is full. Try stopping apparmour in case it is gone wild.
No devices full. I thought it was apparmor. But, wasn't sure how to stop it working on the OpenSuSE distro.
Your filesystem is reiserfs, perhaps? If it is, try booting the manual rescue mode of the install DVD, that gives you a text console, and run fsck on the filesystem.
ext3 -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2008-06-03 at 12:28 +0100, Richard Ibbotson wrote:
Check permissions. Try "mount" to see if something is mounted readonly. Try "df -h" to see if some device is full. Try stopping apparmour in case it is gone wild.
No devices full. I thought it was apparmor. But, wasn't sure how to stop it working on the OpenSuSE distro.
rcapparmor stop if you type "rc[tab][tab]" you see the entire list of services. A service with no parameters gives help. The usual is stop, start, restart.
Your filesystem is reiserfs, perhaps? If it is, try booting the manual rescue mode of the install DVD, that gives you a text console, and run fsck on the filesystem.
ext3
Pity. A obscure failure mode of reiser has a similar symptom of not allowing writes, and it is because it needs a "good" fsck. [from the other post]
You didn't change the security settings to "paranoid", perhaps?
No, not unless it changed itself.
It is defined in file "/etc/sysconfig/security", variable: PERMISSION_SECURITY="easy local" The "paranoid" settings gets you mad because nothing works until you allow it explicitly. Even the "secure" mode is problematic. I'm grasping at straws, you see... You could run rpm under control of strace or ltrace, to find out what it doesn't have permission to do. If you don't know how I'll explain in more detail. Ah! We forgot to look at the system logs. Start with /var/log/warn, continue with /var/log/messages. Perhaps /var/log/boot.msg, to see failed services at start. The apparmour log is /var/log/audit/audit.log, but it doesn't have human readable timestamps. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRTAKtTMYHG2NR9URAqEoAKCCYg3emNqZi+3W2xe/nMFMcDODJgCglBaK X1ZSQlx/HKegSqQ7Ty1w+OY= =SQ/o -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 3 Jun 2008, Carlos E. R. wrote:
rcapparmor stop
Oh... right... tried that, still not working.
Pity. A obscure failure mode of reiser has a similar symptom of not allowing writes, and it is because it needs a "good" fsck.
Yes. I noticed that.
It is defined in file "/etc/sysconfig/security", variable:
PERMISSION_SECURITY="easy local"
Yes. It's definitely "easy local"
I'm grasping at straws, you see...
Well, never mind. The other 1 metre of sand and mud should come up over our heads soon ;) I'll get started on re-installation later on.
Ah! We forgot to look at the system logs. Start with /var/log/warn, continue with /var/log/messages. Perhaps /var/log/boot.msg, to see failed services at start. The apparmour log is /var/log/audit/audit.log, but it doesn't have human readable timestamps.
Had a look in there first. All the usual logs. No errors. Doesn't make a lot of sense. -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2008-06-03 at 13:06 +0100, Richard Ibbotson wrote:
I'm grasping at straws, you see...
Well, never mind. The other 1 metre of sand and mud should come up over our heads soon ;) I'll get started on re-installation later on.
Well... the only tool left I can think of is strace/ltrace: ltrace -S -n 2 -o rpm.ltrace rpm -i .... (etc) and when rpm fails to install the rpm, scan the rpm.ltrace file to find out what exactly it doesn't have permission to do. Our bad luck will be that ltrace itself will fail, too. :-} - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRTnKtTMYHG2NR9URAptaAKCUTIImQmXFiJhxAlyL2ZXC2AfMPQCfZMk/ CfTjWxJigighyv6xCzSxVK8= =SIO/ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 03 June 2008 12:28:22 Richard Ibbotson wrote:
On Tue, 3 Jun 2008, Carlos E. R. wrote:
Check permissions. Try "mount" to see if something is mounted readonly. Try "df -h" to see if some device is full. Try stopping apparmour in case it is gone wild.
No devices full. I thought it was apparmor. But, wasn't sure how to stop it working on the OpenSuSE distro.
You should be able to do a simple 'rcapparmor stop' to stop that daemon. Cheers Pete -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2008-06-03 at 11:22 +0100, Richard Ibbotson wrote:
Oh .... Gawd ! ....
error: unpacking of archive failed on file /usr/lib64/libusb-0.1.so.4: cpio: rename failed - Operation not permitted.
You didn't change the security settings to "paranoid", perhaps? - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRSJ7tTMYHG2NR9URArqTAJ9x5L25dllkEYypc6UwDsA124jz1wCfQzOL W1ArUS6FXL92xzxVTEdEj7s= =RlDP -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
No, I can't make anything with the contents. You could compare the kdmrc.rmpnew with the kdmrc file, decide for one and the other, deactivate/move/delete the one you don't use, rename as kdmrc. Carlos E. R.
Doing this I now find that X-windows starts up and KDE tries to start. However, just before the KDE login screen comes up the whole thing stops and an error message says " Cannot start kdeinit. Please check your installation". Where to go from here ? :) Contents of /var/log/kdm.log ..................... X Window System Version 7.2.0 Release Date: Tue Jan 22 17:03:42 UTC 2008 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: openSUSE SUSE LINUX Current Operating System: Linux sheflug 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC x86_64 Build Date: 22 January 2008 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 1 12:36:55 2008 (==) Using config file: "/etc/X11/xorg.conf" (II) Module already built-in /opt/kde3/bin/kdm_greet: error while loading shared libraries: /usr/lib64/libidn.so.11: cannot read file data: Invalid argument Hmmmm.... seems like it might not be too long to Friday night and the weekend after all :) -- Richard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2008-06-02 at 22:33 +0100, Richard Ibbotson wrote:
Doing this I now find that X-windows starts up and KDE tries to start. However, just before the KDE login screen comes up the whole thing stops and an error message says " Cannot start kdeinit. Please check your installation". Where to go from here ? :)
Dunno... it is just one little step ahead, anyhow.
Contents of /var/log/kdm.log .....................
...
/opt/kde3/bin/kdm_greet: error while loading shared libraries: /usr/lib64/libidn.so.11: cannot read file data: Invalid argument
Perhaps /usr/lib64/libidn.so.11 is missing or bad? It is from the rpm "libidn-1.0-11", although I use the 32 bit version. My crystall ball says that you might have got installed a mixture of 32 and 64 bit libraries. I think it must have drunk too much, but who knows :-? You might try running this: rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{PACKAGER}\n" | sort | cut --fields="2-" | less -S It will list everything you have installed sorted by date; this way you will see what was installed last, ant the %{arch} field will tell you the architecture; although I have never tried on a 64 bit system, so I don't know what you will see. you can use "rpm --querytags | less" to get the list of tokens and add anyone you need to the above command.
Hmmmm.... seems like it might not be too long to Friday night and the weekend after all :)
:-) - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIRHEqtTMYHG2NR9URAmUBAJ9uPnASOpxLj9Rp6tyfGjAwafFs0wCfStHY Shl+oZzD3ZThZ5wSg6j68LE= =NnMo -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Carlos E. R.
-
John Andersen
-
Pete Connolly
-
Richard Ibbotson