[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Minivend is just not working....I've tried everything
****** message to minivend-users from "Kevsurf" <kevsurf@mindspring.com> ******
Ok, I got Minivend installed correctly as root and I chowned all of the
files associated with Minivend so that they are owned by the username
minivend.
I have done the following also:
1. Made sure that /usr/local/minivend/etc/socket was chmoded to 666 after
the server was started or restarted.
2. Rebuilt the catalog running makecat fromt the username minivend.
3. Checked that my vlink/tlink file in the cgi-bin is chmoded 4755.
Here is the output of my error.log file:
- - - [06/April/2000:18:24:48 -0400] - - STOP server (13377) on signal TERM
- - - [06/April/2000:18:24:53 -0400] - - Low traffic settings.
- - - [06/April/2000:18:24:53 -0400] - - Calling MiniMate....
- - - [06/April/2000:18:24:54 -0400] - - Minimate is loaded.
- - - [06/April/2000:18:24:54 -0400] - - MiniVend V4.03
- - - [06/April/2000:18:24:54 -0400] - - Config 'basic' at server startup
- - - [06/April/2000:18:24:54 -0400] - - Config 'nation' at server startup
- - - [06/April/2000:18:24:54 -0400] - -
> Using MySQL for databases, DSN=dbi:mysql:nationwide.
>
- - - [06/April/2000:18:24:54 -0400] - - Config 'simple' at server startup
- - - [06/April/2000:18:24:54 -0400] - - START server (13395) (INET and
UNIX)
- - - [06/April/2000:18:24:55 -0400] - - Accepting connections from
localhost|127\.0\.0\.1
- - - [06/April/2000:18:24:55 -0400] - - START server (13416) (INET and
UNIX)
- - - [06/April/2000:18:24:55 -0400] - - INET mode server failed to start on
port 7786: bind: Address already in use at /usr/
local/minivend/lib/Vend/Server.pm line 976.
>
- - - [06/April/2000:18:24:55 -0400] - - INET mode server failed to start on
port 7787: bind: Address already in use at /usr/
local/minivend/lib/Vend/Server.pm line 976.
>
- - - [06/April/2000:18:24:55 -0400] - - INET mode server failed to start on
port 7788: bind: Address already in use at /usr/
local/minivend/lib/Vend/Server.pm line 976.
>
- - - [06/April/2000:18:24:55 -0400] - - INET mode server failed to start on
port 7789: bind: Address already in use at /usr/
local/minivend/lib/Vend/Server.pm line 976.
>
- - - [06/April/2000:18:24:55 -0400] - - Continuing in UNIX MODE ONLY
"error.log" 46L, 3219C
Any suggestions on how to correct all of this are greatly appreciated.
Thanks,
Kevin
-----Original Message-----
From: owner-minivend-users@minivend.com
[mailto:owner-minivend-users@minivend.com]On Behalf Of Ryan Hertz
Sent: Thursday, April 06, 2000 7:12 PM
To: minivend-users@minivend.com
Subject: RE: [mv] Minivend is just not working....I've tried everything
****** message to minivend-users from Ryan Hertz <rhertz@gyb.baits.com>
******
At 04:19 PM 4/6/00 , you wrote:
>****** message to minivend-users from "Kevsurf"
><kevsurf@mindspring.com> ******
>
>Ryan,
>
>When I try to install MV via the username "minivend" I get the following
>response:
>
>[minivend@ns www]$ rpm -i minivend-4.03-1.i386.rpm
>failed to open //var/lib/rpm/packages.rpm
>
>error: cannot open //var/lib/rpm/packages.rpm
I've never installed from the RPM, but I would guess that it cannot open
the package because the permissions deny it? I'm not sure what
packages.rpm is, but it is obviously not part of minivend. I wonder about
the double slashes in front, as well.. but that shouldn't cause it to fail.
You could install everything as root, and then chown the files to minivend.
>I have been able to install it via root, but it is said that that shouldn't
>be done. Any idea what I am to do now?
>
>Is there any error with the RPM? It is looking for
>//var/lib/rpm/packages.rpm rather than /var/lib/rpm/packages.rpm.....right?
At least on my Linux machine, cd ////var//lib////rpm/ works to
/var/lib/rpm/ -- so that's not an issue.
>Thanks,
>Kevin
>-----Original Message-----
>From: owner-minivend-users@minivend.com
>[mailto:owner-minivend-users@minivend.com]On Behalf Of Ryan Hertz
>Sent: Thursday, April 06, 2000 5:51 PM
>To: minivend-users@minivend.com
>Subject: RE: [mv] Minivend is just not working....I've tried everything
>
>
>****** message to minivend-users from Ryan Hertz <rhertz@gyb.baits.com>
>******
>
>At 03:41 PM 4/6/00 , you wrote:
> >****** message to minivend-users from "Kevsurf"
> ><kevsurf@mindspring.com> ******
> >
> >Tried all that again. No luck. Does it make any difference if I
couldn't
> >install Minivend under anything other than root?
>
>The install should be made with your user account or one explicitly for
>minivend. The server daemon should be run by your minivend account
>(bin/start), the CGI ("tlink/vlink") should be owned by your minivend
>account and chmod'ed 4755 (right?).
>
>
> >Thanks,
> >Kevin
> >
> >-----Original Message-----
> >From: owner-minivend-users@minivend.com
> >[mailto:owner-minivend-users@minivend.com]On Behalf Of Ed LaFrance
> >Sent: Thursday, April 06, 2000 5:17 PM
> >To: minivend-users@minivend.com
> >Subject: Re: [mv] Minivend is just not working....I've tried everything
> >
> >
> >****** message to minivend-users from Ed LaFrance
> ><edlafrance@printexusa.com> ******
> >
> >Are you *sure* the server is running? Did you check for it's process
with
> >'ps -ux'? Did you set the permissions on your catalog CGI file to
> >755? Are you running in Unix mode? Did you try 'chmod u+s
> >cgi-bin/catalogname'? At one time or another, all these things tripped
me
> >up.
> >
> >- Ed L.
> >
> >At 01:36 PM 4/6/00 -0700, you wrote:
> > >****** message to minivend-users from Kevsurf
> > ><kevsurf@yahoo.com> ******
> > >
> > >Hello,
> > >
> > >I've tried everything and can't get minivend to work.
> > >I have a Linux server and am installing it via the
> > >4.03 rpm. The server starts and the error.log is
> > >clean, but I still get the "We're sorry, the MiniVend
> > >server is unavailable...
> > >We are out of service or may be experiencing high
> > >system demand, please try again soon."
> > >
> > >I can't even view the demos.
> > >
> > >I have installed MV 3.?? before and everything worked
> > >fine. It wasn't via rpms though.
> > >
> > >Any suggestions what I should do?
> > >
> > >I have read all documentation over and over and over,
> > >and have tried it all over and over and over.
> > >
> > >Anyone have any suggestions?
> > >
> > >Thanks,
> > >Kevin
> > >
> > >__________________________________________________
> > >Do You Yahoo!?
> > >Talk to your friends online with Yahoo! Messenger.
> > >http://im.yahoo.com
> > >-
> > >To unsubscribe from the list, DO NOT REPLY to this message. Instead,
>send
> > >email with 'UNSUBSCRIBE minivend-users' in the body to
> >Majordomo@minivend.com.
> > >Archive of past messages:
http://www.minivend.com/minivend/minivend-list
> >
> >Printex Marking Technologies
> >12113 Kirkham Rd.
> >Poway, CA 92064 U.S.A.
> >858-513-2418
> >800-982-1928
> >858-513-2419 FAX
> >http://www.printexusa.com
> >
> >-
> >To unsubscribe from the list, DO NOT REPLY to this message. Instead,
send
> >email with 'UNSUBSCRIBE minivend-users' in the body to
> >Majordomo@minivend.com.
> >Archive of past messages: http://www.minivend.com/minivend/minivend-list
> >
> >-
> >To unsubscribe from the list, DO NOT REPLY to this message. Instead,
send
> >email with 'UNSUBSCRIBE minivend-users' in the body to
>Majordomo@minivend.com.
> >Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>
>Ryan Hertz tel 800-645-BAIT
>Webmaster fax 520-645-2588
>Advertising Director http://yamamoto.baits.com
>Gary Yamamoto Custom Baits, Inc. http://www.insideline.net
>
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to
>Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
Ryan Hertz tel 800-645-BAIT
Webmaster fax 520-645-2588
Advertising Director http://yamamoto.baits.com
Gary Yamamoto Custom Baits, Inc. http://www.insideline.net
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list