Displaying 20 results from an estimated 500 matches similar to: "Samba 3.0.5 Install Problem"
2020 Mar 23
1
Re: libvirt dynamic file ownership
Hi Martin, thanks for the explanation. Now I understand why libvirt doesn't
revert the file permissions back to the original. I am running these VMs on
an isolated test machine, so I'll disable dynamic file ownership and make
sure libvirt has access to image files.
Sorry about the message formatting. I modified settings on my client,
hopefully it sends plaintext now. (I'll switch to
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc
2009 Jul 21
1
Dialplan step that I do not have
I have a dialplan that looks like this:
[dorecord]
exten => _*99XX,1,Verbose(2,Doing custom record)
exten => _*99XX,n,Answer()
exten => _*99XX,n,Verbose(2,Doing custom record - before wait)
exten => _*99XX,n,Wait(0.5)
exten => _*99XX,n,Verbose(2,Doing custom record - before record)
exten => _*99XX,n,Record(/tmp/prompt${EXTEN:3}.gsm)
exten => _*99XX,n,Verbose(2,Doing custom
2007 Mar 28
3
vpopmail "last auth" question
Hello,
I run the domain for the school here with qmail and vpopmail on FreeBSD
with dovecot from the ports.
I'm running dovecot 1.0.r26 and everything is working great.
I been noticing that dovecot isn't updating when the user last logged
in.. and I can't seem to figure out why. I also can't seem to find
anything in the archives about it.. so am I the only one?
name:
2020 Aug 14
3
replicator: Panic: data stack: Out of memory
So nobody has any idea why this could happen?
Let me know if I should provide more Information
Thanks
Thomas Tsiakalakis
Team Applikationsbetrieb
GDV Dienstleistungs-GmbH
Tel: +49(40)33449-4318
Fax:
E-Mail: Thomas.Tsiakalakis at gdv-dl.de<mailto:Thomas.Tsiakalakis at gdv-dl.de>
GDV Dienstleistungs-GmbH
Glockengie?erwall 1
D-20095 Hamburg
www.gdv-dl.de<http://www.gdv-dl.de>
2015 May 08
2
Apache 2.2 itk - 404 not found
More specifically -- when you get the "not found" in the browser
there should be an entry logged in the error log. E.g., tail the
error log, issue a request, and see what you see. The error log
entry will show the details of what is being requested and generally
gives strong hints as to why it can't be found (pathing, access,
etc.). If you don't get an entry in the error log that
2010 Nov 04
8
[Bug 1833] New: incorrect completion of quoted directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1833
Summary: incorrect completion of quoted directory
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: djm at
2008 Jun 19
3
colnames of a column
Hi,
With this data.frame:
> class(rwl)
[1] "data.frame"
>rwl
0028002F 0028013F 0028032F
1833 3.39 NA NA
1834 3.09 NA NA
1835 3.05 NA NA
1836 3.31 NA NA
1837 2.26 NA NA
> colnames(rwl)
[1] "0028002F" "0028013F" "0028032F"
Ok....
> colnames(rwl[,1])
NULL
why??
2005 Apr 24
2
g729 passthrough?
I'm sitting here with my dunce cap on. My weak excuse is that I haven't
ever played with g729 before.
I have a Sipura 841. I have the phone config set to use g729. Its
appropriate sip.conf entry, and the IAX stanza for my ITSP all set to
disallow=all, allow=g729.
But as soon as I dial, I get a complaint from the server:
-- Call accepted by 66.225.202.72 (format g729)
--
2005 Jan 11
3
Exit Icecast
Hi
I`m using Icecast 2.2(on Suse 9.0) and will working fine but
how do i exit Icecast ???
Greets Chris
___________________________________________________________________________
Sagen Sie nicht, wir h?tten Sie nicht gewarnt!
http://my-mail.ch/?redirect=9901
So macht schenken richtig Freude! Schenken und Helfen mit World Vision!
http://www.my-mail.ch/?redirect=1958
2005 Feb 25
1
Re: FRS radios on *
Rich Adamson writes
>>GMRS, FRS and MURS radios may not be interconnected with the PSTN (47
> > CFR 95.141). There has been a lot of talk from lobbyists to clarify this
> > rule, but as it stands you could conceivably connect a *private* network
> > to GMRS or MURS radios (you can't make any plugins or modifications to
> > an FRS radio that isn't type
2013 Jul 25
1
[Bug 1833] incorrect completion of quoted directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1833
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2130
--- Comment #10 from Damien Miller <djm at mindrot.org> ---
Retarget to openssh-6.4
--
You are
2013 Mar 07
1
[Bug 1833] incorrect completion of quoted directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1833
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2076
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching the
2016 Aug 30
2
Fwd: cfl-aa
dear LLVMers,
I am trying to use some of the LLVM alias analyses, and I would like to
check two things with you: is scev-aa being maintained in LLVM 3.7? Second
question: I run cfl-aa, and I got a very small number of pointer
disambiguation (no alias) with it. My results for SPEC CINT 2006 follow
below. Is this low number of no alias responses something to be excepted?
Below the results that I
2016 Apr 04
2
multiple bar plot annotation text labelling
Readers,
The attempt is to create a bar plot with text labels adjacent to each
datum value.
Data file:
1,3,A
1,8,B
1,1,C
1,9,D
2,5,C
2,4,E
2,2,F
2,0,G
testbarplot<-read.csv('data1.csv', header=FALSE)
barplot(axes=FALSE, ann=FALSE, horiz=TRUE, testbarplot[,2], ylab=
'group', xlab= '(x values)', space=c(1,0,0,0, 1,0,0,0))
text(testbarplot[,2], testbarplot[,1],
2020 Mar 20
3
libvirt dynamic file ownership
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" > </div>
<div dir="ltr" ><div dir="ltr" >Hi,</div>
<div dir="ltr" > </div>
<div dir="ltr" >I am trying to understand libvirt
2003 Mar 03
5
Samba 2.2.7 problem
I am running Samba 2.2.7 on a Red Hat 7.3 box.
1. I have some windows xp computer on my network.
With the following settings the Samab can not able to win the election.
local master = No
preferred master = Yes
domain master = No
changing to
local master = Yes
It can. How these settings should work?
2. When samba is running (ps -ax)
1828 ? S 0:00
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
2016 Apr 04
0
multiple bar plot annotation text labelling
Use only plain text emails. Don't attach file types that will be stripped. See the footer at the bottom of your email for more information.
Do give us the data using dput():
> dput(testbarplot)
structure(list(V1 = c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), V2 = c(3L,
8L, 1L, 9L, 5L, 4L, 2L, 0L), V3 = structure(c(1L, 2L, 3L, 4L,
3L, 5L, 6L, 7L), .Label = c("A", "B",
2013 Apr 06
3
Delete directories without browsing them
Hello,
I make my production backups with Rsync.
Here is an example of my backup tree on the destination server :
/backups
/2013-04-03
/2013-04-02
/2013-04-01
/2013-03-31
/2013-03-30
/2013-03-29
At the end of the backup process, I upload a logfile in the backup
directory and delete oldest backups.
For this, I use an include/exclude file, for example this inclexcl.txt