Displaying 14 results from an estimated 14 matches for "downer".
Did you mean:
owner
2008 Dec 09
1
UNDI-3.1 support in pxelinux?
HPA et al.:
Are there any plans for pxelinux to support UNDI-3.1, as defined in
UEFI-2.1, appendix E?
I ask because I was dismayed to see EFI systems successfully download
pxelinux, only to have pxelinux exit. This was a major downer after
implementing an debugging an entire EFI "UNDI" driver. Scanning
pxelinux.asm, I conclude that pxelinux supports only UNDI-2.1 at the moment.
Thanks,
--Glenn
2010 Sep 16
0
Free space issue
...4.x where I think some of these problems are fixed?
Can you help me with suggestions on what else I could do?
Many thanks,
Neil
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Downer
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or
lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from y...
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several
plans. Each plan has a different monthly fee. There is no long term
contract but I would like to bill the users automatically each month
unless service is canceled.
What credit card gateways would you recommend for use with a rails
application?
My criteria in order of importance are
1. API that will let me work in
2002 May 29
1
If the manual pages aren't clear enough then please send a patch or bug report to samba@samba.org
I am reading the doc from this url
http://us2.samba.org/samba/docs/man/samba.7.html
and saw this
VERSION
This man page is correct for version 2.2 of the Samba suite.
It would make more sense if it told you how to verify the correct version of samba. therefore the man page is very unclear.
-------------- next part --------------
HTML attachment scrubbed and removed
2004 Feb 22
1
Shell scripts broken in klibc-0.114
...0000000 -0500
@@ -9,7 +9,7 @@
# Enable this to compile with register parameters; only safe for
# gcc > 3
-REGPARM_OPT := -mregparm=3 -DREGPARM
+#REGPARM_OPT := -mregparm=3 -DREGPARM
gcc_major := $(shell $(CC) -v 2>&1 | awk '/gcc version/{print int($$3)}')
This is a real downer when using klibc+ash for /linuxrc :-).
My GCC identifies itself as "gcc version 3.2.2 20030222 (Red Hat Linux
3.2.2-5)".
- Pat
2004 Aug 11
1
File locks not always released (Samba 2.2.8)
...of Samba is not an option at the current point
in time, although will hopefully become an option within the next 6 months.
Thanks,
Rasjid.
----------------------------------
Rasjid Wilcox
Senior Systems Architect
Australian Ethical Investment Ltd
Suite 66, Canberra Business Centre
Bradfield St, DOWNER ACT 2602
Ph: 02 6242 1980
Fax: 02 6242 1987
This email (and any attachments) is confidential and for the persons to whom
it is addressed. Any unauthorised reproduction or dissemination of this
message is prohibited. Please notify the sender immediately if you have
received this message in...
1998 Oct 15
3
Performance tips for heavily loaded servers
Does nayone have a collection of performance tips for heavily loaded
samba servers?
I have a server that routinely has 45-90 connections and just runs really
poorly. We've thrown more memory at it w/ some benefit, but not
significant.
This is on a linux 2.0.35 based machine.
Does anyone have any suggestions?
-- Nathan
------------------------------------------------------------
Nathan
2010 Mar 30
2
CentOS 3.8+Wine
Can wine install in CentOS 3.8? I'd tried the following method but
failed to install wine.
*_Method 1_*
[root at gloin yum.repos.d]# yum install wine
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package
2012 Nov 20
6
zvol wrapped in a vmdk by Virtual Box and double writes?
Hi folks, (Long time no post...)
Only starting to get into this one, so apologies if I''m light on detail,
but...
I have a shiny SSD I''m using to help make some VirtualBox stuff I''m
doing go fast.
I have a 240GB Intel 520 series jobbie. Nice.
I chopped into a few slices - p0 (partition table), p1 128GB, p2 60gb.
As part of my work, I have used it both as a RAW
2008 Apr 04
3
After years - goodbye to Wine-Users
After being on this list for years, mostly as a lurker and sometime
participant, I find that due specifically to the new changes in list
membership via the forums that it's time for me to unsubscribe. While
I think it's a very healthy in the long run to have more folks
participating in Wine's growth I also find the quality of the emails
coming across my desk to be significantly less
2010 Jan 29
1
Error when trying to print with point and print installed drivers
I have an Ubuntu Sever 9.10 setup running Samba as a PDC for a bunch of
Windows clients.
Everything is functioning perfectly except for the point and print delivery
of printer drivers.
I have tested this with Ubuntu 9.10's Samba (3.4.0) and two of the Debian
Samba packages (3.4.3 and 3.4.5). All seem to demonstrate the same problem.
*What works:*
Adding a printer and manually installing the
2005 Jul 02
0
CCP Believes Australian Government Can Be Bought
...Chinese government.
In March of 2003 Tang Jaixuan, the Chinese Minister of Foreign Affairs,
visited Australia and questioned the Australian government on certain
issues, including issues related to Falun Gong. On the day before Tang
Jiaxuan arrived in Canberra, Alexander Downer, the Australian Minister for
Foreign Affairs, signed an article banning Falun Gong practitioners from
setting up signs and banners or using loud speakers to protest in front of
the Chinese embassy. Since then Downer has continued to sign similar
articles every month, whi...
2005 Feb 14
18
Which IP phone to use in Australia
Hi, all
I am in Australia and I have to setup Asterisk in few offices. There will be IP phones in each office and I must be able to call between offices.
I need actual handsets. I need "standard" handsets to be used by people. Those must support features like CID, call forward, etc. --- your normal office feature set.
Also I need some sort of more complex handset to be used by
2008 Aug 21
0
Wine memory bug with patch?
I'm assuming from what I've read in the forums that Wine reserves 1GB for Linux and can't allocate more than 3GB for Windows programs without a patch. I replaced
"dlls/ntdll/virtual.c"
# define ADDRESS_SPACE_LIMIT ((void *)0xc0000000) /* top of the total available address space */
# define USER_SPACE_LIMIT ((void *)0x7fff0000) /* top of the user address space */
with
#