Displaying 20 results from an estimated 20 matches for "ch12".
Did you mean:
c12
2018 Sep 17
6
[Bug 107963] New: kernel rejected pushbuf: Invalid argument
...mikhail.v.gavrilov at gmail.com
QA Contact: xorg-team at lists.x.org
Created attachment 141604
--> https://bugs.freedesktop.org/attachment.cgi?id=141604&action=edit
system log
$ uname -r
4.19.0-0.rc3.git3.1.fc30.x86_64
nouveau: kernel rejected pushbuf: Invalid argument
nouveau: ch12: krec 0 pushes 3 bufs 13 relocs 0
nouveau: ch12: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch12: buf 00000001 00000006 00000004 00000000 00000004
nouveau: ch12: buf 00000002 00000007 00000002 00000002 00000002
nouveau: ch12: buf 00000003 0000000b 00000002 00000002 00000002
nouveau:...
2016 Jul 30
2
That domain could not be found
Is the primary DNS on the windows machine set to the AD domain controller?
On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com> wrote:
> following here
> https://www.samba.org/samba/docs/using_samba/ch12.html
> I decided to use explorer to test getting to it and I notice I can connect
> to the server using the Administrator user and password and see the
> netlogon and sysvol shares but can not go into either.
>
>
> On Sat, Jul 30, 2016 at 11:33 AM, Jeff Sadowski <jeff.sadowski...
2006 Sep 12
2
FW: RE Help config. VPN to Samba server - UK Charity
...pen, which you probably
have done if Red Hat can mount the drives, and you now need
to get the Windows versions of mount and "browsing" working.
Go to the Troubleshooting chapter of the copy of Using
Samba that came with your distribution (or to
http://us2.samba.org/samba/docs/using_samba/ch12.html)
and go to the Fault Tree. This will step you through all
the prerequisites in the appropriate order, in about
five minutes, until you find your problem.
--dave
Nick Gorman wrote:
> Hello,
>
> I have access from a XP pc through VPN and through a Billion ADSL router
on
> to netwo...
2015 Mar 03
0
Feature request: copy attributes in gzcon
The `gzcon` function both modifies and copies a connection object:
# compressed text
con1 <- url("http://www.stats.ox.ac.uk/pub/datasets/csb/ch12.dat.gz")
con2 <- gzcon(con1)
# almost indistinguishable
con1==con2
identical(summary(con2), summary(con1))
# both support gzip
readLines(con1, n = 3)
readLines(con2, n = 3)
# opening one opens both
isOpen(con2)
open(con1)
isOpen(con2)
In the example, `con1` and `co...
2016 Jul 30
2
That domain could not be found
I had a working domain and then I realized I was spelling it wrong all this
time.
So I created a VM and installed samba with ad support on it
I used the instructions from
https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller
all the tests for the DNS entries checked out
kinit checked out
klist shows my key
On other computers even
When I went to join my window 10
2016 Jul 31
2
That domain could not be found
...ote:
>
>> Is the primary DNS on the windows machine set to the AD domain controller?
>>
>> On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com> wrote:
>>
>>> following here
>>> https://www.samba.org/samba/docs/using_samba/ch12.html
>>> I decided to use explorer to test getting to it and I notice I can
>>> connect
>>> to the server using the Administrator user and password and see the
>>> netlogon and sysvol shares but can not go into either.
>>>
>>>
>>> On Sa...
2003 Jul 22
1
Processing a large number of files
...nual Install/Datasets/SPSS/" # change as appropriate
Rdata = "/tmp/Devore6/data/" # change as appropriate
chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09",
"CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16")
for (ch in chapters) {
path = paste(SPSS, ch, sep = '')
files = list.files(path = path, pattern = '*.sav')
for (ff in files) {
dsn = gsub('-', '.', gsub('\.sav$'...
2016 Jul 30
0
That domain could not be found
following here
https://www.samba.org/samba/docs/using_samba/ch12.html
I decided to use explorer to test getting to it and I notice I can connect
to the server using the Administrator user and password and see the
netlogon and sysvol shares but can not go into either.
On Sat, Jul 30, 2016 at 11:33 AM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
>...
2016 Jul 31
0
That domain could not be found
...son at geeknocity.com> wrote:
> Is the primary DNS on the windows machine set to the AD domain controller?
>
> On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com> wrote:
>
>> following here
>> https://www.samba.org/samba/docs/using_samba/ch12.html
>> I decided to use explorer to test getting to it and I notice I can connect
>> to the server using the Administrator user and password and see the
>> netlogon and sysvol shares but can not go into either.
>>
>>
>> On Sat, Jul 30, 2016 at 11:33 AM, Jeff Sad...
2016 Aug 01
0
That domain could not be found
...indows machine set to the AD domain
>>> controller?
>>>
>>> On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com>
>>> wrote:
>>>
>>>> following here
>>>> https://www.samba.org/samba/docs/using_samba/ch12.html
>>>> I decided to use explorer to test getting to it and I notice I can
>>>> connect
>>>> to the server using the Administrator user and password and see the
>>>> netlogon and sysvol shares but can not go into either.
>>>>
>>>...
2004 Feb 21
0
name resolve order = wins bcast host
Per http://us1.samba.org/samba/docs/using_samba/ch12.html ...
That is "Chapter 12. Troubleshooting Samba" in the "Using Samba, 2nd
Edition" book by Jay Ts, Robert Eckstein, and David Collier-Brown
from O'Reilly.
Under the section "Troubleshooting Name Services/Identifying what's
in use" it says,
"First, s...
2013 Feb 20
1
Plotting Discriminants from qda
Dear R Help Members,
I am aware how to plot the LD1 vs LD2 from a lda in R, using the code:
plot(baseline.systat.hat$x, col=baseline.systat.hat$class,pch=as.numeric(baseline.systat.hat$class))
However, I need to use the quadratic discriminant function, qda due to data properties. Is there a way to obtain the same sort of plot for from a qda object (and the output of predict qda). I have not
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming.
The main point of the package is to help make command-line runnable
RScript files. I'd like to provide a demo RScript file, a demo data
file (e.g. a plaintext file, not something already processed by R) ,
as well as demo bash shell scripts that demonstrate how to run the job
from the command line and in a Hadoop
2006 Feb 16
2
Samba Problem on AIX
...et use \\wara01\root
System error 121 has occurred.
The semaphore timeout period has expired.
C:\>net view \\wara01
System error 121 has occurred.
The semaphore timeout period has expired.
I can't find any help for these particular error messages in
ch12.html#samba webpage. I would appreciate any advice anyone has to
offer.
Thanks
Earl
2004 Jul 28
3
where is "average shifted histogram"?
Hello!
In the book Modern Applied Statistics with S (4th ed),
section 5.6 the concept of the "average shifted
histogram" or ASH is mentionend. Also it is mentioned
in the same section "The code used is in the scripts
for this chapter" (from figure caption 5.8, analysis
of the geyser duration data).
*However*, I have trouble finding the code for that
function! Admittedly, I am a
2010 Sep 19
8
Please warn a home user against OpenSolaris under VirtualBox under WinXP ; )
Pardon in advance my n00b ignorance. (Yes I have googled a [i]lot[/i] before asking.)
I am considering VirtualBoxing away one physical machine at home, and running WinXP as host (yes, as atrocious it may seem, explanation below [1]) and OpenSolaris guest as file server, with OpenSolaris (why?[2]) having raw access to all my SATA drives. (OSes on the IDE channel). This is for home use, as a media
2008 May 12
1
Samba 3.0.28 failing to authenticate on Win2003 Server Active Directory
I have set up a Fedora 8 server running Samba 3.0.28a-0.fc8 (the Fedora
yum package version). I have successfully joined the server to the AD
realm of a Win2003 server on the office network.
Configuration was done following this guide:
http://www.howtoforge.com/samba-domaincontroller-swat-fedora8-p3
However Authentication against the AD server does not work. When I test
winbind with:
#
2010 Dec 11
1
PDC on 3.0.8 upgraded to 3.5.6-70 now getting 'Access Is Denied' from clients
...Mom's Computer
STELTERHUB
Workgroup Master
--------- -------
STELTER FEDORABOX
WORKGROUP HTPC
38.1.4-- here, 38.1.4 directs to do nmblookup -B fedorabox __SAMBA__,
but that fails for me (DNS not working in my env), but Ch12
in the Quick HOWTO
(http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch12_:_Samba_Security_and_Troubleshooting)
directs to use the IP. I don't *think* this is my problem.
[root at fedorabox samba]# nmblookup -B 192.168.0.102 __SAMBA__
querying __SA...
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567
Bug ID: 100567
Summary: Nouveau system freeze fifo: SCHED_ERROR 0a
[CTXSW_TIMEOUT]
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel
2.6.9-22.0.2.ELsmp); everything works more or less fine,
it's functioning as the PDC with an OpenLDAP back end (setup
essentially straight from the Idealx.org playbook), etc.
We're trying to mount Windows shares to back them up, and
getting "permission denied" errors when trying to read
certain files from those