similar to: Samba print fix utility?

Displaying 20 results from an estimated 6000 matches similar to: "Samba print fix utility?"

2008 Sep 24
2
print.data.frame : row.name = FALSE not having intended effect
Hi, Does anybody know if row.name = FALSE actually works in v2.6.2? Because it isn't working for me... here is some sample code and output: ====+====+====+====+====+====+====+====+====+====+ > print(x,row.names = FALSE) party_abbr candidate_name votes_candidate 2 DFL AMY KLOBUCHAR 1,278,849 5 R MARK KENNEDY 835,653 4 IP
2009 Jan 23
0
Re: [cups.general] slow printing from cups
Hello Samba, I have a samba/cups problem I need help with. I'd appreciate an advice you can offer. Please see my thread with cups below: Ryan Suarez wrote: > Ryan Suarez wrote: > >> Michael R Sweet wrote: >> >> >>> Ryan Suarez wrote: >>> >>> >>>> Greetings, >>>> >>>> We're
2010 Sep 01
1
Transparent File Caching
This is not really a samba question, but if anyone would know that answer, it would be this group. :) Are there any Open Source projects that offer network file caching for SMB/CIFS? Something like what Squid does for HTTP. If not, do you think it would be difficult to position Samba into such a role? We are going to use Cisco WAAS for branch locations, but I think the cache in the devices may
2008 Sep 22
1
Hmisc and Ubuntu (aptitude install)
Hi, I'm trying to get the Hmisc module on my Ubuntu Hardy Heron install. I tried getting Hmisc from within R by issuing the standard 'install.packages' command, but it said I needed 'gfortran' to compile. I thought I could circumvent this by using 'aptitude' to get the package 'r-cran-hmisc', but when I got it, the package had critical missing parts (got
2008 Sep 23
1
Newbie: Formatting numbers with commas
Hi, Search through the R archives, and couldn't find my answer... how do you format numbers with commas (standard American, one every three digits)? Thanks, Matt -- It is from the wellspring of our despair and the places that we are broken that we come to repair the world. -- Murray Waas
2008 Sep 26
3
Newbie: Ranking a data frame, grouped by 2 or more columns
Hi, I'd like to rank obs in a data frame as subset by 2 or more columns... The example input would look like the following: ====+====+====+====+ x y v -- -- -- a w 200 a w 100 b w 500 b w 200 b z 300 b z 400 ====+====+====+====+ And the data frame I want to create is below: ====+====+====+====+ x y v rank -- -- -- ---- a w 200 1 a w 100 2
2007 Nov 27
2
exporting clustering results to table
Hello list, the following approach did not work: clustersA <- pam(distances, nkA, diss=TRUE); gc(); filenameclu = paste("filenameclu", ".txt"); write.table(clustersA , file=filenameclu,sep=","); although it worked with clustersA <- hclust(distances, method="ward"); and a consecutive kclassA <- cutree(clustersA, k=nkA); filename =
2014 Feb 25
0
PROTO=255 What?
Hi all: Sorry for my ignorance but I don't understand these log entries: Feb 25 04:18:24 munin Shorewall:net2fw:DROP: IN=eth0 OUT= MAC=48:5b:39:ac:1b:5e: 00:12:da:a4:14:bf:08:00 SRC=95.211.197.1 DST=81.166.42.2 LEN=60 TOS=00 PREC=0x00 TTL=120 ID=1036 PROTO=255 MARK=0 Feb 25 04:18:25 munin Shorewall:net2fw:DROP: IN=eth0 OUT= MAC=48:5b:39:ac:1b:5e: 00:12:da:a4:14:bf:08:00 SRC=95.211.197.1
2019 Oct 17
0
Centos 8 Mate?
On 9/24/19 2:41 PM, Frank Cox wrote: > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? > > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment. > Is gnome3 really that bad :D I decided to just bite the bullet and shift to real
2019 Oct 18
0
Centos 8 Mate?
On 2019-10-18 05:04, Ljubomir Ljubojevic wrote: > On 10/17/19 4:08 PM, Johnny Hughes wrote: >> On 9/24/19 2:41 PM, Frank Cox wrote: >>> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? >>> >>> I would love to jump on C8 and start playing with it, but the lack of Mate is kind
2008 Sep 18
1
Reporting with down and across variables
Hi, I have a dataframe like the following: xfact yfact zfact response ------- ------- ------- -------------- x1 y1 z1 r1 x1 y1 z2 r2 ... I want output that looks like: ___ zfac levels___ xfact yfact z1 z2 ... zn ------- ------- ---- ---- ... ---- x1 y1 r1 r2 rn .... How can I go about
2008 Sep 25
2
Equivalent of 'first.var' or 'last.var' from SAS in R?
Hi, I want to sort a data frame by multiple columns and then take the first record in each unique level of the "by" group I used to sort the data frame. Does someone have an example of how to do this? Thanks, Matt -- It is from the wellspring of our despair and the places that we are broken that we come to repair the world. -- Murray Waas
1998 Mar 31
1
Are dashes OK in Domain Name?
I was browsing through the SAMBA workgroups defined here: E51-CAE, E51-WAAS, etc... everything looked fine (well, with the exception of subnet browsing) until I displayed the properties of the machines in the workgroups. Select a SAMBA host, right-click on the hostname and select 'Properties' from an NT4 machine displays the domain as "E51"; everything from the dash onward
2008 Sep 12
2
Newbie: 'table' output in columns rather than matrix
Hi, Coming to R from SAS... I have a data.frame A with 2 long factors "x" and "y". I want to get a count of the number of rows with each level of "x" and "y" jointly. 'table' seemed like it would work, but as I have many levels, the matrix output is pretty useless to me (and I don't care about zero values). How can I get output that looks
2014 Feb 28
0
ADMINISABSENTMINDED=No misbehaviour according to the manual
Hello. I'm getting trouble with the ADMINISABSENTMINDED option, it doesn't seem to work as stated in the manual. When using the default ADMINISABSENTMINDED=Yes and no routestopped file, here are the firewall state after executing shorewall stop : Chain INPUT (policy DROP 473 packets, 106K bytes) pkts bytes target prot opt in out source destination
2019 Oct 18
4
Centos 8 Mate?
On 10/17/19 4:08 PM, Johnny Hughes wrote: > On 9/24/19 2:41 PM, Frank Cox wrote: >> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? >> >> I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment. >> > > Is gnome3
2019 Oct 17
2
Centos 8 Mate?
On Thu, Oct 17, 2019 at 09:08:28AM -0500, Johnny Hughes wrote: > On 9/24/19 2:41 PM, Frank Cox wrote: > > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? > > > > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment. >
2010 Apr 14
2
winxp + sp3 = samba-shared printer hangs the system
hi, since I upgraded some winxp-pro sp2 client to sp3, my samba-shared printers are no-longer usable :-/ With sp3, if I run notepad and choose the men? File-Print, the "print" window hangs and does not show any printer for about 1 minute! The same thing happens when I click on the men? Start-settings-Printer and faxes. With sp2, everything works correctly and I can browse all my
2009 Aug 27
3
ldap? Samba? Nss?
It seems my logins are taking a long time to get logged in. I am guessing that it is worse when classes start and a lot of the kids try to login at once. My old server did not seem to have this problem though and we have the same number of students. Where should I start looking at this? I am guessing that it is ldap, but want to make sure. If I log in at a computer and go to start->run and
2005 Mar 10
1
Print spool icon in systray reports jobs pending when none are pending
I have an issue I'd like to resolve with a client and the print spool icon in the systray... If the user (on w2k) mouses over the print spool icon, it tells them "xxx jobs in queue" or some such, and the xxx increments once for each new print job they send. Also, the print spool icon never disappears from the systray until a reboot, or re-login. Once a job is sent to one of the