Displaying 20 results from an estimated 700 matches similar to: "A quiet Samba ??"
2006 Dec 31
1
Fwd: SOLVED [cups] print_job: Unsupported format "application/octet-stream"
The attached message is 2001, but was the top of the list in a Google
search for the error message.
The same solution fixed a SuSE 9.3 Samba/Cups problem for a Brother
MFC 3360C printer.
Thanks!
Original message:
Bill Schoolcraft bill at wiliweld.com
Sat Dec 29 13:36:02 GMT 2001
Gustavo Courault <courault at gigared.com> has solved this for me with
the following advice
2001 Nov 01
1
Solaris8 (Intel) smbtar command to F:
Hello Family,
In yesterday's head thumper I had to attempt to (remotely) grab some
wedding photo's for my wife from my Win2000 machine to Solaris-8
running Samba-2.2.2
The examples show the following;
smbtar -s dumbo -t /dev/st0 -x windows
That assumes your backing up a directory, the directory is on your
(windows) C:\WINDOWS
I just needed a few jpg's from another drive on my
2001 Nov 19
3
Win2k-->Linux-->Epson777
Hello Family,
My RedHat-7.2 box prints perfectly to an Epson777 color injet
printer which I gave an IP address via a mini printserver attached
to the back of the printer.
I have a Windows2000 computer hooking into the same RedHat-7.2 box
via Samba-2.2.2 fine.
I have not been able to get my Windows2000 box to print to the
Epson777 color injet via Samba.
[question]
Since Linux already
2001 Dec 28
1
[cups] /var/spool/samba or /var/spool/cups/tmp
Hello Family, (smd.conf file attached)
Having had great success with 2.2.2 and my Linux box and
Windows-2000 machines I switched to CUPS and now can't print again
having made some slight edits in my smb.conf file (attached) for the
change to CUPS.
[1] I have to reloaded all the Windows drivers again on the
Windows-2000 machines and still get the "Startdoc..." error.
[2] The
2002 Feb 21
2
[permissions] smbpasswd vs passwd
Hello Family,
I had encounted that as "user" I couldn't change my own passwd with
"smbpasswd" and noticed the permission differences between smbpasswd
and passwd. This is Samba-2.2.2
-rwxr-xr-x 1 root root 782415 Dec 28 03:14
/usr/local/samba/bin/smbpasswd
-r-s--x--x 1 root root 12244 Feb 7 2000
/usr/bin/passwd
Is there a reason why the
2001 Nov 20
1
(best error yet) A StartDocPrinter call was not issued.
Hello Family,
[day 2.5]
Well, thanks to "Gerald (Jerry) Carter" there has been progress in
attempting to print from my Windows2000 machine to my Linux machine
running 2.2.2 to an Epson777 inkjet printer on the LAN with a mini
print-server on the back of it.
I've now got no more RED "access denied" warnings in my Win2k
printer setup screen, there is a GREEN "Status:
2001 Oct 31
1
Solaris-8 (intel) --with-smbmount (Linux only) ??
Hello Family,
It took my wife calling me at work to ask for some copies of our
wedding pictures (trapped on Windows machine) that are next to the
Solaris-8 machine I'm typing this on.
Well I said, let me look for "smbmount" and I don't have it
compiled on this system so I was going to recompile and saw this:
--with-smbmount Include SMBMOUNT (Linux only) support (default=no)
2001 Dec 29
0
SOLVED [cups] print_job: Unsupported format "application/octet-stream"
Gustavo Courault <courault@gigared.com> has solved this for me with
the following advice and I have enclosed my smb.conf file in case it
may help anyone, I'm running Samba-2.2.2 and CUPS printing to a
Epson-777 injet via a Edimax $40 printserver attached to the back of
the printer with a static IP address assigned to the printer.
My OS is RedHat-6.2
<quote>
I uncomment the line
2006 Aug 16
2
Sharing a Win-XP(pro) USB printer :(
Hello Family,
I'm having a hell of a time just trying to "see" the shared printer
on a Win-XP(pro) box here at home. All my other Windows boxes can
not only see it but print to it, my Unix family (all of the
relatives) of machines are having no luck.
I apologize if this is something simple for Samba has evolved so
much that one barely needs to do anything to get stuff working for
2003 Sep 08
0
[option] SERIAL 0 ??
Hello Family,
In creating an iso to boot the headless/cardless server, I've
got isolinux to boot the system OK but still can't get the
output to export to /dev/ttyS0
I've got a test script that pipes a "Hello World" to /dev/ttyS0
which show up fine on the other Linux box so I know that tunnel
is intact.
Here is the contents of my "isolinux.cfg" file that is
2002 May 07
3
lp & cups on samba
This is a hard one.
I can set up cups & samba fine to print ok on FreeBSD and to print from W2K
on BSD - ahh, but only with the windows printer driver for Epson - which
sucks - there is no way to clean heads, the color is horrible, print area
is limited, etc.
The major problem is that there does not seem to be any documentation that
explains clearly how the configuration works either for
2001 Nov 20
0
Win2k-->Linux-->Epson777 (smb.conf + /etc/printcap included)
I don't have a solution, but I do want to keep this thread alive until
we get it resolved. I'm in the same situation. I can print fine, but
it says that annoying message. Do you guys print to an LPD unix queue?
My linux print server is sending the job to a LPD linux box that is
connected to the printer local. (Our printer support requires it that
way).
Has anyone been able to
2005 Jun 15
3
proposed new parameter: --time-limit 5:30
I find that rsync is an excellent tool for backing up my large partitions, often
over slower links on the Internet. I run a cron job every night to update backup
mirrors.
But occasionally I make large changes to the source disk, and the rsync update
takes more thanb 24 ours to complete. Then I can have two or more rsyncs working
over the same source and destination directories.
What I really
2006 Dec 11
5
mysql issue
I am using the following command:
mysql -u cgalliance -p cgatesting < cgavb3.gz
I then type in the correct password and i get this returned:
ERROR at line 1: Unknown command '\'.
Any ideas?
--
My "Foundation" verse:
Isa 54:17 No weapon that is formed against thee shall prosper; and
every tongue that shall rise against thee in judgment thou shalt
condemn. This is the
2009 May 24
6
belongs_to not saving foreign key
Under Rails 2.3.2 using a completely brand new project, I have 2
models:
class Author < ActiveRecord::Base
# name:string
end
class Book < ActiveRecord::Base
# title:string
belongs_to :author # author_id
end
And a simple test where i create a Book with an Author using the
belongs_to and then update the foreign key directly:
require ''test_helper''
class BookTest
2019 Jul 24
1
[PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call
On Tue, Jul 23, 2019 at 05:38:51PM +0200, Christoph Hellwig wrote:
> On Mon, Jul 22, 2019 at 04:36:09PM +0100, Robin Murphy wrote:
> >> diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c
> >> index c8be1c4f5b55..37c143971211 100644
> >> --- a/drivers/virtio/virtio_ring.c
> >> +++ b/drivers/virtio/virtio_ring.c
> >> @@ -262,7
2012 Apr 28
1
lanyrd site for useR! 2012
There's now a page on lanyrd ("the social conference directory") for
useR! 2012 in Nashville:
http://lanyrd.com/2012/useR/
its basically a site for making social mini-networks for conferences,
so people can post up links, share photos, list talks, etc.
If people going sign up then it'll look a lot better than UseR! 2011,
where only three people seemed to have attended - but
2015 Sep 21
2
[PATCH v7] pci: quirk to skip msi disable on shutdown
On Mon, Sep 21, 2015 at 01:21:47PM -0500, Bjorn Helgaas wrote:
> On Sun, Sep 06, 2015 at 06:32:35PM +0300, Michael S. Tsirkin wrote:
> > On some hypervisors, virtio devices tend to generate spurious interrupts
> > when switching between MSI and non-MSI mode. Normally, either MSI or
> > non-MSI is used and all is well, but during shutdown, linux disables MSI
> > which
2015 Sep 21
2
[PATCH v7] pci: quirk to skip msi disable on shutdown
On Mon, Sep 21, 2015 at 01:21:47PM -0500, Bjorn Helgaas wrote:
> On Sun, Sep 06, 2015 at 06:32:35PM +0300, Michael S. Tsirkin wrote:
> > On some hypervisors, virtio devices tend to generate spurious interrupts
> > when switching between MSI and non-MSI mode. Normally, either MSI or
> > non-MSI is used and all is well, but during shutdown, linux disables MSI
> > which
2004 Aug 06
1
Icecast User Login Question
Scott Manley wrote:
> Actually if you;re interested in integration with some sort of
> subscription services then you want as much of the subscription logic to
> be external as possible - trust me - I designed a subscription based
> system which handled 7 million users (and managed to bankrupt at least
> one company ;-)
>
>
> Basically when you get into subscription