差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
tech:pvetips [2024/04/13 23:46] – [Move Disk 出現 timeout 議題] jonathantech:pvetips [2025/04/11 15:28] (目前版本) – [Proxmox VE(PVE) 安裝相關紀錄] jonathan
行 1: 行 1:
 ====== Proxmox VE(PVE) 安裝相關紀錄 ====== ====== Proxmox VE(PVE) 安裝相關紀錄 ======
 +  * 版本資訊(Roadmap) - https://pve.proxmox.com/wiki/Roadmap
 ===== 更改 Package Repositories ===== ===== 更改 Package Repositories =====
   * [[https://pve.proxmox.com/wiki/Package_Repositories]]    * [[https://pve.proxmox.com/wiki/Package_Repositories]] 
行 40: 行 41:
 #  use tls #  use tls
 smtp_use_tls=yes smtp_use_tls=yes
 +
 +# MailU Setting
 +#relayhost = [mail.mailu.com]:465
 +#smtp_tls_security_level = encrypt
 +#smtp_tls_wrappermode = yes
 +
 # use sasl when authenticating to foreign SMTP servers # use sasl when authenticating to foreign SMTP servers
 smtp_sasl_auth_enable = yes smtp_sasl_auth_enable = yes
行 52: 行 59:
   - 編輯 /etc/postfix/sasl_passwd <file>   - 編輯 /etc/postfix/sasl_passwd <file>
 [smtp.gmail.com]:587  username:password [smtp.gmail.com]:587  username:password
 +#[mail.mailu.com]:465  username:password
 </file> </file>
   - 更改檔案權限 <cli>   - 更改檔案權限 <cli>
行 680: 行 688:
      
   * 參考網址 - https://pve.proxmox.com/wiki/Qemu-guest-agent   * 參考網址 - https://pve.proxmox.com/wiki/Qemu-guest-agent
 +
 +===== 解決 VM 時間無法和 Host 同步問題 =====
 +  * 主要發生在 Alpine VM 內的系統時間無法和 PVE 主機時間相同的議題
 +  * 解決方案 : 在 vmid.conf 內加入 args: -rtc clock=vm,base=utc 來解決 Exp. /etc/pve/qemu-server/111.conf <file>
 +agent: 1
 +args: -rtc clock=vm,base=utc
 +boot: order=scsi0;ide2;net0
 +cores: 2
 +cpu: x86-64-v2-AES
 +ide2: none,media=cdrom
 +memory: 2048
 +meta: creation-qemu=8.1.2,ctime=1702131932
 +name: pve-rproxy-internet
 +net0: virtio=BC:24:11:8F:41:CE,bridge=vmbr0,firewall=1
 +numa: 0
 +onboot: 1
 +ostype: l26
 +scsi0: ssd-zfs:vm-111-disk-0,iothread=1,size=32G
 +scsihw: virtio-scsi-single
 +smbios1: uuid=595b1cc9-fbf0-4c16-a580-401bee86ac25
 +sockets: 1
 +tags: service
 +vmgenid: 58a2ec03-e357-4aa9-8567-9e58ec447890
 +</file>
  
 ===== CT 忘記 root 密碼重設方式 ===== ===== CT 忘記 root 密碼重設方式 =====
  • tech/pvetips.1713023191.txt.gz
  • 上一次變更: 2024/04/13 23:46
  • jonathan