AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-638309

KidACrimson's questions

Martin Hope
KidACrimson
Asked: 2022-04-24 19:06:34 +0800 CST

Windows Admin Center:是否可以从其他计算机登录到 Web-UI?

  • 6

我发现,即使在打开防火墙端口并接受 SSL 证书之后,当我尝试从我域上的任何其他计算机登录 Windows Admin Center 时,我也会得到这个:

“您无权查看此页面。如果您最近更新了 Windows Admin Center,您可能需要重新启动浏览器,然后刷新页面。”

在这里查看这些旧的 SW 帖子,没有列出解决方案/最佳答案:

https://community.spiceworks.com/topic/2205475-windows-admin-center-1904 https://community.spiceworks.com/topic/2340792-window-admin-center-unable-to-sso-login?started_from = ...

我正在尝试以下

  1. 版本 2110(我使用的是 Build 1.3.2111.01001)

  2. 在 Windows 中使用域管理员会话(对于 Kerberos),即使使用在托管应用程序的计算机上本地工作的同一个域用户。

  3. 以管理员身份运行浏览器(真的吗?)导出 SSL 证书 -> 导入它并将其存储在客户端计算机上的受信任的根 CA 中。

  4. 在托管 WAC Web 应用程序的 PC 上完全禁用 Windows 防火墙。

  5. 在另一台机器上全新安装 WAC,这个在 Win11 而不是 Win10 上......完全相同的问题。

我不确定该应用程序是如何使用 SSL 证书进行身份验证的——也许这就是问题所在?

...但没有任何作用?有任何想法吗?

问题截图: 来自其他机器的 WAC 登录问题

windows windows-11
  • 1 个回答
  • 1039 Views
Martin Hope
KidACrimson
Asked: 2022-01-02 17:12:19 +0800 CST

TPM 不提供在启动时自动解锁 C:\ 驱动器:“选择如何在启动时解锁驱动器”(闪存驱动器或 PW)

  • 8

我正在尝试在 Win10 (Dell Optiplex 7040) 桌面上启用 BitLocker。我面临的问题是我需要驱动器在启动时自动解锁,因为它通常会通过 RDP 远程使用(重新启动会使机器无法使用,因为没有人可以解锁它):

TPM 不工作

操作系统识别的 TPM

获取 TPM 命令结果

默认/未配置的所有 GPO 设置

  • Windows 10 许可证是专业版
  • TPM 被操作系统识别(通过 MMC.exe 中的视图和 PSGet-TPM命令验证)
  • 所有 GPO 设置均为默认设置

我应该在这里做什么,重置/清除 TPM?我将不得不等到有人在现场才能做到这一点(我目前只能远程访问机器)。

tpm bitlocker
  • 1 个回答
  • 245 Views
Martin Hope
KidACrimson
Asked: 2020-05-10 09:33:45 +0800 CST

SMB 共享连接错误:“出现系统错误 53。找不到网络路径。” 但仅在某台Win10机器上,其他机器正常

  • 9

我的 RPie3 上有一个 SMB“samba”共享设置。我所有其他机器都可以正常连接,但我的主要 Win10 机器不能。我已经排除了 DNS,也排除了 SMB 版本(正在使用 SMB2),所以我很难过。

更新:这只是一个复古游戏系统。我根本不希望或不需要它是安全的,我只是希望它能够工作。

这是我在工作机器上得到的,通过 CMD.exe 进行测试:

C:\>ping RetroPie -4

Pinging RetroPie.myDomain.local [192.168.3.56] with 32 bytes of data:
Reply from 192.168.3.56: bytes=32 time=6ms TTL=64
Reply from 192.168.3.56: bytes=32 time=10ms TTL=64
Reply from 192.168.3.56: bytes=32 time=8ms TTL=64
Reply from 192.168.3.56: bytes=32 time=5ms TTL=64

Ping statistics for 192.168.3.56:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 5ms, Maximum = 10ms, Average = 7ms

C:\>net view \\RetroPie
Shared resources at \\RetroPie

Samba 4.9.5-Debian

Share name     Type  Used as  Comment

-------------------------------------------------------------------------------
configs        Disk           configs
homes          Disk           Home Directories
roms           Disk           roms
splashscreens  Disk           splashscreens
The command completed successfully.

...这是我的非工作 Win10 机器的相同测试:

PS C:\> ping -4 RetroPie                                                                                             
Pinging RetroPie.MyDomain.local [192.168.3.56] with 32 bytes of data:
Reply from 192.168.3.56: bytes=32 time=5ms TTL=64
Reply from 192.168.3.56: bytes=32 time=7ms TTL=64
Reply from 192.168.3.56: bytes=32 time=5ms TTL=64
Reply from 192.168.3.56: bytes=32 time=5ms TTL=64

Ping statistics for 192.168.3.56:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 5ms, Maximum = 7ms, Average = 5ms
PS C:\> net view \\RetroPie
System error 53 has occurred.

The network path was not found.

PS C:\> net view \\192.168.3.56
System error 53 has occurred.

The network path was not found.

EDIT1:我已经排除的事情:

  1. Windows 防火墙
  2. Windows Defender 防病毒软件
  3. SMB1 正在使用中(在我的 Win10 机器上暂时启用它)

EDIT2 - 这是我的smb.conf文件(有 2 个,不清楚需要哪个,所以我将两者都包括在内 - 请注意,#为简洁起见,所有以注释开头的行都已删除):

pi@retropie:/ $ 猫。/etc/samba/smb.conf

[global]
   workgroup = drewz.local
   client max protocol = SMB3
   client min protocol = SMB2
   server max protocol = SMB2
;   interfaces = 127.0.0.0/8 eth0
;   bind interfaces only = yes
   log file = /var/log/samba/log.%m
   max log size = 1000
   logging = file
   panic action = /usr/share/samba/panic-action %d
   server role = standalone server
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   map to guest = bad user
;   logon path = \\%N\profiles\%U
;   logon drive = H:
;   logon script = logon.cmd
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
; add group script = /usr/sbin/addgroup --force-badname %g
;   include = /home/samba/etc/smb.conf.%m
;   idmap config * :              backend = tdb
;   idmap config * :              range   = 3000-7999
;   idmap config YOURDOMAINHERE : backend = tdb
;   idmap config YOURDOMAINHERE : range   = 100000-999999
;   template shell = /bin/bash
   usershare allow guests = yes
[homes]
   comment = Home Directories
   browseable = yes
   read only = yes
   create mask = 0700
   directory mask = 0700
   valid users = %S
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   read only = yes
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700
;   write list = root, @lpadmin
[roms]
comment = roms
path = "/home/pi/RetroPie/roms"
browsable = yes
writeable = yes
guest ok = yes
read only = no
create mask = 0644
directory mask = 0755
force user = pi
[configs]
comment = configs
path = "/opt/retropie/configs"
writeable = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = pi
[splashscreens]
comment = splashscreens
path = "/home/pi/RetroPie/splashscreens"
writeable = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = pi

pi@retropie:/ $ cat /usr/share/samba/smb.conf

[global]
   workgroup = drewz.local
   client max protocol = SMB3
   client min protocol = SMB2
   server max protocol = SMB2
;   interfaces = 127.0.0.0/8 eth0
;   bind interfaces only = yes
   log file = /var/log/samba/log.%m
   max log size = 1000
   logging = file
   panic action = /usr/share/samba/panic-action %d
   server role = standalone server
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   map to guest = bad user
;   logon path = \\%N\profiles\%U
;   logon drive = H:
;   logon script = logon.cmd
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
; add group script = /usr/sbin/addgroup --force-badname %g
;   include = /home/samba/etc/smb.conf.%m
;   idmap config * :              backend = tdb
;   idmap config * :              range   = 3000-7999
;   idmap config YOURDOMAINHERE : backend = tdb
;   idmap config YOURDOMAINHERE : range   = 100000-999999
;   template shell = /bin/bash
   usershare allow guests = yes
[homes]
   comment = Home Directories
   browseable = no
   read only = yes
   create mask = 0700
   directory mask = 0700
   valid users = %S
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   read only = yes
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700
[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
;   write list = root, @lpadmin
windows-10 networking
  • 2 个回答
  • 4404 Views
Martin Hope
KidACrimson
Asked: 2019-06-18 14:43:05 +0800 CST

CentOS 7虚拟机似乎无法扩展/dev/mapper/centos-root LV

  • 6

我的空间一直不足/dev/mapper/centos-root作为临时修复,我删除了我正在使用的文件/目录,但这阻碍了我的工作效率。一开始我应该让 CentOS VM 大于 20 GB,但现在为时已晚。我关闭了 VM 并向 VMDK (vDisk) 添加了 20GB,但我似乎无法让操作系统在我需要的地方使用它,它位于/dev/mapper/centos-root 逻辑卷中

这是输出lsblk:

    root@CentOS-7:/# lsblk
NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda               8:0    0   30G  0 disk
├─sda1            8:1    0    1G  0 part /boot
└─sda2            8:2    0   29G  0 part
  ├─centos-root 253:0    0   17G  0 lvm  /
  └─centos-swap 253:1    0    2G  0 lvm  [SWAP]
sr0              11:0    1 1024M  0 rom

pgs vgs和lvs命令的输出:

    root@CentOS-7:/# pvs
  PV         VG     Fmt  Attr PSize   PFree
  /dev/sda2  centos lvm2 a--  <19.00g    0
root@CentOS-7:/# vgs
  VG     #PV #LV #SN Attr   VSize   VFree
  centos   1   2   0 wz--n- <19.00g    0
root@CentOS-7:/# lvs
  LV   VG     Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  root centos -wi-ao---- <17.00g
  swap centos -wi-ao----   2.00g

如您所见,我有 10 GB 的未分配空间。我需要将它应用到逻辑卷,但到目前为止我尝试的一切都失败了。我想我没有可用的使用范围,但我不确定。我在存储 VM 的主机上有足够的空间,我只需要知道如何实际让操作系统使用它。

在此处输入图像描述

virtual-machine storage
  • 1 个回答
  • 2291 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve