Re: Solution: mysqld fails to run, can't create/find mysql.sock

2012-01-14 Thread Chuck Swiger
On Jan 14, 2012, at 10:17 AM, Paul Beard wrote:
> I would be interested in knowing how those permissions got changed.

Someone or something running as root changed them.

> I rebooted the system early on in the process as I kept seeing messages like 
> this:
> 120114  9:39:04 [ERROR] Can't start server : Bind on unix socket: Permission 
> denied
> 120114  9:39:04 [ERROR] Do you already have another mysqld server running on 
> socket: /tmp/mysql.sock ?
> 
> Those are rubbish as error messages as they don't say the file can't be 
> created or give any indication of the actual problem. 


The meaning seems obvious enough; mysqld was unable to bind to the socket, 
which is what perror() meant with "Permission denied":

 13 EACCES Permission denied.  An attempt was made to access a file in a 
way forbidden by its file access permissions.

Either /tmp was unwritable for mysqld due to not having 1777 perms, or 
/tmp/mysql.sock probably already existed but was owned by root and not the user 
mysqld runs as.

Anyway, doesn't the mysql port want to keep the socket under 
/var/run/mysql/mysqld.sock or some such, to avoid issues with /tmp?

Regards,
-- 
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution: mysqld fails to run, can't create/find mysql.sock

2012-01-14 Thread Paul Beard

On Jan 14, 2012, at 11:15 AM, Chuck Swiger wrote:

> The meaning seems obvious enough; mysqld was unable to bind to the socket, 
> which is what perror() meant with "Permission denied":


Really? I read this: 

> 120114  9:39:04 [ERROR] Do you already have another mysqld server running on 
> socket: /tmp/mysql.sock ?

as "there is an existing socket that seems to be in use: what's up with that?"

The message references a file that does not exist (but that mysql will 
cheerfully remove if found). There was no existing socket. Those two lines, 
taken together, tell me that a. mysql can't run without a socket and b. it 
thinks another process is running, bound to a socket that doesn't exist. Clear 
as mud. 

How about 
[ERROR] socket: /tmp/mysql.sock not found 
and/or 
[ERROR] socket:/tmp/mysql.sock could not be created

perhaps with a helpful hint about permissions. 

If this was unusual, that would be one thing but I found quite a few references 
to the problem before I found the solution. 

Maybe it's a housekeeping thing but why would mysql need to destroy the file it 
uses for a socket and then recreate it when it could simply examine it and 
reuse it? 

> Anyway, doesn't the mysql port want to keep the socket under 
> /var/run/mysql/mysqld.sock or some such, to avoid issues with /tmp?

Apparently not, as I commented out any reference to it in my.cnf and still saw 
the same messages about /tmp/mysql.sock. It seems to work if spelled out 
explicitly. 
 
--
Paul Beard

Are you trying to win an argument or solve a problem? 



Re: Solution for school lab just a thought

2011-10-31 Thread Jorge Biquez

Hello all.

Sergio.

Would you mind to contact me offline (maybe some people in the list 
won't be interested) I help communities and non profit (very poor) 
organizations here and would like to know more about your schema and results.


Here also we get "donattions" of hardware. The old 386 and so, 
computers that big companies do not use anymore and with that we have 
to work. We are also trying to giving the kids a chance to learn 
something else so they can compete in a hard job market.


Thanks in advance

Jorge Biquez
jbiq...@intranet.com.mx


At 04:09 p.m. 31/10/2011, Mario Lobo wrote:

On Monday 31 October 2011 10:56:44 Sergio de Almeida Lenzi wrote:
> > You should look into the Freebsd port qjail. At our school lab all the
> > pcs have ms/windows on the hard drive with the "putty" client installed.
> > Students use putty to get logged into a jail on a single Freebsd system.
> > Each student can practice installing ports, packages, or one of the
> > desktop window environments in their private jail. The goal being to
> > teach students to be system administrators.
>
> Humm Interesting...
> In my case the computers runs FreeBSD (diskless) and they need do
> access
> windows system.
> In a public school, where the $$$ is the main problem, I think this is
> the solution.
> Here the school has computers (a lot) that receives from donation,
> projects... from time to time
> the problem is the software...
> What to teach to children??? word, exel, powerpoint, msn??? is this
> teaching???
>
> I think that children (and teenagers too), must face problems and
> resolve them.
> the world belongs tho those that work in group. those who can get
> answers,
> so an account in a desktop environment (in my case: gnome) with several
> program
> languages, internet access, text composing (libreoffice), postscript
> printing (cups),
> some IDE (anjuta, eclipse), multimedia (ffmpeg, avidemux2, openshot,
> dvdstyler)
> can make the difference. They can download small videos from their
> phones, and
> produce digital media, share it on DVDs...  the home lesson is send via
> email (everyone
> has email).. One problem is hand-witten... no one wants to hand write
> now...
>
> Those who foresee the future, can learn how to code GUI interface, and
> so produce
> software for the community.  They can learn how to install admin FreeBSD
> servers,
> share files in the network, use webdav to share files in internet... and
> so on...
>
> There is a need for people with this knowledge... The society will buy
> from the
> students as long as they produce good software..
>
> What is the other alternative???  finish high school and than look for a
> job???
> XXI century there is no jobs, there will be working people... Those who
> can
> succeed working for himself will rule.. That is what I teach to my
> boys...
> They worked hard (12 years)... and now they rule..
>
> Do you really think that this world crisis will end in 10 years???
>
> Just a thought...
>
> Sergio
>

Picture an arrow whistling through the wind, undisturbed, and hitting the
bullseye dead in its perfect center,

That's what your thought is to me, Sergio.

+10 !

Thank you.

--
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution for school lab just a thought

2011-10-31 Thread Mario Lobo
On Monday 31 October 2011 10:56:44 Sergio de Almeida Lenzi wrote:
> > You should look into the Freebsd port qjail. At our school lab all the
> > pcs have ms/windows on the hard drive with the "putty" client installed.
> > Students use putty to get logged into a jail on a single Freebsd system.
> > Each student can practice installing ports, packages, or one of the
> > desktop window environments in their private jail. The goal being to
> > teach students to be system administrators.
> 
> Humm Interesting...
> In my case the computers runs FreeBSD (diskless) and they need do
> access
> windows system.
> In a public school, where the $$$ is the main problem, I think this is
> the solution.
> Here the school has computers (a lot) that receives from donation,
> projects... from time to time
> the problem is the software...
> What to teach to children??? word, exel, powerpoint, msn??? is this
> teaching???
> 
> I think that children (and teenagers too), must face problems and
> resolve them.
> the world belongs tho those that work in group. those who can get
> answers,
> so an account in a desktop environment (in my case: gnome) with several
> program
> languages, internet access, text composing (libreoffice), postscript
> printing (cups),
> some IDE (anjuta, eclipse), multimedia (ffmpeg, avidemux2, openshot,
> dvdstyler)
> can make the difference. They can download small videos from their
> phones, and
> produce digital media, share it on DVDs...  the home lesson is send via
> email (everyone
> has email).. One problem is hand-witten... no one wants to hand write
> now...
> 
> Those who foresee the future, can learn how to code GUI interface, and
> so produce
> software for the community.  They can learn how to install admin FreeBSD
> servers,
> share files in the network, use webdav to share files in internet... and
> so on...
> 
> There is a need for people with this knowledge... The society will buy
> from the
> students as long as they produce good software..
> 
> What is the other alternative???  finish high school and than look for a
> job???
> XXI century there is no jobs, there will be working people... Those who
> can
> succeed working for himself will rule.. That is what I teach to my
> boys...
> They worked hard (12 years)... and now they rule..
> 
> Do you really think that this world crisis will end in 10 years???
> 
> Just a thought...
> 
> Sergio
> 

Picture an arrow whistling through the wind, undisturbed, and hitting the 
bullseye dead in its perfect center,

That's what your thought is to me, Sergio.

+10 !

Thank you.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution for school lab just a thought

2011-10-31 Thread Sergio de Almeida Lenzi


> You should look into the Freebsd port qjail. At our school lab all the 
> pcs have ms/windows on the hard drive with the "putty" client installed. 
> Students use putty to get logged into a jail on a single Freebsd system. 
> Each student can practice installing ports, packages, or one of the 
> desktop window environments in their private jail. The goal being to 
> teach students to be system administrators.

Humm Interesting... 
In my case the computers runs FreeBSD (diskless) and they need do
access 
windows system. 
In a public school, where the $$$ is the main problem, I think this is
the solution.
Here the school has computers (a lot) that receives from donation,
projects... from time to time
the problem is the software... 
What to teach to children??? word, exel, powerpoint, msn??? is this
teaching??? 

I think that children (and teenagers too), must face problems and
resolve them.
the world belongs tho those that work in group. those who can get
answers,
so an account in a desktop environment (in my case: gnome) with several
program
languages, internet access, text composing (libreoffice), postscript
printing (cups),
some IDE (anjuta, eclipse), multimedia (ffmpeg, avidemux2, openshot,
dvdstyler)
can make the difference. They can download small videos from their
phones, and
produce digital media, share it on DVDs...  the home lesson is send via
email (everyone
has email).. One problem is hand-witten... no one wants to hand write
now...

Those who foresee the future, can learn how to code GUI interface, and
so produce
software for the community.  They can learn how to install admin FreeBSD
servers,
share files in the network, use webdav to share files in internet... and
so on...

There is a need for people with this knowledge... The society will buy
from the 
students as long as they produce good software.. 

What is the other alternative???  finish high school and than look for a
job???
XXI century there is no jobs, there will be working people... Those who
can
succeed working for himself will rule.. That is what I teach to my
boys... 
They worked hard (12 years)... and now they rule..  

Do you really think that this world crisis will end in 10 years???

Just a thought...

Sergio



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution for school lab

2011-10-30 Thread Fbsd8

Sergio de Almeida Lenzi wrote:

I use a solution that is:
1) a "large" Freebsd box (phenon X4,8Gb of memory, 1TB disk)
2) OS=Freebsd 8.2 with all gnome2.32 installed
3) Virtualbox 10.x  installed in FreeBSD
4) NT 2003 server with unlimited number of users on rdp (the iso is in
internet or torrent).
5) internet connection
Here this would cost about US$400

Install the system using zfs, insert all users can hold about 1000 users
Setup FreeBSD to boot diskless (and so will run on all the old machines
in 
your place) using either pxe or custom CD.


The users will use Gnome interface, and those who wants windows,
can use via rdesktop, pointing on the NT server on the same machine.

You will need a swith with ONE gigabit port, and the others is
100Mbits...

This setup you have:
about 1200 applictions (from the FreBSDports),
some include:
java, eclipse, python, c, c++, multimedia, web browing, office,
printing, email, chat, calculator, vector drawing, dia (visio),
raster image editor (gimp), monodevelop(.NET devel framework),
sql (postgresql), sql administration (pgadmin3).

Reliable, fast, rock solid, central administration...

It just works


[]

Sergio


You should look into the Freebsd port qjail. At our school lab all the 
pcs have ms/windows on the hard drive with the "putty" client installed. 
Students use putty to get logged into a jail on a single Freebsd system. 
Each student can practice installing ports, packages, or one of the 
desktop window environments in their private jail. The goal being to 
teach students to be system administrators.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution for school lab

2011-10-30 Thread Sergio de Almeida Lenzi
> Consider installing VMWare ESXi and instances of whatever operating system 
> you like. We have template operating systems we copy to new/replacement 
> instances. You can export your disks to the instances but with all things 
> you gain some, you loose some.

with the small machine (phenon 4, 8Gb), and vmware, the sistems is
slow... and the MB does
not accept more than 8GB.  Besides I would need a version of each
operating system for VMWARE..
and I do not know if vmware can be used for free. If even in a school
you can, in other places
you cannot, so I would cope with several platforms... Here I run a
business based on FreeBSD,
and the less different solutions the better...

> 
> As someone else mentioned, consider netboot. The booted instance can do 
> whatever they want to your hardware but disks are likely to have to be 
> re-initialized each time, which is fine if you are using disks for swap 
> and other temporary things.

I use PXE because it is in the firmware of the MB... (almost always
have)... some very old
computers, does not boot anything but: floppy, cd, or HD... I choose
CD..  one CD,
boot all machines...  Netboot is great too... 

> 
> With regard to VirtualBox, someone needs to fix it (probably just update 
> the port). The network driver (IIRC) eats memory.

Strange  I have been using it in a day basis, and never had problems
with that... the 
machine sometimes suffer power failure (3 months, or 1 month period)..

I use FreeBSD 8.2 in zfs...  with zmirror, and daylly snapshots...  so I
can go back anything
till 5 days ago...

Anyway, thanks for the information

[]
Sergio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution for school lab

2011-10-30 Thread Dennis Glatting



On Sun, 30 Oct 2011, Sergio de Almeida Lenzi wrote:


I use a solution that is:
1) a "large" Freebsd box (phenon X4,8Gb of memory, 1TB disk)
2) OS=Freebsd 8.2 with all gnome2.32 installed
3) Virtualbox 10.x  installed in FreeBSD
4) NT 2003 server with unlimited number of users on rdp (the iso is in
internet or torrent).
5) internet connection
Here this would cost about US$400

Install the system using zfs, insert all users can hold about 1000 users 
Setup FreeBSD to boot diskless (and so will run on all the old machines 
in your place) using either pxe or custom CD.


The users will use Gnome interface, and those who wants windows,
can use via rdesktop, pointing on the NT server on the same machine.

You will need a swith with ONE gigabit port, and the others is
100Mbits...

This setup you have:
about 1200 applictions (from the FreBSDports),
some include:
java, eclipse, python, c, c++, multimedia, web browing, office,
printing, email, chat, calculator, vector drawing, dia (visio),
raster image editor (gimp), monodevelop(.NET devel framework),
sql (postgresql), sql administration (pgadmin3).

Reliable, fast, rock solid, central administration...

It just works



Consider installing VMWare ESXi and instances of whatever operating system 
you like. We have template operating systems we copy to new/replacement 
instances. You can export your disks to the instances but with all things 
you gain some, you loose some.


As someone else mentioned, consider netboot. The booted instance can do 
whatever they want to your hardware but disks are likely to have to be 
re-initialized each time, which is fine if you are using disks for swap 
and other temporary things.


With regard to VirtualBox, someone needs to fix it (probably just update 
the port). The network driver (IIRC) eats memory.





[]

Sergio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: solution: getting a Motorola Razr V3 to work as a GSM modem on FreeBSD

2009-11-05 Thread Mark Stosberg
 
> On Thu, 5 Nov 2009 13:15:24 -0500, Mark Stosberg  wrote:
> > For software to send the pages, I use the "gammu" port.
> >   
> > I ran "gammu-config" for the initial setup, and then moved the
> > resulting file from /root/.gammurc to the more standard
> > location: /etc/gammurc
> 
> FreeBSD separates configuration files for the system (/etc
> subtree) and for additional ports (/usr/local/etc subtree),
> so /usr/local/etc/gammurc would, in my opinion, be the
> correct place for this file.

I agree. However, the related man pages didn't reference this option. This 
seems like
a place where the code and docs could use a small patch to work this way on 
FreeBSD. 
(Or maybe it already works this way, and the docs don't reflect it). 

I suppose in my case, I could still move the config file to /usr/local/etc/ and 
then
symlink it from /etc/, which would meet the requirements of the software, and 
also meet
the expectations of someone expecting a standard FreeBSD layout. 

> Many thanks, Mark, this really sounds interesting and useful,
> a very good combination. :-)

You are welcome.  I have been running a hosting business on FreeBSD since about 
1997 and it 
has worked very well for us. 

   Mark

-- 
http://mark.stosberg.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: solution: getting a Motorola Razr V3 to work as a GSM modem on FreeBSD

2009-11-05 Thread Polytropon
Allow me a quite formal addition:

On Thu, 5 Nov 2009 13:15:24 -0500, Mark Stosberg  wrote:
> For software to send the pages, I use the "gammu" port.
>   
> I ran "gammu-config" for the initial setup, and then moved the
> resulting file from /root/.gammurc to the more standard
> location: /etc/gammurc

FreeBSD separates configuration files for the system (/etc
subtree) and for additional ports (/usr/local/etc subtree),
so /usr/local/etc/gammurc would, in my opinion, be the
correct place for this file.



> I thought I would share this in case anyone else ran into the same
> problem I did trying to get a USB modem to work when they plugged into
> FreeBSD!

Many thanks, Mark, this really sounds interesting and useful,
a very good combination. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Solution

2008-03-11 Thread Mel
On Monday 10 March 2008 22:19:12 Alex Hanson wrote:
> I was trying to install FreeBSD and kept getting an Umass error.
>
> The problem was that i had a thumb drive pluged in, you may want to put
> that in the manual

Because? Install failed? Because you had 'boot from usb' set in BIOS before 
boot from CD/HDD?
You may want to use send-pr(1).

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Solution for retrieving data from hard disk

2005-11-17 Thread myfreebsd
A little more info please. You can't mount your HD during boot?, what is your 
fstab?, Have you been able to mount it in the past with the same configuration? 
Did you change something recently? 

Also, have you tried booting in single user mode? Are the FIXIT option in 
sysinstall?

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Solution for retrieving data from hard disk.

2005-11-16 Thread Dinesh Nair



On 11/17/05 13:26 Aman Yus said the following:

I can't mount my hard disk. There's a very very very valuable data
inside (family video - holiday trip) that I must recover. Hope you
guys can pour all the solutions which i will (surely) try. Zillions of
thanks.


you may want to start by letting us know what exactly is the error you're 
getting and posting any error messages you see when you attempt a mount.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Solution: Unable to decipher error "ELF binary type 3 not known"

2005-06-26 Thread Bob Perry
On Sun, 2005-06-26 at 18:49 +0200, Julien Gabel wrote:
> >> I ran portupgrade -f linux_base-8 successfully and then ran portupgrade
> >> -arR.  The system reports stale dependencies and suggest I manually run
> >> pkgdb -F to fix which I do.  The first line of output reads:
> >>Stale dependency: acroread-5.10_1,1 -> linux-expat-1.95.5_2
> >>(textproc/linux-expat):
> >>linux-fontconfig-2.1_2 (score:31%) ? ([y]es/[n]o/[a]ll)
> >>
> >> If I understand Michael Lucas' "Cleaning Up Ports", acroread has
> >> recorded linux-expat-1.95.5_2 as a dependency but linux-fontconfig-2.1_2
> >> is installed and it's asking if I want to have the entry in /var/db/pkg
> >> point to linux-fontconfig-2.1_2 as the correct dependency.  And the
> >> answer is, "Damned if I know."
> 
> > As previously mentioned, I resolved the original error:
> > ELF binary type "3" not known
> > by reinstalling linux_base-8 as recommended.  Not sure about this issue
> > but I will research further.  Thanks again.
> >
> > The stale dependency issue was another story.  I discovered, through
> > comparing the dependency output from pkg_info -rR against the actual
> > list of dependency data that some of the dependent files were missing.
> > (I'm sure I must have deleted them inadvertently).  Once they were
> > identified and reinstalled everything was as it should have been.
> > I don't know if this is a bug in the program or just me.  At least now I
> > know my next steps when I see a stale dependency prompt requesting me to
> > choose between two apparently non-related packages.
> 
> I think in this particular case, a forced upgrade/reinstall of the targeted
> port and its dependancies must be all what you wanted:
>  # portupgrade -rRf acroread5   /* Or what the _name_ of the package is */
> 
That must explain why the deinstall/reinstall of acroread5 wasn't very
helpful.

Thank you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Solution: Unable to decipher error "ELF binary type 3 not known"

2005-06-26 Thread Julien Gabel
>> I ran portupgrade -f linux_base-8 successfully and then ran portupgrade
>> -arR.  The system reports stale dependencies and suggest I manually run
>> pkgdb -F to fix which I do.  The first line of output reads:
>>  Stale dependency: acroread-5.10_1,1 -> linux-expat-1.95.5_2
>>  (textproc/linux-expat):
>>  linux-fontconfig-2.1_2 (score:31%) ? ([y]es/[n]o/[a]ll)
>>
>> If I understand Michael Lucas' "Cleaning Up Ports", acroread has
>> recorded linux-expat-1.95.5_2 as a dependency but linux-fontconfig-2.1_2
>> is installed and it's asking if I want to have the entry in /var/db/pkg
>> point to linux-fontconfig-2.1_2 as the correct dependency.  And the
>> answer is, "Damned if I know."

> As previously mentioned, I resolved the original error:
>   ELF binary type "3" not known
> by reinstalling linux_base-8 as recommended.  Not sure about this issue
> but I will research further.  Thanks again.
>
> The stale dependency issue was another story.  I discovered, through
> comparing the dependency output from pkg_info -rR against the actual
> list of dependency data that some of the dependent files were missing.
> (I'm sure I must have deleted them inadvertently).  Once they were
> identified and reinstalled everything was as it should have been.
> I don't know if this is a bug in the program or just me.  At least now I
> know my next steps when I see a stale dependency prompt requesting me to
> choose between two apparently non-related packages.

I think in this particular case, a forced upgrade/reinstall of the targeted
port and its dependancies must be all what you wanted:
 # portupgrade -rRf acroread5   /* Or what the _name_ of the package is */

-- 
-jpeg.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Solution: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Daniel Eischen
On Mon, 2 Aug 2004, Martin Blapp wrote:

> 
> Hi all,
> 
> We have many Mysql's running here, and just to tell you, there
> are fixes/workarounds for the behaviour you see:
> 
> FreeBSD 4.8 / 4.9 / 4.10 :
> --
> 
> Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers
> support manually from the build if it hangs with libc_r. Use IP adresses for
> master/slave configurations in my.cnf. On problem here is that getnamebyhost()
> is not threadsafe. This produces the strange errors you see.

Isn't tcpwrappers support broken due to gcc compile options?
Or was that only in -current?

-- 
Dan Eischen

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Solution to why my 4.7 CD wouldn't boot my machine

2002-11-01 Thread Kent Stewart


Steve Holmlund wrote:

I figured out why a 4.7 CD that I had downloaded as an ISO image and burned
wouldn't boot my machine.

It had to do with the kind of blank CD I was using. I switched from GQ
700MB/80 minute blank CD (dirt cheap at Fry's in Palo Alto) back to a Maxell
650MB/74 minute CD. That did the trick.

Any explanation as to why this is so would be appreciated. It may have
nothing to do with FreeBSD, I realize. The drive in my Server is a Matshita
DVD, I believe. I burned the CDs on a Win2K machine with Adaptec Easy CD
Creator 4.05.


Some CDROM drives don't recognize the 700MB media as a CD. Yours 
apparently is one of them.

Kent


Thanks.

Steve Holmlund


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

.




--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Solution to why my 4.7 CD wouldn't boot my machine

2002-11-01 Thread Kevin Stevens
On Fri, 1 Nov 2002, Steve Holmlund wrote:

> I figured out why a 4.7 CD that I had downloaded as an ISO image and burned
> wouldn't boot my machine.
>
> It had to do with the kind of blank CD I was using. I switched from GQ
> 700MB/80 minute blank CD (dirt cheap at Fry's in Palo Alto) back to a Maxell
> 650MB/74 minute CD. That did the trick.
>
> Any explanation as to why this is so would be appreciated. It may have

FWIW, I used the GQ dirt cheap at Fry's CDRs to burn/boot 4.7
successfully.  I agree it's probably a borderline drive/disk compatibility
issue.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Solution to why my 4.7 CD wouldn't boot my machine

2002-11-01 Thread Steve Holmlund
I forgot to say that when trying to boot from the "bad" CD, the server
indicated that the Boot Record was not found and then booted off the
existing OS on the hard drive.

Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message