Não é possível instalar nada em um linux no HP t610 Thin Client

3

Estou tentando instalar uma Dymo Label Printer no HP t610 Thin Client, que possui um Linux leve somente para leitura e está se conectando a um ambiente Citrix para que os usuários atualizem sua área de trabalho virtual.

Instalei o driver da impressora no Linux, mas no final da instalação, ocorreu um erro dizendo que, para poder imprimir, preciso instalar um pacote e tentar instalá-lo em um servidor de terminal. Eu recebo este erro:

root@HPc8cbb82fddb9:/writable/usr/lib/dymo-cups-drivers-1.2.0# sudo apt-get install INSTALL
Reading package lists... Done
Building dependency tree... Done
W: Not using locking for read only lock file /var/lib/dpkg/lock
W: You may want to run apt-get update to correct these problems
E: The package hptc-zero-login needs to be reinstalled, but I can't find an archive for it.

Na verdade, não consigo instalar nada neste linux. Alguém pode ajudar?

    
por Ehsan 23.12.2013 / 21:02

1 resposta

5

A partir do som deste encadeamento, parece que com esses thin clients existem medidas de segurança "extras". O tópico, intitulado: O thin client T610 baseado em Linux descreve dois comandos, fsunlock e fslock , que você deve executar para desbloquear e, em seguida, bloquear novamente o sistema de arquivos antes de fazer qualquer alteração.

trecho

If you're talking about the HP ThinPro OS-

Before you can make changes to the file system, you need to run this command from the terminal - "fsunlock". When you're done, "fslock" locks the file system again. There isn't another file explorer tool included that I'm aware of in ThinPro. Command line and the notepad tool are the only real ways to navigate the file system. If you're looking for help with something, keep in mind it is basically a stripped-down version of Ubuntu, with some extra utilities and GUI provided by HP. The nuts and bolts are the same as an Ubuntu build so I've gotten quite a bit of insight from Ubuntu forums online for problems that I've had.

As for your browser extensions issue, depending on how you're doing this, you can configure connections to allow them to configure their own settings, or to use HP ThinPro settings. If you haven't allowed Firefox to create and use its own settings in the file system, nothing you change inside the browser will stick. I haven't tried installing a browser extension but I'm pretty sure that's where your problem is.

Se você é o usuário final, eu o advertiria que qualquer uma dessas operações eu realmente gostaria que os administradores do sistema o fizessem e / ou o guiasse. Esses tipos de sistemas, embora se pareçam com um sistema Linux padrão, são qualquer coisa, mas, e um administrador de sistema deve estar realmente fazendo esses tipos de operações e deve ser versado em como fazê-las.

    
por 23.12.2013 / 23:12

Tags