similar to: Someone change my printer default settings

Displaying 20 results from an estimated 700 matches similar to: "Someone change my printer default settings"

2013 Feb 11
1
assign estimated values
Hi, I want to assign the ar1 , ma 1 and the intercept estimated by the following<http://r.789695.n4.nabble.com/assign-estimated-values-td4658138.html#>code to three variables a, b and c respectively. Can anyone help me with this please? code: a0 = 0.05; a1 = 0.1; b1 = 0.85 nu = rnorm(2500) epsi = rep(0, 2500) h = rep(0, 2500) for (i in 2: 2500) { h[i] = a0 + a1 * epsi[i-1]^2 + b1 * h[i-1]
2007 Jun 24
2
ANOVA non-sphericity test and corrections (eg, Greenhouse-Geisser)
I'm an experimental psychologist and when I run ANOVA analysis in SPSS, I normally ask for a test of non-sphericity (Box's M-test). I also ask for output of the corrections for non-sphericity, such as Greenhouse-Geisser and Huhn-Feldt. These tests and correction factors are commonly used in the journals for experimental and other psychology reports. I have been switching from SPSS to R
2001 Sep 21
0
changing printer device settings: changes not applied.
Hi, I'm using samba-2.2.1a on a Debian Linux box as a Debian package. It only serves as a printserver for about 35 printers which are all in /etc/printcap. Samba exports them all through the [printers] section in smb.conf. "guest ok = yes" for the [printers] The problem is as follows: - printadmin (having uid 0) logs onto the printserver using a win2k client - printadmin
1998 May 01
0
R-beta: ps-graph in R and S confirmation
> > On Sat, 25 Apr 1998, Helgi Tomasson wrote: > > > I am creating postscript-graphics in R. When I import them into > > > a LATEX document it is impossible to get the caption close > > > to the figure. I run the same program in Splus, and no problem > > > of getting the caption just below the figure. Another thing, > > > the ps file that S
2011 Dec 21
3
NEWTON ALGORITHM
Hi, My name is Curtis and I'm a 1st year student in Biochemistry at the University of Geneva. I need some help completing the code for my NEWTON ALGORITHM. It is a bonus exercice to our autumn semester maths exam and we can hand it in or not. Usually people copy and paste but I decided to sit down and review theory and ask for help left right and center. My problem is that I cannot get my
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
Hi, I'm still not quite there with my H-F (G-G) correction code. I have it working for the main effects, but I just can't figure out how to do it for the effect interactions. The thing I really don't know (and can't find anything about) is how to calculate the covariance matrix for the interaction between the two (or even n) main factors. I've looked through some books
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
Hi, I'm still not quite there with my H-F (G-G) correction code. I have it working for the main effects, but I just can't figure out how to do it for the effect interactions. The thing I really don't know (and can't find anything about) is how to calculate the covariance matrix for the interaction between the two (or even n) main factors. I've looked through some books
2001 Oct 09
2
Print driver settings
Hello, We've installed a samba-printserver at a customer using a large number of Nashuatec-printers. Most of them are Optra T164, formerly known as NRG P6025 PS3. In our setup we defined 1 user (printadmin) which manages all printers. All printusers are mapped to guest. User printadmin installed the printdrivers on the server and the clients download the driver during their first connection.
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hello again, So I made an overall change to the config and removed the sambashare entirely. I just want to have a basic connection before any further modification. Below is the config setup: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? cups options = raw? ? ? ? ntlm auth = yes? ?
2002 Oct 07
0
Strange printer driver upload prob..
Hey All, I'm trying to get printer driver uploads going with the [print$] share. I'm running 2.2.4 on a RedHat 7.3 box. This is a strange problem that I really havent been able to figure out, and I'd appreciate it if anyone's got any tips or hints.. The thing is is that the uploads, through the 'Printers and Faxes' share on an XP machine works only occasionaly.. By
2018 Nov 01
2
Kodi crashes when trying to browse network
On 11/1/18 10:37 AM, Rowland Penny via samba wrote: > Can you post the smb.conf you are using It's the default smb.conf for Samba 4.9 that all Fedora users receive. Attaching anyway. Thanks, Michael -------------- next part -------------- # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after #
2019 Aug 16
1
Samba 4.8.3 - Stand-alone server
Presently, we do not wish to use domain credentials - samba users and passwords have been set. The testparm and smbclient do not show any errors - smbclient on this server allows access as desired. When attempting to map a share in a PC environment and for a quick moment, the share is visible. However, to establish the map, me the user is asked for their credentials in a Windows domain user
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hi Rowland, Made some changes as shown below: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? passdb backend = tdbsam? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? load printers = yes? ? ? ? cups options = raw? ? ? ? lanman auth = no? ? ? ? ntlm auth = yes [Anonymous]? ? ? ? comment = anonymous file share? ? ? ? path =
2003 Oct 02
1
Unable to enable Add/Remove Printer Drivers (3.0.0)
I used to be able to load printer drivers via "server properties". Now when I go in the printer drivers are listed and I can use the properties button but the Add/Remove buttons are greyed out. This is a Samba 3.0.0/2.4.2-SGI_XFS_1.0 box and I've tried both NT4sp6 and Win2003beta clients (both exhibit the same behaviour). I see the following in the log when I connect to
2024 Feb 06
1
Samba 4.19.4 as printer server: printer are not show in browser
I have install from RPM on a Fedora server samba 4.19.4 + cups + cups- pdf to allow some client windows to print and generate PDF on server in order to analyse and convert these files into another format. I have configure smb.conf in this way[1] (on standard file I have only add "[global]/map to guest = bad user" and "[printers]/browseable = Yes"), but when I try to browse the
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hi Rowland, Sorry for the delay, my current smb.conf is: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? passdb backend = tdbsam? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? load printers = yes? ? ? ? cups options = raw? ? ? ? lanman auth = no? ? ? ? ntlm auth = yes? ? ? ? client lanman auth = no [Anonymous]? ? ? ?
2019 Feb 18
1
Authenticating AD users and Local users
Thank you for replying! I can login with my Active Directory credentials, but I can’t login using the local CentOS “svc_dictations” account. I created the local account usingusing “adduser”, “smbpasswd”, and then updating my smb.conf file (below). Thank you, Brian [global] workgroup = YALE password server = ad1.yu.yale.edu<http://ad1.yu.yale.edu>
2018 Oct 31
0
old bug with usershares of what?
> ср, 31 окт. 2018 г. в 14:51, Rowland Penny via samba < > samba at lists.samba.org>: > >> On Wed, 31 Oct 2018 14:41:45 +0300 >> Илья Коскин via samba <samba at lists.samba.org> wrote: >> >> > Hello! Please look at this log entry: >> > >> > [2018/10/30 15:26:04.013132, 0] >> >
2018 Nov 01
0
Kodi crashes when trying to browse network
On Thu, 1 Nov 2018 10:46:05 -0500 Michael Cronenworth via samba <samba at lists.samba.org> wrote: > On 11/1/18 10:37 AM, Rowland Penny via samba wrote: > > Can you post the smb.conf you are using > > It's the default smb.conf for Samba 4.9 that all Fedora users > receive. Attaching anyway. > > Thanks, > Michael > For those who didn't get the
2019 May 08
0
4.10.2 not connecting to (old) NAS
On Tue, 7 May 2019 18:06:35 -0400 Phil Dermott <pdermott at rogers.com> wrote: > As requested - smb.conf > > # See smb.conf.example for a more detailed config file or > # read the smb.conf manpage. > # Run 'testparm' to verify the config is correct after > # you modified it. > > [global] > ?????????????? workgroup = HOME > ?????????????? server