ทุกครั้งที่ฉันเปิดเทอร์มินัลใหม่มันจะถูกปิดโดยอัตโนมัติ ฉันกำลังเรียกใช้ Arch Linux และ Xforce4 terminal
$ terminal --execute sudo arpspoof -i $(cat var.log|awk '{print $1}') \
-t $(cat var.log|awk '{print $4}') $(cat var.log|awk '{print $3}')
หรือ
# terminal --execute arpspoof -i $(cat var.log|awk '{print $1}') \
-t $(cat var.log|awk '{print $4}') $(cat var.log|awk '{print $3}')
เกิดข้อผิดพลาดขณะพิมพ์คำสั่งข้างต้นอย่างใดอย่างหนึ่ง:
Unable to register terminal service: Did not receive a reply. Possible causes
include: the remote application did not send a reply, the message bus security
policy blocked the reply, the reply timeout expired, or the network connection
was broken.