RE: MORE HELP NEEDED PLEASE :)
Hunter Matthews <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <1018278301.30379.123.camel@kea> |
There used to be with having more than one version in the tree when creating the database, but as of 1.0.2 thats not a problem. If you remember where you saw that, email it to me, I'd like to fix the documentation. On Fri, 2002-04-05 at 19:02, Jeremy Johnson wrote: > I figured out what my problem was, i have current running and its absolutly what i needed. Thanks to all the developers. I am writting up a detailed howto for installing current full of errors and troubleshooting that i did to fix the problem, i hope this can help other people cause the documentation for this project is a bit vague, ill have it done by monday and send off a link to the mailing list......btw this is for my work (the doc) so that other people at my job can setup current servers. So far i just have RH7.2 working, but im going to get RH 6.2 for alpha and i386 up and RH7.1 for Alpha, i scaned some docs and is there a problem with current supporting multiple versions on one arch? Im just asking cause i recall seeing this somewhere in my many many readings ;) anyways thanks people for the help! > > -----Original Message----- > From: John Berninger [mailto:[email protected]] > Sent: Fri 4/5/2002 6:41 AM > To: [email protected] > Cc: > Subject: Re: [Current-server] MORE HELP NEEDED PLEASE :) > > > > Did you create the database with cadmin before starting the current > server? > > There has been *no* SQL support released; it is still under much > development, and is horridly broken at this point. Your db_dir entry is > where current keeps all of it's shelf databases; if the server can't > open those, it won't start; they are created with: > > cadmin [-v] create ${CHANNEL_NAME} > > You will also want to check to make sure the CERT files match on the > server and client, that your clocks are synchronized, and that your > client config files are pointing at the correct location. You must also > run rhn_register against the Current server before using up2date - a > sysid obtained from RHN will not work with Current. > > On Thu, 04 Apr 2002, Jeremy Johnson wrote: > > > well John Berninger helped me out on my first speed bump(thanks, duh on my part), but now im at this point. > > > > When i run the up2date on the client i get the following > > [root@foo1 rhn]# up2date > > Error communicating with server. The message was: > > SSL_connect error > > > > Now im sure its a server issue, here is my problem with that: > > [root@up2date docs]# /etc/init.d/current start > > Starting Current(stunnel): [ OK ] > > Starting Current(daemon): [ OK ] > > [root@up2date docs]# !tail > > tail -f /var/log/messages > > Apr 5 04:46:31 up2date stunnel[3513]: remote connect: Connection refused (111) > > Apr 5 04:46:32 up2date stunnel[3514]: 8080 connected from 192.168.18.201:1065 > > Apr 5 04:46:32 up2date stunnel[3514]: remote connect: Connection refused (111) > > Apr 5 04:46:56 up2date stunnel[3384]: Received signal 15; terminating > > Apr 5 04:46:57 up2date current: stunnel shutdown succeeded > > Apr 5 04:46:57 up2date current: current shutdown failed > > Apr 5 04:50:57 up2date stunnel[3582]: Using '8080' as tcpwrapper service name > > Apr 5 04:50:57 up2date stunnel[3582]: stunnel 3.19 on i386-redhat-linux-gnu PTHREAD+LIBWRAP > > Apr 5 04:50:57 up2date current: stunnel startup succeeded > > Apr 5 04:50:58 up2date current: current startup succeeded > > ====WHEN I CONNECT FROM THE CLIENT THE FOLLOWING SHOWS=== > > Apr 5 04:51:41 up2date stunnel[3595]: 8080 connected from 192.168.18.201:1067 > > Apr 5 04:51:41 up2date stunnel[3595]: remote connect: Connection refused (111) > > Apr 5 04:51:42 up2date stunnel[3596]: 8080 connected from 192.168.18.201:1069 > > Apr 5 04:51:42 up2date stunnel[3596]: remote connect: Connection refused (111) > > Apr 5 04:51:43 up2date stunnel[3597]: 8080 connected from 192.168.18.201:1071 > > Apr 5 04:51:43 up2date stunnel[3597]: remote connect: Connection refused (111) > > Apr 5 04:51:44 up2date stunnel[3598]: 8080 connected from 192.168.18.201:1073 > > Apr 5 04:51:44 up2date stunnel[3598]: remote connect: Connection refused (111) > > Apr 5 04:51:45 up2date stunnel[3599]: 8080 connected from 192.168.18.201:1075 > > Apr 5 04:51:45 up2date stunnel[3599]: remote connect: Connection refused (111) > > > > > > so of course 8080 isnt open, so at this point i realized i could do > > log_file = /var/current.log > > which i had hashed out, and low and behold i got more logs....great but this is what i got > > > > tail -f /var/current.log > > Apr 04 04:58:47 Current server v1.0.2 starting, released under the GPL > > Apr 04 04:58:47 Error opening channel 'redhatalpha6.2' > > Apr 04 04:58:47 Shutting down because we could not start the server > > > > OK sooooo i just hashed that section and removed it from valid_channels = so now i have valid_channels = redhatalpha7.1 redhati386-6.2 redhati386-7.2 > > > > so i reastart the daemons and this is what i ended up with > > > > Apr 04 05:00:09 Current server v1.0.2 starting, released under the GPL > > Apr 04 05:00:09 Error opening channel 'redhatalpha7.1' > > Apr 04 05:00:09 Shutting down because we could not start the server > > > > ok now im thinking its maybe cause of this littttle line db_dir = /var/ftp/pub/errata/alpha/ > > and not actually having a db in it or any files just a folder to my rpms, but i dont know what to put in this file. which leads me to here and the irc channel. > > > > Here is what my entrys look like > > [alpha71] > > label = redhatalpha7.1 > > name = Alpha71 > > parent_channel = > > arch = alpha > > os_release = 7.1 > > description = alpha 7.1 release > > > > rpm_dirs = /var/ftp/pub/errata/alpha/7.1/ > > xrpm_dirs = > > src_dirs = > > db_dir = /var/ftp/pub/errata/alpha/ > > > > My question is what can i do to get current to listen on 8080. i know this has gotta be simple. i am a bit lost on what db_dir = directory containing the current databases is, ive seen people talking about sql patch and i thought i saw some db files to download but i cant find that source. Can someone point me to the right area. Thanks in advance > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿººÞžßìz»Þ®f¢–)à–+- > > êëz{ÿ±êïz¿åŠËlýÛ¥ºÝºGÿyÛ¡¶Úÿÿùb²Ûÿvénƒ÷n‘ïÞvïæj)fjåŠËbú?rêëz{ÿ±êï > > -- > Thank you, > John Berninger > > Systems Administrator [email protected] > Department of Mathematics Box 8205, Harrelson Hall > NC State University Raleigh, NC 27695 > Phone: (919)515-6315 Fax: (919)515-3798 > > GPG Key ID: A8C1D45C > Fingerprint: B1BB 90CB 5314 3113 CF22 66AE 822D 42A8 A8C1 D45C > -- > _______________________________________________ > Current-server mailing list > [email protected] > http://lists.dulug.duke.edu/mailman/listinfo/current-server > > -- Hunter Matthews Unix / Network Administrator Office: BioScience 145/244 Duke Univ. Biology Department Key: F0F88438 / FFB5 34C0 B350 99A4 BB02 9779 A5DB 8B09 F0F8 8438 Never take candy from strangers. Especially on the internet.