similar to: 5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60.

Displaying 6 results from an estimated 6 matches similar to: "5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60."

2006 Oct 31
0
6350363 anon_array_try_enter needs to initialise sobj->sync_cv
Author: cwb Repository: /hg/zfs-crypto/gate Revision: 1363ff405550b8be8cd10a06075ba11178182f35 Log message: 6350363 anon_array_try_enter needs to initialise sobj->sync_cv Files: update: usr/src/uts/common/vm/vm_anon.c
2006 Oct 31
0
6286816 page_numtopp_nolock is inefficent
Author: kchow Repository: /hg/zfs-crypto/gate Revision: 6c5e7d7096ce47499922b13d2536fb929f6c843f Log message: 6286816 page_numtopp_nolock is inefficent 6288107 Missing comment terminator in i86pc/ml/locore.s 6290613 high page_get_cachelist failure rate on jurassic 6297005 performance issues with page_nextn() Files: update: usr/src/uts/common/os/mem_cage.c update: usr/src/uts/common/sys/cpuvar.h
2006 Oct 31
0
6286341 anon problem manifests as various x86 HAT panic or assertion failures
Author: stans Repository: /hg/zfs-crypto/gate Revision: b1b3f066dd6e3f1406f613a686c9b30d6914940f Log message: 6286341 anon problem manifests as various x86 HAT panic or assertion failures Files: update: usr/src/uts/common/vm/vm_anon.c
2012 Jun 07
1
While using internal sftp server, need to access files outside chroot
Hi, I need to make a custom code change in sftp-server module to copy the received file outside the chroot-setup. I am trying to chroot repeatedly to get physical root directory and the copy received file to a directory outside chrooted directory. The children processes are owned by the sftp-user and so, sftp child process does not have permission to escape out of chroot. Is there a simple way
2012 May 07
1
Can not capture internal-sftp process log in syslog
Hi, I am trying to use internal-sftp to limit sftp only access to a set of users. I have set sshd_config as follows sshd_config =========== Subsystem sftp internal-sftp -f LOCAL0 -l VERBOSE Match group ftp ChrootDirectory /sftp/%u X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp -f LOCAL0 -l VERBOSE Match I am able to access internal-sftp and run sftp sessions properly.
2012 Jul 06
1
Can not login with key-exchange is chrooted sftp environment
Hi, We need to allow log in based on public key generated using ssh-keygen (rsa key) for SFTP with chroot (internal sftp). I am not able to log in with just key exchange. I can login using password. I am able to log-in with out password for an ssh session unlike sftp session. Is there a way to login with key-exchange only for internal-sftp with chroot? Here is the trace OpenSSH_3.9p1, OpenSSL