aumentare dimensioni disco vmware:
vmware-vdiskmanager -x 15Gb /hdd1/vmware/winXPPro/winXPPro.vmdk
Mese: Giugno 2008
Sendmail: Flush specific messages from mail queue
Thanks
http://actychen.blogspot.com/2006/11/sendmail-flush-specific-messages-from.html
You can flush the sendmail queue by this command.
If is useful for check the status of mail server.
1. Flush all
# /usr/sbin/sendmail -q -v
2. Flush specific domain
# /usr/sbin/sendmail -qR pippo.it -v
nota – Wsus 3.0 vs wsus 2.0
La versione Wsus 3.0 non può avere come server padre la 2.0
La ver. 3.0 richiede windows server 2003 (minimo)
La ver 2.0 può essere installata su windows server 2000
Accedere al fileserver tramite un alias sul dns
Accedere al fileserver tramite un alias sul dns
A partire da win 2000 in poi la ricerca dei nomi in rete avviene a livello dns.
Se la query dns fallisce allora il pc prova a usare netbios (wins o broadcast)
Per abilitare l’uso delle condivisioni e quindi l’accesso a un file server tramite un alias sul dns occorre aggiungere sul server una chiave di registro fatta come segue:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
Nome valore: DisableStrictNameChecking
Dato REG_DWORD il tipo
Radice: Decimale
Valore: 1
fatto questo si è verificato un errore di accesso alla macchina server
ho trovato questo articolo:
http://support.microsoft.com/kb/870911/it
http://technet2.microsoft.com/windowsserver/en/library/2bbd23c5-a01d-49bc-8b1c-6d309767c5e71033.mspx?mfr=true
e ho dato i seguenti comandi:
setspn -d HOST/FS1.prvprato1.local fs1
setspn -d HOST/FS1.prvprato1 fs1
setspn -d HOST/FS1 fs1
setspn -A host/FS1 fs2
e ora funziona
Sendmail – problemi di interpretazione del file access
Oggi provavo ad aggiungere una regola su access per la gestione di un
account locale (da far interpretare a procmail).
ho aggiunto al access la riga
To:xxx@xx.dominio.it OK
ho dato il solito
makemap hash /etc/mail/access.db < /etc/mail/access
e un restart di sendmail
ma il risultato era sempre lo stesso
Jun 9 08:59:21 mail2 sm-mta[27026]: m596xLBH027026: ruleset=check_rcpt,
arg1=<xxx@xx.dominio.it>, relay=mail [172.21.1.1], reject=552 5.0.0
Utente inesistente – User unknown – Si prega contattare telefonicamente
allo xxx.xxxx
Dopo aver moccolato x ore
ho trovato la causa…
MANCAVA IL NOME xx.dominio.it NEL FILE
local-host-names
Spero vi sia di aiuto!
Bonaaaaa
Error 1325. ‘Documenti’ is not a valid short file name. – SOLUTION
Ho ottenuto il seguente errore da qualche giorno.
Non riuscivo + a installare niente, l'errore era sempre lo stesso:
Tipo evento: Errore
Origine evento: MsiInstaller
Categoria evento: Nessuno
ID evento: 11325
Data: 05/06/2008
Ora: 23.33.30
Utente: NEO\Administrator
Computer: NEO
Descrizione:
Product: Windows Installer Clean Up — Error 1325. 'Documenti' is not a
valid short file name.
Per ulteriori informazioni, consultare la Guida in linea e supporto
tecnico all'indirizzo http://go.microsoft.com/fwlink/events.asp.
Dati:
0000: 7b 31 32 31 36 33 34 42 {121634B
0008: 30 2d 32 46 34 42 2d 31 0-2F4B-1
0010: 31 44 33 2d 41 44 41 33 1D3-ADA3
0018: 2d 30 30 43 30 34 46 35 -00C04F5
0020: 32 44 44 35 32 7d 2DD52}
L'errore è insorto dopo aver cambiato lettera all'unità su cui si trova
la cartella "speciale" Documenti.
Ho riassegnato la lettera precedente all'unità e tutto è tornato ok.
Saluti
MaoX