similar to: Awk help

Displaying 20 results from an estimated 700 matches similar to: "Awk help"

2005 Jun 08
1
assertion failed -0.99 -> 1.0-stable
Hello Timo, I've upgraded from dovecot-0.99 to dovecot-1.0-stable (the 2005-05-09 version) on FreeBSD 5.4 and encountered the following problems (problem #4 (assertion failed) made me downgrade back to dovecot-0.99...) : 1. mbox sync: UID inserted in the middle of mailbox /var/mail/gopauld (5230 > 4407) --> OK, that's documented on the Wiki, not a real problem 2. imap(cxxx):
2016 Aug 30
3
We need to change our AD domain
Hai,   > I understand that Samba doesn't support domain renaming, which is why > I'm looking for a way to export the data from one domain and import it > into a new one. Export your user/group data to CSV, its not that hard. https://www.manageengine.com/products/free-windows-active-directory-tools/free-active-directory-csv-generator-tool.html Some things work some
2012 Jun 05
1
PATCH: btrfs defrag ioctl, override extent count and size checks compression enabled.
I noticed a few days ago that btrfs fi defrag -cXXX can not be used to compress files unless they are fragmented. The attached patch passes the compression flag to should_defrag_range, where it disables the adjacent-extent and extent size checks if set. The inline/sparse extent check is not modified - I assumed it would not be useful to compress inline extents. -- Andrew Mahone andrew DOT mahone
2013 May 16
2
Failure to join existing domain Windows 2003 Server domain
I compiled samba-4.0.5 from source on Ubuntu 12.04 and was following the instructions here: http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC The exact command I executed was: root at va-dc:/usr/local/samba# bin/samba-tool domain join win.starpoint.com<http://win.starpoint.com> DC -Uadministrator --realm=win.starpoint.com<http://win.starpoint.com>
2012 Nov 15
1
Step-wise method for large dimension
Hi , I want to apply the following code fo my data with 400 predictors. I was wondering if there ia an alternative way instead of typing 400 predictors for the following code. I really appreciate your help. fit0<-lm(Y~1, data= mydata) fit.final<- lm(Y~X1+X2+X3+.....+X400, data=mydata) ??? step(fit0, scope=list(lower=fit0, upper=fit.final), data=mydata, direction="forward")
2008 Dec 07
1
config from DB
Hi Everyone, Sorry, if this has been already discussed, but maybe someone encountered interesting issue. I have an * Dialplan configured with MySQL db. Everything works excellent, except, I can't specify the "ex-girlfriend logic". For example Context exten Priority app appdata Default 400 1 Wait 20 Default 400/100 1 Wait 10 So, it does not matter what is my callerid,
2005 Aug 06
4
TDM400P - All extensions have same CallerID
I've been searching the forums and on the list to see if this has been addressed. If it has, could someone point me to the thread to fix or at least acknowledge it is an issue and what is causing it. Posting to the list was last resort as I couldn't find a solution anywhere else. Setup: Asterisk@Home 1.3 (this is my first system, so path of least resistance) Digium TDM400P (2 FXS on ports
2016 Aug 31
0
We need to change our AD domain
If you come up with a good procedure to do this, please publish what you did. Perhaps add someting to the Samba Wiki. > Hi Louis, > > Thank you. That's most helpful. I now have the relevant data exported > and will set up a test domain to see how the import goes. > > regards, > John > > > On 30/08/16 17:31, L.P.H. van Belle via samba wrote: > > Hai,
2006 May 06
1
Fwd: Fun with TrippLite
Hi Charles and Jonathan, I am going through my over 300 unread NUT messages, and I just discovered this one from mid-December. At the time, I was trying to clean up the tripplite subdriver of newhidups, but never got the information I needed. I have enabled this driver now, but it is marked "experimental". The driver is still incomplete, in the sense that there are many unmapped device
2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge? We'd like to set auto deletion of our users' spambox folders, but I'm a bit paranoid about its functionality. The main things that confuse me are from the man page: "Ipurge deletes messages from the mailbox(es) specified by mailbox-pattern" with no indication as to what defines "mailbox-pattern"
2008 Aug 06
2
CentOS 5.2 -- how do I choose a wireless network?
Hi. We have a Windows laptop that has gotten too slow, it's borderline unusable, so I burned a CentOS 5.2 32-bit Live CD, just to try it out in the home. It boots up fine, but it does not connect to the Internet... Now we normally connect through a wireless network, there are several around here -- on the Windows box we choose the network to which to connect... but on CentOS there is
2009 Apr 08
1
Call Pickup Works w/Linksys ATA, not with Cisco 7940G
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> I have an Asterisk 1.4.18 with a mix of cordless phones connected using Linksys SPA2102 ATAs and Cisco 7940G
2009 Jan 06
2
Video lock up
I recently install CentOS 5.2 on an older pc Abit VP6 motherboard 2 x 1GHz PIII processors 1.5GB RAM Nvidia MX440 video All works fine except when running X The display locks at ramdom times Sometimes it locks when I log in Sometimes it locks after several hours While it is locked I can ssh to this machine from another server I have to reboot to clear it Also when I reboot X starts with random
2011 Jan 20
6
cloning a server
Hi, I have a centos 5 (current) mail server that I have compiled dovecot/postfix and installed some packages like mysql etc. These packages have been configured and changed to my liking. How can I now save all this and install it on another server without having to do all the work of compiling installing and configuring the same applications. Is it possible to burn this server image into multiple
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue.... On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across all my centos boxen. if I try and access the help files direct (as root), such as ":help tutor" I get: "usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C E434: Can't find tag pattern Press ENTER or type command to continue If I press
2009 Oct 19
3
gpg command works fine from login shell, not from cron script
I have an odd situation here, maybe one of you can help.? We have a script that runs via a cron job.? It's purpose is to decrypt PGP-encrypted files in a certain directory.? I have tried the command two different ways, both fail with the same error message: gpg --decrypt $file > ${file%.txt}.decrypted.txt gpg --output ${file%.txt}.decrypted.txt --decrypt $file (Don't even ask about
2010 Nov 24
9
New list ?
Hi, Taking this to a new thread. Thoughts on getting a new list started up ? Should it be centos-sysadmin or centos-infra ? Are we going to then restrict it to admin/infra related chatter ? in which case, does the eyeball density on this list reduce for that sort of content ? How about the politics and news stuff that gets posted to this list. And how would those things be addressed with
2009 Apr 17
3
OT: Possible for Malware against Windows boxes to attack Firefox on Linux?
My belief is that this is not possible, but there are many extremely knowledgeable people participating on this list and I would like to know if it is in fact possible. I am running CentOS 5.3 (32 bit) fully updated. Browser is Mozilla Firefox v.3.0.7. I believe both times this happened, once yesterday and once today, I was surfing on the web site of my favorite singer/musical group; or in the
2009 Mar 17
1
CESA-2009:0358 Moderate CentOS 3 ia64 evolution - security update
CentOS Errata and Security Advisory 2009:0358 https://rhn.redhat.com/errata/RHSA-2009-0358.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/evolution-1.4.5-25.el3.ia64.rpm updates/ia64/RPMS/evolution-devel-1.4.5-25.el3.ia64.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored
2009 Mar 17
1
CESA-2009:0358 Moderate CentOS 3 ia64 evolution - security update
CentOS Errata and Security Advisory 2009:0358 https://rhn.redhat.com/errata/RHSA-2009-0358.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/evolution-1.4.5-25.el3.ia64.rpm updates/ia64/RPMS/evolution-devel-1.4.5-25.el3.ia64.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored