similar to: Initializing printerdata

Displaying 20 results from an estimated 100000 matches similar to: "Initializing printerdata"

2004 Apr 12
1
secret.tdb copied from server to server
Hello there, We have Samba 3.0.2a installed on two solaris 8 servers in a failover cluster (using Veritas Cluster Server). We're using it for windows and unix print servers. Right now, we have one server with one netbios name advertised (printserver1) and the other with a netbios name of printserver2. Both have been joined to our windows NT 4.0 domain. We have an interface that fails
2004 Apr 20
1
INTERNAL ERROR: Signal 11
Hi, I am getting the following error in my logs: lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 11 in pid 15629 (3.0.2a) Please read the appendix Bugs of the Samba HOWTO collection : 1 Time(s) Everything appears to be working, but I would like to know what is going on. There also doesn't seem to be a Bugs appendix in the Samba HOWTO. Regards, Tim
2004 Sep 07
0
Internal error: signal 11
Hi, I found the following error in my log files: lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 11 in pid 4159 (3.0.2a) Please read the appendix Bugs of the Samba HOWTO collection : 1 Time(s) I have searched the HOW-To collection and can't find any info on it. Samba seems to be working without any problems, but I would like to know what it means. Tim
2004 Feb 06
1
Solaris 8 and cups issues
Hello there, I have a solaris 8 server running cups 1.1.20 and samba 3.0.1. We've successfully configured a handful of HP Laserjet network printers to work with our windows clients (works like a champ...very happy with winbind and the "point and print" automatic driver installation). However, we can't print from Solaris clients? We have one physical printer and two queues
2024 Feb 29
2
Initializing vector and matrices
You could declare a matrix much larger than you intend to use. This works with a few megabytes of data. It is not very efficient, so scaling up may become a problem. m22 <- matrix(NA, 1:600000, ncol=6) It does not work to add a new column to the matrix, as in you get an error if you try m22[ , 7] but convert to data frame and add a column m23 <- data.frame(m22) m23$x7 <- 12 The only
2024 Mar 02
1
Initializing vector and matrices
The matrix equivalent of x <- ... v <- ... x[length(x)+1] <- v is m <- ... r <- ... m <- rbind(m, r) or m <- ... k <- ... m <- cbind(m, c) A vector or matrix so constructed never has "holes" in it. It's better to think of CONSTRUCTING vectors and matrices rather than INITIALISING them, because always being fully defined is important. It
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe openssh-unix-dev at mindrot.org > Send openssh-unix-dev mailing list submissions to > openssh-unix-dev at mindrot.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > or, via email, send a message with subject or body 'help' to > openssh-unix-dev-request at mindrot.org >
2024 Mar 02
1
Initializing vector and matrices
"It would be really really helpful to have a clearer idea of what you are trying to do." Amen! But in R, "constructing" objects by extending them piece by piece is generally very inefficient (e.g. https://r-craft.org/growing-objects-and-loop-memory-pre-allocation/), although sometimes?/often? unavoidable (hence the relevance of your comment above). R generally prefers to take
2004 Mar 03
2
Windows 2k SP4 Printing causes smbd to dump
I just upgraded to Samba 3.0.2a last week. about mid week I started seeing problems like this in printing to one printer only. Any Ideas what could be wrong?? The Client was Windows 2k sp 4 the server is LINUX 7.3, samba-3.0.2a, lpr Shane [2004/02/29 08:35:45, 0] lib/fault.c:fault_report(36) =============================================================== [2004/02/29 08:35:45, 0]
2004 May 28
0
Signal 11 on winbindd start: memory leak in malloc
Version: 3.0.2a-1 (both in distributed package and in package rebuilt on my machine) OS: Debian testing Environment: Windows 2000 Active Directory I am trying to setup winbind on my machine as described in the Samba HOWTO collection. I have edited nsswitch.conf and smb.conf as instructed and my samba server has joined the domain (security = ads). Kerberos is configured and the samba server
2004 Apr 01
2
Samba 3.0.2a printing to Laserjet5 from access 2002 or higher
First thank you in advance for any help you may give I have brought up Samba 3.0.2a all is working very well except in a very specific instance on redhat 8.0 Compiled from sources with the bugzilla tracking patch 1147 installed though we had this problem before 1147 was installed When trying to print, print preview, or even generate a new report from access 2002 or newer and only when an HP
2024 Feb 29
1
Initializing vector and matrices
x <- numeric(0) for (...) { x[length(x)+1] <- ... } works. You can build a matrix by building a vector one element at a time this way, and then reshaping it at the end. That only works if you don't need it to be a matrix at all times. Another approach is to build a list of rows. It's not a matrix, but a list of rows can be a *ragged* matrix with rows of varying length. On Wed,
2005 Dec 06
0
Point and print
Hello, I have a problem with point and print (I belive) problem. I have a HP DeskJet 3550 shared in Samba server (samba-3.0.14a-2/Fedora Core 4) as ImpPcpJt. Connect a printer from a WinXP Pro work fine, but when I try to see the "Properties" of there, the Explorer.exe generate an protection fault. I don't know if is a printer driver or Samba problem, but I found a strange
2004 Jun 19
1
Samba 3.0.2a and MS Access 2002
I think I've seen a few others with similiar issues, but so far no answers that have applied to me. Basically, I have a solaris 8 box with Samba 3.0.2a that serves up all my windows printers. All printers for windows are configured in cups 1.1.20 as raw queues and I have point and print setup to push drivers to all the users. I'm not having issues with any other office apps, but Access
2003 Jul 04
1
rsync for directory structures only
I am looking to only sync directories not any files within them.. Is there a switch/trick available for this in rsync ? Thanks for any suggestions !! Tim Nelson Senior UNIX Systems Administrator OSI Support Services, Inc. 2520 N. 170th Street New Berlin, WI 53151 T: 262-780-2134 F: 262-780-2050 E: tim.nelson@osioutsourcing.com Outsourcing services are primarily performed by OSI
2019 Jan 19
2
sieve issue after upgrad
On 19/01/2019 17:54, Stephan Bosch wrote: > > > Op 19/01/2019 om 10:51 schreef Tim Dickson via dovecot: >> On 19/01/2019 08:01, Aki Tuomi wrote: >>> >>>> On 19 January 2019 at 02:07 Tim Dickson via dovecot < >>>> dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote: >>>> >>>> >>>> i recently
2019 Jan 20
0
sieve issue after upgrad
Op 20/01/2019 om 00:21 schreef Tim Dickson via dovecot: > On 19/01/2019 17:54, Stephan Bosch wrote: >> relevant info from /var/log/dovecot.log (domain changed for privacy) >>> >>> Jan 19 09:27:09 lda(tim): Debug: Loading modules from directory: >>> /usr/lib64/dovecot >>> Jan 19 09:27:09 lda(tim): Debug: Module loaded: >>>
2004 Jun 25
1
Print Server Degradation
Our Samba print server seems to slowly degrade, and get more and more errors over time, until it starts recieving "tdb fetch failed" messages, fatal errors, and getting INTERNAL PANIC's and dumping core etc.... I believe this to be related to .tdb corruption, but the tdbbackup utility does not see any problem with the TDB's. Eventually, certain printers will go
2004 Sep 22
0
internal error after updating 3.0.2a to 3.0.7
Hello I updated samba 3.0.2a to 3.0.7 by RPM (on a Fedora Core 1 server) but now I've got a segfault when I try to connect a Windows 98 client. The following message appear in the logs : [2004/09/21 16:23:49, 0] lib/fault.c:fault_report(36) =============================================================== [2004/09/21 16:23:49, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 11 in pid
2010 Jan 06
1
Initializing vorbis using ov_open_callbacks fail with OV_ENOTVORBIS. But why?
Dear members, since two weeks I am stuck, trying to demux a physical ogg stream (theora and vorbis) and play the audio part using vorbisfile. I hope that one of you can give me a hint or point me to additional documentation. I used ogg.h and vorbisfile.h. The way so far: - initializing an ogg_sync_state - inserting data to sync_state using ogg_sync_buffer - when whole page found