similar to: Printer listings

Displaying 20 results from an estimated 10000 matches similar to: "Printer listings"

2008 Dec 22
2
Listing shared printers
I need to be even more clear it seems. I can only do the Unix (AIX) side. I have no resource kit available and a quick look on the net doesn't seem to render any downloadable share.vbs scripts. Besides (if well documented and well written) giving me info on the flow of code on how to list shared printers on remote windows hosts a Windows script won't do me much good. Preferrebly
2009 Jan 07
5
What steps to take
Hi list I'm attempting to list windows shared printers in Unix. That's really all that I need and I can't install Samba on the machine I need to list the shared printers from. I started analyzing the smbclient code hoping to extract the necessary info but as you all know it's a daunting task. Certainly for a C novice. Which is why I want to ask if there is anyone out there who
2015 Jul 01
5
cut-off time for rsync ?
> If your goal is to reduce storage, and scanning inodes doesnt matter, > use --link-dest for targets. However, that'll keep a backup for every > time that you run it, by link-desting yesterday's copy. The goal was not to reduce storage, it was to reduce work. A full rsync takes more than the whole night, and the destination server is almost unusable for anything else when it
2015 Jul 02
1
cut-off time for rsync ?
> What is taking time, scanning inodes on the destination, or recopying the entire > backup because of either source read speed, target write speed or a slow interconnect > between them? It takes hours to traverse all these directories with loads of small files on the backup server. That is the limiting factor. Not even copying: just checking the timestamp and size of the old copies.
2015 Jun 30
4
cut-off time for rsync ?
Hi, I used to rsync a /home with thousands of home directories every night, although only a hundred or so would be used on a typical day, and many of them have not been used for ages. This became too large a burden on the poor old destination server, so I switched to a script that uses "find -ctime -7" on the source to select recently used homes first, and then rsyncs only those. (A
2013 Oct 25
3
drs replication
Hai, ? when i test my DRS replication, with : samba-tool drs showrepl ms249-lin-007 i have no errors looks ok but, im seeing this as last. ? ==== INBOUND NEIGHBORS ==== 5 connections 0 failure. ? ==== OUTBOUND NEIGHBORS ==== 3 connections 0 failure. ? ==== KCC CONNECTION OBJECTS ==== ? Connection -- ??????? Connection name: 3aa92d11-3cc7-4afd-9975-f0f7d2c5013f ??????? Enabled??????? : TRUE
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more. \\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username. I tried 2 setups now, windows acl base setup and posix based setup. Both fail for me. THE SERVER with the shares ( and is nfs server) The samba/windows part. ( postix rights setup ) On the server this is /home/samba/users2
2008 Jun 17
1
samba ldap squid dansgardian
Hi, Just a question. I have a samba PDC with LDAP backend. I want squid / dansguardian use the user auth from samba NTLM bases. i need user and group filtering and i want it transparent. 2 steps, auth, first the NTLM auth on port 80 to be transparent. second, the dansgadian filter filtering groups. this looks bit like it, but this authenicates against ADS.
2015 Jul 01
0
cut-off time for rsync ?
What is taking time, scanning inodes on the destination, or recopying the entire backup because of either source read speed, target write speed or a slow interconnect between them? Do you keep a full new backup every day, or are you just overwriting the target directory? /kc On Wed, Jul 01, 2015 at 10:06:57AM +0200, Dirk van Deun said: >> If your goal is to reduce storage, and scanning
2017 Jun 07
0
{Filename?} RE: unable to upload printer driver
Waarschuwing: Er zijn 1 of meer bijlagen uit dit bericht verwijderd Waarschuwing: (KyUHCa.chm, KyUHlp.chm, KyUHPt.chm, KyUHDe.chm, KyUHFr.chm, KyUSNM.exe, KyUHSe.chm, KyoClassicUniversalPCL5_v3.0_Samba_WHQL.zip, KyUHSp.chm). Waarschuwing: Lees de "Bazuin-en-Partners-Attachment-Warning.txt" bijlage voor meer informatie. Hai Franz and Achmin. Attached in this mail is a driver made by
2005 Jul 06
1
XP samba join domain
>From my logs. conn=105 op=4 SRCH base="dc=rotterdam,dc=bazuin,dc=nl" scope=2 deref=2 filter="(uidNumber=2100)" conn=105 op=4 SEARCH RESULT tag=101 err=0 nentries=0 text= conn=105 op=5 ADD dn="uid=ms249-wxp-016$,ou=Computers,dc=rotterdam,dc=bazuin,dc=nl" conn=105 op=5 RESULT tag=105 err=0 text= conn=105 op=6 UNBIND conn=104 op=11 SRCH
2017 Jun 06
2
unable to upload printer driver
Hi Louis, thank you for your answer. - the link was already there - I followed this hints: https://lists.samba.org/archive/samba/2016-November/204773.html did the chmod 2775 administrator is part of the PrintOperatorGroup net rpc rights list privileges SePrintOperatorPrivilege -U "H955\administrator" getfacl printerdrivers # file: printerdrivers # owner: root # group:
2015 Jun 30
0
cut-off time for rsync ?
If your goal is to reduce storage, and scanning inodes doesnt matter, use --link-dest for targets. However, that'll keep a backup for every time that you run it, by link-desting yesterday's copy. Y end up with a backup tree dir per day, with files hardlinked against all other backup dirs. My (and many others) here's solution is to mv $ancientbackup $today; rsync --del
2015 May 22
1
Samba4 Disable USB ports
Hello Gabriel, Am 22.05.2015 um 15:23 schrieb Gabriel Franca: > Good morning people, > > I make the case that Achim Gottinger passed. > > samba-tool ntacl sysvolreset and received the following information: > Segmentation fault (core of the recorded image) > > then sent a samba-tool ntacl sysvolcheck and received the following: > ERROR (<type
2014 Jul 09
1
samba wiki ( troubleshooting )
Hai, ? i was reading : http://wiki.samba.org/index.php/Samba_AD_DC_Troubleshooting And im missing the part about the?compair of : ? ls -al /var/lib/samba/private/sam.ldb -rw------- 1 root root 4251648 Jun? 6 09:05 /var/lib/samba/private/sam.ldb ls -al /var/lib/samba/private/sam.ldb.d/* -rw-rw---- 2 root bind? 4251648 Jul? 9 14:08
2015 Jul 02
2
cut-off time for rsync ?
You could use find to build a filter to use with rsync, then update the filter every few days if it takes too long to create. I have used a script to build a filter on the source server to exclude anything over 5 days old, invoked when the sync starts, but it only parses around 2000 files per run. Mark. On 2/07/2015 2:34 a.m., Ken Chase wrote: > What is taking time, scanning inodes on
2013 Feb 15
1
How to read/set ulimit for non-root asterisk process ?
Hello, On a production system, I'm seeing this: [Feb 13 16:47:00] WARNING[14742] res_agi.c: Unable to create toast pipe: Too many open files [Feb 13 16:47:00] WARNING[9283] acl.c: Cannot create socket [Feb 13 16:47:00] WARNING[9283] rtp.c: Unable to allocate RTCP socket: Too many open files [Feb 13 16:47:00] WARNING[14732] acl.c: Cannot create socket [Feb 13 16:47:00] WARNING[14732]
2017 Jun 06
2
unable to upload printer driver
Please ignore the recommendation, such an driver can not be assigned to an printer. Am 06.06.2017 um 14:54 schrieb Achim Gottinger via samba: > I can install Kyocera Universal KPDL drivers once i delete the sections: > > [PrinterPackageInstallation.x86] > PackageAware=TRUE > CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F1} > > [PrinterPackageInstallation.amd64]
2015 Feb 19
2
Excel and Samba Problem
look at this thread. http://userssuck.com/2007/03/13/samba-file-permission-issue-with-microsoft-office/ try adding : posix locking = no >-----Oorspronkelijk bericht----- >Van: belle at bazuin.nl [mailto:samba-bounces at lists.samba.org] >Namens L.P.H. van Belle >Verzonden: donderdag 19 februari 2015 16:53 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] Excel and
2008 Apr 15
1
rsync man page
Hi there. Someone might want to notice that - compared to the official rsync man page - this page has a lot more information about each option, when to use and what to expect: http://www.ss64.com/bash/rsync_options.html Thanks Hiran Chaudhuri _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!