Thank you both for the attention you are devoting to my problem. I had to go out, now back briefly and will need to go out again for a few hours…
I set my system up with separate /var and /tmp partitions, both encrypted (as are /home and /swap) basically because I can and I figure it is somewhat more secure. I set it up this way when I upgraded to 13.1, about two months ago, and have had no problems logging on until now. During that time I have probably done three or four reboots (prior to today). In addition to these, I have several other partitions I don’t use much but are handy for when I upgrade OS and to store some stuff. I have two internal disks plus an external drive (sdc) used only for backup.
One of the things I like about OpenSUSE is that the installer is relatively good at dealing with multiple partitions and drives, and encryption.
Here is the output of “mount”
monk:~ # mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=4036656k,nr_inodes=1009164,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
/dev/sda1 on / type ext4 (rw,relatime,data=ordered)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=44,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
/dev/sdb5 on /one-logical type ext4 (rw,relatime,data=ordered)
/dev/sdb6 on /hgs_backup type ext4 (rw,relatime,data=ordered)
/dev/sdb4 on /two_logical type ext4 (rw,relatime,data=ordered)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sdc2 on /ext4_backup type ext4 (rw,relatime,data=ordered)
/dev/sdc1 on /ntfs_backup type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/mapper/cr_tmp on /sdb7 type ext4 (rw,relatime,data=ordered)
/dev/mapper/cr_ata-ST3500413AS_5VMPV5Y6-part6 on /home type ext4 (rw,relatime,data=ordered)
/dev/mapper/cr_var_2 on /var type ext4 (rw,relatime,data=ordered)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,relatime,mode=755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
/dev/mapper/cr_var on /tmp type ext4 (rw,relatime)
gvfsd-fuse on /run/user/0/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
gvfsd-fuse on /var/run/user/0/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
monk:~ #
Here is fstab
monk:~ # cat /etc/fstab
/dev/disk/by-id/ata-ST3500413AS_5VMPV5Y6-part1 / ext4 acl,user_xattr 1 1
/dev/mapper/cr_var_2 /var ext4 acl,user_xattr,nofail 0 2
/dev/disk/by-id/ata-MAXTOR_STM3320620AS_6QF1BMRR-part4 /two_logical ext4 defaults 1 2
/dev/mapper/cr_swap swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2940HD20BMEC-part2 /ext4_backup ext4 nofail 1 2
/dev/disk/by-id/ata-MAXTOR_STM3320620AS_6QF1BMRR-part6 /hgs_backup ext4 defaults 1 2
/dev/mapper/cr_ata-ST3500413AS_5VMPV5Y6-part6 /home ext4 acl,user_xattr,nofail 0 2
/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2940HD20BMEC-part1 /ntfs_backup ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8,nofail 0 0
/dev/disk/by-id/ata-MAXTOR_STM3320620AS_6QF1BMRR-part5 /one-logical ext4 defaults 1 2
/dev/mapper/cr_tmp /sdb7 ext4 nofail 0 2
/dev/mapper/cr_var /tmp ext4 nofail 0 2
monk:~ #
I did try “init 3” which resulted in a messages about “starting Bluetooth Services” and “Started Bluetooth Services.” I thought I had disabled Bluetooth at installation, as I have no Bluetooth-capable devices. That also took over my whole screen, didn’t give any prompt and I had to reboot. [and I did not fix the /tmp permissions again before creating the listings above]
Any ideas? I am fortunate that my data is intact, and if I have to I can reinstall, but of course I really don’t want to do that, and there is always the chance that I’d have the same problem.