Displaying 20 results from an estimated 600 matches similar to: "What about Control Panel?"
2001 Nov 29
2
Autocad without an installed Windows
Hello
I tried to install an old version of autocad (13, student edition,
Release 13c4a), on a MSWindows-free box.
I ran :
$ wine d:\setup32.exe
It begun all right, I had the installation screens, then it failed with the
following messages :
err:win:WIN_FindWndPtr window 10029 belongs to other process
err:win:WIN_FindWndPtr window 10021 belongs to other process
err:win:WIN_FindWndPtr window
2004 Jan 29
2
Skynet Mail Protection scan results
-----------------------
This e-mail is generated by Skynet Mail Protection to warn you that the e-mail
sent by samba@lists.samba.org to vincent.brabant@skynet.be is infected with virus: Win32/Mydoom.A@mm.
Deze e-mail is gegenereerd door Skynet Mail Protection om u te waarschuwen dat
de e-mail gestuurd door samba@lists.samba.org naar vincent.brabant@skynet.be geinfecteerd is met Win32/Mydoom.A@mm.
2016 Aug 04
2
Samba 4.2.14 Group Policy (GPO) sync error
On Thu, 4 Aug 2016 12:02:18 +0200
rme at bluemail.ch wrote:
> > Well, I am using IPv6 mainly for all services and don't want to
> > disable it. Though I might try this temporary which will be quite a
> > bunch of reconfiguration to disable IPv6 in all services. So I will
> > come back with results on this later.
>
> I have completely disabled IPv6 on the server
2016 Aug 04
1
Samba 4.2.14 Group Policy (GPO) sync error
Just I missed the correct IPv6 PTR record from the DNS.
Ok and whats obligated for a correct working kerberos environment.
Ahh.. Yes... dns A and PTR records. ;-) so one thing fixed thats ok..
The PC, ( ipconfig /all ) looks good now.
Next.. your hosts files...
> my /etc/hosts:
>
> # IPv4 and IPv6 localhost aliases
>
2012 Apr 04
5
Simple code dosn't work
I think you have a syntactical error on the line thats throwing the
error, you state:
> j.even?should be true #throws an error on j == 2, j == 4
should this line not read as:
j.even?.should be true
--
Posted via http://www.ruby-forum.com/.
2016 Aug 04
3
Samba 4.2.14 Group Policy (GPO) sync error
Forgot one extra.
On the win 10, check this reg key.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Hostname
It states you hostname here, but if its not in caps change it to HOSTNAME
In that register key. (HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters)
You should see also you dnsdomain at Domain and NV Domain.
NV Hostname should be in CAPS also.
The domains not.
2016 Aug 03
5
Samba 4.2.14 Group Policy (GPO) sync error
Can you run on a failing computer :
- netdom verify yourpcname
- nslookup yourpcname
All ok?
And is time in sync?
Did you install winbind after the update and also and did you change you server services line?
Like, i use bind9 dns
My smb.conf contains only this : server services = -dns
The full line is :
samba-tool testparm -vv | grep "server service"
2016 Aug 09
2
Samba 4.2.14 Group Policy (GPO) sync error
Hi Achim,
Thanks a lot for your reply.
> I remember this error. In my case the pc tried to connect to the gpo
> share not via the server name but via the domain name. In your case
> ad.cyberdyne.local.
Well, I am even able to browser the policies via the domain name:
\\ad.cyberdyne.local\sysvol\ad.cyberdyne.local\Policies
Or via hostname:
2016 Aug 08
5
Samba 4.2.14 Group Policy (GPO) sync error
Hi Louis,
> Ive tested the following, i use static and dhcp ip here.
I am using DHCP only.
> Everything on static ip works perfect on win7 and win10.
> And at the domain join the a and ptr is created automaticly.
> GPO works fine for both.
Can't tell about static setup as it's impractical in my networks.
> Dhcp ip.
> Win 7 works fine, AD join A and PTR is created
2019 Jul 11
10
[Bug 111110] New: Nvidia quadro + nouveau : second terminal wake up but doesn't more display
https://bugs.freedesktop.org/show_bug.cgi?id=111110
Bug ID: 111110
Summary: Nvidia quadro + nouveau : second terminal wake up but
doesn't more display
Product: Mesa
Version: 19.1
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2016 Aug 04
2
Samba 4.2.14 Group Policy (GPO) sync error
Perhaps I am on the wrong track but I would like to share some
additional observations...
I quickly enabled DNS query logging:
# rndc querylog
Then run another gpupdate on the client.
During the Update I see lots of queries:
04-Aug-2016 14:46:58.414 queries: info: client 10.0.1.186#59270
(_ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.ad.cyberdyne.local):
view internal: query:
1999 Jan 02
1
SAMBA digest 1924
Hello,
> I have the following entries, among others, in my smb.conf file:
> ===== cut here =====
> logon path = \\%L\profiles\%U
> [profiles]
> comment = User Profiles
> path = /usr/home/profiles
> public = yes
> writable = yes
> browseable = yes
> ===== cut here =====
> So, I expect 'net use z: /home' on a win95 machine to map z: to
>
2004 Mar 18
5
Problem while installing the SAMBA...
Hi ALL...
I am new to SAMBA, when i am trying to compile SAMBA by using make, It
is just waiting and doing nothing.
make
Using FLAGS = -O -I./popt -Iinclude -I/opt2/samba/samba-3.0.2a/source/include -I/opt2/samba/samba-3.0.2a/source/ubiqx
-I/opt2/samba/samba-3.0.2a/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/opt2/samba/samba-3.0.2a/source
LIBS =
2014 Jun 29
2
[PATCH 1/1] virtio: console: remove unnecessary null test before debugfs_remove_recursive
Fix checkpatch warning:
WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required
Cc: Amit Shah <amit.shah at redhat.com>
Cc: Arnd Bergmann <arnd at arndb.de>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: Fabian Frederick <fabf at skynet.be>
---
drivers/char/virtio_console.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
2014 Jun 29
2
[PATCH 1/1] virtio: console: remove unnecessary null test before debugfs_remove_recursive
Fix checkpatch warning:
WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required
Cc: Amit Shah <amit.shah at redhat.com>
Cc: Arnd Bergmann <arnd at arndb.de>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: Fabian Frederick <fabf at skynet.be>
---
drivers/char/virtio_console.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
2002 Nov 24
2
can not install office xp
Hi ,
I am trying to install office XP under wine build 20020904 .Before
anything could happen the setup.exe tells me that I have to run win98
,win millenium ,win 2000 or latter to use office xp .
Have I got to change anything in my config file or perhaps should I use
wineX ?
Thanks to All .
Julien
--
Julien Motch <julienmotch@skynet.be>
-------------- next part --------------
A
2004 May 31
1
small question
Hello frieds,
do I need to do 'net rpc join -U Administrator'
(to selfjoin the localhost to the domain)
if I have samba3.0.4 running
in ROLE_DOMAIN_PDC and with ldapsam-Backend
and want to use winbindd for ntlm_auth squid authentification?
--
Best regards,
Malte mailto:malte.woelky@gmx.de
_________________
Malte Woelky -=[SkyNet]=-
2007 Aug 23
4
Calculating diameters of cirkels in a picture.
Hi,
Maybe this is more a programming questions than a specific R-project question, but maybe there is someone who can point me in the right direction.
I have a picture of cirkels which I took with a digital camera.
Now I want to use the diameter of the cirkels on the picture for analysis in R.
I can use pixmap to import the picture, but how do I find the outside cirkels and calculate the
2001 Oct 14
1
Word and ppt viewers work with Wine???
Installation of the Microsoft Word viewer (97/2000) and Powerpoint viewer
fail in the second dialog of the installation wizard.
I'm using a Wine configuration (latest Codeweavers) without any original
Windows DLLs.
Does anyone have a working config with these two apps?
2007 Aug 07
3
[Bug 1351] New: encrypted pam_mount volumes stays mounted after logout with ssh
http://bugzilla.mindrot.org/show_bug.cgi?id=1351
Summary: encrypted pam_mount volumes stays mounted after logout
with ssh
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: