On 02.04.2020 16:08, Predrag Zecevic wrote:
On 31.03.2020 22:48, Aurélien Larcher wrote:
Hi everyone,
GGC 7.5 is now the default userland compiler; it was already used as
default illumos-gate compiler.
The repositories (hipster and encumbered) have been rebuilt from scratch
and republished.

Therefore:
- The update number has been incremented, current packages FMRIs should end
with 2020.0.1.x, with x the component revision.
- Any new pull-request to oi-userland need be built+tested in a gcc-7
environment.

Had you updated to the gcc-next repository you may now reenable the hipster repository as preferred: gcc-next builds will now be scheduled with GCC 9.3.

Thanks go especially to Alexander for saving the situation with the
mispublished libdrm mess today, but also to Andreas, Michal, Till, Jim,
Nona, Rouven, and other contributors for their continuing support.

Feel free to report any upgrade issue.
Kind regards,

Aurelien


Hi Aurélien,

First of all: many thanks for you excellent work on this!

So, I have spotted:
* Cannot decrypt ZFS partition/dataset (yes, I am sure I am typing good password):
:; zfs load-key nobackup/encrypted
Enter passphrase for 'nobackup/encrypted':
***
Key load error: encryption failure


- Not sure if it is advisable to share truss output...

* There is some process, executed as root user which restarts quickly:
:; ps -ef | grep [d]efunct
   global     root  4688  2312   0        - ?           0:00 <defunct>
:; ps -ef | grep [d]efunct
   global     root  4691  2312   0        - ?           0:00 <defunct>
:; ps -ef | grep [d]efunct
   global     root  4694  2312   0        - ?           0:00 <defunct>


For both problems, i will try to boot to previous BE to confirm - unless someone has advice?

Best regards

To correct myself:
it looks like something got more restrictive (which is good actually) - this is from truss:
...
4998: stat("/var/user/predrag_zecevic/tpm/userps", 0x08044598) Err#13 EACCES [file_dac_search]
4998:   getpid()                                        = 4998 [4997]
4998:   getpid()                                        = 4998 [4997]
4998: so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, 0x00000000, SOV_DEFAULT) = 9
4998:   connect(9, 0x080465D0, 16, SOV_DEFAULT)         Err#146 ECONNREFUSED
4998:   close(9)                                        = 0
4998:   getuid()                                        = 2903 [2903]
4998:   getuid()                                        = 2903 [2903]
4998:   getuid()                                        = 2903 [2903]
4998:   door_info(8, 0x08044350)                        = 0
4998:   door_call(8, 0x080443B8)                        = 0
4998: stat("/var/user/predrag_zecevic/tpm/userps", 0x08044628) Err#13 EACCES [file_dac_search]
4998:   munmap(0xFE8D0000, 139906)                      = 0
4998:   munmap(0xFE903000, 6036)                        = 0
4998:   munmap(0xFE6B0000, 380881)                      = 0
4998:   munmap(0xFE71D000, 4732)                        = 0
4998:   munmap(0xFE4F0000, 1653477)                     = 0
4998:   munmap(0xFE694000, 98200)                       = 0
4998:   munmap(0xFE8BD000, 10252)                       = 0
4998:   munmap(0xFE4D0000, 52969)                       = 0
4998:   munmap(0xFE4ED000, 1924)                        = 0
4998: open("/export/home/predrag_zecevic/.sunw/pkcs11_softtoken/objstore_info", O_RDONLY|O_NONBLOCK) Err#2 ENOENT 4998: ioctl(6, ZFS_IOC_LOAD_KEY, 0x08045818) Err#1 EPERM [sys_mount]
4998:   fstat64(2, 0x08045A40)                          = 0
Key load error4998:     write(2, " K e y   l o a d   e r r".., 14)      = 14
: 4998: write(2, " :  ", 2)                             = 2
encryption failure4998: write(2, " e n c r y p t i o n   f".., 18)      = 18
...

Indeed:
:; ls -hal /var/user
ls: cannot open directory '/var/user': Permission denied
:; pfexec ls -l /var/user/
total 1
drwx------ 3 predrag_zecevic admin 3 Mar 21  2016 predrag_zecevic
drwx------ 3 root            smmsp 3 Jan  8  2016 root

:; ls -al /var/user/predrag_zecevic
ls: cannot access '/var/user/predrag_zecevic': Permission denied

so, this has worked now (previously was not required):
:; pfexec zfs load-key nobackup/encrypted
:; pfexec zfs mount nobackup/encrypted


Restarting process is still there...


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: [email protected]

headquarter: 2e Systems GmbH, Koenigsteiner Str. 107, 65812 Bad Soden am Taunus, Germany
registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to