Re: Please send contents of current mysqld file

2011-03-09 Thread Ryan Schmidt
On Mar 9, 2011, at 12:54, David Gentry wrote: > I did not mean to imply that the MacPorts file, mysqld, is corrupt. Somehow > it is getting corrupted on my system, and I intend to find out how. I did > not know that every system will treat mysqld differently. That is good to > know. Howeve

Re: Please send contents of current mysqld file

2011-03-09 Thread Ryan Schmidt
On Mar 9, 2011, at 16:09, David Gentry wrote: > I can resolve that error by moving mysqld to the same directory as > mysql_install_db We can't help you if you move things around after MacPorts has installed them into the proper locations... ___ macp

Re:

2011-03-09 Thread Ryan Schmidt
On Mar 9, 2011, at 08:42, Bruno DOUTRIAUX - Youmé-TECH wrote: > i was trying to install gcc45 using mac port but it hanged Unlikely; gcc45 just takes a very long time to build (hours, or even days on a slower PowerPC). > so i did ctrl z > and it stopped No, it suspended. It's still running, p

Re: i still have a lock

2011-03-09 Thread Jasper Frumau
See https://trac.macports.org/ticket/27238 . That might help explain things 2011/3/10 Bruno DOUTRIAUX - Youmé-TECH > imac-de-meriem-lentz:~ harlock59$ sudo port upgrade outdated > Waiting for lock on /opt/local/var/macports/registry/.registry.lock > ^C > imac-de-meriem-lentz:~ harlock59$ > > and

Re: how long does it take to build gcc45?

2011-03-09 Thread Gabriele Kahlout
When could we expect the port to be updated to qt-4.7.2. Perhaps that will fix issues. On Thu, Dec 9, 2010 at 4:04 AM, Gabriele Kahlout wrote: > I've installed qt with macports and managed to build the qt demo project, > HOWEVER: > > /usr/bin/g++-4.2 this is what's used! The whole point was to u

i still have a lock

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
imac-de-meriem-lentz:~ harlock59$ sudo port upgrade outdated Waiting for lock on /opt/local/var/macports/registry/.registry.lock ^C imac-de-meriem-lentz:~ harlock59$ and i still don't know how to unlock it -- -- Bruno DOUTRIAUX EI Y

Re: Fwd:

2011-03-09 Thread Kok-Yong Tan
That's because by typing ctrl-c while running top, you killed top itself. Not the port application. Do you know anything about Unix? On Wed, Mar 9, 2011, at 17:55, Bruno DOUTRIAUX - Youmé-TECH wrote: i tried to type ctrl-c during the 'top" process (command top) and it did nothing the comm

Re:

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
sorry it worked. Le 9 mars 2011 23:55, Bruno DOUTRIAUX - Youmé-TECH a écrit : > i tried to type ctrl-c during the 'top" process (command top) > > and it did nothing > > the command line application didn't stop. > > -- Message transféré -- > De : Jason Swails > Date : 9 mars 2011

Fwd:

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
i tried to type ctrl-c during the 'top" process (command top) and it did nothing the command line application didn't stop. -- Message transféré -- De : Jason Swails Date : 9 mars 2011 16:16 Objet : Re: À : Bruno DOUTRIAUX - Youmé-TECH Cc : macports-users@lists.macosforge.org

Re: Re: Re:

2011-03-09 Thread Kok-Yong Tan
You're trying to kill a job with a process id!!! There's a difference between jobs and processes on a Unix system. Try this instead: sudo kill -9 22766 On Wed, Mar 9, 2011, at 17:36, Bruno DOUTRIAUX - Youmé-TECH wrote: and imac-de-meriem-lentz:~ harlock59$ sudo kill %22766 Password: kill:

Re: Re:

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
and imac-de-meriem-lentz:~ harlock59$ sudo kill %22766 Password: kill: illegal process id: %22766 imac-de-meriem-lentz:~ harlock59$ Le 9 mars 2011 23:34, Bruno DOUTRIAUX - Youmé-TECH a écrit : > hello, > > the command ps-a gives me that > > so i tried "kill %22766" > > but it gave me that > -b

Fwd: Re:

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
hello, the command ps-a gives me that so i tried "kill %22766" but it gave me that -bash: kill: %22766: no such job imac-de-meriem-lentz:~ harlock59$ ps -a PID TTY TIME CMD 1432 ttys0000:00.47 login -pf harlock59 1433 ttys0000:00.24 -bash 15395 ttys0000:00.01 ps -a 22

Re: Please send contents of current mysqld file

2011-03-09 Thread Bradley Giesbrecht
On Mar 9, 2011, at 2:09 PM, David Gentry wrote: Rainer, I am responding to your message of today: On 03/09/2011 02:51 AM, David Gentry wrote: My Mac appears to corrupt the mysqld file whenever I download mysql5 and mysql5-server from MacPorts. I would very much like to see a current copy of

Re: your mail

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
ok, i'll do a sudo port selfupdate 2011/3/9 Bryan Blackburn > On Wed, Mar 09, 2011 at 11:00:16PM +0100, Bruno DOUTRIAUX - Youmé-TECH > said: > > hello i encountered an error trying to install py27-hgsvn and i don't > know > > how to resolve it. > > > > > > > > imac-de-meriem-lentz:~ harlock59$ s

Re: your mail

2011-03-09 Thread Bryan Blackburn
On Wed, Mar 09, 2011 at 11:00:16PM +0100, Bruno DOUTRIAUX - Youmé-TECH said: > hello i encountered an error trying to install py27-hgsvn and i don't know > how to resolve it. > > > > imac-de-meriem-lentz:~ harlock59$ sudo port -d install py27-hgsvn [...] > DEBUG: Skipping completed org.macports.

Re: Please send contents of current mysqld file

2011-03-09 Thread Scott Webster
I don't see anything in there that would indicate that anything has been corrupted? Scott On Wed, Mar 9, 2011 at 2:09 PM, David Gentry wrote: > Rainer, > I am responding to your message of today: > On 03/09/2011 02:51 AM, David Gentry wrote: > > My Mac appears to corrupt the mysqld file whenever

Fwd: Please send contents of current mysqld file

2011-03-09 Thread David Gentry
Rainer, I am responding to your message of today: On 03/09/2011 02:51 AM, David Gentry wrote: > My Mac appears to corrupt the mysqld file whenever I download mysql5 > and mysql5-server from MacPorts. I would very much like to see a > current copy of the contents of mysqld. Maybe that way I can

[no subject]

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
hello i encountered an error trying to install py27-hgsvn and i don't know how to resolve it. imac-de-meriem-lentz:~ harlock59$ sudo port -d install py27-hgsvn Password: DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/python/py27-hgsvn DEBUG: Changin

openvpn (how configure the client)

2011-03-09 Thread Pol Hallen
Hi folks :-) I installed openvpn client (I have cert, key and config client). Where I have to put these files and run openvpn client? thanks! Pol ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman

Re: Sending mail with mutt

2011-03-09 Thread Joost Kremers
On Tue, Mar 08, 2011 at 09:00:17PM -0500, Gregory Seidman wrote: > I've been trying to get mutt to be able to send email, but I don't know > what I need to configure. the easiest way IMHO is to use the mutt-devel port (the 1.5 branch; the stable branch, 1.4, is almost four years old now) with the

Re: Sending mail with mutt

2011-03-09 Thread Daniel J. Luke
On Mar 9, 2011, at 3:37 PM, Gregory Seidman wrote: > That helps, but I don't know where to put the username and password for the > outbound SMTP server I'm specifying in relayhost. There are a bunch of tutorials online for this. A simple google search turned this up: http://wingloon.com/2008/06/

Re: Sending mail with mutt

2011-03-09 Thread Gregory Seidman
On Wed, Mar 09, 2011 at 09:58:39AM -0500, Daniel J. Luke wrote: > On Mar 8, 2011, at 9:00 PM, Gregory Seidman wrote: > > When I don't give mutt any outgoing mail configuration it seems to be > > happy sending, but no email ever arrives anywhere. It seems to be > > getting queued in /var/spool/postf

Re: Please send contents of current mysqld file

2011-03-09 Thread Bayard Bell
It's not really clear what leads you to suspect corruption in the first instance. Perhaps we might start with how you get to that conclusion and work out a shared understanding of the problem on that basis? On 9 Mar 2011, at 18:54, David Gentry wrote: > Ryan, > > I did not mean to imply that t

Re: Please send contents of current mysqld file

2011-03-09 Thread David Gentry
Ryan, I did not mean to imply that the MacPorts file, mysqld, is corrupt. Somehow it is getting corrupted on my system, and I intend to find out how. I did not know that every system will treat mysqld differently. That is good to know. However, that information just adds to the mystery. My

RE: Re:

2011-03-09 Thread Russell Jones
If you noticed the number in square brackets next to the process when you suspended it, you can also say "kill %n" where n is the number, e.g. kill %1. You then need to type fg (or bg) to continue the process, so it can die. Russell From: macports-users-boun...@l

Re:

2011-03-09 Thread Jason Swails
Use Ctrl-C to kill the process rather than suspend it. You can run it in the foreground again using "fg" and then hit Ctrl-C, or just use the "kill" command with its PID to kill it. Good luck, Jason 2011/3/9 Bruno DOUTRIAUX - Youmé-TECH > Hello, > > i was trying to install gcc45 using mac port

Re: Sending mail with mutt

2011-03-09 Thread Daniel J. Luke
On Mar 8, 2011, at 9:00 PM, Gregory Seidman wrote: > When I > don't give mutt any outgoing mail configuration it seems to be happy > sending, but no email ever arrives anywhere. It seems to be getting queued > in /var/spool/postfix/active, but I am not familiar enough with postfix to > figure out w

Re: Compile Octave with GraphicsMagick patched

2011-03-09 Thread conahorse
I applied the patch to the source code but it seems not to prevent octave from crash when doing an imread() Can someone confirm on this? By the way, thanks Ryan Il giorno 09/mar/2011, alle ore 07.14, Ryan Schmidt ha scritto: > > On Mar 8, 2011, at 02:10, conahorse wrote: > >> Hi all, I'm not ab

[no subject]

2011-03-09 Thread Bruno DOUTRIAUX - Youmé-TECH
Hello, i was trying to install gcc45 using mac port but it hanged so i did ctrl z and it stopped then i redid sudo port install gcc45 and then i had a lock. how can i unlock it ? imac-de-meriem-lentz:~ harlock59$ sudo port -d install gcc45 DEBUG: Found port in file:///opt/local/var/ macports/sour

Re: Please send contents of current mysqld file

2011-03-09 Thread Rainer Müller
On 03/09/2011 02:51 AM, David Gentry wrote: > My Mac appears to corrupt the mysqld file whenever I download mysql5 > and mysql5-server from MacPorts. I would very much like to see a > current copy of the contents of mysqld. Maybe that way I can > determine what my Mac is doing to mysqld. Could s