Displaying 20 results from an estimated 9000 matches similar to: "Purging a large folder... anything I need to be careful of?"
2006 Mar 13
2
Simple php script to monitor asterisk calls
Hiya, hope I don't bore anybody with this. There are certainly a lot of
monitor-y things out there and they just didn't fit my need, so maybe
this will fit someone's besides mine.
http://horanappraisals.com/asterisk/pbxmonitor/ contains two files. one
is a php script called pbxmonitor, and one is a flat file of extensions
to extension name mappings of internal users. It
2008 Feb 18
2
Scheduled folder purging
Hi all.
I'm looking for a way to empty user's trash folder.
Can message deletion or folder purging be scheduled?
Thanks in advance.
-Pietro.
2022 Sep 05
2
CentOS 9 Stream on Workstation with Ver. 1 x86_64 cpu
Hello All,
RHEL9 deprecated version 1 x86_64 cpus. My old testbench HP workstation
has such a version 1 cpu. I've tested install of Rocky Linux 9 and
CentOS9Stream but no go upon reboot after install -- kernel panic.
Is there a way to recompile the kernel to handle the legacy cpu after
install -- via some other live cd, perhaps?
Due to the fact I can't reboot after install, I'm not
2017 May 03
3
Problems with samba and profile syncing from various windows versions
Small sidenote in regards to the wiki, there is also an V6 since windows
10 aniversary.
https://technet.microsoft.com/en-us/library/jj649079%28v=ws.11%29.aspx
Am 03.05.2017 um 09:52 schrieb Rowland Penny via samba:
> On Wed, 3 May 2017 09:15:30 +0200
> Jakub Kulesza via samba <samba at lists.samba.org> wrote:
>
>> [profiles]
>> path =
2005 Aug 05
3
Recommended hardware for a firewall/router?
Not really a CentOS specific question, but I hope it's ok...
I've decided to buy a server to use as a firewall/router instead of the
usual Cisco box, simply because I've come to love Firewall Builder and
would like to put all my subnets into one firewall. There will be four
gigabit interfaces in the box, one of which will be the internet
connection (so this one interface will use
2016 Mar 15
2
Updated status on UEFI compliant version of the pxechn-module
Hi,
Ok, when can we then anticipate pxe-chaining to be possible with syslinux under the UEFI architecture? Are there any plans to implement both correct interfacing to UEFI as well as the issue of arbitrary UEFI images? Haven't tried to read the UEFI-specification as it is sub 3000-pages long, so I am a bit in the dark as to the changes in architecture from BIOS to UEFI. It has been
2008 Jan 29
3
More efficient Deleting of a whole folder (or Purging Trash)
Hi,
I've straced a few dovecot processes after hitting purge on a large
Trash folder (35,000 messages). It looks like it is going through each
message, one by one, and removing (unlinking) each one.
Is there not a more efficient way to do this? If Dovecot knows the whole
folder is being deleted (ie a Trash purge), could it do something clever
with the filesystem to just remove the whole
2009 Dec 04
3
Foreman reports - no pretty pictures :D
I''m playing around with foreman for the moment. I can''t seem to figure
out how to make the dashboard look like in this screenshot
http://theforeman.org/wiki/foreman/Screenshots#Dashboard
In order for those statistics to work what should be done?
I have activated the rrdgraph reports in puppetd, uncommented the line
":rrd_report_url: report/" in config/settings.yaml
2004 Jan 26
2
PDC/BDC Questions
Software:
OS: Redhat 9
Samba Ver: Samba 3.0.0 (Plus excel writelock patch, waiting for 3.0.2!)
OpenLDAP Ver: 2.0.27-8
Just a quick question about PDC / BDC interaction, my plan is to distribute Samba (with slave ldap backend) BDCs to remote facilities, as well as have one on each network segment in the hopes of avoiding unnecessary nmb broadcast traffic.
My question is this: Will the PDC /
2008 Aug 13
1
Arguments to lm() within a function - object not found
Hi all,
I'm having some difficulty passing arguments into lm() from within a
function, and I was hoping someone wiser in the ways of R could tell me
what I'm doing wrong. I have the following:
lmwrap <- function(...) {
wts <- somefunction()
print(wts) # This works, wts has the values I expect
fit <- lm(weights=wts,...)
return(fit)
}
If I call my function lmwrap, I get
2011 Jun 19
1
before before_validation callback
Hi,
I was looking around a bit and couldn''t find any callbacks that
executed before before_validation
The current problem with using before_validation is that it won''t fire
if I''m not using validations with #save(:validate => false) - which
makes sense. Before_save won''t suffice because I want these callbacks
to fire before validation on the occasions that
2007 Apr 23
1
Purchasing a Sangoma A102 - should I get the hw echo cancellation or not?
Shortly, I'll be purchasing a Sangoma A102. I'm wondering if I should
spring for the hardware echo cancellation circuit or not. Upon
initial implementation, the 2 T1 Ports will be used as a passthrough
as we slowly transition off of a legacy PBX. Eventually, we'll only
be using one of the ports, and will be providing VoIP service to a
bunch of SIP deskphones.
So - with that usage
2006 May 30
2
gtasa
hi all
I am using Ubuntu Dapper at the moment (after using windows for so
long) dualbooting alongside windows
So i have all my games and applications for windows...
One of those games is Grand Theft Auto San Andreas.
Using wine i'm trying to run gtasa from my windows partiton (yes it is
NTFS filesystem) and it keeps telling me that it couldn't find the
sound card.
So can someone tell
2002 Dec 17
2
Virus Protection
I am implementing a Linux server w/ SAMBA as the primary file server for a law office. I need virus scanning on this system. This is not a direct component to SAMBA, but I figured most SAMBA shops would have virus protection at the server level.
I looked at Trend ServerProtect (a closed-source & packaged product) but it has problems with multi-processor servers, and my server has dual
2015 May 04
2
Trouble Connecting Windows 8.1 RSAT to Samba Domain
I saw the following thread in the samba list archives but no solution:
http://marc.info/?l=samba&m=141214808508452&w=2
Host OS: CentOS ver 7.1503
Samba: Version 4.1.17-SerNet-RedHat-11.el7
Samba4 is running with internal DNS.
I'm able to add a domain user with samba-tool and connect Win 8.1 client to
the domain.
When I run Microsoft Server Manager and try to "manage" the
2007 May 29
2
Selenium, Spec:Ui and ... forks?
I am using Spec:UI to run my Selenium tests, and I want to start
Selenium only once, for many descriptions.
I''ve come quite far solving it by declaring a main ui spec like the following:
require ''pathname''
require File.dirname(__FILE__) + ''/selenium''
$base_url="http://localhost:3000"
$browser =
2009 Jul 10
2
using noops from puppetrun
Hi All,
I was surprised to notice that a call to noop from puppetrun did not work as
expected.
on the agent side (for this case the server side..), I ran:
puppetd --verbose --no-daemonize (where listen is set in the puppet.conf)
on the puppet server side(in this case the client side), I ran:
puppetrun --noop --host SERVER
notice: SERVER(IP) triggered run
info: Caching catalog at
2013 Oct 15
0
[LLVMdev] [lld] Handling a whole bunch of readers
On 10/14/2013 8:20 PM, Sean Silva wrote:
> On Mon, Oct 14, 2013 at 8:41 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:
>
>> On Wed, Oct 9, 2013 at 11:23 AM, Shankar Easwaran <shankare at codeaurora.org
>>> wrote:
>>> Hi,
>>>
>>> We have a whole bunch of readers(we would have some more too), and was
>>> thinking if we should
2006 Jun 16
2
[LLVMdev] Adding an object to llc (analysis pass)
Hi Chris and llvm list
Thanks for your answer.
> So again, this is the problem I described earlier: you have a pass
> (MParSchedule) which is a basic block pass. This pass is being required
> by another pass (your C backend-based thing) which is not a basic block
> pass. This is the problem, please see the "how to write a pass" doc. The
> fix is to change
2010 Oct 16
1
quota sql dict permissions dilemma
Hi!
I'm trying to set up SQL based dict quota. The quota is working, gets
updated but I had to configure really loose file permission to make it
work:
dovecot.conf:
dict {
quota = pgsql:/etc/dovecot/dovecot_dict-sql.conf
}
service dict {
unix_listener dict {
mode = 0660
group = vmail
# sidenote: I noticed that writing the number equivalent
# of 'vmail' here does not work.