Displaying 5 results from an estimated 5 matches for "mlug".
Did you mean:
lug
2005 Jun 23
1
Microcode error
/etc/init.d/microcode_ctl start
/etc/init.d/microcode_ctl: microcode device /dev/cpu/microcode doesn't
exist?
This is on a clean install from the 4.1 x86 ISO.
This is the 2nd box that is reporting this error.
Adam Breaux
Sr. Network Administrator
Domain Bank, Inc.
23 W 4th St.
Bethlehem, PA 18015
Phone: 610.317.9606
Fax: 610.317.9570
abreaux at domainbank.com
2004 Jun 01
0
Presentation, Asterisk support in Montreal
...mmunications would require use of OpenPGP and
open formats for documentation (I use OOo). Please reply privately if
you're interested.
I only found 1 company in Qc listed at voip-info.org, are there any
others in the area ? For those around, I'll be demonstrating some
equipment at the next MLUG's/Linux-Quebec presentation (this June 3rd), see:
http://www.mlug.ca/
Thank for any hints,
- --
Fabi?n Rodr?guez
Montreal, QC, Canada
http://www.fabianrodriguez.com/email_info.php
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: PGP/MIME available upon request
iIcEAREC...
2005 Sep 08
1
Montreal usergroup
Hi Montrealers !
I would like to create a usergroup for Montreal's asterisk users.
If you are interested, contact me and we'll schedule a beer/coffee meeting
downtown next week.
Sincerely,
Adrien
--
Adrien Laurent - CIO
514-284-2020 ext 202
adrien@modulis.ca
www.modulis.ca
2002 Oct 09
2
rsync-2.5.5 memory eater problem
Hi,
we ran into a little problem with rsync-2.5.5.
Setup: you run rsync-2.5.5 as normal rsync over ssh
(ie. not connecting to a rsync server). If you start
such a rsync but interrupt the pulling process with Ctrl-C,
the process on the other side may start to allocate all
memory on the remote machine.
As fa as we have analyzed the problem, the remote rsync
process wants to issue a error message
2002 Oct 13
1
rsync 2.5.5 core dump
-----BEGIN PGP SIGNED MESSAGE-----
I added the following code to log_exit():
void log_exit(int code, const char *file, int line)
{
static int error_count=0;
if(error_count++ > 10) {
abort();
}
To force it to bail earlier instead of overflowing the stack.
As you can see at frame #50, it is trying to log that the connection went
away unexpectantly.