similar to: Printer fiasco...

Displaying 20 results from an estimated 1000 matches similar to: "Printer fiasco..."

2006 Mar 01
6
Dtrace not working for processes running after a couple of hours
Hi, all, I''m a newbie on dtrace and the problem I am having is: For processes which have been running for more than a couple of hours, dtrace doesn''t seem to be able to trace(I waited for at least one hour and didn''t see anything happening). However, it works every time for a relatively new process. Any insight or help will be appreciated. This is my machine:
2000 Apr 05
3
Problems with Intel Netport Printserver and Samba
Running RH6.0 I am able to print just fine from linux, the problem now is getting smb printing working. I am using an Intel Netport Express PRO/100 printserver. Previous to my upgrade from RH5.2 when I had the printer directly connected to the samba server, I was able to print just fine from the windows client machines (not using the raw method) My /etc/printcap is as follows ##PRINTTOOL3##
2001 Dec 26
2
RPM question...
If I have the POSIX acl support complied into my system, will installing the rpm detect this and install acl support with the samba 2.2.2 rpm for redhat? Any ideas would be great. If this is not possible, I will compile. But it would be nice to know if this is true. Thanks gang. Wade Winright "Open the pod bay doors HAL!!!" -Arthur C. Clarke -------------- next part --------------
2001 Dec 21
2
NTFS conversion?
Hello all, I am looking for a way to move a massive amount of data from an NTFS filesystem to an ext3 filesystem in order to move a samba box in to replace a win2K server. If anyone has any ideas or pointers, or links to follow, I would appreciate it. This is the first step, after this I get to figure out how to incorporate this into an EMC SAN. Whoopeee!!!! Thanks, Wade Winright "Open the
2002 Feb 26
2
Refresh Script...
Not to many days ago, somebody posted a "refresh" script that I believe allowed you to refresh samba without dropping currently connected users. If this is correct, could someone repost please? I seem to have misplaced my copy and now need it fairly bad. Thanks, Wade Winright "Build a better mantrap, and the rats will beat a path to your door..." -Neil Fallon
2002 Feb 26
1
List achives [was Re: Refresh Script...]
I confess my ignorance and have learned the err of my ways. Thanks for the pointer though, and I did find what I needed. Thanks again -----Original Message----- From: Gerald Carter [mailto:jerry@samba.org] Sent: Tuesday, February 26, 2002 1:18 PM To: Wade Winright Cc: samba@lists.samba.org Subject: List achives [was Re: [Samba] Refresh Script...] On Tue, 26 Feb 2002, Wade Winright wrote: >
2002 Mar 15
3
Printing problems with Win2000
Hi all, I have set in smb.conf: workgroup = "NAMEWORKGROUP" security = DOMAIN encrypt passwords = yes password server = "NAMESERVER" in this way I do not have problems for autenticate my win2000 and win9x users by my NT Domain Controller, and share a linux directory, but is not the same for the printers: while with the win9x accounts I be able to connect a network printer, with
2001 Nov 15
3
Print job names...
Does anyone know of a way to maintain the Windows print job name with samba on a print job? i.e. NOT smbprn_0000126_InbAMi but Security HOW-TO... Thanks ahead of time... Wade Winright "Open the pod bay doors HAL!!!" -Arthur C. Clarke -------------- next part -------------- HTML attachment scrubbed and removed
2000 Jun 26
0
FIASCO
[ cc'd to the vorbis list because I thought y'all would be interested ] Hi, I saw the freshmeat.net posting for FIASCO (http://ulli.linuxave.net/fiasco/) this afternoon, and was really excited another bright mind had put some cool A/V software out for free. I was wondering if you have ever heard of the Ogg and Vorbis projects (more info on them at xiph.org). They are
2009 Sep 05
1
the opengl and glu fiasco with wine 1.1.29 and nvidia binary
i have been compiling wine from git regularly with no problems whatsoever until now. ./configure now always spits out not found messages for -lGL and -lGLU. opengl and direct3d support cannot be enabled. how do i fix that. i'm on fedora 11 with nvidia 190.32 drivers. thanks for any help i can get.
2004 Nov 10
3
[LLVMdev] LLVM and the "static initialization order fiasco"
Hello, I'm getting bitten by the "static initialization order fiasco" http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12 The static data causing the problem is the static TypeMap<PointerValType, PointerType> PointerTypes; and other typemaps. The background is that in our product we are using an overridden new operator to track memory allocations. This system is
2016 Nov 11
2
initialization-order-fiasco in MCTargetDesc/X86MCAsmInfo.cpp
Mehdi, Teresa, Not sure if this is caused by one of your recent commits, or by someone else's, please excuse me if that's unrelated to your work... http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/542/steps/check-llvm%20asan/logs/stdio ==26383==ERROR: AddressSanitizer: initialization-order-fiasco on address 0x000002ef41d8 at pc 0x0000009d1aa5 bp 0x7ffd0cd72b50 sp
2010 Jul 22
2
Dsync ignores INBOX when converting from mbox to maildir
Hi, I am trying to convert email box in mbox format to maildir++. It converts all folders except INBOX. For example: dsync -D -v -f -u 'info at example.org' mirror 'maildir:~/Maildir' prints: dsync(info at example.org): Info: Sport: only in source So it converts Sport folder, but INBOX folder is ignored. dovecot.conf contains: mail_location = mbox:~/mail:INBOX=/var/mail/%u
2017 Apr 11
3
Require help on removing SAMBA
Hi Team, Can you please guide us to remove SAMBA 3.0.24 completely from our SOLARIS Server as we don't require it anymore ? Thanks, Suganthi
2008 May 17
12
validates_numericality_of with greater_than* less_than* simply don't work
It seems that the validations for: greater_than greater_than_or_equal_to less_than less_than_or_equal_to equal_to odd even Simply do not work (Rails 2.0.2). I''ve tried every combination I can think of and these never seem to fire. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2008 May 20
5
How to write a test for validates_uniqueness_of
Hi, I have a spec it "should have a unique username " I have a code: validates_uniqueness_of :user_name Now, I don''t know how to test this code. In order to test this, do I need to run `save`? For example, @user = User.create(:username => "mike") @another = User.create(:username => "mike") @another.save.should be_false This messes up test
2007 Aug 04
4
Rails loop
Hi everyone Can you please tell me where I can find a good tutorial on loops. By loop I mean something that is related with objects created from a model. I think is called an array loop. And something that combines from 2 tables as well as setting condition which reads only some of the values of the table. For example on a shoping cart may have something which is paid and some which are
2017 Oct 04
4
Tag forwarded X11 connection as remote
On st?eda 4. ??jna 2017 5:53:15 CEST Damien Miller wrote: > On Mon, 2 Oct 2017, Michal Srb wrote: > > SSH only needs to change the first byte sent from X client to server > > to mark it as remote. SSH already modifies the whole first message > > (replaces authorization data), so changing the first byte is easy > > addition. > > > > I have attached patch that
2008 Oct 10
17
authenticity_token sent, still InvalidAuthenticityToken
Hi! To send the authenticity token from flex back to the server, I followed this: http://blog.dt.org/index.php/2008/06/rails-2-flex-3-and-form-authenticity-tokens/ I have two controllers in my rails app. The method described in the link above works with the actions in one controller, but does not work with the other. The controller which does not work has just one action which performs a file