Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
Troubleshooting typical Windows problems by event ID
MsGinа (1010)
"Не удалось выбрать в качестве основного каталог (устройство ... подключено к папке ...)
Dynamic DNS registration failed (5781)
"Ошибка при динамической регистрации или удалении одной или нескольких записей DNS"
Failed to register for user printing preferences (1112)
"Не удалось выполнить регистрацию для уведомления об изменениях пользовательской настройки печати"
Offline Caching is enabled on the Roaming Profile (1525)
"Обнаружено, что на общем ресурсе перемещаемых профилей включено автономное кэширование"
The related KB article was useless because windowsdoes not show "sharing/security" tab for \\ Profile samba shares.What really helped: the csc policy (client-side caching) parameter set to disable' in samba config:
[Profile] csc policy = disable
As an extra measure I did extrapolated this on other per-user shares:
[Homes] csc policy = disable [Personal] csc policy = disable
Additionally
[Profile] create mode = 0600 directory mode = 0700
Also I enabled deletion of roaming cache using group policy -set the following parameters in the group policy editor:
-
Конфигурация Компьютера / Административные Шаблоны / Система / Профили Пользователей
- Удалять кэшированные копии перемещаемых профилей = Включено
-
Конфигурация Компьютера / Административные Шаблоны / Сеть / Автономные Файлы
- Разрешить или запретить использование автономных файлов = Отключена
- Запретить пользовательскую настройку автономных файлов = Включена
- Удалить "Сделать доступными автономно" = Включена
- Запретить использование папки "Автономные файлы" = Включена
-
Конфигурация Пользователя / Административные шаблоны / Сеть / Автономные Файлы
- Запретить пользовательскую настройку автономных файлов = Включена
Pre-authentication failed (675)
"Ошибка предварительной проверки"
This can occur when trying to authenticate from a Samba serverand not using CAPSLOCK when writing the domain name(eg: Service Name: krbtgt/domain.local failed, while krbtgt/DOMAIN.LOCAL did not).
Probably the problem happened because profiles of new users (stored on unix server under samba) were verbatim copied from the etalon user, including ntuser.dat. This definitely created problems with unique identifiers in registrty etc etc...
Solution:
- Domain was set to OURDOM.LOCAL in rdesktop and terminal server client.
-
New user profile generation was delegated to Windows:
- In Unix, the Windows profile directory is cleared when user is created (in the meanwhile, redirected document and home folders are still copied)
- In Windows, the etalon user profile is copied into Default User
- As a result, when the new user logs in for the first time, Windows copies his profile with all required modifications
Group Policy extension failed (1085)
"Клиентское расширение групповой политики Folder Redirection" не может выполняться.

Comments
Post new comment