#1 Le 23/12/2015, à 13:53
- M_Patrick
Serveur ubuntu le bon choix ?
Bonjour,
Je poste sur ce forum pour demander un avis objectif sur ma futur évolution.
Voila, je ne suis pas informaticien, juste un utilisateur un peu passionné ou intéressé, je gère une petite entreprise commerciale qui utilise un réseau de 4 postes (dont 1 qui sert de serveur).
Le serveur fonctionne sous windows 2003 et mon prestataire me dit que je dois changer car je prend des risques (plus de maintenance, faille de sécurités ect ...). Je précise que le dit prestataire ne veut pas entendre parler d'autre chose que de windows (vu le montant du devis ...).
Suis-je obligé de rester sous windows sachant que les logiciels que j'utilise aujourd'hui me conviennent parfaitement.
j'ai essayé wine sans succès, vitualbox peut-être ? Existe-t-il une solution sur et stable ou est-ce que je me créer des problèmes ?
Ma démarche a pour but non pas de trouver du gratuit mais un peu d’indépendance.
Merci par avance.
Hors ligne
#2 Le 23/12/2015, à 13:58
- src
Re : Serveur ubuntu le bon choix ?
Ton serveur sert à quoi ?
Actuellement sur Manjaro Xfce (amd64)
Hors ligne
#3 Le 23/12/2015, à 14:05
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Facturation/comptabilité
Volume de 12 go environ de données
Pas de site web hébergé.
Hors ligne
#4 Le 23/12/2015, à 17:56
- grigouille
Re : Serveur ubuntu le bon choix ?
Ton serveur fait NAS seulement ?
Debian (xfce) 12
HP LaserJet M1132 MFP
Hors ligne
#5 Le 23/12/2015, à 18:05
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Non, il fait poste de travail et serveur de fichier. Mais ça peut évoluer, suivant les solutions existantes.
Hors ligne
#6 Le 23/12/2015, à 18:12
- k3c
Re : Serveur ubuntu le bon choix ?
Le nom de tes softs windows ?
Debian 12 sur Thinkpad reconditionné
Hors ligne
#7 Le 23/12/2015, à 18:24
- M_Patrick
Re : Serveur ubuntu le bon choix ?
La facturation c'est la série M de la société ABL. Logiciel de gestion spécialisé dans les boissons et les produits pétroliers.
La comptabilité c'est LD Compta. C'est elle qui bloque avec wine.
J'ai aussi Cirialis qui gère les prélèvements SEPA, la j'ai pas essayé et un très vieux logiciel (16b) qui me sert d’interface pour une pompe à gasoil.
Dernière modification par M_Patrick (Le 23/12/2015, à 18:32)
Hors ligne
#8 Le 23/12/2015, à 19:24
- k3c
Re : Serveur ubuntu le bon choix ?
Ok c'est sur
http://www.ldsysteme.fr/logiciels/ldcompta/
supposons que le soft s'appelle ldcompta.exe
Pour tester, comme toujours, il faut se créer un suffixe wine 32 bits, par exemple
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcopmpta WINEDEBUG=loaddll wine ldcompta.exe
et là on cherche les messages d'erreurs
Unloaded module xxxx
quand tu en trouves, tu installes ce qui manque, par exemple dotnet20, avec un
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcopmpta WINEDEBUG=loaddll winetricks dotnet20
et tu re-essayes
Ouvre une discussion à part si tu veux.
J'aurais bien fait un essai, sauf que je ne vois pas de version de démo
Debian 12 sur Thinkpad reconditionné
Hors ligne
#9 Le 23/12/2015, à 19:51
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Merci, j'essaye dés demain. Je pensais l'avoir déjà déclaré dans winecfg. Sinon si tu veux essayer il y a remina.
Hors ligne
#10 Le 23/12/2015, à 20:27
- k3c
Re : Serveur ubuntu le bon choix ?
---- si tu veux essayer il y a remina.
ça se télécharge où ?
Debian 12 sur Thinkpad reconditionné
Hors ligne
#11 Le 23/12/2015, à 20:42
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Pardon une faute ... remmina visionneuse de bureau distant. https://doc.ubuntu-fr.org/remmina
Hors ligne
#12 Le 23/12/2015, à 21:31
- k3c
Re : Serveur ubuntu le bon choix ?
je ne comprends pas, avec remmina, j'ai un accès en RDP, et ?
Debian 12 sur Thinkpad reconditionné
Hors ligne
#13 Le 23/12/2015, à 21:41
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Ça permet de prendre le contrôle d'une machine à distance et d'avoir accès aux logiciels, c'est tout.
Hors ligne
#14 Le 23/12/2015, à 21:53
- k3c
Re : Serveur ubuntu le bon choix ?
Pour ton soft que tu veux essayer avec wine, si il se lance sous Windows avec ldcompta.exe, peux-tu poster le résultat de
objdump -x ldcompta.exe | grep -i DLL | sort | uniq
Debian 12 sur Thinkpad reconditionné
Hors ligne
#15 Le 24/12/2015, à 09:14
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Voila le résultat :
maguer@PCMAG01:/mnt/ABL/Ldsystem/Program/Compta$ objdump -x LDCPTV9.exe | grep -i DLL | sort | uniq
15eaa 85 __dllonexit
DllCharacteristics 00000000
DLL Name: KERNEL32.dll
DLL Name: MSVCRT.dll
vma: Hint Temps Avant DLL Premier
Hors ligne
#16 Le 24/12/2015, à 09:33
- k3c
Re : Serveur ubuntu le bon choix ?
ok, donc si tu fais quelque chose comme
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll winetricks -q --unattended vcrun6
pour créer ton suffixe .wine_xxx avec la librairie en question installée
si ton programme demande Windows 7 et pas Windows XP
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll winetricks -q --unattended win7
ou si il demande une autre version de Windows
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll winecfg
et tu mets ce qu'il faut
puis tu te mets dans le répertoire de ton soft Windows, et si le programme d'installtion est LDCPTV9.exe, tu fais
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll wine LDCPTV9.exe
si ton programme d'installation est un .msi tu fais
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll msiexec /i LDCPTV9.msi
puis quand l'installation est terminée, pour le lancer tu fais
cd /home/$USER/.wine_ldcompta/drive_c/Program Files/LDCompta
et tu lances le programme que tu lances sous Windows
WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcopmpta wine ldcompta.exe
Dernière modification par k3c (Le 24/12/2015, à 11:05)
Debian 12 sur Thinkpad reconditionné
Hors ligne
#17 Le 24/12/2015, à 10:09
- M_Patrick
Re : Serveur ubuntu le bon choix ?
maguer@PCMAG01:~$ WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcompta WINEDEBUG=loaddll winetricks -q --unattended vcrun6
Executing w_do_call vcrun6
Executing load_vcrun6
Executing mkdir -p /home/maguer/.cache/winetricks/vcrun6
Downloading [url]http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSetup_deu.exe[/url] to /home/maguer/.cache/winetricks/vcrun6
--2015-12-24 09:42:13-- [url]http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSetup_deu.exe[/url]
Résolution de download.microsoft.com (download.microsoft.com)... 104.90.185.48, 2a02:26f0:ef:190::e59, 2a02:26f0:ef:193::e59
Connexion vers download.microsoft.com (download.microsoft.com)|104.90.185.48|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Taille : 1837888 (1,8M) [application/octet-stream]
Enregistre : «VC6RedistSetup_deu.exe»
100%[======================================>] 1 837 888 1,15MB/s ds 1,5s
2015-12-24 09:42:15 (1,15 MB/s) - «VC6RedistSetup_deu.exe» enregistré [1837888/1837888]
Executing wine /home/maguer/.cache/winetricks/vcrun6/vc6redistsetup_deu.exe /T:C:\windows\Temp\_vcrun6 /c /q
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_native_dll Loaded L"Y:\\vcrun6\\vc6redistsetup_deu.exe" at 0x1000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eb80000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7ea60000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e910000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x7e7f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e5f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\explorer.exe" at 0x7ebe0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eae0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7eb60000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e860000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e990000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e690000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7e600000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x7e110000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7e190000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7dfe0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x7db90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\actxprxy.dll" at 0x7dce0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7e560000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7e340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7dfc0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7e050000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msacm32.dll" at 0x7df90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winmm.dll" at 0x7e190000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvfw32.dll" at 0x7e2d0000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_native_dll Loaded L"Y:\\vcrun6\\vcredist.exe" at 0x1000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eb90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7ea70000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e910000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x7e800000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e5f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7e560000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7e340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7e130000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7e1c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x7e0c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advpack.dll" at 0x7e300000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\maguer\\Temp\\IXP000.TMP\\PreSetup.exe" at 0x400000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7e910000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e990000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7eab0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e740000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x7df20000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x7de90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\atl.dll" at 0x7e050000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\atl100.dll" at 0x7de60000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\atl.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7ddc0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mfc42.dll" at 0x5f400000: native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\mfc42.dll" : native
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\maguer\\Temp\\IXP000.TMP\\50comupd.exe" at 0x1000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eb90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7ea70000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e910000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x7e800000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e630000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7e5a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7e390000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\advpack.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\setupapi.dll" : builtin
Executing cabextract -q /home/maguer/.cache/winetricks/vcrun6/vcredist.exe -d /home/maguer/.wine_ldcompta/dosdevices/c:/windows/system32 -F mfc42*.dll
maguer@PCMAG01:~$ WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_ldcopmpta WINEDEBUG=loaddll wine LDCPTV9.exe
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\wineboot.exe" at 0x7ebe0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eb70000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winemenubuilder.exe" at 0x7ebe0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7e960000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e6e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7e660000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7e9e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x7e520000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x7e4a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\windowscodecs.dll" at 0x7eb20000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7e250000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\services.exe" at 0x7ebd0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7ead0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7eb50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\userenv.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winedevice.exe" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eba0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 0x7eb50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7ead0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\mountmgr.sys" at 0x7eaa0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e490000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7ea90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e5c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e080000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\explorer.exe" at 0x7ebd0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7ead0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7eb50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e850000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e980000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e2f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\plugplay.exe" at 0x7ec40000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7eba0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7eb10000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e630000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x7eff0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e750000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x7e8b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7e920000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e680000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7e5f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x7e110000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7e180000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7dfd0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x7e450000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x7e290000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x7e320000: builtin
wine: cannot find L"C:\\windows\\system32\\LDCPTV9.exe"
maguer@PCMAG01:~$ trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x7da90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\actxprxy.dll" at 0x7dbe0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7dff0000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\mountmgr.sys" : builtin
maguer@PCMAG01:~$
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par cqfd93 (Le 24/12/2015, à 18:30)
Hors ligne
#18 Le 24/12/2015, à 10:19
- k3c
Re : Serveur ubuntu le bon choix ?
Il faudrait mettre tout ça entre balises code ( la 10 ème balise au-dessus du texte, quand tu fais répondre), et commencer, comme sous Windows, par installer le programme
Je supposais que ldcompta.exe était le programme d'installation
Dernière modification par k3c (Le 24/12/2015, à 11:08)
Debian 12 sur Thinkpad reconditionné
Hors ligne
#19 Le 24/12/2015, à 10:35
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Je me disais bien aussi, voila l'astuce. Je suis pas sur qu'il y est un programme d'installation, le système ma été livré comme ça. En réseau sous windows je ne réinstalle pas.
Je cherche ....
Hors ligne
#20 Le 24/12/2015, à 11:06
- k3c
Re : Serveur ubuntu le bon choix ?
J'ai mis à jour mon post 16 pour l'installation
Vu que tu as acheté légalement ce programme, tu peux demander les programmes d'installation je pense ?
Dernière modification par k3c (Le 24/12/2015, à 11:07)
Debian 12 sur Thinkpad reconditionné
Hors ligne
#21 Le 24/12/2015, à 11:44
- M_Patrick
Re : Serveur ubuntu le bon choix ?
J'ai un fichier application CMinstall, mais effectivement vaux peut-être mieux commencer par le début. Je vais leur demander.
Après tout je ne risque qu'une réponse du style "non linux ça marche pas, nous ont ne pourra rien pour vous aprés".
Je te posterais leur réponse, en attendant joyeux noël, et merci.
Hors ligne
#22 Le 24/12/2015, à 11:57
- HPIR40
Re : Serveur ubuntu le bon choix ?
Bonjour
Perso tout ce qui est comptabilité, erp etc...je le laisse sous windows, je ne m'amuse pas à le mettre sous linux avec wine par exemple.
Pourquoi? ben simplement, ce sont des logiciels prévues et fait pour windows server. Si il y a un bug, un plantage quelconque sur le logiciel ou autres soucis quelconque, le support du logiciel peut intervenir dessus directement. Si tu as mis le logiciel dans un environnement Linux, tu peux t'assoir sur toute aide et là c'est à toi de te démerder pour réparer le problème, ce n'est plus de la responsabilité de l'éditeur.
Imagine donc simplement 10 ans de comptabilité foutue en l'air....tu peux alors faire tes valises avec en plus un gros boulet à la patte car ce genre de bourde se propage très vite.
Après comme tu aura un serveur windows 2012R2, tu pourra virtualiser dessus (avec HyperV qui est gratuit), autant de VM linux que tu voudra et donc t'amuser à ajouter des services divers et variés, mais dans un environnement linux.
De ce coté là, perso, je prefére virtualiser des Debian (plus stable) que des Ubuntu server. Je n'utilise Ubuntu que pour mes postes clients.
Hors ligne
#23 Le 24/12/2015, à 12:20
- src
Re : Serveur ubuntu le bon choix ?
Étant donné que tu n'utilise que des softs Windows, reste sous Windows...
C'est pas un message agressif mais pragmatique, tu n'as aucun intérêt à passer sur Linux. Ou alors il faut changer de logiciels...
Actuellement sur Manjaro Xfce (amd64)
Hors ligne
#24 Le 24/12/2015, à 13:58
- M_Patrick
Re : Serveur ubuntu le bon choix ?
Merci de vos réponses, je ne le prend pas mal, c'était bien le sens de ma question : Avoir un avis objectif.
Tant qu'a changer de logiciel .... C'est plus compliqué.
Hors ligne
#25 Le 26/12/2015, à 12:43
- tiramiseb
Re : Serveur ubuntu le bon choix ?
Salut,
Même avis que src.
Tu as des logiciels dont tu es content, ces logiciels fonctionnent tous sous Windows et aucun n'a de version Linux... alors reste sous Windows.
À la limite si tu avais quasiment tous tes logiciels fonctionnels sous Linux et un seul logiciel sous Windows, alors faire ces efforts pourrait se justifier. Mais en n'ayant que des logiciels faits pour Windows, ce sera beaucoup d'emmerdes pour rien.
Pour l'indépendance que tu cherches à avoir, tu peux éventuellement (si tu veux en prendre le temps) avoir deux serveurs, un Windows avec les applis actuelles et un Ubuntu sur lequel tu mets des nouvelles choses, sur lequel tu peux éventuellement migrer certaines choses au fur et à mesure, au fil des ans...
Sébastien Maccagnoni - https://www.maccagnoni.eu - https://www.domotego.com
Hors ligne