similar to: How to get values out of a string using regular expressions?

Displaying 20 results from an estimated 100 matches similar to: "How to get values out of a string using regular expressions?"

2011 Apr 14
1
Asterisk port 5000 open
Hi, I have been trying to find out what module is causing asterisk to open port 5000 I have already disabled some ( sccp, mgcp, iax and other modules ) since I only want sip port opened /etc/asterisk# netstat -aln --programs | grep asterisk tcp 0 X.X.X.X:5060 0.0.0.0:* LISTEN 22523/asterisk udp 0 X.X.X.X:5000 0.0.0.0:* 22523/asterisk udp 0
2016 Jan 20
1
LVM thin volumes fstrim operation not supported
I still get the "the discard operation is not supported" fstrim error when the LVs are set to "nopassdown" Seems that when I use ext4 the fstrim reports that it worked but the LVs Data% does not decrease after the fstrim. xfs just throws the error. I've also been looking at the output of lsblk -D # lsblk -D NAME DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO xvdb
2015 Nov 12
2
How to fix an incorrect storage pool?
I've created my storage pool incorrectly. I'm using LVM and I have a volume group called vms-lvm. When I look at it in virt-manager I see that the volumes it contains are home, root and swap, so when I created the storage group in virt-manager I must have specified something incorrectly. Unfortunately I can't find a way to correct this. If I try to destroy (stop) the storage group I
2020 Aug 08
4
User mapping?
On 07/08/2020 22:44, Simon Matthews via samba wrote: > >>> >>>> >>> >>> This is where your problems start, you do not have enough lines, I >>> would expect something like this: >>> >>> ??? idmap config * : backend = tdb >>> ??? idmap config * : range = 100000-9999999 >>> ??? idmap config BLUE : backend = rid
2010 Jun 07
0
exepath error in seqaln
Hi everyone,  I am using bio3d package for some sequence analysis because of its nice integrated MUSCLE execution. However, I have been encountering some errors while I was running seqaln function, which calls for installed MUSCLE program. In my case, I stored the MUSCLE program on the desktop with pathway of "./Desktop/muscle/src/muscle". I had no problem running MUSCLE directly from
2020 Aug 08
1
User mapping?
On 08/08/2020 19:43, Simon Matthews wrote: > On 8/8/20 12:21 AM, Rowland penny via samba wrote: >> On 07/08/2020 22:44, Simon Matthews via samba wrote: >>> >>>>> >>>>>> >>>>> >>>>> This is where your problems start, you do not have enough lines, I >>>>> would expect something like this:
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
Friends, I am doing a URL classification, based on certain key words whether it contains an executive information or not. I have already went through 50K URL's and identified the key words and made it as 0, 1 ( 0 - do not have the key word and 1 - have the key word) and 0- do not contain executive information 1 - contains executive information. A sample set of data is shown below. DomainID
2020 Aug 07
6
User mapping?
On 8/7/20 12:58 PM, Rowland penny via samba wrote: > On 07/08/2020 20:12, Simon Matthews wrote: >> >> The client is running CentOS 7: >> >> # cat /etc/redhat-release >> CentOS Linux release 7.8.2003 (Core) >> >> After another attempt, I have successfully joined the linux client to >> the domain: >> >> # net rpc join MEMBER -S
2016 Jan 19
2
LVM thin volumes fstrim operation not supported
Hi All I'm trying to setup my LVM thin pool to support discards so that the pool can reclaim space even if the underlying device doesn't support trim. It is my understanding that all thin pools should support trim even if the underlying device doesn't. (please correct me if I'm wrong here) I have one centos server that does support trim and everything is working correctly but any
2005 Apr 22
0
a good real time network speed meter
hi all. i know that most of u are unix users, and some hate to speak of windows here. but i found a good realtime speed meter. this the link. http://www.google.com/url?sa=U&start=1&q=http://www.trogdor-aln.com/Utilities/index.php&e=10129 thanks.
2012 Oct 29
0
libvirt and thin provisionned LVM
Hi there. I'm trying to use thin provisionned LVM for som eguests, and I'm having a problem. Until now, I use LVM pool with success. Here's my pool definition: <pool type='logical'> <name>data</name> <uuid>7f18e030-9d2d-805e-c65f-d12d0681b0a9</uuid> <capacity unit='bytes'>0</capacity> <allocation
2015 Nov 12
0
Re: How to fix an incorrect storage pool?
It says that Logical volume centos_hyv2/swap in use. Maybe centos_hyv2/swap is mounted. So I think you should umount or swapoff centos_hyv2/swap first, make sure it is not used by other process. Then try pool-destroy. ----- Original Message ----- From: "Phill Edwards" <philledwards@gmail.com> To: libvirt-users@redhat.com Sent: Wednesday, November 11, 2015 8:59:22 PM Subject:
2016 Nov 24
0
Updated my Dovecot certificate for the first time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 23 Nov 2016, Steve Litt wrote: >On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers <gcr+dovecot at tharned.org> wrote: >> $ strings $(whence alpine) | grep '^/.*certs$' >> /etc/ssl/certs > > The directory or the certs isn't the problem. Alpine sees the > self-signed cert I just made, but complains
2020 Aug 09
0
User mapping?
On 8/8/20 12:21 AM, Rowland penny via samba wrote: > On 07/08/2020 22:44, Simon Matthews via samba wrote: >> >>>> >>>>> >>>> >>>> This is where your problems start, you do not have enough lines, I >>>> would expect something like this: >>>> >>>> idmap config * : backend = tdb >>>>
2003 Apr 23
0
maintainer of the /usr/src/sys/i386/conf/LINT file??
Im not shure who maintains the LINT file that resides in /usr/src/sys/i386/conf/LINT Or should i do a cvs commit by my self? Im not so familiar with cvs..So anyone that can tip me how to do it please do if iam supposed to do it? # uname -a FreeBSD <hostname> 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 17 03:52:52 CEST 2003 erikrana@<hostname.tld> :/usr/obj/usr/src/sys/fw_48
2020 Aug 07
0
User mapping?
On 8/7/20 1:57 PM, Simon Matthews wrote: > On 8/7/20 12:58 PM, Rowland penny via samba wrote: >> On 07/08/2020 20:12, Simon Matthews wrote: >>> >>> The client is running CentOS 7: >>> >>> # cat /etc/redhat-release >>> CentOS Linux release 7.8.2003 (Core) >>> >>> After another attempt, I have successfully joined the linux
2006 Aug 26
0
Mongrel 0.3.13.4 Pre-Release -- Ruby's LEAK Fixed (Death To Mutex!)
Howdy Folks, This release is after painstaking analysis of a memory leak that was reported by Bradley Taylor, reduced by myself, and then fixed after much work. You should all thank Bradley for finding the bizarre fix. It turns out the Ruby has a memory leak when you use pretty much any thread locking primitive other than Sync (Mutex, Monitor, etc.): http://pastie.caboo.se/10194 The fix (for
2020 Aug 08
0
User mapping?
On 8/8/20 12:21 AM, Rowland penny via samba wrote: > On 07/08/2020 22:44, Simon Matthews via samba wrote: >> >>>> >>>>> >>>> >>>> This is where your problems start, you do not have enough lines, I >>>> would expect something like this: >>>> >>>> idmap config * : backend = tdb >>>>
2016 Nov 23
3
Updated my Dovecot certificate for the first time
On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers <gcr+dovecot at tharned.org> wrote: > On Wed, 23 Nov 2016, Steve Litt wrote: > > [snip] > > > > Alpine still gives me a bad cert warning, saying I should either > > fix it or disable checking. I haven't yet found a way to get Alpine > > to discriminate between a valid self-signed cert and a bad one.
2006 Nov 04
19
Mongrel 0.3.13.4 Pre-Release -- Ruby''s LEAK Fixed (Death To Mutex!)
Howdy Folks, This release is after painstaking analysis of a memory leak that was reported by Bradley Taylor, reduced by myself, and then fixed after much work. You should all thank Bradley for finding the bizarre fix. It turns out the Ruby has a memory leak when you use pretty much any thread locking primitive other than Sync (Mutex, Monitor, etc.): http://pastie.caboo.se/10194 The fix (for