Displaying 20 results from an estimated 33 matches for "apocalypses".
Did you mean:
apocalypse
2005 Apr 10
2
Browsing Problems
Hello.
I've got a Samba server and I'd like it to be master browser and
everything else except domain controller (the customers wants a
workgroup, not a domain).
Lately a Windows 2003 server was added to the net and then I guess it
was removed.
I keep getting messages like the following in the logs:
> Apr 10 03:07:51 apocalypse nmbd[57552]: [2005/04/10 03:07:51, 0]
2004 Aug 09
3
Debian sarge release and dovecot
In what must surely be the first sign of the apocalypse, Debian is
actually freezing in preperation for a new release. Probably the last day
for uploads will be August 17. Is there likely to be another dovecot
release by then? In the event of 0.99.10.9 being the released version,
are there any other patches Debian users would like me to include?
--
Jaldhar H. Vyas <jaldhar at
2015 Oct 23
7
Join a host PC without having to reduce the characters (NetBIOS).
Hello everybody.I'm in trouble the following problem:
Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid.
How could join Join a host PC without having to reduce the characters (NetBIOS).?
2000 Jun 05
1
Samba bottlenecks
Samba bottlenecks?
As my network grows I'll probably find Samba bottlenecks sooner
or later - such as saturated bandwidth, internal I/O, bloated
user database. Are there any signs to read foretelling the
apocalypse? Are the any viable solutions?
--
J?rgen Persson
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
On Tue, Oct 13, 2015 at 11:16 AM Renato Golin <renato.golin at linaro.org>
wrote:
> On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > We have *not* appointed any such committee at this point.
> > (...)
> > The appeal is to the board of the Foundation. I don't expect the board to
> > *be* the committee
2003 Apr 25
1
X100P odd state behavior on shared/split line.
Hello all,
There's been a consistent problem with Asterisk and a telephone line
which has been answered by someone or someone that has placed an out
going call.
My configuration is a X100P that is plugged in with a telephone line
that is split between it and a small Panasonic PBX. Asterisk is
used strictly for voicemail.
While the phone is off-hook, it will repeatedly go through this loop:
2015 Oct 23
5
Join a host PC without having to reduce the characters (NetBIOS).
Good afternoon even disabling the netbios "disable = yes netbios" he continues using the netbios.
From: jose.cfilho at hotmail.com.br
To: samba at lists.samba.org
Subject: RE: Join a host PC without having to reduce the characters (NetBIOS).
Date: Fri, 23 Oct 2015 20:13:54 +0300
Thanks for listening. I appreciate your understanding. I need to know if the samba supports customers
2016 Jun 23
3
Unable to transfer ForestDns/DomainDNS
I'm working my way off of our Windows 2003 R2 Domain Server. That machine
is called PDC, sorry really bad planning so many years ago! So my end goal
is to have two samba4 domain controllers. They are setup and joined as
DC's, dc01 and dc02. I have most of my files off of PDC but would like to
keep it up for a little longer to make sure I have everything off of there.
So I tried
2016 Mar 14
2
RFC: New IR attribute incoming-stack-align
Hi,
I'm trying to fix an issue with clang's __force_align_arg_pointer__
attribute. The problem is described here:
https://llvm.org/bugs/show_bug.cgi?id=26662
The problem is affecting Wine (https://www.winehq.org/) where we have
a function that is an entry-point for the x86 Win32 abi. That
function may then call functions in the host's (linux, OS/X, ...) abi.
The issue is that the
2004 Apr 05
2
Change IP info.
Hello i was wondering how i can change the IP address information for my Asterisk box, IP addy, Gateway, DNS.
I have a smoothwall router that i am using and i am tring to put the Asterisk box on the orange interface so if anyone can help me please i can use it.
Thanks alot
William Ray
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
1999 Jan 29
1
Linux/Samba vs NT
I was having a discussion with a MS person about the performance of NT.
I got this reply:
---------- Forwarded message ----------
By the way, I looked into that claim that Linux could outperform NT server,
and my source claimed that the test was done on different hardware (i.e. it
was rigged) and that Linux still loses to NT on equivalent HW, although "it
has gotten closer." Do you
2004 Aug 28
0
printing permissions problem
Hello,
I have a strange problem with cups and samba. I have a Windows ME computer
trying to print to my linux box (SuSE 8.1). From what I can tell, the print
job makes it to the server and lpr is run. However, lpr is run as nobody,
and cups doesn't seem to like this, because when I su to nobody and try to
run lpr, it asks for a password.
How would I get cups to not require a password
2005 Aug 05
0
Finding by inclusion in nested set
Say I have tasks with a belongs_to association to categories where the
later act as a nested set. Now I want to find all tasks belonging to a
specific category (given as primary key) or any of its sub-categories.
SELECT tasks.*, tasks_category.name
FROM
categories AS nested_set_categories, tasks
LEFT OUTER JOIN
categories AS tasks_category
ON
tasks_category.id = tasks.category_id
WHERE
2005 Sep 17
0
Reloading and redefining methods: infinite recursion
When I redefine a method like this
class Klass
alias_method :method_without_addition, :method
def method_with_addition
...
method_without_addition
...
end
alias_method :method, :method_with_addition
end
I get into trouble in the development environment. As these definitions
are executed again for each request, the second time around
method_without_addition is actually the
2005 Oct 05
0
Database querying for synthetic attributes?
For some queries it is complicated to express them directly in SQL. Even
more so when they are not hand-written, but generated from something
the user entered. Say, the user wants to search for person records
where the name contains some string. Now, while the Rails model may
have a name attribute, the database table does not. There the name is
decomposed into title, firstname, lastname and
2014 May 02
0
What does assign method do in testing ?
*assigns* - _Any objects that are stored as instance variables in
actions for use in views._
(http://guides.rubyonrails.org/testing.html#the-four-hashes-of-the-apocalypse)
I have a code :-
test "should update line_item" do
patch :update, id:@line_item, line_item: {
cart_id:@line_item.cart_id, product_id:@line_item.product_id}
assert_redirected_to
2016 Mar 15
2
RFC: New IR attribute incoming-stack-align
I'm open to other suggestions. The problem is that these functions
service an incoming abi stack alignment that differs from the host's
abi alignment.
An alternative would be to have the 'alignstack' IR attribute itself
reduce the incoming stack alignment assumption. i.e. if it's
specified then it's fair to assume that the incoming stack does not
have the correct
2005 Sep 13
3
Alternatives to Rico LiveGrid?
I''m no friend of paging, but I have to somehow deal with lists of
potentially large numbers of objects. The Rico LiveGrid[*] at first
blush seems attractive, but has some major drawbacks. It doesn''t work
with Safari/Konqueror, not yet anyway. It can only handle fixed-size
tables and requires that widths, including column widths, are
hand-crafted.
I''m looking for a
2002 Mar 27
4
Howto recovering an ext3 fs
Dear ext3 hackers,
I'm running a RH 7.2 system with kernel 2.4.18 an a ext3 fs.
Yesterday night this machine, which is being tested with a Proxy server
(Squid), was accidentally power off (electrical outage). Now, when the
system is booted, I have a ext2 'read only' fs; fsck doesn't find any kind
of problem (automatic or manually executed: fsck -t ext3 /dev/sdb1). The
only fstab
2018 Feb 13
3
Best Power FE700VA?
On 01/21/2018 05:53 AM, Charles Lepple wrote:
> My understanding was that many of the older Best Power units were downstream of generators, and as such, full-blown power outages of both mains and generator power were not expected.
>
> That said, it might be that the "bestfcom" driver predates when we were actively collecting specific model names for the Hardware Compatibility