similar to: Turning off the Printer Share

Displaying 20 results from an estimated 20000 matches similar to: "Turning off the Printer Share"

2003 Sep 18
1
Unwanted "Printers" directory
Had to upgrade to Samba 2.2.8 in order to incororate Samba with new CUPS 1.1.19 software. All runs fine, but now have an unwanted "Printers" directory in my user's Samba window. I've removed all shares listed in SWAT, including the "Printers" share, but the directory is somehow still being generated by Samba. Is there any way to cause Samba to either hide or stop
2001 Nov 14
1
Compilation Failure winbind 2.2.2 on Solaris 7
I have subsequently compiled 2.0.7 successfully on Solaris 7, with Sparc 'C' Compiler 5.0. 2.0.7 and previous versions have compiled successfully and work fine on Digital Unix 4.0.D. So have had to abandon 2.2.2 for time being in favor of 2.0.7. Since samba compilations have been successful before, was not logging output :-( The gist of the errors are as follows: Compiler failed on:
2002 May 20
0
Printer: User Intervention Required - Use Printer Off line
Check to see what port the second printer was assigned to... > -----Original Message----- > From: Karl E. Jorgensen [mailto:samba@e-jorgensen.freeserve.co.uk] > Sent: Monday, May 20, 2002 12:41 PM > To: Samba Mailing List > Subject: [Samba] Printer: User Intervention Required - Use Printer > Offline > > > For some reason, I cannot get samba (or Win98, depending on
2003 Sep 03
0
Printers not visible in "Add Printer Wizard"
Hello, I have a problem with samba-3xx (All beta and rc versions) concerning the visibility in the "Add Printer Wizard" on windows clients. Printing works fine but that's not the problem, the problem is the visibilty of the printers defined in smb.conf in the "Add Printer Wizard". Steps: Start -> Settings -> Printers -> "Double Click Add Printer" Screen
2024 Sep 09
2
OL8 (RHEL8), ssh-rsa turned off using update-crypto-policies, receiving an openssh error that I don't seem to be able to override in my personal .ssh/config file
The crypto policies are system-wide to disallow any software (using system crypto) from using unsafe/weak/unwanted algorithm, which is exactly what you are trying to do. You?ll need to allow that system-wide by default, unfortunately. Luckily you can then disallow ssh-rsa in ssh-config by default and only enable it for a few hosts. The correct solution is to throw whatever requires it to the
2003 Jun 10
1
Samba + CUPS = Two printers instead of one?
Samba 2.2.8 + cups-1.1.17. load printers = yes show add printer wizard = yes printcap name = cups printer admin = root printing = cups [print$] path = /home/printers guest ok = yes browseable = yes write list = root [printers] comment = All Printers printable = yes path = /var/spool/samba browseable = no guest ok = yes public = yes read only
2024 Sep 09
1
OL8 (RHEL8), ssh-rsa turned off using update-crypto-policies, receiving an openssh error that I don't seem to be able to override in my personal .ssh/config file
Lol! Our Security team sent out new policies that dictated turning off ssh-rsa, so *we did. turns out our Security Team doesn't necessarily follow their own dictates, so here we are. Our Linux team says that the correct way to turn off ssh-rsa is via the crypto policies, not via direct manipulation of the /etc/ssh/ssh_config, and I guess that's probably the absolute best way to do so,
2003 May 28
3
share persistence problem
After awhile, my connections from my PC to my samba server end up with a red "X" in them (share disappeared) if I leave my explorer window open. If I click on these, they "wake up" and continue to function (and the red X's go away). If I close my explorer window (while the red X's are there) and reopen it , they are gone. An attempt to reestablish these
2003 Mar 19
0
Problem installing a particular printer WinXP/Samba2. 2.7a
Has the driver for this printer been installed on the samba server? If it has, it may have to be reinstalled. If the 4550 can't be installed on the server, you can create a printer share for [picasso] and use: use client driver = yes path = /var/spool/public create mode = 0700 printable = yes public = yes browseable = yes Then the Win2k/XP clients will install the driver locally,
2004 Jul 26
0
Problems with Login after migration from 2.8. to 3.0.5
Hello, on a server i did an upgrade from version 2.2.8 to 3.0.5. The machine runs with RedHat 7.3. The 2.2.8 version was built from the makerpms.sh script. The samba server is configured as Domain Controller. The version 3.0.5 was built the same way and installed via rpm. Now nobody can use domain logins. In the logfiles i found entries like this: >--- cut here ---- [2004/07/26 17:30:19,
2004 Aug 06
1
Proposed AGC additions
I've been using Speex's AGC in my VoIP program with mixed results. One of the problems I had was: At the beginning of the call, if the user hadn't spoken yet and there weren't any background sounds for the AGC to lock on to, most of the time the AGC would almost immediately jump way up to 200x gain (the default max). This is undesirable and usually results in nasty feedback. If
2002 May 30
0
NT Add Printer Wizard, printers not browseable
Hi, When I use the windows nt or Windows 2000 add printer Wizard (tool) and browse for the printers they are not listed as available. I have to select the Samba-host NETBIOS name before printers become browseable. What I want is to use The "Add printer Wizard", Browse, and find a list or printers available.. \\sambahost\printer1 \\sambahost\printer2 Please find my smb.conf
2002 Feb 09
3
Samba 2.2.3 Windows Printer Drivers definitions
Hi, I have a question about the assignment of printer drivers for windows to my printers in printcap. How do I configure a printer located in my printcap to be recognised by a windows pc as the right model? Where is the mapping supposed to be saved? I have RH 7.2, samba 2.2.3 and lprng running on a PPro 200 Compaq. My intention is that it will serv as a queue server for about 100 printers.
2004 Apr 14
2
Add printer wizard (XP)
Hello list I have been really wowed by samba 3 so far, i just have one last mission to complete... please help! I have samba 3.0.2a-SuSE installed on a SuSE 9.0 box. It uses winbind to authenticate against a win server 2003 box - this seems to work fine, users can own files and this is shown when getfacl is run on the shares (owned by DOMAIN\User). The last problem i have is adding printers...
2024 Sep 09
1
OL8 (RHEL8), ssh-rsa turned off using update-crypto-policies, receiving an openssh error that I don't seem to be able to override in my personal .ssh/config file
well nuts. that, in fact, doesn't work. it appears that, based on an strace, the order of reading for policies is personal .ssh/config, /etc/ssh/ssh_config (and conf.d files), then crypto policies, with the more restrictive policy being used. --- Regards, Kevin Martin On Mon, Sep 9, 2024 at 11:07?AM kevin martin <ktmdms at gmail.com> wrote: > Lol! Our Security team sent out
2002 Feb 19
1
Help needed with printer driver installation on samba-2.2.2
I am trying to setup samba-2.2.2 on a sun sparc 5 running solaris 8/10 to provide point and install print services for PC clients. I have read through the Samba how to doco that shipped with samba-2.2.2 and have followed the sections 6.2.1 thru to 6.2.2 and still no go ... For nt4 and windows 2000 I have connected to the print server as lp admin. I run the install wizard, select the samba
2005 Nov 25
1
windows printer driver installation with samba and cups
Hi Using: - SUSE 9.2 - SAMBA 3.0.7 - CUPS 1.1.21 I am successfully using my network printer under cups. Now I would like to share this printer to all windows clients with samba. These are my smb.conf configurations: ********************** [global] interfaces = eth0 ... load printers = yes printing = cups printcap name = /etc/printcap
2004 Aug 06
0
speex_denoise on non-microphone noise (static ?)
I'm not sure you'd have much success in trying to make a generic profile to fit the "typical noisy PC" since PC configurations vary so much. Consider an integrated AC97 codec vs. the mic input on an SB Live!/Audigy Live!Drive, or whether or not the input from the CD-ROM audio is muted, or what noisy devices might be situated near the mic. It's nice to be able to get
2010 Jan 26
0
Windows printer driver setup - editing .TDB files
Hi Everyone, I'm running Samba 3.3.4 on FreeBSD with Windows XP clients. Short version of question: How do I get Samba to "forget" about a printer and its drivers, so I can install a fresh version? A while back, I set up a few printer shares, and used the "add printer wizard" to upload the windows drivers to Samba (just like it's spelled out in the HOWTO book,
2004 Feb 18
0
Cannot upload printer driver from Windows XP on Samba 3.0.2a
Hi all, I am having problems attempting to upload the printer driver for my Konica-Minolta magicolor 2300DL to Samba through the Windows XP interface. I've read the HOWTO's and everything is set up correctly; I've tried using root permissions as well as printer admin permissions. I've searched far and wide for a fix, but have only found the same question asked a few times. The